@font-face {
  font-family: "Suisse Intl";
  src: url("./fonts/SuisseIntl-Light.eot?");
  src: local("Suisse Intl Light"), local("SuisseIntl-Light"),
    url("./fonts/SuisseIntl-Light.eot?#iefix") format("embedded-opentype"),
    url("./fonts/SuisseIntl-Light.woff2") format("woff2"),
    url("./fonts/SuisseIntl-Light.woff") format("woff"),
    url("./fonts/SuisseIntl-Light.ttf") format("truetype"),
    url("./fonts/SuisseIntl-Light.svg#SuisseIntl") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Suisse Intl";
  src: url("./fonts/SuisseIntl-Regular.eot?");
  src: local("Suisse Intl Regular"), local("SuisseIntl-Regular"),
    url("./fonts/SuisseIntl-Regular.eot?#iefix") format("embedded-opentype"),
    url("./fonts/SuisseIntl-Regular.woff2") format("woff2"),
    url("./fonts/SuisseIntl-Regular.woff") format("woff"),
    url("./fonts/SuisseIntl-Regular.ttf") format("truetype"),
    url("./fonts/SuisseIntl-Regular.svg#SuisseIntl") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Suisse Intl";
  src: url("./fonts/SuisseIntl-Medium.eot?");
  src: local("Suisse Intl Medium"), local("SuisseIntl-Medium"),
    url("./fonts/SuisseIntl-Medium.eot?#iefix") format("embedded-opentype"),
    url("./fonts/SuisseIntl-Medium.woff2") format("woff2"),
    url("./fonts/SuisseIntl-Medium.woff") format("woff"),
    url("./fonts/SuisseIntl-Medium.ttf") format("truetype"),
    url("./fonts/SuisseIntl-Medium.svg#SuisseIntl-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Suisse Intl";
  src: url("./fonts/SuisseIntl-Bold.eot?");
  src: local("Suisse Intl Bold"), local("SuisseIntl-Bold"),
    url("./fonts/SuisseIntl-Bold.eot?#iefix") format("embedded-opentype"),
    url("./fonts/SuisseIntl-Bold.woff2") format("woff2"),
    url("./fonts/SuisseIntl-Bold.woff") format("woff"),
    url("./fonts/SuisseIntl-Bold.ttf") format("truetype"),
    url("./fonts/SuisseIntl-Bold.svg#SuisseIntl-Bold") format("svg");
  font-weight: 600;
  font-style: normal;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "Suisse Intl", "微软雅黑", sans-serif;	
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  display: flex;
  flex-direction: column;
  font-family: "Suisse Intl", "微软雅黑", "Microsoft Yahei", sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  padding: 0;
  background-color: #f3f5f5;
}

.body-content {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 153px);
}

@media only screen and (min-width: 750px) and (max-width: 970px) {
  .body-content {
    min-height: calc(100vh - 137px);
  }
}

.main-container {
  padding: 0 0 1.5rem 0;
  flex: auto;
}

@media only screen and (min-width: 970px) {
  .main-container {
    padding: 0 0 2rem 0;
  }
}

.main-container--content-page {
  padding: 0 0 1.5rem 0;
}

@media only screen and (min-width: 970px) {
  .main-container--content-page {
    padding: 0 0 2rem 0;
  }
}

.section-container {
  background-color: #f3f5f5;
  border-top: 1px solid #d4d8da;
  padding: 0 0 1rem 0;
}

.section-container:nth-child(1) {
  border: 0;
  padding: 0.125rem 0;
}

@media only screen and (min-width: 750px) {
  .section-container:nth-child(1) {
    padding: 0.5rem 0;
  }
}

@media only screen and (min-width: 970px) {
  .section-container:nth-child(1) {
    padding: 1rem 0;
  }
}

.section-container--no-border {
  border: 0;
}

.section-container--no-border .product-data {
  margin: 0 0 1.5rem 0;
}

.section-container--contact {
  background-color: #fff;
  padding: 1rem 0 2rem 0;
}

.section-container .section-container--contact {
  border-bottom: 1px solid #d4d8da;
}

.section-container .link {
  text-decoration: none;
}

.section-container .link--contact {
  text-decoration: underline;
}

.section-container .link--segment {
  text-decoration: underline;
}

.max-width-container {
  box-sizing: border-box;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1rem;
}

.max-width-container--contact {
  max-width: 25rem;
  padding: 0;
}

@media only screen and (min-width: 750px) {
  .max-width-container--contact {
    max-width: 1400px;
    padding: 0 2rem;
  }
}

.max-width-container--height-100-percent {
  height: 100%;
}

.max-width-container--100-percent {
  width: 100%;
}

.max-width-container--video-description {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  padding: 0 1rem;
}

.max-width-container--video-description .article-container {
  width: 100%;
  padding: 0;
  max-width: none;
}

.max-width-container--video-description .article-container--video {
  padding: 0;
}

@media only screen and (min-width: 750px) {
  .max-width-container--video-description .article-container--video {
    width: 45%;
    max-width: 40rem;
  }
}

@media only screen and (min-width: 970px) {
  .max-width-container--video-description .article-container--video {
    width: 50%;
  }
}

.max-width-container--video-description .article-container__video-container {
  width: 100%;
  margin: 0.5rem 0;
}

@media only screen and (min-width: 750px) {
  .max-width-container--video-description .article-container__video-container {
    width: 100%;
    margin: 2.375rem 0 0 0;
  }
}

@media only screen and (min-width: 970px) {
  .max-width-container--video-description .article-container__video-container {
    margin: 2.25rem 0 0 1.75rem;
    /* width: 28rem; */
  }
}

@media only screen and (min-width: 1400px) {
  .max-width-container--video-description .article-container__video-container {
    margin: 2.25rem 0 0 3.5rem;
  }
}

@media only screen and (min-width: 750px) {
  .max-width-container--video-description .article-container--description {
    width: 55%;
    max-width: 40rem;
  }
}

@media only screen and (min-width: 970px) {
  .max-width-container--video-description .article-container--description {
    width: 50%;
  }
}

@media only screen and (min-width: 750px) {
  .max-width-container--video-description .article-container--description__text {
    padding-right: 2rem;
  }
}

@media only screen and (min-width: 970px) {
  .max-width-container--video-description .article-container--description__text {
    padding-right: 1rem;
    max-width: 40rem;
  }
}

@media only screen and (min-width: 1400px) {
  .max-width-container--video-description .article-container--description__text {
    padding-right: 0;
    max-width: 40rem;
  }
}

.max-width-container--video-description .article-container__video-responsive {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.max-width-container--video-description .article-container__video-responsive iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 750px) {
  .max-width-container {
    padding: 0 1.5rem;
  }
}

@media only screen and (min-width: 970px) {
  .max-width-container {
    padding: 0 2rem;
  }
}

@media only screen and (min-width: 750px) {
  .flex-mobile-large {
    display: flex;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 750px) {
  .flex-tablet {
    display: flex;
    justify-content: space-between;
  }

  .flex-tablet--reverse {
    flex-direction: row-reverse;
  }

  .flex-tablet--center {
    justify-content: center;
  }

  .flex-tablet--row-align-center {
    flex-direction: row;
    align-items: center;
  }
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0.5rem -0.5rem 0 -0.5rem;
  padding: 0 0 1rem 0;
  width: 100%;
}

.card-container--product {
  margin: 0.5rem 0 0 0;
}

@media only screen and (min-width: 750px) {
  .card-container--product {
    float: right;
    width: calc(100% - 20.5rem);
    background-color: #f3f5f5;
    margin: 0.5rem 0 0 0;
  }
}

@media only screen and (min-width: 1400px) {
  .card-container--product {
    max-width: 1000px;
  }
}

.article-container {
  max-width: 40rem;
  padding: 0;
}

.article-container--news-container {
  position: relative;
  max-width: none;
}

.article-container--resources-container {
  max-width: none;
}

.article-container--thank-you {
  padding: 0;
}

.article-container.left {
  margin-right: auto;
}

.article-container.right {
  margin-left: auto;
}

.article-container--center,
.article-container.center {
  margin: 0 auto;
}

.article-container--center img,
.article-container.center img {
  width: 100% !important;
  height: auto;
}

.article-container--narrow {
  max-width: 25rem;
}

.article-container--news-container .pag {
  position: absolute;
  top: 0;
  right: 0;
}

.article-container--news-container .pag a {
  margin-right: 1em;
}

@media only screen and (min-width: 750px) {
  .article-container--dual-form {
    margin: 0 0 0 2.5rem;
    padding: 0 0 0 2.5rem;
    border-left: 1px solid #e6e8e9;
  }
}

@media only screen and (min-width: 970px) {
  .article-container--dual-form {
    margin: 0 0 0 4rem;
    padding: 0 0 0 4rem;
  }
}

.article-container__image {
  width: 100%;
  height: auto;
  margin: 1rem 0;
}

.article-container__video {
  width: 100%;
  height: 0;
  position: relative;
  padding: 0 0 56.25% 0;
  margin: 1rem 0;
}

.article-container__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.column-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0.5rem 0 0 0;
  padding: 0 0 0.5rem 0;
  justify-content:center;
}

@media only screen and (min-width: 750px) {
  .column-container {
    margin: 0.5rem -1.5rem 0 -1.5rem;
  }
}

.column-container__3-columns {
  width: 100%;
  margin: 0.5rem 0;
}

@media only screen and (min-width: 750px) {
  .column-container__3-columns {
    width: calc(33% - 3rem);
    margin: 0.5rem 1.5rem;
  }
}

.column-container__4-columns {
  width: 100%;
  margin: 0.5rem 0;
}

@media only screen and (min-width: 750px) {
  .column-container__4-columns {
    width: calc(50% - 3rem);
    margin: 0.5rem 1.5rem;
  }
}

@media only screen and (min-width: 970px) {
  .column-container__4-columns {
    width: calc(25% - 3rem);
  }
}

.material-icons {
  vertical-align: middle;
  margin: -0.125rem 0 0 -0.125rem;
}

.material-icons--smaller {
  font-size: 0.875rem;
  margin: -0.125rem 0 0 0.125rem;
}

.material-icons--close-callout {
  font-size: 0.875rem;
  background-color: #e6e8e9;
  margin: 0;
  padding: 0.125rem;
  border: 0;
  float: right;
}

.accessibly-hidden {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Suisse Intl", "微软雅黑", sans-serif;
  padding: 0;
}

.headline-1,
.headline-2 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  color: #003c54;
  text-decoration: none;
  margin: 2rem 0 0 0;
}

@media only screen and (min-width: 970px) {

  .headline-1,
  .headline-2 {
    font-size: 1.75rem;
  }
}

.headline-1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.headline-1--page-header {
  line-height: 1.75rem;
  text-align: center;
  color: #fff;
  margin: 0;
}

@media only screen and (min-width: 750px) {
  .headline-1--page-header {
    text-align: left;
    margin: 0 0 0 0.375rem;
  }
}

@media only screen and (min-width: 970px) {
  .headline-1--page-header {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}

.headline-2--product-card {
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 500;
  color: #0078a9;
  margin: 0 0 0.5rem 0;
  padding: 0;
}

.headline-2--column {
  margin: 1rem 0 0 0;
}

.headline-2--product-data {
  margin: 1rem 0 0 1rem;
}

.headline-3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: #003c54;
  margin: 1.875rem 0 0 0;
}

.headline-3--card {
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 500;
  color: #0078a9;
  margin: 1rem 0 0 0;
  word-wrap: break-word;
  word-break: break-all;
}

.headline-4 {
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 600;
  color: #003c54;
  margin: 1.75rem 0 0 0;
}

.headline-4--card {
  font-size: 0.875rem;
  line-height: 1rem;
  margin: 0.75rem 0 0 0;
}

.headline-4--product-card {
  font-size: 0.875rem;
  line-height: 1rem;
  margin: 0 0 0.5rem 0;
}

.headline-4--location-card {
  font-size: 1rem;
  line-height: 1.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: calc(100% - 3.5rem);
  display: inline-block;
  margin: 0;
}

.headline-4--office-card {
  font-size: 1rem;
  line-height: 1.3125rem;
  margin: 0.25rem 0 0.5rem 0;
}

.headline-4--column {
  margin: 0;
}

.headline-4--product-filter {
  margin: 1rem 0 0 0;
  width: 100%;
}

.headline-4--footer-nav {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #fff;
  padding: 1rem 0 0.25rem 0;
  margin: 0;
  text-decoration: none;
}

.headline-4--blog-header {
  margin-top: 0.5rem;
}

.headline-4--unordered-list {
  margin-top: 0 !important;
}

.headline-5 {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 600;
  color: #003c54;
  text-transform: uppercase;
  margin: 1.625rem 0 0 0;
}

.headline-5--location-card {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  width: 3.5rem;
  text-align: right;
  float: right;
  margin: 0;
}

.headline-5--product-data {
  margin: 0.5rem 0 0 1rem;
}

.headline-6 {
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: #003c54;
  text-transform: uppercase;
  margin: 0.25rem 0 0 0;
}

.headline-6--office-card {
  margin: 0 0 0.25rem 0;
}

.paragraph {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #4d5e65;
  margin: 1rem 0;
}

.paragraph table td{padding:8px 30px 8px 0;}

.paragraph--page-header {
  color: #d4d8da;
  text-align: center;
  margin: 0.25rem 0;
}

.paragraph--card {
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin: 0.5rem 0;
}

.paragraph--product-card {
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin: 0;
}

.paragraph--smaller {
  font-size: 0.95rem;
  margin: 0.5rem 0 0.25rem 0;
}

.paragraph--location-card {
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin: 0;
  display: inline;
  text-decoration: none;
}

@media only screen and (min-width: 750px) {
  .paragraph--location-card {
    padding: 0.5rem 0 0 0;
    width: calc(100% - 6rem);
    display: inline-block;
  }
}

.paragraph--callout {
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin: 0;
}

.paragraph--office-card {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin: 0 0 0.5rem 0;
}

.paragraph--column {
  margin: 0.5rem 0 0 0;
}

.paragraph--column ul {
  padding: 0 0 0 1.125rem;
  margin: 0.5rem 0 0 0;
}

.paragraph--column ul li {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #4d5e65;
  list-style: disc outside none;
  margin: 0;
  padding: 0.25rem 0;
}

.paragraph--content-tag {
  font-weight: 600;
  color: #003c54;
  margin-top: -0.5rem;
}

.paragraph--checkbox {
  display: block;
  padding: 0.125rem 0 0 0;
  margin: 0;
}

@media only screen and (min-width: 750px) {
  .paragraph--footer-banner {
    margin: 1rem 2.5rem 1.875rem 0;
  }
}

.paragraph--footer-corporate-legal {
  font-size: 0.625rem;
  font-weight: 600;
  color: #003c54;
  text-align: center;
  padding: 1rem;
  margin: 0;
}

.paragraph--footer-corporate-trademark {
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: #fff;
  display: inline-block;
  margin: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list {
  padding: 0.25rem 0 0.25rem 3rem;
}

.list--product-details {
  padding: 0 0 0 1.125rem;
  margin: 0.5rem 0 0 0;
}

.list--product-card {
  padding: 0;
  line-height: 2.25rem;
}

@media only screen and (min-width: 970px) {
  .list--product-card {
    position: relative;
    vertical-align: middle;
    text-align: center;
  }
}

.list__item {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #4d5e65;
  list-style: disc outside none;
  margin: 0;
  padding: 0.25rem 0;
}

.list__item--product-card {
  display: inline;
}

a {
  color: #0078a9;
  text-decoration: none;
}

button {
  cursor: pointer;
}

.link {
  color: #0078a9;
  text-decoration: underline;
}

.button {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  color: #fff;
  background-color: #0078a9;
  border: 2px solid #0078a9;
  border-radius: 0.1875rem;
  padding: 0.75rem 1.25rem;
  margin: 1rem 0.75rem 0 0;
  cursor: pointer;
  transition: color 0.2s, background-color 0.2s, border 0.2s;
}

.button:hover {
  color: #fff;
  background-color: #1a86b2;
  border: 2px solid #1a86b2;
}

.button--page-header {
  font-size: 0.875rem;
  padding: 0.75rem 0.5rem;
  margin: 0 0.375rem;
}

@media only screen and (min-width: 414px) {
  .button--page-header {
    font-size: 1rem;
    padding: 0.75rem 1.25rem;
  }
}

.button--home-search {
  margin: 0.375rem calc(50% - 6.375rem) 0 calc(50% - 6.375rem);
  width: 10rem;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.4);
}

.button--footer-banner {
  background-color: #0078a9;
  margin: 0 0 2rem 0;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

@media only screen and (min-width: 750px) {
  .button--footer-banner {
    margin: 0 0 0 0;
  }
}

.button--solid-primary {
  background-color: #0078a9;
}

.button--outline-primary {
  color: #0078a9;
  background-color: transparent;
}

.button--product-card {
  font-size: 0.875rem;
  color: #0078a9;
  background-color: transparent;
  /* display: inline; */
  padding: 0.5rem 0.75rem;
  margin: 0.3rem 0.25rem;
}

@media only screen and (min-width: 414px) {
  .button--product-card {
    padding: 0.5rem 1rem;
  }
}

@media only screen and (min-width: 970px) {
  .button--product-card {
    padding: 0.5rem 1.25rem;
  }
}

.button--phone-number {
  background-color: #0078a9;
  padding: 0.75rem 0;
  margin: 1rem 0 0 0;
  width: calc(100% - 0.25rem);
}

.button--phone-number::before {
  content: "Call ";
}

@media only screen and (min-width: 750px) {
  .button--phone-number {
    color: #0078a9;
    background-color: transparent;
    display: block;
    padding: 0.75rem 0 0.375rem 0;
    margin: 0 2rem 0.5rem 0;
    width: auto;
    border: 0;
    border-radius: 0;
    float: left;
  }

  .button--phone-number:hover {
    color: #1a86b2;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    text-decoration: underline;
  }

  .button--phone-number::before {
    content: "";
  }
}

@media only screen and (min-width: 414px) {
  .button--location {
    width: 20rem;
  }
}

@media only screen and (min-width: 750px) {
  .button--location {
    font-size: 1.125rem;
    line-height: 1.75rem;
    padding: 0;
    margin: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: left;
  }
}

.button--more-info {
  color: #0078a9;
  background-color: transparent;
  padding: 0.75rem 0;
  margin: 0.75rem 0.5rem 0 0;
  width: calc(42% - 0.625rem);
}

@media only screen and (min-width: 750px) {
  .button--more-info {
    color: #fff;
    background-color: #0078a9;
    float: left;
    margin: 0.75rem 0.75rem 0 0;
  }
}

.button--get-directions {
  color: #0078a9;
  background-color: transparent;
  padding: 0.75rem 0;
  margin: 0.75rem 0 0 0;
  width: calc(58% - 0.625rem);
}

.button--my-location {
  color: #0078a9;
  background-color: transparent;
  padding: 0.625rem 0;
  margin: 0.75rem 0 0 0;
  width: 100%;
  height: 2.75rem;
}

@media only screen and (min-width: 750px) {
  .button--my-location {
    margin: 0 0 0 0.75rem;
    width: calc(40% - 0.75rem);
    float: left;
  }
}

.button--search {
  background-color: #0078a9;
  height: 2.25rem;
  width: 5rem;
  padding: 0.625rem 0 0.5rem 0;
  margin: 0;
  border: 0;
  border-width: 0;
  border-radius: 0 0.1875rem 0.1875rem 0;
}

.button--search:hover {
  border: 0;
}

@media only screen and (min-width: 414px) {
  .button--search {
    height: 2.5rem;
  }
}

@media only screen and (min-width: 750px) {
  .button--search {
    height: 2.75rem;
    width: 6.25rem;
  }
}

.button--search--location {
  float: left;
}

.button--search--home {
  float: right;
}

.button--search--home:hover {
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.4);
}

@media only screen and (min-width: 750px) {
  .button--search--header {
    height: 2.5rem;
  }
}

.button--search--sds {
  float: right;
  padding: 0.625rem 0;
  height: 2.75rem;
}

.header-nav__search-container {
  background-color: #f8f8f8;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width: 970px) {
  .header-nav__search-container {
    display: none;
  }
}

@media only screen and (min-width: 750px) {
  .header-nav__search-container {
    background-color: #f1f1f1;
    box-shadow: none;
  }
}

.header-nav__search-container-button {
  background: none;
  border: 0 none;
  position: absolute;
  top: 11px;
  padding: 1px 10px;
}

@media only screen and (min-width: 750px) {
  .header-nav__search-container-button {
    top: 15px;
    padding: 1px 6px;
  }
}

.header-nav__search-container-button span {
  font-size: 25px;
}

@media only screen and (min-width: 750px) {
  .header-nav__search-container-button span {
    font-size: 40px;
  }
}

.header-nav__search-container-relative {
  position: relative;
  padding: 5px 0;
}

@media only screen and (min-width: 750px) {
  .header-nav__search-container-relative {
    padding: 15px 0;
  }
}

.header-nav__search-container .algolia-autocomplete {
  display: block !important;
  width: 100%;
}

.header-nav__search-container .autocomplete-container {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  background-color: #f1f1f1;
  padding: 5px 0 30px;
}

@media only screen and (min-width: 414px) {
  .header-nav__search-container .autocomplete-container {
    padding: 15px 0 30px;
  }
}

@media only screen and (min-width: 970px) {
  .header-nav__search-container .autocomplete-container {
    margin: 0 -50%;
  }
}

.header-nav__search-container .header-search {
  width: 100%;
  border: none;
  box-shadow: none;
  font-size: 1rem;
  padding: 10px 0 10px 50px;
  background: #f8f8f8 !important;
  margin-top: 0;
}

@media only screen and (min-width: 750px) {
  .header-nav__search-container .header-search {
    font-size: 1.5rem;
    padding: 5px 0 5px 60px;
    background: #f1f1f1 !important;
  }
}

.header-nav__search-container .header-search:focus {
  outline: none;
}

.header-nav__search-container .aa-dropdown-menu {
  width: 100%;
  border-top: 1px solid #d4d8da;
  background-color: #e6e8e9;
}

.header-nav__search-container .aa-dataset-d1 {
  float: left;
  padding: 20px 15px;
  box-sizing: border-box;
}

@media only screen and (min-width: 970px) {
  .header-nav__search-container .aa-dataset-d1 {
    display: block;
    width: 60%;
  }
}

.header-nav__search-container .aa-dataset-d2 {
  display: none;
  width: 40%;
  box-sizing: border-box;
  float: left;
  padding: 20px 15px;
}

@media only screen and (min-width: 970px) {
  .header-nav__search-container .aa-dataset-d2 {
    display: block;
  }
}

.header-nav__search-container .aa-suggestions-category {
  font-family: "Suisse Intl", "Helvetica Neue", Arial, "微软雅黑", sans-serif;
  font-size: 1.25rem;
  padding: 0 0 10px;
  margin: 0 0 15px;
  border-bottom: 1px solid #ccc;
  display: none;
}

@media only screen and (min-width: 414px) {
  .header-nav__search-container .aa-suggestions-category {
    display: block;
  }
}

.header-nav__search-container .aa-suggestions-counter {
  font-size: 1rem;
}

.header-nav__search-container .aa-suggestions-item {
  display: flex;
  align-items: center;
}

.header-nav__search-container .aa-suggestions-item h4 {
  margin-top: -5px;
  color: #4d5e65;
}

.header-nav__search-container .aa-suggestions-item h6,
.header-nav__search-container .aa-suggestions-item h5 {
  margin-top: 5px;
  color: #4d5e65;
}

.header-nav__search-container .aa-suggestions-viewall {
  display: none;
}

@media only screen and (min-width: 414px) {
  .header-nav__search-container .aa-suggestions-viewall {
    display: block;
  }
}

.header-nav__search-container .aa-suggestion {
  margin: 0 0 15px;
}

.header-nav__search-container .aa-suggestion a {
  text-decoration: none;
}

.header-nav__search-container .aa-suggestion::after {
  content: "";
  clear: both;
  display: table;
}

.header-nav__search-container .aa-suggestion img {
  float: left;
  margin: 0 10px 0 0;
  height: 65px;
}

.header-nav__search-container .aa-suggestion h4 {
  text-transform: none;
  margin-bottom: 2px;
  font-size: 0.8em;
}

.header-nav__search-container .aa-suggestion h5 {
  text-transform: none;
  margin-bottom: 2px;
  font-size: 0.7em;
  color: #666;
}

.header-nav__search-container .aa-suggestion h6 {
  text-transform: none;
  font-weight: normal;
  margin-bottom: 2px;
  font-size: 0.7em;
}

.header-nav__search-container .aa-suggestion .excerpt {
  font-size: 0.75rem;
  line-height: 1.2;
  color: #666;
}

.header-nav__search-container .aa-empty {
  color: #666;
  font-size: 0.8em;
  margin-bottom: 15px;
}

.header-nav__search-icon {
  display: block;
  color: #fff;
  height: 66px;
  width: 60px;
  background-color: #000;
  border: none;
  cursor: pointer;
  margin: -14px 0;
}

.header-nav__search-icon.selected {
  color: #747474;
}

.header-nav__search--light {
  color: #fff;
  border-color: #fff;
}

.header-nav__search .material-icons {
  font-size: 32px;
}

.header-nav__search.active {
  color: #fff;
  background-color: #dd414b;
  border-color: #dd414b;
}

.search-page {
  padding-top: 4rem;
  margin: 0 auto;
  display: flex;
}

.search-page .refinements {
  width: 25%;
  display: none;
}

@media only screen and (min-width: 970px) {
  .search-page .refinements {
    display: block;
    min-height: 135px;
  }
}

.search-page .results {
  width: 100%;
}

@media only screen and (min-width: 970px) {
  .search-page .results {
    width: 75%;
  }
}

.search-page .results #pagination {
  padding-bottom: 1rem;
}

.search-page .ais-ClearRefinements {
  margin: 1em 0;
}

.search-page .ais-SearchBox {
  margin: 1em 0;
  position: relative;
}

.search-page .ais-SearchBox-input {
  padding: 0.75rem 2.5rem;
}

.search-page .ais-SearchBox-submit {
  width: 35px;
}

.search-page .ais-Pagination {
  margin-top: 1em;
}

.search-page .left-panel {
  float: left;
  width: 250px;
}

.search-page .ais-RefinementList-item {
  padding: 0.25rem 0;
}

.search-page .ais-RefinementList-labelText {
  font-size: 0.75rem;
  padding: 0.25rem 0;
}

.search-page .right-panel {
  margin-left: 260px;
}

.search-page .ais-InstantSearch {
  max-width: 960px;
  overflow: hidden;
  margin: 0 auto;
}

.search-page .ais-Hits-item {
  margin: 0.5em;
  width: 100%;
  padding: 0 0 15px;
  overflow: hidden;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #c4c8d8;
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 970px) {
  .search-page .ais-Hits-item {
    min-height: 135px;
  }
}

.search-page .ais-Hits-list {
  margin: 0.5em -0.5em;
}

.search-page .ais-Hits-item img {
  background: #ccc;
  float: left;
  padding: 10px;
  height: 75px;
}

@media only screen and (min-width: 750px) {
  .search-page .ais-Hits-item img {
    height: 100px;
  }
}

@media only screen and (min-width: 970px) {
  .search-page .ais-Hits-item img {
    height: 120px;
  }
}

.search-page .ais-Hits-item img {
  padding: 0;
}

.search-page .ais-Hits-item img.color {
  background: none;
}

.search-page .ais-Hits-item div {
  padding: 0 0 10px 10px;
  margin-left: 10px;
}

.search-page .ais-Hits-item div a {
  text-decoration: none;
}

@media only screen and (min-width: 750px) {
  .search-page .ais-Hits-item div {
    padding: 10px;
  }
}

.search-page .ais-Hits-item div h6 {
  font-weight: normal;
  text-transform: none;
  color: #000;
  margin: 0 0 0.5em;
}

.search-page .ais-Hits-item div span {
  display: block;
  font-size: 0.75rem;
  color: #747474;
  line-height: 1.2em;
}

.search-page .hit-name {
  margin-bottom: 0.5em;
}

.search-page .hit-description {
  color: #888;
  font-size: 14px;
  margin-bottom: 0.5em;
}

.select {
  display: inline-block;
  width: 100%;
}

@media only screen and (min-width: 414px) {
  .select {
    width: auto;
  }
}

.select--language {
  margin: 0.5rem 0;
}

.select__language--label {
  vertical-align: sub;
  padding-right: 1em;
  color: #004e6e;
  font-size: 0.75rem;
}

.select--casestudy {
  margin: 0.75rem 0.75rem 0 0;
}

.select--region {
  margin: 0 0.75rem 0 0;
}

.select--form {
  padding: 0.75rem 0;
  margin: 0;
}

.select--sdsfilter {
  width: 100%;
  display: block;
  margin: 0.75rem 0.75rem 0 0;
}

@media only screen and (min-width: 414px) {
  .select--sdsfilter {
    width: calc(50% - 0.5rem);
    margin: 0.75rem 0 0 0;
  }
}

.select__label {
  font-size: 0.875rem;
  color: #4d5e65;
  display: block;
  padding: 0 0 0.25rem 0;
}

.select__label--big {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  color: #003c54;
  padding: 2rem 0 1rem 0;
}

.select__dropdown {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  background-image: url(../images/select-arrow.svg);
  background-size: 1.375rem 1.375rem;
  background-position: calc(100% - 0.375rem) 0.625rem;
  background-repeat: no-repeat;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 400;
  text-decoration: none;
  color: #003c54;
  background-color: #fff;
  display: block;
  height: 2.75rem;
  width: 100%;
  margin: 0 1rem 0 0;
  padding: 0.5rem 0.75rem;
  border: 1px solid #808c91;
  border-radius: 0.1875rem;
  transition: border 0.2s;
}

.select__dropdown:hover {
  cursor: pointer;
  border: 1px solid #1a86b2;
}

.select__dropdown::-ms-expand {
  display: none;
}

.select__dropdown--region {
  width: 100%;
  margin: 1.5rem 0 1rem 0;
  padding: 0.5rem 2rem 0.5rem 0.75rem;
}

@media only screen and (min-width: 414px) {
  .select__dropdown--region {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.select__dropdown--language {
  float: right;
  height: 1.75rem;
  background-position: calc(100% - 0.375rem) 0.125rem;
  background-color: #e6e8e9;
  font-size: 0.75rem;
  padding: 0.25rem 0.75rem;
}

.select__dropdown--casestudy {
  margin: 0.25rem 1rem 0 0;
}

.select__dropdown--sdsfilter {
  margin: 0.25rem 1rem 0 0;
}

.select__dropdown--paginator {
  width: 3.75rem;
  margin: 0 0.5rem;
}

@media only screen and (min-width: 414px) {
  .select__dropdown--paginator {
    margin: 0 1.5rem 0 1rem;
  }
}

.dual-field-container {
  display: flex;
  justify-content: space-between;
  min-height: 4.625rem;
  width: 100%;
}

.dual-field-container .form-field:nth-of-type(1) {
  width: calc(65% - 0.5rem);
}

.dual-field-container .form-field:nth-of-type(2) {
  width: calc(35% - 0.5rem);
}

@media only screen and (min-width: 414px) {
  .dual-field-container {
    min-height: 5rem;
  }
}

.dual-field-container__phone {
  width: calc(65% - 0.5rem);
}

.dual-field-container__ext {
  width: calc(35% - 0.5rem);
}

.form-field {
  min-height: 4.625rem;
  width: 100%;
  display: block;
  padding: 0.375rem 0 0 0;
}

@media only screen and (min-width: 414px) {
  .form-field {
    min-height: 5rem;
  }

  .form-field--text-area {
    min-height: 13rem;
  }
}

.form-field__label {
  font-size: 0.875rem;
  color: #4d5e65;
  display: block;
  padding: 0 0 0.25rem 0;
}

.form-field__error {
  font-size: 0.75rem;
  color: #d1332e;
  font-weight: 500;
  display: block;
  padding: 0.25rem 0 0 0;
}

.form-field--checkbox {
  min-height: 3rem;
}

.form-field__input {
  font-size: 1rem;
  line-height: 1;
  color: #003c54;
  height: 2.75rem;
  width: 100%;
  padding: 0 0.5rem;
  margin: 0;
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid #808c91;
  border-radius: 0.1875rem;
  box-shadow: none;
}

.form-field__input.form-field__error {
  border: 1px solid #d1332e;
  color: #d1332e;
  font-weight: 400;
}

.form-field__input--hint {
  font-size: 0.75rem;
  color: #4d5e65;
}

.form-field__input--text-area {
  line-height: 1.3;
  height: 7rem;
  padding: 0.5rem;
  margin: 0 0 -0.25rem 0;
}

@media only screen and (min-width: 414px) {
  .form-field__input--text-area {
    height: 10rem;
  }
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  -webkit-appearance: none;
}

.recaptcha-placeholder {
  width: 18rem;
  height: 4.5rem;
  margin: 0 0 1rem 0;
}

.checkbox {
  position: relative;
  display: block;
  margin: 0.5rem 0;
  padding: 0 0 0 2rem;
}

.checkbox__input {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  opacity: 0;
}

.checkbox__input:checked~.checked {
  opacity: 1;
}

.checkbox__icon {
  position: absolute;
  left: 0;
  top: 0.125rem;
  font-size: 1.75rem;
  line-height: 1.75rem;
}

.checkbox__icon.checked {
  opacity: 0;
  color: #0078a9;
}

.toggle-validation {
  cursor: pointer;
  margin: 0.5rem 0;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.product-data {
  background-color: #fff;
  border-radius: 0.3125rem;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.1);
  margin: 2.5rem 0 1.5rem 0;
  padding: 1rem;
}

.product-data__row {
  padding: 0.75rem 1rem 0.25rem 1rem;
}

@media only screen and (min-width: 414px) {
  .product-data__row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }
}

.product-data__row:nth-child(even) {
  background-color: #f3f5f5;
}

.product-data__term {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: #003c54;
  margin: 0;
  padding: 0 1rem 0.5rem 0;
}

@media only screen and (min-width: 414px) {
  .product-data__term {
    min-width: 35%;
    width: 35%;
  }
}

@media only screen and (min-width: 970px) {
  .product-data__term {
    width: 18rem;
  }
}

.product-data__definition {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #4d5e65;
  margin: 0;
  padding: 0 0 0.5rem 0;
}

@media only screen and (min-width: 414px) {
  .product-data__definition {
    width: auto;
  }
}

@media only screen and (min-width: 970px) {
  .product-data__definition {
    width: 100%;
  }
}

.product-data__definition--multiple {
  padding: 0;
}

.location-search {
  width: 100%;
  padding: 0;
}

@media only screen and (min-width: 750px) {
  .location-search {
    width: 100%;
    padding: 0 0 4rem 0;
  }
}

@media only screen and (min-width: 970px) {
  .location-search {
    width: 70%;
  }
}

@media only screen and (min-width: 1170px) {
  .location-search {
    width: 60%;
  }
}

.location-search__headline-2 {
  display: block;
  margin: 2rem 0 1rem 0;
  padding: 0;
}

.location-search__input {
  line-height: 1;
  height: 2.25rem;
  width: calc(100% - 5rem);
  border: 1px solid #808c91;
  border-right: none;
  margin: 0;
  float: left;
  box-sizing: border-box;
  padding: 0 0.75rem;
  border-radius: 0.1875rem 0 0 0.1875rem;
}

@media only screen and (min-width: 414px) {
  .location-search__input {
    height: 2.5rem;
  }
}

@media only screen and (min-width: 750px) {
  .location-search__input {
    width: calc(60% - 6.25rem);
    height: 2.75rem;
  }
}

.material-icons--mylocation {
  margin: -0.625rem 0.75rem 0 0;
  vertical-align: middle;
  height: 1rem;
  width: 1rem;
}

.map {
  width: 100%;
  height: 14rem;
  background-image: url(../../../images/general/map.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 1rem 0 0 0;
  position: -webkit-sticky;
  position: sticky;
  top: 1rem;
}

@media only screen and (min-width: 414px) {
  .map {
    height: 16rem;
  }
}

@media only screen and (min-width: 750px) {
  .map {
    height: 80vh;
    width: 50%;
  }
}

@media only screen and (min-width: 970px) {
  .map {
    width: 60%;
  }
}

@media only screen and (min-width: 1170px) {
  .map {
    width: 67.5%;
  }
}

@media only screen and (min-width: 1400px) {
  .map {
    width: 70%;
  }
}

.locations {
  display: flex;
  flex-wrap: wrap;
  margin: 0.5rem -0.5rem 0 -0.5rem;
}

@media only screen and (min-width: 750px) {
  .locations {
    width: 50%;
  }
}

@media only screen and (min-width: 970px) {
  .locations {
    width: 40%;
  }
}

@media only screen and (min-width: 1170px) {
  .locations {
    width: 32.5%;
  }
}

@media only screen and (min-width: 1400px) {
  .locations {
    width: 30%;
  }
}

.store {
  max-width: 40rem;
}

.store__link {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #0078a9;
  margin: 0.25rem 0 0 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  border: 0;
  padding: 0;
  display: block;
  background-color: rgba(255, 255, 255, 0);
  cursor: pointer;
}

.store__link:hover {
  color: #1a86b2;
  text-decoration: underline;
}

@media only screen and (min-width: 750px) {
  .store__link {
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin: 0.5rem 0 0 0;
  }
}

.store__link--reviews {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.25rem;
}

.store__reviews {
  margin: 0.75rem 0 0 0.375rem;
}

.store__stars {
  color: #003c54;
  margin: -0.125rem 0 0 -0.375rem;
}

.store__hours {
  width: 14rem;
  margin: 0.25rem 0 0 0;
}

.store__hours--all {
  display: block;
  margin: 0.75rem 0 0 0;
}

.store__hours-row {
  display: block;
  width: 100%;
  margin: 0;
}

.store__hours-day {
  font-size: 1rem;
  line-height: 1.75rem;
  color: #4d5e65;
}

.store__hours-day--today {
  font-weight: 500;
  color: #003c54;
}

.store__hours-time {
  font-size: 1rem;
  line-height: 1.75rem;
  color: #003c54;
  float: right;
}

.paragraph--address {
  margin: 2rem 0 0 0;
  text-decoration: none;
}

.paragraph--address:hover {
  color: #1a86b2;
  text-decoration: underline;
}

.headline-4--store {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  margin-top: 0.75rem;
}

@media only screen and (min-width: 750px) {
  .headline-4--store {
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-top: 1rem;
  }
}

.headline-4--phone {
  display: none;
}

@media only screen and (min-width: 750px) {
  .headline-4--phone {
    display: block;
  }
}

@media only screen and (min-width: 750px) {
  .map--store {
    height: 25rem;
    margin: 2rem 0 0 0;
  }
}

.header-language {
  text-align: right;
  background-color: #e6e8e9;
  border-bottom: 1px solid #ccd1d3;
  min-height: 0.5rem;
}

.header-top {
  background-color: #fff;
  padding: 0.5rem 0;
}

@media only screen and (min-width: 750px) {
  .header-top {
    padding: 0.75rem 0;
  }
}

@media only screen and (min-width: 970px) {
  .header-top {
    padding: 1rem 0;
  }
}

.header-top__flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.header-top__logo-container {
  height: 2.5rem;
  width: 3.25rem;
  overflow: hidden;
}

@media only screen and (min-width: 750px) {
  .header-top__logo-container {
    height: 3rem;
    width: 12.5rem;
  }
}

.header-top__logo {
  height: 100%;
  width: auto;
}

.header-top__title {
  font-size: 1.25rem;
  font-weight: 300;
  color: #0078a9;
  height: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  text-align: right;
}

@media only screen and (min-width: 414px) {
  .header-top__title {
    font-size: 1.25rem;
  }
}

@media only screen and (min-width: 750px) {
  .header-top__title {
    font-size: 1.25rem;
  }
}

@media only screen and (min-width: 970px) {
  .header-top__title {
    font-size: 1.5rem;
  }
}

.header-nav {
  position: relative;
  background: #0078a9;
  padding: 0;
}

.header-nav__visible-links {
  display: flex;
  max-height: 4rem;
  margin: 0 -0.75rem;
}

@media only screen and (min-width: 750px) {
  .header-nav__visible-links {
    display: flex;
    justify-content: space-between;
    width: 85%;
    transition: width 0.5s;
  }
}

@media only screen and (min-width: 970px) {
  .header-nav__visible-links {
    display: flex;
    justify-content: space-between;
    width: 85%;
    transition: width 0.5s;
  }
}

.header-nav__link-container {
  display: inline-block;
  white-space: nowrap;
}

@media only screen and (min-width: 970px) {
  .header-nav__link-container:hover .header-nav__dropdown-menu {
    opacity: 1;
  }

  .header-nav__link-container:hover .header-nav__dropdown-menu .header-nav__dropdown-link-container {
    display: block;
  }

  .header-nav__link-container:hover .header-nav__dropdown-menu .header-nav__dropdown-link-container .header-nav__dropdown-link {
    visibility: visible;
    display: block;
  }
}

.header-nav__link-container:hover .header-nav__link {
  background-color: #1a86b2;
}

.header-nav__link {
  /* font-size: .875rem; */
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: 0.5px;
  color: #fff;
  background-color: #0078a9;
  text-decoration: none;
  display: block;
  padding: 0.5rem 0.75rem;
  transition: background-color 0.2s;
  text-transform: uppercase;
}

@media only screen and (min-width: 750px) {
  .header-nav__link {
    padding: 1rem 0.75rem;
    letter-spacing: 0.75px;
  }
}

@media only screen and (min-width: 970px) {
  .header-nav__link {
    padding: 1.25rem 1rem;
  }
}

.header-nav__link:hover {
  background-color: #1a86b2;
}

.header-nav__dropdown-menu {
  position: absolute;
  opacity: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0.25rem 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  /* min-width: 8rem; */
  z-index: 4;
  top: 100%;
  background-color: #fff;
  box-shadow: 0 0.5rem 1.75rem rgba(0, 0, 0, 0.3);
  transition: opacity 0s, visibility 0s;
}

.header-nav__dropdown-menu--megamenu {
  display: flex;
  max-width: 1200px;
}

.header-nav__dropdown-menu--megamenu>li {
  padding-left: 1rem;
  padding-right: 1rem;
}

.header-nav__dropdown-link-container {
  display: none;
}

.header-nav__dropdown-link-container--megamenu {
  width: 50%;
  position: relative;
  padding-bottom: 2rem;
  padding-top: 1.25rem;
}

.header-nav__dropdown-link {
  /* font-size: 1rem; */
  font-size: 0.875rem;
  font-weight: 500;
  color: #0078a9;
  background-color: #fff;
  padding: 0.875rem 1rem;
  text-decoration: none;
  transition: background-color 0.1s;
  visibility: hidden;
}

.header-nav__dropdown-link:hover {
  background-color: #f3f5f5;
}

.header-nav__dropdown-link--megamenu {
  font-size: 0.875rem;
  line-height: 1.125rem;
  padding: 0.625rem 1rem;
}

.header-nav__dropdown-link--category {
  font-size: 0.875rem;
  font-weight: 600;
  color: #003c54;
  text-transform: uppercase;
}

.header-nav__hidden-links {
  position: absolute;
  z-index: 4;
  right: 0;
  background-color: #fff;
  padding: 0.25rem 0;
  box-shadow: 0 0.5rem 1.75rem rgba(0, 0, 0, 0.3);
  visibility: visible;
  opacity: 1;
  transition: opacity 0.1s linear, visibility 0s;
}

.header-nav__hidden-links .header-nav__link-container {
  display: block;
}

.header-nav__hidden-links .header-nav__link {
  font-size: 1rem;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0;
  color: #0078a9;
  background-color: #fff;
  padding: 0.6875rem 1rem;
  transition: background-color 0.2s;
}

.header-nav__hidden-links .header-nav__link:hover {
  background-color: #f3f5f5;
}

.header-nav__hidden-links .header-nav__dropdown-menu {
  display: none;
}

.header-nav__more-button {
  font-weight: 600;
  font-size: 0.875rem;
  color: #fff;
  background-color: #004e6e;
  padding: 0.5rem 0.625rem 0.375rem 1rem;
  vertical-align: middle;
  height: 2.5rem;
  width: 6.25rem;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  text-decoration: none;
  border: 0;
  border-width: 0;
  cursor: pointer;
  text-transform: uppercase;
}

@media only screen and (min-width: 750px) {
  .header-nav__more-button {
    display: none;
    width: 0;
  }
}

.header-nav .material-icons--menu {
  max-width: 1.5rem;
  max-height: 1.5rem;
}

.header-nav .hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.1s linear, visibility 0s linear 0.1s;
}

.header-nav__search-container {
  background-color: #e6e8e9;
}

@media only screen and (min-width: 750px) {
  .header-nav__search-container {
    display: none;
    background-color: #e6e8e9;
  }
}

@media only screen and (max-width: 750px) {
  .header-nav__search-container.homepage-hide {
    display: none;
  }

  .article-container--news-container .pag {
    bottom: -5px;
    top: auto;
  }
}

.header-nav__search-container .page-header__search-form {
  margin: 0 auto;
  width: 100%;
}

.header-nav__search-container .page-header__input {
  position: relative;
  height: 2.5rem;
  padding: 5px 0;
  font-size: 1rem;
  background-color: #f3f5f5;
}

@media only screen and (min-width: 750px) {
  .header-nav__search-container .page-header__input {
    height: 3rem;
    padding: 5px 0 5px 3rem;
    background-color: #e6e8e9;
  }
}

.header-nav__search-container .page-header__input:focus {
  outline: none;
}

.header-nav__search-container .page-header__input::-webkit-input-placeholder {
  font-weight: 400;
  color: #4d5e65;
  opacity: 1;
}

.header-nav__search-container .page-header__input::-moz-placeholder {
  font-weight: 400;
  color: #4d5e65;
  opacity: 1;
}

.header-nav__search-container .page-header__input:-ms-input-placeholder {
  font-weight: 400;
  color: #4d5e65;
  opacity: 1;
}

.header-nav__search-container .page-header__input::-ms-input-placeholder {
  font-weight: 400;
  color: #4d5e65;
  opacity: 1;
}

.header-nav__search-container .page-header__input::placeholder {
  font-weight: 400;
  color: #4d5e65;
  opacity: 1;
}

.header-nav__search-container .page-header__input:-ms-input-placeholder {
  font-weight: 400;
  color: #4d5e65;
}

.header-nav__search-container .page-header__input::-ms-input-placeholder {
  font-weight: 400;
  color: #4d5e65;
}

.header-nav__search-container .page-header__button.button--search--header {
  right: -0.75rem;
  top: -2px;
}

@media only screen and (min-width: 750px) {
  .header-nav__search-container .page-header__button.button--search--header {
    top: 2px;
    left: 0;
  }
}

.header-nav__search {
  display: flex;
  margin: 0 -1rem;
  max-width: 14rem;
  position: relative;
}

.header-nav__search.selected {
  background-color: #e6e8e9;
}

.header-nav__search-icon,
.header-nav__search-submit {
  width: 3rem;
  display: block;
  position: absolute;
  top: 0.5rem;
  right: 0;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  line-height: 2.25rem;
  text-align: center;
  cursor: pointer;
  color: #0078a9;
  background: transparent;
}

@media only screen and (min-width: 970px) {

  .header-nav__search-icon,
  .header-nav__search-submit {
    top: 0.75rem;
  }
}

.header-nav__search-icon-search,
.header-nav__search-submit-search {
  display: none;
}

.header-nav__search-icon-search.selected,
.header-nav__search-submit-search.selected {
  display: block;
}

.header-nav__search-icon-close,
.header-nav__search-submit-close {
  display: none;
}

.header-nav__search-icon-close.selected,
.header-nav__search-submit-close.selected {
  display: block;
  background: transparent;
}

.header-nav__search .material-icons {
  color: #4d5e65;
}

@media only screen and (min-width: 750px) {
  .header-nav__search {
    margin: 0;
    width: 3rem;
    transition: width 0.5s;
    display: block;
  }

  .header-nav__search-form {
    position: relative;
    top: 0.5rem;
    min-width: 40px;
    width: 0%;
    transition: width 0.5s;
    height: 40px;
    float: right;
    overflow: hidden;
    transition: all 0.5s;
  }

  .header-nav__search-icon,
  .header-nav__search-submit {
    width: 3rem;
    height: auto;
    line-height: 40px;
    background: #0078a9;
    transition: all 0.5s;
  }

  .header-nav__search .material-icons {
    color: #fff;
    font-size: 32px;
    margin: 0;
    transition: all 0.1s;
  }

  .header-nav__search .material-icons--close {
    color: #4d5e65;
  }
}

@media only screen and (min-width: 970px) {
  .header-nav__search-form {
    top: 0.75rem;
  }
}

.header-nav__search-form {
  display: flex;
  position: relative;
}

.header-nav__search-input {
  width: 100vw;
  border: none;
  border-radius: 2px;
  box-shadow: none;
  font-size: 1rem;
  padding: 10px 10px 10px 1rem;
  background: #e6e8e9;
  margin-top: 0;
}

@media only screen and (min-width: 750px) {
  .header-nav__search-input {
    background: #fff;
  }
}

.header-nav__search button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0;
  border: 0;
  border-width: 0;
  border-radius: 0 0.1875rem 0.1875rem 0;
  outline: none;
}

.header-nav__search ::-webkit-input-placeholder {
  font-weight: 400;
  color: #4d5e65;
}

.header-nav input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.header-nav input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

.header-nav input[type="search"]::-webkit-search-decoration,
.header-nav input[type="search"]::-webkit-search-cancel-button,
.header-nav input[type="search"]::-webkit-search-results-button,
.header-nav input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.page-header__input {
  width: 100%;
  background-color: #fff;
}

.home-search {
  width: 100%;
  height: 8.75rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0.75rem 0 1.5rem 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (min-width: 414px) {
  .home-search {
    height: 11rem;
  }
}

@media only screen and (min-width: 750px) {
  .home-search {
    height: 14rem;
  }
}

@media only screen and (min-width: 970px) {
  .home-search {
    height: 30vh;
    min-height: 11.25rem;
    max-height: 22rem;
  }
}

@media only screen and (min-width: 1400px) {
  .home-search {
    height: 35vh;
  }
}

.home-search form {
  margin: 0.75rem auto;
  padding: 0;
  width: 100%;
  position: relative;
}

@media only screen and (min-width: 414px) {
  .home-search form {
    width: 100%;
    max-width: 28rem;
  }
}

@media only screen and (min-width: 750px) {
  .home-search form {
    max-width: 40rem;
  }
}

.home-search label {
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  text-align: center;
  margin: 0 -0.25rem 0.75rem 0;
  padding: 0;
  width: 100%;
  text-transform: uppercase;
}

@media only screen and (min-width: 750px) {
  .home-search label {
    font-size: 1.5rem;
  }
}

.home-search input {
  line-height: 1;
  height: 2.25rem;
  width: calc(100% - 5rem);
  display: inline-block;
  border: 0;
  border-width: 0;
  margin: 0;
  box-sizing: border-box;
  padding: 0 0.75rem;
  border-radius: 0.1875rem 0 0 0.1875rem;
}

@media only screen and (min-width: 414px) {
  .home-search input {
    height: 2.5rem;
  }
}

@media only screen and (min-width: 750px) {
  .home-search input {
    width: calc(100% - 6.25rem);
    height: 2.75rem;
  }
}

.header-search {
  background-color: #003c54;
  padding: 1rem 0;
  display: flex;
}

@media only screen and (min-width: 750px) {
  .header-search {
    padding: 1rem;
  }
}

.header-search__container {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 28rem;
  display: flex;
}

@media only screen and (min-width: 750px) {
  .header-search__container {
    max-width: 40rem;
  }
}

.header-search input {
  line-height: 1;
  height: 2.25rem;
  width: calc(100% - 5rem);
  display: inline-block;
  border: 0;
  border-width: 0;
  margin: 0;
  box-sizing: border-box;
  padding: 0 0.75rem;
  border-radius: 0.1875rem 0 0 0.1875rem;
}

@media only screen and (min-width: 414px) {
  .header-search input {
    height: 2.5rem;
  }
}

@media only screen and (min-width: 750px) {
  .header-search input {
    width: calc(100% - 6rem);
  }
}

.header-filter {
  background-color: #f3f5f5;
  padding: 1rem 1rem 0 1rem;
  margin: 0 -1rem;
}

@media only screen and (min-width: 750px) {
  .header-filter {
    background-color: #fff;
    padding: 1.5rem 1rem 0 1.5rem;
    margin: 0 0 -2rem -1.5rem;
    float: left;
    width: 18rem;
    min-height: 130vh;
    height: auto;
  }
}

@media only screen and (min-width: 970px) {
  .header-filter {
    padding: 1.5rem 1rem 0 2rem;
    margin: 0 0 -2rem -2rem;
  }
}

@media only screen and (min-width: 750px) {
  .header-filter .filter__hide {
    display: none;
  }
}

.header-filter label {
  display: block;
}

.product-filter {
  color: #4d5e65;
  background-color: #fff;
  position: fixed;
  right: -100%;
  top: 0;
  width: calc(100% - 3.5rem);
  height: 100%;
  transition: right 0.2s ease-in-out;
}

.product-filter * {
  box-sizing: border-box;
}

@media only screen and (min-width: 750px) {
  .product-filter {
    display: block;
    position: static;
    width: auto;
    padding: 0;
  }
}

@media only screen and (min-width: 750px) {
  .product-filter__mobile {
    display: none;
  }
}

.product-filter__desktop {
  display: none;
}

@media only screen and (min-width: 750px) {
  .product-filter__desktop {
    display: block;
  }
}

.product-filter__breadcrumbs {
  flex-basis: 100%;
}

.product-filter__overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.product-filter__toggle {
  margin: 0;
  cursor: pointer;
}

.product-filter.expanded {
  right: 0;
  z-index: 2;
}

.product-filter__group {
  margin: 0 0 1.5rem 0;
  padding: 0;
  border: 0;
}

.product-filter__group.expanded {
  position: absolute;
  top: 1rem;
  left: 0;
  background-color: #fff;
  height: 100%;
  width: 100%;
  margin-top: 0;
  padding: 0 1rem 1rem 1rem;
  z-index: 2;
}

.product-filter__group.expanded:before {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2.5rem;
  z-index: 0;
  margin: -1.75rem 0 0 0;
}

.product-filter__panel {
  padding: 1rem;
  box-sizing: border-box;
  position: relative;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

@media only screen and (min-width: 750px) {
  .product-filter__panel {
    overflow-y: visible;
    padding-left: 0.25rem;
  }
}

.product-filter__heading {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: #003c54;
  display: none;
  padding: 0 0 0 0.25rem;
}

@media only screen and (min-width: 750px) {
  .product-filter__heading {
    display: block;
    margin: 0 0 1rem 0;
  }
}

.product-filter__title-bar {
  background-color: #0078a9;
  padding: 0.5rem;
  height: 3.5rem;
}

@media only screen and (min-width: 750px) {
  .product-filter__title-bar {
    display: none;
  }
}

.product-filter__title {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.5rem 0;
  color: #0078a9;
  text-decoration: underline;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 750px) {
  .product-filter__title {
    color: #003c54;
    text-decoration: none;
  }
}

.product-filter__item {
  font-size: 0.875rem;
  line-height: 1.75rem;
  color: #4d5e65;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin: 0 0 0.25rem 0;
  padding: 0 0 0 1.875rem;
}

.product-filter__clear {
  color: #0078a9;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  background: none;
  border: 0;
  text-decoration: none;
  float: right;
  cursor: pointer;
}

.product-filter__clear:disabled {
  color: #fff;
  cursor: default;
}

.product-filter__clear:disabled:hover {
  text-decoration: none;
}

.product-filter__clear--mobile {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #fff;
  background-color: #0078a9;
  text-transform: uppercase;
  border: 0;
  padding: 0.5rem;
}

.product-filter__clear:hover {
  text-decoration: underline;
}

.product-filter__done {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #fff;
  background-color: #0078a9;
  float: right;
  text-transform: uppercase;
  border: 0;
  padding: 0.5rem;
}

.product-filter__back {
  display: none;
  padding: 0;
  border: 0;
}

.product-filter__back .material-icons {
  font-size: 1.5rem;
  color: #fff;
  background-color: #0078a9;
  padding: 0.5rem;
  border: 0;
  margin: 0;
}

.product-filter__container {
  display: none;
}

@media only screen and (min-width: 750px) {
  .product-filter__container {
    display: block;
  }
}

.product-filter__active-filters {
  font-size: 0.875rem;
  display: block;
}

@media only screen and (min-width: 750px) {
  .product-filter__active-filters {
    display: none;
  }
}

.product-filter__more-filters {
  color: #0078a9;
  font-weight: 500;
  text-decoration: underline;
  background: none;
  border: 0;
  padding: 0.125rem 0 0 0;
  cursor: pointer;
}

.product-filter__more-filters:hover {
  text-decoration: underline;
}

.product-filter input {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  opacity: 0;
}

.product-filter input:checked~.checked {
  opacity: 1;
}

.product-filter__checkbox {
  font-size: 1.75rem;
  line-height: 1.75rem;
  position: absolute;
  left: 0;
  top: 0.125rem;
  cursor: pointer;
}

.product-filter__checkbox.checked {
  opacity: 0;
  color: #0078a9;
}

.product-filter__breadcrumb {
  display: inline-flex;
}

.product-filter__breadcrumb-remove {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #003c54;
  background-color: #d4d8da;
  display: inline-block;
  border: 0;
  border-right: 1px solid #808c91;
  border-radius: 0.9375rem 0 0 0.9375rem;
  padding: 0 0.25rem 0 0.5rem;
  margin: 0.5rem 0 0 0;
}

.product-filter__breadcrumb-name {
  font-size: 0.875rem;
  line-height: 1.875rem;
  color: #003c54;
  background-color: #d4d8da;
  display: inline-block;
  border: 0;
  padding: 0 0.75rem 0 0.5rem;
  margin: 0.5rem 0.5rem 0 0;
  border-radius: 0 0.9375rem 0.9375rem 0;
}

.product-filter__breadcrumb-name--blog-tag {
  padding: 0 0.75rem;
  border-radius: 0.9375rem;
  margin-top: 0.75rem;
  cursor: pointer;
  transition: all 0.2s;
}

.product-filter__breadcrumb-name--blog-tag:hover {
  color: #fff;
  background-color: #0078a9;
  transition: all 0.2s;
}

.page-header {
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.page-header__image-container {
  height: 13rem;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #001822;
  z-index: 0;
}

@media only screen and (min-width: 750px) {
  .page-header__image-container {
    height: 15rem;
  }
}

@media only screen and (min-width: 970px) {
  .page-header__image-container {
    height: 20rem;
  }
}

@media only screen and (min-width: 750px) {
  .page-header__image-container--inset {
    height: 13rem;
  }
}

@media only screen and (min-width: 970px) {
  .page-header__image-container--inset {
    height: 15rem;
  }
}

@media only screen and (min-width: 750px) {
  .page-header__image-container--video {
    height: 20rem;
  }
}

@media only screen and (min-width: 970px) {
  .page-header__image-container--video {
    /* height: 32rem; */
    height: 20rem;
  }
}

.page-header__image {
  background-size: cover;
  /* background-position: center; */
  background-position: top;
  background-repeat: no-repeat;
  position: absolute;
  width: 106%;
  height: 106%;
  top: -3%;
  left: -3%;
  z-index: 1;
  opacity: 0.6;
}

.page-header__image--inset {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  opacity: 0.5;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.page-header__angle {
  display: none;
}

@media only screen and (min-width: 750px) {
  .page-header__angle {
    position: absolute;
    display: inline-block;
    height: 100%;
    width: 25%;
    max-width: 20rem;
    z-index: 1;
    opacity: 1;
  }
}

.page-header__angle:after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 200%;
  height: 100%;
  background: linear-gradient(180deg,
      #004e6e,
      #004e6e 20%,
      rgba(26, 134, 178, 0.85));
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
  z-index: 1;
}

@media only screen and (min-width: 1400px) {
  .page-header__angle:after {
    left: -200%;
    width: 300%;
  }
}

.page-header__button-container {
  margin: 1.25rem 0 0 0;
  display: flex;
  justify-content: center;
}

.page-header__content-container {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

.page-header__content-container--inset {
  flex-direction: column;
  justify-content: center;
}

.page-header__content-container--video {
  position: absolute;
  top: 0;
  left: 0;
}

.page-header__content-image {
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.4);
  border-radius: 0.3125rem;
  display: none;
  margin-right: 1.5rem;
}

@media only screen and (min-width: 750px) {
  .page-header__content-image {
    display: block;
    height: 9.5rem;
    width: 19rem;
  }
}

@media only screen and (min-width: 970px) {
  .page-header__content-image {
    height: 14rem;
    width: 28rem;
  }
}

.page-header__content-text {
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.page-header__search-form {
  display: flex;
  position: relative;
  margin-bottom: 0.25rem;
  padding: 0;
  width: 70%;
}

.page-header__search-form--inset {
  width: 100%;
  max-width: 42rem;
  margin-top: 1rem;
}

.page-header__input {
  color: #003c54;
  flex-grow: 1;
  border: none;
  border-radius: 0.1875rem;
  box-shadow: none;
  box-sizing: border-box;
  font-size: 1rem;
  padding: 0 1rem;
  background: #f3f5f5;
  height: 2.75rem;
}

.page-header__input::-webkit-input-placeholder {
  font-weight: 400;
  color: #4d5e65;
  opacity: 1;
}

.page-header__input::-moz-placeholder {
  font-weight: 400;
  color: #4d5e65;
  opacity: 1;
}

.page-header__input:-ms-input-placeholder {
  font-weight: 400;
  color: #4d5e65;
  opacity: 1;
}

.page-header__input::-ms-input-placeholder {
  font-weight: 400;
  color: #4d5e65;
  opacity: 1;
}

.page-header__input::placeholder {
  font-weight: 400;
  color: #4d5e65;
  opacity: 1;
}

.page-header__input:-ms-input-placeholder {
  font-weight: 400;
  color: #4d5e65;
}

.page-header__input::-ms-input-placeholder {
  font-weight: 400;
  color: #4d5e65;
}

.page-header__button {
  box-shadow: none;
  transition: box-shadow 0.2s;
}

.page-header__button:hover {
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.4);
  transition: box-shadow 0.2s;
}

.page-header__button.button--search--header {
  color: #4d5e65;
  box-shadow: none;
  position: absolute;
  right: 0;
  top: 1px;
  width: 3rem;
  background-color: transparent;
  margin: 0;
  border: 0;
  border-width: 0;
  outline: none;
}

.page-header__button.button--search--header .material-icons--header {
  font-size: 1.85rem;
}

.breadcrumbs {
  border-bottom: 1px solid #d4d8da;
  padding: 0.625rem 0;
}

.breadcrumbs__breadcrumb,
.breadcrumbs span {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  color: #4d5e65;
  display: inline;
}

.breadcrumbs__breadcrumb--link,
.breadcrumbs span--link {
  color: #0078a9;
  text-decoration: underline;
}

.card {
  width: calc(100% - 1rem);
  margin: 0.5rem;
  background-color: #fff;
  border-radius: 0.3125rem;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.2s, color 0.2s;
}

.card:hover {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.25);
}

.card:hover .headline-3 {
  text-decoration: underline;
}

@media only screen and (min-width: 414px) {
  .card {
    width: calc(50% - 1rem);
  }
}

@media only screen and (min-width: 750px) {
  .card {
    width: calc(33.3% - 1rem);
  }
}

@media only screen and (min-width: 970px) {
  .card {
    width: calc(25% - 1rem);
  }
}

@media only screen and (min-width: 1170px) {
  .card {
    width: calc(20% - 1rem);
  }
}

.card__clickable-area {
  height: calc(100% - 2rem);
  text-decoration: none;
  display: block;
  margin: 0;
  padding: 1rem;
}

.card__image {
  width: 100%;
  height: auto;
  border-radius: 0.3125rem;
}

.card--featured {
  width: 100%;
}

.card--featured .card__clickable-area {
  padding: 0;
  height: 100%;
}

.card--featured .headline-3--card {
  padding: 0 0.5rem;
  font-size: 1.125rem;
  line-height: 1.375rem;
  margin: 1rem 0.5rem;
  color: #0078a9;
}

.card--featured .paragraph--card {
  padding: 0 1rem 1rem 1rem;
}

.card--featured .card__image {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

@media only screen and (min-width: 750px) {
  .card--featured {
    width: calc(25% - 1rem);
  }
}

.location-card {
  width: 100%;
  background-color: #fff;
  margin: 0.5rem;
  border-radius: 0.3125rem;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.1);
  display: flex;
}

.location-card__left {
  display: block;
  width: 1.25rem;
  height: calc(100% - 1rem);
  padding: 1rem 0.75rem 0 1rem;
}

.location-card__number-circle {
  width: 1.25rem;
  height: 1.125rem;
  display: flex;
  justify-content: center;
  background-color: #0078a9;
  border-radius: 0.625rem;
  padding: 0.125rem 0 0 0;
  cursor: pointer;
}

.location-card__number-circle--map {
  position: relative;
  width: 2rem;
  height: 2rem;
  border-radius: 1rem;
  padding: 0;
}

.location-card__number-circle--1 {
  top: 10%;
  left: 30%;
}

.location-card__number-circle--2 {
  top: 9.25rem;
  left: 7.5rem;
}

.location-card__number-circle--3 {
  top: 20%;
  left: 60%;
}

.location-card__number-circle--4 {
  top: 30%;
  left: 80%;
}

.location-card__number-text {
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.375;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}

.location-card__number-text--map {
  font-size: 1rem;
  line-height: 1.9375;
}

.location-card__right {
  display: block;
  padding: 1rem 1rem 1rem 0;
  width: 100%;
}

.location-card__right .actions {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.location-card__horizontal-rule {
  width: 100%;
  height: 1px;
  margin: 0.375rem 0 0.625rem 0;
  background-color: #e6e8e9;
  border: 0;
}

.location-card__image {
  width: 3rem;
  height: 3rem;
  margin: 0 0.75rem 0 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  float: left;
}

@media only screen and (min-width: 750px) {
  .location-card__image {
    width: 5rem;
    height: 5rem;
    margin: 0 1rem 0 0;
  }
}

.office-card {
  width: calc(100% - 1rem);
  background-color: #fff;
  margin: 0.5rem;
  padding: 1rem;
  border-radius: 0.3125rem;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}

.office-card p {
  flex-grow: 1;
}

@media only screen and (min-width: 414px) {
  .office-card {
    width: calc(50% - 3rem);
  }
}

@media only screen and (min-width: 750px) {
  .office-card {
    width: calc(33.3% - 3rem);
  }
}

@media only screen and (min-width: 970px) {
  .office-card {
    width: calc(25% - 3rem);
  }
}

@media only screen and (min-width: 1170px) {
  .office-card {
    width: calc(20% - 3rem);
  }
}

.office-card__link {
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 500;
  color: #0078a9;
  display: block;
}

.office-card__link:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 414px) {
  #News .office-card {
    min-height: 8rem;
  }
}

@media only screen and (min-width: 970px) {
  #News .office-card {
    width: calc(33.3% - 3rem);
  }
}

.product-card {
  width: calc(100% - 1rem);
  margin: 0.5rem;
  background-color: #fff;
  border-radius: 0.3125rem;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.2s;
}

.product-card:hover {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.25);
}

@media only screen and (min-width: 970px) {
  .product-card {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.product-card__text {
  padding: 1rem;
  display: block;
}

@media only screen and (min-width: 970px) {
  .product-card__text {
    padding: 1.25rem 0 1.25rem 1rem;
    width: calc(100% - 20rem);
    border-radius: 0.3125rem;
  }
}

.product-card__text:hover h2 {
  text-decoration: underline;
}

.product-card__links {
  padding: 0 0.75rem 1rem 0.75rem;
  background-color: #fff;
  border-radius: 0 0 0.1875rem 0.1875rem;
}

@media only screen and (min-width: 970px) {
  .product-card__links {
    width: 26.5rem;
    /* max-width: 18.5rem; */
    /* min-width: 18.5rem; */
    padding: 0.75rem;
    border-radius: 0 0.1875rem 0.1875rem 0;
    position: relative;
    right: 0;
  }
}

.tab-table {
  background-color: #fff;
  border-radius: 0.3125rem;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.1);
  margin: 2.5rem 0 1.5rem 0;
}

.tab {
  display: flex;
  justify-content: space-evenly;
  margin: 0 0 1rem 0;
  background-color: #d4d8da;
  border-radius: 0.3125rem 0.3125rem 0 0;
}

.tab--system {
  justify-content: flex-start;
}

.tab__link {
  color: #4d5e65;
  background-color: #d4d8da;
  font-size: 1rem;
  font-weight: 500;
  display: block;
  cursor: pointer;
  border: 0;
  height: 3rem;
  width: 100%;
  padding: 0 1rem;
  transition: background-color 0.2s, color 0.2s, border 0.2s;
}

@media only screen and (min-width: 414px) {
  .tab__link {
    height: 3rem;
  }
}

@media only screen and (min-width: 750px) {
  .tab__link {
    height: 4rem;
  }
}

@media only screen and (min-width: 970px) {
  .tab__link {
    height: 5rem;
  }
}

.tab__link:hover {
  color: #fff;
  background-color: #1a86b2;
}

.tab__link:focus {
  outline: 0;
}

.tab__link.active {
  color: #0078a9;
  background-color: #fff;
  border: 0;
}

.tab__link--system {
  border-radius: 0.3125rem 0 0 0;
  width: 50%;
}

@media only screen and (min-width: 750px) {
  .tab__link--system {
    width: 33.3%;
  }
}

.tab__link--pds {
  border-radius: 0.3125rem 0 0 0;
}

@media only screen and (min-width: 750px) {
  .tab__link--pds .pds-label {
    display: none;
  }

  .tab__link--pds:after {
    content: "Product Data Sheet";
  }
}

.tab__link--sds {
  border-right: 1px solid rgba(0, 0, 0, 0.25);
  border-left: 1px solid rgba(0, 0, 0, 0.25);
}

@media only screen and (min-width: 750px) {
  .tab__link--sds .sds-label {
    display: none;
  }

  .tab__link--sds:after {
    content: "Safety Data Sheet";
  }
}

.tab__link--doc {
  border-radius: 0 0.3125rem 0 0;
}

.tab-content {
  display: none;
}

.tab-content--system {
  display: block;
}

.tab-content .paginator {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 0 1rem 1rem 1rem;
}

.tab-content .paginator__items,
.tab-content .paginator__pages {
  font-size: 0.75rem;
  line-height: 1rem;
  color: #4d5e65;
}

.tab-content .paginator__items {
  width: 4rem;
}

@media only screen and (min-width: 414px) {
  .tab-content .paginator__items {
    width: 5.5rem;
  }
}

.tab-content .paginator__pages {
  width: 3.5rem;
}

@media only screen and (min-width: 414px) {
  .tab-content .paginator__pages {
    width: 6rem;
  }
}

.material-icons--paginator {
  font-size: 1.75rem;
  color: #0078a9;
  margin: 0;
  cursor: pointer;
}

.material-icons--paginator:hover {
  background-color: #f3f5f5;
}

.material-icons--paginator:hover:not(.disabled) {
  color: #1a86b2;
}

.material-icons--paginator.disabled {
  color: #808c91;
  cursor: default;
}

.material-icons--paginator.back {
  margin: 0 0.25rem 0 0;
}

.material-icons--paginator.next {
  margin: 0 0 0 0.25rem;
}

.sdsfilter__container {
  display: block;
  padding: 0 1rem 1rem 1rem;
}

@media only screen and (min-width: 750px) {
  .sdsfilter__container {
    display: flex;
  }
}

.sdsfilter__search {
  display: block;
}

@media only screen and (min-width: 750px) {
  .sdsfilter__search {
    width: 50%;
    margin: 1rem 1rem 0 0;
  }
}

.sdsfilter__input-field {
  height: 2.75rem;
  padding: 0 0.75rem 0 0.75rem;
  border: 1px solid #808c91;
  border-right: none;
  border-radius: 0.1875rem 0 0 0.1875rem;
  -webkit-appearance: none;
  box-shadow: none;
  box-sizing: border-box;
  width: calc(100% - 5rem);
}

@media only screen and (min-width: 750px) {
  .sdsfilter__input-field {
    width: calc(100% - 6.25rem);
  }
}

@media only screen and (min-width: 414px) {
  .sdsfilter__selects {
    display: flex;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 750px) {
  .sdsfilter__selects {
    width: 50%;
  }
}

.table {
  margin: 0;
  padding: 0 0 0.75rem 0;
  border: 0;
  border-spacing: 0;
  width: 100%;
  display: table;
}

@media only screen and (min-width: 750px) {
  .table {
    padding: 0 1rem 1rem 1rem;
  }
}

.table th span {
  cursor: pointer;
}

.table thead {
  width: 100%;
}

.table thead th {
  font-size: 0.875rem;
  font-weight: 500;
  color: #003c54;
  text-align: left;
  padding: 1rem 0.5rem;
  border-top: 1px solid #e6e8e9;
  border-bottom: 1px solid #e6e8e9;
}

.table tbody {
  padding: 0;
  margin: 0;
  border: 0;
  border-spacing: 0;
  width: 100%;
  color: #4d5e65;
}

.table tbody tr:nth-child(even) {
  background-color: #f3f5f5;
}

.table td {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.75rem 0.5rem;
  margin: 0;
  border: 0;
  border-spacing: 0;
}

.table tr {
  width: 100%;
  padding: 0 0.5rem;
}

.table td:first-child,
.table th:first-child {
  padding: 0.75rem 0.5rem 0.75rem 1rem;
  width: 52%;
}

@media only screen and (min-width: 414px) {

  .table td:first-child,
  .table th:first-child {
    width: 50%;
  }
}

@media only screen and (min-width: 750px) {

  .table td:first-child,
  .table th:first-child {
    width: 45%;
  }
}

.table td:nth-child(2),
.table th:nth-child(2) {
  width: 33%;
  border-left: 1px solid #e6e8e9;
}

@media only screen and (min-width: 414px) {

  .table td:nth-child(2),
  .table th:nth-child(2) {
    width: 25%;
  }
}

@media only screen and (min-width: 750px) {

  .table td:nth-child(2),
  .table th:nth-child(2) {
    width: 27.5%;
  }
}

.table td:nth-child(3),
.table th:nth-child(3) {
  width: 15%;
  border-left: 1px solid #e6e8e9;
}

@media only screen and (min-width: 414px) {

  .table td:nth-child(3),
  .table th:nth-child(3) {
    width: 25%;
  }
}

@media only screen and (min-width: 750px) {

  .table td:nth-child(3),
  .table th:nth-child(3) {
    width: 27.5%;
  }
}

.table a {
  font-weight: 500;
  color: #0078a9;
  text-decoration: underline;
}

@media only screen and (min-width: 750px) {
  .table--product-data {
    padding: 1rem 0;
  }
}

.table--product-data td {
  display: block;
}

@media only screen and (min-width: 414px) {
  .table--product-data td {
    display: table-cell;
  }
}

.table--product-data td:first-child,
.table--product-data td:nth-child(2),
.table--product-data td:nth-child(3) {
  width: calc(100% - 2rem);
  border-left: none;
  padding: 0.75rem 1rem;
}

@media only screen and (min-width: 414px) {

  .table--product-data td:first-child,
  .table--product-data td:nth-child(2),
  .table--product-data td:nth-child(3) {
    width: 33%;
  }
}

.table--product-data td:nth-child(2),
.table--product-data td:nth-child(3) {
  padding: 0 1rem 0.75rem 1rem;
}

@media only screen and (min-width: 414px) {

  .table--product-data td:nth-child(2),
  .table--product-data td:nth-child(3) {
    border-left: 1px solid #e6e8e9;
    padding: 0.75rem 0.5rem;
  }
}

.table--product-data thead {
  display: none;
}

@media only screen and (min-width: 414px) {
  .table--product-data thead {
    display: table-header-group;
  }
}

.table--product-data td:first-child::before,
.table--product-data td:nth-child(2)::before,
.table--product-data td:nth-child(3)::before {
  font-weight: 500;
  color: #003c54;
  margin: 0 0.5rem 0 0;
}

@media only screen and (min-width: 414px) {

  .table--product-data td:first-child::before,
  .table--product-data td:nth-child(2)::before,
  .table--product-data td:nth-child(3)::before {
    display: none;
  }
}

.table--product-data td:first-child::before {
  content: "Property";
}

.table--product-data td:nth-child(2)::before {
  content: "Standard";
}

.table--product-data td:nth-child(3)::before {
  content: "Results";
}

.callout {
  display: none;
  position: absolute;
  z-index: 99;
  background-color: #fff;
  width: 14rem;
  padding: 1rem;
  top: 1rem;
  left: 1rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.25);
}

.callout__link {
  font-size: 0.875rem;
  text-decoration: underline;
  display: inline-block;
  padding: 0.375rem 0.5rem 0 0;
}

.callout__link--address {
  text-decoration: none;
}

.callout__triangle {
  width: 0;
  height: 0;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-top: 1rem solid #fff;
  position: absolute;
  left: 6.5rem;
  bottom: -1rem;
}

.footer-banner {
  border-top: 1px solid #d4d8da;
  background-color: #e6e8e9;
  padding: 0.125rem 0;
}

.footer {
  display: block;
  float: left;
  width: 100%;
}

.footer-nav {
  background: #002736;
  padding: 1rem 0;
  width: 100%;
}

@media only screen and (min-width: 414px) {
  .footer-nav {
    padding: 0.5rem 0 1.5rem 0;
  }
}

.footer-nav__column {
  width: 100%;
  padding: 0;
}

@media only screen and (min-width: 414px) {
  .footer-nav__column {
    width: 33.3%;
    padding: 0 1.5rem 0 0;
  }
}

.footer-nav__column-hide {
  display: none;
}

@media only screen and (min-width: 750px) {
  .footer-nav__column-hide {
    display: block;
  }
}

.footer-nav__link {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #d4d8da;
  text-decoration: none;
  display: block;
  padding: 0.25rem 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.footer-nav__link:hover {
  text-decoration: underline;
}

.footer-corporate-trademark {
  background-color: #0078a9;
  padding: 1rem 0;
}

.footer-corporate-trademark__logo {
  height: 3rem;
  width: auto;
  display: inline-block;
  margin: 0 1rem 0 0;
}

.footer-corporate-legal {
  background-color: #fff;
}

.footer-corporate-legal__link {
  color: #003c54;
  text-decoration: none;
}

.footer-corporate-legal__link:hover {
  text-decoration: underline;
}

.childNavigation .headingLi {
  width: 100%;
  clear: both;
  color: #003c54;
}

.page-header__video {
  min-width: 100%;
  width: 100%;
}

.mobile-nav {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 100%;
  top: 0;
  background-color: #0078a9;
  z-index: 10;
  visibility: hidden;
  transition: left 300ms ease-in-out;
}

.mobile-nav.visible {
  visibility: visible;
  left: 0;
  transition: left 300ms ease-in-out;
}

.mobile-nav .mobile-nav-close {
  width: 2rem;
  height: 2rem;
  background-image: url("../images/close.png");
  background-size: cover;
  top: 2rem;
  right: 2rem;
  position: absolute;
}

.mobile-nav .mobile-nav-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  color: #fff;
  padding: 2.5rem 2rem;
  overflow: auto;
  height: 100%;
  box-sizing: border-box;
}

.mobile-nav .mobile-nav-list a {
  color: #fff;
}

.mobile-nav-list-links-container {
  margin-bottom: 0.8rem;
}

.mobile-nav-list-links-container a {
  font-size: 1.2rem;
  line-height: 2rem;
}

.mobile-nav-list-links-container-menu a {
  font-size: 1rem;
  font-weight: 100;
}

.qrcode {
  width: 9.375rem;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  padding-top: 1rem;
  height: 9.375rem;
}

.qrcode img {
  width: 100%;
  height: 100%;
}

.qrcode .txt {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  font-size: 0.75rem;
  color: #fff;
  margin-top: 1rem;
}



.first-col {
    width: 49%;
    margin-right: 1%;
    float: left;
}



    .first-col img.portrait {
        max-width: 30rem;
    }



.second-col {
    width: 49%;
    margin-left: 1%;
    float: left;
}



    .second-col img.portrait {
        max-width: 30rem;
    }



.card__image.portrait {
    max-width: 30rem;
}



@media only screen and (max-width: 767px) {

    .first-col, .second-col {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }



    .table--product-data td:first-child, .table--product-data td:nth-child(2), .table--product-data td:nth-child(3) {
        width: calc(100% - 2rem);
        border-left: none;
        padding: .75rem 1rem;
        display: block;
    }
}



@media only screen and (min-width: 768px) {

    .page-header__input {
        margin: 0px;
    }
}



.page-header__button.button--search--header {
    right: 10px;
}



@media only screen and (min-width: 768px) {

    .page-header__button.button--search--header {
        right: 0;
    }
}



.max-width-container--video-description .article-container__video-container.left_video_container {
    margin-left: 0px;
    margin-top: 0px;
}



.left_video_container {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}



    .left_video_container iframe {
        position: absolute;
        width: 100%;
        height: 100%;
    }



.search-page .img-div {
    width: 30%;
}



    .search-page .img-div img {
        width: 100%;
        height: auto;
    }



.search-page .text {
    width: 70%;
}



.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0,0,0,.4);
}



.modal-content {
    background-color: #fefefe;
    margin: 10px 20px 0;
    padding: 20px;
    border: 1px solid #888;
    max-width: 800px;
}



    .modal-content img {
        max-width: 200px;
    }



    .modal-content figure {
        margin: 0px;
    }



@media (min-width: 768px) {

    .modal-content {
        margin: 10px auto 0;
        width: 100%;
    }
}



.modal .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}



.modal-content-sublink {
    margin: 10px 0;
    text-align: center;
    display: block;
}



.modal-content-header {
    text-align: center;
    margin-bottom: 20px;
}



.modal-content-sublink, .modal .close {
    cursor: pointer;
}



.prodCta {
    color: #0078a9;
    margin-top: 10px;
}



.prodContCta {
    font-size: 90%;
}



#cookie-modal {
    display: none;
    text-align: center;
}



    #cookie-modal .button {
        margin-top: 0px;
        margin: 0px auto;
    }



    #cookie-modal .modal-content-instruction {
        text-align: center;
    }



    #cookie-modal .cookie-link {
        margin-top: 20px;
    }



.center {
    text-align: center;
}



.social {
    text-align: center;
    background: #fff;
    padding: 10px 0px;
}



    .social ul {
        margin: 20px 0px;
    }



    .social li {
        display: inline;
        margin: 0px 8px;
    }



        .social li a {
            height: 50px;
            font-size: 180%;
            color: #999;
        }

/* Ico Moon */

@font-face {
    font-family: 'icomoon';
    src: url('/fonts/icomoon.eot?xcu1u6');
    src: url('/fonts/icomoon.eot?xcu1u6#iefix') format('embedded-opentype'), url('/fonts/icomoon.ttf?xcu1u6') format('truetype'), url('/fonts/icomoon.woff?xcu1u6') format('woff'), url('/fonts/icomoon.svg?xcu1u6#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}



[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



.icon-wechat:before {
    content: "\e900";
    color: #999;
}



.icon-youtube:before {
    content: "\ea9d";
}



.icon-linkedin:before {
    content: "\eac9";
}



.youtube-vid .headline-3 {
    margin-bottom: 20px;
}



.youtube-vid .article-container__video-container {
    margin-bottom: 20px;
}



.ctct-form-defaults {
    background: none !important;
}



.article-container__image-responsive {
    height: auto;
    position: relative;
    width: 100%;
}





ul.pag {
    text-align: left;
    margin-top: 20px;
}



    ul.pag li {
        display: inline;
        list-style-type: none;
        margin: 0px;
        padding: 0px;
    }



        ul.pag li a, ul.pag li span {
            border: 1px solid rgba(0, 0, 0, 0.4);
            padding: 5px 10px;
            background: #fff;
        }



.first-blog-col {
    width: 73%;
    margin-right: 2%;
    float: left;
}



.second-blog-col {
    width: 25%;
    float: left;
    margin-top: 50px;
}



    .second-blog-col h3 {
        margin-top: 30px;
    }



.blogPosts .card {
    width: calc(33% - 1rem);
    padding-bottom: 0px;
}



    .blogPosts .card a {
        padding-bottom: 8px;
    }



.blog-side-link {
    width: 100%;
    margin-top: 10px;
    display: block;
    color: #4d5e65;
    font-size: 90%;
}



.mt-10 {
    margin-top: 10px;
}



.blog-content figure {
    margin: 10px 0px;
}



.blog-content img {
    width: 100%;
    max-width: 100%;
}



.card .blog-tags {
    padding-top: 15px;
    margin-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}



.blog-tags .tag {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 2px;
}



    .blog-tags .tag img {
        width: 20px;
        float: left;
        margin-right: 5px;
        margin-top: 2px;
    }



    .blog-tags .tag span {
        display: block;
        float: left;
        color: #4d5e65;
        font-size: 90%;
    }



.side-tags .tag {
    display: block;
    width: 100%;
    height: 15px;
}



    .side-tags .tag img {
        margin-top: 1px;
    }



.blog-tags-inner {
    margin-top: 15px;
}



.sharethis-inline-share-buttons {
    margin-top: 30px;
    margin-bottom: 20px;
}



.blogPosts .card:nth-child(1) {
    width: calc(66% - 1rem);
}



.paged.blogPosts .card:nth-child(1) {
    width: calc(33% - 1rem);
}



@media (max-width: 767px) {

    .blogPosts .card {
        width: 100%;
        margin-right: 0px;
    }



        .blogPosts .card:nth-child(1) {
            width: 100%;
        }



    .first-blog-col, .second-blog-col {
        width: 100%;
    }



    .second-blog-col {
        margin-top: 0px;
    }



    .blogSecondary {
        margin-left: -4px;
    }
}



.blogPosts .emailLink {
    margin: 30px 0px 30px 0px;
    font-weight: bold;
    font-size: 1.25rem;
}



a.disabled {
    cursor: default;
}



.blog-like-share icon {
    margin-right: 5px;
}



.icon-heart:before {
    content: "\e9da";
    margin-left: -5px;
    padding-right: 5px;
    color: #4d5e65;
}



.icon-plus:before {
    content: "\ea0a";
    margin-left: -5px;
    padding-right: 5px;
}



.icon-plus.minus:before {
    content: "\ea0b";
}



.sharethis-inline-share-buttons {
    text-align: left !important;
}



.like-link.disabled {
    cursor: not-allowed;
}



    .like-link.disabled .icon-heart:before {
        color: #ffffff;
    }







.landing-page main {
    text-align: center;
}



    .landing-page main h2 {
        color: #0E78A9;
    }



        .landing-page main h2 span {
            color: #404040;
            display: block;
            font-size: 2rem;
            font-weight: 300;
            margin-top: 5px;
        }



.landing-page hr {
    border: 0;
    border-top: 4px solid #cccccc;
    margin: 20px auto 20px auto;
    max-width: 100px;
}



.landing-page .column-container__4-columns {
    width: 49%;
}



@media only screen and (min-width: 970px) {

    .landing-page .column-container__4-columns {
        width: calc(25% - 3rem);
    }
}



.landing-page .block-section {
    background: #0E78A9;
    color: #ffffff;
    margin-bottom: -4px;
}



    .landing-page .block-section .headline-2, .landing-page .block-section .headline-3 {
        color: #ffffff;
    }



    .landing-page .block-section .first-col {
        margin-bottom: auto !important;
        margin-left: 0;
        margin-right: 0;
        margin-top: auto !important;
        max-width: none;
        width: 100%;
    }



@media only screen and (min-width: 1200px) {

    .landing-page .block-section .first-col {
        width: 50%;
    }
}



.landing-page .block-section .second-col {
    margin: 0;
    max-width: none;
    width: 100%;
}



@media only screen and (min-width: 1200px) {

    .landing-page .block-section .second-col {
        width: 50%;
    }
}



.landing-page .block-section .block-content {
    padding: 40px 70px 50px 60px;
    margin: 0 auto;
    text-align: left;
}



@media only screen and (min-width: 1200px) {

    .landing-page .block-section .block-content {
        max-width: 41vw;
    }
}



@media only screen and (max-width: 415px) {

    .landing-page .block-section .block-content {
        padding: 50px;
    }
}



.landing-page .block-section h2 {
    font-size: 2.25rem;
    font-weight: 300;
    line-height: 1.15;
}



.landing-page .block-section p {
    color: #ffffff;
}



@media only screen and (min-width: 415px) {

    .landing-page .block-section p {
        font-size: 1.05em;
        line-height: 1.7em;
    }
}



.landing-page .block-section img {
    max-width: 100%;
}



.landing-page .features-section {
    background: #2b303b;
    padding: 50px 0px 50px 0px;
}



    .landing-page .features-section .image-col {
        float: left;
        width: 19%;
    }



    .landing-page .features-section .content-col {
        float: left;
        width: 79%;
    }



    .landing-page .features-section h3 {
        color: #ffffff;
        font-weight: 400;
        margin: 0;
    }



    .landing-page .features-section ul {
        margin-bottom: 20px;
        padding-left: 20px;
    }



    .landing-page .features-section li {
        color: #9da5b0;
    }



    .landing-page .features-section a {
        color: #08c3f2;
    }



    .landing-page .features-section p {
        color: #9da5b0;
    }



    .landing-page .features-section .paragraph {
        line-height: 1.15rem;
    }



    .landing-page .features-section img {
        max-width: 50%;
    }



.landing-page .standout-features-section {
    background: #f2f5f5;
    text-align: center;
}



    .landing-page .standout-features-section h2 {
        color: #0E78A9;
    }



        .landing-page .standout-features-section h2 span {
            color: #404040;
            display: block;
            font-size: 2rem;
            font-weight: 300;
            margin-top: 5px;
        }



    .landing-page .standout-features-section h4 {
        font-weight: 300;
    }



    .landing-page .standout-features-section img {
        max-width: 25%;
    }



.landing-page .contact-section {
    background: #e3e7e7;
    padding: 0 0 2rem 0;
}



    .landing-page .contact-section .article-container {
        max-width: none;
    }



    .landing-page .contact-section .first-col {
        float: left;
        margin-right: 1%;
        max-width: none;
        width: 100%;
    }



@media only screen and (min-width: 970px) {

    .landing-page .contact-section .first-col {
        width: 72%;
    }
}



.landing-page .contact-section .second-col {
    float: right;
    margin-right: 1%;
    max-width: none;
    width: 100%;
}



@media only screen and (min-width: 970px) {

    .landing-page .contact-section .second-col {
        width: 24%;
    }
}



.landing-page contact-section h2 {
    color: #0E78A9;
    text-align: center;
}



.landing-page .contact-section h3 {
    color: #0E78A9;
    font-weight: 500;
    margin: 1.875rem 0 1.875rem 0;
}



.landing-page .contact-section h4 {
    color: #0E78A9;
    font-weight: 500;
    text-transform: uppercase;
}



.landing-page .contact-section p {
    color: #003c54;
    margin: 0 0 1rem 0;
    text-transform: none;
}



.landing-page .contact-section .col-form-first {
    float: left;
    margin-right: 20px;
    width: 100%;
}



@media only screen and (min-width: 970px) {

    .landing-page .contact-section .col-form-first {
        width: 47%;
    }
}



.landing-page .contact-section .col-form-second {
    float: left;
    width: 100%;
}



@media only screen and (min-width: 970px) {

    .landing-page .contact-section .col-form-second {
        width: 47%;
    }
}



.landing-page .contact-section .button {
    margin-top: 0px;
    margin-right: 0px;
    float: right;
}



.landing-page .contact-section .form-field__label {
    color: #0E78A9;
    text-transform: uppercase;
}



.landing-page .contact-section .checkbox-field input {
    display: inline;
}



.landing-page .contact-section .checkbox-field label {
    display: inline;
    margin-left: 10px;
}



.landing-page .whs {
    opacity: 1;
}



.landing-page .white {
    background: #ffffff;
}



.landing-page .pic-center {
    text-align: center;
}



img.hidden {
    display: none;
}



.landing-page .custom-trademark {
    font-size: 14px !important;
    display: inline !important;
    position: relative;
    bottom: 15px;
}



.landing-page .column-container__5-columns {
    width: 25%;
}



@media only screen and (min-width: 970px) {

    .landing-page .column-container__5-columns {
        width: calc(23% - 3rem);
    }
}



.landing-page .contact-section h2 {
    color: #0E78A9;
    text-align: center;
}



.landing-page .contact-section .validation {
    color: red;
    font-size: 90%;
    display: none;
}



.landing-page .column-container-within {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5rem 0 0;
    padding: 0 0 0.5rem 0;
}



    .landing-page .column-container-within .col-form-first {
        margin-right: 0px;
    }



@media only screen and (min-width: 750px) {

    .landing-page .column-container-within .col-form-first {
        margin-right: 20px;
    }
}



.landing-page .col-form-first-75 {
    float: left;
    width: 100%;
}



@media only screen and (min-width: 970px) {

    .landing-page .col-form-first-75 {
        width: 75%;
    }
}



.landing-page .col-form-first-25 {
    float: left;
    width: 100%;
}



@media only screen and (min-width: 970px) {

    .landing-page .col-form-first-25 {
        text-align: right;
        width: 25%;
    }
}



.landing-page [type="checkbox"] {
    display: inline-block;
}



.landing-page .checkbox-label {
    display: inline-block;
    margin-left: 0px;
    margin-top: 10px;
}



@media only screen and (min-width: 970px) {

    .landing-page .checkbox-label {
        display: inline;
        margin-left: 10px;
        margin-top: 0px;
    }
}



.landing-page .contact-section h2 span {
    color: #404040;
    display: block;
    font-size: 1.4rem;
    font-weight: 300;
    margin-top: 5px;
}



.landing-page .contact-section .multi-select-menuitem {
    margin-right: 10px;
    margin-top: 5px;
}



.embed-responsive {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}



    .embed-responsive iframe {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        border: 0px;
    }



.blog-content ul {
    list-style: disc;
    margin: 0;
    padding: 0;
}



.blog-content li {
    list-style: disc;
    margin: 0 0 1rem 1rem;
    padding: 0;
}



.multi-select-container {
    display: block;
    position: relative;
    width: 100%;
}



.multi-select-menu {
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
    float: left;
    min-width: 100%;
    background: #fff;
    margin: 0.2em 0 1em 0;
    border-radius: 0 0.1875rem 0.1875rem 0;
    display: none;
}



.multi-select-menuitem {
    color: #003c54;
    font-weight: 400;
    display: block;
    font-size: 1rem;
    padding: 1em 1em 1em 30px;
    white-space: nowrap;
}



.multi-select-menuitem--titled:before {
    display: block;
    font-weight: bold;
    content: attr(data-group-title);
    margin: 0 0 0.25em -20px;
}



.multi-select-menuitem--titledsr:before {
    display: block;
    font-weight: bold;
    content: attr(data-group-title);
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}



.multi-select-menuitem + .multi-select-menuitem {
    padding-top: 0;
}



.multi-select-presets {
    border-bottom: 1px solid #ddd;
}



.multi-select-menuitem input {
    position: absolute;
    margin-top: 0.25em;
    margin-left: -20px;
}



.multi-select-menuitems {
    background: #ffffff;
    border: 1px solid #808c91;
    border-radius: 0.1875rem;
}



.multi-select-button {
    color: #003c54;
    font-weight: 400;
    display: inline-block;
    font-size: 1rem;
    padding: 0 0 0 2%;
    max-width: 98%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: -0.5em;
    background-color: #fff;
    border: 1px solid #808c91;
    border-radius: 0.1875rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    cursor: default;
    height: 2.75rem;
    width: 98%;
    line-height: 2.75rem;
}



    .multi-select-button:after {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0.4em 0.4em 0 0.4em;
        border-color: #999 transparent transparent transparent;
        margin-left: 0.4em;
        vertical-align: 0.1em;
    }



.multi-select-container--open .multi-select-menu {
    display: block;
}



.multi-select-container--open .multi-select-button:after {
    border-width: 0 0.4em 0.4em 0.4em;
    border-color: transparent transparent #999 transparent;
}



.multi-select-container--positioned .multi-select-menu {
    /* Avoid border/padding on menu messing with JavaScript width calculation */
    box-sizing: border-box;
}



    .multi-select-container--positioned .multi-select-menu label {
        /* Allow labels to line wrap when menu is artificially narrowed */
        white-space: normal;
    }



@media only screen and (min-width: 750px) {

    .landing-page-form-column-container {
        margin: 0.5rem -1.5rem 0 0rem;
    }
}



.landing-page .form-field--text-area {
    margin-bottom: 1em;
}



.landing-page-form-column-container label {
    color: #4d5e65 !important;
    text-transform: none !important;
}



.accordion {
    margin: 0px;
    margin-top: 10px;
}



.acc-container {
    margin: 0px 0px 10px 0px;
    max-width: 100%;
    overflow: hidden;
}



.acc-title {
    max-width: 100%;
    background: #0078a9;
    color: #FFF;
    border-radius: 4px;
    padding: 14px 20px;
    font-weight: normal;
    position: relative;
    margin: 0px;
    transition: all .3s ease-in-out;
}



    .acc-active .acc-title,
    .acc-title:hover {
        background: #0078a9;
        cursor: pointer;
    }



    .acc-title:after {
        content: "+";
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -12.5px;
        width: 25px;
        height: 25px;
        display: inline-block;
        font-weight: bold;
        font-size: 120%;
    }



.acc-active .acc-title:after {
    content: "-";
}



.acc-content {
    max-width: 100%;
    height: auto;
    overflow: hidden;
    max-height: 0;
    margin: 0px 10px 0px 10px;
    opacity: 0;
    padding: 0 20px;
    transition: all 0.2s ease-in-out;
}



.acc-active .acc-content {
    padding: 0px 0px 0px 0px;
    max-height: 100%;
    opacity: 1;
}

.faq-section:last-child {
    margin-bottom: 10px;
}

