<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  /* padding-right: 15px;
  padding-left: 15px; */
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.row {
  --bs-gutter-x: inherit;
  --bs-gutter-y: 0;
}

a:hover {
  color: #0056b3;
}

.form-control {
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  -o-appearance: auto;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check {
  position: relative;
}

.input-group &gt; :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: unset;
}

.dropdown-toggle {
  white-space: inherit;
}

.dropdown-menu {
  top: 100%;
  left: 0px;
}

.nav-link:hover,
.nav-link:focus {
  color: inherit;
}

ul {
  padding-left: 40px;
}

/*code merge*/
hr {
  height: auto;
  margin: 1rem 0;
  color: inherit;
  background-color: #2b2626;
  border: 0;
  opacity: 0.125;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

hr:not([size]) {
  height: auto;
}

.table-striped &gt; tbody &gt; tr:nth-of-type(odd) {
  --bs-table-accent-bg: inherit;
  color: inherit;
}

.table &gt; :not(caption) &gt; * &gt; * {
  padding: unset;
  border-bottom-width: inherit;
  background: transparent;
}

.table &gt; :not(:last-child) &gt; :last-child &gt; * {
  border-bottom-color: transparent;
}

/*code merge*/
thead, tbody, tfoot, tr, td, th {
  border-width: inherit;
  border-style: inherit;
}

.table th {
  padding: 0.75rem;
}

.modal-header {
  align-items: flex-start;
}
.modal-header .btn-close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
  display: flex;
  /* flex-wrap: nowrap; */
  justify-content: flex-end;
  align-items: center;
  width: auto;
}

.btn-link {
  text-decoration: none;
}

.btn-info.disabled,
.btn-info:disabled {
  background-color: #17a2b8;
}

.modal-footer {
  padding: 1rem;
}

.modal-body .btn-close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
  background: transparent;
  border: 0;
  padding: 0;
}

.modal-body .modal-header .btn-close {
  padding: 1rem;
}

label {
  margin-bottom: 0.5rem;
}

.btn-close {
  border-radius: 0;
  width: auto;
}

.btn-close:focus {
  box-shadow: none;
}

.btn-close:not(:disabled):not(.disabled):hover,
.btn-close:not(:disabled):not(.disabled):focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

.accordion-group &gt; .accordion-item:only-child .accordion-header {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/** for gallery videos**/
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
  display: block;
  content: "";
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

@media (min-width: 576px) {
  .accordion-group &gt; .accordion-item:only-child {
    border-radius: 0.25rem;
  }
}
.c01-accordion ol {
  padding-left: 40px;
}

input[type=search]::-webkit-search-cancel-button {
  display: none;
}

.xom-form .radio-buttons.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

@media (min-width: 576px) {
  .xom-form .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
}
.text-right {
  text-align: right !important;
}

.product-selector-form #search-view .form-inner .search-header[_ngcontent-c2] .mobile-subheader[_ngcontent-c2] {
  padding-left: 15px;
  padding-right: 15px;
}

.table-responsive {
  width: 100%;
  display: block;
}

/*code merge*/
.btn:hover, .btn-icon:hover, .btn-badge:hover, .btn-light:hover, .btn-deemphasized:hover, .btn-primary-em-blue:hover, .btn-tertiary:hover, .btn-secondary:hover, .btn-primary:hover, .btn:focus, .btn-icon:focus, .btn-badge:focus, .btn-light:focus, .btn-deemphasized:focus, .btn-primary-em-blue:focus, .btn-tertiary:focus, .btn-secondary:focus, .btn-primary:focus, .guided-tour.dps-dialog.ui-dialog.dps-guided-tour-dialog.gradient .ui-dialog-content .intro .cta-button:hover {
  text-decoration: none;
}

.btn-link:hover {
  text-decoration: underline;
}

form a:hover {
  color: #0056b3;
}

.datatable-container .table-stick-left-inner, .datatable-container .scrollable-content, .datatable-container .ng-star-inserted {
  padding: 0;
}

a#linkClose, a#linkCloseRole, a#linkCloseRole:focus, a#linkCloseRole:focus-visible {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
  background: none;
  padding: 0;
  text-align: end;
}

a#linkClose:focus, a#linkClose:focus-visible {
  border: 0;
  outline: none;
  box-shadow: none;
}

.dps-property-selection-dialog a.help.ng-star-inserted {
  color: inherit;
  text-decoration: none;
}

.dps-dialog a.cta-button:hover, .datatable-container.sidebar-open .table a.name:hover {
  text-decoration: none;
}

.datatable-container .content .table-wrapper .table table .ng-star-inserted td {
  border: none !important;
}

/* clears the X from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the X from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

body.preview .modal {
  top: 10% !important;
}

.navbar-nav .nav-link:focus-visible {
  outline: solid black;
  box-shadow: unset;
  outline-offset: 1px;
}

/* Added to fix 25320 - As fontawesome class is missing in V6.6 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.table-striped &gt; tbody &gt; tr:nth-of-type(odd) &gt; * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: transparent;
  background: transparent;
}

:not(.btn-check) + .btn-tertiary:active {
  color: #fff;
}

:not(.btn-check) + .btn-deemphasized:active, :not(.btn-check) + .btn-tertiary:active {
  color: #fff;
  background-color: #b5b5b5;
}

/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
.body-wrapper {
  background-color: #fff;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  max-width: 1400px;
  position: relative;
  right: 0;
  -webkit-transition: right 0.35s ease;
  -moz-transition: right 0.35s ease;
  -ms-transition: right 0.35s ease;
  -o-transition: right 0.35s ease;
  transition: right 0.35s ease;
  word-break: break-word;
}

.body-frameless {
  background-color: #fff;
}

.body-content {
  padding-top: 20px;
  padding-top: 1.25rem;
}

.body-mask {
  background-color: rgba(153, 153, 153, 0.9);
  display: none !important;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 8;
}

html.nav-search-open .body-mask {
  display: block !important;
}

html.nav-main-mobile-transition body,
html.nav-main-mobile-open body,
html.nav-global-selector-open body {
  overflow: hidden;
}

html.nav-main-mobile-open .body-wrapper {
  right: 80%;
}

@media (min-width: 768px) {
  html.nav-meganav-open .body-mask, html.navbar-main .body-mask {
    display: block !important;
  }

  .body-content {
    padding-top: 30px;
    padding-top: 1.875rem;
  }
}
@media (min-width: 992px) {
  html.nav-main-mobile-open .body-wrapper {
    right: 0;
  }
}
@media print {
  html, body, form {
    background-color: #fff !important;
  }
}
@media (min-width: 3000px) {
  .body-wrapper.ev_hotspot_body {
    margin: auto;
    max-width: 100%;
  }
}

/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
html {
  -webkit-font-smoothing: antialiased;
}

html, body {
  background-color: #e0e0e0;
  color: #2b2626;
  font-size: 13px;
  font-size: 0.8125rem;
  height: 100%;
}

body, p {
  line-height: 1.5;
  white-space: normal;
  word-break: normal;
}

p {
  margin: 0 0 10px;
  font-size: 16px;
  font-size: 1rem;
}

a {
  color: #0c479d;
  text-decoration: none;
}
a:active {
  outline: none;
}
a:hover {
  text-decoration: underline;
}
a.disabled {
  color: #b5b5b5;
}

img {
  max-width: 100%;
  height: auto;
}

em {
  font-style: normal;
}

em &gt; strong,
strong &gt; em {
  font-style: normal;
  font-weight: normal;
}

[data-lang=zh-CN] em {
  font-style: italic;
}

@media (min-width: 576px) {
  html, body {
    font-size: 16px;
    font-size: 1rem;
  }
}
*:not(footer):-moz-focusring {
  outline: 2px solid #5a5a5a !important;
}

footer *:-moz-focusring {
  outline: 2px solid #fff !important;
}

#basic-addon1 img:-moz-focusring,
#searchbuttonnewlocator img:-moz-focusring,
.search-box input:-moz-focusring {
  outline: 2px auto #fff !important;
}

/*@import "mixins";

@include font("EMprintLight", "EMPrint-Light");
@include font("EMprintLightItalic", "EMPrint-LightItalic");
@include font("EMprint", "EMPrint-Regular");
@include font("EMprintItalic", "EMprint-RegularItalic");
@include font("EMprintSemibold", "EMprint-Semibold");
@include font("EMprintSemiboldItalic", "EMprint-SemiboldItalic");
@include font("EMprintBold", "EMPrint-Bold");
@include font("EMprintBoldItalic", "EMPrint-BoldItalic");
@include font("EMprintCondensedBold", "EMprint-CondensedBold");
@include font("EMprintCondensedBoldlt", "EMprint-CondensedBoldlt");
@include font("EMprintCondensedItalic", "EMprint-CondensedItalic");
@include font("EMprintCondensedLight", "EMprint-CondensedLight");
@include font("EMprintCondensedLightlt", "EMprint-CondensedLightlt");
@include font("EMprintCondensedSemibold", "EMprint-CondensedSemibold");
@include font("EMprintCondensedSemiboldlt", "EMprint-CondSemiboldlt");
@include font("EMprintCondensed", "EMprint-CondensedRegular");
@include font("em", "em");
    */
/*@import "base/heading";*/
/*code merge*/
.page-wrapper {
  background: #FFF;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  max-width: 1400px;
  width: 100%;
}

.page-wrapper:before, .page-wrapper:after {
  content: "";
  display: table;
}

.page-wrapper:after {
  clear: both;
}

.section-header {
  box-sizing: border-box;
  float: left;
  padding-right: 0;
  width: calc(100% - 30px);
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 60px;
  padding-top: 50px;
  text-align: left;
}

.section-header h2 {
  font-family: "em-print-light", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  float: left;
  font-size: 36px;
  margin-bottom: 15px;
  margin-top: 0;
  width: 80%;
}

.section-header a,
.section-header .scTextWrapper {
  float: right;
  margin-top: 25px;
}

.section-header a:after,
.section-header .scTextWrapper:after {
  display: inline-block;
  font-family: "icomoon";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  content: "";
}

.section-header a:after,
.section-header .scTextWrapper:after {
  font-size: 10px;
  margin-left: 10px;
}

@media screen and (max-width: 1000px) {
  .section-header {
    box-sizing: border-box;
    float: left;
    padding-right: 0;
    width: calc(100% - 20px);
    margin-bottom: 35px;
  }

  .section-header h2 {
    font-size: 30px;
    width: 75%;
  }

  .section-header a {
    margin-top: 13px;
  }
}
@media screen and (max-width: 605px) {
  .eyebrow {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .section-header {
    box-sizing: border-box;
    float: left;
    padding-right: 0;
    width: calc(100% - 20px);
    margin-bottom: 25px;
    padding-top: 35px;
  }

  .section-header h2 {
    font-size: 21px;
    line-height: 30px;
    width: 100%;
  }

  .section-header a {
    display: none;
  }
}
@-webkit-keyframes shake {
  from, to {
    border-bottom: 3px solid white;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  30% {
    border-bottom: 3px solid #2369bd;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  60% {
    border-bottom: 3px solid #2369bd;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  97% {
    border-bottom: 3px solid #2369bd;
  }
}
@keyframes shake {
  from, to {
    border-bottom: 3px solid white;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  30% {
    border-bottom: 3px solid #2369bd;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  60% {
    border-bottom: 3px solid #2369bd;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  97% {
    border-bottom: 3px solid #2369bd;
  }
}
.shake {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes borderPulse {
  from {
    border-bottom: 3px solid #2369bd;
  }
  50% {
    border-bottom: 3px solid white;
  }
  to {
    border-bottom: 3px solid #2369bd;
  }
}
@keyframes borderPulse {
  from {
    border-bottom: 3px solid #2369bd;
  }
  50% {
    border-bottom: 3px solid white;
  }
  to {
    border-bottom: 3px solid #2369bd;
  }
}
.fadeInUp {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.loader {
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  border-radius: 50%;
  color: #7b7b7b;
  font-size: 15px;
  height: 1em;
  margin: 100px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 1em;
}

@-webkit-keyframes load4 {
  0%, 100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 0, 2em 2em 0 0.2em, 0 3em 0 0, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%, 100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 0, 2em 2em 0 0.2em, 0 3em 0 0, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 0, -2em -2em 0 0.2em;
  }
}
.printLoader {
  height: 30px;
  margin: 20px auto;
  width: 30px;
}

@-webkit-keyframes fade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.2;
  }
}
@keyframes fade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.2;
  }
}
.spinner {
  height: 30px;
  position: relative;
  width: 30px;
}

.spinner .se {
  background: #000;
  border-radius: 50px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  height: 25%;
  left: 33.3%;
  opacity: 0;
  position: absolute;
  top: 37%;
  width: 6%;
}

.spinner .b1 {
  -webkit-animation: fade 0.75s infinite 0s;
  animation: fade 0.75s infinite 0s;
  -webkit-transform: rotate(0deg) translate(0, -142%);
  transform: rotate(0deg) translate(0, -142%);
}

.spinner .b2 {
  -webkit-animation: fade 0.75s infinite 0.09375s;
  animation: fade 0.75s infinite 0.09375s;
  -webkit-transform: rotate(45deg) translate(0, -142%);
  transform: rotate(45deg) translate(0, -142%);
}

.spinner .b3 {
  -webkit-animation: fade 0.75s infinite 0.1875s;
  animation: fade 0.75s infinite 0.1875s;
  -webkit-transform: rotate(90deg) translate(0, -142%);
  transform: rotate(90deg) translate(0, -142%);
}

.spinner .b4 {
  -webkit-animation: fade 0.75s infinite 0.28125s;
  animation: fade 0.75s infinite 0.28125s;
  -webkit-transform: rotate(135deg) translate(0, -142%);
  transform: rotate(135deg) translate(0, -142%);
}

.spinner .b5 {
  -webkit-animation: fade 0.75s infinite 0.375s;
  animation: fade 0.75s infinite 0.375s;
  -webkit-transform: rotate(180deg) translate(0, -142%);
  transform: rotate(180deg) translate(0, -142%);
}

.spinner .b6 {
  -webkit-animation: fade 0.75s infinite 0.46875s;
  animation: fade 0.75s infinite 0.46875s;
  -webkit-transform: rotate(225deg) translate(0, -142%);
  transform: rotate(225deg) translate(0, -142%);
}

.spinner .b7 {
  -webkit-animation: fade 0.75s infinite 0.5625s;
  animation: fade 0.75s infinite 0.5625s;
  -webkit-transform: rotate(270deg) translate(0, -142%);
  transform: rotate(270deg) translate(0, -142%);
}

.spinner .b8 {
  -webkit-animation: fade 0.75s infinite 0.65625s;
  animation: fade 0.75s infinite 0.65625s;
  -webkit-transform: rotate(315deg) translate(0, -142%);
  transform: rotate(315deg) translate(0, -142%);
}

.main-article {
  font-size: 1rem;
}

.main-article:before, .main-article:after {
  content: "";
  display: table;
}

.main-article:after {
  clear: both;
}

.main-article.edit-mode {
  padding-bottom: 40px;
}

.main-article h1,
.main-article h2,
.main-article h3,
.main-article h4,
.main-article h5,
.main-article h6 {
  color: #333;
  font-weight: normal;
  line-height: 130%;
  margin: 0 0 20px;
}

.main-article h1,
.main-article h2,
.main-article h3 {
  font-family: "EMPrint", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.main-article h1,
.main-article h2 {
  font-size: 30px;
}

.main-article p {
  line-height: 190%;
  margin: 0 0 30px;
}

.main-article ul:not(.right-rail) {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.main-article ul:not(.right-rail) li {
  padding: 0 0 0 25px;
  position: relative;
}

.main-article ul:not(.right-rail) li:before {
  background: #333;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 12px;
  width: 4px;
}

.main-article ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
  counter-reset: number-counter;
}

.main-article ol li {
  padding: 0 0 0 25px;
  position: relative;
}

.main-article ol li:before {
  content: counter(number-counter) ".";
  counter-increment: number-counter;
  left: 0;
  position: absolute;
}

.main-article li {
  line-height: 190%;
  margin: 0 0 20px;
}

/*to fix Bug 7343 and add customize list class*/
.article-custom-list {
  margin: revert !important;
  padding: revert !important;
  counter-reset: revert !important;
}

.article-custom-list li {
  padding: revert !important;
  margin: revert !important;
}

.article-custom-list li:before {
  content: "" !important;
  background: transparent !important;
}

.article-custom-list ol {
  margin: revert !important;
  padding: revert !important;
  counter-reset: revert !important;
}

.article-custom-list ul {
  margin: revert !important;
  padding: revert !important;
  counter-reset: revert !important;
}

.article-custom-list ul li:before {
  content: "" !important;
  background: transparent !important;
}

.article-disc-list {
  list-style-type: disc !important;
}

.article-circle-list {
  list-style-type: circle !important;
}

.article-square-list {
  list-style-type: square !important;
}

.article-decimal-list {
  list-style-type: decimal !important;
}

.article-loweralpha-list {
  list-style-type: lower-alpha !important;
}

.article-upperalpha-list {
  list-style-type: upper-alpha !important;
}

.article-upperroman-list {
  list-style-type: upper-roman !important;
}

.article-lowerroman-list {
  list-style-type: lower-roman !important;
}

/*to fix Bug 7343 and add customize list class*/
.article-section {
  box-sizing: border-box;
  float: left;
  padding-left: 0px;
  width: 100%;
  margin-top: 10px;
}

@media screen and (max-width: 1000px) {
  .article-section {
    box-sizing: border-box;
    float: left;
    padding-left: 0px;
    width: 100%;
  }
}
@media screen and (max-width: 605px) {
  .main-article h2 {
    font-size: 28px;
  }

  .main-article p {
    margin: 0 0 25px;
  }

  .article-section {
    box-sizing: border-box;
    float: left;
    padding-left: 0px;
    width: 100%;
  }
}
.iOS .print-container,
.android .print-container,
.windowsPhone .print-container {
  display: none;
}

.main-article .article-header._sticky .article-breadcrumb {
  box-sizing: border-box;
  float: left;
  padding-right: 30px;
  width: 70%;
  margin: 0;
}

.main-article .article-breadcrumb {
  box-sizing: border-box;
  float: left;
  padding-right: 30px;
  width: 91.66667%;
  margin-bottom: 20px;
  margin-top: 0;
}

.main-article .article-breadcrumb ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.main-article .article-breadcrumb li {
  font-family: "em-print-semibold", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  float: left;
  font-size: 15px;
  line-height: 180%;
  margin: 0;
  padding: 0;
}

.main-article .article-breadcrumb li:before {
  display: none;
}

.main-article .article-breadcrumb li:after {
  font-family: "em-print-semibold", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  color: #7b7b7b;
  content: "&gt;";
  margin: 0 8px;
}

.main-article .article-breadcrumb li:first-child a {
  color: #2369bd;
}

.main-article .article-breadcrumb li:last-child:after {
  display: none;
}

.main-article .article-breadcrumb a {
  color: #7b7b7b;
  font-size: 15px;
  line-height: 180%;
}

.main-article .share-wrapper {
  display: none;
}

.main-article .share-wrapper ul,
.main-article .share-wrapper li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.main-article .share-wrapper ul {
  background: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: -2px 1px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
  padding-top: 35px;
}

.main-article .share-wrapper li {
  border-bottom: 1px solid #f7f7f7;
  line-height: 110%;
  padding: 15px 0 15px 25px;
}

.main-article .share-wrapper li:before {
  display: none;
}

.main-article .share-wrapper li:last-child {
  border-bottom: 0;
}

.main-article .share-wrapper._open {
  display: block;
}

.article-hero {
  background-position: top center;
  background-size: cover;
  float: left;
  height: 240px;
  width: 100%;
}

.article-header {
  box-sizing: border-box;
  float: left;
  padding-left: 0px;
  width: 100%;
  margin-bottom: 60px;
  margin-top: 0px;
  position: relative;
  top: auto;
}

.article-header._sticky {
  -webkit-animation: show-from-top 0.3s ease-out;
  animation: show-from-top 0.3s ease-out;
  background: #FFF;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  margin-bottom: 0;
  margin-top: 0;
  max-width: 1400px;
  min-height: 75px;
  padding-top: 10px;
  position: fixed;
  top: 0;
  z-index: 2;
}

.article-header._sticky .header-text {
  box-sizing: border-box;
  float: left;
  padding-right: 30px;
  width: 100%;
  border-bottom: 0;
  margin-left: 0;
}

.article-header._sticky .header-text h1 {
  box-sizing: border-box;
  float: left;
  padding-right: 30px;
  width: 70%;
  font-size: 26px;
  line-height: 100%;
  margin-bottom: 10px;
}

.article-header._sticky .header-text p {
  display: none;
}

.article-header._sticky .header-text .share-container, .article-header._sticky .header-text .print-container {
  margin-right: 30px;
  margin-top: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.article-header._sticky .share-btn,
.article-header._sticky .share-wrapper,
.article-header._sticky .article-author {
  display: none;
}

.header-text {
  box-sizing: border-box;
  float: left;
  padding-right: 0;
  /* width: calc(83.33333% - 30px); */
  /* margin-left: 8.33333%; */
  margin-right: 0;
  border-bottom: 1px solid #e5e5e5;
}

.header-text h1,
.header-text p {
  box-sizing: border-box;
  float: left;
  /* padding-right: 30px; */
  width: 75%;
}

.header-text h1 {
  font-family: "EMPrintLight", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  color: #2b2626;
  font-size: 50px;
  line-height: 130%;
  margin-bottom: 20px;
  margin-top: 0;
}

.header-text p {
  font-size: 26px;
  line-height: 150%;
  margin-bottom: 40px;
  margin-top: 0;
}

.share-container, .print-container {
  float: right;
  margin-top: 10px;
  position: relative;
}

.print-container .btn.print-btn, .print-container .print-btn.btn-icon, .print-container .print-btn.btn-badge, .print-container .print-btn.btn-light, .print-container .print-btn.btn-deemphasized, .print-container .print-btn.btn-primary-em-blue, .print-container .print-btn.btn-tertiary, .print-container .print-btn.btn-secondary, .print-container .print-btn.btn-primary {
  background-color: transparent;
  padding: 5px;
  margin-top: -10px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 2px;
}

.print-btn {
  background: transparent;
  border: 0;
  box-shadow: none;
  margin-top: -10px;
  min-width: 0;
  outline: 0;
  padding: 5px;
  position: relative;
  text-shadow: none;
}

.print-btn:after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  content: "";
}

.print-btn span {
  display: none;
}

.print-btn:hover, .print-btn:focus {
  background: #f7f7f7;
}

.print-btn:hover {
  background: transparent;
  outline: 0;
}

.print-btn:after {
  color: #999;
  font-size: 30px;
  margin-top: 0;
}

.article-author {
  box-sizing: border-box;
  float: left;
  padding-right: 30px;
  width: 16.66667%;
  margin-right: 8.33333%;
  border-left: 1px solid #e5e5e5;
  margin-top: 70px;
  padding-bottom: 10px;
  padding-left: 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 100%;
  z-index: 1;
}

.article-author img {
  background: url("../images/author-default.jpg");
  background-size: cover;
  border-radius: 100%;
  display: block;
  height: 96px;
  margin: 0 auto 15px;
  width: 96px;
}

.article-author h2 {
  font-family: "em-print-semibold", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  color: #333;
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 10px;
}

.article-author p {
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 15px;
}

.article-author a {
  font-size: 14px;
  margin-bottom: 10px;
}

.article-author a:before {
  display: inline-block;
  font-family: "icomoon";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  content: "";
}

.article-author a:before {
  color: #007bb5;
  margin-right: 4px;
}

@media screen and (max-width: 1000px) {
  .main-article .article-breadcrumb {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 83.33333%;
    margin-left: 8.33333%;
  }

  .article-header {
    box-sizing: border-box;
    float: left;
    padding-left: 0px;
    width: 100%;
    margin-bottom: 50px;
    margin-top: 0px;
  }

  .article-header._sticky {
    margin-bottom: 0;
    margin-top: 0;
  }

  .article-header._sticky .header-text {
    box-sizing: border-box;
    float: left;
    padding-right: 0;
    width: calc(100% - 20px);
  }

  .article-header._sticky .header-text h1 {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 80%;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .article-header._sticky .header-text .share-container {
    margin-right: 20px;
    margin-top: 0;
  }

  .article-header._sticky .share-btn {
    display: none;
  }

  .header-text {
    box-sizing: border-box;
    float: left;
    padding-right: 0;
    width: calc(100% - 20px);
    margin-left: 0;
    margin-right: 0;
  }

  .header-text h1,
.header-text p {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 75%;
    margin-left: 0;
  }

  .header-text h1 {
    font-size: 45px;
  }

  .header-text p {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .share-container {
    box-sizing: border-box;
    float: left;
    padding-right: 0;
    width: calc(8.33333% - 20px);
    float: right;
    margin-top: -10px;
  }

  .print-container {
    display: none;
  }

  .share-btn {
    margin-top: 0;
  }

  .share-wrapper {
    top: 0;
  }

  .article-author {
    box-sizing: border-box;
    float: left;
    padding-right: 0;
    width: calc(100% - 20px);
    padding-left: 8.33333%;
    border-bottom: 1px solid #e5e5e5;
    border-left: 0;
    margin-right: 0;
    margin-top: 30px;
    padding-bottom: 30px;
    position: relative;
    text-align: left;
  }

  .article-author img {
    float: left;
    margin-bottom: 0;
    margin-right: 30px;
  }

  .article-author h2 {
    margin-bottom: 5px;
    margin-top: 10px;
  }

  .article-author a {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 605px) {
  .main-article .article-header._sticky .article-breadcrumb {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 83.33333%;
    margin-bottom: 20px;
    margin-top: 0;
  }

  .main-article .article-breadcrumb {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 83.33333%;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 20px;
  }

  .main-article._sticky-wrapper {
    padding-top: 0 !important;
  }

  .article-header {
    box-sizing: border-box;
    float: left;
    padding-left: 0px;
    width: 100%;
    margin-bottom: 40px;
    margin-top: 0px;
  }

  .article-header._sticky {
    background: transparent;
    border-bottom: 0;
    border-top: 0;
    box-shadow: none;
    margin-bottom: 40px;
    margin-top: 40px;
    padding-top: 0;
    position: static;
  }

  .article-header._sticky .header-text {
    box-sizing: border-box;
    float: left;
    padding-right: 0;
    width: calc(100% - 20px);
    border-bottom: 1px solid #bdbdbd;
  }

  .article-header._sticky .header-text h1,
.article-header._sticky .header-text p {
    margin-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .article-header._sticky .header-text h1 {
    font-size: 45px;
    line-height: 130%;
    margin-bottom: 20px;
  }

  .article-header._sticky .header-text p {
    display: block;
    margin-bottom: 40px;
  }

  .article-header._sticky .header-text .share-container {
    margin-right: 0;
    margin-top: 0;
    position: static;
    right: auto;
    top: auto;
    -webkit-transform: none;
    transform: none;
  }

  .article-header._sticky .header-text .share-btn {
    display: none;
  }

  .article-header._sticky .article-author {
    display: block;
  }

  .header-text {
    box-sizing: border-box;
    float: left;
    padding-right: 0;
    width: calc(100% - 20px);
  }

  .header-text h1,
.header-text p {
    margin-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .header-text p {
    font-size: 22px;
    margin-bottom: 40px;
  }

  .header-text .share-container {
    box-sizing: border-box;
    float: left;
    padding-right: 0;
    width: calc(16.66667% - 20px);
    float: right;
    margin-top: 0;
  }

  .article-author {
    padding-left: 0%;
  }
}
.article-copy {
  /* margin-left: 8.33333%; */
  box-sizing: border-box;
  float: left;
  padding-right: 30px;
  width: 68.33333%;
  line-height: 190%;
  margin-bottom: 40px;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
}

.article-copy table &gt; thead &gt; tr &gt; td,
.article-copy table &gt; tbody &gt; tr &gt; td {
  border: 1px solid #808080;
}

.article-copy.stand-alone {
  padding-top: 70px;
}

.article-copy img {
  height: auto !important;
  max-width: 115%;
}

.article-copy a:not([href]) {
  color: inherit;
  font-family: inherit;
  text-decoration: none;
}

@media screen and (max-width: 1000px) {
  .article-copy {
    margin-left: 0;
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 100%;
    margin-bottom: 20px;
    min-height: 0;
  }

  .article-copy img {
    max-width: 100%;
  }

  .bottom-article-message {
    padding-left: 6.33333%;
    width: 83.33333%;
  }

  .bottom-article-findmessage {
    padding-left: 8.33333%;
    width: 83.33333%;
  }
}
@media screen and (max-width: 605px) {
  .article-copy {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 100%;
    margin: 0 0 15px;
  }

  .bottom-article-message {
    width: 100%;
    padding: 0 15px 0 20px;
  }

  .bottom-article-message p {
    width: 90%;
  }

  .bottom-article-findmessage {
    padding: 0 15px 0 20px;
    width: 100%;
  }

  .bottom-article-findmessage p {
    width: 90%;
  }

  .article-copy.stand-alone {
    padding-top: 40px;
  }
}
.article-quote-section {
  background: #f7f7f7;
  margin-bottom: 70px;
}

.article-quote {
  margin-left: 8.33333%;
  box-sizing: border-box;
  float: left;
  padding-right: 30px;
  width: 58.33333%;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 48px;
  padding-top: 65px;
}

.article-quote p,
.article-quote cite {
  padding-left: 67px;
}

.article-quote p {
  color: #333;
  font-size: 32px;
  line-height: 125%;
  margin-bottom: 26px;
  position: relative;
}

.article-quote p:before {
  display: inline-block;
  font-family: "icomoon";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  content: "";
}

.article-quote p:before {
  color: #e5e5e5;
  font-size: 40px;
  left: 0;
  position: absolute;
  top: -11px;
}

.article-quote cite {
  color: #7b7b7b;
  font-style: normal;
}

@media screen and (max-width: 1000px) {
  .article-quote-section {
    margin-bottom: 70px;
  }

  .article-quote {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 83.33333%;
    padding-bottom: 63px;
  }

  .article-quote p,
.article-quote cite {
    margin-right: -65px;
    padding-left: 0;
  }

  .article-quote p {
    font-size: 30px;
    line-height: 135%;
    margin-bottom: 24px;
    width: 100%;
  }

  .article-quote p:before {
    display: block;
    font-size: 38px;
    margin-bottom: 15px;
    position: static;
  }
}
@media screen and (max-width: 605px) {
  .article-quote-section {
    margin-bottom: 40px;
  }

  .article-quote {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 83.33333%;
    margin: 0;
    padding-bottom: 47px;
    padding-top: 50px;
    width: 100%;
  }

  .article-quote p,
.article-quote cite {
    margin-right: -35px;
    padding-left: 0;
  }

  .article-quote p {
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 15px;
  }

  .article-quote p:before {
    font-size: 30px;
    left: 10px;
    top: -9px;
  }

  .article-quote cite {
    font-size: 12px;
  }
}
.article-sources-container {
  box-sizing: border-box;
  float: left;
  padding-right: 0;
  width: calc(83.33333% - 30px);
  margin-left: 8.33333%;
  border-top: 1px solid #bdbdbd;
  margin-bottom: 40px;
}

.article-sources {
  box-sizing: border-box;
  float: left;
  padding-right: 30px;
  width: 70%;
  padding-right: 0;
  padding-top: 50px;
}

.article-sources h2 {
  font-family: "em-print-semibold", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  font-size: 22px;
  margin-bottom: 22px;
}

.article-sources li {
  margin-bottom: 30px;
}

@media screen and (max-width: 1000px) {
  .article-sources-container {
    box-sizing: border-box;
    float: left;
    padding-right: 0;
    width: calc(100% - 20px);
    margin-left: 0;
  }

  .article-sources {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 83.33333%;
    margin-left: 8.33333%;
    padding-right: 0;
  }
}
@media screen and (max-width: 605px) {
  .article-sources-container {
    box-sizing: border-box;
    float: left;
    padding-right: 0;
    width: calc(100% - 20px);
    margin-bottom: 10px;
  }

  .article-sources {
    margin: 0;
    width: 100%;
  }
}
.floatingContainer {
  clear: both;
  position: relative;
  z-index: 2;
}

.floatingMenu.sticky {
  position: fixed;
  right: 0;
  top: 0;
}

@media (min-width: 1400px) {
  .floatingMenu.sticky {
    right: calc((100% - 1400px) / 2);
  }
}
.floatingMenu.sticky nav .nav-headline .desktop {
  display: block;
}

.floatingMenu.sticky nav .totop {
  display: block;
}

.floatingMenu.sticky nav .totop .mobile {
  display: none;
  font-size: 12px;
  padding: 5px;
  text-transform: uppercase;
}

.floatingMenu nav {
  background: rgba(255, 255, 255, 0.75);
  padding: 20px 0 0;
  position: absolute;
  right: 0;
  top: 50px;
  -webkit-transform: translateX(-25px);
  transform: translateX(-25px);
  width: 270px;
}

@media (min-width: 1400px) {
  .floatingMenu nav {
    -webkit-transform: translateX(-70px);
    transform: translateX(-70px);
  }
}
.floatingMenu nav .nav-headline .desktop {
  border-bottom: 1px solid #e5e5e5;
  color: #0c479d;
  display: none;
  font-size: 20px;
  margin: 0;
  padding: 5px 20px 10px 36px;
}

.floatingMenu nav .nav-headline .mobile {
  display: none;
  font-size: 22px;
}

.floatingMenu nav .totop {
  cursor: pointer;
  display: none;
  padding: 15px 20px 18px 36px;
  padding-top: 15px;
}

.floatingMenu nav .totop span {
  font-family: "em-print", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  color: #0c479d;
  display: inline-block;
  font-size: 16px;
  margin: 0;
  padding: 10px 0;
  vertical-align: middle;
}

.floatingMenu nav .totop .icon {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.floatingMenu nav .totop .icon:before {
  display: inline-block;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
}

.floatingMenu nav .totop .icon:before {
  font-size: 12px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.floatingMenu nav ul.right-rail {
  border-left: 0px solid #e5e5e5;
  list-style: none;
  margin: 0;
  padding: 0;
}

.floatingMenu nav ul.right-rail li {
  margin: 0;
  padding: 0 20px 0 36px;
  position: relative;
}

.floatingMenu nav ul.right-rail li a {
  font-family: "EMPrintSemiBold", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  border-bottom: 1px solid #e5e5e5;
  color: #0c479d;
  display: block;
  font-size: 16px;
  line-height: 24px;
  outline: none;
  padding-bottom: 18px;
  padding-top: 15px;
  text-decoration: none;
}

.floatingMenu nav ul.right-rail li:before {
  background: #00a3e0;
  content: "";
  display: block;
  height: 100%;
  left: -1px;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 9px;
}

.floatingMenu nav ul.right-rail li:hover:before {
  opacity: 1;
}

.floatingMenu nav ul.right-rail li.active a {
  color: #0376a9;
}

.floatingMenu nav ul.right-rail li.active:before {
  background: #0c479d;
  content: "";
  display: block;
  height: 100%;
  left: -1px;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 9px;
}

.footer-wrapper .totop-footer {
  display: none;
}

@media screen and (max-width: 1000px) {
  .floatingContainer {
    background: #f0f0f0;
    top: -69px;
  }

  .floatingMenu.sticky {
    position: relative;
  }

  .floatingMenu.sticky nav .nav-headline .desktop {
    display: none;
    padding: 0;
  }

  .floatingMenu.sticky nav .totop {
    background: #ebebeb;
    border-radius: 100%;
    bottom: 10px;
    box-sizing: border-box;
    height: 60px;
    padding: 3px;
    padding-top: 10px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 60px;
    z-index: 10;
  }

  .floatingMenu.sticky nav .totop.hidden {
    opacity: 0;
    visibility: hidden;
  }

  .floatingMenu.sticky nav .totop .mobile {
    display: block;
  }

  .floatingMenu.sticky nav .totop .desktop {
    display: none;
  }

  .floatingMenu nav {
    background: none;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 30px 0;
    position: static;
    -webkit-transform: none;
    transform: none;
    width: 83.33333%;
  }

  .floatingMenu nav .nav-headline .mobile {
    display: block;
    font-size: 22px;
  }

  .floatingMenu nav .totop .icon {
    color: #2369bd;
    margin-right: 0;
  }

  .floatingMenu nav ul.right-rail {
    border-left: none;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    margin-top: 20px;
  }

  .floatingMenu nav ul.right-rail li {
    page-break-inside: avoid;
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    padding: 15px 0 0;
    page-break-inside: avoid;
  }

  .floatingMenu nav ul.right-rail li a {
    border-bottom: none;
    font-size: 14px;
    line-height: 1.5em;
    padding: 0;
  }

  .floatingMenu nav ul.right-rail li a:hover {
    color: #00a3e0;
  }

  .floatingMenu nav ul.right-rail li:hover:before {
    opacity: 0;
  }

  .floatingMenu nav ul.right-rail li.active:before {
    opacity: 0;
  }

  ._locked .floatingMenu nav .totop {
    display: none;
  }

  .article-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .left-rail-navigation {
    background: #333;
    box-sizing: border-box;
    -ms-flex-preferred-size: 16%;
    flex-basis: 16%;
    padding: 30px 0 35px;
  }

  .left-rail-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .left-rail-navigation ul li {
    background: #333;
    margin: 0;
    overflow: hidden;
    position: relative;
  }

  .left-rail-navigation ul li.active {
    background: #FFF;
  }

  .left-rail-navigation ul li.active a {
    font-family: "em-print-bold", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    border-bottom: 1px solid transparent;
    color: #333;
    position: relative;
    z-index: 1;
  }

  .left-rail-navigation ul li a {
    font-family: "em-print", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    outline: none;
    border-bottom: 1px solid #555555;
    color: #f7f7f7;
    cursor: pointer;
    display: block;
    font-size: 16px;
    line-height: 1.2em;
    margin: 0 auto;
    padding: 20px 20px 20px 10px;
    text-decoration: none;
    width: 70%;
  }

  .article-content-area {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .left-rail-navigation + .article-content-area {
    -ms-flex-preferred-size: 84%;
    flex-basis: 84%;
    max-width: 84%;
  }

  .left-rail-navigation + .article-content-area .header-text {
    margin-left: 0;
    margin-right: 0;
    width: 95%;
  }

  .left-rail-navigation + .article-content-area .article-copy {
    margin-left: 0;
  }

  .left-rail-navigation + .article-content-area .article-quote-section .article-quote {
    margin-left: 0;
  }

  .mobile-left-rail {
    display: none;
    visibility: hidden;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .left-rail-navigation {
    display: none;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
    visibility: hidden;
  }

  .article-content-area {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .left-rail-navigation + .article-content-area {
    max-width: 100%;
  }

  .left-rail-navigation + .article-content-area .article-copy {
    margin-left: 8.33333%;
  }

  .left-rail-navigation + .article-content-area .mobile-left-rail {
    display: block;
  }

  .left-rail-navigation + .article-content-area .article-quote-section .article-quote {
    margin-left: 8.33333%;
  }

  .mobile-left-rail {
    background: #f0f0f0;
    clear: both;
    padding-bottom: 20px;
    padding-top: 35px;
    position: relative;
    top: -69px;
    visibility: visible;
  }

  .mobile-left-rail .select-container {
    background-color: white;
    box-shadow: none;
    display: block;
    margin: 0 auto;
    position: relative;
    width: 83.33333%;
  }

  .mobile-left-rail .select-container:after {
    display: inline-block;
    font-family: "icomoon";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    content: "";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .mobile-left-rail .select-container:after {
    font-size: 10px;
    position: absolute;
    right: 10px;
    top: 15px;
  }

  .mobile-left-rail .select-container select {
    font-family: "em-print-semibold", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    background-image: none;
    border: none;
    color: #c01821;
    outline: none;
    overflow: hidden;
    padding: 10px;
    position: relative;
    width: calc(100% - 20px);
    z-index: 1;
  }

  .mobile-left-rail .select-container select:active + .mobile-left-rail .select-container select:focus {
    border: none;
    outline: none;
  }

  .mobile-left-rail .select-container select::-ms-expand {
    display: none;
  }
}
@media screen and (max-width: 1000px) and (max-width: 605px) {
  .left-rail-navigation + .article-content-area .article-copy {
    margin-left: 0;
  }

  .left-rail-navigation + .article-content-area .article-quote-section .article-quote {
    margin-left: 0;
  }
}
@media screen and (max-width: 1000px) {
  ._sticky-wrapper {
    padding-top: 0 !important;
  }
}
.article-message {
  box-sizing: border-box;
  float: left;
  padding-right: 0px;
  width: 100%;
  margin-top: 0;
}

.article-message p {
  padding: 10px;
  font-size: 16px;
  width: 100%;
  background-color: #f2f2f2;
  color: #000;
  margin-top: -5px;
}

.bottom-article-message {
  font-size: 16px;
  float: left;
}

.bottom-article-message p {
  background-color: #f2f2f2;
  padding: 10px;
  color: #000;
}

.bottom-article-findmessage {
  font-size: 16px;
  margin-left: 8.33%;
  float: left;
}

.bottom-article-findmessage p {
  background-color: #f2f2f2;
  padding: 10px;
  color: #000;
}

.xom-spinning {
  position: relative;
}

.spinner-backdrop {
  background: #fff;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.75;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
  -webkit-transition: opacity 0.35s ease;
  -moz-transition: opacity 0.35s ease;
  -ms-transition: opacity 0.35s ease;
  -o-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}

@media screen {
  .printContent {
    display: none;
  }
}
/*Print preview start*/
@media print {
  @page {
    size: A4 portrait;
  }
  body {
    font-family: Arial, sans-serif;
  }

  .article-container {
    display: block;
  }

  .component.b03-image.image {
    display: none;
  }

  .noprint {
    display: none;
  }

  .printContent {
    background: #FFF;
  }

  .page-wrapper {
    box-shadow: none;
  }

  .cookie-banner-mask {
    display: none !important;
  }

  .sub-nav-wrapper {
    display: none !important;
  }

  .main-nav-wrapper, .nav-wrapper-main {
    display: none;
  }

  .article-hero {
    display: none;
  }

  .left-rail {
    display: none;
  }

  .nav-header {
    display: none;
  }

  .article-breadcrumb {
    display: none;
  }

  .floatingContainer {
    display: none;
  }

  .footer-wrapper {
    display: none;
  }

  .main-article + section {
    display: none;
  }

  .article-copy {
    width: 100%;
  }

  .full-bleed-cta, .video-wrapper {
    display: none;
  }

  .article-quote-section {
    display: none;
  }

  div.mf-player-container {
    display: none;
  }

  .share-container,
.print-container,
.article-quote-section,
.location-card-content-container,
.view-other-employees,
.print-modal {
    display: none;
  }

  .article-header {
    margin: 25px 0;
  }

  .article-section {
    clear: both;
  }

  .main-article {
    padding: 0 20px;
  }

  .main-article .header-text h1 {
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 42pt;
    font-weight: bold;
    line-height: 50pt;
    margin-bottom: 25px;
    margin-top: 0;
  }

  .main-article .header-text p {
    color: #7b7b7b;
    font-family: Arial, sans-serif;
    font-size: 20pt;
    font-weight: normal;
    line-height: 30pt;
    margin-bottom: 25px;
    margin-top: 0;
  }

  .header-text {
    margin: 0;
    width: 85%;
  }

  .full-bleed-image {
    margin-bottom: 25px;
  }

  .main-article .article-copy {
    float: none;
    margin: 0;
  }

  .main-article .article-copy img {
    max-width: 100%;
  }

  .main-article h1 {
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 25pt;
    font-weight: bold;
    line-height: 50pt;
    margin-bottom: 25px;
    margin-top: 0;
  }

  .main-article h2 {
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 22pt;
    font-weight: bold;
    line-height: 40pt;
    margin-bottom: 25px;
    margin-top: 0;
  }

  .main-article h3 {
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 15pt;
    font-weight: normal;
    line-height: 30pt;
    margin-bottom: 25px;
    margin-top: 0;
  }

  .main-article p, .main-article li, .main-article div:not([class]), .main-article &gt; span {
    color: #7b7b7b;
    font-family: Arial, sans-serif;
    font-size: 14pt;
    line-height: 19pt;
    margin-bottom: 25px;
    margin-top: 0;
  }

  strongss {
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 20pt;
    font-weight: 100;
    line-height: 40pt;
    margin-bottom: 25px;
    margin-top: 0;
  }

  .article-sources p {
    font-family: Arial, sans-serif;
    font-size: 9pt;
    line-height: 10.5pt;
    margin-bottom: 25px;
  }

  .full-bleed-image p {
    font-family: Arial, sans-serif;
    font-size: 9pt;
    line-height: 10.5pt;
    margin-bottom: 25px;
  }

  .article-message, .bottom-article-findmessage, .bottom-article-message {
    display: none;
  }

  /* print bullet point issue*/
  .main-article ul:not(.right-rail) {
    list-style-type: disc;
    margin: 0 40px;
  }

  .main-article ul:not(.right-rail) li:before {
    content: none;
  }

  .main-article {
    margin-right: 100px;
  }

  .main-article a {
    text-decoration: none !important;
    color: #2369bd;
  }
}
/*Print preview end*/
/* Bussiness card start*/
.business-card-item {
  background: #FFF;
  border: 1px solid #e5e5e5;
  border-top: 3px solid #2369bd;
  box-sizing: border-box;
  height: 170px;
  overflow: hidden;
  padding: 25px 50px 0 25px;
  position: relative;
}

.s03-surfaced-item .business-card-item .external, .s03-surfaced-item .business-card-item .internal {
  background: #f7f7f7;
  border-radius: 100%;
  bottom: 15px;
  display: flex;
  font-size: 0;
  height: 35px;
  position: absolute;
  right: 15px;
  width: 35px;
  display: flex;
}

.s03-surfaced-item .business-card-item .external a,
.s03-surfaced-item .business-card-item .internal a {
  margin: 7px 10px;
  text-decoration: none;
}

.s03-surfaced-item .business-card-item .external a:hover,
.s03-surfaced-item .business-card-item .internal a:hover {
  text-decoration: none;
}

.s03-surfaced-item .business-card-item .external a:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 15px;
}

.s03-surfaced-item .business-card-item .internal a:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 15px;
}

@media screen and (max-width: 605px) {
  .business-card-item {
    height: auto;
    padding: 20px 60px 20px 20px;
    margin-bottom: 0;
  }

  .s03-surfaced-item .business-card-item .external,
.s03-surfaced-item .business-card-item .internal {
    bottom: inherit;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1000px) {
  .business-card-item {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 605px) and (max-width: 1000px) {
  .business-card-list li {
    box-sizing: border-box;
    float: left !important;
    width: 50% !important;
    clear: none !important;
  }
}
/*Bussiness card end*/
/* Article call to action start*/
.component.t01-screen-title .full-bleed-cta-content h1 {
  box-sizing: border-box;
  float: left;
  padding-right: 30px;
  width: 58.33333%;
  margin-left: 30px;
  padding-bottom: 71px;
  padding-right: 0;
  padding-top: 70px;
  background-color: transparent !important;
  color: #fff;
}

.component.t01-screen-title .full-bleed-cta-content h1 {
  padding-bottom: 3% !important;
}

.component.t01-screen-title .full-bleed-cta-content h1 a, .component.t01-screen-title .full-bleed-cta-content h1 a:hover {
  text-decoration: none;
  color: #fff;
}

.component.t01-screen-title .full-bleed-cta-content h1.rearrange-overlay a {
  color: #333;
}

.component.t01-screen-title .full-bleed-cta-content h1 a:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 20px;
  margin-left: 15px;
}

@media screen and (max-width: 992px) {
  .component.t01-screen-title .full-bleed-cta-content h1 a, .component.t01-screen-title .full-bleed-cta-content h1 a:hover {
    text-decoration: none;
    color: #333 !important;
    font-size: 30px;
  }

  .component.t01-screen-title .full-bleed-cta-content h1 {
    width: 100%;
    margin: 0px;
    padding: 0px;
  }
}
.component.t01-screen-title.scEnabledChrome .full-bleed-cta-content .scWebEditInput,
.component.t01-screen-title.scEnabledChrome .full-bleed-cta-content .scWebEditInput a,
.component.t01-screen-title.scEnabledChrome .full-bleed-cta-content .scWebEditInput a:hover {
  color: #333;
  text-decoration: none;
}

.component.t01-screen-title .full-bleed-cta-content h1 a:hover:after {
  padding-left: 5px;
}

/*Article call to action end*/
.article-container .article-header .b01-paragraph {
  width: 91.66667%;
  float: left;
}

.print-btn {
  cursor: pointer;
}

.print-btn:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 30px;
}

.floatingMenu nav .totop .icon:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 15px;
}

/*Print Module start*/
.print-modal {
  height: 100%;
  position: absolute;
  width: 100%;
}

.print-modal.closed {
  display: none;
}

.print-modal .content {
  background: #FFF;
  box-sizing: border-box;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
  padding: 30px 30px 25px;
  position: fixed;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 830px;
  z-index: 1010;
  border-radius: 5px;
}

.print-modal .content .close {
  cursor: pointer;
  font-size: 54px;
  position: absolute;
  right: 50px;
  font-weight: 400;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.print-modal .content .modal-heading {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #3d3d3d;
  margin: 0 7px 35px;
}

.print-modal .content .selection {
  color: #3d3d3d;
  margin-bottom: 33px;
  margin-left: 10px;
}

.print-modal .content .selection span {
  font-family: "EMPrintSemiBold", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  color: #2369bd;
  cursor: pointer;
  font-size: 16px;
}

.print-modal .content .selection span:first-child {
  margin-right: 5px;
}

.print-modal .content .selection span:last-child {
  margin-left: 5px;
}

.print-modal .content .submit-button {
  width: 100%;
}

.print-modal .content .submit-button.disabled {
  color: #fff;
  background-color: #b5b5b5;
  border-color: #b5b5b5;
  pointer-events: none;
}

.print-modal .content .submit-button.disabled:after {
  color: rgba(255, 255, 255, 0.5);
}

.print-modal .checks-container {
  margin-bottom: 55px;
  margin-left: 10px;
}

.print-modal .checks-container ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  list-style: none;
  margin: 0;
  padding: 0;
}

.print-modal .checks-container li {
  page-break-inside: avoid;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  margin-bottom: 15px;
  page-break-inside: avoid;
}

.print-modal .checks-container li.checked .checkbox:before {
  display: inline-block;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-transform: none;
  content: "";
  background-image: url(/Assets/img/icons.png);
  background-position: -479px -348px;
}

.print-modal .checks-container li.checked .checkbox:before {
  color: #00a3e0;
  font-size: 15px;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  box-shadow: 0 0 4px 0 #00a3e0;
  border: 1px solid #00a3e0;
  line-height: 1.2;
  margin-left: 0px;
}

.print-modal .checks-container li.checked label {
  color: #111;
}

.print-modal .checks-container li .checkbox {
  background-color: #e6e6e6;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  width: 20px;
  /*border:1px solid #a6a6a6;*/
  margin-right: 7px;
  position: relative;
  -webkit-transform-origin: center;
  transform-origin: center;
  vertical-align: middle;
}

.print-modal .checks-container li label {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  max-width: 90%;
  vertical-align: top;
}

.print-modal .article-breadcrumb {
  margin-bottom: 38px;
  margin-top: 0;
  overflow: hidden;
}

.print-modal .article-breadcrumb ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.print-modal .article-breadcrumb li {
  font-family: "em-print", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  float: left;
  font-size: 20px;
  line-height: 180%;
  margin: 0;
  padding: 0;
}

.print-modal .article-breadcrumb li:before {
  display: none;
}

.print-modal .article-breadcrumb li:after {
  font-family: "em-print-light", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  color: #7b7b7b;
  content: "&gt;";
  margin: 0 8px;
}

.print-modal .article-breadcrumb li:last-of-type {
  font-family: "em-print-semibold", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
}

.print-modal .article-breadcrumb li:last-child:after {
  display: none;
}

.print-modal .article-breadcrumb a {
  font-family: "em-print", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  color: #7b7b7b;
  font-size: 20px;
  line-height: 180%;
  pointer-events: none;
}

.print-modal .overlay {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

/* Print module end */
.header-text .b01-paragraph.paragraph {
  margin-bottom: 0;
}

/*Left rail*/
.left-rail {
  margin-top: 8px;
}

/* */
.b01-paragraph.paragraph.indent-bottom p {
  width: 63%;
  margin: 0;
}

.b01-paragraph.paragraph.indent-bottom {
  margin-left: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 605px) {
  .b01-paragraph.paragraph.indent-bottom p {
    width: 100%;
  }

  .b01-paragraph.paragraph.indent-bottom {
    margin-left: 0;
  }
}
@media screen and (min-width: 605px) and (max-width: 1000px) {
  .b01-paragraph.paragraph.indent-bottom p {
    width: 100%;
    margin-left: 0;
  }
}
/*@media screen and (min-width:992px) {
    .main-article {
        margin-left: -15px;
    }
}*/
@media screen and (min-width: 992px) {
  .main-article.spd-group {
    margin-left: 5%;
  }
}
/*CBT Landing page*/
a.link-tile {
  background: #0e469b;
  text-align: center;
  color: #fff !important;
  text-decoration: none;
  min-height: 150px;
  padding: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
  cursor: pointer;
  font-weight: bold;
}

a.link-tile:hover {
  background-color: #2473eb;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.cbt-groups {
  background: none;
}

.cbt-groups .cbttiles {
  margin-left: 0px;
}

@media screen and (max-width: 1000px) {
  .cbt-groups .cbttiles {
    margin-left: -25px;
    padding: 0 20px;
  }
}
/*CBT Landing page*/
/*site search start*/
.CoveoSearchInterface.product-search.hr-search .coveo-result-list-container .coveo-result-cell.coveo-quick-view-container img {
  width: 100%;
}

/*site search end*/
@media screen and (max-width: 1000px) {
  .project-article-card .surfaced-item-copy p {
    display: none;
  }
}
/*code merge*/
/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
.row {
  margin-left: -20px;
  margin-right: -20px;
}

.row-band {
  background-color: #f2f2f2;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 16px;
  padding-top: 1rem;
}

.container-fluid, div[class*=col-] {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 992px) {
  .row {
    margin-left: -30px;
    margin-right: -30px;
  }

  .row-band {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-fluid, div[class*=col-] {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
.mb-xs {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

.mb-sm {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.mb-md {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

.mb-lg {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}

.mt-xs {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.mt-sm {
  margin-top: 16px;
  margin-top: 1rem;
}

.mt-md {
  margin-top: 32px;
  margin-top: 2rem;
}

.mt-lg {
  margin-top: 48px;
  margin-top: 3rem;
}

.ms-xs {
  margin-left: 8px;
  margin-left: 0.5rem;
}

.ms-sm {
  margin-left: 16px;
  margin-left: 1rem;
}

.ms-md {
  margin-left: 32px;
  margin-left: 2rem;
}

.ms-lg {
  margin-left: 48px;
  margin-left: 3rem;
}

.me-xs {
  margin-right: 8px;
  margin-right: 0.5rem;
}

.me-sm {
  margin-right: 16px;
  margin-right: 1rem;
}

.me-md {
  margin-right: 32px;
  margin-right: 2rem;
}

.me-lg {
  margin-right: 48px;
  margin-right: 3rem;
}

.display-table {
  display: table;
}

.display-table-caption {
  display: table-caption;
}

.display-table-head {
  display: table-header-group;
}

.display-table-body {
  display: table-row-group;
}

.display-table-foot {
  display: table-footer-group;
}

.display-table-cell {
  display: table-cell;
}

/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
.div-table {
  display: table;
  width: 100%;
  word-break: break-word;
}
.div-table .div-table-body {
  display: table-row-group;
}
.div-table .div-table-body .div-table-row {
  display: table-row;
}
.div-table .div-table-body .div-table-row .div-table-cell {
  border: 1px solid #e6e6e6;
  display: table-cell;
  padding: 10px;
  padding: 0.625rem;
  vertical-align: middle;
}

.b02-table-container {
  width: calc(100% + 40px);
}
@media screen and (min-width: 1000px) {
  .b02-table-container {
    width: calc(100% + 60px);
  }
}

.accordion-group .b02-table-container {
  width: 100%;
}

/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
.no-js .accordion-item {
  border-left-width: 1px !important;
}
.no-js .accordion-header {
  background-color: transparent !important;
  padding-bottom: 0 !important;
}
.no-js .accordion-header &gt; a &gt; i {
  display: none !important;
}
.no-js .accordion-collapse {
  display: block;
}
.no-js .accordion-item.active {
  border-left-color: #ebebeb !important;
}

.accordion-no-radius, .accordion-group .accordion-item &gt; .accordion-header, .accordion-group .accordion-item {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.accordion-group {
  flex-flow: column;
}
.accordion-group .accordion-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
}
.accordion-group .accordion-item {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  border: none;
  border-left: 6px solid #ebebeb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-left-color 0.35s ease;
  -moz-transition: border-left-color 0.35s ease;
  -ms-transition: border-left-color 0.35s ease;
  -o-transition: border-left-color 0.35s ease;
  transition: border-left-color 0.35s ease;
  border-left: none;
  margin-bottom: 0;
}
.accordion-group .accordion-item &gt; .accordion-header {
  -webkit-transition: background-color 0.35s ease;
  -moz-transition: background-color 0.35s ease;
  -ms-transition: background-color 0.35s ease;
  -o-transition: background-color 0.35s ease;
  transition: background-color 0.35s ease;
  background-color: #ebebeb;
  padding-right: 44px;
  position: relative;
  border-bottom: none;
  min-height: 43px;
}
.accordion-group .accordion-item &gt; .accordion-header &gt; a {
  color: #2b2626;
  display: block;
  font-weight: bold;
  text-decoration: none;
  /* code merge*/
}
.accordion-group .accordion-item &gt; .accordion-header &gt; a &gt; i {
  background-position: -421px -402px;
}
.accordion-group .accordion-item &gt; .accordion-header &gt; a .plus-icon-accordion, .accordion-group .accordion-item &gt; .accordion-header &gt; a .minus-icon-accordion {
  display: none;
}
.accordion-group .accordion-item &gt; .accordion-header &gt; a.collapsed {
  text-decoration: none;
}
.accordion-group .accordion-item &gt; .accordion-header &gt; a.collapsed:hover {
  text-decoration: none;
}
.accordion-group .accordion-item &gt; .accordion-header .icon {
  position: static;
}
.accordion-group .accordion-item &gt; .accordion-header .icon-circle-plus, .accordion-group .accordion-item &gt; .accordion-header .icon-circle-minus {
  display: block;
  position: absolute;
  right: 10px;
  right: 0.625rem;
  top: 10px;
  top: 0.625rem;
}
.accordion-group .accordion-item &gt; .accordion-header + .accordion-collapse &gt; .accordion-body {
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-top: none;
}
.accordion-group .accordion-item.active {
  border: 1px solid #ebebeb;
  border-left: 6px solid #ebebeb;
  border-left-color: #00a3e0;
}
.accordion-group .accordion-item.active &gt; .accordion-header {
  background-color: #fff;
  padding: 16px;
  padding: 1rem;
  padding-right: 44px;
}
.accordion-group .accordion-item.active &gt; .accordion-header a &gt; i {
  background-position: -394px -402px;
}
.accordion-group .accordion-item.active &gt; .accordion-header a.collapsed:first-child {
  text-decoration: none;
}
.accordion-group .accordion-item.active &gt; .accordion-header a.collapsed:hover {
  text-decoration: none;
}
.accordion-group .accordion-item.active &gt; .accordion-header a.collapsed {
  text-decoration: none;
}
.accordion-group .accordion-item.active .accordion-collapse &gt; .accordion-body:last-child {
  margin-bottom: 0;
}
.accordion-group .accordion-item.active:hover .accordion-header a {
  text-decoration: underline;
}
.accordion-group .accordion-item.active .accordion-header:hover a {
  text-decoration: none;
}
.accordion-group .accordion-item + .accordion-item {
  margin-bottom: 0;
  margin-top: 5px;
  margin-top: 0.3125rem;
  border-left: none;
}
.accordion-group .accordion-item + .accordion-item.active {
  border-left: 6px solid #ebebeb;
  border-left-color: #00a3e0;
}
.accordion-group .accordion-body {
  padding: 16px;
  padding: 1rem;
}
.accordion-group .accordion-body &gt; ul {
  padding: 40px;
  padding: 2.5rem;
  list-style-type: disc;
}
.accordion-group .accordion-body &gt; ul.accordion-nostyle {
  list-style-type: none;
  padding: 0px;
  padding: 0rem;
}

.c01-infinite-panels .accordion-group .accordion-item &gt; .accordion-header &gt; a {
  text-decoration: none;
}
.c01-infinite-panels .accordion-group .accordion-item &gt; .accordion-header &gt; a:hover {
  text-decoration: none;
}
.c01-infinite-panels .accordion-group .accordion-item &gt; .accordion-header &gt; a:focus {
  text-decoration: underline;
}

.c01BaseStockAccordion .product-comparison.table-responsive {
  border: none;
  word-break: keep-all;
}
.c01BaseStockAccordion .product-comparison &gt; table {
  border: 1px solid #dee2e6;
}
.c01BaseStockAccordion .product-comparison &gt; table &gt; thead {
  background-color: white;
}
.c01BaseStockAccordion .product-comparison &gt; table &gt; thead &gt; tr &gt; th {
  border: none;
}
.c01BaseStockAccordion .product-comparison &gt; table tbody td {
  border: none;
}

.component.b01-paragraph a {
  text-decoration: underline;
}
.component.b01-paragraph .dataTable a {
  text-decoration: none;
}
.component.b01-paragraph .dataTable a:hover {
  text-decoration: underline;
}

.icon-circle-minus-id {
  float: right;
  line-height: 1.5;
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
}

.fa.fa-minus {
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  font-weight: 900;
  float: right;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  font-size: 15px;
}

.fa.fa-minus:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-style: normal;
  font-weight: 900;
}

.fa.fa-plus {
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  font-weight: 900;
  float: right;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  font-size: 15px;
}

.fa.fa-plus:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-style: normal;
  font-weight: 900;
}

.custom-accordion-infinite.accordion-group .accordion-item .accordion-header a, .custom-accordion.accordion-group .accordion-item .accordion-header a {
  line-height: 28px;
}

.accordion-form-card .accordion-header .accordion-card-title {
  font-size: 23px;
  font-weight: 400 !important;
}

.accordion-form-card .accordion-header .accordion-card-icon {
  float: right;
}

.accordion-form-card.active {
  border: none !important;
}

.global-accordion .accordion-item &gt; .accordion-header .fa-chevron-down {
  display: block;
  position: absolute;
  right: 0.625rem;
  top: 0.925rem;
  color: red;
}
.global-accordion .accordion-item &gt; .accordion-header .fa-chevron-up {
  display: block;
  position: absolute;
  right: 0.625rem;
  top: 0.925rem;
  color: red;
}
.global-accordion .accordion-item.nested-accordion-card.active {
  border-left: 0;
  border-bottom: 0;
  border-right: 0;
}
.global-accordion .country-card .accordion-item.nested-accordion-card.active {
  border-top: 0;
}
.global-accordion .nested-accordion .accordion-body {
  display: flex;
  flex-wrap: wrap;
  align-self: flex-start;
  align-items: flex-start;
}
.global-accordion .nested-accordion .accordion-body .accordion-item {
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
  margin-top: 0;
}
.global-accordion .accordion-body .accordion-item {
  width: 100%;
}
.global-accordion .accordion-item.active &gt; .accordion-header .fa.fa-chevron-down {
  transform: rotateX(180deg);
}
.global-accordion .collapsed .fa-chevron-up {
  transform: rotate(180deg);
}
.global-accordion .accordion-item .accordion-header {
  background-color: #fff;
}
.global-accordion .nested-accordion-text {
  margin-left: 10px;
  padding-left: 20px;
  border-left: 2px solid rgba(0, 0, 0, 0.125);
}
.global-accordion .accordion-body.nested-accordion-border {
  border-bottom: 0 !important;
  border-right: 0 !important;
  padding-top: 0;
}
.global-accordion .country-card {
  width: 33.3%;
}
.global-accordion .nested-accordion-text a {
  text-decoration: none !important;
}
.global-accordion .accordion-item.nested-accordion-card.active {
  font-weight: 200;
  text-decoration: none !important;
}
.global-accordion .accordion-item &gt; .accordion-header &gt; a.collapsed {
  text-decoration: none !important;
}
.global-accordion .country-card .accordion-header &gt; a.accordion-country-a {
  font-weight: 400;
  font-size: 1.25rem;
}
.global-accordion .nested-accordion-card a,
.global-accordion .nested-accordion-card a:hover,
.global-accordion .nested-accordion-card a:active {
  text-decoration: none !important;
  font-weight: bold;
}
.global-accordion .accordion-item.nested-accordion-card .active a {
  font-weight: 700;
}
.global-accordion .accordion-item.nested-accordion-card.active .show {
  border-bottom: 0;
}
.global-accordion .country-card .accordion-item .nested-accordion-card .active .accordion-header &gt; a.accordion-country-a {
  font-weight: bold;
}
.global-accordion .accordion-item.nested-accordion-card.accordion-separator:nth-child(1) {
  border: none;
}
.global-accordion .accordion-item.nested-accordion-card.accordion-separator:nth-last-child(-n+1) {
  border-bottom: 3px solid rgba(0, 0, 0, 0.125);
}
.global-accordion .accordion-item.nested-accordion-card.accordion-separator {
  border-top: 3px solid rgba(0, 0, 0, 0.125);
}
@media screen and (max-width: 992px) {
  .global-accordion .nested-accordion .accordion-body .accordion-item {
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .global-accordion .country-card {
    width: 100%;
  }

  .global-accordion .nested-accordion .accordion-body {
    flex-direction: column;
  }
}
/*code merge*/
.accordion-blue-theme .plus-icon-accordion, .accordion-blue-theme .minus-icon-accordion {
  fill: #0C479D;
}

.accordion-red-theme .plus-icon-accordion, .accordion-red-theme .minus-icon-accordion {
  fill: #FE000C;
}

.accordion-blue-theme .accordion-item &gt; .accordion-header &gt; a &gt; i.icon-circle-plus, .accordion-red-theme .accordion-item &gt; .accordion-header &gt; a &gt; i.icon-circle-plus {
  display: none;
}
.accordion-blue-theme .accordion-item &gt; .accordion-header &gt; a .plus-icon-accordion, .accordion-blue-theme .accordion-item &gt; .accordion-header &gt; a .minus-icon-accordion, .accordion-red-theme .accordion-item &gt; .accordion-header &gt; a .plus-icon-accordion, .accordion-red-theme .accordion-item &gt; .accordion-header &gt; a .minus-icon-accordion {
  position: absolute;
  right: 0.625rem;
  top: 1rem;
  transform: translateY(0px);
  width: 20px;
  height: 20px;
}
.accordion-blue-theme .accordion-item &gt; .accordion-header &gt; a .plus-icon-accordion, .accordion-red-theme .accordion-item &gt; .accordion-header &gt; a .plus-icon-accordion {
  display: block;
}
.accordion-blue-theme .accordion-item &gt; .accordion-header &gt; a .minus-icon-accordion, .accordion-red-theme .accordion-item &gt; .accordion-header &gt; a .minus-icon-accordion {
  display: none;
}
.accordion-blue-theme .accordion-item.active, .accordion-red-theme .accordion-item.active {
  border: 1px solid #ebebeb;
  border-left: 1.5px solid #ebebeb !important;
  border-left-color: #ebebeb !important;
}
.accordion-blue-theme .accordion-item.active &gt; .accordion-header &gt; a .plus-icon-accordion, .accordion-red-theme .accordion-item.active &gt; .accordion-header &gt; a .plus-icon-accordion {
  display: none;
}
.accordion-blue-theme .accordion-item.active &gt; .accordion-header &gt; a .minus-icon-accordion, .accordion-red-theme .accordion-item.active &gt; .accordion-header &gt; a .minus-icon-accordion {
  display: block;
}

/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
.alert, .alert-danger, .alert-warning {
  display: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #e6e6e6;
  border: none;
  color: #2b2626;
  padding: 20px;
  padding: 1.25rem;
}
.alert .icon, .alert-danger .icon, .alert-warning .icon {
  position: absolute;
}
.alert &gt; .alert-text-content, .alert-danger &gt; .alert-text-content, .alert-warning &gt; .alert-text-content {
  line-height: 1.2;
  padding-left: 45px;
  padding-left: 2.8125rem;
}
.alert [data-cookie-duration], .alert-danger [data-cookie-duration], .alert-warning [data-cookie-duration] {
  display: none;
}

.hide-for-older-versions:not(.d-none) {
  display: none !important;
}

@media all and (-ms-high-contrast: none) {
  .hide-for-older-versions:not(.d-none) {
    display: block !important;
  }
}
.cookie-consent-warning .alert-title.field-alerttext {
  display: block !important;
}

.component.alert:not(.alert-warning) &gt; *:not(.icon), .component.alert-danger:not(.alert-warning) &gt; *:not(.icon), .component.alert-warning:not(.alert-warning) &gt; *:not(.icon) {
  padding-left: 45px;
  padding-left: 2.8125rem;
}

.alert-warning {
  background-color: #fdf6d1;
}
.alert-warning div {
  font-size: 13px;
  line-height: 1.2;
}
.alert-warning div &gt; :not(a) {
  padding-left: 45px;
  padding-left: 2.8125rem;
  margin-bottom: 0;
  display: block;
}
.alert-warning div &gt; :not(a) .alert-title {
  padding-left: 45px;
  padding-left: 2.8125rem;
}
.alert-warning div &gt; :not(a) span {
  padding-left: 0px;
  padding-left: 0rem;
}
.alert-warning div &gt; a {
  padding-left: 45px;
  padding-left: 2.8125rem;
}
.alert-warning div &gt; img {
  padding-left: 0px !important;
  margin-bottom: 0;
  display: inline !important;
}
.alert-warning div span.alert-title a {
  padding-left: 0px;
  padding-left: 0rem;
}
@media (min-width: 992px) {
  .alert-warning {
    line-height: 1.2;
  }
}
.alert-warning .alert-title {
  color: #c93c00;
}
@media (min-width: 768px) {
  .alert-warning div {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.2;
  }
}

.alert-danger {
  background-color: #fbe8cc;
}
.alert-danger .alert-title {
  color: #bb0000;
}

.alert-success .alert-title {
  color: #00a14d;
}

.alert-title {
  display: block;
}

.glyph-link::after {
  font-size: 9px;
  font-size: 0.5625rem;
  margin-left: 4px;
  margin-left: 0.25rem;
  color: inherit;
}

.custom-alert-link {
  color: #0c479d;
  text-decoration: underline;
  cursor: pointer;
}

.custom-cursor-pointer {
  cursor: pointer;
}

@media (min-width: 768px) {
  .alert .icon, .alert-warning .icon, .alert-danger .icon {
    top: 25px;
  }
}
.collapse-cls.image[aria-expanded=true] &gt; .downarrow {
  transform: rotate(180deg);
}

.collapse-alert-header {
  padding-left: 1.1rem !important;
  line-height: 1.5rem !important;
}

@media (max-width: 767px) {
  .collapse-alert-header {
    padding-left: 0.9rem !important;
  }
}
.alert-divider-line ol, .alert-divider-line ul {
  padding-left: 13px !important;
}

.alert-divider-line ol li, .alert-divider-line ul li {
  margin-bottom: 10px;
}

.alert-divider-line.field-alerttext2::before {
  content: "";
  display: block;
  border-bottom: 1px solid #979797;
  padding: 0;
  position: absolute;
  top: 10px;
  height: 1px;
  left: calc(-1.2rem - 37px);
  right: -1.2rem;
}

.alert-warning .collapse-cls {
  position: absolute;
  right: 1.2rem;
  top: 20px;
}

.alert-warning .custom-alert div &gt; :not(a) {
  padding-left: 0;
}

.alert-divider-line.field-alerttext2 {
  padding-left: 40px;
  position: relative;
  box-sizing: border-box;
}

.alert-component-warning {
  margin-bottom: 0 !important;
}

.no-border-background {
  border: none !important;
  background: none !important;
  padding-left: 10px !important;
}

.custom-alert {
  position: relative;
}

.warning-alert-icon {
  position: absolute;
  left: 0;
  top: 0;
}

.alert-warning .collapse-cls {
  position: absolute;
  right: -5px;
  top: 0;
}

.custom-alert .collapse-alert-header {
  padding-left: 0 !important;
  padding-right: 25px;
  display: block !important;
}

.custom-alert .alert-title {
  display: block !important;
  padding-left: 37px !important;
  padding-right: 0;
}

.custom-alert .alert-divider-line.field-alerttext2 {
  padding-left: 0px !important;
  padding-top: 30px;
}

.custom-alert .alert-divider-line.field-alerttext2 {
  transition: none;
}

/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
html.android .app-promotion-ios,
html.ios .app-promotion-android {
  display: none !important;
}

.app-promotion {
  background-color: #e6e6e6;
  padding: 32px;
  padding: 2rem;
}
.app-promotion .app-content {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
.app-promotion .app-content p {
  font-size: 20px;
  font-size: 1.25rem;
}
.app-promotion .app-content .b06-heading h1.field-title {
  line-height: 1.5;
}
.app-promotion .app-content hr {
  border-top: 1px solid #eee;
}
.app-promotion .app-img {
  display: none;
}
.app-promotion .app-content-links .component {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.app-promotion .app-content-links .img-block {
  width: auto;
  margin-bottom: 0;
}

.bp-lg &gt; .app-promotion .app-content, .bp-lg &gt; .app-promotion .app-content-links {
  float: left;
  width: 62.5%;
}
.bp-lg &gt; .app-promotion .component {
  margin-bottom: 0;
}
.bp-lg &gt; .app-promotion .app-content-links &gt; .component {
  margin-right: 18px;
  margin-right: 1.125rem;
  margin-top: 10px;
  margin-top: 0.625rem;
  display: inline-block;
  margin-bottom: 0;
  text-align: initial;
}
.bp-lg &gt; .app-promotion .app-content-links &gt; .component:last-child {
  margin-right: 0;
}
.bp-lg &gt; .app-promotion .app-img {
  display: block;
  float: right;
  text-align: right;
  width: 37.5%;
}
.bp-lg &gt; .app-promotion .app-img .component {
  margin-bottom: 0;
}
.bp-lg &gt; .app-promotion .app-img &gt; img {
  margin-left: 5px;
  margin-left: 0.3125rem;
}
.bp-lg &gt; .app-promotion-mini {
  display: table;
  width: 100%;
}
.bp-lg &gt; .app-promotion-mini .app-content, .bp-lg &gt; .app-promotion-mini .app-content-links {
  display: table-cell;
  float: none;
  vertical-align: top;
  width: auto;
}
.bp-lg &gt; .app-promotion-mini .app-content {
  width: 62.5%;
}
.bp-lg &gt; .app-promotion-mini .app-content-links {
  text-align: right;
  width: 37.5%;
}
.bp-lg &gt; .app-promotion-mini .app-content-links &gt; .component {
  margin-left: 18px;
  margin-left: 1.125rem;
  margin-right: 0;
}

.bp-xl &gt; .app-promotion .app-content, .bp-xl &gt; .app-promotion .app-content-links {
  width: 75%;
}
.bp-xl &gt; .app-promotion .app-img {
  width: 25%;
}
.bp-xl &gt; .app-promotion-mini .app-content {
  width: 65%;
}
.bp-xl &gt; .app-promotion-mini .app-content-links {
  width: 35%;
}

/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
.btn, .btn-icon, .btn-badge, .btn-light, .btn-deemphasized, .btn-primary-em-blue, .btn-tertiary, .btn-secondary, .btn-primary {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 10px 50px;
  padding: 0.625rem 3.125rem;
  margin: 2px;
  margin: 0.125rem;
  background-color: #b5b5b5;
  border: none;
  color: #fff;
  position: relative;
  max-width: 100%;
  white-space: normal;
  word-break: normal;
}
.btn.outline, .outline.btn-icon, .outline.btn-badge, .outline.btn-light, .outline.btn-deemphasized, .outline.btn-primary-em-blue, .outline.btn-tertiary, .outline.btn-secondary, .outline.btn-primary {
  border: 1px solid;
}
.btn.outline.btn-primary, .outline.btn-primary, .btn.outline.btn-secondary, .outline.btn-secondary, .btn.outline.btn-tertiary, .outline.btn-tertiary, .btn.outline.btn-primary-em-blue, .outline.btn-primary-em-blue {
  background-color: #fff;
}
.btn.outline.btn-primary:active, .outline.btn-primary:active, .btn.outline.btn-primary:not(:disabled):not(.disabled):active, .btn.outline.btn-secondary:active, .outline.btn-secondary:active, .btn.outline.btn-secondary:not(:disabled):not(.disabled):active, .btn.outline.btn-tertiary:active, .outline.btn-tertiary:active, .btn.outline.btn-tertiary:not(:disabled):not(.disabled):active, .btn.outline.btn-primary-em-blue:active, .outline.btn-primary-em-blue:active, .btn.outline.btn-primary-em-blue:not(:disabled):not(.disabled):active {
  background-color: #fff;
}
.btn[disabled], [disabled].btn-icon, [disabled].btn-badge, [disabled].btn-light, [disabled].btn-deemphasized, [disabled].btn-primary-em-blue, [disabled].btn-tertiary, [disabled].btn-secondary, [disabled].btn-primary {
  background: #b5b5b5;
  border-color: #b5b5b5;
}
.btn a, .btn-icon a, .btn-badge a, .btn-light a, .btn-deemphasized a, .btn-primary-em-blue a, .btn-tertiary a, .btn-secondary a, .btn-primary a {
  color: inherit;
}
.btn a:focus, .btn-icon a:focus, .btn-badge a:focus, .btn-light a:focus, .btn-deemphasized a:focus, .btn-primary-em-blue a:focus, .btn-tertiary a:focus, .btn-secondary a:focus, .btn-primary a:focus {
  outline-offset: 2px;
}
.btn:active, .btn-icon:active, .btn-badge:active, .btn-light:active, .btn-deemphasized:active, .btn-primary-em-blue:active, .btn-tertiary:active, .btn-secondary:active, .btn-primary:active, .btn:focus, .btn-icon:focus, .btn-badge:focus, .btn-light:focus, .btn-deemphasized:focus, .btn-primary-em-blue:focus, .btn-tertiary:focus, .btn-secondary:focus, .btn-primary:focus, .btn:visited, .btn-icon:visited, .btn-badge:visited, .btn-light:visited, .btn-deemphasized:visited, .btn-primary-em-blue:visited, .btn-tertiary:visited, .btn-secondary:visited, .btn-primary:visited, .btn:hover, .btn-icon:hover, .btn-badge:hover, .btn-light:hover, .btn-deemphasized:hover, .btn-primary-em-blue:hover, .btn-tertiary:hover, .btn-secondary:hover, .btn-primary:hover {
  color: #fff;
}
.btn:hover, .btn-icon:hover, .btn-badge:hover, .btn-light:hover, .btn-deemphasized:hover, .btn-primary-em-blue:hover, .btn-tertiary:hover, .btn-secondary:hover, .btn-primary:hover {
  background-color: #c4c4c4;
}
.btn.btn-nowrap, .btn-nowrap.btn-icon, .btn-nowrap.btn-badge, .btn-nowrap.btn-light, .btn-nowrap.btn-deemphasized, .btn-nowrap.btn-primary-em-blue, .btn-nowrap.btn-tertiary, .btn-nowrap.btn-secondary, .btn-nowrap.btn-primary {
  white-space: nowrap;
  word-break: keep-all;
}
.btn.link, .link.btn-icon, .link.btn-badge, .link.btn-light, .link.btn-deemphasized, .link.btn-primary-em-blue, .link.btn-tertiary, .link.btn-secondary, .link.btn-primary {
  padding: 0;
}
.btn.link a, .link.btn-icon a, .link.btn-badge a, .link.btn-light a, .link.btn-deemphasized a, .link.btn-primary-em-blue a, .link.btn-tertiary a, .link.btn-secondary a, .link.btn-primary a {
  color: inherit;
  padding: 10px 50px;
  padding: 0.625rem 3.125rem;
  display: inline-block;
}
.btn:focus, .btn-icon:focus, .btn-badge:focus, .btn-light:focus, .btn-deemphasized:focus, .btn-primary-em-blue:focus, .btn-tertiary:focus, .btn-secondary:focus, .btn-primary:focus {
  box-shadow: none;
  outline: #000 auto 1px;
  outline-offset: 2px;
}
.btn:-moz-focusring, .btn-icon:-moz-focusring, .btn-badge:-moz-focusring, .btn-light:-moz-focusring, .btn-deemphasized:-moz-focusring, .btn-primary-em-blue:-moz-focusring, .btn-tertiary:-moz-focusring, .btn-secondary:-moz-focusring, .btn-primary:-moz-focusring {
  outline: 2px solid #5a5a5a !important;
}

.btn-sm {
  font-size: 16px;
  font-size: 1rem;
  padding: 5px 50px;
  padding: 0.3125rem 3.125rem;
}
.btn-sm.btn-icon {
  padding: 10px 50px;
  padding: 0.625rem 3.125rem;
}
.btn-sm.link {
  padding: 0;
}
.btn-sm.link a {
  padding: 5px 50px;
  padding: 0.3125rem 3.125rem;
  display: inline-block;
}

.btn-lg {
  font-size: 20px;
  font-size: 1.25rem;
}
.btn-lg &gt; .text {
  display: inline-block;
  max-width: 200px;
  text-align: left;
  white-space: normal;
}
.btn-lg.link {
  padding: 0;
}
.btn-lg.link a {
  font-size: 20px;
  font-size: 1.25rem;
  display: inline-block;
}

.btn-primary {
  background-color: #0E469B;
}
.btn-primary:hover {
  background-color: #3474d9;
}

.btn-secondary {
  background-color: #0c479d;
}
.btn-secondary:hover {
  background-color: #3474d9;
}

.btn-tertiary {
  background-color: #5a5a5a;
}
.btn-tertiary:hover {
  background-color: #767676;
}

.btn-primary-em-blue {
  background-color: #3B6DAB;
}
.btn-primary-em-blue:hover {
  background-color: #3474d9;
}

.btn-link {
  background-color: transparent;
}
.btn-link:hover {
  background-color: transparent;
}

.btn-light {
  background-color: #e6e6e6;
  color: #2b2626;
}
.btn-light:active, .btn-light:focus, .btn-light:visited, .btn-light:hover {
  color: #2b2626;
}

.btn-cancel.btn-link {
  color: #d42e12;
}
.btn-cancel.btn-link:active, .btn-cancel.btn-link:focus, .btn-cancel.btn-link:visited, .btn-cancel.btn-link:hover {
  color: #d42e12;
}

.btn-badge.link &gt; a div &gt; .icon {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 28px;
  height: auto;
}
.btn-badge &gt; .icon {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 28px;
  height: auto;
}

.btn-icon.link &gt; a div &gt; .icon {
  top: -1.6px;
  top: -0.1rem;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  margin-right: 0.625rem;
  vertical-align: middle;
}
.btn-icon &gt; .icon {
  top: -1.6px;
  top: -0.1rem;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  margin-right: 0.625rem;
  vertical-align: middle;
}
.btn-icon.btn-lg {
  max-width: 300px;
  min-height: 82px;
  text-align: left;
  white-space: normal;
}
.btn-icon.btn-lg.link &gt; a div &gt; .icon {
  top: 10px;
  top: 0.625rem;
  float: left;
}
.btn-icon.btn-lg &gt; .icon {
  top: 10px;
  top: 0.625rem;
  float: left;
}

.bp-max-xs .btn, .bp-max-xs .btn-primary, .bp-max-xs .btn-secondary, .bp-max-xs .btn-tertiary, .bp-max-xs .btn-primary-em-blue, .bp-max-xs .btn-deemphasized, .bp-max-xs .btn-light, .bp-max-xs .btn-badge, .bp-max-xs .btn-icon {
  white-space: normal;
  width: 100%;
}

.bp-max-sm .btn, .bp-max-sm .btn-primary, .bp-max-sm .btn-secondary, .bp-max-sm .btn-tertiary, .bp-max-sm .btn-primary-em-blue, .bp-max-sm .btn-deemphasized, .bp-max-sm .btn-light, .bp-max-sm .btn-badge, .bp-max-sm .btn-icon {
  white-space: normal;
  max-width: 100%;
  width: 100%;
}

.bp-md .btn, .bp-md .btn-primary, .bp-md .btn-secondary, .bp-md .btn-tertiary, .bp-md .btn-primary-em-blue, .bp-md .btn-deemphasized, .bp-md .btn-light, .bp-md .btn-badge, .bp-md .btn-icon {
  white-space: nowrap;
  word-break: keep-all;
}
.bp-md .btn.btn-wrap, .bp-md .btn-wrap.btn-primary, .bp-md .btn-wrap.btn-secondary, .bp-md .btn-wrap.btn-tertiary, .bp-md .btn-wrap.btn-primary-em-blue, .bp-md .btn-wrap.btn-deemphasized, .bp-md .btn-wrap.btn-light, .bp-md .btn-wrap.btn-badge, .bp-md .btn-wrap.btn-icon {
  white-space: normal;
  word-break: normal;
}

.b05-button.btn-icon .icon {
  margin-right: 10px;
  top: -0.1rem;
  position: relative;
}
.b05-button.btn-badge .icon {
  position: absolute;
  right: 0;
  top: 0;
}

.component.b05-button.btn, .component.b05-button.btn-primary, .component.b05-button.btn-secondary, .component.b05-button.btn-tertiary, .component.b05-button.btn-primary-em-blue, .component.b05-button.btn-deemphasized, .component.b05-button.btn-light, .component.b05-button.btn-badge, .component.b05-button.btn-icon {
  padding: 0px !important;
}
.component.b05-button.btn &gt; a, .component.b05-button.btn-primary &gt; a, .component.b05-button.btn-secondary &gt; a, .component.b05-button.btn-tertiary &gt; a, .component.b05-button.btn-primary-em-blue &gt; a, .component.b05-button.btn-deemphasized &gt; a, .component.b05-button.btn-light &gt; a, .component.b05-button.btn-badge &gt; a, .component.b05-button.btn-icon &gt; a {
  padding: 10px 50px !important;
  display: block;
}
.component.b05-button.btn &gt; a:hover, .component.b05-button.btn-primary &gt; a:hover, .component.b05-button.btn-secondary &gt; a:hover, .component.b05-button.btn-tertiary &gt; a:hover, .component.b05-button.btn-primary-em-blue &gt; a:hover, .component.b05-button.btn-deemphasized &gt; a:hover, .component.b05-button.btn-light &gt; a:hover, .component.b05-button.btn-badge &gt; a:hover, .component.b05-button.btn-icon &gt; a:hover {
  text-decoration: none;
}
.component.b05-button.btn.btn-primary, .component.b05-button.btn-primary, .component.b05-button.btn.btn-primary-em-blue, .component.b05-button.btn-primary-em-blue {
  white-space: normal;
}

button &gt; a:hover {
  text-decoration: none;
}
button:focus {
  outline: #000 auto 1px !important;
  outline-offset: 2px;
}

.featured-item-copy-inner.featured-item-text-light {
  margin-left: 2px;
}

a.btn:-moz-focusring, a.btn-primary:-moz-focusring, a.btn-secondary:-moz-focusring, a.btn-tertiary:-moz-focusring, a.btn-primary-em-blue:-moz-focusring, a.btn-deemphasized:-moz-focusring, a.btn-light:-moz-focusring, a.btn-badge:-moz-focusring, a.btn-icon:-moz-focusring {
  outline: 2px solid #5a5a5a !important;
}

button[type=button]:-moz-focusring {
  outline: 2px solid #5a5a5a !important;
}

.b05-button-bottom-margin {
  margin-bottom: 20px !important;
}

.button_align_center {
  left: 50%;
  transform: translate(-50%, 0);
}

.button-align-center {
  left: 50%;
  transform: translate(-50%, 0);
}

.component.b05-button.btn.custom_external_b05.btn-primary:hover, .component.b05-button.custom_external_b05.btn-primary:hover,
.component.b05-button.btn.custom_external_b05.btn-secondary:hover,
.component.b05-button.custom_external_b05.btn-secondary:hover,
.component.b05-button.btn.custom_external_b05.btn-tertiary:hover,
.component.b05-button.custom_external_b05.btn-tertiary:hover,
.component.b05-button.btn.custom_external_b05.btn-deemphasized:hover,
.component.b05-button.custom_external_b05.btn-deemphasized:hover,
.component.b05-button.btn.custom_external_b05.btn-light:hover,
.component.b05-button.custom_external_b05.btn-light:hover,
.component.b05-button.btn.custom_external_b05.btn-badge:hover,
.component.b05-button.custom_external_b05.btn-badge:hover,
.component.b05-button.btn.custom_external_b05.btn-icon:hover,
.component.b05-button.custom_external_b05.btn-icon:hover {
  opacity: 0.8;
}

/*code merge*/
.btn-LNG-secondary {
  background: #004ECC !important;
}

.btn-LNG-tertiary {
  background: #002F6C !important;
}

.btn-LNG-secondary:hover {
  background: #3474D9 !important;
}

.btn-LNG-tertiary:hover {
  background: #3474D9 !important;
}

/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
.breadcrumb-back .breadcrumb-list {
  list-style: none;
  margin-right: 12px;
  margin-right: 0.75rem;
}
.breadcrumb-back .breadcrumb-list li:first-child:before {
  color: #5a5a5a;
  margin-left: 14px;
  margin-left: 0.875rem;
  font-size: 8px;
  font-size: 0.5rem;
}
.breadcrumb-back .breadcrumb-list li a,
.breadcrumb-back .breadcrumb-list li:last-child a {
  color: #0c479d;
}

.breadcrumb-list {
  margin-bottom: 0;
  padding: 0;
}
.breadcrumb-list &gt; li {
  display: inline-block;
}
.breadcrumb-list &gt; li &gt; a {
  margin-right: 12px;
  margin-right: 0.75rem;
  color: #5a5a5a;
  word-break: keep-all;
}
.breadcrumb-list &gt; li &gt; a.field-navigationtitle:empty {
  display: none;
}
.breadcrumb-list &gt; li &gt; a:hover {
  text-decoration: none;
}
.breadcrumb-list &gt; li:last-child:after {
  content: none;
}
.breadcrumb-list &gt; li:last-child &gt; a {
  color: #2b2626;
}
.breadcrumb-list .glyph-link:after {
  color: #5A5A5A;
  margin-right: 12px;
  margin-right: 0.75rem;
  font-size: 7px;
  font-size: 0.4375rem;
  margin-left: 0;
  position: relative;
  top: -2px;
}

.breadcrumb-panel,
.breadcrumb-panel-action {
  background: #f2f2f2;
  border-bottom: 1px solid #e6e6e6;
  color: #5A5A5A;
  padding: 10px 30px;
  padding: 0.625rem 1.875rem;
  width: 100%;
}
.breadcrumb-panel .radio-buttons label,
.breadcrumb-panel-action .radio-buttons label {
  color: #2b2626;
}
.breadcrumb-panel .current-language,
.breadcrumb-panel-action .current-language {
  color: #2b2626;
}

.modal-change-language .wrapper-submit-btn {
  clear: both;
  margin-top: 32px;
  margin-top: 2rem;
}

span.wrapper-language {
  min-width: 80px;
  width: auto;
}

@media (min-width: 576px) {
  .modal-breadcrumb .form-group &gt; input[type=radio] + label {
    margin-right: 20px;
    margin-right: 1.25rem;
    width: auto;
  }
}
@media (min-width: 768px) {
  .breadcrumb-panel-action {
    display: table;
  }
  .breadcrumb-panel-action .breadcrumb-list {
    display: table-cell;
    vertical-align: top;
  }
  .breadcrumb-panel-action .change-language {
    display: table-cell;
    padding-left: 10px;
    padding-left: 0.625rem;
    text-align: right;
    vertical-align: top;
    font-size: 0.85rem;
  }

  .col-lg-9 .breadcrumb-panel-action .change-language, .col-12:not([class*=col-lg]) .breadcrumb-panel-action .change-language {
    white-space: nowrap;
  }

  span.wrapper-language {
    float: right;
  }
}
/* iPhone in portrait &amp; landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) {
  .breadcrumb-list &gt; li &gt; a {
    word-break: normal;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .breadcrumb-list &gt; li &gt; a {
    word-break: normal;
  }

  .wrapper-language .component.c04-lightbox {
    float: left;
  }
}
.breadcrumb-list &gt; li &gt; a {
  text-decoration: underline !important;
}

.component .breadcrumb-list .glyph-link a {
  text-decoration: underline !important;
}

.component .breadcrumb-list .glyph-link a:hover {
  text-decoration: underline !important;
}

@media screen and (max-width: 1024px) {
  nav .breadcrumb-list &gt; li, .footer-links-wrapper .footer-links &gt; li {
    margin: 0;
    padding: 0;
  }

  .breadcrumb-list &gt; li &gt; a {
    min-width: 48px;
    display: inline-block;
    line-height: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .component .breadcrumb-list .glyph-link a {
    font-size: 12px;
  }

  .font-size-controller {
    font-size: 12px;
  }

  .breadcrumb-list {
    font-size: 12px;
  }
}
.breadcrumb-list .cheveronRight {
  margin-left: 1.5px;
  margin-right: -3.5px;
  position: relative;
  top: -1px;
  display: inline-block;
}
.breadcrumb-list .cheveronRight svg {
  width: 7px;
  margin: -5px -5px -5px -4px;
  margin-right: 12px;
  color: #000;
}
.breadcrumb-list .cheveronRight img {
  width: 3.5px;
  margin: -5px;
  margin-right: 12px;
}
.breadcrumb-list li:last-child .cheveronRight {
  display: none;
}

.breadcrumb-back .breadcrumb-list .cheveronRight svg {
  transform: rotate(180deg);
}
.breadcrumb-back .breadcrumb-list li:last-child .cheveronRight {
  display: inline-block;
}

@media (min-width: 576px) {
  .breadcrumb-list .cheveronRight {
    margin-left: 2px;
    margin-right: -1px;
    position: relative;
    top: -1px;
    display: inline-block;
  }
  .breadcrumb-list .cheveronRight svg {
    width: 8px;
  }
}
@media (min-width: 768px) {
  .breadcrumb-list .cheveronRight {
    margin-left: 2px;
    margin-right: -1.1px;
    position: relative;
    top: -0.8px;
    display: inline-block;
  }
  .breadcrumb-list .cheveronRight svg {
    width: 8px;
  }
}
/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
.no-js .slide {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  background-position: center;
  margin: 5px 0px;
  margin: 0.3125rem 0rem;
  display: none;
}
.no-js .slide:first-child {
  display: block;
}

/* Slider */
.slick-list {
  margin-bottom: 0px;
}
.slick-loading .slick-list {
  background: none;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/Assets/vendor/slick/fonts/slick.eot");
  src: url("/Assets/vendor/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/Assets/vendor/slick/fonts/slick.woff") format("woff"), url("/Assets/vendor/slick/fonts/slick.ttf") format("truetype"), url("/Assets/vendor/slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  cursor: pointer;
  color: transparent;
  margin-top: -10px;
  margin-top: -0.625rem;
  padding: 0;
  border: none;
  outline: none;
  bottom: 0;
  background-color: transparent;
  z-index: 2;
  font-size: 0;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background-color: transparent;
  color: transparent;
}

.slick-prev {
  left: 0;
  background-image: url(/Assets/img/icons.png);
  background-position: -241px -913px;
  width: 20px;
  height: 44px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 15px;
  right: 0.9375rem;
}
.slick-prev:before {
  content: " ";
}
[dir=rtl] .slick-prev:before {
  content: " ";
}

.slick-next {
  right: 0;
  background-image: url(/Assets/img/icons.png);
  background-position: -268px -913px;
  width: 20px;
  height: 44px;
}
[dir=rtl] .slick-next {
  left: 15px;
  left: 0.9375rem;
  right: auto;
}
.slick-next:before {
  content: " ";
}
[dir=rtl] .slick-next:before {
  content: " ";
}

.slick-slider {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.slick-dots {
  bottom: 20px;
  bottom: 1.25rem;
  margin-top: 20px;
  margin-top: 1.25rem;
  list-style: none;
  padding: 0;
  position: static;
  text-align: center;
  width: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-dots &gt; li {
  cursor: pointer;
  display: inline-block;
  height: auto;
  margin: 0px 15px 0px 0px;
  margin: 0rem 0.9375rem 0rem 0rem;
  padding: 0;
  position: relative;
}
.slick-dots &gt; li:last-child {
  margin: 0;
}
.slick-dots &gt; li &gt; .pager {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #919191;
  display: inline-block;
  height: 20px;
  width: 20px;
  border: 0;
}
.slick-dots &gt; li &gt; .pager:hover {
  background-color: #3D9CC2;
}
.slick-dots &gt; li &gt; .pager &gt; img, .slick-dots &gt; li &gt; .pager &gt; p {
  display: none;
}
.slick-dots &gt; li.slick-active &gt; .pager {
  background-color: #0376A9;
  height: 25px;
  width: 25px;
}
.slick-dots &gt; li.slick-active &gt; .pager:hover {
  background-color: #0096CC;
}

.slick-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}
.slick-slide .btn, .slick-slide .btn-primary, .slick-slide .btn-secondary, .slick-slide .btn-tertiary, .slick-slide .btn-primary-em-blue, .slick-slide .btn-deemphasized, .slick-slide .btn-light, .slick-slide .btn-badge, .slick-slide .btn-icon {
  margin-left: 0 !important;
}

.slide-title {
  opacity: 0.9;
  filter: alpha(opacity=90);
  background-color: #fff;
  float: left;
  margin: 15px;
  margin: 0.9375rem;
  padding: 20px;
  padding: 1.25rem;
}
.slide-title &gt; p {
  color: #5a5a5a;
  margin: 0;
  padding: 0;
}
.slide-title &gt; h2 {
  font-size: 30px;
  font-size: 1.875rem;
  margin: 10px 0px;
  margin: 0.625rem 0rem;
}
@media only screen and (max-width: 767px) {
  .slide-title &gt; h2 {
    font-size: 1.125rem;
  }
}
.slide-title &gt; .tagline, .slide-title &gt; a {
  font-size: 20px;
  font-size: 1.25rem;
}
.slide-title &gt; a {
  display: block;
  margin-top: 10px;
  margin-top: 0.625rem;
}

@media (min-width: 992px) {
  .col-lg-9 .slick-list, .col-12:not([class*=col-lg]) .slick-list {
    margin-bottom: 0;
  }
  .col-lg-9 .carousel-thumb .slick-prev, .col-lg-9 .carousel-thumb .slick-next, .col-12:not([class*=col-lg]) .carousel-thumb .slick-prev, .col-12:not([class*=col-lg]) .carousel-thumb .slick-next {
    visibility: hidden;
  }
  .col-lg-9 .carousel-thumb.carousel-thumb-out .slick-dots, .col-12:not([class*=col-lg]) .carousel-thumb.carousel-thumb-out .slick-dots {
    position: relative;
    display: block !important;
    top: 15px;
    top: 0.9375rem;
  }
  .col-lg-9 .carousel-thumb.carousel-thumb-out .slick-dots &gt; .pager, .col-12:not([class*=col-lg]) .carousel-thumb.carousel-thumb-out .slick-dots &gt; .pager {
    background-color: #f2f2f2;
  }
  .col-lg-9 .carousel-thumb.carousel-thumb-out .slick-dots &gt; .pager &gt; img, .col-12:not([class*=col-lg]) .carousel-thumb.carousel-thumb-out .slick-dots &gt; .pager &gt; img {
    padding: 0;
  }
  .col-lg-9 .carousel-thumb .slick-dots, .col-12:not([class*=col-lg]) .carousel-thumb .slick-dots {
    bottom: 15px;
    bottom: 0.9375rem;
    height: auto;
    margin: 0;
    padding: 0 15px;
    left: -15px;
    position: relative;
  }
  .col-lg-9 .carousel-thumb .slick-dots &gt; li, .col-12:not([class*=col-lg]) .carousel-thumb .slick-dots &gt; li {
    float: left;
    width: 17%;
  }
  .col-lg-9 .carousel-thumb .slick-dots &gt; li &gt; .pager, .col-12:not([class*=col-lg]) .carousel-thumb .slick-dots &gt; li &gt; .pager {
    background-color: #f2f2f2;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #2b2626;
    cursor: pointer;
    font-size: 13px;
    font-size: 0.8125rem;
    height: auto;
    min-height: 80px;
    padding: 0;
    position: relative;
    text-decoration: none;
    width: 100%;
    z-index: 9999;
  }
  .col-lg-9 .carousel-thumb .slick-dots &gt; li &gt; .pager &gt; p, .col-12:not([class*=col-lg]) .carousel-thumb .slick-dots &gt; li &gt; .pager &gt; p {
    display: block;
    height: auto;
    padding: 3px 7px;
    padding: 0.1875rem 0.4375rem;
    text-align: left;
    min-height: 50px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .col-lg-9 .carousel-thumb .slick-dots &gt; li &gt; .pager &gt; img, .col-12:not([class*=col-lg]) .carousel-thumb .slick-dots &gt; li &gt; .pager &gt; img {
    opacity: 0.5;
    filter: alpha(opacity=50);
    display: block;
    padding: 1px;
    padding: 0.0625rem;
    width: 100%;
  }
  .col-lg-9 .carousel-thumb .slick-dots &gt; li &gt; .pager:hover, .col-lg-9 .carousel-thumb .slick-dots &gt; li &gt; .pager:focus, .col-12:not([class*=col-lg]) .carousel-thumb .slick-dots &gt; li &gt; .pager:hover, .col-12:not([class*=col-lg]) .carousel-thumb .slick-dots &gt; li &gt; .pager:focus {
    outline: none;
  }
  .col-lg-9 .carousel-thumb .slick-dots &gt; li &gt; .pager:hover &gt; img, .col-lg-9 .carousel-thumb .slick-dots &gt; li &gt; .pager:focus &gt; img, .col-12:not([class*=col-lg]) .carousel-thumb .slick-dots &gt; li &gt; .pager:hover &gt; img, .col-12:not([class*=col-lg]) .carousel-thumb .slick-dots &gt; li &gt; .pager:focus &gt; img {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .col-lg-9 .carousel-thumb .slick-dots &gt; li &gt; .pager:after, .col-12:not([class*=col-lg]) .carousel-thumb .slick-dots &gt; li &gt; .pager:after {
    background-color: transparent;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: inherit;
  }
  .col-lg-9 .carousel-thumb .slick-dots &gt; li.slick-active &gt; .pager, .col-12:not([class*=col-lg]) .carousel-thumb .slick-dots &gt; li.slick-active &gt; .pager {
    border-top: none;
    border-left: none;
    border-right: none;
  }
  .col-lg-9 .carousel-thumb .slick-dots &gt; li.slick-active &gt; .pager &gt; img, .col-12:not([class*=col-lg]) .carousel-thumb .slick-dots &gt; li.slick-active &gt; .pager &gt; img {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .col-lg-9 .carousel-thumb .slick-dots &gt; li.slick-active, .col-12:not([class*=col-lg]) .carousel-thumb .slick-dots &gt; li.slick-active {
    border-bottom: 2px solid #00a3e0;
  }

  .col-lg-9 .carousel-thumb.carousel-thumb-in .slick-dots {
    left: -10px;
    left: -0.625rem;
    position: relative;
    top: 10px;
    top: 0.625rem;
  }

  .col-12:not([class*=col-lg]) .carousel-thumb .slick-dots &gt; li.slick-active &gt; .pager {
    background-color: #f2f2f2;
  }
  .col-12:not([class*=col-lg]) .slide-title {
    max-width: 30%;
  }
  .col-12:not([class*=col-lg]) .carousel-thumb .slick-dots &gt; li {
    width: 13%;
  }

  .carousel {
    height: auto;
  }
}
@media (min-width: 1200px) {
  .col-12:not([class*=col-lg]) .carousel-thumb .slick-dots &gt; li {
    width: 11%;
  }
}
.on-page-editor .c03-carousel .slick-track {
  opacity: 1 !important;
}

/*code merge*/
.slick-dots &gt; li:only-child {
  display: none;
}

/*multi-slider carousels*/
.carousel-multi-cols {
  margin-top: 20px;
}

.carousel.carousel-multi-cols .slick-prev {
  left: auto;
  position: absolute;
  top: -30px;
  background-image: url(/Assets/img/prev.png);
  width: 32px;
  height: 32px;
  background-position: center;
  right: 60px;
}

.carousel.carousel-multi-cols .slick-next {
  position: absolute;
  top: -30px;
  left: auto;
  background-image: url(/Assets/img/next.png);
  width: 32px;
  height: 32px;
  right: 20px;
  background-position: center;
}

.carousel.carousel-multi-cols .slick-prev.slick-arrow.slick-disabled {
  background-image: url(/Assets/img/prev-disable.png);
}

.carousel.carousel-multi-cols .slick-next.slick-arrow.slick-disabled {
  background-image: url(/Assets/img/next-disable.png);
}

.carousel-multi-cols .slick-slide {
  padding-right: 20px;
}

@media (max-width: 480px) {
  .carousel-multi-cols {
    margin-bottom: 0px !important;
  }

  .carousel.carousel-multi-cols .slick-prev {
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
  }

  .carousel.carousel-multi-cols .slick-next {
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
  }

  .carousel-multi-cols .slick-slide {
    padding: 0 30px;
  }

  /* fix for ipad*/
}
@media (max-width: 480px) and (min-width: 481px) and (max-width: 992px) {
  .carousel-multi-cols {
    margin-bottom: 0px !important;
  }

  .carousel-multi-cols .slick-slide {
    padding: 0 10px;
  }
}
/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
.component {
  *zoom: 1;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.component:after, .component:before {
  content: " ";
  display: table;
  line-height: 0;
}
.component:after {
  clear: both;
}
.component .component {
  margin-bottom: 0;
}

body:not([data-bp=xl]) .component {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

body[data-bp] .component-margin-lg {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}

body[data-bp] .component-margin-md {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

body[data-bp] .component-margin-sm {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

body[data-bp] .component-margin-xs {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

body[data-bp] .component-margin-none {
  margin-bottom: 0;
}

.lightbox-button-container .button-bar .component.c04-lightbox:first-of-type {
  margin-bottom: 0;
}

body[data-bp] .component-no-child-margin:not(.child-components) .component {
  margin-bottom: 0;
}

.component-padded {
  padding: 16px;
  padding: 1rem;
}

.component-shaded {
  background-color: #f2f2f2;
}

.component-invisible {
  height: 0;
  margin: 0;
  overflow: hidden;
  visibility: hidden;
}

@media (min-width: 768px) {
  .component-height-sm {
    height: 200px;
  }

  .component-height-md {
    height: 400px;
  }

  .component-height-lg {
    height: 600px;
  }

  .component-scroll, .component-scroll-horizontal, .component-scroll-vertical {
    overflow: auto;
  }

  .component-scroll-vertical {
    overflow-x: hidden;
  }

  .component-scroll-horizontal {
    overflow-y: hidden;
  }
}
.button-arrow {
  padding-left: 25px;
}

.button-bg {
  background-color: white !important;
  color: black !important;
  border-radius: 0 !important;
  margin-right: 15%;
}

.component-text {
  vertical-align: middle !important;
  padding-left: 30px;
}

.component-blue-shaded {
  background-color: #276bbb !important;
  color: white !important;
}

.component-blue-padded {
  padding: 40px;
}

.full-bleed-text {
  font-size: 18px !important;
  font-weight: 700;
}

.expanding-btn-padding {
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

/*code merge*/
.datamap {
  background-color: #7086b8;
}

/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
.data-visualization {
  background-color: #f2f2f2;
  padding: 15px;
  padding: 0.9375rem;
  line-height: 1.2;
}

.data-visualization-content {
  position: relative;
}

.data-visualization-title {
  border-bottom: 1px solid #ccc;
  font-size: 30px;
  font-size: 1.875rem;
  margin: 0;
  padding: 0;
}
.data-visualization-title .small {
  font-size: 20.5px;
  font-size: 1.28125rem;
}
@media (min-width: 576px) {
  .data-visualization-title .small {
    font-size: 25.5px;
    font-size: 1.59375rem;
  }
}
.data-visualization-title span {
  font-size: 51px;
  font-size: 3.1875rem;
}
.data-visualization-title p.field-title {
  font-size: 30px;
  font-size: 1.875rem;
}

.data-visualization-title,
.data-visualization-image {
  padding: 15px;
  padding: 0.9375rem;
}

.data-visualization-image {
  padding-top: 30px;
  padding-top: 1.875rem;
  text-align: center;
}
.data-visualization-image .component {
  margin-bottom: 0;
}

.data-visualization-text {
  font-size: 20px;
  font-size: 1.25rem;
  padding: 20px 0px;
  padding: 1.25rem 0rem;
}
.data-visualization-text .small {
  font-size: 13.5px;
  font-size: 0.84375rem;
}
@media (min-width: 576px) {
  .data-visualization-text .small {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.data-visualization-text .small p {
  font-size: 13.5px;
  font-size: 0.84375rem;
}
@media (min-width: 576px) {
  .data-visualization-text .small p {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.data-visualization-text p {
  font-size: 20px;
  font-size: 1.25rem;
}

.data-visualization-divider {
  display: none;
}

.bp-lg &gt; .data-visualization &gt; p {
  padding: 0;
}
.bp-lg .data-visualization-title,
.bp-lg .data-visualization-image,
.bp-lg .data-visualization-text {
  display: block;
  float: left;
  padding: 35px;
  padding: 2.1875rem;
  vertical-align: middle;
  width: 50%;
}
.bp-lg .data-visualization-title {
  border-bottom: none;
}
.bp-lg .data-visualization-divider {
  background-color: #ccc;
  bottom: 10px;
  bottom: 0.625rem;
  display: block;
  left: 50%;
  position: absolute;
  top: 10px;
  top: 0.625rem;
  width: 1px;
}

.color-dataVisualization.red-orange .color-second-title {
  color: #D42E12;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right bottom, from(#D42E12), to(#ED8B00));
  /* Chrome10+,Safari5.1+ */
  background: linear-gradient(left top right bottom, #D42E12, #ED8B00);
  /* W3C */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.color-dataVisualization.red-orange .color-second-title p {
  color: #D42E12;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right bottom, from(#D42E12), to(#ED8B00));
  /* Chrome10+,Safari5.1+ */
  background: linear-gradient(left top right bottom, #D42E12, #ED8B00);
  /* W3C */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.color-dataVisualization.blue-cyan .color-second-title {
  color: #0047BA;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right bottom, from(#0047BA), to(#00A3E0));
  /* Chrome10+,Safari5.1+ */
  background: linear-gradient(left top right bottom, #0047BA, #00A3E0);
  /* W3C */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.color-dataVisualization.blue-cyan .color-second-title p {
  color: #0047BA;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right bottom, from(#0047BA), to(#00A3E0));
  /* Chrome10+,Safari5.1+ */
  background: linear-gradient(left top right bottom, #0047BA, #00A3E0);
  /* W3C */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.color-dataVisualization.green-lime .color-second-title {
  color: #00A14D;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right bottom, from(#00A14D), to(#B4D405));
  /* Chrome10+,Safari5.1+ */
  background: linear-gradient(left top right bottom, #00A14D, #B4D405);
  /* W3C */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.color-dataVisualization.green-lime .color-second-title p {
  color: #00A14D;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right bottom, from(#00A14D), to(#B4D405));
  /* Chrome10+,Safari5.1+ */
  background: linear-gradient(left top right bottom, #00A14D, #B4D405);
  /* W3C */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.color-dataVisualization.plum-ruby .color-second-title {
  color: #890C58;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right bottom, from(#890C58), to(#D73872));
  /* Chrome10+,Safari5.1+ */
  background: linear-gradient(left top right bottom, #890C58, #D73872);
  /* W3C */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.color-dataVisualization.plum-ruby .color-second-title p {
  color: #890C58;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right bottom, from(#890C58), to(#D73872));
  /* Chrome10+,Safari5.1+ */
  background: linear-gradient(left top right bottom, #890C58, #D73872);
  /* W3C */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.color-dataVisualization.seablue-turquoise .color-second-title {
  color: #007096;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right bottom, from(#007096), to(#00ACA8));
  /* Chrome10+,Safari5.1+ */
  background: linear-gradient(left top right bottom, #007096, #00ACA8);
  /* W3C */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.color-dataVisualization.seablue-turquoise .color-second-title p {
  color: #007096;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right bottom, from(#007096), to(#00ACA8));
  /* Chrome10+,Safari5.1+ */
  background: linear-gradient(left top right bottom, #007096, #00ACA8);
  /* W3C */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.color-dataVisualization.yellow-orange .color-second-title {
  color: #FFD700;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right bottom, from(#FFD700), to(#ED8B00));
  /* Chrome10+,Safari5.1+ */
  background: linear-gradient(left top right bottom, #FFD700, #ED8B00);
  /* W3C */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.color-dataVisualization.yellow-orange .color-second-title p {
  color: #FFD700;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right bottom, from(#FFD700), to(#ED8B00));
  /* Chrome10+,Safari5.1+ */
  background: linear-gradient(left top right bottom, #FFD700, #ED8B00);
  /* W3C */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bp-md .data-visualization-image, .bp-md .data-visualization-text, .bp-md .data-visualization-title {
  display: block;
  float: left;
  padding: 35px;
  padding: 2.1875rem;
  vertical-align: middle;
  width: 50%;
}
.bp-md .data-visualization-title {
  border-bottom: none;
}
.bp-md .data-visualization-divider {
  background-color: #ccc;
  bottom: 10px;
  display: block;
  left: 50%;
  position: absolute;
  top: 10px;
  width: 1px;
}

/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
body.on-page-editor {
  text-align: left;
  /*code merge*/
  /*code merge ends*/
}
body.on-page-editor .s03-surfaced-item .surfaced-item .surfaced-item-content-heading-sm {
  display: block;
}
body.on-page-editor .s03-surfaced-item .surfaced-item.surfaced-item-overlay-description .surfaced-item-label-image,
body.on-page-editor .s03-surfaced-item .surfaced-item.surfaced-item-overlay-flip .surfaced-item-content-image .flipboard-overlay,
body.on-page-editor .featured-item.f01-featured-item.featured-text-overlay .featured-title-copy {
  position: unset;
}
body.on-page-editor .s03-surfaced-item .surfaced-item.surfaced-item-overlay-flip .surfaced-item-content-image .flipboard-overlay {
  opacity: 1;
  padding: 3rem 0;
}
body.on-page-editor .s03-surfaced-item .surfaced-item.surfaced-item-overlay-flip .surfaced-item-content-image .overlay-text-container {
  padding: 20px 0;
}
body.on-page-editor .s03-surfaced-item .surfaced-item.surfaced-item-overlay-flip .surfaced-item-content-image .overlay-text-container .content-cta-overlay {
  margin: 0.125rem;
  width: auto;
  padding: 0.625rem 3.125rem;
}
body.on-page-editor .collapse {
  display: block;
}
body.on-page-editor .color-dataVisualization.red-orange,
body.on-page-editor .color-dataVisualization.blue-cyan,
body.on-page-editor .color-dataVisualization.green-lime,
body.on-page-editor .color-dataVisualization.plum-ruby,
body.on-page-editor .color-dataVisualization.seablue-turquoise,
body.on-page-editor .color-dataVisualization.yellow-orange {
  display: inline-flex;
}
body.on-page-editor .color-dataVisualization.red-orange p.field-title,
body.on-page-editor .color-dataVisualization.red-orange .data-visualization-text,
body.on-page-editor .color-dataVisualization.blue-cyan p.field-title,
body.on-page-editor .color-dataVisualization.blue-cyan .data-visualization-text,
body.on-page-editor .color-dataVisualization.green-lime p.field-title,
body.on-page-editor .color-dataVisualization.green-lime .data-visualization-text,
body.on-page-editor .color-dataVisualization.plum-ruby p.field-title,
body.on-page-editor .color-dataVisualization.plum-ruby .data-visualization-text,
body.on-page-editor .color-dataVisualization.seablue-turquoise p.field-title,
body.on-page-editor .color-dataVisualization.seablue-turquoise .data-visualization-text,
body.on-page-editor .color-dataVisualization.yellow-orange p.field-title,
body.on-page-editor .color-dataVisualization.yellow-orange .data-visualization-text {
  -webkit-text-fill-color: #2b2626;
}
body.on-page-editor .color-dataVisualization.red-orange .color-second-title,
body.on-page-editor .color-dataVisualization.blue-cyan .color-second-title,
body.on-page-editor .color-dataVisualization.green-lime .color-second-title,
body.on-page-editor .color-dataVisualization.plum-ruby .color-second-title,
body.on-page-editor .color-dataVisualization.seablue-turquoise .color-second-title,
body.on-page-editor .color-dataVisualization.yellow-orange .color-second-title {
  display: inline-flex;
  -webkit-text-fill-color: initial;
}
body.on-page-editor .screen-title-full-right .screen-title-image {
  float: right;
}
body.on-page-editor .screen-title-full-left .screen-title-image {
  float: left;
}
body.on-page-editor .component.app-promotion .app-img {
  display: initial;
}
body.on-page-editor .component.image .image-wrap {
  float: left;
  margin: 16px;
  margin: 1rem;
  padding-top: 12px;
  padding-top: 0.75rem;
  position: relative;
}
body.on-page-editor .component.image .image-wrap:before {
  content: attr(data-size);
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  left: 0;
  position: absolute;
  top: -8px;
  white-space: nowrap;
}
body.on-page-editor .component.image .image-wrap img {
  display: inline-block;
  height: initial;
  margin: 0;
  width: initial;
}
body.on-page-editor .component.app-promotion .app-img {
  display: initial;
}
body.on-page-editor .surfaced-item .glyph-link.enable-html {
  display: block;
}
body.on-page-editor .surfaced-item.surfaced-item-horizontal .surfaced-item-image {
  display: block;
}
body.on-page-editor .surfaced-item.surfaced-item-horizontal .surfaced-item-image.static-map {
  display: block;
}
body.on-page-editor .CoveoSearchInterface .container.top-facet {
  display: block;
}
body.on-page-editor .nav-main-search {
  display: block;
  padding-top: 20px;
  padding-top: 1.25rem;
}
body.on-page-editor .bp-xl.bp-lg &gt; .featured-item.featured-item-slide-topic &gt; .featured-item-slide-title-copy {
  position: relative;
}
body.on-page-editor .bp-lg &gt; .featured-item.featured-item-title-overlay &gt; .featured-item-image-wrap &gt; .featured-item-title {
  position: relative;
}
body.on-page-editor .bp-lg &gt; .featured-item.featured-item-full-overlay &gt; .featured-item-copy-outer {
  position: relative;
}
body.on-page-editor .bp-lg &gt; .featured-item.featured-item-full-overlay &gt; .featured-item-copy-outer &gt; .featured-item-copy-inner {
  position: relative;
}
body.on-page-editor .bp-lg &gt; .featured-item.featured-item-full-overlay &gt; .featured-item-image-wrap &gt; .featured-item-title {
  position: relative;
}
body.on-page-editor .component.alert, body.on-page-editor .component.alert-warning, body.on-page-editor .component.alert-danger {
  display: block;
}
body.on-page-editor .component.alert.d-none, body.on-page-editor .component.d-none.alert-warning, body.on-page-editor .component.d-none.alert-danger {
  display: initial !important;
}
body.on-page-editor .component.alert &gt; p, body.on-page-editor .component.alert-warning &gt; p, body.on-page-editor .component.alert-danger &gt; p {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
body.on-page-editor .component.alert [data-cookie-duration], body.on-page-editor .component.alert-warning [data-cookie-duration], body.on-page-editor .component.alert-danger [data-cookie-duration] {
  background: #fff;
  display: block;
  margin-top: 30px;
  margin-top: 1.875rem;
  padding-left: 0;
  position: relative;
  margin-left: 45px;
  margin-left: 2.8125rem;
}
body.on-page-editor .component.alert [data-cookie-duration]:before, body.on-page-editor .component.alert-warning [data-cookie-duration]:before, body.on-page-editor .component.alert-danger [data-cookie-duration]:before {
  content: "On dismiss, hide alert for (days):";
  font-weight: bold;
  left: 0;
  line-height: 20px;
  position: absolute;
  top: -25px;
}
body.on-page-editor .component.alert [data-cookie-duration] *, body.on-page-editor .component.alert-warning [data-cookie-duration] *, body.on-page-editor .component.alert-danger [data-cookie-duration] * {
  width: 100%;
}
body.on-page-editor .component.t01-screen-title .screen-title.screen-title-overlay &gt; .screen-title-image-wrap &gt; .screen-title-title.field-title {
  position: relative;
}
body.on-page-editor .expanding-box .component.c04-lightbox {
  text-align: left;
}
body.on-page-editor .col-lg-3 .event-list .event-list-description img {
  display: none;
}

html.nav-main-mobile-open body.on-page-editor #nav-main-mobile, html.nav-main-mobile-open body.preview #nav-main-mobile {
  top: 90px;
}

/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
.event-list &gt; .div-table-body &gt; .div-table-row &gt; .div-table-cell {
  padding: 10px;
  padding: 0.625rem;
  text-align: center;
  vertical-align: middle;
}
.event-list &gt; .div-table-body &gt; .div-table-row &gt; .div-table-cell.event-list-date {
  padding: 16px 24px;
  padding: 1rem 1.5rem;
}
.event-list &gt; .div-table-body &gt; .div-table-row &gt; .div-table-cell.event-list-description {
  text-align: left;
}
.event-list &gt; .div-table-body &gt; .div-table-row &gt; .div-table-cell.event-list-description &gt; .event-list-description-details {
  display: table;
}
.event-list &gt; .div-table-body &gt; .div-table-row &gt; .div-table-cell.event-list-description &gt; .event-list-description-details &gt; .event-list-img,
.event-list &gt; .div-table-body &gt; .div-table-row &gt; .div-table-cell.event-list-description &gt; .event-list-description-details &gt; .event-list-name {
  display: table-cell;
  vertical-align: top;
}
.event-list &gt; .div-table-body &gt; .div-table-row &gt; .div-table-cell.event-list-description &gt; .event-list-description-details &gt; .event-list-img {
  padding-right: 10px;
  padding-right: 0.625rem;
}
.event-list &gt; .div-table-body &gt; .div-table-row &gt; .div-table-cell .event-list-month,
.event-list &gt; .div-table-body &gt; .div-table-row &gt; .div-table-cell .event-list-title {
  display: block;
}

.eventdetails-sidebar .sidebar-nav li {
  padding: 18px 30px;
  padding: 1.125rem 1.875rem;
}

.upcoming-link a, .previous-link a {
  font-size: 13px;
}

.landing-description {
  font-size: 13px;
}

.event-tag.badge {
  border-radius: 0;
  background-color: #5a5a5a;
  border: none;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  padding: 10px 85px;
  padding: 0.625rem 5.3125rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  position: relative;
  max-width: 100%;
  white-space: normal;
  word-break: normal;
}

@media (min-width: 992px) {
  .col-1 .event-list &gt; .div-table-body &gt; .div-table-row &gt; .div-table-cell.event-list-description &gt; .event-list-description-details &gt; .event-list-img {
    display: none;
  }
}
@media (min-width: 576px) {
  .upcoming-link a, .previous-link a {
    font-size: 16px;
  }

  .landing-description {
    font-size: 16px;
  }
}
/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
.expanding-box .component {
  margin-top: 32px;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .expanding-box .expanding-box-text {
    font-size: 13px;
    margin-bottom: 10px;
  }
}
.expanding-box .expanding-box-text &gt; p {
  word-break: break-word;
}
.expanding-box .component.c04-lightbox {
  margin-top: 0;
  text-align: right;
}
.expanding-box .component.c04-lightbox .component.b05-button {
  margin-top: 0;
}

@media (min-width: 768px) {
  .col-lg-9 .expanding-box-static, .col-12:not([class*=col-lg]) .expanding-box-static {
    display: table;
    width: 100%;
  }
  .col-lg-9 .expanding-box-text,
.col-lg-9 .expanding-box-trigger, .col-12:not([class*=col-lg]) .expanding-box-text,
.col-12:not([class*=col-lg]) .expanding-box-trigger {
    display: table-cell;
    vertical-align: top;
  }
  .col-lg-9 .expanding-box-text, .col-12:not([class*=col-lg]) .expanding-box-text {
    padding-right: 32px;
    padding-right: 2rem;
    font-size: 16px;
    font-size: 1rem;
  }
  .col-lg-9 .expanding-box-trigger, .col-12:not([class*=col-lg]) .expanding-box-trigger {
    text-align: right;
    float: right;
    white-space: nowrap;
    word-break: keep-all;
  }

  .expanding-box .c04-lightbox .b05-button {
    white-space: nowrap;
  }
}
.component.c05-expanding-box .btn.expanding-box-trigger:-moz-focusring, .component.c05-expanding-box .expanding-box-trigger.btn-primary:-moz-focusring, .component.c05-expanding-box .expanding-box-trigger.btn-secondary:-moz-focusring, .component.c05-expanding-box .expanding-box-trigger.btn-tertiary:-moz-focusring, .component.c05-expanding-box .expanding-box-trigger.btn-primary-em-blue:-moz-focusring, .component.c05-expanding-box .expanding-box-trigger.btn-deemphasized:-moz-focusring, .component.c05-expanding-box .expanding-box-trigger.btn-light:-moz-focusring, .component.c05-expanding-box .expanding-box-trigger.btn-badge:-moz-focusring, .component.c05-expanding-box .expanding-box-trigger.btn-icon:-moz-focusring {
  outline: 2px solid #5a5a5a !important;
}

.component.c05-expanding-box #searchBtnText {
  padding-top: 0;
  padding-bottom: 0;
  min-height: 50px;
  height: auto;
}

.component.c05-expanding-box #searchText {
  min-height: 50px;
  height: initial;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 27px;
}

/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
.save-as-favorite {
  background: transparent;
  border: 0;
  cursor: pointer;
  outline: none;
  padding-left: 20px;
  padding-left: 1.25rem;
  position: relative;
}
.save-as-favorite:before {
  background-image: url(/Assets/img/icons.png);
  background-position: -479px -445px;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  content: "";
  left: 0;
  position: absolute;
  top: 2px;
  top: 0.125rem;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.save-as-favorite.saved:before {
  background-image: url(/Assets/img/icons.png);
  background-position: -479px -427px;
  width: 15px;
  height: 15px;
}

/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
/*code merge*/
.no-js .featured-item-weather .featured-item-copy {
  display: none;
}
.no-js .featured-title-split-left,
.no-js .featured-title-split-right {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

.featured-item {
  position: relative;
  /*code merge*/
}
.featured-item.f01-featured-item.featured-text-overlay .featured-title-copy-wrap {
  position: relative;
}
.featured-item.f01-featured-item.featured-text-overlay .featured-title-copy {
  position: absolute;
  top: -5px;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .featured-item.f01-featured-item.featured-text-overlay .featured-title-copy {
    top: 0px;
  }
}
.featured-item.f01-featured-item.featured-text-overlay .featured-title-copy .field-title {
  padding: 1rem 0 0 1.25rem;
  flex: 1 1 100%;
  margin: 0;
}
.featured-item.f01-featured-item.featured-text-overlay .featured-title-copy .featured-title-button {
  flex: 1 1 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0rem 0rem 0.5rem 0;
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .featured-item.f01-featured-item.featured-text-overlay .featured-title-copy .featured-title-button {
    padding: 0rem 1rem 0.5rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .featured-item.f01-featured-item.featured-text-overlay .featured-title-copy .featured-title-button {
    padding: 1rem 1rem 0.5rem 0;
  }
}
.featured-item p.featured-item-cta.glyph-link.field-link:empty {
  display: none;
}
.featured-item .featured-item-cta p.glyph-link a:empty {
  display: none;
}

.featured-item-image {
  display: block;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.featured-item-title {
  font-size: 40px;
  font-size: 2.5rem;
  margin-top: 0;
}

.featured-item-subtitle {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 0;
}

.featured-item-slide-image {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.featured-item.featured-item-slide-topic .featured-item-slide-title-copy p.featured-item-subtitle {
  font-size: 20px;
  font-size: 1.25rem;
}
.featured-item.featured-item-slide-topic .featured-item-slide-title-copy .featured-item-cta {
  font-size: 20px;
  font-size: 1.25rem;
}
.featured-item.featured-item-slide-topic .featured-item-subtitle,
.featured-item.featured-item-slide-topic .featured-item-cta,
.featured-item.featured-item-slide-topic .link {
  font-size: 13px;
  font-size: 0.8125rem;
}
.featured-item.featured-item-slide-topic .featured-item-slide-title-copy p.featured-item-cta.glyph-link.field-link:empty {
  display: none;
}
.featured-item.featured-item-slide-topic .featured-item-slide-title-copy .featured-item-cta p.glyph-link a:empty {
  display: none;
}

.featured-title-split-left .featured-item-title,
.featured-title-split-right .featured-item-title {
  margin-top: 16px;
  margin-top: 1rem;
}

.featured-small-image.featured-title-split-right .featured-title-copy-wrap .featured-title-copy &gt; p &gt; a {
  float: none;
}

.featured-item-weather {
  position: relative;
}
.featured-item-weather .featured-item-copy {
  background-color: #fff;
  width: 100%;
}
.featured-item-weather .featured-item-copy .form-group {
  position: relative;
}
.featured-item-weather .featured-item-copy .form-group .form-control {
  background-color: #fff;
  position: relative;
  padding-right: 30px;
  padding-right: 1.875rem;
}
.featured-item-weather .featured-item-copy .form-group .icon {
  position: absolute;
  top: 10px;
  top: 0.625rem;
  right: 5px;
  right: 0.3125rem;
}
.featured-item-weather .featured-item-copy &gt; .weather-now &gt; .weather-provider-info {
  display: inline-block;
  float: left;
  width: 50%;
}
.featured-item-weather .featured-item-copy &gt; .weather-now &gt; .weather-detail {
  color: #00a3e0;
  display: inline-block;
  float: right;
  font-size: 30px;
  font-size: 1.875rem;
  text-align: right;
  width: 50%;
}
.featured-item-weather .featured-item-copy &gt; .weather-now &gt; .weather-detail .icon {
  right: 5px;
  right: 0.3125rem;
  top: 10px;
  top: 0.625rem;
}
.featured-item-weather .featured-item-copy &gt; .weather-now .weather-location {
  color: #00a3e0;
  display: block;
  font-weight: bold;
}
.featured-item-weather .featured-item-copy &gt; .weather-now .weather-provider {
  font-size: 11px;
  font-size: 0.6875rem;
}

.bp-xs &gt; .featured-item &gt; .expanding-box &gt; .expanding-box-static &gt; button a {
  word-break: break-word;
}
.bp-xs &gt; .featured-item .featured-title-copy &gt; a {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.bp-xs &gt; .featured-item.featured-title-split-left .featured-title-copy-wrap img {
  width: auto;
}
.bp-xs &gt; .featured-item.featured-title-split-right .featured-title-copy-wrap img {
  width: auto;
}

.bp-md &gt; .featured-item.featured-item-slide-topic &gt; .featured-item-slide-title-copy {
  left: 0;
  max-width: none;
  position: static;
  top: 0;
}
.bp-md &gt; .featured-item .featured-title-copy &gt; a {
  padding-left: 50px;
  padding-left: 3.125rem;
  padding-right: 50px;
  padding-right: 3.125rem;
  width: auto;
}
.bp-md &gt; .featured-item.featured-small-image .featured-title-copy-wrap img {
  width: auto;
}
.bp-md &gt; .featured-item.featured-title-split-right img, .bp-md &gt; .featured-item.featured-title-split-left img {
  width: auto;
}

.bp-lg &gt; .featured-item .featured-item-overlay-block, .bp-lg &gt; .featured-item.featured-item-title-overlay &gt; .featured-item-image-wrap &gt; .featured-item-title {
  opacity: 0.9;
  filter: alpha(opacity=90);
  background-color: #fff;
  display: block;
  padding: 15px 20px;
  padding: 0.9375rem 1.25rem;
  position: absolute;
}
.bp-lg &gt; .featured-item .featured-item-table, .bp-lg &gt; .featured-item.featured-item-title-overlay &gt; .featured-item-copy-wrap {
  display: table;
  width: 100%;
}
.bp-lg &gt; .featured-item .featured-item-table-cell, .bp-lg &gt; .featured-item.featured-item-title-overlay &gt; .featured-item-copy-wrap &gt; .featured-item-cta, .bp-lg &gt; .featured-item.featured-item-title-overlay &gt; .featured-item-copy-wrap &gt; .featured-item-copy {
  display: table-cell;
  vertical-align: top;
}
.bp-lg &gt; .featured-item .featured-item-image-wrap {
  position: relative;
}
.bp-lg &gt; .featured-item .featured-item-padded-copy, .bp-lg &gt; .featured-item.featured-item-title-overlay &gt; .featured-item-copy-wrap &gt; .featured-item-copy {
  padding-right: 64px;
  padding-right: 4rem;
}
.bp-lg &gt; .featured-item .featured-item-lifted-copy, .bp-lg &gt; .featured-item.featured-item-title-overlay &gt; .featured-item-copy-wrap &gt; .featured-item-copy {
  position: relative;
  top: -4.8px;
  top: -0.3rem;
}
.bp-lg &gt; .featured-item h2 {
  margin-top: 0;
}
.bp-lg &gt; .featured-item .featured-title-table, .bp-lg &gt; .featured-item.featured-title-overlay &gt; .featured-title-copy-wrap, .bp-lg &gt; .featured-item.featured-title-no-image &gt; .featured-title-copy-wrap {
  display: table;
  width: 100%;
}
.bp-lg &gt; .featured-item .featured-title-table-cell, .bp-lg &gt; .featured-item.featured-title-overlay &gt; .featured-title-copy-wrap &gt; .featured-title-cta, .bp-lg &gt; .featured-item.featured-title-no-image &gt; .featured-title-copy-wrap &gt; .featured-title-cta, .bp-lg &gt; .featured-item.featured-title-overlay &gt; .featured-title-copy-wrap &gt; .featured-title-copy, .bp-lg &gt; .featured-item.featured-title-no-image &gt; .featured-title-copy-wrap &gt; .featured-title-copy {
  display: table-cell;
  vertical-align: top;
}
.bp-lg &gt; .featured-item .featured-title-image-wrap {
  position: relative;
}
.bp-lg &gt; .featured-item .featured-title-padded-copy, .bp-lg &gt; .featured-item.featured-title-overlay &gt; .featured-title-copy-wrap &gt; .featured-title-copy, .bp-lg &gt; .featured-item.featured-title-no-image &gt; .featured-title-copy-wrap &gt; .featured-title-copy {
  padding-right: 64px;
  padding-right: 4rem;
}
.bp-lg &gt; .featured-item .featured-title-lifted-copy, .bp-lg &gt; .featured-item.featured-title-overlay &gt; .featured-title-copy-wrap &gt; .featured-title-copy, .bp-lg &gt; .featured-item.featured-title-no-image &gt; .featured-title-copy-wrap &gt; .featured-title-copy {
  position: relative;
  top: -4.8px;
  top: -0.3rem;
}
.bp-lg &gt; .featured-item .featured-title-overlay-block, .bp-lg &gt; .featured-item.featured-title-full-overlay &gt; .featured-title-copy, .bp-lg &gt; .featured-item.featured-title-overlay &gt; .featured-title-image-wrap &gt; .featured-title-title, .bp-lg &gt; .featured-item.featured-title-no-image &gt; .featured-title-image-wrap &gt; .featured-title-title {
  opacity: 0.9;
  filter: alpha(opacity=90);
  background-color: #fff;
  display: block;
  padding: 15px 20px;
  padding: 0.9375rem 1.25rem;
  position: absolute;
}
.bp-lg &gt; .featured-item .featured-item-text-light {
  color: #fff;
}
.bp-lg &gt; .featured-item.featured-title-overlay &gt; .featured-title-image-wrap, .bp-lg &gt; .featured-item.featured-title-no-image &gt; .featured-title-image-wrap {
  margin-bottom: 19.2px;
  margin-bottom: 1.2rem;
}
.bp-lg &gt; .featured-item.featured-title-overlay &gt; .featured-title-image-wrap &gt; .featured-title-image, .bp-lg &gt; .featured-item.featured-title-no-image &gt; .featured-title-image-wrap &gt; .featured-title-image {
  margin-bottom: 0;
}
.bp-lg &gt; .featured-item.featured-title-overlay &gt; .featured-title-image-wrap &gt; .featured-title-title, .bp-lg &gt; .featured-item.featured-title-no-image &gt; .featured-title-image-wrap &gt; .featured-title-title {
  bottom: 0;
  left: 0;
  margin: 0px 0px 10px 10px;
  margin: 0rem 0rem 0.625rem 0.625rem;
}
.bp-lg &gt; .featured-item.featured-title-overlay &gt; .featured-title-copy-wrap &gt; h3, .bp-lg &gt; .featured-item.featured-title-no-image &gt; .featured-title-copy-wrap &gt; h3 {
  display: table-caption;
  margin-top: 0;
}
.bp-lg &gt; .featured-item.featured-title-overlay &gt; .featured-title-copy-wrap &gt; .featured-title-cta, .bp-lg &gt; .featured-item.featured-title-no-image &gt; .featured-title-copy-wrap &gt; .featured-title-cta {
  text-align: right;
}
.bp-lg &gt; .featured-item.featured-title-overlay &gt; .featured-title-copy-wrap img, .bp-lg &gt; .featured-item.featured-title-no-image &gt; .featured-title-copy-wrap img {
  width: 25%;
}
.bp-lg &gt; .featured-item.featured-title-full-left .featured-title-image {
  float: left;
  margin: 0px 32px 24px 0px;
  margin: 0rem 2rem 1.5rem 0rem;
  max-width: 50%;
}
.bp-lg &gt; .featured-item.featured-title-full-right .featured-title-image {
  float: right;
  margin: 0px 0px 24px 32px;
  margin: 0rem 0rem 1.5rem 2rem;
  max-width: 50%;
}
.bp-lg &gt; .featured-item.featured-title-split-left .featured-title-image, .bp-lg &gt; .featured-item.featured-title-split-left .featured-title-copy, .bp-lg &gt; .featured-item.featured-title-split-right .featured-title-image, .bp-lg &gt; .featured-item.featured-title-split-right .featured-title-copy {
  float: left;
  position: relative;
  padding: 0px 15px;
  padding: 0rem 0.9375rem;
  width: 50%;
}
.bp-lg &gt; .featured-item.featured-title-split-left.featured-small-image .featured-title-image {
  width: 25%;
}
.bp-lg &gt; .featured-item.featured-title-split-left .featured-title-image {
  padding-left: 0;
}
.bp-lg &gt; .featured-item.featured-title-split-left .featured-title-copy {
  padding-right: 0;
}
.bp-lg &gt; .featured-item.featured-title-split-right.featured-small-image .featured-title-image {
  width: 25%;
}
.bp-lg &gt; .featured-item.featured-title-split-right .featured-title-image {
  float: right;
  padding-right: 0;
}
.bp-lg &gt; .featured-item.featured-title-split-right .featured-title-copy {
  padding-left: 0;
}
.bp-lg &gt; .featured-item.featured-title-full-overlay &gt; .featured-title-copy {
  left: 10px;
  left: 0.625rem;
  max-width: 33%;
  top: 10px;
  top: 0.625rem;
}
.bp-lg &gt; .featured-item.featured-item-title-overlay &gt; .featured-item-image-wrap {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  position: relative;
}
.bp-lg &gt; .featured-item.featured-item-title-overlay &gt; .featured-item-image-wrap .component::after {
  display: block;
  margin-bottom: 1em;
}
.bp-lg &gt; .featured-item.featured-item-title-overlay &gt; .featured-item-image-wrap &gt; .featured-item-title {
  bottom: 0;
  left: 0;
  margin: 0px 0px 10px 10px;
  margin: 0rem 0rem 0.625rem 0.625rem;
}
.bp-lg &gt; .featured-item.featured-item-title-overlay &gt; .featured-item-image-wrap &gt; .featured-item-image, .bp-lg &gt; .featured-item.featured-item-title-overlay &gt; .featured-item-image-wrap a .featured-item-image {
  margin-bottom: 0;
}
.bp-lg &gt; .featured-item.featured-item-title-overlay &gt; .featured-item-copy-wrap &gt; .featured-item-subtitle {
  display: table-caption;
}
.bp-lg &gt; .featured-item.featured-item-title-overlay &gt; .featured-item-copy-wrap &gt; .featured-item-cta {
  text-align: right;
}
.bp-lg &gt; .featured-item.featured-item-full-overlay {
  position: relative;
}
.bp-lg &gt; .featured-item.featured-item-full-overlay &gt; .featured-item-image, .bp-lg &gt; .featured-item.featured-item-full-overlay a .featured-item-image {
  margin-bottom: 0;
}
.bp-lg &gt; .featured-item.featured-item-full-overlay &gt; .featured-item-copy-outer {
  height: 100%;
  margin-left: 12.5%;
  position: absolute;
  top: 0;
  width: 75%;
}
.bp-lg &gt; .featured-item.featured-item-full-overlay &gt; .featured-item-copy-outer &gt; .featured-item-copy-inner {
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.bp-lg &gt; .featured-item.featured-item-full-overlay &gt; .featured-item-copy-outer &gt; .featured-item-copy-inner &gt; .btn, .bp-lg &gt; .featured-item.featured-item-full-overlay &gt; .featured-item-copy-outer &gt; .featured-item-copy-inner &gt; .btn-primary, .bp-lg &gt; .featured-item.featured-item-full-overlay &gt; .featured-item-copy-outer &gt; .featured-item-copy-inner &gt; .btn-secondary, .bp-lg &gt; .featured-item.featured-item-full-overlay &gt; .featured-item-copy-outer &gt; .featured-item-copy-inner &gt; .btn-tertiary, .bp-lg &gt; .featured-item.featured-item-full-overlay &gt; .featured-item-copy-outer &gt; .featured-item-copy-inner &gt; .btn-primary-em-blue, .bp-lg &gt; .featured-item.featured-item-full-overlay &gt; .featured-item-copy-outer &gt; .featured-item-copy-inner &gt; .btn-deemphasized, .bp-lg &gt; .featured-item.featured-item-full-overlay &gt; .featured-item-copy-outer &gt; .featured-item-copy-inner &gt; .btn-light, .bp-lg &gt; .featured-item.featured-item-full-overlay &gt; .featured-item-copy-outer &gt; .featured-item-copy-inner &gt; .btn-badge, .bp-lg &gt; .featured-item.featured-item-full-overlay &gt; .featured-item-copy-outer &gt; .featured-item-copy-inner &gt; .btn-icon {
  margin-top: 16px;
  margin-top: 1rem;
}
.bp-lg &gt; .featured-item.featured-small-image.featured-title-split-right a {
  float: right;
}
.bp-lg &gt; .featured-item.featured-small-image.featured-title-split-right a.btn, .bp-lg &gt; .featured-item.featured-small-image.featured-title-split-right a.btn-primary, .bp-lg &gt; .featured-item.featured-small-image.featured-title-split-right a.btn-secondary, .bp-lg &gt; .featured-item.featured-small-image.featured-title-split-right a.btn-tertiary, .bp-lg &gt; .featured-item.featured-small-image.featured-title-split-right a.btn-primary-em-blue, .bp-lg &gt; .featured-item.featured-small-image.featured-title-split-right a.btn-deemphasized, .bp-lg &gt; .featured-item.featured-small-image.featured-title-split-right a.btn-light, .bp-lg &gt; .featured-item.featured-small-image.featured-title-split-right a.btn-badge, .bp-lg &gt; .featured-item.featured-small-image.featured-title-split-right a.btn-icon {
  float: none;
}
.bp-lg &gt; .featured-item.featured-small-image.featured-title-split-left a {
  float: left;
}
.bp-lg &gt; .featured-item.featured-small-image &gt; .featured-title-copy-wrap &gt; a {
  width: 25%;
}
.bp-lg &gt; .featured-item.featured-small-image &gt; .featured-title-copy-wrap &gt; a &gt; img {
  width: 100%;
}
.bp-lg &gt; .featured-item.featured-small-image &gt; .featured-title-copy-wrap &gt; img {
  width: 25%;
}
.bp-lg &gt; .featured-item.featured-small-image &gt; .featured-title-copy-wrap &gt; .featured-title-copy {
  width: 75%;
}
.bp-lg &gt; .featured-item.featured-small-image .featured-title-copy-wrap img {
  width: auto;
}
.bp-lg &gt; .featured-item.featured-title-split-right img, .bp-lg &gt; .featured-item.featured-title-split-left img {
  width: auto;
}

.bp-xl &gt; .featured-item.featured-item-slide-topic &gt; .featured-item-slide-title-copy {
  opacity: 0.9;
  filter: alpha(opacity=90);
  background-color: #fff;
  display: block;
  padding: 15px 20px;
  padding: 0.9375rem 1.25rem;
  position: absolute;
  left: 10px;
  left: 0.625rem;
  max-width: 33%;
  position: absolute;
  top: 10px;
  top: 0.625rem;
}
.bp-xl &gt; .featured-item.featured-item-weather &gt; .featured-item-image, .bp-xl &gt; .featured-item.featured-item-weather a .featured-item-image {
  margin-bottom: 0;
}
.bp-xl &gt; .featured-item.featured-item-weather &gt; .featured-item-copy {
  position: absolute;
  bottom: 16px;
  bottom: 1rem;
  left: 16px;
  left: 1rem;
  top: 16px;
  top: 1rem;
  padding: 35px;
  padding: 2.1875rem;
  width: 37.5%;
}
.bp-xl &gt; .featured-item.featured-small-image .featured-title-copy-wrap img {
  width: auto;
}
.bp-xl &gt; .featured-item.featured-title-split-right img, .bp-xl &gt; .featured-item.featured-title-split-left img {
  width: auto;
}

.bp-sm &gt; .featured-item.featured-title-split-left .featured-title-image, .bp-sm &gt; .featured-item.featured-title-split-left.featured-small-image .featured-title-image {
  width: 50%;
}
.bp-sm &gt; .featured-item.featured-title-split-right .featured-title-image, .bp-sm &gt; .featured-item.featured-title-split-right.featured-small-image .featured-title-image {
  width: 50%;
}

.bp-xs.bp-max-lg &gt; .featured-item.featured-title-split-left .featured-title-image, .bp-xs.bp-max-lg &gt; .featured-item.featured-title-split-left.featured-small-image .featured-title-image {
  float: none;
  max-width: 100%;
  width: 100%;
}
.bp-xs.bp-max-lg &gt; .featured-item.featured-title-split-left .featured-title-copy, .bp-xs.bp-max-lg &gt; .featured-item.featured-title-split-left.featured-small-image .featured-title-copy {
  float: none;
  max-width: 100%;
  width: 100%;
}
.bp-xs.bp-max-lg &gt; .featured-item.featured-title-split-right .featured-title-image, .bp-xs.bp-max-lg &gt; .featured-item.featured-title-split-right.featured-small-image .featured-title-image {
  float: none;
  max-width: 100%;
  width: 100%;
}
.bp-xs.bp-max-lg &gt; .featured-item.featured-title-split-right .featured-title-copy, .bp-xs.bp-max-lg &gt; .featured-item.featured-title-split-right.featured-small-image .featured-title-copy {
  float: none;
  max-width: 100%;
  width: 100%;
}

.bp-xs.bp-max-xs &gt; .featured-item.featured-title-split-left.featured-small-image .featured-title-image, .bp-xs.bp-max-xs &gt; .featured-item.featured-title-split-right.featured-small-image .featured-title-image {
  float: none;
  max-width: 85%;
  width: 85%;
}
.bp-xs.bp-max-xs &gt; .featured-item.featured-title-split-left.featured-small-image .featured-title-copy, .bp-xs.bp-max-xs &gt; .featured-item.featured-title-split-right.featured-small-image .featured-title-copy {
  float: none;
  max-width: 100%;
  width: 100%;
}

.featured-item.featured-title-split-left .featured-title-copy-wrap .featured-title-image .mf-player-container,
.featured-item.featured-title-split-left .featured-title-copy-wrap .featured-title-image .sp02-video-youtube, .featured-item.featured-title-split-left.featured-small-image .featured-title-copy-wrap .featured-title-image .mf-player-container,
.featured-item.featured-title-split-left.featured-small-image .featured-title-copy-wrap .featured-title-image .sp02-video-youtube, .featured-item.featured-title-split-right .featured-title-copy-wrap .featured-title-image .mf-player-container,
.featured-item.featured-title-split-right .featured-title-copy-wrap .featured-title-image .sp02-video-youtube, .featured-item.featured-title-split-right.featured-small-image .featured-title-copy-wrap .featured-title-image .mf-player-container,
.featured-item.featured-title-split-right.featured-small-image .featured-title-copy-wrap .featured-title-image .sp02-video-youtube {
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
.featured-item.featured-title-split-left .featured-title-copy-wrap .featured-title-image .sp02-video-youtube .video-youtube, .featured-item.featured-title-split-left.featured-small-image .featured-title-copy-wrap .featured-title-image .sp02-video-youtube .video-youtube, .featured-item.featured-title-split-right .featured-title-copy-wrap .featured-title-image .sp02-video-youtube .video-youtube, .featured-item.featured-title-split-right.featured-small-image .featured-title-copy-wrap .featured-title-image .sp02-video-youtube .video-youtube {
  margin-bottom: 0px;
  margin-bottom: 0rem;
}

@media (min-width: 768px) {
  .featured-item.featured-small-image .featured-title-copy-wrap img {
    width: 35%;
  }

  .col-12.bp-sm.bp-md.bp-lg.bp-max-lg &gt; .featured-item.featured-title-split-left.featured-small-image .featured-title-image,
.col-12.bp-xs.bp-sm.bp-md.bp-lg.bp-max-lg &gt; .featured-item.featured-title-split-left.featured-small-image .featured-title-image {
    width: 25%;
    float: left;
  }
  .col-12.bp-sm.bp-md.bp-lg.bp-max-lg &gt; .featured-item.featured-title-split-left.featured-small-image .featured-title-copy,
.col-12.bp-xs.bp-sm.bp-md.bp-lg.bp-max-lg &gt; .featured-item.featured-title-split-left.featured-small-image .featured-title-copy {
    width: 75%;
    float: left;
  }
  .col-12.bp-sm.bp-md.bp-lg.bp-max-lg &gt; .featured-item.featured-title-split-right.featured-small-image .featured-title-image,
.col-12.bp-xs.bp-sm.bp-md.bp-lg.bp-max-lg &gt; .featured-item.featured-title-split-right.featured-small-image .featured-title-image {
    width: 25%;
    float: right;
  }
  .col-12.bp-sm.bp-md.bp-lg.bp-max-lg &gt; .featured-item.featured-title-split-right.featured-small-image .featured-title-copy,
.col-12.bp-xs.bp-sm.bp-md.bp-lg.bp-max-lg &gt; .featured-item.featured-title-split-right.featured-small-image .featured-title-copy {
    width: 75%;
    float: right;
  }

  .col-12.bp-sm.bp-md.bp-lg &gt; .featured-item.featured-title-split-left .featured-title-image,
.col-12.col-lg-9.bp-sm.bp-md.bp-lg &gt; .featured-item.featured-title-split-left .featured-title-image {
    width: 50%;
    float: left;
  }
  .col-12.bp-sm.bp-md.bp-lg &gt; .featured-item.featured-title-split-left .featured-title-copy,
.col-12.col-lg-9.bp-sm.bp-md.bp-lg &gt; .featured-item.featured-title-split-left .featured-title-copy {
    width: 50%;
    float: left;
  }
  .col-12.bp-sm.bp-md.bp-lg &gt; .featured-item.featured-title-split-right .featured-title-image,
.col-12.col-lg-9.bp-sm.bp-md.bp-lg &gt; .featured-item.featured-title-split-right .featured-title-image {
    width: 50%;
    float: right;
  }
  .col-12.bp-sm.bp-md.bp-lg &gt; .featured-item.featured-title-split-right .featured-title-copy,
.col-12.col-lg-9.bp-sm.bp-md.bp-lg &gt; .featured-item.featured-title-split-right .featured-title-copy {
    width: 50%;
    float: right;
  }

  .featured-item-slide-topic .featured-item-slide-title-copy p {
    font-size: 16px;
    font-size: 1rem;
  }
  .featured-item-slide-topic .featured-item-slide-title-copy p.featured-item-copy {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .featured-item.featured-small-image .featured-title-copy-wrap img {
    width: 30%;
  }
  .featured-item.featured-title-split-right img, .featured-item.featured-title-split-left img {
    width: 50%;
  }

  .featured-item-slide-topic .link {
    font-size: 16px;
    font-size: 1rem;
  }

  .bp-sm.bp-md.bp-lg &gt; .featured-item.featured-title-split-left .featured-title-image, .bp-sm.bp-md.bp-lg &gt; .featured-item.featured-title-split-left.featured-small-image .featured-title-image {
    width: 25%;
    float: left;
  }
  .bp-sm.bp-md.bp-lg &gt; .featured-item.featured-title-split-left .featured-title-copy, .bp-sm.bp-md.bp-lg &gt; .featured-item.featured-title-split-left.featured-small-image .featured-title-copy {
    width: 75%;
    float: left;
  }
  .bp-sm.bp-md.bp-lg &gt; .featured-item.featured-title-split-right .featured-title-image, .bp-sm.bp-md.bp-lg &gt; .featured-item.featured-title-split-right.featured-small-image .featured-title-image {
    width: 25%;
    float: right;
  }
  .bp-sm.bp-md.bp-lg &gt; .featured-item.featured-title-split-right .featured-title-copy, .bp-sm.bp-md.bp-lg &gt; .featured-item.featured-title-split-right.featured-small-image .featured-title-copy {
    width: 75%;
    float: right;
  }

  .col-12.bp-sm.bp-md.bp-lg &gt; .featured-item.featured-title-split-left .featured-title-image,
.col-12.col-lg-9.bp-sm.bp-md.bp-lg &gt; .featured-item.featured-title-split-left .featured-title-image {
    width: 50%;
    float: left;
  }
  .col-12.bp-sm.bp-md.bp-lg &gt; .featured-item.featured-title-split-left .featured-title-copy,
.col-12.col-lg-9.bp-sm.bp-md.bp-lg &gt; .featured-item.featured-title-split-left .featured-title-copy {
    width: 50%;
    float: left;
  }
  .col-12.bp-sm.bp-md.bp-lg &gt; .featured-item.featured-title-split-right .featured-title-image,
.col-12.col-lg-9.bp-sm.bp-md.bp-lg &gt; .featured-item.featured-title-split-right .featured-title-image {
    width: 50%;
    float: right;
  }
  .col-12.bp-sm.bp-md.bp-lg &gt; .featured-item.featured-title-split-right .featured-title-copy,
.col-12.col-lg-9.bp-sm.bp-md.bp-lg &gt; .featured-item.featured-title-split-right .featured-title-copy {
    width: 50%;
    float: right;
  }

  .col-12.col-lg-6.bp-sm.bp-md &gt; .featured-item.featured-title-split-left.featured-small-image .featured-title-image {
    width: 50%;
  }
  .col-12.col-lg-6.bp-sm.bp-md &gt; .featured-item.featured-title-split-right.featured-small-image .featured-title-image {
    width: 50%;
  }

  .col-12.bp-sm.bp-md.bp-lg &gt; .featured-item.featured-title-split-left.featured-small-image .featured-title-image,
.col-12.col-lg-9.bp-sm.bp-md.bp-lg &gt; .featured-item.featured-title-split-left.featured-small-image .featured-title-image {
    width: 25%;
    float: left;
  }
  .col-12.bp-sm.bp-md.bp-lg &gt; .featured-item.featured-title-split-left.featured-small-image .featured-title-copy,
.col-12.col-lg-9.bp-sm.bp-md.bp-lg &gt; .featured-item.featured-title-split-left.featured-small-image .featured-title-copy {
    width: 75%;
    float: left;
  }
  .col-12.bp-sm.bp-md.bp-lg &gt; .featured-item.featured-title-split-right.featured-small-image .featured-title-image,
.col-12.col-lg-9.bp-sm.bp-md.bp-lg &gt; .featured-item.featured-title-split-right.featured-small-image .featured-title-image {
    width: 25%;
    float: right;
  }
  .col-12.bp-sm.bp-md.bp-lg &gt; .featured-item.featured-title-split-right.featured-small-image .featured-title-copy,
.col-12.col-lg-9.bp-sm.bp-md.bp-lg &gt; .featured-item.featured-title-split-right.featured-small-image .featured-title-copy {
    width: 75%;
    float: right;
  }

  .bp-sm.bp-md &gt; .featured-item.featured-title-split-left .featured-title-image, .bp-sm.bp-md &gt; .featured-item.featured-title-split-left.featured-small-image .featured-title-image {
    width: 100%;
  }
  .bp-sm.bp-md &gt; .featured-item.featured-title-split-right .featured-title-image, .bp-sm.bp-md &gt; .featured-item.featured-title-split-right.featured-small-image .featured-title-image {
    width: 100%;
  }
}
/* Iphone Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  .bp-xs.bp-max-lg &gt; .featured-item.featured-title-split-left.featured-small-image .featured-title-image, .bp-xs.bp-max-lg &gt; .featured-item.featured-title-split-right.featured-small-image .featured-title-image {
    width: 90%;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 736px) and (orientation: portrait) {
  .bp-xs.bp-max-lg &gt; .featured-item.featured-title-split-left.featured-small-image .featured-title-image, .bp-xs.bp-max-lg &gt; .featured-item.featured-title-split-right.featured-small-image .featured-title-image {
    width: 90%;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 736px) and (orientation: landscape) {
  .bp-sm &gt; .featured-item.featured-title-split-left .featured-title-image, .bp-sm &gt; .featured-item.featured-title-split-right .featured-title-image, .bp-sm &gt; .featured-item.featured-title-split-left.featured-small-image .featured-title-image, .bp-sm &gt; .featured-item.featured-title-split-right.featured-small-image .featured-title-image {
    width: 100%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  .bp-xs.bp-max-lg &gt; .featured-item.featured-title-split-left.featured-small-image .featured-title-image, .bp-xs.bp-max-lg &gt; .featured-item.featured-title-split-right.featured-small-image .featured-title-image {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .bp-sm &gt; .featured-item.featured-title-split-left .featured-title-image, .bp-sm &gt; .featured-item.featured-title-split-left.featured-small-image .featured-title-image,
.bp-sm &gt; .featured-item.featured-title-split-right .featured-title-image, .bp-sm &gt; .featured-item.featured-title-split-right.featured-small-image .featured-title-image,
.bp-xs .screen-title.screen-title-full-overlay .component img {
    width: 100%;
  }
}
.featured-item a {
  text-decoration: underline;
}

.featured-item .btn a, .featured-item .btn-primary a, .featured-item .btn-secondary a, .featured-item .btn-tertiary a, .featured-item .btn-primary-em-blue a, .featured-item .btn-deemphasized a, .featured-item .btn-light a, .featured-item .btn-badge a, .featured-item .btn-icon a {
  text-decoration: none;
}

.featured-item a.btn, .featured-item a.btn-primary, .featured-item a.btn-secondary, .featured-item a.btn-tertiary, .featured-item a.btn-primary-em-blue, .featured-item a.btn-deemphasized, .featured-item a.btn-light, .featured-item a.btn-badge, .featured-item a.btn-icon {
  text-decoration: none;
}

.featured-item .glyph-link .field-title a {
  text-decoration: none;
}

.featured-item .glyph-link .field-title a:hover {
  text-decoration: underline;
}

.component a.glyph-link {
  text-decoration: none !important;
}

.component a.glyph-link:hover {
  text-decoration: underline !important;
}

.component .glyph-link a {
  text-decoration: none !important;
}

.component .glyph-link a:hover {
  text-decoration: underline !important;
}

@media screen and (max-width: 1024px) {
  .f01-featured-item .featured-title-copy ul li,
.f01-featured-item .b04-link .field-title a {
    font-size: 12px;
  }

  .featured-item .glyph-link .field-title a {
    font-size: 12px;
  }

  .featured-item li {
    font-size: 12px;
  }
}
.rearrange-overlay {
  position: unset !important;
  max-width: unset !important;
}

/*code merge*/
.featured-item.featured-title-split-left.featured-item-red-theme .b04-link a,
.featured-item.featured-title-split-right.featured-item-red-theme .b04-link a {
  color: #FE000C;
}
.featured-item.featured-title-split-left.featured-item-red-theme .b04-link a:hover,
.featured-item.featured-title-split-right.featured-item-red-theme .b04-link a:hover {
  color: #D5000A;
}
.featured-item.featured-title-split-left.featured-item-red-theme .b04-link a:after,
.featured-item.featured-title-split-right.featured-item-red-theme .b04-link a:after {
  position: relative;
  top: 0;
  display: inline-block;
}

.featured-item.featured-title-split-left.featured-item-blue-theme .b04-link a,
.featured-item.featured-title-split-right.featured-item-blue-theme .b04-link a {
  color: #0C479D;
}
.featured-item.featured-title-split-left.featured-item-blue-theme .b04-link a:hover,
.featured-item.featured-title-split-right.featured-item-blue-theme .b04-link a:hover {
  color: #0D6EFD;
}
.featured-item.featured-title-split-left.featured-item-blue-theme .b04-link a:after,
.featured-item.featured-title-split-right.featured-item-blue-theme .b04-link a:after {
  position: relative;
  top: 0;
  display: inline-block;
}

.featured-item.featured-title-split-right .featured-title-copy p img,
.featured-item.featured-title-split-left .featured-title-copy p img {
  height: revert-layer;
}

/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
.no-js .filter-form-wrapper {
  display: none;
}

.form-filter .btn-secondary,
.form-filter .btn-deemphasized {
  padding: 5px 50px;
  padding: 0.3125rem 3.125rem;
}
.form-filter .btn-secondary &gt; a,
.form-filter .btn-deemphasized &gt; a {
  color: #fff;
}
.form-filter input.check-filter[type=checkbox] + label:before {
  display: none;
}

input.check-filter[type=checkbox] {
  display: none;
}
input.check-filter[type=checkbox] + label {
  background-color: transparent;
  border: none;
  font-weight: 100;
  height: auto;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  width: auto;
  cursor: pointer;
}
input.check-filter[type=checkbox] + label span {
  display: inline-block;
  margin: -1px 10px 0px 0px;
  margin: -0.0625rem 0.625rem 0rem 0rem;
  vertical-align: middle;
  cursor: pointer;
}
input.check-filter[type=checkbox]:checked + label {
  border: none;
  box-shadow: none;
}
input.check-filter[type=checkbox]:checked + label span {
  background: url(../img/icons/icon-success.png) 0 0 no-repeat;
}

.filter-form-wrapper .panel-group {
  margin-bottom: 0;
}
.filter-form-wrapper .panel-group,
.filter-form-wrapper .panel.active,
.filter-form-wrapper .panel,
.filter-form-wrapper .panel-group .panel &gt; .panel-heading {
  border: none;
}
.filter-form-wrapper .panel-heading {
  padding: 0;
}
.filter-form-wrapper .panel-body {
  padding: 0;
}

/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
#floatnavbar {
  clear: both;
  margin: 0 auto;
  width: 100%;
  float: right;
}
#floatnavbar button {
  margin-left: auto;
}

#floatnavbar {
  width: auto;
  display: flex;
  overflow: hidden;
  position: fixed;
  right: 30px;
  z-index: 1001;
}
#floatnavbar ul {
  padding: 0;
  margin: 0;
  transition: none;
  background: #d9d9d9;
}
#floatnavbar ul.collapsed {
  display: none;
  transform: translateX(100%);
}
#floatnavbar ul li {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 16px 0;
}
#floatnavbar ul li a {
  color: #0c479d;
  text-decoration: none;
  padding: 12px;
  padding: 0.75rem;
}
#floatnavbar li:nth-child(odd) {
  color: #0c479d;
  background-color: #d9d9d9;
}
#floatnavbar li:nth-child(even) {
  color: #0c479d;
  background-color: #e6e6e6;
}
#floatnavbar.floating-bar-top {
  top: 10px;
}
#floatnavbar.floating-bar-middle {
  top: 55%;
}
#floatnavbar.floating-bar-bottom {
  bottom: 10px;
}

#floatnavbar .odd + ul li:nth-child(odd) {
  color: #0c479d;
  background-color: #e6e6e6;
}

#floatnavbar .odd + ul li:nth-child(even) {
  color: #0c479d;
  background-color: #d9d9d9;
}

#floatnavbar .btn, #floatnavbar .btn-primary, #floatnavbar .btn-secondary, #floatnavbar .btn-tertiary, #floatnavbar .btn-primary-em-blue, #floatnavbar .btn-deemphasized, #floatnavbar .btn-light, #floatnavbar .btn-badge, #floatnavbar .btn-icon {
  background-color: #00a3e0;
  height: 56px;
  border: none;
  color: #fff;
  width: 46px;
  padding: 0px 15px;
  padding: 0rem 0.9375rem;
  font-size: 25px;
  font-size: 1.5625rem;
  cursor: pointer;
  margin: 0 0 0 auto;
}
#floatnavbar .btn.collapsed .fa-chevron-right:before, #floatnavbar .collapsed.btn-primary .fa-chevron-right:before, #floatnavbar .collapsed.btn-secondary .fa-chevron-right:before, #floatnavbar .collapsed.btn-tertiary .fa-chevron-right:before, #floatnavbar .collapsed.btn-primary-em-blue .fa-chevron-right:before, #floatnavbar .collapsed.btn-deemphasized .fa-chevron-right:before, #floatnavbar .collapsed.btn-light .fa-chevron-right:before, #floatnavbar .collapsed.btn-badge .fa-chevron-right:before, #floatnavbar .collapsed.btn-icon .fa-chevron-right:before {
  content: "";
}
@media (max-width: 991px) {
  #floatnavbar .btn, #floatnavbar .btn-primary, #floatnavbar .btn-secondary, #floatnavbar .btn-tertiary, #floatnavbar .btn-primary-em-blue, #floatnavbar .btn-deemphasized, #floatnavbar .btn-light, #floatnavbar .btn-badge, #floatnavbar .btn-icon {
    height: auto;
  }
}

#floatnavbar .btn:focus, #floatnavbar .btn-primary:focus, #floatnavbar .btn-secondary:focus, #floatnavbar .btn-tertiary:focus, #floatnavbar .btn-primary-em-blue:focus, #floatnavbar .btn-deemphasized:focus, #floatnavbar .btn-light:focus, #floatnavbar .btn-badge:focus, #floatnavbar .btn-icon:focus, .btn.focus, .focus.btn-primary, .focus.btn-secondary, .focus.btn-tertiary, .focus.btn-primary-em-blue, .focus.btn-deemphasized, .focus.btn-light, .focus.btn-badge, .focus.btn-icon {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #floatnavbar.floating-bar-middle {
    right: 2px;
    width: 97%;
  }
}
@media only screen and (max-width: 768px) {
  #floatnavbar.floating-bottom-device {
    bottom: 0%;
    top: inherit !important;
  }

  #floatnavbar.floating-bottom-device.dynamic-floatnavbar {
    top: auto !important;
  }
}
#floatnavbar ul li a:hover {
  text-decoration: underline;
}

#floatnavbar.dynamic-floatnavbar .btn, #floatnavbar.dynamic-floatnavbar .btn-primary, #floatnavbar.dynamic-floatnavbar .btn-secondary, #floatnavbar.dynamic-floatnavbar .btn-tertiary, #floatnavbar.dynamic-floatnavbar .btn-primary-em-blue, #floatnavbar.dynamic-floatnavbar .btn-deemphasized, #floatnavbar.dynamic-floatnavbar .btn-light, #floatnavbar.dynamic-floatnavbar .btn-badge, #floatnavbar.dynamic-floatnavbar .btn-icon {
  z-index: 1;
}

#floatnavbar.dynamic-floatnavbar .btn:focus, #floatnavbar.dynamic-floatnavbar .btn-primary:focus, #floatnavbar.dynamic-floatnavbar .btn-secondary:focus, #floatnavbar.dynamic-floatnavbar .btn-tertiary:focus, #floatnavbar.dynamic-floatnavbar .btn-primary-em-blue:focus, #floatnavbar.dynamic-floatnavbar .btn-deemphasized:focus, #floatnavbar.dynamic-floatnavbar .btn-light:focus, #floatnavbar.dynamic-floatnavbar .btn-badge:focus, #floatnavbar.dynamic-floatnavbar .btn-icon:focus {
  outline-offset: 2px;
}

/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
.checkboxes input[type=checkbox], .checkboxes input[type=radio], .radio-buttons input[type=checkbox], .radio-buttons input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.checkboxes &gt; label, .radio-buttons &gt; label {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
  width: 100%;
}
.checkboxes &gt; .form-group, .radio-buttons &gt; .form-group {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.checkboxes &gt; .form-group &gt; label, .radio-buttons &gt; .form-group &gt; label {
  margin-bottom: 0;
}
.checkboxes &gt; .error, .radio-buttons &gt; .error {
  background-color: #d42e12;
  color: #fff;
  display: block;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 10px;
  margin-top: 0.625rem;
  padding: 10px;
  padding: 0.625rem;
}
.checkboxes[data-required].form-inline .error, .radio-buttons[data-required].form-inline .error {
  margin-top: 10px;
  margin-top: 0.625rem;
}
.checkboxes[data-required] input.invalid + label:before,
.checkboxes[data-required] input[aria-invalid=true]:not(.valid) + label:before, .radio-buttons[data-required] input.invalid + label:before,
.radio-buttons[data-required] input[aria-invalid=true]:not(.valid) + label:before {
  border-color: #d42e12;
}
.checkboxes[data-required] p.error, .radio-buttons[data-required] p.error {
  opacity: 0;
  -webkit-transition: opacity 0.35s ease;
  -moz-transition: opacity 0.35s ease;
  -ms-transition: opacity 0.35s ease;
  -o-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
.checkboxes[data-required] p.error.visible, .radio-buttons[data-required] p.error.visible {
  opacity: 1;
}

.checkboxes &gt; .form-group {
  float: left;
}

.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  font-size: 1rem;
  height: 40px;
  white-space: normal;
  /*code merge*/
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 812px) {
  .form-control {
    font-size: 16px !important;
  }
}
.form-group-lg {
  margin-bottom: 29.6px;
  margin-bottom: 1.85rem;
  display: table;
}
.form-group-lg .form-control {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #e6e6e6;
  display: table-cell;
  font-size: 16px;
  font-size: 1rem;
  height: 40px;
  line-height: 1.5rem;
  padding-left: 24px;
  padding-left: 1.5rem;
}
.form-group-lg .form-control.placeholder {
  color: #2b2626;
}
.form-group-lg .form-control:-moz-placeholder {
  color: #2b2626;
}
.form-group-lg .form-control::-moz-placeholder {
  color: #2b2626;
}
.form-group-lg .form-control::-webkit-input-placeholder {
  color: #2b2626;
}
.form-group-lg .form-control:focus {
  background-color: #fff;
}
.form-group-lg .form-group-btn {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
}

.form-group-lg.info {
  margin-bottom: 0;
}

.group-info {
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  color: #5a5a5a;
  display: table;
  height: 55px;
  margin-bottom: 29.6px;
  margin-bottom: 1.85rem;
  padding-top: 15px;
  padding-top: 0.9375rem;
  position: relative;
  width: 100%;
}
.group-info p {
  display: table-cell;
  text-align: center;
  width: auto;
}
.form-group {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.form-group label {
  cursor: pointer;
}
.form-group &gt; input[type=radio],
.form-group &gt; input[type=checkbox] {
  float: left;
  height: 0;
  margin: 0;
  -moz-appearance: none;
}
.form-group &gt; input[type=checkbox] + label {
  font-size: 16px;
  font-size: 1rem;
  padding-left: 27px;
  padding-left: 1.6875rem;
}
.form-group &gt; input[type=checkbox] + label:before {
  background-color: #e6e6e6;
  border: 1px solid #a6a6a6;
  cursor: pointer;
  content: "";
  display: inline-block;
  height: 20px;
  margin-right: 7px;
  margin-right: 0.4375rem;
  margin-left: -27px;
  margin-left: -1.6875rem;
  vertical-align: sub;
  width: 20px;
}
.form-group &gt; input[type=checkbox] + label .icon {
  /*display: none;*/
  display: inline-block;
}
.form-group &gt; input[type=checkbox]:checked + label {
  border: none;
  background: transparent;
}
.form-group &gt; input[type=checkbox]:checked + label:before {
  background-image: url(/Assets/img/icons.png);
  background-position: -479px -348px;
  width: 20px;
  height: 20px;
  -webkit-box-shadow: 0 0 5px 0 #00a3e0;
  -moz-box-shadow: 0 0 5px 0 #00a3e0;
  box-shadow: 0 0 5px 0 #00a3e0;
  border: 1px solid #00a3e0;
}
.form-group &gt; input[type=checkbox]:checked + label .icon {
  left: -1px;
  left: -0.0625rem;
  margin: 0;
  position: relative;
  top: 4px;
  top: 0.25rem;
}
.form-group &gt; input[type=checkbox]:disabled + label {
  border: none;
  cursor: not-allowed;
}
.form-group &gt; input[type=radio] + label {
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  padding-left: 25px;
  padding-left: 1.5625rem;
}
.form-group &gt; input[type=radio] + label:before {
  background-color: #e6e6e6;
  border: 1px solid #a6a6a6;
  cursor: pointer;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  content: "";
  display: inline-block;
  height: 18px;
  margin-right: 7px;
  margin-right: 0.4375rem;
  margin-left: -25px;
  margin-left: -1.5625rem;
  position: relative;
  top: 3px;
  top: 0.1875rem;
  width: 18px;
}
.form-group &gt; input[type=radio]:checked + label:before {
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 5px 0 #00a3e0;
  -moz-box-shadow: 0 0 5px 0 #00a3e0;
  box-shadow: 0 0 5px 0 #00a3e0;
  background-color: #fff;
  border: 1px solid #00a3e0;
  display: inline-block;
  height: 18px;
  position: relative;
  width: 18px;
}
.form-group &gt; input[type=radio]:checked + label .icon {
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px 0 #00a3e0;
  -moz-box-shadow: 0 0 3px 0 #00a3e0;
  box-shadow: 0 0 3px 0 #00a3e0;
  background-color: #00a3e0;
  display: inline-block;
  height: 6px;
  left: 6px;
  left: 0.375rem;
  position: absolute;
  top: 9px;
  top: 0.5625rem;
  width: 6px;
}
.form-group &gt; input[type=radio]:disabled + label {
  border: none;
  cursor: not-allowed;
}

.form-group .form-control,
.input-group .form-control {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #5a5a5a;
  color: #2b2626;
}

.form-control:focus {
  background-color: #fff;
  box-shadow: 0 0 2px 1px #5a5a5a;
  -webkit-box-shadow: 0 0 2px 1px #5a5a5a;
  -moz-box-shadow: 0 0 2px 1px #5a5a5a;
  outline: 1px solid #5a5a5a;
  outline-offset: 0px;
}

.form-control.error {
  background-color: #fff;
  border: solid 1px #d42e12;
}

.form-group label {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
  width: 100%;
}
.form-group label.error {
  background-color: #d42e12;
  color: #fff;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  padding: 10px;
  padding: 0.625rem;
}

.form-group .input-optional {
  font-size: 13px;
  font-size: 0.8125rem;
  float: right;
  color: #5A5A5A;
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-left: auto;
}

.form-group textarea.form-control {
  resize: none;
  height: 250px;
  position: relative;
}

textarea.form-control {
  white-space: pre-wrap;
}

.select {
  background-color: #e6e6e6;
  overflow: hidden;
  height: 40px;
  position: relative;
  width: 100%;
}
.select .icon-drop-arrow {
  background-color: #ccc;
  height: 43px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -3px;
  top: -0.1875rem;
  z-index: 2;
}
.select &gt; .select-wrapper {
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}
.select &gt; .select-wrapper &gt; select {
  background-color: transparent !important;
}
.select &gt; .select-wrapper &gt; select.form-control:not([size]):not([multiple]) {
  height: 50px;
}

/* Fix for inability to hide IE8-10 dropdown arrow */
.ie8 .select-wrapper,
.ie9 .select-wrapper,
.ie10 .select-wrapper {
  right: -45px;
  right: -2.8125rem;
  z-index: 3;
}

.form-inline {
  /*code merge*/
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-group {
  margin-right: 25px;
  margin-right: 1.5625rem;
}
.form-inline .form-group:last-child {
  margin-right: 0;
}

/*
	This is for the A05 modals, but is too generic and needs to be refactored
	so we don't have to override for ajax-form below.
*/
.modal-body .form-inline {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.modal-body .form-inline .form-group {
  display: block;
  margin-bottom: 0;
  margin-right: 0;
}

.ajax-form .modal-body .form-inline .form-group {
  display: inline-block;
  margin-right: 25px;
  margin-right: 1.5625rem;
}
.ajax-form .modal-sending-backdrop {
  background: rgba(0, 0, 0, 0.3);
  bottom: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: bottom 0.35s ease;
  -moz-transition: bottom 0.35s ease;
  -ms-transition: bottom 0.35s ease;
  -o-transition: bottom 0.35s ease;
  transition: bottom 0.35s ease;
  z-index: 1;
}
.ajax-form .modal-sending-backdrop.show {
  bottom: 0;
}
.ajax-form .modal-footer .btn-primary.form-sending {
  color: #fff;
  opacity: 0.6;
}

.sub-form-content {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}

@media (min-width: 576px) {
  .form-group-lg .form-control, .form-control {
    height: 50px;
  }

  .select {
    height: 50px;
  }
  .select .icon-drop-arrow {
    height: 50px;
    top: 0;
  }
}
label.sub-form-content, p.sub-form-content {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .header-font {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.form-confirmation-area h3 {
  font-family: inherit;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.5625rem;
  font-weight: 700;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .form-confirmation-area h3 {
    font-size: 1rem;
  }
}
.form-confirmation-area p.modal-custom-header.strong {
  font-weight: 700;
}

.modal-custom-header {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .modal-custom-header {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.select-dropdown-link .select-wrapper .form-control:focus {
  background-color: #fff;
  border: 1px solid #00a3e0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.xom-form .twitter-typeahead {
  width: 100%;
}
.xom-form .typeahead .tt-input {
  border: 1px solid #e6e6e6;
  color: #2b2626;
  padding: 12px 0px 12px 0px;
  padding: 0.75rem 0rem 0.75rem 0rem;
  height: 24px;
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
  background-color: #fff;
}
.xom-form .tt-menu {
  background: #fff;
  width: 100%;
  border: 1px solid #e6e6e6;
}
.xom-form .tt-menu .tt-suggestion.tt-selectable {
  line-height: 1.2em;
  padding: 6px 0px 6px 0px;
  padding: 0.375rem 0rem 0.375rem 0rem;
  cursor: pointer;
}
.xom-form .tt-menu .tt-suggestion {
  cursor: pointer;
}
.xom-form .tt-menu .tt-suggestion.tt-selectable.tt-cursor {
  background-color: #e6e6e6;
}

.pac-container {
  z-index: 10000 !important;
}

/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
/*
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.glyph-link {
	&amp;:after {
		content: " \203A";
	}
}

.glyph-arrow-up {
	&amp;:after {
		content: " \02C6";
	}
}

.glyphicon {
    position: relative;
    @include rem-fallback(top, 1px / 16px);
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    &amp;.glyphicon-glyphicon-chevron-down {
        &amp;:before {
            content: "\e114";
        }
    }

    &amp;.glyphicon-glyphicon-chevron-up {
        &amp;:before {
            content: "\e113";
        }
    }
}*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
.glyph-link::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
}

.breadcrumb-back .breadcrumb-list .glyph-link:first-child:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
}

.glyph-link-bullet:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
}

.link.glyph-link a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
}

.glyph-arrow-up:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: " ";
}

/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
h1 {
  font-size: 30px;
  font-size: 1.875rem;
}

h2 {
  font-size: 40px;
  font-size: 2.5rem;
}
h2.large {
  font-size: 30px;
  font-size: 1.875rem;
}
h3 {
  font-size: 25px;
  font-size: 1.5625rem;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 1.125rem;
  }

  h3 {
    font-size: 1rem;
  }
}
h4 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
h5 {
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  h1 {
    font-size: 50px;
    font-size: 3.125rem;
  }

  h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
  h2.large {
    font-size: 40px;
    font-size: 2.5rem;
  }

  h3 {
    font-size: 25px;
    font-size: 1.5625rem;
  }

  h4 {
    font-size: 20px;
    font-size: 1.25rem;
  }

  h5 {
    font-size: 16px;
    font-size: 1rem;
  }
}
/*
	Sprite images and styles are generated by spritesmith using Grunt.  Sass variables and mixins are in the
	generated file imported below.  If images are added/removed from the sprite, adjust the styles in this
	file accordingly.
*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
.icon {
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
}

.icon-1688-round {
  background: url(/Assets/img/icons.png) 0 22px;
  background-position: 122px -298px;
  width: 25px;
  height: 22px;
  display: inline-block;
  cursor: pointer;
  margin-right: 10px;
}

.nav-social.nav-social-few.nav-social-on .icon-1688-round {
  background: url(/Assets/img/icons.png) 0 22px;
  background-position: 122px -298px;
  width: 25px;
  height: 22px;
  display: inline-block;
  cursor: pointer;
  margin-right: 10px;
}

.icon-badge-star {
  background-image: url(/Assets/img/icons.png);
  background-position: -448px 0px;
  width: 28px;
  height: 32px;
}

.icon-blue-diamond {
  background-image: url(/Assets/img/icons.png);
  background-position: -479px -409px;
  width: 15px;
  height: 15px;
}

.icon-blue-person {
  background-image: url(/Assets/img/icons.png);
  background-position: -105px -365px;
  width: 30px;
  height: 30px;
}

.icon-carousel-child-next {
  background-image: url(/Assets/img/icons.png);
  background-position: -268px -913px;
  width: 20px;
  height: 44px;
}

.icon-carousel-child-prev {
  background-image: url(/Assets/img/icons.png);
  background-position: -241px -913px;
  width: 20px;
  height: 44px;
}

.icon-circle-minus {
  background-image: url(/Assets/img/icons.png);
  background-position: -394px -402px;
  width: 24px;
  height: 24px;
}

.icon-circle-plus {
  background-image: url(/Assets/img/icons.png);
  background-position: -421px -402px;
  width: 24px;
  height: 24px;
}

.icon-cloud {
  background-image: url(/Assets/img/icons.png);
  background-position: -314px -261px;
  width: 36px;
  height: 36px;
}

.icon-contact {
  background-image: url(/Assets/img/icons.png);
  background-position: -369px -365px;
  width: 30px;
  height: 30px;
}

.icon-customer-support {
  background-image: url(/Assets/img/icons.png);
  background-position: -414px -240px;
  width: 30px;
  height: 30px;
}

.icon-danger {
  background-image: url(/Assets/img/icons.png);
  background-position: -264px -402px;
  width: 30px;
  height: 28px;
}

.icon-disabled {
  background-image: url(/Assets/img/icons.png);
  background-position: -448px -223px;
  width: 28px;
  height: 28px;
}

.icon-document {
  background-image: url(/Assets/img/icons.png);
  background-position: -132px -402px;
  width: 30px;
  height: 30px;
}

.icon-download {
  background-image: url(/Assets/img/icons.png);
  background-position: -402px -365px;
  width: 30px;
  height: 30px;
}

.icon-drop-arrow {
  background-image: url(/Assets/img/icons.png);
  background-position: -208px -261px;
  width: 50px;
  height: 50px;
}

.icon-ecommerce-round {
  background-image: url(/Assets/img/icons.png);
  background-position: -323px -340px;
  width: 22px;
  height: 22px;
}

.icon-envelope-list {
  background-image: url(/Assets/img/icons.png);
  background-position: -171px -365px;
  width: 30px;
  height: 30px;
}

.icon-explore {
  background-image: url(/Assets/img/icons.png);
  background-position: -204px -365px;
  width: 30px;
  height: 30px;
}

.icon-facebook {
  background-image: url(/Assets/img/icons.png);
  background-position: -123px 0px;
  width: 120px;
  height: 100px;
}

.icon-facebook-round {
  background-image: url(/Assets/img/icons.png);
  background-position: -79px -435px;
  width: 22px;
  height: 22px;
}

.icon-facebook-small {
  background-image: url(/Assets/img/icons.png);
  background-position: -294px -158px;
  width: 21px;
  height: 17px;
}

.icon-favorite-off {
  background-image: url(/Assets/img/icons.png);
  background-position: -479px -445px;
  width: 15px;
  height: 15px;
}

.icon-favorite-on {
  background-image: url(/Assets/img/icons.png);
  background-position: -479px -427px;
  width: 15px;
  height: 15px;
}

.icon-findmsds-list {
  background-image: url(/Assets/img/icons.png);
  background-position: 0px -402px;
  width: 30px;
  height: 30px;
}

.icon-globe-large {
  background-image: url(/Assets/img/icons.png);
  background-position: 0px -435px;
  width: 26px;
  height: 26px;
}

.icon-globe-small {
  background-image: url(/Assets/img/icons.png);
  background-position: -479px -371px;
  width: 16px;
  height: 16px;
}

.icon-library {
  background-image: url(/Assets/img/icons.png);
  background-position: -198px -402px;
  width: 30px;
  height: 30px;
}

.icon-linkedin-round {
  background-image: url(/Assets/img/icons.png);
  background-position: -148px -340px;
  width: 22px;
  height: 22px;
}

.icon-map-pin-blue {
  background-image: url(/Assets/img/icons.png);
  background-position: -109px -261px;
  width: 40px;
  height: 72px;
}

.icon-map-pin-blue-small {
  background-image: url(/Assets/img/icons.png);
  background-position: -327px -219px;
  width: 20px;
  height: 32px;
}

.icon-map-pin-green-small {
  background-image: url(/Assets/img/icons.png);
  background-position: -448px -316px;
  width: 20px;
  height: 34px;
}

.icon-map-pin-red-small {
  background-image: url(/Assets/img/icons.png);
  background-position: -327px -182px;
  width: 20px;
  height: 34px;
}

.icon-map-pin-yellow-small {
  background-image: url(/Assets/img/icons.png);
  background-position: -218px -103px;
  width: 20px;
  height: 34px;
}

.icon-nav-main-menu {
  background-image: url(/Assets/img/icons.png);
  background-position: -362px -402px;
  width: 29px;
  height: 24px;
}

.icon-nav-main-search {
  background-image: url(/Assets/img/icons.png);
  background-position: -330px -402px;
  width: 29px;
  height: 24px;
}

.icon-newsletter-list {
  background-image: url(/Assets/img/icons.png);
  background-position: -66px -402px;
  width: 30px;
  height: 30px;
}

.icon-popup-arrow {
  background-image: url(/Assets/img/icons.png);
  background-position: -297px -402px;
  width: 30px;
  height: 25px;
}

.icon-primary-pin {
  background-image: url(/Assets/img/icons.png);
  background-position: -270px -365px;
  width: 30px;
  height: 30px;
}

.icon-question {
  background-image: url(/Assets/img/icons.png);
  background-position: -448px -285px;
  width: 28px;
  height: 28px;
}

.icon-sales-spec {
  background-image: url(/Assets/img/icons.png);
  background-position: -165px -402px;
  width: 30px;
  height: 30px;
}

.icon-search {
  background-image: url(/Assets/img/icons.png);
  background-position: -37px -365px;
  width: 32px;
  height: 32px;
}

.icon-search-white {
  background-image: url(/Assets/img/icons.png);
  background-position: -246px -158px;
  width: 21px;
  height: 21px;
}

.icon-share {
  background-image: url(/Assets/img/icons.png);
  background-position: -479px -323px;
  width: 19px;
  height: 22px;
}

.icon-share-orange {
  background-image: url(/Assets/img/icons.png);
  background-position: -99px -402px;
  width: 30px;
  height: 30px;
}

.icon-success {
  background-image: url(/Assets/img/icons.png);
  background-position: -448px -254px;
  width: 28px;
  height: 28px;
}

.icon-success-filled {
  background-image: url(/Assets/img/icons.png);
  background-position: 0px -365px;
  width: 34px;
  height: 34px;
}

.icon-telephone {
  background-image: url(/Assets/img/icons.png);
  background-position: -336px -365px;
  width: 30px;
  height: 30px;
}

.icon-telephone-list {
  background-image: url(/Assets/img/icons.png);
  background-position: -303px -365px;
  width: 30px;
  height: 30px;
}

.icon-twitter {
  background-image: url(/Assets/img/icons.png);
  background-position: 0px 0px;
  width: 120px;
  height: 100px;
}

.icon-twitter-round {
  background-image: url(/Assets/img/icons.png);
  background-position: -398px -438px;
  width: 22px;
  height: 22px;
}

.icon-twitter-small {
  background-image: url(/Assets/img/icons.png);
  background-position: -270px -158px;
  width: 21px;
  height: 17px;
}

.icon-instagram-round {
  background-image: url(/Assets/img/icons.png);
  background-position: -198px -340px;
  width: 22px;
  height: 22px;
}

.icon-instagram-round-clear {
  background-image: url(/Assets/img/icons.png);
  background-position: -273px -340px;
  width: 22px;
  height: 22px;
}

.icon-instagram-round-hover {
  background-image: url(/Assets/img/icons.png);
  background-position: -248px -340px;
  width: 22px;
  height: 22px;
}

.icon-warning {
  background-image: url(/Assets/img/icons.png);
  background-position: -294px -438px;
  width: 30px;
  height: 28px;
}

.icon-wechat-round {
  background-image: url(/Assets/img/icons.png);
  background-position: -179px -435px;
  width: 22px;
  height: 22px;
}

.icon-world-list {
  background-image: url(/Assets/img/icons.png);
  background-position: -237px -365px;
  width: 30px;
  height: 30px;
}

.icon-world-white {
  background-image: url(/Assets/img/icons.png);
  background-position: -424px -209px;
  width: 21px;
  height: 21px;
}

.icon-youtube-round {
  background-image: url(/Assets/img/icons.png);
  background-position: -223px -340px;
  width: 22px;
  height: 22px;
}

.icon-doc {
  background-image: url(/Assets/img/icons.png);
  background-position: -33px -402px;
  width: 30px;
  height: 30px;
}

.icon-phone {
  background-image: url(/Assets/img/icons.png);
  background-position: -72px -365px;
  width: 30px;
  height: 30px;
}

.icon-doc {
  background-image: url(/Assets/img/icons.png);
  background-position: -33px -402px;
  width: 30px;
  height: 30px;
}

.icon-pin-light-gray {
  background-image: url(/Assets/img/icons.png);
  background-position: -138px -365px;
  width: 30px;
  height: 30px;
}

header .icon-container {
  width: 22px;
  height: 22px;
  display: inline-block;
  cursor: pointer;
  background-size: contain !important;
}

.icon-like-standard {
  background-image: url(/Assets/img/icons.png);
  background-position: -109px -182px;
  width: 106px;
  height: 76px;
}
.icon-like-standard:active {
  background-image: url(/Assets/img/icons.png);
  background-position: 0px -103px;
  width: 106px;
  height: 76px;
}
.icon-like-standard.icon-like-selected {
  background-image: url(/Assets/img/icons.png);
  background-position: -218px -182px;
  width: 106px;
  height: 76px;
}

.icon-dislike-standard {
  background-image: url(/Assets/img/icons.png);
  background-position: -246px 0px;
  width: 106px;
  height: 76px;
}
.icon-dislike-standard:active {
  background-image: url(/Assets/img/icons.png);
  background-position: 0px -182px;
  width: 106px;
  height: 76px;
}
.icon-dislike-standard.icon-dislike-selected {
  background-image: url(/Assets/img/icons.png);
  background-position: -246px -79px;
  width: 106px;
  height: 76px;
}

.no-touch .icon-like-standard {
  background-image: url(/Assets/img/icons.png);
  background-position: -109px -182px;
  width: 106px;
  height: 76px;
}
@media (min-width: 992px) {
  .no-touch .icon-like-standard:hover {
    background-image: url(/Assets/img/icons.png);
    background-position: 0px -261px;
    width: 106px;
    height: 76px;
  }
}
.no-touch .icon-like-standard:active {
  background-image: url(/Assets/img/icons.png);
  background-position: 0px -103px;
  width: 106px;
  height: 76px;
}
.no-touch .icon-like-standard.icon-like-selected {
  background-image: url(/Assets/img/icons.png);
  background-position: -218px -182px;
  width: 106px;
  height: 76px;
}
.no-touch .icon-dislike-standard {
  background-image: url(/Assets/img/icons.png);
  background-position: -246px 0px;
  width: 106px;
  height: 76px;
}
@media (min-width: 992px) {
  .no-touch .icon-dislike-standard:hover {
    background-image: url(/Assets/img/icons.png);
    background-position: -109px -103px;
    width: 106px;
    height: 76px;
  }
}
.no-touch .icon-dislike-standard:active {
  background-image: url(/Assets/img/icons.png);
  background-position: 0px -182px;
  width: 106px;
  height: 76px;
}
.no-touch .icon-dislike-standard.icon-dislike-selected {
  background-image: url(/Assets/img/icons.png);
  background-position: -246px -79px;
  width: 106px;
  height: 76px;
}

/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
a.link-icon {
  display: table;
}
a.link-icon &gt; .icon {
  margin-right: 8px;
  margin-right: 0.5rem;
  top: 10px;
  top: 0.625rem;
}

.on-page-editor .link-horizontal-list &gt; .c04-lightbox {
  display: initial;
}

.link-horizontal-list &gt; a {
  margin-right: 16px;
  margin-right: 1rem;
}
.link-horizontal-list &gt; .b04-link {
  display: inline-block;
  margin-right: 16px;
  margin-right: 1rem;
}
.link-horizontal-list &gt; .c04-lightbox {
  display: inline-block;
  width: auto;
  float: left;
  margin-right: 16px;
  margin-right: 1rem;
}

.text-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.text-icon .icon {
  margin-right: 8px;
  margin-right: 0.5rem;
  bottom: 3px;
  bottom: 0.1875rem;
}

.link.glyph-link:after {
  content: "";
}
.link.glyph-link a:after {
  font-size: 8px;
  font-size: 0.5rem;
  margin-left: 4.8px;
  margin-left: 0.3rem;
}

span.link-icon {
  display: table;
}
span.link-icon .icon {
  margin-right: 8px;
  margin-right: 0.5rem;
  display: inline-block;
  vertical-align: middle;
}

a.telnofocus:focus, a.telnofocus:active {
  text-decoration: underline;
}

.iframe-frameless {
  border: none;
  overflow: auto;
  width: 100%;
}

/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
.img-block {
  display: block;
  width: 100%;
  height: auto;
}

.img-block, .img-left, .img-right {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}

.img-bordered {
  padding: 10px;
  padding: 0.625rem;
  border: 1px solid #d9d9d9;
}

.img-rounded {
  -webkit-border-radius: 12px;
  border-radius: 12px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

@media (min-width: 576px) {
  .img-floated, .img-right, .img-left {
    height: auto;
    width: 50%;
  }

  .img-left {
    float: left;
    margin-right: 20px;
    margin-right: 1.25rem;
  }

  .img-right {
    float: right;
    margin-left: 20px;
    margin-left: 1.25rem;
  }
}
[data-src] img {
  display: none;
}
[data-src] img[src] {
  display: initial;
}

.image-full-width[data-src] img[src] {
  width: 100%;
}

.image-full-width img {
  width: 100%;
}

/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
.index {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.index &gt; li {
  border-right: 1px solid #d9d9d9;
  float: left;
  height: 1em;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  position: relative;
}
.index &gt; li:last-child {
  border-right: none;
}
.index &gt; li &gt; a {
  padding: 0px 12px;
  padding: 0rem 0.75rem;
  position: relative;
  top: -2px;
  top: -0.125rem;
}

.legacy-app {
  width: 100%;
  height: 650px !important;
  border: 0;
}

.a27-legacyapp {
  overflow: auto;
  position: relative;
  -webkit-overflow-scrolling: touch;
}

.modal-dialog .legacy-app {
  height: &nbsp;calc(100vh&nbsp;-&nbsp;280px) !important;
}

/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
.list {
  list-style-type: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.list-img &gt; li {
  float: left;
  padding-right: 10px;
  padding-right: 0.625rem;
}
.list-img &gt; li:last-child {
  padding-right: 0;
}

.bp-xs &gt; .list.list-2-up &gt; li,
.bp-xs &gt; .list.list-3-up &gt; li,
.bp-xs &gt; .list.list-4-up &gt; li,
.bp-xs &gt; .list.list-5-up &gt; li,
.bp-xs &gt; .list.list-6-up &gt; li,
.bp-sm &gt; .list.list-2-up &gt; li,
.bp-sm &gt; .list.list-3-up &gt; li,
.bp-sm &gt; .list.list-4-up &gt; li,
.bp-sm &gt; .list.list-5-up &gt; li,
.bp-sm &gt; .list.list-6-up &gt; li {
  width: 100%;
}

.bp-md &gt; .list.list-2-up {
  margin-left: -15px;
  margin-left: -0.9375rem;
  margin-right: -15px;
  margin-right: -0.9375rem;
  /*code merge*/
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
}
.bp-md &gt; .list.list-2-up &gt; li {
  float: left;
  padding: 0px 15px;
  padding: 0rem 0.9375rem;
  width: 50%;
}
.bp-md &gt; .list.list-2-up &gt; li:last-child:nth-child(odd) {
  clear: both;
}
.bp-md &gt; .list.list-2-up &gt; li:nth-child(2n+1) {
  clear: both;
}
.bp-md &gt; .list.list-2-up &gt; li:nth-child(3) {
  clear: both;
}

.bp-max-md &gt; .list.list-2-up &gt; li:nth-child(2n+1) {
  clear: left;
}
.bp-max-md &gt; .list.list-2-up &gt; li:last-child:nth-child(odd) {
  clear: both;
}
.bp-max-md &gt; .list.list-2-up &gt; li:nth-child(2n+1) {
  clear: both;
}
.bp-max-md &gt; .list.list-2-up &gt; li:nth-child(3) {
  clear: both;
}

.bp-md &gt; .list.list-3-up {
  margin-left: -15px;
  margin-left: -0.9375rem;
  margin-right: -15px;
  margin-right: -0.9375rem;
  /*code merge*/
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
}
.bp-md &gt; .list.list-3-up &gt; li {
  float: left;
  padding: 0px 15px;
  padding: 0rem 0.9375rem;
  width: 50%;
}
.bp-md &gt; .list.list-2-up &gt; li:last-child:nth-child(odd) {
  clear: both;
}
.bp-md &gt; .list.list-2-up &gt; li:nth-child(2n+1) {
  clear: both;
}
.bp-md &gt; .list.list-2-up &gt; li:nth-child(3) {
  clear: both;
}

.bp-max-md &gt; .list.list-3-up &gt; li:nth-child(2n+1) {
  clear: left;
}
.bp-max-md &gt; .list.list-2-up &gt; li:last-child:nth-child(odd) {
  clear: both;
}
.bp-max-md &gt; .list.list-2-up &gt; li:nth-child(2n+1) {
  clear: both;
}
.bp-max-md &gt; .list.list-2-up &gt; li:nth-child(3) {
  clear: both;
}

.bp-lg &gt; .list.list-3-up {
  margin-left: -15px;
  margin-left: -0.9375rem;
  margin-right: -15px;
  margin-right: -0.9375rem;
  /*code merge*/
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
}
.bp-lg &gt; .list.list-3-up &gt; li {
  float: left;
  padding: 0px 15px;
  padding: 0rem 0.9375rem;
  width: 33.3333333333%;
}
.bp-lg &gt; .list.list-2-up &gt; li:last-child:nth-child(odd) {
  clear: both;
}
.bp-lg &gt; .list.list-2-up &gt; li:nth-child(2n+1) {
  clear: both;
}
.bp-lg &gt; .list.list-2-up &gt; li:nth-child(3) {
  clear: both;
}

.bp-max-lg &gt; .list.list-3-up &gt; li:nth-child(3n+1) {
  clear: left;
}
.bp-max-lg &gt; .list.list-2-up &gt; li:last-child:nth-child(odd) {
  clear: both;
}
.bp-max-lg &gt; .list.list-2-up &gt; li:nth-child(2n+1) {
  clear: both;
}
.bp-max-lg &gt; .list.list-2-up &gt; li:nth-child(3) {
  clear: both;
}

.bp-md &gt; .list.list-4-up {
  margin-left: -15px;
  margin-left: -0.9375rem;
  margin-right: -15px;
  margin-right: -0.9375rem;
  /*code merge*/
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
}
.bp-md &gt; .list.list-4-up &gt; li {
  float: left;
  padding: 0px 15px;
  padding: 0rem 0.9375rem;
  width: 50%;
}
.bp-md &gt; .list.list-2-up &gt; li:last-child:nth-child(odd) {
  clear: both;
}
.bp-md &gt; .list.list-2-up &gt; li:nth-child(2n+1) {
  clear: both;
}
.bp-md &gt; .list.list-2-up &gt; li:nth-child(3) {
  clear: both;
}

.bp-max-md &gt; .list.list-4-up &gt; li:nth-child(2n+1) {
  clear: left;
}
.bp-max-md &gt; .list.list-2-up &gt; li:last-child:nth-child(odd) {
  clear: both;
}
.bp-max-md &gt; .list.list-2-up &gt; li:nth-child(2n+1) {
  clear: both;
}
.bp-max-md &gt; .list.list-2-up &gt; li:nth-child(3) {
  clear: both;
}

.bp-xl &gt; .list.list-4-up {
  margin-left: -15px;
  margin-left: -0.9375rem;
  margin-right: -15px;
  margin-right: -0.9375rem;
  /*code merge*/
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
}
.bp-xl &gt; .list.list-4-up &gt; li {
  float: left;
  padding: 0px 15px;
  padding: 0rem 0.9375rem;
  width: 25%;
}
.bp-xl &gt; .list.list-2-up &gt; li:last-child:nth-child(odd) {
  clear: both;
}
.bp-xl &gt; .list.list-2-up &gt; li:nth-child(2n+1) {
  clear: both;
}
.bp-xl &gt; .list.list-2-up &gt; li:nth-child(3) {
  clear: both;
}

.bp-max-xl &gt; .list.list-4-up &gt; li:nth-child(4n+1) {
  clear: left;
}
.bp-max-xl &gt; .list.list-2-up &gt; li:last-child:nth-child(odd) {
  clear: both;
}
.bp-max-xl &gt; .list.list-2-up &gt; li:nth-child(2n+1) {
  clear: both;
}
.bp-max-xl &gt; .list.list-2-up &gt; li:nth-child(3) {
  clear: both;
}

.bp-md &gt; .list.list-5-up {
  margin-left: -15px;
  margin-left: -0.9375rem;
  margin-right: -15px;
  margin-right: -0.9375rem;
  /*code merge*/
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
}
.bp-md &gt; .list.list-5-up &gt; li {
  float: left;
  padding: 0px 15px;
  padding: 0rem 0.9375rem;
  width: 33.3333333333%;
}
.bp-md &gt; .list.list-2-up &gt; li:last-child:nth-child(odd) {
  clear: both;
}
.bp-md &gt; .list.list-2-up &gt; li:nth-child(2n+1) {
  clear: both;
}
.bp-md &gt; .list.list-2-up &gt; li:nth-child(3) {
  clear: both;
}

.bp-max-md &gt; .list.list-5-up &gt; li:nth-child(3n+1) {
  clear: left;
}
.bp-max-md &gt; .list.list-2-up &gt; li:last-child:nth-child(odd) {
  clear: both;
}
.bp-max-md &gt; .list.list-2-up &gt; li:nth-child(2n+1) {
  clear: both;
}
.bp-max-md &gt; .list.list-2-up &gt; li:nth-child(3) {
  clear: both;
}

.bp-xl &gt; .list.list-5-up {
  margin-left: -15px;
  margin-left: -0.9375rem;
  margin-right: -15px;
  margin-right: -0.9375rem;
  /*code merge*/
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
}
.bp-xl &gt; .list.list-5-up &gt; li {
  float: left;
  padding: 0px 15px;
  padding: 0rem 0.9375rem;
  width: 20%;
}
.bp-xl &gt; .list.list-2-up &gt; li:last-child:nth-child(odd) {
  clear: both;
}
.bp-xl &gt; .list.list-2-up &gt; li:nth-child(2n+1) {
  clear: both;
}
.bp-xl &gt; .list.list-2-up &gt; li:nth-child(3) {
  clear: both;
}

.bp-max-xl &gt; .list.list-5-up &gt; li:nth-child(5n+1) {
  clear: left;
}
.bp-max-xl &gt; .list.list-2-up &gt; li:last-child:nth-child(odd) {
  clear: both;
}
.bp-max-xl &gt; .list.list-2-up &gt; li:nth-child(2n+1) {
  clear: both;
}
.bp-max-xl &gt; .list.list-2-up &gt; li:nth-child(3) {
  clear: both;
}

.bp-md &gt; .list.list-6-up {
  margin-left: -15px;
  margin-left: -0.9375rem;
  margin-right: -15px;
  margin-right: -0.9375rem;
  /*code merge*/
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
}
.bp-md &gt; .list.list-6-up &gt; li {
  float: left;
  padding: 0px 15px;
  padding: 0rem 0.9375rem;
  width: 33.3333333333%;
}
.bp-md &gt; .list.list-2-up &gt; li:last-child:nth-child(odd) {
  clear: both;
}
.bp-md &gt; .list.list-2-up &gt; li:nth-child(2n+1) {
  clear: both;
}
.bp-md &gt; .list.list-2-up &gt; li:nth-child(3) {
  clear: both;
}

.bp-max-md &gt; .list.list-6-up &gt; li:nth-child(3n+1) {
  clear: left;
}
.bp-max-md &gt; .list.list-2-up &gt; li:last-child:nth-child(odd) {
  clear: both;
}
.bp-max-md &gt; .list.list-2-up &gt; li:nth-child(2n+1) {
  clear: both;
}
.bp-max-md &gt; .list.list-2-up &gt; li:nth-child(3) {
  clear: both;
}

.bp-xl &gt; .list.list-6-up {
  margin-left: -15px;
  margin-left: -0.9375rem;
  margin-right: -15px;
  margin-right: -0.9375rem;
  /*code merge*/
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
}
.bp-xl &gt; .list.list-6-up &gt; li {
  float: left;
  padding: 0px 15px;
  padding: 0rem 0.9375rem;
  width: 16.6666666667%;
}
.bp-xl &gt; .list.list-2-up &gt; li:last-child:nth-child(odd) {
  clear: both;
}
.bp-xl &gt; .list.list-2-up &gt; li:nth-child(2n+1) {
  clear: both;
}
.bp-xl &gt; .list.list-2-up &gt; li:nth-child(3) {
  clear: both;
}

.bp-max-xl &gt; .list.list-6-up &gt; li:nth-child(6n+1) {
  clear: left;
}
.bp-max-xl &gt; .list.list-2-up &gt; li:last-child:nth-child(odd) {
  clear: both;
}
.bp-max-xl &gt; .list.list-2-up &gt; li:nth-child(2n+1) {
  clear: both;
}
.bp-max-xl &gt; .list.list-2-up &gt; li:nth-child(3) {
  clear: both;
}

/* The styles below are for application lists and should eventually be moved to app-specific stylesheets */
.list-item-title {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.list-item-text-only .list-item-title {
  margin-top: 0;
}

.list-condensed &gt; li {
  padding-bottom: 0;
}

/* General for list*/
.straight-list .list &gt; li, .split-list .list &gt; li,
.alphabetical-four-list .list &gt; li, .alphabetical-three-list .list &gt; li,
.list-icons .list &gt; li {
  padding: 0;
}

/*Alphabetical four columns list &amp; Alphabetical three columns list */
.alphabetical-four-list .alphabetic-order {
  padding: 0px 0px 0px 15px;
  padding: 0rem 0rem 0rem 0.9375rem;
  width: 100%;
  float: left;
}

.alphabetic-order li {
  float: left;
}
.alphabetic-order li.divider:before {
  content: "|";
  color: #d9d9d9;
}
.alphabetic-order li a {
  margin: 0px 10px 0px 9px;
  margin: 0rem 0.625rem 0rem 0.5625rem;
}

.alphabetical-column {
  float: left;
}
.alphabetical-column h3 {
  font-size: 25px;
  font-size: 1.5625rem;
}
@media only screen and (max-width: 767px) {
  .alphabetical-column h3 {
    font-size: 1rem;
  }
}

.list-item-disabled &gt; h3, .list-item-disabled ul a {
  color: #b5b5b5;
}

/*Items list*/
.list-items ul {
  padding-bottom: 25px;
  padding-bottom: 1.5625rem;
}
.list-items ul:last-child {
  padding-bottom: 0;
}
.list-items ul li {
  padding-bottom: 0;
  font-size: 13px;
  font-size: 0.8125rem;
}
.list-items ul li span {
  color: #0c479d;
}
.list-items ul li.title {
  font-size: 16px;
  font-size: 1rem;
  color: #0c479d;
}
.list-items ul li.address {
  font-size: 16px;
  font-size: 1rem;
}
.list-items p {
  font-size: 16px;
  font-size: 1rem;
}
.list-items p span {
  color: #0c479d;
}
.list-items.review-list h4 {
  font-size: 25px;
  font-size: 1.5625rem;
  color: #2b2626;
}
.list-items.review-list .title {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

/*List Bold*/
.list-bold li {
  padding: 0;
  font-size: 16px;
  font-size: 1rem;
  color: #0c479d;
}

/*Icon list*/
.list-icons .block-list li {
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-color: #b5b5b5;
  width: 100%;
  padding: 10px 0px;
  padding: 0.625rem 0rem;
  position: relative;
  min-height: 60px;
  display: table;
}
.list-icons .block-list img {
  width: 30px;
  position: absolute;
  top: 15px;
  top: 0.9375rem;
  height: 30px;
}
.list-icons .block-list li:last-child {
  border-bottom: none;
}
.list-icons .block-list .items-icon-list {
  color: #2b2626;
  font-size: 16px;
  font-size: 1rem;
  padding-left: 50px;
  padding-left: 3.125rem;
  display: table-cell;
  min-height: 24px;
  vertical-align: middle;
}

/*Square list*/
.list-bulleted {
  list-style-type: square;
  padding-left: 5%;
}

/*Columns Fix*/
.col-lg-6 .alphabetical-column &gt; div {
  width: 100%;
}
.col-lg-6 .list-bold, .col-lg-6 .list-icons {
  width: 100%;
  float: left;
}

.col-lg-3 .alphabetical-column {
  width: 100%;
}

.TechResrcAtrclDtls dl {
  margin-bottom: 10px;
}
.TechResrcAtrclDtls dl:last-child {
  margin-bottom: 0;
}
.TechResrcAtrclDtls dl dt {
  margin-bottom: 0.5rem;
}

.gdl-detail-text .special-screen-title {
  margin: 0;
}
.gdl-detail-text .special-screen-title h1 {
  font-size: 25px;
  font-size: 1.5625rem;
  font-family: EMprintSemibold, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
  font-weight: 700 !important;
  margin-bottom: 0;
}
.gdl-detail-text ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.gdl-detail-text ul li:first-child {
  margin-bottom: 0.5rem;
}
.gdl-detail-text a {
  text-decoration: underline;
}

.gdl-detail-text ul li:first-child {
  margin-bottom: 0.5rem;
}

ul#DataSheetTable {
  padding: 0;
}
ul#DataSheetTable li {
  border: 1px solid #e6e6e6;
  width: 100%;
}
ul#DataSheetTable li .product-list-icon {
  padding: 0.625rem;
  vertical-align: top;
  width: 60px;
}
ul#DataSheetTable li .product-list-description {
  padding: 0.625rem 1.125rem 0.625rem 0.3125rem;
}

/*Audit issue fix part of 4435*/
.l01List h2.sidebar-nav-title {
  margin: 0;
  font-weight: 700 !important;
  font-size: 1.875rem;
  padding: 1.275rem 1.875rem;
}

@media only screen and (max-width: 767px) {
  .l01List h2.sidebar-nav-title {
    font-size: 1.125rem;
  }
}
.list-responsive.list-2-up,
.list-responsive.list-3-up,
.list-responsive.list-4-up,
.list-responsive.list-5-up,
.list-responsive.list-6-up {
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
}

@media (min-width: 480px) {
  .list-responsive.list-2-up,
.list-responsive.list-3-up,
.list-responsive.list-4-up,
.list-responsive.list-5-up,
.list-responsive.list-6-up {
    margin-left: -15px;
    margin-left: -0.9375rem;
    margin-right: -15px;
    margin-right: -0.9375rem;
  }
}
@media screen and (min-width: 992px) {
  .list-responsive.list-2-up &gt; li {
    padding: 0 15px;
    width: calc(50%);
  }
  .list-responsive.list-3-up &gt; li {
    padding: 0 15px;
    width: calc(33.3%);
  }
  .list-responsive.list-4-up &gt; li {
    padding: 0 15px;
    width: calc(25%);
  }
  .list-responsive.list-5-up &gt; li {
    padding: 0 15px;
    width: calc(20%);
  }
  .list-responsive.list-6-up &gt; li {
    padding: 0 15px;
    width: calc(16.6%);
  }
}

@media screen and (max-width: 992px) {
  .component.list .component.b05-button.btn.btn-primary, .component.list .component.b05-button.btn-primary {
    margin-bottom: 1.5rem;
  }
}

/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
.sp08-station-locator {
  display: none;
}
.sp08-station-locator .station-locator-options .leave-feedback-link {
  display: block;
  text-align: center;
}

.station-locator-details .station-locator-panel .station-locator-data .h4 {
  font-size: 20px;
  font-size: 1.25rem;
}
.station-locator-details .station-locator-panel .station-locator-data .station-locator-titles &gt; span {
  display: block;
}
.station-locator-details .station-locator-panel .station-locator-data .station-locator-titles h2 {
  margin: 0px 0px 10px 0px;
  margin: 0rem 0rem 0.625rem 0rem;
}
.station-locator-details .station-locator-panel .station-locator-data .station-locator-titles .station-locator-open {
  color: #11499b;
}
.station-locator-details .station-locator-panel .station-locator-data .station-locator-point {
  display: table;
}
.station-locator-details .station-locator-panel .station-locator-data .station-locator-point &gt; .icon {
  background-image: none;
  display: table-cell;
  vertical-align: middle;
}
.station-locator-details .station-locator-panel .station-locator-data .station-locator-point &gt; .icon:after {
  content: " ";
  display: block;
}
.station-locator-details .station-locator-panel .station-locator-data .station-locator-point &gt; .icon.icon-map-pin-blue-small:after {
  background-image: url(/Assets/img/icons.png);
  background-position: -327px -219px;
  width: 20px;
  height: 32px;
}
.station-locator-details .station-locator-panel .station-locator-data .station-locator-point &gt; .icon.icon-map-pin-red-small:after {
  background-image: url(/Assets/img/icons.png);
  background-position: -327px -182px;
  width: 20px;
  height: 34px;
}
.station-locator-details .station-locator-panel .station-locator-data .station-locator-point &gt; span {
  display: table-cell;
  padding-left: 15px;
  padding-left: 0.9375rem;
  vertical-align: middle;
}
.station-locator-details .station-locator-panel .station-locator-data .station-locator-information .station-telephone {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.station-locator-details .station-locator-panel .station-locator-data .station-locator-information .station-telephone .icon-telephone-list {
  background-image: url(/Assets/img/icons.png);
  background-position: -303px -365px;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
.station-locator-details .station-locator-panel .station-locator-data .station-locator-information .station-telephone &gt; span {
  padding-left: 7px;
  padding-left: 0.4375rem;
}
.station-locator-details .station-locator-panel .station-locator-data .station-locator-titles,
.station-locator-details .station-locator-panel .station-locator-data .station-locator-point,
.station-locator-details .station-locator-panel .station-locator-data .station-locator-information {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
.station-locator-details .station-locator-panel .station-locator-options .station-direction,
.station-locator-details .station-locator-panel .station-locator-options .station-find {
  padding: 10px;
  padding: 0.625rem;
}
.station-locator-details .station-locator-panel .station-locator-options .station-direction &gt; a,
.station-locator-details .station-locator-panel .station-locator-options .station-find &gt; a {
  text-align: center;
  display: block;
  color: #fff;
}
.station-locator-details .station-locator-panel .station-locator-options .station-direction &gt; a i,
.station-locator-details .station-locator-panel .station-locator-options .station-find &gt; a i {
  vertical-align: sub;
}
.station-locator-details .station-locator-panel .station-locator-options .station-direction &gt; a &gt; span,
.station-locator-details .station-locator-panel .station-locator-options .station-find &gt; a &gt; span {
  padding-left: 10px;
  padding-left: 0.625rem;
}
.station-locator-details .station-locator-panel .station-locator-options .station-direction {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  background-color: #11499b;
}
.station-locator-details .station-locator-panel .station-locator-options .station-direction .icon-world-white {
  background-image: url(/Assets/img/icons.png);
  background-position: -424px -209px;
  width: 21px;
  height: 21px;
}
.station-locator-details .station-locator-panel .station-locator-options .station-find {
  background-color: #3da4de;
}
.station-locator-details .station-locator-panel .station-locator-options .station-find .icon-search-white {
  background-image: url(/Assets/img/icons.png);
  background-position: -246px -158px;
  width: 21px;
  height: 21px;
}
.station-locator-details .smart-list .h4 {
  font-size: 20px;
  font-size: 1.25rem;
}
.station-locator-details .station-locator-options {
  margin-top: 2rem;
}
.station-locator-details .sp01-map &gt; div {
  pointer-events: none;
}
.station-locator-details .sp01-map &gt; div button.gm-control-active.gm-fullscreen-control {
  pointer-events: auto;
}
.station-locator-details .btn-station-detail {
  padding: 0.625rem 2.125rem !important;
  margin-bottom: 1rem;
  width: unset !important;
  background-color: #0e469b !important;
}
.station-locator-details .btn-station-detail:hover {
  background-color: #3474d9 !important;
}
.station-locator-details .station-details-featuredItem {
  padding: 0 !important;
}
.station-locator-details .station-details-hours {
  margin-top: 0.5rem;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 15px;
  display: inline-block;
}
.station-locator-details .station-details-margin {
  margin-bottom: 15px;
}
.station-locator-details .station-details-margin img {
  margin: 0 5px;
}
.station-locator-details .station-details-fontweight {
  font-weight: 600 !important;
}
.station-locator-details .station-details-fontsize {
  font-size: 26px !important;
}
@media (min-width: 320px) and (max-width: 769px) {
  .station-locator-details .station-details-map {
    padding: 0px !important;
  }
}
.station-locator-details .top-features-hdr1 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 24px;
  color: #343a40;
  word-break: normal;
}
.station-locator-details .top-features-text1 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 24px;
  color: #343a40;
  word-break: normal;
}
.station-locator-details .leave-feedback-link {
  text-decoration: underline;
  display: inline-flex;
  width: 30%;
  white-space: normal;
  word-break: keep-all;
}
.station-locator-details .phone-txt {
  display: inline-flex;
  max-width: 150px;
  white-space: normal;
  word-break: keep-all;
}
.station-locator-details .dropdown .button {
  width: 40%;
  text-align: left;
  background: none;
  border: none;
}
.station-locator-details .dropdown .button a {
  text-decoration: underline;
}
.station-locator-details .dropdown .dropdown-toggle::after {
  display: none;
}
.station-locator-details .dropdown .dropdown-menu {
  width: auto;
  border: none;
  transform: translate3d(-10px, 17px, 0) !important;
  right: 7rem;
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 1px 1px 10px #0000002e;
  max-height: 100px;
  overflow: auto;
}
.station-locator-details .dropdown .dropdown-menu .dropdown-item {
  text-align: left;
  padding: 10px;
  text-decoration: underline;
  color: #0c479d !important;
}
.station-locator-details .dropdown .dropdown-menu .dropdown-item:hover {
  background: transparent;
}
.station-locator-details .dropdown .dropdown-menu .dropdown-item:active {
  background: transparent;
}
.station-locator-details .station-additional-features {
  word-break: break-word;
  overflow-wrap: break-word;
  display: inline-block;
  white-space: nowrap;
}
.station-locator-details .no-border-bg {
  background: transparent;
  border: none;
}
.station-locator-details .dropdown .dropdown-toggle.no-border-bg svg:focus, .station-locator-details .dropdown .dropdown-toggle.no-border-bg svg path:focus {
  outline: none;
}

.sort-results-by .sort-by-order,
.sort-results-by .sort-by-filter {
  box-sizing: border-box;
  display: block;
  float: left;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.sort-results-by .sort-by-order i {
  cursor: pointer;
  display: block;
  float: left;
  font-size: 20px;
  line-height: 24px;
  margin-top: 12px;
  opacity: 0.3;
}
.sort-results-by .sort-by-order i.disabled {
  cursor: not-allowed;
}
.sort-results-by .sort-by-order i.selected:not(.disabled) {
  opacity: 1;
}
.sort-results-by .sort-by-filter {
  width: calc(100% - 40px);
}
.sort-results-by .sort-by-filter.full-width {
  width: 100%;
}
.sort-results-by .sort-by-filter:disabled {
  opacity: 0.4;
}

@media (min-width: 576px) {
  .sp08-station-locator .station-locator-options .leave-feedback-link {
    display: inline-block;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .col-lg-6 .station-locator-panel .station-locator-data .station-locator-information &gt; div, .col-lg-9 .station-locator-panel .station-locator-data .station-locator-information &gt; div, .col-12:not([class*=col-lg]) .station-locator-panel .station-locator-data .station-locator-information &gt; div {
    display: inline-block;
  }
  .col-lg-6 .station-locator-panel .station-locator-data .station-locator-information .station-telephone, .col-lg-9 .station-locator-panel .station-locator-data .station-locator-information .station-telephone, .col-12:not([class*=col-lg]) .station-locator-panel .station-locator-data .station-locator-information .station-telephone {
    margin-bottom: 0;
  }
  .col-lg-6 .station-locator-panel .station-locator-options .station-direction,
.col-lg-6 .station-locator-panel .station-locator-options .station-find, .col-lg-9 .station-locator-panel .station-locator-options .station-direction,
.col-lg-9 .station-locator-panel .station-locator-options .station-find, .col-12:not([class*=col-lg]) .station-locator-panel .station-locator-options .station-direction,
.col-12:not([class*=col-lg]) .station-locator-panel .station-locator-options .station-find {
    display: inline-block;
    text-align: center;
    width: 48%;
  }
  .col-lg-6 .station-locator-panel .station-locator-options .station-direction, .col-lg-9 .station-locator-panel .station-locator-options .station-direction, .col-12:not([class*=col-lg]) .station-locator-panel .station-locator-options .station-direction {
    margin-right: 10px;
    margin-right: 0.625rem;
  }
}
.bp-max-md .sp08-station-locator .station-locator-options .leave-feedback-link {
  text-align: unset;
}

.top-features-hdr {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 24px;
  color: #343a40;
  word-break: normal;
}

.top-features-text {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 24px;
  color: #343a40;
  word-break: normal;
}

.station-locator-details .leave-feedback-link {
  text-decoration: underline;
}

.station-locator-details .phn-num {
  text-decoration: underline !important;
}

.station-locator-details .dropdown-toggle {
  cursor: pointer;
  padding-left: 1rem;
}

@media only screen and (max-width: 1240px) {
  .station-locator-details .leave-feedback-link {
    text-decoration: underline;
    display: inline-flex;
    width: 23%;
    white-space: normal;
    word-break: keep-all;
  }

  .station-locator-details .phone-txt {
    display: inline-flex;
    max-width: 150px;
    white-space: normal;
    word-break: keep-all;
  }
}
@media screen and (max-width: 1024px) {
  .station-locator-details {
    font-size: 12px;
  }

  .find-station-link-new {
    font-size: 12px;
  }

  .station-details-featuredItem {
    font-size: 12px;
  }
}
.list.feature-with-bullet {
  list-style: disc;
  padding-left: 20px;
}

div[class*=col-].animetes-pr {
  padding-right: 100px;
}

.animetes-pr div[class*=col-] {
  margin-bottom: 40px;
}

.station-details-line24 a,
.location-info a,
.locator-details-link a {
  text-decoration: underline;
}

.special-screen-contact-details a,
.gdl-detail-text a {
  text-decoration: underline;
}

/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
/*@import "mixins";

@include font("EMprintLight", "EMPrint-Light");
@include font("EMprintLightItalic", "EMPrint-LightItalic");
@include font("EMprint", "EMPrint-Regular");
@include font("EMprintItalic", "EMprint-RegularItalic");
@include font("EMprintSemibold", "EMprint-Semibold");
@include font("EMprintSemiboldItalic", "EMprint-SemiboldItalic");
@include font("EMprintBold", "EMPrint-Bold");
@include font("EMprintBoldItalic", "EMPrint-BoldItalic");
@include font("EMprintCondensedBold", "EMprint-CondensedBold");
@include font("EMprintCondensedBoldlt", "EMprint-CondensedBoldlt");
@include font("EMprintCondensedItalic", "EMprint-CondensedItalic");
@include font("EMprintCondensedLight", "EMprint-CondensedLight");
@include font("EMprintCondensedLightlt", "EMprint-CondensedLightlt");
@include font("EMprintCondensedSemibold", "EMprint-CondensedSemibold");
@include font("EMprintCondensedSemiboldlt", "EMprint-CondSemiboldlt");
@include font("EMprintCondensed", "EMprint-CondensedRegular");
@include font("em", "em");
    */
/*code merge*/
.locator-detail .location-image-wrapper .location-image {
  margin-bottom: 45px;
  margin-bottom: 2.8125rem;
}
.locator-detail .location-image-wrapper .location-image-title {
  display: none;
}
.locator-detail .location-map {
  display: none;
}
.locator-detail img {
  width: 100%;
  height: 200px;
}
.locator-detail .location-content {
  display: flex;
  align-items: flex-start;
}
.locator-detail .location-content .station-location-text {
  margin-left: 0px;
}
.locator-detail .location-content .station-location-text h3 {
  font-size: 25px;
  font-size: 1.5625rem;
}
@media only screen and (max-width: 767px) {
  .locator-detail .location-content .station-location-text h3 {
    font-size: 1rem;
  }
}
.locator-detail .location-content img {
  height: auto;
  width: 65px;
  margin-right: 5px;
}
.locator-detail .location-info {
  margin-top: 10px;
  margin-top: 0.625rem;
}
.locator-detail .location-info &gt; p {
  display: none;
}
.locator-detail .location-info div {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.locator-detail .location-info div a &gt; span, .locator-detail .location-info div p &gt; span {
  display: none;
}
.locator-detail .location-info div a:before, .locator-detail .location-info div p:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #0c479d;
  margin-right: 5px;
  margin-right: 0.3125rem;
}
.locator-detail .location-info div.location-info-direction.direction-row {
  display: none;
}
.locator-detail .location-info div.location-info-telephone p:before {
  content: "";
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  display: inline-block;
}
.locator-detail .location-info div.location-info-email a:empty:before {
  content: none;
}
.locator-detail .location-info div.location-info-email a:before {
  content: "";
}
.locator-detail .location-info div.location-info-website p:first-child:before {
  content: "";
}
.locator-detail .location-info div.location-info-website p:last-child {
  display: block;
}
.locator-detail .location-info div.location-info-website p a:last-child {
  display: block;
}
.locator-detail .location-info div.location-info-website p a.websiteBtnDesktop {
  display: none;
}
.locator-detail .location-info div.location-info-hours.row-hour {
  display: block;
}
.locator-detail .location-info div.location-info-hours.row-hours:before {
  content: none;
}
.locator-detail .location-info div.location-info-hours h4 {
  display: none;
}
.locator-detail .location-info div.location-info-hours a:before {
  content: "";
}
.locator-detail .location-info div.location-info-hours:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #0c479d;
  margin-right: 5px;
  margin-right: 0.3125rem;
  content: "";
  float: left;
}
.locator-detail .location-info .directionBtnMobile:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "";
  margin-right: 5px;
  margin-right: 0.3125rem;
}
.locator-detail .service-amenities ul {
  padding-left: 16px;
  padding-left: 1rem;
}
.locator-detail .location-list {
  margin-top: 10px;
  margin-top: 0.625rem;
}
.locator-detail .location-list h4 {
  margin: 15px 0px 3px 0px;
  margin: 0.9375rem 0rem 0.1875rem 0rem;
}
.locator-detail .location-list ul {
  padding-left: 15px;
  padding-left: 0.9375rem;
}
.locator-detail .location-list ul li {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}
.locator-detail .location-list p {
  font-size: 85%;
}
.locator-detail .location-brands {
  margin-bottom: 130px;
  margin-bottom: 8.125rem;
}
.locator-detail .location-brands .brands-images .brands-images-column {
  float: left;
  width: 33.33%;
  padding: 5px;
  padding: 0.3125rem;
}
.locator-detail .location-brands .brands-images .brands-images-column img {
  height: 100px;
}
.locator-detail .location-promotions h3 {
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.locator-detail .location-promotions .location-promotion {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}
.locator-detail .location-promotions .location-promotion .promotion-text {
  display: inherit;
}
.locator-detail .location-promotions .location-promotion img {
  margin-right: 10px;
  margin-right: 0.625rem;
  float: left;
  width: 90px;
  height: 80px;
}
.locator-detail .BMap_Marker img {
  height: auto;
  width: auto;
}
.locator-detail.row-detail-locator .gm-style div {
  pointer-events: none;
}

@media (min-width: 576px) {
  .locator-detail img {
    height: 250px;
  }
}
@media (min-width: 768px) {
  .locator-detail .location-image-wrapper {
    position: relative;
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
  }
  .locator-detail .location-image-wrapper .location-image-title {
    display: none;
  }
  .locator-detail .location-image-wrapper .component.b03-image.image + .location-image-title {
    display: block;
  }
  .locator-detail .location-image-wrapper .location-image-title {
    position: absolute;
    left: 20px;
    bottom: 50px;
    padding: 10px;
    padding: 0.625rem;
    opacity: 0.9;
    background-color: #fff;
  }
  .locator-detail .location-image-wrapper h2.location-image-title {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .locator-detail .location-image-wrapper h2.location-image-title {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .locator-detail .location-map {
    display: block;
  }
  .locator-detail .location-map .button-bar {
    margin: 20px 0px 25px 0px;
    margin: 1.25rem 0rem 1.5625rem 0rem;
    display: flex;
    justify-content: center;
  }
  .locator-detail .location-map .button-bar .btn, .locator-detail .location-map .button-bar .btn-primary, .locator-detail .location-map .button-bar .btn-secondary, .locator-detail .location-map .button-bar .btn-tertiary, .locator-detail .location-map .button-bar .btn-primary-em-blue, .locator-detail .location-map .button-bar .btn-deemphasized, .locator-detail .location-map .button-bar .btn-light, .locator-detail .location-map .button-bar .btn-badge, .locator-detail .location-map .button-bar .btn-icon {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .locator-detail img {
    height: 350px;
  }
}
@media (min-width: 768px) {
  .locator-detail .location-content {
    align-items: center;
  }
  .locator-detail .location-content img {
    width: 85px;
    height: auto;
    margin-right: 30px;
    margin-right: 1.875rem;
  }
  .locator-detail .location-content .station-location-text {
    margin-left: 0px;
  }
  .locator-detail .location-content .station-location-text p {
    display: none;
  }
}
@media (min-width: 768px) {
  .locator-detail .location-info {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .locator-detail .location-info &gt; p {
    display: block;
  }
  .locator-detail .location-info div {
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
  }
  .locator-detail .location-info div a &gt; span, .locator-detail .location-info div p &gt; span {
    display: inline;
    color: #2b2626;
  }
  .locator-detail .location-info div a:before, .locator-detail .location-info div p:before {
    display: none;
  }
  .locator-detail .location-info div.location-info-direction.direction-row {
    display: block;
  }
  .locator-detail .location-info div.location-info-direction p {
    margin-bottom: 0px;
    margin-bottom: 0rem;
  }
  .locator-detail .location-info div.location-info-telephone p:before {
    display: none;
  }
  .locator-detail .location-info div.location-info-hours.row-hours ul:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 15px;
    font-size: 0.9375rem;
    color: #0c479d;
    margin-right: 5px;
    margin-right: 0.3125rem;
    content: "";
    float: left;
  }
  .locator-detail .location-info div.location-info-hours.row-hour {
    display: block;
  }
  .locator-detail .location-info div.location-info-hours h4 {
    display: block;
    margin: 25px 0px 3px 0px;
    margin: 1.5625rem 0rem 0.1875rem 0rem;
  }
  .locator-detail .location-info div.location-info-hours:before {
    display: none;
  }
  .locator-detail .location-info div.location-info-website p a:last-child {
    display: inline-block;
  }
  .locator-detail .location-info div.location-info-website p a.websiteBtnDesktop {
    display: inline-block;
  }
  .locator-detail .location-info div.location-info-website .websiteBtnMobile {
    display: none;
  }
  .locator-detail .location-info .directionBtnMobile {
    display: none;
  }
}
@media (min-width: 768px) {
  .locator-detail .location-list h4 {
    margin: 25px 0px 5px 0px;
    margin: 1.5625rem 0rem 0.3125rem 0rem;
  }
  .locator-detail .location-list ul li {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .locator-detail .location-promotions .location-promotion .promotion-text {
    display: table;
  }
  .locator-detail .location-promotions .location-promotion .promotion-text a {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 7px;
    margin-bottom: 0.4375rem;
    display: block;
  }
}
@media (min-width: 768px) {
  .locator-detail .location-brands .brands-images .brands-images-column {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .locator-detail .row.second .col-lg-6:last-of-type {
    order: -1;
  }
}
/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
.map {
  height: 500px;
  position: relative;
  width: 100%;
}

.component.sp01-map {
  width: 100%;
  height: 500px;
}

.MapPushpinBase + div {
  z-index: 99;
}

.map-popup {
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 3px 2px rgba(43, 38, 38, 0.2);
  -moz-box-shadow: 1px 1px 3px 2px rgba(43, 38, 38, 0.2);
  box-shadow: 1px 1px 3px 2px rgba(43, 38, 38, 0.2);
  font-size: 13.333px;
  font-size: 0.8333125rem;
  line-height: 1.5;
  padding: 10px 25px 10px 10px;
  padding: 0.625rem 1.5625rem 0.625rem 0.625rem;
  position: relative;
  border: 1px solid #888;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 256px;
  white-space: normal;
}
.map-popup &gt; .close {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 100;
  line-height: 16px;
  line-height: 1rem;
  position: absolute;
  right: 25px;
  right: 1.5625rem;
  top: 10px;
  top: 0.625rem;
  height: 0;
  width: 0;
  text-shadow: none;
  background: white;
}
.map-popup &gt; .icon-popup-arrow {
  bottom: -25px;
  left: 50%;
  margin-left: -15px;
  position: absolute;
}

.gm-style-iw {
  border: 1px solid #888;
  padding-right: 30px !important;
}
.gm-style-iw.gm-style-iw-c {
  padding: 16px;
  padding: 1rem;
}
.gm-style-iw button img {
  display: none !important;
}
.gm-style-iw button::before {
  content: "×";
  font-size: 40px;
  font-size: 2.5rem;
  position: absolute;
  right: 13px;
  right: 0.8125rem;
  top: 0;
  color: #979494;
}

.BMap_pop div &gt; div {
  border-radius: 8px !important;
}
.BMap_pop .BMap_top + div::before {
  content: "×";
  font-size: 40px;
  font-size: 2.5rem;
  position: absolute;
  color: #979494;
  z-index: 1000;
  line-height: 28px;
}
.BMap_pop .BMap_bubble_content {
  padding-right: 27px;
}
.BMap_pop img[src="https://api.map.baidu.com/images/iw_close1d3.gif"] {
  opacity: 0;
  top: 4px;
  width: 24px;
  height: 24px;
  z-index: 10000;
  left: 270px;
}

.map-popup-baidu {
  left: -50%;
  margin-left: -5px;
  margin-left: -0.3125rem;
  top: -63px;
}

ymaps {
  border-radius: 8px;
}

.ymaps-2-1-74-balloon__close + .ymaps-2-1-74-balloon__content {
  margin-right: 30px !important;
}

.ymaps-2-1-74-balloon__content {
  padding: 16px !important;
}

.ymaps-2-1-74-balloon__close .ymaps-2-1-74-balloon__close-button {
  background: none;
}
.ymaps-2-1-74-balloon__close:before {
  content: "×";
  font-size: 40px;
  font-size: 2.5rem;
  position: absolute;
  color: #979494;
  z-index: 1000;
  line-height: 28px;
  top: 5px;
  right: 8px;
}

.map-popup-info {
  min-width: 100%;
  color: #888;
  font-family: Verdana;
  overflow-y: auto;
  height: 100%;
  overflow: hidden;
}

.map-popup-address,
.map-popup-logo {
  display: table-cell;
  vertical-align: top;
}

.map-popup-logo {
  padding-left: 25px;
  padding-left: 1.5625rem;
  text-align: right;
}
.map-popup-logo &gt; img {
  max-width: none;
}

.map-popup-title {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: 0;
}

.map-popup-links {
  margin-bottom: 0;
}
.map-popup-links &gt; li {
  display: inline-block;
}
.map-popup-links &gt; li:after {
  content: "|";
  margin: 0px 8px;
  margin: 0rem 0.5rem;
}
.map-popup-links &gt; li:last-child:after {
  content: "";
}

.map-baidu .BMap_shadow {
  display: none;
}
.map-baidu .BMap_pop {
  font-size: 13px;
  font-size: 0.8125rem;
}
.map-baidu img {
  max-width: none;
}

ymaps .map-popup-info {
  padding-right: 10px;
  padding-right: 0.625rem;
}

.map-pin {
  display: inline-block;
  height: 32px;
  width: 20px;
}

@media (min-width: 768px) {
  .map-popup &gt; .close {
    width: auto;
    right: 5px;
    right: 0.3125rem;
  }
}
@media (max-width: 991px) {
  .product-locator .anchorBL, .product-locator-ff .anchorBL {
    position: relative !important;
    display: block !important;
  }
}
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
/*code merge*/
/* START Fix for iOS Bug
 * https://bugs.webkit.org/show_bug.cgi?id=176896
 */
html.ios body.modal-open {
  position: fixed;
}

/* END Fix for iOS Bug */
body.preview .modal {
  top: 25%;
  height: -webkit-fill-available;
  height: -moz-available;
}

.modal {
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
}
.modal .btn-close {
  background: none;
}
.modal .sitecore-form .t01-screen-title img {
  width: 100%;
}

.modal-content {
  background-clip: border-box;
  border: none;
  padding: 10px;
  padding: 0.625rem;
}
.modal-content .modal-body {
  max-height: none;
  -webkit-overflow-scrolling: touch !important;
}

.modal-header {
  border-bottom: none;
}
.modal-header &gt; .btn-close {
  font-size: 48px;
  font-size: 3rem;
  font-weight: normal;
  margin-right: -5px;
  margin-right: -0.3125rem;
  margin-top: -16px;
  margin-top: -1rem;
  outline: none;
}

.modal-footer {
  border-top: none;
  text-align: left;
  display: inline;
}

.modal-iframe iframe {
  border: none;
  width: 100%;
}

.link-horizontal-list .c04-lightbox {
  display: block;
}
.link-horizontal-list .c04-lightbox .btn.component, .link-horizontal-list .c04-lightbox .component.btn-primary, .link-horizontal-list .c04-lightbox .component.btn-secondary, .link-horizontal-list .c04-lightbox .component.btn-tertiary, .link-horizontal-list .c04-lightbox .component.btn-primary-em-blue, .link-horizontal-list .c04-lightbox .component.btn-deemphasized, .link-horizontal-list .c04-lightbox .component.btn-light, .link-horizontal-list .c04-lightbox .component.btn-badge, .link-horizontal-list .c04-lightbox .component.btn-icon, .link-horizontal-list .c04-lightbox .link.component {
  margin-bottom: 0;
}

/* Alternative "hide" behavior using z-index;
primarily used to avoid problems with map boundaries when showing maps in lightboxes */
.modal.fade.modal-layer-hide {
  display: block;
  opacity: 1 !important;
  z-index: -9999;
}
.modal.fade.modal-layer-hide.show {
  z-index: 1050;
}

.screen-title-overlay &gt; .screen-title-copy-wrap &gt; .screen-title-cta .modal-content .modal-body .paragraph,
.screen-title-no-image &gt; .screen-title-copy-wrap &gt; .screen-title-cta .modal-content .modal-body .paragraph {
  text-align: left;
}

@media (min-width: 768px) {
  .modal-dialog {
    max-width: 763px;
    width: 80%;
  }
}
body [data-bp=xl] .modal .col-lg-9 .btn, body [data-bp=xl] .modal .col-lg-9 .btn-primary, body [data-bp=xl] .modal .col-lg-9 .btn-secondary, body [data-bp=xl] .modal .col-lg-9 .btn-tertiary, body [data-bp=xl] .modal .col-lg-9 .btn-primary-em-blue, body [data-bp=xl] .modal .col-lg-9 .btn-deemphasized, body [data-bp=xl] .modal .col-lg-9 .btn-light, body [data-bp=xl] .modal .col-lg-9 .btn-badge, body [data-bp=xl] .modal .col-lg-9 .btn-icon {
  width: auto !important;
}

.modal-backdrop.show {
  z-index: 1000;
}

#onetrust-banner-sdk button:focus, #onetrust-pc-sdk button:focus {
  outline-offset: 2px;
  border: 0;
}

#onetrust-banner-sdk button:-moz-focusring, #onetrust-pc-sdk button:-moz-focusring {
  outline: 2px solid #5a5a5a !important;
}

#onetrust-consent-sdk #onetrust-banner-sdk:focus {
  outline: 3px solid #000000 !important;
  outline-offset: -3px !important;
}

#onetrust-banner-sdk a:focus {
  outline: 1px solid #000 !important;
  outline-width: 1px !important;
}

.dr1vrs_club {
  padding-right: 0;
  background: rgba(0, 0, 0, 0.4);
}
.dr1vrs_club .wep2-required {
  display: none;
}
.dr1vrs_club .modal-dialog {
  width: 100%;
  height: 100%;
  background: #fff;
}
.dr1vrs_club .modal-content {
  padding: 0;
}
.dr1vrs_club .modal-content .component,
.dr1vrs_club .modal-content .modal-body .form-inline,
.dr1vrs_club .modal-content .sitecore-form .checkboxes &gt; .form-group &gt; label {
  margin-bottom: 0;
}
.dr1vrs_club .modal-content .component::before {
  content: unset;
}
.dr1vrs_club .modal-content .modal-footer {
  padding: 0;
}
.dr1vrs_club .modal-content .modal-header {
  position: sticky;
  padding: 24px 24px 24px 0px;
  border-bottom: 1px solid #d9d9d9;
  top: 0;
  background: #fff;
  z-index: 1060;
}
.dr1vrs_club .modal-content .modal-header .btn-close {
  padding: 0;
  opacity: 1;
}
.dr1vrs_club .modal-content .modal-header .btn-close span {
  display: flex;
}
.dr1vrs_club .modal-content .modal-body {
  padding: 24px;
}
.dr1vrs_club .modal-content .modal-body .sitecore-form .success_anime {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.dr1vrs_club .modal-content .modal-body .sitecore-form .hide_tick {
  visibility: hidden;
}
.dr1vrs_club .modal-content .modal-body .sitecore-form .icon_container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  height: 54px;
  width: 54px;
  background-color: #0C479D;
  animation: successBlueBG 0.4s ease-in-out 0.2s forwards;
}
.dr1vrs_club .modal-content .modal-body .sitecore-form .icon_container .tick_icon {
  line-height: normal;
  overflow: hidden;
  position: relative;
  animation: successBounce 0.7s ease 0.5s forwards;
}
.dr1vrs_club .modal-content .modal-body .sitecore-form .icon_container .tick_icon svg {
  width: 22px;
  height: 22px;
}
.dr1vrs_club .modal-content .modal-body .sitecore-form .icon_container .tick_icon path {
  stroke: white;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 50;
  stroke-dashoffset: 50;
  animation: tickmark 0.5s ease-out 0.3s forwards;
}
@keyframes tickmark {
  to {
    stroke-dashoffset: 0;
    stroke-width: 4px;
  }
}
@keyframes successBounce {
  0% {
    transform: scale(0.3);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes successBlueBG {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
.dr1vrs_club .modal-content .modal-body .sitecore-form .success_heading p {
  color: #000;
  text-align: center;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.32px;
  margin-bottom: 8px;
  margin-top: 8px;
  padding: 0;
}
.dr1vrs_club .modal-content .modal-body .sitecore-form .success_message p {
  color: #000;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 24px;
  margin-bottom: 0;
}
.dr1vrs_club .modal-content .modal-body .sitecore-form sup {
  vertical-align: text-top;
  font-size: 8px;
  line-height: 20px;
  letter-spacing: -0.32px;
}
.dr1vrs_club .modal-content .modal-body .sitecore-form .form_mediumHeading {
  margin: 0 0 8px 0;
}
.dr1vrs_club .modal-content .modal-body .sitecore-form h1,
.dr1vrs_club .modal-content .modal-body .sitecore-form h2,
.dr1vrs_club .modal-content .modal-body .sitecore-form h3,
.dr1vrs_club .modal-content .modal-body .sitecore-form h4,
.dr1vrs_club .modal-content .modal-body .sitecore-form h5,
.dr1vrs_club .modal-content .modal-body .sitecore-form h6 {
  color: #0C479D;
  font-size: 18px;
  line-height: 24px;
}
.dr1vrs_club .modal-content .modal-body .sitecore-form p.form_largeHeading {
  color: #000;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.32px;
  padding-bottom: 24px;
  margin-bottom: 0;
}
.dr1vrs_club .modal-content .modal-body .sitecore-form .dr1vrs_textField .form-control:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.dr1vrs_club .modal-content .modal-body .sitecore-form .dr1vrs_textField .form-group {
  margin-bottom: 16px;
}
.dr1vrs_club .modal-content .modal-body .sitecore-form .dr1vrs_textField .form-group label {
  color: #000;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 8px;
}
.dr1vrs_club .modal-content .modal-body .sitecore-form .dr1vrs_textField .form-group input[type=text],
.dr1vrs_club .modal-content .modal-body .sitecore-form .dr1vrs_textField .form-group input[type=email] {
  background: #FFF;
  padding: 14px 16px 14px 16px;
}
.dr1vrs_club .modal-content .modal-body .sitecore-form .dr1vrs_textField .form-group input[type=text]::placeholder,
.dr1vrs_club .modal-content .modal-body .sitecore-form .dr1vrs_textField .form-group input[type=email]::placeholder {
  font-size: 18px;
  line-height: 24px;
  color: #6A6A6A;
}
.dr1vrs_club .modal-content .modal-body .sitecore-form .dr1vrs_textField .form-group input[type=text]:focus,
.dr1vrs_club .modal-content .modal-body .sitecore-form .dr1vrs_textField .form-group input[type=email]:focus {
  background: #FFF;
  border-color: #0C479D;
  border: 1px solid #0C479D;
}
.dr1vrs_club .modal-content .modal-body .sitecore-form .dr1vrs_textField .form-group input[type=text]:focus,
.dr1vrs_club .modal-content .modal-body .sitecore-form .dr1vrs_textField .form-group input[type=email]:focus {
  outline: none;
  animation: inputOutline 0.3s forwards;
}
@keyframes inputOutline {
  0% {
    border-width: 1px;
    caret-color: transparent;
    padding: 14px 16px 14px 16px;
  }
  90% {
    caret-color: transparent;
    padding: 11px 14px 11px 14px;
  }
  100% {
    border-width: 3px;
    caret-color: #6A6A6A;
    padding: 11px 14px 11px 14px;
  }
}
.dr1vrs_club .modal-content .modal-body .sitecore-form .dr1vrs_textField .form-group &gt; input.input-validation-error {
  border: 1px solid #DA000B;
  background: rgba(218, 0, 11, 0.05);
}
.dr1vrs_club .modal-content .modal-body .sitecore-form .dr1vrs_textField .form-group span.field-validation-error {
  color: #DA000B;
  font-size: 18px;
  line-height: 24px;
  background: #fff;
  padding: 8px 0 0 0;
}
.dr1vrs_club .modal-content .modal-body .sitecore-form .dr1vrs_club_checkboxes {
  margin-top: 24px;
}
.dr1vrs_club .modal-content .modal-body .sitecore-form .dr1vrs_club_checkboxes .form-group {
  margin-bottom: 8px;
}
.dr1vrs_club .modal-content .modal-body .sitecore-form .dr1vrs_club_checkboxes .form-group:nth-child(-n+1) &gt; label {
  color: #000;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 16px;
  display: block;
}
.dr1vrs_club .modal-content .modal-body .sitecore-form .dr1vrs_club_checkboxes .form-group .checkboxes_wrap {
  display: flex;
  flex-direction: column;
  column-gap: 32px;
}
.dr1vrs_club .modal-content .modal-body .sitecore-form .dr1vrs_club_checkboxes .form-group .checkboxes_wrap label {
  display: flex;
  width: auto;
  position: relative;
  padding-left: 34px;
  margin-bottom: 16px;
  color: #000;
  font-size: 18px;
  line-height: 24px;
}
.dr1vrs_club .modal-content .modal-body .sitecore-form .dr1vrs_club_checkboxes .form-group .checkboxes_wrap label input[type=checkbox] {
  position: absolute;
  -webkit-appearance: checkbox;
  opacity: 0;
  cursor: pointer;
  margin: 0;
}
.dr1vrs_club .modal-content .modal-body .sitecore-form .dr1vrs_club_checkboxes .form-group .checkboxes_wrap label input[type=checkbox]:before {
  cursor: pointer;
  content: "";
  display: inline-block;
  height: 20px;
}
.dr1vrs_club .modal-content .modal-body .sitecore-form .dr1vrs_club_checkboxes .form-group .checkboxes_wrap label input[type=checkbox] + span.icon {
  outline-offset: 1px;
  background-color: #fff;
  border: 1px solid #676767;
  height: 24px;
  width: 24px;
  box-shadow: none;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: -1px;
}
.dr1vrs_club .modal-content .modal-body .sitecore-form .dr1vrs_club_checkboxes .form-group .checkboxes_wrap label input[type=checkbox] + span.icon::after {
  content: "";
  position: absolute;
  display: none;
  left: 8px;
  top: 3px;
  width: 7px;
  height: 14px;
}
.dr1vrs_club .modal-content .modal-body .sitecore-form .dr1vrs_club_checkboxes .form-group .checkboxes_wrap label input[type=checkbox]:checked + span.icon {
  display: block;
  background-color: #0C479D;
  box-shadow: none;
  border: none;
}
.dr1vrs_club .modal-content .modal-body .sitecore-form .dr1vrs_club_checkboxes .form-group .checkboxes_wrap label input[type=checkbox]:checked + span.icon::after {
  display: block;
  border: 1px solid #fff;
  border-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  left: 8px;
  top: 3px;
  width: 7px;
  height: 14px;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(40deg);
}
.dr1vrs_club .modal-content .modal-body .sitecore-form .dr1vrs_club_checkboxes .form-group .checkboxes_wrap label input[type=checkbox]:focus-visible + span.icon {
  outline: -webkit-focus-ring-color auto 1px;
  outline-color: #0C479D;
}
.dr1vrs_club .modal-content .modal-body .sitecore-form .dr1vrs_club_checkboxes .form-group .checkboxes_wrap .checkboxes_left,
.dr1vrs_club .modal-content .modal-body .sitecore-form .dr1vrs_club_checkboxes .form-group .checkboxes_wrap .checkboxes_right {
  width: 100%;
}
.dr1vrs_club .modal-content .modal-body .sitecore-form .dr1vrs_club_checkboxes .form-group span.field-validation-error {
  color: #DA000B;
  font-size: 18px;
  line-height: 24px;
  background: #fff;
  padding: 0 0 16px 0;
}
.dr1vrs_club .modal-content .modal-body .sitecore-form .dr1vrs_club_checkboxes .form-group:has(span.field-validation-error) input[type=checkbox] + span.icon {
  border: 1px solid #da000b;
  background: rgba(218, 0, 11, 0.05);
}
.dr1vrs_club .modal-content .modal-body .sitecore-form .checkboxes.form-inline {
  border-top: 1px solid #D9D9D9;
  padding-top: 24px;
}
.dr1vrs_club .modal-content .modal-body .sitecore-form .checkboxes.form-inline p {
  color: #000;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: normal;
  padding-top: 4px;
  padding-bottom: 0;
  margin-left: 0;
  padding-left: 10px;
  margin-bottom: 0;
}
.dr1vrs_club .modal-content .modal-body .sitecore-form .checkboxes.form-inline p:hover {
  cursor: pointer;
}
.dr1vrs_club .modal-content .modal-body .sitecore-form .checkboxes.form-inline p a {
  color: #0C479D;
  font-size: 14px;
  line-height: 18px;
  text-decoration-line: underline;
}
.dr1vrs_club .modal-content .modal-body .sitecore-form .checkboxes.form-inline .form-group input[type=checkbox] + span.icon {
  background-color: #fff;
  border: 1px solid #676767;
  width: 24px;
  height: 24px;
}
.dr1vrs_club .modal-content .modal-body .sitecore-form .checkboxes.form-inline .form-group input[type=checkbox]:focus + span.icon {
  outline: 1px solid #0C479D !important;
}
.dr1vrs_club .modal-content .modal-body .sitecore-form .checkboxes.form-inline .form-group input[type=checkbox]:focus-visible + span.icon {
  outline: -webkit-focus-ring-color auto 1px;
  outline-color: #0C479D;
}
.dr1vrs_club .modal-content .modal-body .sitecore-form .checkboxes.form-inline .form-group input[type=checkbox]:checked + span.icon {
  background-color: #0C479D;
  box-shadow: none;
  border: none;
}
.dr1vrs_club .modal-content .modal-body .sitecore-form .checkboxes.form-inline .form-group input[type=checkbox]:checked + span.icon::after {
  display: block;
  border: 1px solid #fff;
  border-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  left: 8px;
  top: 3px;
  width: 7px;
  height: 14px;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(40deg);
}
.dr1vrs_club .modal-content .modal-body .sitecore-form .checkboxes.form-inline span.field-validation-error {
  color: #DA000B;
  font-size: 18px;
  line-height: 24px;
  background: #fff;
  padding: 16px 0 8px 0;
  display: flex;
}
.dr1vrs_club .modal-content .modal-body .sitecore-form .checkboxes.form-inline:has(span.field-validation-error) input[type=checkbox] + span.icon {
  border: 1px solid #da000b;
  background: rgba(218, 0, 11, 0.05);
}
.dr1vrs_club .modal-content .modal-body .sitecore-form .btn-outline {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 24px;
  margin: 0;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 100%;
  color: #0C479D;
  border: 1px solid #0C479D;
  text-decoration: none;
  background: #FFF;
  text-align: center;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.18px;
}
.dr1vrs_club .modal-content .modal-body .sitecore-form .btn-outline:hover {
  border-color: #005cbf;
  text-decoration: none;
  color: #3474d9;
  cursor: pointer;
}
.dr1vrs_club .modal-content .modal-body .sitecore-form .button-bar {
  padding-top: 16px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  justify-content: flex-start;
}
.dr1vrs_club .modal-content .modal-body .sitecore-form .button-bar .sc-form-button.btn-primary {
  display: flex;
  padding: 10px 24px;
  margin: 0;
  justify-content: center;
  align-items: center;
  white-space: normal;
  word-break: keep-all;
  gap: 6px;
  width: 100%;
  color: #FFF;
  border: 1px solid #0C479D;
  text-align: center;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.18px;
}
.dr1vrs_club .modal-content .modal-body .sitecore-form .button-bar .sc-form-button.btn-primary:hover {
  background-color: #3474d9;
}
.dr1vrs_club .modal-content .modal-body .sitecore-form .button-bar .sc-form-button.d-none {
  display: none;
}
.dr1vrs_club .modal-content .modal-body .sitecore-form .button-bar .form-cancel.btn-cancel {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 24px;
  margin: 0;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 100%;
  color: #0C479D;
  border: 1px solid #0C479D;
  background: #FFF;
  text-align: center;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.18px;
  text-decoration: none;
}
.dr1vrs_club .modal-content .modal-body .sitecore-form .button-bar .form-cancel.btn-cancel:hover {
  text-decoration: none;
  border-color: #005cbf;
  color: #3474d9;
  cursor: pointer;
}
.dr1vrs_club .modal-content .modal-body .sitecore-form form {
  margin-bottom: 40px;
}
.dr1vrs_club .modal-content .modal-body .sitecore-form .checkboxes.form-inline .form-group label span:last-of-type {
  display: none;
}

@media (min-width: 556px) {
  .dr1vrs_club .modal-dialog {
    background: #fff;
  }
  .dr1vrs_club .modal-content .modal-header {
    position: unset;
    padding: 32px 32px 32px 0px;
    border-bottom: none;
  }
  .dr1vrs_club .modal-content .modal-body {
    padding: 0px 32px 32px 32px;
  }
  .dr1vrs_club .modal-content .modal-body .sitecore-form p.form_largeHeading {
    padding-bottom: 32px;
  }
  .dr1vrs_club .modal-content .modal-body .sitecore-form .dr1vrs_textField {
    justify-content: space-between;
    display: flex;
    width: 100%;
  }
  .dr1vrs_club .modal-content .modal-body .sitecore-form .dr1vrs_textField .form-group {
    width: 100%;
    margin-bottom: 24px;
  }
  .dr1vrs_club .modal-content .modal-body .sitecore-form .dr1vrs_textField .form-group:nth-child(2n+1) {
    margin-right: 32px;
  }
  .dr1vrs_club .modal-content .modal-body .sitecore-form .dr1vrs_textField .form-group label {
    color: #000;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .dr1vrs_club .modal-content .modal-body .sitecore-form .dr1vrs_textField .form-group input[type=text] {
    border: 1px solid #5A5A5A;
    background: #FFF;
  }
  .dr1vrs_club .modal-content .modal-body .sitecore-form .dr1vrs_textField .form-group input[type=text]::placeholder {
    font-size: 18px;
    line-height: 24px;
  }
  .dr1vrs_club .modal-content .modal-body .sitecore-form .dr1vrs_textField .form-group input[type=text]:focus {
    outline: none;
    border: 3px solid #0c479d;
    background: #FFF;
  }
  .dr1vrs_club .modal-content .modal-body .sitecore-form .dr1vrs_textField .form-group &gt; input.input-validation-error {
    border: 1px solid #DA000B;
    background: rgba(218, 0, 11, 0.05);
  }
  .dr1vrs_club .modal-content .modal-body .sitecore-form .dr1vrs_textField .form-group span.field-validation-error {
    color: #DA000B;
    font-size: 18px;
    line-height: 24px;
    background: #fff;
    padding: 8px 0 0 0;
  }
  .dr1vrs_club .modal-content .modal-body .sitecore-form .dr1vrs_club_checkboxes {
    margin-top: 8px;
  }
  .dr1vrs_club .modal-content .modal-body .sitecore-form .dr1vrs_club_checkboxes .form-group {
    margin-bottom: 16px;
  }
  .dr1vrs_club .modal-content .modal-body .sitecore-form .dr1vrs_club_checkboxes .form-group .checkboxes_wrap {
    flex-direction: row;
  }
  .dr1vrs_club .modal-content .modal-body .sitecore-form .dr1vrs_club_checkboxes .form-group .checkboxes_wrap .checkboxes_left,
.dr1vrs_club .modal-content .modal-body .sitecore-form .dr1vrs_club_checkboxes .form-group .checkboxes_wrap .checkboxes_right {
    width: 100%;
  }
  .dr1vrs_club .modal-content .modal-body .sitecore-form .checkboxes.form-inline {
    margin-top: 0;
    padding-top: 32px;
  }
  .dr1vrs_club .modal-content .modal-body .sitecore-form .checkboxes.form-inline span.field-validation-error {
    padding: 0 0 8px 0;
  }
  .dr1vrs_club .modal-content .modal-body .sitecore-form .button-bar {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    width: auto;
    padding-top: 16px;
  }
  .dr1vrs_club .modal-content .modal-body .sitecore-form .button-bar .sc-form-button.btn-primary {
    width: auto;
  }
  .dr1vrs_club .modal-content .modal-body .sitecore-form .button-bar .form-cancel.btn-cancel {
    width: auto;
  }
  .dr1vrs_club .modal-content .modal-body .sitecore-form form {
    margin-bottom: 0;
  }
  .dr1vrs_club .modal-content .modal-body .sitecore-form .checkboxes.form-inline .form-group label span:last-of-type {
    display: none;
  }
}
.dr1vrs_club.show {
  animation: backdropAnime 0.3s ease-in-out;
}
.dr1vrs_club.show .modal-dialog {
  animation: modalFadeIn 0.3s ease;
}

@keyframes backdropAnime {
  0% {
    background: transparent;
  }
  12% {
    background: rgba(0, 0, 0, 0.05);
  }
  25% {
    background: rgba(0, 0, 0, 0.1);
  }
  37% {
    background: rgba(0, 0, 0, 0.15);
  }
  50% {
    background: rgba(0, 0, 0, 0.2);
  }
  67% {
    background: rgba(0, 0, 0, 0.25);
  }
  75% {
    background: rgba(0, 0, 0, 0.3);
  }
  87% {
    background: rgba(0, 0, 0, 0.35);
  }
  100% {
    background: rgba(0, 0, 0, 0.4);
  }
}
@keyframes modalFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.dr1vrs_club .modal-dialog {
  width: 100%;
  height: auto;
  margin: 0;
}

@media (min-width: 556px) {
  .dr1vrs_club .modal-dialog {
    height: auto;
    width: calc(100% - 64px);
    min-width: 492px;
    max-width: 680px;
    margin: 88px auto;
  }
}
@media (min-width: 992px) {
  .dr1vrs_club .modal-dialog {
    height: auto;
    max-width: 720px;
    margin: 88px auto;
  }
}
.dr1vrs_club.success_modal .modal-dialog {
  height: 100%;
  display: flex;
  margin: 0;
}
.dr1vrs_club.success_modal .modal-dialog .modal-header {
  padding-bottom: 0;
  border-bottom: none;
  position: unset;
}
.dr1vrs_club.success_modal .modal-dialog .modal-body {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.dr1vrs_club.success_modal .modal-dialog .sitecore-form {
  display: flex;
  align-self: center;
}

@media (min-width: 556px) {
  .dr1vrs_club.success_modal .modal-dialog {
    min-height: 400px;
    height: calc(100vh - 176px);
    max-height: 905px;
    margin: 88px auto;
  }
  .dr1vrs_club.success_modal .modal-dialog .modal-header {
    padding-bottom: 0;
  }
  .dr1vrs_club.success_modal .modal-dialog form {
    margin: 0 62px;
  }
  .dr1vrs_club.success_modal .modal-dialog .success_anime {
    max-width: 532px;
  }
}
.dr1vrs_club .modal-content .modal-body .sitecore-form .dr1vrs_club_checkboxes .form-group:has(span.field-validation-error) input[type=checkbox] + span.icon {
  border: 1px solid #da000b;
  background: rgba(218, 0, 11, 0.05);
}

.dr1vrs_club .modal-content .modal-body .sitecore-form .checkboxes.form-inline:has(span.field-validation-error) input[type=checkbox] + span.icon {
  border: 1px solid #da000b;
  background: rgba(218, 0, 11, 0.05);
}

.modal-backdrop {
  animation: backdropAnime 0.3s ease-in-out;
  transition: background 0.3s ease;
  background: rgba(0, 0, 0, 0.7);
}

.modal-backdrop.show {
  animation: modalFadeIn 0.3s ease;
  opacity: 1;
}

.modal.fade:not(.show) .modal-dialog {
  transition: transform 0.5s ease-out;
  transform: translate(0, 50px);
}

modal.show {
  animation: backdropAnime 0.3s ease-in-out;
}
modal.show .modal-dialog {
  animation: slideUp 0.3s ease-in-out, modalFadeIn 0.3s ease;
}

@keyframes slideUp {
  from {
    transform: translateY(5%);
  }
}
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
p.paragraph {
  word-wrap: break-word;
}
p.paragraph.large {
  font-size: 20px;
  font-size: 1.25rem;
}
p.paragraph.small {
  font-size: 13px;
  font-size: 0.8125rem;
}

.large {
  font-size: 20px;
  font-size: 1.25rem;
}

.small {
  font-size: 13px;
  font-size: 0.8125rem;
}

small, .small {
  font-size: 85%;
}

.component p:empty {
  display: none;
}

.paragraph p {
  word-wrap: break-word;
}

/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
.product-application &gt; h2 {
  padding-left: 10px;
  padding-left: 0.625rem;
}
.product-application .product-application-table &gt; tbody &gt; tr &gt; td {
  margin: 0;
}

@media (min-width: 992px) {
  .component.product-application {
    margin-bottom: 48px;
    margin-bottom: 3rem;
  }
  .component.product-application &gt; h2 {
    padding-left: 0px;
    padding-left: 0rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    margin-top: 10px;
    margin-top: 0.625rem;
  }
}
/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
/*@import "mixins";

@include font("EMprintLight", "EMPrint-Light");
@include font("EMprintLightItalic", "EMPrint-LightItalic");
@include font("EMprint", "EMPrint-Regular");
@include font("EMprintItalic", "EMprint-RegularItalic");
@include font("EMprintSemibold", "EMprint-Semibold");
@include font("EMprintSemiboldItalic", "EMprint-SemiboldItalic");
@include font("EMprintBold", "EMPrint-Bold");
@include font("EMprintBoldItalic", "EMPrint-BoldItalic");
@include font("EMprintCondensedBold", "EMprint-CondensedBold");
@include font("EMprintCondensedBoldlt", "EMprint-CondensedBoldlt");
@include font("EMprintCondensedItalic", "EMprint-CondensedItalic");
@include font("EMprintCondensedLight", "EMprint-CondensedLight");
@include font("EMprintCondensedLightlt", "EMprint-CondensedLightlt");
@include font("EMprintCondensedSemibold", "EMprint-CondensedSemibold");
@include font("EMprintCondensedSemiboldlt", "EMprint-CondSemiboldlt");
@include font("EMprintCondensed", "EMprint-CondensedRegular");
@include font("em", "em");
    */
.buttons .ps-button-label {
  text-align: center;
  width: 100%;
  padding: 10px 50px;
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .buttons .ps-button-label {
    color: #0c479d;
    padding: 0;
    font-weight: 700;
    background: transparent;
    text-shadow: none;
  }
}
@media (max-width: 767px) {
  .buttons .btn.btn-secondary, .buttons .btn-secondary {
    background-color: transparent;
    text-shadow: none;
    margin: 0;
    padding: 0;
    white-space: initial;
    color: #0c479d;
    border: none;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .buttons .btn.btn-secondary:hover, .buttons .btn-secondary:hover {
    text-decoration: none;
  }
}
@media (min-width: 768px) {
  .buttons.ps-enabled .ps-button-label {
    background: none;
    padding: 0;
  }
}
.buttons .ps-widget[ps-sku].ps-disabled, .buttons .ps-widget[data-ps-sku].ps-disabled {
  margin: 0;
  margin-left: 2px;
  width: 100%;
}
.buttons .ps-widget[ps-sku].ps-disabled:focus, .buttons .ps-widget[ps-sku].ps-disabled:active, .buttons .ps-widget[data-ps-sku].ps-disabled:focus, .buttons .ps-widget[data-ps-sku].ps-disabled:active {
  box-shadow: none;
  outline-offset: 2px;
}
.buttons .ps-widget[ps-sku].ps-disabled &gt; span.ps-button-label, .buttons .ps-widget[data-ps-sku].ps-disabled &gt; span.ps-button-label {
  display: none;
}
.buttons .ps-widget[ps-sku].ps-disabled &gt; small, .buttons .ps-widget[data-ps-sku].ps-disabled &gt; small {
  display: block;
  width: 100%;
  border-radius: 0;
  font-size: 16px;
  font-size: 1rem;
  padding: 0;
  margin: 2px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .buttons .ps-widget[ps-sku].ps-disabled &gt; small, .buttons .ps-widget[data-ps-sku].ps-disabled &gt; small {
    padding: 10px 50px;
    padding: 0.625rem 3.125rem;
    color: #fff;
  }
  .buttons .ps-widget[ps-sku].ps-disabled &gt; small:hover, .buttons .ps-widget[data-ps-sku].ps-disabled &gt; small:hover {
    text-decoration: none;
  }
}
.buttons .ps-widget .ps-button-label {
  display: block;
  width: 100%;
  border-radius: 0;
  font-size: 16px;
  font-size: 1rem;
  margin: 2px;
  padding: 10px 50px;
  padding: 0.625rem 3.125rem;
}
@media (max-width: 767px) {
  .buttons .ps-widget .ps-button-label {
    text-shadow: none;
    padding: 0;
  }
}
.buttons .ps-widget small + .ps-button-label {
  display: none;
}
.buttons .ps-widget small {
  display: block;
  width: 100%;
  border-radius: 0;
  font-size: 16px;
  font-size: 1rem;
  margin: 2px;
  padding: 0;
  color: #2b2626;
  font-weight: 700;
}
@media (min-width: 768px) {
  .buttons .ps-widget small {
    color: #fff;
    padding: 10px 50px;
    padding: 0.625rem 3.125rem;
    font-weight: 400;
  }
}

.product-comparison &gt; .table &gt; thead &gt; tr &gt; th {
  height: 48px;
  height: 3rem;
  text-align: center;
  vertical-align: middle;
}
.product-comparison &gt; .table &gt; tbody &gt; tr &gt; td {
  height: 48px;
  height: 3rem;
  text-align: center;
  vertical-align: middle;
}
.product-comparison &gt; .table &gt; tbody &gt; tr &gt; td:first-child {
  text-align: left;
}
.product-comparison &gt; .table &gt; tbody &gt; tr.product-names &gt; td {
  color: #0c479d;
}
.product-comparison &gt; .product-legend {
  margin-top: 16px;
  margin-top: 1rem;
  text-align: right;
}
.product-comparison &gt; .product-legend &gt; span {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-left: 32px;
  margin-left: 2rem;
  white-space: nowrap;
}
.product-comparison &gt; .product-legend &gt; span &gt; .icon:first-child {
  margin-left: 8px;
  margin-left: 0.5rem;
}
.product-comparison .icon {
  display: inline-block;
  position: relative;
  top: 2px;
  top: 0.125rem;
}

.product-comparison &gt; .table &gt; thead &gt; tr &gt; th {
  height: 48px;
  height: 3rem;
  text-align: center;
  vertical-align: middle;
}
.product-comparison &gt; .table &gt; tbody &gt; tr &gt; td {
  height: 48px;
  height: 3rem;
  text-align: center;
  vertical-align: middle;
}
.product-comparison &gt; .table &gt; tbody &gt; tr &gt; td:first-child {
  text-align: left;
}
.product-comparison &gt; .table &gt; tbody &gt; tr.product-names &gt; td {
  color: #0c479d;
}
.product-comparison &gt; .product-legend {
  margin-top: 16px;
  margin-top: 1rem;
  text-align: right;
}
.product-comparison &gt; .product-legend &gt; span {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-left: 32px;
  margin-left: 2rem;
  white-space: nowrap;
}
.product-comparison &gt; .product-legend &gt; span &gt; .icon:first-child {
  margin-left: 8px;
  margin-left: 0.5rem;
}
.product-comparison .icon {
  display: inline-block;
  position: relative;
  top: 2px;
  top: 0.125rem;
}

.product-compare h2,
.product-compare h4 {
  color: #4d4d4d;
}
.product-compare h2 {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.product-compare .glyph-link-back::before {
  font-size: 9px;
  font-size: 0.5625rem;
  margin-right: 4px;
  margin-right: 0.25rem;
  color: inherit;
}
@media (min-width: 768px) {
  .product-compare .product-table-compare .row {
    padding: 0px 25px;
    padding: 0rem 1.5625rem;
  }
}
.product-compare .product-table-compare div[class*=col-] {
  text-align: center;
  padding: 5px;
  padding: 0.3125rem;
}
.product-compare .product-table-compare div[class*=col-] &gt; div {
  border: 2px solid #ebebeb;
  background-color: #fff;
}
.product-compare .product-table-compare div[class*=col-]:nth-child(4) {
  display: none;
}
.product-compare .product-table-compare figure {
  max-height: 150px;
  min-height: 150px;
}
.product-compare .product-table-compare figure img {
  max-height: 150px;
  margin: 10px auto;
  align-self: center;
}
.product-compare .product-table-compare .description {
  padding: 10px;
  padding: 0.625rem;
  background-color: #ebebeb;
}
.product-compare .product-table-compare .description .rate {
  display: inline-flex;
  align-items: center;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
.product-compare .product-table-compare .description .rate div {
  background-color: #ccc;
  padding: 1px 4px;
  padding: 0.0625rem 0.25rem;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-left: 1px;
  margin-left: 0.0625rem;
}
.product-compare .product-table-compare .description .rate div p {
  margin: 0;
}
.product-compare .product-table-compare .description .rate .fa-star {
  color: #606060;
  margin: 0px 1px;
  margin: 0rem 0.0625rem;
}
.product-compare .product-table-compare.sticky-top {
  background-color: #fff;
}
.product-compare .product-table-compare .btn, .product-compare .product-table-compare .btn-primary, .product-compare .product-table-compare .btn-secondary, .product-compare .product-table-compare .btn-tertiary, .product-compare .product-table-compare .btn-primary-em-blue, .product-compare .product-table-compare .btn-deemphasized, .product-compare .product-table-compare .btn-light, .product-compare .product-table-compare .btn-badge, .product-compare .product-table-compare .btn-icon {
  background-color: transparent;
  color: #0c479d;
  font-size: 16px;
  font-size: 1rem;
  padding: 0px 0px 10px 0px;
  padding: 0rem 0rem 0.625rem 0rem;
  display: block;
  font-weight: 700;
}
@media (min-width: 768px) {
  .product-compare .product-table-compare .btn, .product-compare .product-table-compare .btn-primary, .product-compare .product-table-compare .btn-secondary, .product-compare .product-table-compare .btn-tertiary, .product-compare .product-table-compare .btn-primary-em-blue, .product-compare .product-table-compare .btn-deemphasized, .product-compare .product-table-compare .btn-light, .product-compare .product-table-compare .btn-badge, .product-compare .product-table-compare .btn-icon {
    font-weight: 400;
    background-color: #5a5a5a;
    color: #fff;
    padding: 10px 50px;
    padding: 0.625rem 3.125rem;
  }
}
.product-compare .product-table-compare .btn.glyph-link::after, .product-compare .product-table-compare .glyph-link.btn-primary::after, .product-compare .product-table-compare .glyph-link.btn-secondary::after, .product-compare .product-table-compare .glyph-link.btn-tertiary::after, .product-compare .product-table-compare .glyph-link.btn-primary-em-blue::after, .product-compare .product-table-compare .glyph-link.btn-deemphasized::after, .product-compare .product-table-compare .glyph-link.btn-light::after, .product-compare .product-table-compare .glyph-link.btn-badge::after, .product-compare .product-table-compare .glyph-link.btn-icon::after {
  display: inline-block;
}
.product-compare .product-attribute-compare .row {
  padding: 0px 25px;
  padding: 0rem 1.5625rem;
}
.product-compare .product-attribute-compare div[class*=col-] {
  padding: 0px;
  padding: 0rem;
  border-right: 1px solid #ccc;
}
.product-compare .product-attribute-compare div[class*=col-]:last-child {
  border: none;
}
@media (min-width: 768px) {
  .product-compare .product-attribute-compare div[class*=col-] {
    padding: 5px;
    padding: 0.3125rem;
    border-right: none;
  }
}
.product-compare .product-attribute-compare div[class*=col-] &gt; div {
  background-color: #ebebeb;
  text-align: center;
  padding: 20px 10px;
  padding: 1.25rem 0.625rem;
  min-height: 48px;
}
@media (min-width: 768px) {
  .product-compare .product-attribute-compare div[class*=col-] &gt; div {
    min-height: 64px;
  }
}
.product-compare .product-attribute-compare div[class*=col-] &gt; div.fa-circle, .product-compare .product-attribute-compare div[class*=col-] &gt; div.fa-check {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}
.product-compare .product-attribute-compare div[class*=col-] &gt; div .fa-circle {
  margin: 0px 3px;
  margin: 0rem 0.1875rem;
  position: relative;
  font-size: 13px;
}
@media (min-width: 768px) {
  .product-compare .product-attribute-compare div[class*=col-] &gt; div .fa-circle {
    font-size: 15px;
  }
}
.product-compare .product-attribute-compare div[class*=col-] &gt; div .fa-check {
  color: #606060;
  font-size: 22px;
  font-size: 1.375rem;
  position: absolute;
  font-weight: 600;
  top: 15px;
}
@media (min-width: 768px) {
  .product-compare .product-attribute-compare div[class*=col-] &gt; div .fa-check {
    font-size: 25px;
    top: 20px;
  }
}
.product-compare .product-attribute-compare div[class*=col-] &gt; div.buttons {
  background-color: transparent;
  padding: 20px 0px;
  padding: 1.25rem 0rem;
}
.product-compare .product-attribute-compare div[class*=col-] &gt; div.buttons a {
  padding: 10px;
  padding: 0.625rem;
}
.product-compare .product-attribute-compare div[class*=col-] &gt; div.buttons a.btn.btn-tertiary:hover, .product-compare .product-attribute-compare div[class*=col-] &gt; div.buttons a.btn-tertiary:hover {
  text-decoration: underline;
}
.product-compare .product-attribute-compare div[class*=col-]:nth-child(4) {
  display: none;
}
.product-compare .product-attribute-compare .row {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.product-compare .product-attribute-compare h4 {
  margin-bottom: 17px;
  margin-bottom: 1.0625rem;
  margin-top: 23px;
  margin-top: 1.4375rem;
}
.product-compare .product-attribute-compare h4:first-child {
  margin: 0;
  background-color: #ebebeb;
  border-bottom: 1px solid #ccc;
  padding: 10px;
}
@media (min-width: 768px) {
  .product-compare .product-attribute-compare h4:first-child {
    margin-bottom: 17px;
    margin-bottom: 1.0625rem;
    background-color: transparent;
    border-bottom: none;
    padding: 0;
  }
}
.product-compare .product-attribute-compare h4 ~ p {
  margin-top: -10px;
  margin-top: -0.625rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
.product-compare .product-key-compare {
  background-color: #262626;
  margin-bottom: 15px 20px;
  margin-bottom: 0.9375rem 1.25rem;
  color: #fff;
}
.product-compare .product-key-compare .toggleKeys {
  margin: 15px 0 0 15px;
  margin: 15px 0px 15px 15px;
  margin: 0.9375rem 0rem 0.9375rem 0.9375rem;
  cursor: pointer;
}
.product-compare .product-key-compare .toggleKeys:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  margin-right: 10px;
  margin-right: 0.625rem;
}
.product-compare .product-key-compare hr {
  display: none;
}
.product-compare .product-key-compare .row {
  display: none;
}
.product-compare .product-key-compare.component {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 2000;
  left: 0;
  right: 0;
  margin-bottom: 0;
  border-top: 1px solid #383838;
}
.product-compare .product-key-compare div[class*=col-] {
  text-align: center;
}
.product-compare .product-key-compare div[class*=col-] .fa-circle,
.product-compare .product-key-compare div[class*=col-] .fa-check {
  color: #a6a6a6;
  font-size: 15px;
  font-size: 0.9375rem;
}
.product-compare .product-key-compare div[class*=col-] .fa-circle {
  margin: 0 3px;
  margin: 0px 3px;
  margin: 0rem 0.1875rem;
}
.product-compare .product-key-compare.sticky-bottom {
  margin-bottom: 0;
}
.product-compare .product-key-compare.sticky-bottom .toggleKeys.expanded {
  margin: 15px 0 0 15px;
  margin: 15px 0px 0px 15px;
  margin: 0.9375rem 0rem 0rem 0.9375rem;
  cursor: pointer;
}
.product-compare .product-key-compare.sticky-bottom .toggleKeys.expanded:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  margin-right: 10px;
  margin-right: 0.625rem;
}
.product-compare .product-key-compare.sticky-bottom hr {
  background-color: #a6a6a6;
  height: 2px;
  display: block;
  opacity: 1;
}
.product-compare .product-key-compare.sticky-bottom .row {
  display: flex;
}
.product-compare .sticky-top {
  width: 100%;
  position: -webkit-sticky;
  top: 0;
  z-index: 1020;
}
.product-compare .sticky-top .description &gt; div {
  display: none;
}
.product-compare .sticky-top + h2 {
  padding-top: 50px;
  padding-top: 3.125rem;
}
.product-compare .sticky-bottom {
  position: sticky;
  bottom: 0;
  width: 100%;
  z-index: 2000;
  left: 0;
  right: 0;
  margin-bottom: 0;
  border-top: 1px solid #383838;
}

.footer-bottom.sticky-bottom-space {
  padding-bottom: 240px;
  padding-bottom: 15rem;
}

@media (min-width: 992px) {
  .product-compare .btn-primary {
    margin-bottom: 7px;
    margin-bottom: 0.4375rem;
  }
  .product-compare .product-table-compare div[class*=col-]:nth-child(3), .product-compare .product-table-compare div[class*=col-]:nth-child(4) {
    display: block;
  }
  .product-compare .product-table-compare .btn, .product-compare .product-table-compare .btn-primary, .product-compare .product-table-compare .btn-secondary, .product-compare .product-table-compare .btn-tertiary, .product-compare .product-table-compare .btn-primary-em-blue, .product-compare .product-table-compare .btn-deemphasized, .product-compare .product-table-compare .btn-light, .product-compare .product-table-compare .btn-badge, .product-compare .product-table-compare .btn-icon {
    font-size: 16px;
    font-size: 1rem;
    padding: 10px 50px;
    padding: 0.625rem 3.125rem;
  }
  .product-compare .product-table-compare .btn.glyph-link::after, .product-compare .product-table-compare .glyph-link.btn-primary::after, .product-compare .product-table-compare .glyph-link.btn-secondary::after, .product-compare .product-table-compare .glyph-link.btn-tertiary::after, .product-compare .product-table-compare .glyph-link.btn-primary-em-blue::after, .product-compare .product-table-compare .glyph-link.btn-deemphasized::after, .product-compare .product-table-compare .glyph-link.btn-light::after, .product-compare .product-table-compare .glyph-link.btn-badge::after, .product-compare .product-table-compare .glyph-link.btn-icon::after {
    display: none;
  }
  .product-compare .product-table-compare .description {
    padding: 10px;
    padding: 0.625rem;
    background-color: #ebebeb;
  }
  .product-compare .product-table-compare .description .rate div {
    padding: 3px 8px;
    padding: 0.1875rem 0.5rem;
    margin-left: 8px;
    margin-left: 0.5rem;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .product-compare .product-table-compare .description .rate .fa-star {
    margin: 0px 5px;
    margin: 0rem 0.3125rem;
  }
  .product-compare .product-attribute-compare div[class*=col-] &gt; div.buttons {
    background-color: transparent;
    padding: 20px 10px;
    padding: 1.25rem 0.625rem;
  }
  .product-compare .product-attribute-compare div[class*=col-] &gt; div.buttons a {
    padding: 10px 40px;
    padding: 0.625rem 2.5rem;
  }
  .product-compare .product-attribute-compare div[class*=col-]:nth-child(3), .product-compare .product-attribute-compare div[class*=col-]:nth-child(4) {
    display: initial;
  }

  .footer-bottom.sticky-bottom-space {
    padding-bottom: 135px;
    padding-bottom: 8.4375rem;
  }
}
@media (min-width: 768px) {
  .CoveoSearchInterface.ProductGrouping .product-lists-container .product-list .product-list-btn-container a.ps-enabled .ps-button-label, .CoveoSearchInterface.ProductGrouping .product-lists-container .product-list .product-list-btn-container .ps-widget.ps-enabled .ps-button-label {
    background: none;
    padding: 0;
  }
}

.CoveoSearchInterface.ProductGrouping .product-container, .product-compare .product-container {
  position: relative;
}
.CoveoSearchInterface.ProductGrouping .CoveoResultList .coveo-card-layout.CoveoResult, .product-compare .CoveoResultList .coveo-card-layout.CoveoResult {
  width: 48%;
  max-width: 48%;
  margin-right: 2%;
  background: #f2f2f2;
  margin-bottom: 20px;
  padding: 0;
}
@media (min-width: 768px) {
  .CoveoSearchInterface.ProductGrouping .CoveoResultList .coveo-card-layout.CoveoResult, .product-compare .CoveoResultList .coveo-card-layout.CoveoResult {
    width: 32%;
    max-width: 32%;
    margin-right: 1%;
  }
}
@media (min-width: 992px) {
  .CoveoSearchInterface.ProductGrouping .CoveoResultList .coveo-card-layout.CoveoResult, .product-compare .CoveoResultList .coveo-card-layout.CoveoResult {
    width: 24%;
    max-width: 24%;
    margin-right: 1%;
  }
}
.CoveoSearchInterface.ProductGrouping .CoveoResultList .coveo-card-layout.coveo-card-layout-padding, .product-compare .CoveoResultList .coveo-card-layout.coveo-card-layout-padding {
  display: none;
}
.CoveoSearchInterface.ProductGrouping .coveo-result-list-container.coveo-card-layout-container, .product-compare .coveo-result-list-container.coveo-card-layout-container {
  width: 100%;
}
.CoveoSearchInterface.ProductGrouping .product-lists-container, .product-compare .product-lists-container {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.CoveoSearchInterface.ProductGrouping .product-lists-container .product-list, .product-compare .product-lists-container .product-list {
  width: auto;
  background: #f2f2f2;
  text-align: center;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.CoveoSearchInterface.ProductGrouping .product-lists-container .product-list .product-list-heading h4, .product-compare .product-lists-container .product-list .product-list-heading h4 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}
.CoveoSearchInterface.ProductGrouping .product-lists-container .product-list .product-list-heading h4 a, .CoveoSearchInterface.ProductGrouping .product-lists-container .product-list .product-list-heading h4 a:hover, .product-compare .product-lists-container .product-list .product-list-heading h4 a, .product-compare .product-lists-container .product-list .product-list-heading h4 a:hover {
  text-decoration: none;
  color: #2b2626;
}
.CoveoSearchInterface.ProductGrouping .product-lists-container .product-list .product-list-image, .product-compare .product-lists-container .product-list .product-list-image {
  background: #fff;
  display: flex;
  justify-content: space-around;
}
.CoveoSearchInterface.ProductGrouping .product-lists-container .product-list .product-list-image img, .product-compare .product-lists-container .product-list .product-list-image img {
  height: 120px;
  margin: 10px;
}
.CoveoSearchInterface.ProductGrouping .product-lists-container .product-list .product-list-rating-container, .product-compare .product-lists-container .product-list .product-list-rating-container {
  padding: 0 0 10px 0;
  display: flex;
  justify-content: center;
}
.CoveoSearchInterface.ProductGrouping .product-lists-container .product-list .product-list-rating-container img, .product-compare .product-lists-container .product-list .product-list-rating-container img {
  width: 12%;
}
.CoveoSearchInterface.ProductGrouping .product-lists-container .product-list .product-list-description, .product-compare .product-lists-container .product-list .product-list-description {
  text-align: left;
  padding: 10px 15px;
}
.CoveoSearchInterface.ProductGrouping .product-lists-container .product-list .product-list-description p, .product-compare .product-lists-container .product-list .product-list-description p {
  font-size: 14px;
}
.CoveoSearchInterface.ProductGrouping .product-lists-container .product-list .product-list-icon, .product-compare .product-lists-container .product-list .product-list-icon {
  text-align: left;
  padding: 0 10px 15px;
}
.CoveoSearchInterface.ProductGrouping .product-lists-container .product-list .product-list-all-review, .product-compare .product-lists-container .product-list .product-list-all-review {
  font-size: 14px;
}
.CoveoSearchInterface.ProductGrouping .product-lists-container .product-list .product-list-all-review a:hover, .product-compare .product-lists-container .product-list .product-list-all-review a:hover {
  text-decoration: none;
}
.CoveoSearchInterface.ProductGrouping .product-lists-container .product-list .product-list-benefit-statement, .product-compare .product-lists-container .product-list .product-list-benefit-statement {
  padding: 0 15px;
  text-align: left;
}
.CoveoSearchInterface.ProductGrouping .product-lists-container .product-list .product-list-btn-container, .product-compare .product-lists-container .product-list .product-list-btn-container {
  display: flex;
  flex-direction: column;
  padding: 10px;
}
.CoveoSearchInterface.ProductGrouping .product-lists-container .product-list .product-list-btn-container .ps-Exxon-product:not(.ps-disabled) .ps-button-label, .product-compare .product-lists-container .product-list .product-list-btn-container .ps-Exxon-product:not(.ps-disabled) .ps-button-label {
  float: none;
  display: inline;
}
.CoveoSearchInterface.ProductGrouping .product-lists-container .product-list .product-list-btn-container a, .CoveoSearchInterface.ProductGrouping .product-lists-container .product-list .product-list-btn-container .ps-widget, .product-compare .product-lists-container .product-list .product-list-btn-container a, .product-compare .product-lists-container .product-list .product-list-btn-container .ps-widget {
  border: none;
  padding-right: 0;
  padding-left: 0;
  white-space: initial;
  color: #0c479d;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .CoveoSearchInterface.ProductGrouping .product-lists-container .product-list .product-list-btn-container a, .CoveoSearchInterface.ProductGrouping .product-lists-container .product-list .product-list-btn-container .ps-widget, .product-compare .product-lists-container .product-list .product-list-btn-container a, .product-compare .product-lists-container .product-list .product-list-btn-container .ps-widget {
    background-color: transparent;
    text-shadow: none;
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .CoveoSearchInterface.ProductGrouping .product-lists-container .product-list .product-list-btn-container a, .CoveoSearchInterface.ProductGrouping .product-lists-container .product-list .product-list-btn-container .ps-widget, .product-compare .product-lists-container .product-list .product-list-btn-container a, .product-compare .product-lists-container .product-list .product-list-btn-container .ps-widget {
    color: #fff;
  }
  .CoveoSearchInterface.ProductGrouping .product-lists-container .product-list .product-list-btn-container a.ps-enabled, .CoveoSearchInterface.ProductGrouping .product-lists-container .product-list .product-list-btn-container .ps-widget.ps-enabled, .product-compare .product-lists-container .product-list .product-list-btn-container a.ps-enabled, .product-compare .product-lists-container .product-list .product-list-btn-container .ps-widget.ps-enabled {
    margin: 0;
    margin-bottom: 0;
  }
}
.CoveoSearchInterface.ProductGrouping .product-lists-container .product-list .product-list-btn-container a:hover, .CoveoSearchInterface.ProductGrouping .product-lists-container .product-list .product-list-btn-container .ps-widget:hover, .product-compare .product-lists-container .product-list .product-list-btn-container a:hover, .product-compare .product-lists-container .product-list .product-list-btn-container .ps-widget:hover {
  text-decoration: none;
  cursor: pointer;
}
.CoveoSearchInterface.ProductGrouping .product-lists-container .product-list .product-list-btn-container a[ps-sku].ps-disabled, .CoveoSearchInterface.ProductGrouping .product-lists-container .product-list .product-list-btn-container a[data-ps-sku].ps-disabled, .CoveoSearchInterface.ProductGrouping .product-lists-container .product-list .product-list-btn-container .ps-widget[ps-sku].ps-disabled, .CoveoSearchInterface.ProductGrouping .product-lists-container .product-list .product-list-btn-container .ps-widget[data-ps-sku].ps-disabled, .product-compare .product-lists-container .product-list .product-list-btn-container a[ps-sku].ps-disabled, .product-compare .product-lists-container .product-list .product-list-btn-container a[data-ps-sku].ps-disabled, .product-compare .product-lists-container .product-list .product-list-btn-container .ps-widget[ps-sku].ps-disabled, .product-compare .product-lists-container .product-list .product-list-btn-container .ps-widget[data-ps-sku].ps-disabled {
  background: transparent;
}
.CoveoSearchInterface.ProductGrouping .product-lists-container .product-list .product-list-btn-container a[ps-sku].ps-disabled:focus, .CoveoSearchInterface.ProductGrouping .product-lists-container .product-list .product-list-btn-container a[ps-sku].ps-disabled:active, .CoveoSearchInterface.ProductGrouping .product-lists-container .product-list .product-list-btn-container a[data-ps-sku].ps-disabled:focus, .CoveoSearchInterface.ProductGrouping .product-lists-container .product-list .product-list-btn-container a[data-ps-sku].ps-disabled:active, .CoveoSearchInterface.ProductGrouping .product-lists-container .product-list .product-list-btn-container .ps-widget[ps-sku].ps-disabled:focus, .CoveoSearchInterface.ProductGrouping .product-lists-container .product-list .product-list-btn-container .ps-widget[ps-sku].ps-disabled:active, .CoveoSearchInterface.ProductGrouping .product-lists-container .product-list .product-list-btn-container .ps-widget[data-ps-sku].ps-disabled:focus, .CoveoSearchInterface.ProductGrouping .product-lists-container .product-list .product-list-btn-container .ps-widget[data-ps-sku].ps-disabled:active, .product-compare .product-lists-container .product-list .product-list-btn-container a[ps-sku].ps-disabled:focus, .product-compare .product-lists-container .product-list .product-list-btn-container a[ps-sku].ps-disabled:active, .product-compare .product-lists-container .product-list .product-list-btn-container a[data-ps-sku].ps-disabled:focus, .product-compare .product-lists-container .product-list .product-list-btn-container a[data-ps-sku].ps-disabled:active, .product-compare .product-lists-container .product-list .product-list-btn-container .ps-widget[ps-sku].ps-disabled:focus, .product-compare .product-lists-container .product-list .product-list-btn-container .ps-widget[ps-sku].ps-disabled:active, .product-compare .product-lists-container .product-list .product-list-btn-container .ps-widget[data-ps-sku].ps-disabled:focus, .product-compare .product-lists-container .product-list .product-list-btn-container .ps-widget[data-ps-sku].ps-disabled:active {
  box-shadow: none;
  outline-offset: 2px;
}
@media (min-width: 768px) {
  .CoveoSearchInterface.ProductGrouping .product-lists-container .product-list .product-list-btn-container a[ps-sku].ps-disabled, .CoveoSearchInterface.ProductGrouping .product-lists-container .product-list .product-list-btn-container a[data-ps-sku].ps-disabled, .CoveoSearchInterface.ProductGrouping .product-lists-container .product-list .product-list-btn-container .ps-widget[ps-sku].ps-disabled, .CoveoSearchInterface.ProductGrouping .product-lists-container .product-list .product-list-btn-container .ps-widget[data-ps-sku].ps-disabled, .product-compare .product-lists-container .product-list .product-list-btn-container a[ps-sku].ps-disabled, .product-compare .product-lists-container .product-list .product-list-btn-container a[data-ps-sku].ps-disabled, .product-compare .product-lists-container .product-list .product-list-btn-container .ps-widget[ps-sku].ps-disabled, .product-compare .product-lists-container .product-list .product-list-btn-container .ps-widget[data-ps-sku].ps-disabled {
    background: none;
    margin: 0;
  }
}
.CoveoSearchInterface.ProductGrouping .product-lists-container .product-list .product-list-btn-container a[ps-sku].ps-disabled &gt; small, .CoveoSearchInterface.ProductGrouping .product-lists-container .product-list .product-list-btn-container a[data-ps-sku].ps-disabled &gt; small, .CoveoSearchInterface.ProductGrouping .product-lists-container .product-list .product-list-btn-container .ps-widget[ps-sku].ps-disabled &gt; small, .CoveoSearchInterface.ProductGrouping .product-lists-container .product-list .product-list-btn-container .ps-widget[data-ps-sku].ps-disabled &gt; small, .product-compare .product-lists-container .product-list .product-list-btn-container a[ps-sku].ps-disabled &gt; small, .product-compare .product-lists-container .product-list .product-list-btn-container a[data-ps-sku].ps-disabled &gt; small, .product-compare .product-lists-container .product-list .product-list-btn-container .ps-widget[ps-sku].ps-disabled &gt; small, .product-compare .product-lists-container .product-list .product-list-btn-container .ps-widget[data-ps-sku].ps-disabled &gt; small {
  display: none;
  width: 100%;
  border-radius: 0;
  font-size: 16px;
  font-size: 1rem;
  padding: 0;
  margin: 2px;
  color: #0c479d;
  font-weight: 700;
  background: transparent;
}
@media (min-width: 768px) {
  .CoveoSearchInterface.ProductGrouping .product-lists-container .product-list .product-list-btn-container a[ps-sku].ps-disabled &gt; small, .CoveoSearchInterface.ProductGrouping .product-lists-container .product-list .product-list-btn-container a[data-ps-sku].ps-disabled &gt; small, .CoveoSearchInterface.ProductGrouping .product-lists-container .product-list .product-list-btn-container .ps-widget[ps-sku].ps-disabled &gt; small, .CoveoSearchInterface.ProductGrouping .product-lists-container .product-list .product-list-btn-container .ps-widget[data-ps-sku].ps-disabled &gt; small, .product-compare .product-lists-container .product-list .product-list-btn-container a[ps-sku].ps-disabled &gt; small, .product-compare .product-lists-container .product-list .product-list-btn-container a[data-ps-sku].ps-disabled &gt; small, .product-compare .product-lists-container .product-list .product-list-btn-container .ps-widget[ps-sku].ps-disabled &gt; small, .product-compare .product-lists-container .product-list .product-list-btn-container .ps-widget[data-ps-sku].ps-disabled &gt; small {
    color: #fff;
    font-weight: 400;
    margin: 2px;
  }
}
.CoveoSearchInterface.ProductGrouping .product-lists-container .product-list .product-list-btn-container .btn-near-you, .product-compare .product-lists-container .product-list .product-list-btn-container .btn-near-you {
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .CoveoSearchInterface.ProductGrouping .product-lists-container .product-list .product-list-btn-container .btn-near-you .fa, .product-compare .product-lists-container .product-list .product-list-btn-container .btn-near-you .fa {
    display: none;
  }
}
.CoveoSearchInterface.ProductGrouping .product-lists-container .product-list .product-list-btn-container .btn-compare, .product-compare .product-lists-container .product-list .product-list-btn-container .btn-compare {
  margin-left: 0;
  margin-right: 0;
}
.CoveoSearchInterface.ProductGrouping .product-lists-container .product-list .product-list-btn-container .btn-compare .fa-angle-right:before, .product-compare .product-lists-container .product-list .product-list-btn-container .btn-compare .fa-angle-right:before {
  content: "";
  margin-left: 8px;
  position: absolute;
  bottom: 2px;
}
@media (min-width: 768px) {
  .CoveoSearchInterface.ProductGrouping .product-lists-container .product-list .product-list-btn-container .btn-compare .fa, .product-compare .product-lists-container .product-list .product-list-btn-container .btn-compare .fa {
    display: none;
  }
}
.CoveoSearchInterface.ProductGrouping .product-lists-container .product-list .product-list-btn-container .btn-compare.glyph-link::after, .product-compare .product-lists-container .product-list .product-list-btn-container .btn-compare.glyph-link::after {
  content: none !important;
}
.CoveoSearchInterface.ProductGrouping .product-lists-container .product-list .product-list-btn-container .ps-button-label, .product-compare .product-lists-container .product-list .product-list-btn-container .ps-button-label {
  text-align: center;
  width: 100%;
  display: block;
  margin-left: 0px !important;
  margin-bottom: 0px;
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .CoveoSearchInterface.ProductGrouping .product-lists-container .product-list .product-list-btn-container .ps-button-label, .product-compare .product-lists-container .product-list .product-list-btn-container .ps-button-label {
    color: #0c479d;
    padding: 0;
    font-weight: 700;
    background: transparent;
    text-shadow: none;
  }
}
.CoveoSearchInterface.ProductGrouping .product-compare-flyout, .product-compare .product-compare-flyout {
  display: none;
  width: 100%;
  height: 0px;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: width 2s;
  transition: width 2s;
  transition: height 1s;
  position: fixed;
  bottom: 0;
  padding: 10px 0px;
  border: 1px solid #fff;
  right: 0;
  z-index: 999;
}
@media (min-width: 768px) {
  .CoveoSearchInterface.ProductGrouping .product-compare-flyout, .product-compare .product-compare-flyout {
    right: 23px;
    width: 95%;
  }
}
.CoveoSearchInterface.ProductGrouping .product-compare-flyout .product-compare-container, .product-compare .product-compare-flyout .product-compare-container {
  display: flex;
  margin-bottom: 2rem;
}
.CoveoSearchInterface.ProductGrouping .product-compare-flyout .product-compare-container .closeIcon, .product-compare .product-compare-flyout .product-compare-container .closeIcon {
  color: #fff;
  position: absolute;
  right: 10px;
  cursor: pointer;
}
.CoveoSearchInterface.ProductGrouping .product-compare-flyout .product-compare-container .product-placeholder.col-lg-3, .product-compare .product-compare-flyout .product-compare-container .product-placeholder.col-lg-3 {
  display: block !important;
  padding: 0 20px;
}
.CoveoSearchInterface.ProductGrouping .product-compare-flyout .product-list-heading, .product-compare .product-compare-flyout .product-list-heading {
  color: #fff;
  flex-flow: column;
  text-align: center;
}
.CoveoSearchInterface.ProductGrouping .product-compare-flyout .product-list-heading h4, .product-compare .product-compare-flyout .product-list-heading h4 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}
.CoveoSearchInterface.ProductGrouping .product-compare-flyout .product-list-heading h4 a, .CoveoSearchInterface.ProductGrouping .product-compare-flyout .product-list-heading h4 a:hover, .product-compare .product-compare-flyout .product-list-heading h4 a, .product-compare .product-compare-flyout .product-list-heading h4 a:hover {
  text-decoration: none;
  color: #fff;
}
.CoveoSearchInterface.ProductGrouping .product-compare-flyout .product-placeholder, .product-compare .product-compare-flyout .product-placeholder {
  padding: 0;
  flex-grow: 0;
  display: flex;
  align-content: center;
  justify-content: center;
  text-align: center;
}
.CoveoSearchInterface.ProductGrouping .product-compare-flyout .product-placeholder .non-active, .product-compare .product-compare-flyout .product-placeholder .non-active {
  border: 5px dashed #e6e6e6;
  width: 95%;
  min-height: 190px;
}
.CoveoSearchInterface.ProductGrouping .product-compare-flyout .product-placeholder img, .product-compare .product-compare-flyout .product-placeholder img {
  height: 120px;
  margin: 10px;
  max-width: 90%;
}
.CoveoSearchInterface.ProductGrouping .product-compare-flyout .btn-container, .product-compare .product-compare-flyout .btn-container {
  flex-flow: row;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-right: 10px;
  border-top: 1px solid #fff;
}
@media (max-width: 767px) {
  .CoveoSearchInterface.ProductGrouping .product-compare-flyout .btn-container a, .product-compare .product-compare-flyout .btn-container a {
    flex-basis: 50%;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .CoveoSearchInterface.ProductGrouping .product-compare-flyout .btn-container a.compareProducts, .product-compare .product-compare-flyout .btn-container a.compareProducts {
    text-align: center;
  }
}
.CoveoSearchInterface.ProductGrouping .product-compare-flyout .btn-container .clearAll, .product-compare .product-compare-flyout .btn-container .clearAll {
  line-height: 22px;
  color: #fff;
}
.CoveoSearchInterface.ProductGrouping .product-compare-flyout .btn-container .clearAll:hover, .product-compare .product-compare-flyout .btn-container .clearAll:hover {
  text-decoration: none;
}
.CoveoSearchInterface.ProductGrouping .product-compare-flyout .btn-container .clearAllProducts, .product-compare .product-compare-flyout .btn-container .clearAllProducts {
  margin-right: 20px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

.product-compare .buttons .ps-widget small {
  padding: 10px 50px;
}
.product-compare .product-table-compare {
  display: flex;
}
.product-compare .product-lists-container {
  padding: 0px !important;
  margin: 0px;
  width: auto;
  align-items: stretch;
  flex: 1;
}
.product-compare .product-lists-container div[class*=col-] &gt; div {
  border: 2px solid #ebebeb;
  background-color: #ebebeb;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
}
.product-compare .product-lists-container div[class*=col-] &gt; div figure.product-list-image {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  margin: 0;
  padding-bottom: 0;
}
.product-compare .product-lists-container div[class*=col-] &gt; div figure.product-list-image &gt; div {
  max-height: 150px;
  min-height: 150px;
  align-content: center;
  align-items: center;
  display: flex;
}
.product-compare .product-lists-container div[class*=col-] &gt; div figure.product-list-image &gt; div img {
  width: auto;
  height: auto;
}
.product-compare .product-lists-container div[class*=col-] &gt; div figure.product-list-image h4 {
  background: #ebebeb;
  padding: 10px;
  margin: 0;
}
.product-compare .product-lists-container .product-list {
  background: #f2f2f2;
}
.product-compare .product-lists-container .product-list .product-list-btn-container {
  padding: 0;
}
.product-compare .product-lists-container .product-list .product-list-btn-container .ps-widget[ps-sku].ps-disabled, .product-compare .product-lists-container .product-list .product-list-btn-container .ps-widget[data-ps-sku].ps-disabled {
  margin: 0;
  margin-left: 0;
  width: 100%;
}
.product-compare .product-lists-container .product-list .product-list-btn-container .ps-widget[ps-sku].ps-disabled:focus, .product-compare .product-lists-container .product-list .product-list-btn-container .ps-widget[ps-sku].ps-disabled:active, .product-compare .product-lists-container .product-list .product-list-btn-container .ps-widget[data-ps-sku].ps-disabled:focus, .product-compare .product-lists-container .product-list .product-list-btn-container .ps-widget[data-ps-sku].ps-disabled:active {
  box-shadow: none;
  outline-offset: 2px;
}
.product-compare .product-lists-container .product-list .product-list-btn-container .ps-widget[ps-sku].ps-disabled &gt; span.ps-button-label, .product-compare .product-lists-container .product-list .product-list-btn-container .ps-widget[data-ps-sku].ps-disabled &gt; span.ps-button-label {
  display: none;
}
@media (min-width: 768px) {
  .product-compare .product-lists-container .product-list .product-list-btn-container .ps-widget[ps-sku].ps-disabled &gt; small, .product-compare .product-lists-container .product-list .product-list-btn-container .ps-widget[data-ps-sku].ps-disabled &gt; small {
    padding: 10px 50px;
    padding: 0.625rem 3.125rem;
  }
}
.product-compare .product-lists-container .product-list .product-list-btn-container .ps-widget .ps-button-label {
  display: block !important;
  width: 100%;
  border-radius: 0;
  font-size: 16px;
  font-size: 1rem;
  margin: 2px !important;
  height: auto !important;
  padding: 10px 50px;
  padding: 0.625rem 3.125rem;
}
@media (max-width: 767px) {
  .product-compare .product-lists-container .product-list .product-list-btn-container .ps-widget .ps-button-label {
    text-shadow: none;
    padding: 0;
  }
}
.product-compare .product-lists-container .product-list .product-list-btn-container .ps-widget small + .ps-button-label {
  display: none;
}
.product-compare .product-lists-container .product-list .product-list-btn-container .ps-widget small {
  display: block;
  width: 100%;
  border-radius: 0;
  font-size: 16px;
  font-size: 1rem;
  margin: 2px;
  padding: 0;
  color: #2b2626;
  font-weight: 700;
}
@media (min-width: 768px) {
  .product-compare .product-lists-container .product-list .product-list-btn-container .ps-widget small {
    color: #fff;
    padding: 10px 50px;
    padding: 0.625rem 3.125rem;
    font-weight: 400;
  }
}
@media (max-width: 767px) {
  .product-compare {
    margin: 0;
  }
}

.CoveoResult .reviewContainer &gt; a, .CoveoResult .reviewContainer &gt; a:hover {
  text-decoration: none;
  display: flex;
}

.reviewContainer {
  padding: 0;
}
@media (min-width: 576px) {
  .reviewContainer {
    padding: 10px;
    padding-bottom: 0;
  }
}
.reviewContainer &gt; a, .reviewContainer &gt; a:hover {
  text-decoration: none;
  display: flex;
}
.reviewContainer div a:hover {
  text-decoration: none;
}
.reviewContainer b {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}
.reviewContainer .ratingText {
  border: 1px solid #e6e6e6;
  background: #e6e6e6;
  border-radius: 3px;
  padding: 4px;
  color: #2b2626;
  text-decoration: none;
  position: absolute;
  right: 16px;
  margin-top: 3px;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .reviewContainer .ratingText {
    right: 90px;
  }
}
@media (min-width: 992px) {
  .reviewContainer .ratingText {
    right: 48px;
  }
}
.reviewContainer .star-ratings-css {
  color: #c5c5c5;
  font-size: 25px;
  height: 25px;
  width: 104px;
  display: inline-block;
  position: relative;
  padding: 0;
  text-shadow: 0px 1px 0 #a2a2a2;
  margin: auto;
  margin-bottom: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .reviewContainer .star-ratings-css {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .reviewContainer .star-ratings-css {
    width: 104px;
    margin-left: 40px;
  }
}
@media (min-width: 992px) {
  .reviewContainer .star-ratings-css {
    width: 104px;
    margin-left: 32px;
  }
}
.reviewContainer .star-ratings-css .star-ratings-css-top {
  color: #0e469b;
  padding: 0;
  position: absolute;
  z-index: 1;
  display: inline-flex;
  top: 0;
  left: 0;
  overflow: hidden;
  font-size: 20px;
  text-align: left;
  height: 30px;
}
@media (min-width: 768px) {
  .reviewContainer .star-ratings-css .star-ratings-css-top {
    left: 0;
  }
}
.reviewContainer .star-ratings-css .star-ratings-css-top span {
  width: 17px;
  height: 20px;
}
@media (min-width: 768px) {
  .reviewContainer .star-ratings-css .star-ratings-css-top span {
    width: 25px;
    height: 25px;
    font-size: 20px;
    margin: 1px 2px;
  }
}
@media (min-width: 992px) {
  .reviewContainer .star-ratings-css .star-ratings-css-top span {
    font-size: 25px;
    margin: -2px 0;
  }
}
.reviewContainer .star-ratings-css .star-ratings-css-bottom {
  padding: 0;
  display: block;
  z-index: 0;
  font-size: 20px;
}
.reviewContainer .star-ratings-css .star-ratings-css-bottom span {
  padding: 0;
  width: 20px;
  height: 20px;
}
@media (min-width: 992px) {
  .reviewContainer .star-ratings-css .star-ratings-css-bottom span {
    font-size: 25px;
  }
}
@media (min-width: 768px) {
  .reviewContainer .star-ratings-css .star-ratings-css-bottom span {
    width: 25px;
    height: 25px;
    font-size: 20px;
    margin: 2px;
  }
}

@media (min-width: 768px) {
  .CoveoSearchInterface.ProductGrouping .reviewContainer .ratingText, .product-compare .ratingText {
    right: 40px;
  }
}
@media (min-width: 992px) {
  .CoveoSearchInterface.ProductGrouping .reviewContainer .ratingText, .product-compare .ratingText {
    right: 20px;
  }
}
@media (max-width: 767px) {
  .CoveoSearchInterface.ProductGrouping .reviewContainer .star-ratings-css, .product-compare .star-ratings-css {
    margin-left: 10px;
  }
}
@media (min-width: 768px) {
  .CoveoSearchInterface.ProductGrouping .reviewContainer .star-ratings-css, .product-compare .star-ratings-css {
    width: 104px;
    margin-left: 15px;
  }
}
@media (min-width: 992px) {
  .CoveoSearchInterface.ProductGrouping .reviewContainer .star-ratings-css, .product-compare .star-ratings-css {
    width: 104px;
    margin-left: 10px;
  }
}

@media (min-width: 992px) {
  .product-compare .ratingText {
    right: 60px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .product-compare .ratingText {
    right: 20px;
  }
}
@media (max-width: 767px) {
  .product-compare .star-ratings-css {
    margin-left: 0px;
  }
}
@media (min-width: 992px) {
  .product-compare .star-ratings-css {
    width: 125px;
    margin-left: 30px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .product-compare .star-ratings-css {
    width: 125px;
    margin-left: 10px;
  }
}

.product-compare .product-attribute-compare .buttons a {
  margin-left: 0;
}

.product-compare .buttons .ps-widget[ps-sku].ps-disabled &gt; span.ps-button-label, .product-compare .buttons .ps-widget[data-ps-sku].ps-disabled &gt; span.ps-button-label {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
}

.product-compare .ps-Exxon-product.ps-widget[ps-sku].ps-disabled &gt; small, .product-compare .ps-Exxon-product.ps-widget[data-ps-sku].ps-disabled &gt; small {
  display: none;
}

.product-compare .buttons .ps-widget[ps-sku].ps-disabled, .product-compare .buttons .ps-widget[data-ps-sku].ps-disabled {
  margin-left: 0px;
}

.product-table-compare .product-list {
  width: 25%;
  max-width: 25%;
}

@media (max-width: 767px) {
  .product-table-compare .product-list {
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .product-compare .product-key-compare .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
}
.product-placeholder {
  position: relative;
}

@media (max-width: 767px) {
  .product-placeholder {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .product-compare-flyout.col-lg-9 {
    max-width: 75%;
  }
}
.product-compare-flyout .compareProducts:hover {
  text-decoration: underline;
}

/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
/*code merge*/
.product-list &gt; thead &gt; tr &gt; th {
  padding: 10px 18px;
  padding: 0.625rem 1.125rem;
  vertical-align: middle;
}
.product-list &gt; tbody &gt; tr &gt; td {
  padding: 10px 18px;
  padding: 0.625rem 1.125rem;
  text-align: center;
  vertical-align: middle;
}
.product-list &gt; tbody &gt; tr &gt; td.product-list-icon {
  border-right: none;
  padding: 10px;
  padding: 0.625rem;
  vertical-align: top;
  width: 150px;
}
@media only screen and (max-width: 992px) {
  .product-list &gt; tbody &gt; tr &gt; td.product-list-icon {
    width: 60px;
  }
}
.product-list &gt; tbody &gt; tr &gt; td.product-list-icon a &gt; img {
  display: inline-block;
  min-height: 60px;
  min-width: 60px;
}
.product-list &gt; tbody &gt; tr &gt; td.product-list-description {
  border-left: none;
  padding-left: 5px;
  padding-left: 0.3125rem;
  text-align: left;
  vertical-align: top;
}
.product-list &gt; tbody &gt; tr &gt; td.product-list-description &gt; p {
  line-height: 16px;
  line-height: 1rem;
}
.product-list &gt; tbody &gt; tr &gt; td.product-list-description &gt; p:last-child {
  margin-bottom: 0;
}

.product-list-title {
  display: block;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    border: 1px solid #dee2e6;
  }
}
ul.table.table-bordered.product-list.component-margin-none {
  padding: 0;
}
ul.table.table-bordered.product-list.component-margin-none li.product-list-icon {
  border: 0.5px solid rgba(28, 36, 36, 0.1);
  border-top: none;
  display: flex;
  padding: 10px;
}
ul.table.table-bordered.product-list.component-margin-none li.product-list-icon:first-child {
  border-top: 0.5px solid rgba(28, 36, 36, 0.1);
}
ul.table.table-bordered.product-list.component-margin-none li.product-list-icon .resource-list-img {
  min-width: 60px !important;
  min-height: 60px !important;
}
ul.table.table-bordered.product-list.component-margin-none li.product-list-icon .product-list-title {
  margin: 0 0 0 1rem;
}
ul.table.table-bordered.product-list.component-margin-none li.product-list-icon .product-list-title a {
  margin-bottom: 4px;
  display: block;
  line-height: 1rem;
  line-height: 1.42857;
  color: #0c479d;
}
ul.table.table-bordered.product-list.component-margin-none li.product-list-icon .product-list-title p.description {
  line-height: 1rem;
  margin-bottom: 10px;
  display: block;
}
ul.table.table-bordered.product-list.component-margin-none li.product-list-icon .product-list-title p:nth-child(3) {
  line-height: 1rem;
  margin-bottom: 0;
}

ul#DataSheetTable.table.table-bordered li .product-list-description &gt; a {
  color: #0c479d;
}

/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
.promotion-carousel {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.promotion-carousel .promotion-carousel-inner {
  margin: 0 auto;
  overflow-x: hidden;
  width: 100%;
  position: unset;
}
@media (min-width: 992px) {
  .promotion-carousel .promotion-carousel-inner {
    width: 89%;
  }
}
.promotion-carousel .promotion-carousel-inner .promotion {
  box-sizing: border-box;
  display: flex;
  padding: 0px;
  margin: 0px;
}
.promotion-carousel .promotion-carousel-inner .promotion .promotion-image {
  float: left;
  height: auto;
  width: auto;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.promotion-carousel .promotion-carousel-inner .promotion .promotion-image .component.b03-image {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .promotion-carousel .promotion-carousel-inner .promotion .promotion-image {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding: 0 10px;
  }
}
.promotion-carousel .promotion-carousel-inner .slick-prev {
  background: transparent;
  position: absolute;
  display: none !important;
  cursor: pointer;
  margin-top: -10px;
  margin-top: -0.625rem;
  padding: 0;
  border: none;
  top: 40%;
  z-index: 2;
  background-image: url(../img/icons.png);
  width: 20px;
  height: 44px;
  color: transparent;
  outline: 0;
  left: 0;
  background-position: -389px -176px;
}
@media (min-width: 992px) {
  .promotion-carousel .promotion-carousel-inner .slick-prev {
    display: block !important;
  }
}
.promotion-carousel .promotion-carousel-inner .slick-next {
  background: transparent;
  position: absolute;
  display: none !important;
  cursor: pointer;
  margin-top: -10px;
  margin-top: -0.625rem;
  padding: 0;
  border: none;
  top: 40%;
  z-index: 2;
  background-image: url(../img/icons.png);
  width: 20px;
  height: 44px;
  color: transparent;
  outline: 0;
  right: 0;
  background-position: -390px -129px;
}
@media (min-width: 992px) {
  .promotion-carousel .promotion-carousel-inner .slick-next {
    display: block !important;
  }
}
.promotion-carousel .slide-column .promotion .promotion-details {
  padding-left: 0;
  padding-bottom: 2rem;
  width: 90%;
}
.promotion-carousel .slide-column .promotion .promotion-details h3 {
  margin-left: 2rem;
}
.promotion-carousel .slick-dots {
  position: absolute;
  bottom: -15px;
  left: 0;
  display: none;
}
.promotion-carousel .slick-dots li {
  display: inline-block;
  margin: 0px;
  padding-left: 40px;
  padding-left: 2.5rem;
}
@media (min-width: 992px) {
  .promotion-carousel .slick-dots li {
    display: none;
  }
}
.promotion-carousel .slick-dots li:before {
  background-color: #b5b5b5;
  content: "•";
  color: #b5b5b5;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: -22.4px;
  margin-left: -1.4rem;
  border-radius: 10px;
}
.promotion-carousel .slick-dots li button {
  display: none;
}
.promotion-carousel .slick-dots li.slick-active:before {
  background-color: #00a3e0;
  content: "•";
  color: #00a3e0;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -22.4px;
  margin-left: -1.4rem;
  border-radius: 10px;
}
.promotion-carousel .slick-dots li.slick-active h2.heading {
  padding-bottom: 16px;
  padding-bottom: 1rem;
}
.promotion-carousel .slick-dots .slick-slide .promotion .promotion-details {
  padding: 0;
}
.promotion-carousel .slick-dots .slick-slide .promotion .promotion-details h3 {
  padding-bottom: 22.4px;
  padding-bottom: 1.4rem;
}

.carousel-indicators.slick-slide.slick-active {
  display: none;
}

/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
.promotion {
  flex-flow: column;
  display: flex;
}
.promotion .promotion-image-wrap {
  width: 100%;
}
.promotion .promotion-image-wrap img {
  width: 100%;
}
.promotion .promotion-ctas {
  -webkit-order: 3;
  order: 3;
  text-align: center;
}
.promotion .promotion-ctas .btn, .promotion .promotion-ctas .btn-primary, .promotion .promotion-ctas .btn-secondary, .promotion .promotion-ctas .btn-tertiary, .promotion .promotion-ctas .btn-primary-em-blue, .promotion .promotion-ctas .btn-deemphasized, .promotion .promotion-ctas .btn-light, .promotion .promotion-ctas .btn-badge, .promotion .promotion-ctas .btn-icon {
  width: 60%;
}
.promotion .promotion-details {
  width: 100%;
  display: table-cell;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  vertical-align: top;
  padding-left: 16px;
  padding-left: 1rem;
}
.promotion .promotion-details .tag {
  height: 1.65rem;
  margin-right: 8px;
  margin-right: 0.5rem;
  position: relative;
  width: 1.25rem;
}
.promotion .promotion-details .promotion-expiration-content {
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
}
.promotion .promotion-details svg.cyan {
  fill: #00a3e0;
}
.promotion .promotion-details svg.orange {
  fill: #c93c00;
}
.promotion .promotion-details svg.purple {
  fill: #7966a5;
}
.promotion .promotion-details svg.green {
  fill: #00a14d;
}
.promotion .promotion-details svg.blue {
  fill: #0c479d;
}
.promotion .promotion-details svg.grey {
  fill: #5a5a5a;
}
.promotion .promotion-details svg.red {
  fill: #d42e12;
}
.promotion .promotion-details .orange {
  color: #c93c00;
}
.promotion .promotion-details .cyan {
  color: #00a3e0;
}
.promotion .promotion-details .purple {
  color: #7966a5;
}
.promotion .promotion-details .green {
  color: #00a14d;
}
.promotion .promotion-details .blue {
  color: #0c479d;
}
.promotion .promotion-details .grey {
  color: #5a5a5a;
}
.promotion .promotion-details .red {
  color: #d42e12;
}
.promotion .promotion-details .date {
  color: #5a5a5a;
  display: block;
}
@media (min-width: 992px) {
  .promotion .promotion-details .date {
    display: inline-block;
  }
}
.promotion .promotion-details .date:before {
  bottom: 0.0625rem;
  color: #5a5a5a;
  content: "|";
  display: none;
  margin: 0 0.3125rem;
  position: relative;
}
@media (min-width: 992px) {
  .promotion .promotion-details .date:before {
    display: inline-block;
  }
}
.promotion .promotion-details h3 {
  font-size: 25px;
  font-size: 1.5625rem;
}
@media only screen and (max-width: 767px) {
  .promotion .promotion-details h3 {
    font-size: 1rem;
  }
}
.promotion .promotion-details .promotion-expiration {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.surfaced-item-horizontal-row.surface-item-promolist img {
  width: 40%;
  float: left;
  padding-right: 10px;
  padding-right: 0.625rem;
}

@media only screen and (min-width: 720px) {
  .promotion {
    flex-flow: row wrap;
    display: flex;
    -webkit-flex-flow: row wrap;
  }
  .promotion .promotion-image-wrap {
    width: 30%;
    order: 1;
  }
  .promotion .promotion-image-wrap a {
    display: block;
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
  }
  .promotion .promotion-image-wrap img {
    max-width: 25rem;
  }
  .promotion .promotion-ctas {
    flex-flow: column;
    margin-top: 25px;
    margin-top: 1.5625rem;
    min-width: 18rem;
    max-width: 24rem;
    width: 24%;
  }
  .promotion .promotion-ctas .btn, .promotion .promotion-ctas .btn-primary, .promotion .promotion-ctas .btn-secondary, .promotion .promotion-ctas .btn-tertiary, .promotion .promotion-ctas .btn-primary-em-blue, .promotion .promotion-ctas .btn-deemphasized, .promotion .promotion-ctas .btn-light, .promotion .promotion-ctas .btn-badge, .promotion .promotion-ctas .btn-icon {
    width: 100%;
  }
  .promotion .promotion-details {
    order: 2;
    width: 70%;
  }

  .surfaced-item-horizontal-row.surface-item-promolist img {
    width: auto;
  }
}
.promotion-image-wrap a:focus {
  outline-offset: 3px;
}

.promotion-image-wrap a:hover {
  text-decoration: underline;
}

/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
/*@import "mixins";

@include font("EMprintLight", "EMPrint-Light");
@include font("EMprintLightItalic", "EMPrint-LightItalic");
@include font("EMprint", "EMPrint-Regular");
@include font("EMprintItalic", "EMprint-RegularItalic");
@include font("EMprintSemibold", "EMprint-Semibold");
@include font("EMprintSemiboldItalic", "EMprint-SemiboldItalic");
@include font("EMprintBold", "EMPrint-Bold");
@include font("EMprintBoldItalic", "EMPrint-BoldItalic");
@include font("EMprintCondensedBold", "EMprint-CondensedBold");
@include font("EMprintCondensedBoldlt", "EMprint-CondensedBoldlt");
@include font("EMprintCondensedItalic", "EMprint-CondensedItalic");
@include font("EMprintCondensedLight", "EMprint-CondensedLight");
@include font("EMprintCondensedLightlt", "EMprint-CondensedLightlt");
@include font("EMprintCondensedSemibold", "EMprint-CondensedSemibold");
@include font("EMprintCondensedSemiboldlt", "EMprint-CondSemiboldlt");
@include font("EMprintCondensed", "EMprint-CondensedRegular");
@include font("em", "em");
    */
.promotion-filter-nav {
  background-color: #f1f1f1;
  padding: 12px 16px;
  padding: 0.75rem 1rem;
  border-radius: 0.25rem;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.promotion-filter-nav .filter-nav-toggles {
  display: flex;
  flex-flow: row wrap;
  padding-left: 16px;
  padding-left: 1rem;
  display: none;
}
.promotion-filter-nav .filter-nav-toggles .filter-nav-select {
  padding: 0px 7px 0px 7px;
  padding: 0rem 0.4375rem 0rem 0.4375rem;
}
.promotion-filter-nav .filter-nav-toggles .filter-nav-select .control-label {
  cursor: default;
  margin-right: 1.5%;
  font-size: 13px;
  margin-bottom: 5px;
}
.promotion-filter-nav .filter-nav-toggles .filter-nav-select select {
  display: block;
  width: 100%;
  height: 2.25rem;
  padding: 6px 12px;
  padding: 0.375rem 0.75rem;
  font-size: 16px;
  line-height: 1.42857;
  color: #555555;
  background-color: white;
  background-image: none;
  border: 0.0625rem solid #ccc;
  border-radius: 0.25rem;
  cursor: pointer;
  box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.promotion-filter-nav button#reset-promotion {
  color: #fff;
  border-radius: 0.1875rem;
  font-size: 16px;
  font-size: 1rem;
  padding: 0rem;
  height: 2.4rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

button.promo-nav-button, button.promo-nav-button:hover, button.promo-nav-button:active, button.promo-nav-button:focus {
  display: block;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  outline: 0;
  background-color: transparent;
  color: #606060;
  border: 1px solid #606060;
  padding-right: 16px;
  padding-right: 1rem;
  padding-left: 16px;
  padding-left: 1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
button.promo-nav-button.show-narrow, button.promo-nav-button:hover.show-narrow, button.promo-nav-button:active.show-narrow, button.promo-nav-button:focus.show-narrow {
  border-radius: 5px;
}
button.promo-nav-button.show-narrow i, button.promo-nav-button:hover.show-narrow i, button.promo-nav-button:active.show-narrow i, button.promo-nav-button:focus.show-narrow i {
  transform: rotate(180deg);
}
button.promo-nav-button.show-narrow + .promotion-filter-nav, button.promo-nav-button:hover.show-narrow + .promotion-filter-nav, button.promo-nav-button:active.show-narrow + .promotion-filter-nav, button.promo-nav-button:focus.show-narrow + .promotion-filter-nav {
  padding: 0px;
}
button.promo-nav-button.btn-primary:not(:disabled):not(.disabled):active, button.promo-nav-button:hover.btn-primary:not(:disabled):not(.disabled):active, button.promo-nav-button:active.btn-primary:not(:disabled):not(.disabled):active, button.promo-nav-button:focus.btn-primary:not(:disabled):not(.disabled):active {
  background-color: transparent;
  color: #606060;
  outline: none;
  border-color: #606060;
  box-shadow: none;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .promotion-filter-nav .filter-nav-toggles {
    display: flex;
  }
  .promotion-filter-nav button.promo-nav-button {
    display: none;
  }
  .promotion-filter-nav button#reset-promotion {
    padding: 0 15px 0 15px;
    margin-top: 0px;
    margin-top: 0rem;
    margin-left: 7px;
    margin-left: 0.4375rem;
  }
}
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
.resource .resource-image,
.resource .resource-text,
.resource .resource-title {
  display: block;
}
.resource .resource-image {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.bp-sm &gt; .resource {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.bp-sm &gt; .resource &gt; .resource-image,
.bp-sm &gt; .resource &gt; .resource-text {
  display: table-cell;
  margin-bottom: 0;
  vertical-align: top;
}
.bp-sm &gt; .resource &gt; .resource-image {
  min-width: 90px;
  padding-right: 16px;
  padding-right: 1rem;
  width: 25%;
}
.bp-sm &gt; .resource &gt; .resource-text {
  width: 75%;
}

.bp-max-lg &gt; .resource &gt; .resource-image {
  width: 33.3333333333%;
}
.bp-max-lg &gt; .resource &gt; .resource-text {
  width: 66.6666666667%;
}

/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
.resource-list &gt; tbody &gt; tr &gt; td {
  padding: 16px 24px;
  padding: 1rem 1.5rem;
  vertical-align: middle;
}
.resource-list &gt; tbody &gt; tr &gt; td.resource-list-icon {
  padding: 10px;
  padding: 0.625rem;
}

.resource-list-nowrap, .resource-list-icon, .resource-list-action {
  white-space: nowrap;
  width: 1%;
}

.resource-list-action &gt; a {
  color: #2b2626;
  position: relative;
  top: -6px;
  top: -0.375rem;
}
.resource-list-action .link-icon {
  word-break: keep-all;
}
.resource-list-action .link-icon .c04-lightbox {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.resource-list-action .link-icon .c04-lightbox p.link {
  margin-bottom: 0;
}
.resource-list-action .link-icon .c04-lightbox p.link a {
  color: #2b2626;
}

.resource-list-icon {
  /*----MS Edge Browser an IE 11 CSS Start----*/
  /*----MS Edge Browser CSS End----*/
}
.resource-list-icon &gt; img {
  display: inline-block;
  max-width: none;
  min-height: 60px;
  min-width: 60px;
}
@supports (-ms-ime-align: auto) {
  .resource-list-icon &gt; img {
    max-width: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .resource-list-icon &gt; img {
    max-width: 0;
  }
}

.resource-list-title {
  display: block;
}

.div-table .div-table-body .div-table-row .div-table-cell {
  word-break: normal;
  white-space: nowrap;
  border-right: none;
}
.div-table .div-table-body .div-table-row .div-table-cell:last-child {
  border-right: 1px solid #e6e6e6;
}
.div-table .div-table-body .div-table-row .div-table-cell .field-extension {
  text-transform: uppercase;
  display: inline-block;
  padding-left: 10px;
  padding-left: 0.625rem;
}
.div-table .div-table-body .div-table-row .div-table-cell .field-size {
  text-transform: lowercase;
  display: inline-block;
  position: relative;
  padding-right: 16px;
  padding-right: 1rem;
}
.div-table .div-table-body .div-table-row .div-table-cell .field-size :after {
  position: absolute;
  content: "-";
  line-height: 1px;
  line-height: 0.0625rem;
  top: 50%;
  right: 0;
}
.div-table .div-table-body .div-table-row .div-table-cell.resource-list-action {
  padding: 16px 24px;
  padding: 1rem 1.5rem;
}
.div-table .div-table-body .div-table-row .div-table-cell.resource-list-action .link-icon {
  display: flex;
  align-items: baseline;
}
.div-table .div-table-body .div-table-row .div-table-cell.resource-list-action .link-icon &gt; span {
  display: flex;
  align-items: baseline;
}
.div-table .div-table-body .div-table-row .div-table-cell.resource-list-action .link-icon i {
  top: 10px;
  top: 0.625rem;
  margin-right: 8px;
  margin-right: 0.5rem;
}

.a14-resource-list.no-icon-border .div-table-body .div-table-row .div-table-cell.resource-list-icon {
  border-right: 0;
  padding: 10px;
  padding: 0.625rem;
  vertical-align: top;
  width: 60px;
}
.a14-resource-list.no-icon-border .div-table-body .div-table-row .div-table-cell.resource-list-icon &gt; img {
  display: inline-block;
  max-width: 100%;
  min-height: 60px;
  min-width: 60px;
}
.a14-resource-list.no-icon-border .div-table-body .div-table-row .div-table-cell.resource-list-description {
  border-left: 0;
}
.a14-resource-list.no-icon-border .div-table-body .div-table-row .div-table-cell.resource-list-description p {
  display: inline-block;
  line-height: 16px;
}
.a14-resource-list.no-icon-border .div-table-body .div-table-row .div-table-cell.resource-list-action {
  padding-left: 5px;
  padding-left: 0.3125rem;
  text-align: left;
  vertical-align: top;
}
@media (max-width: 767px) {
  .a14-resource-list.mobile-resource-list .div-table .div-table-body .div-table-row .div-table-cell {
    display: block;
    width: 100%;
    border: 1px solid #ddd;
  }
  .a14-resource-list.mobile-resource-list .div-table .div-table-body .div-table-row .div-table-cell.resource-list-description {
    display: inline-block;
    width: 70%;
    border: none;
    white-space: normal;
  }
  .a14-resource-list.mobile-resource-list .div-table .div-table-body .div-table-row .div-table-cell.resource-list-icon {
    display: inline-block;
    width: 30%;
    border: transparent;
  }
  .a14-resource-list.mobile-resource-list .div-table .div-table-body .div-table-row:nth-child(odd) {
    background-color: #e6e6e6;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
  }
  .a14-resource-list.mobile-resource-list .div-table .div-table-body .div-table-row:nth-child(even) {
    border-bottom: 2px solid #ddd;
  }
}

.auto-resize-table .div-table .div-table-body {
  display: table;
  width: 100%;
  border: 1px solid #e6e6e6;
}
.auto-resize-table .div-table .div-table-body .div-table-row .div-table-cell {
  width: auto !important;
}
.auto-resize-table .div-table .div-table-body .div-table-row .resource-list-icon.div-table-cell {
  white-space: normal;
  width: 60px !important;
}
.auto-resize-table .div-table .div-table-body .div-table-row .resource-list-icon.div-table-cell img {
  max-width: 100%;
}
.auto-resize-table.no-icon-border .div-table .div-table-body .div-table-row .resource-list-icon.div-table-cell {
  display: none;
}

/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
/*code merge*/
.screen-title {
  position: relative;
}

.screen-title-image {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  display: block;
}
.screen-title-image .component {
  margin-bottom: 0;
}

.screen-title-title {
  margin-top: 0;
  word-wrap: break-word;
  font-size: 40px;
  font-size: 2.5rem;
}

.screen-title-subtitle {
  display: block;
}

.screen-title-full-overlay .screen-title-subtitle,
.screen-title-full-overlay .screen-title-cta {
  font-size: 20px;
  font-size: 1.25rem;
}

.screen-title-below .screen-title-title {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.special-screen-title-text h1 {
  font-size: 40px;
  font-size: 2.5rem;
}
.special-screen-title-text &gt; h1 {
  margin-top: 0;
}

.content-paragraph .screen-title-copy {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.a26-wholesale-fuel-product img ~ p {
  display: flex;
}

div[class*="-3"] .a26-wholesale-fuel-product img {
  display: block;
}
div[class*="-3"] .a26-wholesale-fuel-product img ~ p {
  display: block;
}
div[class*="-3"] .a26-wholesale-fuel-product &gt; .special-screen-title-text {
  display: grid;
}

.col-12 .a26-wholesale-fuel-product &gt; .special-screen-title-text, .col-lg-9 .a26-wholesale-fuel-product &gt; .special-screen-title-text, .col-lg-6 .a26-wholesale-fuel-product &gt; .special-screen-title-text {
  display: grid;
}

@media (min-width: 1200px) {
  .screen-title-full-overlay &gt; .screen-title-copy {
    padding: 16px 20px;
    padding: 1rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .col-title .screen-title-image, .col-lg-9 .screen-title-image, .col-12:not([class*=col-lg]) .screen-title-image {
    margin-bottom: 0;
  }
  .col-title .screen-title-table, .col-title .screen-title-overlay &gt; .screen-title-copy-wrap, .col-title .screen-title-no-image &gt; .screen-title-copy-wrap, .col-title .col-lg-9 .screen-title-overlay &gt; .screen-title-copy-wrap, .col-lg-9 .col-title .screen-title-overlay &gt; .screen-title-copy-wrap, .col-title .col-lg-9 .screen-title-no-image &gt; .screen-title-copy-wrap, .col-lg-9 .col-title .screen-title-no-image &gt; .screen-title-copy-wrap, .col-title .col-12:not([class*=col-lg]) .screen-title-overlay &gt; .screen-title-copy-wrap, .col-12:not([class*=col-lg]) .col-title .screen-title-overlay &gt; .screen-title-copy-wrap, .col-title .col-12:not([class*=col-lg]) .screen-title-no-image &gt; .screen-title-copy-wrap, .col-12:not([class*=col-lg]) .col-title .screen-title-no-image &gt; .screen-title-copy-wrap, .col-lg-9 .screen-title-table, .col-lg-9 .screen-title-overlay &gt; .screen-title-copy-wrap, .col-lg-9 .screen-title-no-image &gt; .screen-title-copy-wrap, .col-lg-9 .col-12:not([class*=col-lg]) .screen-title-overlay &gt; .screen-title-copy-wrap, .col-12:not([class*=col-lg]) .col-lg-9 .screen-title-overlay &gt; .screen-title-copy-wrap, .col-lg-9 .col-12:not([class*=col-lg]) .screen-title-no-image &gt; .screen-title-copy-wrap, .col-12:not([class*=col-lg]) .col-lg-9 .screen-title-no-image &gt; .screen-title-copy-wrap, .col-12:not([class*=col-lg]) .screen-title-table, .col-12:not([class*=col-lg]) .screen-title-overlay &gt; .screen-title-copy-wrap, .col-12:not([class*=col-lg]) .screen-title-no-image &gt; .screen-title-copy-wrap {
    display: table;
    width: 100%;
  }
  .col-title .screen-title-table-cell, .col-title .screen-title-overlay &gt; .screen-title-copy-wrap &gt; .screen-title-cta, .col-title .screen-title-no-image &gt; .screen-title-copy-wrap &gt; .screen-title-cta, .col-title .screen-title-overlay &gt; .screen-title-copy-wrap &gt; .screen-title-copy, .col-title .screen-title-no-image &gt; .screen-title-copy-wrap &gt; .screen-title-copy, .col-lg-9 .screen-title-table-cell, .col-lg-9 .screen-title-overlay &gt; .screen-title-copy-wrap &gt; .screen-title-cta, .col-lg-9 .screen-title-no-image &gt; .screen-title-copy-wrap &gt; .screen-title-cta, .col-lg-9 .screen-title-overlay &gt; .screen-title-copy-wrap &gt; .screen-title-copy, .col-lg-9 .screen-title-no-image &gt; .screen-title-copy-wrap &gt; .screen-title-copy, .col-12:not([class*=col-lg]) .screen-title-table-cell, .col-12:not([class*=col-lg]) .screen-title-overlay &gt; .screen-title-copy-wrap &gt; .screen-title-cta, .col-12:not([class*=col-lg]) .screen-title-no-image &gt; .screen-title-copy-wrap &gt; .screen-title-cta, .col-12:not([class*=col-lg]) .screen-title-overlay &gt; .screen-title-copy-wrap &gt; .screen-title-copy, .col-12:not([class*=col-lg]) .screen-title-no-image &gt; .screen-title-copy-wrap &gt; .screen-title-copy {
    display: table-cell;
    vertical-align: top;
  }
  .col-title .screen-title-image-wrap, .col-lg-9 .screen-title-image-wrap, .col-12:not([class*=col-lg]) .screen-title-image-wrap {
    position: relative;
  }
  .col-title .screen-title-padded-copy, .col-title .screen-title-overlay &gt; .screen-title-copy-wrap &gt; .screen-title-copy, .col-title .screen-title-no-image &gt; .screen-title-copy-wrap &gt; .screen-title-copy, .col-lg-9 .screen-title-padded-copy, .col-lg-9 .screen-title-overlay &gt; .screen-title-copy-wrap &gt; .screen-title-copy, .col-lg-9 .screen-title-no-image &gt; .screen-title-copy-wrap &gt; .screen-title-copy, .col-12:not([class*=col-lg]) .screen-title-padded-copy, .col-12:not([class*=col-lg]) .screen-title-overlay &gt; .screen-title-copy-wrap &gt; .screen-title-copy, .col-12:not([class*=col-lg]) .screen-title-no-image &gt; .screen-title-copy-wrap &gt; .screen-title-copy {
    padding-right: 32px;
    padding-right: 2rem;
  }
  .col-title .screen-title-lifted-copy, .col-title .screen-title-overlay &gt; .screen-title-copy-wrap &gt; .screen-title-copy, .col-title .screen-title-no-image &gt; .screen-title-copy-wrap &gt; .screen-title-copy, .col-lg-9 .screen-title-lifted-copy, .col-lg-9 .screen-title-overlay &gt; .screen-title-copy-wrap &gt; .screen-title-copy, .col-lg-9 .screen-title-no-image &gt; .screen-title-copy-wrap &gt; .screen-title-copy, .col-12:not([class*=col-lg]) .screen-title-lifted-copy, .col-12:not([class*=col-lg]) .screen-title-overlay &gt; .screen-title-copy-wrap &gt; .screen-title-copy, .col-12:not([class*=col-lg]) .screen-title-no-image &gt; .screen-title-copy-wrap &gt; .screen-title-copy {
    position: relative;
    top: -0.3rem;
  }
  .col-title .screen-title-overlay-block, .col-title .screen-title-full-overlay &gt; .screen-title-copy, .col-title .col-lg-9 .screen-title-full-overlay &gt; .screen-title-copy, .col-lg-9 .col-title .screen-title-full-overlay &gt; .screen-title-copy, .col-title .col-12:not([class*=col-lg]) .screen-title-full-overlay &gt; .screen-title-copy, .col-12:not([class*=col-lg]) .col-title .screen-title-full-overlay &gt; .screen-title-copy, .col-title .screen-title-overlay &gt; .screen-title-image-wrap &gt; .screen-title-title, .col-title .screen-title-no-image &gt; .screen-title-image-wrap &gt; .screen-title-title, .col-lg-9 .screen-title-overlay-block, .col-lg-9 .screen-title-full-overlay &gt; .screen-title-copy, .col-lg-9 .col-12:not([class*=col-lg]) .screen-title-full-overlay &gt; .screen-title-copy, .col-12:not([class*=col-lg]) .col-lg-9 .screen-title-full-overlay &gt; .screen-title-copy, .col-lg-9 .screen-title-overlay &gt; .screen-title-image-wrap &gt; .screen-title-title, .col-lg-9 .screen-title-no-image &gt; .screen-title-image-wrap &gt; .screen-title-title, .col-12:not([class*=col-lg]) .screen-title-overlay-block, .col-12:not([class*=col-lg]) .screen-title-full-overlay &gt; .screen-title-copy, .col-12:not([class*=col-lg]) .screen-title-overlay &gt; .screen-title-image-wrap &gt; .screen-title-title, .col-12:not([class*=col-lg]) .screen-title-no-image &gt; .screen-title-image-wrap &gt; .screen-title-title {
    opacity: 0.9;
    filter: alpha(opacity=90);
    background-color: #fff;
    display: block;
    padding: 8px 12px;
    padding: 0.5rem 0.75rem;
    position: absolute;
  }
  .col-title .screen-title-overlay &gt; .screen-title-image-wrap, .col-title .screen-title-no-image &gt; .screen-title-image-wrap, .col-lg-9 .screen-title-overlay &gt; .screen-title-image-wrap, .col-lg-9 .screen-title-no-image &gt; .screen-title-image-wrap, .col-12:not([class*=col-lg]) .screen-title-overlay &gt; .screen-title-image-wrap, .col-12:not([class*=col-lg]) .screen-title-no-image &gt; .screen-title-image-wrap {
    margin-bottom: 19px;
    margin-bottom: 1.1875rem;
  }
  .col-title .screen-title-overlay &gt; .screen-title-image-wrap &gt; .screen-title-title, .col-title .screen-title-no-image &gt; .screen-title-image-wrap &gt; .screen-title-title, .col-lg-9 .screen-title-overlay &gt; .screen-title-image-wrap &gt; .screen-title-title, .col-lg-9 .screen-title-no-image &gt; .screen-title-image-wrap &gt; .screen-title-title, .col-12:not([class*=col-lg]) .screen-title-overlay &gt; .screen-title-image-wrap &gt; .screen-title-title, .col-12:not([class*=col-lg]) .screen-title-no-image &gt; .screen-title-image-wrap &gt; .screen-title-title {
    bottom: 0px;
    left: 0;
    margin: 0px 10px 10px 10px;
    margin: 0rem 0.625rem 0.625rem 0.625rem;
    padding: 15px 20px;
    padding: 0.9375rem 1.25rem;
  }
  .col-title .screen-title-overlay &gt; .screen-title-copy-wrap &gt; h3, .col-title .screen-title-no-image &gt; .screen-title-copy-wrap &gt; h3, .col-lg-9 .screen-title-overlay &gt; .screen-title-copy-wrap &gt; h3, .col-lg-9 .screen-title-no-image &gt; .screen-title-copy-wrap &gt; h3, .col-12:not([class*=col-lg]) .screen-title-overlay &gt; .screen-title-copy-wrap &gt; h3, .col-12:not([class*=col-lg]) .screen-title-no-image &gt; .screen-title-copy-wrap &gt; h3 {
    display: table-caption;
    margin-top: 0;
  }
  .col-title .screen-title-overlay &gt; .screen-title-copy-wrap &gt; .screen-title-cta, .col-title .screen-title-no-image &gt; .screen-title-copy-wrap &gt; .screen-title-cta, .col-lg-9 .screen-title-overlay &gt; .screen-title-copy-wrap &gt; .screen-title-cta, .col-lg-9 .screen-title-no-image &gt; .screen-title-copy-wrap &gt; .screen-title-cta, .col-12:not([class*=col-lg]) .screen-title-overlay &gt; .screen-title-copy-wrap &gt; .screen-title-cta, .col-12:not([class*=col-lg]) .screen-title-no-image &gt; .screen-title-copy-wrap &gt; .screen-title-cta {
    text-align: right;
  }
  .col-title .screen-title-overlay &gt; .screen-title-copy-wrap &gt; .screen-title-cta .c04-lightbox .b05-button, .col-title .screen-title-no-image &gt; .screen-title-copy-wrap &gt; .screen-title-cta .c04-lightbox .b05-button, .col-lg-9 .screen-title-overlay &gt; .screen-title-copy-wrap &gt; .screen-title-cta .c04-lightbox .b05-button, .col-lg-9 .screen-title-no-image &gt; .screen-title-copy-wrap &gt; .screen-title-cta .c04-lightbox .b05-button, .col-12:not([class*=col-lg]) .screen-title-overlay &gt; .screen-title-copy-wrap &gt; .screen-title-cta .c04-lightbox .b05-button, .col-12:not([class*=col-lg]) .screen-title-no-image &gt; .screen-title-copy-wrap &gt; .screen-title-cta .c04-lightbox .b05-button {
    white-space: nowrap;
  }
  .col-title .screen-title-overlay .content-paragraph, .col-lg-9 .screen-title-overlay .content-paragraph, .col-12:not([class*=col-lg]) .screen-title-overlay .content-paragraph {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .col-title .screen-title-overlay .screen-title-copy, .col-lg-9 .screen-title-overlay .screen-title-copy, .col-12:not([class*=col-lg]) .screen-title-overlay .screen-title-copy {
    padding-right: 64px;
    padding-right: 4rem;
  }
  .col-title .screen-title-full-left .screen-title-image, .col-lg-9 .screen-title-full-left .screen-title-image, .col-12:not([class*=col-lg]) .screen-title-full-left .screen-title-image {
    float: left;
    margin: 0px 32px 0px 0px;
    margin: 0rem 2rem 0rem 0rem;
    max-width: 50%;
  }
  .col-title .screen-title-full-right .screen-title-image, .col-lg-9 .screen-title-full-right .screen-title-image, .col-12:not([class*=col-lg]) .screen-title-full-right .screen-title-image {
    float: right;
    margin: 0px 0px 0px 32px;
    margin: 0rem 0rem 0rem 2rem;
    max-width: 50%;
  }
  .col-title .screen-title-split-left .screen-title-image, .col-title .screen-title-split-left .screen-title-copy, .col-title .screen-title-split-right .screen-title-image, .col-title .screen-title-split-right .screen-title-copy, .col-lg-9 .screen-title-split-left .screen-title-image, .col-lg-9 .screen-title-split-left .screen-title-copy, .col-lg-9 .screen-title-split-right .screen-title-image, .col-lg-9 .screen-title-split-right .screen-title-copy, .col-12:not([class*=col-lg]) .screen-title-split-left .screen-title-image, .col-12:not([class*=col-lg]) .screen-title-split-left .screen-title-copy, .col-12:not([class*=col-lg]) .screen-title-split-right .screen-title-image, .col-12:not([class*=col-lg]) .screen-title-split-right .screen-title-copy {
    float: left;
    position: relative;
    padding: 0px 15px;
    padding: 0rem 0.9375rem;
    width: 50%;
  }
  .col-title .screen-title-split-left .screen-title-image, .col-lg-9 .screen-title-split-left .screen-title-image, .col-12:not([class*=col-lg]) .screen-title-split-left .screen-title-image {
    padding-left: 0;
  }
  .col-title .screen-title-split-left .screen-title-copy, .col-lg-9 .screen-title-split-left .screen-title-copy, .col-12:not([class*=col-lg]) .screen-title-split-left .screen-title-copy {
    padding-right: 0;
  }
  .col-title .screen-title-split-right .screen-title-image, .col-lg-9 .screen-title-split-right .screen-title-image, .col-12:not([class*=col-lg]) .screen-title-split-right .screen-title-image {
    float: right;
    padding-right: 0;
  }
  .col-title .screen-title-split-right .screen-title-copy, .col-lg-9 .screen-title-split-right .screen-title-copy, .col-12:not([class*=col-lg]) .screen-title-split-right .screen-title-copy {
    padding-left: 0;
  }
  .col-title .screen-title-full-overlay &gt; .screen-title-copy, .col-lg-9 .screen-title-full-overlay &gt; .screen-title-copy, .col-12:not([class*=col-lg]) .screen-title-full-overlay &gt; .screen-title-copy {
    left: 10px;
    left: 0.625rem;
    max-width: 40%;
    top: 10px;
    top: 0.625rem;
    padding: 15px 20px;
    padding: 0.9375rem 1.25rem;
  }

  .col-12:not([class*=col-lg]) .screen-title-overlay .content-paragraph {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    padding-bottom: 5px;
    padding-bottom: 0.3125rem;
  }

  .col-12 .a26-wholesale-fuel-product &gt; .special-screen-title-text, .col-lg-9 .a26-wholesale-fuel-product &gt; .special-screen-title-text, .col-lg-6 .a26-wholesale-fuel-product &gt; .special-screen-title-text {
    display: block;
  }
}
body.on-page-editor .screen-title-full-left .screen-title-image {
  width: 100%;
}
body.on-page-editor .screen-title-full-right .screen-title-image {
  width: 100%;
}

@media (min-width: 768px) {
  .col-lg-9 .screen-title-full-overlay &gt; .screen-title-copy {
    left: 0;
    max-width: none;
    top: 0;
    position: static;
    padding: 10px 0px 0px 0px;
    padding: 0.625rem 0rem 0rem 0rem;
  }
}
@media (min-width: 576px) {
  .col-lg-9 .special-screen-title &gt; .special-screen-title-text, .col-lg-6 .special-screen-title &gt; .special-screen-title-text, .col-lg-3 .special-screen-title &gt; .special-screen-title-text {
    padding-right: 25px;
    padding-right: 1.5625rem;
  }
}
@media (min-width: 768px) {
  .t01-screen-title h1.screen-title-title {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.t01-screen-title .screen-title &gt; .screen-title-title.field-title {
  font-size: 40px;
  font-size: 2.5rem;
}
.t01-screen-title .screen-title &gt; .screen-title-title.field-title small {
  color: #777;
  font-size: 26px;
  font-size: 1.625rem;
}
.t01-screen-title .screen-title .content-paragraph .b05-button a {
  padding: 10px 50px;
  padding: 0.625rem 3.125rem;
}
@media (min-width: 992px) {
  .t01-screen-title .screen-title .screen-title-cta .c04-lightbox .b05-button {
    min-width: 90%;
    float: right;
    white-space: nowrap;
  }
}
.t01-screen-title .screen-title.screen-title-below h1.screen-title-title small {
  color: #777;
  font-size: 26px;
  font-size: 1.625rem;
}
.t01-screen-title .screen-title.screen-title-no-image .screen-title-copy-wrap .screen-title-cta .b05-button.btn-primary {
  white-space: nowrap;
}
.t01-screen-title.position-right .screen-title.screen-title-overlay &gt; .screen-title-image-wrap &gt; .screen-title-title {
  right: 0;
  left: auto;
}

.t04-screen-title .screen-title .screen-title-subtitle.field-subheading {
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (min-width: 992px) {
  .t04-screen-title .screen-title .screen-title-subtitle.field-subheading {
    font-size: 16px;
    font-size: 1rem;
  }
}

@supports (-webkit-appearance: none) {
  .t01-screen-title .screen-title .content-paragraph .b05-button a {
    padding: 0px;
    padding: 0rem;
  }
}
.screen-title-full-overlay &gt; .screen-title-copy .btn.btn-primary, .screen-title-full-overlay &gt; .screen-title-copy .btn-primary {
  white-space: normal;
}

.event-details-banner .screen-title-title {
  margin: 2px !important;
  word-wrap: break-word;
  font-size: 40px;
  font-size: 2.5rem;
  opacity: 0.9;
  background-color: #fff;
}
@media (min-width: 992px) {
  .event-details-banner .screen-title-title {
    padding: 10px;
    padding: 0.625rem;
  }
}

.event-details-banner .screen-title-image-wrap {
  position: relative;
  padding-bottom: 20px;
}

@media (min-width: 769px) {
  .event-details-banner .screen-title-title {
    position: absolute;
    bottom: 40px;
    font-size: 36px;
    left: 10px;
  }
}
.screen-title-main {
  margin-bottom: auto;
}

.screen-title-text {
  font-size: 2.5rem;
}

.text-block {
  position: absolute;
  background: none !important;
  color: white;
}

.screen-title-content {
  font-size: 25px;
}

.play-video-button {
  margin-top: 10%;
}

.play-video-arrow {
  padding-left: 65px;
}

.play-btn {
  background-color: #097ba5 !important;
  padding-right: 20px !important;
  padding-left: 15px !important;
}

.screen-title-image img {
  width: 100%;
}

@media only screen and (max-width: 992px) {
  .text-block {
    color: #2b2626 !important;
    position: inherit;
    padding: 0px 20px 0px 20px;
    background: none !important;
  }

  .play-video-button {
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .t04-screen-title .screen-title .screen-title-subtitle.field-subheading {
    font-size: 12px;
  }

  .t01-screen-title .screen-title-overlay .paragraph.screen-title-copy {
    font-size: 12px;
  }

  .t01-screen-title .screen-title .screen-title-copy {
    font-size: 12px;
  }
}
.screen-title .screen-title-copy a {
  text-decoration: underline;
}

.t02-screen-title a {
  text-decoration: underline;
}

h1.h_level {
  font-size: 3.125rem !important;
}

h2.h_level {
  font-size: 1.875rem !important;
}

h3.h_level {
  font-size: 1.5625rem !important;
}

h4.h_level {
  font-size: 1.25rem !important;
}

h5.h_level,
h6.h_level {
  font-size: 1rem !important;
}

/*code fix form bug 27857*/
@media (min-width: 992px) {
  .col-12:not([class*=col-lg]) .col-lg-9 .screen-title-overlay &gt; .screen-title-image-wrap &gt; .screen-title-title {
    padding: 8px 12px;
    padding: 0.5rem 0.75rem;
  }
}
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
/*code merge*/
.secondary-title .secondary-title-title &gt; h3 {
  margin: 0;
}
.secondary-title .secondary-title-link a {
  color: #0c479d;
  text-decoration: none;
}
.secondary-title .secondary-title-link a:hover {
  color: #23527c;
}
.secondary-title .secondary-title-link a:focus {
  color: #23527c;
}

@media (min-width: 768px) {
  .col-lg-6 .secondary-title &gt; div, .col-lg-9 .secondary-title &gt; div, .col-12:not([class*=col-lg]) .secondary-title &gt; div {
    display: inline-block;
  }
  .col-lg-6 .secondary-title-link, .col-lg-9 .secondary-title-link, .col-12:not([class*=col-lg]) .secondary-title-link {
    float: right;
  }
}
/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
.search-box-placeholder.placeholder, .search-box-small .placeholder.form-control, .search-box .placeholder.form-control {
  color: #2b2626;
  font-size: 20px;
  font-size: 1.25rem;
}
.search-box-placeholder:-moz-placeholder, .search-box-small .form-control:-moz-placeholder, .search-box .form-control:-moz-placeholder {
  color: #2b2626;
  font-size: 20px;
  font-size: 1.25rem;
}
.search-box-placeholder::-moz-placeholder, .search-box-small .form-control::-moz-placeholder, .search-box .form-control::-moz-placeholder {
  color: #2b2626;
  font-size: 20px;
  font-size: 1.25rem;
}
.search-box-placeholder::-webkit-input-placeholder, .search-box-small .form-control::-webkit-input-placeholder, .search-box .form-control::-webkit-input-placeholder {
  color: #2b2626;
  font-size: 20px;
  font-size: 1.25rem;
}

.search-box {
  position: relative;
}
.search-box .form-group {
  margin-bottom: 0;
}
.search-box .form-control {
  font-size: 16px;
  font-size: 1rem;
}
.search-box .btn.search, .search-box .search.btn-primary, .search-box .search.btn-secondary, .search-box .search.btn-tertiary, .search-box .search.btn-primary-em-blue, .search-box .search.btn-deemphasized, .search-box .search.btn-light, .search-box .search.btn-badge, .search-box .search.btn-icon {
  border: none;
  color: #fff;
  height: 40px;
  margin: 0;
  top: 0;
  padding: 13px 20px;
  padding: 0.8125rem 1.25rem;
  white-space: nowrap;
  word-break: keep-all;
}
.search-box .btn.search:focus, .search-box .search.btn-primary:focus, .search-box .search.btn-secondary:focus, .search-box .search.btn-tertiary:focus, .search-box .search.btn-primary-em-blue:focus, .search-box .search.btn-deemphasized:focus, .search-box .search.btn-light:focus, .search-box .search.btn-badge:focus, .search-box .search.btn-icon:focus {
  color: #fff;
}
.search-box .recent-searches {
  color: #606060;
  margin-top: 10px;
  margin-top: 0.625rem;
}
.search-box .twitter-typeahead {
  width: 100%;
}
.search-box .tt-menu {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  padding: 10px;
  padding: 0.625rem;
  width: 100%;
}
.search-box &gt; input::-ms-clear {
  display: none;
}

.footer .recent-searches {
  display: none;
}

.search-box .form-group-btn, .search-box-with-settings .form-group-btn {
  vertical-align: top;
}

.search-box-with-settings {
  margin-bottom: 0;
}

.search-box-settings {
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin: 0;
  padding: 16px;
  padding: 1rem;
  text-align: center;
}
.search-box-settings &gt; li {
  display: inline-block;
  list-style: none;
  padding: 0px 16px;
  padding: 0rem 1rem;
}

.search-box-small .form-control {
  height: 32px;
  padding-right: 32px;
  padding-right: 2rem;
}
.search-box-small .form-control.placeholder {
  font-size: 16px;
  font-size: 1rem;
}
.search-box-small .form-control:-moz-placeholder {
  font-size: 16px;
  font-size: 1rem;
}
.search-box-small .form-control::-moz-placeholder {
  font-size: 16px;
  font-size: 1rem;
}
.search-box-small .form-control::-webkit-input-placeholder {
  font-size: 16px;
  font-size: 1rem;
}
.search-box-small .form-group-btn {
  background-image: url(/Assets/img/icons.png);
  background-position: -37px -365px;
  width: 32px;
  height: 32px;
  bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
}

@media (min-width: 576px) {
  .search-box .btn.search, .search-box .search.btn-primary, .search-box .search.btn-secondary, .search-box .search.btn-tertiary, .search-box .search.btn-primary-em-blue, .search-box .search.btn-deemphasized, .search-box .search.btn-light, .search-box .search.btn-badge, .search-box .search.btn-icon {
    height: 50px;
  }
}
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
.search-footer {
  text-align: center;
}
.search-footer &gt; button {
  display: inline-block;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}

/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
/*@import "mixins";

@include font("EMprintLight", "EMPrint-Light");
@include font("EMprintLightItalic", "EMPrint-LightItalic");
@include font("EMprint", "EMPrint-Regular");
@include font("EMprintItalic", "EMprint-RegularItalic");
@include font("EMprintSemibold", "EMprint-Semibold");
@include font("EMprintSemiboldItalic", "EMprint-SemiboldItalic");
@include font("EMprintBold", "EMPrint-Bold");
@include font("EMprintBoldItalic", "EMPrint-BoldItalic");
@include font("EMprintCondensedBold", "EMprint-CondensedBold");
@include font("EMprintCondensedBoldlt", "EMprint-CondensedBoldlt");
@include font("EMprintCondensedItalic", "EMprint-CondensedItalic");
@include font("EMprintCondensedLight", "EMprint-CondensedLight");
@include font("EMprintCondensedLightlt", "EMprint-CondensedLightlt");
@include font("EMprintCondensedSemibold", "EMprint-CondensedSemibold");
@include font("EMprintCondensedSemiboldlt", "EMprint-CondSemiboldlt");
@include font("EMprintCondensed", "EMprint-CondensedRegular");
@include font("em", "em");
    */
.coveo-searchbox .search-box-settings {
  font-size: 16px;
  font-size: 1rem;
}
.coveo-searchbox .search-box-settings button {
  background-color: transparent;
  border: none;
  color: #0c479d;
  cursor: pointer;
  padding-left: 0px;
}
.coveo-searchbox .search-box-settings button:hover {
  color: #23527c;
}
.coveo-searchbox .search-box-settings button:focus {
  outline: none;
  text-decoration: underline;
}

.nav-main-search .magic-box .magic-box-clear {
  position: absolute;
  right: 180px;
  z-index: 1;
}

.no-result {
  display: none;
}

.resource-list-img {
  width: 60px;
  width: 3.75rem;
  height: 60px;
  height: 3.75rem;
  min-width: 60px;
  min-width: 3.75rem;
  min-height: 60px;
  min-height: 3.75rem;
}

.coveo-facet-value-exclude {
  display: none;
}

.CoveoSearchInterface {
  /*code merge*/
}
.CoveoSearchInterface .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.CoveoSearchInterface .coveo-topSpace {
  height: 0 !important;
}
.CoveoSearchInterface .recent-searches {
  margin-bottom: 32px;
  margin-bottom: 2rem;
  color: #767676;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}
.CoveoSearchInterface.emebs .recent-searches {
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
@media (max-width: 992px) {
  .CoveoSearchInterface.emebs .coveo-searchbox {
    margin-bottom: 0px;
    margin-bottom: 0rem;
  }
}
.CoveoSearchInterface.emebs .coveo-searchbox .b01-paragraph.paragraph {
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 992px) {
  .CoveoSearchInterface.emebs .coveo-searchbox .b01-paragraph.paragraph {
    margin-bottom: 0px;
    margin-bottom: 0rem;
  }
}
.CoveoSearchInterface .coveo-searchbox {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.CoveoSearchInterface.events-search .coveo-searchbox {
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
}
.CoveoSearchInterface .coveo-searchbox .CoveoSearchbox .magic-box, .CoveoSearchInterface .coveo-globalsearchbox .CoveoSearchbox .magic-box, .CoveoSearchInterface .detail-search .coveo-searchbox .CoveoSearchbox .magic-box {
  border-radius: 0;
  border: 1px solid #e6e6e6;
}
.CoveoSearchInterface .coveo-searchbox .CoveoSearchbox .magic-box .magic-box-input, .CoveoSearchInterface .coveo-globalsearchbox .CoveoSearchbox .magic-box .magic-box-input, .CoveoSearchInterface .detail-search .coveo-searchbox .CoveoSearchbox .magic-box .magic-box-input {
  border-radius: 0;
}
.CoveoSearchInterface .coveo-searchbox .CoveoSearchbox .magic-box .magic-box-input &gt; input, .CoveoSearchInterface .coveo-globalsearchbox .CoveoSearchbox .magic-box .magic-box-input &gt; input, .CoveoSearchInterface .detail-search .coveo-searchbox .CoveoSearchbox .magic-box .magic-box-input &gt; input {
  border-radius: 0;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #5a5a5a;
  color: #2b2626;
}
@media (max-width: 991px) {
  .CoveoSearchInterface .coveo-searchbox .CoveoSearchbox .magic-box .magic-box-input &gt; input, .CoveoSearchInterface .coveo-globalsearchbox .CoveoSearchbox .magic-box .magic-box-input &gt; input, .CoveoSearchInterface .detail-search .coveo-searchbox .CoveoSearchbox .magic-box .magic-box-input &gt; input {
    display: block;
    text-overflow: ellipsis;
    word-break: normal;
    min-width: 0;
    white-space: nowrap;
  }
}
.CoveoSearchInterface .coveo-searchbox .CoveoSearchbox .magic-box .magic-box-input &gt; input:focus, .CoveoSearchInterface .coveo-globalsearchbox .CoveoSearchbox .magic-box .magic-box-input &gt; input:focus, .CoveoSearchInterface .detail-search .coveo-searchbox .CoveoSearchbox .magic-box .magic-box-input &gt; input:focus {
  background-color: #fff;
  border: 1px solid #5a5a5a;
  outline: 0;
  box-shadow: inset 0 0 2px 1px #5a5a5a;
}
.CoveoSearchInterface .coveo-searchbox .CoveoSearchbox .magic-box .magic-box-input &gt; input:-ms-input-placeholder, .CoveoSearchInterface .coveo-globalsearchbox .CoveoSearchbox .magic-box .magic-box-input &gt; input:-ms-input-placeholder, .CoveoSearchInterface .detail-search .coveo-searchbox .CoveoSearchbox .magic-box .magic-box-input &gt; input:-ms-input-placeholder {
  color: #5a5a5a;
  opacity: 1;
  font-size: 20px;
  font-size: 1.25rem;
}
.CoveoSearchInterface .coveo-searchbox .CoveoSearchbox .magic-box .magic-box-input &gt; input::-moz-placeholder, .CoveoSearchInterface .coveo-globalsearchbox .CoveoSearchbox .magic-box .magic-box-input &gt; input::-moz-placeholder, .CoveoSearchInterface .detail-search .coveo-searchbox .CoveoSearchbox .magic-box .magic-box-input &gt; input::-moz-placeholder {
  color: #5a5a5a;
  opacity: 1;
  font-size: 20px;
  font-size: 1.25rem;
}
.CoveoSearchInterface .coveo-searchbox .CoveoSearchbox .magic-box .magic-box-input &gt; input::-webkit-input-placeholder, .CoveoSearchInterface .coveo-globalsearchbox .CoveoSearchbox .magic-box .magic-box-input &gt; input::-webkit-input-placeholder, .CoveoSearchInterface .detail-search .coveo-searchbox .CoveoSearchbox .magic-box .magic-box-input &gt; input::-webkit-input-placeholder {
  color: #5a5a5a;
  opacity: 1;
  font-size: 20px;
  font-size: 1.25rem;
}
.CoveoSearchInterface .coveo-searchbox .CoveoSearchbox .magic-box .magic-box-input &gt; input::placeholder, .CoveoSearchInterface .coveo-globalsearchbox .CoveoSearchbox .magic-box .magic-box-input &gt; input::placeholder, .CoveoSearchInterface .detail-search .coveo-searchbox .CoveoSearchbox .magic-box .magic-box-input &gt; input::placeholder {
  color: #5a5a5a;
  opacity: 1;
  font-size: 20px;
  font-size: 1.25rem;
}
.CoveoSearchInterface .coveo-searchbox .CoveoSearchbox .magic-box.magic-box-notEmpty .magic-box-clear, .CoveoSearchInterface .coveo-globalsearchbox .CoveoSearchbox .magic-box.magic-box-notEmpty .magic-box-clear, .CoveoSearchInterface .detail-search .coveo-searchbox .CoveoSearchbox .magic-box.magic-box-notEmpty .magic-box-clear {
  display: none;
  visibility: hidden;
}
.CoveoSearchInterface .coveo-searchbox .CoveoSearchbox .CoveoSearchButton, .CoveoSearchInterface .coveo-globalsearchbox .CoveoSearchbox .CoveoSearchButton, .CoveoSearchInterface .detail-search .coveo-searchbox .CoveoSearchbox .CoveoSearchButton {
  border: 0;
  padding: 24px 20px 13px 20px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 50px;
  width: auto;
  font-weight: 400;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
}
.CoveoSearchInterface .coveo-searchbox .CoveoSearchbox .CoveoSearchButton:before, .CoveoSearchInterface .coveo-globalsearchbox .CoveoSearchbox .CoveoSearchButton:before, .CoveoSearchInterface .detail-search .coveo-searchbox .CoveoSearchbox .CoveoSearchButton:before {
  content: none;
}
.CoveoSearchInterface .coveo-searchbox .CoveoSearchbox .CoveoSearchButton .coveo-search-button, .CoveoSearchInterface .coveo-searchbox .CoveoSearchbox .CoveoSearchButton .coveo-search-button-loading, .CoveoSearchInterface .coveo-globalsearchbox .CoveoSearchbox .CoveoSearchButton .coveo-search-button, .CoveoSearchInterface .coveo-globalsearchbox .CoveoSearchbox .CoveoSearchButton .coveo-search-button-loading, .CoveoSearchInterface .detail-search .coveo-searchbox .CoveoSearchbox .CoveoSearchButton .coveo-search-button, .CoveoSearchInterface .detail-search .coveo-searchbox .CoveoSearchbox .CoveoSearchButton .coveo-search-button-loading {
  display: none;
}
.CoveoSearchInterface .col-lg-3 .b01-paragraph.paragraph {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  position: relative;
}
.CoveoSearchInterface .col-lg-3 .b01-paragraph.paragraph hr {
  position: absolute;
  width: 100%;
}
.CoveoSearchInterface .col-lg-3 .b01-paragraph.paragraph span {
  font-size: 16px !important;
  font-weight: 600;
}
.CoveoSearchInterface .col-lg-3 .coveo-facet .CoveoFacet {
  border: none;
}
.CoveoSearchInterface .col-lg-3 .coveo-facet .CoveoFacet .coveo-facet-header {
  padding-left: 0;
  padding-top: 0;
  margin-top: 20px;
  margin-top: 1.25rem;
  background: #fff;
}
.CoveoSearchInterface .col-lg-3 .coveo-facet .CoveoFacet .coveo-facet-header .coveo-facet-header-title {
  color: #2b2626;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
}
.CoveoSearchInterface .col-lg-3 .coveo-facet .CoveoFacet .coveo-facet-header svg.coveo-facet-settings-more-svg {
  display: none;
}
.CoveoSearchInterface .col-lg-3 .coveo-facet .CoveoFacet .coveo-facet-header .coveo-facet-header-eraser {
  display: none;
}
.CoveoSearchInterface .col-lg-3 .coveo-facet .CoveoFacet .coveo-facet-values {
  padding: 0;
}
.CoveoSearchInterface .col-lg-3 .coveo-facet .CoveoFacet .coveo-facet-values .coveo-facet-value-label {
  padding: 0;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.CoveoSearchInterface .col-lg-3 .coveo-facet .CoveoFacet .coveo-facet-values .coveo-facet-searching .coveo-facet-search {
  display: none;
}
.CoveoSearchInterface .col-lg-3 .coveo-facet .CoveoFacet .coveo-facet-values li.coveo-facet-value.coveo-facet-selectable.coveo-facet-search-button {
  display: none;
}
.CoveoSearchInterface .col-lg-3 .coveo-facet .CoveoFacet .coveo-facet-values .coveo-facet-value {
  padding-left: 0;
}
.CoveoSearchInterface .col-lg-3 .coveo-facet .CoveoFacet .coveo-facet-values .coveo-facet-value.coveo-selected .coveo-facet-value-checkbox {
  box-shadow: 0 0 5px 0 #5a5a5a;
  border: 1px solid #5a5a5a;
  background-color: #e6e6e6;
  border-radius: 0;
  height: 20px;
  margin-right: 7px;
  margin-right: 0.4375rem;
  width: 20px;
}
.CoveoSearchInterface .col-lg-3 .coveo-facet .CoveoFacet .coveo-facet-values .coveo-facet-value.coveo-selected .coveo-facet-value-checkbox svg {
  width: 17px;
  height: 17px;
  bottom: 3px;
}
.CoveoSearchInterface .col-lg-3 .coveo-facet .CoveoFacet .coveo-facet-values .coveo-facet-value.coveo-selected .coveo-facet-value-checkbox svg .coveo-hook-svg {
  fill: #5a5a5a;
}
.CoveoSearchInterface .col-lg-3 .coveo-facet .CoveoFacet .coveo-facet-values .coveo-facet-value .coveo-facet-value-checkbox {
  width: 20px;
  height: 20px;
  background-color: #e6e6e6;
  border: 1px solid #5a5a5a;
  border-radius: 0;
  margin-right: 7px;
  margin-right: 0.4375rem;
}
.CoveoSearchInterface .col-lg-3 .coveo-facet .CoveoFacet .coveo-facet-values .coveo-facet-value .coveo-facet-value-checkbox:focus {
  outline: 2px solid #5a5a5a;
}
.CoveoSearchInterface .col-lg-3 .coveo-facet .CoveoFacet .coveo-facet-values .coveo-facet-value .coveo-facet-value-caption {
  font-size: 16px;
  font-size: 1rem;
  display: block;
  white-space: nowrap;
  vertical-align: middle;
  white-space: normal;
  font-weight: normal;
  flex: 1;
}
.CoveoSearchInterface .col-lg-3 .coveo-facet .CoveoFacet .coveo-facet-values .coveo-facet-value .coveo-facet-value-count {
  display: none;
}
.CoveoSearchInterface .col-lg-3 .coveo-facet .CoveoFacet .coveo-facet-values .coveo-facet-value:hover, .CoveoSearchInterface .col-lg-3 .coveo-facet .CoveoFacet .coveo-facet-values .coveo-facet-value.coveo-focused {
  background-color: #fff;
}
.CoveoSearchInterface .col-lg-3 .coveo-facet .CoveoFacet .coveo-facet-footer {
  min-height: 25px;
  background-color: #fff;
}
.CoveoSearchInterface .col-lg-3 .coveo-facet .CoveoFacet .coveo-facet-footer .coveo-active {
  min-height: 25px;
  line-height: 26px;
  z-index: 9;
}
.CoveoSearchInterface .col-lg-3 .coveo-facet .CoveoFacet .coveo-facet-footer .coveo-active:focus {
  text-decoration: underline;
}
.CoveoSearchInterface .col-lg-3 .coveo-facet .CoveoFacet .coveo-facet-footer .coveo-facet-less, .CoveoSearchInterface .col-lg-3 .coveo-facet .CoveoFacet .coveo-facet-footer .coveo-facet-more {
  color: #0c479d;
  background-color: #fff;
  text-align: left;
  font-size: 16px;
  font-size: 1rem;
}
.CoveoSearchInterface .col-lg-3 .coveo-facet .CoveoFacet .coveo-facet-footer .coveo-facet-less .coveo-icon, .CoveoSearchInterface .col-lg-3 .coveo-facet .CoveoFacet .coveo-facet-footer .coveo-facet-more .coveo-icon {
  display: none;
}
.CoveoSearchInterface .col-lg-3 .coveo-facet .CoveoFacet .coveo-facet-footer .coveo-facet-less:hover, .CoveoSearchInterface .col-lg-3 .coveo-facet .CoveoFacet .coveo-facet-footer .coveo-facet-more:hover {
  color: #23527c;
  background-color: #fff;
}
.CoveoSearchInterface .col-lg-3 .coveo-facet .CoveoFacet .coveo-facet-footer .coveo-facet-less .coveo-icon, .CoveoSearchInterface .col-lg-3 .coveo-facet .CoveoFacet .coveo-facet-footer .coveo-facet-more .coveo-icon {
  display: none;
}
.CoveoSearchInterface .col-lg-3 .coveo-facet .CoveoFacet .coveo-facet-footer .coveo-facet-less-icon-svg, .CoveoSearchInterface .col-lg-3 .coveo-facet .CoveoFacet .coveo-facet-footer .coveo-facet-more-icon-svg {
  display: none;
}
.CoveoSearchInterface .refine-filter {
  border: 1px solid #808080;
  border-radius: 5px;
  padding: 1rem;
  color: #808080;
  margin-bottom: 1rem;
}
.CoveoSearchInterface .showMoreResults {
  margin-top: 24px;
  margin-top: 1.5rem;
}
.CoveoSearchInterface .showMoreResults a:hover {
  text-decoration: underline;
}
.CoveoSearchInterface .coveo-resultslist {
  margin-bottom: 0;
  float: left;
  width: 100%;
}
.CoveoSearchInterface .CoveoResultList {
  margin-bottom: 0;
  margin-left: 0px;
  margin-left: 0rem;
  margin-right: 0px;
  margin-right: 0rem;
  position: relative;
}
.CoveoSearchInterface .CoveoResultList .b01-paragraph {
  position: absolute;
  right: 0;
}
.CoveoSearchInterface .CoveoResultList .CoveoResult {
  border-bottom: 1px solid #ddd;
  margin: 0;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 0px 18px 0px 48px;
  padding: 0rem 1.125rem 0rem 3rem;
}
.CoveoSearchInterface .CoveoResultList .CoveoResult:first-child {
  border-top: 1px solid #ddd;
}
.CoveoSearchInterface .CoveoResultList .CoveoResult .coveo-result-frame .coveo-result-row {
  margin: 0;
  padding: 0;
}
.CoveoSearchInterface .CoveoResultList .CoveoResult .coveo-result-frame .coveo-result-row .coveo-result-cell:not(.coveo-quick-view-container) {
  padding-left: 0 !important;
}
.CoveoSearchInterface .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(2) &gt; .coveo-result-row .coveo-result-cell:nth-child(2) {
  text-align: left !important;
  border-left: 1px solid #ddd;
  padding: 10px 18px 10px 18px;
  padding: 0.625rem 1.125rem 0.625rem 1.125rem;
}
.CoveoSearchInterface .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(2) &gt; .coveo-result-row .coveo-result-cell:nth-child(2) &gt; div {
  padding-left: 0.5em;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
}
.CoveoSearchInterface .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell .coveo-result-row .coveo-result-cell:nth-child(1) {
  padding: 0px 18px 12px 18px;
  padding: 0rem 1.125rem 0.75rem 1.125rem;
}
.CoveoSearchInterface .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell .coveo-result-row .coveo-result-cell:nth-child(2) {
  text-align: left !important;
  border-left: 1px solid #ddd;
  padding: 10px 18px 12px 18px;
  padding: 0.625rem 1.125rem 0.75rem 1.125rem;
  line-height: 24px;
}
.CoveoSearchInterface .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell .coveo-result-row .coveo-result-cell:nth-child(2) &gt; div {
  padding-left: 8px;
  padding-left: 0.5rem;
  font-weight: 600;
}
.CoveoSearchInterface .CoveoResultList .CoveoResult .CoveoResultLink, .CoveoSearchInterface .CoveoResultList .CoveoResult a.CoveoResultLink {
  color: #0c479d;
  font-weight: 400;
}
.CoveoSearchInterface .CoveoResultList .CoveoResult .CoveoResultLink:hover, .CoveoSearchInterface .CoveoResultList .CoveoResult a.CoveoResultLink:hover {
  color: #23527c;
}
.CoveoSearchInterface .CoveoResultList .CoveoResult .CoveoResultTitle {
  white-space: normal;
  font-size: small;
  line-height: 1.5;
  display: block;
}
.CoveoSearchInterface .CoveoResultList .CoveoResult .CoveoResultTitle.product-types {
  font-size: 16px;
  font-size: 1rem;
}
.CoveoSearchInterface .CoveoResultList .CoveoResult .coveoforsitecore-template .coveoforsitecore-information-section .coveoforsitecore-time-cell {
  font-size: 16px;
  font-size: 1rem;
}
.CoveoSearchInterface .CoveoResultList .CoveoResult .coveoforsitecore-template .coveoforsitecore-information-section .coveoforsitecore-time-cell {
  width: 20%;
}
.CoveoSearchInterface .CoveoResultList .coveo-externalcomponentssection {
  display: none;
}
.CoveoSearchInterface .coveo-querysummary {
  margin-bottom: 0;
}
.CoveoSearchInterface .coveo-querysummary .CoveoQuerySummary {
  color: #2b2626;
}
.CoveoSearchInterface .coveo-querysummary .CoveoQuerySummary span {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
}
.CoveoSearchInterface .coveo-querysummary .CoveoQuerySummary span ul {
  display: none;
}
.CoveoSearchInterface .coveo-querysummary .coveo-query-summary-no-results-string {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 400;
}
.CoveoSearchInterface .coveo-querysummary .coveo-query-summary-no-results-string span.coveo-highlight {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 400;
}
.CoveoSearchInterface .coveo-querysummary .coveo-query-summary-cancel-last, .CoveoSearchInterface .coveo-querysummary .coveo-query-summary-search-tips-info {
  display: none;
}
.CoveoSearchInterface .container.top-facet {
  display: none;
}
.CoveoSearchInterface .FacetText {
  display: none;
}
.CoveoSearchInterface.emebs {
  position: relative;
}
.CoveoSearchInterface.emebs .coveo-searchbox .CoveoSearchbox .magic-box .magic-box-input &gt; input:focus {
  background-color: #fff;
}
.CoveoSearchInterface.emebs .coveo-externalcomponentssection .emebs-search {
  position: absolute;
  top: 65px;
  top: 4.0625rem;
  z-index: 1;
}
.CoveoSearchInterface.emebs .coveo-externalcomponentssection .recent-searches {
  position: absolute;
  top: 113.2307692308px;
  top: 7.0769230769rem;
  z-index: 1;
}
@media (min-width: 576px) {
  .CoveoSearchInterface.emebs .coveo-externalcomponentssection .recent-searches {
    top: 92px;
    top: 5.75rem;
  }
}
.CoveoSearchInterface.emebs .CoveoResultList {
  margin: 0px;
  margin: 0rem;
  margin-left: 0px;
  margin-left: 0rem;
  margin-right: 0px;
  margin-right: 0rem;
}
@media (min-width: 992px) {
  .CoveoSearchInterface.emebs .CoveoResultList {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
}
.CoveoSearchInterface.emebs .CoveoResultList .CoveoResult {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .CoveoSearchInterface.emebs .CoveoResultList .CoveoResult {
    padding-right: 0;
  }
}
.CoveoSearchInterface.emebs .CoveoResultList .CoveoResult .CoveoResultTitle {
  font-size: 16px;
}
.CoveoSearchInterface.emebs .CoveoResultList .CoveoResult .CoveoResultSubTitle {
  white-space: normal;
  font-size: 13.6px;
  font-size: 0.85rem;
  line-height: 1.177;
  display: block;
}
.CoveoSearchInterface.emebs .CoveoResultList .CoveoResult .coveo-result-frame .coveo-result-row .coveo-result-cell {
  padding: 10px;
  padding: 0.625rem;
}
.CoveoSearchInterface.emebs .CoveoResultList .CoveoResult .coveo-result-frame .coveo-result-row .coveo-result-cell.coveoforsitecore-information-section.product-category {
  max-width: 18%;
  width: 18%;
  border-left: 1px solid #ddd;
  padding-left: 15px !important;
}
@media screen and (max-width: 767px) {
  .CoveoSearchInterface.emebs .CoveoResultList .CoveoResult .coveo-result-frame .coveo-result-row .coveo-result-cell.coveoforsitecore-information-section.product-category {
    padding-left: 5px !important;
    padding-right: 0px;
    max-width: 25%;
    width: 25%;
  }
}
.CoveoSearchInterface.emebs .CoveoResultList .CoveoResult &gt; .coveo-result-row &gt; .coveo-result-cell .coveo-result-row .coveo-result-cell:nth-child(1) {
  padding: 0rem 0.5rem 0 0.5rem;
}
.CoveoSearchInterface.emebs .coveo-result-list-container .coveo-result-cell .coveo-icon.filetype.txt .coveo-icon-caption-overlay,
.CoveoSearchInterface.emebs .coveo-result-list-container .coveo-result-cell .coveo-icon.sysfiletype.txt .coveo-icon-caption-overlay, .CoveoSearchInterface.emebs .coveo-result-list-container .coveo-result-cell .CoveoQuickview {
  display: none;
}
.CoveoSearchInterface.emebs .coveo-result-list-container .coveo-result-cell .CoveoIcon {
  display: none;
}
.CoveoSearchInterface.emebs .coveo-result-list-container .coveo-result-cell .CoveoImageIcon {
  width: 60px;
  width: 3.75rem;
  height: 60px;
  height: 3.75rem;
  min-width: 60px;
  min-width: 3.75rem;
  min-height: 60px;
  min-height: 3.75rem;
}
.CoveoSearchInterface.retail .coveo-result-list-container .coveo-result-cell .coveo-icon.filetype.txt .coveo-icon-caption-overlay,
.CoveoSearchInterface.retail .coveo-result-list-container .coveo-result-cell .coveo-icon.sysfiletype.txt .coveo-icon-caption-overlay, .CoveoSearchInterface.retail .coveo-result-list-container .coveo-result-cell .CoveoQuickview {
  display: none;
}
.CoveoSearchInterface.retail .coveo-result-list-container .coveo-result-cell .CoveoIcon {
  display: none;
}
.CoveoSearchInterface.retail .coveo-result-list-container .coveo-result-cell .CoveoImageIcon {
  width: 60px;
  width: 3.75rem;
  height: 60px;
  height: 3.75rem;
  min-width: 60px;
  min-width: 3.75rem;
  min-height: 60px;
  min-height: 3.75rem;
}
.CoveoSearchInterface.retail .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row .coveo-result-row.two-rows .coveo-result-cell:nth-child(1) {
  width: 80%;
}
.CoveoSearchInterface.retail .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row .coveo-result-row.two-rows .coveo-result-cell:nth-child(2) {
  width: 10%;
}
.CoveoSearchInterface.retail .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row .coveo-result-row.two-rows .coveo-result-cell .CoveoResultTitle {
  text-overflow: initial;
  overflow: initial;
  white-space: initial;
}
.CoveoSearchInterface.retail .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-row.two-rows .coveo-result-cell:nth-child(1) {
  padding: 10px 18px 12px 18px;
  padding: 0.625rem 1.125rem 0.75rem 1.125rem;
  width: 80%;
}
.CoveoSearchInterface.retail .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-row.two-rows .coveo-result-cell:nth-child(2) {
  text-align: left !important;
  border-left: 1px solid #ddd;
  padding: 10px 18px 12px 18px;
  padding: 0.625rem 1.125rem 0.75rem 1.125rem;
  line-height: 24px;
  width: 9%;
}
.CoveoSearchInterface.ils .component, .CoveoSearchInterface.global .component, .CoveoSearchInterface.trsearch .component, .CoveoSearchInterface.product-search .component {
  margin-bottom: 0;
}
.CoveoSearchInterface.ils .coveo-facet .CoveoFacet .coveo-facet-header-eraser.coveo-facet-header-eraser-visible, .CoveoSearchInterface.global .coveo-facet .CoveoFacet .coveo-facet-header-eraser.coveo-facet-header-eraser-visible, .CoveoSearchInterface.trsearch .coveo-facet .CoveoFacet .coveo-facet-header-eraser.coveo-facet-header-eraser-visible, .CoveoSearchInterface.product-search .coveo-facet .CoveoFacet .coveo-facet-header-eraser.coveo-facet-header-eraser-visible {
  display: none;
}
.CoveoSearchInterface.ils .coveo-result-list-container .coveo-result-cell .coveo-icon.filetype.txt .coveo-icon-caption-overlay,
.CoveoSearchInterface.ils .coveo-result-list-container .coveo-result-cell .coveo-icon.sysfiletype.txt .coveo-icon-caption-overlay, .CoveoSearchInterface.ils .coveo-result-list-container .coveo-result-cell .CoveoQuickview, .CoveoSearchInterface.global .coveo-result-list-container .coveo-result-cell .coveo-icon.filetype.txt .coveo-icon-caption-overlay,
.CoveoSearchInterface.global .coveo-result-list-container .coveo-result-cell .coveo-icon.sysfiletype.txt .coveo-icon-caption-overlay, .CoveoSearchInterface.global .coveo-result-list-container .coveo-result-cell .CoveoQuickview, .CoveoSearchInterface.trsearch .coveo-result-list-container .coveo-result-cell .coveo-icon.filetype.txt .coveo-icon-caption-overlay,
.CoveoSearchInterface.trsearch .coveo-result-list-container .coveo-result-cell .coveo-icon.sysfiletype.txt .coveo-icon-caption-overlay, .CoveoSearchInterface.trsearch .coveo-result-list-container .coveo-result-cell .CoveoQuickview, .CoveoSearchInterface.product-search .coveo-result-list-container .coveo-result-cell .coveo-icon.filetype.txt .coveo-icon-caption-overlay,
.CoveoSearchInterface.product-search .coveo-result-list-container .coveo-result-cell .coveo-icon.sysfiletype.txt .coveo-icon-caption-overlay, .CoveoSearchInterface.product-search .coveo-result-list-container .coveo-result-cell .CoveoQuickview {
  display: none;
}
.CoveoSearchInterface.ils .coveo-result-list-container .coveo-result-cell .CoveoResultTitle.product, .CoveoSearchInterface.global .coveo-result-list-container .coveo-result-cell .CoveoResultTitle.product, .CoveoSearchInterface.trsearch .coveo-result-list-container .coveo-result-cell .CoveoResultTitle.product, .CoveoSearchInterface.product-search .coveo-result-list-container .coveo-result-cell .CoveoResultTitle.product {
  margin-top: 8px;
  margin-top: 0.5rem;
  display: block;
}
.CoveoSearchInterface.ils .coveo-result-list-container .coveo-result-cell .CoveoResultTitle.product.product-description-category, .CoveoSearchInterface.global .coveo-result-list-container .coveo-result-cell .CoveoResultTitle.product.product-description-category, .CoveoSearchInterface.trsearch .coveo-result-list-container .coveo-result-cell .CoveoResultTitle.product.product-description-category, .CoveoSearchInterface.product-search .coveo-result-list-container .coveo-result-cell .CoveoResultTitle.product.product-description-category {
  margin-top: 16px;
  margin-top: 1rem;
}
.CoveoSearchInterface.ils .coveo-result-list-container .coveo-result-cell br + br, .CoveoSearchInterface.global .coveo-result-list-container .coveo-result-cell br + br, .CoveoSearchInterface.trsearch .coveo-result-list-container .coveo-result-cell br + br, .CoveoSearchInterface.product-search .coveo-result-list-container .coveo-result-cell br + br {
  display: none;
}
.CoveoSearchInterface.ils .coveo-result-list-container .coveo-result-cell.coveoforsitecore-details-section, .CoveoSearchInterface.global .coveo-result-list-container .coveo-result-cell.coveoforsitecore-details-section, .CoveoSearchInterface.trsearch .coveo-result-list-container .coveo-result-cell.coveoforsitecore-details-section, .CoveoSearchInterface.product-search .coveo-result-list-container .coveo-result-cell.coveoforsitecore-details-section {
  display: none;
}
.CoveoSearchInterface.ils .coveo-result-list-container .coveo-result-cell .CoveoIcon, .CoveoSearchInterface.global .coveo-result-list-container .coveo-result-cell .CoveoIcon, .CoveoSearchInterface.trsearch .coveo-result-list-container .coveo-result-cell .CoveoIcon, .CoveoSearchInterface.product-search .coveo-result-list-container .coveo-result-cell .CoveoIcon {
  display: none;
}
.CoveoSearchInterface.ils .coveo-result-list-container .coveo-result-cell .CoveoImageIcon, .CoveoSearchInterface.global .coveo-result-list-container .coveo-result-cell .CoveoImageIcon, .CoveoSearchInterface.trsearch .coveo-result-list-container .coveo-result-cell .CoveoImageIcon, .CoveoSearchInterface.product-search .coveo-result-list-container .coveo-result-cell .CoveoImageIcon {
  width: 60px;
  width: 3.75rem;
  height: 60px;
  height: 3.75rem;
  min-width: 60px;
  min-width: 3.75rem;
  min-height: 60px;
  min-height: 3.75rem;
}
.CoveoSearchInterface.ils .coveo-result-list-container .coveo-result-cell.coveo-quick-view-container, .CoveoSearchInterface.global .coveo-result-list-container .coveo-result-cell.coveo-quick-view-container, .CoveoSearchInterface.trsearch .coveo-result-list-container .coveo-result-cell.coveo-quick-view-container, .CoveoSearchInterface.product-search .coveo-result-list-container .coveo-result-cell.coveo-quick-view-container {
  flex-grow: 0;
  flex-basis: 10%;
  min-width: 80px;
}
.CoveoSearchInterface.ils .coveo-result-list-container .coveo-result-cell.coveo-quick-view-container img, .CoveoSearchInterface.global .coveo-result-list-container .coveo-result-cell.coveo-quick-view-container img, .CoveoSearchInterface.trsearch .coveo-result-list-container .coveo-result-cell.coveo-quick-view-container img, .CoveoSearchInterface.product-search .coveo-result-list-container .coveo-result-cell.coveo-quick-view-container img {
  width: 60px;
  width: 3.75rem;
  height: 60px;
  height: 3.75rem;
  min-width: 60px;
  min-width: 3.75rem;
  min-height: 60px;
  min-height: 3.75rem;
}
.CoveoSearchInterface.ils .CoveoResultList, .CoveoSearchInterface.global .CoveoResultList, .CoveoSearchInterface.trsearch .CoveoResultList, .CoveoSearchInterface.product-search .CoveoResultList {
  margin-top: 0;
  margin-left: 0px;
  margin-left: 0rem;
  margin-right: 0px;
  margin-right: 0rem;
}
.CoveoSearchInterface.ils .CoveoResultList .CoveoResult, .CoveoSearchInterface.global .CoveoResultList .CoveoResult, .CoveoSearchInterface.trsearch .CoveoResultList .CoveoResult, .CoveoSearchInterface.product-search .CoveoResultList .CoveoResult {
  padding-left: 0;
  padding-right: 0;
}
.CoveoSearchInterface.ils .CoveoResultList .CoveoResult .coveo-title, .CoveoSearchInterface.global .CoveoResultList .CoveoResult .coveo-title, .CoveoSearchInterface.trsearch .CoveoResultList .CoveoResult .coveo-title, .CoveoSearchInterface.product-search .CoveoResultList .CoveoResult .coveo-title {
  font-size: 16px;
  font-size: 1rem;
  text-overflow: initial;
  overflow: initial;
  white-space: initial;
}
.CoveoSearchInterface.ils .CoveoResultList .CoveoResult .coveo-result-frame .coveo-result-row .coveo-result-cell, .CoveoSearchInterface.global .CoveoResultList .CoveoResult .coveo-result-frame .coveo-result-row .coveo-result-cell, .CoveoSearchInterface.trsearch .CoveoResultList .CoveoResult .coveo-result-frame .coveo-result-row .coveo-result-cell, .CoveoSearchInterface.product-search .CoveoResultList .CoveoResult .coveo-result-frame .coveo-result-row .coveo-result-cell {
  padding: 10px;
  padding: 0.625rem;
}
.CoveoSearchInterface.ils .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell .coveo-result-row .coveo-result-cell, .CoveoSearchInterface.global .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell .coveo-result-row .coveo-result-cell, .CoveoSearchInterface.trsearch .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell .coveo-result-row .coveo-result-cell, .CoveoSearchInterface.product-search .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell .coveo-result-row .coveo-result-cell {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}
.CoveoSearchInterface.ils .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell .coveo-result-row .coveo-result-cell:nth-child(1), .CoveoSearchInterface.ils .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell .coveo-result-row .coveo-result-cell:nth-child(2), .CoveoSearchInterface.global .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell .coveo-result-row .coveo-result-cell:nth-child(1), .CoveoSearchInterface.global .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell .coveo-result-row .coveo-result-cell:nth-child(2), .CoveoSearchInterface.trsearch .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell .coveo-result-row .coveo-result-cell:nth-child(1), .CoveoSearchInterface.trsearch .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell .coveo-result-row .coveo-result-cell:nth-child(2), .CoveoSearchInterface.product-search .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell .coveo-result-row .coveo-result-cell:nth-child(1), .CoveoSearchInterface.product-search .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell .coveo-result-row .coveo-result-cell:nth-child(2) {
  padding-top: 0;
  padding-bottom: 0;
}
.CoveoSearchInterface.ils .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(2), .CoveoSearchInterface.global .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(2), .CoveoSearchInterface.trsearch .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(2), .CoveoSearchInterface.product-search .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(2) {
  min-width: 55%;
  width: 55%;
}
.CoveoSearchInterface.ils .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(3), .CoveoSearchInterface.global .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(3), .CoveoSearchInterface.trsearch .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(3), .CoveoSearchInterface.product-search .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(3) {
  position: relative;
  width: 88px;
  padding-left: 5px !important;
}
.CoveoSearchInterface.ils .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(3) .CoveoResultTitle, .CoveoSearchInterface.ils .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(4) .CoveoResultTitle, .CoveoSearchInterface.global .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(3) .CoveoResultTitle, .CoveoSearchInterface.global .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(4) .CoveoResultTitle, .CoveoSearchInterface.trsearch .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(3) .CoveoResultTitle, .CoveoSearchInterface.trsearch .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(4) .CoveoResultTitle, .CoveoSearchInterface.product-search .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(3) .CoveoResultTitle, .CoveoSearchInterface.product-search .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(4) .CoveoResultTitle {
  font-weight: 400;
}
.CoveoSearchInterface.ils .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(3):after, .CoveoSearchInterface.ils .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(4):after, .CoveoSearchInterface.global .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(3):after, .CoveoSearchInterface.global .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(4):after, .CoveoSearchInterface.trsearch .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(3):after, .CoveoSearchInterface.trsearch .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(4):after, .CoveoSearchInterface.product-search .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(3):after, .CoveoSearchInterface.product-search .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(4):after {
  content: "";
  height: 100%;
  position: absolute;
  border-left: solid 1px #ddd;
  top: 0;
  right: 100%;
}
.CoveoSearchInterface.ils .col-lg-3 .component.b01-paragraph {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
.CoveoSearchInterface.ils .col-lg-3 .coveo-facet {
  margin-bottom: 0;
}
.CoveoSearchInterface.ils .col-lg-3 .coveo-facet .CoveoFacet {
  border: none;
}
.CoveoSearchInterface.ils .col-lg-3 .coveo-facet .CoveoFacet:first-of-type {
  border-top: 1px solid #eee;
}
.CoveoSearchInterface.ils .col-lg-3 .coveo-facet .CoveoFacet .coveo-facet-header-eraser.coveo-facet-header-eraser-visible {
  display: none;
}
.CoveoSearchInterface.ils .col-lg-3 .coveo-facet .CoveoFacet .coveo-facet-value input[type=checkbox]:checked + .coveo-facet-value-checkbox {
  -webkit-box-shadow: 0 0 5px 0 #5a5a5a;
  -moz-box-shadow: 0 0 5px 0 #5a5a5a;
  box-shadow: 0 0 5px 0 #5a5a5a;
  border: 1px solid #5a5a5a;
}
.CoveoSearchInterface.ils .col-lg-3 .coveo-facet .CoveoFacet .coveo-facet-value input[type=checkbox]:checked + .coveo-facet-value-checkbox svg .coveo-hook-svg {
  fill: #5a5a5a;
}
.CoveoSearchInterface.ils .col-lg-9 .container.ILS.Search, .CoveoSearchInterface.ils .col-lg-9 .container.Products.Search {
  margin-left: 0;
  margin-right: 0;
  min-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.CoveoSearchInterface.ils .col-lg-9 .paragraph {
  float: right;
}
.CoveoSearchInterface.ils .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(2) .coveo-title {
  line-height: initial;
}
.CoveoSearchInterface.ils .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(2) .coveo-title br {
  display: none;
}
.CoveoSearchInterface.ils .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(2) .CoveoResultLink {
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
  display: block;
}
@media (max-width: 0) {
  .CoveoSearchInterface.ils .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(2) .CoveoResultLink {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.CoveoSearchInterface.ils .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(2) .CoveoResultTitle {
  font-size: 16px;
}
@media (max-width: 0) {
  .CoveoSearchInterface.ils .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(2) .CoveoResultTitle {
    font-size: 11.05px;
    font-size: 0.690625rem;
  }
}
.CoveoSearchInterface.ils .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(2) .CoveoResultTitle:not(.product) {
  line-height: 0;
}
.CoveoSearchInterface.ils .heading + .coveo-externalcomponentssection + .row .col-lg-9 .paragraph {
  margin-bottom: -23px;
  margin-bottom: -1.4375rem;
}
.CoveoSearchInterface.global .coveo-searchbox {
  margin-bottom: 96px;
  margin-bottom: 6rem;
}
.CoveoSearchInterface.global .coveo-searchbox .CoveoSearchbox .magic-box .magic-box-input &gt; input:focus {
  background-color: #fff;
}
.CoveoSearchInterface.global .col-lg-9 .container.Global.Search {
  margin-left: 0;
  margin-right: 0;
  min-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.CoveoSearchInterface.global .col-lg-9 .paragraph {
  float: right;
}
.CoveoSearchInterface.global .search-suggestions {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}
.CoveoSearchInterface.global .coveo-externalcomponentssection .component.container.Global.Search {
  padding-left: 0;
  margin-left: 0;
}
.CoveoSearchInterface.global .coveo-externalcomponentssection .component.container.Global.Search p.paragraph {
  position: absolute;
  top: 65px;
  top: 4.0625rem;
}
.CoveoSearchInterface.global .recent-searches {
  position: absolute;
  top: 132px;
  top: 8.25rem;
}
.CoveoSearchInterface.global.product-search .recent-searches {
  position: relative;
  top: 0px;
  top: 0rem;
}
.CoveoSearchInterface.global .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(3) {
  width: 13%;
}
.CoveoSearchInterface.global .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(4) {
  position: relative;
  width: 10%;
  padding-left: 5px !important;
}
.CoveoSearchInterface .resource-category {
  word-break: keep-all;
  white-space: nowrap;
}
.CoveoSearchInterface.ils .coveoforsitecore-information-section:last-child .product-types {
  font-size: 16px;
  font-size: 1rem;
}
.CoveoSearchInterface.ils .col-lg-9 .CoveoResultList .paragraph {
  float: right;
  position: relative;
  font-size: 13px;
}
@media (min-width: 576px) {
  .CoveoSearchInterface.ils .col-lg-9 .CoveoResultList .paragraph {
    font-size: 16px;
    font-size: 1rem;
  }
}
.CoveoSearchInterface.trsearch .coveoforsitecore-information-section:last-child .resource-category, .CoveoSearchInterface.product-search .coveoforsitecore-information-section:last-child .resource-category {
  font-size: 16px;
  font-size: 1rem;
}
.CoveoSearchInterface.trsearch .coveoforsitecore-information-section:last-child .product-types, .CoveoSearchInterface.product-search .coveoforsitecore-information-section:last-child .product-types {
  font-size: 16px;
  font-size: 1rem;
}
.CoveoSearchInterface.trsearch .product-types, .CoveoSearchInterface.product-search .product-types {
  font-size: 16px;
  font-size: 1rem;
}
.CoveoSearchInterface.trsearch .coveo-externalcomponentssection .component.container.TR.Search, .CoveoSearchInterface.product-search .coveo-externalcomponentssection .component.container.TR.Search {
  padding-left: 0;
  margin-left: 0;
}
.CoveoSearchInterface.trsearch .coveo-externalcomponentssection .component.container.TR.Search p.paragraph, .CoveoSearchInterface.product-search .coveo-externalcomponentssection .component.container.TR.Search p.paragraph {
  position: absolute;
  top: 65px;
  top: 4.0625rem;
}
.CoveoSearchInterface.trsearch .recent-searches, .CoveoSearchInterface.product-search .recent-searches {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.CoveoSearchInterface.trsearch .coveo-searchbox, .CoveoSearchInterface.product-search .coveo-searchbox {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.CoveoSearchInterface.trsearch .col-lg-9 .container.TR.Search, .CoveoSearchInterface.product-search .col-lg-9 .container.TR.Search {
  margin-left: 0;
  margin-right: 0;
  min-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.CoveoSearchInterface.trsearch .col-lg-9 .paragraph, .CoveoSearchInterface.product-search .col-lg-9 .paragraph {
  float: right;
  position: relative;
  top: 20px;
}
@media (max-width: 767px) {
  .CoveoSearchInterface.trsearch .col-lg-9 .paragraph, .CoveoSearchInterface.product-search .col-lg-9 .paragraph {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.CoveoSearchInterface.trsearch .coveo-result-cell .CoveoResultTitle, .CoveoSearchInterface.product-search .coveo-result-cell .CoveoResultTitle {
  font-size: 85%;
  line-height: 16px;
  line-height: 1rem;
}
.CoveoSearchInterface.trsearch .CoveoResult .coveo-title, .CoveoSearchInterface.product-search .CoveoResult .coveo-title {
  line-height: initial;
}
.CoveoSearchInterface.trsearch .CoveoResult .coveo-title br, .CoveoSearchInterface.product-search .CoveoResult .coveo-title br {
  display: none;
}
.CoveoSearchInterface.trsearch .CoveoResult .CoveoResultLink, .CoveoSearchInterface.product-search .CoveoResult .CoveoResultLink {
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
  display: inline-block;
}
.CoveoSearchInterface.product-search .col-lg-3 .paragraph + .coveo-facet {
  border-top: 1px solid #eee;
}
.CoveoSearchInterface.events-search .col-lg-9 .b04-link.link {
  font-size: 16px;
  font-size: 1rem;
  text-align: left;
}
.CoveoSearchInterface.events-search .col-lg-3 .coveo-facet .CoveoFacet {
  margin-bottom: 0;
  border-top: none;
}
.CoveoSearchInterface.events-search .col-lg-3 .coveo-facet {
  /*&amp;:first-child {
      border-top: 1px solid $facet-separator;
  }*/
  border-top: none;
  margin-top: 20px;
  margin-top: 1.25rem;
}
.CoveoSearchInterface.events-search .col-lg-3 .paragraph + .coveo-facet {
  border-top: 1px solid #eee;
}
.CoveoSearchInterface.events-search .col-lg-3 .b01-paragraph.paragraph {
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  border-bottom: none;
}
.CoveoSearchInterface.events-search .coveo-fileresulttemplate {
  display: none;
}
.CoveoSearchInterface.events-search table {
  width: 800px;
  table-layout: fixed;
  font-size: 13px;
}
.CoveoSearchInterface.events-search table tr {
  border-bottom: 1px solid #ddd;
}
.CoveoSearchInterface.events-search table tr th:nth-child(1), .CoveoSearchInterface.events-search table tr td:nth-child(1) {
  width: 132px;
}
.CoveoSearchInterface.events-search table tr th:nth-child(3), .CoveoSearchInterface.events-search table tr td:nth-child(3) {
  width: 17%;
}
.CoveoSearchInterface.events-search table tr th:last-child, .CoveoSearchInterface.events-search table tr td:last-child {
  width: 11%;
}
.CoveoSearchInterface.events-search table tr td {
  vertical-align: top;
  padding: 10px 18px 10px 5px;
  padding: 0.625rem 1.125rem 0.625rem 0.3125rem;
  border-right: 1px solid #e6e6e6;
}
.CoveoSearchInterface.events-search table tr td:last-child {
  border-right: none;
}
.CoveoSearchInterface.events-search table tr td:nth-child(2) {
  padding-left: 10px;
  padding-left: 0.625rem;
}
.CoveoSearchInterface.events-search table tr td:nth-child(2) p {
  line-height: 16px;
  line-height: 1rem;
  font-size: 11.05px;
}
.CoveoSearchInterface.events-search table tr td:nth-child(2) .coveo-title img {
  max-height: 60px;
  max-width: 60px;
  min-width: 60px;
}
.CoveoSearchInterface.events-search table tr td:nth-child(2) .coveo-title span a {
  color: #0c479d;
  text-decoration: none;
}
.CoveoSearchInterface.events-search table tr td:nth-child(2) .coveo-title div {
  padding-left: 5px;
  padding-left: 0.3125rem;
}
.CoveoSearchInterface.events-search table thead {
  background-color: #e6e6e6;
}
.CoveoSearchInterface.events-search table thead th {
  padding: 10px 11px 10px 11px;
  padding: 0.625rem 0.6875rem 0.625rem 0.6875rem;
  border-right: 1px solid #fff;
}
@media (min-width: 992px) {
  .CoveoSearchInterface.events-search table thead th {
    padding: 10px 18px 10px 18px;
    padding: 0.625rem 1.125rem 0.625rem 1.125rem;
  }
}
.CoveoSearchInterface.events-search table thead th:last-child {
  border-right: none;
}
.CoveoSearchInterface.events-search .CoveoResultList {
  margin-top: 0;
  overflow-x: auto;
}
.CoveoSearchInterface.events-search .CoveoResultList .CoveoResult {
  padding-left: 0;
  padding-right: 0;
  border: none;
}
.CoveoSearchInterface.events-search .CoveoResultList .CoveoResult:first-child {
  border: none;
}
.CoveoSearchInterface.events-search .CoveoResultList .CoveoResult:last-child table tr {
  border-bottom: none;
}
.CoveoSearchInterface.events-search .CoveoResultList .CoveoResult .coveo-title {
  text-overflow: initial;
  overflow: initial;
  white-space: initial;
  display: flex;
  font-size: 13px;
}
.CoveoSearchInterface.events-search .CoveoResultList .CoveoResult .coveo-title img {
  height: fit-content;
  margin-right: 10px;
  margin-right: 0.625rem;
}
.CoveoSearchInterface.events-search .coveo-result-list-container {
  /*@include rem-fallback(margin-bottom, 50px / 16px);*/
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border: 1px solid #ddd;
  min-height: 0.01%;
  display: table;
  width: 100%;
}
.CoveoSearchInterface.events-search .coveo-result-list-container:empty {
  border: none;
}
@media (max-width: 767px) {
  .CoveoSearchInterface.events-search .coveo-result-list-container {
    width: 200%;
  }
  .CoveoSearchInterface.events-search .coveo-result-list-container .coveo-result-cell.col-md-2 {
    width: 23%;
  }
  .CoveoSearchInterface.events-search .coveo-result-list-container .coveo-result-cell.col-md-8 {
    width: auto;
  }
}
.CoveoSearchInterface.events-search .coveo-list-layout.CoveoResult + .coveo-list-layout.CoveoResult thead {
  display: none;
}
.CoveoSearchInterface.events-search .showMoreResults {
  margin-top: 0;
}
.CoveoSearchInterface.events-search .coveo-querysummary {
  display: none;
}
.CoveoSearchInterface.events-search .coveo-facet {
  margin-bottom: 0;
}
.CoveoSearchInterface.events-search .recent-searches {
  margin-top: -20px;
  margin-top: -1.25rem;
}
.CoveoSearchInterface.pds .col-lg-9, .CoveoSearchInterface.pds #A05Searchbox_Recentsearch, .CoveoSearchInterface.pds .col-lg-3 {
  display: none;
}
.CoveoSearchInterface.pds .CoveoResultList {
  margin-top: 0;
}
.ProductGrouping.CoveoSearchInterface .CoveoResultList {
  margin-top: 15px;
}

/*.CoveoSearchInterface.global:not(.pressrelease-search) .coveo-resultslist,
.CoveoSearchInterface.chemical-search .coveo-resultslist,*/
.CoveoSearchInterface .coveo-resultslist {
  margin-bottom: 24px !important;
}
@media (min-width: 576px) {
  .CoveoSearchInterface .coveo-resultslist {
    margin-bottom: 50px !important;
  }
}

/*.CoveoSearchInterface.pressrelease-search .coveo-resultslist {
    margin-bottom: 24px !important;

    @media (min-width: 576px) {
        margin-bottom: 50px !important;
    }
}*/
.coveo-querysummary {
  margin: 0px 0px 10px 0px;
  margin: 0rem 0rem 0.625rem 0rem;
  display: inline-block;
}
@media (min-width: 768px) {
  .coveo-querysummary {
    margin: 0px;
    margin: 0rem;
  }
}

.coveo-relevancysort, .coveo-fieldsort {
  margin: 0px 0px 0px 10px;
  margin: 0rem 0rem 0rem 0.625rem;
  float: right;
}
.coveo-relevancysort .coveo-sort-container .CoveoSort, .coveo-fieldsort .coveo-sort-container .CoveoSort {
  border-bottom: 2px solid transparent;
  font-size: 16px;
  font-size: 1rem;
  text-transform: none;
  font-weight: 400;
  padding: 0;
  outline: none;
}
@media (min-width: 768px) {
  .coveo-relevancysort, .coveo-fieldsort {
    margin: 0px;
    margin: 0rem;
  }
}

.coveo-fieldsort {
  margin: 0px 0px 0px 10px;
  margin: 0rem 0rem 0rem 0.625rem;
  display: flex;
  justify-content: flex-end;
}
.coveo-fieldsort .coveo-icon {
  display: none;
}
.coveo-fieldsort .coveo-sort-container .CoveoSort {
  border: none;
  font-size: 16px;
  text-transform: none;
  font-weight: 400;
  padding: 0;
}
.coveo-fieldsort .coveo-sort-container .CoveoSort.coveo-selected:hover {
  border: none;
}
@media (min-width: 768px) {
  .coveo-fieldsort {
    margin: 0px;
    margin: 0rem;
  }
}

.event-section h1 + .component {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}
.event-section h3.h4 {
  font-size: 20px;
  font-size: 1.25rem;
}
.event-section .component.paragraph {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}
.event-section .component.b06-heading {
  margin: 0;
}
.event-section .event-feature {
  padding-top: 48px;
  padding-top: 3rem;
}

.facet-modal .modal-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.facet-modal .modal-header &gt; .btn-close {
  position: absolute;
  top: 0;
  right: 0;
}
.facet-modal .modal-header .small {
  font-size: 85%;
}
.facet-modal .modal-body {
  padding-bottom: 32px;
  padding-bottom: 2rem;
}
.facet-modal .modal-body .form-group {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  padding-left: 3px;
  padding-left: 0.1875rem;
  margin-bottom: 0;
}
.facet-modal .modal-body .form-group label {
  width: auto;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  white-space: normal;
}

.detail-search {
  position: relative;
}
.detail-search .coveo-searchbox .CoveoSearchbox .magic-box {
  border-radius: 0;
  border: 1px solid #e6e6e6;
}
.detail-search .coveo-searchbox .CoveoSearchbox .magic-box .magic-box-input {
  border-radius: 0;
}
.detail-search .coveo-searchbox .CoveoSearchbox .magic-box .magic-box-input &gt; input {
  border-radius: 0;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #5a5a5a;
  color: #2b2626;
}
.detail-search .coveo-searchbox .CoveoSearchbox .magic-box .magic-box-input &gt; input:focus {
  background-color: #fff;
  border: 1px solid #5a5a5a;
  outline: 0;
  box-shadow: inset 0 0 2px 1px #5a5a5a;
}
.detail-search .coveo-searchbox .CoveoSearchbox .magic-box .magic-box-input &gt; input:-ms-input-placeholder {
  color: #2b2626;
  font-size: 20px;
  font-size: 1.25rem;
}
.detail-search .coveo-searchbox .CoveoSearchbox .magic-box .magic-box-input &gt; input::-moz-placeholder {
  color: #2b2626;
  font-size: 20px;
  font-size: 1.25rem;
}
.detail-search .coveo-searchbox .CoveoSearchbox .magic-box .magic-box-input &gt; input::-webkit-input-placeholder {
  color: #2b2626;
  font-size: 20px;
  font-size: 1.25rem;
}
.detail-search .coveo-searchbox .CoveoSearchbox .magic-box .magic-box-input &gt; input::placeholder {
  color: #2b2626;
  font-size: 20px;
  font-size: 1.25rem;
}
.detail-search .coveo-searchbox .CoveoSearchbox .magic-box.magic-box-notEmpty .magic-box-clear {
  display: none;
}
.detail-search .coveo-searchbox .CoveoSearchbox .CoveoSearchButton {
  border: 0;
  padding: 24px 20px 13px 20px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 50px;
  width: auto;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  display: none;
}
.detail-search .coveo-searchbox .CoveoSearchbox .CoveoSearchButton:before {
  content: none;
}
.detail-search .coveo-searchbox .CoveoSearchbox .CoveoSearchButton .coveo-search-button, .detail-search .coveo-searchbox .CoveoSearchbox .CoveoSearchButton .coveo-search-button-loading {
  display: none;
}
.detail-search .coveo-searchbox .CoveoSearchbox .CoveoFakeButton {
  border: 0;
  padding: 24px 20px 13px 20px;
  padding: 1.5rem 1.25rem 0.8125rem 1.25rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 50px;
  width: auto;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  float: right;
  z-index: 2;
  cursor: pointer;
  line-height: 0;
  position: relative;
}
.detail-search .CoveoSearchbox .CoveoFakeButton {
  border: 0;
  padding: 24px 20px 13px 20px;
  padding: 1.5rem 1.25rem 0.8125rem 1.25rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 50px;
  width: auto;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  float: right;
  z-index: 2;
  cursor: pointer;
  line-height: 0;
  position: relative;
}
.detail-search .coveo-globalsearchbox {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.detail-search #A05Searchbox_Recentsearch {
  color: #5A5A5A;
  margin-top: 48px;
  margin-top: 3rem;
}

.detail-search + p {
  top: 64px;
  top: 4rem;
}

body:not(.on-page-editor):not(.preview) .facet-modal.show {
  top: 0;
}
body:not(.on-page-editor) {
  /*This hides serach more button from page. It will be visible once clicked on search button*/
}
body:not(.on-page-editor) .CoveoSearchInterface:not(.trsearch):not(.global):not(.events-search):not(.retail):not(.product-search) {
  /*This hides most components from page. They will be visible once clicked on search button*/
}
body:not(.on-page-editor) .CoveoSearchInterface:not(.trsearch):not(.global):not(.events-search):not(.retail):not(.product-search) .coveo-placeholder-result, body:not(.on-page-editor) .CoveoSearchInterface:not(.trsearch):not(.global):not(.events-search):not(.retail):not(.product-search) .col-lg-3, body:not(.on-page-editor) .CoveoSearchInterface:not(.trsearch):not(.global):not(.events-search):not(.retail):not(.product-search) .col-lg-9 p, body:not(.on-page-editor) .CoveoSearchInterface:not(.trsearch):not(.global):not(.events-search):not(.retail):not(.product-search) #A05Searchbox_Recentsearch, body:not(.on-page-editor) .CoveoSearchInterface:not(.trsearch):not(.global):not(.events-search):not(.retail):not(.product-search) .search-suggestions {
  display: none;
}
body:not(.on-page-editor) .CoveoSearchInterface.ils .col-lg-9 {
  display: none;
}
body:not(.on-page-editor) .showMoreResults {
  display: none;
}

.component.featured-item.ILS.Search, .component.featured-item.Products.Search {
  margin-top: 20px;
  margin-top: 1.25rem;
}
.component.PDS.Search, .component.emebs-search, .component.Global.Search, .component.ILS.Search, .component.TR.Search, .component.Products.Search {
  margin-bottom: 0;
}
.component.PDS.Search button, .component.emebs-search button, .component.Global.Search button, .component.ILS.Search button, .component.TR.Search button, .component.Products.Search button {
  margin-left: 50%;
}
.component.emebs-search {
  margin-left: 0;
  padding-left: 0;
  min-width: 100%;
}
.component.coveo-searchinterface .CoveoSearchbox, .component.coveo-searchbox .CoveoSearchbox, .component.coveo-globalsearchbox .CoveoSearchbox {
  position: relative;
}
.component.coveo-searchinterface .CoveoSearchbox .CoveoSearchButton, .component.coveo-searchbox .CoveoSearchbox .CoveoSearchButton, .component.coveo-globalsearchbox .CoveoSearchbox .CoveoSearchButton {
  position: absolute;
  right: 0;
  top: 0;
}

.footer .CoveoSearchbox {
  position: relative;
}
.footer .CoveoSearchbox .CoveoSearchButton {
  position: absolute;
  right: 0;
  top: 0;
}
.footer .CoveoSearchbox .CoveoSearchButton:focus {
  background-color: #262626;
}
.footer .CoveoSearchbox .CoveoSearchButton:active {
  background-color: #262626 !important;
}

.component.heading.TR.Search + .row + .component.coveo-searchinterface,
.component.heading.Global.Search + .component.coveo-searchinterface {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .coveo-globalsearchbox .CoveoSearchInterface {
    min-width: auto;
  }

  .facet-modal .modal-body .form-group:nth-child(3n-1) {
    padding-right: 30px;
    padding-right: 1.875rem;
  }

  .CoveoSearchInterface.events-search table {
    width: 100%;
    table-layout: auto;
  }
}
.CoveoSearchInterface .col-lg-9 .container {
  padding: 0;
}
.CoveoSearchInterface.ils .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row, .CoveoSearchInterface.global .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row, .CoveoSearchInterface.product-search .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row, .CoveoSearchInterface.trsearch .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row {
  display: flex;
  flex-basis: 100%;
}
.CoveoSearchInterface.ils .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(2), .CoveoSearchInterface.global .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(2), .CoveoSearchInterface.product-search .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(2), .CoveoSearchInterface.trsearch .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(2) {
  flex-grow: 3;
  flex-basis: 80%;
}
.CoveoSearchInterface.ils .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(3), .CoveoSearchInterface.global .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(3), .CoveoSearchInterface.product-search .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(3), .CoveoSearchInterface.trsearch .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(3) {
  flex-grow: 1;
  flex-basis: 36%;
  word-wrap: break-word;
}
.CoveoSearchInterface.ils .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(3).marineView, .CoveoSearchInterface.global .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(3).marineView, .CoveoSearchInterface.product-search .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(3).marineView, .CoveoSearchInterface.trsearch .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(3).marineView {
  flex-grow: 1;
  flex-basis: 1%;
}
.CoveoSearchInterface.ils .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(3).product-category, .CoveoSearchInterface.global .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(3).product-category, .CoveoSearchInterface.product-search .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(3).product-category, .CoveoSearchInterface.trsearch .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(3).product-category {
  flex-grow: 1;
  flex-basis: 37%;
}
@media (min-width: 576px) {
  .CoveoSearchInterface.ils .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(3).product-category, .CoveoSearchInterface.global .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(3).product-category, .CoveoSearchInterface.product-search .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(3).product-category, .CoveoSearchInterface.trsearch .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(3).product-category {
    flex-basis: 18%;
  }
}
@media (min-width: 768px) {
  .CoveoSearchInterface.ils .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(3), .CoveoSearchInterface.global .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(3), .CoveoSearchInterface.product-search .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(3), .CoveoSearchInterface.trsearch .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(3) {
    flex-basis: 20%;
  }
}

.nav-main-search.search-box .CoveoSearchButton {
  color: transparent !important;
}

@media (min-width: 992px) {
  .component.emebs-search {
    min-width: 0;
    width: 75%;
  }
  .component.container.Global.Search .link {
    margin-left: 42%;
  }
  .component.container.TR.Search .link {
    margin-left: 24%;
  }

  .emebs-search + .search-footer {
    text-align: initial;
    margin-left: 30%;
  }

  .col-lg-9 .container.ILS.Search, .col-lg-9 .container.Products.Search {
    min-width: initial;
  }

  .CoveoSearchInterface .showMoreResults {
    margin-top: 48px;
    margin-top: 3rem;
  }
  .CoveoSearchInterface.global .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(3) {
    width: 12%;
  }
  .CoveoSearchInterface.global .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(4) {
    width: 12%;
  }
  .CoveoSearchInterface.events-search .showMoreResults {
    margin-top: 0;
  }

  .nav-main-search.search-box .CoveoSearchButton {
    position: absolute;
    right: 0;
    top: 15px !important;
  }
  .nav-main-search.search-box .CoveoSearchButton:active {
    background-color: transparent !important;
  }
}
body:not([data-bp=xl]) .component .CoveoSearchInterface .coveo-querysummary {
  margin-bottom: 0;
}
body:not([data-bp=xl]) .component .ils .component.coveo-facet {
  margin-bottom: 0;
}

.component.coveo-searchresources {
  display: none;
}

.coveo-facet-value-label-wrapper {
  display: flex;
  justify-content: space-between;
}

.component.coveo-facet .coveo-facet-values .coveo-facet-value:not(.coveo-selected):hover .coveo-facet-value-label .coveo-facet-value-label-wrapper .coveo-facet-value-checkbox .coveo-hook-svg {
  fill: none;
}

.coveo-searchinterface .coveo-spinner {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: none;
}
.coveo-searchinterface .coveo-search-button-loading {
  vertical-align: middle;
  animation: none;
  display: inline-block;
  color: #0e469b;
}
.coveo-searchinterface .coveo-search-button-loading-svg {
  display: inline;
  color: #1d4f76;
  width: 160px;
  height: 160px;
  -o-animation-name: coveo-spin;
  -moz-animation-name: coveo-spin;
  -webkit-animation-name: coveo-spin;
  animation-name: coveo-spin;
  -o-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -o-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -o-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes coveo-spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes coveo-spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes coveo-spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes coveo-spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.coveo-searchbox .b01-paragraph.paragraph {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.CoveoSearchInterface .CoveoSearchbox {
  max-width: 100% !important;
  margin-right: 0rem !important;
}

.CoveoOmnibox.magic-box {
  border: none;
}
.CoveoOmnibox.magic-box input[form=coveo-dummy-form] {
  background-color: #e6e6e6;
}

.SDS.Search + .coveo-searchinterface .recent-searches, .PDS.Search + .coveo-searchinterface .recent-searches {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.SDS.Search + .coveo-searchinterface .CoveoSearchInterface .paragraph, .PDS.Search + .coveo-searchinterface .CoveoSearchInterface .paragraph {
  font-size: 16px;
  font-size: 1rem;
}
.SDS.Search + .coveo-searchinterface .CoveoSearchInterface .col-lg-3 .paragraph, .PDS.Search + .coveo-searchinterface .CoveoSearchInterface .col-lg-3 .paragraph {
  font-size: 16px;
  font-size: 1rem;
}
.SDS.Search + .coveo-searchinterface .CoveoResultList.sds-search-result-list .coveo-result-frame .coveo-result-row .coveo-result-row, .PDS.Search + .coveo-searchinterface .CoveoResultList.sds-search-result-list .coveo-result-frame .coveo-result-row .coveo-result-row {
  display: flex;
}
.SDS.Search + .coveo-searchinterface .CoveoResultList.sds-search-result-list .coveo-result-frame .coveo-result-row .coveo-result-row .coveo-result-cell, .PDS.Search + .coveo-searchinterface .CoveoResultList.sds-search-result-list .coveo-result-frame .coveo-result-row .coveo-result-row .coveo-result-cell {
  flex: 1 2 60%;
  border: 1px solid #e6e6e6;
  border-bottom: none;
  border-top: none;
  align-content: center;
  padding: 5px 18px 12px 18px;
  padding: 0.3125rem 1.125rem 0.75rem 1.125rem;
}
.SDS.Search + .coveo-searchinterface .CoveoResultList.sds-search-result-list .coveo-result-frame .coveo-result-row .coveo-result-row .coveo-result-cell:last-child, .PDS.Search + .coveo-searchinterface .CoveoResultList.sds-search-result-list .coveo-result-frame .coveo-result-row .coveo-result-row .coveo-result-cell:last-child {
  flex: 1 2 40%;
  border: 1px solid #e6e6e6;
  border-bottom: none;
  border-top: none;
  border-left: none;
  min-height: 44px;
}
.SDS.Search + .coveo-searchinterface .CoveoResultList.sds-search-result-list .coveo-result-frame .coveo-result-row .coveo-result-row .coveo-result-cell .coveo-title, .SDS.Search + .coveo-searchinterface .CoveoResultList.sds-search-result-list .coveo-result-frame .coveo-result-row .coveo-result-row .coveo-result-cell .pdslob, .PDS.Search + .coveo-searchinterface .CoveoResultList.sds-search-result-list .coveo-result-frame .coveo-result-row .coveo-result-row .coveo-result-cell .coveo-title, .PDS.Search + .coveo-searchinterface .CoveoResultList.sds-search-result-list .coveo-result-frame .coveo-result-row .coveo-result-row .coveo-result-cell .pdslob {
  white-space: nowrap;
  padding: 0;
}
.SDS.Search + .coveo-searchinterface .CoveoResultList.sds-search-result-list .coveo-result-frame .coveo-result-row .coveo-result-row .coveo-result-cell .pdslob, .PDS.Search + .coveo-searchinterface .CoveoResultList.sds-search-result-list .coveo-result-frame .coveo-result-row .coveo-result-row .coveo-result-cell .pdslob {
  font-weight: 600;
  padding-left: 0.5rem;
}
.SDS.Search + .coveo-searchinterface .CoveoResultList.sds-search-result-list .coveo-result-frame .coveo-result-row .coveo-result-row .coveo-result-cell .coveo-title .CoveoResultLink, .PDS.Search + .coveo-searchinterface .CoveoResultList.sds-search-result-list .coveo-result-frame .coveo-result-row .coveo-result-row .coveo-result-cell .coveo-title .CoveoResultLink {
  margin-left: 3rem;
}
.SDS.Search + .coveo-searchinterface .CoveoResultList.sds-search-result-list .coveo-result-frame .coveo-result-row .coveo-result-row .CoveoResultLink, .PDS.Search + .coveo-searchinterface .CoveoResultList.sds-search-result-list .coveo-result-frame .coveo-result-row .coveo-result-row .CoveoResultLink {
  color: #0c479d;
  font-weight: 400;
  text-decoration: none;
}
.SDS.Search + .coveo-searchinterface .CoveoResultList.sds-search-result-listt .coveo-result-frame .coveo-result-row .coveo-result-row a.CoveoResultLink, .PDS.Search + .coveo-searchinterface .CoveoResultList.sds-search-result-listt .coveo-result-frame .coveo-result-row .coveo-result-row a.CoveoResultLink {
  color: #0c479d;
  font-weight: 400;
  text-decoration: none;
}
.SDS.Search + .coveo-searchinterface .CoveoSearchInterface .CoveoResultList .sds-search-result-list .CoveoResult, .PDS.Search + .coveo-searchinterface .CoveoSearchInterface .CoveoResultList .sds-search-result-list .CoveoResult {
  border: none;
  padding: 0;
}
.SDS.Search + .coveo-searchinterface .CoveoSearchInterface .CoveoResultList .sds-search-result-list .CoveoResult .coveo-title, .PDS.Search + .coveo-searchinterface .CoveoSearchInterface .CoveoResultList .sds-search-result-list .CoveoResult .coveo-title {
  padding-left: 48px;
  padding-left: 3rem;
}
.SDS.Search + .coveo-searchinterface .CoveoSearchInterface .CoveoResultList .sds-search-result-list .CoveoResult:last-child, .PDS.Search + .coveo-searchinterface .CoveoSearchInterface .CoveoResultList .sds-search-result-list .CoveoResult:last-child {
  border-bottom: none;
}
.SDS.Search + .coveo-searchinterface .CoveoResultList.sds-search-result-listt .coveo-result-frame .coveo-result-row .coveo-result-row, .PDS.Search + .coveo-searchinterface .CoveoResultList.sds-search-result-listt .coveo-result-frame .coveo-result-row .coveo-result-row {
  display: flex;
  width: 150%;
}
.SDS.Search + .coveo-searchinterface .CoveoResultList.sds-search-result-list, .PDS.Search + .coveo-searchinterface .CoveoResultList.sds-search-result-list {
  overflow-y: hidden;
  overflow-x: auto;
  margin-top: 0;
}
.SDS.Search + .coveo-searchinterface .CoveoResultList.sds-search-result-list .coveo-list-layout.CoveoResult, .PDS.Search + .coveo-searchinterface .CoveoResultList.sds-search-result-list .coveo-list-layout.CoveoResult {
  border: none;
  padding: 0;
}
.SDS.Search + .coveo-searchinterface .CoveoResultList.sds-search-result-list .coveo-list-layout.CoveoResult .coveo-result-row, .PDS.Search + .coveo-searchinterface .CoveoResultList.sds-search-result-list .coveo-list-layout.CoveoResult .coveo-result-row {
  display: flex;
}
.SDS.Search + .coveo-searchinterface .CoveoResultList.sds-search-result-list .coveo-list-layout.CoveoResult .coveo-result-cell.coveoforsitecore-time-cell, .PDS.Search + .coveo-searchinterface .CoveoResultList.sds-search-result-list .coveo-list-layout.CoveoResult .coveo-result-cell.coveoforsitecore-time-cell {
  flex: 1 2 40%;
}
.SDS.Search + .coveo-searchinterface .CoveoResultList.sds-search-result-list .coveo-list-layout.CoveoResult .coveo-result-cell.coveoforsitecore-information-section, .PDS.Search + .coveo-searchinterface .CoveoResultList.sds-search-result-list .coveo-list-layout.CoveoResult .coveo-result-cell.coveoforsitecore-information-section {
  flex: 1 2 60%;
}
.SDS.Search + .coveo-searchinterface .CoveoResultList.sds-search-result-list .coveo-list-layout.CoveoResult .coveo-result-cell .coveo-title, .PDS.Search + .coveo-searchinterface .CoveoResultList.sds-search-result-list .coveo-list-layout.CoveoResult .coveo-result-cell .coveo-title {
  padding-left: 48px;
  padding-left: 3rem;
}
.SDS.Search + .coveo-searchinterface .CoveoResultList.sds-search-result-list .coveo-result-frame .coveo-result-row .coveo-result-row:last-child, .PDS.Search + .coveo-searchinterface .CoveoResultList.sds-search-result-list .coveo-result-frame .coveo-result-row .coveo-result-row:last-child {
  border-bottom: 1px solid #e6e6e6;
}
.SDS.Search + .coveo-searchinterface .CoveoResultList.sds-search-result-list .coveo-result-list-container.coveo-list-layout-container, .PDS.Search + .coveo-searchinterface .CoveoResultList.sds-search-result-list .coveo-result-list-container.coveo-list-layout-container {
  width: 200%;
}
.SDS.Search + .coveo-searchinterface .CoveoResultList.sds-search-result-list .coveo-list-layout.CoveoResult:last-child .coveo-result-frame .coveo-result-row .coveo-result-row, .PDS.Search + .coveo-searchinterface .CoveoResultList.sds-search-result-list .coveo-list-layout.CoveoResult:last-child .coveo-result-frame .coveo-result-row .coveo-result-row {
  border-bottom: 1px solid #e6e6e6;
}
.SDS.Search + .coveo-searchinterface .CoveoResultList.sds-search-result-list .coveo-list-layout.CoveoResult:first-child .coveo-result-frame .coveo-result-row .coveo-result-row, .PDS.Search + .coveo-searchinterface .CoveoResultList.sds-search-result-list .coveo-list-layout.CoveoResult:first-child .coveo-result-frame .coveo-result-row .coveo-result-row {
  border-top: 1px solid #e6e6e6;
}
@media (min-width: 768px) {
  .SDS.Search + .coveo-searchinterface .CoveoResultList, .PDS.Search + .coveo-searchinterface .CoveoResultList {
    overflow-x: hidden;
  }
  .SDS.Search + .coveo-searchinterface .CoveoResultList.sds-search-result-list .coveo-result-frame .coveo-result-row .coveo-result-row, .PDS.Search + .coveo-searchinterface .CoveoResultList.sds-search-result-list .coveo-result-frame .coveo-result-row .coveo-result-row {
    display: flex;
    width: auto;
  }
  .SDS.Search + .coveo-searchinterface .CoveoResultList.sds-search-result-list .coveo-result-frame .coveo-result-row .coveo-result-row .coveo-result-cell, .PDS.Search + .coveo-searchinterface .CoveoResultList.sds-search-result-list .coveo-result-frame .coveo-result-row .coveo-result-row .coveo-result-cell {
    border: 1px solid #e6e6e6;
    border-bottom: none;
    border-top: none;
    border-right: 0;
    margin-bottom: -2px !important;
  }
  .SDS.Search + .coveo-searchinterface .CoveoResultList.sds-search-result-list .coveo-result-frame .coveo-result-row .coveo-result-row .coveo-result-cell:last-child, .PDS.Search + .coveo-searchinterface .CoveoResultList.sds-search-result-list .coveo-result-frame .coveo-result-row .coveo-result-row .coveo-result-cell:last-child {
    border: 1px solid #e6e6e6;
    border-bottom: none;
    border-top: none;
  }
  .SDS.Search + .coveo-searchinterface .CoveoSearchInterface .CoveoResultList .sds-search-result-list .CoveoResult, .PDS.Search + .coveo-searchinterface .CoveoSearchInterface .CoveoResultList .sds-search-result-list .CoveoResult {
    border: none;
    padding: 0;
  }
  .SDS.Search + .coveo-searchinterface .CoveoResultList.sds-search-result-list .coveo-result-list-container.coveo-list-layout-container, .PDS.Search + .coveo-searchinterface .CoveoResultList.sds-search-result-list .coveo-result-list-container.coveo-list-layout-container {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .CoveoSearchInterface.ils .CoveoResultList .CoveoResult, .CoveoSearchInterface.global .CoveoResultList .CoveoResult, .CoveoSearchInterface.trsearch .CoveoResultList .CoveoResult, .CoveoSearchInterface.product-search .CoveoResultList .CoveoResult {
    width: 200%;
  }

  .CoveoSearchInterface.ils .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(2), .CoveoSearchInterface.global .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(2), .CoveoSearchInterface.trsearch .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(2), .CoveoSearchInterface.product-search .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(2) {
    min-width: 35%;
  }

  .CoveoSearchInterface.ils .CoveoResultList, .CoveoSearchInterface.global .CoveoResultList, .CoveoSearchInterface.trsearch .CoveoResultList, .CoveoSearchInterface.product-search .CoveoResultList .coveo-result-list-container {
    overflow-x: scroll;
  }

  .CoveoSearchInterface.ils .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(2), .CoveoSearchInterface.global .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(2), .CoveoSearchInterface.product-search .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(2), .CoveoSearchInterface.trsearch .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(2) {
    flex-basis: 0%;
  }

  .CoveoSearchInterface.ils .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(3).product-category, .CoveoSearchInterface.global .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(3).product-category, .CoveoSearchInterface.product-search .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(3).product-category, .CoveoSearchInterface.trsearch .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(3).product-category {
    flex-basis: 34%;
  }

  .CoveoSearchInterface.global .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(4) {
    width: 20%;
  }
}
@media (min-width: 576px) {
  .CoveoSearchInterface.events-search table {
    font-size: 16px;
  }
  .CoveoSearchInterface.events-search .CoveoResultList .CoveoResult .coveo-title {
    font-size: 16px;
  }
  .CoveoSearchInterface.events-search table tr td:nth-child(2) p {
    font-size: 13.6px;
  }
}
.PDS.Search + .coveo-searchinterface .CoveoResultList.sds-search-result-list .coveo-event-search .coveo-result-row .coveo-result-row .coveo-result-cell .coveo-title {
  text-overflow: initial;
  overflow: initial;
  white-space: initial !important;
  display: flex;
  font-weight: 700;
  font-family: EMprintSemibold, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
}

.PDS.Search + .coveo-searchinterface .CoveoResultList.sds-search-result-list .coveo-list-layout.CoveoResult:last-child .coveo-result-frame .coveo-result-row .coveo-result-row {
  border-bottom: none;
}

.coveo-event-search .coveo-result-cell {
  /*code merge*/
}
.coveo-event-search .coveo-result-cell &gt; div &gt; span {
  padding: 5px 4px !important;
}
.coveo-event-search .coveo-result-cell .coveo-title .coveo-title-image {
  min-width: 150px;
  max-width: 150px;
  margin-right: 0.625rem;
  text-align: center;
}
.coveo-event-search .coveo-result-cell .coveo-title img {
  max-width: 120px;
  max-height: 120px;
  min-width: 120px;
  padding: 10px 0 10px 10px;
}
.coveo-event-search .coveo-result-cell .coveo-title &gt; div &gt; span &gt; a {
  color: #0c479d;
}
.coveo-event-search .coveo-result-cell .coveo-title &gt; div &gt; span &gt; a.webinarnolink {
  color: #0c479d;
  cursor: default !important;
  text-decoration: none !important;
}

.searchtablecontainer .coveo-result-row {
  background-color: #e6e6e6;
  font-weight: 700;
  font-family: EMprintSemibold, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
}

.searchtablecontainer .coveo-result-cell &gt; div &gt; span {
  padding: 5px 9px 5px 14px !important;
}

.coveo-result-cell &gt; div &gt; span {
  padding: 5px 4px !important;
}

.PDS.Search + .coveo-searchinterface .CoveoResultList.sds-search-result-list .searchtablecontainer .coveo-result-frame .coveo-result-row .coveo-result-row .coveo-result-cell {
  border-right: 1px solid #fff;
}
.PDS.Search + .coveo-searchinterface .CoveoResultList.sds-search-result-list .searchtablecontainer .coveo-result-frame .coveo-result-row .coveo-result-row .coveo-result-cell:first-child {
  border-left: 1px solid #e6e6e6;
}
.PDS.Search + .coveo-searchinterface .CoveoResultList.sds-search-result-list .searchtablecontainer .coveo-result-frame .coveo-result-row .coveo-result-row .coveo-result-cell:last-child {
  border-right: 1px solid #e6e6e6;
}

.sds-search-result-list &gt; .searchtablecontainer {
  display: none;
}

.CoveoSearchInterface.events-search .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell .coveo-result-row .coveo-result-cell {
  border: 1px solid #ddd;
}

.CoveoSearchInterface .CoveoResultList .CoveoResult.searchtablecontainer .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell .coveo-result-row .coveo-result-cell {
  padding: 10px 18px 10px 18px;
}

.CoveoSearchInterface.events-search .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell .coveo-result-row .coveo-result-cell {
  border: 1px solid #ddd;
  border-bottom: none;
  border-left: none;
  border-top: none;
}
.CoveoSearchInterface.events-search .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell .coveo-result-row .coveo-result-cell:last-child {
  border-right: none;
  border-left: none;
}

.component + .coveo-searchinterface .coveo-resultslist .sds-search-result-list .coveo-result-list-container .CoveoResult .coveo-event-search .coveo-result-row .coveo-result-row .coveo-result-cell .coveo-title {
  text-overflow: initial;
  overflow: initial;
  white-space: initial !important;
  display: flex;
  font-weight: 700;
  font-family: EMprintSemibold, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
}

@media (min-width: 768px) {
  .component + .coveo-searchinterface .CoveoSearchInterface + .events-search .CoveoResultList.sds-search-result-list .coveo-result-frame .coveo-result-row .coveo-result-row .coveo-result-cell {
    border: 1px solid #e6e6e6;
    border-bottom: none;
    border-top: none;
    border-right: 0;
    margin-bottom: -2px !important;
  }
}
.component + .coveo-searchinterface .CoveoResultList.sds-search-result-list .searchtablecontainer .coveo-result-frame .coveo-result-row .coveo-result-cell {
  border-right-color: white !important;
}

.PDS.Search + .coveo-searchinterface .CoveoResultList.sds-search-result-list .coveo-result-frame .coveo-result-row .coveo-result-row .coveo-result-cell .coveo-title {
  white-space: initial !important;
}

.coveo-result-cell.col-md-2 {
  width: 27%;
}

.component + .coveo-searchinterface .CoveoSearchInterface + .events-search .CoveoResultList.sds-search-result-list .coveo-result-frame .coveo-result-row .coveo-result-row:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.component + .coveo-searchinterface .CoveoSearchInterface + .product-search .CoveoResultList.sds-search-result-list .searchtablecontainer .coveo-result-frame .coveo-result-row .coveo-result-cell {
  border-left: none;
}

.component + .coveo-searchinterface .CoveoSearchInterface + .product-search .CoveoResultList.sds-search-result-list .searchtablecontainer .coveo-result-frame .coveo-result-row {
  border-bottom: none;
}

.component + .coveo-searchinterface .CoveoSearchInterface + .trsearch .CoveoResultList.sds-search-result-list .searchtablecontainer .coveo-result-frame .coveo-result-row .coveo-result-cell {
  border-left: none;
}

.component + .coveo-searchinterface .CoveoSearchInterface + .trsearch .CoveoResultList.sds-search-result-list .searchtablecontainer .coveo-result-frame .coveo-result-row {
  border-bottom: none;
}

.CoveoSearchInterface.events-search .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell .coveo-result-row .coveo-result-cell {
  border-bottom: 1px solid #e6e6e6;
}

.PDS.Search + .coveo-searchinterface .CoveoSearchInterface.events-search .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell .coveo-result-row .coveo-result-cell {
  border-bottom: none;
}

.CoveoResult.coveoSearchHeaderRow.pds-search-header .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(n+2):after, .CoveoSearchInterface.trsearch .CoveoResultList .CoveoResult.coveoSearchHeaderRow .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(3):after {
  content: "";
  height: 100%;
  position: absolute;
  border-left: solid 1px #fff !important;
  top: 0;
  right: 100%;
}

.CoveoResult.coveoSearchHeaderRow.pds-search-header .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:first-child {
  left: 42px;
}

.SDS.Search + .coveo-searchinterface .CoveoResultList.sds-search-result-list .coveo-list-layout.CoveoResult .coveo-result-cell, .PDS.Search + .coveo-searchinterface .CoveoResultList.sds-search-result-list .coveo-list-layout.CoveoResult .coveo-result-cell {
  position: relative;
}

.coveo-list-layout.CoveoResult.coveoSearchHeaderRow {
  background-color: #e6e6e6;
}
.coveo-list-layout.CoveoResult.coveoSearchHeaderRow * {
  font-weight: 700 !important;
  font-family: EMprintSemibold, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
  font-size: 16px !important;
  word-break: keep-all !important;
  line-height: 16px !important;
}
.coveo-list-layout.CoveoResult.coveoSearchHeaderRow .coveo-result-cell {
  align-items: center;
  display: flex;
}

.CoveoSearchInterface.global .CoveoResultList .CoveoResult.coveoSearchHeaderRow .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(n+3):after, .CoveoSearchInterface .CoveoResultList .CoveoResult.coveoSearchHeaderRow .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(n+3):after {
  border-left: solid 1px #fff;
}

.body-content &gt; .coveoSearchHeaderRow {
  display: none;
}

.CoveoResult.coveoSearchHeaderRow .coveo-result-frame .coveo-result-cell.coveo-quick-view-container {
  position: relative;
}

.CoveoResult.coveoSearchHeaderRow .coveo-result-frame .coveo-result-cell.coveo-quick-view-container:after {
  content: "";
  content: "";
  height: 100%;
  position: absolute;
  border-right: solid 1px #fff !important;
  top: 0;
  left: 90%;
}

.CoveoSearchInterface.global.emebs .coveo-searchbox {
  margin-bottom: 1rem;
}

.CoveoSearchInterface .CoveoResultList .CoveoResult.coveoSearchHeaderRow .coveo-result-frame &gt; .coveo-result-row .coveo-result-cell {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  min-height: 46px;
}

.CoveoSearchInterface .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell .coveo-result-row .coveo-result-cell:nth-child(1) {
  padding: 0.5rem 0.5rem 0 0.5rem;
}
@media screen and (max-width: 767px) {
  .CoveoSearchInterface .CoveoResultList .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell .coveo-result-row .coveo-result-cell:nth-child(1) {
    padding-right: 0.2rem;
  }
}

.CoveoSearchInterface.emebs .coveo-list-layout.CoveoResult.coveoSearchHeaderRow .coveo-result-row {
  display: flex;
}

.coveo-facet-value:not(.coveo-facet-search-button):not(.coveo-selected) .coveo-facet-value-checkbox:focus svg .coveo-hook-svg {
  fill: none !important;
}

header .CoveoOmnibox.magic-box input:-moz-focusring {
  outline: none !important;
}

.magic-box-suggestions {
  border: thin solid #bcc3ca;
}

.magic-box.magic-box-hasFocus .magic-box-suggestions.magic-box-hasSuggestion .coveo-magicbox-suggestions {
  border: none !important;
}

footer .magic-box .magic-box-input &gt; input {
  text-indent: 12px;
  padding-right: 0px;
}

.CoveoSearchInterface .coveo-facet .CoveoFacet .coveo-facet-footer .coveo-active:focus {
  text-decoration: none !important;
  outline: -webkit-focus-ring-color auto 1px;
  display: initial;
}

.ils .b01-paragraph + .facetFilter_borderTop {
  border: none;
  border-top: none;
}

/*code merge*/
.chemical-search .searchresulttype span {
  font-size: 13px;
  color: #7b7b7b !important;
  font-weight: 400;
  cursor: pointer;
  font-family: "EMprintSemibold";
}

.chemical-search .CoveoResultLink.searchresulttype:hover {
  text-decoration: none;
}

.chemical-search .coveo-title .webinarnolink {
  font-family: EMprintSemibold, MHeiPRC-Heavy, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.chemical-search .coveo-title .webinarnolink,
.webinarnolink:focus a,
a.webinarnolink:hover,
a.webinarnolink:focus,
a.webinarnolink,
a.webinarnolink:not([href]):not([tabindex]):hover,
a.webinarnolink:not([href]):not([tabindex]):focus {
  cursor: default !important;
  text-decoration: none !important;
  margin-right: 5px;
  display: inline;
  overflow: hidden;
  white-space: normal;
  color: #0059b3;
  word-wrap: break-word;
  font-weight: 700;
}

.CoveoResult .coveo-title .webinarnolink:after {
  content: "&nbsp;";
  white-space: nowrap;
  visibility: hidden;
}

.chemical-search .searchresulttype.webinarnolink span {
  font-size: 13px;
  color: #7b7b7b !important;
  font-weight: 400;
  cursor: default !important;
  text-decoration: none !important;
  font-family: "EMprintSemibold";
}

.webinarregisterlink a {
  font-family: EMprintSemibold, MHeiPRC-Heavy, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
  font-weight: 700;
}

.webinar-up-image {
  margin: 0 auto;
  width: 50%;
  min-height: 60px;
  height: fit-content;
  max-height: 60px;
}

.coveo-event-search .coveo-result-cell .coveo-title .coveo-title-image .webinar-up-image img {
  max-width: 100%;
  width: 20px;
  max-height: 100%;
  min-height: 40px;
  min-width: 40px;
}

.webinar-up-text, .webinar-up-sub-text, .webinar-up-sub-text-black, .webinar-up-text-black {
  display: block;
}

.webinar-up-text, .webinar-up-sub-text {
  color: #0c479d;
}

.webinar-up-sub-text, .webinar-up-sub-text-black {
  font-size: 12px;
}

.webinar-up-text-black, .webinar-up-sub-text-black {
  padding: 0px 4px;
}

.coveo-result-row.webinar-up-select {
  background-color: #d7e1ee;
}

.icon-text-center {
  text-align: center;
  vertical-align: middle;
}

.icon-text-center i {
  top: 10px;
}

.icon-text-center .coveo-title a:hover {
  text-decoration: none;
}

.underline-bottom {
  border-bottom: 1px solid #eee !important;
  margin-bottom: 20px !important;
}

.pressrelease-search .coveoforsitecore-template .coveo-result-row .coveo-quick-view-container {
  margin-right: 5px;
}

.pressrelease-search .coveoforsitecore-template .coveo-result-row .coveo-quick-view-container img {
  min-height: 78px !important;
  min-width: 60px !important;
}

.pressrelease-search .CoveoSearchInterface.CoveoComponentState .CoveoResultList .CoveoResult .CoveoResultTitle {
  padding-left: 0;
  line-height: 1rem;
}

.pressrelease-search .CoveoResultLink,
.pressrelease-search a.CoveoResultLink,
.pressrelease-search .CoveoResult a.CoveoResultLink {
  line-height: 19.42857px;
  display: block !important;
}

.CoveoSearchInterface.global.pressrelease-search .coveo-result-list-container .coveo-result-cell.coveo-quick-view-container {
  width: 60px !important;
  flex-basis: 8% !important;
}

.CoveoSearchInterface.global.pressrelease-search .coveo-result-cell &gt; div &gt; span,
.CoveoSearchInterface.global.library-search .coveo-result-cell &gt; div &gt; span,
.CoveoSearchInterface.chemical-search .coveo-result-cell &gt; div &gt; span {
  padding: 5px 0px !important;
}

@media (max-width: 991px) {
  .coveo-bottomSpace {
    margin-bottom: 1.5rem;
  }

  .coveo-facet-empty + .coveo-bottomSpace {
    margin-bottom: 0;
    /*To fix for the empty facet bottom space*/
  }

  /* Fix for the chemical search pages*/
  .CoveoSearchInterface.chemical-search .component {
    margin-bottom: 0;
  }

  .CoveoSearchInterface.chemical-search .component.coveo-searchbox, .CoveoSearchInterface.chemical-search .component.coveo-coveoforsitecoreanalytics {
    margin-bottom: 1.5rem;
  }

  .CoveoSearchInterface.chemical-search .CoveoResultList {
    margin-top: 0;
  }

  .CoveoSearchInterface.chemical-search .coveo-fileresulttemplate {
    display: none;
  }
}
.coveo-searchinterface .coveo-resultslist .sds-search-result-list .coveo-result-list-container .CoveoResult .coveo-event-search .coveo-result-row .coveo-result-row .coveo-result-cell .coveo-title-center {
  font-weight: 700;
  display: block;
  text-align: center;
}

.coveo-facet-empty {
  display: none !important;
}

/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
/*@import "mixins";

@include font("EMprintLight", "EMPrint-Light");
@include font("EMprintLightItalic", "EMPrint-LightItalic");
@include font("EMprint", "EMPrint-Regular");
@include font("EMprintItalic", "EMprint-RegularItalic");
@include font("EMprintSemibold", "EMprint-Semibold");
@include font("EMprintSemiboldItalic", "EMprint-SemiboldItalic");
@include font("EMprintBold", "EMPrint-Bold");
@include font("EMprintBoldItalic", "EMPrint-BoldItalic");
@include font("EMprintCondensedBold", "EMprint-CondensedBold");
@include font("EMprintCondensedBoldlt", "EMprint-CondensedBoldlt");
@include font("EMprintCondensedItalic", "EMprint-CondensedItalic");
@include font("EMprintCondensedLight", "EMprint-CondensedLight");
@include font("EMprintCondensedLightlt", "EMprint-CondensedLightlt");
@include font("EMprintCondensedSemibold", "EMprint-CondensedSemibold");
@include font("EMprintCondensedSemiboldlt", "EMprint-CondSemiboldlt");
@include font("EMprintCondensed", "EMprint-CondensedRegular");
@include font("em", "em");
    */
.CoveoSearchInterface .magic-box-suggestions {
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}
.CoveoSearchInterface .magic-box-suggestions.magic-box-hasSuggestion .magic-box-suggestion.coveo-omnibox-selectable.coveo-top-field-suggestion-row {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}
.CoveoSearchButton:focus {
  outline-offset: 2px;
}

main .coveo-globalsearchbox .CoveoSearchInterface .CoveoSearchButton {
  border: 0;
  padding: 24px 20px 13px 20px;
  padding: 1.5rem 1.25rem 0.8125rem 1.25rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 50px;
  width: auto;
  font-weight: 400;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
}
main .coveo-globalsearchbox .CoveoSearchInterface .CoveoSearchButton:before {
  content: none;
}
main .coveo-globalsearchbox .CoveoSearchInterface .CoveoSearchButton .coveo-search-button, main .coveo-globalsearchbox .CoveoSearchInterface .CoveoSearchButton .coveo-search-button-loading {
  display: none;
}
main .coveo-globalsearchbox .CoveoSearchInterface .CoveoOmnibox.magic-box {
  border-radius: 0;
  border: 1px solid #e6e6e6;
}
main .coveo-globalsearchbox .CoveoSearchInterface .CoveoOmnibox.magic-box .magic-box-clear {
  display: none;
}
main .coveo-globalsearchbox .CoveoSearchInterface .CoveoOmnibox.magic-box .magic-box-input {
  border-radius: 0;
}
main .coveo-globalsearchbox .CoveoSearchInterface .CoveoOmnibox.magic-box .magic-box-input &gt; input {
  border-radius: 0;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #5a5a5a;
  color: #2b2626;
  word-break: keep-all !important;
}
main .coveo-globalsearchbox .CoveoSearchInterface .CoveoOmnibox.magic-box .magic-box-input &gt; input:focus {
  background-color: #fff;
  border: 1px solid #5a5a5a;
  outline: 0;
  box-shadow: inset 0 0 2px 1px #5a5a5a;
}
main .coveo-globalsearchbox .CoveoSearchInterface .CoveoOmnibox.magic-box .magic-box-input &gt; input:-ms-input-placeholder {
  color: #5A5A5A;
  font-size: 20px;
  font-size: 1.25rem;
  opacity: 1;
}
main .coveo-globalsearchbox .CoveoSearchInterface .CoveoOmnibox.magic-box .magic-box-input &gt; input::-moz-placeholder {
  color: #5A5A5A;
  font-size: 20px;
  font-size: 1.25rem;
  opacity: 1;
}
main .coveo-globalsearchbox .CoveoSearchInterface .CoveoOmnibox.magic-box .magic-box-input &gt; input::-webkit-input-placeholder {
  color: #5A5A5A;
  font-size: 20px;
  font-size: 1.25rem;
  opacity: 1;
}
main .coveo-globalsearchbox .CoveoSearchInterface .CoveoOmnibox.magic-box .magic-box-input &gt; input::placeholder {
  color: #5A5A5A;
  font-size: 20px;
  font-size: 1.25rem;
  opacity: 1;
}

#header-coveo-search::placeholder {
  color: #5A5A5A;
  opacity: 1;
}

#txtSearch::placeholder {
  color: #5A5A5A;
  opacity: 1;
}

#footerTextSearch::placeholder {
  color: #d1d3d4;
  opacity: 1;
}

#searchContainer input::placeholder {
  color: #5A5A5A;
  opacity: 1;
}

.search-line input::placeholder {
  color: #ffffff !important;
  opacity: 1;
}

.coveo-new-ui.CoveoSearchInterface .col-lg-3 .coveo-facet .CoveoFacet .coveo-facet-values .coveo-facet-value {
  background: #f1f2f2;
  padding: 15px 15px 5px 15px;
  border-bottom: 2px solid #fff;
}
.coveo-new-ui.CoveoSearchInterface .col-lg-3 .coveo-facet .CoveoFacet .coveo-facet-values .coveo-facet-value.coveo-selected {
  background: transparent;
  border-left: 5px #227097 solid;
}
.coveo-new-ui.CoveoSearchInterface .coveo-facet-value-checkbox {
  display: none;
}
.coveo-new-ui.CoveoSearchInterface .CoveoSearchInterface .col-lg-3 .coveo-facet .CoveoFacet .coveo-facet-values .coveo-facet-value span.coveo-facet-value-caption {
  font-weight: 600;
}
.coveo-new-ui.CoveoSearchInterface .CoveoResult .coveo-result-frame .coveo-result-cell {
  display: none;
}
.coveo-new-ui.CoveoSearchInterface .CoveoResult .coveo-result-frame .coveo-result-cell:nth-child(1), .coveo-new-ui.CoveoSearchInterface .CoveoResult .coveo-result-frame .coveo-result-cell:nth-child(2) {
  display: table-cell;
}
.coveo-new-ui.CoveoSearchInterface .CoveoSearchInterface .CoveoResultList .CoveoResult .CoveoResultLink, .coveo-new-ui.CoveoSearchInterface .CoveoSearchInterface .CoveoResultList .CoveoResult a.CoveoResultLink {
  color: #000;
}
.coveo-new-ui.CoveoSearchInterface .coveo-sort-section.coveo-dateSort {
  position: absolute;
  background: #fff;
  z-index: 1;
  border-radius: 5px;
  box-shadow: -1px 3px 10px #0000003d;
  padding: 10px;
  text-align: left;
  width: 166px;
  flex-direction: column;
}
.coveo-new-ui.CoveoSearchInterface .date-selected-sorting {
  padding: 8px 15px;
  border: 1px solid #dcd7d7;
  cursor: pointer;
}
.coveo-new-ui.CoveoSearchInterface .CoveoSearchInterface .CoveoResultList .CoveoResult:first-child {
  border-top: 0;
}
.coveo-new-ui.CoveoSearchInterface .coveo-result-list-container .coveo-list-layout.CoveoResult {
  border: 0;
}
.coveo-new-ui.CoveoSearchInterface .seeallList, .coveo-new-ui.CoveoSearchInterface .seeLessList {
  margin-right: 5px;
  cursor: pointer;
  color: #0c479d;
}
.coveo-new-ui.CoveoSearchInterface .coveo-pager-list li.coveo-pager-list-item {
  display: none;
}
.coveo-new-ui.CoveoSearchInterface .coveo-pager-list li.coveo-pager-next.coveo-pager-list-item, .coveo-new-ui.CoveoSearchInterface .coveo-pager-list li.coveo-pager-previous.coveo-pager-list-item {
  display: inline-block;
}
.coveo-new-ui.CoveoSearchInterface .coveo-sort-section.coveo-dateSort .CoveoSort:nth-child(1) {
  margin-bottom: 10px;
}
.coveo-new-ui.CoveoSearchInterface .sort-section-align {
  width: 205px;
  right: 30px !important;
}
.coveo-new-ui.CoveoSearchInterface .CoveoSort {
  border-bottom: 1px solid #bcc3ca !important;
  text-transform: none !important;
  font-size: 16px;
  font-weight: 400;
}
.coveo-new-ui.CoveoSearchInterface .CoveoOmnibox.magic-box .magic-box-input input {
  width: 91%;
}
.coveo-new-ui.CoveoSearchInterface .date-selected-sorting i {
  float: right;
  padding-top: 5px;
}
.coveo-new-ui.CoveoSearchInterface .CoveoOmnibox.magic-box {
  border: none !important;
}
.coveo-new-ui.CoveoSearchInterface .custom-date-sort .date-selected-sorting {
  float: right;
}
.coveo-new-ui.CoveoSearchInterface .custom-date-sort {
  display: inline-block;
  float: right;
}
.coveo-new-ui.CoveoSearchInterface .custom-date-sort .coveo-sort-section.coveo-dateSort {
  position: absolute;
  background: #fff;
  z-index: 1;
  border-radius: 5px;
  box-shadow: -1px 3px 10px #0000003d;
  padding: 10px;
  text-align: left;
  flex-direction: column;
  float: right;
  margin-top: 40px;
  margin-left: 0px;
}
@media only screen and (max-width: 415px) {
  .coveo-new-ui.CoveoSearchInterface .custom-date-sort .coveo-sort-section.coveo-dateSort {
    position: absolute;
    background: #fff;
    z-index: 1;
    border-radius: 5px;
    box-shadow: -1px 3px 10px #0000003d;
    padding: 10px;
    text-align: left;
    flex-direction: column;
    float: right;
    margin-top: 40px;
    margin-left: 0px;
  }
  .coveo-new-ui.CoveoSearchInterface .custom-date-sort {
    display: inline-block;
    float: right;
  }
}
.coveo-new-ui.CoveoSearchInterface .date-selected-sorting {
  width: 100%;
}
.coveo-new-ui.CoveoSearchInterface .wrap-div-float {
  float: right;
  display: flex;
}
.coveo-new-ui.CoveoSearchInterface .pipe-divider {
  margin-right: 0.4rem;
}

.nav-main-search.search-box .CoveoSearchButton:before {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  white-space: nowrap;
}

.coveo-sort-container .coveo-accessible-button:hover {
  cursor: unset !important;
  border-bottom: none !important;
}

.heading_margin0 {
  margin: 0 !important;
}

@media screen and (max-width: 767px) {
  .PDS.Search + .coveo-searchinterface .CoveoResultList.sds-search-result-list .coveo-result-frame .coveo-result-row .coveo-result-row .coveo-result-cell.col-md-2 {
    flex: 0 20%;
  }
}
/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
.search-suggestions {
  background-color: #e6e6e6;
  padding: 20px;
  padding: 1.25rem;
  position: relative;
}
.search-suggestions &gt; .icon {
  position: absolute;
}
.search-suggestions &gt; .search-suggestions-text {
  margin: -4px 0px 0px 50px;
  margin: -0.25rem 0rem 0rem 3.125rem;
}
.search-suggestions &gt; .search-suggestions-text &gt; .search-suggestions-title {
  color: #00a14d;
  margin-bottom: 0;
}
.search-suggestions &gt; .search-suggestions-text &gt; .list {
  margin-left: 8px;
  margin-left: 0.5rem;
}
.search-suggestions &gt; .search-suggestions-text &gt; .list &gt; li &gt; a {
  color: #2b2626;
  position: relative;
}
.search-suggestions &gt; .search-suggestions-text &gt; .list &gt; li &gt; a.glyph-link-bullet:before {
  left: -8px;
  left: -0.5rem;
  margin-right: 5px;
  margin-right: 0.3125rem;
  font-size: 8px;
  font-size: 0.5rem;
  position: absolute;
  top: 6px;
}

/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
.sidebar-nav &gt; li {
  border-bottom: 1px solid #e6e6e6;
}
.sidebar-nav &gt; li:last-child {
  border-bottom: none;
}
.sidebar-nav &gt; li.sidebar-nav-title &gt; h3 {
  padding: 25px;
  padding: 1.5625rem;
}
@media only screen and (max-width: 767px) {
  .sidebar-nav &gt; li.sidebar-nav-title &gt; h3 {
    font-size: 1rem;
  }
}
.sidebar-nav &gt; li.sidebar-nav-title &gt; h4 {
  padding: 5px 30px 18px 30px;
  padding: 0.3125rem 1.875rem 1.125rem 1.875rem;
}
.sidebar-nav &gt; li.sidebar-nav-title &gt; h5 {
  padding: 5px 30px 18px 30px;
  padding: 0.3125rem 1.875rem 1.125rem 1.875rem;
}
.sidebar-nav &gt; li a.active {
  background-color: #f2f2f2;
  border-left: 3px solid #0376A9;
  color: #0376A9;
}
.sidebar-nav &gt; li .link .field-link &gt; a {
  padding: 18px 30px;
  padding: 1.125rem 1.875rem;
  display: block;
}
.sidebar-nav &gt; li .link .field-link &gt; a:hover {
  color: #044E4E;
}
.sidebar-nav &gt; li .link .field-title a br {
  display: none;
}
.sidebar-nav &gt; li .link &gt; a, .sidebar-nav &gt; li .link a {
  padding: 18px 30px 18px 30px;
  padding: 1.125rem 1.875rem 1.125rem 1.875rem;
  display: block;
}
.sidebar-nav &gt; li .link &gt; a:hover, .sidebar-nav &gt; li .link a:hover {
  color: #044E4E;
}
.sidebar-nav &gt; li .link &gt; a.active, .sidebar-nav &gt; li .link a.active {
  padding: 18px 30px;
  padding: 1.125rem 1.875rem;
}
.sidebar-nav &gt; li .link &gt; a span.link-icon, .sidebar-nav &gt; li .link a span.link-icon {
  /*@include rem-fallback(margin-top, -13px / 16px);*/
  display: block;
}
@media screen and (max-width: 992px) {
  .sidebar-nav &gt; li .link &gt; a span.link-icon, .sidebar-nav &gt; li .link a span.link-icon {
    margin-top: 0px;
    margin-top: 0rem;
  }
}
.sidebar-nav &gt; li .link.icon-telephone-grey a, .sidebar-nav &gt; li .link.icon-primarypin-grey a, .sidebar-nav &gt; li .link.icon-document-grey a {
  color: #2b2626;
}
.sidebar-nav &gt; li .link.icon-telephone-grey a:hover, .sidebar-nav &gt; li .link.icon-primarypin-grey a:hover, .sidebar-nav &gt; li .link.icon-document-grey a:hover {
  color: #5a5a5a;
}
.sidebar-nav.sidebar-nav-right &gt; li {
  text-align: right;
}
.sidebar-nav.sidebar-nav-right &gt; li.active {
  border-right: 3px solid #00a3e0;
  border-left: none;
}
.sidebar-nav.sidebar-nav-icons &gt; li &gt; a {
  margin-top: -13px;
  margin-top: -0.8125rem;
}

.sidebar-nav-title {
  padding: 0.3125rem 1.875rem 1.125rem 1.875rem;
  border-bottom: 1px solid #e6e6e6;
}

.sidebar-nav-title &gt; h3 {
  font-weight: 700 !important;
}

.sidebar-nav &gt; li .link a {
  text-decoration: none;
}

.sidebar-nav &gt; li .link a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  .sidebar-nav &gt; li .link .field-title a {
    font-size: 12px;
  }
}
.left-rail .sidebar-nav &gt; li .link a:hover {
  color: #00a3e0;
}

/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
.social .social-data {
  border: 1px solid #e6e6e6;
}
.social .social-data &gt; .social-follow {
  background-color: #f2f2f2;
  padding: 20px;
  padding: 1.25rem;
}
.social .social-data &gt; .social-follow &gt; .social-app {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  text-align: center;
}
.social .social-data &gt; .social-follow &gt; .social-app &gt; a &gt; .icon {
  margin: auto;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.social .social-data &gt; .social-follow &gt; .social-app &gt; a &gt; .icon:after {
  -webkit-box-shadow: 0px 110px 8px 0 #e6e6e6;
  -moz-box-shadow: 0px 110px 8px 0 #e6e6e6;
  box-shadow: 0px 110px 8px 0 #e6e6e6;
  content: "";
  display: block;
  height: 5px;
  position: relative;
  width: 100%;
}
.social .social-data &gt; .social-follow &gt; .social-app &gt; a &gt; .social-app-text {
  color: #2b2626;
  display: block;
}
.social .social-data &gt; .social-follow &gt; .social-app &gt; a &gt; .social-app-text &gt; .icon {
  margin-right: 3px;
  margin-right: 0.1875rem;
  top: 2px;
}
.social .social-data &gt; .social-message {
  padding: 20px;
  padding: 1.25rem;
}
.social .social-data &gt; .social-message &gt; .social-options &gt; a {
  float: right;
}
.social .social-data &gt; .social-message &gt; .social-talk &gt; p {
  white-space: normal;
  word-break: normal;
}

@media (min-width: 768px) {
  .col-lg-6 .social-data, .col-lg-9 .social-data, .col-12:not([class*=col-lg]) .social-data {
    width: 100%;
    display: table;
  }
  .col-lg-6 .social-data .social-follow,
.col-lg-6 .social-data .social-message, .col-lg-9 .social-data .social-follow,
.col-lg-9 .social-data .social-message, .col-12:not([class*=col-lg]) .social-data .social-follow,
.col-12:not([class*=col-lg]) .social-data .social-message {
    display: table-cell;
    width: 50%;
  }
  .col-lg-6 .social-data .social-follow, .col-lg-9 .social-data .social-follow, .col-12:not([class*=col-lg]) .social-data .social-follow {
    text-align: center;
    vertical-align: middle;
  }
  .col-lg-6 .social-data .social-follow &gt; .social-app, .col-lg-9 .social-data .social-follow &gt; .social-app, .col-12:not([class*=col-lg]) .social-data .social-follow &gt; .social-app {
    float: left;
    margin-bottom: 0;
    width: 50%;
  }
  .col-lg-6 .social-data .social-follow &gt; .social-app &gt; a &gt; .icon, .col-lg-9 .social-data .social-follow &gt; .social-app &gt; a &gt; .icon, .col-12:not([class*=col-lg]) .social-data .social-follow &gt; .social-app &gt; a &gt; .icon {
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
  }
  .col-lg-6 .social-data .social-message, .col-lg-9 .social-data .social-message, .col-12:not([class*=col-lg]) .social-data .social-message {
    vertical-align: top;
  }
  .col-lg-6 .social-data .social-message .social-talk &gt; p, .col-lg-9 .social-data .social-message .social-talk &gt; p, .col-12:not([class*=col-lg]) .social-data .social-message .social-talk &gt; p {
    font-size: 40px;
    font-size: 2.5rem;
    word-break: break-word;
  }

  .col-lg-3 .social-data &gt; .social-follow &gt; .social-app {
    padding: 20px;
    padding: 1.25rem;
  }
}
/*----MS Edge Browser an IE 11 CSS Start----*/
@supports (-ms-ime-align: auto) {
  .col-lg-6 .social-data .social-message .social-talk &gt; p a, .col-lg-9 .social-data .social-message .social-talk &gt; p a, .col-12:not([class*=col-lg]) .social-data .social-message .social-talk &gt; p a {
    word-break: break-all;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .col-lg-6 .social-data .social-message .social-talk &gt; p a, .col-lg-9 .social-data .social-message .social-talk &gt; p a, .col-12:not([class*=col-lg]) .social-data .social-message .social-talk &gt; p a {
    word-break: break-all;
  }
}
/*----MS Edge Browser CSS End----*/
/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
.social-share {
  padding: 20px;
  padding: 1.25rem;
  background-color: #f2f2f2;
  text-align: center;
}
.social-share &gt; .social-share-title {
  font-size: 18px;
  font-size: 1.125rem;
}
.social-share &gt; .social-share-icons {
  padding: 10px;
  padding: 0.625rem;
  margin-left: 0px;
  margin-left: 0rem;
  background-color: #fff;
  display: block;
  margin-top: 20px;
  margin-top: 1.25rem;
}
.social-share &gt; .social-share-icons &gt; a {
  margin: 5px;
  margin: 0.3125rem;
}
.social-share &gt; .social-share-icons &gt; a &gt; .icon {
  top: 3px;
}
.social-share &gt; .social-share-station-detail &gt; a &gt; .icon {
  top: 10px;
}

@media (min-width: 768px) {
  .col-lg-6 .social-share &gt; .social-share-icons, .col-lg-9 .social-share &gt; .social-share-icons, .col-12:not([class*=col-lg]) .social-share &gt; .social-share-icons {
    display: inline;
    margin-left: 16px;
    margin-left: 1rem;
  }
}
/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
.xom-spinning {
  position: relative;
}

.spinner-backdrop {
  background: #fff;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.75;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
  -webkit-transition: opacity 0.35s ease;
  -moz-transition: opacity 0.35s ease;
  -ms-transition: opacity 0.35s ease;
  -o-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}

/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
.smart-list .list &gt; li {
  padding: 0;
}

.smart-list-disabled {
  color: #6D6E71;
}
.smart-list-disabled a {
  color: #6D6E71;
}

.smart-list-alphabetical-index {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  float: left;
  width: 100%;
}
.smart-list-alphabetical-index &gt; li {
  margin-right: 10px;
  margin-right: 0.625rem;
  color: #6D6E71;
  float: left;
}
.smart-list-alphabetical-index &gt; li:before {
  color: #6D6E71;
  content: "|";
  margin-right: 10px;
  margin-right: 0.625rem;
}
.smart-list-alphabetical-index &gt; li:first-child:before {
  display: none;
}

.smart-list-alphabetical-section {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .col-lg-6 .smart-list &gt; .list, .col-lg-9 .smart-list &gt; .list, .col-12:not([class*=col-lg]) .smart-list &gt; .list {
    display: inline-block;
    float: left;
    width: 33.3333333333%;
  }
}
/*Audit issue fix part of 4435*/
.smart-list-alphabetical .list h4 {
  font-size: 1rem;
  margin: 0;
}

.smart-list a {
  text-decoration: underline;
}

/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
.special-screen-title .img-bordered {
  margin: 0px 16px 16px 0px;
  margin: 0rem 1rem 1rem 0rem;
  float: left;
}

.special-screen-distributor-details {
  text-align: left;
  padding-left: 0px;
}
.special-screen-distributor-details .special-screen-title-text &gt; h3 {
  margin-bottom: 0px;
}
.special-screen-distributor-details .special-screen-title-text a {
  white-space: normal;
}
.special-screen-distributor-details .special-screen-address {
  padding: 5px 0px;
  padding: 0.3125rem 0rem;
}
.special-screen-distributor-details .special-screen-contact-details {
  padding: 15px 0px;
  padding: 0.9375rem 0rem;
}

.special-screen-title-cta {
  float: left;
  color: #0c479d;
}
.special-screen-title-cta.glyph-link:after {
  font-size: 9px;
  font-size: 0.5625rem;
  margin-left: 4px;
  margin-left: 0.25rem;
  color: inherit;
}

.special-screen-title-favorite.link-icon {
  color: #b5b5b5;
}
.special-screen-title-favorite.link-icon &gt; .icon {
  margin-right: 4px;
  margin-right: 0.25rem;
  top: 2px;
  top: 0.125rem;
}

@media (min-width: 992px) {
  .col-lg-9 .special-screen-title-cta.btn, .col-lg-9 .special-screen-title-cta.btn-primary, .col-lg-9 .special-screen-title-cta.btn-secondary, .col-lg-9 .special-screen-title-cta.btn-tertiary, .col-lg-9 .special-screen-title-cta.btn-primary-em-blue, .col-lg-9 .special-screen-title-cta.btn-deemphasized, .col-lg-9 .special-screen-title-cta.btn-light, .col-lg-9 .special-screen-title-cta.btn-badge, .col-lg-9 .special-screen-title-cta.btn-icon, .col-12:not([class*=col-lg]) .special-screen-title-cta.btn, .col-12:not([class*=col-lg]) .special-screen-title-cta.btn-primary, .col-12:not([class*=col-lg]) .special-screen-title-cta.btn-secondary, .col-12:not([class*=col-lg]) .special-screen-title-cta.btn-tertiary, .col-12:not([class*=col-lg]) .special-screen-title-cta.btn-primary-em-blue, .col-12:not([class*=col-lg]) .special-screen-title-cta.btn-deemphasized, .col-12:not([class*=col-lg]) .special-screen-title-cta.btn-light, .col-12:not([class*=col-lg]) .special-screen-title-cta.btn-badge, .col-12:not([class*=col-lg]) .special-screen-title-cta.btn-icon {
    float: right;
  }

  /*added*/
  .col-lg-3 .special-screen-title-cta {
    width: 100%;
  }

  .col-12:not([class*=col-lg]) .special-screen-title-cta.btn-primary, .col-lg-9 .special-screen-title-cta.btn-primary {
    float: right;
  }
}
.static-map {
  display: inline-block;
  position: relative;
}
.static-map &gt; .map {
  display: block;
  width: 100%;
}
.static-map &gt; .icon {
  display: block;
  left: 50%;
  margin-left: -10px;
  margin-top: -32px;
  position: absolute;
  top: 50%;
}

/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
.default-device .screen-title-image-wrap .screen-title-title {
  margin: 0.5rem 0 40px 0;
}
.default-device .component .eventdetails-button {
  margin-top: 40px;
}

.surfaced-item {
  position: relative;
}
.surfaced-item .glyph-link.enable-html {
  display: none;
}
.surfaced-item.surfaced-item-horizontal .surfaced-item-image.static-map {
  display: block;
}
.surfaced-item.surfaced-item-horizontal .surfaced-item-image.static-map .component.sp01-map {
  height: 290px;
  pointer-events: none;
}

.surfaced-item-image img {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  width: 100%;
}
.surfaced-item-image.static-map {
  width: auto;
}
.surfaced-item-image.static-map .static-map-map {
  width: 100%;
  margin-bottom: 0;
}
.surfaced-item-image .component {
  margin-bottom: 0;
}
.surfaced-item-image.rowprd-srfitem-img {
  width: 25%;
  float: left;
}

.surfaced-intro-text &gt; h3,
.surfaced-item-copy &gt; h3 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 0;
}
.surfaced-intro-text p,
.surfaced-item-copy p {
  display: inline-flex;
}
.surfaced-intro-text.rowprd-srfitem-txt,
.surfaced-item-copy.rowprd-srfitem-txt {
  width: 75%;
  float: left;
  text-align: left;
  padding-left: 25px;
  padding-left: 1.5625rem;
}
.surfaced-intro-text.rowprd-srfitem-txt a::after,
.surfaced-item-copy.rowprd-srfitem-txt a::after {
  content: "";
}

.surfaced-item-copy .btn-deemphasized {
  display: table-cell;
  background-color: #b5b5b5;
}
.surfaced-item-copy a.glyph-link {
  display: inline-block;
}
.surfaced-item-copy p {
  display: block;
}
.surfaced-item-copy p a {
  display: inline-block;
}
.surfaced-item-copy p a span {
  display: contents;
}

.surfaced-item-overlay .surfaced-item-content-image {
  display: block;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  position: relative;
}
.surfaced-item-overlay .surfaced-item-content-image img {
  max-width: 100%;
  width: 100%;
}
.surfaced-item-overlay .surfaced-item-content-image .img-block, .surfaced-item-overlay .surfaced-item-content-image .img-left, .surfaced-item-overlay .surfaced-item-content-image .img-right {
  margin-bottom: 0;
}
.surfaced-item-overlay .surfaced-item-content-image &gt; .surfaced-item-label-image {
  padding: 10px;
  padding: 0.625rem;
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  display: table;
  position: absolute;
  width: 100%;
}
.surfaced-item-overlay .surfaced-item-content-image &gt; .surfaced-item-label-image &gt; .surfaced-item-content-heading {
  color: #fff;
  display: table-cell;
  font-size: 1.25rem;
  margin: 0.125rem;
  text-align: center;
  font-weight: 700;
  vertical-align: middle;
  line-height: 1.2;
}
.surfaced-item-overlay .surfaced-item-content-image &gt; .surfaced-item-label-image &gt; h3 {
  color: #fff;
  display: table-cell;
  font-size: 20px;
  font-size: 1.25rem;
  margin: 2px;
  margin: 0.125rem;
  text-align: center;
  vertical-align: middle;
}
.surfaced-item-overlay .surfaced-item-content-image &gt; .surfaced-item-label-image &gt; h3 a {
  color: #fff;
}

/* Scale-up fix for responsive images that are too narrow */
.bp-xs .surfaced-item-horizontal &gt; .surfaced-item-content-image {
  width: 100%;
}
.bp-xs .surfaced-item-horizontal &gt; .surfaced-item-content-image img {
  width: 100%;
}

.bp-sm &gt; .surfaced-item.surfaced-item-horizontal .surfaced-item-horizontal-row {
  display: block;
}
.bp-sm &gt; .surfaced-item.surfaced-item-horizontal .surfaced-item-horizontal-row .surfaced-item-image {
  display: block;
}

.bp-md &gt; .surfaced-item.surfaced-item-horizontal {
  display: table;
  width: 100%;
}
.bp-md &gt; .surfaced-item.surfaced-item-horizontal .surfaced-intro-text {
  display: table-caption;
}
.bp-md &gt; .surfaced-item.surfaced-item-horizontal .surfaced-item-horizontal-row {
  display: table-row;
}
.bp-md &gt; .surfaced-item.surfaced-item-horizontal .surfaced-item-image {
  display: table-cell;
  vertical-align: top;
}
.bp-md &gt; .surfaced-item.surfaced-item-horizontal .surfaced-item-copy {
  display: table-cell;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  padding-left: 16px;
  padding-left: 1rem;
  vertical-align: top;
  width: 75%;
}
.bp-md &gt; .surfaced-item.surfaced-item-horizontal .surfaced-item-copy.surfaced-item-align {
  vertical-align: middle;
}
.bp-md &gt; .list.list-3-up &gt; .bp-md &gt; .surfaced-item.surfaced-item-horizontal .surfaced-item-horizontal-row, .bp-md &gt; .list.list-3-up .bp-sm &gt; .surfaced-item.surfaced-item-horizontal .surfaced-item-horizontal-row {
  display: block;
}
@media (min-width: 768px) {
  .bp-md &gt; .list.list-3-up &gt; .bp-md &gt; .surfaced-item.surfaced-item-horizontal .surfaced-item-horizontal-row .surfaced-item-copy, .bp-md &gt; .list.list-3-up .bp-sm &gt; .surfaced-item.surfaced-item-horizontal .surfaced-item-horizontal-row .surfaced-item-copy {
    padding-bottom: 0px;
    padding-bottom: 0rem;
    padding-left: 0px;
    padding-left: 0rem;
    display: block;
    width: auto;
  }
}
@media (min-width: 768px) {
  .bp-md &gt; .list.list-3-up &gt; .bp-md &gt; .surfaced-item.surfaced-item-horizontal .surfaced-item-horizontal-row .surfaced-item-copy .btn-primary, .bp-md &gt; .list.list-3-up .bp-sm &gt; .surfaced-item.surfaced-item-horizontal .surfaced-item-horizontal-row .surfaced-item-copy .btn-primary {
    width: 100%;
  }
}
.bp-md &gt; .list.list-3-up &gt; .bp-md &gt; .surfaced-item.surfaced-item-horizontal .surfaced-item-image, .bp-md &gt; .list.list-3-up .bp-sm &gt; .surfaced-item.surfaced-item-horizontal .surfaced-item-image {
  display: block;
}

.bp-md .surfaced-item.surfaced-item-horizontal .surfaced-item-image.static-map {
  display: table-cell;
  vertical-align: top;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.bp-md .surfaced-item.surfaced-item-horizontal .surfaced-item-image.static-map .component.sp01-map {
  min-width: 200px;
  max-height: 200px;
}
.bp-md .surfaced-item.surfaced-item-horizontal .surfaced-item-copy {
  display: table-cell;
  vertical-align: top;
  width: 75%;
}
.bp-md .surfaced-item.surfaced-item-horizontal .surfaced-item-copy.surfaced-item-align {
  vertical-align: middle;
}

@media (min-width: 768px) {
  .col-lg-9 .surfaced-item.surfaced-item-horizontal .surfaced-item-image.static-map .component.sp01-map {
    height: 245px;
  }

  .col-lg-6 .surfaced-item.surfaced-item-horizontal .surfaced-item-image.static-map .component.sp01-map {
    height: 160px;
  }
}
.list-1-up .surfaced-item.surfaced-item-horizontal .surfaced-item-copy {
  height: auto !important;
}

@media (min-width: 576px) {
  .surfaced-item.upcoming button.btn, .surfaced-item.upcoming button.btn-primary, .surfaced-item.upcoming button.btn-secondary, .surfaced-item.upcoming button.btn-tertiary, .surfaced-item.upcoming button.btn-primary-em-blue, .surfaced-item.upcoming button.btn-deemphasized, .surfaced-item.upcoming button.btn-light, .surfaced-item.upcoming button.btn-badge, .surfaced-item.upcoming button.btn-icon {
    display: block;
    margin: 0 auto;
  }
}
/*Ipad Portrait*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .bp-md &gt; .surfaced-item.surfaced-item-horizontal .surfaced-item-image .component {
    margin-bottom: 0;
  }

  .col-lg-9.bp-md &gt; .surfaced-item.surfaced-item-horizontal .surfaced-item-copy {
    display: table-cell;
    vertical-align: top;
    width: 75%;
    padding-left: 16px;
    padding-left: 1rem;
  }
  .col-lg-9.bp-md &gt; .surfaced-item.surfaced-item-horizontal .surfaced-item-copy.surfaced-item-align {
    vertical-align: middle;
  }
  .col-lg-9.bp-md &gt; .surfaced-item.surfaced-item-horizontal .surfaced-item-image {
    display: table-cell;
    vertical-align: top;
  }
}
/*.surfaced-item a {
    text-decoration: underline;
}*/
.component.list a.glyph-link {
  text-decoration: none;
}

.component.list a.glyph-link:hover {
  text-decoration: underline;
}

.surfaced-item a.glyph-link {
  text-decoration: underline !important;
}

.s01-surfaced-item.surfaced-item a {
  text-decoration: underline;
}

.s01-surfaced-item.surfaced-item a:not([href]):not([tabindex]) {
  text-decoration: none;
}

.surfaced-item a.glyph-link:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  .s01-surfaced-item.surfaced-item .b04-link .field-title .a {
    font-size: 12px;
  }

  .s01-surfaced-item.surfaced-item .surfaced-item-copy a.glyph-link {
    font-size: 12px;
  }

  .f01-surfaced-item.surfaced-item .b04-link .field-title .a {
    font-size: 12px;
  }

  .surfaced-item ul {
    font-size: 12px;
  }

  .surfaced-item li {
    font-size: 12px;
  }
}
/**/
.s01-surfaced-item .component.b05-button.btn &gt; a, .s01-surfaced-item .component.b05-button.btn-primary-em-blue &gt; a, .s01-surfaced-item .component.b05-button.btn-primary &gt; a, .s01-surfaced-item .component.b05-button.btn-secondary &gt; a, .s01-surfaced-item .component.b05-button.btn-tertiary &gt; a, .s01-surfaced-item .component.b05-button.btn-deemphasized &gt; a, .s01-surfaced-item .component.b05-button.btn-light &gt; a, .s01-surfaced-item .component.b05-button.btn-badge &gt; a, .s01-surfaced-item .component.b05-button.btn-icon &gt; a {
  text-decoration: none;
}

/*code merge*/
.s03-surfaced-item .surfaced-item .surfaced-item-content-description-lg {
  display: none;
}

.s03-surfaced-item .surfaced-item .surfaced-item-content-heading-sm {
  display: block;
}

.s03-surfaced-item .surfaced-item.surfaced-item-overlay-description,
.s03-surfaced-item .surfaced-item.surfaced-item-overlay-flip {
  position: relative;
}

.s03-surfaced-item .surfaced-item.surfaced-item-overlay-description .surfaced-item-label-image {
  position: absolute;
  top: 8%;
  background-color: #fff;
  opacity: 0.9;
  max-width: 60%;
  padding: 0.9375rem 1.25rem;
}

.s03-surfaced-item .surfaced-item .surfaced-item-label-image.surface-item-label-left {
  left: 0.625rem;
}

.s03-surfaced-item .surfaced-item .surfaced-item-label-image.surface-item-label-right {
  right: 0.625rem;
}

.s03-surfaced-item .surfaced-item.surfaced-item-overlay-flip .surfaced-item-label-image {
  padding: 0.625rem 0;
  display: table;
  width: 100%;
}

.s03-surfaced-item .surfaced-item.surfaced-item-overlay-flip .flipboard-overlay .btn a, .s03-surfaced-item .surfaced-item.surfaced-item-overlay-flip .flipboard-overlay .btn-primary a, .s03-surfaced-item .surfaced-item.surfaced-item-overlay-flip .flipboard-overlay .btn-secondary a, .s03-surfaced-item .surfaced-item.surfaced-item-overlay-flip .flipboard-overlay .btn-tertiary a, .s03-surfaced-item .surfaced-item.surfaced-item-overlay-flip .flipboard-overlay .btn-primary-em-blue a, .s03-surfaced-item .surfaced-item.surfaced-item-overlay-flip .flipboard-overlay .btn-deemphasized a, .s03-surfaced-item .surfaced-item.surfaced-item-overlay-flip .flipboard-overlay .btn-light a, .s03-surfaced-item .surfaced-item.surfaced-item-overlay-flip .flipboard-overlay .btn-badge a, .s03-surfaced-item .surfaced-item.surfaced-item-overlay-flip .flipboard-overlay .btn-icon a,
.s03-surfaced-item .surfaced-item.surfaced-item-overlay-description .surfaced-item-label-image .btn a,
.s03-surfaced-item .surfaced-item.surfaced-item-overlay-description .surfaced-item-label-image .btn-primary a,
.s03-surfaced-item .surfaced-item.surfaced-item-overlay-description .surfaced-item-label-image .btn-secondary a,
.s03-surfaced-item .surfaced-item.surfaced-item-overlay-description .surfaced-item-label-image .btn-tertiary a,
.s03-surfaced-item .surfaced-item.surfaced-item-overlay-description .surfaced-item-label-image .btn-primary-em-blue a,
.s03-surfaced-item .surfaced-item.surfaced-item-overlay-description .surfaced-item-label-image .btn-deemphasized a,
.s03-surfaced-item .surfaced-item.surfaced-item-overlay-description .surfaced-item-label-image .btn-light a,
.s03-surfaced-item .surfaced-item.surfaced-item-overlay-description .surfaced-item-label-image .btn-badge a,
.s03-surfaced-item .surfaced-item.surfaced-item-overlay-description .surfaced-item-label-image .btn-icon a {
  text-decoration: none;
}
.s03-surfaced-item .surfaced-item.surfaced-item-overlay-flip .flipboard-overlay .btn a:hover, .s03-surfaced-item .surfaced-item.surfaced-item-overlay-flip .flipboard-overlay .btn-primary a:hover, .s03-surfaced-item .surfaced-item.surfaced-item-overlay-flip .flipboard-overlay .btn-secondary a:hover, .s03-surfaced-item .surfaced-item.surfaced-item-overlay-flip .flipboard-overlay .btn-tertiary a:hover, .s03-surfaced-item .surfaced-item.surfaced-item-overlay-flip .flipboard-overlay .btn-primary-em-blue a:hover, .s03-surfaced-item .surfaced-item.surfaced-item-overlay-flip .flipboard-overlay .btn-deemphasized a:hover, .s03-surfaced-item .surfaced-item.surfaced-item-overlay-flip .flipboard-overlay .btn-light a:hover, .s03-surfaced-item .surfaced-item.surfaced-item-overlay-flip .flipboard-overlay .btn-badge a:hover, .s03-surfaced-item .surfaced-item.surfaced-item-overlay-flip .flipboard-overlay .btn-icon a:hover,
.s03-surfaced-item .surfaced-item.surfaced-item-overlay-description .surfaced-item-label-image .btn a:hover,
.s03-surfaced-item .surfaced-item.surfaced-item-overlay-description .surfaced-item-label-image .btn-primary a:hover,
.s03-surfaced-item .surfaced-item.surfaced-item-overlay-description .surfaced-item-label-image .btn-secondary a:hover,
.s03-surfaced-item .surfaced-item.surfaced-item-overlay-description .surfaced-item-label-image .btn-tertiary a:hover,
.s03-surfaced-item .surfaced-item.surfaced-item-overlay-description .surfaced-item-label-image .btn-primary-em-blue a:hover,
.s03-surfaced-item .surfaced-item.surfaced-item-overlay-description .surfaced-item-label-image .btn-deemphasized a:hover,
.s03-surfaced-item .surfaced-item.surfaced-item-overlay-description .surfaced-item-label-image .btn-light a:hover,
.s03-surfaced-item .surfaced-item.surfaced-item-overlay-description .surfaced-item-label-image .btn-badge a:hover,
.s03-surfaced-item .surfaced-item.surfaced-item-overlay-description .surfaced-item-label-image .btn-icon a:hover {
  text-decoration: none;
}

.s03-surfaced-item .surfaced-item.surfaced-item-overlay-flip .surfaced-item-content-heading {
  display: table-cell;
  font-size: 1.25rem;
  margin: 0.125rem;
  text-align: left;
  font-weight: 700;
  vertical-align: middle;
  line-height: 1.2;
}

.component.s01-surfaced-item.surfaced-item.surfaced-item-chemtile-image {
  height: 250px !important;
}

.component.s01-surfaced-item.surfaced-item.surfaced-item-chemtile-image img {
  margin-bottom: 0;
}

.component.s01-surfaced-item.surfaced-item.surfaced-item-chemtile-image .Chem-tile-image-link {
  margin: 0;
}

h3.field-surfaceditemtext:empty {
  margin: 0;
}

@media screen and (min-width: 1600px) {
  .surface-custom .surfaced-item-copy {
    width: 75%;
    padding-left: 1rem;
    display: inline-block;
  }

  .surface-custom .surfaced-item-image {
    width: 25%;
    display: inline-block;
  }
}
.component.s01-surfaced-item.surfaced-item.surfaced-item-chemtile-image .image {
  margin-bottom: 0;
}

@media screen and (min-width: 1600px) {
  .surface-custom .surfaced-item-image img {
    margin-bottom: 3px;
  }

  .bp-md .surfaced-item.surfaced-item-horizontal.custom-surface-alignment .surfaced-item-copy {
    vertical-align: middle;
    padding-bottom: 4px;
  }
}
.surfaced-item-horizontal-row.chem-tile-list-row .featured-item-copy-outer.tile-component .chem-button-container {
  width: 100%;
}

@media (min-width: 992px) and (max-width: 1024px) {
  .surfaced-item-horizontal-row.chem-tile-list-row .featured-item-copy-outer.tile-component .chem-button-container {
    width: 100%;
  }

  body[data-bp=xl] .bp-md:not(.bp-xl) &gt; .list.list-4-up.chem-tile-list &gt; li {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .s03-surfaced-item .surfaced-item .surfaced-item-content-description-lg {
    display: block;
  }

  .s03-surfaced-item .surfaced-item .surfaced-item-content-heading-sm {
    display: none;
  }

  .s03-surfaced-item .surfaced-item.surfaced-item-overlay-flip .surfaced-item-label-image {
    display: table;
    width: 100%;
  }

  .s03-surfaced-item .surfaced-item.surfaced-item-overlay-description .surfaced-item-label-image {
    max-width: 50%;
  }

  .s03-surfaced-item .surfaced-item.surfaced-item-overlay-flip .surfaced-item-content-image:hover .flipboard-overlay {
    opacity: 1;
  }

  .s03-surfaced-item .surfaced-item.surfaced-item-overlay-flip .surfaced-item-content-heading {
    color: #000;
    display: table-cell;
    font-size: 1.25rem;
    margin: 0.125rem;
    text-align: center;
    font-weight: 700;
    vertical-align: middle;
    line-height: 1.2;
  }

  .s03-surfaced-item .surfaced-item.surfaced-item-overlay-flip .surfaced-item-content-image .flipboard-overlay {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 1.5rem 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s ease-out;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
  }

  .s03-surfaced-item .surfaced-item.surfaced-item-overlay-flip .surfaced-item-content-image .overlay-text-container {
    padding: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50px);
  }
  .s03-surfaced-item .surfaced-item.surfaced-item-overlay-flip .surfaced-item-content-image .overlay-text-container .body-copy {
    padding: 0 1.5rem;
  }
  .s03-surfaced-item .surfaced-item.surfaced-item-overlay-flip .surfaced-item-content-image .overlay-text-container .content-cta-overlay {
    padding: 0.625rem 2rem;
  }
}
@media (min-width: 480px) and (max-width: 992px) {
  .s03-surfaced-item .surfaced-item.surfaced-item-overlay-flip .flipboard-overlay .btn, .s03-surfaced-item .surfaced-item.surfaced-item-overlay-flip .flipboard-overlay .btn-primary, .s03-surfaced-item .surfaced-item.surfaced-item-overlay-flip .flipboard-overlay .btn-secondary, .s03-surfaced-item .surfaced-item.surfaced-item-overlay-flip .flipboard-overlay .btn-tertiary, .s03-surfaced-item .surfaced-item.surfaced-item-overlay-flip .flipboard-overlay .btn-primary-em-blue, .s03-surfaced-item .surfaced-item.surfaced-item-overlay-flip .flipboard-overlay .btn-deemphasized, .s03-surfaced-item .surfaced-item.surfaced-item-overlay-flip .flipboard-overlay .btn-light, .s03-surfaced-item .surfaced-item.surfaced-item-overlay-flip .flipboard-overlay .btn-badge, .s03-surfaced-item .surfaced-item.surfaced-item-overlay-flip .flipboard-overlay .btn-icon,
.s03-surfaced-item .surfaced-item.surfaced-item-overlay-description .surfaced-item-label-image .btn,
.s03-surfaced-item .surfaced-item.surfaced-item-overlay-description .surfaced-item-label-image .btn-primary,
.s03-surfaced-item .surfaced-item.surfaced-item-overlay-description .surfaced-item-label-image .btn-secondary,
.s03-surfaced-item .surfaced-item.surfaced-item-overlay-description .surfaced-item-label-image .btn-tertiary,
.s03-surfaced-item .surfaced-item.surfaced-item-overlay-description .surfaced-item-label-image .btn-primary-em-blue,
.s03-surfaced-item .surfaced-item.surfaced-item-overlay-description .surfaced-item-label-image .btn-deemphasized,
.s03-surfaced-item .surfaced-item.surfaced-item-overlay-description .surfaced-item-label-image .btn-light,
.s03-surfaced-item .surfaced-item.surfaced-item-overlay-description .surfaced-item-label-image .btn-badge,
.s03-surfaced-item .surfaced-item.surfaced-item-overlay-description .surfaced-item-label-image .btn-icon {
    padding: 0.625rem 0.75rem;
  }
}
/* New background theme variations - PSWEP-968 */
.s01-backgroundVariant {
  padding-top: 40px;
}
.s01-backgroundVariant .component.b06-heading {
  /* Font heading implementation - PSWEP-1644 */
  text-align: center;
}
.s01-backgroundVariant .component.b06-heading h1 {
  font-size: 32px;
}
.s01-backgroundVariant .component.b06-heading h1 sup {
  line-height: 24px;
  font-size: 14px;
}
.s01-backgroundVariant .component.b06-heading h2 {
  font-size: 24px;
}
.s01-backgroundVariant .component.b06-heading h2 sup {
  line-height: 18px;
  font-size: 10px;
}
.s01-backgroundVariant .component.b06-heading h3 {
  font-size: 20px;
}
.s01-backgroundVariant .component.b06-heading h3 sup {
  line-height: 14px;
  font-size: 8px;
}
.s01-backgroundVariant .component.b06-heading h4 {
  font-size: 18px;
}
.s01-backgroundVariant .component.b06-heading h4 sup {
  line-height: 12px;
  font-size: 8px;
}
.s01-backgroundVariant .component.b06-heading h5 {
  font-size: 16px;
}
.s01-backgroundVariant .component.b06-heading h5 sup {
  line-height: 10px;
  font-size: 6px;
}
.s01-backgroundVariant .component.b06-heading h6 {
  font-size: 14px;
}
.s01-backgroundVariant .component.b06-heading h6 sup {
  line-height: 8px;
  font-size: 6px;
}
@media (min-width: 992px) {
  .s01-backgroundVariant .component.b06-heading h1 {
    font-size: 48px;
  }
  .s01-backgroundVariant .component.b06-heading h1 sup {
    line-height: 32px;
    font-size: 18px;
  }
  .s01-backgroundVariant .component.b06-heading h2 {
    font-size: 32px;
  }
  .s01-backgroundVariant .component.b06-heading h2 sup {
    line-height: 24px;
    font-size: 14px;
  }
  .s01-backgroundVariant .component.b06-heading h3 {
    font-size: 24px;
  }
  .s01-backgroundVariant .component.b06-heading h3 sup {
    line-height: 18px;
    font-size: 10px;
  }
  .s01-backgroundVariant .component.b06-heading h4 {
    font-size: 20px;
  }
  .s01-backgroundVariant .component.b06-heading h4 sup {
    line-height: 16px;
    font-size: 10px;
  }
  .s01-backgroundVariant .component.b06-heading h5 {
    font-size: 18px;
  }
  .s01-backgroundVariant .component.b06-heading h5 sup {
    line-height: 12px;
    font-size: 8px;
  }
  .s01-backgroundVariant .component.b06-heading h6 {
    font-size: 16px;
  }
  .s01-backgroundVariant .component.b06-heading h6 sup {
    line-height: 10px;
    font-size: 6px;
  }
}
.s01-backgroundVariant .component.b06-heading p.heading_main {
  font-size: 24px;
}

@media (min-width: 768px) and (max-width: 991.5px) {
  .s01-backgroundVariant {
    padding-top: 60px;
  }
  .s01-backgroundVariant p.heading_main {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .s01-backgroundVariant {
    padding-top: 60px;
  }
  .s01-backgroundVariant p.heading_main {
    font-size: 32px;
  }
}
.s01-backgroundVariant.blue {
  background: #0C479D;
}
.s01-backgroundVariant.blue h1, .s01-backgroundVariant.blue h2, .s01-backgroundVariant.blue h3, .s01-backgroundVariant.blue h4, .s01-backgroundVariant.blue h5, .s01-backgroundVariant.blue h6, .s01-backgroundVariant.blue p {
  color: #FFFFFF;
}
.s01-backgroundVariant.blue a {
  color: #FFFFFF;
}
.s01-backgroundVariant.blue .field-surfaceditemlink a {
  color: #FFFFFF;
}
.s01-backgroundVariant.blue .field-surfaceditemlink:hover a {
  color: #FFFFFF;
}

.s01-backgroundVariant.light {
  background: #EEEEEE;
}
.s01-backgroundVariant.light h1, .s01-backgroundVariant.light h2, .s01-backgroundVariant.light h3, .s01-backgroundVariant.light h4, .s01-backgroundVariant.light h5, .s01-backgroundVariant.light h6, .s01-backgroundVariant.light p {
  color: #2B2626;
}
.s01-backgroundVariant.light a {
  color: #2B2626;
}
.s01-backgroundVariant.light .field-surfaceditemlink a {
  color: #0C479D;
}
.s01-backgroundVariant.light .field-surfaceditemlink:hover a {
  color: #0D6EFD;
}

.s01-backgroundVariant.dark {
  background: #2B2626;
}
.s01-backgroundVariant.dark h1, .s01-backgroundVariant.dark h2, .s01-backgroundVariant.dark h3, .s01-backgroundVariant.dark h4, .s01-backgroundVariant.dark h5, .s01-backgroundVariant.dark h6, .s01-backgroundVariant.dark p {
  color: #FFFFFF;
}
.s01-backgroundVariant.dark a {
  color: #FFFFFF;
}
.s01-backgroundVariant.dark .field-surfaceditemlink a {
  color: #FE000C;
}
.s01-backgroundVariant.dark .field-surfaceditemlink:hover a {
  color: #D5000A;
}

.s01-backgroundVariant.red {
  background: #EEEEEE;
}
.s01-backgroundVariant.red h1, .s01-backgroundVariant.red h2, .s01-backgroundVariant.red h3, .s01-backgroundVariant.red h4, .s01-backgroundVariant.red h5, .s01-backgroundVariant.red h6, .s01-backgroundVariant.red p {
  color: #2B2626;
}
.s01-backgroundVariant.red a {
  color: #FE000C;
}
.s01-backgroundVariant.red .field-surfaceditemlink a {
  color: #FE000C;
}
.s01-backgroundVariant.red .field-surfaceditemlink:hover a {
  color: #D5000A;
}

/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
/*code merge*/
.sitecore-form .form-sending .fa-pulse {
  -webkit-animation: a 1s infinite steps(8);
  animation: a 1s infinite steps(8);
  width: 1rem;
  float: left;
  margin: 5px 5px 0 0;
}
.sitecore-form .form-area {
  padding-top: 25px;
  padding-top: 1.5625rem;
}
.sitecore-form label.sidetext {
  font-weight: 700;
}
.sitecore-form .col-lg-3.form-area {
  font-weight: 700;
}
.sitecore-form .form-group .confirmationtext {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .sitecore-form .form-group .confirmationtext {
    font-size: 16px;
    font-size: 1rem;
  }
}
.sitecore-form .form-group .form-control.readonly {
  border: 0;
  background: transparent;
  pointer-events: none;
  padding: 0;
  outline: 0;
  box-shadow: none;
}
.sitecore-form .form-group .form-control[data-sc-field-name=txtSubject] {
  font-size: 20px;
  font-size: 1.25rem;
}
.sitecore-form .form-group.col-lg-9, .sitecore-form .form-group.col-12:not([class*=col-lg]) {
  display: contents;
}
.sitecore-form .form-group.col-lg-9 input, .sitecore-form .form-group.col-lg-9 select, .sitecore-form .form-group.col-12:not([class*=col-lg]) input, .sitecore-form .form-group.col-12:not([class*=col-lg]) select {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.sitecore-form .form-group.col-lg-9 input + .field-validation-error, .sitecore-form .form-group.col-12:not([class*=col-lg]) input + .field-validation-error {
  margin-top: -20px;
  margin-top: -1.25rem;
}
.sitecore-form .form-group.col-lg-9 {
  float: right;
}
@media (min-width: 768px) {
  .sitecore-form .form-group.col-lg-9 {
    display: inline-block;
  }
  .sitecore-form .form-group.col-12:not([class*=col-lg]) {
    display: block;
  }
}
.sitecore-form .form-group &gt; input.input-validation-error, .sitecore-form .form-group select.input-validation-error, .sitecore-form .form-group textarea.input-validation-error {
  background-color: #fff;
  border: 1px solid #d42e12;
}
.sitecore-form .form-group span.field-validation-error {
  background-color: #d42e12;
  color: #fff;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  padding: 10px;
  padding: 0.625rem;
}
.sitecore-form h3.h4.strong {
  font-size: 20px;
  font-size: 1.25rem;
}
.sitecore-form .checkboxes.form-inline .form-group {
  display: flex;
}
.sitecore-form .checkboxes.form-inline .form-group :not(label:first-of-type) {
  width: auto;
  display: inline-block;
}
.sitecore-form .checkboxes span.field-validation-error {
  background-color: #d42e12;
  color: #fff;
  display: flex;
  font-size: 16px;
  font-size: 1rem;
  padding: 10px;
  padding: 0.625rem;
  width: 100%;
}
.sitecore-form .checkboxes &gt; .form-group {
  width: auto;
}
.sitecore-form .checkboxes &gt; .form-group label input[type=checkbox] {
  position: absolute;
  left: 0;
  -webkit-appearance: checkbox;
}
.sitecore-form .checkboxes .form-group:first-of-type {
  width: 100% !important;
  padding-left: 0px;
}
.sitecore-form .checkboxes .form-group:first-of-type &gt; label {
  cursor: default !important;
  font-size: 20px;
  font-size: 1.25rem;
  padding-left: 0px !important;
}
.sitecore-form .checkboxes .form-group:last-of-type &gt; label {
  font-size: 16px;
  font-size: 1rem;
  padding-left: 22px !important;
  cursor: pointer !important;
}
.sitecore-form .checkboxes &gt; .form-group {
  float: left;
}
.sitecore-form .checkboxes &gt; .form-group &gt; label {
  font-size: 16px;
  font-size: 1rem;
  padding-left: 27px;
  padding-left: 1.6875rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  position: relative;
}
.sitecore-form .checkboxes &gt; .form-group &gt; label input:before {
  background-color: #e6e6e6;
  border: 1px solid #5a5a5a;
  cursor: pointer;
  content: "";
  display: inline-block;
  height: 20px;
  margin-right: 7px;
  margin-right: 0.4375rem;
  margin-left: -27px;
  margin-left: -1.6875rem;
  vertical-align: sub;
  width: 20px;
  left: 20px;
  top: -2px;
  position: relative;
}
.sitecore-form .checkboxes &gt; .form-group &gt; label input .icon {
  display: inline-block;
}
.sitecore-form .checkboxes &gt; .form-group &gt; label input:checked:before {
  background-image: url(/Assets/img/icons.png);
  background-position: -479px -348px;
  width: 20px;
  height: 20px;
  -webkit-box-shadow: 0 0 5px 0 #00a3e0;
  -moz-box-shadow: 0 0 5px 0 #00a3e0;
  box-shadow: 0 0 5px 0 #00a3e0;
  border: 1px solid #00a3e0;
}
.sitecore-form .checkboxes:not(.form-inline) .form-group {
  width: 100% !important;
}
.sitecore-form .radio-buttons.form-inline .form-group {
  display: flex;
  margin-right: 45px;
  margin-right: 2.8125rem;
  flex-direction: column;
}
.sitecore-form .radio-buttons.form-inline .form-group:first-of-type label.form-radio-container {
  margin-right: 25px;
  margin-right: 1.5625rem;
}
.sitecore-form .radio-buttons.form-inline .form-group label {
  width: auto;
  justify-content: flex-start;
}
.sitecore-form .radio-buttons.form-inline .form-group label:first-of-type {
  width: inherit;
}
.sitecore-form .radio-buttons.form-inline .form-group label input[type=radio] {
  position: absolute;
  left: 0px;
  -webkit-appearance: radio;
}
.sitecore-form .radio-buttons.form-inline .form-group label input[type=radio]:focus::before {
  outline: 2px solid #5a5a5a;
}
.sitecore-form .radio-buttons span.field-validation-error {
  background-color: #d42e12;
  color: #fff;
  display: flex;
  font-size: 16px;
  font-size: 1rem;
  padding: 10px;
  padding: 0.625rem;
  width: 100%;
}
.sitecore-form .radio-buttons &gt; .form-group {
  width: auto;
}
.sitecore-form .radio-buttons .form-group {
  display: flex;
  margin-right: 25px;
  margin-right: 1.5625rem;
}
.sitecore-form .radio-buttons .form-group .block-select-one {
  cursor: default !important;
  font-size: 20px;
  font-size: 1.25rem;
  padding-left: 0 !important;
}
.sitecore-form .radio-buttons .form-group:first-of-type {
  width: 100% !important;
  padding-left: 0px;
}
.sitecore-form .radio-buttons .form-group:first-of-type &gt; label:first-of-type {
  cursor: default !important;
  font-size: 20px;
  font-size: 1.25rem;
  padding-left: 0px !important;
}
.sitecore-form .radio-buttons .form-group:last-of-type &gt; label {
  padding-left: 20px !important;
  cursor: pointer !important;
}
.sitecore-form .radio-buttons .form-group:last-of-type input[type=radio] {
  left: -22px;
}
.sitecore-form .radio-buttons &gt; .form-group &gt; label {
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  padding-left: 25px;
  padding-left: 1.5625rem;
}
.sitecore-form .radio-buttons &gt; .form-group &gt; label input[type=radio] {
  position: relative;
  left: -20px;
}
@media (min-width: 576px) {
  .sitecore-form .radio-buttons &gt; .form-group &gt; label input[type=radio] {
    top: 5px;
  }
}
.sitecore-form .radio-buttons &gt; .form-group &gt; label input:before {
  background-color: #fff;
  border: 1.5px solid #5a5a5a;
  cursor: pointer;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  content: "";
  display: inline-block;
  height: 18px;
  margin-right: 7px;
  margin-right: 0.4375rem;
  margin-left: -25px;
  margin-left: -1.5625rem;
  position: relative;
  top: -2px;
  top: -0.125rem;
  left: 18px;
  width: 18px;
}
.sitecore-form .radio-buttons &gt; .form-group &gt; label input:focus {
  outline: none;
}
.sitecore-form .radio-buttons &gt; .form-group &gt; label input:checked:before {
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px 1px #5a5a5a;
  -moz-box-shadow: 0 0 3px 1px #5a5a5a;
  box-shadow: 0 0 3px 1px #5a5a5a;
  background-color: #5a5a5a;
  border: 5px solid #ffffff;
  display: inline-block;
  height: 18px;
  position: relative;
  width: 18px;
}
.sitecore-form .radio-buttons:not(.form-inline) .form-group {
  width: 100% !important;
}
.sitecore-form .radio-buttons:not(.form-inline) .form-group label input[type=radio] {
  position: absolute;
  left: 0px;
  -webkit-appearance: radio;
}
@media (min-width: 576px) {
  .sitecore-form .checkboxes .form-group &gt; label input:before {
    left: 23px;
  }
  .sitecore-form .checkboxes .form-group:last-of-type &gt; label {
    font-size: 16px;
    font-size: 1rem;
    padding-left: 27px !important;
  }
  .sitecore-form .checkboxes .form-group:first-of-type &gt; label {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .sitecore-form .radio-buttons .form-group:last-of-type &gt; label {
    font-size: 16px;
    font-size: 1rem;
    padding-left: 27px !important;
  }
  .sitecore-form .radio-buttons .form-group:first-of-type &gt; label {
    justify-content: flex-start;
  }
  .sitecore-form .radio-buttons .form-group &gt; label input:before {
    left: 22px;
  }
}
.sitecore-form.radio-buttons.form-inline.lubricants-radio .form-group {
  min-width: 51px;
}
.sitecore-form.radio-buttons.form-inline.radio-list .form-group {
  margin-right: 0px;
  margin-right: 0rem;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}
.sitecore-form.radio-buttons.form-inline.radio-list .form-group label:first-of-type {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
.sitecore-form.radio-buttons.form-inline.radio-list .form-group:first-of-type &gt; label:first-of-type {
  display: block;
}
.sitecore-form.radio-buttons.form-inline.radio-list .form-group label:empty {
  display: none;
}

.modal.show .sitecore-form .form-sending .fa-pulse {
  -webkit-animation: a 1s infinite steps(8);
  animation: a 1s infinite steps(8);
  width: 1rem;
  float: left;
  margin: 5px 5px 0 0;
}
.modal.show .sitecore-form .radio-buttons.form-inline .form-group {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.modal.show .modal-sending-backdrop {
  background: rgba(0, 0, 0, 0.3);
  bottom: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: bottom 0.35s ease;
  -moz-transition: bottom 0.35s ease;
  -ms-transition: bottom 0.35s ease;
  -o-transition: bottom 0.35s ease;
  transition: bottom 0.35s ease;
  z-index: 1;
}
.modal.show .modal-sending-backdrop.show {
  bottom: 0;
}

@media (min-width: 768px) {
  .modal.show .sitecore-form .radio-buttons.form-inline .form-group {
    width: auto;
    margin-bottom: 0px;
    margin-bottom: 0rem;
  }

  #leavefeedbackform.modal.show .sitecore-form .radio-buttons.form-inline .form-group:first-of-type,
#RetailLeaveFeedback.modal.show .sitecore-form .radio-buttons.form-inline .form-group:first-of-type {
    width: auto !important;
  }
  #leavefeedbackform.modal.show .sitecore-form .radio-buttons.form-inline .form-group:first-of-type &gt; label:first-of-type,
#RetailLeaveFeedback.modal.show .sitecore-form .radio-buttons.form-inline .form-group:first-of-type &gt; label:first-of-type {
    padding-left: 25px !important;
    font-size: 16px !important;
  }
  #leavefeedbackform.modal.show .sitecore-form .radio-buttons.form-inline .form-group label input[type=radio],
#RetailLeaveFeedback.modal.show .sitecore-form .radio-buttons.form-inline .form-group label input[type=radio] {
    -webkit-appearance: none;
  }
}
.sitecore-form .checkboxes &gt; .form-group label input[type=checkbox] {
  position: absolute;
  left: 0;
  -webkit-appearance: checkbox;
  opacity: 0;
  cursor: pointer;
  height: 20px;
  width: 20px !important;
  z-index: 9;
}

.sitecore-form .checkboxes &gt; .form-group label input[type=checkbox] + span.icon {
  height: 20px;
  width: 20px;
  margin: 2px 6px 6px 0;
  box-shadow: none;
  background-color: #ddd;
  border: 1px solid #5a5a5a;
  cursor: pointer;
  position: absolute;
  left: 0;
}

.sitecore-form .checkboxes &gt; .form-group label input[type=checkbox]:checked + span.icon {
  background-color: #ddd;
  border: 1px solid #5a5a5a;
  box-shadow: 0 0 10px #5a5a5a;
}

.sitecore-form .checkboxes &gt; .form-group label input[type=checkbox] + span.icon:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: 1px solid #5a5a5a;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sitecore-form .checkboxes &gt; .form-group label input[type=checkbox]:checked + span.icon:after {
  display: block;
}

.sitecore-form .checkboxes &gt; .form-group label input[type=checkbox]:focus + span.icon {
  outline: 2px solid #5a5a5a !important;
}

#RetailLeaveFeedback .sitecore-form .radio-buttons.form-inline .form-group label input[type=radio]:focus-visible {
  outline: none !important;
}

.lpg-margin-auto {
  margin: auto;
}

/*code merge*/
.validation-summary-errors ul li {
  color: #d42e12;
  font-size: 1rem;
}

/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
.no-js .table-faux .tables h3.h5, .no-js .table-faux .tables p {
  min-height: 72px;
}
.no-js .table-faux .tables h3.h5 {
  padding: 0;
}
.no-js .table-faux .tables h3.h5 &gt; span {
  position: absolute;
  top: 20%;
  padding: 4%;
}

.table-border, .table tbody td, .table &gt; thead &gt; tr &gt; th, .table {
  border: 1px solid #e6e6e6;
}

.table {
  border-collapse: collapse;
  margin-bottom: 0;
}
.table &gt; thead {
  background-color: #e6e6e6;
}
.table &gt; thead &gt; tr &gt; th {
  border-left-color: #fff;
  border-right-color: #fff;
}
.table &gt; thead &gt; tr &gt; th:first-child {
  border-left-color: #e6e6e6;
}
.table &gt; thead &gt; tr &gt; th:last-child {
  border-right-color: #e6e6e6;
}
.table tbody td {
  word-break: break-all;
  padding: 8px;
  padding: 0.5rem;
  line-height: 1.42857;
}
.table.table-minimized {
  width: auto;
}
.table.table-maximized {
  width: 100%;
}

.table-faux .tables {
  border-bottom: 1px solid #e6e6e6;
  float: left;
  padding: 0;
  position: relative;
  text-align: left;
  width: 100%;
}
.table-faux .tables h3.h5 {
  display: block;
  padding: 10px;
  padding: 0.625rem;
  margin: 0;
  background-color: #e6e6e6;
  margin-left: -1px;
  margin-left: -0.0625rem;
  font-size: 16px;
  font-size: 1rem;
}
.table-faux .tables h3.h5 &gt; span {
  display: block;
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.table-faux .tables + .tables h3.h5 {
  border-left: 1px solid #fff;
}
.table-faux .tables p {
  display: block;
  padding: 10px;
  padding: 0.625rem;
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-left: -1px;
  margin-left: -0.0625rem;
}
.table-faux .tables:first-child p {
  color: #0c479d;
}
.table-faux .tables:last-child p {
  border-right: 1px solid #e6e6e6;
}

.col-lg-6 .tables {
  width: 50%;
}

.col-lg-9 .tables {
  width: 33.3333333333%;
}

.col-12:not([class*=col-lg]) .tables {
  width: 25%;
}

@media (min-width: 768px) {
  .col-lg-3 .tables {
    width: 50%;
  }
  .col-lg-3 .table-responsive .table.table-minimized &gt; thead &gt; tr &gt; th {
    min-width: 60px;
  }

  .col-lg-6 .tables {
    width: 33.3333333333%;
  }

  .col-lg-9 .tables {
    width: 25%;
  }

  .col-12:not([class*=col-lg]) .tables {
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg-3 .tables {
    width: 50%;
  }
  .col-lg-3 .table-responsive .table.table-minimized &gt; thead &gt; tr &gt; th {
    min-width: 60px;
  }

  .col-lg-6 .tables {
    width: 25%;
  }

  .col-lg-9 .tables {
    width: 14.2857142857%;
  }

  .col-12:not([class*=col-lg]) .tables {
    width: 14.2857142857%;
  }
}
.bp-max-xs .table.table-vertical &gt; thead &gt; tr &gt; th, .bp-max-sm .table.table-vertical &gt; thead &gt; tr &gt; th, .bp-max-md .table.table-vertical &gt; thead &gt; tr &gt; th {
  display: none;
}
.bp-max-xs .table.table-vertical &gt; tbody &gt; tr &gt; td, .bp-max-sm .table.table-vertical &gt; tbody &gt; tr &gt; td, .bp-max-md .table.table-vertical &gt; tbody &gt; tr &gt; td {
  border-right: none;
  border-bottom: none;
  display: block;
  padding: 0;
}
.bp-max-xs .table.table-vertical &gt; tbody &gt; tr &gt; td:before, .bp-max-sm .table.table-vertical &gt; tbody &gt; tr &gt; td:before, .bp-max-md .table.table-vertical &gt; tbody &gt; tr &gt; td:before {
  background-color: #e6e6e6;
  border-bottom: 1px solid #fff;
  content: attr(data-th) ": ";
  display: inline-block;
  margin-right: 10px;
  margin-right: 0.625rem;
  padding: 10px;
  padding: 0.625rem;
  vertical-align: middle;
  width: 8em;
}
.bp-max-xs table.table-no-header &gt; tbody &gt; tr:nth-child(odd), .bp-max-sm table.table-no-header &gt; tbody &gt; tr:nth-child(odd), .bp-max-md table.table-no-header &gt; tbody &gt; tr:nth-child(odd) {
  background: #e6e6e6;
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
}
.bp-max-xs table.table-no-header &gt; tbody &gt; tr:nth-child(even), .bp-max-sm table.table-no-header &gt; tbody &gt; tr:nth-child(even), .bp-max-md table.table-no-header &gt; tbody &gt; tr:nth-child(even) {
  border-bottom: 2px solid #dedede;
}
.bp-max-xs table.table-no-header &gt; tbody &gt; tr &gt; td, .bp-max-sm table.table-no-header &gt; tbody &gt; tr &gt; td, .bp-max-md table.table-no-header &gt; tbody &gt; tr &gt; td {
  border-bottom: 1px solid #fff;
  display: block;
  width: 100%;
  padding: 10px;
  padding: 0.625rem;
}

table.dynamicchart td div {
  margin-bottom: 0px !important;
}

.dynamicchart, .table tbody td {
  border: 1px solid #DFE1E4 !important;
}

table.dynamicchart tbody td {
  word-break: break-word;
}

@media only screen and (max-width: 767px) {
  .two-col-layout {
    width: 50% !important;
  }

  .three-col-layout {
    width: 33.33% !important;
  }

  .four-col-layout {
    width: 25% !important;
  }

  .one-col-layout {
    width: 100% !important;
  }
}
/*code merge*/
.mac .table-responsive::-webkit-scrollbar {
  width: 3px;
}
.mac .table-responsive::-webkit-scrollbar-track {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.1);
}
.mac .table-responsive::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
.no-js .tab-list-items .tab-content &gt; .active,
.no-js .tab-list-items .tab-content &gt; .tab-pane {
  display: block !important;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.no-js .tab-list-items .content-list-items {
  border: none !important;
  padding: 0 !important;
}
.no-js .tab-list-items .nav-tabs {
  display: none !important;
}

.tab-list-items &gt; .nav-tabs {
  border-bottom: none;
}
.tab-list-items &gt; .nav-tabs &gt; li {
  margin-right: 8px;
  margin-right: 0.5rem;
}
.tab-list-items &gt; .nav-tabs &gt; li a.active {
  background: #fff;
  outline: none;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  position: relative;
}
.tab-list-items &gt; .nav-tabs &gt; li a.active:before {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  top: -1px;
  left: 0;
}
.tab-list-items &gt; .nav-tabs &gt; li &gt; a {
  background: #e6e6e6;
  border-radius: 0;
  color: #2b2626;
  padding: 8px 15px 10px;
  padding: 0.5rem 0.9375rem 0.625rem;
  margin-bottom: -1px;
  margin-bottom: -0.0625rem;
}
.tab-list-items .tab-img-responsive {
  width: 64px;
  margin: auto;
}
.tab-list-items .tab-img-responsive img&nbsp; {
  width: 100%;
}
.tab-list-items .content-list-items {
  border: 1px solid #e6e6e6;
  padding: 15px;
  padding: 0.9375rem;
  margin-top: 1px;
  margin-top: 0.0625rem;
}
.tab-list-items .content-list-items .tabbedicon-content .tabicon-title {
  padding: 30px 0px;
  padding: 1.875rem 0rem;
  display: block;
  font-size: 30px;
  font-size: 1.875rem;
}
.tab-list-items .content-list-items .tabbedicon-content .tabicon-categories {
  list-style: none;
}
.tab-list-items .content-list-items .tabbedicon-content .tabicon-categories li {
  padding: 0px 30px;
  padding: 0rem 1.875rem;
}
.tab-list-items .content-list-items .tabbedicon-content .tabicon-categories li a {
  display: block;
  border: 2px solid #e6e6e6;
  padding: 30px 0px;
  padding: 1.875rem 0rem;
  text-align: center;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-weight: 700;
}
.tab-list-items .tabicon-nav li a {
  background: #e6e6e6;
  padding: 24px 15px 24px;
  padding: 1.5rem 0.9375rem 1.5rem;
}
.tab-list-items .tabicon-nav li:last-child {
  margin-right: 0;
}
.tab-list-items .tabicon-list {
  padding: 0;
  border: none;
  border-top: 2px solid #e6e6e6;
}
.tab-list-items .option-list-items .nav-item .nav-link:focus-visible:not(.active) {
  outline: none;
  box-shadow: none;
}
.tab-list-items .option-list-items .nav-item .nav-link:focus-visible:not(.active) {
  outline: auto;
}
.tab-list-items .option-list-items .nav-item .nav-link:focus-visible.active {
  outline: none;
  box-shadow: none;
}

/*Only for Marine Locator*/
#NHEL2AK5 &gt; .nav-tabs {
  border-bottom: none;
}
#NHEL2AK5 &gt; .nav-tabs &gt; li a, #NHEL2AK5 &gt; .nav-tabs &gt; li a.active {
  background: #fff;
  outline: none;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  position: relative;
}
#NHEL2AK5 &gt; .nav-tabs &gt; li a:before, #NHEL2AK5 &gt; .nav-tabs &gt; li a.active:before {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  top: -1px;
  left: 0;
}
#NHEL2AK5 .content-list-items {
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.row + .row #NHEL2AK5 {
  margin-top: 24px;
  margin-top: 1.5rem;
}

@media (min-width: 992px) {
  .row + .row #NHEL2AK5 {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
}
/* new varient for tabbed content*/
.tab-list-items-v2 .nav {
  justify-content: center;
}
.tab-list-items-v2 .tabicon-nav li a {
  padding: 24px 15px 24px;
  border-color: #e6e6e6;
}
.tab-list-items-v2 .tabicon-nav li:last-child {
  margin-right: 0;
}
.tab-list-items-v2 .nav-item {
  width: 22%;
  max-width: 23%;
}
.tab-list-items-v2 &gt; .nav-tabs {
  border-bottom: 0px;
}
.tab-list-items-v2 &gt; .nav-tabs &gt; li {
  margin-left: 8px;
  margin-bottom: 32px;
}
.tab-list-items-v2 &gt; .nav-tabs &gt; li a.active {
  background: #ddd8d8;
  border-color: #e6e6e6;
  opacity: 1 !important;
  /*margin-bottom: 32px;*/
  box-shadow: 1px 5px 4px rgba(0, 0, 0, 0.34);
}
.tab-list-items-v2 &gt; .nav-tabs &gt; li a {
  height: 100%;
  color: #495057;
}
.tab-list-items-v2 &gt; .nav-tabs &gt; li:nth-child(1) {
  margin-left: 0px;
}
.tab-list-items-v2 &gt; .nav-tabs .tab-img-responsive {
  max-width: 150px;
  width: 100%;
  height: 140px;
  margin: 0px auto;
  overflow: hidden;
}
.tab-list-items-v2 &gt; .nav-tabs .tab-img-responsive img {
  width: 100%;
  object-fit: cover;
}
.tab-list-items-v2 &gt; .nav-tabs .field-heading {
  font-weight: 700;
  font-size: 14px;
  padding: 20px 0px 4px;
  white-space: inherit;
  vertical-align: middle;
  word-break: keep-all;
}
.tab-list-items-v2 &gt; .nav-tabs .field-subheading {
  white-space: inherit;
  vertical-align: middle;
  word-break: keep-all;
}
.tab-list-items-v2 &gt; .nav-tabs .field-copy {
  font-size: 14px;
}
.tab-list-items-v2 .tab-content {
  padding: 20px;
}
.tab-list-items-v2 .tabicon-title {
  padding: 30px 0px;
  display: block;
  font-size: 30px;
  font-size: 1.875rem;
}
.tab-list-items-v2 .tabbedicon-content ul {
  list-style: none;
}
.tab-list-items-v2 .tabbedicon-content .tabicon-categories li {
  padding: 0px 30px;
  padding: 0rem 1.875rem;
}
.tab-list-items-v2 .tabbedicon-content .tabicon-categories li a {
  display: block;
  border: 2px solid #e6e6e6;
  padding: 30px 0px;
  padding: 1.875rem 0rem;
  text-align: center;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-weight: 700;
}

.tab-link {
  display: block;
  padding: 0.5rem 1rem;
}
.tab-link:hover {
  box-shadow: 1px 5px 4px rgba(0, 0, 0, 0.34);
}

.tab-link:hover, .tab-link:focus {
  text-decoration: none;
}

.tab-link.disabled {
  color: #6c757d;
}

.nav-tabs .tab-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .tab-link:hover, .nav-tabs .tab-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .tab-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .tab-link.active,
.nav-tabs .nav-item.show .tab-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

@media (max-width: 767px) {
  .tab-list-items-v2 .tab-img-responsive {
    height: auto !important;
  }
}
@media (max-width: 575px) {
  .tab-list-items-v2 .nav-tabs .tab-link {
    padding: 5px;
  }

  .tab-list-items-v2 .nav-item {
    max-width: unset;
  }
}
/* new varient for C02 tabbed content  
    - tabListModal
*/
.tabListModal_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 10px 0;
}
@media (min-width: 576px) {
  .tabListModal_container {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .tabListModal_container {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.tabListModal_container__child {
  max-width: 100%;
  border: 1px solid #DADADA;
  margin: 0 10px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 576px) and (max-width: 991px) {
  .tabListModal_container__child {
    width: 46%;
    max-width: 50%;
  }
  .tabListModal_container__child:nth-child(odd) {
    margin-left: 0px;
  }
  .tabListModal_container__child:nth-child(even) {
    margin-right: 0px;
  }
}
@media (min-width: 992px) {
  .tabListModal_container__child {
    width: 22%;
    max-width: 25%;
    margin: 0 15px 20px;
  }
  .tabListModal_container__child:nth-child(1) {
    margin-left: 0px;
  }
  .tabListModal_container__child:nth-child(4), .tabListModal_container__child:nth-last-child(1) {
    margin-right: 0px;
  }
}
.tabListModal_container .tabListModal__image {
  width: 100%;
  max-width: 100px;
  height: 100px;
  margin: 0px auto;
  display: flex;
  align-items: center;
}
@media (min-width: 576px) {
  .tabListModal_container .tabListModal__image {
    max-width: 140px;
    height: 140px;
  }
}
.tabListModal_container .tabListModal__image img {
  height: auto;
  max-width: 100%;
  aspect-ratio: auto;
}
.tabListModal_container .tabListModal__copy {
  padding-top: 24px;
}
.tabListModal_container .tabListModal__copy_title {
  font-size: 20px;
}
.tabListModal_container .tabListModal__copy_desc {
  margin-bottom: 13px;
  font-size: 16px;
}
.tabListModal_container .icon_container {
  font-size: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.tabListModal_container .icon_container svg {
  margin-right: 6px;
}
.tabListModal_container .icon_container:hover {
  text-decoration: underline;
}
.tabListModal_container .tablist_a {
  display: block;
  height: 100%;
  text-decoration: none;
  color: #000;
}
.tabListModal_container .tabListModal_container__anchor {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 32px 24px 24px;
}

.tabListModal__popcontainer .tabListModal__popupspacer {
  padding-right: 24px;
}
.tabListModal__popcontainer .modal-content {
  padding: 0 !important;
}
.tabListModal__popcontainer .modal-content .modal-body {
  padding: 24px 24px 48px 48px !important;
}
.tabListModal__popcontainer .b03-image {
  max-width: 110px;
  height: 110px;
  width: 100%;
  margin-bottom: 24px;
}
@media (min-width: 576px) {
  .tabListModal__popcontainer .b03-image {
    max-width: 140px;
    height: 140px;
    width: 100%;
  }
}
.tabListModal__popcontainer .b06-heading {
  margin-bottom: 0;
}
.tabListModal__popcontainer .component.b01-paragraph.paragraph {
  margin-bottom: 0;
}
.tabListModal__popcontainer .b06-heading h1,
.tabListModal__popcontainer .b06-heading h2,
.tabListModal__popcontainer .b06-heading h3,
.tabListModal__popcontainer .b06-heading h4,
.tabListModal__popcontainer .b06-heading h5,
.tabListModal__popcontainer .b06-heading h6 {
  font-size: 20px;
  margin-bottom: 0px;
  margin-top: 0px;
}
.tabListModal__popcontainer .component.b06-heading {
  margin-bottom: 0;
}
.tabListModal__popcontainer .b01-paragraph.paragraph {
  font-size: 16px;
}
.tabListModal__popcontainer .b01-paragraph.paragraph img {
  margin-right: 16px;
}
.tabListModal__popcontainer p, .tabListModal__popcontainer li {
  margin-bottom: 16px;
}
.tabListModal__popcontainer .hr_spacing {
  margin: 24px 0px;
}

/*code merge*/
.tab-list-items-hotspot &gt; .nav-tabs {
  border-bottom: none;
  padding-bottom: 18px;
}
.tab-list-items-hotspot &gt; .nav-tabs &gt; li {
  padding: 0 24.5px;
  margin-bottom: 30px;
}
.tab-list-items-hotspot &gt; .nav-tabs &gt; li:nth-child(1) {
  padding-left: 0;
}
.tab-list-items-hotspot &gt; .nav-tabs &gt; li:last-child {
  padding-right: 0;
}
.tab-list-items-hotspot &gt; .nav-tabs &gt; li a.active,
.tab-list-items-hotspot &gt; .nav-tabs &gt; li a:hover {
  color: #0C479D;
  font-weight: 600;
  border: 0;
  border-bottom: 1px solid #CCCCCD;
  position: relative;
  text-decoration: none;
}
.tab-list-items-hotspot &gt; .nav-tabs &gt; li a.active:before,
.tab-list-items-hotspot &gt; .nav-tabs &gt; li a:hover:before {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  top: -1px;
  left: 0;
}
.tab-list-items-hotspot &gt; .nav-tabs &gt; li &gt; a {
  background: none;
  border-radius: 0;
  /*color: #2B2626;*/
  padding: 0 0 14px;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: -1px;
  margin-bottom: -0.0625rem;
}
@media (min-width: 768px) {
  .tab-list-items-hotspot &gt; .nav-tabs &gt; li &gt; a {
    color: #0c479d;
    padding: 0 0 15px;
    font-size: 20px;
  }
}
.tab-list-items-hotspot .nav-tabs.mobile-tabs li a {
  font-size: 16px;
  padding: 10px 12px;
}
.tab-list-items-hotspot .nav-tabs.mobile-tabs li a .active {
  color: #495057;
  font-weight: 400;
  border: 0;
  position: relative;
  border: 1px solid #CCCCCD;
  border-radius: 0;
}
.tab-list-items-hotspot .tab-img-responsive {
  width: 64px;
  margin: auto;
}
.tab-list-items-hotspot .tab-img-responsive img {
  width: 100%;
}
.tab-list-items-hotspot .content-list-items {
  border: 1px solid #e6e6e6;
  padding: 15px;
  padding: 0.9375rem;
  margin-top: 1px;
  margin-top: 0.0625rem;
}
.tab-list-items-hotspot .content-list-items .tabbedicon-content .tabicon-title {
  padding: 30px 0px;
  padding: 1.875rem 0rem;
  display: block;
  font-size: 30px;
  font-size: 1.875rem;
}
.tab-list-items-hotspot .content-list-items .tabbedicon-content .tabicon-categories {
  list-style: none;
}
.tab-list-items-hotspot .content-list-items .tabbedicon-content .tabicon-categories li {
  padding: 0px 30px;
  padding: 0rem 1.875rem;
}
.tab-list-items-hotspot .content-list-items .tabbedicon-content .tabicon-categories li a {
  display: block;
  border: 2px solid #e6e6e6;
  padding: 30px 0px;
  padding: 1.875rem 0rem;
  text-align: center;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-weight: 700;
}
.tab-list-items-hotspot .tabicon-nav li a {
  background: #e6e6e6;
  padding: 24px 15px 24px;
  padding: 1.5rem 0.9375rem 1.5rem;
}
.tab-list-items-hotspot .tabicon-nav li:last-child {
  margin-right: 0;
}
.tab-list-items-hotspot .tabicon-list {
  padding: 0;
  border: none;
  border-top: 2px solid #e6e6e6;
}

.c02-tabs.component-no-child-margin.tab-list-items .nav.nav-tabs.option-list-items .nav-item .nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.c02-tabs.component-no-child-margin.tab-list-items .nav.nav-tabs.option-list-items .nav-item .nav-link:hover {
  box-shadow: 1px 5px 4px rgba(0, 0, 0, 0.34);
  text-decoration: none;
}

@media (min-width: 821px) and (max-width: 1024px) {
  .tab-list-items-hotspot &gt; .nav-tabs &gt; li {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 820px) {
  .tab-list-items-hotspot {
    position: relative;
  }
  .tab-list-items-hotspot .nav-tabs {
    padding-bottom: 0px;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
  }
  .tab-list-items-hotspot .nav-tabs.mobile-tabs li {
    margin: 0;
    padding: 0;
  }
  .tab-list-items-hotspot .nav-tabs.mobile-tabs .nav-item .tab-link.active:after {
    content: "";
    position: absolute;
    top: 15px;
    right: 15px;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    padding-left: 10px;
    border: solid #495057;
    border-width: 0 1.5px 1.5px 0;
    display: inline-block;
    padding: 2.5px;
    transform: rotate(45deg);
  }
  .tab-list-items-hotspot .nav-tabs.mobile-tabs .tab-link:hover, .tab-list-items-hotspot .nav-tabs.mobile-tabs .tab-link:focus {
    background-color: #ddd;
  }
  .tab-list-items-hotspot .nav-tabs.mobile-tabs .tab-link.active:hover, .tab-list-items-hotspot .nav-tabs.mobile-tabs .tab-link.active:focus {
    background-color: transparent;
  }
  .tab-list-items-hotspot .mobile-tabs .nav-item {
    display: block;
    background: none;
  }
  .tab-list-items-hotspot .mobile-tabs .nav-item .tab-link {
    display: none;
    float: none;
  }
  .tab-list-items-hotspot .mobile-tabs .nav-item .tab-link.active {
    color: var(--grays-dark-gray-1, #2B2626);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
  }
  .tab-list-items-hotspot .mobile-tabs .nav-item .tab-link.elementDisplay {
    display: block;
    background: none;
  }
  .tab-list-items-hotspot .mobile-tabs .nav-item .tab-link.elementDisplay:hover, .tab-list-items-hotspot .mobile-tabs .nav-item .tab-link.elementDisplay:active {
    background-color: #ddd;
  }
  .tab-list-items-hotspot .nav-tabs.option-list-items.mobile-tabs {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid #ddd;
    background-color: #fff;
    position: absolute;
    z-index: 136;
    width: 100%;
  }
}
@media (max-width: 767.5px) {
  .mobile-tabs ~ .tab-content &gt; .tab-pane {
    margin: 0 -20px;
  }

  .tab-content &gt; .tab-pane {
    margin: 0 -20px;
  }

  .c02-tabs.component-no-child-margin.tab-list-items .tab-content.content-list-items .tab-pane {
    margin: auto;
  }
}
@media (max-width: 820px) {
  .mobile-tabs ~ .tab-content.content-list-items {
    padding-top: 72px;
    position: relative;
    z-index: 1;
  }
}
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
.text-red-orange {
  color: #D42E12;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right bottom, from(#D42E12), to(#ED8B00));
  /* Chrome10+,Safari5.1+ */
  background: linear-gradient(left top right bottom, #D42E12, #ED8B00);
  /* W3C */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-blue-cyan {
  color: #0047BA;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right bottom, from(#0047BA), to(#00A3E0));
  /* Chrome10+,Safari5.1+ */
  background: linear-gradient(left top right bottom, #0047BA, #00A3E0);
  /* W3C */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-green-lime {
  color: #00A14D;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right bottom, from(#00A14D), to(#B4D405));
  /* Chrome10+,Safari5.1+ */
  background: linear-gradient(left top right bottom, #00A14D, #B4D405);
  /* W3C */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-plum-ruby {
  color: #890C58;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right bottom, from(#890C58), to(#D73872));
  /* Chrome10+,Safari5.1+ */
  background: linear-gradient(left top right bottom, #890C58, #D73872);
  /* W3C */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-seablue-turquoise {
  color: #007096;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right bottom, from(#007096), to(#00ACA8));
  /* Chrome10+,Safari5.1+ */
  background: linear-gradient(left top right bottom, #007096, #00ACA8);
  /* W3C */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-yellow-orange {
  color: #FFD700;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right bottom, from(#FFD700), to(#ED8B00));
  /* Chrome10+,Safari5.1+ */
  background: linear-gradient(left top right bottom, #FFD700, #ED8B00);
  /* W3C */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
.thumbs-panel {
  display: table;
}
.thumbs-panel &gt; * {
  display: inline-block;
  vertical-align: middle;
}
.thumbs-panel .thumbs-title {
  width: 100%;
  margin-left: 5%;
  font-size: 20px;
  font-size: 1.25rem;
}
.thumbs-panel a.link-icon {
  cursor: pointer;
  display: inline-block;
}
.thumbs-panel a.link-icon &gt; .icon {
  margin-right: 0;
  margin-left: 5px;
  top: 0;
}
.thumbs-panel a.link-icon &gt; .icon:focus {
  outline-offset: -10px;
}
.thumbs-panel a.link-icon &gt; .icon:active {
  outline-offset: -10px;
}

/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
/*code merge*/
.mf-player-container {
  max-width: 100%;
  padding-top: 56.25%;
  margin-bottom: 48px;
  margin-bottom: 3rem;
}
.mf-player-container .video-js {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
}
.mf-player-container .video-js .vjs-dock-text .vjs-dock-title {
  text-align: left;
}
.mf-player-container .video-js .vjs-tech {
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.mf-player-container.text-start .vjs-playlist .vjs-playlist-item-list {
  top: 0;
  right: 0;
  background-color: #1a1a1a;
  height: 100%;
  overflow-y: auto;
}

.on-page-editor .mf-player-container {
  padding-top: 0;
}

.vjs-playlist-sidebar .vjs-playlist-show-hide &gt; button {
  line-height: normal;
}

.vjs-playlist .vjs-selected, .vjs-playlist.vjs-mouse .vjs-selected {
  background: linear-gradient(#050707 20%, transparent 30%);
}

.vjs-playlist .vjs-playlist-title-container {
  background: linear-gradient(0deg, #090808, transparent 100px);
}

.sp02-video-youtube--no-cookies {
  padding: 10px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  border: 1px solid #ccc;
}
.sp02-video-youtube--no-cookies p {
  color: #2b2626;
}
.sp02-video-youtube--no-cookies .btn, .sp02-video-youtube--no-cookies .btn-primary, .sp02-video-youtube--no-cookies .btn-secondary, .sp02-video-youtube--no-cookies .btn-tertiary, .sp02-video-youtube--no-cookies .btn-primary-em-blue, .sp02-video-youtube--no-cookies .btn-deemphasized, .sp02-video-youtube--no-cookies .btn-light, .sp02-video-youtube--no-cookies .btn-badge, .sp02-video-youtube--no-cookies .btn-icon {
  display: flex;
  align-self: flex-end;
  color: #fff;
  background-color: #0E469B;
  width: fit-content;
  padding: 10px 30px;
  margin-top: 10px;
  border-radius: 8px;
}
.sp02-video-youtube--no-cookies .btn:hover, .sp02-video-youtube--no-cookies .btn-primary:hover, .sp02-video-youtube--no-cookies .btn-secondary:hover, .sp02-video-youtube--no-cookies .btn-tertiary:hover, .sp02-video-youtube--no-cookies .btn-primary-em-blue:hover, .sp02-video-youtube--no-cookies .btn-deemphasized:hover, .sp02-video-youtube--no-cookies .btn-light:hover, .sp02-video-youtube--no-cookies .btn-badge:hover, .sp02-video-youtube--no-cookies .btn-icon:hover, .sp02-video-youtube--no-cookies .btn:active, .sp02-video-youtube--no-cookies .btn-primary:active, .sp02-video-youtube--no-cookies .btn-secondary:active, .sp02-video-youtube--no-cookies .btn-tertiary:active, .sp02-video-youtube--no-cookies .btn-primary-em-blue:active, .sp02-video-youtube--no-cookies .btn-deemphasized:active, .sp02-video-youtube--no-cookies .btn-light:active, .sp02-video-youtube--no-cookies .btn-badge:active, .sp02-video-youtube--no-cookies .btn-icon:active, .sp02-video-youtube--no-cookies .btn:focus, .sp02-video-youtube--no-cookies .btn-primary:focus, .sp02-video-youtube--no-cookies .btn-secondary:focus, .sp02-video-youtube--no-cookies .btn-tertiary:focus, .sp02-video-youtube--no-cookies .btn-primary-em-blue:focus, .sp02-video-youtube--no-cookies .btn-deemphasized:focus, .sp02-video-youtube--no-cookies .btn-light:focus, .sp02-video-youtube--no-cookies .btn-badge:focus, .sp02-video-youtube--no-cookies .btn-icon:focus {
  background-color: #3474d9;
  outline: none;
}

.bc-player-default_default.vjs-fluid.vjs-16-9:not(.vjs-audio-only-mode), .bc-player-default_default.vjs-fluid:not(.vjs-audio-only-mode) {
  padding-top: 56.25% !important;
}

/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
#wait-message {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 1px #ccc;
  -moz-box-shadow: 0 0 10px 1px #ccc;
  box-shadow: 0 0 10px 1px #ccc;
  color: #11499b;
  font-size: 13px;
  font-size: 0.8125rem;
  left: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
  padding: 5px 30px;
  padding: 0.3125rem 1.875rem;
  position: fixed;
  text-align: center;
  top: 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  z-index: -1;
}
#wait-message.active {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 999;
}

/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
.world-map-stroke, .world-map .unsupported, .world-map .supported {
  fill: none;
  stroke: #ebebeb;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 0.75px;
}

.world-map-container {
  margin: 0 auto;
  width: 100%;
}

.world-map {
  position: relative;
}
.world-map .body-content {
  padding-top: 0;
}
.world-map &gt; svg {
  display: block;
  margin: 0 auto;
}
.world-map path, .world-map rect {
  vector-effect: non-scaling-stroke;
}
.world-map .water {
  fill: #f2f2f2;
  pointer-events: all;
}
.world-map .supported {
  fill: #1c698f;
  transition: fill 0.25s;
}
.world-map .supported.region:hover, .world-map .supported.region.active {
  fill: #33a9e6;
}
.world-map .unsupported {
  fill: #518fac;
  pointer-events: none;
}
.world-map .unsupported.region {
  fill: #1c698f;
}
.world-map .world-map-label {
  background-color: #fff;
  border: 1px solid #00a3e0;
  color: #454545;
  display: none;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0px 5px;
  padding: 0rem 0.3125rem;
  pointer-events: none;
  position: absolute;
}
.world-map.country-mode .country.supported:hover,
.world-map.country-mode .country.supported.active {
  fill: #33a9e6;
}
.world-map.country-mode .world-map-label.active {
  display: block;
}

.world-map-popover &gt; h3 {
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.world-map-popover-target {
  background: transparent;
  height: 1px;
  pointer-events: none;
  position: absolute;
  width: 1px;
}

/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
.footer-pseudo-image {
  content: "";
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.footer {
  color: #dedede;
  margin-top: 40px;
  margin-top: 2.5rem;
}
.footer .social-share-icons {
  display: block;
  margin-top: 13px;
  margin-top: 0.8125rem;
}
.footer .social-share-icons &gt; a {
  margin-right: 8px;
  margin-right: 0.5rem;
}
.footer a {
  color: #dedede;
}

.footer-cap {
  font-size: 18px;
  font-size: 1.125rem;
  height: 52px;
  background: #06459f;
  background: -webkit-linear-gradient(legacy-direction(to right), #06459f, #33a2df);
  background: linear-gradient(to right, #06459f, #33a2df);
  padding: 14px 20px;
  padding: 0.875rem 1.25rem;
  position: relative;
}
.footer-cap:after {
  /*code merge*/
  background: url("/Assets/img/footer-cap.png") no-repeat;
  content: "";
  left: 0;
  height: 52px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0;
  width: 100%;
}
.footer-cap &gt; a {
  color: #fff;
}

.footer-top {
  background-color: #383838;
  box-shadow: inset 0 3px rgba(17, 17, 17, 0.1);
  padding: 35px 20px 30px;
  padding: 2.1875rem 1.25rem 1.875rem;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .footer-top {
    padding: 20px;
    padding: 1.25rem;
  }
}
.footer-top .nav-country {
  list-style-type: none;
  float: left;
  font-size: 14px;
  font-size: 0.875rem;
  text-shadow: 0 -1px 1px rgba(17, 17, 17, 0.15);
}
.footer-top .nav-country a:hover {
  background-color: transparent;
  outline: none;
}
.footer-top .nav-country li .nav-country-text {
  font-weight: 400;
}
.footer-top .footer-top-wrapper .footer-links-wrapper &gt; span {
  display: block;
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
}
.footer-top .footer-top-wrapper .footer-links-wrapper &gt; span:empty {
  display: inline;
  width: auto;
}

.footer-bottom {
  background-color: #262626;
  padding: 35px 20px 25px;
}
@media screen and (max-width: 1024px) {
  .footer-bottom {
    padding: 20px;
  }
}
.footer-bottom .footer-logos a img {
  display: none;
}
.footer-bottom .footer-nav-terms ul.link-list.footer-links {
  width: 75%;
}

.footer-links-wrapper {
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.footer-links-wrapper .footer-links &gt; li {
  margin: 3px 15px 15px 2px;
  margin: 0.1875rem 0.9375rem 0.9375rem 0.125rem;
}
@media screen and (max-width: 1024px) {
  .footer-links-wrapper .footer-links &gt; li {
    margin: 0px 15px 0px 2px;
    margin: 0rem 0.9375rem 0rem 0.125rem;
  }
}

.footer-links {
  list-style: none;
  margin-left: -15px;
  margin-left: -0.9375rem;
  padding: 0;
  margin-bottom: 0;
  margin-right: 8%;
}
.footer-links &gt; li {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  text-shadow: 0 -1px 1px rgba(17, 17, 17, 0.15);
  vertical-align: middle;
}
.footer-links &gt; li &gt; a {
  color: #d4d4d4;
  margin-left: 15px;
  margin-left: 0.9375rem;
  position: relative;
}
.footer-links &gt; li &gt; a:before {
  color: #606060;
  content: "•";
  font-family: "serif";
  font-size: 9px;
  font-size: 0.5625rem;
  left: -19px;
  left: -1.1875rem;
  position: absolute;
  text-shadow: 0 -1px 0 rgba(17, 17, 17, 0.4);
  top: 3px;
  top: 0.1875rem;
}
.footer-links &gt; li &gt; a:hover {
  border-bottom: none;
  outline: none;
  text-decoration: underline;
}

.footer-nav-items {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.footer-nav-items &gt; li.footer-nav-global-selector {
  padding-left: 24px;
  padding-left: 1.5rem;
}
.footer-nav-items &gt; li.footer-nav-global-selector &gt; a:before {
  color: #d4d4d4;
  content: "";
  font-size: 16px;
  font-size: 1rem;
  left: -24px;
  left: -1.5rem;
  position: absolute;
  text-shadow: 0 2px 0 rgba(17, 17, 17, 0.32);
  top: -3px;
  top: -0.1875rem;
}

.footer-search-social .CoveoSearchInterface {
  font-family: inherit;
}
.footer-search-social .CoveoSearchInterface .coveo-externalcomponentssection, .footer-search-social .CoveoSearchInterface .coveo-searchbox {
  margin-bottom: 0;
}
.footer-search-social .coveo-externalcomponentssection, .footer-search-social .coveo-globalsearchbox {
  margin-bottom: 0;
}
.footer-search-social .coveo-externalcomponentssection .coveo-globalsearchbox, .footer-search-social .coveo-globalsearchbox .coveo-globalsearchbox {
  margin-bottom: 0;
}
.footer-search-social .CoveoSearchbox {
  background-color: #383838;
}
.footer-search-social .CoveoSearchbox .magic-box {
  border: none;
}
.footer-search-social .CoveoSearchbox .magic-box .magic-box-clear {
  display: none;
}
.footer-search-social .CoveoSearchbox .magic-box .magic-box-clear:before {
  border-left: none;
}
.footer-search-social .CoveoSearchbox .magic-box .magic-box-input {
  background: #262626;
  height: 45px;
}
.footer-search-social .CoveoSearchbox .magic-box .magic-box-input .magic-box-underlay {
  padding: 0;
}
.footer-search-social .CoveoSearchbox .magic-box .magic-box-input input {
  background-color: #262626;
  color: #d4d4d4;
  border: 0;
  font-size: 15px;
  font-size: 0.9375rem;
  height: 45px;
  border-radius: 0;
  padding-left: 5px;
  padding-left: 0.3125rem;
  font-family: inherit;
  outline: 0;
  width: calc(100% - 40px);
  word-break: keep-all;
}
.footer-search-social .CoveoSearchbox .magic-box .magic-box-input input::placeholder {
  color: #D1D3D4;
  opacity: 1;
}
.footer-search-social .CoveoSearchbox .magic-box .magic-box-input input:focus {
  border: 1px solid #00a3e0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px rgba(102, 175, 233, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px rgba(102, 175, 233, 0.6);
}
.footer-search-social .CoveoSearchbox .magic-box .magic-box-clear-svg {
  color: #606060;
  margin-top: -3.2px;
  margin-top: -0.2rem;
}
.footer-search-social .CoveoSearchButton {
  color: white;
  border: none;
  height: 45px;
  width: 40px;
  background-color: #262626;
}
.footer-search-social .CoveoSearchButton .coveo-search-button-svg {
  color: #707070;
  width: 16px;
}
.footer-search-social .CoveoSearchButton:hover .coveo-magnifier-circle-svg {
  fill: #606060;
}
.footer-search-social .CoveoSearchButton:hover &gt; .coveo-icon {
  background-position: -11230px -36px;
}
.footer-search-social .coveo-externalcomponentssection .coveo-globalsearchbox .CoveoSearchButton:hover {
  background-color: #262626;
}
.footer-search-social .coveo-globalsearchbox .CoveoSearchButton:hover {
  background-color: #262626;
}

.footer-logo, .footer-two-align .footer-related-companies &gt; li &gt; .imperial, .footer-two-align .footer-related-companies &gt; li &gt; .xto, .footer-two-align .footer-related-companies &gt; li &gt; .esso, .footer-two-align .footer-related-companies &gt; li &gt; .mobil, .footer-two-align .footer-related-companies &gt; li &gt; .exxon, .footer-two-align .footer-logo-secondary-large, .footer-related-companies &gt; li &gt; .imperial, .footer-related-companies &gt; li &gt; .xto, .footer-related-companies &gt; li &gt; .esso, .footer-related-companies &gt; li &gt; .mobil, .footer-related-companies &gt; li &gt; .exxon, .footer-logos .footer-logo-large {
  display: inline-block;
  height: 31px;
  text-indent: -9999em;
}

.footer-logos .logo-footer-ie8 {
  display: none;
}
.footer-logos .footer-logo-large {
  background-image: url(/Assets/img/footer-logos.svg);
  background-repeat: no-repeat;
  background-size: 1100px 31px;
  background-position: -300px center;
  height: 25px;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  width: 122px;
}
@media screen and (max-width: 1024px) {
  .footer-logos .footer-logo-large {
    height: 48px;
  }
}
@media screen and (min-width: 1025px) {
  .footer-logos .footer-logo-large {
    position: relative;
    /* top: -7px;*/
    transform: translateY(0px);
  }
}
.footer-logos .footer-logo-large:hover {
  background-position: -450px center;
}
.footer-logos .footer-logo-secondary-large {
  display: none;
}
.footer-logos .FooterLogos {
  margin-bottom: 0;
}

.footer-logos .footer-related-companies a img {
  display: block;
}

.footer-related-companies {
  margin-bottom: 2px;
  margin-bottom: 0.125rem;
  padding: 0;
}
.footer-related-companies .list-footer-logos {
  margin-right: 25px;
  margin-right: 1.5625rem;
}
.footer-related-companies &gt; li {
  display: inline-block;
  list-style: none;
}
.footer-related-companies &gt; li .footerLogosImg {
  display: block;
  object-fit: contain;
  background-repeat: no-repeat;
  width: 89%;
  max-width: 100%;
  height: 100%;
  padding: 7px 0px 0 0px;
}
.footer-related-companies &gt; li &gt; .exxon {
  width: 37px;
}
.footer-related-companies &gt; li &gt; .exxon:hover {
  filter: brightness(150%);
}
.footer-related-companies &gt; li &gt; .mobil {
  width: 38px;
}
.footer-related-companies &gt; li &gt; .mobil:hover {
  filter: brightness(150%);
}
.footer-related-companies &gt; li &gt; .esso {
  width: 35px;
}
.footer-related-companies &gt; li &gt; .esso:hover {
  filter: brightness(150%);
}
.footer-related-companies &gt; li &gt; .xto {
  width: 40px;
}
.footer-related-companies &gt; li &gt; .xto:hover {
  filter: brightness(150%);
}
.footer-related-companies &gt; li &gt; .imperial {
  width: 47px;
  position: relative;
  top: -6px;
}
.footer-related-companies &gt; li &gt; .imperial:hover {
  filter: brightness(150%);
}

.footer-nav-terms &gt; .footer-links {
  margin-bottom: 0;
}
.footer-nav-terms &gt; .footer-links &gt; li {
  padding: 0px 12px 0px 3px;
  padding: 0rem 0.75rem 0rem 0.1875rem;
  margin: 0px 2px 0px 0px;
  margin: 0rem 0.125rem 0rem 0rem;
}
.footer-nav-terms &gt; .footer-links &gt; li &gt; a {
  font-size: 12px;
  font-size: 0.75rem;
}
.footer-nav-terms &gt; .footer-links &gt; li &gt; a:before {
  left: -16px;
  left: -1rem;
}

.footer-copyright {
  color: #d4d4d4;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
  line-height: 1.25rem;
  margin-top: 4px;
  margin-top: 0.25rem;
  max-width: 280px;
}
.footer-copyright .plain-html {
  margin-bottom: 0;
}

@media screen and (min-width: 606px) {
  .footer-top-wrapper {
    display: table;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .footer-top-wrapper .social-share-icons {
    margin-right: -8px;
    margin-right: -0.5rem;
    text-align: right;
  }

  .footer-search-social,
.footer-nav {
    display: table-cell;
    padding: 0;
    vertical-align: top;
  }

  .footer-nav {
    padding-right: 40px;
    padding-right: 2.5rem;
    width: 60%;
    padding-top: 6px;
    padding-top: 0.375rem;
  }

  .footer-search-social {
    width: 40%;
  }

  .footer-nav-items {
    margin-bottom: -15px;
    margin-bottom: -0.9375rem;
  }
  .footer-nav-items &gt; .footer-nav-global-selector {
    display: block;
  }

  .footer-related-companies {
    display: inline-block;
    margin-left: 60px;
    margin-left: 3.75rem;
    position: relative;
    top: 0px;
    top: 0rem;
  }

  .footer-copyright {
    max-width: none;
  }
}
@media screen and (min-width: 1001px) {
  .footer-bottom,
.footer-cap,
.footer-top {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-nav {
    width: 70%;
    padding-top: 5px;
    padding-top: 0.3125rem;
  }
  .footer-nav .nav-country &gt; li &gt; a {
    padding: 8px 12px 0px 0px;
    padding: 0.5rem 0.75rem 0rem 0rem;
    margin: 0px 2px;
  }
  .footer-nav .nav-country &gt; li &gt; a:hover {
    outline: none;
  }
  .footer-nav .nav-country .nav-country-text {
    top: -4px;
    top: -0.25rem;
  }
  .footer-nav .nav-country .nav-country-text:hover {
    border-bottom: 1px solid rgba(212, 212, 212, 0.4);
    outline: none;
    margin-bottom: -1px;
    margin-bottom: -0.0625rem;
  }

  .footer-search-social {
    width: 30%;
  }

  .footer-logos {
    float: left;
  }

  .footer-nav-terms,
.footer-copyright {
    clear: right;
    float: right;
    text-align: right;
  }

  .footer-nav-terms &gt; .footer-links {
    margin-right: -10px;
    margin-right: -0.625rem;
  }
}
@media print {
  html.ie .footer-bottom .footer-logos .footer-related-companies a,
html.ie11 .footer-bottom .footer-logos .footer-related-companies a {
    display: table-cell;
    vertical-align: middle;
  }
  html.ie .footer-bottom .footer-logos .footer-related-companies a img,
html.ie11 .footer-bottom .footer-logos .footer-related-companies a img {
    display: block;
  }
  html.ie .footer-bottom .footer-logos a.footer-logo-large,
html.ie11 .footer-bottom .footer-logos a.footer-logo-large {
    display: inline-block;
  }
  html.ie .footer-bottom .footer-logos a.footer-logo-large span,
html.ie11 .footer-bottom .footer-logos a.footer-logo-large span {
    display: none;
  }
  html.ie .footer-bottom .footer-logos a.footer-logo-large img,
html.ie11 .footer-bottom .footer-logos a.footer-logo-large img {
    display: block;
  }
}
body:not([data-bp=xl]) .component.link-list.footer-links {
  margin-bottom: 0;
}

.footer-top .link-list.footer-links {
  width: auto;
}
.footer-top .nav-country {
  display: block;
  width: auto;
}
.footer-top .nav-country &gt; li {
  position: relative;
  display: -webkit-inline-box;
}

@media (min-width: 768px) {
  .footer-top .link-list.footer-links {
    max-width: 100%;
    width: auto;
    margin-right: 15px;
    margin-right: 0.9375rem;
  }

  .footer-bottom .footer-nav-terms ul.link-list.footer-links {
    width: auto;
  }
}
@media (min-width: 320px) and (max-width: 736px) {
  .footer-bottom .footer-nav-terms ul.link-list.footer-links {
    width: 100%;
    margin-right: 4%;
  }
}
@media (min-width: 320px) and (max-width: 690px) {
  .footer-top .link-list.footer-links {
    display: contents;
  }
}
@media screen and (min-width: 606px) {
  .footer-nav {
    padding-right: 0px;
    padding-right: 0rem;
    width: 70%;
    padding-top: 6px;
    padding-top: 0.375rem;
  }

  .footer-top .link-list.footer-links {
    width: 100%;
  }
}
/* Ipad Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .footer-search-social .coveo-externalcomponentssection .coveo-globalsearchbox .CoveoSearchInterface {
    min-width: 300px;
  }
}
/* Iphone Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .footer-top .footer-links-wrapper .nav-country {
    width: 100%;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  .footer-top .footer-links-wrapper .nav-country {
    width: 100%;
  }
}
footer .component.a17-alert.alert *:-moz-focusring, footer .component.a17-alert.alert-warning *:-moz-focusring, footer .component.a17-alert.alert-danger *:-moz-focusring {
  outline: 2px solid #5a5a5a !important;
}

@media screen and (max-width: 1024px) {
  .footer-nav-terms &gt; .footer-links &gt; li {
    margin: 0;
    padding: 0;
  }

  .footer-related-companies .list-footer-logos {
    margin-right: 0 !important;
    padding: 0;
  }

  .footer-copyright &gt; .footer-links &gt; li {
    margin: 0;
    padding: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .footer-links &gt; li &gt; a {
    min-width: 48px;
    display: inline-block;
    line-height: 48px;
  }

  .footer .nav-country &gt; li &gt; a {
    padding: 0 !important;
    min-width: 48px;
    display: inline-block;
    line-height: 48px;
  }

  .footer-top .nav-country li::before {
    top: 0.9rem !important;
  }

  .footer-top .nav-country li .nav-country-text {
    margin-left: 1.3rem !important;
  }

  .footer-related-companies &gt; li &gt; .exxon,
.footer-related-companies &gt; li &gt; .mobil,
.footer-related-companies &gt; li &gt; .esso,
.footer-related-companies &gt; li &gt; .xto,
.footer-related-companies &gt; li &gt; .imperial {
    display: flex;
    align-items: end;
    height: 48px;
    width: 48px;
  }
  .footer-related-companies &gt; li &gt; .exxon .footerLogosImg,
.footer-related-companies &gt; li &gt; .mobil .footerLogosImg,
.footer-related-companies &gt; li &gt; .esso .footerLogosImg,
.footer-related-companies &gt; li &gt; .xto .footerLogosImg,
.footer-related-companies &gt; li &gt; .imperial .footerLogosImg {
    width: 100%;
    padding: 13px 10px 9px 3px;
  }

  .footer-logos .FooterLogos,
.footer-search-social .component {
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 606px) and (max-width: 1024px) {
  .footer-logos .footer-logo-large {
    vertical-align: top !important;
  }

  .footer-top .nav-country li::before {
    top: 0.6rem !important;
  }
}
/**To fix 1561 footer**/
.footer-two-align .footer-top {
  padding: 35px 30px;
}
@media screen and (min-width: 320px) and (max-width: 992px) {
  .footer-two-align .footer-top {
    padding: 32px 20px;
  }
}
.footer-two-align .footer-top .footer-top-wrapper .footer-links-wrapper {
  display: flex;
}
@media screen and (min-width: 320px) and (max-width: 555px) {
  .footer-two-align .footer-top .footer-top-wrapper .footer-links-wrapper {
    display: block;
  }
}

.footer-two-align .footer-bottom {
  padding: 32px 30px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1025px) {
  .footer-two-align .footer-bottom {
    row-gap: 12px;
  }
}
@media screen and (min-width: 556px) and (max-width: 1024px) {
  .footer-two-align .footer-bottom {
    padding: 32px 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 12px;
  }
  .footer-two-align .footer-bottom #footer-logos {
    display: flex;
    flex-direction: row;
    column-gap: 24px;
  }
  .footer-two-align .footer-bottom .plain-html {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 320px) and (max-width: 555px) {
  .footer-two-align .footer-bottom {
    padding: 32px 20px;
  }
  .footer-two-align .footer-bottom #footer-logos {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    row-gap: 20px;
  }
}
.footer-two-align .footer-bottom .footer-logos a img {
  display: block;
}
.footer-two-align .footer-bottom .footer-nav-terms ul.link-list.footer-links {
  width: auto;
}

.footer-two-align .footer-links-wrapper {
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (min-width: 320px) and (max-width: 555px) {
  .footer-two-align .footer-links-wrapper {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 556px) and (max-width: 991.5px) {
  .footer-two-align .footer-links-wrapper {
    flex: 1 0 auto;
    margin-bottom: 0px;
  }
}
.footer-two-align .footer-links-wrapper .footer-links &gt; li {
  margin: 0px 8px 0px 0px;
  margin: 0rem 0.5rem 0rem 0rem;
}
@media screen and (min-width: 320px) and (max-width: 555px) {
  .footer-two-align .footer-links-wrapper .footer-links &gt; li {
    margin: 0px 16px 16px 0px;
    margin: 0rem 1rem 1rem 0rem;
  }
}
@media screen and (min-width: 556px) and (max-width: 991.5px) {
  .footer-two-align .footer-links-wrapper .footer-links &gt; li {
    margin: 0 24px 16px 0px;
  }
}

.footer-two-align .footer-links {
  list-style: none;
  margin-left: -15px;
  margin-left: -0.9375rem;
  padding: 0;
  margin-bottom: 0;
  margin-right: 0;
}
.footer-two-align .footer-links &gt; li {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  text-shadow: 0 -1px 1px rgba(17, 17, 17, 0.15);
  vertical-align: middle;
}
.footer-two-align .footer-links &gt; li &gt; a {
  color: #E6E7E8;
  margin-left: 16px;
  margin-left: 1rem;
  position: relative;
  font-size: 16px;
  line-height: normal;
}
.footer-two-align .footer-links &gt; li &gt; a:before {
  color: #606060;
  content: "";
  font-family: "serif";
  font-size: 9px;
  font-size: 0.5625rem;
  left: -19px;
  left: -1.1875rem;
  position: absolute;
  text-shadow: 0 -1px 0 rgba(17, 17, 17, 0.4);
  top: 3px;
  top: 0.1875rem;
}
.footer-two-align .footer-links &gt; li &gt; a:hover {
  border-bottom: none;
  outline: none;
  text-decoration: underline;
  color: #fff;
}

.footer-two-align .footer-logo-large {
  display: none;
}

.footer-two-align .footer-logo-secondary-large {
  height: 25px;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  text-indent: unset;
  vertical-align: bottom;
  display: inline-block;
}
.footer-two-align .footer-logo-secondary-large svg {
  fill: #b3b3b6;
}
.footer-two-align .footer-logo-secondary-large:hover svg {
  fill: #6D6E71;
}

@media screen and (min-width: 320px) and (max-width: 1024px) {
  .footer-two-align .footer-related-companies {
    display: flex !important;
    align-items: center;
    column-gap: 24px;
    margin-bottom: 12px;
    margin-left: 0px !important;
  }
}
@media screen and (min-width: 556px) and (max-width: 1024px) {
  .footer-two-align .footer-related-companies {
    margin-bottom: 0px;
    top: 0;
  }
}
.footer-two-align .footer-related-companies .list-footer-logos {
  margin-right: 24px;
  margin-right: 1.5rem;
}
.footer-two-align .footer-related-companies &gt; li .footerLogosImg {
  padding: 0px 0px 0 0px;
  width: 100%;
}
.footer-two-align .footer-related-companies &gt; li &gt; .exxon {
  width: 44px;
  height: auto;
  position: relative;
  top: 4px;
  transform: translateY(0px);
}
.footer-two-align .footer-related-companies &gt; li &gt; .exxon:hover {
  filter: brightness(150%);
}
.footer-two-align .footer-related-companies &gt; li &gt; .mobil {
  width: 41px;
  height: auto;
  position: relative;
  top: 0px;
}
.footer-two-align .footer-related-companies &gt; li &gt; .mobil:hover {
  filter: brightness(150%);
}
.footer-two-align .footer-related-companies &gt; li &gt; .esso {
  width: 29px;
  height: auto;
  position: relative;
  top: 4px;
  transform: translateY(0px);
}
.footer-two-align .footer-related-companies &gt; li &gt; .esso:hover {
  filter: brightness(150%);
}
.footer-two-align .footer-related-companies &gt; li &gt; .xto {
  width: 37px;
  height: auto;
  position: relative;
  top: 5px;
  transform: translateY(0px);
}
.footer-two-align .footer-related-companies &gt; li &gt; .xto:hover {
  filter: brightness(150%);
}
.footer-two-align .footer-related-companies &gt; li &gt; .imperial {
  width: 47px;
  position: relative;
  top: 2px;
  height: auto;
}
.footer-two-align .footer-related-companies &gt; li &gt; .imperial:hover {
  filter: brightness(150%);
}

.footer-two-align .footer-nav-terms &gt; .footer-links {
  margin-bottom: 0;
}
.footer-two-align .footer-nav-terms &gt; .footer-links &gt; li {
  padding: 0px 0px 0px 0px;
  padding: 0rem 0rem 0rem 0rem;
  margin: 0px 0px 0px 0px;
  margin: 0rem 0rem 0rem 0rem;
}
.footer-two-align .footer-nav-terms &gt; .footer-links &gt; li &gt; a {
  font-size: 14px;
  color: #B3B3B6;
}
.footer-two-align .footer-nav-terms &gt; .footer-links &gt; li &gt; a:hover {
  color: #fff;
}

.footer-two-align .footer-copyright {
  color: #B3B3B6;
  margin-top: 4px;
  margin-top: 0.25rem;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  max-width: 280px;
}
.footer-two-align .footer-copyright .plain-html {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 320px) and (max-width: 992px) {
  .footer-two-align .footer-copyright {
    max-width: unset;
  }
}

@media screen and (min-width: 992px) {
  .footer-two-align .footer-top .link-list.footer-links {
    display: flex;
    flex-wrap: wrap;
    row-gap: 16px;
  }

  .footer-two-align .footer-top-wrapper {
    display: flex;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .footer-two-align .footer-top-wrapper .social-share-icons {
    margin-right: -8px;
    margin-right: -0.5rem;
    text-align: right;
  }

  .footer-two-align .footer-search-social,
.footer-two-align .footer-nav {
    display: table-cell;
    padding: 0;
    vertical-align: top;
  }

  .footer-two-align .footer-nav {
    padding-right: 0px;
    padding-right: 0rem;
    width: 60%;
    padding-top: 6px;
    padding-top: 0.375rem;
  }

  .footer-two-align .footer-search-social {
    width: 40%;
  }

  .footer-two-align .footer-nav-items {
    margin-bottom: -15px;
    margin-bottom: -0.9375rem;
  }
  .footer-two-align .footer-nav-items &gt; .footer-nav-global-selector {
    display: block;
  }

  .footer-two-align .footer-related-companies {
    display: inline-block;
    margin-left: 24px;
    margin-left: 1.5rem;
    position: relative;
    top: 0px;
    top: 0rem;
    margin-bottom: 0;
  }

  .footer-two-align .footer-copyright {
    max-width: none;
  }
}
@media screen and (min-width: 556px) and (max-width: 991.5px) {
  .footer-two-align .footer-top-wrapper {
    display: flex;
    /*align-items: end;*/
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .footer-two-align .footer-nav, .footer-search-social {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .footer-two-align .footer-bottom,
.footer-two-align .footer-cap,
.footer-two-align .footer-top {
    padding-left: 30px;
    padding-right: 30px;
  }
  .footer-two-align .footer-nav {
    width: 70%;
    padding-top: 5px;
    padding-top: 0.3125rem;
  }
  .footer-two-align .footer-nav .nav-country &gt; li &gt; a {
    padding: 8px 12px 0px 0px;
    padding: 0.5rem 0.75rem 0rem 0rem;
    margin: 0px 2px;
  }
  .footer-two-align .footer-nav .nav-country &gt; li &gt; a:hover {
    outline: none;
  }
  .footer-two-align .footer-nav .nav-country .nav-country-text {
    top: -4px;
    top: -0.25rem;
  }
  .footer-two-align .footer-nav .nav-country .nav-country-text:hover {
    border-bottom: 1px solid rgba(212, 212, 212, 0.4);
    outline: none;
    margin-bottom: -1px;
    margin-bottom: -0.0625rem;
  }
  .footer-two-align .footer-search-social {
    width: 30%;
  }
  .footer-two-align .footer-logos {
    flex: 1 0 auto;
  }
  .footer-two-align .footer-nav-terms,
.footer-two-align .footer-copyright {
    clear: right;
    float: right;
    text-align: right;
    align-items: center;
  }
  .footer-two-align .footer-nav-terms &gt; .footer-links {
    margin-right: 0px;
    margin-right: 0rem;
  }
}
@media (min-width: 768px) {
  .footer-two-align .footer-top .link-list.footer-links {
    max-width: 100%;
    width: auto;
    margin-right: 15px;
    margin-right: 0.9375rem;
  }
  .footer-two-align .footer-bottom .footer-nav-terms ul.link-list.footer-links {
    width: auto;
    margin-right: 0;
  }
}
@media (min-width: 320px) and (max-width: 736px) {
  .footer-two-align .footer-bottom .footer-nav-terms ul.link-list.footer-links {
    width: auto;
    margin-right: 0;
  }
}
@media (min-width: 320px) and (max-width: 690px) {
  .footer-two-align .footer-top .link-list.footer-links {
    display: contents;
  }
}
@media screen and (min-width: 320px) and (max-width: 555px) {
  .footer-two-align .footer-top .link-list.footer-links &gt; li {
    margin-bottom: 16px;
    display: block;
  }
}
@media screen and (min-width: 556px) and (max-width: 991.5px) {
  .footer-two-align .footer-nav-terms &gt; .footer-links &gt; li {
    margin: 0px 12px 0px 0px;
    margin: 0rem 0.75rem 0rem 0rem;
  }
  .footer-two-align .footer-nav-terms &gt; .footer-links &gt; li:nth-child(1) {
    margin: 0px 12px 0px 16px;
    margin: 0rem 0.75rem 0rem 1rem;
  }
  .footer-two-align .footer-nav-terms &gt; .footer-links &gt; li:last-child {
    margin: 0px 0px 0px 0px;
    margin: 0rem 0rem 0rem 0rem;
  }
}
@media screen and (max-width: 1023px) {
  .footer-two-align .footer-links &gt; li &gt; a {
    min-width: 48px;
    display: inline-block;
    line-height: normal;
  }
  .footer-two-align .footer .nav-country &gt; li &gt; a {
    padding: 0 !important;
    min-width: 48px;
    display: inline-block;
    line-height: normal;
  }
  .footer-two-align .footer-top .nav-country li .nav-country-text {
    margin-left: 1.3rem !important;
  }
  .footer-two-align .footer-related-companies &gt; li &gt; .exxon .footerLogosImg,
.footer-two-align .footer-related-companies &gt; li &gt; .mobil .footerLogosImg,
.footer-two-align .footer-related-companies &gt; li &gt; .esso .footerLogosImg,
.footer-two-align .footer-related-companies &gt; li &gt; .xto .footerLogosImg,
.footer-two-align .footer-related-companies &gt; li &gt; .imperial .footerLogosImg {
    width: 100%;
    padding: 0;
  }
  .footer-two-align .footer-related-companies &gt; li &gt; .mobil, .footer-two-align .footer-related-companies &gt; li &gt; .esso {
    position: relative;
  }
  .footer-two-align .footer-related-companies &gt; li &gt; .imperial {
    position: relative;
    top: -3px;
    transform: translateY(0);
  }
}
@media screen and (max-width: 1024.5px) {
  .footer-two-align .footer-related-companies &gt; li &gt; .imperial {
    position: relative;
    top: -3px;
    transform: translateY(0);
  }
}
@media screen and (min-width: 320px) and (max-width: 555px) {
  .footer-two-align .footer-links &gt; li &gt; a {
    display: block;
    margin-left: 0;
  }
  .footer-two-align .footer-logos .FooterLogos,
.footer-two-align .footer-search-social .component {
    display: flex;
    flex-direction: column;
  }
  .footer-two-align .footer-nav-terms &gt; .footer-links &gt; li &gt; a {
    margin-left: 1rem;
  }
  .footer-two-align .footer-related-companies &gt; li &gt; .exxon:active,
.footer-two-align .footer-related-companies &gt; li &gt; .mobil:active,
.footer-two-align .footer-related-companies &gt; li &gt; .esso:active,
.footer-two-align .footer-related-companies &gt; li &gt; .xto:active,
.footer-two-align .footer-related-companies &gt; li &gt; .imperial:active {
    color: #B3B3B6;
    opacity: 0.5;
  }
  .footer-two-align .footer-related-companies &gt; li &gt; .exxon .footerLogosImg,
.footer-two-align .footer-related-companies &gt; li &gt; .mobil .footerLogosImg,
.footer-two-align .footer-related-companies &gt; li &gt; .esso .footerLogosImg,
.footer-two-align .footer-related-companies &gt; li &gt; .xto .footerLogosImg,
.footer-two-align .footer-related-companies &gt; li &gt; .imperial .footerLogosImg {
    width: 100%;
    padding: 0;
  }
  .footer-two-align .footer-related-companies &gt; li &gt; .exxon,
.footer-two-align .footer-related-companies &gt; li &gt; .mobil {
    top: 4px;
    transform: translateY(0px);
  }
}
@media screen and (min-width: 556px) and (max-width: 991.5px) {
  .footer-two-align .footer-links &gt; li &gt; a {
    line-height: normal;
    margin-left: 0px;
  }
  .footer-two-align .footer-search-social .component {
    display: flex;
    flex-direction: column;
  }
  .footer-two-align .footer-related-companies &gt; li &gt; .exxon,
.footer-two-align .footer-related-companies &gt; li &gt; .mobil,
.footer-two-align .footer-related-companies &gt; li &gt; .esso,
.footer-two-align .footer-related-companies &gt; li &gt; .xto,
.footer-two-align .footer-related-companies &gt; li &gt; .imperial {
    display: flex;
    align-items: end;
  }
  .footer-two-align .footer-related-companies &gt; li &gt; .exxon .footerLogosImg,
.footer-two-align .footer-related-companies &gt; li &gt; .mobil .footerLogosImg,
.footer-two-align .footer-related-companies &gt; li &gt; .esso .footerLogosImg,
.footer-two-align .footer-related-companies &gt; li &gt; .xto .footerLogosImg,
.footer-two-align .footer-related-companies &gt; li &gt; .imperial .footerLogosImg {
    width: 100%;
    padding: 0px;
  }
  .footer-two-align .footer-related-companies &gt; li &gt; .exxon, .footer-two-align .footer-related-companies &gt; li &gt; .mobil, .footer-two-align .footer-related-companies &gt; li &gt; .esso {
    top: 2px;
    transform: translateY(0px);
  }
  .footer-two-align .footer-related-companies &gt; li &gt; .xto {
    top: 4px;
    transform: translateY(0px);
  }
}
@media screen and (min-width: 606px) and (max-width: 1024px) {
  .footer-two-align .footer-logos .footer-logo-large, .footer-two-align .footer-logos .footer-logo-secondary-large {
    vertical-align: top !important;
  }
}
/**Footer-social-icons*/
.footer-privacy-terms {
  display: flex;
  column-gap: 16px;
  align-items: center;
}
@media screen and (min-width: 320px) and (max-width: 992px) {
  .footer-privacy-terms {
    column-gap: 12px;
    flex-wrap: wrap;
  }
}

.footer-two-align .hidden-ie8 {
  display: none;
}
@media screen and (min-width: 320px) and (max-width: 992px) {
  .footer-two-align .footer-search-social {
    margin-top: 16px;
    margin-top: 1rem;
  }
}
.footer-two-align .footer-search-social .component {
  margin-bottom: 16px !important;
}
.footer-two-align .footer-search-social .footer-social .social-icons {
  display: flex;
  flex-direction: row;
  justify-content: end;
}
@media screen and (min-width: 320px) and (max-width: 992px) {
  .footer-two-align .footer-search-social .footer-social .social-icons {
    justify-content: flex-start;
  }
}
.footer-two-align .footer-search-social .footer-social .social-icons a {
  padding-left: 24px;
}
.footer-two-align .footer-search-social .footer-social .social-icons a .social-icons-text {
  display: none;
}
@media screen and (min-width: 320px) and (max-width: 992px) {
  .footer-two-align .footer-search-social .footer-social .social-icons a:first-child {
    padding-left: 0px;
  }
}
.footer-two-align .footer-search-social .footer-social .social-icons a svg {
  fill: #b3b3b6;
}
.footer-two-align .footer-search-social .footer-social .social-icons a svg:active {
  fill: #B3B3B6;
  /* Pressed state fill color */
  opacity: 0.5;
  /* Pressed state opacity */
}
.footer-two-align .footer-search-social .footer-social .social-icons a:hover svg {
  fill: #fff;
}

@media (max-width: 991.5px) {
  .footer-two-align .footer-related-companies &gt; li &gt; a:hover,
.footer-two-align .footer-related-companies &gt; li &gt; a:active {
    filter: brightness(120%);
    opacity: 0.5;
  }
  .footer-two-align .footer-links &gt; li &gt; a:active, .footer-two-align .footer-links &gt; li &gt; a:hover {
    color: #b3b3b6;
    opacity: 0.5;
    border-bottom: 0;
    text-decoration: none;
  }
  .footer-two-align .footer-nav &gt; ul {
    margin-left: 0px;
  }
  .footer-two-align .footer-nav ul &gt; li &gt; a:active, .footer-two-align .footer-nav ul &gt; li &gt; a:hover {
    color: #e6e7e8;
  }
}
/* Footer styling fixes on UT*/
.footer-nav.footer-links-wrapper ul li {
  list-style-type: disc;
}

.footer-links &gt; li &gt; a:hover {
  border: none;
  text-decoration: underline;
}

.footer-copyright ul.footer-links {
  margin-right: 0;
}

.footer-copyright ul.footer-links &gt; li {
  padding: 0 0.75rem 0 0.1875rem;
  margin: 0 0.125rem 0 0;
  display: inline-block;
}

.footer-copyright ul.footer-links &gt; li &gt; a::before {
  top: 0;
}

.footer-nav ul.link-list {
  margin-right: 0;
}

.footer-nav ul.link-list &gt; li {
  display: inline-block;
}

.footer-nav ul.link-list:not(.footer-links) &gt; li {
  display: list-item;
}

/*
	The following abbreviation is used to reduce the size of selectors:
	"gs" = "global selector"
*/
/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
.gs-bare-list, .gs-websites-inner,
.gs-languages,
#gs-sidebar-items, .gs-country-list, .gs-region, .gs-region-content {
  list-style: none;
  padding: 0;
}

.gs-filtered {
  display: none;
}

#global-selector,
#gs-sidebar {
  color: #fafafa;
  display: none;
  line-height: 1;
}

#global-selector.gs-open {
  display: block;
  left: 0;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}

#global-selector a:hover, #global-selector a:focus, #global-selector a:active {
  color: #fafafa;
  outline: none;
  text-decoration: none;
}

#gs-bg {
  background: #333 url("../img/global-selector-bg.jpg") no-repeat center bottom;
  background-size: cover;
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

#gs-close-wrapper {
  cursor: pointer;
  height: 30px;
  position: absolute;
  right: 20px;
  right: 1.25rem;
  text-indent: -999999px;
  top: 25px;
  top: 1.5625rem;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 30px;
  z-index: 1;
}
#gs-close-wrapper .gs-close-ie8 {
  display: none;
}
#gs-close-wrapper:before, #gs-close-wrapper:after {
  background-color: #fafafa;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
}
#gs-close-wrapper:before {
  height: 30px;
  margin-left: -1px;
  margin-left: -0.0625rem;
  margin-top: -15px;
  margin-top: -0.9375rem;
  width: 2px;
}
#gs-close-wrapper:after {
  height: 2px;
  margin-left: -15px;
  margin-left: -0.9375rem;
  margin-top: -1px;
  margin-top: -0.0625rem;
  width: 30px;
}

#gs-close-wrapper-ie {
  display: none;
}

#gs-content-wrapper {
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: scroll;
  /* If we don't force a scrollbar, then the country list will shift left when a scrollbar appears */
  padding: 0 20px;
  width: 100%;
}

#gs-search {
  border-bottom: 1px solid #606060;
  margin: 30px 0px;
  margin: 1.875rem 0rem;
  position: relative;
}
#gs-search .search-bar {
  width: 92%;
  z-index: -2;
}
#gs-search .icon-search {
  background: none;
  float: left;
  height: 100%;
  position: absolute;
  width: 66px;
  z-index: -1;
}
#gs-search .icon-search:before {
  color: #606060;
  content: "";
  font-size: 28px;
  font-size: 1.75rem;
  left: 0;
  height: 40px;
  position: relative;
  -webkit-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  -ms-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
  top: 5px;
  top: 0.3125rem;
  width: 40px;
}

#gs-search-input {
  background: none;
  border: none;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  height: 55px;
  margin: 0;
  outline: none;
  padding: 0px 30px 0px 60px;
  padding: 0rem 1.875rem 0rem 3.75rem;
  position: relative;
  top: -2px;
  top: -0.125rem;
  width: 96%;
}
#gs-search-input.placeholder {
  color: #fff;
}
#gs-search-input:-moz-placeholder {
  color: #fff;
}
#gs-search-input::-moz-placeholder {
  color: #fff;
}
#gs-search-input::-webkit-input-placeholder {
  color: #fff;
}

#gs-mobile-filter {
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: inline-block;
  margin-top: 20px;
  margin-top: 1.25rem;
  width: 100%;
}

#gs-mobile-filter-trigger {
  background-color: transparent;
  border: 0;
  color: #fafafa;
  cursor: pointer;
  outline: 0 none;
  padding: 22px 15px;
  padding: 1.375rem 0.9375rem;
  position: relative;
  text-align: left;
  width: 100%;
}
#gs-mobile-filter-trigger:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid #d4d4d4;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
  top: 50%;
  right: 15px;
  right: 0.9375rem;
  margin-top: -4px;
  margin-top: -0.25rem;
}

#gs-mobile-filter-options {
  border-top: 1px solid rgba(255, 255, 255, 0);
  margin: 0px 15px;
  margin: 0rem 0.9375rem;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
#gs-mobile-filter-options &gt; li {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 10px 0px;
  padding: 0.625rem 0rem;
}
#gs-mobile-filter-options &gt; li:first-child {
  padding-top: 20px;
  padding-top: 1.25rem;
}
#gs-mobile-filter-options &gt; li:last-child {
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
#gs-mobile-filter-options &gt; li &gt; a {
  color: #bdbdbd;
}

#gs-mobile-filter.gs-mobile-filter-open #gs-mobile-filter-options {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  max-height: 999px;
}
#gs-mobile-filter.gs-mobile-filter-open #gs-mobile-filter-trigger:after {
  margin-top: -10px;
  margin-top: -0.625rem;
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.gs-region-wrapper {
  height: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: -9999px;
  -webkit-transition: opacity 0.35s ease;
  -moz-transition: opacity 0.35s ease;
  -ms-transition: opacity 0.35s ease;
  -o-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
.gs-region-wrapper.gs-region-wrapper-active {
  height: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  position: relative;
  top: auto;
}

.gs-region-title {
  font-size: 15px;
  font-size: 0.9375rem;
  display: block;
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.gs-country.gs-country-open &gt; .gs-country-title {
  color: #fafafa;
}
.gs-country.gs-country-open &gt; .gs-websites {
  max-height: 999px;
  opacity: 1;
  filter: alpha(opacity=100);
}

.gs-country-title {
  color: #606060;
  cursor: pointer;
  display: inline-block;
  font-size: 36px;
  font-size: 2.25rem;
  margin: 6px 0px;
  margin: 0.375rem 0rem;
}
.gs-country-title:hover {
  color: #fafafa;
}

.gs-websites {
  border-left: 2px solid rgba(212, 212, 212, 0.2);
  opacity: 0;
  filter: alpha(opacity=0);
  max-height: 0;
  overflow: hidden;
  padding: 0px 0px 5px 20px;
  padding: 0rem 0rem 0.3125rem 1.25rem;
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}

.gs-website {
  padding: 10px 0px;
  padding: 0.625rem 0rem;
}

.gs-website-title {
  color: #d4d4d4;
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 8px 0px 0px;
  padding: 0.5rem 0rem 0rem;
}

.gs-languages {
  margin-top: 10px;
  margin-top: 0.625rem;
}
.gs-languages &gt; li {
  display: inline-block;
  padding-left: 4px;
  padding-left: 0.25rem;
  vertical-align: middle;
}
.gs-languages &gt; li &gt; a {
  color: #606060;
  font-size: 14px;
  font-size: 0.875rem;
}
.gs-languages &gt; li &gt; a:before {
  content: "/";
  height: auto;
  left: -14px;
  left: -0.875rem;
  padding-right: 7px;
  padding-right: 0.4375rem;
  width: auto;
}
.gs-languages &gt; li:first-child {
  padding-left: 0;
}
.gs-languages &gt; li:first-child &gt; a:before {
  display: none;
}

@media screen and (min-width: 651px) {
  #gs-mobile-filter {
    display: none;
  }

  #gs-search {
    height: 65px;
    margin: 35px 0px 10px;
    margin: 2.1875rem 0rem 0.625rem;
  }
  #gs-search .icon-search:before {
    font-size: 36px;
    font-size: 2.25rem;
    top: 2px;
    top: 0.125rem;
  }

  #gs-search-input {
    font-size: 30px;
    font-size: 1.875rem;
  }

  #gs-sidebar {
    background-color: rgba(0, 0, 0, 0.3);
    display: block;
    height: 100%;
    left: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 33%;
  }

  #gs-sidebar-logo-wrapper {
    margin: 37px 0px 34px;
    margin: 2.3125rem 0rem 2.125rem;
  }

  #gs-sidebar-logo {
    background: url("../img/region-logo.png") no-repeat;
    height: 28px;
    margin: 0 8.6%;
    text-indent: -99999px;
  }

  #gs-sidebar-items &gt; li {
    margin: 0 8.6%;
  }
  #gs-sidebar-items &gt; li &gt; a {
    color: #bdbdbd;
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 14px 0px;
    padding: 0.875rem 0rem;
  }
  #gs-sidebar-items &gt; li.gs-sidebar-item-active &gt; a {
    color: #fafafa;
  }

  .gs-sidebar-title {
    border-top: 1px solid #333;
    color: #555555;
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 14px !important;
    padding: 20px 0px 10px;
    padding: 1.25rem 0rem 0.625rem;
  }

  #gs-inner {
    padding-left: 33%;
  }

  #gs-content {
    padding-left: 20px;
  }
}
@media screen and (min-width: 801px) {
  #gs-content-wrapper {
    padding: 0 30px;
  }

  #gs-content {
    padding-left: 30px;
  }

  #gs-close-wrapper {
    right: 30px;
    right: 1.875rem;
  }
}
@media screen and (min-width: 1001px) {
  .gs-country-title {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media screen and (min-width: 1401px) {
  #gs-sidebar-inner {
    float: right;
    width: 400px;
  }
}
/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
.nav-header {
  background-color: #fff;
  margin: 0 auto;
  max-width: 1400px;
  position: relative;
  z-index: 9;
}
.nav-header &gt; .nav-wrapper {
  -webkit-box-shadow: 0 1px 1px 0 rgba(17, 17, 17, 0.15);
  -moz-box-shadow: 0 1px 1px 0 rgba(17, 17, 17, 0.15);
  box-shadow: 0 1px 1px 0 rgba(17, 17, 17, 0.15);
  position: relative;
  z-index: 1;
}
.nav-header &gt; .nav-wrapper:before, .nav-header &gt; .nav-wrapper:after {
  bottom: 18px;
  bottom: 1.125rem;
  -webkit-box-shadow: 0 2px 5px 0 rgba(17, 17, 17, 0.08);
  -moz-box-shadow: 0 2px 5px 0 rgba(17, 17, 17, 0.08);
  box-shadow: 0 2px 5px 0 rgba(17, 17, 17, 0.08);
  content: "";
  left: 0;
  position: absolute;
  top: 80%;
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  width: 50%;
}
.nav-header &gt; .nav-wrapper:after {
  left: auto;
  right: 0;
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
}
.nav-header &gt; .nav-wrapper .breadcrumb-panel {
  position: relative;
  z-index: 1;
}
.nav-header ul {
  list-style: none;
}
.nav-header ul &gt; li {
  margin: 0;
  position: relative;
}
.nav-header ul &gt; li &gt; a:hover {
  text-decoration: none;
}
.nav-header a:hover, .nav-header a:active, .nav-header a:focus {
  text-decoration: none;
}
.nav-header .global-icon {
  display: -webkit-flex;
  display: flex;
}
.nav-header .global-icon span {
  margin-top: 2px;
  margin-top: 0.125rem;
  margin-left: 5px;
  margin-left: 0.3125rem;
}
.nav-header .global-icon:hover {
  display: -webkit-flex;
  display: flex;
}
.nav-header .global-icon:before {
  margin-left: 8px;
  margin-left: 0.5rem;
  content: "";
  color: #454545;
  font-size: 16px;
  font-size: 1rem;
  left: -24px;
  left: -1.5rem;
  top: 0;
  text-decoration: none;
}

.nav-header:not(.icon-nav-header) .nav-language + ul::after,
.nav-header:not(.icon-nav-header) .nav-language + div::after,
.nav-header:not(.icon-nav-header) .nav-email + ul::after,
.nav-header:not(.icon-nav-header) .nav-email + div::after,
.nav-header:not(.icon-nav-header) .nav-country + ul::after,
.nav-header:not(.icon-nav-header) .nav-country + div::after,
.nav-header:not(.icon-nav-header) .nav-social + div::after,
.nav-header:not(.icon-nav-header) .nav-social + ul::after {
  content: "|";
  position: absolute;
  top: 10px;
  top: 0.625rem;
  right: -2px;
  right: -0.125rem;
  color: black;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .nav-header:not(.icon-nav-header) .nav-chat {
    padding: 10px 16px 0px 8px;
    padding: 0.625rem 1rem 0rem 0.5rem;
  }
}
.nav-header:not(.icon-nav-header) .nav-chat.nav-chat-on::after {
  display: block;
}

@media (min-width: 768px) {
  .nav-header .nav-language ul + .dropdown-toggle {
    display: none;
  }
  .nav-header:not(.icon-nav-header) .nav-language + ul::after,
.nav-header:not(.icon-nav-header) .nav-language + div::after,
.nav-header:not(.icon-nav-header) .nav-email + ul::after,
.nav-header:not(.icon-nav-header) .nav-email + div::after,
.nav-header:not(.icon-nav-header) .nav-country + ul::after,
.nav-header:not(.icon-nav-header) .nav-country + div::after,
.nav-header:not(.icon-nav-header) .nav-social + div::after,
.nav-header:not(.icon-nav-header) .nav-social + ul::after {
    content: "|";
    position: absolute;
    top: 10px;
    top: 0.625rem;
    right: -2px;
    right: -0.125rem;
    color: black;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.fixed-nav-header {
  top: 0;
  right: 0;
  left: 0;
  box-shadow: 0 4px 12px -9px #c4c4c4;
}

@media (min-width: 992px) and (max-width: 1024px) {
  .icon-nav-header.fixed-nav-header .navbar .nav-item .dropdown-menu {
    box-shadow: none;
  }
}
@media (min-width: 992px) {
  .icon-nav-header.fixed-nav-header .nav-main-icons {
    top: 120px !important;
    top: 7.5rem !important;
  }
}
/*to fix breadcrumb issue for the header*/
/*.breadcrumbPos-IOS {
    position: relative;
    top: -20px;
}*/
@media only screen and (min-device-width: 375px) and (max-device-width: 555px) {
  .nav-header:not(.icon-nav-header) .nav-language + ul::after,
.nav-header:not(.icon-nav-header) .nav-language + div::after,
.nav-header:not(.icon-nav-header) .nav-email + ul::after,
.nav-header:not(.icon-nav-header) .nav-email + div::after,
.nav-header:not(.icon-nav-header) .nav-country + ul::after,
.nav-header:not(.icon-nav-header) .nav-country + div::after,
.nav-header:not(.icon-nav-header) .nav-social + div::after,
.nav-header:not(.icon-nav-header) .nav-social + ul::after {
    top: 12px;
    top: 0.75rem;
  }
}
/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
.icon-nav-header .nav-language, .nav-header .nav-language {
  position: initial;
  padding: 6px 8px 0px 8px;
  padding: 0.375rem 0.5rem 0rem 0.5rem;
  float: right;
}
.icon-nav-header .nav-language .dropdown-menu, .nav-header .nav-language .dropdown-menu {
  display: none;
}
.icon-nav-header .nav-language.show ul, .nav-header .nav-language.show ul {
  display: block;
  position: absolute;
  z-index: 9;
  background-color: #f0f0f0;
  margin-top: 0px;
  margin-top: 0rem;
  padding: 0px 6px 6px;
  padding: 0rem 0.375rem 0.375rem;
}
.icon-nav-header .nav-language.show ul li, .nav-header .nav-language.show ul li {
  position: relative;
}
.icon-nav-header .nav-language &gt; ul, .nav-header .nav-language &gt; ul {
  padding: 0;
  display: none;
}
.icon-nav-header .nav-language .lang-dropdown, .nav-header .nav-language .lang-dropdown {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0;
  -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05) 0 0 0 0;
  -moz-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05) 0 0 0 0;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.05) 0 0 0 0;
  color: #333;
  background: white;
  width: 100%;
  padding: 35px 20px 20px 20px;
  padding: 2.1875rem 1.25rem 1.25rem 1.25rem;
  margin-top: 12px;
  margin-top: 0.75rem;
  -webkit-box-shadow: 0px 3px 13px -4px #ccc;
  -moz-box-shadow: 0px 3px 13px -4px #ccc;
  box-shadow: 0px 3px 13px -4px #ccc;
}
.icon-nav-header .nav-language .lang-dropdown .lang-wrapper .title, .nav-header .nav-language .lang-dropdown .lang-wrapper .title {
  width: 100%;
  border-bottom: 1px solid #7b7b7b;
  padding: 0px 0px 13px 0px;
  padding: 0rem 0rem 0.8125rem 0rem;
  font-size: 21px;
  font-size: 1.3125rem;
  color: #bdbdbd;
}
.icon-nav-header .nav-language .lang-dropdown .close-button, .nav-header .nav-language .lang-dropdown .close-button {
  font-size: 35px;
  font-size: 2.1875rem;
  position: absolute;
  top: 10px;
  top: 0.625rem;
  right: 20px;
  right: 1.25rem;
  z-index: 2;
  cursor: pointer;
  line-height: 40px;
}
.icon-nav-header .nav-language .dropdown-toggle, .nav-header .nav-language .dropdown-toggle {
  display: inline-block;
  margin-top: 6px;
}
.icon-nav-header .nav-language .dropdown-toggle:hover, .icon-nav-header .nav-language .dropdown-toggle:active, .icon-nav-header .nav-language .dropdown-toggle:focus, .nav-header .nav-language .dropdown-toggle:hover, .nav-header .nav-language .dropdown-toggle:active, .nav-header .nav-language .dropdown-toggle:focus {
  display: inline-block;
}

@media (min-width: 768px) {
  .icon-nav-header .nav-language, .nav-header .nav-language {
    position: relative;
    padding: 7px 13px 0px 13px;
    padding: 0.4375rem 0.8125rem 0rem 0.8125rem;
  }
  .icon-nav-header .nav-language ul, .nav-header .nav-language ul {
    padding: 0;
    display: block;
  }
  .icon-nav-header .nav-language ul li, .nav-header .nav-language ul li {
    display: inline-block;
    padding: 0px 3px;
    padding: 0rem 0.1875rem;
  }
  .icon-nav-header .nav-language ul li.lang-active a, .icon-nav-header .nav-language ul li:hover a, .nav-header .nav-language ul li.lang-active a, .nav-header .nav-language ul li:hover a {
    border-bottom: 1px solid #828282;
    line-height: 15px;
    color: #060606;
  }
  .icon-nav-header .nav-language a.dropdown-toggle:before, .nav-header .nav-language a.dropdown-toggle:before {
    display: none;
  }
}
@media (min-width: 768px) {
  .icon-nav-header .nav-language .dropdown-toggle {
    display: none;
  }

  .icon-nav-header .nav-language .dropdown-toggle, .nav-header .nav-language .dropdown-toggle {
    display: none;
    margin-top: 6px;
  }
  .icon-nav-header .nav-language .dropdown-toggle:hover, .icon-nav-header .nav-language .dropdown-toggle:active, .icon-nav-header .nav-language .dropdown-toggle:focus, .nav-header .nav-language .dropdown-toggle:hover, .nav-header .nav-language .dropdown-toggle:active, .nav-header .nav-language .dropdown-toggle:focus {
    display: none;
  }
}
.nav-language-current {
  padding: 10px 14px;
  padding: 0.625rem 0.875rem;
}
.nav-language-current:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #606060;
  content: " ";
  display: inline-block;
  height: 0;
  margin-bottom: 2px;
  margin-bottom: 0.125rem;
  margin-left: 4px;
  margin-left: 0.25rem;
  width: 0;
}

.nav-language-list {
  background-color: #f0f0f0;
  display: none;
  margin: 0;
  padding: 0;
}
.nav-language-list &gt; li &gt; a {
  padding: 10px 12px;
  padding: 0.625rem 0.75rem;
}
.nav-language-list &gt; li.selected {
  display: block;
}

.nav-language-open &gt; .nav-language-list {
  display: block;
  position: absolute;
  z-index: 9;
}
.nav-language-open &gt; .nav-language-current:after {
  border-bottom: 5px solid #606060;
  border-top: none;
}

@media (min-width: 768px) {
  .nav-language {
    margin-right: 10px;
    margin-right: 0.625rem;
  }

  .nav-language-current {
    display: none !important;
  }

  .nav-language-list {
    display: block;
    margin-left: 10px;
    margin-left: 0.625rem;
    margin-right: 10px;
    margin-right: 0.625rem;
    position: relative;
  }
  .nav-language-list &gt; li {
    float: left;
  }
  .nav-language-list &gt; li &gt; a {
    padding: 10px 5px;
    padding: 0.625rem 0.3125rem;
  }
  .nav-language-list &gt; li.selected &gt; a:after {
    border-bottom: 1px solid #606060;
    bottom: 10px;
    bottom: 0.625rem;
    content: "";
    left: 5px;
    left: 0.3125rem;
    position: absolute;
    width: calc(100% - 10px);
  }

  .nav-language-open &gt; .nav-language-list {
    position: relative;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .nav-top-bar-right .nav-language {
    padding: 10px 14px 10px 10px;
    padding: 0.625rem 0.875rem 0.625rem 0.625rem;
  }
  .nav-top-bar-right .nav-language &gt; ul {
    padding: 0;
    display: none;
  }
  .nav-top-bar-right .nav-social &gt; .nav-social-trigger {
    margin: 0px 12px;
    margin: 0rem 0.75rem;
    top: 12px;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  .nav-top-bar-right .nav-language {
    padding: 7px 14px 10px 14px;
    padding: 0.4375rem 0.875rem 0.625rem 0.875rem;
  }
  .nav-top-bar-right .nav-language &gt; ul {
    padding: 0;
    display: none;
  }
  .nav-top-bar-right .nav-social &gt; .nav-social-trigger {
    margin: 0px 10px;
    margin: 0rem 0.625rem;
    top: 10px;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 736px) and (orientation: portrait) {
  .nav-top-bar-right .nav-language &gt; ul {
    padding: 0;
    display: none;
  }
  .nav-top-bar-right .nav-social &gt; .nav-social-trigger {
    margin: 0px 10px;
    margin: 0rem 0.625rem;
    top: 10px;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 480px) {
  .icon-nav-header .nav-language .dropdown-toggle,
.nav-header .nav-language .dropdown-toggle {
    margin-top: 4px;
  }
}
/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
.nav-lines-brands {
  margin: 0;
  padding: 0;
}
.nav-lines-brands &gt; li {
  float: left;
  position: relative;
}
.nav-lines-brands &gt; li:first-child {
  padding-left: 0;
}
.nav-lines-brands &gt; li:first-child:after {
  color: #d6d6d6;
  content: "•";
  display: block;
  font-family: "serif";
  font-size: 15px;
  font-size: 0.9375rem;
  position: absolute;
  right: -2px;
  right: -0.125rem;
  top: 9px;
  top: 0.5625rem;
}
.nav-lines-brands &gt; li &gt; a {
  padding: 10px 15px;
}
.nav-lines-brands &gt; li &gt; a:hover {
  background-color: #d9d9d9;
}
.nav-lines-brands:hover &gt; li:after {
  visibility: hidden;
}

body[data-bp=xs] .icon-nav-header .nav-top-bar .nav-top-bar-left {
  margin-left: 142px;
  margin-left: 8.875rem;
}
body[data-bp=xs] .icon-nav-header .nav-top-bar .nav-top-bar-left .nav-lines-brands li a {
  padding: 14px 10px;
  padding: 0.875rem 0.625rem;
}

.icon-nav-header .nav-top-bar .nav-top-bar-left .nav-lines-brands li:first-child:after {
  display: none;
}
.icon-nav-header .nav-top-bar .nav-top-bar-left .nav-lines-brands li + li:before {
  color: #d6d6d6;
  content: "•";
  display: block;
  font-family: "serif";
  font-size: 15px;
  font-size: 0.9375rem;
  font-size: 0.9375rem;
  position: absolute;
  left: -2px;
  left: -0.125rem;
  top: 9px;
  top: 0.5625rem;
}

@media (min-width: 992px) {
  .nav-lines-brands &gt; li &gt; a {
    padding: 10px 20px;
    padding: 0.625rem 1.25rem;
  }
  .nav-lines-brands &gt; li:first-child &gt; a {
    padding-left: 30px;
    padding-left: 1.875rem;
  }
}
/* Iphone Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body[data-bp=xs] .icon-nav-header .nav-top-bar .nav-top-bar-left .nav-lines-brands li:first-child &gt; a {
    padding-left: 15px;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  body[data-bp=xs] .icon-nav-header .nav-top-bar .nav-top-bar-left .nav-lines-brands li:first-child &gt; a {
    padding-left: 15px;
    padding-left: 0.9375rem;
  }
}
/**/
/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
.nav-country {
  float: right;
  margin: 0;
  padding: 0;
  position: relative;
}
.nav-country &gt; li {
  position: relative;
}
.nav-country &gt; li &gt; a {
  padding: 10px 10px;
}
@media screen and (max-width: 767.5px) {
  .nav-country &gt; li &gt; a {
    padding: 9px 10px;
  }
}
.nav-country &gt; li &gt; a:hover {
  background-color: #d9d9d9;
  position: relative;
  outline: 1px solid #d9d9d9;
  z-index: 1;
}
.nav-country &gt; li &gt; a:before {
  color: grey;
  content: "|";
  position: relative;
  top: -5px;
  top: -0.3125rem;
  left: -5px;
  left: -0.3125rem;
  font-size: 12px;
  font-size: 0.75rem;
}
.nav-country &gt; li &gt; a:first-child:before {
  content: "";
  position: relative;
  top: -5px;
  top: -0.3125rem;
  left: -5px;
  left: -0.3125rem;
  font-size: 12px;
  font-size: 0.75rem;
}
.nav-country .selectLocationIcon {
  padding: 0px;
  margin: 0px;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.nav-country .selectLocationIcon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  top: 0px;
  filter: contrast(0.2);
  padding-right: 1px;
}
.nav-country .selectLocationIcon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  top: 0px;
  filter: contrast(0.2);
  padding-right: 1px;
}
.nav-country .nav-country-text {
  margin-left: 5px;
  margin-left: 0.3125rem;
  margin-right: 0;
  position: relative;
  top: 2px;
  top: 0.125rem;
}
@media (max-width: 768px) {
  .nav-country .nav-country-text {
    top: 3px;
    top: 0.1875rem;
  }
}

.has-languages .nav-country &gt; li &gt; a {
  padding-right: 0;
}
.has-languages .nav-country &gt; li &gt; a:after {
  color: #606060;
  content: "|";
  font-size: 18px;
  font-size: 1.125rem;
  padding-right: 13px;
  padding-right: 0.8125rem;
  position: relative;
  right: -13px;
  right: -0.8125rem;
  top: 6px;
  top: 0.375rem;
}
.has-languages .nav-country &gt; li &gt; a:hover:after {
  visibility: hidden;
}

.icon-nav-header .nav-country {
  float: right;
  margin: 0;
  padding: 0;
  position: relative;
}
.icon-nav-header .nav-country &gt; li {
  position: relative;
}
.icon-nav-header .nav-country &gt; li &gt; a {
  padding: 10px 10px;
  padding: 0.625rem 0.625rem;
}
@media screen and (max-width: 767.5px) {
  .icon-nav-header .nav-country &gt; li &gt; a {
    padding: 11px 10px;
  }
}
.icon-nav-header .nav-country &gt; li &gt; a:hover {
  background-color: transparent;
  color: #060606;
}
.icon-nav-header .nav-country &gt; li &gt; a span {
  position: relative;
  top: -2px;
}
.icon-nav-header .nav-country .icon-globe-small {
  margin-bottom: 3px;
  margin-bottom: 0.1875rem;
  top: 3px;
  top: 0.1875rem;
}
.icon-nav-header .nav-country .nav-country-text {
  display: none;
}

@media (min-width: 768px) {
  .nav-country &gt; li &gt; a:before {
    content: "";
  }
  .nav-country .nav-country-text {
    display: inline-block;
  }

  .no-languages .nav-country &gt; li &gt; a {
    padding-right: 20px;
    padding-right: 1.25rem;
  }

  .has-social .nav-country &gt; li &gt; a {
    padding-left: 0;
  }
  .has-social .nav-country &gt; li &gt; a:before {
    color: #606060;
    content: "|";
    font-size: 12px;
    font-size: 0.75rem;
    left: 0;
    padding-right: 13px;
    padding-right: 0.8125rem;
    position: relative;
    top: -4px;
    top: -0.25rem;
  }
  .has-social .nav-country &gt; li &gt; a:hover:before {
    visibility: hidden;
  }

  .icon-nav-header .nav-country &gt; li &gt; a {
    padding: 10px 10px;
    padding: 0.625rem 0.625rem;
  }
  .icon-nav-header .nav-country .nav-country-text {
    margin-left: 5px;
    margin-left: 0.3125rem;
    position: relative;
    top: 2px;
    top: 0.125rem;
    display: inline-block;
  }
}
.footer-top .footer-links-wrapper {
  flex-wrap: wrap;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.footer-top .nav-country {
  display: block;
}
.footer-top .nav-country a:hover {
  background-color: transparent;
  text-decoration: none;
}
.footer-top .nav-country li .nav-country-text {
  display: inline-block;
  margin-left: 12px;
  margin-left: 0.75rem;
}
.footer-top .nav-country li i {
  display: none;
}
.footer-top .nav-country .selectLocationIcon {
  padding: 0px;
  margin: 0 3px 0 -3px;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.footer-top .nav-country .selectLocationIcon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  top: -6px;
  filter: none;
}
.footer-top .nav-country .selectLocationIcon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  top: -6px;
  filter: invert(1);
}

.footer-two-align .footer-top .footer-links {
  width: auto !important;
}
@media screen and (max-width: 997px) {
  .footer-two-align .footer-top .footer-links {
    margin-right: 0 !important;
  }
}
.footer-two-align .footer-top .footer-links-wrapper {
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  padding-top: 1.5px;
}
@media screen and (min-width: 992px) {
  .footer-two-align .footer-top .footer-links-wrapper {
    row-gap: 16px;
  }
}
.footer-two-align .footer-top .footer-links-wrapper .nav-country &gt; li {
  margin-left: 2px;
}
@media screen and (min-width: 756px) {
  .footer-two-align .footer-top .footer-links-wrapper .nav-country &gt; li {
    margin-top: 2px;
  }
}
.footer-two-align .footer-top .footer-links-wrapper .nav-country &gt; li a {
  line-height: 24px;
  white-space: nowrap;
}
@media screen and (max-width: 1023px) {
  .footer-two-align .footer-top .footer-links-wrapper .nav-country &gt; li .nav-country-text {
    margin-left: 4px !important;
  }
}
@media screen and (min-width: 576px) and (max-width: 1023px) {
  .footer-two-align .footer-top .footer-links-wrapper .nav-country &gt; li .selectLocationIcon {
    margin: 0 3px 0 -3px;
  }
}

@media (min-width: 992px) {
  .no-languages .nav-country &gt; li:first-child &gt; a {
    padding-right: 30px;
    padding-right: 1.875rem;
  }

  .footer-top .nav-country li .nav-country-text {
    margin-left: 23px;
    margin-left: 1.4375rem;
  }
}
@media (min-width: 992px) {
  .footer-top .nav-country li .nav-country-text {
    margin-left: 4px !important;
  }
}
@media screen and (max-width: 1024px) {
  .footer-top .nav-country li .nav-country-text {
    margin-left: 3.5px !important;
  }
  .footer-top .nav-country .selectLocationIcon {
    margin: 0px -2px 0px 0px;
  }
  .footer-top .nav-country .selectLocationIcon svg {
    top: -5px;
  }
  .footer-top .nav-country .selectLocationIcon img {
    top: -3px;
  }
  .footer-top .nav-country .nav-country-text {
    top: -3.5px;
  }
}
@media screen and (max-width: 767.5px) {
  .footer-top .nav-country li .nav-country-text {
    margin-left: 2px !important;
  }
  .footer-top .nav-country .selectLocationIcon svg {
    top: -3px;
  }
  .footer-top .nav-country .selectLocationIcon img {
    top: -3px;
  }
  .footer-top .nav-country .nav-country-text {
    top: -1px;
  }
}
@media screen and (max-width: 575px) {
  .icon-nav-header .nav-country &gt; li &gt; a span {
    position: relative;
    top: -2px;
  }
}
/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
.nav-main-bar {
  background-color: #fff;
  clear: both;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 0;
  min-height: 90px;
  position: relative;
  z-index: 1;
}
.nav-main-bar &gt; .logo {
  min-height: 90px;
}
.nav-main-bar .logo {
  display: inline-flex;
  align-items: center;
  max-width: 46%;
  height: 100%;
  margin-bottom: 0;
}
.nav-main-bar .logo .logo-global-nav-ie8 {
  display: none;
}
.nav-main-bar .logo img.logo {
  max-width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .nav-main-bar .logo {
    max-width: 50%;
  }
}
.nav-main-item {
  display: block;
  float: left;
  height: 100%;
  min-height: 90px;
  min-width: 57px;
  padding-top: 25px;
  padding-left: calc(1vw -5px);
  padding-right: calc(1vw -5px);
  padding-bottom: 0;
  text-align: center;
}
.nav-main-item:hover {
  background-color: #f4f4f4;
  color: #dc241f;
}
.nav-main-item &gt; a {
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
}
.nav-main-item &gt; .icon {
  display: block;
  margin: 0 auto 4px;
}

@media (max-width: 576px) {
  .icon-nav-header .nav-main-item {
    min-height: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .nav-main-item {
    padding-left: calc(1.2vw) !important;
    padding-right: calc(1.2vw) !important;
  }
}
.nav-main-item:hover,
.nav-main-item-active {
  -webkit-box-shadow: inset 0 3px 0 0 #dc241f;
  -moz-box-shadow: inset 0 3px 0 0 #dc241f;
  box-shadow: inset 0 3px 0 0 #dc241f;
}

.nav-main-item-active {
  background-color: #fafafa;
}
.nav-main-item-active .fa-search {
  display: none;
}

.nav-main-item-text {
  color: #606060;
  font-size: 12px;
  font-size: 0.75rem;
}

@media (min-width: 992px) {
  .nav-main-bar {
    padding-left: 30px;
    padding-left: 1.875rem;
  }

  .nav-main-item:hover {
    color: #dc241f;
  }
  .nav-main-item:hover &gt; a {
    color: inherit;
  }
  .nav-main-item &gt; a {
    color: #454545;
    font-size: 15px;
    font-size: 0.9375rem;
    height: 100%;
    padding-top: 10px;
    padding-top: 0.625rem;
  }

  .nav-main-item-active:hover {
    background-color: #fafafa;
    color: #454545;
  }

  .nav-main-item-text {
    display: none;
  }
}
@media (min-width: 1200px) {
  .nav-main-item {
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
  }

  .nav-main-list.condensed .nav-main-item {
    padding-left: 10px;
    padding-left: 0.625rem;
    padding-right: 10px;
    padding-right: 0.625rem;
  }
}
@media (max-width: 992px) {
  .nav-header:not(.icon-nav-header) .nav-main-bar .logo {
    margin: 0 !important;
  }
}
@media screen and (max-width: 1024px) {
  .nav-main-item-text {
    font-size: 12px !important;
  }
}
.nav-social.tune-up-social .nav-social-icons li {
  display: block;
}

@media screen and (min-width: 768px) {
  .navbar-main-header .nav-social &gt; .nav-social-icons &gt; li {
    display: inline-block;
  }

  .nav-social.nav-social-on &gt; .nav-social-icons {
    left: 50%;
    transform: translate(-50%, 0) !important;
  }

  .nav-social &gt; .nav-social-icons:after {
    left: 50%;
  }
}
.navbar-main-header .nav-social &gt; .nav-social-icons &gt; li a span {
  color: #fff;
  vertical-align: middle;
  margin-left: 0.5rem;
}

.navbar-main-header .nav-social &gt; .nav-social-icons &gt; li a i {
  vertical-align: middle;
}

.nav-social.has-channels.nav-social-few &gt; .nav-social-icons {
  display: none;
}

.nav-social-few.has-channels #socialDropdown {
  display: block !important;
}

.nav-social.has-channels.nav-social-few.nav-social-on &gt; ul.nav-social-icons {
  display: table;
}

.nav-social.has-channels.nav-social-few .nav-social-icons .channel &gt; i {
  display: none;
}

.nav-social.has-channels.nav-social-few .nav-social-icons .channel ul {
  padding: 0;
}

.navbar-main-header .nav-social.nav-social-few.has-channels &gt; .nav-social-icons:after {
  border-bottom: 8px solid #333;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 0;
  content: "";
  left: 50%;
  height: 0;
  top: 2px;
  margin-left: -8px;
  margin-left: -0.5rem;
  position: absolute;
  width: 0;
  margin-top: -8px;
  display: block !important;
}

.icon-nav-header .nav-social.nav-social-few.has-channels .nav-social-icons .channel ul::after {
  display: none;
}

.nav-social.nav-social-few.has-channels &gt; .nav-social-icons:after {
  display: block !important;
}

.nav-social.nav-social-few.has-channels &gt; .nav-social-icons {
  background-color: #333 !important;
  top: 2.1875rem !important;
  position: absolute !important;
}

.nav-social.has-channels.nav-social-few .nav-social-icons .channel &gt; i {
  display: none !important;
}

.nav-social.nav-social-few.has-channels &gt; .nav-social-icons {
  left: 50%;
  transform: translate(-50%, 0) !important;
}

.icon-nav-header .nav-social.nav-social-few.has-channels .nav-social-icons li span {
  display: inline-block !important;
}

.icon-nav-header .nav-social.nav-social-few.has-channels .nav-social-icons .channel ul {
  transform: none !important;
  margin: 0;
  position: initial !important;
  padding: 0 !important;
}

.icon-nav-header .nav-social.nav-social-few.has-channels .nav-social-icons .channel ul li {
  display: block;
}

.nav-social.has-channels.nav-social-few .nav-social-icons .channel a {
  padding: 0.375rem 0.3125rem 0.1875rem 0.3125rem !important;
}

.preview header.nav-header.navbar-main-header.fixed-nav-header {
  margin-top: 137px;
}

.preview header.nav-header.icon-nav-header.fixed-nav-header {
  margin-top: 137px;
}

@media screen and (max-width: 767px) {
  .nav-social.tune-up-social .nav-social-icons {
    right: 50% !important;
    transform: translate(50%, 0) !important;
  }

  .nav-social.tune-up-social &gt; .nav-social-icons:after {
    left: 50%;
  }
}
@media screen and (max-width: 767px) {
  .nav-social.nav-social-few.has-channels li {
    display: block;
  }
}
@media (min-width: 992px) {
  .nav-header.icon-nav-header .nav-main-bar {
    height: auto;
  }

  .icon-nav-header .navbar .nav-item .underline,
.icon-nav-header .navbar .nav-item:hover .underline,
.icon-nav-header .navbar .nav-item:active .underline,
.icon-nav-header .navbar .nav-item.dropdown.show .underline,
.icon-nav-header .navbar .nav-item.dropdown.link_active .underline {
    margin: 17px auto 0 auto !important;
  }

  .icon-nav-header .navbar .nav-item .underline {
    margin: 19px auto 0 auto !important;
  }

  .icon-nav-header .nav-main-item.nav-main-search-trigger:hover .underline {
    position: absolute;
    bottom: -17px;
  }

  .icon-nav-header .nav-main-item.nav-main-search-trigger .underline {
    position: absolute;
    bottom: -19px;
  }
}
.nav_qr {
  display: block;
  max-width: 100%;
  margin: 0px auto 10px;
}

.nav_qr_Img {
  max-width: 100%;
  display: block;
  margin: 5px auto 15px;
}

.nav_qr_copy {
  padding: 10px 0;
}

.icon-nav-header .nav_qr {
  padding-left: 8px;
  padding-right: 3px;
}

.icon-nav-header .nav-meganav-col &gt; ul &gt; .nav-meganav-subitem &gt; .nav_QRCode_trigger + .nav_qr {
  text-align: left;
  padding: 0px 10px 12px 39px;
  margin-left: 48px;
  width: 85%;
}

@media (max-width: 992px) {
  .icon-nav-header .nav-meganav-col &gt; ul &gt; .nav-meganav-subitem &gt; .nav_QRCode_trigger + .nav_qr {
    margin-left: 26px;
    width: 95%;
  }
}
.nav-header.navbar-main-header .nav-meganav .meganav-subtitle,
.nav-header.navbar-main-header .nav-main-bar .meganav-subtitle {
  display: none;
}
@media (min-width: 992px) {
  .nav-header.navbar-main-header .nav-meganav .meganav-subtitle,
.nav-header.navbar-main-header .nav-main-bar .meganav-subtitle {
    font-size: 40px;
    font-size: 2.5rem;
    font-size: 2.5rem;
    line-height: 24px;
    padding: 0px 0px 20px 17px;
    padding: 0rem 0rem 1.25rem 1.0625rem;
    color: #4d4d4d;
    flex: 1 1 100%;
    display: inline-block;
  }
}
.nav-header.navbar-main-header .nav-meganav .menu-nav-indicatorNew-container,
.nav-header.navbar-main-header .nav-main-bar .menu-nav-indicatorNew-container {
  display: inline-block;
  width: 100%;
  background: #fff;
}
.nav-header.navbar-main-header .nav-meganav .menu-nav-indicatorNew,
.nav-header.navbar-main-header .nav-main-bar .menu-nav-indicatorNew {
  display: inline-block;
  padding: 5px 0px 0px 32px;
}
.nav-header.navbar-main-header .nav-meganav .menu-nav-indicatorNew p,
.nav-header.navbar-main-header .nav-meganav .menu-nav-indicatorNew a,
.nav-header.navbar-main-header .nav-main-bar .menu-nav-indicatorNew p,
.nav-header.navbar-main-header .nav-main-bar .menu-nav-indicatorNew a {
  font-size: 35px;
  font-size: 2.1875rem;
  color: #4d4d4d;
}
.nav-header.navbar-main-header .nav-meganav .menu-nav-indicatorNew:hover,
.nav-header.navbar-main-header .nav-main-bar .menu-nav-indicatorNew:hover {
  cursor: pointer;
}
@media (min-width: 992px) {
  .nav-header.navbar-main-header .nav-meganav .menu-nav-indicatorNew-container,
.nav-header.navbar-main-header .nav-meganav .menu-nav-indicatorNew,
.nav-header.navbar-main-header .nav-main-bar .menu-nav-indicatorNew-container,
.nav-header.navbar-main-header .nav-main-bar .menu-nav-indicatorNew {
    display: none;
  }
}

.nav-main-mobile-panel &gt; li.nav-main-mobile-back .linknavigation:after {
  display: none;
}

.nav-main-mobile-panel &gt; li.nav-main-mobile-back .linknavigation {
  padding-left: 0;
  justify-content: flex-start;
  display: flex;
  align-items: center;
  width: 100%;
}

.nav-main-mobile-panel &gt; li.nav-main-mobile-back .backnavigation {
  justify-content: flex-start;
  display: flex;
  align-items: center;
  flex-grow: 1;
}

.chevronMainNav {
  position: absolute;
  background-image: url(/Assets/img/icons.png);
  background-position: -235px -445px;
  width: 8px;
  height: 10px;
  padding: 10px;
  position: absolute;
  top: 16px;
  left: 3px;
}
.chevronMainNav span {
  display: none;
}

@media (min-width: 992px) {
  .nav-header.navbar-main-header .nav-meganav .menu-nav-indicatorNew-container,
.nav-header.navbar-main-header .nav-meganav .menu-nav-indicatorNew,
.nav-header.navbar-main-header .nav-main-bar .menu-nav-indicatorNew-container,
.nav-header.navbar-main-header .nav-main-bar .menu-nav-indicatorNew {
    display: none;
  }
}
.linknavigation span:hover {
  border-bottom: 1px solid grey;
}

.navbar-main-header .dropdown-menu .meganav-subtitle-container {
  padding: 1.5625rem 0 0 0;
  padding: 25px 0 0px 0;
}

.navbar-main-header .dropdown-menu .meganav-subtitle-container ~ .nav-meganav-active {
  padding-top: 0 !important;
}

/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
.nav-main-list-trigger,
.nav-main-list {
  float: right;
}

.nav-main-list-trigger {
  padding-top: 21px;
  min-height: 90px;
  min-width: 62px;
}
.nav-main-list-trigger &gt; .icon-hamburger {
  background-color: #dc241f;
  display: block;
  height: 2px;
  margin: 11px auto 17px;
  position: relative;
  width: 25px;
}
.nav-main-list-trigger &gt; .icon-hamburger:before, .nav-main-list-trigger &gt; .icon-hamburger:after {
  background-color: #dc241f;
  content: " ";
  display: block;
  height: 2px;
  position: absolute;
  top: -8px;
  width: 25px;
}
.nav-main-list-trigger &gt; .icon-hamburger:after {
  top: 8px;
}

.nav-main-list {
  display: none;
}

@media (min-width: 992px) {
  .nav-main-list-trigger {
    display: none;
  }

  .nav-main-list {
    display: block;
    height: 100%;
    margin-bottom: 0;
  }
  .nav-main-list.nav-main-list-condensed {
    display: table;
  }
  .nav-main-list.nav-main-list-condensed &gt; li {
    display: table-cell;
    float: none;
    padding-bottom: 0;
    padding-top: 0;
    vertical-align: middle;
    word-break: normal;
  }
  .nav-main-list.nav-main-list-condensed &gt; li &gt; a {
    padding: 0;
  }
  .nav-main-list.nav-main-list-condensed &gt; li &gt; a span {
    display: table-cell;
    height: 90px;
    padding: 0;
    vertical-align: middle;
  }
}
/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
#nav-main-mobile {
  background-color: #fff;
  height: 100%;
  overflow-x: hidden;
  position: fixed;
  right: 0;
  top: -9999px;
  width: 80%;
  display: none;
}
#nav-main-mobile .nav-mobile-logo-ie8 {
  display: none;
}

html.nav-main-mobile-open #nav-main-mobile {
  top: 0;
  display: block;
  z-index: 1;
}

.nav-main-mobile-visible, .nav-main-mobile-panel.nav-main-mobile-panel-highest, .nav-main-mobile-panel.nav-main-mobile-panel-active, .nav-main-mobile-panel.nav-main-mobile-panel-parent {
  height: auto;
  top: 0;
}

.nav-main-mobile-arrow, .nav-main-mobile-panel &gt; li.nav-main-mobile-back .nav-chat &gt; a span:after, .nav-main-mobile-panel &gt; li.nav-main-mobile-back &gt; a:after, .nav-main-mobile-panel.nav-main-mobile-panel-menu li .nav-chat &gt; a span:after, .nav-main-mobile-panel.nav-main-mobile-panel-menu &gt; li &gt; a:after {
  border: 2px solid #606060;
  border-left: transparent;
  border-top: transparent;
  content: "";
  height: 15px;
  position: absolute;
  width: 15px;
}

.nav-main-mobile-panel {
  background-color: #fff;
  bottom: 0;
  display: block;
  height: 0;
  left: 100%;
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  -webkit-transition: left 0.35s ease;
  -moz-transition: left 0.35s ease;
  -ms-transition: left 0.35s ease;
  -o-transition: left 0.35s ease;
  transition: left 0.35s ease;
  top: -9999px;
  width: 100%;
}
.nav-main-mobile-panel.nav-main-mobile-panel-parent {
  left: -70px;
  left: -4.375rem;
  z-index: 1;
}
.nav-main-mobile-panel.nav-main-mobile-panel-active {
  left: 0;
  overflow: visible;
  z-index: 2;
}
.nav-main-mobile-panel.nav-main-mobile-panel-active li {
  position: relative;
}
.nav-main-mobile-panel.nav-main-mobile-panel-highest {
  z-index: 3 !important;
}
.nav-main-mobile-panel.nav-main-mobile-panel-menu &gt; li &gt; a:after {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 0;
}
.nav-main-mobile-panel.nav-main-mobile-panel-menu li .nav-chat &gt; a span:after {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 0;
}
.nav-main-mobile-panel &gt; li {
  padding: 0px 30px;
  padding: 0rem 1.875rem;
}
.nav-main-mobile-panel &gt; li.nav-main-mobile-back {
  background-color: #f3f3f3;
  padding-left: 0;
  min-height: 80px;
  display: flex;
  justify-content: flex-start;
}
.nav-main-mobile-panel &gt; li.nav-main-mobile-back:before {
  background-color: #ccc;
  content: "";
  display: block;
  height: 80px;
  left: 0;
  background: #eaeaea;
  background: -webkit-linear-gradient(legacy-direction(to bottom), #eaeaea, #f3f3f3);
  background: linear-gradient(to bottom, #eaeaea, #f3f3f3);
  position: absolute;
  width: 80px;
}
.nav-main-mobile-panel &gt; li.nav-main-mobile-back &gt; a {
  border-bottom: none;
  padding-left: 110px;
  padding-left: 6.875rem;
}
.nav-main-mobile-panel &gt; li.nav-main-mobile-back &gt; a:after {
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  left: 36px;
  left: 2.25rem;
}
.nav-main-mobile-panel &gt; li.nav-main-mobile-back .nav-chat &gt; a {
  border-bottom: none;
  padding-left: 110px;
  padding-left: 6.875rem;
}
.nav-main-mobile-panel &gt; li.nav-main-mobile-back .nav-chat &gt; a span:after {
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  left: 36px;
  left: 2.25rem;
}
.nav-main-mobile-panel &gt; li.nav-main-mobile-logo {
  background-color: #fff;
}
.nav-main-mobile-panel &gt; li.nav-main-mobile-logo &gt; a {
  border-bottom: 1px solid #d6d6d6;
}
.nav-main-mobile-panel &gt; li &gt; a, .nav-main-mobile-panel &gt; li .nav-chat &gt; a {
  background-color: transparent;
  border-bottom: 1px solid #d6d6d6;
  color: #454545;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 30px 0px;
  padding: 1.875rem 0rem;
  position: relative;
}
.nav-main-mobile-panel &gt; li &gt; a .chat-wrapper-icon, .nav-main-mobile-panel &gt; li .nav-chat &gt; a .chat-wrapper-icon {
  margin-top: 31px;
  margin-left: 2px;
}
.nav-main-mobile-panel &gt; li &gt; a:hover, .nav-main-mobile-panel &gt; li &gt; a:focus, .nav-main-mobile-panel &gt; li &gt; a:active, .nav-main-mobile-panel &gt; li .nav-chat &gt; a:hover, .nav-main-mobile-panel &gt; li .nav-chat &gt; a:focus, .nav-main-mobile-panel &gt; li .nav-chat &gt; a:active {
  text-decoration: none;
}
.nav-main-mobile-panel &gt; li &gt; a.logo:after, .nav-main-mobile-panel &gt; li .nav-chat &gt; a.logo:after {
  display: none;
}
.nav-main-mobile-panel &gt; li &gt; a.logo &gt; img, .nav-main-mobile-panel &gt; li .nav-chat &gt; a.logo &gt; img {
  width: auto;
}

.nav-main-mobile-panel &gt; li.nav-meganav-title .nav-chat &gt; a .chat-wrapper-icon {
  margin-top: 23px;
  margin-left: 2px;
}

html.nav-main-mobile-open #nav-main-mobile {
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1;
}

html.nav-main-mobile-transition #nav-main-mobile {
  overflow: hidden;
}

.nav-main-mobile-panel.nav-main-mobile-panel-menu:not(.nav-main-mobile-panel-active) {
  display: none;
}

@media (min-width: 992px) {
  #nav-main-mobile {
    display: none !important;
  }
}
.nav-header .nav-main-bar .nav-main-mobile-panel-active .nav-last-child:after {
  display: none;
}

/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
.nav-main-search-trigger {
  float: right;
  padding-top: 24px;
  width: 75px;
  left: auto;
  position: relative;
}
@media (min-width: 992px) {
  .nav-main-search-trigger {
    width: 75px;
    left: auto;
  }
}
.nav-main-search-trigger .fa-search {
  color: #454545;
  display: block;
  text-align: center;
  margin: 0 auto 3px;
  min-height: 24px;
  font-size: 21px;
}
.nav-main-search-trigger .fa-search:before {
  content: "";
  display: block;
  font-size: 21px;
  font-weight: normal;
}
.nav-main-search-trigger.nav-main-item-active .fa-search {
  display: none;
}

@media (max-width: 992px) {
  .nav-header .nav-main-search.search-box {
    padding-left: 0px !important;
  }
}
.search-box:after {
  display: none;
}

.nav-main-search {
  display: none;
  height: 80px;
  padding-left: 65px;
  padding-right: 20px;
  padding-right: 1.25rem;
  position: relative;
  width: 100%;
}
.nav-main-search .fa-search {
  position: absolute;
  left: 20px;
  top: 30px;
  top: 1.875rem;
  font-size: 26px;
  color: #d4d4d4;
}
.nav-main-search .search-box {
  padding-right: 0;
}
.nav-main-search .CoveoSearchInterface {
  top: -80px;
  font-family: inherit;
}
.nav-main-search .CoveoSearchbox .magic-box {
  border: none;
}
.nav-main-search .CoveoSearchbox .magic-box .magic-box-input .magic-box-underlay {
  padding: 0;
}
.nav-main-search .CoveoSearchbox .magic-box .magic-box-input input {
  font-size: 21px;
  color: #606060;
  padding: 1px 10px 1px 70px;
  padding: 0.0625rem 0.625rem 0.0625rem 4.375rem;
  font-family: inherit;
  text-indent: 0;
  line-height: inherit;
  height: auto;
  border: none;
  outline: none;
  position: relative;
  text-overflow: ellipsis;
  width: 100%;
  background: none;
}
.nav-main-search .CoveoSearchButton {
  border: none;
  position: relative;
  min-width: 180px;
  min-width: 11.25rem;
  display: none;
}
.nav-main-search .CoveoSearchButton .coveo-icon {
  background-image: none;
}

@media (min-width: 992px) {
  .nav-main-search .CoveoSearchbox .magic-box .magic-box-input input {
    padding: 1px 0px;
    padding: 0.0625rem 0rem;
  }
}
.nav-main-search-submit {
  display: none;
}

.nav-search-open .icon-nav-header .nav-main-search-trigger:before, .nav-search-open .icon-nav-header .nav-main-search-trigger:after {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.nav-search-open .icon-nav-header .nav-main-search-trigger.transparent:after {
  background: transparent;
}

.nav-search-open .nav-main-search-trigger {
  position: relative;
}
.nav-search-open .nav-main-search-trigger:after, .nav-search-open .nav-main-search-trigger:before {
  background-color: #dc241f;
  content: "";
  height: 1px;
  margin: 0;
  position: absolute;
  top: 33px;
  top: 2.0625rem;
  width: 22px;
}
.nav-search-open .nav-main-search-trigger:before {
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-search-open .nav-main-search-trigger:after {
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav-search-open .nav-main-search-trigger .nav-main-item-text {
  display: block;
  margin-top: 36px;
  margin-top: 2.25rem;
}
.nav-search-open .nav-main-search {
  display: block;
}

@media (min-width: 576px) {
  .nav-search-open .nav-main-search-trigger .nav-main-item-text {
    margin-top: 28px;
    margin-top: 1.75rem;
  }
}
@media (min-width: 768px) {
  .nav-main-search-trigger .fa-search {
    color: #454545;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .nav-main-search-trigger .fa-search:before {
    font-size: 15px;
    font-size: 0.9375rem;
  }

  .nav-main-search.search-box {
    height: 90px;
    padding-left: 75px;
    padding-left: 4.6875rem;
    padding-right: 0;
  }
  .nav-main-search.search-box .fa-search {
    left: 25px;
    left: 1.5625rem;
    top: 29px;
    top: 1.8125rem;
    font-size: 29px;
    font-size: 1.8125rem;
  }
  .nav-main-search.search-box:before {
    font-size: 29px;
    font-size: 1.8125rem;
    top: 23px;
    top: 1.4375rem;
  }
  .nav-main-search.search-box .CoveoSearchbox .magic-box {
    padding-left: 15px;
    padding-left: 0.9375rem;
    padding-top: 15px;
    padding-top: 0.9375rem;
  }
  .nav-main-search.search-box .CoveoSearchbox .magic-box .magic-box-input input {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .nav-main-search.search-box .CoveoSearchButton {
    display: block;
    border-left: 1px solid #d4d4d4;
    padding: 0px 20px 0px 30px;
    padding: 0rem 1.25rem 0rem 1.875rem;
    background-color: #fff;
    top: 15px;
  }
  .nav-main-search.search-box .CoveoSearchButton:before {
    content: attr(aria-label);
    color: #5A5A5A;
    font-size: 22px;
    font-size: 1.375rem;
    padding-top: 25px;
    padding-top: 1.5625rem;
  }
  .nav-main-search.search-box .CoveoSearchButton:hover:before {
    color: #454545;
  }
  .nav-main-search.search-box .CoveoSearchButton .coveo-search-button {
    display: none;
  }
  .nav-main-search.search-box .nav-main-search-trigger {
    padding-top: 28px;
    padding-top: 1.75rem;
  }
  .nav-main-search.search-box .nav-main-search-submit {
    background: transparent;
    border: none;
    color: #606060;
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    outline: none;
    position: absolute;
    right: 0;
    top: 25px;
    top: 1.5625rem;
  }
  .nav-main-search.search-box .nav-main-search-submit:hover {
    color: #454545;
  }
  .nav-main-search.search-box .nav-main-search-submit:before {
    background-color: #d4d4d4;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }

  .nav-search-open .nav-main-search .CoveoSearchbox .magic-box .magic-box-clear-svg {
    display: none;
  }
}
@media (min-width: 992px) {
  .search-box:after {
    top: 27px;
    top: 1.6875rem;
    font-size: 22px;
    font-size: 1.375rem;
  }

  .nav-main-search-trigger {
    padding-top: 38px;
    padding-top: 2.375rem;
  }
  .nav-main-search-trigger:before {
    color: #454545;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .nav-main-search-trigger:hover:before {
    color: #dc241f;
  }

  .nav-main-search.search-box {
    height: 100px;
    padding-top: 85px;
    padding-top: 5.3125rem;
  }
  .nav-main-search.search-box .fa-search {
    left: 25px;
    left: 1.5625rem;
    top: 30px;
    top: 1.875rem;
    font-size: 33px;
    font-size: 2.0625rem;
  }
  .nav-main-search.search-box:before {
    font-size: 33px;
    font-size: 2.0625rem;
    top: 19px;
    top: 1.1875rem;
  }
  .nav-main-search.search-box .CoveoSearchbox .magic-box {
    padding-left: 15px;
    padding-left: 0.9375rem;
  }
  .nav-main-search.search-box .CoveoSearchbox .magic-box .magic-box-input input {
    font-size: 35px;
    font-size: 2.1875rem;
  }
  .nav-main-search.search-box .CoveoSearchButton {
    top: 15px;
    top: 0.9375rem;
    background-color: transparent;
    color: grey;
  }
  .nav-main-search.search-box .nav-main-search-submit {
    font-size: 22px;
    font-size: 1.375rem;
    top: 22px;
    top: 1.375rem;
  }

  .nav-search-open .nav-main-search-trigger:after, .nav-search-open .nav-main-search-trigger:before {
    top: 44px;
    top: 2.75rem;
  }
  .nav-search-open .nav-main-search-trigger .nav-main-item-text {
    display: none;
  }
  .nav-search-open .nav-main-search {
    display: block;
  }
}
@media (max-width: 992px) {
  .nav-header.icon-nav-header .nav-main-search.search-box {
    height: auto;
    overflow: hidden;
    padding: 10px;
    padding: 0.625rem;
  }

  .nav-header .nav-main-search .CoveoSearchInterface {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .nav-header.icon-nav-header .nav-main-search.search-box {
    height: auto;
    overflow: hidden;
    padding: 0;
  }

  .nav-header .nav-main-search .CoveoSearchInterface {
    position: static;
  }
  .nav-header .nav-main-search .CoveoSearchInterface .CoveoSearchbox {
    margin-right: 0;
  }
  .nav-header .nav-main-search .magic-box.magic-box-notEmpty .magic-box-clear {
    display: none;
  }
  .nav-header .nav-main-search .magic-box .magic-box-input {
    height: auto;
    padding-top: 20px;
  }
  .nav-header .nav-main-search .CoveoSearchbox .CoveoSearchButton {
    display: none;
    float: left;
    min-width: 45px;
    width: 45px;
    background: #fff;
    padding: 27px 0px;
    padding: 1.6875rem 0rem;
    height: auto;
    top: 2px;
    top: 0.125rem;
  }
  .nav-header .nav-main-search.search-box .CoveoSearchbox .magic-box {
    padding: 0px;
  }

  .nav-search-open .nav-main-search-trigger:after {
    width: 22px !important;
  }
}
@media screen and (max-width: 991px) {
  .nav-main-item.nav-main-search-trigger {
    display: block;
    width: auto;
    position: relative;
  }
  .nav-main-item.nav-main-search-trigger svg {
    display: block;
  }
}
/*Ipad Portrait*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .nav-main-item.nav-main-search-trigger {
    display: block;
    width: auto;
    position: relative;
  }
  .nav-main-item.nav-main-search-trigger:before {
    left: 30px;
  }
  .nav-main-item.nav-main-search-trigger:after {
    right: 26px;
  }
  .nav-main-item.nav-main-search-trigger svg {
    display: block;
  }
  .nav-main-item.nav-main-search-trigger.nav-main-item-active:before, .nav-main-item.nav-main-search-trigger.nav-main-item-active:after {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.nav-main-item.nav-main-search-trigger {
  min-height: 90px;
}

@media (max-width: 576px) {
  .icon-nav-header .nav-main-item.nav-main-search-trigger {
    min-height: 60px;
    height: 60px !important;
  }
}
.nav-main-search &gt; input[type=button] {
  width: 14%;
  text-align: center;
}

/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
.nav-meganav {
  display: block;
  top: -9999px;
  position: absolute;
  width: 100%;
}
.nav-meganav:not(.nav-meganav-active) {
  visibility: hidden;
}

@media (max-width: 767px) {
  .nav-meganav {
    display: block;
    top: -9999px;
    position: absolute;
    width: 100%;
  }
  .nav-meganav:not(.nav-meganav-active) {
    display: none;
  }
}
.nav-meganav-col &gt; ul &gt; li a[href="javascript:void(0)"], .nav-meganav-col &gt; ul &gt; li a[href="##"] {
  cursor: default;
  border-bottom: none;
}

.nav-meganav-title span.title-only {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #333;
}
.nav-meganav-title span.title-only:hover {
  border-bottom: 1px solid #454545;
}

.nav-meganav-wrapper {
  display: none;
}

@media (min-width: 992px) {
  .nav-meganav-wrapper {
    position: relative;
    display: block;
  }

  .nav-meganav-active {
    background-color: #fafafa;
    padding: 25px 0px 50px 0px;
    padding: 1.5625rem 0rem 3.125rem 0rem;
    top: 0;
  }

  .nav-meganav-col {
    border-right: 1px solid #d6d6d6;
    vertical-align: top;
    display: inline-block;
    margin-right: 2.02429%;
    padding: 0 2.02429%;
    width: 22.48178%;
  }
  .nav-meganav-col &gt; ul {
    padding: 0;
  }
  .nav-meganav-col &gt; ul &gt; li {
    float: none;
  }
  .nav-meganav-col:nth-child(4) {
    border-right: none;
  }

  .nav-meganav-title {
    padding: 20px 0px;
    padding: 1.25rem 0rem;
  }
  .nav-meganav-title &gt; a, .nav-meganav-title.contains-nav-chat a.nav-chat-trigger span {
    color: #333;
    font-size: 17px;
    font-size: 1.0625rem;
  }
  .nav-meganav-title &gt; a:hover, .nav-meganav-title.contains-nav-chat a.nav-chat-trigger span:hover {
    border-bottom: 1px solid #454545;
  }

  .nav-meganav-subitem {
    padding: 10px 0px;
    padding: 0.625rem 0rem;
    /*code merge*/
  }
  .nav-meganav-subitem.newIndentation {
    padding: 30px 0 0 30px;
  }
  .nav-meganav-subitem &gt; a, .nav-meganav-subitem.contains-nav-chat a.nav-chat-trigger span {
    color: #5A5A5A;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .nav-meganav-subitem &gt; a:hover, .nav-meganav-subitem.contains-nav-chat a.nav-chat-trigger span:hover {
    border-bottom: 1px solid #d4d4d4;
  }

  .nav-meganav-close {
    cursor: pointer;
    padding: 20px;
    padding: 1.25rem;
    position: absolute;
    right: 10px;
    right: 0.625rem;
    top: 35px;
    top: 2.1875rem;
    width: 16px;
  }
  .nav-meganav-close .nav-close-ie8 {
    display: none;
  }

  .nav-meganav-close-inner {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .nav-meganav-close-inner:before, .nav-meganav-close-inner:after {
    content: "";
    background-color: #606060;
    position: absolute;
    left: 50%;
    top: 50%;
  }
  .nav-meganav-close-inner:before {
    height: 2px;
    margin-top: -1px;
    margin-top: -0.0625rem;
    margin-left: -8px;
    margin-left: -0.5rem;
    width: 16px;
  }
  .nav-meganav-close-inner:after {
    height: 16px;
    width: 2px;
    margin-top: -8px;
    margin-top: -0.5rem;
    margin-left: -1px;
    margin-left: -0.0625rem;
  }

  .nav-main-bar &gt; .component.logo {
    padding-left: 30px;
  }

  .nav-main-bar {
    background-color: #fff;
    width: 100%;
    padding: 0;
  }
}
.navbar-alignment.navbar-header {
  float: unset;
  min-height: 90px;
  padding: 0;
}

.navbar-header .component.logo img.logo {
  margin-top: 0;
}

.nav-header .navbar-header ul.navbar-nav &gt; li {
  min-height: 90px;
  display: flex;
  align-items: center;
  font-weight: 700 !important;
  text-align: center;
  padding: 0 !important;
}

.nav-header .navbar-header ul.navbar-nav &gt; li &gt; a {
  color: #454545;
  padding: 0 1.875rem !important;
  font-size: 15px;
  font-size: 0.9375rem;
  word-break: normal;
  min-height: 80px;
  display: flex;
  align-items: center;
}

.nav-header .navbar-expand-lg .navbar-collapse {
  justify-content: flex-end;
}

#navbarNavDropdown &gt; ul &gt; li {
  font-family: EMprintSemibold, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
}

#navbarNavDropdown a.nav-link.dropdown-toggle::after {
  border: none !important;
  margin: 0;
}

.navbar-alignment {
  float: right;
  background-color: white !important;
  padding-top: 0;
  padding-bottom: 0;
}

​​​​​ ​​​​​ #navbarNavDropdown li.nav-item.dropdown.show {
  position: static !important;
  box-shadow: inset 0 3px 0 0 #0e469b;
  background-color: #f4f4f4;
  padding: 30px 15px;
}

#navbarNavDropdown div.dropdown-menu.show {
  width: 100%;
  margin: 0;
  border: none;
  background-color: #fafafa;
  border-radius: 0;
}

#navbarNavDropdown ul.navbar-nav li.nav-item.dropdown.show {
  position: static !important;
  box-shadow: inset 0 3px 0 0 #0e469b;
  background-color: #fafafa;
  padding: 30px 15px;
}

​​​​​ #navbarNavDropdown li.nav-item {
  display: table-cell;
  float: none;
  height: 100%;
  min-width: 57px;
  text-align: center;
  padding: 30px 10px;
  vertical-align: middle;
  word-break: normal;
}
​​​​​ #navbarNavDropdown li.nav-item a {
  color: #5a5a5a;
  font-weight: 700;
  padding: 0;
}

#navbarNavDropdown li .nav-meganav-subitem &gt; a {
  color: #5a5a5a;
  font-size: 14px;
  font-weight: 400;
  font-family: EMprint, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
  word-break: normal;
}
#navbarNavDropdown li .nav-meganav-subitem .nav-chat .nav-chat-trigger &gt; span {
  color: #5a5a5a;
  font-size: 14px;
  font-weight: 400;
  font-family: EMprint, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
  word-break: normal;
}
#navbarNavDropdown li .nav-meganav-title &gt; a {
  color: #333;
  font-weight: 700;
}

#navbarNavDropdown div.nav-meganav-subitem {
  padding-bottom: 0;
  padding-right: 0;
  padding-top: 0;
}

#navbarNavDropdown .nav-item:hover {
  box-shadow: inset 0 3px 0 0 #0e469b;
  background-color: #f4f4f4;
}
#navbarNavDropdown .nav-item:hover a.nav-link {
  color: #0e469b;
}

​​​​​ #navbarNavDropdown.nav-meganav-close {
  top: 20px;
}

@media (max-width: 992px) and (min-width: 768px) {
  .navbar-alignment.navbar-header {
    height: 90px;
  }
}
.navbar-header ul.navbar-nav &gt; li.nav-item.dropdown &gt; .dropdown-menu &gt; section {
  background-color: #fafafa;
  padding: 25px 0 50px 0;
  padding: 1.5625rem 0 3.125rem 0;
  top: 0;
  display: flex;
}

@media (min-width: 992px) {
  .nav-header:not(.icon-nav-header) .nav-main-bar .navbar-header .logo {
    margin: 0 !important;
  }

  .navbar-alignment.navbar-header {
    padding: 0 0 0 1.875rem;
  }
}
@media (min-width: 1281px) {
  .nav-header:not(.icon-nav-header) .nav-main-bar .navbar-header &gt; .logo {
    min-width: 346px;
  }
}
@media (max-width: 992px) {
  .navbar-alignment.navbar-header {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 1024px) {
  .nav-main-mobile-panel &gt; li &gt; a,
.nav-top-bar a,
.icon-nav-header .navbar .nav-item,
.nav-meganav-subitem.dropdown-menu .nav-link-icon {
    font-size: 12px;
  }

  .icon-nav-header .navbar .nav-item {
    font-size: 14px;
  }

  .nav-meganav-subitem.dropdown-menu .nav-link-icon + p {
    font-size: 13px;
  }

  .nav-meganav-subitem.dropdown-menu .hasIconPadding .nav-meganav-subitem a {
    font-size: 12px;
  }

  .nav-main-item-text {
    font-size: 12px !important;
  }

  .font-size-controller {
    font-size: 12px;
  }
}
.nav-main-bar .logo img.logo {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.nav-main-bar .logo img.chemlogo {
  max-width: 100%;
  height: auto;
}

.nav-meganav-col &gt; ul &gt; li.nav-meganav-subitem a[href="javascript:void(0)"].dropdown-item:hover span,
.nav-meganav-col &gt; ul &gt; li.nav-meganav-subitem a[href="javascript:0"].dropdown-item:hover span,
.nav-meganav-col &gt; ul &gt; li.nav-meganav-subitem a[href="##"].dropdown-item:hover span,
.nav-meganav-col &gt; ul &gt; li.nav-meganav-subitem a[href="#"].dropdown-item:hover span,
.nav-meganav-col &gt; ul &gt; li.nav-meganav-subitem a[href=""].dropdown-item:hover span {
  cursor: default;
  border-bottom: none !important;
}

.nav-meganav-col &gt; ul &gt; li.nav-meganav-subitem a[href="javascript:void(0)"].dropdown-item span,
.nav-meganav-col &gt; ul &gt; li.nav-meganav-subitem a[href="javascript:0"].dropdown-item span,
.nav-meganav-col &gt; ul &gt; li.nav-meganav-subitem a[href="##"].dropdown-item span,
.nav-meganav-col &gt; ul &gt; li.nav-meganav-subitem a[href="#"].dropdown-item span,
.nav-meganav-col &gt; ul &gt; li.nav-meganav-subitem a[href=""].dropdown-item span {
  cursor: default;
  border-bottom: none !important;
}

.nav-meganav-col &gt; ul &gt; li a[href="javascript:void(0)"],
.nav-meganav-col &gt; ul &gt; li a[href="javascript:0"],
.nav-meganav-col &gt; ul &gt; li a[href="##"],
.nav-meganav-col &gt; ul &gt; li a[href="#"],
.nav-meganav-col &gt; ul &gt; li a[href=""] {
  cursor: default;
  border-bottom: none;
  pointer-events: none;
}

.nav-meganav-col &gt; ul &gt; li a[href="javascript:void(0)"]:focus,
.nav-meganav-col &gt; ul &gt; li a[href="javascript:0"]:focus,
.nav-meganav-col &gt; ul &gt; li a[href="##"]:focus,
.nav-meganav-col &gt; ul &gt; li a[href="#"]:focus,
.nav-meganav-col &gt; ul &gt; li a[href=""]:focus {
  outline: none;
}

.nav-meganav-col &gt; ul &gt; div &gt; li a[href="javascript:void(0)"],
.nav-meganav-col &gt; ul &gt; div &gt; li a[href="javascript:0"],
.nav-meganav-col &gt; ul &gt; div &gt; li a[href="##"],
.nav-meganav-col &gt; ul &gt; div &gt; li a[href="#"],
.nav-meganav-col &gt; ul &gt; div &gt; li a[href=""] {
  cursor: default;
  border-bottom: none;
  pointer-events: none;
}

ul.nav-main-mobile-panel &gt; li a[href="javascript:void(0)"]:focus,
ul.nav-main-mobile-panel &gt; li a[href="javascript:0"]:focus,
ul.nav-main-mobile-panel &gt; li a[href="##"]:focus,
ul.nav-main-mobile-panel &gt; li a[href="#"]:focus,
ul.nav-main-mobile-panel &gt; li a[href=""]:focus {
  outline: none !important;
  pointer-events: none;
}

ul.nav-main-mobile-panel &gt; li a[href="javascript:void(0)"]:focus-visible,
ul.nav-main-mobile-panel &gt; li a[href="javascript:0"]:focus-visible,
ul.nav-main-mobile-panel &gt; li a[href="##"]:focus-visible,
ul.nav-main-mobile-panel &gt; li a[href="#"]:focus-visible,
ul.nav-main-mobile-panel &gt; li a[href=""]:focus-visible {
  outline: none !important;
  pointer-events: none;
}

.nav-meganav-col &gt; ul &gt; div &gt; li a[href="javascript:void(0)"]:focus,
.nav-meganav-col &gt; ul &gt; div &gt; li a[href="javascript:0"]:focus,
.nav-meganav-col &gt; ul &gt; div &gt; li a[href="##"]:focus,
.nav-meganav-col &gt; ul &gt; div &gt; li a[href="#"]:focus,
.nav-meganav-col &gt; ul &gt; div &gt; li a[href=""]:focus {
  outline: none !important;
  pointer-events: none;
}

.nav-meganav-col &gt; ul &gt; div &gt; li a[href="javascript:void(0)"]:focus-visible,
.nav-meganav-col &gt; ul &gt; div &gt; li a[href="javascript:0"]:focus-visible,
.nav-meganav-col &gt; ul &gt; div &gt; li a[href="##"]:focus-visible,
.nav-meganav-col &gt; ul &gt; div &gt; li a[href="#"]:focus-visible,
.nav-meganav-col &gt; ul &gt; div &gt; li a[href=""]:focus-visible {
  outline: none !important;
  pointer-events: none;
}

@media (min-width: 992px) {
  .nav-expandable-menu-open {
    display: block;
  }

  .nav-expandable-menu .fa {
    margin-left: 8px;
    color: #000000;
  }

  .nav-expandable-menu-open ul {
    margin-left: 12px;
  }

  .icon-nav-header .nav-expandable-menu-open &gt; ul &gt; li {
    border-left: 2px solid #C0C0C0;
    padding-left: 10px;
  }

  .nav-meganav-subitem.nav-expandable-menu-open {
    border-left: 2px solid #C0C0C0;
    padding-left: 10px;
  }

  .icon-nav-header .noIconPadding ul {
    margin-left: 2px;
  }

  .nav-expandable-menu ~ .nav-meganav-subitem {
    padding-left: 10px;
  }

  .meganav-subitem-container.nav-expandable-menu-open {
    padding-left: 10px;
    border-left: 2px solid #c0c0c0;
  }
}
@media (max-width: 991px) {
  .nav-expandable-menu span &gt; .fa {
    display: none;
  }

  .nav-expandable-menu p &gt; .fa {
    display: none;
  }

  .nav-expandable-menu a &gt; .fa {
    display: none;
  }
}
@media (min-width: 376px) and (max-width: 991px) and (orientation: portrait) {
  .fixed-nav-header .navbar-expand-lg .navbar-collapse {
    max-height: 450px !important;
  }
}
@media (min-width: 240px) and (max-width: 320px) and (orientation: landscape) {
  .fixed-nav-header .navbar-expand-lg .navbar-collapse {
    max-height: 80px !important;
  }
}
@media (min-width: 280px) and (max-width: 376px) and (orientation: portrait) {
  .fixed-nav-header .navbar-expand-lg .navbar-collapse {
    max-height: 300px !important;
  }
}
/*code merge*/
@media (min-width: 992px) and (max-width: 1056px) {
  ul.nav-main-list.nav-main-list-condensed {
    padding-left: 1rem;
  }

  ul.mega-menu-nav.nav-main-list-condensed li a {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .nav-meganav-title.paddingTop30 {
    padding: 30px 0 0 0;
  }
}
/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
.nav-social {
  float: right;
  position: relative;
  top: 0;
}
.nav-social.nav-social-on &gt; .nav-social-icons {
  -moz-transform: scale(1) translateX(-2px) translateY(0px);
  -o-transform: scale(1) translateX(-2px) translateY(0px);
  -ms-transform: scale(1) translateX(-2px) translateY(0px);
  -webkit-transform: scale(1) translateX(-2px) translateY(0px);
  transform: scale(1) translateX(-2px) translateY(0px);
}
.nav-social &gt; .nav-social-trigger {
  color: #454545;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 0px 9px;
  margin: 0rem 0.5625rem;
  position: relative;
  top: 10px;
  top: 0.625rem;
}
.nav-social &gt; .nav-social-icons {
  background-color: #333;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: table;
  padding: 0px 9px;
  padding: 0rem 0.5625rem;
  position: absolute;
  -moz-transform: scale(0) translateX(0) translateY(-10px);
  -o-transform: scale(0) translateX(0) translateY(-10px);
  -ms-transform: scale(0) translateX(0) translateY(-10px);
  -webkit-transform: scale(0) translateX(0) translateY(-10px);
  transform: scale(0) translateX(0) translateY(-10px);
  -moz-transform-origin: 80% 0;
  -o-transform-origin: 80% 0;
  -ms-transform-origin: 80% 0;
  -webkit-transform-origin: 80% 0;
  transform-origin: 80% 0;
  -webkit-transition: all 240ms ease-out;
  -moz-transition: all 240ms ease-out;
  -ms-transition: all 240ms ease-out;
  -o-transition: all 240ms ease-out;
  transition: all 240ms ease-out;
  top: 35px;
  top: 2.1875rem;
  z-index: 5;
}
.nav-social &gt; .nav-social-icons:after {
  border-bottom: 8px solid #333;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 0;
  content: "";
  right: 15px;
  right: 0.9375rem;
  height: 0;
  top: -5px;
  top: -0.3125rem;
  margin-left: -8px;
  margin-left: -0.5rem;
  position: absolute;
  width: 0;
}
.nav-social &gt; .nav-social-icons &gt; li {
  display: table-cell;
  padding: 0px 3px;
  padding: 0rem 0.1875rem;
}
.nav-social &gt; .nav-social-icons &gt; li &gt; a {
  padding: 9px 5px 5px;
  padding: 0.5625rem 0.3125rem 0.3125rem;
}
.nav-social &gt; .nav-social-icons &gt; li &gt; a &gt; .icon-facebook-round {
  background-position: -54px -435px;
}
.nav-social &gt; .nav-social-icons &gt; li &gt; a &gt; .icon-linkedin-round {
  background-position: -173px -340px;
}
.nav-social &gt; .nav-social-icons &gt; li &gt; a &gt; .icon-twitter-round {
  background-position: -353px -438px;
}
.nav-social &gt; .nav-social-icons &gt; li &gt; a &gt; .icon-wechat-round {
  background-position: -129px -435px;
}
.nav-social &gt; .nav-social-icons &gt; li &gt; a &gt; .icon-ecommerce-round {
  background-position: -414px -273px;
}
.nav-social &gt; .nav-social-icons &gt; li &gt; a &gt; .icon-youtube-round {
  background-position: -373px -340px;
}

@media (max-width: 767px) {
  .nav-social.nav-social-few.nav-social-without-container a.nav-social-trigger {
    display: none;
  }
  .nav-social.nav-social-few.nav-social-without-container .nav-social-icons {
    display: block;
    top: 0;
    right: 0;
    background: transparent;
    transform: none !important;
    transition: none !important;
  }
  .nav-social.nav-social-few.nav-social-without-container .nav-social-icons::after {
    display: none;
  }
  .nav-social.nav-social-few.nav-social-without-container &gt; ul.nav-social-icons {
    margin-bottom: 0;
    height: 36px;
    display: flex;
    align-items: center;
  }
  .nav-social.nav-social-few.nav-social-without-container::after {
    font-size: 13px !important;
  }
  .nav-social.nav-social-few.nav-social-without-container &gt; .nav-social-icons &gt; li &gt; a {
    padding: 9px 5px 5px;
    padding: 0.5625rem 0.3125rem 0.3125rem;
  }
  .nav-social.nav-social-few.nav-social-without-container &gt; .nav-social-icons &gt; li &gt; a &gt; .icon-facebook-round {
    background-position: -79px -435px;
  }
  .nav-social.nav-social-few.nav-social-without-container &gt; .nav-social-icons &gt; li &gt; a &gt; .icon-linkedin-round {
    background-position: -148px -340px;
  }
  .nav-social.nav-social-few.nav-social-without-container &gt; .nav-social-icons &gt; li &gt; a &gt; .icon-twitter-round {
    background-position: -398px -438px;
  }
  .nav-social.nav-social-few.nav-social-without-container &gt; .nav-social-icons &gt; li &gt; a &gt; .icon-wechat-round {
    background-position: -179px -435px;
  }
  .nav-social.nav-social-few.nav-social-without-container &gt; .nav-social-icons &gt; li &gt; a &gt; .icon-youtube-round {
    background-position: -223px -340px;
  }
}
.icon-wechat {
  background: url("/Assets/img/social-media-combined.png") 0px 0px;
  width: 22px;
  height: 22px;
  display: inline-block;
  cursor: pointer;
  margin-right: 10px;
}

.icon-jingdong {
  background: url("/Assets/img/social-media-combined.png") -22px 0px;
  width: 22px;
  height: 22px;
  display: inline-block;
  cursor: pointer;
  margin-right: 10px;
}

.icon-membership {
  background: url("/Assets/img/social-media-combined.png") -88px 0px;
  width: 22px;
  height: 22px;
  display: inline-block;
  cursor: pointer;
  margin-right: 10px;
}

.icon-tmall {
  background: url("/Assets/img/social-media-combined.png") -66px 0px;
  width: 22px;
  height: 22px;
  display: inline-block;
  cursor: pointer;
  margin-right: 10px;
}

.icon-nav-header .nav-social {
  float: right;
  position: relative;
  top: 0;
}
.icon-nav-header .nav-social .nav-social-icons li {
  position: relative;
}
.icon-nav-header .nav-social .nav-social-icons li span {
  display: none;
}
.icon-nav-header .nav-social.has-channels .nav-social-icons .channel ul {
  margin: 5px 0px;
  margin: 0.3125rem 0rem;
}
.icon-nav-header .nav-social.has-channels .nav-social-icons .channel &gt; i {
  display: none;
}
.icon-nav-header .nav-social.has-channels .nav-social-icons li,
.icon-nav-header .nav-social.has-channels .nav-social-icons .channel {
  display: inline-block;
}
.icon-nav-header .nav-social.has-channels .nav-social-icons li ul,
.icon-nav-header .nav-social.has-channels .nav-social-icons .channel ul {
  padding: 0;
}
.icon-nav-header .nav-social.has-channels .nav-social-icons li a,
.icon-nav-header .nav-social.has-channels .nav-social-icons .channel a {
  display: flex;
  padding: 6px 5px 3px 5px;
  padding: 0.375rem 0.3125rem 0.1875rem 0.3125rem;
}
.icon-nav-header .nav-social.has-channels .nav-social-icons li a .icon,
.icon-nav-header .nav-social.has-channels .nav-social-icons .channel a .icon {
  display: block;
}
.icon-nav-header .nav-social.has-channels .nav-social-icons li span,
.icon-nav-header .nav-social.has-channels .nav-social-icons .channel span {
  color: #fff;
  margin-left: 8px;
  margin-left: 0.5rem;
  display: block;
}
.icon-nav-header .nav-social.has-channels.nav-social-few .channel {
  margin: 0;
}
.icon-nav-header .nav-social.nav-social-on &gt; .nav-social-icons {
  left: 50%;
  -moz-transform: scale(1) translateX(-50%) translateY(0px);
  -o-transform: scale(1) translateX(-50%) translateY(0px);
  -ms-transform: scale(1) translateX(-50%) translateY(0px);
  -webkit-transform: scale(1) translateX(-50%) translateY(0px);
  transform: scale(1) translateX(-50%) translateY(0px);
}
.icon-nav-header .nav-social &gt; .nav-social-trigger {
  color: #454545;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 0px 9px;
  margin: 0rem 0.5625rem;
  position: relative;
  top: 10px;
  top: 0.625rem;
}
@media screen and (max-width: 767.5px) {
  .icon-nav-header .nav-social &gt; .nav-social-trigger {
    top: 11px;
  }
}
.icon-nav-header .nav-social &gt; .nav-social-icons {
  background-color: #333;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: table;
  left: 0;
  padding: 0px 8px;
  padding: 0rem 0.5rem;
  position: absolute;
  -moz-transform: scale(0) translateX(-50%) translateY(-10px);
  -o-transform: scale(0) translateX(-50%) translateY(-10px);
  -ms-transform: scale(0) translateX(-50%) translateY(-10px);
  -webkit-transform: scale(0) translateX(-50%) translateY(-10px);
  transform: scale(0) translateX(-50%) translateY(-10px);
  -moz-transform-origin: 25% 0;
  -o-transform-origin: 25% 0;
  -ms-transform-origin: 25% 0;
  -webkit-transform-origin: 25% 0;
  transform-origin: 25% 0;
  -webkit-transition: all 240ms ease-out;
  -moz-transition: all 240ms ease-out;
  -ms-transition: all 240ms ease-out;
  -o-transition: all 240ms ease-out;
  transition: all 240ms ease-out;
  top: 35px;
  top: 2.1875rem;
  z-index: 5;
}
.icon-nav-header .nav-social &gt; .nav-social-icons:after {
  border-bottom: 8px solid #333;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 0;
  content: "";
  left: 50%;
  height: 0;
  top: -5px;
  top: -0.3125rem;
  margin-left: -8px;
  margin-left: -0.5rem;
  position: absolute;
  width: 0;
}
.icon-nav-header .nav-social &gt; .nav-social-icons &gt; li {
  display: table-cell;
  padding: 0;
}
.icon-nav-header .nav-social &gt; .nav-social-icons &gt; li &gt; a {
  padding: 9px 8px 0px 8px;
  padding: 0.5625rem 0.5rem 0rem 0.5rem;
}
.icon-nav-header .nav-social &gt; .nav-social-icons &gt; li &gt; a &gt; .icon-facebook-round {
  background-position: -54px -435px;
}
.icon-nav-header .nav-social &gt; .nav-social-icons &gt; li &gt; a &gt; .icon-linkedin-round {
  background-position: -173px -340px;
}
.icon-nav-header .nav-social &gt; .nav-social-icons &gt; li &gt; a &gt; .icon-twitter-round {
  background-position: -353px -438px;
}
.icon-nav-header .nav-social &gt; .nav-social-icons &gt; li &gt; a &gt; .icon-wechat-round {
  background-position: -129px -435px;
}
.icon-nav-header .nav-social &gt; .nav-social-icons &gt; li &gt; a &gt; .icon-youtube-round {
  background-position: -373px -340px;
}
.icon-nav-header .nav-social &gt; .nav-social-icons &gt; li &gt; a &gt; .icon-vk-round {
  background-image: url(/Assets/img/icon-vk-social.svg);
  height: 22px;
  width: 22px;
}
.icon-nav-header .nav-social.nav-social-few .nav-social-trigger {
  display: none;
}
.icon-nav-header .nav-social.nav-social-few &gt; .nav-social-icons {
  background: none;
  border: none;
  position: relative;
  top: 9px;
  top: 0.5625rem;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  -moz-transform-origin: none;
  -o-transform-origin: none;
  -ms-transform-origin: none;
  -webkit-transform-origin: none;
  transform-origin: none;
}
.icon-nav-header .nav-social.nav-social-few &gt; .nav-social-icons:after {
  display: none;
}
.icon-nav-header .nav-social.nav-social-few &gt; .nav-social-icons &gt; li {
  padding-right: 16px;
  padding-right: 1rem;
}
.icon-nav-header .nav-social.nav-social-few &gt; .nav-social-icons &gt; li:last-child {
  padding-right: 0;
}
.icon-nav-header .nav-social.nav-social-few &gt; .nav-social-icons &gt; li &gt; a {
  padding-top: 0;
}
.icon-nav-header .nav-social.nav-social-few &gt; .nav-social-icons &gt; li &gt; a &gt; .icon-facebook-round {
  background-position: -79px -435px;
}
.icon-nav-header .nav-social.nav-social-few &gt; .nav-social-icons &gt; li &gt; a &gt; .icon-facebook-round:hover {
  background-position: -104px -435px;
}
.icon-nav-header .nav-social.nav-social-few &gt; .nav-social-icons &gt; li &gt; a &gt; .icon-linkedin-round {
  background-position: -148px -340px;
}
.icon-nav-header .nav-social.nav-social-few &gt; .nav-social-icons &gt; li &gt; a &gt; .icon-linkedin-round:hover {
  background-position: -348px -340px;
}
.icon-nav-header .nav-social.nav-social-few &gt; .nav-social-icons &gt; li &gt; a &gt; .icon-twitter-round {
  background-position: -398px -438px;
}
.icon-nav-header .nav-social.nav-social-few &gt; .nav-social-icons &gt; li &gt; a &gt; .icon-twitter-round:hover {
  background-position: -374px -438px;
}
.icon-nav-header .nav-social.nav-social-few &gt; .nav-social-icons &gt; li &gt; a &gt; .icon-wechat-round {
  background-position: -179px -435px;
}
.icon-nav-header .nav-social.nav-social-few &gt; .nav-social-icons &gt; li &gt; a &gt; .icon-wechat-round:hover {
  background-position: -154px -435px;
}
.icon-nav-header .nav-social.nav-social-few &gt; .nav-social-icons &gt; li &gt; a &gt; .icon-youtube-round {
  background-position: -223px -340px;
}
.icon-nav-header .nav-social.nav-social-few &gt; .nav-social-icons &gt; li &gt; a &gt; .icon-youtube-round:hover {
  background-position: -298px -340px;
}
.icon-nav-header .nav-social.nav-social-few.has-channels .nav-social-icons .channel {
  position: relative;
  margin-bottom: 0;
}
.icon-nav-header .nav-social.nav-social-few.has-channels .nav-social-icons .channel ul {
  position: absolute;
  background-color: #333333;
  top: 26px;
  top: 1.625rem;
  border-radius: 3px;
  padding: 8px;
  padding: 0.5rem;
  z-index: 5;
  -moz-transform: scale(0) translateX(-50%) translateY(-10px);
  -o-transform: scale(0) translateX(-50%) translateY(-10px);
  -ms-transform: scale(0) translateX(-50%) translateY(-10px);
  -webkit-transform: scale(0) translateX(-50%) translateY(-10px);
  transform: scale(0) translateX(-50%) translateY(-10px);
  -moz-transform-origin: 22% 0;
  -o-transform-origin: 22% 0;
  -ms-transform-origin: 22% 0;
  -webkit-transform-origin: 22% 0;
  transform-origin: 22% 0;
  -webkit-transition: all 240ms ease-out;
  -moz-transition: all 240ms ease-out;
  -ms-transition: all 240ms ease-out;
  -o-transition: all 240ms ease-out;
  transition: all 240ms ease-out;
}
.icon-nav-header .nav-social.nav-social-few.has-channels .nav-social-icons .channel ul li {
  display: inline-block;
}
.icon-nav-header .nav-social.nav-social-few.has-channels .nav-social-icons .channel ul li span {
  display: block;
}
.icon-nav-header .nav-social.nav-social-few.has-channels .nav-social-icons .channel ul::after {
  border-bottom: 8px solid #333;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 0;
  content: "";
  left: 50%;
  height: 0;
  top: -5px;
  top: -0.3125rem;
  margin-left: -8px;
  margin-left: -0.5rem;
  position: absolute;
  width: 0;
}
.icon-nav-header .nav-social.nav-social-few.has-channels .nav-social-icons .channel &gt; i {
  display: block;
  margin: 0;
}
.icon-nav-header .nav-social.nav-social-few.has-channels .nav-social-icons .channel.channel-open ul {
  left: 50%;
  -moz-transform: scale(1) translateX(-50%) translateY(0px);
  -o-transform: scale(1) translateX(-50%) translateY(0px);
  -ms-transform: scale(1) translateX(-50%) translateY(0px);
  -webkit-transform: scale(1) translateX(-50%) translateY(0px);
  transform: scale(1) translateX(-50%) translateY(0px);
}
.icon-nav-header .nav-social.nav-social-few.has-channels .nav-social-icons:hover {
  cursor: pointer;
}
.icon-nav-header .nav-social.nav-social-few.has-channels .nav-social-icons li a {
  display: flex;
  padding: 0;
}
.icon-nav-header .nav-social.nav-social-few.has-channels .nav-social-icons li span {
  display: none;
}

@media screen and (max-width: 766px) {
  .navbar-main-header .nav-social.nav-social-few &gt; .nav-social-icons {
    position: absolute;
    -moz-transform: scale(1) translateX(-30%) translateY(0px);
    -o-transform: scale(1) translateX(-30%) translateY(0px);
    -ms-transform: scale(1) translateX(-30%) translateY(0px);
    -webkit-transform: scale(1) translateX(-30%) translateY(0px);
    transform: scale(1) translateX(-30%) translateY(0px);
  }
  .navbar-main-header .nav-social.nav-social-few &gt; .nav-social-icons::after {
    right: 45%;
  }
}

@media (min-width: 768px) {
  .nav-social-few {
    margin-right: 0;
  }
  .nav-social-few &gt; .nav-social-trigger {
    display: none !important;
  }
  .nav-social-few &gt; .nav-social-icons {
    background: none;
    border: none;
    position: relative;
    top: 7px;
    top: 0.4375rem;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    -moz-transform-origin: none;
    -o-transform-origin: none;
    -ms-transform-origin: none;
    -webkit-transform-origin: none;
    transform-origin: none;
    z-index: 1;
  }
  .nav-social-few &gt; .nav-social-icons:after {
    display: none;
  }
  .nav-social-few &gt; .nav-social-icons &gt; li &gt; a {
    padding-top: 0;
  }
  .nav-social-few &gt; .nav-social-icons &gt; li &gt; a &gt; .icon-facebook-round {
    background-position: -79px -435px;
  }
  .nav-social-few &gt; .nav-social-icons &gt; li &gt; a &gt; .icon-facebook-round:hover {
    background-position: -104px -435px;
  }
  .nav-social-few &gt; .nav-social-icons &gt; li &gt; a &gt; .icon-linkedin-round {
    background-position: -148px -340px;
  }
  .nav-social-few &gt; .nav-social-icons &gt; li &gt; a &gt; .icon-instagram-round:hover {
    background-position: -248px -340px;
  }
  .nav-social-few &gt; .nav-social-icons &gt; li &gt; a &gt; .icon-linkedin-round:hover {
    background-position: -348px -340px;
  }
  .nav-social-few &gt; .nav-social-icons &gt; li &gt; a &gt; .icon-twitter-round {
    background-position: -398px -438px;
  }
  .nav-social-few &gt; .nav-social-icons &gt; li &gt; a &gt; .icon-twitter-round:hover {
    background-position: -374px -438px;
  }
  .nav-social-few &gt; .nav-social-icons &gt; li &gt; a &gt; .icon-wechat-round {
    background-position: -179px -435px;
  }
  .nav-social-few &gt; .nav-social-icons &gt; li &gt; a &gt; .icon-wechat-round:hover {
    background-position: -154px -435px;
  }
  .nav-social-few &gt; .nav-social-icons &gt; li &gt; a &gt; .icon-youtube-round {
    background-position: -223px -340px;
  }
  .nav-social-few &gt; .nav-social-icons &gt; li &gt; a &gt; .icon-youtube-round:hover {
    background-position: -298px -340px;
  }

  .icon-nav-header .nav-social-few {
    margin-right: 0;
  }
  .icon-nav-header .nav-social-few &gt; .nav-social-trigger {
    display: none !important;
  }
  .icon-nav-header .nav-social-few &gt; .nav-social-icons {
    background: none;
    border: none;
    position: relative;
    top: 9px;
    top: 0.5625rem;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    -moz-transform-origin: none;
    -o-transform-origin: none;
    -ms-transform-origin: none;
    -webkit-transform-origin: none;
    transform-origin: none;
  }
  .icon-nav-header .nav-social-few &gt; .nav-social-icons:after {
    display: none;
  }
  .icon-nav-header .nav-social-few &gt; .nav-social-icons &gt; li &gt; a, .icon-nav-header .nav-social-few &gt; .nav-social-icons &gt; li.channel {
    padding-top: 0;
  }
  .icon-nav-header .nav-social-few &gt; .nav-social-icons &gt; li &gt; a &gt; .icon-facebook-round, .icon-nav-header .nav-social-few &gt; .nav-social-icons &gt; li.channel &gt; .icon-facebook-round {
    background-position: -79px -435px;
  }
  .icon-nav-header .nav-social-few &gt; .nav-social-icons &gt; li &gt; a &gt; .icon-facebook-round:hover, .icon-nav-header .nav-social-few &gt; .nav-social-icons &gt; li.channel &gt; .icon-facebook-round:hover {
    background-position: -104px -435px;
  }
  .icon-nav-header .nav-social-few &gt; .nav-social-icons &gt; li &gt; a &gt; .icon-linkedin-round, .icon-nav-header .nav-social-few &gt; .nav-social-icons &gt; li.channel &gt; .icon-linkedin-round {
    background-position: -148px -340px;
  }
  .icon-nav-header .nav-social-few &gt; .nav-social-icons &gt; li &gt; a &gt; .icon-linkedin-round:hover, .icon-nav-header .nav-social-few &gt; .nav-social-icons &gt; li.channel &gt; .icon-linkedin-round:hover {
    background-position: -348px -340px;
  }
  .icon-nav-header .nav-social-few &gt; .nav-social-icons &gt; li &gt; a &gt; .icon-twitter-round, .icon-nav-header .nav-social-few &gt; .nav-social-icons &gt; li.channel &gt; .icon-twitter-round {
    background-position: -398px -438px;
  }
  .icon-nav-header .nav-social-few &gt; .nav-social-icons &gt; li &gt; a &gt; .icon-twitter-round:hover, .icon-nav-header .nav-social-few &gt; .nav-social-icons &gt; li.channel &gt; .icon-twitter-round:hover {
    background-position: -374px -438px;
  }
  .icon-nav-header .nav-social-few &gt; .nav-social-icons &gt; li &gt; a &gt; .icon-wechat-round, .icon-nav-header .nav-social-few &gt; .nav-social-icons &gt; li.channel &gt; .icon-wechat-round {
    background-position: -179px -435px;
  }
  .icon-nav-header .nav-social-few &gt; .nav-social-icons &gt; li &gt; a &gt; .icon-wechat-round:hover, .icon-nav-header .nav-social-few &gt; .nav-social-icons &gt; li.channel &gt; .icon-wechat-round:hover {
    background-position: -154px -435px;
  }
  .icon-nav-header .nav-social-few &gt; .nav-social-icons &gt; li &gt; a &gt; .icon-youtube-round, .icon-nav-header .nav-social-few &gt; .nav-social-icons &gt; li.channel &gt; .icon-youtube-round {
    background-position: -223px -340px;
  }
  .icon-nav-header .nav-social-few &gt; .nav-social-icons &gt; li &gt; a &gt; .icon-youtube-round:hover, .icon-nav-header .nav-social-few &gt; .nav-social-icons &gt; li.channel &gt; .icon-youtube-round:hover {
    background-position: -298px -340px;
  }
  .icon-nav-header .nav-social-few.has-channels .nav-social-icons .channel {
    position: relative;
    margin-bottom: 0;
  }
  .icon-nav-header .nav-social-few.has-channels .nav-social-icons .channel ul {
    position: absolute;
    background-color: #333333;
    top: 26px;
    top: 1.625rem;
    border-radius: 3px;
    padding: 8px;
    padding: 0.5rem;
    z-index: 5;
    -moz-transform: scale(0) translateX(-50%) translateY(-10px);
    -o-transform: scale(0) translateX(-50%) translateY(-10px);
    -ms-transform: scale(0) translateX(-50%) translateY(-10px);
    -webkit-transform: scale(0) translateX(-50%) translateY(-10px);
    transform: scale(0) translateX(-50%) translateY(-10px);
    -moz-transform-origin: 22% 0;
    -o-transform-origin: 22% 0;
    -ms-transform-origin: 22% 0;
    -webkit-transform-origin: 22% 0;
    transform-origin: 22% 0;
    -webkit-transition: all 240ms ease-out;
    -moz-transition: all 240ms ease-out;
    -ms-transition: all 240ms ease-out;
    -o-transition: all 240ms ease-out;
    transition: all 240ms ease-out;
  }
  .icon-nav-header .nav-social-few.has-channels .nav-social-icons .channel ul li {
    display: inline-block;
  }
  .icon-nav-header .nav-social-few.has-channels .nav-social-icons .channel ul li span {
    display: block;
  }
  .icon-nav-header .nav-social-few.has-channels .nav-social-icons .channel ul::after {
    border-bottom: 8px solid #333;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 0;
    content: "";
    left: 50%;
    height: 0;
    top: -5px;
    top: -0.3125rem;
    margin-left: -8px;
    margin-left: -0.5rem;
    position: absolute;
    width: 0;
  }
  .icon-nav-header .nav-social-few.has-channels .nav-social-icons .channel &gt; i {
    display: block;
    margin: 0;
  }
  .icon-nav-header .nav-social-few.has-channels .nav-social-icons .channel.channel-open ul {
    left: 50%;
    -moz-transform: scale(1) translateX(-50%) translateY(0px);
    -o-transform: scale(1) translateX(-50%) translateY(0px);
    -ms-transform: scale(1) translateX(-50%) translateY(0px);
    -webkit-transform: scale(1) translateX(-50%) translateY(0px);
    transform: scale(1) translateX(-50%) translateY(0px);
  }
  .icon-nav-header .nav-social-few.has-channels .nav-social-icons:hover {
    cursor: pointer;
  }
  .icon-nav-header .nav-social-few.has-channels .nav-social-icons li a {
    display: flex;
    padding: 0;
  }
  .icon-nav-header .nav-social-few.has-channels .nav-social-icons li span {
    display: none;
  }
}
@media (max-width: 767px) {
  .nav-social &gt; .nav-social-icons {
    display: none;
  }
  .nav-social.nav-social-on &gt; ul.nav-social-icons {
    display: block;
  }
}
.nav-social.has-channels:not(.nav-social-few) &gt; .nav-social-icons {
  display: none;
}
.nav-social.has-channels:not(.nav-social-few).nav-social-on &gt; ul.nav-social-icons {
  display: table;
}

/*code merge*/
.chem-nav-social {
  padding-right: 0 !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .chem-nav-social {
    padding: 0rem 0.3rem 0rem 0.5625rem !important;
  }
}

/*21214 - bug fixing*/
@media screen and (min-width: 480px) and (max-width: 677px) {
  .nav-social &gt; .nav-social-trigger {
    top: 10px;
  }
}
/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
.nav-top-bar {
  background-color: #f0f0f0;
  height: 40px;
  position: relative;
}
.nav-top-bar a,
.nav-top-bar a:hover,
.nav-top-bar a:active,
.nav-top-bar a:focus {
  color: #454545;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  white-space: nowrap;
}

.nav-top-bar-left {
  float: left;
  height: 40px;
}

.nav-top-bar-right {
  float: right;
  height: 40px;
}

@media screen and (max-width: 1024px) {
  .nav-top-bar a {
    font-size: 12px !important;
  }
}
@media (min-width: 768px) {
  .nav-wrapper.enlarge-logo .nav-top-bar .nav-top-bar-left {
    margin-left: 293px;
    z-index: 11;
    position: relative;
  }

  .nav-wrapper.enlarge-logo .component.logo .component-content a:after {
    content: "";
    display: block;
    height: 40px;
    width: 1px;
    position: absolute;
    right: -4px;
    top: 0;
    background: #f0f0f0;
    box-shadow: -4px 0 3px 0px #ccc;
  }

  .nav-wrapper.enlarge-logo .component-content a img {
    max-width: 268px;
    max-height: 65px;
  }
}
.nav-wrapper.enlarge-logo .component.logo .component-content a {
  padding: 1.25rem;
  box-shadow: none;
}

@media (max-width: 767px) {
  .nav-wrapper.enlarge-logo .component-content a img {
    max-width: 44vw;
  }

  /*Chaning top from 75 to 46 for FLWEP2-7902*/
  .nav-wrapper.enlarge-logo .component.logo .component-content a {
    top: 46px;
  }

  .nav-wrapper.enlarge-logo .nav-top-bar .nav-top-bar-left {
    margin-left: 0 !important;
  }

  /*starts - added for FLWEP2-7902*/
  .fixed-nav-header .nav-wrapper.enlarge-logo .component.logo .component-content a {
    padding: 0.7rem;
    top: 67px;
  }

  /*breadcrum issue in china site*/
  .china-header-logo .nav-main-bar {
    height: 89px;
  }

  /*ends - added for FLWEP2-7902*/
}
@media (max-width: 992px) {
  .navbar-main-header .nav-top-bar-right {
    height: auto;
  }
}
/*Pswep-338*/
.navbar-left-header .nav-top-bar-right {
  display: flex;
  margin-right: 15px;
}
@media (min-width: 300px) and (max-width: 575px) {
  .navbar-left-header .nav-top-bar-right .nav-social &gt; .nav-social-trigger {
    margin: 0;
    padding: 10px;
    top: unset;
  }
}
.navbar-left-header .nav-top-bar-right .nav-social &gt; .nav-social-icons &gt; li,
.navbar-left-header .nav-top-bar-right .nav-social-icons &gt; .channel &gt; ul {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.navbar-left-header .nav-top-bar-right .nav-social &gt; .nav-social-icons &gt; li &gt; a,
.navbar-left-header .nav-top-bar-right .nav-social-icons &gt; .channel &gt; ul &gt; li &gt; a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: white;
}
.navbar-left-header .nav-top-bar-right .nav-social-icons &gt; .channel &gt; ul &gt; li &gt; a {
  padding: 9px 5px 5px 5px;
}
.navbar-left-header .nav-top-bar-right .nav-social .nav-social-icons {
  padding: 0 8px;
}
.navbar-left-header .nav-top-bar-right .nav-social.has-channels .nav-social-trigger {
  margin-top: 2px;
}
.navbar-left-header .nav-top-bar-right .nav-email {
  padding: 10px 10px;
}
.navbar-left-header .nav-top-bar-right .nav-email span {
  line-height: 22px;
}
.navbar-left-header .nav-top-bar-right .nav-country &gt; li &gt; a {
  padding: 10px 10px;
}
.navbar-left-header .nav-top-bar-right .nav-social.has-channels .nav-social-icons .channel &gt; i {
  display: none;
}

/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
@media screen and (max-width: 767px) {
  .nav-mobile {
    display: initial;
  }

  .nav-tablet,
.nav-tablet-up,
.nav-desktop {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .nav-tablet,
.nav-tablet-up {
    display: initial;
  }

  .nav-mobile {
    display: none !important;
  }

  .icon-nav-header .nav-mobile {
    display: initial !important;
  }
  .icon-nav-header .nav-tablet,
.icon-nav-header .nav-tablet-up,
.icon-nav-header .nav-desktop {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .nav-desktop {
    display: initial;
  }

  .nav-tablet {
    display: none !important;
  }

  .icon-nav-header .nav-mobile {
    display: none !important;
  }
  .icon-nav-header .nav-tablet,
.icon-nav-header .nav-tablet-up,
.icon-nav-header .nav-desktop {
    display: initial !important;
  }
}
/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
.icon-nav-header {
  /******8740******/
}
.icon-nav-header .nav-main-search-trigger {
  padding-top: 0px;
}
.icon-nav-header .logo.component {
  margin-bottom: 0;
}
.icon-nav-header .logo a {
  position: absolute;
  z-index: 11;
  top: 0;
  left: 0;
  background-color: white;
  padding: 25px 20px 0px 20px;
  padding: 1.5625rem 1.25rem 0rem 1.25rem;
  -webkit-box-shadow: -1px -20px 18px 3px #ccc;
  -moz-box-shadow: -1px -20px 18px 3px #ccc;
  box-shadow: -1px -20px 18px 3px #ccc;
}
.icon-nav-header .logo a img {
  max-width: 83px;
}
.icon-nav-header ul li {
  position: inherit;
}
.icon-nav-header .nav-lines-brands li {
  position: relative;
}
.icon-nav-header .nav-top-bar-right:last-child {
  margin-right: 0;
}
.icon-nav-header .nav-main-bar {
  /******8740******/
  /******8740******/
}
.icon-nav-header .nav-main-bar .menu-nav-indicator-container {
  display: inline-block;
}
.icon-nav-header .nav-main-bar .menu-nav-indicatorNew-container {
  display: inline-block;
  width: 100%;
  background: #fff;
}
.icon-nav-header .nav-main-bar .menu-nav-indicator {
  display: inline-block;
  padding: 39px 0px 0px 34px;
  padding: 2.4375rem 0rem 0rem 2.125rem;
}
.icon-nav-header .nav-main-bar .menu-nav-indicator p {
  font-size: 35px;
  font-size: 2.1875rem;
  color: #4d4d4d;
}
.icon-nav-header .nav-main-bar .menu-nav-indicator:hover {
  cursor: pointer;
}
.icon-nav-header .nav-main-bar .menu-nav-indicator::before {
  position: absolute;
  height: 12px;
  width: 12px;
  left: 23px;
  left: 1.4375rem;
  top: 59px;
  top: 3.6875rem;
  content: "";
  border: 1px solid #5a5a5a;
  border-left: transparent;
  border-top: transparent;
  -webkit-transform: rotate(136deg);
  -moz-transform: rotate(136deg);
  -ms-transform: rotate(136deg);
  -o-transform: rotate(136deg);
  transform: rotate(136deg);
  cursor: pointer;
}
.icon-nav-header .nav-main-bar .menu-nav-indicatorNew {
  display: flex;
  padding: 5px 0px 0px 32px;
}
.icon-nav-header .nav-main-bar .menu-nav-indicatorNew p, .icon-nav-header .nav-main-bar .menu-nav-indicatorNew a {
  font-size: 35px;
  font-size: 2.1875rem;
  color: #4d4d4d;
}
.icon-nav-header .nav-main-bar .menu-nav-indicatorNew a {
  margin-bottom: 10px;
}
.icon-nav-header .nav-main-bar .menu-nav-indicatorNew:hover {
  cursor: pointer;
}
.icon-nav-header .nav-main-bar .menu-nav-indicatorNew .chevronMainNav {
  position: absolute;
  background-image: url(/Assets/img/icons.png);
  background-position: -235px -445px;
  width: 8px;
  height: 10px;
  padding: 10px;
  position: absolute;
  top: 16px;
  left: 3px;
}
@media (min-width: 576px) {
  .icon-nav-header .nav-main-bar .menu-nav-indicatorNew .chevronMainNav {
    top: 20px;
  }
}
.icon-nav-header .nav-main-bar .menu-nav-indicatorNew .chevronMainNav span {
  display: none;
}
.icon-nav-header .nav-main-bar .menu-nav-indicatorNew .linknavigation {
  flex-grow: 1;
}
.icon-nav-header .nav-main-search-trigger svg {
  width: 22px;
  height: 19px;
  margin: 11px auto 9px;
  overflow: inherit;
}
@media (min-width: 576px) {
  .icon-nav-header .nav-main-search-trigger svg {
    margin: 16px auto 8px;
  }
}
.icon-nav-header .nav-main-search-trigger svg path {
  stroke-width: 5px;
}
.icon-nav-header .nav-main-search-trigger:before {
  display: none;
}
.icon-nav-header .nav-main-search-trigger:hover {
  background-color: transparent;
  box-shadow: none;
}
.icon-nav-header .nav-main-item-active {
  box-shadow: none;
  background-color: transparent;
}
.icon-nav-header .nav-main-item-active.nav-main-search-trigger {
  padding-top: 12px;
}
.icon-nav-header .nav-main-item-active.nav-main-search-trigger:before, .icon-nav-header .nav-main-item-active.nav-main-search-trigger:after {
  top: 21px;
}
.icon-nav-header .nav-main-item-active:before {
  display: block;
}
.icon-nav-header .nav-main-item-active svg {
  display: none;
}
@media (min-width: 576px) {
  .icon-nav-header .nav-main-item-active.nav-main-search-trigger {
    padding-top: 20px;
  }
  .icon-nav-header .nav-main-item-active.nav-main-search-trigger:before, .icon-nav-header .nav-main-item-active.nav-main-search-trigger:after {
    top: 24px;
  }
}
.icon-nav-header .nav-main-search.search-box {
  -webkit-box-shadow: 0 1px 1px 0 rgba(17, 17, 17, 0.15);
  -moz-box-shadow: 0 1px 1px 0 rgba(17, 17, 17, 0.15);
  box-shadow: 0 1px 1px 0 rgba(17, 17, 17, 0.15);
  height: 87px;
}
.icon-nav-header .nav-main-search.search-box:after {
  display: none;
  border-left: none;
}
.icon-nav-header .nav-main-search.search-box.hide {
  display: none;
}
.icon-nav-header .nav-icon-trigger {
  float: right;
  position: relative;
  padding-top: 0.9rem;
}
.icon-nav-header .nav-icon-trigger &gt; .icon-hamburger {
  height: 2px;
  width: 20px;
  display: block;
  margin-top: 9px;
  margin-bottom: 18px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.icon-nav-header .nav-icon-trigger &gt; .icon-hamburger:before, .icon-nav-header .nav-icon-trigger &gt; .icon-hamburger:after {
  content: " ";
  height: 2px;
  width: 20px;
  top: -8px;
  display: block;
  position: absolute;
}
.icon-nav-header .nav-icon-trigger &gt; .icon-hamburger:after {
  top: 8px;
}
.icon-nav-header .nav-icon-trigger:hover {
  box-shadow: none;
  background-color: transparent;
}
.icon-nav-header .nav-icon-trigger[aria-expanded=true] {
  padding-top: 37.8px;
}
@media (min-width: 576px) {
  .icon-nav-header .nav-icon-trigger[aria-expanded=true] {
    padding-top: 2.7rem;
  }
}
.icon-nav-header .nav-icon-trigger[aria-expanded=true]:after, .icon-nav-header .nav-icon-trigger[aria-expanded=true]:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 20px;
  margin: 0 auto;
  top: 21px;
  left: 0;
  right: 0;
}
@media (min-width: 576px) {
  .icon-nav-header .nav-icon-trigger[aria-expanded=true]:after, .icon-nav-header .nav-icon-trigger[aria-expanded=true]:before {
    top: 21px;
  }
}
.icon-nav-header .nav-icon-trigger[aria-expanded=true]:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.icon-nav-header .nav-icon-trigger[aria-expanded=true]:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.icon-nav-header .nav-icon-trigger[aria-expanded=true] .icon-hamburger {
  display: none;
}
.icon-nav-header .nav-icon-trigger.nav-main-item-active + .nav-main-search-trigger:after {
  display: none;
}
.icon-nav-header .nav-icon-trigger.nav-main-item-active + .nav-main-search-trigger .nav-main-item-text {
  margin-top: 5px;
}
.icon-nav-header .nav-icon-trigger.nav-main-item-active.collapsed + .nav-main-search-trigger.nav-main-item-active:after {
  display: block;
}
.icon-nav-header .nav-icon-trigger.nav-main-item-active.collapsed + .nav-main-search-trigger .nav-main-item-text {
  margin-top: 1.79rem;
}
.icon-nav-header .nav-top-bar .nav-top-bar-left {
  margin-left: 124px;
  margin-left: 7.75rem;
}
.icon-nav-header .nav-main-icons {
  display: inline-flex;
  position: absolute;
  top: 122px;
  top: 7.625rem;
  left: 0;
  right: 0px;
  margin: 0px;
  padding: 0px;
}
@media (max-width: 991px) {
  .icon-nav-header .nav-main-icons {
    overflow-x: hidden;
  }
}
.icon-nav-header .nav-main-icons .gradients {
  width: 0;
  height: 0;
  position: absolute;
  z-index: -1;
}
.icon-nav-header .navbar {
  padding: 0;
  width: 100%;
  background-color: #fafafa;
}
.icon-nav-header .navbar .navbar-nav {
  display: block;
  width: 100%;
}
.icon-nav-header .navbar .nav-item .nav-link {
  position: relative;
  padding: 15px 20px;
  padding: 0.9375rem 1.25rem;
  text-align: left;
  display: block;
  margin: 0 auto;
  width: 100%;
  border-bottom: 1px solid #d6d6d6;
  font-size: 16px;
  font-size: 1rem;
  color: #454545;
  background: #fafafa;
}
.icon-nav-header .navbar .nav-item .nav-link:focus {
  outline-offset: -2px;
}
.icon-nav-header .navbar .nav-item .nav-link::before {
  content: "";
  position: absolute;
  height: 12px;
  width: 12px;
  border: 1px solid #5a5a5a;
  border-left: transparent;
  border-top: transparent;
  right: 26px;
  right: 1.625rem;
  top: 45px;
  top: 2.8125rem;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.icon-nav-header .navbar .nav-item .nav-link .nav-link-icon {
  display: inline-block;
  max-width: 80px;
  min-width: 60px;
  max-height: 80px;
  min-height: 60px;
  height: 80px;
  margin: 0 20px 0 0;
  margin: 0px 20px 0px 0px;
  margin: 0rem 1.25rem 0rem 0rem;
}
.icon-nav-header .navbar .nav-item .nav-link .nav-link-icon svg, .icon-nav-header .navbar .nav-item .nav-link .nav-link-icon path, .icon-nav-header .navbar .nav-item .nav-link .nav-link-icon .cls-1 {
  fill: #a6a6a6;
}
.icon-nav-header .navbar .nav-item .dropdown {
  padding: 15px 0px 15px 20px;
  padding: 0.9375rem 0rem 0.9375rem 1.25rem;
  position: static;
}
.icon-nav-header .navbar .nav-item .dropdown.dropdown-submenu {
  position: relative;
}
.icon-nav-header .navbar .nav-item .dropdown-menu {
  border: none;
  background-color: #f2f2f2;
  border-radius: 0;
  padding: 0px 20px;
  padding: 0rem 1.25rem;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: -2px;
  top: -0.125rem;
  min-height: 100vh;
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(216, 216, 216, 0.75);
  -moz-box-shadow: inset 0 2px 4px 0 rgba(216, 216, 216, 0.75);
  box-shadow: inset 0 2px 4px 0 rgba(216, 216, 216, 0.75);
}
@media (orientation: landscape) and (min-width: 0) and (max-width: 992px) {
  .icon-nav-header .navbar .nav-item .dropdown-menu {
    min-height: 200vh;
  }
}
.icon-nav-header .navbar .nav-item .dropdown-menu .nav-meganav-close {
  display: none;
}
.icon-nav-header .navbar .nav-item .dropdown-menu .meganav-subtitle {
  display: none;
}
.icon-nav-header .navbar .nav-item .dropdown-menu .nav-link-icon {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-right: 15px;
  margin-right: 0.9375rem;
}
.icon-nav-header .navbar .nav-item .dropdown-menu .nav-link-icon img {
  width: 100%;
}
.icon-nav-header .navbar .nav-item .dropdown-menu .dropdown-item {
  clear: none;
  float: none;
  display: flex;
  align-items: center;
  padding: 14px 10px;
  padding: 0.875rem 0.625rem;
  text-align: left;
  position: relative;
}
.icon-nav-header .navbar .nav-item .dropdown-menu .dropdown-item:focus, .icon-nav-header .navbar .nav-item .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
}
.icon-nav-header .navbar .nav-item .dropdown-menu .dropdown-item p, .icon-nav-header .navbar .nav-item .dropdown-menu .dropdown-item span {
  color: #4d4d4d;
  display: inline;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 41px;
  margin-bottom: 0;
  border-bottom: 1px solid transparent;
}
.icon-nav-header .navbar .nav-item .dropdown-menu .nav-chat .nav-chat-trigger span {
  color: #4d4d4d;
  display: inline;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0;
  border-bottom: 1px solid transparent;
}
.icon-nav-header .navbar .nav-item .dropdown-menu .nav-chat:not(.w-100) .nav-chat-trigger:hover span {
  border-bottom: 1px solid grey;
}
.icon-nav-header .navbar .nav-item .dropdown-menu .nav-meganav-col {
  padding: 0;
  margin-right: 0;
  width: 100%;
}
.icon-nav-header .navbar .nav-item .dropdown-menu .nav-meganav-col ul {
  padding: 0;
}
.icon-nav-header .navbar .nav-item .dropdown-menu .nav-meganav-col ul li {
  list-style-type: none;
}
.icon-nav-header .navbar .nav-item .dropdown-menu .nav-meganav-col .nav-meganav-subitem {
  padding: 0;
  border-bottom: 1px solid #d6d6d6;
  position: relative;
}
.icon-nav-header .navbar .nav-item .dropdown-menu .nav-meganav-col .nav-meganav-close {
  display: none;
}
.icon-nav-header .navbar .nav-item .dropdown-menu.show {
  -webkit-animation: slideIn 0.3s forwards;
  animation: slideIn 0.3s forwards;
}
@-webkit-keyframes slideIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.icon-nav-header .navbar .nav-item .hide {
  -webkit-animation: slideOut 0.3s forwards;
  animation: slideOut 0.3s forwards;
}
@-webkit-keyframes slideOut {
  from {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOut {
  from {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.icon-nav-header .navbar .nav-item .dropdown-toggle::after {
  display: none;
}
.icon-nav-header .navbar .nav-item.brands .dropdown-menu .dropdown-item {
  padding: 22px 10px;
  padding: 1.375rem 0.625rem;
}
.icon-nav-header .navbar .nav-item.brands .dropdown-menu .dropdown-item img {
  display: inline-block;
  height: 20px;
}
.icon-nav-header .navbar .nav-item.brands .dropdown-menu .dropdown-item::before {
  display: none;
}
.icon-nav-header .navbar .nav-item .dropdown-submenu.submenuOpen::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.icon-nav-header .navbar .nav-item .dropdown-submenu .dropdown-menu {
  position: relative;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  min-height: auto;
}
.icon-nav-header .navbar .nav-item .dropdown-submenu .dropdown-menu .nav-meganav-subitem {
  border-bottom: none;
  padding: 2px 0px;
  padding: 0.125rem 0rem;
  position: relative;
  clear: both;
  margin-bottom: 0;
}
.icon-nav-header .navbar .nav-item .dropdown-submenu .dropdown-menu .nav-meganav-subitem::before {
  display: none;
}
.icon-nav-header .navbar .nav-item .dropdown-submenu .dropdown-menu .nav-meganav-subitem .dropdown-item {
  padding: 0px 10px;
  padding: 0rem 0.625rem;
  position: relative;
  z-index: 9999;
}
.icon-nav-header .navbar .nav-item .dropdown-submenu .dropdown-menu .nav-meganav-subitem .dropdown-item p, .icon-nav-header .navbar .nav-item .dropdown-submenu .dropdown-menu .nav-meganav-subitem .dropdown-item span {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: inherit;
}
.icon-nav-header .navbar .nav-item .dropdown-submenu .dropdown-menu .nav-meganav-subitem .dropdown-item:before {
  display: none;
}
.icon-nav-header .navbar .nav-item .dropdown-submenu .dropdown-menu .nav-meganav-subitem .nav-chat .nav-chat-trigger span {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: inherit;
}
.icon-nav-header .navbar .nav-item .dropdown-submenu .dropdown-menu .nav-meganav-subitem .nav-chat .nav-chat-trigger:hover span {
  border-bottom: 1px solid grey;
}
.icon-nav-header .navbar .nav-item .dropdown-submenu .dropdown-menu.show {
  margin-top: -20px;
  margin-top: -1.25rem;
}
.icon-nav-header .navbar .nav-item .dropdown-submenu .dropdown-menu.show.hasIconPadding {
  padding-left: 67px;
  padding-left: 4.1875rem;
}
@media (min-width: 992px) {
  .icon-nav-header .navbar .nav-item .dropdown-submenu .dropdown-menu.show.hasIconPadding {
    z-index: auto;
  }
}
.icon-nav-header .nav-search-open .icon-nav-header .nav-main-search-trigger {
  position: relative;
}
.icon-nav-header .nav-search-open .icon-nav-header .nav-main-search-trigger:after, .icon-nav-header .nav-search-open .icon-nav-header .nav-main-search-trigger:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 20px;
  margin: 0;
  top: 52px;
  top: 3.25rem;
}
.icon-nav-header .nav-search-open .icon-nav-header .nav-main-search-trigger:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.icon-nav-header .nav-search-open .icon-nav-header .nav-main-search-trigger:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.icon-nav-header .nav-search-open .icon-nav-header .nav-main-search-trigger .nav-main-item-text {
  display: block;
  margin-top: 54px;
  margin-top: 3.375rem;
}
.icon-nav-header .nav-search-open .icon-nav-header .nav-main-search-trigger.nav-main-item-active {
  padding-top: 45px;
  padding-top: 2.8125rem;
}
.icon-nav-header .nav-search-open .icon-nav-header .nav-main-search {
  display: block;
}
.icon-nav-header .nav-search-open .nav-main-search-trigger::after {
  width: 25px;
}
.icon-nav-header .nav-search-open .nav-main-search-trigger .nav-main-item-text {
  margin-top: 1.74rem;
}

@media (min-width: 576px) {
  .icon-nav-header .navbar .nav-item .dropdown-submenu .dropdown-menu.show.hasIconPadding {
    padding-left: 56px;
    padding-left: 3.5rem;
  }
}
@media (min-width: 768px) {
  .icon-nav-header .nav-top-bar-right:last-child {
    margin-right: 10px;
    margin-right: 0.625rem;
  }
}
@media (min-width: 992px) {
  .icon-nav-header .navbar .nav-item.dropdown.link_active .underline, .icon-nav-header .navbar .nav-item.dropdown.show .underline, .icon-nav-header .navbar .nav-item:hover .underline, .icon-nav-header .navbar .nav-item:active .underline, .icon-nav-header .navbar .nav-item:focus .underline {
    margin: 17px auto 0 auto;
    height: 2px;
    width: 125px;
  }

  .icon-nav-header .nav-search-open .icon-nav-header .nav-main-search-trigger .underline, .icon-nav-header .nav-search-open .icon-nav-header .nav-main-search-trigger:after, .icon-nav-header .nav-search-open .icon-nav-header .nav-main-search-trigger:before, .icon-nav-header .navbar .nav-item.dropdown.link_active .underline, .icon-nav-header .navbar .nav-item.dropdown.show .underline, .icon-nav-header .navbar .nav-item:hover .underline, .icon-nav-header .navbar .nav-item:active .underline, .icon-nav-header .navbar .nav-item:focus .underline, .icon-nav-header .nav-main-search-trigger:hover .underline {
    background-size: 100% 2px;
    background-repeat: no-repeat;
  }

  .icon-nav-header .logo a {
    padding: 25px 55px 0px 55px;
    padding: 1.5625rem 3.4375rem 0rem 3.4375rem;
  }
  .icon-nav-header ul li {
    position: relative;
  }
  .icon-nav-header .nav-main-bar {
    padding-left: 0;
    height: 161px;
    padding-top: 53px;
    padding-top: 3.3125rem;
  }
  .icon-nav-header .nav-main-bar .menu-nav-indicator,
.icon-nav-header .nav-main-bar .menu-nav-indicatorNew {
    display: none;
  }
  .icon-nav-header .nav-main-search-trigger {
    padding: 0;
    width: 32px;
    margin: 0px 29px;
    margin: 0rem 1.8125rem;
  }
  .icon-nav-header .nav-main-search-trigger svg {
    width: 33px;
    height: 32px;
    margin-top: 12px;
    margin-top: 0.75rem;
    margin-bottom: 0;
  }
  .icon-nav-header .nav-main-search-trigger svg path {
    fill: #a6a6a6;
    stroke-width: 0;
  }
  .icon-nav-header .nav-main-search-trigger:hover .underline {
    margin: 62px 0px 0px -30px;
    margin: 3.875rem 0rem 0rem -1.875rem;
    left: 0;
    width: 118px;
    height: 2px;
  }
  .icon-nav-header .nav-main-item-active.nav-main-search-trigger:before, .icon-nav-header .nav-main-item-active.nav-main-search-trigger:after {
    top: 27px;
    top: 1.6875rem;
  }
  .icon-nav-header .nav-top-bar .nav-top-bar-left {
    margin-left: 194px;
    margin-left: 12.125rem;
  }
  .icon-nav-header .nav-main-icons {
    width: 88%;
    top: 0;
    position: static;
  }
  .icon-nav-header .navbar {
    background-color: white;
    position: static;
  }
  .icon-nav-header .navbar .navbar-nav {
    display: flex;
  }
  .icon-nav-header .navbar .dropdown {
    position: static;
    margin: 0px 2px;
  }
  .icon-nav-header .navbar .nav-item .nav-link {
    margin: 0 auto;
    padding: 0;
    border-bottom: none;
    text-align: center;
    display: block;
    background: #fff;
  }
  .icon-nav-header .navbar .nav-item .nav-link::before {
    display: none;
  }
  .icon-nav-header .navbar .nav-item .nav-link .nav-link-icon {
    display: block;
    max-width: 55px;
    min-width: 40px;
    max-height: 55px;
    min-height: 40px;
    height: 55px;
    margin: 0 auto 10px auto;
  }
  .icon-nav-header .navbar .nav-item .dropdown-menu {
    padding: 30px;
    padding: 1.875rem;
    min-height: auto;
    width: 100%;
    left: 0;
    right: 0;
    top: auto;
  }
  .icon-nav-header .navbar .nav-item .dropdown-menu.show {
    flex-wrap: wrap;
    display: flex;
    animation: none;
  }
  .icon-nav-header .navbar .nav-item .dropdown-menu::before {
    display: none;
  }
  .icon-nav-header .navbar .nav-item .dropdown-menu .meganav-subtitle {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 24px;
    padding: 0px 0px 20px 17px;
    padding: 0rem 0rem 1.25rem 1.0625rem;
    color: #4d4d4d;
    flex: 1 1 100%;
    display: block;
  }
  .icon-nav-header .navbar .nav-item .dropdown-menu .nav-link-icon {
    max-width: 40px;
    min-width: 21px;
    max-height: 40px;
    min-height: 21px;
    width: 40px;
    height: 40px;
    margin: 3px 20px 3px 10px;
    margin: 0.1875rem 1.25rem 0.1875rem 0.625rem;
  }
  .icon-nav-header .navbar .nav-item .dropdown-menu .nav-link-icon img {
    width: 100%;
  }
  .icon-nav-header .navbar .nav-item .dropdown-menu .dropdown-item {
    text-align: left;
    padding: 12px 0px 12px 20px;
    padding: 0.75rem 0rem 0.75rem 1.25rem;
  }
  .icon-nav-header .navbar .nav-item .dropdown-menu .dropdown-item p, .icon-nav-header .navbar .nav-item .dropdown-menu .dropdown-item span {
    margin-bottom: 0;
    line-height: 20px;
  }
  .icon-nav-header .navbar .nav-item .dropdown-menu .dropdown-item::before {
    display: none;
  }
  .icon-nav-header .navbar .nav-item .dropdown-menu .nav-meganav-col {
    width: 25%;
  }
  .icon-nav-header .navbar .nav-item .dropdown-menu .nav-meganav-col:nth-child(4) {
    border-right: 1px solid #d6d6d6;
  }
  .icon-nav-header .navbar .nav-item .dropdown-menu .nav-meganav-col:nth-last-child(2) {
    border-right: none;
  }
  .icon-nav-header .navbar .nav-item .dropdown-menu .nav-meganav-col .nav-meganav-subitem {
    border-bottom: none;
  }
  .icon-nav-header .navbar .nav-item .dropdown-menu .nav-meganav-col .nav-meganav-subitem:before {
    display: none;
  }
  .icon-nav-header .navbar .nav-item.brands .dropdown-menu .dropdown-item {
    padding: 3px 0px 35px 25px;
    padding: 0.1875rem 0rem 2.1875rem 1.5625rem;
  }
  .icon-nav-header .navbar .nav-item.brands .dropdown-menu .dropdown-item img {
    height: 25px;
  }
  .icon-nav-header .navbar .nav-item .dropdown-menu .nav-meganav-close {
    display: block;
    right: 5px;
    right: 0.3125rem;
    top: 5px;
    top: 0.3125rem;
  }
  .icon-nav-header .navbar .nav-item a.dropdown-item::before {
    vertical-align: text-bottom;
  }
  .icon-nav-header .navbar .nav-item.dropdown.show .dropdown-item:hover,
.icon-nav-header .navbar .nav-item.dropdown.show .dropdown-item:active {
    background-color: transparent;
    border: none;
  }
  .icon-nav-header .navbar .nav-item.dropdown.show .dropdown-item:hover p, .icon-nav-header .navbar .nav-item.dropdown.show .dropdown-item:hover span,
.icon-nav-header .navbar .nav-item.dropdown.show .dropdown-item:active p,
.icon-nav-header .navbar .nav-item.dropdown.show .dropdown-item:active span {
    border-bottom: 1px solid grey;
  }
  .icon-nav-header .navbar .nav-item.dropdown.show .dropdown-item:focus {
    background-color: transparent;
  }
  .icon-nav-header .navbar .nav-item.dropdown.show a[href="javascript:void(0)"].dropdown-item p,
.icon-nav-header .navbar .nav-item.dropdown.show a[href="##"].dropdown-item p {
    border-bottom: none;
  }
  .icon-nav-header .navbar .nav-item.dropdown.show a[href="javascript:void(0)"].dropdown-item:hover p, .icon-nav-header .navbar .nav-item.dropdown.show a[href="javascript:void(0)"].dropdown-item:active p,
.icon-nav-header .navbar .nav-item.dropdown.show a[href="##"].dropdown-item:hover p,
.icon-nav-header .navbar .nav-item.dropdown.show a[href="##"].dropdown-item:active p {
    border-bottom: none;
  }
  .icon-nav-header .navbar .nav-item li.nav-meganav-title:hover {
    text-decoration: underline;
  }
  .icon-nav-header .navbar .nav-item li.nav-meganav-title .dropdown-title {
    color: #333;
    text-align: center;
    clear: none;
    float: none;
    display: block;
    padding-left: 16px;
    padding-left: 1rem;
    text-align: left;
  }
  .icon-nav-header .navbar .nav-item li.nav-meganav-title .dropdown-title:hover, .icon-nav-header .navbar .nav-item li.nav-meganav-title .dropdown-title:active {
    background-color: transparent;
    border: none;
  }
  .icon-nav-header .navbar .nav-item a::before {
    display: none;
  }
  .icon-nav-header .navbar .nav-item a::before {
    content: none;
    width: 80px;
    height: 50px;
    display: block;
    margin: 0 auto;
    font-size: 37px;
    font-size: 2.3125rem;
    line-height: 45px;
    color: #c4c4c4;
  }
  .icon-nav-header .navbar .nav-item .dropdown-submenu .dropdown-menu {
    top: 0;
  }
  .icon-nav-header .navbar .nav-item .dropdown-submenu .dropdown-menu.show {
    margin-top: -22px;
    margin-top: -1.375rem;
    padding-left: 10px;
    padding-left: 0.625rem;
  }
  .icon-nav-header .navbar .nav-item .dropdown-submenu .dropdown-menu.show.hasIconPadding {
    padding-left: 80px;
    padding-left: 5rem;
  }
  .icon-nav-header .navbar .nav-item .dropdown-submenu .dropdown-menu.show.noIconPadding {
    /* @include rem-fallback(padding-top, 11px / 16px);*/
    padding-top: 25px;
    padding-top: 1.5625rem;
  }
  .icon-nav-header .navbar .nav-item .dropdown-submenu .dropdown-menu .nav-meganav-subitem {
    padding: 5px 0px 0px 0px;
    padding: 0.3125rem 0rem 0rem 0rem;
  }
  .icon-nav-header .navbar .nav-item .dropdown-submenu::before {
    display: none;
  }
  .icon-nav-header .nav-icon-trigger {
    display: none;
  }
  .icon-nav-header .nav-search-open .icon-nav-header .nav-main-search-trigger:after, .icon-nav-header .nav-search-open .icon-nav-header .nav-main-search-trigger:before {
    width: 22px;
    top: 30px;
    top: 1.875rem;
  }
  .icon-nav-header .nav-search-open .icon-nav-header .nav-main-search-trigger .nav-main-item-text {
    display: none;
  }
  .icon-nav-header .nav-search-open .icon-nav-header .nav-main-search-trigger .underline {
    margin: 106px 0px 0px -30px;
    margin: 6.625rem 0rem 0rem -1.875rem;
    left: 0;
    width: 118px;
    height: 2px;
  }
  .icon-nav-header .nav-search-open .icon-nav-header .nav-main-search {
    display: block;
  }
  .icon-nav-header .nav-search-open .icon-nav-header .nav-main-search:after {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .nav-header:not(.icon-nav-header) .nav-main-item.nav-main-search-trigger.nav-main-item-active:before {
    top: 33px;
  }
  .nav-header:not(.icon-nav-header) .nav-main-item.nav-main-search-trigger.nav-main-item-active:after {
    top: 33px;
  }
}
/*Ipad Portrait*/
.on-page-editor .nav-top-bar-left {
  min-width: 190px;
}
.on-page-editor .nav-top-bar-right {
  min-width: 190px;
}

.china-header-logo .component-content a {
  padding: 5px 5px;
  padding: 0.3125rem 0.3125rem;
}
.china-header-logo .component-content a img {
  max-width: 105px;
}

@media (min-width: 768px) {
  .china-header-logo .nav-top-bar .nav-top-bar-left {
    margin-left: 105px;
  }
}
@media (min-width: 992px) {
  .china-header-logo .component-content a img {
    max-width: 135px;
  }
  .china-header-logo .nav-top-bar .nav-top-bar-left {
    margin-left: 140px;
  }
}
@media (max-width: 992px) {
  .nav-main-search-trigger {
    width: auto;
  }
}
@media screen and (max-width: 1024px) {
  .icon-nav-header .navbar .nav-item .nav-link {
    font-size: 14px;
  }

  .icon-nav-header .navbar .nav-item .nav-meganav-subitem .dropdown-item p, .icon-nav-header .navbar .nav-item .nav-meganav-subitem .dropdown-item span {
    font-size: 13px;
  }

  .icon-nav-header .navbar .nav-item .nav-meganav-subitem .dropdown-menu .nav-meganav-subitem .dropdown-item p, .icon-nav-header .navbar .nav-item .nav-meganav-subitem .dropdown-menu .nav-meganav-subitem .dropdown-item span {
    font-size: 12px !important;
  }
}
.skip-link {
  color: #fff;
  background-color: #1f1e1e;
  top: 10px;
  width: 20%;
  height: auto;
  overflow: auto;
  padding: 1rem 0;
  border-radius: 5px;
  border: 2px solid #154f8d;
  text-align: center;
  font-size: 1rem;
  z-index: 99;
  position: fixed;
  left: -1000px;
}

#skip {
  color: #fff;
}

#skip:focus, #skip:active {
  outline: none;
}

.skip-link a:focus, .skip-link a:active {
  outline: 1px solid white;
  outline-offset: -2px;
  color: #fff;
  background-color: #1f1e1e;
  top: 10px;
  width: 20%;
  height: auto;
  overflow: auto;
  padding: 1rem 0;
  border-radius: 5px;
  border: 2px solid #154f8d;
  text-align: center;
  font-size: 1rem;
  z-index: 99;
  position: fixed;
  left: 40%;
}

/*7881*/
.nav-expandable-menu:has(.fa-chevron-down) ~ .meganav-subitem-container {
  display: none;
}

.nav-expandable-menu.nav-meganav-title:has(.fa-chevron-down) + .nav-meganav-subitem {
  display: none;
}

.nav-expandable-menu .dropdown-menu.show.hasIconPadding.nav-expandable-menu-open {
  padding-top: 6px;
}

@media (min-width: 992px) {
  .icon-nav-header .navbar .nav-item.dropdown.show .dropdown-item span {
    word-wrap: break-word;
    white-space: normal;
  }
}
@media (min-width: 319px) and (max-width: 539px) {
  .nav-meganav-subitem .w-100 .chat-wrapper {
    margin-top: 2.5% !important;
  }

  .nav-meganav-subitem .w-100 .chat-wrapper-icon {
    margin-left: 1px !important;
    margin-top: 0.5% !important;
  }
}
@media (min-width: 560px) and (max-width: 991px) and (orientation: landscape) {
  html.ios .nav-meganav-subitem .w-100 .chat-wrapper-icon {
    margin-top: 0.1% !important;
  }
}
@media (min-width: 992px) {
  .nav-meganav-subitem .w-100 .chat-wrapper-icon {
    margin-top: 4% !important;
  }

  .nav-meganav-subitem .w-100 .chat-wrapper {
    margin-top: 4% !important;
  }
}
@media (max-width: 992px) {
  .nav-main-bar {
    min-height: 70px;
  }

  .nav-icon-trigger {
    padding-top: 0.9rem;
  }
  .nav-icon-trigger[aria-expanded=true] {
    padding-top: 37.8px;
  }
  .nav-icon-trigger:after, .nav-icon-trigger:before {
    top: 21px;
  }

  .icon-nav-header .fixed-nav-header .nav-main-bar {
    height: 89px;
  }

  /*7881 - accordian  menu*/
  .icon-nav-header .navbar .nav-item .dropdown-submenu .dropdown-menu.show {
    margin-top: 6px;
  }

  .icon-nav-header .navbar .nav-item .dropdown-menu .dropdown-item {
    padding-bottom: 0px;
  }

  .icon-nav-header .navbar .nav-item .dropdown-menu .nav-expandable-menu .dropdown-item p.normal-font-level3 {
    font-family: EMprint, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
    font-weight: 400 !important;
  }

  .icon-nav-header .navbar .nav-item .dropdown-menu .nav-meganav-col .nav-meganav-subitem.nav-expandable-menu {
    padding-bottom: 0px;
    padding-top: 0;
    position: relative;
    top: 1px;
  }

  .icon-nav-header .navbar .nav-item .dropdown-submenu .dropdown-menu .nav-meganav-subitem .dropdown-item span.normal-font-level3 {
    padding-bottom: 2px;
  }

  .icon-nav-header .navbar .nav-item.dropdown.show .dropdown-item:hover p {
    border-bottom: 1px solid #808080;
  }

  .icon-nav-header .navbar .nav-item .dropdown-menu .dropdown-item p {
    border-bottom: 1px solid transparent;
  }
}
@media (max-width: 992px) {
  .icon-nav-header .nav-main-icons {
    top: 4.5rem;
  }

  /******8740******/
  .icon-nav-header .navbar .nav-item .dropdown-menu {
    padding: 0px;
  }

  .icon-nav-header .navbar .nav-item .dropdown-menu .nav-meganav-col {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .icon-nav-header .nav-main-icons {
    top: 5.5rem;
  }
}
@media (min-width: 560px) and (max-width: 960px) {
  .nav-chat .nav-chat-on .chat-wrapper-icon {
    top: 81%;
  }

  .nav-chat-on .chat-wrapper-icon {
    top: 81%;
  }
}
@media screen and (max-width: 769px) {
  .nav-chat-on .qrcode .qr-row .qr-column .ecommerce-image {
    max-width: 150px;
  }
}
@media (min-width: 530px) and (max-width: 570px) {
  .nav-meganav-col .nav-chat .nav-chat-on .chat-wrapper-icon {
    margin-left: 0px;
  }
}
@media screen and (max-width: 320px) {
  .nav-meganav-col .nav-meganav-subitem .nav-chat.nav-chat-on .chat-wrapper-icon {
    margin-left: 0px;
  }

  .nav-chat-on .chat-wrapper .qrcode .qr-row {
    display: block;
  }
}
/*starts - added for FLWEP2-7902*/
.icon-nav-header .enlarge-logo .nav-main-bar .menu-nav-indicator {
  padding: 40px 0px 0px 34px;
}

.icon-nav-header .enlarge-logo .nav-main-bar .menu-nav-indicator::before {
  top: 63px;
}

@media (max-width: 576px) {
  .icon-nav-header .enlarge-logo .nav-main-bar .menu-nav-indicator {
    padding: 59px 0px 0px 34px;
  }
}
.enlarge-logo .nav-main-item {
  min-height: 70px;
}

/*Enlarge logo in fixed header*/
.icon-nav-header.fixed-nav-header .enlarge-logo .nav-main-bar .menu-nav-indicator::before {
  top: 93px;
}

.icon-nav-header.fixed-nav-header .enlarge-logo .nav-main-bar .menu-nav-indicator {
  padding: 74px 0px 0px 34px;
}

@media (max-width: 992px) {
  .icon-nav-header.fixed-nav-header .enlarge-logo .nav-main-bar {
    height: 120px;
  }

  .icon-nav-header.fixed-nav-header .nav-main-bar {
    height: 90px;
  }
}
@media (max-width: 767px) {
  .icon-nav-header .enlarge-logo .nav-main-bar .menu-nav-indicator {
    padding: 70px 0px 0px 34px;
  }

  .icon-nav-header .enlarge-logo .nav-main-bar .menu-nav-indicator::before {
    top: 90px;
  }

  .nav-header &gt; .enlarge-logo.nav-wrapper:before,
.nav-header &gt; .nav-wrapper:after {
    display: none;
  }
}
/*ends - added for FLWEP2-7902*/
/*New badge*/
.new-badge-container {
  position: absolute;
  background: #d42e12;
  padding: 5px;
}

.new-badge-text {
  color: #fff;
  padding: 0;
  margin: 0;
  line-height: 1.5;
  font-size: 0.8125em;
}

@media (max-width: 991px) {
  .new-badge-container {
    right: 45px;
    top: 40px;
  }
}
@media (max-width: 575px) {
  .new-badge-container {
    right: 36px;
    top: 32px;
  }
}
@media (max-width: 575px) {
  .nav-link-text {
    width: 55%;
    display: inline-block;
    vertical-align: middle;
  }
}
.external_link_icon svg, .external_link_icon path, .external_link_icon .cls-1 {
  fill: #454545;
}

a.meganav-subtitle {
  margin-bottom: 10px;
}

/**making site_logo_bottom to work with css only**/
@media (max-width: 991px) {
  .icon-nav-header[data-hidelogotop=True] .nav-wrapper &gt; .logo {
    display: none;
  }
  .icon-nav-header[data-hidelogotop=True] .enlarge-logo.nav-wrapper &gt; .logo {
    display: unset;
  }
  .icon-nav-header[data-hidelogotop=True] .enlarge-logo.nav-wrapper .nav-main-bar .site_logo_bottom .logo {
    display: none;
  }
  .icon-nav-header[data-hidelogotop=True] .nav-wrapper:not(.enlarge-logo) .nav-top-bar-left {
    margin-left: 0 !important;
  }
  .icon-nav-header[data-hidelogotop=True] .site_logo_bottom {
    display: inline-block;
    line-height: 56px;
    width: 120px;
    margin-top: 2.5px;
  }
  .icon-nav-header[data-hidelogotop=True] .site_logo_bottom a img {
    width: 120px;
    margin-top: 6px;
    max-width: 100%;
    display: none;
  }

  .icon-nav-header .nav-main-bar .site_logo_bottom .logo {
    display: inline;
  }
  .icon-nav-header .nav-main-bar .site_logo_bottom a {
    position: relative;
    top: unset;
    left: unset;
    box-shadow: unset;
    padding: unset;
  }
}
@media (min-width: 992px) {
  .icon-nav-header .site_logo_bottom,
.icon-nav-header .site_logo_bottom a img,
.icon-nav-header .site_logo_bottom img {
    display: none;
  }
}
/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
.icon-nav-header .nav-ecommerce {
  float: right;
  padding: 10px 8px 0px 8px;
  padding: 0.625rem 0.5rem 0rem 0.5rem;
}
.icon-nav-header .nav-ecommerce .icon-ecommerce-round {
  background-position: -323px -340px;
}
.icon-nav-header .nav-ecommerce .icon-ecommerce-round:hover {
  background-position: -204px -435px;
}
.icon-nav-header .nav-ecommerce .ecommerce-wrapper {
  width: max-content;
  background-color: #333;
  color: white;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: table;
  left: 0;
  padding: 8px;
  padding: 0.5rem;
  position: absolute;
  z-index: 12;
  -moz-transform: scale(0) translateX(-50%) translateY(-10px);
  -o-transform: scale(0) translateX(-50%) translateY(-10px);
  -ms-transform: scale(0) translateX(-50%) translateY(-10px);
  -webkit-transform: scale(0) translateX(-50%) translateY(-10px);
  transform: scale(0) translateX(-50%) translateY(-10px);
  -moz-transform-origin: 15px 0;
  -o-transform-origin: 15px 0;
  -ms-transform-origin: 15px 0;
  -webkit-transform-origin: 15px 0;
  transform-origin: 15px 0;
  -webkit-transition: all 240ms ease-out;
  -moz-transition: all 240ms ease-out;
  -ms-transition: all 240ms ease-out;
  -o-transition: all 240ms ease-out;
  transition: all 240ms ease-out;
}
.icon-nav-header .nav-ecommerce .ecommerce-wrapper .ecommerce-title {
  max-width: 150px;
}
.icon-nav-header .nav-ecommerce .ecommerce-wrapper .close-button {
  font-size: 22px;
  font-size: 1.375rem;
  position: relative;
  z-index: 2;
  cursor: pointer;
  line-height: 4px;
  text-align: right;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
.icon-nav-header .nav-ecommerce.nav-ecommerce-on::after {
  border-bottom: 8px solid #333;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 0;
  content: "";
  height: 0;
  position: absolute;
  width: 0;
}
.icon-nav-header .nav-ecommerce.nav-ecommerce-on .ecommerce-wrapper {
  transform: scale(1);
  width: 95%;
  margin-top: 7px;
  margin-top: 0.4375rem;
  margin-left: 13px;
  margin-left: 0.8125rem;
}

@media (min-width: 576px) {
  .icon-nav-header .nav-ecommerce {
    position: relative;
  }
  .icon-nav-header .nav-ecommerce .ecommerce-wrapper::after {
    left: 96%;
    border-bottom: 8px solid #333;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 0;
    height: 0;
    top: -5px;
    top: -0.3125rem;
    margin-left: -8px;
    margin-left: -0.5rem;
    position: absolute;
    width: 0;
    top: 33px;
    right: 14px;
  }
  .icon-nav-header .nav-ecommerce.nav-ecommerce-on::after {
    right: 15px;
    top: 33px;
  }
  .icon-nav-header .nav-ecommerce.nav-ecommerce-on .ecommerce-wrapper {
    max-width: 400px;
    -moz-transform: scale(1) translateX(-90%) translateY(0px);
    -o-transform: scale(1) translateX(-90%) translateY(0px);
    -ms-transform: scale(1) translateX(-90%) translateY(0px);
    -webkit-transform: scale(1) translateX(-90%) translateY(0px);
    transform: scale(1) translateX(-90%) translateY(0px);
    width: 400px;
    margin-top: 0;
    margin-left: 0;
  }
}
/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
.icon-nav-header .nav-email {
  position: relative;
  float: right;
  padding: 10px 8px 0px 8px;
  padding: 0.625rem 0.5rem 0rem 0.5rem;
}
.icon-nav-header .nav-email &gt; img {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 auto;
}
.icon-nav-header .nav-email &gt; span {
  display: none;
}
.icon-nav-header .nav-email:hover {
  cursor: pointer;
}
.icon-nav-header .EmailModal .btn-close {
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 500;
  line-height: 40px;
  color: #4d4d4d;
}

@media (min-width: 768px) {
  .icon-nav-header .nav-email &gt; img {
    display: none;
  }
  .icon-nav-header .nav-email &gt; span {
    display: block;
    color: #454545;
    display: block;
    font-size: 13px;
    font-size: 0.8125rem;
    white-space: nowrap;
  }
}
.navbar-main-header .nav-top-bar-right .link-list,
.navbar-main-header .nav-top-bar-right .nav-email {
  float: right;
  padding: 10px 6px 0;
}

.navbar-main-header .nav-top-bar-right .link-list {
  display: flex;
}
.navbar-main-header .nav-top-bar-right .link-list li {
  padding: 0 10px;
}

.navbar-main-header .nav-top-bar-right .nav-email &gt; img {
  display: none;
}

/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
.nav-meganav-chat {
  float: none !important;
}

.nav-chat {
  float: right;
  position: relative;
  padding: 10px 12px 0px 0px;
  padding: 0.625rem 0.75rem 0rem 0rem;
}
.nav-chat .icon-wechat-round {
  background-position: -179px -435px;
}
.nav-chat .icon-wechat-round:hover {
  background-position: -154px -435px;
}
.nav-chat .chat-wrapper-icon {
  display: none;
}
.nav-chat .chat-wrapper {
  margin: 5px 10px 0px 0px;
  margin: 0.3125rem 0.625rem 0rem 0rem;
  width: max-content;
  background-color: #333;
  color: white;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: table;
  padding: 8px;
  padding: 0.5rem;
  position: absolute;
  z-index: 1001;
  -moz-transform-origin: 15px 0;
  -o-transform-origin: 15px 0;
  -ms-transform-origin: 15px 0;
  -webkit-transform-origin: 15px 0;
  transform-origin: 15px 0;
  -webkit-transition: all 240ms ease-out;
  -moz-transition: all 240ms ease-out;
  -ms-transition: all 240ms ease-out;
  -o-transition: all 240ms ease-out;
  transition: all 240ms ease-out;
}
.nav-chat .chat-wrapper .close-button {
  font-size: 22px;
  font-size: 1.375rem;
  position: relative;
  z-index: 2;
  cursor: pointer;
  line-height: 4px;
  text-align: right;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
@media (min-width: 576px) {
  .nav-chat .chat-wrapper {
    left: 4px;
  }
}
.nav-chat.nav-chat-on::after {
  display: none;
}
.nav-chat.nav-chat-on .chat-wrapper-icon {
  display: block;
  border-bottom: 8px solid #333;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 0;
  content: "";
  height: 0;
  margin-left: -8px;
  position: absolute;
  width: 0;
}
.nav-chat.nav-chat-on .chat-wrapper {
  transform: scale(1);
}

.nav-meganav-title .nav-chat.nav-chat-on .chat-wrapper-icon, .nav-main-mobile-panel .nav-chat.nav-chat-on .chat-wrapper-icon {
  top: auto;
}

.nav-meganav-col .nav-chat.nav-chat-on .chat-wrapper-icon {
  margin-left: -5px;
}

.nav-meganav-col .nav-meganav-title .nav-chat.nav-chat-on .chat-wrapper-icon {
  margin-left: 3px;
}

.nav-chat:not(.nav-chat-on) .chat-wrapper {
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}

body:not(.on-page-editor) .nav-chat:not(.nav-chat-on) .chat-wrapper {
  display: none;
}

.nav-meganav-subitem .nav-chat-trigger span {
  color: #4d4d4d;
}

.nav-meganav-title .nav-chat-trigger span {
  color: #333;
}

@media (min-width: 992px) {
  .nav-meganav-title ~ .contains-nav-chat:not(.contains-link-icon, .nav-meganav-title) {
    padding-top: 10px !important;
  }
}

.icon-nav-header .navbar .nav-item .dropdown-menu .nav-meganav-col .nav-meganav-subitem.contains-link-icon {
  padding: 12px 0px 12px 20px;
}
@media (max-width: 991px) {
  .icon-nav-header .navbar .nav-item .dropdown-menu .nav-meganav-col .nav-meganav-subitem.contains-link-icon {
    display: flex;
    padding: 14px 10px;
    padding: 0.875rem 0.625rem;
    margin: 0;
  }
}

.icon-nav-header .navbar .nav-item .dropdown-menu .nav-meganav-col .nav-meganav-subitem.contains-link-icon .hasIconPadding {
  margin-left: -8px;
  margin-left: -0.5rem;
}

icon-nav-header .navbar .nav-item .dropdown-menu .nav-meganav-col .nav-meganav-subitem.contains-nav-chat {
  padding: 12px 0px 12px 20px;
}

.icon-nav-header .navbar .nav-item .dropdown-menu .nav-meganav-col .nav-meganav-subitem.contains-nav-chat &gt; .nav-link-icon {
  float: left;
}

.icon-nav-header .navbar .nav-item .dropdown-menu .nav-meganav-col .nav-meganav-subitem.contains-nav-chat &gt; .nav-link-icon + .nav-chat {
  padding-left: 0;
}

.nav-meganav-title ~ .contains-nav-chat .nav-chat {
  padding-left: 0px;
}

.nav-header ul &gt; li .contains-nav-chat {
  margin-left: 2px;
}
@media (min-width: 576px) {
  .nav-header ul &gt; li .contains-nav-chat {
    margin-bottom: 5px;
    margin-left: 0px;
  }
}

.contains-nav-chat {
  margin-bottom: 0px;
}
.contains-nav-chat:not(.contains-link-icon, .nav-meganav-title) {
  padding-top: 0px !important;
}
.contains-nav-chat .nav-chat:not(.w-100) {
  padding-top: 0px !important;
}

.contains-nav-chat.contains-link-icon {
  display: flex;
  margin-bottom: 0;
}
.contains-nav-chat.contains-link-icon .nav-chat {
  margin: auto 0;
}

@media (max-width: 992px) {
  .icon-nav-header .nav-chat.w-100 {
    padding: 14px 10px;
    padding: 0.875rem 0.625rem;
    border-bottom: 1px solid #c3c3c3;
  }
}
@media (min-width: 992px) {
  .icon-nav-header .nav-chat.w-100 {
    padding: 12px 0px 12px 20px;
    padding: 0.75rem 0rem 0.75rem 1.25rem;
  }
}
.contains-nav-chat .nav-chat {
  float: none;
}

.contains-nav-chat:not(.nav-meganav-subitem) .nav-chat {
  padding: 0;
}

@media (min-width: 576px) {
  .icon-nav-header .nav-chat .chat-wrapper::after {
    display: none;
  }
  .icon-nav-header .nav-chat.nav-chat-on::after {
    display: none;
  }
  .icon-nav-header .nav-chat.nav-chat-on .chat-wrapper {
    -moz-transform: scale(1) translateX(-90%) translateY(0px);
    -o-transform: scale(1) translateX(-90%) translateY(0px);
    -ms-transform: scale(1) translateX(-90%) translateY(0px);
    -webkit-transform: scale(1) translateX(-90%) translateY(0px);
    transform: scale(1) translateX(-90%) translateY(0px);
    top: 40px;
    margin-top: 0;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .icon-nav-header .nav-chat {
    padding: 10px 10px 0px 10px;
    padding: 0.625rem 0.625rem 0rem 0.625rem;
  }
  .icon-nav-header .nav-chat .chat-wrapper {
    top: 40px;
    top: 2.5rem;
  }
}
@media (min-width: 961px) {
  .nav-chat-on .chat-wrapper-icon {
    top: 2.0625rem;
  }
}
/*code merge*/
.nav-chat-bg-white .chat-wrapper {
  width: 200px;
  background-color: #fff;
  border: 2px solid #0c479d;
  border-radius: 0;
  color: #0c479d;
  left: -172px;
  margin-top: 10px;
  transform: none !important;
}

.nav-chat-bg-white .chat-wrapper .close-button {
  padding: 0;
  top: -18px;
  right: -13px;
}

.nav-chat.nav-chat-bg-white .chat-wrapper-icon {
  display: none;
}

.nav-chat.nav-chat-on .chat-wrapper-icon {
  display: block;
  border-bottom: 8px solid #333;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 0;
  content: "";
  height: 0;
  margin-left: 0;
  position: absolute;
  width: 0;
}

.nav-chat .chat-wrapper .close-button {
  font-size: 22px;
  font-size: 1.375rem;
  position: relative;
  z-index: 2;
  cursor: pointer;
  line-height: 4px;
  text-align: right;
  margin-bottom: 8px;
  margin: 0.5rem 0 0.8rem 0;
}

.nav-chat .chat-wrapper .qr-row {
  margin-bottom: 15px;
}

.qrcode {
  margin-bottom: 0;
}

.nav-chat .chat-wrapper .ecommerce-number {
  margin: 0;
}

@media (max-width: 767px) {
  .chat-wrapper {
    left: 0px;
    top: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .chat-wrapper {
    left: 10px;
    top: 32px;
  }
}
@media (min-width: 992px) {
  .nav-chat .chat-wrapper {
    left: 9px;
    top: 34px;
  }
}
/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
body .component.supress {
  display: none;
}
@media (min-width: 576px) {
  body.on-page-editor .IconHomepage .desktop-message {
    display: block;
  }
}

.IconHomepage .desktop-message {
  display: none;
}
.IconHomepage .icon-home {
  padding-left: 20px;
  padding-left: 1.25rem;
}
.IconHomepage .icon-home .icon-home-item {
  list-style-type: none;
  width: 45%;
  display: inline-grid;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  text-align: center;
  max-height: 220px;
  height: 0;
  padding-bottom: 45%;
  position: relative;
}
.IconHomepage .icon-home .icon-home-item:nth-child(odd) {
  margin-right: 20px;
  margin-right: 1.25rem;
}
.IconHomepage .icon-home .icon-home-item a {
  color: white;
  font-size: 21px;
  font-size: 1.3125rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.IconHomepage .icon-home .icon-home-item a .nav-link-icon {
  height: 0;
  padding-bottom: 50%;
  position: relative;
}
.IconHomepage .icon-home .icon-home-item a .nav-link-icon .icon-home-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 15%;
}

@media (min-width: 576px) {
  body .component.supress {
    display: block;
  }

  .IconHomepage .icon-home {
    display: none;
  }
}
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
/*code merge*/
.qrcode .qr-row {
  content: "";
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: inherit;
}
.qrcode .qr-row .qr-column {
  margin-left: 5px;
  margin-right: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.qrcode .qr-row .qr-column .qr-head .icon-wechat-round {
  margin-right: 5px;
  margin-right: 0.3125rem;
}
.qrcode .qr-row .qr-column .ecommerce-title {
  text-align: center;
  margin-bottom: 0;
  margin-top: 5px;
  margin-top: 0.3125rem;
  font-weight: bold;
  max-width: 180px;
}
.qrcode .qr-row .qr-column .ecommerce-title a {
  color: inherit;
  white-space: normal;
  overflow-wrap: break-word;
}
.qrcode .qr-row .qr-column .ecommerce-image {
  max-width: 88px;
  margin: auto;
}
.qrcode .qr-row .qr-column .ecommerce-number {
  text-align: center;
  font-weight: bold;
}
.qrcode .qr-row .qr-column .btn, .qrcode .qr-row .qr-column .btn-primary, .qrcode .qr-row .qr-column .btn-secondary, .qrcode .qr-row .qr-column .btn-tertiary, .qrcode .qr-row .qr-column .btn-primary-em-blue, .qrcode .qr-row .qr-column .btn-deemphasized, .qrcode .qr-row .qr-column .btn-light, .qrcode .qr-row .qr-column .btn-badge, .qrcode .qr-row .qr-column .btn-icon {
  display: block;
  left: 0;
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  max-width: 200px;
  white-space: normal;
}
.qrcode .qr-row .qr-column .btn-secondary {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
}
.qrcode .qr-row .qr-column .qr-image {
  max-width: 115px;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
}
.qrcode .qr-row .qr-column .qr-head {
  display: flex;
  text-align: left;
  width: 115px;
  margin: 0 auto;
}
.qrcode .qr-row .qr-column .qr-head .qr-title {
  max-width: 89px;
  line-height: 2;
}
.qrcode .qr-row .qr-column .qr-head .qr-title a {
  color: inherit;
  white-space: normal;
}

.icon-nav-header .nav-chat.nav-chat-on .chat-wrapper.only-child {
  width: auto;
  left: auto;
  margin-left: auto;
  padding: 10px;
  padding: 0.625rem;
}

@media (min-width: 576px) {
  .qrcode .qr-row .qr-column .qr-head {
    width: 130px;
  }
  .qrcode .qr-row .qr-column .qr-head .qr-title {
    max-width: 100px;
  }
  .qrcode .qr-row .qr-column .qr-image {
    max-width: 130px;
  }
  .qrcode .qr-row .qr-column .ecommerce-image {
    max-width: 150px;
    min-width: 145px;
  }
  .qrcode .qr-row .qr-column .ecommerce-title {
    max-width: 150px;
  }
}
@media (min-width: 768px) {
  .qrcode .qr-row .qr-column {
    padding: 0px 10px;
    padding: 0rem 0.625rem;
  }
  .qrcode .qr-row .qr-column .qr-head {
    width: auto;
    margin: 0;
  }
  .qrcode .qr-row .qr-column .qr-head .qr-title {
    line-height: 1.5;
    max-width: 134px;
    margin-left: 5px;
  }
  .qrcode .qr-row .qr-column .qr-head .icon-wechat-round {
    margin-right: 0;
  }
  .qrcode .qr-row .qr-column .qr-image {
    max-width: 200px;
  }
}
/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
body.on-page-editor {
  text-align: left;
  /*code merge*/
  /*code merge ends*/
}
body.on-page-editor .s03-surfaced-item .surfaced-item .surfaced-item-content-heading-sm {
  display: block;
}
body.on-page-editor .s03-surfaced-item .surfaced-item.surfaced-item-overlay-description .surfaced-item-label-image,
body.on-page-editor .s03-surfaced-item .surfaced-item.surfaced-item-overlay-flip .surfaced-item-content-image .flipboard-overlay,
body.on-page-editor .featured-item.f01-featured-item.featured-text-overlay .featured-title-copy {
  position: unset;
}
body.on-page-editor .s03-surfaced-item .surfaced-item.surfaced-item-overlay-flip .surfaced-item-content-image .flipboard-overlay {
  opacity: 1;
  padding: 3rem 0;
}
body.on-page-editor .s03-surfaced-item .surfaced-item.surfaced-item-overlay-flip .surfaced-item-content-image .overlay-text-container {
  padding: 20px 0;
}
body.on-page-editor .s03-surfaced-item .surfaced-item.surfaced-item-overlay-flip .surfaced-item-content-image .overlay-text-container .content-cta-overlay {
  margin: 0.125rem;
  width: auto;
  padding: 0.625rem 3.125rem;
}
body.on-page-editor .collapse {
  display: block;
}
body.on-page-editor .color-dataVisualization.red-orange,
body.on-page-editor .color-dataVisualization.blue-cyan,
body.on-page-editor .color-dataVisualization.green-lime,
body.on-page-editor .color-dataVisualization.plum-ruby,
body.on-page-editor .color-dataVisualization.seablue-turquoise,
body.on-page-editor .color-dataVisualization.yellow-orange {
  display: inline-flex;
}
body.on-page-editor .color-dataVisualization.red-orange p.field-title,
body.on-page-editor .color-dataVisualization.red-orange .data-visualization-text,
body.on-page-editor .color-dataVisualization.blue-cyan p.field-title,
body.on-page-editor .color-dataVisualization.blue-cyan .data-visualization-text,
body.on-page-editor .color-dataVisualization.green-lime p.field-title,
body.on-page-editor .color-dataVisualization.green-lime .data-visualization-text,
body.on-page-editor .color-dataVisualization.plum-ruby p.field-title,
body.on-page-editor .color-dataVisualization.plum-ruby .data-visualization-text,
body.on-page-editor .color-dataVisualization.seablue-turquoise p.field-title,
body.on-page-editor .color-dataVisualization.seablue-turquoise .data-visualization-text,
body.on-page-editor .color-dataVisualization.yellow-orange p.field-title,
body.on-page-editor .color-dataVisualization.yellow-orange .data-visualization-text {
  -webkit-text-fill-color: #2b2626;
}
body.on-page-editor .color-dataVisualization.red-orange .color-second-title,
body.on-page-editor .color-dataVisualization.blue-cyan .color-second-title,
body.on-page-editor .color-dataVisualization.green-lime .color-second-title,
body.on-page-editor .color-dataVisualization.plum-ruby .color-second-title,
body.on-page-editor .color-dataVisualization.seablue-turquoise .color-second-title,
body.on-page-editor .color-dataVisualization.yellow-orange .color-second-title {
  display: inline-flex;
  -webkit-text-fill-color: initial;
}
body.on-page-editor .screen-title-full-right .screen-title-image {
  float: right;
}
body.on-page-editor .screen-title-full-left .screen-title-image {
  float: left;
}
body.on-page-editor .component.app-promotion .app-img {
  display: initial;
}
body.on-page-editor .component.image .image-wrap {
  float: left;
  margin: 16px;
  margin: 1rem;
  padding-top: 12px;
  padding-top: 0.75rem;
  position: relative;
}
body.on-page-editor .component.image .image-wrap:before {
  content: attr(data-size);
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  left: 0;
  position: absolute;
  top: -8px;
  white-space: nowrap;
}
body.on-page-editor .component.image .image-wrap img {
  display: inline-block;
  height: initial;
  margin: 0;
  width: initial;
}
body.on-page-editor .component.app-promotion .app-img {
  display: initial;
}
body.on-page-editor .surfaced-item .glyph-link.enable-html {
  display: block;
}
body.on-page-editor .surfaced-item.surfaced-item-horizontal .surfaced-item-image {
  display: block;
}
body.on-page-editor .surfaced-item.surfaced-item-horizontal .surfaced-item-image.static-map {
  display: block;
}
body.on-page-editor .CoveoSearchInterface .container.top-facet {
  display: block;
}
body.on-page-editor .nav-main-search {
  display: block;
  padding-top: 20px;
  padding-top: 1.25rem;
}
body.on-page-editor .bp-xl.bp-lg &gt; .featured-item.featured-item-slide-topic &gt; .featured-item-slide-title-copy {
  position: relative;
}
body.on-page-editor .bp-lg &gt; .featured-item.featured-item-title-overlay &gt; .featured-item-image-wrap &gt; .featured-item-title {
  position: relative;
}
body.on-page-editor .bp-lg &gt; .featured-item.featured-item-full-overlay &gt; .featured-item-copy-outer {
  position: relative;
}
body.on-page-editor .bp-lg &gt; .featured-item.featured-item-full-overlay &gt; .featured-item-copy-outer &gt; .featured-item-copy-inner {
  position: relative;
}
body.on-page-editor .bp-lg &gt; .featured-item.featured-item-full-overlay &gt; .featured-item-image-wrap &gt; .featured-item-title {
  position: relative;
}
body.on-page-editor .component.alert, body.on-page-editor .component.alert-warning, body.on-page-editor .component.alert-danger {
  display: block;
}
body.on-page-editor .component.alert.d-none, body.on-page-editor .component.d-none.alert-warning, body.on-page-editor .component.d-none.alert-danger {
  display: initial !important;
}
body.on-page-editor .component.alert &gt; p, body.on-page-editor .component.alert-warning &gt; p, body.on-page-editor .component.alert-danger &gt; p {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
body.on-page-editor .component.alert [data-cookie-duration], body.on-page-editor .component.alert-warning [data-cookie-duration], body.on-page-editor .component.alert-danger [data-cookie-duration] {
  background: #fff;
  display: block;
  margin-top: 30px;
  margin-top: 1.875rem;
  padding-left: 0;
  position: relative;
  margin-left: 45px;
  margin-left: 2.8125rem;
}
body.on-page-editor .component.alert [data-cookie-duration]:before, body.on-page-editor .component.alert-warning [data-cookie-duration]:before, body.on-page-editor .component.alert-danger [data-cookie-duration]:before {
  content: "On dismiss, hide alert for (days):";
  font-weight: bold;
  left: 0;
  line-height: 20px;
  position: absolute;
  top: -25px;
}
body.on-page-editor .component.alert [data-cookie-duration] *, body.on-page-editor .component.alert-warning [data-cookie-duration] *, body.on-page-editor .component.alert-danger [data-cookie-duration] * {
  width: 100%;
}
body.on-page-editor .component.t01-screen-title .screen-title.screen-title-overlay &gt; .screen-title-image-wrap &gt; .screen-title-title.field-title {
  position: relative;
}
body.on-page-editor .expanding-box .component.c04-lightbox {
  text-align: left;
}
body.on-page-editor .col-lg-3 .event-list .event-list-description img {
  display: none;
}

html.nav-main-mobile-open body.on-page-editor #nav-main-mobile, html.nav-main-mobile-open body.preview #nav-main-mobile {
  top: 90px;
}

/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
.component.b05-button.btn, .component.b05-button.btn-primary, .component.b05-button.btn-secondary, .component.b05-button.btn-tertiary, .component.b05-button.btn-primary-em-blue, .component.b05-button.btn-deemphasized, .component.b05-button.btn-light, .component.b05-button.btn-badge, .component.b05-button.btn-icon {
  margin-bottom: 2px;
  margin-bottom: 0.125rem;
}

.sp05-button-bar .button-bar .b05-button, .sp05-button-bar .button-bar .c04-lightbox {
  display: inline-block;
}
@media (max-width: 767px) {
  .sp05-button-bar .button-bar .b05-button, .sp05-button-bar .button-bar .c04-lightbox {
    margin-bottom: 2px;
    margin-bottom: 0.125rem;
  }
}
@media (max-width: 767px) {
  .sp05-button-bar .button-bar .b05-button {
    width: 100%;
  }
}

.bp-max-xs .sp05-button-bar .button-bar .b05-button, .bp-max-xs .sp05-button-bar .button-bar .c04-lightbox {
  display: inline-block;
  width: 100%;
  margin-bottom: 2px;
  margin-bottom: 0.125rem;
}
.bp-max-xs .sp05-button-bar .button-bar .c04-lightbox {
  width: auto;
  display: block;
}
.bp-max-xs .sp05-button-bar .button-bar .b05-button {
  padding: 10px;
  padding: 0.625rem;
  width: 100%;
}

.c04-lightbox .b05-button {
  white-space: normal;
}

@media (min-width: 992px) {
  .bp-max-md &gt; .component.c04-lightbox {
    display: inline-block;
    margin-right: 3px;
    margin-right: 0.1875rem;
  }
}
@media (min-width: 992px) {
  .bp-max-md &gt; .component.b05-button {
    display: inline-block;
    margin-right: 3px;
    margin-right: 0.1875rem;
  }
}

/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
@media print {
  html, body, form {
    background-color: #fff !important;
  }

  html.ie #footer-bottom #footer-logos #footer-related-companies a,
html.ie11 #footer-bottom #footer-logos #footer-related-companies a {
    display: table-cell;
    vertical-align: middle;
  }
  html.ie #footer-bottom #footer-logos #footer-related-companies a img,
html.ie11 #footer-bottom #footer-logos #footer-related-companies a img {
    display: block;
  }
  html.ie #footer-bottom #footer-logos a.footer-logo-large,
html.ie11 #footer-bottom #footer-logos a.footer-logo-large {
    display: inline-block;
  }
  html.ie #footer-bottom #footer-logos a.footer-logo-large span,
html.ie11 #footer-bottom #footer-logos a.footer-logo-large span {
    display: none;
  }
  html.ie #footer-bottom #footer-logos a.footer-logo-large img,
html.ie11 #footer-bottom #footer-logos a.footer-logo-large img {
    display: block;
  }

  div.nav-top-bar {
    display: none !important;
  }

  div.nav-main-bar .nav-main-search-trigger {
    display: none !important;
  }
  div.nav-main-bar ul.nav-main-list {
    display: none !important;
  }

  .footer-top {
    display: none !important;
  }

  div.component.component-margin-xs.breadcrumb-panel {
    display: none !important;
  }

  div.component.component-margin-none.breadcrumb-panel {
    display: none !important;
  }

  .print-device #productSeriesPds {
    display: none;
  }
  .print-device .special-screen-title-text h3 {
    margin: 0;
    font-family: inherit !important;
  }
  .print-device .table-striped &gt; thead {
    background-color: #ddd;
  }
  .print-device .table-striped &gt; thead &gt; tr &gt; td, .print-device .table-striped &gt; thead &gt; tr &gt; th {
    border: 1px solid #979797;
    padding: 8px;
    padding: 0.5rem;
    text-align: left;
  }
  .print-device .table-striped &gt; tbody &gt; tr:nth-of-type(odd) {
    background-color: #f9f9f9;
  }
  .print-device .table-striped &gt; tbody &gt; tr:nth-of-type(even) {
    background-color: #ddd;
  }
  .print-device .table-striped &gt; tbody &gt; tr td {
    border: 1px solid #979797;
    padding: 8px;
    padding: 0.5rem;
  }
  .print-device .footer-copyright * {
    font-size: inherit;
  }
}
/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
#lightbox-sdsdatasheet h3, #lightbox-pdsdatasheet h3 {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

#divProductSDSDetails, #divProductPDSDetails {
  display: block;
  float: left;
  clear: both;
}
@media (min-width: 576px) {
  #divProductSDSDetails, #divProductPDSDetails {
    display: inline;
    float: right;
    clear: none;
  }
}

.eventdetails-button .c04-lightbox, .eventdetails-button .btn, .eventdetails-button .btn-primary, .eventdetails-button .btn-secondary, .eventdetails-button .btn-tertiary, .eventdetails-button .btn-primary-em-blue, .eventdetails-button .btn-deemphasized, .eventdetails-button .btn-light, .eventdetails-button .btn-badge, .eventdetails-button .btn-icon {
  display: inline-block;
}

.anchorWithoutHref:not([href]):not([tabindex]), .anchorWithoutHref:not([href]):not([tabindex]), .anchorWithoutHref:not([href]):not([tabindex]):focus, .anchorWithoutHref:not([href]):not([tabindex]):hover {
  color: #0c479d;
  text-decoration: none;
  cursor: pointer;
}

.TechResrcAtrclDtls .c04-lightbox button.component.btn.btn-primary, .TechResrcAtrclDtls .c04-lightbox button.component.btn-primary {
  margin: 2px;
  margin: 0.125rem;
}
.TechResrcAtrclDtls .component.c04-lightbox {
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
.TechResrcAtrclDtls button.component.btn, .TechResrcAtrclDtls button.component.btn-primary, .TechResrcAtrclDtls button.component.btn-secondary, .TechResrcAtrclDtls button.component.btn-tertiary, .TechResrcAtrclDtls button.component.btn-primary-em-blue, .TechResrcAtrclDtls button.component.btn-deemphasized, .TechResrcAtrclDtls button.component.btn-light, .TechResrcAtrclDtls button.component.btn-badge, .TechResrcAtrclDtls button.component.btn-icon {
  margin: 2px;
  margin: 0.125rem;
}
.TechResrcAtrclDtls label {
  font-weight: 700;
}

/*Ipad Portrait*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .TechResrcAtrclDtls .component.c04-lightbox {
    float: left;
  }
}
/*---*/
.a04-special-screen-title .img-bordered {
  margin: 0px 16px 16px 0px;
  margin: 0rem 1rem 1rem 0rem;
  float: left;
}
.a04-special-screen-title .special-screen-title-text {
  display: inline-block;
}

#languageSelectorId .modal-header {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
#languageSelectorId .modal-header h3 {
  color: #2b2626;
  font-size: 25px;
  font-size: 1.5625rem;
}
@media only screen and (max-width: 767px) {
  #languageSelectorId .modal-header h3 {
    font-size: 1rem;
  }
}
#languageSelectorId .modal-header p {
  font-size: 13.6px;
  font-size: 0.85rem;
  color: #2b2626;
}
#languageSelectorId .modal-header .btn-close {
  position: absolute;
  top: 0;
  right: 0;
}

.position-center {
  text-align: center;
}

@media (max-width: 575px) {
  .caption-text {
    display: grid;
    align-items: flex-end;
    height: 140px !important;
  }
}
.modal.show #divsdsdocs .div-table .div-table-body .div-table-row .div-table-cell {
  word-break: normal;
  white-space: normal;
  border-right: none;
}
.modal.show #divsdsdocs .div-table .div-table-body .div-table-row .div-table-cell:last-child {
  border-right: 1px solid #e6e6e6;
}

.external-locator-head {
  padding: 20px 20px 0px 20px;
  padding: 1.25rem 1.25rem 0rem 1.25rem;
  width: 100%;
}
.external-locator-head .logo {
  margin-bottom: 0px;
}

.b01-paragraph.paragraph {
  font-size: 13px;
}
@media (min-width: 768px) {
  .b01-paragraph.paragraph {
    font-size: 16px;
  }
}

.b01-paragraph.paragraph.small {
  font-size: 13px;
}

.b01-paragraph.paragraph.large {
  font-size: 16.25px;
}
@media (min-width: 768px) {
  .b01-paragraph.paragraph.large {
    font-size: 20px;
  }
}

.link-list.external-locator {
  list-style: none;
  max-width: 500px;
  text-align: center;
  margin: auto;
}
.link-list.external-locator li {
  display: inline-block;
  line-height: 40px;
}
.link-list.external-locator li a:after {
  content: "|";
  margin-left: 9px;
  margin-right: 9px;
}
.link-list.external-locator li:last-of-type a:after {
  content: none;
  margin: 0;
}

.OEMDynamicHeading &gt; .b03-image {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
  .external-locator-head {
    padding: 30px 30px 0px 30px;
    padding: 1.875rem 1.875rem 0rem 1.875rem;
  }

  .link-list.external-locator li {
    line-height: 50px;
  }
}
/* Iphone Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  .event-section h3.h4 {
    font-size: 18px;
  }
  .event-section ul li a {
    font-size: 13px;
  }
  .event-section ul li .component.paragraph {
    font-size: 13px;
    margin-bottom: 1.5rem;
  }
  .event-section .coveo-globalsearchbox .CoveoSearchInterface .CoveoOmnibox.magic-box .magic-box-input &gt; input {
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .event-section .detail-search + p {
    position: absolute;
    top: 64px;
  }

  .CoveoSearchInterface .col-lg-3 .b01-paragraph.paragraph span {
    font-size: 13px !important;
  }
  .CoveoSearchInterface .col-lg-3 .coveo-facet .CoveoFacet .coveo-facet-header .coveo-facet-header-title {
    font-size: 13px;
    font-weight: bold;
  }
  .CoveoSearchInterface.events-search .col-lg-9 .b04-link.link {
    font-size: 13px;
    text-align: left;
  }
  .CoveoSearchInterface.events-search .CoveoResultList {
    overflow-y: auto;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) {
  .CoveoSearchInterface.events-search .col-lg-9 .b04-link.link {
    text-align: left;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 736px) and (orientation: portrait) {
  .event-section h3.h4 {
    font-size: 18px;
  }
  .event-section ul li a {
    font-size: 13px;
  }
  .event-section ul li .component.paragraph {
    font-size: 13px;
    margin-bottom: 1.5rem;
  }
  .event-section .coveo-globalsearchbox .CoveoSearchInterface .CoveoOmnibox.magic-box .magic-box-input &gt; input {
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .event-section .detail-search + p {
    position: absolute;
    top: 64px;
  }
}
@media (max-width: 768px) {
  .CoveoSearchInterface.events-search table thead th {
    white-space: normal;
  }
}
@media (max-width: 576px) {
  .event-section h3.h4 {
    font-size: 18px;
  }
  .event-section ul li a {
    font-size: 13px;
  }
  .event-section ul li .component.paragraph {
    font-size: 13px;
    margin-bottom: 1.5rem;
  }
  .event-section .coveo-globalsearchbox .CoveoSearchInterface .CoveoOmnibox.magic-box .magic-box-input &gt; input {
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .event-section .detail-search + p {
    position: absolute;
    top: 64px;
  }

  .CoveoSearchInterface .col-lg-3 .b01-paragraph.paragraph span {
    font-size: 13px !important;
  }
  .CoveoSearchInterface .col-lg-3 .coveo-facet .CoveoFacet .coveo-facet-header .coveo-facet-header-title {
    font-size: 13px;
    font-weight: bold;
  }
  .CoveoSearchInterface.events-search .CoveoResultList {
    overflow-y: auto;
  }
  .CoveoSearchInterface.events-search .coveo-result-list-container {
    display: table;
    margin-bottom: 0px;
    margin-bottom: 0rem;
  }
}
.poisition-left {
  text-align: left;
}

.position-right {
  text-align: right;
}

.magic-box .magic-box-input {
  background: none !important;
}

.img-div {
  padding: unset !important;
}

.col-2-layout {
  margin-left: unset !important;
  padding: unset !important;
}

.col-3-layout {
  margin-left: unset !important;
  padding: unset !important;
}

.full-width-layout {
  margin-left: unset !important;
  margin-right: unset !important;
  padding-left: unset !important;
  padding-right: unset !important;
}

.banner-btn-pad {
  padding: 0px 20px !important;
}

.fullwidth-margin {
  margin-bottom: unset !important;
}

.fullwidth-toppad {
  padding-top: unset !important;
}

.fullwidth-sidepad {
  padding: unset !important;
}

.hero-banner-div {
  padding: 10px;
}

.hero-banner-overlay {
  background: none !important;
  font-size: 16px !important;
  padding: 15px !important;
  margin: unset !important;
  bottom: unset !important;
}

.btn-hero-banner {
  border: 1px solid;
}

.t03-screen-title .banner-btn-pad .component.b05-button.btn &gt; a, .t03-screen-title .banner-btn-pad .component.b05-button.btn-primary-em-blue &gt; a, .t03-screen-title .banner-btn-pad .component.b05-button.btn-primary &gt; a, .t03-screen-title .banner-btn-pad .component.b05-button.btn-secondary &gt; a, .t03-screen-title .banner-btn-pad .component.b05-button.btn-tertiary &gt; a, .t03-screen-title .banner-btn-pad .component.b05-button.btn-deemphasized &gt; a, .t03-screen-title .banner-btn-pad .component.b05-button.btn-light &gt; a, .t03-screen-title .banner-btn-pad .component.b05-button.btn-badge &gt; a, .t03-screen-title .banner-btn-pad .component.b05-button.btn-icon &gt; a {
  padding: 10px 10px !important;
  display: block;
}

.hero-banner-topmargin {
  /*margin-top: 10%*/
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.t03-screen-title .component.b04-link {
  text-align: center !important;
}

.t03-screen-title .component.b03-image {
  height: 100% !important;
}

.img-div img {
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 820px) {
  .hero-banner-div .b05-button {
    width: 100%;
  }

  .t03-screen-title .b05-button {
    width: 100%;
  }
}
.btn-rowmargin {
  margin-left: -20px;
}

@media only screen and (min-width: 820px) {
  .col-2-layout .img-div {
    left: 50%;
    padding: unset !important;
  }

  .col-2-layout .hero-banner-div {
    right: 50%;
  }

  .col-3-layout .img-div {
    left: 33.33%;
  }

  .col-3-layout .hero-banner-div {
    right: 66.66%;
  }
}
@media only screen and (max-width: 820px) {
  .col-2-layout {
    padding: unset !important;
  }

  .col-3-layout {
    padding: unset !important;
  }

  .banner-btn-pad {
    padding: 10px 20px !important;
  }

  .t03-screen-title.component .component {
    margin-bottom: unset !important;
  }

  .layout-pad {
    padding: unset !important;
  }
}
.component.list a {
  text-decoration: underline;
}

.business-card-item &gt; .h5 &gt; a {
  text-decoration: none;
}

.business-card-item &gt; .h5 &gt; a:hover {
  text-decoration: underline;
}

.component.list .component.b05-button.btn &gt; a, .component.list .component.b05-button.btn-primary &gt; a, .component.list .component.b05-button.btn-secondary &gt; a, .component.list .component.b05-button.btn-tertiary &gt; a, .component.list .component.b05-button.btn-primary-em-blue &gt; a, .component.list .component.b05-button.btn-deemphasized &gt; a, .component.list .component.b05-button.btn-light &gt; a, .component.list .component.b05-button.btn-badge &gt; a, .component.list .component.b05-button.btn-icon &gt; a {
  text-decoration: none;
}

.product-selector-spinner,
.locator-spinner {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.product-selector-spinner .coveo-search-button-loading,
.locator-spinner .coveo-search-button-loading {
  vertical-align: middle;
  animation: none;
  display: inline-block;
  color: #0e469b;
}
.product-selector-spinner .coveo-search-button-loading-svg,
.locator-spinner .coveo-search-button-loading-svg {
  display: inline;
  color: #1d4f76;
  width: 160px;
  height: 160px;
  -o-animation-name: coveo-spin;
  -moz-animation-name: coveo-spin;
  -webkit-animation-name: coveo-spin;
  animation-name: coveo-spin;
  -o-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -o-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -o-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes coveo-spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes coveo-spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes coveo-spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes coveo-spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.ps-salesforce-form .wep2-required {
  color: #d42e12;
}

.hsLevel1 {
  font-size: 18px;
  color: #0070c0;
}

.hsLevel2 {
  font-size: 15px;
  color: #606060;
  font-weight: 600;
}

.hsLevel3 {
  font-size: 14px;
  font-family: EMprint, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
  color: #606060;
}

.hscolumn {
  columns: 100px 3;
}

@media (max-width: 575px) {
  .hscolumn {
    columns: 100px 1;
  }
}
@media only screen and (min-width: 576px) and (max-width: 820px) {
  .hscolumn {
    columns: 100px 2;
  }
}
@media only screen and (min-width: 992px) {
  .hscolumn {
    columns: 100px 3;
  }
}
.equipment-search-spinner {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.equipment-search-spinner .coveo-search-button-loading {
  vertical-align: middle;
  animation: none;
  display: inline-block;
  color: #0e469b;
}
.equipment-search-spinner .coveo-search-button-loading-svg {
  display: inline;
  color: #1d4f76;
  width: 4rem;
  height: 4rem;
  -o-animation-name: coveo-spin;
  -moz-animation-name: coveo-spin;
  -webkit-animation-name: coveo-spin;
  animation-name: coveo-spin;
  -o-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -o-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -o-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes coveo-spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes coveo-spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes coveo-spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes coveo-spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.gallery .gallery-inner.wep-gallery img {
  width: 25.688rem;
  height: 12.5rem;
}

.wep-gallery-edit img {
  width: 50%;
  height: 50%;
}

.gallery-video-modal .modal-content, .gallery-image-modal .modal-content {
  background-color: transparent;
}

.gallery-image-modal .modal-content {
  background-color: #4a4a4a;
  border-radius: 0px;
}

.gallery-video-modal .modal-body button.btn-close {
  color: white;
  opacity: 1;
  margin-left: -6%;
  float: left;
  margin-top: -1%;
  font-size: 2rem;
  width: auto;
  height: auto;
}

.caption-above {
  left: 0;
  bottom: 0;
  padding: 3px;
}

.caption-text {
  display: grid;
  align-items: flex-end;
  height: 100px;
  overflow: overlay;
  padding-right: 10px;
}

a.video-link-item {
  position: relative;
}

.caption {
  height: 300px;
  position: relative;
}

.gallery-video-modal .modal-body button.btn-close:hover {
  color: white;
  opacity: 1;
}

.gallery-video-modal .modal-body .embed-responsive.embed-responsive-16by9 {
  border: 4px solid white;
}

.gallery-image-modal .modal-body .embed-responsive.embed-responsive-16by9 {
  border: 4px solid white;
  border-radius: 5px;
}

.gallery-video-modal .embed-form-iframe::before {
  padding-top: 0 !important;
}

.gallery-image-modal .modal-body button.btn-close {
  border: 1px solid #bababa;
  border-radius: 50%;
  width: 20px;
  text-shadow: none;
  color: #bababa;
  font-size: 1.2rem;
  opacity: 1;
  margin-bottom: 0.3rem;
  margin-right: -1.2rem;
  font-weight: normal;
  box-sizing: border-box;
  height: auto;
}

.gallery-image-modal .modal-body {
  padding-top: 0px;
}

.counter-container {
  border: 2px solid black;
  border-radius: 15px;
  background-color: #e6e6e6;
  padding: 20px;
}

.signature-count-txt {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
}

.counter-txt {
  text-align: center;
  background-color: black;
  height: auto;
  width: 35px;
  color: white;
  font-weight: 700;
  font-size: 30px;
  border-radius: 5px;
  margin-right: 10px;
}

.play-btn-overlay {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
}

.counter-container {
  justify-content: center;
  align-items: center;
}

.gallery i.fas.fa-play, .gallery i.fa fa-youtube-play {
  color: white;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  font-size: 1rem;
  transform: translate(-50%, -50%);
}

.gallery-inner.wep-gallery .row {
  margin-left: -15px;
  margin-right: -15px;
}

.fas.fa-play.brightcove-icon {
  font-size: 1rem;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  padding: 20px;
  transform: translate(-50%, -50%);
}

.fas.fa-play.brightcove-icon:hover {
  background-color: #d52484;
}

.fas.fa-play.youtube-icon {
  font-size: 1rem;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 18px;
  padding: 16px 24px;
  transform: translate(-50%, -50%);
}

.fas.fa-play.youtube-icon:hover {
  background-color: red;
}

.gallery i.fas.fa-play {
  font-size: 16px;
}

.cardlocks-form-header {
  background-color: #0e469b;
  color: white;
  line-height: 2;
  padding: 0px 16px;
}

.application-id-red {
  color: #d42e12;
}

@media (min-width: 412px) and (max-width: 767px) {
  .gallery-video-modal .modal-body button.btn-close {
    margin-left: -7%;
  }

  .caption-text {
    display: grid;
    align-items: flex-end;
    height: 100px;
  }
}
@media (min-width: 412px) and (max-width: 575px) {
  .gallery-video-modal .modal-dialog {
    margin: 1rem;
  }
}
@media (min-width: 320px) and (max-width: 411px) {
  .gallery-video-modal .modal-dialog {
    margin: 1rem;
  }

  .gallery-video-modal .modal-body button.btn-close {
    margin-left: -10.5%;
  }
}
.toggle-switch {
  --togglswitchwidth: 60px;
  --togglswitchheight: calc(var(--togglswitchwidth) / 3);
  position: relative;
  display: inline-block;
  width: var(--togglswitchwidth);
  height: var(--togglswitchheight);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  border-radius: var(--togglswitchheight);
  cursor: pointer;
}

.toggle-switch input {
  display: none;
}

.toggle-switch.toggle-list input {
  display: inline-block;
  margin-left: 5px;
}

.toggle-switch .slider {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: var(--togglswitchheight);
  background-color: #fff;
  transition: all 0.4s ease-in-out;
  border: 1px solid #000;
}

.toggle-switch .slider::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(var(--togglswitchheight));
  height: calc(var(--togglswitchheight));
  border-radius: calc(var(--togglswitchheight) / 2);
  background-color: #4d4d4d;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  transition: all 0.4s ease-in-out;
}

.toggle-switch input:checked + .slider::before {
  transform: translateX(calc(var(--togglswitchwidth) - var(--togglswitchheight)));
  background-color: #0e469b;
}

.toggle-switch .labels {
  position: absolute;
  top: 2px;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 12px;
  font-family: sans-serif;
  transition: all 0.4s ease-in-out;
}

.toggle-switch .labels::after {
  content: attr(data-off);
  position: absolute;
  right: 5px;
  color: #4d4d4d;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}

.toggle-switch .labels::before {
  content: attr(data-on);
  position: absolute;
  left: 5px;
  color: #0e469b;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

.toggle-switch input:checked ~ .labels::after {
  opacity: 0;
}

.toggle-switch input:checked ~ .labels::before {
  opacity: 1;
}

.toggle-list-group span.field-validation-error {
  background-color: #d42e12;
  color: #fff;
  display: block;
  font-size: 1rem;
  padding: 0.625rem;
}

.header_h3 {
  font-size: 2rem !important;
}

.coveo-sort-container br {
  display: none;
}

.user_consent_content {
  background-color: #fff;
  margin: 2rem 0;
  padding: 16px;
}
@media (min-width: 992px) {
  .user_consent_content {
    margin-right: 20%;
    margin-left: 20%;
    border: 2px solid #919191;
  }
  .station-locator-details .user_consent_content {
    margin: 2rem 0;
  }
  .locator-detail .user_consent_content {
    margin: 2rem 0;
  }
}

.user_consent_brightcovecontent {
  background-color: #fff;
  margin: 2rem 0;
  padding: 16px;
}
@media (min-width: 992px) {
  .user_consent_brightcovecontent {
    border: 2px solid #919191;
  }
}

.user_consent_title {
  margin-top: 10px;
  font-size: 1.125rem;
}

.user_consent_button_area {
  margin-top: 12px;
}

.station-locator-details .sp01-map.hide-map-div,
.locator-detail .sp01-map.hide-map-div {
  height: 0 !important;
}

.station-locator-details .user_consent_img img,
.locator-detail .user_consent_img img {
  height: unset;
  width: unset;
}

.cta-body-wrapper {
  background-color: #fff;
  margin: 0 auto;
  max-width: 1400px;
  position: relative;
  right: 0;
  -webkit-transition: right 0.35s ease;
  -moz-transition: right 0.35s ease;
  -ms-transition: right 0.35s ease;
  -o-transition: right 0.35s ease;
  transition: right 0.35s ease;
  word-break: break-word;
}

.cta-container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.cta-body-content {
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.cta-container-main {
  width: 80%;
  margin: 0 auto;
}

.cta-container-main .cta-container-text {
  text-align: center;
}

.cta-container-main .cta-container-text &gt; h3 {
  font-size: 26px;
}

.cta-body-content .cta-container-main .cta-container-text &gt; p {
  font-size: 23px;
  font-weight: 700;
}

.cta-container {
  width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
}

.cta-box {
  width: 29%;
  display: inline-block;
  margin: 5px;
  vertical-align: top;
}

.cta-box span {
  display: block;
}

.cta-box .component {
  margin-bottom: 0.5rem;
}

.cta-box .image {
  max-width: 200px;
  width: 100%;
  height: 213px;
  margin-left: auto;
  margin-right: auto;
}

.cta-box .image &gt; img {
  width: 100%;
}

@media (max-width: 992px) {
  .cta-box {
    width: 30%;
    display: inline-block;
    margin: 5px;
  }

  .cta-box .image &gt; img {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cta-box {
    width: 45%;
    display: inline-block;
    margin: 5px;
  }
}
@media (max-width: 576px) {
  .cta-box {
    width: 99%;
    display: inline-block;
    margin: 5px;
  }
}
.cta-box-editor {
  width: 29%;
  display: inline-block;
  margin: 5px;
  vertical-align: top;
}

.cta-box-editor span {
  display: block;
}

.cta-box-editor .component {
  margin-bottom: 0.5rem;
}

@media (min-width: 767px) {
  .CoveoSearchInterface.trsearch .enhanced-result-list .coveo-result-list-container .coveo-result-cell.coveo-quick-view-container {
    flex-basis: 40%;
    width: 355px;
    min-width: 355px;
  }

  .CoveoSearchInterface.trsearch .enhanced-result-list .coveo-result-list-container .coveo-result-cell.coveo-quick-view-container img {
    width: 335px;
    min-width: 335px;
    min-height: 157px;
    height: 157px;
  }

  .CoveoSearchInterface.trsearch .enhanced-result-list .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(2) {
    flex-basis: 60%;
  }

  .enhance-search-coveo .coveo-querysummary {
    padding-left: 10px;
  }
}
@media (min-width: 250px) and (max-width: 767px) {
  .CoveoSearchInterface.trsearch .enhanced-result-list .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(2) {
    width: unset;
    display: block;
  }

  .CoveoSearchInterface.trsearch .enhanced-result-list .CoveoResult .coveo-result-frame &gt; .coveo-result-row &gt; .coveo-result-cell:nth-child(3) {
    display: none;
  }

  .CoveoSearchInterface.trsearch .enhanced-result-list .CoveoResult .coveo-result-frame &gt; .coveo-result-row {
    display: block;
    margin-bottom: 0.625rem;
  }

  .CoveoSearchInterface.trsearch .enhanced-result-list .coveo-result-list-container .coveo-result-cell.coveo-quick-view-container {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .CoveoSearchInterface.trsearch .enhanced-result-list .coveo-result-list-container .coveo-result-cell.coveo-quick-view-container img {
    width: 100%;
    max-width: 100%;
    height: unset;
    max-height: 100%;
  }

  .CoveoSearchInterface.trsearch .enhanced-result-list .CoveoResult {
    width: 100%;
  }
}
.enhanced-result-list .coveo-result-list-container .coveo-result-row .coveoforsitecore-information-section .CoveoResultLink {
  margin-bottom: 0.25rem;
  color: black;
}

.enhanced-result-list .coveo-result-list-container .coveo-result-row .coveoforsitecore-information-section .enhance-coveo-author {
  padding-bottom: 0.75px;
}

.enhanced-result-list .coveo-result-list-container .coveo-result-row .coveoforsitecore-information-section .enhance-coveo-author .CoveoResultTitle {
  padding: 0px !important;
  font-size: 15px;
}

.CoveoSearchInterface .CoveoResultList .CoveoResult .coveoforsitecore-information-section &gt; span {
  margin-top: 0.625rem;
}

.enhanced-result-list .coveo-result-list-container .coveo-result-row .coveoforsitecore-information-section .enhance-coveo-author .enhance-coveo-date {
  margin-top: 2px;
  font-size: 12.75px;
}

body:not(.on-page-editor) .enhanced-result-list .showMoreResults {
  display: block;
}

.b03-image img {
  height: auto;
}

.recent-searches-links a {
  text-decoration: underline;
}

@media (min-width: 992px) {
  .facetFilter_btnContainer, .selected_filter {
    display: none;
  }

  .facetFilter_mainContainer {
    display: block;
  }

  .facetFilter_border {
    border: none;
    margin-bottom: 0;
  }

  .facetFilter_borderTop {
    border-top: 1px solid #eee;
    padding-top: 0px;
  }
}
@media (max-width: 991px) {
  .facetFilter_btnContainer {
    display: block;
    background-color: #ebebeb;
    padding: 0.75rem 0.5rem 0.75rem 1.25rem;
    margin-bottom: 20px;
  }
  .facetFilter_btnContainer .facetFilter_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    text-decoration: none;
    color: #2b2626;
    font-size: 1rem;
  }
  .facetFilter_btnContainer .facetFilter_btn i {
    background-position: -421px -402px;
    width: 2.9%;
    padding-right: 25px;
  }

  .facetFilter_btnContainer.facetFilter_expanded {
    background-color: #fff;
  }

  .facetFilter_expanded .facetFilter_btn i {
    background-position: -394px -402px;
    width: 2.9%;
    padding-right: 25px;
  }

  .facetFilter_mainContainer {
    display: none;
    padding: 1rem;
  }

  .facetFilter_border {
    border-left: 6px solid #00a3e0;
    border-right: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 20px;
  }
  .facetFilter_border .facetFilter_btnContainer {
    margin-bottom: 0px;
  }

  .facetFilter_borderTop {
    border-top: none;
  }

  .selected_filter {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 6px;
  }
  .selected_filter span {
    padding: 2px 0px 2px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    background: #0376A9;
    color: #fff;
    display: flex;
    align-items: center;
  }
  .selected_filter span i {
    padding: 0px 10px 0;
    margin-top: 2px;
  }
}
.red_arrow.glyph-link a::after {
  color: #EB000C;
  display: inline-block;
  font-size: 0.5625rem;
}

.locatorsrmsg {
  display: none;
}

.coveo-new-ui .facetFilter_borderTop {
  border-top: none;
}

@media (max-width: 991px) {
  .legacy-app.ecosafe_course {
    height: 1212px;
  }
}
@media (min-width: 992px) {
  .legacy-app.ecosafe_course {
    height: 850px !important;
  }
}
.b04-bgwrapper {
  display: inline-block;
  padding: 10px 16px;
}
.b04-bgwrapper &gt; a {
  border-bottom: 2px solid red;
  padding: 4px 0;
  text-decoration: none;
}

.errorSDS {
  color: red;
  margin-left: 2%;
}

.b04-link-bg .field-title {
  display: inline-block;
  padding: 10px 16px;
}

.siteMap_wrapper {
  margin-bottom: 2rem;
}
.siteMap_wrapper .siteMap_level1 {
  column-count: 1;
  padding-left: 0;
}
@media screen and (min-width: 992px) {
  .siteMap_wrapper .siteMap_level1 {
    column-count: 3;
  }
}
.siteMap_wrapper .siteMap_level1 .subLevel_1 {
  list-style-type: none;
  margin-top: 0.5rem;
}
.siteMap_wrapper .siteMap_level1 .subLevel_1 a {
  font-size: 18px;
  color: #0070c0;
}
.siteMap_wrapper .siteMap_level1 .subLevel_1 a:hover {
  text-decoration: underline;
  text-decoration-color: #0070c0;
}
.siteMap_wrapper .siteMap_level1 .subLevel_1:first-child {
  margin-top: 0;
}
.siteMap_wrapper .siteMap_level2 {
  padding-left: 0;
}
.siteMap_wrapper .siteMap_level2 .subLevel_2 {
  list-style-type: disc;
  margin-bottom: 0.5rem;
  margin-left: 40px;
  margin-top: 0.5rem;
}
.siteMap_wrapper .siteMap_level2 .subLevel_2 a {
  text-decoration: none;
  font-size: 15px;
  color: #606060;
  margin: 0.625rem 0;
}
.siteMap_wrapper .siteMap_level2 .subLevel_2 a:hover {
  text-decoration: underline;
  text-decoration-color: #606060;
}
.siteMap_wrapper .siteMap_level3 {
  padding-left: 0;
}
.siteMap_wrapper .siteMap_level3 .subLevel_3 {
  list-style-type: square;
  margin-bottom: 0.5rem;
  margin-left: 40px;
  margin-top: 0.5rem;
}
.siteMap_wrapper .siteMap_level3 .subLevel_3 a {
  text-decoration: none;
  font-size: 14px;
  color: #606060;
  margin: 0.625rem 0;
}
.siteMap_wrapper .siteMap_level3 .subLevel_3 a:hover {
  text-decoration: underline;
  text-decoration-color: #606060;
}

.star-rating-content {
  display: flex;
  align-items: center;
}
.star-rating-content .star-rating {
  font-size: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-right: 20px;
}
.star-rating-content .star-rating .star {
  display: none;
}
.star-rating-content .star-rating .star:hover {
  color: #415be1;
}
.star-rating-content .star-rating .star:checked ~ label:before {
  color: #0000EE;
  transition: all 0.2s;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.star-rating-content .star-rating .star:hover ~ label:before {
  color: #0000EE;
}
.star-rating-content .star-rating label {
  display: inline-block;
  cursor: pointer;
  font-size: 20px;
  margin-bottom: 0.4rem;
}
.star-rating-content .star-rating label:before {
  color: #ccc;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.star-rating-content .star-rating .star-rating-wrapper {
  display: inline-block;
}

@media (min-width: 768px) {
  .coveo-result-cell.col-md-2 {
    max-width: 16.66666667%;
  }

  .coveo-result-cell.col-md-10 {
    max-width: 83.33333333%;
  }
}
.body-content.container-fluid,
.breadcrumb-panel {
  position: relative;
}

.img-responsive {
  width: 100%;
}

.component.sp02-video-youtube.youtube-center-wrapper {
  margin-top: 16px;
  width: auto;
  margin-bottom: 24px;
}

.component.b01-paragraph.content-center-title {
  margin-bottom: 24px;
  margin-top: 48px;
  text-align: center;
}

.content-center-title p {
  font-family: EMprintLight, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  font-size: 32px;
  line-height: 36px;
  margin: 0;
  color: #000;
}

@media screen and (min-width: 556px) and (max-width: 992px) {
  .component.sp02-video-youtube.youtube-center-wrapper {
    margin-top: 24px;
    margin-bottom: 32px;
  }

  .component.b01-paragraph.content-center-title {
    margin-bottom: 24px;
    margin-top: 56px;
  }

  .content-center-title p {
    font-size: 40px;
    line-height: 48px;
  }
}
@media screen and (min-width: 992px) {
  .component.sp02-video-youtube.youtube-center-wrapper {
    margin-top: 40px;
    width: calc(63% + 38px);
    margin: 0 auto;
    padding: 0;
    margin-bottom: 72px;
  }

  .component.b01-paragraph.content-center-title {
    width: calc(63% + 38px);
    margin: 0 auto;
    padding: 0;
    margin-bottom: 32px;
    margin-top: 72px;
  }

  .content-center-title p {
    font-size: 40px;
    line-height: 48px;
  }
}
.footer-social-center {
  margin-left: -20px;
  margin-right: -20px;
  align-items: center;
  background-color: #0c479d;
  color: #fff;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  padding: 0.5rem;
  text-align: center;
}
.footer-social-center .youtube {
  color: #FE000C;
}

.footer-social-center a {
  color: #fff;
  display: inline-block;
  font-size: 25px;
  margin: 0 0 0 16px;
}

@media screen and (min-width: 991px) {
  .footer-social-center {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.ytVideoContainer {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  row-gap: 0px;
}
.ytVideoContainer.component:after, .ytVideoContainer.component:before {
  content: none;
}
.ytVideoContainer .sp02-video-youtube {
  width: 100%;
}
.ytVideoContainer .b01-paragraph p:last-child {
  margin-bottom: 0;
}
.ytVideoContainer .b01-paragraph h3 {
  font-size: 1rem;
}

@media (min-width: 556px) {
  .ytVideoContainer {
    display: flex;
    /*row-gap: 32px;*/
    row-gap: 0px;
    margin-bottom: -22px;
  }
  .ytVideoContainer &gt; .col-12:first-child {
    margin-bottom: 0;
  }
  .ytVideoContainer .sp02-video-youtube {
    width: 100%;
  }
  .ytVideoContainer .b01-paragraph h3 {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .ytVideoContainer {
    flex-direction: row;
    column-gap: 16px;
    margin-top: -0.5rem;
    margin-bottom: -22px;
  }
  .ytVideoContainer &gt; .col-12:first-child {
    padding-right: 0 !important;
  }
  .ytVideoContainer &gt; .col-12:last-child {
    padding-left: 0 !important;
  }
  .ytVideoContainer &gt; div {
    display: inline-block;
  }
  .ytVideoContainer .col-12 {
    flex: 0 49%;
    /* Default flex value for col-12 */
  }
  .ytVideoContainer .col-12 .b01-paragraph h3 {
    font-size: 1.25rem;
  }
  .ytVideoContainer .col-12:has(.sp02-video-youtube) {
    flex: 0 52%;
  }
}
@media screen and (max-width: 767px) {
  .b06-heading h3.field-title {
    font-size: 1.75rem;
  }
}
.ctaCollection {
  flex-direction: column;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
}

.ctaCollection .col-12.col-lg-6 {
  padding: 0;
  flex: 0 0 47.7%;
}

.ctaCollection .component.b03-image {
  margin: 0 auto 1.5rem;
}

.ctaCollection .component.b03-image img {
  width: 100%;
}

.ctaCollection &gt; a {
  display: block;
  padding: 0;
  text-align: center;
}

.ctaCollection &gt; a img {
  max-width: 100%;
}

@media screen and (min-width: 975px) {
  .ctaCollection {
    flex-direction: row;
    padding: 0 43px;
  }

  .ctaCollection .col-12.col-lg-6 {
    padding: 0;
    width: calc(50% - 50px);
  }
}
.component.b03-image.image.noMarginLR.fullBleedImg picture img {
  width: 100%;
}

.noMarginTop {
  margin-top: -20px;
  margin-top: -1.25rem;
}
@media (min-width: 768px) {
  .noMarginTop {
    margin-top: -30px;
    margin-top: -1.875rem;
  }
}

.user_consent_content .user_consent_button:hover {
  text-decoration: underline;
}

/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
.category-faq h1 {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
  .category-faq .category-btn {
    margin-top: 80px;
    margin-top: 5rem;
    margin-bottom: 0;
  }
}

.row.category-faq {
  padding-bottom: 2rem;
}

.faq-description-html {
  margin-bottom: 2rem;
}

.category-filter h3 {
  font-weight: 600;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
}
.category-filter .sidebar-nav &gt; li {
  border: none;
}
.category-filter .filter-content h2 {
  font-weight: 600;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
.btn-radio,
.btn-checkbox {
  border-radius: 0;
  cursor: pointer;
  width: fit-content;
  display: inline-flex;
  background-color: #f2f2f2;
  color: #4d4d4d;
}
.btn-radio input,
.btn-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.btn-radio .checkmark,
.btn-checkbox .checkmark {
  position: relative;
  width: 18px;
  height: 21px;
  padding: 0;
  margin: 0;
}
.btn-radio .checkmark::before,
.btn-checkbox .checkmark::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 7px;
  font-size: 7px;
  font-size: 0.4375rem;
  color: #4d4d4d;
}
.btn-radio input:checked ~ .checkmark:before,
.btn-checkbox input:checked ~ .checkmark:before {
  content: "";
  top: 3px;
  font-size: 12px;
  font-size: 0.75rem;
}

.btn-radio .checkmark::before {
  content: "";
}

.btn-checkbox .checkmark::before {
  content: "";
}

/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
body[data-row-styles] .sitecore-form .form-inline .form-group {
  margin-right: 10px;
}
body[data-row-styles] .sitecore-form .form-group {
  position: relative;
}
body[data-row-styles] .sitecore-form .form-group .form-control {
  background-color: #e6e6e6;
}
body[data-row-styles] .sitecore-form .form-group input + .field-validation-valid:before, body[data-row-styles] .sitecore-form .form-group textarea + .field-validation-valid:before, body[data-row-styles] .sitecore-form .form-group select + .field-validation-valid:before {
  display: none;
}
body[data-row-styles] .sitecore-form .form-group input.valid + .field-validation-valid:before, body[data-row-styles] .sitecore-form .form-group textarea.valid + .field-validation-valid:before, body[data-row-styles] .sitecore-form .form-group select.valid + .field-validation-valid:before {
  display: block;
}
body[data-row-styles] .sitecore-form .form-group &gt; input.input-validation-error, body[data-row-styles] .sitecore-form .form-group select.input-validation-error, body[data-row-styles] .sitecore-form .form-group textarea.input-validation-error {
  border: 1px solid #e6e6e6;
  border-bottom: 1px solid #d42e12;
}
body[data-row-styles] .sitecore-form .form-group &gt; input.valid, body[data-row-styles] .sitecore-form .form-group select.valid, body[data-row-styles] .sitecore-form .form-group textarea.valid {
  border: 1px solid #e6e6e6;
  border-bottom: 1px solid #00a14d;
}
body[data-row-styles] .sitecore-form .form-group textarea + span.field-validation-valid:before {
  bottom: 205px;
}
body[data-row-styles] .sitecore-form .form-group &gt; span.field-validation-valid {
  color: #00a14d;
}
body[data-row-styles] .sitecore-form .form-group &gt; span.field-validation-valid:before {
  position: absolute;
  font-family: "Material Icons";
  font-weight: 900;
  bottom: 7px;
  right: 15px;
  color: #00a14d;
  content: "";
  font-size: 25px;
  font-size: 1.5625rem;
  margin-right: 4px;
  margin-right: 0.25rem;
}
body[data-row-styles] .sitecore-form .form-group textarea + span.field-validation-error:before {
  bottom: 250px;
}
body[data-row-styles] .sitecore-form .form-group &gt; span.field-validation-error {
  background-color: #fff;
  padding-left: 0;
  padding-right: 0;
}
body[data-row-styles] .sitecore-form .form-group &gt; span.field-validation-error:before {
  position: absolute;
  font-family: "Material Icons";
  font-weight: 900;
  bottom: 50px;
  right: 15px;
  color: #d42e12;
  content: "";
  font-size: 25px;
  font-size: 1.5625rem;
  margin-right: 4px;
  margin-right: 0.25rem;
}
body[data-row-styles] .sitecore-form .form-group &gt; span.field-validation-error span {
  color: #d42e12;
}
body[data-row-styles] .sitecore-form form .button-bar .btn-cancel {
  outline: auto;
  color: #D0011B;
  text-decoration: none;
}
body[data-row-styles] .sitecore-form form .button-bar .btn-cancel:hover {
  color: #FD000B;
}

/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
body[data-row-styles] .checkboxes .form-group:first-of-type label:first-of-type {
  display: none;
}
body[data-row-styles] .checkboxes label {
  -webkit-border-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 10px 50px;
  padding: 0.625rem 3.125rem;
  border: none;
  position: relative;
  max-width: 100%;
  white-space: normal;
  word-break: normal;
  border-radius: 0;
  cursor: pointer;
  width: fit-content;
  display: inline-flex;
  color: #4d4d4d;
}
body[data-row-styles] .checkboxes label::before {
  background-color: transparent;
  border: 2px solid #a6a6a6;
  cursor: pointer;
  border-radius: 3px;
  content: "";
  display: inline-block;
  height: 18px;
  width: 18px;
  left: 20px;
  position: absolute;
  left: 0;
  top: 14px;
}
body[data-row-styles] .checkboxes label.active::before {
  border: 0;
  font-family: "Material Icons";
  font-weight: 600;
  position: absolute;
  font-size: 16px;
  font-size: 1rem;
  content: "";
  line-height: 16px;
}
body[data-row-styles] .checkboxes label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 10px;
  width: 10px;
}
body[data-row-styles] .checkboxes:last-of-type .form-group:first-of-type label:first-of-type {
  display: block;
}
body[data-row-styles] .radio-buttons .form-group:first-of-type label:first-of-type {
  background-color: #fff;
  font-family: inherit;
  font-weight: normal;
  cursor: default;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 0;
  justify-content: flex-start;
  color: #2b2626;
}
body[data-row-styles] .radio-buttons label {
  -webkit-border-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 10px 27px;
  padding: 0.625rem 1.6875rem;
  border: none;
  position: relative;
  max-width: 100%;
  white-space: normal;
  word-break: normal;
  border-radius: 0;
  cursor: pointer;
  width: fit-content;
  display: inline-flex;
  background-color: #f2f2f2;
  color: #4d4d4d;
}
body[data-row-styles] .radio-buttons label:hover, body[data-row-styles] .radio-buttons label.active {
  background-color: #c4c4c4;
  color: #fff;
}
body[data-row-styles] .radio-buttons label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
body[data-row-styles] .coveo-facet .coveo-facet-value .coveo-facet-value-checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 10px;
  width: 10px;
}
body[data-row-styles] .coveo-facet .coveo-facet-value .coveo-facet-value-caption {
  padding-left: 25px;
  padding-left: 1.5625rem;
}
body[data-row-styles] .coveo-facet .coveo-facet-value .coveo-facet-value-caption::before {
  background-color: transparent;
  border: 2px solid #a6a6a6;
  cursor: pointer;
  border-radius: 3px;
  content: "";
  display: inline-block;
  height: 18px;
  width: 18px;
  left: 20px;
  position: absolute;
  left: 0;
  top: 2px;
}
body[data-row-styles] .coveo-facet .coveo-facet-value.coveo-selected .coveo-facet-value-caption::before {
  border: 0;
  font-family: "Material Icons";
  font-weight: 600;
  position: absolute;
  font-size: 16px;
  font-size: 1rem;
  content: "";
  line-height: 16px;
}

/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
/*@import "mixins";

@include font("EMprintLight", "EMPrint-Light");
@include font("EMprintLightItalic", "EMPrint-LightItalic");
@include font("EMprint", "EMPrint-Regular");
@include font("EMprintItalic", "EMprint-RegularItalic");
@include font("EMprintSemibold", "EMprint-Semibold");
@include font("EMprintSemiboldItalic", "EMprint-SemiboldItalic");
@include font("EMprintBold", "EMPrint-Bold");
@include font("EMprintBoldItalic", "EMPrint-BoldItalic");
@include font("EMprintCondensedBold", "EMprint-CondensedBold");
@include font("EMprintCondensedBoldlt", "EMprint-CondensedBoldlt");
@include font("EMprintCondensedItalic", "EMprint-CondensedItalic");
@include font("EMprintCondensedLight", "EMprint-CondensedLight");
@include font("EMprintCondensedLightlt", "EMprint-CondensedLightlt");
@include font("EMprintCondensedSemibold", "EMprint-CondensedSemibold");
@include font("EMprintCondensedSemiboldlt", "EMprint-CondSemiboldlt");
@include font("EMprintCondensed", "EMprint-CondensedRegular");
@include font("em", "em");
    */
.product-detail .product-detail-description {
  display: grid;
  display: -ms-grid;
  grid-template-areas: "image h1 h1" "image text text" "link link link";
  grid-column-gap: 15px;
  margin-top: 20px;
  margin-top: 1.25rem;
}
.product-detail .product-detail-description h1 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: h1;
}
.product-detail .product-detail-description .product-detail-image {
  grid-area: image;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
}
.product-detail .product-detail-description .product-detail-image img {
  margin: 0 auto 15px auto;
  width: 100%;
  max-width: 150px;
  display: block;
}
.product-detail .product-detail-description .product-detail-text {
  grid-area: text;
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
}
.product-detail .product-detail-description .product-detail-text p img {
  display: none;
}
.product-detail .product-detail-description .product-detail-text h4 {
  line-height: 20px;
  line-height: 1.25rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
.product-detail .product-detail-description .product-detail-text .benefits {
  display: flex;
  flex-wrap: wrap;
}
.product-detail .product-detail-description .product-detail-text .benefits &gt; p:first-child {
  margin-right: 5px;
  margin-right: 0.3125rem;
  margin-bottom: 0;
}
.product-detail .product-detail-description .product-detail-text .benefits .product-attribute {
  position: relative;
}
.product-detail .product-detail-description .product-detail-text .benefits .product-attribute:hover {
  cursor: pointer;
}
.product-detail .product-detail-description .product-detail-text .benefits .product-attribute .product-attribute-wrapper {
  max-width: 250px;
  width: max-content;
  background-color: #333;
  color: white;
  display: table;
  position: absolute;
  left: -50%;
  z-index: 5;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 8px;
  padding: 0.5rem;
  top: 25px;
  top: 1.5625rem;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -moz-transform-origin: 15px 0;
  -o-transform-origin: 15px 0;
  -ms-transform-origin: 15px 0;
  -webkit-transform-origin: 15px 0;
  transform-origin: 15px 0;
  -webkit-transition: all 240ms ease-out;
  -moz-transition: all 240ms ease-out;
  -ms-transition: all 240ms ease-out;
  -o-transition: all 240ms ease-out;
  transition: all 240ms ease-out;
  transform-origin: center top;
}
.product-detail .product-detail-description .product-detail-text .benefits .product-attribute .product-attribute-wrapper::after {
  border-bottom: 8px solid #333;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 0;
  content: "";
  left: 50%;
  height: 0;
  top: -5px;
  top: -0.3125rem;
  margin-left: -8px;
  margin-left: -0.5rem;
  position: absolute;
  width: 0;
}
.product-detail .product-detail-description .product-detail-text .benefits .product-attribute .product-attribute-wrapper .close-button {
  font-size: 22px;
  font-size: 1.375rem;
  position: relative;
  z-index: 2;
  cursor: pointer;
  line-height: 4px;
  text-align: right;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
.product-detail .product-detail-description .product-detail-text .benefits .product-attribute.product-attribute-on .product-attribute-wrapper {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.product-detail .product-detail-description .product-detail-link {
  grid-area: link;
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}
.product-detail .product-detail-description .product-detail-link small {
  font-size: 90%;
}
@media (min-width: 992px) {
  .row-styles.product-detail .product-detail-description {
    grid-template-areas: "h1 h1 h1" "image text text" "image link link";
    grid-column-gap: 0px;
  }
  .row-styles.product-detail .product-detail-description h1 {
    grid-area: h1;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .row-styles.product-detail .product-detail-description .product-detail-image {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: image;
  }
  .row-styles.product-detail .product-detail-description .product-detail-image img {
    padding: 0px 20px;
    padding: 0rem 1.25rem;
    max-width: 200px;
  }
  .row-styles.product-detail .product-detail-description .product-detail-text {
    grid-area: text;
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }
  .row-styles.product-detail .product-detail-description .product-detail-text p img {
    display: inline-block;
    max-width: 80px;
    margin-right: 10px;
    margin-right: 0.625rem;
  }
  .row-styles.product-detail .product-detail-description .product-detail-text h4 {
    line-height: 33px;
    line-height: 2.0625rem;
    margin-bottom: 25px;
    margin-bottom: 1.5625rem;
  }
  .row-styles.product-detail .product-detail-description .product-detail-link {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }
}
.component-margin-sm.search-box {
  font-size: 13px;
}
@media (min-width: 768px) {
  .component-margin-sm.search-box {
    font-size: 16px;
  }
}

.pds-feature-detail ul {
  padding-left: 40px;
  padding-left: 2.5rem;
  list-style-type: disc;
  font-size: 13px;
}
@media (min-width: 768px) {
  .pds-feature-detail ul {
    font-size: 16px;
  }
}
.ecommerce-btn-dropdown {
  background-color: #0b479d;
  color: #fff;
  padding: 12px 30px;
  font-size: 16px;
  font-size: 1rem;
  border: none;
  cursor: pointer;
}

.ecommerce-dropdown {
  position: relative;
  display: inline-block;
}

.ecommerce-dropdown-content {
  display: none;
  position: absolute;
  background-color: #ccc;
  overflow: auto;
  z-index: 1;
  border: 1px solid #ccc;
}
.ecommerce-dropdown-content.content-left {
  text-align: left;
}
.ecommerce-dropdown-content.content-center {
  text-align: center;
}
.ecommerce-dropdown-content.show {
  display: block;
}
.ecommerce-dropdown-content.hide {
  display: none;
}
.ecommerce-dropdown-content a {
  padding: 12px 16px 12px 16px;
  padding: 0.75rem 1rem 0.75rem 1rem;
  text-decoration: none;
  display: block;
  white-space: nowrap;
  background: white;
  border: 2px solid #fff;
  position: relative;
}
.ecommerce-dropdown-content a:after {
  background: #ccc;
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: -2px;
  height: 1px;
}
.ecommerce-dropdown-content a:hover:after {
  display: none;
}
.ecommerce-dropdown-content a:last-child:after {
  display: none;
}

.ecommerce-dropdown a:hover {
  border-color: #0c479d;
}

.result-button .dropdown-toggle {
  border: none !important;
  padding: 9px 16px !important;
}

.recommendations-header .buttons-container .btn-tertiary {
  border: none !important;
}

.pds-feature-detail a {
  text-decoration: underline;
}

/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
.viscosity .viscos-horizontal {
  display: inline-block;
}
.viscosity .viscosity-list {
  padding-left: 0;
}
.viscosity .viscosity-list li {
  border-right: 1px solid black;
  padding: 0px 8px;
  padding: 0rem 0.5rem;
  display: inline-block;
}
.viscosity .viscosity-list li:first-child {
  padding-left: 0;
}
.viscosity .viscosity-list li:last-child {
  border-right: none;
}

/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
.product-list-action {
  margin-left: 27%;
}
.product-list-action .product-list-items {
  text-align: left;
}

@media (min-width: 992px) {
  .product-information {
    border: 1px solid #e6e6e6;
  }

  .product-icon {
    border-right: 1px solid #e6e6e6;
    min-height: 110px;
    padding: 10px;
    padding: 0.625rem;
    text-align: center;
  }

  .outer-product {
    border-right: 1px solid #e6e6e6;
    min-height: 110px;
    padding: 10px;
    padding: 0.625rem;
  }

  .product-list-items {
    min-height: 110px;
    padding: 10px;
    padding: 0.625rem;
    text-align: center;
  }
  .product-list-items:first-child {
    border-right: 1px solid #e6e6e6;
  }

  .product-description .resource-list-title {
    display: block;
  }
}
/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
/*@import "mixins";

@include font("EMprintLight", "EMPrint-Light");
@include font("EMprintLightItalic", "EMPrint-LightItalic");
@include font("EMprint", "EMPrint-Regular");
@include font("EMprintItalic", "EMprint-RegularItalic");
@include font("EMprintSemibold", "EMprint-Semibold");
@include font("EMprintSemiboldItalic", "EMprint-SemiboldItalic");
@include font("EMprintBold", "EMPrint-Bold");
@include font("EMprintBoldItalic", "EMPrint-BoldItalic");
@include font("EMprintCondensedBold", "EMprint-CondensedBold");
@include font("EMprintCondensedBoldlt", "EMprint-CondensedBoldlt");
@include font("EMprintCondensedItalic", "EMprint-CondensedItalic");
@include font("EMprintCondensedLight", "EMprint-CondensedLight");
@include font("EMprintCondensedLightlt", "EMprint-CondensedLightlt");
@include font("EMprintCondensedSemibold", "EMprint-CondensedSemibold");
@include font("EMprintCondensedSemiboldlt", "EMprint-CondSemiboldlt");
@include font("EMprintCondensed", "EMprint-CondensedRegular");
@include font("em", "em");
    */
.weather {
  height: 189px;
  position: relative;
}
.weather .weather-animation {
  background-color: #4584b4;
  bottom: 0;
  display: block;
  height: 189px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.weather .no-weather,
.weather .lens-flare-img {
  display: none;
}
.weather .station-img {
  display: none;
  height: 160px;
  max-width: none;
  position: absolute;
  right: -30px;
  top: 30px;
  width: 533px;
  z-index: 1;
}
.weather.weather-day .station-img.day, .weather.weather-day .station-img.no-shadow.show, .weather.weather-eve .station-img.eve {
  display: block;
}
.weather.weather-eve .lens-flare-img, .weather.weather-eve .station-img.no-shadow.show, .weather.weather-eve .station-img.no-shadow {
  display: none !important;
}
.weather.weather-eve .Clouds .viewport {
  background-color: #262d30;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#191e20), to(#262d30));
  background-image: -webkit-linear-gradient(top, #191e20, #262d30);
  background-image: -moz-linear-gradient(top, #191e20, #262d30);
  background-image: -ms-linear-gradient(top, #191e20, #262d30);
  background-image: -o-linear-gradient(top, #191e20, #262d30);
  background-image: linear-gradient(to bottom, #191e20, #262d30);
}
.weather.weather-eve .Clouds .viewport.lot {
  background-color: #191f21;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#262d30), to(#191f21));
  background-image: -webkit-linear-gradient(top, #262d30, #191f21);
  background-image: -moz-linear-gradient(top, #262d30, #191f21);
  background-image: -ms-linear-gradient(top, #262d30, #191f21);
  background-image: -o-linear-gradient(top, #262d30, #191f21);
  background-image: linear-gradient(to bottom, #262d30, #191f21);
}
.weather.weather-eve .Clouds .viewport-wrapper .background-fade {
  background-color: #052c3b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#020a19), to(#052c3b));
  background-image: -webkit-linear-gradient(top, #020a19, #052c3b);
  background-image: -moz-linear-gradient(top, #020a19, #052c3b);
  background-image: -ms-linear-gradient(top, #020a19, #052c3b);
  background-image: -o-linear-gradient(top, #020a19, #052c3b);
  background-image: linear-gradient(to bottom, #020a19, #052c3b);
}
.weather.weather-eve .Snow .viewport-wrapper .background-fade {
  background-color: #051f2a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000409), to(#051f2a));
  background-image: -webkit-linear-gradient(top, #000409, #051f2a);
  background-image: -moz-linear-gradient(top, #000409, #051f2a);
  background-image: -ms-linear-gradient(top, #000409, #051f2a);
  background-image: -o-linear-gradient(top, #000409, #051f2a);
  background-image: linear-gradient(to bottom, #000409, #051f2a);
}
.weather .Clouds.Clear .lens-flare-img {
  display: block;
  max-width: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  height: 269px;
  -webkit-animation: fade 3s linear infinite;
  -moz-animation: fade 3s linear infinite;
  -ms-animation: fade 3s linear infinite;
  -o-animation: fade 3s linear infinite;
  animation: fade 3s linear infinite;
}
.weather .Clouds.Clear .lens-flare-img.sml {
  -webkit-animation: fade 3.5s linear infinite;
  -moz-animation: fade 3.5s linear infinite;
  -ms-animation: fade 3.5s linear infinite;
  -o-animation: fade 3.5s linear infinite;
  animation: fade 3.5s linear infinite;
}
.weather .Clouds .viewport-wrapper {
  position: relative;
  height: 189px;
  overflow: hidden;
}
.weather .Clouds .viewport-wrapper .background-fade {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  height: 189px;
  display: none;
  background-color: #a8aeb2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d1d6da), to(#a8aeb2));
  background-image: -webkit-linear-gradient(top, #d1d6da, #a8aeb2);
  background-image: -moz-linear-gradient(top, #d1d6da, #a8aeb2);
  background-image: -ms-linear-gradient(top, #d1d6da, #a8aeb2);
  background-image: -o-linear-gradient(top, #d1d6da, #a8aeb2);
  background-image: linear-gradient(to bottom, #d1d6da, #a8aeb2);
}
.weather .Clouds .viewport {
  -webkit-perspective: 1000;
  -moz-perspective: 1000px;
  -o-perspective: 1000;
  perspective: 1000px;
  box-sizing: content-box;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  right: 0;
  height: 189px;
  overflow: hidden;
  background-color: #5cabdc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#99caed), to(#5cabdc));
  background-image: -webkit-linear-gradient(top, #99caed, #5cabdc);
  background-image: -moz-linear-gradient(top, #99caed, #5cabdc);
  background-image: -ms-linear-gradient(top, #99caed, #5cabdc);
  background-image: -o-linear-gradient(top, #99caed, #5cabdc);
  background-image: linear-gradient(to bottom, #99caed, #5cabdc);
}
.weather .Clouds .world {
  box-sizing: content-box;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -256px;
  height: 512px;
  width: 512px;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  pointer-events: none;
}
.weather .Clouds .world div {
  box-sizing: content-box;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.weather .Clouds .cloud-base {
  position: absolute;
  left: 256px;
  top: 256px;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
}
.weather .Clouds .cloud-layer {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 256px;
  max-width: 256px;
  height: 256px;
  margin-left: -128px;
  margin-top: -128px;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.weather .Snow .viewport-wrapper .background-fade {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#efe3e3), to(#fff));
  background-image: -webkit-linear-gradient(top, #efe3e3, #fff);
  background-image: -moz-linear-gradient(top, #efe3e3, #fff);
  background-image: -ms-linear-gradient(top, #efe3e3, #fff);
  background-image: -o-linear-gradient(top, #efe3e3, #fff);
  background-image: linear-gradient(to bottom, #efe3e3, #ffffff);
}
.weather .Snow .station-img {
  z-index: 0;
}
.weather .Snow .snowflake {
  padding-left: 15px;
  font-family: Cambria, Georgia, serif;
  font-size: 14px;
  line-height: 24px;
  position: fixed;
  color: #FFFFFF;
  user-select: none;
  z-index: 1000;
}
.weather .Snow .snow-canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.weather .Rain .station-img {
  z-index: 1;
}
.weather .Rain .viewport-wrapper .background-fade {
  background-color: #78a1bb;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#999), to(#78a1bb));
  background-image: -webkit-linear-gradient(top, #999, #78a1bb);
  background-image: -moz-linear-gradient(top, #999, #78a1bb);
  background-image: -ms-linear-gradient(top, #999, #78a1bb);
  background-image: -o-linear-gradient(top, #999, #78a1bb);
  background-image: linear-gradient(to bottom, #999999, #78a1bb);
}
.weather .Rain .rain-base {
  width: 100%;
  height: 189px;
  border: 1px dashed green;
}
.weather .Rain .drop {
  width: 10px;
  height: 30px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  -webkit-animation: fall 0.8s linear infinite;
  -moz-animation: fall 0.8s linear infinite;
  -ms-animation: fall 0.8s linear infinite;
  -o-animation: fall 0.8s linear infinite;
  animation: fall 0.8s linear infinite;
}
.weather .Rain .drop.angled {
  z-index: 1;
  -webkit-animation: fallangled 0.8s linear infinite;
  -moz-animation: fallangled 0.8s linear infinite;
  -ms-animation: fallangled 0.8s linear infinite;
  -o-animation: fallangled 0.8s linear infinite;
  animation: fallangled 0.8s linear infinite;
}
.weather.weather-eve .Rain .drop span {
  background: transparent url("/assets/img/weather/rain-night.png") 0 0 no-repeat;
}
.weather .Rain .drop span {
  background: transparent url("/assets/img/weather/rain-day.png") 0 0 no-repeat;
  width: 10px;
  height: 100%;
  float: left;
}
.weather .Rain .drop.light {
  -webkit-animation: fall 0.5s linear infinite;
  -moz-animation: fall 0.5s linear infinite;
  -ms-animation: fall 0.5s linear infinite;
  -o-animation: fall 0.5s linear infinite;
  animation: fall 0.5s linear infinite;
}
.weather .Rain .drop.heavy {
  -webkit-animation: fall 0.6s linear infinite;
  -moz-animation: fall 0.6s linear infinite;
  -ms-animation: fall 0.6s linear infinite;
  -o-animation: fall 0.6s linear infinite;
  animation: fall 0.6s linear infinite;
}
.weather .Rain .drop.angled.light {
  -webkit-animation: fallangled 0.6s linear infinite;
  -moz-animation: fallangled 0.6s linear infinite;
  -ms-animation: fallangled 0.6s linear infinite;
  -o-animation: fallangled 0.6s linear infinite;
  animation: fallangled 0.6s linear infinite;
}
.weather .Rain .drop.angled.heavy {
  -webkit-animation: fallangled 0.33s linear infinite;
  -moz-animation: fallangled 0.33s linear infinite;
  -ms-animation: fallangled 0.33s linear infinite;
  -o-animation: fallangled 0.33s linear infinite;
  animation: fallangled 0.33s linear infinite;
}
.weather .ie .viewport {
  height: 600px;
}
.weather .ie .station-img.no-shadow {
  display: block !important;
}
.weather .ie.do-show-shadow .station-img.no-shadow {
  display: none !important;
}
.weather.weather-day .ie .clouds-clear {
  background-color: #5cabdc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#99caed), to(#5cabdc));
  background-image: -webkit-linear-gradient(top, #99caed, #5cabdc);
  background-image: -moz-linear-gradient(top, #99caed, #5cabdc);
  background-image: -ms-linear-gradient(top, #99caed, #5cabdc);
  background-image: -o-linear-gradient(top, #99caed, #5cabdc);
  background-image: linear-gradient(to bottom, #99caed, #5cabdc);
}
.weather.weather-day .ie .clouds-few {
  background: transparent url("/Assets/img/weather/ie-clouds-few.png") 0 0 repeat-x;
}
.weather.weather-day .ie .clouds-scattered {
  background: transparent url("/Assets/img/weather/ie-clouds-scattered.png") 0 0 repeat-x;
}
.weather.weather-day .ie .clouds-overcast {
  background: transparent url("/Assets/img/weather/ie-clouds-overcast.png") 0 0 repeat-x;
}
.weather.weather-day .ie .hail {
  background: transparent url("/Assets/img/weather/ie-hail.png") 0 0 repeat-x;
}
.weather.weather-day .ie .rain-heavy {
  background: transparent url("/Assets/img/weather/ie-rain-heavy.png") 0 0 repeat-x;
}
.weather.weather-day .ie .rain-med {
  background: transparent url("/Assets/img/weather/ie-rain-med.png") 0 0 repeat-x;
}
.weather.weather-day .ie .rain-light {
  background: transparent url("/Assets/img/weather/ie-rain-light.png") 0 0 repeat-x;
}
.weather.weather-day .ie .snow-light {
  background: transparent url("/Assets/img/weather/ie-snow-light.png") 0 0 repeat-x;
}
.weather.weather-day .ie .snow_sleet {
  background: transparent url("/Assets/img/weather/ie-snow_sleet.png") 0 0 repeat-x;
}
.weather.weather-day .ie .snow-med {
  background: transparent url("/Assets/img/weather/ie-snow-med.png") 0 0 repeat-x;
}
.weather.weather-day .ie .snow-heavy {
  background: transparent url("/Assets/img/weather/ie-snow-heavy.png") 0 0 repeat-x;
}
.weather.weather-eve .ie .clouds-clear {
  background-color: #262d30;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#191e20), to(#262d30));
  background-image: -webkit-linear-gradient(top, #191e20, #262d30);
  background-image: -moz-linear-gradient(top, #191e20, #262d30);
  background-image: -ms-linear-gradient(top, #191e20, #262d30);
  background-image: -o-linear-gradient(top, #191e20, #262d30);
  background-image: linear-gradient(to bottom, #191e20, #262d30);
}
.weather.weather-eve .ie .clouds-few {
  background: transparent url("/Assets/img/weather/ie-eve-clouds-few.png") 0 0 repeat-x;
}
.weather.weather-eve .ie .clouds-scattered {
  background: transparent url("/Assets/img/weather/ie-eve-clouds-scattered.png") 0 0 repeat-x;
}
.weather.weather-eve .ie .clouds-overcast {
  background: transparent url("/Assets/img/weather/ie-eve-clouds-overcast.png") 0 0 repeat-x;
}
.weather.weather-eve .ie .hail {
  background: transparent url("/Assets/img/weather/ie-eve-hail.png") 0 0 repeat-x;
}
.weather.weather-eve .ie .rain-heavy {
  background: transparent url("/Assets/img/weather/ie-eve-rain-heavy.png") 0 0 repeat-x;
}
.weather.weather-eve .ie .rain-med {
  background: transparent url("/Assets/img/weather/ie-eve-rain-med.png") 0 0 repeat-x;
}
.weather.weather-eve .ie .rain-light {
  background: transparent url("/Assets/img/weather/ie-eve-rain-light.png") 0 0 repeat-x;
}
.weather.weather-eve .ie .snow-light {
  background: transparent url("/Assets/img/weather/ie-eve-snow-light.png") 0 0 repeat-x;
}
.weather.weather-eve .ie .snow_sleet {
  background: transparent url("/Assets/img/weather/ie-eve-snow_sleet.png") 0 0 repeat-x;
}
.weather.weather-eve .ie .snow-med {
  background: transparent url("/Assets/img/weather/ie-eve-snow-med.png") 0 0 repeat-x;
}
.weather.weather-eve .ie .snow-heavy {
  background: transparent url("/Assets/img/weather/ie-eve-snow-heavy.png") 0 0 repeat-x;
}
@-moz-keyframes fade {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}
@-o-keyframes fade {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}
@-ms-keyframes fade {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}
@keyframes fade {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}
@-moz-keyframes fall {
  to {
    margin-top: 954px;
    margin-left: 90px;
  }
}
@-webkit-keyframes fall {
  to {
    margin-top: 954px;
    margin-left: 90px;
  }
}
@-o-keyframes fall {
  to {
    margin-top: 954px;
    margin-left: 90px;
  }
}
@-ms-keyframes fall {
  to {
    margin-top: 954px;
    margin-left: 90px;
  }
}
@keyframes fall {
  to {
    margin-top: 954px;
    margin-left: 90px;
  }
}
@-moz-keyframes fallangled {
  to {
    margin-top: 954px;
    margin-left: 120px;
  }
}
@-webkit-keyframes fallangled {
  to {
    margin-top: 954px;
    margin-left: 120px;
  }
}
@-o-keyframes fallangled {
  to {
    margin-top: 954px;
    margin-left: 120px;
  }
}
@-ms-keyframes fallangled {
  to {
    margin-top: 954px;
    margin-left: 120px;
  }
}
@keyframes fallangled {
  to {
    margin-top: 954px;
    margin-left: 120px;
  }
}

@media (min-width: 721px) {
  .weather {
    height: 400px;
  }
  .weather .weather-animation,
.weather .Clouds .viewport-wrapper,
.weather .Clouds .viewport-wrapper .background-fade,
.weather .Clouds .viewport,
.weather .Rain .rain-base {
    height: 400px;
  }
  .weather .station-img {
    width: 850px;
    height: 255px;
    right: -60px;
    top: 146px;
  }
  .weather .Clouds.Clear .lens-flare-img {
    width: 818px;
    height: 558px;
  }
}
@media (min-width: 977px) {
  .weather {
    height: 540px;
  }
  .weather .weather-animation,
.weather .Clouds .viewport-wrapper,
.weather .Clouds .viewport-wrapper .background-fade,
.weather .Clouds .viewport,
.weather .Rain .rain-base {
    height: 540px;
  }
  .weather .station-img {
    top: 225px;
    right: -50px;
    width: 1065px;
    height: 320px;
  }
}
/*LIVE CSS START HERE*/
#temp-controls {
  display: none;
}

.nowhero {
  position: relative;
}
.nowhero .weather-animation {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  background-color: #4584b4;
  display: none;
  overflow: hidden;
}

.no-weather {
  position: absolute;
  top: 127px;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 540px;
  -moz-transition: height 0.3s ease-out;
  -o-transition: height 0.3s ease-out;
  -webkit-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
  text-align: center;
  z-index: -1;
  overflow: hidden;
}
.no-weather.dbl-height {
  height: 580px;
}
.no-weather.tripple-height {
  height: 630px;
}
.no-weather img.cta-img {
  max-width: none;
  width: 400px;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  -webkit-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}

@media (min-width: 400px) {
  .no-weather {
    margin: 0 auto;
  }
  .no-weather img.cta-img {
    width: 105%;
  }
}
@media (min-width: 470px) {
  .no-weather img.cta-img {
    margin-top: -35px;
  }
}
@media (min-width: 700px) {
  .no-weather img.cta-img {
    margin-top: 0;
    width: 115%;
    height: auto;
  }
}
@media (min-width: 1400px) {
  .no-weather img.cta-img {
    width: 100%;
  }
}
#weather .no-weather, #home .no-weather, .weather .no-weather {
  display: none;
}

#weather .weather-animation, .weather .weather-animation, #home .weather-animation, #home-contexp-opt-a .weather-animation, #home-contexp-opt-b .weather-animation, #home-contexp-opt-c .weather-animation {
  display: block;
}

#day .esso-station-img {
  display: none;
}

#eve .lense-flare-img {
  display: none;
}
#eve .esso-station-img {
  display: none;
}
#eve .Clouds #viewport {
  background-color: #262d30;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#191e20), to(#262d30));
  background-image: -webkit-linear-gradient(top, #191e20, #262d30);
  background-image: -moz-linear-gradient(top, #191e20, #262d30);
  background-image: -ms-linear-gradient(top, #191e20, #262d30);
  background-image: -o-linear-gradient(top, #191e20, #262d30);
  background-image: linear-gradient(to bottom, #191e20, #262d30);
}
#eve .Clouds #viewport.lot {
  background-color: #191f21;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#262d30), to(#191f21));
  background-image: -webkit-linear-gradient(top, #262d30, #191f21);
  background-image: -moz-linear-gradient(top, #262d30, #191f21);
  background-image: -ms-linear-gradient(top, #262d30, #191f21);
  background-image: -o-linear-gradient(top, #262d30, #191f21);
  background-image: linear-gradient(to bottom, #262d30, #191f21);
}
#eve .Clouds #viewport-wrapper .background-fade {
  background-color: #052c3b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#020a19), to(#052c3b));
  background-image: -webkit-linear-gradient(top, #020a19, #052c3b);
  background-image: -moz-linear-gradient(top, #020a19, #052c3b);
  background-image: -ms-linear-gradient(top, #020a19, #052c3b);
  background-image: -o-linear-gradient(top, #020a19, #052c3b);
  background-image: linear-gradient(to bottom, #020a19, #052c3b);
}
#eve .Snow #viewport-wrapper .background-fade {
  background-color: #051f2a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000409), to(#051f2a));
  background-image: -webkit-linear-gradient(top, #000409, #051f2a);
  background-image: -moz-linear-gradient(top, #000409, #051f2a);
  background-image: -ms-linear-gradient(top, #000409, #051f2a);
  background-image: -o-linear-gradient(top, #000409, #051f2a);
  background-image: linear-gradient(to bottom, #000409, #051f2a);
}
#eve .Rain .drop span {
  background: transparent url("/assets/img/weather/rain-night.png") 0 0 no-repeat;
}

.Clouds.Clear .lense-flare-img {
  display: block;
  max-width: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  height: 269px;
  -webkit-animation: fade 3s linear infinite;
  -moz-animation: fade 3s linear infinite;
  -ms-animation: fade 3s linear infinite;
  -o-animation: fade 3s linear infinite;
  animation: fade 3s linear infinite;
}
.Clouds.Clear .lense-flare-img.sml {
  -webkit-animation: fade 3.5s linear infinite;
  -moz-animation: fade 3.5s linear infinite;
  -ms-animation: fade 3.5s linear infinite;
  -o-animation: fade 3.5s linear infinite;
  animation: fade 3.5s linear infinite;
}
.Clouds #viewport-wrapper {
  position: relative;
  height: 540px;
  overflow: hidden;
}
.Clouds #viewport-wrapper .background-fade {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  height: 540px;
  display: none;
  background-color: #a8aeb2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d1d6da), to(#a8aeb2));
  background-image: -webkit-linear-gradient(top, #d1d6da, #a8aeb2);
  background-image: -moz-linear-gradient(top, #d1d6da, #a8aeb2);
  background-image: -ms-linear-gradient(top, #d1d6da, #a8aeb2);
  background-image: -o-linear-gradient(top, #d1d6da, #a8aeb2);
  background-image: linear-gradient(to bottom, #d1d6da, #a8aeb2);
}
.Clouds #viewport {
  -webkit-perspective: 1000;
  -moz-perspective: 1000px;
  -o-perspective: 1000;
  perspective: 1000px;
  box-sizing: content-box;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  right: 0;
  height: 540px;
  overflow: hidden;
  background-color: #5cabdc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#99caed), to(#5cabdc));
  background-image: -webkit-linear-gradient(top, #99caed, #5cabdc);
  background-image: -moz-linear-gradient(top, #99caed, #5cabdc);
  background-image: -ms-linear-gradient(top, #99caed, #5cabdc);
  background-image: -o-linear-gradient(top, #99caed, #5cabdc);
  background-image: linear-gradient(to bottom, #99caed, #5cabdc);
}
.Clouds #world {
  box-sizing: content-box;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -256px;
  height: 512px;
  width: 512px;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  pointer-events: none;
}
.Clouds #world div {
  box-sizing: content-box;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.Clouds .cloud-base {
  position: absolute;
  left: 256px;
  top: 256px;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
}
.Clouds .cloud-layer {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 256px;
  max-width: 256px;
  height: 256px;
  margin-left: -128px;
  margin-top: -128px;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

@media (min-width: 721px) {
  .Clouds.Clear .lense-flare-img {
    width: 818px;
    height: 558px;
  }
}
.Snow #viewport-wrapper .background-fade {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#efe3e3), to(#fff));
  background-image: -webkit-linear-gradient(top, #efe3e3, #fff);
  background-image: -moz-linear-gradient(top, #efe3e3, #fff);
  background-image: -ms-linear-gradient(top, #efe3e3, #fff);
  background-image: -o-linear-gradient(top, #efe3e3, #fff);
  background-image: linear-gradient(to bottom, #efe3e3, #ffffff);
}
.Snow .esso-station-img {
  z-index: 0;
}
.Snow .snowflake {
  padding-left: 15px;
  font-family: Cambria, Georgia, serif;
  font-size: 14px;
  line-height: 24px;
  position: fixed;
  color: #FFFFFF;
  user-select: none;
  z-index: 1000;
}
.Snow .snow-canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.Rain .esso-station-img {
  z-index: 1;
}
.Rain #viewport-wrapper .background-fade {
  background-color: #78a1bb;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#999), to(#78a1bb));
  background-image: -webkit-linear-gradient(top, #999, #78a1bb);
  background-image: -moz-linear-gradient(top, #999, #78a1bb);
  background-image: -ms-linear-gradient(top, #999, #78a1bb);
  background-image: -o-linear-gradient(top, #999, #78a1bb);
  background-image: linear-gradient(to bottom, #999999, #78a1bb);
}
.Rain .rain-base {
  width: 100%;
  height: 540px;
  border: 1px dashed green;
}
.Rain .drop {
  width: 10px;
  height: 30px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  -webkit-animation: fall 0.8s linear infinite;
  -moz-animation: fall 0.8s linear infinite;
  -ms-animation: fall 0.8s linear infinite;
  -o-animation: fall 0.8s linear infinite;
  animation: fall 0.8s linear infinite;
}
.Rain .drop.angled {
  z-index: 1;
  -webkit-animation: fallangled 0.8s linear infinite;
  -moz-animation: fallangled 0.8s linear infinite;
  -ms-animation: fallangled 0.8s linear infinite;
  -o-animation: fallangled 0.8s linear infinite;
  animation: fallangled 0.8s linear infinite;
}
.Rain .drop span {
  background: transparent url("/assets/img/weather/rain-day.png") 0 0 no-repeat;
  width: 10px;
  height: 100%;
  float: left;
}
.Rain .drop.light {
  -webkit-animation: fall 0.5s linear infinite;
  -moz-animation: fall 0.5s linear infinite;
  -ms-animation: fall 0.5s linear infinite;
  -o-animation: fall 0.5s linear infinite;
  animation: fall 0.5s linear infinite;
}
.Rain .drop.heavy {
  -webkit-animation: fall 0.6s linear infinite;
  -moz-animation: fall 0.6s linear infinite;
  -ms-animation: fall 0.6s linear infinite;
  -o-animation: fall 0.6s linear infinite;
  animation: fall 0.6s linear infinite;
}
.Rain .drop.angled.light {
  -webkit-animation: fallangled 0.6s linear infinite;
  -moz-animation: fallangled 0.6s linear infinite;
  -ms-animation: fallangled 0.6s linear infinite;
  -o-animation: fallangled 0.6s linear infinite;
  animation: fallangled 0.6s linear infinite;
}
.Rain .drop.angled.heavy {
  -webkit-animation: fallangled 0.33s linear infinite;
  -moz-animation: fallangled 0.33s linear infinite;
  -ms-animation: fallangled 0.33s linear infinite;
  -o-animation: fallangled 0.33s linear infinite;
  animation: fallangled 0.33s linear infinite;
}

#day .ie .clouds-clear {
  background-color: #5cabdc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#99caed), to(#5cabdc));
  background-image: -webkit-linear-gradient(top, #99caed, #5cabdc);
  background-image: -moz-linear-gradient(top, #99caed, #5cabdc);
  background-image: -ms-linear-gradient(top, #99caed, #5cabdc);
  background-image: -o-linear-gradient(top, #99caed, #5cabdc);
  background-image: linear-gradient(to bottom, #99caed, #5cabdc);
}
#day .ie .clouds-few {
  background: transparent url("/Assets/img/weather/IE-clouds-few.png") 0 0 repeat-x;
}
#day .ie .clouds-scattered {
  background: transparent url("/Assets/img/weather/IE-clouds-scattered.png") 0 0 repeat-x;
}
#day .ie .clouds-overcast {
  background: transparent url("/Assets/img/weather/IE-clouds-overcast.png") 0 0 repeat-x;
}
#day .ie .hail {
  background: transparent url("/Assets/img/weather/IE-hail.png") 0 0 repeat-x;
}
#day .ie .rain-heavy {
  background: transparent url("/Assets/img/weather/IE-rain-heavy.png") 0 0 repeat-x;
}
#day .ie .rain-med {
  background: transparent url("/Assets/img/weather/IE-rain-med.png") 0 0 repeat-x;
}
#day .ie .rain-light {
  background: transparent url("/Assets/img/weather/IE-rain-light.png") 0 0 repeat-x;
}
#day .ie .snow-light {
  background: transparent url("/Assets/img/weather/IE-snow-light.png") 0 0 repeat-x;
}
#day .ie .snow_sleet {
  background: transparent url("/Assets/img/weather/IE-snow_sleet.png") 0 0 repeat-x;
}
#day .ie .snow-med {
  background: transparent url("/Assets/img/weather/IE-snow-med.png") 0 0 repeat-x;
}
#day .ie .snow-heavy {
  background: transparent url("/Assets/img/weather/IE-snow-heavy.png") 0 0 repeat-x;
}

#eve .ie .clouds-clear {
  background-color: #262d30;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#191e20), to(#262d30));
  background-image: -webkit-linear-gradient(top, #191e20, #262d30);
  background-image: -moz-linear-gradient(top, #191e20, #262d30);
  background-image: -ms-linear-gradient(top, #191e20, #262d30);
  background-image: -o-linear-gradient(top, #191e20, #262d30);
  background-image: linear-gradient(to bottom, #191e20, #262d30);
}
#eve .ie .clouds-few {
  background: transparent url("/Assets/img/weather/IE-eve-clouds-few.png") 0 0 repeat-x;
}
#eve .ie .clouds-scattered {
  background: transparent url("/Assets/img/weather/IE-eve-clouds-scattered.png") 0 0 repeat-x;
}
#eve .ie .clouds-overcast {
  background: transparent url("/Assets/img/weather/IE-eve-clouds-overcast.png") 0 0 repeat-x;
}
#eve .ie .hail {
  background: transparent url("/Assets/img/weather/IE-eve-hail.png") 0 0 repeat-x;
}
#eve .ie .rain-heavy {
  background: transparent url("/Assets/img/weather/IE-eve-rain-heavy.png") 0 0 repeat-x;
}
#eve .ie .rain-med {
  background: transparent url("/Assets/img/weather/IE-eve-rain-med.png") 0 0 repeat-x;
}
#eve .ie .rain-light {
  background: transparent url("/Assets/img/weather/IE-eve-rain-light.png") 0 0 repeat-x;
}
#eve .ie .snow-light {
  background: transparent url("/Assets/img/weather/IE-eve-snow-light.png") 0 0 repeat-x;
}
#eve .ie .snow_sleet {
  background: transparent url("/Assets/img/weather/IE-eve-snow_sleet.png") 0 0 repeat-x;
}
#eve .ie .snow-med {
  background: transparent url("/Assets/img/weather/IE-eve-snow-med.png") 0 0 repeat-x;
}
#eve .ie .snow-heavy {
  background: transparent url("/Assets/img/weather/IE-eve-snow-heavy.png") 0 0 repeat-x;
}

@-moz-keyframes fade {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}
@-o-keyframes fade {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}
@-ms-keyframes fade {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}
@keyframes fade {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}
@-moz-keyframes fall {
  to {
    margin-top: 954px;
    margin-left: 90px;
  }
}
@-webkit-keyframes fall {
  to {
    margin-top: 954px;
    margin-left: 90px;
  }
}
@-o-keyframes fall {
  to {
    margin-top: 954px;
    margin-left: 90px;
  }
}
@-ms-keyframes fall {
  to {
    margin-top: 954px;
    margin-left: 90px;
  }
}
@keyframes fall {
  to {
    margin-top: 954px;
    margin-left: 90px;
  }
}
@-moz-keyframes fallangled {
  to {
    margin-top: 954px;
    margin-left: 120px;
  }
}
@-webkit-keyframes fallangled {
  to {
    margin-top: 954px;
    margin-left: 120px;
  }
}
@-o-keyframes fallangled {
  to {
    margin-top: 954px;
    margin-left: 120px;
  }
}
@-ms-keyframes fallangled {
  to {
    margin-top: 954px;
    margin-left: 120px;
  }
}
@keyframes fallangled {
  to {
    margin-top: 954px;
    margin-left: 120px;
  }
}
@media (min-width: 992px) {
  .bp-max-xs .weather {
    height: 80px;
  }
  .bp-max-xs .weather .weather-animation, .bp-max-xs .weather #viewport {
    height: 90px;
  }
  .bp-max-xs .weather .Clouds #viewport-wrapper {
    height: 90px;
  }
  .bp-max-xs .weather .station-img {
    height: 60px;
    width: auto;
    top: 31px;
    right: 25px;
  }
  .bp-max-xs .weather .station-img.lense-flare-img {
    top: 0;
    right: 0;
  }
}
/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
/*@import "mixins";

@include font("EMprintLight", "EMPrint-Light");
@include font("EMprintLightItalic", "EMPrint-LightItalic");
@include font("EMprint", "EMPrint-Regular");
@include font("EMprintItalic", "EMprint-RegularItalic");
@include font("EMprintSemibold", "EMprint-Semibold");
@include font("EMprintSemiboldItalic", "EMprint-SemiboldItalic");
@include font("EMprintBold", "EMPrint-Bold");
@include font("EMprintBoldItalic", "EMPrint-BoldItalic");
@include font("EMprintCondensedBold", "EMprint-CondensedBold");
@include font("EMprintCondensedBoldlt", "EMprint-CondensedBoldlt");
@include font("EMprintCondensedItalic", "EMprint-CondensedItalic");
@include font("EMprintCondensedLight", "EMprint-CondensedLight");
@include font("EMprintCondensedLightlt", "EMprint-CondensedLightlt");
@include font("EMprintCondensedSemibold", "EMprint-CondensedSemibold");
@include font("EMprintCondensedSemiboldlt", "EMprint-CondSemiboldlt");
@include font("EMprintCondensed", "EMprint-CondensedRegular");
@include font("em", "em");
    */
.featured-item-weather .icon-clouds {
  background-image: url("/assets/img/weather/cloud2.png");
}
.featured-item-weather .icon-ice {
  background-image: url("/assets/img/weather/ice.png");
}
.featured-item-weather .icon-lightning {
  background-image: url("/assets/img/weather/lightning.png");
}
.featured-item-weather .icon-moon {
  background-image: url("/assets/img/weather/moon.png");
}
.featured-item-weather .icon-rain {
  background-image: url("/assets/img/weather/rain.png");
}
.featured-item-weather .icon-snow {
  background-image: url("/assets/img/weather/snow.png");
}
.featured-item-weather .icon-sun {
  background-image: url("/assets/img/weather/sun.png");
}
.featured-item-weather .icon-warning {
  background-image: url("/assets/img/weather/warning.png");
}
.featured-item-weather .featured-item-copy-content {
  padding: 30px 30px 0px 30px;
  padding: 1.875rem 1.875rem 0rem 1.875rem;
}
.featured-item-weather .featured-item-copy-content .weather-button {
  margin: 35px 0px 30px 0px;
  margin: 2.1875rem 0rem 1.875rem 0rem;
}
.featured-item-weather .featured-item-image {
  margin-bottom: 0;
}
.featured-item-weather .featured-item-copy {
  border-top: 10px solid transparent;
  padding: inherit !important;
  background-color: #fff;
}
.featured-item-weather .featured-item-copy .greeting-title {
  font-size: 18px;
  font-size: 1.125rem;
  color: #000;
}
.featured-item-weather .featured-item-copy .heading-fake-hyperlink {
  color: #0047ba;
  margin: 10px 0px 31px 0px;
  margin: 0.625rem 0rem 1.9375rem 0rem;
  font-size: 40px;
  font-size: 2.5rem;
}
.featured-item-weather .featured-item-copy p {
  color: #666666;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.featured-item-weather .featured-item-copy .weather-search {
  height: 50px;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}
.featured-item-weather .featured-item-copy .weather-search.form-group .icon-search {
  color: #0047ba;
  padding: 0;
  border: none;
  background: none;
  position: relative;
  left: 82%;
  font-size: 25px;
  font-size: 1.5625rem;
  bottom: 42px;
  bottom: 2.625rem;
}
.featured-item-weather .featured-item-copy .weather-search.form-group .icon-search[disabled] {
  color: grey;
}
.featured-item-weather .featured-item-copy .weather-search.form-group .form-control {
  height: 50px;
  padding-right: 45px;
  padding-right: 2.8125rem;
}
.featured-item-weather .featured-item-copy .weather-search.form-group .btn, .featured-item-weather .featured-item-copy .weather-search.form-group .btn-primary, .featured-item-weather .featured-item-copy .weather-search.form-group .btn-secondary, .featured-item-weather .featured-item-copy .weather-search.form-group .btn-tertiary, .featured-item-weather .featured-item-copy .weather-search.form-group .btn-primary-em-blue, .featured-item-weather .featured-item-copy .weather-search.form-group .btn-deemphasized, .featured-item-weather .featured-item-copy .weather-search.form-group .btn-light, .featured-item-weather .featured-item-copy .weather-search.form-group .btn-badge, .featured-item-weather .featured-item-copy .weather-search.form-group .btn-icon {
  margin-top: 15px;
  margin-top: 0.9375rem;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.featured-item-weather .location-error p {
  margin-bottom: 0;
}
.featured-item-weather .weather-now {
  padding: 15px 30px 0;
  background-color: #fff;
  z-index: 0;
  border-top: 1px solid #d9d9d9;
}
.featured-item-weather .weather-now .weather-provider-info .weather-location {
  color: #0047ba;
  font-weight: normal;
}
.featured-item-weather .weather-now .weather-provider-info h4, .featured-item-weather .weather-now .weather-provider-info .weather-location, .featured-item-weather .weather-now .weather-provider-info .weather-provider {
  margin: 0;
}
.featured-item-weather .weather-now .weather-detail .weather-icon {
  background-size: 35px auto;
  background-repeat: no-repeat;
  background-position: 15px 24px;
  height: 60px;
  display: block;
  float: right;
  color: #0047ba;
  font-size: 32px;
  padding: 17px 0px 0px 60px;
  padding: 1.0625rem 0rem 0rem 3.75rem;
  margin-top: -10px;
  margin-right: 0;
  top: auto !important;
}
.featured-item-weather .weather-now .weather-detail .weather-icon span {
  margin-left: 5px;
}
.featured-item-weather .weather-now .weather-detail .weather-icon span, .featured-item-weather .weather-now .weather-detail .weather-icon sup {
  color: #0047ba;
}

.col-lg-3 .featured-item-weather .weather-now .weather-detail .weather-icon {
  position: absolute;
}

@media (min-width: 576px) {
  .featured-item.featured-item-weather .weather-now .weather-detail .weather-icon span {
    margin-left: 0;
  }
  .featured-item.featured-item-weather .featured-item-copy .weather-search .icon-search {
    left: 91%;
  }
}
@media (min-width: 992px) {
  .featured-item.featured-item-weather .featured-item-copy {
    bottom: auto !important;
    background: rgba(255, 255, 255, 0.9);
  }
  .featured-item.featured-item-weather .featured-item-copy .weather-now {
    border-top: none;
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
  }
  .featured-item.featured-item-weather .featured-item-copy .weather-now .weather-provider-info h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .col-lg-3 .featured-item.featured-item-weather .featured-item-copy .weather-search .icon-search {
    left: 85%;
  }
  .col-lg-3 .featured-item.featured-item-weather .featured-item-copy .form-group .form-control {
    padding-right: 45px;
    padding-right: 2.8125rem;
  }

  .carousel .featured-item.featured-item-weather .featured-item-copy {
    max-width: initial;
  }
}
.bp-xl &gt; .featured-item.featured-item-weather &gt; .featured-item-copy {
  width: 50%;
}

.bp-max-xs .featured-item-weather .featured-item-copy-content, .bp-max-xs .featured-item-weather .weather-now, .bp-max-md .featured-item-weather .featured-item-copy-content, .bp-max-md .featured-item-weather .weather-now, .bp-max-lg .featured-item-weather .featured-item-copy-content, .bp-max-lg .featured-item-weather .weather-now {
  padding-left: 0px;
  padding-left: 0rem;
  padding-right: 0px;
  padding-right: 0rem;
}

/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
/*@import "mixins";

@include font("EMprintLight", "EMPrint-Light");
@include font("EMprintLightItalic", "EMPrint-LightItalic");
@include font("EMprint", "EMPrint-Regular");
@include font("EMprintItalic", "EMprint-RegularItalic");
@include font("EMprintSemibold", "EMprint-Semibold");
@include font("EMprintSemiboldItalic", "EMprint-SemiboldItalic");
@include font("EMprintBold", "EMPrint-Bold");
@include font("EMprintBoldItalic", "EMPrint-BoldItalic");
@include font("EMprintCondensedBold", "EMprint-CondensedBold");
@include font("EMprintCondensedBoldlt", "EMprint-CondensedBoldlt");
@include font("EMprintCondensedItalic", "EMprint-CondensedItalic");
@include font("EMprintCondensedLight", "EMprint-CondensedLight");
@include font("EMprintCondensedLightlt", "EMprint-CondensedLightlt");
@include font("EMprintCondensedSemibold", "EMprint-CondensedSemibold");
@include font("EMprintCondensedSemiboldlt", "EMprint-CondSemiboldlt");
@include font("EMprintCondensed", "EMprint-CondensedRegular");
@include font("em", "em");
    */
html {
  scroll-behavior: smooth;
}

.hotspot-component {
  width: 100%;
}
.hotspot-component .hotspot-container {
  position: relative;
  padding: 0;
}
.hotspot-component .hotspot-container .hotspot-image {
  display: block;
  width: 100%;
}
.hotspot-component .hotspot-container .hotspot-item {
  position: absolute;
  margin: 0;
  padding: 0;
  transform: translate(-50%, -50%);
  z-index: 1;
  touch-action: manipulation;
}
.hotspot-component .hotspot-container .hotspot-item:hover, .hotspot-component .hotspot-container .hotspot-item:active {
  cursor: pointer;
  z-index: 999;
}
.hotspot-component .hotspot-container .hotspot-item:hover:after, .hotspot-component .hotspot-container .hotspot-item:active:after {
  border-color: transparent;
}
.hotspot-component .hotspot-button {
  color: white;
  text-align: center;
  width: 30px;
  height: 30px;
  padding: 0px;
  z-index: 999;
  line-height: 22px;
  background-size: contain;
  font-size: 13px;
}
.hotspot-component .hotspot-button.hotspot-button-color {
  border: 0.125rem solid #ecedef;
  border-radius: 1.875rem;
  box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0, 0, 0, 0.5);
  background-color: #335eaf;
}
.hotspot-component .hotspot-button.hotspot-button-color:hover {
  filter: brightness(85%);
  outline: none;
}
.hotspot-component .hotspot-button.hotspot-button-image img {
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
}
.hotspot-component .hotspot-car-description .container {
  margin-top: 16px;
  margin-top: 1rem;
  padding-top: 0;
  position: relative;
  height: auto;
}
.hotspot-component .hotspot-car-description .container:before {
  position: absolute;
  width: 3px;
  height: -webkit-fill-available;
  content: "";
  background: url("/Assets/img/vert-line.png") repeat-y center;
  left: 15px;
}
.hotspot-component .hotspot-car-description .container + .container {
  margin-top: 0;
}
.hotspot-component .hotspot-car-description .hotspot-button {
  position: absolute;
}
.hotspot-component .hotspot-car-description .hotspot-button.hotspot-button-color:hover {
  filter: brightness(100%);
  cursor: default;
}
.hotspot-component .hotspot-car-description h3:before {
  border-top: 2px solid #8a8a8a;
  content: " ";
  right: 0;
  position: absolute;
  width: 35px;
}
.hotspot-component .hotspot-car-description .container &gt; .row &gt; div {
  text-align: left;
}
.hotspot-component .hotspot-car-description .container &gt; .row &gt; div h3:before {
  top: 15px;
  left: 20px;
}
.hotspot-component .hotspot-car-description .container &gt; .row &gt; div h3,
.hotspot-component .hotspot-car-description .container &gt; .row &gt; div p {
  padding-left: 55px;
  padding-left: 3.4375rem;
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
}
.hotspot-component .hotspot-car-description .container &gt; .row &gt; div .hotspot-button {
  left: 7px;
  top: 0px;
  padding: 2px 0 0 0;
}

@media (min-width: 992px) {
  .hotspot-component .hotspot-button {
    line-height: 25px;
  }
  .hotspot-component .hotspot-car-description .container {
    padding-top: 112px;
    padding-top: 7rem;
    margin-top: 0;
    background: url("/Assets/img/vert-line.png") repeat-y 50% 0;
  }
  .hotspot-component .hotspot-car-description .container:before {
    display: none;
  }
  .hotspot-component .hotspot-car-description .container + .container {
    padding-top: 0;
  }
  .hotspot-component .hotspot-car-description .hotspot-button {
    position: absolute;
  }
  .hotspot-component .hotspot-car-description h3:before {
    border-top: 2px solid #8a8a8a;
    content: " ";
    right: 0;
    position: absolute;
    width: 35px;
  }
  .hotspot-component .hotspot-car-description .container &gt; .row &gt; div:nth-child(odd) {
    text-align: right;
  }
  .hotspot-component .hotspot-car-description .container &gt; .row &gt; div:nth-child(odd) h3:before {
    top: 15px;
    right: 0;
    left: auto;
  }
  .hotspot-component .hotspot-car-description .container &gt; .row &gt; div:nth-child(odd) h3,
.hotspot-component .hotspot-car-description .container &gt; .row &gt; div:nth-child(odd) p {
    padding-right: 15px;
    padding-right: 0.9375rem;
    padding-left: 0;
  }
  .hotspot-component .hotspot-car-description .container &gt; .row &gt; div:nth-child(odd) .hotspot-button {
    right: -15px;
    top: 0px;
    left: auto;
    padding: 1px 0 0 0;
  }
  .hotspot-component .hotspot-car-description .container &gt; .row &gt; div:nth-child(even) {
    padding-top: 54px;
    padding-top: 3.375rem;
  }
  .hotspot-component .hotspot-car-description .container &gt; .row &gt; div:nth-child(even) h3:before {
    top: 70px;
    left: 0;
  }
  .hotspot-component .hotspot-car-description .container &gt; .row &gt; div:nth-child(even) h3,
.hotspot-component .hotspot-car-description .container &gt; .row &gt; div:nth-child(even) p {
    padding-left: 15px;
    padding-left: 0.9375rem;
  }
  .hotspot-component .hotspot-car-description .container &gt; .row &gt; div:nth-child(even) .hotspot-button {
    left: -15px;
    top: 55px;
    padding: 1px 0 0 0;
  }
}
@media (min-width: 576px) {
  .hotspot-component .hotspot-car-description .container &gt; .row &gt; div .hotspot-button {
    padding: 2px 0 0 1px;
    left: 6px;
    font-size: 16px;
  }
}
.popover.show .popover-body {
  min-width: 270px;
}
.popover.show .popover-body a.btn.btn-primary, .popover.show .popover-body a.btn-primary {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  padding: 6px 21px;
  padding: 0.375rem 1.3125rem;
  text-align: center;
  text-decoration: none;
}

.ps-widget:not(.price-container).ps-Exxon-generic-lightbox .ps-button-label, .ps-widget:not(.price-container).ps-Exxon-product .ps-button-label {
  margin-top: 2px !important;
  margin-right: 10px !important;
  min-height: 47px !important;
  cursor: pointer;
}
.ps-widget:not(.price-container).ps-Exxon-product .ps-button-label {
  margin-left: 10px !important;
}
.ps-widget ~ .sp05-button-bar .b05-button.btn.btn-deemphasized, .ps-widget ~ .sp05-button-bar .b05-button.btn-deemphasized {
  margin-left: 10px;
}
.ps-widget.ps-Exxon-generic-lightbox:first-child {
  margin-left: 10px;
}

.product-compare .ps-widget:not(.price-container).ps-Exxon-generic-lightbox .ps-button-label, .product-compare .ps-widget:not(.price-container).ps-Exxon-product .ps-button-label {
  margin-top: 0px !important;
  margin-right: 0px !important;
  min-height: 47px !important;
  cursor: pointer;
}
.product-compare .ps-widget:not(.price-container).ps-Exxon-product .ps-button-label {
  margin-left: 0px !important;
}

.result-list .ps-Exxon-product .ps-button-label {
  display: flex;
}

.product-selector .ps-Exxon-product {
  min-height: 44px !important;
}

.product-details-button {
  margin-left: 3px !important;
  margin-right: 3px !important;
  margin-bottom: 16px;
  width: 32%;
  float: left;
}
.product-details-button:focus {
  outline-offset: 2px;
}

.product-details-button.ps-widget:not(.price-container).ps-Exxon-generic-lightbox .ps-button-label, .product-details-button.ps-widget:not(.price-container).ps-Exxon-product .ps-button-label {
  display: block;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  height: auto !important;
  width: 100%;
  font-size: 1.125rem;
  margin: 0 !important;
}

.product-details-button .c04-lightbox, .product-details-button .b05-button {
  width: 100%;
  margin: 0 !important;
}

.product-details-button .b05-button a {
  padding-left: 10px !important;
  padding-right: 10px !important;
  display: block;
}

@media (max-width: 767px) {
  .product-details-button {
    margin-bottom: 5px;
    width: 100%;
    height: auto !important;
  }
}
.product-details-button.ps-widget[ps-sku].ps-disabled {
  background: transparent !important;
}

.product-details-button.ps-widget[ps-sku].ps-disabled &gt; small {
  display: none !important;
}

.ps-Exxon-product.ps-widget[ps-sku].ps-disabled {
  padding-bottom: 0;
}

.ps-widget:not(.price-container).ps-Exxon-product.ps-widget[ps-sku].ps-disabled .ps-button-label {
  min-height: 44px !important;
}

.product-list-btn-container .ps-widget[ps-sku].ps-disabled .ps-button-label, .buttons .ps-widget[ps-sku].ps-disabled .ps-button-label {
  background-color: #b5b5b5;
}

.product-list-btn-container .ps-Exxon-product.ps-enabled, .product-list-btn-container .ps-Exxon-product.ps-enabled :hover {
  background-color: #007fad;
}

.price-spider-container.ps-Exxon-product.ps-widget[ps-sku].ps-disabled, .price-spider-container.ps-Exxon-product.ps-widget[ps-sku].ps-disabled &gt; small {
  background-color: #b5b5b5 !important;
  background-clip: content-box;
}

.ps-widget:not(.price-container).product-details-button.ps-Exxon-product.ps-widget[ps-sku].ps-disabled .ps-button-label {
  min-height: 47px !important;
  background-color: #b5b5b5 !important;
}

.price-container.ps-Exxon-product.ps-no-sku.ps-disabled .ps-button-label {
  display: flex !important;
  background: #b5b5b5 !important;
}

.price-container.ps-Exxon-product.ps-no-sku.ps-disabled small {
  display: none !important;
}

.usa-results-container .buttons .ps-widget .ps-button-label {
  margin: 0px !important;
}

.button_sequence_wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.625rem;
}
.button_sequence_wrapper .product-details-button {
  margin: 0.125rem !important;
  width: auto;
}
.button_sequence_wrapper .product-details-button span {
  padding: 10px 40px !important;
}

@media (max-width: 767px) {
  .button_sequence_wrapper .product-details-button {
    margin: 0.125rem !important;
    width: 100%;
  }
  .button_sequence_wrapper .b05-button {
    width: 100%;
  }
}
.search-textbox-header {
  border: none;
  background: none;
  outline: none;
  padding: 0.0625rem 0 0.0625rem 15px;
  display: inline-block;
  outline-offset: -2px;
  -webkit-appearance: none;
  height: 48px;
  overflow: hidden;
  position: relative;
  outline: none;
  font-size: 2.1875rem;
  width: 85%;
  color: #5a5a5a;
}

.search-button-header {
  border: none;
  background: none;
  padding: 0.0625rem 20px;
  display: inline-block;
  -webkit-appearance: none;
  height: 48px;
  overflow: hidden;
  position: relative;
  font-size: 1.375rem;
  text-align: right;
  cursor: pointer;
  color: #5a5a5a;
  border-left: 1px solid #d4d4d4;
  width: 14%;
  text-align: center;
}

.ui-state-active, .ui-widget-content .ui-state-active {
  border: 1px solid #c5c5c5 !important;
  background: #ffffff !important;
  color: #333 !important;
}

.ui-widget.ui-widget-content.custom-autocomplete {
  border: 1px solid #c5c5c5 !important;
  background: #fff !important;
  list-style-type: none;
  padding-left: 10px;
}
.ui-widget.ui-widget-content.custom-autocomplete .ui-state-active {
  border: none !important;
}

.search-bar-footer {
  font-size: 15px;
}

@media screen and (max-width: 1024px) {
  .magic-box-input.search-bar-footer-container {
    min-height: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .search-textbox-header {
    padding-left: 0.9375rem;
  }
}
.search-button-header {
  border-color: #d4d4d4;
}

@media screen and (max-width: 991px) {
  .search-textbox-header {
    padding-left: 4.375rem;
    font-size: 21px;
  }

  .nav-main-search .fa-search {
    top: 50% !important;
    transform: translate(0, -50%);
    left: 15px;
  }

  input.search-button-header {
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  .search-textbox-header {
    width: 100%;
  }

  input.search-button-header {
    display: none;
  }

  .search-textbox-header {
    padding-left: 4.375rem;
    font-size: 21px;
  }
}
.search-bar-footer {
  font-size: 15px;
  padding-left: 17px !important;
  /*padding-left: 21px !important;*/
}

@media screen and (min-width: 768px) {
  .nav-main-search.search-box.custom-coveo-search-new {
    padding-top: 0;
    padding-bottom: 0;
    height: 87px !important;
  }

  .search-button-header, .search-textbox-header, .nav-main-search.search-box .fa-search {
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }

  .search-button-header {
    right: 0;
    text-align: center;
    height: 50px;
    min-width: 11.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .search-textbox-header {
    padding-left: 0.9375rem;
  }
}
.magic-box-input.search-bar-footer-container {
  background: #262626;
  height: 45px;
}

.magic-box-input.search-bar-footer-container .search-button {
  -webkit-appearance: listbox;
}

@media only screen and (width: 390px) and (min-device-height: 812px) and (max-device-height: 896px) {
  .nav-main-search.search-box .component {
    padding-top: 1.3rem;
  }
}
@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  .nav-main-search.search-box .component {
    padding-top: 1.3rem;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2) {
  .nav-main-search.search-box .component {
    padding-top: 1.3rem;
  }
}
@media only screen and (min-width: 393px) and (max-width: 767px) {
  .nav-main-search.search-box .component {
    padding-top: 1.3rem;
  }
}
@media (min-width: 280px) and (max-width: 320px) {
  .nav-main-search.search-box .component {
    padding-top: 1.3rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .nav-main-search.search-box .component {
    padding-top: 1.3rem;
  }
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .nav-main-search.search-box .component {
    padding-top: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .nav-header.navbar-main-header, .navbar-main-header .search-textbox-header {
    top: 0px;
  }
}
@media only screen and (min-device-width: 320px) {
  .nav-main-search.search-box .component.coveo-globalsearchbox {
    padding-top: 0;
  }
}
/*code merge*/
.ui-menu.custom-autocomplete .ui-menu-item-wrapper, .ui-menu.custom-footer-autocomplete .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
  display: block;
  -webkit-line-clamp: 1;
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.custom-autocomplete {
  z-index: 9;
}

.custom-autocomplete, .custom-footer-autocomplete {
  list-style: none;
  padding-left: 10px;
}

.ui-widget.ui-widget-content.custom-autocomplete {
  border: 1px solid #c5c5c5 !important;
  background: #fff !important;
}

.search-bar-footer-container {
  display: flex;
  position: relative;
}

.search-bar-footer {
  position: absolute;
  background: #262626;
  width: calc(100% - 40px);
  height: 45px;
  padding-left: 21px;
  font-weight: 400;
  color: #d4d4d4;
  border: none;
  outline: none;
}

.search-bar-footer:focus {
  border: 1px solid #00a3e0;
}

.search-bar-footer::placeholder {
  color: white;
  opacity: 1;
}

.search-button {
  background: #262626;
  right: 0;
  position: absolute;
  height: 45px;
  width: 40px;
  top: 0px;
  vertical-align: middle;
  text-align: center;
}

.search-button-img {
  height: 18px;
  width: 16px;
  color: #707070;
  overflow: hidden;
  font-weight: 400;
}

.search-bar-span {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  top: 7px;
  position: relative;
}

.button-span {
  display: inline-block;
}

.search-bar-footer-container .search-bar-span {
  cursor: pointer;
}

/**PSWEP=1561-footer-changes**/
.footer-two-align .search-bar-footer-container {
  display: flex;
  position: relative;
  width: 88%;
}
.footer-two-align .search-bar-footer {
  /*position: absolute;*/
  background: #262626;
  width: 100%;
  height: 45px;
  /* padding-left: 21px;*/
  font-weight: 400;
  color: #d4d4d4;
  border: none;
  outline: none;
}
.footer-two-align .search-bar-footer:focus {
  border: 1px solid #00a3e0;
}
.footer-two-align .search-bar-footer::placeholder {
  color: white;
  opacity: 1;
}
.footer-two-align .search-button {
  background: #262626;
  right: -45px;
  position: absolute;
  height: 45px;
  width: 45px;
  top: 0px;
  vertical-align: middle;
  text-align: center;
}
.footer-two-align .search-button-img {
  height: 18px;
  width: 16px;
  color: #707070;
  overflow: hidden;
  font-weight: 400;
}
.footer-two-align .button-span {
  display: inline-block;
}
.footer-two-align .search-bar-footer-container .search-bar-span {
  cursor: pointer;
}
.footer-two-align .search-bar-footer-container + .footer-social {
  margin-top: 16px;
}
@media screen and (min-width: 320px) and (max-width: 992px) {
  .footer-two-align .search-bar-footer-container + .footer-social {
    order: 1;
    margin-top: 0px;
  }
}
@media screen and (min-width: 320px) and (max-width: 992px) {
  .footer-two-align .search-bar-footer-container {
    display: flex;
    position: relative;
    width: 30%;
    order: 2;
  }
}
@media screen and (min-width: 320px) and (max-width: 555px) {
  .footer-two-align .search-bar-footer-container {
    width: 88%;
  }
}

/*code merge*/
.ui-widget.ui-widget-content.custom-footer-autocomplete {
  right: 20px;
  width: auto !important;
  background: #fff !important;
}

.ui-helper-hidden-accessible {
  display: none;
}

.ui-widget.ui-widget-content.custom-footer-autocomplete {
  max-width: calc(30% - 18px);
}

@media screen and (max-width: 767px) {
  .custom-autocomplete {
    width: 96% !important;
    box-shadow: 1px 10px 10px #00000052;
  }
}
@media screen and (max-width: 606px) {
  .custom-autocomplete {
    width: 96% !important;
    box-shadow: 1px 10px 10px #00000052;
  }

  .ui-widget.ui-widget-content.custom-footer-autocomplete {
    max-width: calc(100vw - 2.5rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .ui-widget.ui-widget-content.custom-footer-autocomplete {
    max-width: calc(30% - 13px);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1399px) {
  .ui-widget.ui-widget-content.custom-autocomplete {
    max-width: calc(100vw - (14% + 6.5rem));
  }
}
@media screen and (min-width: 1400px) {
  .ui-widget.ui-widget-content.custom-autocomplete {
    max-width: calc(100vw - ((100vw - 1400px) + (14% + 4.6875rem)));
  }

  .ui-widget.ui-widget-content.custom-footer-autocomplete {
    max-width: calc((30vw - ((100vw - 1400px) / 2)) + 2.5rem);
  }
}
/*input#footerTextSearch::placeholder {
    color: #fff;
}*/
/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
/*@import "mixins";

@include font("EMprintLight", "EMPrint-Light");
@include font("EMprintLightItalic", "EMPrint-LightItalic");
@include font("EMprint", "EMPrint-Regular");
@include font("EMprintItalic", "EMprint-RegularItalic");
@include font("EMprintSemibold", "EMprint-Semibold");
@include font("EMprintSemiboldItalic", "EMprint-SemiboldItalic");
@include font("EMprintBold", "EMPrint-Bold");
@include font("EMprintBoldItalic", "EMPrint-BoldItalic");
@include font("EMprintCondensedBold", "EMprint-CondensedBold");
@include font("EMprintCondensedBoldlt", "EMprint-CondensedBoldlt");
@include font("EMprintCondensedItalic", "EMprint-CondensedItalic");
@include font("EMprintCondensedLight", "EMprint-CondensedLight");
@include font("EMprintCondensedLightlt", "EMprint-CondensedLightlt");
@include font("EMprintCondensedSemibold", "EMprint-CondensedSemibold");
@include font("EMprintCondensedSemiboldlt", "EMprint-CondSemiboldlt");
@include font("EMprintCondensed", "EMprint-CondensedRegular");
@include font("em", "em");
    */
@media (min-width: 992px) {
  .nav-row {
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    max-width: 1400px;
  }

  .nav-main-left {
    width: 24%;
    overflow-x: hidden;
    background: #f0f0f0;
  }

  .nav-main-left ul {
    padding-left: 0px;
    min-width: 205px;
  }

  .nav-main-left ul a {
    padding-left: 0px;
  }

  .nav-main-left svg {
    width: 16%;
  }

  .nav-main-left nav {
    width: 90%;
  }

  .nav-main-left .dropdown-submenu ul {
    display: none;
  }

  .nav-main-left .nav-link-icon {
    padding: 10px;
    display: inline;
  }

  .nav-main-left .nav-link-icon img {
    vertical-align: -webkit-baseline-middle;
  }

  .nav-main-left .left-nav-item {
    min-width: 220px;
  }

  .nav-main-left .left-nav li {
    list-style: none;
    vertical-align: middle;
    margin: 10px 0 0;
    background-color: #fff;
    padding: unset;
    clear: both;
  }

  .nav-main-left .left-nav-item li a {
    text-decoration: none;
    padding: 0px 15px;
    width: 100%;
    white-space: normal;
  }

  .nav-main-left .dropdown-expandable-menu-open {
    display: block;
  }

  .nav-main-right {
    width: 75%;
    overflow: hidden;
  }

  .nav-main-left .left-nav .left-nav-item .dropdown-expandable-menu .fa {
    float: right;
  }

  .nav-main-left .left-nav .left-nav-item .dropdown-expandable-menu-open {
    border-left: 1px solid #ebebeb;
    margin: 5%;
  }

  .nav-main-left .left-nav .dropdown-expandable-menu {
    font-weight: bold;
    font-size: 18px;
    color: #454545;
  }

  .nav-main-left .left-nav .dropdown-expandable-menu-open {
    font-weight: bold;
    font-size: 14px;
    color: #454545;
  }

  .nav-main-left .nav-main-bar .nav-main-item svg {
    width: 40%;
  }

  .nav-main-left .left-nav .left-nav-item a:hover {
    text-decoration: none;
  }

  .nav-main-left .left-nav .left-nav-item a:hover span {
    text-decoration: underline;
  }

  .nav-main-left .left-nav .nav-meganav-subitem.contains-nav-chat.contains-link-icon svg {
    width: 78%;
    padding-left: 16px;
  }

  .nav-main-left .left-nav .nav-meganav-subitem a:hover {
    text-decoration: none;
  }

  .nav-main-left .left-nav .nav-chat.nav-chat-on .chat-wrapper-icon {
    top: 4rem;
  }

  .nav-main-left .left-nav .nav-chat.nav-chat-on .chat-wrapper {
    left: unset !important;
    right: -34px;
  }

  .nav-main-left .contains-nav-chat .nav-link-icon {
    flex-basis: 37%;
  }

  .nav-body-wrapper {
    max-width: 1400px;
  }

  .nav-main-right .nav-wrapper .nav-top-bar-left {
    margin: 0;
  }

  /*Phase 2 Changes*/
  .nav-main-left .nav-main-bar {
    display: none;
    background-color: #fff;
  }

  .nav-main-right {
    width: 100%;
  }

  .nav-body-wrapper .left-nav-menu .menu-button {
    z-index: 1;
    left: unset;
  }

  .nav-body-wrapper .left-nav-menu .menu-button-bar {
    position: absolute;
    height: auto;
    display: inline-block;
  }
  .nav-body-wrapper .left-nav-menu .menu-button-bar .fa-bars {
    z-index: 9999;
    position: relative;
    display: none;
  }

  .nav-body-wrapper .left-nav-menu {
    position: relative;
  }

  .left-nav .fa-chevron-left, .left-nav .fa-chevron-right {
    margin: 25%;
    font-size: 150%;
    background-color: #00a3e0;
    color: white;
    border: 12px solid #00a3e0;
  }

  .nav-main-left .nav-main-bar .nav-main-search-trigger {
    background: #f0f0f0;
  }

  .nav-row {
    justify-content: unset;
  }

  .left-nav .dropdown-menu .nav-meganav-col {
    display: list-item;
    border: none !important;
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .nav-main-left {
    overflow-y: auto;
    background-color: #fff;
    border-right: 2px solid #ebebeb;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #929fa4 #ebebeb;
  }
  .nav-main-left::-webkit-scrollbar {
    width: 4px;
  }
  .nav-main-left::-webkit-scrollbar-track {
    background: #ebebeb;
  }
  .nav-main-left::-webkit-scrollbar-thumb {
    border: 0;
    border-radius: 0;
    background-color: #929fa4;
  }
  .nav-main-left .nav-wrapper {
    display: flex;
    margin-right: 11px;
    align-items: flex-start;
    justify-content: space-between;
  }

  .nav-main-left .navbar-alignment {
    float: left;
    background-color: #fff !important;
  }

  .nav-main-left .dropdown-menu .nav-meganav-active {
    padding: 0;
  }

  .left-nav .dropdown-menu .nav-meganav-subitem {
    padding: 0px 0;
    margin-top: 0px;
  }

  .nav-main-left .dropdown-menu {
    border-left: 1px solid #d6d6d6;
    border-radius: unset;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
    background-color: #fff !important;
    position: relative !important;
    padding: 0 0 0 4px;
    margin: 0;
  }

  .nav-main-left .dropdown-menu .nav-meganav-active {
    background-color: #fff;
  }

  .nav-body-wrapper .menu-button .fa-bars, .nav-body-wrapper .menu-button .fa-times {
    margin: 25%;
    font-size: 150%;
    background-color: #0c479d;
    border: 12px solid #0c479d;
    cursor: pointer;
    color: #fff;
  }

  .left-nav .nav-meganav-title &gt; a:hover {
    border: none;
  }

  .nav-body-wrapper .nav-main-bar .logo {
    max-width: 91% !important;
    padding: 2% 1% 3%;
    min-height: 3.875rem;
    max-height: 3.875rem;
  }

  .nav-body-wrapper .icon-nav-header .nav-top-bar-left {
    margin: 0;
  }

  .nav-main-left .nav-meganav-subitem.nav-expandable-menu-open {
    border: unset;
  }

  nav-main-left .nav-meganav-subitem &gt; a:hover {
    border: none;
  }

  .nav-main-left ul a {
    padding-left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0px;
    margin: 0px;
    padding-right: 1rem;
    padding-top: 0.5rem;
  }

  .nav-main-left ul a[href*="/"]:hover {
    border-bottom: 1px solid #d4d4d4;
  }

  .nav-main-left .dropdown-menu .nav-meganav-title {
    padding: 0;
    margin: 0;
    clear: both;
  }

  .left-nav .nav-expandable-menu.nav-meganav-title:has(.fa-chevron-down) + .nav-meganav-subitem {
    display: block;
  }

  .nav-main-left .nav-link p {
    margin: 0px;
    display: inline-block;
    color: #5a5a5a;
  }

  .left-nav-search {
    display: flex;
    justify-content: flex-end;
    clear: both;
  }

  .left-nav-searchBox {
    display: none;
    margin-top: 0.625rem;
  }

  .left-nav-searchBox .component {
    margin-bottom: 0;
  }

  .left-nav-searchBox .search-textbox-header {
    font-size: 17px;
    font-weight: 700;
    padding-left: 5px;
    margin: 0.75rem;
    margin-left: 18px;
    width: 90%;
    border-bottom: 3px solid #0e469b;
    top: -15px;
    position: unset;
    min-width: 6.25rem;
  }

  .left-nav-searchBox .search-button-header {
    font-size: 17px;
    font-weight: 700;
    width: 40%;
    background: #0e469b;
    color: white;
    border-radius: 5px;
    margin-left: 1rem;
    position: unset;
    min-width: 40%;
  }

  .left-nav-searchBox .fas {
    color: #0e469b;
  }
  .left-nav-searchBox .component {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .left-nav-search:hover {
    text-decoration: none;
  }

  .left-nav-search .fa-search {
    font-size: 20px;
    padding: 0.65rem;
    padding-top: 1.5rem;
  }

  .left-nav-search .fa-times {
    font-size: 25px;
    padding: 0.75rem;
    padding-top: 1.5rem;
  }

  .left-nav-mobile {
    display: none;
  }
}
@media (max-width: 992px) {
  .nav-row {
    width: 100%;
  }

  .nav-main-left .nav-main-bar .nav-main-mobile-panel-active .nav-last-child:after {
    display: none;
  }

  .left-nav-searchBox {
    display: none;
  }
}
@media (min-width: 1023px) and (max-width: 1100px) {
  .left-nav {
    width: 212px;
  }

  .nav-main-left ul {
    padding-left: 0px;
    min-width: 177px;
  }

  .nav-main-left .nav-main-bar .navbar-alignment {
    padding: 0 0 0 1.5rem;
  }

  .left-nav-searchBox .fas {
    top: 9.75rem;
  }

  .left-nav-menu .menu-button {
    left: 17.4%;
  }

  .left-nav-search {
    margin-top: 1rem;
  }
}
@media (min-width: 1100px) {
  .left-nav {
    width: 235px;
  }

  .nav-main-left ul {
    padding-left: 0px;
    min-width: 200px;
  }
}
.left-nav-search .fas:hover {
  background-color: transparent;
  color: #0e469b;
  -webkit-box-shadow: inset 0 3px 0 0 #0e469b;
  -moz-box-shadow: inset 0 3px 0 0 #0e469b;
  box-shadow: inset 0 3px 0 0 #0e469b;
}

.left-nav .nav-link,
.left-nav .nav-link p {
  font-size: 13px;
  font-size: 0.8125rem;
}

.left-nav .level_1 {
  font-size: 1rem !important;
}

.left-nav .level_2 {
  font-size: 0.875rem !important;
}

.left-nav-searchBox button {
  margin-right: 5px;
  border: none;
  cursor: pointer;
  background-color: transparent;
  padding: 1px 6px;
}
.left-nav-searchBox button:hover {
  background-color: transparent;
}

/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
#chatbot {
  clear: both;
  margin: 0 auto;
  width: 100%;
  float: right;
  height: 70%;
}
#chatbot button {
  margin-left: auto;
}

#chatbot {
  width: auto;
  display: flex;
  overflow: hidden;
  position: fixed;
  right: 30px;
  z-index: 1000;
  top: 10%;
}

#chatbotcomp {
  width: auto;
  display: flex;
  overflow: hidden;
  position: fixed;
  right: 30px;
  z-index: 1000;
  bottom: 12%;
}

#chatbotcomp .btn, #chatbotcomp .btn-primary, #chatbotcomp .btn-secondary, #chatbotcomp .btn-tertiary, #chatbotcomp .btn-primary-em-blue, #chatbotcomp .btn-deemphasized, #chatbotcomp .btn-light, #chatbotcomp .btn-badge, #chatbotcomp .btn-icon {
  background-color: #0c479d;
  height: 56px;
  border: none;
  color: #fff;
  width: 46px;
  padding: 0px 15px;
  padding: 0rem 0.9375rem;
  font-size: 25px;
  font-size: 1.5625rem;
  cursor: pointer;
  margin: 0 0 0 auto;
}
@media (max-width: 991px) {
  #chatbotcomp .btn, #chatbotcomp .btn-primary, #chatbotcomp .btn-secondary, #chatbotcomp .btn-tertiary, #chatbotcomp .btn-primary-em-blue, #chatbotcomp .btn-deemphasized, #chatbotcomp .btn-light, #chatbotcomp .btn-badge, #chatbotcomp .btn-icon {
    height: auto;
  }
}

#chatbotcomp .btn:focus, #chatbotcomp .btn-primary:focus, #chatbotcomp .btn-secondary:focus, #chatbotcomp .btn-tertiary:focus, #chatbotcomp .btn-primary-em-blue:focus, #chatbotcomp .btn-deemphasized:focus, #chatbotcomp .btn-light:focus, #chatbotcomp .btn-badge:focus, #chatbotcomp .btn-icon:focus, .btn.focus, .focus.btn-primary, .focus.btn-secondary, .focus.btn-tertiary, .focus.btn-primary-em-blue, .focus.btn-deemphasized, .focus.btn-light, .focus.btn-badge, .focus.btn-icon {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

.chatbotframe {
  width: 100%;
  height: 100%;
  border: 0px;
  border-radius: 3px;
}

div#chatbotbtn {
  position: relative;
}

#chatbot .close {
  margin-left: auto;
  position: absolute;
  right: 10px;
  color: #fff;
  font-weight: bold;
  opacity: 1;
  top: 7px;
  z-index: 10;
}

.countDownTimer_container {
  aspect-ratio: 679/150;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
  text-align: center;
  /*to fix for counter*/
}
@media screen and (max-width: 479px) {
  .countDownTimer_container {
    aspect-ratio: 339/158;
  }
}
@media screen and (min-width: 480px) and (max-width: 969px) {
  .countDownTimer_container {
    aspect-ratio: 439/205;
  }
}
@media screen and (min-width: 970px) {
  .countDownTimer_container {
    aspect-ratio: 679/150;
  }
}
@media screen and (max-width: 1023px) {
  .countDownTimer_container {
    margin-bottom: 39px;
  }
}
.countDownTimer_container.countDownBG_image figure {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}
.countDownTimer_container.countDownBG_image figure img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  margin-bottom: 0;
}
.countDownTimer_container.countDownBG_color {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.countDownTimer_container .timer_container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 44px 43px 45px;
}
@media (min-width: 768px) {
  .countDownTimer_container .timer_container {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: unset;
  }
}
@media screen and (min-width: 767.5px) and (max-width: 991.5px) {
  .countDownTimer_container .timer_container {
    padding: 19px 12px 18px;
  }
}
@media (min-width: 992px) {
  .countDownTimer_container .timer_container {
    padding: 19px 42px 18px;
  }
}
.countDownTimer_container .timer_container .time {
  display: flex;
  flex-direction: column;
  column-gap: 10px;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
}
.countDownTimer_container .timer_container .time .days,
.countDownTimer_container .timer_container .time .hour,
.countDownTimer_container .timer_container .time .minute,
.countDownTimer_container .timer_container .time .second {
  display: flex;
  align-items: center;
  line-height: 1;
  aspect-ratio: 1;
  width: 1.9em;
  padding: 0;
  font-size: 25px;
  border-radius: 14px;
  text-align: center;
  justify-content: center;
  width: 55px;
  min-width: 55px;
}
@media screen and (min-width: 480px) and (max-width: 629px) {
  .countDownTimer_container .timer_container .time .days,
.countDownTimer_container .timer_container .time .hour,
.countDownTimer_container .timer_container .time .minute,
.countDownTimer_container .timer_container .time .second {
    width: unset;
    min-width: 40px;
    font-size: 20px;
  }
}
@media screen and (min-width: 630px) and (max-width: 770px) {
  .countDownTimer_container .timer_container .time .days,
.countDownTimer_container .timer_container .time .hour,
.countDownTimer_container .timer_container .time .minute,
.countDownTimer_container .timer_container .time .second {
    width: 1.5em;
  }
}
@media (min-width: 770px) {
  .countDownTimer_container .timer_container .time .days,
.countDownTimer_container .timer_container .time .hour,
.countDownTimer_container .timer_container .time .minute,
.countDownTimer_container .timer_container .time .second {
    font-size: 35px;
    border-radius: 16px;
  }
}
@media (min-width: 992px) {
  .countDownTimer_container .timer_container .time .days,
.countDownTimer_container .timer_container .time .hour,
.countDownTimer_container .timer_container .time .minute,
.countDownTimer_container .timer_container .time .second {
    font-size: 40px;
    border-radius: 16px;
  }
}
@media (min-width: 1200px) {
  .countDownTimer_container .timer_container .time .days,
.countDownTimer_container .timer_container .time .hour,
.countDownTimer_container .timer_container .time .minute,
.countDownTimer_container .timer_container .time .second {
    font-size: 50px;
    width: 86px;
    height: 86px;
    border-radius: 28px;
    line-height: 175%;
  }
}
.countDownTimer_container .timer_container .time .text {
  font-size: 10px;
  text-wrap: nowrap;
}
@media (min-width: 768px) {
  .countDownTimer_container .timer_container .time .text {
    font-size: 18px;
  }
}
.countDownTimer_container .separator {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 8px;
  margin: -8px 4px 0px;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .countDownTimer_container .separator {
    margin: -18px 4px 0px;
    gap: 10px;
  }
}
.countDownTimer_container .separator .box {
  width: 5px;
  height: 5px;
}
@media (min-width: 768px) {
  .countDownTimer_container .separator .box {
    width: 7px;
    height: 7px;
  }
}

/*code merge*/
.social-share-content.nav-chat {
  padding: 0;
  float: none;
}

.social-share-content.nav-chat.nav-chat-on .chat-wrapper {
  width: 230px;
  left: 2px;
  top: initial;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  padding: 30px 30px 10px 30px;
  margin-top: 0px;
  background-color: #fff !important;
}
.social-share-content.nav-chat.nav-chat-on .chat-wrapper .social-share-item {
  padding: 10px 0;
}
.social-share-content.nav-chat.nav-chat-on .chat-wrapper .social-share-item span {
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  text-align: left;
  color: #7b7b7b;
}
.social-share-content.nav-chat.nav-chat-on .chat-wrapper .social-share-item a {
  text-decoration: none;
}
.social-share-content.nav-chat.nav-chat-on .chat-wrapper .email img {
  width: 21px;
  height: 22px;
}
.social-share-content.nav-chat.nav-chat-on .chat-wrapper .twitter .mat-icon &gt; svg {
  width: 14%;
}
.social-share-content.nav-chat.nav-chat-on .chat-wrapper .twitter span {
  margin-left: 16px;
}
.social-share-content.nav-chat.nav-chat-on .chat-wrapper .close-button {
  top: -10px;
  right: -10px;
  color: black;
  font-size: 30px !important;
}
.social-share-content.nav-chat.nav-chat-on .chat-wrapper h2 {
  margin-top: -10px;
  font-size: 14px;
  font-weight: 600;
  color: #3d3d3d;
}
.social-share-content.nav-chat.nav-chat-on .chat-wrapper .mat-icon &gt; svg {
  width: 11%;
  margin-left: 5px;
}
.social-share-content.nav-chat.nav-chat-on .chat-wrapper .linkedin .IN-widget {
  display: none !important;
}

.icon-badge-star {
  background-image: url(/Assets/img/chem-icons.png);
  background-position: -429px 0;
  width: 28px;
  height: 32px;
}

.icon-gas-direct {
  background-image: url(/Assets/img/gas_direct.png);
  background-size: contain;
  width: 32px;
  height: 32px;
}

.icon-view-chem {
  background-image: url(/Assets/img/chem-icons.png);
  background-position: -429px -316px;
  width: 25px;
  height: 30px;
}

.icon-share {
  background-image: url(/Assets/img/chem-icons.png);
  background-position: -460px -216px;
  width: 19px;
  height: 22px;
}

.icon-webinar {
  background-image: url(/Assets/img/icon-sprite.png);
  background-position: 0px 0px;
  width: 30px;
  height: 26px;
}

.icon-subscription-center {
  background-image: url(/Assets/img/icon-sprite.png);
  background-position: 0px -36px;
  width: 24px;
  height: 30px;
}

.icon-contact, .icon-customer-support, .icon-blue-person, .icon-document, .icon-download, .icon-explore, .icon-library, .icon-library-chem, .icon-online-customer-service-chem, .icon-pds-chem, .icon-pds-chem-zh, .icon-primary-pin, .icon-sales-spec-chem, .icon-sales-spec-chem-zh, .icon-sds-chem, .icon-sds-chem-zh, .icon-share-orange, .icon-telephone, .icon-world-list, .icon-contact-us-chem {
  background-image: url(/Assets/img/chem-icons.png);
  height: 30px;
  width: 30px;
}

.icon-blue-person {
  background-position: -33px -373px;
}

.icon-contact {
  background-position: 0 -373px;
}

.icon-customer-support {
  background-position: -99px -373px;
}

.icon-document {
  background-position: -355px -217px;
}

.icon-download {
  background-position: -355px -250px;
}

.icon-explore {
  background-position: 0 -340px;
}

.icon-library {
  background-position: -396px -340px;
}

.icon-library-chem {
  background-position: -363px -340px;
}

.icon-online-customer-service-chem {
  background-position: -392px -64px;
}

.icon-pds-chem {
  background-position: -297px -340px;
}

.icon-pds-chem-zh {
  background-position: -330px -340px;
}

.icon-primary-pin {
  background-position: -165px -340px;
}

.icon-sales-spec-chem {
  background-position: -99px -340px;
}

.icon-sales-spec-chem-zh {
  background-position: -132px -340px;
}

.icon-sds-chem {
  background-position: -355px -283px;
}

.icon-sds-chem-zh {
  background-position: -33px -340px;
}

.icon-share-orange {
  background-position: -388px -217px;
}

.icon-telephone {
  background-position: -355px -151px;
}

.icon-world-list {
  background-position: -355px -184px;
}

.icon-contact-us-chem {
  background-position: -388px -250px;
}

.icon-download-chem {
  background-image: url(/Assets/img/chem-icons.png);
  background-position: -429px -349px;
  width: 24px;
  height: 30px;
}

.icon-video-view {
  background-image: url(/Assets/img/exxonmobil-chemical-play-fs-md.png) !important;
  background-position: 49% 44% !important;
  background-size: 65px 30px !important;
  height: 30px !important;
  width: 25px;
}

.icon-chemical {
  top: 0.3rem !important;
  position: relative !important;
}

.wechat-bg-green {
  background: url(/Assets/img/icon-share-sprite.png) no-repeat center 0 !important;
  width: 35px !important;
  height: 35px !important;
}

.icon-share-bg-blue {
  background: url(/Assets/img/icon-share-sprite.png) no-repeat center -50px !important;
  width: 35px !important;
  height: 35px !important;
}

.commitmentBoxes {
  margin-bottom: 30px;
  padding-left: 36px;
  max-height: 100px;
  border-left: 4px solid #cf3101;
  background: #fff;
  padding: 0 20px 36px 30px;
  overflow: hidden;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.commitmentBoxes:hover {
  max-height: initial;
}

.commitmentBoxes .field-heading {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.75rem;
  padding-right: 15px;
  width: 70%;
  min-height: 100px;
  display: flex;
  align-items: center;
}

.commitmentBoxes .field-image, .commitmentBoxes .field-dfsimage {
  position: absolute;
  right: 55px;
  top: 30px;
}

.commitmentBoxes .field-image img, .commitmentBoxes .field-dfsimage img {
  height: 36px;
  width: 36px;
  object-fit: cover;
}

.commitmentBoxes .field-link {
  width: 70%;
}

.commitmentBoxes .field-link a {
  color: #00a3e0;
}

.commitmentBoxes .b01-paragraph h3 {
  margin-bottom: 20px;
  line-height: 2.75rem;
  font-size: 2.125rem;
}

.commitmenthover-item .commitmentBoxes:not(:focus):not(:hover) {
  border-left: 4px solid grey;
}

.commitmenthover-item .commitmentBoxes:not(:focus):not(:hover) .field-heading {
  color: grey;
}

.commitmentBoxes {
  position: relative;
}

.commitmentBoxes .field-image, .commitmentBoxes .field-dfsimage {
  position: absolute;
  right: 30px;
  top: 30px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .component.b06-heading .field-title {
    font-size: 2.1rem;
  }

  .commitmentBoxes {
    padding: 0 15px 36px 15px;
  }

  .commitmentBoxes .field-heading {
    line-height: initial;
    width: 80%;
  }
}
.commitmentBoxes .field-image img:not([src]) {
  display: none;
}

/*DPS */
.ui-widget-overlay {
  background: #666;
}

.dps-dialog a.cta-button:hover {
  color: #fff;
}

.dps-dialog .ui-widget-header {
  border: none;
}

.dps-dialog .ui-widget-content {
  border: none;
  background: #fff;
}

.Anchor-Navigation .handle {
  width: 40px;
  height: 40px;
  vertical-align: middle;
  text-align: center;
  margin-bottom: 1px;
  background: #f0f0f0;
  padding: 10px 0 0 8px;
  cursor: pointer;
  position: relative;
}

.Anchor-Navigation .handle i {
  display: block;
  width: 24px;
  height: 20px;
  overflow: hidden;
}

.Anchor-Navigation .icon-anchor {
  background: url(/Assets/img/icon-share-sprite2.png) no-repeat 0 0;
}

.Anchor-Navigation .handle:hover .icon-anchor, .Anchor-Navigation .handle.active .icon-anchor {
  background: url(/Assets/img/icon-share-sprite2.png) no-repeat 2px -118px;
}

.Anchor-Navigation .handle.bg-color-cerise:hover,
.Anchor-Navigation .handle.bg-color-cerise.active {
  background: #bd2f7f;
}

.Anchor-Navigation .handle.bg-color-cyan:hover,
.Anchor-Navigation .handle.bg-color-cyan.active {
  background: #00a3e0;
}

.Anchor-Navigation .handle.bg-color-indigo:hover,
.Anchor-Navigation .handle.bg-color-indigo.active {
  background: #002f6c;
}

.Anchor-Navigation .handle.bg-color-violet:hover,
.Anchor-Navigation .handle.bg-color-violet.active {
  background: #3a397b;
}

.Anchor-Navigation .handle.bg-color-purple:hover,
.Anchor-Navigation .handle.bg-color-purple.active {
  background: #7a4183;
}

.Anchor-Navigation .handle.bg-color-plum:hover,
.Anchor-Navigation .handle.bg-color-plum.active {
  background: #890c58;
}

.Anchor-Navigation .handle.bg-color-ruby:hover,
.Anchor-Navigation .handle.bg-color-ruby.active {
  background: #d73872;
}

.Anchor-Navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 40px 0 40px 50px;
  width: 275px;
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 55px;
  transform: translateY(-50%);
  background: #f0f0f0;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-backface-visibility: hidden;
  display: none;
}

.Anchor-Navigation ul:after {
  content: "";
  width: 20px;
  height: 20px;
  background: #f0f0f0;
  position: absolute;
  right: -8px;
  top: 50%;
  margin-top: -10px;
  transform: rotate(45deg);
}

.Anchor-Navigation .handle:hover ul, .Anchor-Navigation .handle.active ul {
  display: block;
}

.Anchor-Navigation li {
  position: relative;
  margin: 0;
  height: 45px;
  line-height: 45px;
  cursor: pointer;
  overflow: hidden;
  pointer-events: auto;
  text-align: left;
}

.Anchor-Navigation li a {
  color: #333;
  text-decoration: none;
  font-size: 18px;
}

.Anchor-Navigation li a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-right: -6px;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: transform cubic-bezier(0.38, 0.04, 0.35, 0.96) 400ms, opacity cubic-bezier(0.38, 0.04, 0.35, 0.96) 400ms;
  transition: transform cubic-bezier(0.38, 0.04, 0.35, 0.96) 400ms, opacity cubic-bezier(0.38, 0.04, 0.35, 0.96) 400ms, -webkit-transform cubic-bezier(0.38, 0.04, 0.35, 0.96) 400ms;
  background: #f0f0f0;
  border: 2px solid #dedfdf;
}

.Anchor-Navigation li span {
  padding-left: 25px;
  white-space: nowrap;
}

.Anchor-Navigation li:hover {
  overflow: visible;
}

.Anchor-Navigation .active li.active a:before, .Anchor-Navigation li a:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
  background-color: #454545;
  border-color: #454545;
}

.Anchor-Navigation li a:hover {
  font-weight: bold;
}

.Anchor-Navigation li a:hover span {
  opacity: 1;
}

/*Base*/
.wrap {
  margin: 0 auto;
  max-width: 1400px;
  width: 100%;
}

/*Components*/
.ratinsg-stars__wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 3rem;
  padding: 10px 0;
  min-height: 120px;
  background-color: #f0f0f0;
}

@media only screen and (max-width: 991.98px) {
  .ratinsg-stars__wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 0;
  }
}
.rating-stars__title {
  font-size: 26px;
  color: #454545;
  font-weight: 400;
  line-height: 35px;
  margin-right: 20px;
}

@media only screen and (max-width: 767.98px) {
  .rating-stars__title {
    font-size: 20px;
    line-height: 26px;
    margin-right: 0;
    text-align: center;
  }
}
.rating-stars__title--thanks {
  display: none;
}

.rating-stars__title--thanks.rating-stars__title--active {
  display: block;
}

.rating-stars__content {
  padding-left: 25px;
}

@media only screen and (max-width: 991.98px) {
  .rating-stars__content {
    padding-left: 1px;
    padding-bottom: 10px;
  }
}
.form__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rating-stars__stars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-right: 20px;
}

.rating-stars__stars input.star {
  display: none;
}

.rating-stars__stars input.star:hover ~ label.star {
  color: #1caae5;
}

.rating-stars__stars label.star {
  padding: 8px;
  font-size: 36px;
  color: #d3d3d3;
}

.rating-stars__stars label.star::before {
  content: "";
  font-family: "FontAwesome";
}

.rating-stars__stars input.star:checked ~ label.star::before {
  content: "";
  color: #1caae5;
}

@media only screen and (max-width: 991.98px) {
  .rating-stars__stars {
    padding-right: 10px;
  }

  .rating-stars__stars label.star {
    font-size: 26px;
  }
}
.rating-stars__average-wrap {
  padding-right: 20px;
  display: none;
}

@media only screen and (max-width: 991.98px) {
  .rating-stars__average-wrap {
    padding-right: 0;
  }
}
.rating-stars__average {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rating-stars__average .rating-stars__average-number {
  font-size: 25px;
  color: #333;
}

.rating-stars__average .rating-stars__average-text {
  font-size: 16px;
  line-height: 21px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 9px;
  margin-top: 3px;
}

@media only screen and (max-width: 991.98px) {
  .rating-stars__average {
    font-size: 20px;
  }

  .rating-stars__average label.star {
    font-size: 14px;
  }
}
@media only screen and (max-width: 568px) {
  .rating-stars__stars label.star {
    padding: 5px;
  }

  .rating-stars__average .rating-stars__average-text {
    margin-left: 5px;
  }
}
/* floating bar start   */
.floating-bar {
  position: fixed;
  z-index: 999;
}

.floating-bar-top {
  top: 0;
  left: 50%;
}

.floating-bar-bottom {
  bottom: 0;
  left: 50%;
}

.floating-bar-top &gt; div,
.floating-bar-bottom &gt; div {
  float: left;
}

.floating-bar-top .social-share-bar2,
.floating-bar-bottom .social-share-bar2 {
  float: left;
  width: auto;
}

.floating-bar-left {
  left: 0;
  top: 50%;
  width: auto;
  padding: 0;
}

.floating-bar-right {
  right: 0;
  top: 50%;
  width: auto;
  padding: 0;
}

.floating-bar-top .Anchor-Navigation,
.floating-bar-bottom .Anchor-Navigation,
.floating-bar-top .follow-wechat-section,
.floating-bar-bottom .follow-wechat-section,
.floating-bar-top .social-share-bar2 li,
.floating-bar-bottom .social-share-bar2 li {
  float: left;
  margin: 0 1px 0 0;
}

/*floating bar End */
.floating-bar .social-share-section {
  height: 41px;
}

/* wechat start */
.icon-follow-wechat {
  background: url("/Assets/img/icon-share-sprite2.png") no-repeat 0 -38px;
}

.follow-wechat-section:hover .icon-follow-wechat,
.follow-wechat-section.active .icon-follow-wechat {
  background: url("/Assets/img/icon-share-sprite2.png") no-repeat 0 -158px;
}

.follow-wechat-section {
  width: 40px;
  height: 40px;
  vertical-align: middle;
  text-align: center;
  margin-bottom: 1px;
  background: #f0f0f0;
  padding: 10px 0 0 8px;
  cursor: pointer;
  position: relative;
}

.follow-wechat-section i {
  display: block;
  width: 24px;
  height: 24px;
  overflow: hidden;
}

.follow-wechat-section i img {
  width: 100%;
  height: 100%;
  display: block;
}

.follow-wechat-section:hover,
.follow-wechat-section.active {
  background: transparent;
}

.follow-wechat-section.bg-color-cyan:hover,
.follow-wechat-section.bg-color-cyan.active {
  background: #00a3e0;
}

.follow-wechat-section.bg-color-indigo:hover,
.follow-wechat-section.bg-color-indigo.active {
  background: #002f6c;
}

.follow-wechat-section.bg-color-violet:hover,
.follow-wechat-section.bg-color-violet.active {
  background: #3a397b;
}

.follow-wechat-section.bg-color-purple:hover,
.follow-wechat-section.bg-color-purple.active {
  background: #7a4183;
}

.follow-wechat-section.bg-color-cerise:hover,
.follow-wechat-section.bg-color-cerise.active {
  background: #bd2f7f;
}

.follow-wechat-section.bg-color-plum:hover,
.follow-wechat-section.bg-color-plum.active {
  background: #890c58;
}

.follow-wechat-section.bg-color-ruby:hover,
.follow-wechat-section.bg-color-ruby.active {
  background: #d73872;
}

.follow-wechat-section i img.hover,
.follow-wechat-section:hover img.default,
.follow-wechat-section.active img.default {
  display: none;
}

.follow-wechat-section:hover i img.hover,
.follow-wechat-section.active i img.hover {
  display: block;
}

.follow-wechat-section .wechat-light-box {
  display: none;
  position: absolute;
  top: 50%;
  right: 55px;
  padding: 60px 60px 0.5rem;
  text-align: center;
  z-index: 99;
  width: 250px;
  background: #f0f0f0;
  font-size: 0.9rem;
  transform: translateY(-50%);
}

.follow-wechat-section .wechat-light-box:after {
  content: "";
  width: 20px;
  height: 20px;
  background: #f0f0f0;
  position: absolute;
  right: -8px;
  top: 50%;
  margin-top: -10px;
  transform: rotate(45deg);
}

.follow-wechat-section .wechat-light-box .close-button {
  position: absolute;
  top: 0;
  right: 10px;
  line-height: 1;
  cursor: pointer;
  font-style: normal;
  font-size: 36px;
  opacity: 0.2;
}

.follow-wechat-section .wechat-light-box .close-button:hover {
  opacity: 0.5;
}

.icon-share-wechat {
  background: url("/Assets/img/icon-share.png") no-repeat 0 -3px;
  height: 22px;
}

.follow-wechat-section:hover .icon-share-wechat,
.follow-wechat-section.active .icon-share-wechat {
  background: url("/Assets/img/icon-share.png") no-repeat 0 -51px;
  height: 26px;
}

@media (max-width: 480px) {
  .floating-bar {
    display: none;
  }
}
.social-share-bar2 i .default {
  background: #f0f0f0;
}

.social-share-bar2 li i img.hover, .social-share-bar2 li:hover img.default, .social-share-bar2 li.active img.default {
  display: none;
}

.social-share-bar2 li:hover i img.hover, .social-share-bar2 li.active i img.hover {
  display: block;
}

.social-share-bar2 li.bg-color-cyan i .hover,
.social-share-bar2 li.bg-color-cyan.active i .hover {
  background: #00a3e0;
}

.social-share-bar2 li.bg-color-indigo i .hover,
.social-share-bar2 li.bg-color-indigo.active i .hover {
  background: #002f6c;
}

.social-share-bar2 li.bg-color-violet i .hover,
.social-share-bar2 li.bg-color-violet.active i .hover {
  background: #3a397b;
}

.social-share-bar2 li.bg-color-purple i .hover,
.social-share-bar2 li.bg-color-purple.active i .hover {
  background: #7a4183;
}

.social-share-bar2 li.bg-color-cerise i .hover,
.social-share-bar2 li.bg-color-cerise.active i .hover {
  background: #bd2f7f;
}

.social-share-bar2 li.bg-color-plum i .hover,
.social-share-bar2 li.bg-color-plum.active i .hover {
  background: #890c58;
}

.social-share-bar2 li.bg-color-ruby i .hover,
.social-share-bar2 li.bg-color-ruby.active i .hover {
  background: #d73872;
}

/***  we chat *****/
.follow-wechat-section i .default {
  background: #f0f0f0;
}

.follow-wechat-section.bg-color-purple i .hover, .follow-wechat-section.bg-color-purple.active i .hover {
  background: #7a4183;
}

.follow-wechat-section.bg-color-cyan i .hover, .follow-wechat-section.bg-color-cyan.active i .hover {
  background: #00a3e0;
}

.follow-wechat-section.bg-color-indigo i .hover, .follow-wechat-section.bg-color-indigo.active i .hover {
  background: #002f6c;
}

.follow-wechat-section.bg-color-violet i .hover, .follow-wechat-section.bg-color-violet.active i .hover {
  background: #3a397b;
}

.follow-wechat-section.bg-color-cerise i .hover, .follow-wechat-section.bg-color-cerise.active i .hover {
  background: #bd2f7f;
}

.follow-wechat-section.bg-color-plum i .hover, .follow-wechat-section.bg-color-plum.active i .hover {
  background: #890c58;
}

.follow-wechat-section.bg-color-ruby i .hover, .follow-wechat-section.bg-color-ruby.active i .hover {
  background: #d73872;
}

/***  anchor  *****/
.Anchor-Navigation .handle i .default {
  background: #f0f0f0;
  margin-top: -6px;
}

.Anchor-Navigation .handle i img.hover, .Anchor-Navigation .handle:hover img.default, .Anchor-Navigation .handle.active img.default {
  display: none;
}

.Anchor-Navigation .handle:hover i img.hover, .Anchor-Navigation .handle.active i img.hover {
  display: block;
}

.Anchor-Navigation .handle.bg-color-purple i .hover, .Anchor-Navigation .handle.bg-color-purple.active i .hover {
  background: #7a4183;
}

.Anchor-Navigation .handle.bg-color-cyan i .hover, .Anchor-Navigation .handle.bg-color-cyan.active i .hover {
  background: #00a3e0;
}

.Anchor-Navigation .handle.bg-color-indigo i .hover, .Anchor-Navigation .handle.bg-color-indigo.active i .hover {
  background: #002f6c;
}

.Anchor-Navigation .handle.bg-color-violet i .hover, .Anchor-Navigation .handle.bg-color-violet.active i .hover {
  background: #3a397b;
}

.Anchor-Navigation .handle.bg-color-cerise i .hover, .Anchor-Navigation .handle.bg-color-cerise.active i .hover {
  background: #bd2f7f;
}

.Anchor-Navigation .handle.bg-color-plum i .hover, .Anchor-Navigation .handle.bg-color-plum.active i .hover {
  background: #890c58;
}

.Anchor-Navigation .handle.bg-color-ruby i .hover, .Anchor-Navigation .handle.bg-color-ruby.active i .hover {
  background: #d73872;
}

.social-share-bar2 i img {
  width: 24px;
  height: 24px;
  display: block;
}

/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
.chem-tile-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.chem-tile-list li {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.surfaced-item-Chem-tile-list {
  outline: 1px solid #dedede;
  min-height: 200px;
  flex-grow: 1;
  display: flex;
}

.surfaced-item-Chem-tile-list .tile-component-description {
  margin: 1.5rem 2rem;
}

.surfaced-item-horizontal-row.chem-tile-list-row {
  display: flex;
  height: 100%;
  width: 100%;
}

.surfaced-item-Chem-tile-list .featured-item-copy-outer.tile-component {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.surfaced-item-Chem-tile-list .featured-item-subtitle {
  margin: 0rem 2rem;
}

.surfaced-item-Chem-tile-list .featured-item-title {
  margin: 1rem 2rem 1.5rem;
}

.surfaced-item-Chem-tile-list .featured-item-title.field-surfaceditemtext {
  margin: 1.5rem 2rem 1rem;
  font-size: 0.875rem;
}

.surfaced-item-Chem-tile-list .btn, .surfaced-item-Chem-tile-list .btn-primary, .surfaced-item-Chem-tile-list .btn-secondary, .surfaced-item-Chem-tile-list .btn-tertiary, .surfaced-item-Chem-tile-list .btn-primary-em-blue, .surfaced-item-Chem-tile-list .btn-deemphasized, .surfaced-item-Chem-tile-list .btn-light, .surfaced-item-Chem-tile-list .btn-badge, .surfaced-item-Chem-tile-list .btn-icon {
  margin: 0;
}
.surfaced-item-Chem-tile-list .btn .ChemTileListLink a, .surfaced-item-Chem-tile-list .btn-primary .ChemTileListLink a, .surfaced-item-Chem-tile-list .btn-secondary .ChemTileListLink a, .surfaced-item-Chem-tile-list .btn-tertiary .ChemTileListLink a, .surfaced-item-Chem-tile-list .btn-primary-em-blue .ChemTileListLink a, .surfaced-item-Chem-tile-list .btn-deemphasized .ChemTileListLink a, .surfaced-item-Chem-tile-list .btn-light .ChemTileListLink a, .surfaced-item-Chem-tile-list .btn-badge .ChemTileListLink a, .surfaced-item-Chem-tile-list .btn-icon .ChemTileListLink a {
  text-decoration: none;
}

/*Mobile tile*/
.surfaced-item-chemmobilelist {
  border: 1px solid #dedede;
  padding: 1rem;
  margin-bottom: 1rem;
}

.surfaced-item-chemmobilelist a {
  color: #2b2626;
  display: block;
  position: relative;
}

.surfaced-item-chemmobilelist .field-surfaceditemtext {
  padding-right: 2rem;
}

.surfaced-item-chemmobilelist .tile-link-description {
  padding-right: 3rem;
}

.surfaced-item-chemmobilelist a::after {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  top: 50%;
  right: 0;
  border: 2px solid #0c479d;
  border-left: transparent;
  border-top: transparent;
  content: "";
  height: 20px;
  position: absolute;
  width: 20px;
}

/**/
@media (min-width: 1000px) {
  .chem-mobile-list li {
    margin-bottom: 3rem;
  }
}
.chem-mobile-container.Chem-mobile-list h3 {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
  font-family: EMprintSemibold, Arial, Helvetica Neue, Helvetica, Lucida Grande, Sans-serif;
  min-height: auto !important;
}

.surfaced-item-chem .chem-mobile-container .tile-link-description {
  margin-top: 10px;
  min-height: auto !important;
}

.surfaced-item-chem .chem-mobile-container .tile-link-description:empty {
  margin-top: 0px;
}

.surfaced-item-chem.chem-mobile-list a:hover {
  text-decoration: none;
}

.surfaced-item-chem .chem-mobile-container .tile-link-description:empty {
  margin-top: 0px;
}

/*Ides table */
.table.ides-table &gt; thead &gt; tr &gt; th, .table.ides-table &gt; tbody &gt; tr &gt; td {
  word-break: keep-all;
}

.col-lg-4 .chem-tile-list li {
  margin-bottom: 2rem;
}

.Chem-Tile-List .btn.btn-primary.chem-button-container, .Chem-Tile-List .btn-primary.chem-button-container, .Chem-Tile-List .btn-primary-em-blue.chem-button-container {
  bottom: 0;
  margin-top: auto;
  white-space: normal;
  padding: 10px;
  padding: 0.625rem;
}

.multiselect .dropdown-content label {
  margin-bottom: 0;
  height: 40px;
  padding: 6px 12px;
  font-size: 1rem;
}

.multiselect .dropdown-content {
  border: 1px solid #000 !important;
  border-top: none !important;
  background-color: #ffffff !important;
}

.multiselect .dropdown-content span {
  border-bottom: 1px solid #ddd;
  padding: 0;
}

.multiselect .dropdown-content span:hover {
  background-color: #fff;
}

.autocomplete .dropdown-content {
  max-height: 250px;
  background-color: #fff;
}

.dropdown.multiselect:after, .dropdown.autocomplete:after {
  content: "";
  border: solid #495057;
  border-width: 0 1.5px 1.5px 0;
  display: inline-block;
  padding: 2.5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  right: 9px;
  top: 19px;
}

.dropdown.multiselect input, .dropdown.autocomplete input {
  padding-right: 25px;
}

ul.social-share-bar2 .Icon-share {
  background: url(/Assets/img/icon-share-sprite2.png) no-repeat 0 -80px;
  display: block;
  width: 24px;
  height: 22px;
  overflow: hidden;
}

.social-share-bar2 li {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  text-align: center;
  margin-bottom: 1px;
  background: #f0f0f0;
  padding: 10px 0 0 8px;
}

.social-share-bar2 {
  position: fixed;
  z-index: 999;
  right: 0;
}

.social-share-bar2 li.bg-color-cyan:hover,
.social-share-bar2 li.bg-color-cyan.active {
  background: #00a3e0;
}

.social-share-bar2 li.bg-color-indigo:hover,
.social-share-bar2 li.bg-color-indigo.active {
  background: #002f6c;
}

.social-share-bar2 li.bg-color-violet:hover,
.social-share-bar2 li.bg-color-violet.active {
  background: #3a397b;
}

.social-share-bar2 li.bg-color-purple:hover,
.social-share-bar2 li.bg-color-purple.active {
  background: #7a4183;
}

.social-share-bar2 li.bg-color-cerise:hover,
.social-share-bar2 li.bg-color-cerise.active {
  background: #bd2f7f;
}

.social-share-bar2 li.bg-color-plum:hover,
.social-share-bar2 li.bg-color-plum.active {
  background: #890c58;
}

.social-share-bar2 li.bg-color-ruby:hover,
.social-share-bar2 li.bg-color-ruby.active {
  background: #d73872;
}

.social-share-bar2 li:hover .Icon-share, .social-share-bar2 li.active .Icon-share {
  background: url(/Assets/img/icon-share-sprite2.png) no-repeat 0 -200px;
}

/*Margin Css Begin*/
body:not([data-bp=xl]) .component.component-margin {
  margin: 0;
}

.component.component-margin {
  width: 100%;
  margin: 0;
}

.component-margin-l {
  height: 40px;
}

.component-margin-m {
  height: 20px;
}

.component-margin-s {
  height: 10px;
}

.component-margin-one-pixel {
  height: 1px;
}

/*enhancement as per CE-6914*/
.component-margin-two-pixel {
  height: 2px;
}

.component-margin-three-pixel {
  height: 3px;
}

.component-margin-four-pixel {
  height: 4px;
}

.component-margin-five-pixel {
  height: 5px;
}

.margin-vertical {
  height: 100%;
}

@media (max-width: 480px) {
  .component-hide {
    display: none;
  }

  .component-hide &gt; * {
    display: none;
  }

  .component-margin-s {
    height: 5px;
  }

  .component-margin-m {
    height: 10px;
  }

  .component-margin-l {
    height: 20px;
  }
}
.component-margin.bg-color-white {
  background-color: #ffffff;
}

.component-margin.bg-color-black5 {
  background-color: #f1f2f2;
}

.component-margin.bg-color-black10 {
  background-color: #e6e7e8;
}

.component-margin.bg-color-black15 {
  background-color: #dcddde;
}

.component-margin.bg-color-black20 {
  background-color: #d1d3d4;
}

/*Margin Css End*/
.social-share-bar {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -77px;
  height: 155px;
  background: #0c3068;
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
  z-index: 99;
}

.social-share-bar .icon-share-bar {
  display: block;
  float: left;
  width: 76px;
  height: 34px;
  position: relative;
  margin-top: 64px;
  background: url("/Assets/img/icon-share.png") no-repeat 0 -51px;
  text-align: center;
  left: 20px;
}

.social-share-bar .icon-share-bar img {
  width: 34px;
  height: 34px;
  vertical-align: top;
}

.social-share-bar .handle {
  font-size: 1.12em;
  color: #5a5a5a;
  display: block;
  text-align: center;
  padding: 0 0 30px;
}

.social-share-list {
  float: left;
  padding: 35px 0 0;
  background: #f1f2f2;
  height: 155px;
}

.social-share-bar ul {
  margin: 0;
  padding: 0 0 0 30px;
  margin-right: 10px;
}

.social-share-bar li {
  display: inline-block;
  position: relative;
  bottom: 0;
  margin-top: 0px;
}

@media (max-width: 480px) {
  .social-share-bar {
    display: none;
  }
}
.social-share-bar .wechat-light-box {
  display: none;
  position: absolute;
  right: 0px;
  text-align: center;
  z-index: 99;
  width: 250px;
}

.share-floating-email .social-share-bar2 {
  position: relative;
  z-index: 0;
  padding: 0;
}

.share-floating-email .social-share-bar2 li {
  vertical-align: bottom;
  margin-bottom: -1px;
}

.share-floating-wechat .follow-wechat-section i {
  width: 24px;
  height: 22px;
}

.share-floating-wechat .follow-wechat-section.bg-color-cyan:hover,
.follow-wechat-section.bg-color-cyan.active {
  background-color: #00a3e0;
}

.share-floating-wechat .wechat-light-box {
  padding: 0;
  top: 100%;
  transform: none;
  padding: 0.5rem;
  border: 2px solid #0c479d;
  text-align: center;
  position: absolute;
  top: 50px;
  z-index: 99;
  width: 200px;
  right: 0;
  background: #fff;
  color: #0c479d;
}

.share-floating-wechat .follow-wechat-section .wechat-light-box:after {
  width: 0;
}

.share-floating-wechat .wechat-light-box .close-button {
  position: absolute;
  top: -20px;
  right: 0;
  line-height: 1;
  cursor: pointer;
  font-style: normal;
  font-size: 20px;
  opacity: 1;
}

.social-share-bar i img {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 150px) and (max-width: 600px) {
  .share-floating-email .social-share-bar2 li {
    margin-bottom: -0.28rem;
  }
}
.share-floating-wechat .follow-wechat-section i.new-wechat, ul.social-share-bar2 .Icon-share.new-icon-share {
  display: inline-block;
  width: 34px;
  height: 34px;
  overflow: hidden;
}

.icon-follow-wechat.new-wechat, .follow-wechat-section:hover .icon-follow-wechat.new-wechat, .follow-wechat-section.active .icon-follow-wechat.new-wechat {
  background: url(/Assets/img/icon-share-sprite.png) no-repeat center 0 !important;
}

.nohover-social:hover, .nohover-social.active {
  background: transparent;
}

.nohover-social {
  background: transparent !important;
}

.Icon-share.new-icon-share, .f.social-share-bar2 li:hover .Icon-share.new-icon-share, .social-share-bar2 li.active .Icon-share.new-icon-share {
  background: url(/Assets/img/icon-share-sprite.png) no-repeat center -50px !important;
}

.nohover-social {
  padding: 0 !important;
  margin-bottom: 0 !important;
}

.social-share-bar .social-share-list li {
  vertical-align: top;
}

.surfaced-item.surfaced-item-layout1 .image-left .surfaced-item-text,
.surfaced-item.surfaced-item-layout1 .image-right a:not(.glyph-link),
.surfaced-item.surfaced-item-layout1 .image-right .image {
  width: 50%;
  padding-left: 7.14%;
  display: inline-block;
}

.surfaced-item.surfaced-item-layout2 .image-right .surfaced-item-text,
.surfaced-item.surfaced-item-layout2 .image-left a:not(.glyph-link),
.surfaced-item.surfaced-item-layout2 .image-left .image {
  width: 50%;
  padding-right: 7.14%;
  display: inline-block;
}

.surfaced-item.surfaced-item-layout4 a:not(.glyph-link),
.surfaced-item.surfaced-item-layout4 .image,
.surfaced-item.surfaced-item-layout4 .surfaced-item-text {
  width: 50%;
  display: inline-block;
}

.surfaced-item.surfaced-item-layout5 a:not(.glyph-link),
.surfaced-item.surfaced-item-layout5 .image {
  width: 33.33%;
  display: inline-block;
}

.surfaced-item.surfaced-item-layout5 .surfaced-item-text {
  width: 66.67%;
  display: inline-block;
}

.surfaced-item.surfaced-item-layout7 a:not(.glyph-link),
.surfaced-item.surfaced-item-layout7 .image,
.surfaced-item.surfaced-item-layout6 .surfaced-item-text {
  width: 40%;
  display: inline-block;
}

.surfaced-item.surfaced-item-layout7 .surfaced-item-text,
.surfaced-item.surfaced-item-layout6 a:not(.glyph-link),
.surfaced-item.surfaced-item-layout6 .image {
  width: 60%;
  display: inline-block;
}

.surfaced-item.surfaced-item-no-margin {
  margin-bottom: 0 !important;
}

.surfaced-item.surfaced-item-no-margin .surfaced-item-no-padding a .image {
  width: 100%;
  padding: 0;
}

.surfaced-item.surfaced-item-layout4 .surfaced-item-text,
.surfaced-item.surfaced-item-layout5 .surfaced-item-text,
.surfaced-item.surfaced-item-layout6 .surfaced-item-text,
.surfaced-item.surfaced-item-layout7 .surfaced-item-text {
  padding: 0 4rem;
}

.surfaced-item-horizontal.surfaced-item-with-bgcolor {
  display: block;
}

.surfaced-item.surfaced-item-horizontal .surfaced-item-no-padding {
  padding: 0;
  display: flex;
  align-items: center;
}

.surfaced-item.surfaced-item-layout1 .surfaced-item-no-padding,
.surfaced-item.surfaced-item-layout2 .surfaced-item-no-padding,
.surfaced-item.surfaced-item-layout3 .surfaced-item-no-padding {
  padding: 0 6.25%;
}

.surfaced-item.surfaced-item-with-bgcolor img {
  margin-bottom: 0;
}

.surfaced-item.surfaced-item-layout1 .image-left .surfaced-item-text, .surfaced-item.surfaced-item-layout1 .image-right a:not(.glyph-link), .surfaced-item.surfaced-item-layout1 .image-right .new-surfaced-item-image {
  width: 50%;
  padding-left: 7.14%;
  display: inline-block;
}

.component-margin.bg-color-black5 {
  background-color: #f1f2f2;
}

.component-margin-m {
  height: 20px;
}

.surfaced-item .surfaced-item-no-padding.text-bottom .surfaced-item-text {
  margin-top: 0.5rem;
}

.surfaced-item .surfaced-item-no-padding.text-top .surfaced-item-text {
  margin-bottom: 0.5rem;
}

.surfaced-item.surfaced-item-with-bgcolor.bg-color-black5 {
  background-color: #f1f2f2;
}

.surfaced-item-no-padding.image-left .surfaced-item-text {
  width: 50%;
  padding-left: 7.14%;
  display: inline-block;
  margin: 0;
}

.surfaced-item .surfaced-item-no-padding.image-left .image {
  width: 50%;
}

.surfaced-item .surfaced-item-no-padding.image-left.text-top .image {
  order: -1;
}

.surfaced-item-no-padding.image-right .image {
  width: 50%;
  display: inline-block;
}

.surfaced-item .surfaced-item-no-padding.image-right .surfaced-item-text {
  width: 50%;
  padding: 0 4rem;
  margin: 0;
}

.surfaced-item .surfaced-item-no-padding.image-right.text-bottom .surfaced-item-text {
  order: -1;
}

.surfaced-item .surfaced-item-no-padding .surfaced-item-text .field-surfaceditemlink a {
  padding-bottom: 0.5vw;
  padding-top: 0.5vw;
  text-align: center;
  background-color: #00a3e0;
  color: white;
  width: auto;
  padding-left: 0.8vw;
  padding-right: 0.8vw;
  display: inline-block !important;
  font-weight: 400 !important;
  margin-top: 1.5rem;
}

.station-locator-panel .station-locator-information {
  margin-bottom: 0.7rem;
}

.station-locator-panel .station-locator-point span, .station-locator-point i {
  vertical-align: middle;
  margin-right: 10px;
}

.station-locator-panel .station-locator-point {
  margin: 1rem 0;
}

.station-locator-panel .station-locator-options {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.component.station-locator-panel {
  padding-top: 10px;
}

.surfaced-item.surfaced-item-vertical .text-top {
  display: flex;
  flex-direction: column;
}

.surfaced-item.surfaced-item-vertical .surfaced-item-text {
  width: 100%;
  padding: 0;
  margin-top: 1rem;
}

.surfaced-item.surfaced-item-vertical .image {
  width: 100%;
}

.surfaced-item.surfaced-item-vertical .text-top .image {
  order: -1;
}

.component-margin.bg-color-white {
  background-color: #ffffff;
}

.component-margin.bg-color-black5 {
  background-color: #f1f2f2;
}

.component-margin.bg-color-black10 {
  background-color: #e6e7e8;
}

.component-margin.bg-color-black15 {
  background-color: #dcddde;
}

.component-margin.bg-color-black20 {
  background-color: #d1d3d4;
}

.surfaced-item-no-padding .surfaced-item-text a {
  text-decoration: none;
}

.surfaced-item .surfaced-item-no-padding .surfaced-item-text .field-surfaceditemlink a:after {
  display: none;
}

@media screen and (max-width: 767px) {
  .surfaced-item.surfaced-item-horizontal .surfaced-item-no-padding.image-right {
    flex-direction: column-reverse;
  }

  .surfaced-item .surfaced-item-no-padding.image-right .surfaced-item-text, .surfaced-item-no-padding.image-left .surfaced-item-text {
    width: 100%;
    padding: 0 0;
  }

  .surfaced-item-no-padding.image-right .image, .surfaced-item .surfaced-item-no-padding.image-left .image {
    width: 100%;
  }

  .surfaced-item.surfaced-item-horizontal .surfaced-item-no-padding.image-left {
    flex-direction: column;
  }
}
.surfaced-item-with-bgcolor.bg-color-white {
  background-color: #ffffff;
}

.surfaced-item-with-bgcolor.bg-color-black5 {
  background-color: #f1f2f2;
}

.surfaced-item-with-bgcolor.bg-color-black10 {
  background-color: #e6e7e8;
}

.surfaced-item-with-bgcolor.bg-color-black15 {
  background-color: #dcddde;
}

.surfaced-item-with-bgcolor.bg-color-black20 {
  background-color: #d1d3d4;
}

.surfaced-item-no-padding .surfaced-item-text a.field-showbuttontext, .surfaced-item-no-padding .surfaced-item-text a.field-hidebuttontext {
  padding-bottom: 0.6rem;
  padding-top: 0.6rem;
  text-align: center;
  background-color: #00a3e0;
  color: #fff;
  width: 200px;
  padding-left: 0.8vw;
  padding-right: 0.8vw;
  display: inline-block;
  font-weight: 400 !important;
  margin-top: 1.5rem;
}

.surfaced-item-description {
  overflow: hidden;
}

.surfaced-item .surfaced-item-no-padding .surfaced-item-text .surfaced-item-description hr {
  opacity: inherit;
}

.surfaced-item-no-padding .surfaced-item-text a.field-showbuttontext:after, .surfaced-item-no-padding .surfaced-item-text a.field-hidebuttontext:after {
  display: none;
}

.surface-item-text-center .surfaced-item-content-heading {
  text-align: center;
}

.surface-item-text-left .surfaced-item-content-heading {
  text-align: left;
}

.surfaced-item .surfaced-item-content-heading {
  font-size: 1.25rem;
  vertical-align: middle;
}

.surfaced-item .surfaced-item-no-padding.image-right .surfaced-item-text {
  width: 50%;
  padding: 0 4rem 0 0;
  margin: 0;
}

.surfaced-item .surfaced-item-no-padding.image-left .image &gt; a {
  display: block;
  width: 100%;
}

.surfaced-item .surfaced-item-no-padding .surfaced-item-text .field-surfaceditemlink a {
  padding-bottom: 0.6rem;
  padding-top: 0.6rem;
}

@media screen and (max-width: 767px) {
  .surfaced-item.surfaced-item-layout1 .image-left .surfaced-item-text {
    width: 100%;
    padding-left: 0;
  }
}
.surfaced-item-layout3.surfaced-item .surfaced-item-no-padding .surfaced-item-text {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .surfaced-item .surfaced-item-no-padding .surfaced-item-text .field-surfaceditemlink a {
    margin-top: 0;
  }

  .surfaced-item-no-padding .surfaced-item-text a.field-showbuttontext, .surfaced-item-no-padding .surfaced-item-text a.field-hidebuttontext {
    font-size: 0.8rem;
    width: 90px;
  }

  .surfaced-item-no-padding .surfaced-item-text p.truncate-btn, .surfaced-item-no-padding .surfaced-item-text .field-surfaceditemlink {
    text-align: center;
  }
}
@media screen and (max-width: 992px) {
  .surfaced-item.surfaced-item-horizontal .surfaced-item-no-padding.image-left {
    flex-direction: column;
    padding: 0;
  }

  .surfaced-item.surfaced-item-horizontal .surfaced-item-no-padding.image-right {
    flex-direction: column-reverse;
    padding: 0;
  }

  .surfaced-item .surfaced-item-no-padding.image-right .surfaced-item-text, .surfaced-item-no-padding.image-left .surfaced-item-text {
    width: 100% !important;
  }

  .surfaced-item.surfaced-item-with-bgcolor .surfaced-item-text {
    padding: 0 20px 0 !important;
  }

  .surfaced-item.surfaced-item-with-bgcolor img {
    margin-bottom: 0;
    width: 100%;
  }

  .surfaced-item .surfaced-item-no-padding.image-left .image, .surfaced-item-no-padding.image-right .image {
    width: 100%;
  }

  .surfaced-item-text h3.field-surfacedtitle {
    margin-bottom: 0.7rem;
  }
}
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
.component.b04-link.link.b34-color-text {
  margin-bottom: 0;
  padding: 10px 50px;
  text-align: center !important;
}

.component.b04-link.link.b34-color-text a {
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.component.b04-link.link.b34-color-text a span {
  text-align: center;
  display: block;
}

.component.b04-link.link.b34-color-text:hover {
  background-color: #c4c4c4 !important;
}

.component.b04-link.link.b34-color-text.bg-color-indigo {
  background-color: #002f6c;
}

.component.b04-link.link.b34-color-text.bg-color-cerise {
  background-color: #bd2f7f;
}

.component.b04-link.link.b34-color-text.bg-color-purple {
  background-color: #7a4183;
}

.component.b04-link.link.b34-color-text.bg-color-violet {
  background-color: #3a397b;
}

/*button css */
.btn.btn-light-blue, .btn-light-blue.btn-primary, .btn-light-blue.btn-secondary, .btn-light-blue.btn-tertiary, .btn-light-blue.btn-primary-em-blue, .btn-light-blue.btn-deemphasized, .btn-light-blue.btn-light, .btn-light-blue.btn-badge, .btn-light-blue.btn-icon {
  background-color: #00a3e0;
}

.btn.btn-light-blue:hover, .btn-light-blue.btn-primary:hover, .btn-light-blue.btn-secondary:hover, .btn-light-blue.btn-tertiary:hover, .btn-light-blue.btn-primary-em-blue:hover, .btn-light-blue.btn-deemphasized:hover, .btn-light-blue.btn-light:hover, .btn-light-blue.btn-badge:hover, .btn-light-blue.btn-icon:hover {
  background-color: #33b5e6;
}

.btn.btn-dark-blue, .btn-dark-blue.btn-primary, .btn-dark-blue.btn-secondary, .btn-dark-blue.btn-tertiary, .btn-dark-blue.btn-primary-em-blue, .btn-dark-blue.btn-deemphasized, .btn-dark-blue.btn-light, .btn-dark-blue.btn-badge, .btn-dark-blue.btn-icon {
  background-color: #002F6C;
}

.btn.btn-dark-blue:hover, .btn-dark-blue.btn-primary:hover, .btn-dark-blue.btn-secondary:hover, .btn-dark-blue.btn-tertiary:hover, .btn-dark-blue.btn-primary-em-blue:hover, .btn-dark-blue.btn-deemphasized:hover, .btn-dark-blue.btn-light:hover, .btn-dark-blue.btn-badge:hover, .btn-dark-blue.btn-icon:hover {
  background-color: #1a5688;
}

.btn.btn-light-grey, .btn-light-grey.btn-primary, .btn-light-grey.btn-secondary, .btn-light-grey.btn-tertiary, .btn-light-grey.btn-primary-em-blue, .btn-light-grey.btn-deemphasized, .btn-light-grey.btn-light, .btn-light-grey.btn-badge, .btn-light-grey.btn-icon {
  background-color: #f1f2f2;
}

.btn.btn-dark-grey, .btn-dark-grey.btn-primary, .btn-dark-grey.btn-secondary, .btn-dark-grey.btn-tertiary, .btn-dark-grey.btn-primary-em-blue, .btn-dark-grey.btn-deemphasized, .btn-dark-grey.btn-light, .btn-dark-grey.btn-badge, .btn-dark-grey.btn-icon {
  background-color: #c4c4c4;
}

.btn.btn-light-grey:hover, .btn-light-grey.btn-primary:hover, .btn-light-grey.btn-secondary:hover, .btn-light-grey.btn-tertiary:hover, .btn-light-grey.btn-primary-em-blue:hover, .btn-light-grey.btn-deemphasized:hover, .btn-light-grey.btn-light:hover, .btn-light-grey.btn-badge:hover, .btn-light-grey.btn-icon:hover {
  background-color: #c4c4c4;
}

.btn.btn-dark-grey:hover, .btn-dark-grey.btn-primary:hover, .btn-dark-grey.btn-secondary:hover, .btn-dark-grey.btn-tertiary:hover, .btn-dark-grey.btn-primary-em-blue:hover, .btn-dark-grey.btn-deemphasized:hover, .btn-dark-grey.btn-light:hover, .btn-dark-grey.btn-badge:hover, .btn-dark-grey.btn-icon:hover {
  background-color: #c4c4c4;
}

.btn-light-grey {
  background-color: #f1f2f2;
  color: #00a3e0;
}

.btn-dark-grey {
  background-color: #dcddde;
  color: #000000;
}

@media screen and (max-width: 992px) {
  body:not([data-bp=xl]) .component.btn.btn-light-blue, body:not([data-bp=xl]) .component.btn-light-blue.btn-primary, body:not([data-bp=xl]) .component.btn-light-blue.btn-secondary, body:not([data-bp=xl]) .component.btn-light-blue.btn-tertiary, body:not([data-bp=xl]) .component.btn-light-blue.btn-primary-em-blue, body:not([data-bp=xl]) .component.btn-light-blue.btn-deemphasized, body:not([data-bp=xl]) .component.btn-light-blue.btn-light, body:not([data-bp=xl]) .component.btn-light-blue.btn-badge, body:not([data-bp=xl]) .component.btn-light-blue.btn-icon, body:not([data-bp=xl]) .component.link.glyph-link {
    margin-bottom: 0;
  }
}
.component.b05-button.btn.inline-btn-component, .component.b05-button.inline-btn-component.btn-secondary, .component.b05-button.inline-btn-component.btn-tertiary, .component.b05-button.inline-btn-component.btn-primary-em-blue, .component.b05-button.inline-btn-component.btn-deemphasized, .component.b05-button.inline-btn-component.btn-light, .component.b05-button.inline-btn-component.btn-badge, .component.b05-button.inline-btn-component.btn-icon,
.component.b05-button.btn-primary.inline-btn-component {
  display: inline-block;
  width: auto;
}

@media screen and (max-width: 767px) {
  .component.b05-button.btn.inline-btn-component, .component.b05-button.inline-btn-component.btn-secondary, .component.b05-button.inline-btn-component.btn-tertiary, .component.b05-button.inline-btn-component.btn-primary-em-blue, .component.b05-button.inline-btn-component.btn-deemphasized, .component.b05-button.inline-btn-component.btn-light, .component.b05-button.inline-btn-component.btn-badge, .component.b05-button.inline-btn-component.btn-icon, .component.b05-button.btn-primary.inline-btn-component {
    display: block;
    width: 100%;
  }
}
/*Sitecore changes */
.on-page-editor .b05-button.btn-badge .icon {
  position: static !important;
  right: 0;
  top: 0;
  width: 200px;
  height: 200px;
}

body.on-page-editor .component.image .image-wrap {
  margin: 1.5rem;
}

body.on-page-editor .featured-item.featured-item-full-overlay.screen-title-feature-item .featured-item-copy-outer .featured-item-copy-inner.featured-screen-bg-color-white * {
  color: black !important;
}

@media screen and (max-width: 992px) {
  body:not([data-bp=xl]) .component.b04-link.btn, body:not([data-bp=xl]) .component.b04-link.btn-primary, body:not([data-bp=xl]) .component.b04-link.btn-secondary, body:not([data-bp=xl]) .component.b04-link.btn-tertiary, body:not([data-bp=xl]) .component.b04-link.btn-primary-em-blue, body:not([data-bp=xl]) .component.b04-link.btn-deemphasized, body:not([data-bp=xl]) .component.b04-link.btn-light, body:not([data-bp=xl]) .component.b04-link.btn-badge, body:not([data-bp=xl]) .component.b04-link.btn-icon {
    margin: 0;
  }

  body:not([data-bp=xl]) .component.link.glyph-link, body:not([data-bp=xl]) .component.b04-link {
    margin-bottom: 1.5rem;
  }

  body:not([data-bp=xl]) .component.btn.btn-light-blue, body:not([data-bp=xl]) .component.btn-light-blue.btn-primary-em-blue, body:not([data-bp=xl]) .component.btn-light-blue.btn-primary, body:not([data-bp=xl]) .component.btn-light-blue.btn-secondary, body:not([data-bp=xl]) .component.btn-light-blue.btn-tertiary, body:not([data-bp=xl]) .component.btn-light-blue.btn-deemphasized, body:not([data-bp=xl]) .component.btn-light-blue.btn-light, body:not([data-bp=xl]) .component.btn-light-blue.btn-badge, body:not([data-bp=xl]) .component.btn-light-blue.btn-icon {
    margin: 0;
  }

  /**.component.b04-link span.link-icon .icon {
      @include rem-fallback(top, 4px / 16px);
  }**/
}
@media screen and (max-width: 992px) {
  .component.b04-link.link .link-icon span {
    vertical-align: middle;
  }
}
/*product selector background strip issue */
.ui-widget-overlay {
  background-color: #666;
}

/*britecove video*/
.video-js button:focus, .video-js .vjs-control-bar button:focus {
  outline: none !important;
}

@media screen and (min-width: 1025px) {
  .btn.btn-inline, .btn-inline.btn-primary, .btn-inline.btn-secondary, .btn-inline.btn-tertiary, .btn-inline.btn-primary-em-blue, .btn-inline.btn-deemphasized, .btn-inline.btn-light, .btn-inline.btn-badge, .btn-inline.btn-icon {
    width: auto !important;
  }
}
.banner-sec .image img {
  width: 100%;
}

.row .banner-sec .screen-title-full-overlay &gt; .screen-title-copy {
  background-color: transparent;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: inherit;
  padding: 3rem;
}

.banner-sec .screen-title-full-overlay .screen-title-copy .screen-title-title {
  margin-bottom: 1.6rem;
}

.banner-sec.text-white .screen-title-full-overlay .screen-title-copy .screen-title-title, .banner-sec.text-white .screen-title-full-overlay .screen-title-copy .glyph-link a {
  color: #fff;
  text-shadow: 2px 1px black;
}

.banner-sec .screen-title-full-overlay .screen-title-copy.width-30 .screen-title-title, .banner-sec .screen-title-full-overlay .screen-title-copy.width-30 .glyph-link {
  width: 30%;
}

.banner-sec .screen-title-full-overlay .screen-title-copy.width-50 .screen-title-title, .banner-sec .screen-title-full-overlay .screen-title-copy.width-50 .glyph-link {
  width: 50%;
}

.row .banner-sec .screen-title-full-overlay &gt; .screen-title-copy .btn-left {
  position: absolute;
  bottom: 3rem;
}

.row .banner-sec .screen-title-full-overlay &gt; .screen-title-copy .btn-right {
  position: absolute;
  bottom: 3rem;
  right: 3rem;
}

.banner-sec.text-white .screen-title-full-overlay .screen-title-copy .glyph-link a {
  margin-bottom: 1rem;
  display: inline-block;
}

.featured-item.featured-item-full-overlay.screen-title-feature-item .featured-item-copy-outer {
  width: 100%;
  margin-left: 0;
}

.featured-item.featured-item-full-overlay.screen-title-feature-item .featured-item-copy-outer .btn-link-placeholder {
  top: 80%;
  position: relative;
  margin-right: 20px;
  margin-left: 20px;
}

.featured-item.featured-item-full-overlay.screen-title-feature-item .featured-item-copy-outer .btn-link-placeholder.screen-title-btn-left {
  float: left;
}

.featured-item.featured-item-full-overlay.screen-title-feature-item .featured-item-copy-outer .btn-link-placeholder.screen-title-btn-right {
  float: right;
}

.featured-item.featured-item-full-overlay.screen-title-feature-item .featured-item-copy-outer .featured-item-copy-inner {
  top: 10%;
  transform: none;
  text-align: left;
}

.featured-item.featured-item-full-overlay.screen-title-feature-item .featured-item-copy-outer .featured-item-copy-inner .screen-width-100 {
  width: 100%;
}

.featured-item.featured-item-full-overlay.screen-title-feature-item .featured-item-copy-outer .featured-item-copy-inner .screen-width-50 {
  width: 50%;
}

.featured-item.featured-item-full-overlay.screen-title-feature-item .featured-item-copy-outer .featured-item-copy-inner .screen-width-30 {
  width: 30%;
}

.featured-item.featured-item-full-overlay.screen-title-feature-item .featured-item-copy-outer .featured-item-copy-inner .screen-bg-color-black {
  color: #2b2626;
}

.featured-item.featured-item-full-overlay.screen-title-feature-item .featured-item-copy-outer .featured-item-copy-inner .screen-bg-color-white {
  color: #fff;
}

.featured-item.featured-item-full-overlay.screen-title-feature-item .featured-item-copy-outer .featured-item-copy-inner .featured-item-cta a {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .featured-item.featured-item-full-overlay.screen-title-feature-item .featured-item-copy-outer .featured-item-copy-inner .featured-item-cta a {
    color: #000;
  }

  .featured-item.featured-item-full-overlay.screen-title-feature-item .featured-item-copy-outer .btn-link-placeholder.screen-title-btn-left {
    float: none;
  }

  .featured-item.featured-item-full-overlay.screen-title-feature-item .featured-item-copy-outer {
    width: 100%;
    margin-left: 0;
    display: flex;
    flex-direction: column-reverse;
  }

  .featured-item.featured-item-full-overlay.screen-title-feature-item .featured-item-copy-outer .btn-link-placeholder {
    margin: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .featured-item.featured-item-full-overlay.screen-title-feature-item .featured-item-copy-outer .btn-link-placeholder {
    top: 65%;
  }
}
.featured-item.featured-item-full-overlay.screen-title-feature-item .featured-item-copy-outer .featured-item-copy-inner.featured-screen-bg-color-black * {
  color: #2b2626 !important;
}

.featured-item.featured-item-full-overlay.screen-title-feature-item .featured-item-copy-outer .featured-item-copy-inner.featured-screen-bg-color-white * {
  color: #fff !important;
}

.featured-item.featured-item-full-overlay.screen-title-feature-item .featured-item-copy-outer {
  padding: 15px;
}

@media screen and (max-width: 767px) {
  .featured-item.featured-item-full-overlay.screen-title-feature-item .featured-item-copy-outer .featured-item-copy-inner.featured-screen-bg-color-white * {
    color: #2b2626 !important;
  }

  .featured-item.featured-item-full-overlay.screen-title-feature-item .featured-item-copy-outer .featured-item-copy-inner .screen-width-30,
.featured-item.featured-item-full-overlay.screen-title-feature-item .featured-item-copy-outer .featured-item-copy-inner .screen-width-50 {
    width: 100%;
    margin-top: 10px;
  }
}
div[class*=col-]:not(.bp-lg) .featured-item.featured-item-full-overlay.screen-title-feature-item .featured-item-copy-outer .featured-item-copy-inner.featured-screen-bg-color-white * {
  color: #000 !important;
}

div[class*=col-]:not(.bp-lg) .featured-item.featured-item-full-overlay.screen-title-feature-item .featured-item-copy-outer {
  padding: 0;
}

.bp-lg &gt; .featured-item.featured-item-full-overlay &gt; .featured-item-copy-outer &gt; .featured-item-copy-inner {
  /* width: auto;*/
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .featured-item.featured-item-full-overlay.screen-title-feature-item .featured-item-copy-outer .featured-item-copy-inner h2 {
    font-size: 1.275rem;
  }

  .featured-item.featured-item-full-overlay.screen-title-feature-item .featured-item-copy-outer .btn-link-placeholder a {
    padding: 0.35rem 2.5rem;
  }

  .bp-lg &gt; .featured-item.featured-item-full-overlay &gt; .featured-item-image .image img {
    min-height: 250px;
    object-fit: cover;
    object-position: right;
    width: 100%;
  }
}
/*fix for 3658 */
.screen-title.screen-title-overlay .component.b05-button.btn.btn-primary, .screen-title.screen-title-overlay .component.b05-button.btn-primary {
  padding: 0.625rem 3.125rem !important;
}

.screen-title.screen-title-overlay .component.b05-button.btn.btn-primary a, .screen-title.screen-title-overlay .component.b05-button.btn-primary a {
  padding: 0 !important;
}

/*
.bp-sm.bp-md &gt; .featured-item.featured-title-split-left .featured-title-image {
    width: 50% !important;
}*/
@media screen and (max-width: 767px) {
  .hide-for-mobile {
    display: none;
  }
}
body.on-page-editor .featured-item.featured-item-full-overlay.screen-title-feature-item .featured-item-copy-outer .btn-link-placeholder.screen-title-btn-left,
body.on-page-editor .featured-item.featured-item-full-overlay.screen-title-feature-item .featured-item-copy-outer .btn-link-placeholder.screen-title-btn-right {
  float: none;
}

div[class*=col-]:not(.bp-lg) .featured-item.featured-item-full-overlay.screen-title-feature-item .featured-item-copy-outer .featured-item-copy-inner.featured-screen-bg-color-white a {
  color: #0c479d !important;
}

div[class*=col-]:not(.bp-lg) .featured-item.featured-item-full-overlay.screen-title-feature-item .featured-item-copy-outer .screen-width-30,
div[class*=col-]:not(.bp-lg) .featured-item.featured-item-full-overlay.screen-title-feature-item .featured-item-copy-outer .screen-width-50 {
  width: 100%;
}

/****** 3716 ************/
div[class*=col-]:not(.bp-lg) .featured-item.featured-item-full-overlay.screen-title-feature-item .featured-item-copy-outer .featured-item-copy-inner.featured-screen-bg-color-white a, div[class*=col-]:not(.bp-lg) .featured-item.featured-item-full-overlay.screen-title-feature-item .featured-item-copy-outer .featured-item-copy-inner.featured-screen-bg-color-black a {
  color: #0c479d !important;
}

/********************* 3612 *****************************/
.featured-item.featured-item-full-overlay.screen-title-feature-item .featured-item-copy-outer .btn-link-placeholder.screen-title-btn-right, .featured-item.featured-item-full-overlay.screen-title-feature-item .featured-item-copy-outer .btn-link-placeholder.screen-title-btn-left {
  margin: 0;
}

@media screen and (min-width: 992px) {
  .featured-item.featured-item-full-overlay.screen-title-feature-item .featured-item-copy-outer .featured-item-copy-inner h2.featured-item-heading {
    font-size: 2.5rem;
  }

  .featured-item.featured-item-full-overlay.screen-title-feature-item .featured-item-copy-outer .featured-item-copy-inner h3.featured-item-subtitle.field-subtitle {
    font-size: 1.2rem;
  }

  .featured-item.featured-item-full-overlay.screen-title-feature-item .featured-item-copy-outer .featured-item-copy-inner .dfslinkoption a {
    font-family: "EMprintSemibold";
  }
}
div[class*=col-]:not(.bp-lg) .featured-item.featured-item-full-overlay.screen-title-feature-item .featured-item-copy-outer .featured-item-copy-inner .glyph-link::after {
  color: #0c479d !important;
}

.surfaced-item.surfaced-item-overlay .surface-item-label-bg-blue {
  background-color: #0c479d;
  opacity: 0.9;
}

.surfaced-item.surfaced-item-overlay .surface-item-text-left .surfaced-item-content-heading {
  text-align: left;
}

.surfaced-item.surfaced-item-overlay .surface-item-text-center .surfaced-item-content-heading {
  text-align: center;
}

.surfaced-item.surface-item-ellipsis-four p.field-surfaceditemtext2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.surfaced-item.surface-item-ellipsis-three p.field-surfaceditemtext2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.s03-surfaced-item.surface-item-ellipsis-four .field-paragraph {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.s03-surfaced-item.surface-item-ellipsis-three .field-paragraph {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 767px) {
  body:not([data-bp=xl]) .component.t01-screen-title {
    margin-bottom: 0;
  }
}
.zero_padding div[class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

.zero_padding {
  margin: 0;
}

.layout-row-16 {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.layout-row-16.bg-color-white {
  background-color: #ffffff;
}

.layout-row-16.bg-color-black5 {
  background-color: #f1f2f2;
}

.layout-row-16.bg-color-black10 {
  background-color: #e6e7e8;
}

.layout-row-16.bg-color-black15 {
  background-color: #dcddde;
}

.layout-row-16.bg-color-black20 {
  background-color: #d1d3d4;
}

.layout-row-16 &gt; div {
  display: table-cell;
  vertical-align: middle;
  align-items: center;
}

.layout-row-16 &gt; div .component {
  margin-bottom: 0;
}

.layout-row-16 &gt; div &gt; .img- {
  display: block;
  width: 100%;
}

.layout-row-16 &gt; div &gt; .img- + p {
  margin: 0;
}

.layout-row-16 &gt; .col-1 {
  width: 6.25%;
}

.layout-row-16 &gt; .col-2 {
  width: 12.5%;
}

.layout-row-16 &gt; .col-6 {
  width: 37.5%;
}

.layout-row-16 &gt; .col-7 {
  width: 43.75%;
}

.layout-row-16 &gt; .col-8 {
  width: 50%;
}

.layout-row-16 &gt; .col-14 {
  width: 87.5%;
}

.layout-row-16 &gt; .no-padding {
  padding: 0;
}

@media (max-width: 480px) {
  .layout-row-16 {
    display: block;
    table-layout: initial;
  }
}
@media screen and (max-width: 767px) {
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 992px) {
  .layout-row-16 &gt; div {
    display: block;
    width: 100% !important;
    max-width: initial;
  }
}
@media screen and (min-width: 1000px) {
  .layout-row-16 .col-6 .featured-title-copy .component.btn, .layout-row-16 .col-6 .featured-title-copy .component.btn-primary, .layout-row-16 .col-6 .featured-title-copy .component.btn-secondary, .layout-row-16 .col-6 .featured-title-copy .component.btn-tertiary, .layout-row-16 .col-6 .featured-title-copy .component.btn-primary-em-blue, .layout-row-16 .col-6 .featured-title-copy .component.btn-deemphasized, .layout-row-16 .col-6 .featured-title-copy .component.btn-light, .layout-row-16 .col-6 .featured-title-copy .component.btn-badge, .layout-row-16 .col-6 .featured-title-copy .component.btn-icon {
    width: auto;
  }
}
.layout-row-16 &gt; div .commitmentBoxes {
  margin-bottom: 1.5rem;
}

.overlay-with-padding.screen-title-full-overlay &gt; .screen-title-copy.px-0 {
  padding-left: 16px !important;
}

/*DPS */
.ui-widget-overlay {
  background: #666;
}

.dps-dialog a.cta-button:hover {
  color: #fff;
}

.dps-dialog .ui-widget-header {
  border: none;
}

.dps-dialog .ui-widget-content {
  border: none;
  background: #fff;
}

#dpsHeaderValues {
  margin-top: 1rem;
}

.dps-application .navigation a:hover {
  color: #fff !important;
}

.ui-widget-content {
  border: none !important;
  /*background: #fff !important;*/
}

.ui-state-highlight {
  border: none !important;
  background: #f2f2f2 !important;
}

.dps-application .search-input-wrapper .search-button {
  background: unset;
  width: unset;
}

.dps-application .spinner {
  top: 45% !important;
  left: 50% !important;
}

.dps-application .search-results .spinner {
  top: 25% !important;
  left: 25% !important;
}

.dps-dialog.dps-explore-dialog.ui-dialog.ui-widget .ui-dialog-content .dialog-form .column .fields .field.search .search-button {
  top: unset;
  background: transparent;
  width: auto;
}

.dps-dialog .step.animated.fadeIn.ng-star-inserted &gt; .content [id^=tutorialvideo] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ld-pdfrender {
  width: 40rem;
  background-color: #f2f4f4;
  margin: 0 auto;
  margin-top: 0.5rem;
}

.ld-pdfrender .top-bar {
  background-color: #0e469b;
  color: #fff;
  padding: 4px;
  text-align: end;
}

.ld-pdfrender .top-bar .pdfbtn {
  background-color: #0e469b;
  border: none;
  color: #fff;
  cursor: pointer;
}

.ld-pdfrender .top-bar .pdfbtn:focus-visible {
  outline: 0px;
}

.ld-pdfrender .top-bar .pdfbtn:focus {
  outline: 0px !important;
  outline-offset: 0px;
}

.pdfbtn:disabled {
  opacity: 0.5;
  cursor: default !important;
}

.ld-pdfview {
  text-align: center;
  height: 30rem;
  border: 2px solid #000;
  overflow-y: scroll;
}

@media only screen and (max-width: 767px) {
  .ld-pdfrender {
    width: 90%;
    padding: 0;
    padding-left: 0.2rem;
  }

  .ld-pdfview {
    height: 22rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ld-pdfrender {
    width: 66%;
    padding: 0;
  }
}
/*code merge*/
.circle-surface-item h1, .circle-surface-item h2, .circle-surface-item h3, .circle-surface-item h4, .circle-surface-item h5, .circle-surface-item h6, .circle-surface-item p {
  margin: 0;
}
.circle-surface-item p, .circle-surface-item a {
  font-size: 16px;
}

.circleCol-lightTheme .circle-card:nth-child(odd) {
  background: #EEEEEE;
}
.circleCol-lightTheme .circle-card:nth-child(even) {
  background: #E5E5E5;
}
.circleCol-lightTheme .circle-card-wrapper h1, .circleCol-lightTheme .circle-card-wrapper h2, .circleCol-lightTheme .circle-card-wrapper h3, .circleCol-lightTheme .circle-card-wrapper h4, .circleCol-lightTheme .circle-card-wrapper h5, .circleCol-lightTheme .circle-card-wrapper h6, .circleCol-lightTheme .circle-card-wrapper p {
  color: #2B2626;
}
.circleCol-lightTheme .circle-card-wrapper a {
  color: #0C479D;
}
.circleCol-lightTheme .circle-card-wrapper .circle-card-action {
  border: 1px solid #0C479D;
}
.circleCol-lightTheme .circle-card-wrapper .circle-card-action:hover {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.circleCol-lightTheme .circle-card-wrapper .circle-card-action:hover a {
  color: #0C479D;
}

.circleCol-redTheme .circle-card:nth-child(odd) {
  background: #EEEEEE;
}
.circleCol-redTheme .circle-card:nth-child(even) {
  background: #E5E5E5;
}
.circleCol-redTheme .circle-card-wrapper h1, .circleCol-redTheme .circle-card-wrapper h2, .circleCol-redTheme .circle-card-wrapper h3, .circleCol-redTheme .circle-card-wrapper h4, .circleCol-redTheme .circle-card-wrapper h5, .circleCol-redTheme .circle-card-wrapper h6, .circleCol-redTheme .circle-card-wrapper p {
  color: #2B2626;
}
.circleCol-redTheme .circle-card-wrapper a {
  color: #FE000C;
}
.circleCol-redTheme .circle-card-wrapper .circle-card-action {
  border: 1px solid #FE000C;
}
.circleCol-redTheme .circle-card-wrapper .circle-card-action:hover {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.circleCol-redTheme .circle-card-wrapper .circle-card-action:hover a {
  color: #FE000C;
}

.circleCol-darkTheme .circle-card:nth-child(odd) {
  background: #2B2626;
}
.circleCol-darkTheme .circle-card:nth-child(even) {
  background: #343434;
}
.circleCol-darkTheme .circle-card-wrapper h1, .circleCol-darkTheme .circle-card-wrapper h2, .circleCol-darkTheme .circle-card-wrapper h3, .circleCol-darkTheme .circle-card-wrapper h4, .circleCol-darkTheme .circle-card-wrapper h5, .circleCol-darkTheme .circle-card-wrapper h6, .circleCol-darkTheme .circle-card-wrapper p {
  color: #FFFFFF;
}
.circleCol-darkTheme .circle-card-wrapper a {
  color: #FFFFFF;
}
.circleCol-darkTheme .circle-card-wrapper .circle-card-action {
  border: 1px solid #FFFFFF;
}
.circleCol-darkTheme .circle-card-wrapper .circle-card-action:hover {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.circleCol-darkTheme .circle-card-wrapper .circle-card-action:hover a {
  color: #FE000C;
}

.circleCol-blueTheme .circle-card:nth-child(odd) {
  background: #255AA7;
}
.circleCol-blueTheme .circle-card:nth-child(even) {
  background: #0C479D;
}
.circleCol-blueTheme .circle-card-wrapper h1, .circleCol-blueTheme .circle-card-wrapper h2, .circleCol-blueTheme .circle-card-wrapper h3, .circleCol-blueTheme .circle-card-wrapper h4, .circleCol-blueTheme .circle-card-wrapper h5, .circleCol-blueTheme .circle-card-wrapper h6, .circleCol-blueTheme .circle-card-wrapper p {
  color: #FFFFFF;
}
.circleCol-blueTheme .circle-card-wrapper a {
  color: #FFFFFF;
}
.circleCol-blueTheme .circle-card-wrapper .circle-card-action {
  border: 1px solid #FFFFFF;
}
.circleCol-blueTheme .circle-card-wrapper .circle-card-action:hover {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.circleCol-blueTheme .circle-card-wrapper .circle-card-action:hover a {
  color: #0C479D;
}

.three-column .circle-card,
.two-column .circle-card {
  flex: 0 0 100%;
}

.circle-surface-item {
  margin-left: -20px;
  margin-right: -20px;
}

.circle-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px;
}
.circle-copy h1, .circle-copy h2, .circle-copy h3, .circle-copy h4, .circle-copy h5, .circle-copy h6, .circle-copy p.heading_main {
  color: #2B2626;
  text-align: center;
  line-height: normal;
  margin-bottom: 20px;
}
.circle-copy sup {
  position: unset;
  vertical-align: text-top;
  font-weight: inherit;
}
.circle-copy p {
  color: #2B2626;
  text-align: center;
  line-height: 22px;
  max-width: 100%;
}
.circle-copy p.heading_main {
  font-size: 24px;
}
.circle-copy p.heading_main sup {
  line-height: 18px;
  font-size: 10px;
}

.circle-card-wrapper {
  display: flex;
  flex-direction: column;
}
.circle-card-wrapper .circle-card {
  flex: 0 0 33.33%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding: 30px 20px;
}
.circle-card-wrapper .circle-card .circle-card-img {
  margin-bottom: 20px;
  width: 72px;
}
.circle-card-wrapper .circle-card .circle-card-img img {
  height: auto;
  width: 100%;
}
.circle-card-wrapper .circle-card .circle-card-content {
  display: flex;
  flex-direction: column;
}
.circle-card-wrapper .circle-card .circle-card-content h1, .circle-card-wrapper .circle-card .circle-card-content h2, .circle-card-wrapper .circle-card .circle-card-content h3, .circle-card-wrapper .circle-card .circle-card-content h4, .circle-card-wrapper .circle-card .circle-card-content h5, .circle-card-wrapper .circle-card .circle-card-content h6, .circle-card-wrapper .circle-card .circle-card-content p.heading_main {
  line-height: normal;
  margin-bottom: 20px;
}
.circle-card-wrapper .circle-card .circle-card-content p.heading_main {
  font-size: 20px;
}
.circle-card-wrapper .circle-card p {
  line-height: 22px;
}
.circle-card-wrapper .circle-card p a {
  line-height: 22px;
  text-decoration-line: underline;
}
.circle-card-wrapper .circle-card-action {
  display: flex;
  justify-content: center;
  margin: 20px 0 0;
  width: 100%;
}
.circle-card-wrapper .circle-card-action:hover {
  cursor: pointer;
}
.circle-card-wrapper .circle-card-action a {
  text-decoration: none;
  line-height: 125%;
  padding: 12px 20px;
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 991.5px) {
  .three-column .circle-card {
    flex: 0 0 33.33%;
  }

  .two-column .circle-card {
    flex: 0 0 50%;
  }

  .circle-surface-item {
    margin-left: -20px;
    margin-right: -20px;
  }

  .circle-card-wrapper {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    flex-direction: row;
    width: 100%;
  }
  .circle-card-wrapper .circle-card {
    padding: 60px 30px;
  }
  .circle-card-wrapper .circle-card .circle-card-img {
    margin-bottom: 30px;
    width: 72px;
  }
  .circle-card-wrapper .circle-card .circle-card-img img {
    height: auto;
    width: 100%;
  }
  .circle-card-wrapper .circle-card .circle-card-content p.heading_main {
    font-size: 20px;
  }
  .circle-card-wrapper .circle-card .circle-card-action {
    width: fit-content;
  }

  .circle-copy {
    margin: 20px 30px;
  }
  .circle-copy p {
    max-width: 100%;
  }
  .circle-copy p.heading_main {
    font-size: 24px;
  }
  .circle-copy p.heading_main sup {
    line-height: 18px;
    font-size: 10px;
  }
}
@media (min-width: 992px) {
  .three-column .circle-card {
    flex: 0 0 33.33%;
  }

  .two-column .circle-card {
    flex: 0 0 50%;
  }

  .circle-surface-item {
    margin-left: -30px;
    margin-right: -30px;
  }

  .circle-copy {
    margin: 30px 40px;
  }
  .circle-copy p {
    max-width: 871px;
  }
  .circle-copy p.heading_main {
    font-size: 32px;
  }
  .circle-copy p.heading_main sup {
    line-height: 24px;
    font-size: 14px;
  }

  .circle-card-wrapper {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    flex-direction: row;
    width: 100%;
  }
  .circle-card-wrapper .circle-card {
    padding: 60px 40px;
  }
  .circle-card-wrapper .circle-card .circle-card-img {
    margin-bottom: 40px;
    width: 96px;
  }
  .circle-card-wrapper .circle-card .circle-card-img img {
    height: auto;
    width: 100%;
  }
  .circle-card-wrapper .circle-card .circle-card-content p.heading_main {
    font-size: 24px;
  }
  .circle-card-wrapper .circle-card .circle-card-action {
    width: fit-content;
  }
}
@media (max-width: 991px) {
  .circle-surface-item h1 {
    font-size: 32px;
  }
  .circle-surface-item h1 sup {
    line-height: 24px;
    font-size: 14px;
  }
  .circle-surface-item h2 {
    font-size: 24px;
  }
  .circle-surface-item h2 sup {
    line-height: 18px;
    font-size: 10px;
  }
  .circle-surface-item h3 {
    font-size: 20px;
  }
  .circle-surface-item h3 sup {
    line-height: 14px;
    font-size: 8px;
  }
  .circle-surface-item h4 {
    font-size: 18px;
  }
  .circle-surface-item h4 sup {
    line-height: 12px;
    font-size: 8px;
  }
  .circle-surface-item h5 {
    font-size: 16px;
  }
  .circle-surface-item h5 sup {
    line-height: 10px;
    font-size: 6px;
  }
  .circle-surface-item h6 {
    font-size: 14px;
  }
  .circle-surface-item h6 sup {
    line-height: 8px;
    font-size: 6px;
  }
}
@media (min-width: 992px) {
  .circle-surface-item h1 {
    font-size: 48px;
  }
  .circle-surface-item h1 sup {
    line-height: 32px;
    font-size: 18px;
  }
  .circle-surface-item h2 {
    font-size: 32px;
  }
  .circle-surface-item h2 sup {
    line-height: 24px;
    font-size: 14px;
  }
  .circle-surface-item h3 {
    font-size: 24px;
  }
  .circle-surface-item h3 sup {
    line-height: 18px;
    font-size: 10px;
  }
  .circle-surface-item h4 {
    font-size: 20px;
  }
  .circle-surface-item h4 sup {
    line-height: 16px;
    font-size: 10px;
  }
  .circle-surface-item h5 {
    font-size: 18px;
  }
  .circle-surface-item h5 sup {
    line-height: 12px;
    font-size: 8px;
  }
  .circle-surface-item h6 {
    font-size: 16px;
  }
  .circle-surface-item h6 sup {
    line-height: 10px;
    font-size: 6px;
  }
}
.on-page-editor .circle-card-wrapper &gt; .scEnabledChrome {
  width: 100%;
}

/*code merge*/
.notif-wrapper.light-theme {
  background: #EEEEEE;
}
.notif-wrapper.light-theme p {
  color: #2B2626;
}
.notif-wrapper.light-theme a {
  color: #0C479D;
}
.notif-wrapper.light-theme .notif-action {
  border: 1px solid #0C479D;
}
.notif-wrapper.light-theme .notif-action:hover {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.notif-wrapper.light-theme .notif-action:hover a {
  color: #0C479D;
}

.notif-wrapper.dark-theme {
  background: #2B2626;
}
.notif-wrapper.dark-theme p {
  color: #FFFFFF;
}
.notif-wrapper.dark-theme a {
  color: #FFFFFF;
}
.notif-wrapper.dark-theme .notif-action {
  border: 1px solid #FFFFFF;
}
.notif-wrapper.dark-theme .notif-action:hover {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.notif-wrapper.dark-theme .notif-action:hover a {
  color: #FE000C;
}

.notif-wrapper.blue-theme {
  background: #0C479D;
}
.notif-wrapper.blue-theme p {
  color: #FFFFFF;
}
.notif-wrapper.blue-theme a {
  color: #FFFFFF;
}
.notif-wrapper.blue-theme .notif-action {
  border: 1px solid #FFFFFF;
}
.notif-wrapper.blue-theme .notif-action:hover {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.notif-wrapper.blue-theme .notif-action:hover a {
  color: #0C479D;
}

.notif-wrapper.red-theme {
  background: #FE000C;
}
.notif-wrapper.red-theme p {
  color: #FFFFFF;
}
.notif-wrapper.red-theme a {
  color: #FFFFFF;
}
.notif-wrapper.red-theme .notif-action {
  border: 1px solid #FFFFFF;
}
.notif-wrapper.red-theme .notif-action:hover {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.notif-wrapper.red-theme .notif-action:hover a {
  color: #FE000C;
}

.notif-layout {
  margin-right: -20px;
  margin-left: -20px;
}

.notif-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  padding: 20px;
  align-items: center;
  justify-content: space-between;
}
.notif-wrapper .notif-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.notif-wrapper .notif-content-wrapper .notif-img {
  margin-bottom: 15px;
  width: 100%;
  height: 55px;
  max-width: 139px;
}
.notif-wrapper .notif-content-wrapper .notif-img picture {
  width: 139px;
  display: inline-block;
}
.notif-wrapper .notif-content-wrapper .notif-img img,
.notif-wrapper .notif-content-wrapper .notif-img svg {
  height: auto;
  width: 100%;
}
.notif-wrapper .notif-content-wrapper p {
  padding-top: 36px;
  margin: 0;
  font-size: 14px;
  line-height: 24px;
}
.notif-wrapper .notif-content-wrapper .notif-img ~ p {
  padding-top: 0px;
}
.notif-wrapper .notif-action {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
  justify-content: flex-start;
}
.notif-wrapper .notif-action:hover {
  cursor: pointer;
}
.notif-wrapper .notif-action a {
  font-size: 16px;
  width: 100%;
  text-align: center;
  align-items: center;
  padding: 8px 20px;
  text-decoration: none;
  line-height: 20px;
}
.notif-wrapper .notif-close-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  padding: 0;
}
.notif-wrapper .notif-close-icon svg, .notif-wrapper .notif-close-icon img {
  width: 18px;
  height: 18px;
  max-width: unset;
}

@media (min-width: 768px) and (max-width: 991.5px) {
  .notif-layout {
    margin-right: -20px;
    margin-left: -20px;
  }

  .notif-wrapper {
    padding: 20px 30px;
  }
  .notif-wrapper .notif-content-wrapper {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .notif-wrapper .notif-content-wrapper .notif-content {
    display: flex;
    align-items: center;
  }
  .notif-wrapper .notif-content-wrapper .notif-img {
    margin-bottom: 0;
    padding: 3px 0 3px 0;
    height: 48px;
    max-width: 117px;
  }
  .notif-wrapper .notif-content-wrapper .notif-img picture {
    width: 117px;
    display: inline-block;
  }
  .notif-wrapper .notif-content-wrapper .notif-img img,
.notif-wrapper .notif-content-wrapper .notif-img svg {
    height: auto;
    width: 100%;
  }
  .notif-wrapper .notif-content-wrapper .notif-img ~ p {
    padding-top: 0;
    margin-left: 36px;
  }
  .notif-wrapper .notif-content-wrapper p {
    padding-top: 0;
    font-size: 14px;
  }
  .notif-wrapper .notif-content-wrapper .notif-action {
    width: auto;
    margin-top: 0;
    margin-left: 47px;
  }
  .notif-wrapper .notif-content-wrapper .notif-action a {
    width: max-content;
    padding: 8px 20px;
  }
  .notif-wrapper .notif-close-icon {
    margin: 0 -4px 0 30px;
    position: unset;
    width: 24px;
    height: 24px;
  }
  .notif-wrapper .notif-close-icon svg, .notif-wrapper .notif-close-icon img {
    width: 24px;
    height: 24px;
    max-width: unset;
  }
}
@media (min-width: 992px) {
  .notif-layout {
    margin-right: -30px;
    margin-left: -30px;
  }

  .notif-wrapper {
    padding: 20px 40px;
  }
  .notif-wrapper .notif-content {
    display: flex;
    align-items: center;
  }
  .notif-wrapper .notif-content-wrapper {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .notif-wrapper .notif-content-wrapper .notif-img {
    margin-bottom: 0;
    margin: 3px 0 2px 0;
    height: 55px;
    max-width: 135px;
  }
  .notif-wrapper .notif-content-wrapper .notif-img picture {
    width: 135px;
    display: inline-block;
  }
  .notif-wrapper .notif-content-wrapper .notif-img img,
.notif-wrapper .notif-content-wrapper .notif-img svg {
    height: auto;
    width: 100%;
  }
  .notif-wrapper .notif-content-wrapper .notif-img ~ p {
    padding-top: 0;
    margin-left: 30px;
  }
  .notif-wrapper .notif-content-wrapper p {
    padding: 5px 0 7px 0;
    font-size: 20px;
  }
  .notif-wrapper .notif-content-wrapper .notif-action {
    width: auto;
    margin: 0;
    margin-left: 272px;
  }
  .notif-wrapper .notif-content-wrapper .notif-action a {
    width: max-content;
    padding: 12px 20px;
  }
  .notif-wrapper .notif-close-icon {
    position: unset;
    width: 24px;
    height: 24px;
    margin: 18px -4px 18px 26px;
  }
  .notif-wrapper .notif-close-icon svg, .notif-wrapper .notif-close-icon img {
    width: 24px;
    height: 24px;
    max-width: unset;
  }
}
/*code merge*/
.vertical-surface-item h1, .vertical-surface-item h2, .vertical-surface-item h3, .vertical-surface-item h4, .vertical-surface-item h5, .vertical-surface-item h6, .vertical-surface-item p {
  margin: 0;
}
.vertical-surface-item p, .vertical-surface-item a, .vertical-surface-item li {
  font-size: 16px;
}

.verticalCol-redTheme .vertical-card-wrapper h1, .verticalCol-redTheme .vertical-card-wrapper h2, .verticalCol-redTheme .vertical-card-wrapper h3, .verticalCol-redTheme .vertical-card-wrapper h4, .verticalCol-redTheme .vertical-card-wrapper h5, .verticalCol-redTheme .vertical-card-wrapper h6, .verticalCol-redTheme .vertical-card-wrapper p {
  color: #FFFFFF;
}
.verticalCol-redTheme .vertical-card-wrapper a {
  color: #FFFFFF;
}
.verticalCol-redTheme .vertical-card-wrapper .vertical-card.hover-effect:hover {
  cursor: pointer;
}
.verticalCol-redTheme .vertical-card-wrapper .vertical-card.hover-effect:hover .overlay-gradient {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 30%, rgba(73, 118, 182, 0.85) 58.24%, rgba(0, 0, 0, 0.9) 82.35%);
}
.verticalCol-redTheme .vertical-card-wrapper .vertical-card.hover-effect:hover .theme-border {
  position: absolute;
  top: 0;
  width: 100%;
  border-top: 10px solid #FE000C;
}
.verticalCol-redTheme .vertical-card-wrapper .vertical-card.hover-effect:hover .vertical-card-action {
  background: #FFFFFF;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}
.verticalCol-redTheme .vertical-card-wrapper .vertical-card.hover-effect:hover .vertical-card-action a {
  color: #FE000C;
}
.verticalCol-redTheme .vertical-card-wrapper .vertical-card-action {
  background: #FE000C;
  border-left: 1px solid #FE000C;
  border-right: 1px solid #FE000C;
}
.verticalCol-redTheme .vertical-card-wrapper .vertical-card-action:hover {
  background: #FFFFFF;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}
.verticalCol-redTheme .vertical-card-wrapper .vertical-card-action:hover a {
  color: #FE000C;
}

.verticalCol-blueTheme .vertical-card-wrapper h1, .verticalCol-blueTheme .vertical-card-wrapper h2, .verticalCol-blueTheme .vertical-card-wrapper h3, .verticalCol-blueTheme .vertical-card-wrapper h4, .verticalCol-blueTheme .vertical-card-wrapper h5, .verticalCol-blueTheme .vertical-card-wrapper h6, .verticalCol-blueTheme .vertical-card-wrapper p {
  color: #FFFFFF;
}
.verticalCol-blueTheme .vertical-card-wrapper a {
  color: #FFFFFF;
}
.verticalCol-blueTheme .vertical-card-wrapper .vertical-card.hover-effect:hover {
  cursor: pointer;
}
.verticalCol-blueTheme .vertical-card-wrapper .vertical-card.hover-effect:hover .overlay-gradient {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 30%, rgba(73, 118, 182, 0.85) 58.24%, rgba(0, 0, 0, 0.9) 82.35%);
}
.verticalCol-blueTheme .vertical-card-wrapper .vertical-card.hover-effect:hover .theme-border {
  position: absolute;
  top: 0;
  width: 100%;
  border-top: 10px solid #0D6EFD;
}
.verticalCol-blueTheme .vertical-card-wrapper .vertical-card.hover-effect:hover .vertical-card-action {
  background: #FFFFFF;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}
.verticalCol-blueTheme .vertical-card-wrapper .vertical-card.hover-effect:hover .vertical-card-action a {
  color: #0C479D;
}
.verticalCol-blueTheme .vertical-card-wrapper .vertical-card-action {
  background: #0D6EFD;
  border-left: 1px solid #0D6EFD;
  border-right: 1px solid #0D6EFD;
}
.verticalCol-blueTheme .vertical-card-wrapper .vertical-card-action:hover {
  background: #FFFFFF;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}
.verticalCol-blueTheme .vertical-card-wrapper .vertical-card-action:hover a {
  color: #0C479D;
}

.three-column .vertical-card,
.two-column .vertical-card {
  flex: 0 0 100%;
}

.vertical-surface-item {
  margin-left: -20px;
  margin-right: -20px;
}

.vertical-copy {
  display: flex;
  gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px;
}
.vertical-copy h1, .vertical-copy h2, .vertical-copy h3, .vertical-copy h4, .vertical-copy h5, .vertical-copy h6, .vertical-copy p.heading_main {
  color: #2B2626;
  text-align: center;
  line-height: normal;
}
.vertical-copy sup {
  position: unset;
  vertical-align: text-top;
  font-weight: inherit;
}
.vertical-copy p {
  color: #2B2626;
  text-align: center;
  line-height: normal;
  max-width: 100%;
}
.vertical-copy p.heading_main {
  font-size: 24px;
}
.vertical-copy p.heading_main sup {
  line-height: 18px;
  font-size: 10px;
}

.vertical-card-wrapper {
  display: flex;
  flex-direction: column;
}
.vertical-card-wrapper .vertical-card {
  min-height: 450px;
  flex: 0 0 33.33%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}
.vertical-card-wrapper .vertical-card picture img {
  transform: translate(0px, 0px);
  object-fit: cover;
  top: 0;
  position: absolute;
  left: auto;
  width: 100%;
  height: 100%;
}
.vertical-card-wrapper .vertical-card .vertical-overlay {
  z-index: 1;
  padding: 106px 20px 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.vertical-card-wrapper .vertical-card .overlay-gradient {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 13%, #4976B6 37.39%, rgba(0, 0, 0, 0.9) 79.56%);
  mix-blend-mode: multiply;
}
.vertical-card-wrapper .vertical-card .vertical-card-content {
  display: flex;
  flex-direction: column;
}
.vertical-card-wrapper .vertical-card .vertical-card-content h1, .vertical-card-wrapper .vertical-card .vertical-card-content h2, .vertical-card-wrapper .vertical-card .vertical-card-content h3, .vertical-card-wrapper .vertical-card .vertical-card-content h4, .vertical-card-wrapper .vertical-card .vertical-card-content h5, .vertical-card-wrapper .vertical-card .vertical-card-content h6, .vertical-card-wrapper .vertical-card .vertical-card-content p.heading_main {
  line-height: normal;
  margin-bottom: 20px;
}
.vertical-card-wrapper .vertical-card .vertical-card-content p.heading_main {
  font-size: 24px;
}
.vertical-card-wrapper .vertical-card p {
  line-height: 20px;
}
.vertical-card-wrapper .vertical-card p a {
  line-height: 20px;
  text-decoration-line: underline;
}
.vertical-card-wrapper .vertical-card ol {
  padding-left: 20px;
  margin: 0;
  margin-top: 20px;
  list-style-type: square;
  color: white;
  line-height: 20px;
}
.vertical-card-wrapper .vertical-card ol :marker {
  font-size: 10px;
}
.vertical-card-wrapper .vertical-card-action {
  display: flex;
  justify-content: center;
  margin: 20px 0 0;
  width: 100%;
}
.vertical-card-wrapper .vertical-card-action:hover {
  cursor: pointer;
}
.vertical-card-wrapper .vertical-card-action a {
  text-decoration: none;
  line-height: 125%;
  padding: 12px 20px;
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 991.5px) {
  .three-column .vertical-card {
    flex: 0 0 100%;
  }

  .two-column .vertical-card {
    flex: 0 0 100%;
  }

  .vertical-surface-item {
    margin-left: -20px;
    margin-right: -20px;
  }

  .vertical-card-wrapper {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    flex-direction: row;
    width: 100%;
  }
  .vertical-card-wrapper .vertical-card {
    min-height: 450px;
  }
  .vertical-card-wrapper .vertical-card .vertical-overlay {
    justify-content: flex-end;
    padding: 145px 30px 30px;
  }
  .vertical-card-wrapper .vertical-card .vertical-overlay .vertical-card-content p.heading_main {
    font-size: 24px;
  }
  .vertical-card-wrapper .vertical-card .overlay-gradient {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 13%, rgba(73, 118, 182, 0.75) 37.39%, rgba(0, 0, 0, 0.9) 79.56%);
    mix-blend-mode: multiply;
  }
  .vertical-card-wrapper .vertical-card .vertical-card-action {
    width: fit-content;
  }

  .vertical-copy {
    margin: 20px 30px 30px;
  }
  .vertical-copy p.heading_main {
    font-size: 24px;
  }
  .vertical-copy p.heading_main sup {
    line-height: 18px;
    font-size: 10px;
  }
  .vertical-copy p {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .three-column .vertical-card {
    flex: 0 0 33.33%;
  }

  .two-column .vertical-card {
    flex: 0 0 50%;
  }
  .two-column .vertical-card-wrapper .vertical-card .vertical-overlay {
    padding: 296px 80px 70px 80px;
  }

  .vertical-surface-item {
    margin-left: -30px;
    margin-right: -30px;
  }

  .vertical-copy {
    margin: 30px 40px;
  }
  .vertical-copy p.heading_main {
    font-size: 32px;
  }
  .vertical-copy p.heading_main sup {
    line-height: 24px;
    font-size: 14px;
  }
  .vertical-copy p {
    max-width: 877px;
  }

  .vertical-card-wrapper {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    flex-direction: row;
    width: 100%;
  }
  .vertical-card-wrapper .vertical-card {
    min-height: 660px;
  }
  .vertical-card-wrapper .vertical-card .vertical-overlay {
    justify-content: space-between;
    padding: 286px 54px 60px 53px;
  }
  .vertical-card-wrapper .vertical-card .vertical-overlay .vertical-card-content p.heading_main {
    font-size: 24px;
  }
  .vertical-card-wrapper .vertical-card .overlay-gradient {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 13%, #4976B6 38.71%, #000 82.33%);
    mix-blend-mode: multiply;
  }
  .vertical-card-wrapper .vertical-card .vertical-card-action {
    width: fit-content;
  }
}
/*vertical copy heading font-size css*/
@media (max-width: 991px) {
  .vertical-surface-item h1 {
    font-size: 32px;
  }
  .vertical-surface-item h1 sup {
    line-height: 24px;
    font-size: 14px;
  }
  .vertical-surface-item h2 {
    font-size: 24px;
  }
  .vertical-surface-item h2 sup {
    line-height: 18px;
    font-size: 10px;
  }
  .vertical-surface-item h3 {
    font-size: 20px;
  }
  .vertical-surface-item h3 sup {
    line-height: 14px;
    font-size: 8px;
  }
  .vertical-surface-item h4 {
    font-size: 18px;
  }
  .vertical-surface-item h4 sup {
    line-height: 12px;
    font-size: 8px;
  }
  .vertical-surface-item h5 {
    font-size: 16px;
  }
  .vertical-surface-item h5 sup {
    line-height: 10px;
    font-size: 6px;
  }
  .vertical-surface-item h6 {
    font-size: 14px;
  }
  .vertical-surface-item h6 sup {
    line-height: 8px;
    font-size: 6px;
  }
}
@media (max-width: 991px) and (min-width: 992px) {
  .vertical-surface-item h1 {
    font-size: 48px;
  }
  .vertical-surface-item h1 sup {
    line-height: 32px;
    font-size: 18px;
  }
  .vertical-surface-item h2 {
    font-size: 32px;
  }
  .vertical-surface-item h2 sup {
    line-height: 24px;
    font-size: 14px;
  }
  .vertical-surface-item h3 {
    font-size: 24px;
  }
  .vertical-surface-item h3 sup {
    line-height: 18px;
    font-size: 10px;
  }
  .vertical-surface-item h4 {
    font-size: 20px;
  }
  .vertical-surface-item h4 sup {
    line-height: 16px;
    font-size: 10px;
  }
  .vertical-surface-item h5 {
    font-size: 18px;
  }
  .vertical-surface-item h5 sup {
    line-height: 12px;
    font-size: 8px;
  }
  .vertical-surface-item h6 {
    font-size: 16px;
  }
  .vertical-surface-item h6 sup {
    line-height: 10px;
    font-size: 6px;
  }
}
@media (min-width: 992px) {
  .vertical-surface-item h1 {
    font-size: 32px;
  }
  .vertical-surface-item h1 sup {
    line-height: 24px;
    font-size: 14px;
  }
  .vertical-surface-item h2 {
    font-size: 24px;
  }
  .vertical-surface-item h2 sup {
    line-height: 18px;
    font-size: 10px;
  }
  .vertical-surface-item h3 {
    font-size: 20px;
  }
  .vertical-surface-item h3 sup {
    line-height: 14px;
    font-size: 8px;
  }
  .vertical-surface-item h4 {
    font-size: 18px;
  }
  .vertical-surface-item h4 sup {
    line-height: 12px;
    font-size: 8px;
  }
  .vertical-surface-item h5 {
    font-size: 16px;
  }
  .vertical-surface-item h5 sup {
    line-height: 10px;
    font-size: 6px;
  }
  .vertical-surface-item h6 {
    font-size: 14px;
  }
  .vertical-surface-item h6 sup {
    line-height: 8px;
    font-size: 6px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .vertical-surface-item h1 {
    font-size: 48px;
  }
  .vertical-surface-item h1 sup {
    line-height: 32px;
    font-size: 18px;
  }
  .vertical-surface-item h2 {
    font-size: 32px;
  }
  .vertical-surface-item h2 sup {
    line-height: 24px;
    font-size: 14px;
  }
  .vertical-surface-item h3 {
    font-size: 24px;
  }
  .vertical-surface-item h3 sup {
    line-height: 18px;
    font-size: 10px;
  }
  .vertical-surface-item h4 {
    font-size: 20px;
  }
  .vertical-surface-item h4 sup {
    line-height: 16px;
    font-size: 10px;
  }
  .vertical-surface-item h5 {
    font-size: 18px;
  }
  .vertical-surface-item h5 sup {
    line-height: 12px;
    font-size: 8px;
  }
  .vertical-surface-item h6 {
    font-size: 16px;
  }
  .vertical-surface-item h6 sup {
    line-height: 10px;
    font-size: 6px;
  }
}
/*code merge*/
.noMarginLR {
  margin-left: -20px;
  margin-right: -20px;
}

.heroBannerContainer {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.heroBannerContainer h1 {
  font-size: 32px;
}
.heroBannerContainer h1 sup {
  line-height: 24px;
  font-size: 14px;
}
.heroBannerContainer h2 {
  font-size: 24px;
}
.heroBannerContainer h2 sup {
  line-height: 18px;
  font-size: 10px;
}
.heroBannerContainer h3 {
  font-size: 20px;
}
.heroBannerContainer h3 sup {
  line-height: 14px;
  font-size: 8px;
}
.heroBannerContainer h4 {
  font-size: 18px;
}
.heroBannerContainer h4 sup {
  line-height: 12px;
  font-size: 8px;
}
.heroBannerContainer h5 {
  font-size: 16px;
}
.heroBannerContainer h5 sup {
  line-height: 10px;
  font-size: 6px;
}
.heroBannerContainer h6 {
  font-size: 14px;
}
.heroBannerContainer h6 sup {
  line-height: 8px;
  font-size: 6px;
}
@media (min-width: 992px) {
  .heroBannerContainer h1 {
    font-size: 48px;
  }
  .heroBannerContainer h1 sup {
    line-height: 32px;
    font-size: 18px;
  }
  .heroBannerContainer h2 {
    font-size: 32px;
  }
  .heroBannerContainer h2 sup {
    line-height: 24px;
    font-size: 14px;
  }
  .heroBannerContainer h3 {
    font-size: 24px;
  }
  .heroBannerContainer h3 sup {
    line-height: 18px;
    font-size: 10px;
  }
  .heroBannerContainer h4 {
    font-size: 20px;
  }
  .heroBannerContainer h4 sup {
    line-height: 16px;
    font-size: 10px;
  }
  .heroBannerContainer h5 {
    font-size: 18px;
  }
  .heroBannerContainer h5 sup {
    line-height: 12px;
    font-size: 8px;
  }
  .heroBannerContainer h6 {
    font-size: 16px;
  }
  .heroBannerContainer h6 sup {
    line-height: 10px;
    font-size: 6px;
  }
}
.heroBannerContainer img,
.heroBannerContainer video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.heroBannerContainer .sectionRight {
  background-color: #e0e0e0;
  width: 100%;
  order: 1;
  position: relative;
}
.heroBannerContainer .sectionRight .playIcon {
  position: absolute;
  width: 69px;
  height: 69px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  border-radius: 50%;
  background: #ffffff6b;
}
.heroBannerContainer .sectionRight .playIcon svg {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  transition: transform 1s ease-in-out, background-color 1s ease-in-out;
}
.heroBannerContainer .sectionRight .playIcon svg:hover {
  transform: scale(0.8);
  background-color: #fff;
  border-radius: 50%;
}
.heroBannerContainer .sectionRight .playIcon svg path:focus,
.heroBannerContainer .sectionRight .playIcon svg g:focus {
  outline: none;
}
.heroBannerContainer .sectionLeft {
  width: 100%;
  min-height: 319px;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  order: 2;
  color: #2B2626;
}
.heroBannerContainer .sectionLeft h1,
.heroBannerContainer .sectionLeft h2,
.heroBannerContainer .sectionLeft h3,
.heroBannerContainer .sectionLeft h4,
.heroBannerContainer .sectionLeft h5,
.heroBannerContainer .sectionLeft h6,
.heroBannerContainer .sectionLeft p {
  margin: 0;
}
.heroBannerContainer .sectionLeft .copy {
  font-size: 20px;
}
.heroBannerContainer .btn-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
  width: 100%;
  flex-wrap: wrap;
}
.heroBannerContainer .btn-container .btn, .heroBannerContainer .btn-container .btn-primary, .heroBannerContainer .btn-container .btn-secondary, .heroBannerContainer .btn-container .btn-tertiary, .heroBannerContainer .btn-container .btn-primary-em-blue, .heroBannerContainer .btn-container .btn-deemphasized, .heroBannerContainer .btn-container .btn-light, .heroBannerContainer .btn-container .btn-badge, .heroBannerContainer .btn-container .btn-icon {
  display: flex;
  padding: 12px 20px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
}
.heroBannerContainer .btn-container a {
  font-size: 16px;
}
.heroBannerContainer #video,
.heroBannerContainer #iframe {
  width: 100%;
  height: 100%;
}
.heroBannerContainer figure {
  margin: 0;
}
@media (max-width: 767px) {
  .heroBannerContainer picture {
    height: 240px;
    display: block;
  }
}
.heroBannerContainer.light .sectionLeft {
  background-color: #E5E5E5;
}
.heroBannerContainer.light .btn-container .btn.btn-primary, .heroBannerContainer.light .btn-container .btn-primary {
  background: #0C479D;
  color: #fff;
}
.heroBannerContainer.light .btn-container .btn.btn-primary:hover, .heroBannerContainer.light .btn-container .btn-primary:hover {
  background: #0D6EFD;
}
.heroBannerContainer.light .btn-container .btn.btn-tertiary, .heroBannerContainer.light .btn-container .btn-tertiary {
  background: transparent;
  color: #0C479D;
  border: 1px solid #0C479D;
}
.heroBannerContainer.light .btn-container .btn.btn-tertiary:hover, .heroBannerContainer.light .btn-container .btn-tertiary:hover, .heroBannerContainer.light .btn-container .btn.btn-tertiary:active, .heroBannerContainer.light .btn-container .btn-tertiary:active, .heroBannerContainer.light .btn-container .btn.btn-tertiary:not(:disabled):not(.disabled):active {
  color: #0C479D;
  border: 1px solid #fff;
  background-color: #fff;
}
.heroBannerContainer.dark .sectionLeft {
  background-color: #2B2626;
}
.heroBannerContainer.dark .sectionLeft h1,
.heroBannerContainer.dark .sectionLeft h2,
.heroBannerContainer.dark .sectionLeft h3,
.heroBannerContainer.dark .sectionLeft h4,
.heroBannerContainer.dark .sectionLeft h5,
.heroBannerContainer.dark .sectionLeft h6,
.heroBannerContainer.dark .sectionLeft p {
  color: #fff;
}
.heroBannerContainer.dark .btn-container .btn.btn-primary, .heroBannerContainer.dark .btn-container .btn-primary {
  background: #FE000C;
  color: #fff;
}
.heroBannerContainer.dark .btn-container .btn.btn-primary:hover, .heroBannerContainer.dark .btn-container .btn-primary:hover {
  background: #D5000A;
}
.heroBannerContainer.dark .btn-container .btn.btn-tertiary, .heroBannerContainer.dark .btn-container .btn-tertiary {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.heroBannerContainer.dark .btn-container .btn.btn-tertiary:hover, .heroBannerContainer.dark .btn-container .btn-tertiary:hover, .heroBannerContainer.dark .btn-container .btn.btn-tertiary:active, .heroBannerContainer.dark .btn-container .btn-tertiary:active, .heroBannerContainer.dark .btn-container .btn.btn-tertiary:not(:disabled):not(.disabled):active {
  color: #FE000C;
  border: 1px solid #fff;
  background-color: #fff;
}
.heroBannerContainer.blue .sectionLeft {
  background-color: #0C479D;
}
.heroBannerContainer.blue .sectionLeft h1,
.heroBannerContainer.blue .sectionLeft h2,
.heroBannerContainer.blue .sectionLeft h3,
.heroBannerContainer.blue .sectionLeft h4,
.heroBannerContainer.blue .sectionLeft h5,
.heroBannerContainer.blue .sectionLeft h6,
.heroBannerContainer.blue .sectionLeft p {
  color: #fff;
}
.heroBannerContainer.blue .btn-container .btn.btn-primary, .heroBannerContainer.blue .btn-container .btn-primary {
  background: #0D6EFD;
  color: #fff;
}
.heroBannerContainer.blue .btn-container .btn.btn-primary:hover, .heroBannerContainer.blue .btn-container .btn-primary:hover {
  background: #fff;
  color: #0C479D;
}
.heroBannerContainer.blue .btn-container .btn.btn-tertiary, .heroBannerContainer.blue .btn-container .btn-tertiary {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.heroBannerContainer.blue .btn-container .btn.btn-tertiary:hover, .heroBannerContainer.blue .btn-container .btn-tertiary:hover, .heroBannerContainer.blue .btn-container .btn.btn-tertiary:active, .heroBannerContainer.blue .btn-container .btn-tertiary:active, .heroBannerContainer.blue .btn-container .btn.btn-tertiary:not(:disabled):not(.disabled):active {
  color: #0C479D;
  border: 1px solid #fff;
  background-color: #fff;
}
.heroBannerContainer.red .sectionLeft {
  background-color: #E5E5E5;
}
.heroBannerContainer.red .sectionLeft .textColor {
  color: #FE000C;
}
.heroBannerContainer.red .btn-container .btn.btn-primary, .heroBannerContainer.red .btn-container .btn-primary {
  background: #FE000C;
  color: #fff;
}
.heroBannerContainer.red .btn-container .btn.btn-primary:hover, .heroBannerContainer.red .btn-container .btn-primary:hover {
  background: #D5000A;
}
.heroBannerContainer.red .btn-container .btn.btn-tertiary, .heroBannerContainer.red .btn-container .btn-tertiary {
  background: transparent;
  color: #FE000C;
  border: 1px solid #FE000C;
}
.heroBannerContainer.red .btn-container .btn.btn-tertiary:hover, .heroBannerContainer.red .btn-container .btn-tertiary:hover, .heroBannerContainer.red .btn-container .btn.btn-tertiary:active, .heroBannerContainer.red .btn-container .btn-tertiary:active, .heroBannerContainer.red .btn-container .btn.btn-tertiary:not(:disabled):not(.disabled):active {
  color: #D5000A;
  border: 1px solid #fff;
  background-color: #fff;
}

#videocontainer.modal-dialog {
  width: 100% !important;
  max-width: 100% !important;
  padding: 50px 24px 50px 6px;
  display: flex;
  justify-content: center;
}
@media (min-width: 576px) {
  #videocontainer.modal-dialog {
    padding: 50px 16px 50px 11px;
  }
}
@media (min-width: 768px) {
  #videocontainer.modal-dialog {
    padding: 0px 18px 20px 11px;
  }
}
@media (max-width: 992px) {
  #videocontainer.modal-dialog {
    height: 100%;
  }
}
#videocontainer .modal-content {
  background-color: transparent;
}
#videocontainer .modal-body {
  margin: 0 auto;
}
@media (max-width: 991px) {
  #videocontainer .modal-body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0 10px;
  }
}
#videocontainer .modal-header {
  padding: 0;
}
#videocontainer .modal-header .btn-close {
  opacity: 1;
  color: #fff;
  position: relative;
  width: 16px;
  height: 16px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#videocontainer .modal-header .btn-close::before, #videocontainer .modal-header .btn-close::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #fff;
  transform: rotate(45deg);
}
#videocontainer .modal-header .btn-close::after {
  transform: rotate(-45deg);
}
#videocontainer #video {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  #videocontainer #video {
    height: 75vh;
  }
}

body.has-videocontainer .modal-backdrop.show {
  opacity: 1 !important;
}
@media (min-width: 992px) {
  body.has-videocontainer .modal-backdrop.show {
    opacity: 0.7 !important;
  }
}

@media (min-width: 768px) {
  .heroBannerContainer {
    flex-direction: row;
  }
  .heroBannerContainer .sectionLeft {
    padding: 54px 30px 54px 32px;
    width: 48%;
    order: 1;
    min-height: 450px;
  }
  .heroBannerContainer .sectionRight {
    width: 52%;
    order: 2;
  }
  .heroBannerContainer .sectionRight .playIcon {
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .heroBannerContainer .btn-container {
    flex-direction: column;
    width: auto;
    min-width: 155px;
    flex-wrap: wrap;
  }
  .heroBannerContainer #videocontainer.modal-dialog {
    padding: 70px 50px 50px;
  }
  .heroBannerContainer .btn-close::before {
    transform: rotate(45deg);
  }
  .heroBannerContainer .btn-close::after {
    transform: rotate(-45deg);
  }
}
@media (min-width: 992px) {
  .noMarginLR {
    margin-left: -30px;
    margin-right: -30px;
  }

  .heroBannerContainer .sectionLeft {
    padding: 54px 73px 54px 40px;
  }
  .heroBannerContainer .sectionLeft .copy {
    font-size: 24px;
  }
  .heroBannerContainer .sectionRight .playIcon {
    width: 96px;
    height: 96px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .heroBannerContainer #videocontainer.modal-dialog {
    padding: 40px 55px 85px 70px;
  }
  .heroBannerContainer .btn-container {
    flex-direction: row;
  }
}
/*code merge*/
.signpoly_productTable .facetFilter_btnContainer,
.signpoly_searchTable .facetFilter_btnContainer {
  display: block;
  padding: 0 0 26px;
  border-bottom: 1px solid #CCCCCD;
  background: transparent;
  margin: 0;
}
.signpoly_productTable .facetFilter_btnContainer .facetFilter_btn,
.signpoly_searchTable .facetFilter_btnContainer .facetFilter_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  text-decoration: none;
  color: #2b2626;
  font-size: 20px;
}
.signpoly_productTable .facetFilter_btnContainer .facetFilter_btn .minusIcon,
.signpoly_searchTable .facetFilter_btnContainer .facetFilter_btn .minusIcon {
  display: none;
}
.signpoly_productTable .facetFilter_btnContainer .facetFilter_btn .minusIcon path,
.signpoly_searchTable .facetFilter_btnContainer .facetFilter_btn .minusIcon path {
  focus: none;
}
.signpoly_productTable .facetFilter_btnContainer .facetFilter_btn .plusIcon,
.signpoly_searchTable .facetFilter_btnContainer .facetFilter_btn .plusIcon {
  display: inline-block;
}
.signpoly_productTable .facetFilter_btnContainer .facetFilter_btn .plusIcon path,
.signpoly_searchTable .facetFilter_btnContainer .facetFilter_btn .plusIcon path {
  focus: none;
}
.signpoly_productTable .facetFilter_btnContainer.facetFilter_expanded .facetFilter_btn .minusIcon,
.signpoly_searchTable .facetFilter_btnContainer.facetFilter_expanded .facetFilter_btn .minusIcon {
  display: inline-block;
}
.signpoly_productTable .facetFilter_btnContainer.facetFilter_expanded .facetFilter_btn .plusIcon,
.signpoly_searchTable .facetFilter_btnContainer.facetFilter_expanded .facetFilter_btn .plusIcon {
  display: none;
}
.signpoly_productTable .facetFilter_mainContainer,
.signpoly_searchTable .facetFilter_mainContainer {
  display: none;
  padding: 20px 0;
}
@media (max-width: 992px) {
  .signpoly_productTable .facetFilter_mainContainer,
.signpoly_searchTable .facetFilter_mainContainer {
    border-bottom: 1px solid #CCCCCD;
  }
  .signpoly_productTable .facetFilter_mainContainer .coveo-facet .CoveoFacet,
.signpoly_searchTable .facetFilter_mainContainer .coveo-facet .CoveoFacet {
    margin: 0;
  }
  .signpoly_productTable .facetFilter_mainContainer .coveo-facet .CoveoFacet .coveo-facet-header,
.signpoly_searchTable .facetFilter_mainContainer .coveo-facet .CoveoFacet .coveo-facet-header {
    margin-top: 0;
  }
}
.signpoly_productTable .facetFilter_border,
.signpoly_searchTable .facetFilter_border {
  border: none;
}
.signpoly_productTable .facetFilter_border .facetFilter_btnContainer,
.signpoly_searchTable .facetFilter_border .facetFilter_btnContainer {
  margin-bottom: 0px;
}
.signpoly_productTable .facetFilter_borderTop,
.signpoly_searchTable .facetFilter_borderTop {
  border-top: none;
  margin: 0;
}
.signpoly_productTable .selected_filter,
.signpoly_searchTable .selected_filter {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 20px;
  margin-bottom: 27px;
}
.signpoly_productTable .selected_filter span,
.signpoly_searchTable .selected_filter span {
  padding: 8px 20px;
  color: #2b2626;
  font-size: 16px;
  line-height: 20px;
  border: 1px solid #2b2626;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  background: transparent;
}
.signpoly_productTable .selected_filter span .remove_selectedFilter,
.signpoly_searchTable .selected_filter span .remove_selectedFilter {
  background: transparent;
  padding: 0px;
  border: none;
}
@media (min-width: 992px) {
  .signpoly_productTable .facetFilter_btnContainer, .signpoly_productTable .selected_filter,
.signpoly_searchTable .facetFilter_btnContainer,
.signpoly_searchTable .selected_filter {
    display: none;
  }
  .signpoly_productTable .facetFilter_mainContainer,
.signpoly_searchTable .facetFilter_mainContainer {
    display: block;
  }
  .signpoly_productTable .facetFilter_border,
.signpoly_searchTable .facetFilter_border {
    border: none;
    margin-bottom: 0;
  }
  .signpoly_productTable .facetFilter_borderTop,
.signpoly_searchTable .facetFilter_borderTop {
    border-top: 1px solid #eee;
    padding-top: 0px;
    margin: 0;
  }
}

/*******************************/
/*******************************/
/**Search result New layout css*/
/*******************************/
/*code merge*/
.CoveoSearchInterface.signpoly_searchTable .CoveoResultList .CoveoResult {
  padding: 0;
  margin-top: 0;
}
.CoveoSearchInterface.signpoly_searchTable .coveo-resultslist {
  margin-bottom: 20px !important;
}
.CoveoSearchInterface.signpoly_searchTable .coveo-list-layout.CoveoResult {
  border: 0;
  width: 100%;
  margin-bottom: 0px;
}
.CoveoSearchInterface.signpoly_searchTable .coveo-list-layout.CoveoResult:nth-child(odd) {
  background-color: #EEEEEE;
}
.CoveoSearchInterface.signpoly_searchTable .coveo-list-layout.CoveoResult:nth-child(even) {
  background-color: #E5E5E5;
}
.CoveoSearchInterface.signpoly_searchTable .coveo-result-list-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
.CoveoSearchInterface.signpoly_searchTable .showMoreResults a {
  padding: 12px 20px;
  width: 100%;
  font-size: 16px;
  background: #0C479D;
  color: #fff;
}
.CoveoSearchInterface.signpoly_searchTable .showMoreResults a:hover, .CoveoSearchInterface.signpoly_searchTable .showMoreResults a:active, .CoveoSearchInterface.signpoly_searchTable .showMoreResults a:not(:disabled):not(.disabled):active {
  background: #0D6EFD;
}
.CoveoSearchInterface.signpoly_searchTable .CoveoSearchButton {
  background: #0C479D;
  color: #fff;
}
.CoveoSearchInterface.signpoly_searchTable .CoveoSearchButton:hover {
  background: #0D6EFD;
}
.CoveoSearchInterface.signpoly_searchTable .facetFilter_btn .plusIcon svg path,
.CoveoSearchInterface.signpoly_searchTable .facetFilter_btn .minusIcon svg path {
  fill: #0C479D;
}
@media (max-width: 991.5px) {
  .CoveoSearchInterface.signpoly_searchTable .pdsIcon {
    background-color: #0C479D;
  }
  .CoveoSearchInterface.signpoly_searchTable .pdsIcon .iconWithName a {
    color: #fff;
  }
  .CoveoSearchInterface.signpoly_searchTable .pdsIcon:hover {
    background-color: #0D6EFD;
  }
}
.CoveoSearchInterface.signpoly_searchTable.red .facetFilter_btn .plusIcon svg path,
.CoveoSearchInterface.signpoly_searchTable.red .facetFilter_btn .minusIcon svg path {
  fill: #FE000C;
}
.CoveoSearchInterface.signpoly_searchTable.red .showMoreResults a {
  background: #FE000C;
  color: #fff;
}
.CoveoSearchInterface.signpoly_searchTable.red .showMoreResults a:hover, .CoveoSearchInterface.signpoly_searchTable.red .showMoreResults a:active, .CoveoSearchInterface.signpoly_searchTable.red .showMoreResults a:not(:disabled):not(.disabled):active {
  background: #D5000A;
}
.CoveoSearchInterface.signpoly_searchTable.red .CoveoSearchButton {
  background: #FE000C;
  color: #fff;
}
.CoveoSearchInterface.signpoly_searchTable.red .CoveoSearchButton:hover {
  background: #D5000A;
}
@media (max-width: 991.5px) {
  .CoveoSearchInterface.signpoly_searchTable.red .pdsIcon {
    background-color: #FE000C;
  }
  .CoveoSearchInterface.signpoly_searchTable.red .pdsIcon .iconWithName a {
    color: #fff;
  }
  .CoveoSearchInterface.signpoly_searchTable.red .pdsIcon:hover {
    background-color: #D5000A;
  }
}
.CoveoSearchInterface.signpoly_searchTable.coveo-no-visible-facet .searchTable_headingContainer {
  display: none;
}
.CoveoSearchInterface.signpoly_searchTable .coveo-fileresulttemplate {
  display: none;
}

.searchTable_headingContainer,
.searchTable_resultContainer {
  display: flex;
  flex-wrap: wrap;
}

.searchTable_headingContainer .searchTable_heading {
  display: none;
  background-color: #E5E5E5;
}
.searchTable_headingContainer .searchTable_heading div {
  padding: 10px;
  display: flex;
  align-items: center;
  color: #2b2626;
  font-size: 16px;
  line-height: 22px;
}
.searchTable_headingContainer .searchTable_heading .gradeName_new,
.searchTable_headingContainer .searchTable_heading .gradeName_old,
.searchTable_headingContainer .searchTable_heading .region_name,
.searchTable_headingContainer .searchTable_heading .icon {
  text-align: left;
  justify-content: start;
}

.searchTable_resultContainer {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.searchTable_resultContainer h1 {
  font-size: 32px;
}
.searchTable_resultContainer h1 sup {
  line-height: 24px;
  font-size: 14px;
}
.searchTable_resultContainer h2 {
  font-size: 24px;
}
.searchTable_resultContainer h2 sup {
  line-height: 18px;
  font-size: 10px;
}
.searchTable_resultContainer h3 {
  font-size: 20px;
}
.searchTable_resultContainer h3 sup {
  line-height: 14px;
  font-size: 8px;
}
.searchTable_resultContainer h4 {
  font-size: 18px;
}
.searchTable_resultContainer h4 sup {
  line-height: 12px;
  font-size: 8px;
}
.searchTable_resultContainer h5 {
  font-size: 16px;
}
.searchTable_resultContainer h5 sup {
  line-height: 10px;
  font-size: 6px;
}
.searchTable_resultContainer h6 {
  font-size: 14px;
}
.searchTable_resultContainer h6 sup {
  line-height: 8px;
  font-size: 6px;
}
@media (min-width: 992px) {
  .searchTable_resultContainer h1 {
    font-size: 48px;
  }
  .searchTable_resultContainer h1 sup {
    line-height: 32px;
    font-size: 18px;
  }
  .searchTable_resultContainer h2 {
    font-size: 32px;
  }
  .searchTable_resultContainer h2 sup {
    line-height: 24px;
    font-size: 14px;
  }
  .searchTable_resultContainer h3 {
    font-size: 24px;
  }
  .searchTable_resultContainer h3 sup {
    line-height: 18px;
    font-size: 10px;
  }
  .searchTable_resultContainer h4 {
    font-size: 20px;
  }
  .searchTable_resultContainer h4 sup {
    line-height: 16px;
    font-size: 10px;
  }
  .searchTable_resultContainer h5 {
    font-size: 18px;
  }
  .searchTable_resultContainer h5 sup {
    line-height: 12px;
    font-size: 8px;
  }
  .searchTable_resultContainer h6 {
    font-size: 16px;
  }
  .searchTable_resultContainer h6 sup {
    line-height: 10px;
    font-size: 6px;
  }
}
.searchTable_resultContainer .searchTable_content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  padding: 30px;
}
.searchTable_resultContainer .searchTable_content .nameOld,
.searchTable_resultContainer .searchTable_content .nameNew,
.searchTable_resultContainer .searchTable_content .regionName {
  margin-right: 5px;
  display: inline-block;
}
.searchTable_resultContainer .searchTable_content .gradeName_new,
.searchTable_resultContainer .searchTable_content .gradeName_old,
.searchTable_resultContainer .searchTable_content .pdsIcon {
  width: 100%;
  text-align: left;
  justify-content: start;
}
.searchTable_resultContainer .searchTable_content .pdsIcon,
.searchTable_resultContainer .searchTable_content .sales_specs {
  margin-top: 20px;
  padding: 8px 20px;
  justify-content: center;
  align-items: center;
  height: 43px;
  position: relative;
}
.searchTable_resultContainer .searchTable_content .pdsIcon .iconWithName,
.searchTable_resultContainer .searchTable_content .sales_specs .iconWithName {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}
.searchTable_resultContainer .searchTable_content .pdsIcon .iconWithName a,
.searchTable_resultContainer .searchTable_content .sales_specs .iconWithName a {
  text-decoration: none;
  display: flex;
  align-items: center;
}
.searchTable_resultContainer .searchTable_content .pdsIcon .iconWithName a::before,
.searchTable_resultContainer .searchTable_content .sales_specs .iconWithName a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
}
.searchTable_resultContainer .searchTable_content .pdsIcon .iconWithName img,
.searchTable_resultContainer .searchTable_content .sales_specs .iconWithName img {
  width: 20px;
  height: 24px;
  margin-right: 24px;
}
.searchTable_resultContainer .searchTable_content .pdsIcon.nodata,
.searchTable_resultContainer .searchTable_content .gradeName_old.nodata,
.searchTable_resultContainer .searchTable_content .gradeName_new.nodata {
  display: none;
}
.searchTable_resultContainer .searchTable_content .gradeName_old,
.searchTable_resultContainer .searchTable_content .gradeName_new,
.searchTable_resultContainer .searchTable_content .region_name,
.searchTable_resultContainer .searchTable_content .pdsIcon {
  display: block;
  color: #2b2626;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  padding: 5px 0px;
}
.searchTable_resultContainer .searchTable_content .pdsIcon {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 16px;
  padding: 8px 20px;
}
.searchTable_resultContainer .searchTable_content .pdsIcon a {
  font-size: 16px;
}
.searchTable_resultContainer .pdsIcon &gt; a &gt; img {
  display: none;
}

@media (min-width: 768px) {
  .CoveoSearchInterface.signpoly_searchTable .coveo-list-layout.CoveoResult {
    width: 50%;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .CoveoSearchInterface.signpoly_searchTable .coveo-resultslist {
    margin-bottom: 20px !important;
  }
  .CoveoSearchInterface.signpoly_searchTable .showMoreResults a {
    width: auto;
  }

  .searchTable_resultContainer .searchTable_content .pdsIcon {
    padding: 12px 20px;
  }
  .searchTable_resultContainer .searchTable_content .pdsIcon .iconWithName img {
    width: 23px;
    height: 27px;
  }
}
@media (min-width: 992px) {
  .CoveoSearchInterface.signpoly_searchTable .coveo-list-layout.CoveoResult {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0;
  }
  .CoveoSearchInterface.signpoly_searchTable .coveo-result-list-container {
    margin-top: 0px;
  }
  .CoveoSearchInterface.signpoly_searchTable .coveo-resultslist {
    margin-bottom: 40px !important;
  }
  .CoveoSearchInterface.signpoly_searchTable .searchTable_resultContainer .searchTable_content:nth-child(1) .pdsIcon {
    border-top: 0;
  }
  .CoveoSearchInterface.signpoly_searchTable .searchTable_resultContainer .searchTable_content:last-child .pdsIcon {
    border-bottom: 1px solid #CCCCCD;
    border-right: 1px solid #CCCCCD;
  }

  .searchTable_headingContainer,
.searchTable_resultContainer {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .searchTable_headingContainer .pdsIcon &gt; a &gt; img,
.searchTable_resultContainer .pdsIcon &gt; a &gt; img {
    width: 39px;
    height: 48px;
    display: block;
  }

  .searchTable_headingContainer {
    background-color: #E5E5E5;
    margin-top: 11px;
  }
  .searchTable_headingContainer .searchTable_heading {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
  }
  .searchTable_headingContainer .searchTable_heading div {
    padding: 24px 30px;
    border: 1px solid #CCCCCD;
    border-top: 0;
    border-right: 0;
  }
  .searchTable_headingContainer .searchTable_heading div:nth-child(-n+3) {
    justify-content: start;
    width: calc(80% / 3);
  }
  .searchTable_headingContainer .searchTable_heading div:last-child {
    width: 20%;
    text-align: center;
    justify-content: center;
  }

  .searchTable_resultContainer {
    height: unset;
  }
  .searchTable_resultContainer .searchTable_content {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
    padding: 0px;
  }
  .searchTable_resultContainer .searchTable_content .gradeName_old, .searchTable_resultContainer .searchTable_content .gradeName_new, .searchTable_resultContainer .searchTable_content .region_name, .searchTable_resultContainer .searchTable_content .pdsIcon {
    padding: 20px 30px;
    border: 1px solid #CCCCCD;
    border-top: 0;
    border-right: 0;
    font-size: 16px;
    display: flex;
  }
  .searchTable_resultContainer .searchTable_content .group1 {
    display: flex;
    width: 80%;
  }
  .searchTable_resultContainer .searchTable_content .group1 div {
    width: calc(100% / 3);
    justify-content: flex-start;
  }
  .searchTable_resultContainer .searchTable_content .group2 {
    display: flex;
    width: 20%;
  }
  .searchTable_resultContainer .searchTable_content .group2 .pdsIcon {
    width: 100%;
    background-color: unset;
  }
  .searchTable_resultContainer .searchTable_content .group2 .pdsIcon:hover {
    background-color: transparent;
  }
  .searchTable_resultContainer .searchTable_content .pdsIcon {
    margin-top: 0px;
    text-align: center;
    justify-content: center;
    height: unset;
  }
  .searchTable_resultContainer .searchTable_content .pdsIcon .iconWithName {
    display: none;
  }
  .searchTable_resultContainer .searchTable_content .pdsIcon:hover {
    background-color: transparent;
  }
  .searchTable_resultContainer .searchTable_content .pdsIcon.nodata,
.searchTable_resultContainer .searchTable_content .gradeName_old.nodata,
.searchTable_resultContainer .searchTable_content .gradeName_new.nodata {
    display: flex;
  }
  .searchTable_resultContainer .searchTable_content {
    background-color: #fff;
  }
  .searchTable_resultContainer .searchTable_content .nameOld,
.searchTable_resultContainer .searchTable_content .regionName,
.searchTable_resultContainer .searchTable_content .nameNew {
    display: none;
  }
}
.CoveoSearchInterface.signpoly_searchTable .b01-paragraph.filterCopy {
  display: none;
}
@media (min-width: 992px) {
  .CoveoSearchInterface.signpoly_searchTable .b01-paragraph.filterCopy {
    display: block;
  }
}

/*code merge*/
.textBanner h1 {
  font-size: 32px;
}
.textBanner h1 sup {
  line-height: 24px;
  font-size: 14px;
}
.textBanner h2 {
  font-size: 24px;
}
.textBanner h2 sup {
  line-height: 18px;
  font-size: 10px;
}
.textBanner h3 {
  font-size: 20px;
}
.textBanner h3 sup {
  line-height: 14px;
  font-size: 8px;
}
.textBanner h4 {
  font-size: 18px;
}
.textBanner h4 sup {
  line-height: 12px;
  font-size: 8px;
}
.textBanner h5 {
  font-size: 16px;
}
.textBanner h5 sup {
  line-height: 10px;
  font-size: 6px;
}
.textBanner h6 {
  font-size: 14px;
}
.textBanner h6 sup {
  line-height: 8px;
  font-size: 6px;
}
@media (min-width: 992px) {
  .textBanner h1 {
    font-size: 48px;
  }
  .textBanner h1 sup {
    line-height: 32px;
    font-size: 18px;
  }
  .textBanner h2 {
    font-size: 32px;
  }
  .textBanner h2 sup {
    line-height: 24px;
    font-size: 14px;
  }
  .textBanner h3 {
    font-size: 24px;
  }
  .textBanner h3 sup {
    line-height: 18px;
    font-size: 10px;
  }
  .textBanner h4 {
    font-size: 20px;
  }
  .textBanner h4 sup {
    line-height: 16px;
    font-size: 10px;
  }
  .textBanner h5 {
    font-size: 18px;
  }
  .textBanner h5 sup {
    line-height: 12px;
    font-size: 8px;
  }
  .textBanner h6 {
    font-size: 16px;
  }
  .textBanner h6 sup {
    line-height: 10px;
    font-size: 6px;
  }
}
.textBanner h1, .textBanner h2, .textBanner h3, .textBanner h4, .textBanner h5, .textBanner h6, .textBanner p.heading_main {
  margin: 0;
}

.textBanner.light {
  background: #EEEEEE;
}
.textBanner.light h1, .textBanner.light h2, .textBanner.light h3, .textBanner.light h4, .textBanner.light h5, .textBanner.light h6, .textBanner.light p.heading_main {
  color: #2B2626;
}

.textBanner.dark {
  background: #2B2626;
}
.textBanner.dark h1, .textBanner.dark h2, .textBanner.dark h3, .textBanner.dark h4, .textBanner.dark h5, .textBanner.dark h6, .textBanner.dark p.heading_main {
  color: #FFFFFF;
}

.textBanner.blue {
  background: #0C479D;
}
.textBanner.blue h1, .textBanner.blue h2, .textBanner.blue h3, .textBanner.blue h4, .textBanner.blue h5, .textBanner.blue h6, .textBanner.blue p.heading_main {
  color: #FFFFFF;
}

.fullBanner-text-layout.noMarginLR {
  margin-right: -20px;
  margin-left: -20px;
}

.textBanner {
  display: flex;
  min-height: 300px;
  justify-content: center;
  align-items: center;
  padding: 70px 20px;
}
.textBanner p.heading_main {
  font-size: 32px;
}
.textBanner h1, .textBanner h2, .textBanner h3, .textBanner h4, .textBanner h5, .textBanner h6, .textBanner p.heading_main {
  line-height: normal;
}

@media (min-width: 768px) {
  .fullBanner-text-layout.noMarginLR {
    margin-right: -20px;
    margin-left: -20px;
  }

  .textBanner {
    justify-content: flex-start;
    align-items: center;
    padding: 110px 30px;
  }
  .textBanner p.heading_main {
    font-size: 32px;
  }
  .textBanner h1, .textBanner h2, .textBanner h3, .textBanner h4, .textBanner h5, .textBanner h6, .textBanner p.heading_main {
    max-width: 616px;
  }
}
@media (min-width: 992px) {
  .fullBanner-text-layout.noMarginLR {
    margin-right: -30px;
    margin-left: -30px;
  }

  .textBanner {
    justify-content: flex-start;
    align-items: center;
    min-height: 350px;
    padding: 115px 40px;
  }
  .textBanner p.heading_main {
    font-size: 48px;
    line-height: normal;
  }
  .textBanner h1, .textBanner h2, .textBanner h3, .textBanner h4, .textBanner h5, .textBanner h6, .textBanner p.heading_main {
    max-width: 881px;
  }
}
/*code merge*/
.secondaryBanner-layout h1 {
  font-size: 32px;
}
.secondaryBanner-layout h1 sup {
  line-height: 24px;
  font-size: 14px;
}
.secondaryBanner-layout h2 {
  font-size: 24px;
}
.secondaryBanner-layout h2 sup {
  line-height: 18px;
  font-size: 10px;
}
.secondaryBanner-layout h3 {
  font-size: 20px;
}
.secondaryBanner-layout h3 sup {
  line-height: 14px;
  font-size: 8px;
}
.secondaryBanner-layout h4 {
  font-size: 18px;
}
.secondaryBanner-layout h4 sup {
  line-height: 12px;
  font-size: 8px;
}
.secondaryBanner-layout h5 {
  font-size: 16px;
}
.secondaryBanner-layout h5 sup {
  line-height: 10px;
  font-size: 6px;
}
.secondaryBanner-layout h6 {
  font-size: 14px;
}
.secondaryBanner-layout h6 sup {
  line-height: 8px;
  font-size: 6px;
}
@media (min-width: 992px) {
  .secondaryBanner-layout h1 {
    font-size: 48px;
  }
  .secondaryBanner-layout h1 sup {
    line-height: 32px;
    font-size: 18px;
  }
  .secondaryBanner-layout h2 {
    font-size: 32px;
  }
  .secondaryBanner-layout h2 sup {
    line-height: 24px;
    font-size: 14px;
  }
  .secondaryBanner-layout h3 {
    font-size: 24px;
  }
  .secondaryBanner-layout h3 sup {
    line-height: 18px;
    font-size: 10px;
  }
  .secondaryBanner-layout h4 {
    font-size: 20px;
  }
  .secondaryBanner-layout h4 sup {
    line-height: 16px;
    font-size: 10px;
  }
  .secondaryBanner-layout h5 {
    font-size: 18px;
  }
  .secondaryBanner-layout h5 sup {
    line-height: 12px;
    font-size: 8px;
  }
  .secondaryBanner-layout h6 {
    font-size: 16px;
  }
  .secondaryBanner-layout h6 sup {
    line-height: 10px;
    font-size: 6px;
  }
}
.secondaryBanner-layout h1,
.secondaryBanner-layout h2,
.secondaryBanner-layout h3,
.secondaryBanner-layout h4,
.secondaryBanner-layout h5,
.secondaryBanner-layout h6,
.secondaryBanner-layout p {
  margin: 0;
}

.secondaryBanner-layout.light .contentWrapper {
  background: #E5E5E5;
}
.secondaryBanner-layout.light .contentWrapper h1,
.secondaryBanner-layout.light .contentWrapper h2,
.secondaryBanner-layout.light .contentWrapper h3,
.secondaryBanner-layout.light .contentWrapper h4,
.secondaryBanner-layout.light .contentWrapper h5,
.secondaryBanner-layout.light .contentWrapper h6,
.secondaryBanner-layout.light .contentWrapper p,
.secondaryBanner-layout.light .contentWrapper p.heading_main {
  color: #2B2626;
}
.secondaryBanner-layout.light .contentWrapper a {
  color: #0C479D;
}
.secondaryBanner-layout.light .contentWrapper .primary-btn {
  background: #0C479D;
  border: 1px solid #0C479D;
  color: #FFFFFF;
}
.secondaryBanner-layout.light .contentWrapper .primary-btn:hover {
  background: #0D6EFD;
  border: 1px solid #0D6EFD;
  color: #FFFFFF;
  text-decoration: none;
}
.secondaryBanner-layout.light .contentWrapper .secondary-btn {
  border: 1px solid #0C479D;
  background: transparent;
}
.secondaryBanner-layout.light .contentWrapper .secondary-btn:hover {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #0C479D;
  text-decoration: none;
}

.secondaryBanner-layout.dark .contentWrapper {
  background: #2B2626;
}
.secondaryBanner-layout.dark .contentWrapper h1,
.secondaryBanner-layout.dark .contentWrapper h2,
.secondaryBanner-layout.dark .contentWrapper h3,
.secondaryBanner-layout.dark .contentWrapper h4,
.secondaryBanner-layout.dark .contentWrapper h5,
.secondaryBanner-layout.dark .contentWrapper h6,
.secondaryBanner-layout.dark .contentWrapper p,
.secondaryBanner-layout.dark .contentWrapper p.heading_main {
  color: #FFFFFF;
}
.secondaryBanner-layout.dark .contentWrapper a {
  color: #FFFFFF;
}
.secondaryBanner-layout.dark .contentWrapper .primary-btn {
  background: #FE000C;
  border: 1px solid #FE000C;
  color: #FFFFFF;
}
.secondaryBanner-layout.dark .contentWrapper .primary-btn:hover {
  background: #D5000A;
  border: 1px solid #D5000A;
  color: #FFFFFF;
  text-decoration: none;
}
.secondaryBanner-layout.dark .contentWrapper .secondary-btn {
  border: 1px solid #FFFFFF;
  background: transparent;
}
.secondaryBanner-layout.dark .contentWrapper .secondary-btn:hover {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #FE000C;
  text-decoration: none;
}

.secondaryBanner-layout.blue .contentWrapper {
  background: #0C479D;
}
.secondaryBanner-layout.blue .contentWrapper h1,
.secondaryBanner-layout.blue .contentWrapper h2,
.secondaryBanner-layout.blue .contentWrapper h3,
.secondaryBanner-layout.blue .contentWrapper h4,
.secondaryBanner-layout.blue .contentWrapper h5,
.secondaryBanner-layout.blue .contentWrapper h6,
.secondaryBanner-layout.blue .contentWrapper p,
.secondaryBanner-layout.blue .contentWrapper p.heading_main {
  color: #FFFFFF;
}
.secondaryBanner-layout.blue .contentWrapper a {
  color: #FFFFFF;
}
.secondaryBanner-layout.blue .contentWrapper .primary-btn {
  background: #0D6EFD;
  border: 1px solid #0D6EFD;
  color: #FFFFFF;
}
.secondaryBanner-layout.blue .contentWrapper .primary-btn:hover {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #0C479D;
  text-decoration: none;
}
.secondaryBanner-layout.blue .contentWrapper .secondary-btn {
  border: 1px solid #FFFFFF;
  background: transparent;
}
.secondaryBanner-layout.blue .contentWrapper .secondary-btn:hover {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #0C479D;
  text-decoration: none;
}

.secondaryBanner-layout.red .contentWrapper {
  background: #E5E5E5;
}
.secondaryBanner-layout.red .contentWrapper h1,
.secondaryBanner-layout.red .contentWrapper h2,
.secondaryBanner-layout.red .contentWrapper h3,
.secondaryBanner-layout.red .contentWrapper h4,
.secondaryBanner-layout.red .contentWrapper h5,
.secondaryBanner-layout.red .contentWrapper h6,
.secondaryBanner-layout.red .contentWrapper p,
.secondaryBanner-layout.red .contentWrapper p.heading_main {
  color: #2B2626;
}
.secondaryBanner-layout.red .contentWrapper a {
  color: #FE000C;
}
.secondaryBanner-layout.red .contentWrapper .primary-btn {
  background: #FE000C;
  border: 1px solid #FE000C;
  color: #FFFFFF;
}
.secondaryBanner-layout.red .contentWrapper .primary-btn:hover {
  background: #D5000A;
  border: 1px solid #D5000A;
  color: #FFFFFF;
  text-decoration: none;
}
.secondaryBanner-layout.red .contentWrapper .secondary-btn {
  border: 1px solid #FE000C;
  background: transparent;
}
.secondaryBanner-layout.red .contentWrapper .secondary-btn:hover {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #FE000C;
  text-decoration: none;
}

.secondaryBanner-layout.noMarginLR {
  margin-left: -20px;
  margin-right: -20px;
}

.secondaryBanner-layout {
  display: flex;
  flex-direction: column-reverse;
}
.secondaryBanner-layout .contentWrapper {
  display: flex;
  width: 100%;
  min-height: 319px;
  row-gap: 20px;
  padding: 40px 20px;
  flex-direction: column;
  justify-content: center;
}
.secondaryBanner-layout .contentWrapper p, .secondaryBanner-layout .contentWrapper a {
  font-size: 20px;
  line-height: 125%;
}
.secondaryBanner-layout .contentWrapper p.heading_main {
  font-size: 32px;
  line-height: 125%;
}
.secondaryBanner-layout .contentWrapper h1, .secondaryBanner-layout .contentWrapper h2, .secondaryBanner-layout .contentWrapper h3, .secondaryBanner-layout .contentWrapper h4, .secondaryBanner-layout .contentWrapper h5, .secondaryBanner-layout .contentWrapper h6 {
  line-height: 125%;
}
.secondaryBanner-layout .contentWrapper .content-action {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-contents: center;
  width: 100%;
  gap: 20px;
}
.secondaryBanner-layout .contentWrapper .content-action a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  width: 100%;
  font-size: 16px;
  line-height: 125%;
}
.secondaryBanner-layout .mediaWrapper {
  margin: 0;
  width: 100%;
}
.secondaryBanner-layout .mediaWrapper img,
.secondaryBanner-layout .mediaWrapper video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.secondaryBanner-layout .mediaWrapper #video,
.secondaryBanner-layout .mediaWrapper #iframe {
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .secondaryBanner-layout.noMarginLR {
    margin-left: -20px;
    margin-right: -20px;
  }

  .secondaryBanner-layout {
    flex-direction: row;
  }
  .secondaryBanner-layout .contentWrapper {
    width: calc(100% - 52%);
    min-height: 350px;
    padding: 23px 62px 24px 30px;
    justify-content: center;
  }
  .secondaryBanner-layout .contentWrapper .content-action {
    align-content: flex-start;
    width: auto;
    min-width: 169px;
    flex-wrap: wrap;
  }
  .secondaryBanner-layout .contentWrapper .content-action a {
    width: auto;
    min-width: 196px;
  }
  .secondaryBanner-layout .mediaWrapper {
    width: 52%;
  }
}
@media (min-width: 992px) {
  .secondaryBanner-layout.noMarginLR {
    margin-left: -30px;
    margin-right: -30px;
  }

  .secondaryBanner-layout .contentWrapper {
    width: calc(100% - 51.4%);
    min-height: 350px;
    padding: 43px 49px 43px 40px;
    justify-content: center;
  }
  .secondaryBanner-layout .contentWrapper p.heading_main {
    font-size: 48px;
  }
  .secondaryBanner-layout .contentWrapper p, .secondaryBanner-layout .contentWrapper a {
    font-size: 24px;
  }
  .secondaryBanner-layout .contentWrapper .content-action {
    flex-direction: row;
    justify-content: flex-start;
  }
  .secondaryBanner-layout .contentWrapper .content-action a {
    min-width: 196px;
  }
  .secondaryBanner-layout .mediaWrapper {
    width: 51.4%;
  }
}
/*code merge*/
.gradiantBanner-layout h1 {
  font-size: 32px;
}
.gradiantBanner-layout h1 sup {
  line-height: 24px;
  font-size: 14px;
}
.gradiantBanner-layout h2 {
  font-size: 24px;
}
.gradiantBanner-layout h2 sup {
  line-height: 18px;
  font-size: 10px;
}
.gradiantBanner-layout h3 {
  font-size: 20px;
}
.gradiantBanner-layout h3 sup {
  line-height: 14px;
  font-size: 8px;
}
.gradiantBanner-layout h4 {
  font-size: 18px;
}
.gradiantBanner-layout h4 sup {
  line-height: 12px;
  font-size: 8px;
}
.gradiantBanner-layout h5 {
  font-size: 16px;
}
.gradiantBanner-layout h5 sup {
  line-height: 10px;
  font-size: 6px;
}
.gradiantBanner-layout h6 {
  font-size: 14px;
}
.gradiantBanner-layout h6 sup {
  line-height: 8px;
  font-size: 6px;
}
@media (min-width: 992px) {
  .gradiantBanner-layout h1 {
    font-size: 48px;
  }
  .gradiantBanner-layout h1 sup {
    line-height: 32px;
    font-size: 18px;
  }
  .gradiantBanner-layout h2 {
    font-size: 32px;
  }
  .gradiantBanner-layout h2 sup {
    line-height: 24px;
    font-size: 14px;
  }
  .gradiantBanner-layout h3 {
    font-size: 24px;
  }
  .gradiantBanner-layout h3 sup {
    line-height: 18px;
    font-size: 10px;
  }
  .gradiantBanner-layout h4 {
    font-size: 20px;
  }
  .gradiantBanner-layout h4 sup {
    line-height: 16px;
    font-size: 10px;
  }
  .gradiantBanner-layout h5 {
    font-size: 18px;
  }
  .gradiantBanner-layout h5 sup {
    line-height: 12px;
    font-size: 8px;
  }
  .gradiantBanner-layout h6 {
    font-size: 16px;
  }
  .gradiantBanner-layout h6 sup {
    line-height: 10px;
    font-size: 6px;
  }
}
.gradiantBanner-layout h1,
.gradiantBanner-layout h2,
.gradiantBanner-layout h3,
.gradiantBanner-layout h4,
.gradiantBanner-layout h5,
.gradiantBanner-layout h6,
.gradiantBanner-layout p, .gradiantBanner-layout figure {
  margin: 0;
}
.gradiantBanner-layout p,
.gradiantBanner-layout a {
  font-size: 20px;
}

.gradiantBanner-layout.light .gradiant {
  background: linear-gradient(0deg, #E5E5E5 35.5%, rgba(229, 229, 229, 0.5) 66.5%, rgba(255, 255, 255, 0) 90%);
}
@media (min-width: 768px) {
  .gradiantBanner-layout.light .gradiant {
    background: linear-gradient(90deg, #E5E5E5 26%, rgba(229, 229, 229, 0.5) 52.5%, rgba(255, 255, 255, 0) 80%);
  }
}
@media (min-width: 992px) {
  .gradiantBanner-layout.light .gradiant {
    background: linear-gradient(90deg, #E5E5E5 25.5%, rgba(229, 229, 229, 0.5) 49.5%, rgba(255, 255, 255, 0) 65%);
  }
}
.gradiantBanner-layout.light .content-wrapper h1,
.gradiantBanner-layout.light .content-wrapper h2,
.gradiantBanner-layout.light .content-wrapper h3,
.gradiantBanner-layout.light .content-wrapper h4,
.gradiantBanner-layout.light .content-wrapper h5,
.gradiantBanner-layout.light .content-wrapper h6,
.gradiantBanner-layout.light .content-wrapper p,
.gradiantBanner-layout.light .content-wrapper p.heading_main {
  color: #2B2626;
}
.gradiantBanner-layout.light .content-wrapper a {
  color: #0C479D;
}
.gradiantBanner-layout.light .content-wrapper .primary-btn {
  background: #0C479D;
  border: 1px solid #0C479D;
  color: #FFFFFF;
}
.gradiantBanner-layout.light .content-wrapper .primary-btn:hover {
  background: #0D6EFD;
  border: 1px solid #0D6EFD;
  color: #FFFFFF;
  text-decoration: none;
}
.gradiantBanner-layout.light .content-wrapper .secondary-btn {
  border: 1px solid #0C479D;
  background: transparent;
}
.gradiantBanner-layout.light .content-wrapper .secondary-btn:hover {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #0C479D;
  text-decoration: none;
}

.gradiantBanner-layout.dark .gradiant {
  background: linear-gradient(0deg, #2B2626 35.5%, rgba(43, 38, 38, 0.5) 66.5%, rgba(255, 255, 255, 0) 90%);
}
@media (min-width: 768px) {
  .gradiantBanner-layout.dark .gradiant {
    background: linear-gradient(90deg, #2B2626 26%, rgba(43, 38, 38, 0.5) 52.5%, rgba(255, 255, 255, 0) 80%);
  }
}
@media (min-width: 992px) {
  .gradiantBanner-layout.dark .gradiant {
    background: linear-gradient(90deg, #2B2626 25.5%, rgba(43, 38, 38, 0.5) 49.5%, rgba(255, 255, 255, 0) 65%);
  }
}
.gradiantBanner-layout.dark .content-wrapper h1,
.gradiantBanner-layout.dark .content-wrapper h2,
.gradiantBanner-layout.dark .content-wrapper h3,
.gradiantBanner-layout.dark .content-wrapper h4,
.gradiantBanner-layout.dark .content-wrapper h5,
.gradiantBanner-layout.dark .content-wrapper h6,
.gradiantBanner-layout.dark .content-wrapper p,
.gradiantBanner-layout.dark .content-wrapper p.heading_main {
  color: #FFFFFF;
}
.gradiantBanner-layout.dark .content-wrapper a {
  color: #FFFFFF;
}
.gradiantBanner-layout.dark .content-wrapper .primary-btn {
  background: #FE000C;
  border: 1px solid #FE000C;
  color: #FFFFFF;
}
.gradiantBanner-layout.dark .content-wrapper .primary-btn:hover {
  background: #D5000A;
  border: 1px solid #D5000A;
  color: #FFFFFF;
  text-decoration: none;
}
.gradiantBanner-layout.dark .content-wrapper .secondary-btn {
  border: 1px solid #FFFFFF;
  background: transparent;
}
.gradiantBanner-layout.dark .content-wrapper .secondary-btn:hover {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #FE000C;
  text-decoration: none;
}

.gradiantBanner-layout.blue .gradiant {
  background: linear-gradient(0deg, #0C479D 35.5%, rgba(12, 71, 157, 0.5) 66.5%, rgba(255, 255, 255, 0) 90%);
}
@media (min-width: 768px) {
  .gradiantBanner-layout.blue .gradiant {
    background: linear-gradient(90deg, #0C479D 26%, rgba(12, 71, 157, 0.5) 52.5%, rgba(255, 255, 255, 0) 80%);
  }
}
@media (min-width: 992px) {
  .gradiantBanner-layout.blue .gradiant {
    background: linear-gradient(90deg, #0C479D 25.5%, rgba(12, 71, 157, 0.5) 49.5%, rgba(255, 255, 255, 0) 65%);
  }
}
.gradiantBanner-layout.blue .content-wrapper h1,
.gradiantBanner-layout.blue .content-wrapper h2,
.gradiantBanner-layout.blue .content-wrapper h3,
.gradiantBanner-layout.blue .content-wrapper h4,
.gradiantBanner-layout.blue .content-wrapper h5,
.gradiantBanner-layout.blue .content-wrapper h6,
.gradiantBanner-layout.blue .content-wrapper p,
.gradiantBanner-layout.blue .content-wrapper p.heading_main {
  color: #FFFFFF;
}
.gradiantBanner-layout.blue .content-wrapper a {
  color: #FFFFFF;
}
.gradiantBanner-layout.blue .content-wrapper .primary-btn {
  background: #0D6EFD;
  border: 1px solid #0D6EFD;
  color: #FFFFFF;
}
.gradiantBanner-layout.blue .content-wrapper .primary-btn:hover {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #0C479D;
  text-decoration: none;
}
.gradiantBanner-layout.blue .content-wrapper .secondary-btn {
  border: 1px solid #FFFFFF;
  background: transparent;
}
.gradiantBanner-layout.blue .content-wrapper .secondary-btn:hover {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #0C479D;
  text-decoration: none;
}

.gradiantBanner-layout.red .gradiant {
  background: linear-gradient(0deg, #E5E5E5 35.5%, rgba(229, 229, 229, 0.5) 66.5%, rgba(255, 255, 255, 0) 90%);
}
@media (min-width: 768px) {
  .gradiantBanner-layout.red .gradiant {
    background: linear-gradient(90deg, #E5E5E5 26%, rgba(229, 229, 229, 0.5) 52.5%, rgba(255, 255, 255, 0) 80%);
  }
}
@media (min-width: 992px) {
  .gradiantBanner-layout.red .gradiant {
    background: linear-gradient(90deg, #E5E5E5 25.5%, rgba(229, 229, 229, 0.5) 49.5%, rgba(255, 255, 255, 0) 65%);
  }
}
.gradiantBanner-layout.red .content-wrapper h1,
.gradiantBanner-layout.red .content-wrapper h2,
.gradiantBanner-layout.red .content-wrapper h3,
.gradiantBanner-layout.red .content-wrapper h4,
.gradiantBanner-layout.red .content-wrapper h5,
.gradiantBanner-layout.red .content-wrapper h6,
.gradiantBanner-layout.red .content-wrapper p,
.gradiantBanner-layout.red .content-wrapper p.heading_main {
  color: #2B2626;
}
.gradiantBanner-layout.red .content-wrapper a {
  color: #FE000C;
}
.gradiantBanner-layout.red .content-wrapper .primary-btn {
  background: #FE000C;
  border: 1px solid #FE000C;
  color: #FFFFFF;
}
.gradiantBanner-layout.red .content-wrapper .primary-btn:hover {
  background: #D5000A;
  border: 1px solid #D5000A;
  color: #FFFFFF;
  text-decoration: none;
}
.gradiantBanner-layout.red .content-wrapper .secondary-btn {
  border: 1px solid #FE000C;
  background: transparent;
}
.gradiantBanner-layout.red .content-wrapper .secondary-btn:hover {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #FE000C;
  text-decoration: none;
}

.gradiantBanner-layout.noMarginLR {
  margin-left: -20px;
  margin-right: -20px;
}

.gradiantBanner-layout {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 500px;
}
.gradiantBanner-layout .gradiant {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.gradiantBanner-layout .content-wrapper {
  position: relative;
  flex: auto;
  width: 100%;
  height: 100%;
  display: flex;
  row-gap: 20px;
  padding: 221px 20px 40px;
  flex-direction: column;
  justify-content: flex-end;
  background: transparent;
}
.gradiantBanner-layout .content-wrapper p.heading_main {
  font-size: 32px;
  line-height: 125%;
}
.gradiantBanner-layout .content-wrapper p, .gradiantBanner-layout .content-wrapper a {
  font-size: 20px;
  line-height: 125%;
}
.gradiantBanner-layout .content-wrapper .content-action {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-contents: center;
  width: 100%;
  gap: 20px;
}
.gradiantBanner-layout .content-wrapper .content-action a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  width: 100%;
  font-size: 16px;
  line-height: 125%;
}
.gradiantBanner-layout .mediaWrapper {
  margin: 0;
  width: 100%;
}
.gradiantBanner-layout .mediaWrapper img,
.gradiantBanner-layout .mediaWrapper video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: auto;
}
.gradiantBanner-layout .mediaWrapper video {
  left: unset;
  object-position: center;
}
.gradiantBanner-layout .mediaWrapper #video,
.gradiantBanner-layout .mediaWrapper #iframe {
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .gradiantBanner-layout.noMarginLR {
    margin-left: -20px;
    margin-right: -20px;
  }

  .gradiantBanner-layout {
    min-height: 350px;
  }
  .gradiantBanner-layout .content-wrapper {
    width: calc(100% - 52%);
    padding: 23px 62px 24px 30px;
    justify-content: center;
    position: relative;
  }
  .gradiantBanner-layout .content-wrapper .content-action {
    align-content: flex-start;
    width: auto;
    min-width: 169px;
    flex-wrap: wrap;
  }
  .gradiantBanner-layout .content-wrapper .content-action a {
    width: auto;
  }
  .gradiantBanner-layout .mediaWrapper {
    width: 100%;
  }
  .gradiantBanner-layout .mediaWrapper img {
    top: 0;
    position: absolute;
    left: auto;
  }
  .gradiantBanner-layout .mediaWrapper video {
    object-position: top left;
  }
}
@media (min-width: 992px) {
  .gradiantBanner-layout.noMarginLR {
    margin-left: -30px;
    margin-right: -30px;
  }

  .gradiantBanner-layout .content-wrapper {
    width: calc(100% - 51.4%);
    padding: 43px 49px 43px 40px;
    justify-content: center;
  }
  .gradiantBanner-layout .content-wrapper p.heading_main {
    font-size: 48px;
  }
  .gradiantBanner-layout .content-wrapper p, .gradiantBanner-layout .content-wrapper a {
    font-size: 24px;
  }
  .gradiantBanner-layout .content-wrapper .content-action {
    flex-direction: row;
    justify-content: flex-start;
  }
  .gradiantBanner-layout .content-wrapper .content-action a {
    min-width: 196px;
  }
  .gradiantBanner-layout .mediaWrapper {
    width: 100%;
  }
}
/*code merge*/
.bannerCenter-layout h1 {
  font-size: 32px;
}
.bannerCenter-layout h1 sup {
  line-height: 24px;
  font-size: 14px;
}
.bannerCenter-layout h2 {
  font-size: 24px;
}
.bannerCenter-layout h2 sup {
  line-height: 18px;
  font-size: 10px;
}
.bannerCenter-layout h3 {
  font-size: 20px;
}
.bannerCenter-layout h3 sup {
  line-height: 14px;
  font-size: 8px;
}
.bannerCenter-layout h4 {
  font-size: 18px;
}
.bannerCenter-layout h4 sup {
  line-height: 12px;
  font-size: 8px;
}
.bannerCenter-layout h5 {
  font-size: 16px;
}
.bannerCenter-layout h5 sup {
  line-height: 10px;
  font-size: 6px;
}
.bannerCenter-layout h6 {
  font-size: 14px;
}
.bannerCenter-layout h6 sup {
  line-height: 8px;
  font-size: 6px;
}
@media (min-width: 992px) {
  .bannerCenter-layout h1 {
    font-size: 48px;
  }
  .bannerCenter-layout h1 sup {
    line-height: 32px;
    font-size: 18px;
  }
  .bannerCenter-layout h2 {
    font-size: 32px;
  }
  .bannerCenter-layout h2 sup {
    line-height: 24px;
    font-size: 14px;
  }
  .bannerCenter-layout h3 {
    font-size: 24px;
  }
  .bannerCenter-layout h3 sup {
    line-height: 18px;
    font-size: 10px;
  }
  .bannerCenter-layout h4 {
    font-size: 20px;
  }
  .bannerCenter-layout h4 sup {
    line-height: 16px;
    font-size: 10px;
  }
  .bannerCenter-layout h5 {
    font-size: 18px;
  }
  .bannerCenter-layout h5 sup {
    line-height: 12px;
    font-size: 8px;
  }
  .bannerCenter-layout h6 {
    font-size: 16px;
  }
  .bannerCenter-layout h6 sup {
    line-height: 10px;
    font-size: 6px;
  }
}
.bannerCenter-layout h1, .bannerCenter-layout h2, .bannerCenter-layout h3, .bannerCenter-layout h4, .bannerCenter-layout h5, .bannerCenter-layout h6, .bannerCenter-layout p.heading_main, .bannerCenter-layout p, .bannerCenter-layout figure {
  margin: 0;
}
.bannerCenter-layout p, .bannerCenter-layout a {
  font-size: 20px;
}

.bannerCenter-layout.blue {
  background: #E5E5E5;
}
.bannerCenter-layout.blue p {
  color: #2B2626;
}
.bannerCenter-layout.blue a {
  color: #0C479D;
}
.bannerCenter-layout.blue .item-action {
  border: 1px solid #0C479D;
}
.bannerCenter-layout.blue .item-action:hover {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.bannerCenter-layout.blue .item-action:hover a {
  color: #0C479D;
}

.bannerCenter-layout.red {
  background: #E5E5E5;
}
.bannerCenter-layout.red p {
  color: #2B2626;
}
.bannerCenter-layout.red a {
  color: #FE000C;
}
.bannerCenter-layout.red .item-action {
  border: 1px solid #FE000C;
}
.bannerCenter-layout.red .item-action:hover {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.bannerCenter-layout.red .item-action:hover a {
  color: #FE000C;
}

.bannerCenter-layout.noMarginLR {
  margin-left: -20px;
  margin-right: -20px;
}

.bannerCenter-layout {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bannerCenter-layout .item-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
  padding: 60px 33px 60px 32px;
  min-height: 456px;
}
.bannerCenter-layout .item-wrapper h1, .bannerCenter-layout .item-wrapper h2, .bannerCenter-layout .item-wrapper h3, .bannerCenter-layout .item-wrapper h4, .bannerCenter-layout .item-wrapper h5, .bannerCenter-layout .item-wrapper h6, .bannerCenter-layout .item-wrapper p.heading_main, .bannerCenter-layout .item-wrapper p {
  text-align: center;
}
.bannerCenter-layout .item-wrapper h1, .bannerCenter-layout .item-wrapper h2, .bannerCenter-layout .item-wrapper h3, .bannerCenter-layout .item-wrapper h4, .bannerCenter-layout .item-wrapper h5, .bannerCenter-layout .item-wrapper h6 {
  line-height: normal;
}
.bannerCenter-layout .item-wrapper p.heading_main {
  font-size: 24px;
  line-height: normal;
}
.bannerCenter-layout .item-wrapper p {
  font-size: 20px;
  line-height: 24px;
}
.bannerCenter-layout .item-wrapper .item-action {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-start;
}
.bannerCenter-layout .item-wrapper .item-action:hover {
  cursor: pointer;
}
.bannerCenter-layout .item-wrapper .item-action a {
  font-size: 16px;
  width: 100%;
  text-align: center;
  align-items: center;
  padding: 12px 20px;
  text-decoration: none;
  line-height: normal;
}
.bannerCenter-layout .item-wrapper .item-container {
  gap: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.bannerCenter-layout .item-wrapper .logo-img img {
  max-width: 243px;
  height: auto;
}
.bannerCenter-layout.bg-border .item-wrapper {
  padding: 130px 33px 130px 32px;
}
.bannerCenter-layout.bg-border .item-wrapper:has(.logo-img) {
  padding: 130px 33px 130px 32px;
}

@media (min-width: 768px) and (max-width: 991.5px) {
  .bannerCenter-layout.noMarginLR {
    margin-left: -20px;
    margin-right: -20px;
  }

  .bannerCenter-layout .item-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 13px;
    padding: 78px 100px 62px 104px;
    min-height: 350px;
  }
  .bannerCenter-layout .item-wrapper p.heading_main {
    font-size: 24px;
  }
  .bannerCenter-layout .item-wrapper .item-action {
    width: auto;
  }
  .bannerCenter-layout .item-wrapper .item-action a {
    width: max-content;
    padding: 12px 20px;
  }
  .bannerCenter-layout .item-wrapper .logo-img img {
    max-width: 205px;
    height: auto;
  }
  .bannerCenter-layout .item-wrapper:has(.logo-img) {
    padding-top: 27px;
    padding-bottom: 32px;
  }
  .bannerCenter-layout.bg-border .item-wrapper {
    padding: 78px 103px 62px 101px;
  }
  .bannerCenter-layout.bg-border .item-wrapper:has(.logo-img) {
    padding: 27px 100px 32px 104px;
  }
}
@media (min-width: 992px) {
  .bannerCenter-layout.noMarginLR {
    margin-left: -30px;
    margin-right: -30px;
  }

  .bannerCenter-layout .item-wrapper {
    gap: 20px;
    padding: 82px 267px 72px 267px;
    min-height: 350px;
  }
  .bannerCenter-layout .item-wrapper p.heading_main {
    font-size: 32px;
  }
  .bannerCenter-layout .item-wrapper .item-action {
    width: auto;
  }
  .bannerCenter-layout .item-wrapper .item-action a {
    width: max-content;
    padding: 12px 20px;
  }
  .bannerCenter-layout .item-wrapper .logo-img img {
    max-width: 227px;
    height: auto;
  }
  .bannerCenter-layout .item-wrapper:has(.logo-img) {
    padding-top: 29px;
    padding-bottom: 29px;
  }
  .bannerCenter-layout.bg-border .item-wrapper {
    padding: 82px 267px 72px 267px;
  }
  .bannerCenter-layout.bg-border .item-wrapper:has(.logo-img) {
    padding: 29px 267px;
  }
}
.bannerCenter-layout.bg-img {
  position: relative;
}
.bannerCenter-layout.bg-img .media-wrapper img {
  position: absolute;
  object-fit: fill;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.bannerCenter-layout.bg-img .item-wrapper {
  position: relative;
}

/*code merge*/
.backgroundBanner-layout h1 {
  font-size: 32px;
}
.backgroundBanner-layout h1 sup {
  line-height: 24px;
  font-size: 14px;
}
.backgroundBanner-layout h2 {
  font-size: 24px;
}
.backgroundBanner-layout h2 sup {
  line-height: 18px;
  font-size: 10px;
}
.backgroundBanner-layout h3 {
  font-size: 20px;
}
.backgroundBanner-layout h3 sup {
  line-height: 14px;
  font-size: 8px;
}
.backgroundBanner-layout h4 {
  font-size: 18px;
}
.backgroundBanner-layout h4 sup {
  line-height: 12px;
  font-size: 8px;
}
.backgroundBanner-layout h5 {
  font-size: 16px;
}
.backgroundBanner-layout h5 sup {
  line-height: 10px;
  font-size: 6px;
}
.backgroundBanner-layout h6 {
  font-size: 14px;
}
.backgroundBanner-layout h6 sup {
  line-height: 8px;
  font-size: 6px;
}
@media (min-width: 992px) {
  .backgroundBanner-layout h1 {
    font-size: 48px;
  }
  .backgroundBanner-layout h1 sup {
    line-height: 32px;
    font-size: 18px;
  }
  .backgroundBanner-layout h2 {
    font-size: 32px;
  }
  .backgroundBanner-layout h2 sup {
    line-height: 24px;
    font-size: 14px;
  }
  .backgroundBanner-layout h3 {
    font-size: 24px;
  }
  .backgroundBanner-layout h3 sup {
    line-height: 18px;
    font-size: 10px;
  }
  .backgroundBanner-layout h4 {
    font-size: 20px;
  }
  .backgroundBanner-layout h4 sup {
    line-height: 16px;
    font-size: 10px;
  }
  .backgroundBanner-layout h5 {
    font-size: 18px;
  }
  .backgroundBanner-layout h5 sup {
    line-height: 12px;
    font-size: 8px;
  }
  .backgroundBanner-layout h6 {
    font-size: 16px;
  }
  .backgroundBanner-layout h6 sup {
    line-height: 10px;
    font-size: 6px;
  }
}
.backgroundBanner-layout h1,
.backgroundBanner-layout h2,
.backgroundBanner-layout h3,
.backgroundBanner-layout h4,
.backgroundBanner-layout h5,
.backgroundBanner-layout h6,
.backgroundBanner-layout p,
.backgroundBanner-layout figure {
  margin: 0;
}
.backgroundBanner-layout p,
.backgroundBanner-layout a,
.backgroundBanner-layout p.heading_main {
  font-size: 24px;
  line-height: normal;
}

.backgroundBanner-layout.blue .content-container h1,
.backgroundBanner-layout.blue .content-container h2,
.backgroundBanner-layout.blue .content-container h3,
.backgroundBanner-layout.blue .content-container h4,
.backgroundBanner-layout.blue .content-container h5,
.backgroundBanner-layout.blue .content-container h6,
.backgroundBanner-layout.blue .content-container p,
.backgroundBanner-layout.blue .content-container p.heading_main {
  color: #FFFFFF;
}
.backgroundBanner-layout.blue .content-container a {
  color: #FFFFFF;
}
.backgroundBanner-layout.blue .content-container .primary-btn {
  background: #0D6EFD;
  border: 1px solid #0D6EFD;
  color: #FFFFFF;
}
.backgroundBanner-layout.blue .content-container .primary-btn:hover {
  background: #0C479D;
  border: 1px solid #0C479D;
  color: #FFFFFF;
  text-decoration: none;
}
.backgroundBanner-layout.blue .content-container .secondary-btn {
  border: 1px solid #FFFFFF;
  background: transparent;
}
.backgroundBanner-layout.blue .content-container .secondary-btn:hover {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #0C479D;
  text-decoration: none;
}

.backgroundBanner-layout.red .content-container h1,
.backgroundBanner-layout.red .content-container h2,
.backgroundBanner-layout.red .content-container h3,
.backgroundBanner-layout.red .content-container h4,
.backgroundBanner-layout.red .content-container h5,
.backgroundBanner-layout.red .content-container h6,
.backgroundBanner-layout.red .content-container p,
.backgroundBanner-layout.red .content-container p.heading_main {
  color: #FFFFFF;
}
.backgroundBanner-layout.red .content-container a {
  color: #FFFFFF;
}
.backgroundBanner-layout.red .content-container .primary-btn {
  background: #FE000C;
  border: 1px solid #FE000C;
  color: #FFFFFF;
}
.backgroundBanner-layout.red .content-container .primary-btn:hover {
  background: #D5000A;
  border: 1px solid #D5000A;
  color: #FFFFFF;
  text-decoration: none;
}
.backgroundBanner-layout.red .content-container .secondary-btn {
  border: 1px solid #FFFFFF;
  background: transparent;
}
.backgroundBanner-layout.red .content-container .secondary-btn:hover {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #FE000C;
  text-decoration: none;
}

.backgroundBanner-layout {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 500px;
  margin: unset;
}
.backgroundBanner-layout .overlay-container {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  flex: 1;
}
.backgroundBanner-layout .overlay-container .content-container {
  margin: 40px;
  row-gap: 30px;
  display: flex;
  flex-direction: column;
}
.backgroundBanner-layout .overlay-container .button-action {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  width: 100%;
  gap: 20px;
}
.backgroundBanner-layout .overlay-container .button-action a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  width: 100%;
  font-size: 16px;
  line-height: 125%;
}
.backgroundBanner-layout .media-wrapper {
  margin: 0;
  width: 100%;
}
.backgroundBanner-layout .media-wrapper img,
.backgroundBanner-layout .media-wrapper video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}
.backgroundBanner-layout .media-wrapper video {
  object-position: center;
}
.backgroundBanner-layout .media-wrapper #video,
.backgroundBanner-layout .media-wrapper #iframe {
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .backgroundBanner-layout {
    flex-direction: column;
    min-height: 350px;
    margin: 0 10px;
  }
  .backgroundBanner-layout .overlay-container {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
  }
  .backgroundBanner-layout .overlay-container .content-container {
    margin: 83px 262px 83px 60px;
    max-width: 386px;
  }
  .backgroundBanner-layout .overlay-container .button-action {
    justify-content: flex-start;
    width: auto;
    min-width: 169px;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .backgroundBanner-layout .overlay-container .button-action a {
    width: auto;
  }
  .backgroundBanner-layout .media-wrapper {
    width: 100%;
  }
  .backgroundBanner-layout .media-wrapper video {
    object-position: top left;
  }
}
@media (min-width: 992px) {
  .backgroundBanner-layout .overlay-container {
    width: 100%;
    justify-content: flex-start;
  }
  .backgroundBanner-layout .overlay-container .content-container {
    margin: 108px 60px;
    max-width: 462px;
  }
  .backgroundBanner-layout .overlay-container .button-action {
    flex-direction: row;
    justify-content: flex-start;
  }
  .backgroundBanner-layout .overlay-container .button-action a {
    min-width: 196px;
  }
  .backgroundBanner-layout .media-wrapper {
    width: 100%;
  }
}
.tab_component {
  background-color: #eee;
  padding: 40px 20px;
  box-sizing: border-box;
  /*conetnet area css goes here*/
  /*theme and alingment classes*/
}
.tab_component h1 {
  font-size: 32px;
}
.tab_component h1 sup {
  line-height: 24px;
  font-size: 14px;
}
.tab_component h2 {
  font-size: 24px;
}
.tab_component h2 sup {
  line-height: 18px;
  font-size: 10px;
}
.tab_component h3 {
  font-size: 20px;
}
.tab_component h3 sup {
  line-height: 14px;
  font-size: 8px;
}
.tab_component h4 {
  font-size: 18px;
}
.tab_component h4 sup {
  line-height: 12px;
  font-size: 8px;
}
.tab_component h5 {
  font-size: 16px;
}
.tab_component h5 sup {
  line-height: 10px;
  font-size: 6px;
}
.tab_component h6 {
  font-size: 14px;
}
.tab_component h6 sup {
  line-height: 8px;
  font-size: 6px;
}
@media (min-width: 992px) {
  .tab_component h1 {
    font-size: 48px;
  }
  .tab_component h1 sup {
    line-height: 32px;
    font-size: 18px;
  }
  .tab_component h2 {
    font-size: 32px;
  }
  .tab_component h2 sup {
    line-height: 24px;
    font-size: 14px;
  }
  .tab_component h3 {
    font-size: 24px;
  }
  .tab_component h3 sup {
    line-height: 18px;
    font-size: 10px;
  }
  .tab_component h4 {
    font-size: 20px;
  }
  .tab_component h4 sup {
    line-height: 16px;
    font-size: 10px;
  }
  .tab_component h5 {
    font-size: 18px;
  }
  .tab_component h5 sup {
    line-height: 12px;
    font-size: 8px;
  }
  .tab_component h6 {
    font-size: 16px;
  }
  .tab_component h6 sup {
    line-height: 10px;
    font-size: 6px;
  }
}
@media (min-width: 767px) {
  .tab_component {
    padding: 60px 30px;
  }
}
@media (min-width: 992px) {
  .tab_component {
    padding: 60px 40px;
  }
}
.tab_component.noMarginLR {
  margin-left: -20px;
  margin-right: -20px;
}
@media (min-width: 992px) {
  .tab_component.noMarginLR {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.tab_component h1,
.tab_component h2,
.tab_component h3,
.tab_component h4,
.tab_component h5,
.tab_component h6,
.tab_component p {
  margin: 0;
}
.tab_component .heading_main {
  font-size: 24px;
  font-weight: 700px;
}
@media (min-width: 992px) {
  .tab_component .heading_main {
    font-size: 32px;
  }
}
.tab_component &gt; div h1,
.tab_component &gt; div h2,
.tab_component &gt; div h3,
.tab_component &gt; div h4,
.tab_component &gt; div h5,
.tab_component &gt; div h6,
.tab_component &gt; div .heading_main {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .tab_component &gt; div h1,
.tab_component &gt; div h2,
.tab_component &gt; div h3,
.tab_component &gt; div h4,
.tab_component &gt; div h5,
.tab_component &gt; div h6,
.tab_component &gt; div .heading_main {
    margin-bottom: 30px;
  }
}
.tab_component .btn-secondary {
  background-color: #fff;
  display: flex;
}
.tab_component .btn-secondary:hover, .tab_component .btn-secondary:active, .tab_component .btn-secondary:focus, .tab_component .btn-secondary:not(:disabled):not(.disabled):active {
  background-color: #fff;
  z-index: 137;
}
.tab_component #dropdownTabComponent {
  display: flex;
  justify-content: space-between;
  padding: 12px;
  gap: 10px;
  margin: 0px 0 40px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #CCCCCD;
  align-items: center;
}
@media (min-width: 768px) {
  .tab_component #dropdownTabComponent {
    display: none !important;
  }
}
.tab_component #dropdownTabComponent .text {
  color: #666;
  font-size: 16px;
}
@media (min-width: 768px) {
  .tab_component #dropdownTabComponent .text {
    font-size: 20px;
    line-height: 25px;
  }
}
.tab_component #dropdownTabComponent::after {
  display: none !important;
}
.tab_component #dropdownTabComponent .icon {
  gap: 8px;
  display: inline-flex;
  align-items: center;
  transition: transform 0.3s ease;
  transform-origin: 50% 50%;
}
.tab_component #dropdownTabComponent .icon svg path:focus {
  outline: 0;
}
.tab_component #dropdownTabComponent[aria-expanded=true] {
  border-bottom: 0;
  margin-bottom: 0;
}
.tab_component #dropdownTabComponent[aria-expanded=true] .icon {
  transform: rotate(-180deg);
}
.tab_component #dropdownTabComponent[aria-expanded=false] .icon {
  transform: rotate(0deg);
}
.tab_component #dropdownTabComponent[aria-expanded=true] ~ .nav-tabs {
  display: flex !important;
}
.tab_component .nav-tabs {
  display: none;
  flex-direction: column;
  background-color: #fff;
  color: #666;
  position: relative;
  border-bottom: 0;
  z-index: 136;
  width: 100%;
  row-gap: 12px;
  padding: 0 12px 12px;
  border: 1px solid #CCCCCD;
  border-top: 0;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .tab_component .nav-tabs {
    display: flex !important;
    flex-direction: row;
    background-color: transparent;
    position: relative;
    margin-bottom: 30px;
    column-gap: 40px;
    row-gap: 15px;
    padding: 0;
    border: 0;
  }
}
.tab_component .nav-tabs .nav-item {
  display: flex;
}
.tab_component .nav-tabs .tab-link {
  text-decoration: none;
  font-size: 16px;
  padding: 0;
  color: #666;
}
@media (min-width: 768px) {
  .tab_component .nav-tabs .tab-link {
    color: #0C479D;
  }
}
@media (min-width: 768px) {
  .tab_component .nav-tabs .tab-link {
    padding-bottom: 15px;
    font-size: 20px;
    line-height: 25px;
  }
}
.tab_component .nav-tabs .tab-link:hover, .tab_component .nav-tabs .tab-link.active {
  text-decoration: none;
  box-shadow: none;
  border: none;
}
@media (min-width: 768px) {
  .tab_component .nav-tabs .tab-link:hover, .tab_component .nav-tabs .tab-link.active {
    border-bottom: 3px solid #CCCCCD;
  }
}
.tab_component .nav-tabs .tab-link.active {
  font-weight: 700;
  color: #0C479D;
}
.tab_component .option-list-items {
  top: 0px;
}
@media (min-width: 768px) {
  .tab_component .option-list-items {
    top: unset;
  }
}
.tab_component .content-list-items .tab-pane {
  margin: 0;
}
.tab_component .content-list-items .tab-pane a :not(.theme_card) {
  font-size: 16px;
  line-height: 18px;
  text-decoration-line: underline;
  position: relative;
  border-right: 1px solid #2B2626;
  padding: 0 10px;
  margin: 20px 0;
  display: inline-block;
}
.tab_component .content-list-items .tab-pane a :not(.theme_card):last-of-type {
  border-right: none;
}
.tab_component .content-list-items .tab-pane a :not(.theme_card):first-of-type {
  border-right: none;
  padding: 0 10px 0 0;
}
.tab_component .content-list-items .tab-pane h1,
.tab_component .content-list-items .tab-pane h2,
.tab_component .content-list-items .tab-pane h3,
.tab_component .content-list-items .tab-pane h4,
.tab_component .content-list-items .tab-pane h5,
.tab_component .content-list-items .tab-pane h6 {
  margin-bottom: 0;
}
.tab_component .content-list-items .tab-pane.show {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media (min-width: 992px) {
  .tab_component .content-list-items .tab-pane.show {
    flex-direction: row;
    column-gap: 40px;
  }
}
.tab_component .content-list-items p {
  line-height: 22px;
  font-size: 16px;
}
.tab_component .content-list-items hr {
  margin: 20px 0;
}
@media (min-width: 768px) {
  .tab_component .content-list-items hr {
    margin: 40px 0;
  }
}
.tab_component .button_container .nav-tabs .nav-item.show .tab-link {
  background: transparent;
  border: none;
}
.tab_component .button_container .nav-tabs .tab-link.active {
  background: transparent;
}
.tab_component.red .nav-tabs .tab-link {
  color: #666;
}
@media (min-width: 768px) {
  .tab_component.red .nav-tabs .tab-link {
    color: #FE000C;
  }
}
.tab_component.red .nav-tabs .tab-link.active {
  color: #FE000C;
}
.tab_component.red button .icon svg path {
  fill: #FE000C;
}
.tab_component.red .content-list-items .tab-pane a :not(.theme_card) {
  color: #FE000C;
}
.tab_component.blue .nav-tabs .tab-link {
  color: #666;
}
@media (min-width: 768px) {
  .tab_component.blue .nav-tabs .tab-link {
    color: #0C479D;
  }
}
.tab_component.blue .nav-tabs .tab-link.active {
  color: #0C479D;
}
.tab_component.blue button .icon svg path {
  fill: #0C479D;
}
.tab_component.blue .content-list-items .tab-pane a :not(.theme_card) {
  color: #2B2626;
}
.tab_component.left {
  text-align: left;
}
.tab_component.center h1,
.tab_component.center h2,
.tab_component.center h3,
.tab_component.center h4,
.tab_component.center h5,
.tab_component.center h6,
.tab_component.center .heading_main {
  text-align: center;
  justify-content: center;
}
.tab_component.center .option-list-items {
  text-align: left;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .tab_component.center .option-list-items {
    text-align: center;
    justify-content: center;
  }
}
.tab_component.center .content-list-items h1,
.tab_component.center .content-list-items h2,
.tab_component.center .content-list-items h3,
.tab_component.center .content-list-items h4,
.tab_component.center .content-list-items h5,
.tab_component.center .content-list-items h6,
.tab_component.center .content-list-items p {
  text-align: left;
}

/*code merge*/
#prdTableLinkContainer {
  margin: 22px 0 30px;
  background: #fff;
}
#prdTableLinkContainer #prdTablelinkDropdown {
  display: block;
}
#prdTableLinkContainer #prdTablelinkDropdown .dropdown-trigger {
  cursor: pointer;
  padding: 12px 20px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  border: 1px solid #CCCCCD;
}
#prdTableLinkContainer #prdTablelinkDropdown .dropdown-trigger .text {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#prdTableLinkContainer #prdTablelinkDropdown .dropdown-trigger .icon {
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: right;
}
#prdTableLinkContainer #prdTablelinkDropdown .dropdown-content {
  display: none;
  justify-content: flex-start;
  flex-direction: column;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0 0 4px 4px;
  z-index: 99;
  width: 100%;
  gap: 12px;
  padding: 10px 20px;
}
#prdTableLinkContainer #prdTablelinkDropdown .dropdown-content a {
  display: block;
  text-decoration: none;
  color: #333;
  font-size: 16px;
}
#prdTableLinkContainer #prdTablelinkDropdown .dropdown-content a:hover {
  background-color: #f0f0f0;
}
#prdTableLinkContainer #prdTablelinkDropdown .dropdown-content.showdropdown {
  display: flex;
}
#prdTableLinkContainer #prdTablelinkDropdown .dropdown:hover .dropdown-content {
  display: block;
}
#prdTableLinkContainer #prdTableLinkNav.prdTablelink {
  display: none !important;
  justify-content: flex-start;
  background-color: #fff;
  padding: 16px 16px 23px;
  text-align: center;
}
#prdTableLinkContainer #prdTableLinkNav.prdTablelink .list_container {
  padding: 0;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  display: inline-flex;
  margin-bottom: 0px;
  flex-wrap: wrap;
}
#prdTableLinkContainer #prdTableLinkNav.prdTablelink .list_container li {
  list-style: none;
}
#prdTableLinkContainer #prdTableLinkNav.prdTablelink .list_container li a {
  font-size: 20px;
  font-family: EMprint;
  font-weight: 400;
  line-height: 22px;
  word-wrap: break-word;
  list-style: none;
  text-decoration: none;
}
#prdTableLinkContainer #prdTableLinkNav.prdTablelink .list_container li a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  #prdTableLinkContainer #prdTableLinkNav.prdTablelink .list_container li a {
    font-size: 14px;
  }
}

#prdTableLinkContainer.prdTablelinkThemeBlue .prdTablelink .list_container li a, #prdTableLinkContainer.prdTablelinkThemeBlue .prdTablelink .list_container li a.active, #prdTableLinkContainer.prdTablelinkThemeBlue .prdTablelink .list_container li a:hover {
  color: #0C479D;
}
#prdTableLinkContainer.prdTablelinkThemeBlue #prdTablelinkDropdown .dropdown-content a.active {
  color: #0C479D;
}
#prdTableLinkContainer.prdTablelinkThemeBlue #prdTablelinkDropdown .dropdown-trigger .icon {
  color: #0C479D !important;
}

#prdTableLinkContainer.prdTablelinkThemeRed .prdTablelink .list_container li a, #prdTableLinkContainer.prdTablelinkThemeRed .prdTablelink .list_container li a.active, #prdTableLinkContainer.prdTablelinkThemeRed .prdTablelink .list_container li a:hover {
  color: #FE000C;
}
#prdTableLinkContainer.prdTablelinkThemeRed #prdTablelinkDropdown .dropdown-content a.active {
  color: #FE000C;
}
#prdTableLinkContainer.prdTablelinkThemeRed #prdTablelinkDropdown .dropdown-trigger .icon {
  color: #FE000C !important;
}

@media (min-width: 767px) {
  #prdTableLinkContainer #prdTableLinkNav.prdTablelink li a.active, #prdTableLinkContainer #prdTableLinkNav.prdTablelink li a:hover {
    padding-bottom: 15px;
    border-bottom: 3px solid #CCCCCD;
  }
}
@media (min-width: 992px) {
  #prdTableLinkContainer {
    margin: 22px 0 40px;
  }
  #prdTableLinkContainer #prdTablelinkDropdown {
    display: none;
  }
  #prdTableLinkContainer #prdTableLinkNav.prdTablelink {
    display: flex !important;
    padding: 22px 22px 15px 0;
  }
  #prdTableLinkContainer #prdTableLinkNav.prdTablelink li a.active {
    padding-bottom: 15px;
    border-bottom: 3px solid #CCCCCD;
  }
}
/**Product data New layout css*/
.CoveoSearchInterface.signpoly_productTable .b01-paragraph.filterCopy, .CoveoSearchInterface.signpoly_productTable .prdTbl_hideFacet {
  display: none;
}
.CoveoSearchInterface.signpoly_productTable .CoveoResultList .CoveoResult {
  padding: 0;
  margin-top: 0;
  margin-bottom: 20px;
}
.CoveoSearchInterface.signpoly_productTable .coveo-resultslist {
  margin-bottom: 0px !important;
}
.CoveoSearchInterface.signpoly_productTable .coveo-list-layout.CoveoResult {
  border: 0;
  width: 100%;
  margin-bottom: 20px;
}
.CoveoSearchInterface.signpoly_productTable .coveo-list-layout.CoveoResult:nth-child(odd) {
  background-color: #EEEEEE;
}
.CoveoSearchInterface.signpoly_productTable .coveo-list-layout.CoveoResult:nth-child(even) {
  background-color: #E5E5E5;
}
.CoveoSearchInterface.signpoly_productTable .coveo-result-list-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
.CoveoSearchInterface.signpoly_productTable .showMoreResults a {
  padding: 12px 20px;
  width: 100%;
  font-size: 16px;
}
.CoveoSearchInterface.signpoly_productTable .facetFilter_btn .plusIcon svg path,
.CoveoSearchInterface.signpoly_productTable .facetFilter_btn .minusIcon svg path {
  fill: #0C479D;
}
.CoveoSearchInterface.signpoly_productTable .showMoreResults a {
  background: #0C479D;
  color: #fff;
}
.CoveoSearchInterface.signpoly_productTable .showMoreResults a:hover, .CoveoSearchInterface.signpoly_productTable .showMoreResults a:active, .CoveoSearchInterface.signpoly_productTable .showMoreResults a:not(:disabled):not(.disabled):active {
  background: #0D6EFD;
}
.CoveoSearchInterface.signpoly_productTable .CoveoSearchButton {
  background: #0C479D;
  color: #fff;
}
.CoveoSearchInterface.signpoly_productTable .CoveoSearchButton:hover {
  background: #0D6EFD;
}
@media (max-width: 991.5px) {
  .CoveoSearchInterface.signpoly_productTable .pdsIcon {
    background-color: #0C479D;
  }
  .CoveoSearchInterface.signpoly_productTable .pdsIcon .iconWithName a {
    color: #fff;
  }
  .CoveoSearchInterface.signpoly_productTable .pdsIcon:hover {
    background-color: #0D6EFD;
  }
}
.CoveoSearchInterface.signpoly_productTable.red .facetFilter_btn .plusIcon svg path,
.CoveoSearchInterface.signpoly_productTable.red .facetFilter_btn .minusIcon svg path {
  fill: #FE000C;
}
.CoveoSearchInterface.signpoly_productTable.red .showMoreResults a {
  background: #FE000C;
  color: #fff;
}
.CoveoSearchInterface.signpoly_productTable.red .showMoreResults a:hover, .CoveoSearchInterface.signpoly_productTable.red .showMoreResults a:active, .CoveoSearchInterface.signpoly_productTable.red .showMoreResults a:not(:disabled):not(.disabled):active {
  background: #D5000A;
}
.CoveoSearchInterface.signpoly_productTable.red .CoveoSearchButton {
  background: #FE000C;
  color: #fff;
}
.CoveoSearchInterface.signpoly_productTable.red .CoveoSearchButton:hover {
  background: #D5000A;
}
@media (max-width: 991.5px) {
  .CoveoSearchInterface.signpoly_productTable.red .pdsIcon {
    background-color: #FE000C;
  }
  .CoveoSearchInterface.signpoly_productTable.red .pdsIcon .iconWithName a {
    color: #fff;
  }
  .CoveoSearchInterface.signpoly_productTable.red .pdsIcon:hover {
    background-color: #D5000A;
  }
}
.CoveoSearchInterface.signpoly_productTable.coveo-no-visible-facet .productTable_headingContainer {
  display: none;
}
.CoveoSearchInterface.signpoly_productTable .coveo-fileresulttemplate {
  display: none;
}

.productTable_headingContainer,
.productTable_resultContainer {
  display: flex;
  flex-wrap: wrap;
}

.productTable_headingContainer .productTable_heading {
  display: none;
  background-color: #E5E5E5;
}
.productTable_headingContainer .productTable_heading div {
  padding: 10px;
  display: flex;
  align-items: center;
  color: #2B2626;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  justify-content: start;
}

.productTable_resultContainer {
  height: 100%;
}
.productTable_resultContainer h1 {
  font-size: 32px;
}
.productTable_resultContainer h1 sup {
  line-height: 24px;
  font-size: 14px;
}
.productTable_resultContainer h2 {
  font-size: 24px;
}
.productTable_resultContainer h2 sup {
  line-height: 18px;
  font-size: 10px;
}
.productTable_resultContainer h3 {
  font-size: 20px;
}
.productTable_resultContainer h3 sup {
  line-height: 14px;
  font-size: 8px;
}
.productTable_resultContainer h4 {
  font-size: 18px;
}
.productTable_resultContainer h4 sup {
  line-height: 12px;
  font-size: 8px;
}
.productTable_resultContainer h5 {
  font-size: 16px;
}
.productTable_resultContainer h5 sup {
  line-height: 10px;
  font-size: 6px;
}
.productTable_resultContainer h6 {
  font-size: 14px;
}
.productTable_resultContainer h6 sup {
  line-height: 8px;
  font-size: 6px;
}
@media (min-width: 992px) {
  .productTable_resultContainer h1 {
    font-size: 48px;
  }
  .productTable_resultContainer h1 sup {
    line-height: 32px;
    font-size: 18px;
  }
  .productTable_resultContainer h2 {
    font-size: 32px;
  }
  .productTable_resultContainer h2 sup {
    line-height: 24px;
    font-size: 14px;
  }
  .productTable_resultContainer h3 {
    font-size: 24px;
  }
  .productTable_resultContainer h3 sup {
    line-height: 18px;
    font-size: 10px;
  }
  .productTable_resultContainer h4 {
    font-size: 20px;
  }
  .productTable_resultContainer h4 sup {
    line-height: 16px;
    font-size: 10px;
  }
  .productTable_resultContainer h5 {
    font-size: 18px;
  }
  .productTable_resultContainer h5 sup {
    line-height: 12px;
    font-size: 8px;
  }
  .productTable_resultContainer h6 {
    font-size: 16px;
  }
  .productTable_resultContainer h6 sup {
    line-height: 10px;
    font-size: 6px;
  }
}
.productTable_resultContainer .productTable_content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  padding: 30px;
}
@media (min-width: 767px) {
  .productTable_resultContainer .productTable_content {
    padding: 40px;
  }
}
.productTable_resultContainer .productTable_content .group1 &gt; div,
.productTable_resultContainer .productTable_content .group2 &gt; div {
  display: flex;
  width: 100%;
  text-align: left;
}
.productTable_resultContainer .productTable_content .group1 &gt; div {
  justify-content: start;
}
.productTable_resultContainer .productTable_content .group2 &gt; div {
  justify-content: center;
}
.productTable_resultContainer .productTable_content .pdsIcon {
  position: relative;
  margin-top: 20px;
  padding: 8px 20px;
  justify-content: center;
  align-items: center;
  height: 43px;
}
.productTable_resultContainer .productTable_content .pdsIcon .iconWithName {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}
.productTable_resultContainer .productTable_content .pdsIcon .iconWithName a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.productTable_resultContainer .productTable_content .pdsIcon .iconWithName a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
}
.productTable_resultContainer .productTable_content .pdsIcon .iconWithName img {
  width: 20px;
  height: 24px;
  margin-right: 24px;
  object-fit: cover;
}
.productTable_resultContainer .productTable_content .group1 &gt; div.nodata,
.productTable_resultContainer .productTable_content .group2 &gt; div.nodata,
.productTable_resultContainer .productTable_content .group1 &gt; div &gt; span.nodata,
.productTable_resultContainer .productTable_content .group2 &gt; div &gt; span.nodata {
  display: none;
}
.productTable_resultContainer .productTable_content .group1 &gt; div:has(.nodata),
.productTable_resultContainer .productTable_content .group2 &gt; div:has(.nodata) {
  padding: 0;
}
@media (min-width: 992px) {
  .productTable_resultContainer .productTable_content .group1 &gt; div:has(.nodata),
.productTable_resultContainer .productTable_content .group2 &gt; div:has(.nodata) {
    padding: 10px 12px;
  }
}
.productTable_resultContainer .productTable_content .group1 &gt; div,
.productTable_resultContainer .productTable_content .group2 &gt; div {
  display: flex;
  color: #2B2626;
  font-size: 14px;
  padding: 5px 0px;
}
.productTable_resultContainer .productTable_content .group1 &gt; div &gt; span:first-of-type,
.productTable_resultContainer .productTable_content .group2 &gt; div &gt; span:first-of-type {
  margin-right: 5px;
}
.productTable_resultContainer .productTable_content .group1 &gt; div span,
.productTable_resultContainer .productTable_content .group2 &gt; div span {
  line-height: 125%;
}
.productTable_resultContainer .productTable_content .group1 &gt; div {
  display: block;
}
.productTable_resultContainer .productTable_content .pdsIcon {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 16px;
  padding: 8px 20px;
}
.productTable_resultContainer .productTable_content .pdsIcon a {
  font-size: 16px;
}
.productTable_resultContainer .productTable_content .group2 .pdsIcon {
  padding: 12px 20px;
}
.productTable_resultContainer .pdsIcon &gt; a &gt; img {
  display: none;
}

@media (min-width: 768px) {
  .CoveoSearchInterface.signpoly_productTable .coveo-list-layout.CoveoResult {
    width: 50%;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .CoveoSearchInterface.signpoly_productTable .coveo-resultslist {
    margin-bottom: 10px !important;
  }
  .CoveoSearchInterface.signpoly_productTable .showMoreResults a {
    width: auto;
  }

  .productTable_resultContainer .productTable_content .group1 &gt; div {
    display: block;
  }
  .productTable_resultContainer .productTable_content {
    padding: 40px;
  }
  .productTable_resultContainer .productTable_content .pdsIcon {
    padding: 12px 20px;
  }
  .productTable_resultContainer .productTable_content .pdsIcon .iconWithName img {
    width: 23px;
    height: 27px;
  }
}
@media (min-width: 992px) {
  .CoveoSearchInterface.signpoly_productTable .b01-paragraph.filterCopy {
    display: block;
    margin-top: 0px;
  }
  .CoveoSearchInterface.signpoly_productTable .b01-paragraph.filterCopy h4 {
    margin: 0px;
  }
  .CoveoSearchInterface.signpoly_productTable .coveo-list-layout.CoveoResult {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0;
  }
  .CoveoSearchInterface.signpoly_productTable .coveo-result-list-container {
    margin-top: 0px;
  }
  .CoveoSearchInterface.signpoly_productTable .coveo-resultslist {
    margin-bottom: 40px !important;
  }
  .CoveoSearchInterface.signpoly_productTable .productTable_resultContainer .productTable_content:nth-child(1) .pdsIcon {
    border-top: 0;
  }
  .CoveoSearchInterface.signpoly_productTable .productTable_resultContainer .productTable_content:last-child .pdsIcon {
    border-bottom: 1px solid #CCCCCD;
  }
  .CoveoSearchInterface.signpoly_productTable.column-3-layout .productTable_headingContainer .productTable_heading div {
    width: calc(80% / 2);
  }
  .CoveoSearchInterface.signpoly_productTable.column-3-layout .productTable_headingContainer .productTable_heading div:last-child {
    width: 20%;
  }
  .CoveoSearchInterface.signpoly_productTable.column-3-layout .productTable_resultContainer .productTable_content .group1 {
    width: 80%;
  }
  .CoveoSearchInterface.signpoly_productTable.column-3-layout .productTable_resultContainer .productTable_content .group1 div {
    width: 50%;
  }
  .CoveoSearchInterface.signpoly_productTable.column-3-layout .productTable_resultContainer .productTable_content .group2 {
    width: 20%;
  }
  .CoveoSearchInterface.signpoly_productTable.column-4-layout .productTable_headingContainer .productTable_heading div:nth-child(-n+2) {
    width: calc(60% / 2);
  }
  .CoveoSearchInterface.signpoly_productTable.column-4-layout .productTable_headingContainer .productTable_heading div:nth-child(3) {
    width: 20%;
  }
  .CoveoSearchInterface.signpoly_productTable.column-4-layout .productTable_headingContainer .productTable_heading div:last-child {
    width: 20%;
  }
  .CoveoSearchInterface.signpoly_productTable.column-4-layout .productTable_resultContainer .productTable_content .group1 {
    width: 80%;
  }
  .CoveoSearchInterface.signpoly_productTable.column-4-layout .productTable_resultContainer .productTable_content .group1 div:last-child {
    width: calc(100% * 20 / 80);
  }
  .CoveoSearchInterface.signpoly_productTable.column-4-layout .productTable_resultContainer .productTable_content .group1 div:nth-child(-n+2) {
    width: calc(100% * 60 / 80 / 2);
  }
  .CoveoSearchInterface.signpoly_productTable.column-4-layout .productTable_resultContainer .productTable_content .group2 {
    width: 20%;
  }
  .CoveoSearchInterface.signpoly_productTable.column-5-layout .productTable_headingContainer .productTable_heading div:last-child {
    width: 15%;
  }
  .CoveoSearchInterface.signpoly_productTable.column-5-layout .productTable_headingContainer .productTable_heading div:nth-child(-n+4) {
    width: calc(35% / 2);
  }
  .CoveoSearchInterface.signpoly_productTable.column-5-layout .productTable_headingContainer .productTable_heading div:nth-child(-n+2) {
    width: calc(50% / 2);
  }
  .CoveoSearchInterface.signpoly_productTable.column-5-layout .productTable_resultContainer .productTable_content .group1 {
    width: 85%;
  }
  .CoveoSearchInterface.signpoly_productTable.column-5-layout .productTable_resultContainer .productTable_content .group1 div:nth-child(-n+4) {
    width: calc(100% * 35 / 85 / 2);
  }
  .CoveoSearchInterface.signpoly_productTable.column-5-layout .productTable_resultContainer .productTable_content .group1 div:nth-child(-n+2) {
    width: calc(100% * 50 / 85 / 2);
  }
  .CoveoSearchInterface.signpoly_productTable.column-5-layout .productTable_resultContainer .productTable_content .group2 {
    width: 15%;
  }
  .CoveoSearchInterface.signpoly_productTable.column-6-layout .productTable_headingContainer .productTable_heading div:last-child {
    width: 15%;
  }
  .CoveoSearchInterface.signpoly_productTable.column-6-layout .productTable_headingContainer .productTable_heading div:nth-child(-n+5) {
    width: calc(45% / 3);
  }
  .CoveoSearchInterface.signpoly_productTable.column-6-layout .productTable_headingContainer .productTable_heading div:nth-child(-n+2) {
    width: calc(40% / 2);
  }
  .CoveoSearchInterface.signpoly_productTable.column-6-layout .productTable_resultContainer .productTable_content .group1 {
    width: 85%;
  }
  .CoveoSearchInterface.signpoly_productTable.column-6-layout .productTable_resultContainer .productTable_content .group1 div:nth-child(-n+5) {
    width: calc(100% * 45 / 85 / 3);
  }
  .CoveoSearchInterface.signpoly_productTable.column-6-layout .productTable_resultContainer .productTable_content .group1 div:nth-child(-n+2) {
    width: calc(100% * 40 / 85 / 2);
  }
  .CoveoSearchInterface.signpoly_productTable.column-6-layout .productTable_resultContainer .productTable_content .group2 {
    width: 15%;
  }
  .CoveoSearchInterface.signpoly_productTable.column-7-layout .productTable_headingContainer .productTable_heading div:last-child {
    width: 15%;
  }
  .CoveoSearchInterface.signpoly_productTable.column-7-layout .productTable_headingContainer .productTable_heading div:nth-child(-n+6) {
    width: calc(45% / 4);
  }
  .CoveoSearchInterface.signpoly_productTable.column-7-layout .productTable_headingContainer .productTable_heading div:nth-child(-n+2) {
    width: calc(40% / 2);
  }
  .CoveoSearchInterface.signpoly_productTable.column-7-layout .productTable_resultContainer .productTable_content .group1 {
    width: 85%;
  }
  .CoveoSearchInterface.signpoly_productTable.column-7-layout .productTable_resultContainer .productTable_content .group1 div:nth-child(-n+6) {
    width: calc(100% * 45 / 85 / 4);
  }
  .CoveoSearchInterface.signpoly_productTable.column-7-layout .productTable_resultContainer .productTable_content .group1 div:nth-child(-n+2) {
    width: calc(100% * 40 / 85 / 2);
  }
  .CoveoSearchInterface.signpoly_productTable.column-7-layout .productTable_resultContainer .productTable_content .group2 {
    width: 15%;
  }

  .productTable_headingContainer,
.productTable_resultContainer {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .productTable_headingContainer .pdsIcon &gt; a &gt; img,
.productTable_resultContainer .pdsIcon &gt; a &gt; img {
    width: 35px;
    height: 42px;
    display: block;
    object-fit: cover;
  }

  .productTable_headingContainer {
    background-color: #E5E5E5;
    margin-top: 11px;
  }
  .productTable_headingContainer .productTable_heading {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
  }
  .productTable_headingContainer .productTable_heading div {
    padding: 12px;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #CCCCCD;
    text-align: left;
    border-top: 0;
    border-right: 0;
    align-items: flex-start;
  }

  .productTable_resultContainer {
    height: unset;
  }
  .productTable_resultContainer .productTable_content {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
    padding: 0px;
    background-color: #fff;
  }
  .productTable_resultContainer .productTable_content .group1 &gt; div,
.productTable_resultContainer .productTable_content .group2 &gt; div {
    padding: 10px 12px;
    border: 1px solid #CCCCCD;
    border-top: 0;
    font-size: 16px;
    display: flex;
  }
  .productTable_resultContainer .productTable_content .group1 {
    display: flex;
  }
  .productTable_resultContainer .productTable_content .group1 div {
    justify-content: flex-start;
    align-items: center;
    border-right: 0;
  }
  .productTable_resultContainer .productTable_content .group2 {
    display: flex;
  }
  .productTable_resultContainer .productTable_content .group2 .pdsIcon {
    width: 100%;
    background-color: unset;
    border: 1px solid #CCCCCD;
    border-bottom: 0;
  }
  .productTable_resultContainer .productTable_content .group2 .pdsIcon:hover {
    background-color: transparent;
  }
  .productTable_resultContainer .productTable_content .nameOld,
.productTable_resultContainer .productTable_content .nameNew,
.productTable_resultContainer .productTable_content .gradeProperty1,
.productTable_resultContainer .productTable_content .gradeProperty2,
.productTable_resultContainer .productTable_content .gradeProperty3,
.productTable_resultContainer .productTable_content .gradeProperty4 {
    display: none;
  }
  .productTable_resultContainer .productTable_content .group1 &gt; div.nodata,
.productTable_resultContainer .productTable_content .group2 &gt; div.nodata,
.productTable_resultContainer .productTable_content .group1 &gt; div &gt; span.nodata,
.productTable_resultContainer .productTable_content .group2 &gt; div &gt; span.nodata {
    display: flex;
    align-items: center;
  }
  .productTable_resultContainer .productTable_content .pdsIcon {
    margin-top: 0px;
    text-align: center;
    justify-content: center;
    height: unset;
  }
  .productTable_resultContainer .productTable_content .pdsIcon .iconWithName {
    display: none;
  }
  .productTable_resultContainer .productTable_content .pdsIcon:hover {
    background-color: transparent;
  }
}
#jumpLinkContainer {
  background: #fff;
}
#jumpLinkContainer #jumplinkDropdown {
  display: block;
}
#jumpLinkContainer #jumplinkDropdown .dropdown-trigger {
  cursor: pointer;
  padding: 12px;
  background-color: #fff;
  border: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  border: 1px solid #CCCCCD;
}
#jumpLinkContainer #jumplinkDropdown .dropdown-trigger .text {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#jumpLinkContainer #jumplinkDropdown .dropdown-trigger .icon {
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: right;
  transition: 0.4s;
}
#jumpLinkContainer #jumplinkDropdown .dropdown-trigger .icon.rotate {
  transform: rotate(180deg);
  margin-right: -8px;
}
#jumpLinkContainer #jumplinkDropdown .dropdown-content {
  display: none;
  justify-content: flex-start;
  flex-direction: column;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0 0 4px 4px;
  z-index: 99;
  width: 100%;
}
#jumpLinkContainer #jumplinkDropdown .dropdown-content a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #333;
  font-size: 16px;
}
#jumpLinkContainer #jumplinkDropdown .dropdown-content a:hover {
  background-color: #f0f0f0;
}
#jumpLinkContainer #jumplinkDropdown .dropdown-content.show {
  display: flex;
}
#jumpLinkContainer #jumplinkDropdown .dropdown:hover .dropdown-content {
  display: block;
}
#jumpLinkContainer #jumpLinkNav {
  display: none;
}
#jumpLinkContainer #jumpLinkNav.jumplink {
  display: none;
  justify-content: center;
  background-color: #fff;
  padding: 16px 16px 23px;
  text-align: center;
  border-bottom: 1px solid #cccccd;
}
#jumpLinkContainer #jumpLinkNav.jumplink .list_container {
  justify-content: center;
  align-items: flex-start;
  gap: 50px;
  display: inline-flex;
  margin-bottom: 0px;
  flex-wrap: wrap;
}
#jumpLinkContainer #jumpLinkNav.jumplink .list_container li {
  list-style: none;
}
#jumpLinkContainer #jumpLinkNav.jumplink .list_container li a {
  color: #808080;
  font-size: 16px;
  font-family: EMprint;
  font-weight: 400;
  line-height: 22px;
  word-wrap: break-word;
  list-style: none;
  text-decoration: none;
}
#jumpLinkContainer #jumpLinkNav.jumplink .list_container li a:hover {
  text-decoration: none;
}
@media (min-width: 767px) and (max-width: 992px) {
  #jumpLinkContainer #jumpLinkNav.jumplink .list_container li a {
    font-size: 14px;
  }
}
#jumpLinkContainer #jumpLinkNav.jumplink.sticky {
  padding: 16px;
  border-bottom: none;
}

#jumpLinkContainer .jumplink .list_container li a.active,
#jumpLinkContainer.jumplinkThemeBlue .jumplink .list_container li a.active {
  color: #0c479d !important;
}
#jumpLinkContainer .jumplink .list_container li a:hover,
#jumpLinkContainer.jumplinkThemeBlue .jumplink .list_container li a:hover {
  color: #2b2626 !important;
}
#jumpLinkContainer #jumplinkDropdown .dropdown-trigger .icon,
#jumpLinkContainer #jumplinkDropdown .dropdown-content a:hover,
#jumpLinkContainer.jumplinkThemeBlue #jumplinkDropdown .dropdown-trigger .icon,
#jumpLinkContainer.jumplinkThemeBlue #jumplinkDropdown .dropdown-content a:hover {
  color: #0c479d !important;
  background-color: transparent;
}

#jumpLinkContainer.jumplinkThemeRed .jumplink .list_container li a.active {
  color: #fe000c !important;
}
#jumpLinkContainer.jumplinkThemeRed .jumplink .list_container li a:hover {
  color: #2b2626 !important;
}
#jumpLinkContainer.jumplinkThemeRed #jumplinkDropdown .dropdown-trigger .icon,
#jumpLinkContainer.jumplinkThemeRed #jumplinkDropdown .dropdown-content a:hover {
  color: #fe000c !important;
  background-color: transparent;
}

#jumpLinkContainer .sticky {
  z-index: 99;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#jumpLinkContainer .sticky .jumplink {
  padding: 16px;
}
#jumpLinkContainer .sticky .jumplink .list_container {
  gap: 35px;
}

@media (min-width: 767px) {
  #jumpLinkContainer #jumplinkDropdown {
    display: none;
  }
  #jumpLinkContainer #jumpLinkNav {
    display: flex;
  }
  #jumpLinkContainer #jumpLinkNav.jumplink {
    display: flex;
  }
}
@media (min-width: 992px) {
  #jumpLinkContainer #jumpLinkNav.jumplink {
    padding: 22px 22px 40px;
    border-bottom: 1px solid #cccccd;
  }
  #jumpLinkContainer #jumpLinkNav.jumplink.sticky {
    padding: 22px;
    border-bottom: none;
  }
}
/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
.theme_card {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 40px;
  background-color: #0C479D;
  color: #FFFFFF;
}
.theme_card h1 {
  font-size: 32px;
}
.theme_card h1 sup {
  line-height: 24px;
  font-size: 14px;
}
.theme_card h2 {
  font-size: 24px;
}
.theme_card h2 sup {
  line-height: 18px;
  font-size: 10px;
}
.theme_card h3 {
  font-size: 20px;
}
.theme_card h3 sup {
  line-height: 14px;
  font-size: 8px;
}
.theme_card h4 {
  font-size: 18px;
}
.theme_card h4 sup {
  line-height: 12px;
  font-size: 8px;
}
.theme_card h5 {
  font-size: 16px;
}
.theme_card h5 sup {
  line-height: 10px;
  font-size: 6px;
}
.theme_card h6 {
  font-size: 14px;
}
.theme_card h6 sup {
  line-height: 8px;
  font-size: 6px;
}
@media (min-width: 992px) {
  .theme_card h1 {
    font-size: 48px;
  }
  .theme_card h1 sup {
    line-height: 32px;
    font-size: 18px;
  }
  .theme_card h2 {
    font-size: 32px;
  }
  .theme_card h2 sup {
    line-height: 24px;
    font-size: 14px;
  }
  .theme_card h3 {
    font-size: 24px;
  }
  .theme_card h3 sup {
    line-height: 18px;
    font-size: 10px;
  }
  .theme_card h4 {
    font-size: 20px;
  }
  .theme_card h4 sup {
    line-height: 16px;
    font-size: 10px;
  }
  .theme_card h5 {
    font-size: 18px;
  }
  .theme_card h5 sup {
    line-height: 12px;
    font-size: 8px;
  }
  .theme_card h6 {
    font-size: 16px;
  }
  .theme_card h6 sup {
    line-height: 10px;
    font-size: 6px;
  }
}
.theme_card h1,
.theme_card h2,
.theme_card h3,
.theme_card h4,
.theme_card h5,
.theme_card h6,
.theme_card p,
.theme_card figure {
  margin: 0;
  font-size: 20px;
}
.theme_card p.heading_main {
  font-size: 20px;
  line-height: normal;
}
.theme_card__content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.theme_card__content__title {
  font-weight: 600;
}
.theme_card__content__description {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
  line-height: 22px;
  font-size: 16px;
  margin-top: 10px;
}
.theme_card__content__description p {
  font-weight: 300;
  line-height: 22px;
  font-size: 16px;
}
.theme_card__content__description a {
  text-decoration: underline;
  color: #FFFFFF;
  border-right-color: #FFFFFF;
}
.theme_card__content__description a:not(:last-child) {
  border-right: 1px solid #FFFFFF;
  padding-right: 10px;
}
.theme_card__content__description *:has(a) {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.theme_card__buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-wrap: wrap;
}
.theme_card__buttons a.btn, .theme_card__buttons a.btn-primary, .theme_card__buttons a.btn-secondary, .theme_card__buttons a.btn-tertiary, .theme_card__buttons a.btn-primary-em-blue, .theme_card__buttons a.btn-deemphasized, .theme_card__buttons a.btn-light, .theme_card__buttons a.btn-badge, .theme_card__buttons a.btn-icon {
  padding: 12px 20px;
  margin: 0;
  font-weight: 600 !important;
  font-size: 16px !important;
  justify-content: center;
}
@media (min-width: 768px) {
  .theme_card__buttons a.btn, .theme_card__buttons a.btn-primary, .theme_card__buttons a.btn-secondary, .theme_card__buttons a.btn-tertiary, .theme_card__buttons a.btn-primary-em-blue, .theme_card__buttons a.btn-deemphasized, .theme_card__buttons a.btn-light, .theme_card__buttons a.btn-badge, .theme_card__buttons a.btn-icon {
    width: fit-content;
  }
}
.theme_card__buttons a.btn.btn-primary, .theme_card__buttons a.btn-primary {
  background: #0D6EFD;
  color: #FFFFFF;
  outline: none;
  box-shadow: none;
}
.theme_card__buttons a.btn.btn-primary:hover, .theme_card__buttons a.btn-primary:hover, .theme_card__buttons a.btn.btn-primary:active, .theme_card__buttons a.btn-primary:active {
  background: #FFFFFF;
  color: #0C479D;
}
.theme_card__buttons a.btn.btn-secondary, .theme_card__buttons a.btn-secondary {
  background: transparent;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  outline: none;
  box-shadow: none;
}
.theme_card__buttons a.btn.btn-secondary:hover, .theme_card__buttons a.btn-secondary:hover, .theme_card__buttons a.btn.btn-secondary:active, .theme_card__buttons a.btn-secondary:active {
  color: #0C479D;
  border: 1px solid #FFFFFF;
  background-color: #FFFFFF;
}
@media (min-width: 768px) {
  .theme_card__buttons {
    flex-direction: row;
  }
}
.theme_card.light {
  background-color: #E5E5E5;
  color: #2B2626;
}
.theme_card.light a.btn.btn-primary, .theme_card.light a.btn-primary {
  background: #0C479D;
  color: #FFFFFF;
}
.theme_card.light a.btn.btn-primary:hover, .theme_card.light a.btn-primary:hover, .theme_card.light a.btn.btn-primary:active, .theme_card.light a.btn-primary:active {
  background: #0D6EFD;
}
.theme_card.light a.btn.btn-secondary, .theme_card.light a.btn-secondary {
  color: #0C479D;
  border: 1px solid #0C479D;
}
.theme_card.light a.btn.btn-secondary:hover, .theme_card.light a.btn-secondary:hover, .theme_card.light a.btn.btn-secondary:active, .theme_card.light a.btn-secondary:active {
  color: #0C479D;
  border: 1px solid #FFFFFF;
  background-color: #FFFFFF;
}
.theme_card.light .theme_card__content__description a {
  color: #2B2626;
  border-right-color: #2B2626;
}
.theme_card.dark {
  background-color: #2B2626;
}
.theme_card.dark a.btn.btn-primary, .theme_card.dark a.btn-primary {
  background: #0C479D;
  color: #FFFFFF;
}
.theme_card.dark a.btn.btn-primary:hover, .theme_card.dark a.btn-primary:hover, .theme_card.dark a.btn.btn-primary:active, .theme_card.dark a.btn-primary:active {
  background: #0D6EFD;
}
.theme_card.white, .theme_card.red {
  background-color: #FFFFFF;
  color: #2B2626;
}
.theme_card.white a.btn.btn-primary, .theme_card.white a.btn-primary, .theme_card.red a.btn.btn-primary, .theme_card.red a.btn-primary {
  background: #FE000C;
  color: #FFFFFF;
}
.theme_card.white a.btn.btn-primary:hover, .theme_card.white a.btn-primary:hover, .theme_card.white a.btn.btn-primary:active, .theme_card.white a.btn-primary:active, .theme_card.red a.btn.btn-primary:hover, .theme_card.red a.btn-primary:hover, .theme_card.red a.btn.btn-primary:active, .theme_card.red a.btn-primary:active {
  background: #D5000A;
}
.theme_card.white a.btn.btn-secondary, .theme_card.white a.btn-secondary, .theme_card.red a.btn.btn-secondary, .theme_card.red a.btn-secondary {
  background: transparent;
  color: #FE000C;
  border: 1px solid #FE000C;
}
.theme_card.white a.btn.btn-secondary:hover, .theme_card.white a.btn-secondary:hover, .theme_card.white a.btn.btn-secondary:active, .theme_card.white a.btn-secondary:active, .theme_card.red a.btn.btn-secondary:hover, .theme_card.red a.btn-secondary:hover, .theme_card.red a.btn.btn-secondary:active, .theme_card.red a.btn-secondary:active {
  color: #FFFFFF;
  border: 1px solid #D5000A;
  background-color: #D5000A;
}
.theme_card.white .theme_card__content__description a, .theme_card.red .theme_card__content__description a {
  color: #FE000C;
  border-right-color: #2B2626;
}
.theme_card.red {
  background-color: #E5E5E5;
}
.theme_card.red a.btn.btn-secondary:hover, .theme_card.red a.btn-secondary:hover, .theme_card.red a.btn.btn-secondary:active, .theme_card.red a.btn-secondary:active {
  color: #D5000A;
  border: 1px solid #FFFFFF;
  background-color: #FFFFFF;
}

/*code merge*/
.sp-modal-popup {
  background-color: rgba(0, 0, 0, 0.5);
  /*Added for 768 screen*/
}
@media (min-width: 768px) {
  .sp-modal-popup {
    overflow: hidden !important;
  }
}
.sp-modal-popup h1 {
  font-size: 32px;
}
.sp-modal-popup h1 sup {
  line-height: 24px;
  font-size: 14px;
}
.sp-modal-popup h2 {
  font-size: 24px;
}
.sp-modal-popup h2 sup {
  line-height: 18px;
  font-size: 10px;
}
.sp-modal-popup h3 {
  font-size: 20px;
}
.sp-modal-popup h3 sup {
  line-height: 14px;
  font-size: 8px;
}
.sp-modal-popup h4 {
  font-size: 18px;
}
.sp-modal-popup h4 sup {
  line-height: 12px;
  font-size: 8px;
}
.sp-modal-popup h5 {
  font-size: 16px;
}
.sp-modal-popup h5 sup {
  line-height: 10px;
  font-size: 6px;
}
.sp-modal-popup h6 {
  font-size: 14px;
}
.sp-modal-popup h6 sup {
  line-height: 8px;
  font-size: 6px;
}
@media (min-width: 992px) {
  .sp-modal-popup h1 {
    font-size: 48px;
  }
  .sp-modal-popup h1 sup {
    line-height: 32px;
    font-size: 18px;
  }
  .sp-modal-popup h2 {
    font-size: 32px;
  }
  .sp-modal-popup h2 sup {
    line-height: 24px;
    font-size: 14px;
  }
  .sp-modal-popup h3 {
    font-size: 24px;
  }
  .sp-modal-popup h3 sup {
    line-height: 18px;
    font-size: 10px;
  }
  .sp-modal-popup h4 {
    font-size: 20px;
  }
  .sp-modal-popup h4 sup {
    line-height: 16px;
    font-size: 10px;
  }
  .sp-modal-popup h5 {
    font-size: 18px;
  }
  .sp-modal-popup h5 sup {
    line-height: 12px;
    font-size: 8px;
  }
  .sp-modal-popup h6 {
    font-size: 16px;
  }
  .sp-modal-popup h6 sup {
    line-height: 10px;
    font-size: 6px;
  }
}
.sp-modal-popup h1,
.sp-modal-popup h2,
.sp-modal-popup h3,
.sp-modal-popup h4,
.sp-modal-popup h5,
.sp-modal-popup h6,
.sp-modal-popup p {
  margin: 0;
}
.sp-modal-popup h1,
.sp-modal-popup h2,
.sp-modal-popup h3,
.sp-modal-popup h4,
.sp-modal-popup h5,
.sp-modal-popup h6 {
  font-weight: 600;
}
@media (min-width: 768px) {
  .sp-modal-popup .modal-dialog {
    max-width: 790px;
    width: 80%;
  }
}
@media (max-width: 767.5px) {
  .sp-modal-popup .modal-dialog {
    max-width: 100%;
    margin: 0;
  }
}
@media (min-width: 1024.5px) {
  .sp-modal-popup .modal-dialog {
    top: 8%;
  }
}
.sp-modal-popup .modal-header {
  padding: 0.4rem 0rem;
}
.sp-modal-popup .modal-header .btn-close {
  font-size: 1rem;
  padding: 6px 12px;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
.sp-modal-popup .modal-content {
  border-radius: 0;
  padding: 20px;
}
@media (min-width: 768px) {
  .sp-modal-popup .modal-content {
    padding: 32px;
  }
}
@media (max-width: 768px) {
  .sp-modal-popup .modal-content {
    height: 100vh;
  }
}
.sp-modal-popup .btn-secondary:active, .sp-modal-popup .btn-secondary:not(:disabled):not(.disabled):active {
  background: transparent;
}
.sp-modal-popup__close {
  display: flex;
  justify-content: flex-end;
}
.sp-modal-popup__close button {
  background-color: transparent;
  border: none;
  padding: 6px 12px;
}
.sp-modal-popup__content {
  color: #2B2626;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  padding: 3rem 3rem 5rem;
}
@media (max-width: 991.5px) {
  .sp-modal-popup__content {
    gap: 15px;
  }
}
@media (max-width: 767.5px) {
  .sp-modal-popup__content {
    padding: 3rem 1rem 5rem;
  }
}
.sp-modal-popup__content__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sp-modal-popup__content__logo__separator {
  width: 100%;
  background: #CCCCCD;
  height: 1px;
  margin-top: 20px;
}
@media (max-width: 991.5px) {
  .sp-modal-popup__content__logo__separator {
    margin-top: 15px;
  }
}
.sp-modal-popup__content__text {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991.5px) {
  .sp-modal-popup__content__text {
    gap: 15px;
  }
}
@media (max-width: 767.5px) {
  .sp-modal-popup__content__text {
    padding-bottom: 107.5px;
  }
}
.sp-modal-popup__content__text__title {
  font-size: 24px;
  font-weight: 600;
}
.sp-modal-popup__content__text p {
  font-size: 16px;
  font-weight: 300;
  margin-top: 20px;
}
.sp-modal-popup__content__actions {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  font-weight: 600 !important;
}
@media (min-width: 991.5px) {
  .sp-modal-popup__content__actions {
    gap: 16px;
  }
}
@media (min-width: 768px) {
  .sp-modal-popup__content__actions {
    flex-direction: row;
  }
}
.sp-modal-popup__content__actions .btn, .sp-modal-popup__content__actions .btn-primary, .sp-modal-popup__content__actions .btn-secondary, .sp-modal-popup__content__actions .btn-tertiary, .sp-modal-popup__content__actions .btn-primary-em-blue, .sp-modal-popup__content__actions .btn-deemphasized, .sp-modal-popup__content__actions .btn-light, .sp-modal-popup__content__actions .btn-badge, .sp-modal-popup__content__actions .btn-icon {
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  font-weight: 600 !important;
  outline: none;
  box-shadow: none;
}
.sp-modal-popup__content__actions .btn.btn-primary, .sp-modal-popup__content__actions .btn-primary, .sp-modal-popup__content__actions .btn.btn-primary:not([href]):not([tabindex]).btn {
  background: #0C479D;
  color: #FFFFFF;
  border: 1px solid #0C479D;
  outline: none;
  box-shadow: none;
}
.sp-modal-popup__content__actions .btn.btn-primary:hover, .sp-modal-popup__content__actions .btn-primary:hover, .sp-modal-popup__content__actions .btn.btn-primary:active, .sp-modal-popup__content__actions .btn-primary:active, .sp-modal-popup__content__actions .btn.btn-primary:not([href]):not([tabindex]).btn:hover, .sp-modal-popup__content__actions .btn.btn-primary:not([href]):not([tabindex]).btn:active {
  color: #FFFFFF;
  background-color: #0D6EFD;
  border: 1px solid #0D6EFD;
}
.sp-modal-popup__content__actions .btn.btn-secondary, .sp-modal-popup__content__actions .btn-secondary, .sp-modal-popup__content__actions .btn.btn-secondary:not([href]):not([tabindex]).btn {
  color: #0C479D;
  background: #FFFFFF;
  border: 1px solid #0C479D;
  outline: none;
  box-shadow: none;
}
.sp-modal-popup__content__actions .btn.btn-secondary:hover, .sp-modal-popup__content__actions .btn-secondary:hover, .sp-modal-popup__content__actions .btn.btn-secondary:active, .sp-modal-popup__content__actions .btn-secondary:active, .sp-modal-popup__content__actions .btn.btn-secondary:not([href]):not([tabindex]).btn:hover, .sp-modal-popup__content__actions .btn.btn-secondary:not([href]):not([tabindex]).btn:active {
  border: 1px solid #0D6EFD;
  background-color: #FFFFFF;
  color: #0D6EFD;
}
.sp-modal-popup.red .btn.btn-primary, .sp-modal-popup.red .btn-primary, .sp-modal-popup.red .btn.btn-primary:not([href]):not([tabindex]).btn {
  background: #FE000C;
  color: #FFFFFF;
  border: 1px solid #FE000C;
}
.sp-modal-popup.red .btn.btn-primary:hover, .sp-modal-popup.red .btn-primary:hover, .sp-modal-popup.red .btn.btn-primary:active, .sp-modal-popup.red .btn-primary:active, .sp-modal-popup.red .btn.btn-primary:not([href]):not([tabindex]).btn:hover, .sp-modal-popup.red .btn.btn-primary:not([href]):not([tabindex]).btn:active {
  color: #FFFFFF;
  border: 1px solid #D5000A;
  background-color: #D5000A;
}
.sp-modal-popup.red .btn.btn-secondary, .sp-modal-popup.red .btn-secondary, .sp-modal-popup.red .btn.btn-secondary:not([href]):not([tabindex]).btn {
  color: #FE000C;
  background: #FFFFFF;
  border: 1px solid #FE000C;
}
.sp-modal-popup.red .btn.btn-secondary:hover, .sp-modal-popup.red .btn-secondary:hover, .sp-modal-popup.red .btn.btn-secondary:active, .sp-modal-popup.red .btn-secondary:active, .sp-modal-popup.red .btn.btn-secondary:not([href]):not([tabindex]).btn:hover, .sp-modal-popup.red .btn.btn-secondary:not([href]):not([tabindex]).btn:active {
  border: 1px solid #D5000A;
  color: #D5000A;
}

/*Bulletin page start*/
.current-bulletin {
  display: flex;
  display: -webkit-flex;
}
.current-bulletin a {
  font-size: 21px;
}
.current-bulletin a:hover {
  text-decoration: none;
  color: #0056B3;
}

.historical-bulletin &gt; fieldset &gt; legend {
  font-size: 21px;
  margin-bottom: 20px;
}
.historical-bulletin &gt; fieldset .select-wrapper .form-control {
  border: none;
}
.historical-bulletin &gt; fieldset .select-wrapper .form-control:focus {
  border: 1px solid #00a3e0;
}

.historical-bulletin fieldset &gt; div &gt; .link-icon {
  padding: 0px;
  width: auto;
}

@media screen and (min-width: 0) and (max-width: 768px) {
  .historical-bulletin fieldset &gt; div &gt; div.col-xs-12 {
    margin-bottom: 20px;
  }

  .historical-bulletin fieldset &gt; div &gt; .link-icon {
    margin: 0 auto;
  }

  .historical-bulletin .form-group .select .select-wrapper select.form-control {
    height: 40px;
  }
}
@media screen and (min-width: 550px) and (max-width: 768px) {
  .historical-bulletin .form-group .select .select-wrapper select.form-control {
    height: 50px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1000px) {
  .historical-bulletin .form-group .col-md-3 {
    flex: 1 0 25%;
    max-width: 100%;
  }

  .historical-bulletin fieldset &gt; div &gt; .link-icon {
    padding-right: 20px;
  }
}
/*Bulletin page end*/
/* coveo search resulr icon issue start*/
.CoveoResultList.sds-search-result-list a.link-icon &gt; .icon {
  top: 8px;
  left: 4px;
}

/* coveo search resulr icon issue end*/
/*code merge*/
/*
@mixin font($name, $file) {
	$path: "/Assets/fonts/" + $file;

	@font-face {
		//font-family: $name;
		src: url($path + ".eot");
		src: url($path + ".eot?#iefix") format("embedded-opentype"),
			 url($path + ".woff2") format("woff"),
			 url($path + ".ttf") format("truetype"),
			 url($path + ".svg#karbonLight") format("svg");
		font-style: normal;
		font-weight: normal;
	}
}
    */
/*Animations*/
.featured-heading {
  width: auto;
  margin-bottom: 36px;
  color: #000;
}
.featured-heading h2 {
  font-size: 20px;
  line-height: 26px;
  margin: 0;
  display: inline;
}
.featured-heading p {
  font-size: 20px;
  line-height: 26px;
  margin: 0;
  display: inline;
}

.content-appendix {
  width: auto;
  margin-bottom: 20px;
  overflow: hidden;
}
.content-appendix p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  color: #000;
}
.content-appendix sub {
  font-size: 0.85em;
}

.featured-list-content {
  width: auto;
  margin-bottom: 32px;
  color: #000;
}
.featured-list-content .m-8 {
  margin-bottom: 8px;
}
.featured-list-content .m-24 {
  margin-bottom: 24px;
}
.featured-list-content h2 {
  font-size: 32px;
  line-height: 36px;
  margin: 0;
}
.featured-list-content h3 {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.featured-list-content p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.featured-list-content a {
  color: #0C479D;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
}
.featured-list-content .list-flex-content,
.featured-list-content .list-flex-item {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.featured-list-content .list-flex-item .content-item {
  display: flex;
  column-gap: 16px;
  align-items: flex-start;
}
.featured-list-content .list-flex-item .content-item img {
  margin-top: 4px;
}

@media screen and (min-width: 556px) and (max-width: 992px) {
  .featured-heading {
    margin-bottom: 40px;
  }
  .featured-heading h2,
.featured-heading p {
    font-size: 30px;
    line-height: 36px;
  }
  .featured-heading .list-flex-content {
    flex-direction: row;
    column-gap: 30px;
  }

  .content-appendix p {
    color: rgba(0, 0, 0, 0.8);
  }

  .featured-list-content {
    margin-bottom: 40px;
  }
  .featured-list-content h2 {
    font-size: 40px;
    line-height: 48px;
  }
  .featured-list-content .list-flex-content {
    flex-direction: row;
    column-gap: 30px;
  }
  .featured-list-content .list-flex-content .list-flex-item {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .featured-heading {
    width: calc(63% + 38px);
    margin: 0 auto;
    padding: 0;
    margin-bottom: 56px;
  }
  .featured-heading h2,
.featured-heading p {
    font-size: 30px;
    line-height: 36px;
  }

  .content-appendix {
    width: 50%;
    padding: 0;
    margin: 0 0 30px 0;
  }
  .content-appendix p {
    color: rgba(0, 0, 0, 0.8);
  }

  .featured-list-content {
    width: calc(63% + 38px);
    margin: 0 auto;
    padding: 0;
    margin-bottom: 56px;
  }
  .featured-list-content h2 {
    font-size: 40px;
    line-height: 48px;
  }
  .featured-list-content .list-flex-content {
    flex-direction: row;
    column-gap: 30px;
  }
  .featured-list-content .list-flex-content .list-flex-item {
    width: 50%;
  }
}
/*Bootstrap override*/
.component.b01-paragraph.paragraph:has(.featured-list-content),
.component.b01-paragraph.paragraph:has(.featured-heading),
.component.b01-paragraph.paragraph:has(.content-appendix) {
  margin: 0;
}

/*# sourceMappingURL=core.css.map */
</pre></body></html>