/* -----------------------------------------------------------------------------
Import FONTS
----------------------------------------------------------------------------- */
@font-face {
  font-family: 'SegoeUILight';
  src: local("Segoe UI Light"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: 'SegoeUIRegular';
  src: local("Segoe UI"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: 'SegoeUISemiBold';
  src: local("Segoe UI Semibold"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: 'SegoeUIBold';
  src: local("Segoe UI Bold"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");
  font-weight: 900;
}

@font-face {
  font-family: 'SegoeUISemiLight';
  src: local("Segoe UI Semilight"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");
  font-weight: 200;
}

/* breakpoints */
.universalflarelist {
  width: 100%;
}

.universalflarelist > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.universalflarelist > div + div {
  margin-top: 50px;
}

.universalflarelist > div > div.numberColumns-1 {
  width: -webkit-calc((100% / 1) - (15% / 1));
  width: calc((100% / 1) - (15% / 1));
  margin-right: -webkit-calc(15% / (1 - 1));
  margin-right: calc(15% / (1 - 1));
}

.universalflarelist > div > div.numberColumns-1:last-of-type {
  margin-right: 0;
}

.universalflarelist > div > div.numberColumns-2 {
  width: -webkit-calc((100% / 2) - (15% / 2));
  width: calc((100% / 2) - (15% / 2));
  margin-right: -webkit-calc(15% / (2 - 1));
  margin-right: calc(15% / (2 - 1));
}

.universalflarelist > div > div.numberColumns-2:last-of-type {
  margin-right: 0;
}

.universalflarelist > div > div.numberColumns-3 {
  width: -webkit-calc((100% / 3) - (15% / 3));
  width: calc((100% / 3) - (15% / 3));
  margin-right: -webkit-calc(15% / (3 - 1));
  margin-right: calc(15% / (3 - 1));
}

.universalflarelist > div > div.numberColumns-3:last-of-type {
  margin-right: 0;
}

.universalflarelist > div > div.numberColumns-4 {
  width: -webkit-calc((100% / 4) - (15% / 4));
  width: calc((100% / 4) - (15% / 4));
  margin-right: -webkit-calc(15% / (4 - 1));
  margin-right: calc(15% / (4 - 1));
}

.universalflarelist > div > div.numberColumns-4:last-of-type {
  margin-right: 0;
}

.universalflarelist > div > div.numberColumns-5 {
  width: -webkit-calc((100% / 5) - (15% / 5));
  width: calc((100% / 5) - (15% / 5));
  margin-right: -webkit-calc(15% / (5 - 1));
  margin-right: calc(15% / (5 - 1));
}

.universalflarelist > div > div.numberColumns-5:last-of-type {
  margin-right: 0;
}

@media (max-width: 767px) {
  .universalflarelist > div {
    display: block;
  }
  .universalflarelist > div + div {
    margin-top: 40px;
  }
  .universalflarelist > div > div.numberColumns-1 {
    width: 100%;
    margin-right: 0;
  }
  .universalflarelist > div > div.numberColumns-2 {
    width: 100%;
    margin-right: 0;
  }
  .universalflarelist > div > div.numberColumns-3 {
    width: 100%;
    margin-right: 0;
  }
  .universalflarelist > div > div.numberColumns-4 {
    width: 100%;
    margin-right: 0;
  }
  .universalflarelist > div > div.numberColumns-5 {
    width: 100%;
    margin-right: 0;
  }
  .universalflarelist > div > div:not(:last-of-type) {
    margin-bottom: 40px;
  }
}

@media (min-width: 1190px) {
  .container {
    max-width: 1170px;
  }
}

@media (min-width: 992px) {
  h2 {
    font: normal 32px "SegoeUISemiBold", Arial, sans-serif !important;
    letter-spacing: 1px !important;
    color: #333740 !important;
  }
}

@media (max-width: 1024px) {
  h2 {
    color: #333740 !important;
  }
}

body {
  overflow-x: hidden;
  font-family: "SegoeUILight", Arial, sans-serif;
  font-size: 16px;
  font-weight: inherit;
  color: #000000;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 767px) {
  body {
    size: 18px;
  }
}

p,
ul,
ol,
table {
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 16px;
}

@media (max-width: 767px) {
  p,
  ul,
  ol,
  table {
    font-size: 18px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "SegoeUILight", Arial, sans-serif;
  font-weight: inherit;
  color: #333740;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h4 {
  font-size: 32px;
}

h5 {
  font-size: 22px;
}

h6 {
  font-size: 18px;
}

a,
a:visited {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #00539e;
}

.link {
  display: inline-block;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  color: #000000;
  text-decoration: none;
  background: -webkit-gradient(linear, right top, left top, from(#000000), to(#000000)) left bottom transparent no-repeat;
  background: -webkit-linear-gradient(right, #000000 0%, #000000 100%) left bottom transparent no-repeat;
  background: linear-gradient(to left, #000000 0%, #000000 100%) left bottom transparent no-repeat;
  background-size: 100% 1px;
  padding-bottom: 2px;
}

.link:hover, .link:focus {
  text-decoration: none;
  color: #000000;
  background: -webkit-gradient(linear, left top, right top, from(#00539e), to(#00539e)) left bottom transparent no-repeat;
  background: -webkit-linear-gradient(left, #00539e 0%, #00539e 100%) left bottom transparent no-repeat;
  background: linear-gradient(to right, #00539e 0%, #00539e 100%) left bottom transparent no-repeat;
  background-size: 100% 3px;
  padding-bottom: 3px;
}

.text-link-1 {
  text-decoration: none;
  position: relative;
  padding-bottom: 0;
  display: inline-block;
}

.text-link-1:hover, .text-link-1:focus {
  text-decoration: underline;
}

.text-link-1:before {
  content: none;
}

.text-link-1:after {
  content: none;
  background: none;
}

.text-link-1:hover, .text-link-1:focus {
  color: #00539e;
}

.text-link-2 {
  text-decoration: none;
  position: relative;
  padding-bottom: 0;
  display: inline;
  font-size: 14px;
  font-family: "SegoeUIBold", Arial, sans-serif;
}

.text-link-2:hover, .text-link-2:focus {
  text-decoration: underline;
}

.text-link-2:before {
  content: none;
}

.text-link-2:after {
  content: none;
  background: none;
}

.text-link-2, .text-link-2:visited {
  color: #0074dc;
}

.text-link-2:hover, .text-link-2:focus {
  color: #0074dc;
}

.text-link-2:before {
  border-bottom-color: #0074dc;
}

label {
  display: block;
  margin: 5px 0 10px 0;
  font-size: 13px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "SegoeUIBold", Arial, sans-serif;
  color: #333740;
}

input,
input[type="text"],
input[type="tel"],
input[type="date"],
textarea,
input[type="password"],
select {
  border: 1px solid #adafb2;
  background-color: #ffffff;
  font-family: "SegoeUILight", Arial, sans-serif;
  padding: 13px 15px;
  border-radius: 0;
  width: 100%;
  font-size: 14px;
  font-family: "SegoeUIRegular", Arial, sans-serif;
}

input:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus {
  outline: none;
  color: #2e2925;
  border: 1px solid #0074dc;
  border-radius: 0;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
  margin: 0 10px 0 0;
}

.scEmptyPlaceholder {
  width: 100%;
}

.slick-slider.slick-dotted .slick-dots li button::before {
  font-size: 35px;
  border: 1px solid #000000 !important;
  color: #ffffff;
  border-radius: 100px;
}

.slick-slider.slick-dotted .slick-dots li.slick-active button {
  background: #000000 !important;
}

.slick-slider.slick-dotted .slick-dots li.slick-active button::before {
  background: #000000 !important;
  color: #000000 !important;
}

#onetrust-pc-btn-handler {
  border-color: #fdbc38 !important;
  color: #fdbc38 !important;
}

#onetrust-pc-btn-handler:hover {
  background-color: #fdbc38 !important;
  color: #2e2925 !important;
  opacity: 1 !important;
}

#onetrust-reject-all-handler,
#onetrust-accept-btn-handler,
.ot-pc-refuse-all-handler,
.save-preference-btn-handler,
#accept-recommended-btn-handler {
  background-color: #00539e !important;
  border-color: #00539e !important;
}

#onetrust-reject-all-handler:hover,
#onetrust-accept-btn-handler:hover,
.ot-pc-refuse-all-handler:hover,
.save-preference-btn-handler:hover,
#accept-recommended-btn-handler:hover {
  background-color: #00539e !important;
  border-color: #00539e !important;
  opacity: 1 !important;
}

#onetrust-pc-btn-handler.cookie-setting-link {
  background-color: #fff !important;
  text-decoration: underline !important;
  border: none !important;
}

#onetrust-pc-btn-handler.cookie-setting-link:hover {
  background-color: #fff !important;
  border: none !important;
  opacity: 1 !important;
}

/*@import "components/component-casestudylist.scss";*/
.universalflarelist {
  padding: 0 40px;
}

.universalflarelist-item {
  padding-top: 12px;
  border-top: 5px solid rgba(214, 214, 214, 0.41);
}

.universalflarelist-item-link, .universalflarelist-item-linktext {
  font: normal 16px "SegoeUIBold", Arial, sans-serif !important;
  margin-bottom: 20px;
}

.universalflarelist-item-link {
  text-decoration: none;
  position: relative;
  padding-bottom: 0;
  display: inline-block;
  font: normal 16px "SegoeUIBold", Arial, sans-serif !important;
  color: #00539e !important;
  letter-spacing: 0;
  margin-bottom: 12px;
}

.universalflarelist-item-link:hover, .universalflarelist-item-link:focus {
  text-decoration: underline;
}

.universalflarelist-item-link:before {
  content: none;
}

.universalflarelist-item-link:after {
  content: none;
  background: none;
}

.universalflarelist-item-link:hover, .universalflarelist-item-link:focus {
  color: #00539e;
}

.universalflarelist-item-link:hover {
  text-decoration: none;
  color: #333740;
}

.universalflarelist-item-link:after, .universalflarelist-item-link:before {
  content: none;
}

.universalflarelist-item-desc {
  font: normal 14px "SegoeUIRegular", Arial, sans-serif;
  color: #333740;
  letter-spacing: 0;
  line-height: 18px;
}

.universalflarelist-item:before {
  background: -webkit-gradient(linear, right top, left top, from(#00539e), color-stop(80%, #00bbe3)) left top transparent no-repeat;
  background: -webkit-linear-gradient(right, #00539e 0%, #00bbe3 80%) left top transparent no-repeat;
  background: linear-gradient(to left, #00539e 0%, #00bbe3 80%) left top transparent no-repeat;
  height: 5px;
  top: -2px;
}

.universalflarelist-row {
  margin-bottom: 50px;
}

.universalflarelist-horizontal {
  max-width: 1170px;
  padding: 0 40px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1024px) {
  .universalflarelist-horizontal {
    max-width: 100%;
    padding: 0 30px;
  }
}

.universalflarelist-horizontal .universalflarelist-row {
  width: -webkit-calc((100% / 3) - (15% / 3));
  width: calc((100% / 3) - (15% / 3));
  margin-right: -webkit-calc(15% / (4 - 1));
  margin-right: calc(15% / (4 - 1));
  padding: 20px;
  background: #efefef;
}

.universalflarelist-horizontal .universalflarelist-item {
  border: none;
  padding: 0;
}

.universalflarelist-horizontal .universalflarelist-item:before {
  content: none;
}

.universalflarelist-horizontal .flarelist-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.universalflarelist-horizontal .title {
  font: normal 18px "SegoeUIBold", Arial, sans-serif;
  color: #333740;
  letter-spacing: 0;
  line-height: 21px;
}

.universalflarelist-eyebrow {
  text-transform: none;
}

@media (max-width: 991px) {
  .universalflarelist-horizontal .universalflarelist-row {
    width: 100%;
    margin: 0 5px;
  }
  .universalflarelist-horizontal .slick-dots {
    bottom: 0;
    position: static;
  }
  .universalflarelist-horizontal .slick-dots li {
    width: 20px;
  }
  .universalflarelist-horizontal .slick-dots li button:before {
    font-size: 62px;
  }
  .universalflarelist-horizontal .slick-dots li button::before {
    font-size: 35px;
    border: 1px solid #00539e;
    color: #ffffff;
    border-radius: 100px;
  }
  .universalflarelist-horizontal .slick-dots li.slick-active button::before {
    background: #00539e;
    color: #00539e;
  }
}

.universalbrandgridstatic {
  max-width: 1170px;
  padding: 0 40px;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
  padding: 45px 40px;
  background: #ffffff;
}

@media (max-width: 1024px) {
  .universalbrandgridstatic {
    max-width: 100%;
    padding: 0 30px;
  }
}

.universalbrandgridstatic .universalbrandgridstatic-title {
  font: normal 25px "SegoeUIBold", Arial, sans-serif;
  color: #333740;
  letter-spacing: 2px;
  color: #868a8f;
  margin: 0;
}

@media (max-width: 1024px) {
  .universalbrandgridstatic .universalbrandgridstatic-title {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 21px;
  }
}

.universalbrandgridstatic .universalbrandgridstatic-brand span {
  font: normal 16px "SegoeUIBold", Arial, sans-serif;
  color: #333740;
  letter-spacing: 0.89px;
  display: block;
  margin: 20px 0 0;
}

.universalbrandgridstatic .rb {
  border-right: 1px solid #c0c0c0;
}

@media (max-width: 991px) {
  .universalbrandgridstatic {
    margin: 30px 0;
    background: #ffffff;
    box-shadow: 0 0 20px 2px rgba(214, 214, 214, 0.41);
  }
  .universalbrandgridstatic .rb {
    padding: 32px;
  }
  .universalbrandgridstatic .universalbrandgridstatic-brand span {
    display: none;
  }
  .universalbrandgridstatic .universalbrandgridstatic-title {
    color: #868a8f;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .universalbrandgridstatic {
    padding: 40px;
  }
  .universalbrandgridstatic .rb {
    padding: 25px;
  }
}

.universalbrandgriddescription-title {
  font-family: "SegoeUILight", Arial, sans-serif;
  font-size: 32px;
  line-height: 1.3;
}

.universalbrandgriddescription-brand-description li {
  list-style: disc;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 5px;
}

.universalcontentpanel-title {
  font-family: "SegoeUILight", Arial, sans-serif;
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 15px;
}

.universalcontentpanel-subtitle {
  font-family: "SegoeUILight", Arial, sans-serif;
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 60px;
}

.universalcontentpanel-placeholder .universalflarelist-item::before {
  background: none;
  background-color: #00539e;
}

.universalcookiedisclaimer {
  border-top: 1px solid #e4e8ea;
}

.universalcookiedisclaimer:before {
  background: none;
  content: none;
}

.universalcookiedisclaimer-text {
  padding: 0 30px 0 50px;
}

.universalcookiedisclaimer-text strong {
  color: #2e2925;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.3;
  margin-bottom: 20px;
  text-transform: initial;
  margin: 0;
}

.universalcookiedisclaimer-text strong span {
  display: none;
}

.universalcookiedisclaimer-text p:first-child strong {
  font: normal 13px "SegoeUIBold", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 20px;
}

.universalcookiedisclaimer-text p:nth-child(2) {
  font: normal 13px "SegoeUIRegular", Arial, sans-serif;
  line-height: 17px;
  padding: 10px 0 20px 0;
}

.universalcookiedisclaimer-text p:last-child a {
  font: normal 12px "SegoeUIBold", Arial, sans-serif;
  padding: 0;
  color: #00539e;
  letter-spacing: 0.92px;
  line-height: 20px;
}

.universalcookiedisclaimer-text p:last-child a:after {
  width: 6px;
  height: 9px;
  margin: 0 0 0 15px;
}

.universalcookiedisclaimer-text:before {
  content: "";
  background-image: -webkit-gradient(linear, left top, right top, from(#00539e), to(#00539e));
  background-image: -webkit-linear-gradient(left, #00539e 0%, #00539e 100%);
  background-image: linear-gradient(90deg, #00539e 0%, #00539e 100%);
  width: 7px;
  height: 80px;
  position: absolute;
  left: 15px;
  top: 25px;
}

.universalcookiedisclaimer-text a {
  text-decoration: none;
  position: relative;
  padding-bottom: 0;
  display: inline;
  font-size: 14px;
  font-family: "SegoeUIBold", Arial, sans-serif;
  padding-right: 20px;
}

.universalcookiedisclaimer-text a:hover, .universalcookiedisclaimer-text a:focus {
  text-decoration: underline;
}

.universalcookiedisclaimer-text a:before {
  content: none;
}

.universalcookiedisclaimer-text a:after {
  content: none;
  background: none;
}

.universalcookiedisclaimer-text a, .universalcookiedisclaimer-text a:visited {
  color: #0074dc;
}

.universalcookiedisclaimer-text a:hover, .universalcookiedisclaimer-text a:focus {
  color: #0074dc;
}

.universalcookiedisclaimer-text a:before {
  border-bottom-color: #0074dc;
}

.universalcookiedisclaimer-text a, .universalcookiedisclaimer-text a::after {
  display: inline-block;
}

.universalcookiedisclaimer-text a::after {
  content: "";
  height: 16px;
  margin-right: -16px;
  width: 16px;
  vertical-align: middle;
  background: transparent url("../images/Base/dist/icon-caret-darkblue.svg") no-repeat 100% 50%;
}

.universalcookiedisclaimer-text a:hover, .universalcookiedisclaimer-text a:focus {
  text-decoration: none;
}

.universalcookiedisclaimer-container {
  max-width: 1170px;
  padding: 40px;
}

.universalcookiedisclaimer-btn {
  background: #00539e;
  cursor: pointer;
  display: inline-block;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 16px;
  padding: 17px 28px 15px;
  text-transform: capitalize;
  background-color: #00539e;
  border: none;
  text-transform: capitalize;
  display: block;
  margin: 12px 0 0;
  font-size: 11px;
  letter-spacing: 0.85px;
  min-width: 125px;
  padding: 12px 0;
}

.universalcookiedisclaimer-btn:hover:after {
  content: "";
  height: 3px;
  width: auto;
  background: -webkit-gradient(linear, right top, left top, from(#00539e), color-stop(80%, #00bbe3)) left bottom transparent no-repeat;
  background: -webkit-linear-gradient(right, #00539e 0%, #00bbe3 80%) left bottom transparent no-repeat;
  background: linear-gradient(to left, #00539e 0%, #00bbe3 80%) left bottom transparent no-repeat;
}

.universalcookiedisclaimer-btn:hover {
  background: #00539e;
  outline: none;
}

.universalcookiedisclaimer-col {
  margin-left: 0;
}

@media (max-width: 767px) {
  .universalcookiedisclaimer-container {
    padding: 10px 40px;
  }
  .universalcookiedisclaimer-row {
    padding: 10px 60px;
    margin: 0;
  }
  .universalcookiedisclaimer-btn {
    margin: 20px 0 0;
  }
  .universalcookiedisclaimer-text {
    padding: 0;
  }
  .universalcookiedisclaimer-text:before {
    height: 92%;
    left: -40px;
  }
  .universalcookiedisclaimer-col {
    padding: 0;
  }
  .universalcookiedisclaimer-col + .universalcookiedisclaimer-col {
    padding: 0;
    margin-top: 0;
  }
  .universalcookiedisclaimer p:nth-child(2) {
    padding: 5px 0 10px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .universalcookiedisclaimer-btn {
    margin: 0 0 0 50px;
  }
}

.universalexpandablecallout-container {
  background-color: #00539e;
}

.universalexpandablecallout-button {
  font-family: "SegoeUIRegular", Arial, sans-serif;
}

.universalexpandablecallout-list .universallinklist-link {
  font-family: "SegoeUIRegular", Arial, sans-serif;
}

.universalexpertcallout.container {
  max-width: 1170px;
  padding: 0 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 40px 48px 40px;
}

@media (max-width: 1024px) {
  .universalexpertcallout.container {
    max-width: 100%;
    padding: 0 30px;
  }
}

.universalexpertcallout-cta {
  background-color: #00539e;
  cursor: pointer;
  display: inline-block;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 16px;
  padding: 17px 28px 15px;
  text-transform: uppercase;
  margin-top: 32px;
}

.universalexpertcallout-cta:hover {
  background: #00539e;
}

.universalexpertcallout-cta:after {
  content: none;
}

.universalexpertcallout-title {
  font: normal 30px "SegoeUILight", Arial, sans-serif !important;
  letter-spacing: 0 !important;
  color: #2e2925 !important;
}

@media (max-width: 1024px) {
  .universalexpertcallout.container {
    margin-top: 64px;
    margin-bottom: 64px;
    padding: 56px 30px;
  }
}

@media (max-width: 767px) {
  .universalexpertcallout-expertinfo-desktop {
    display: block;
  }
}

.universalglobalalert {
  border-bottom: 4px solid #cb2439;
}

.universalglobalalert:before {
  background-color: transparent;
}

.universalglobalalert-message,
.universalglobalalert-message * {
  font-family: "SegoeUIRegular", Arial, sans-serif;
}

.universalglobalalert-message a {
  font-family: "SegoeUIRegular", Arial, sans-serif;
  color: #00539e;
}

.universalglobalalert-message p:last-child > a,
.universalglobalalert-message a:not(:only-child) {
  margin-top: 0;
}

.universalheaderleftpanel-header {
  background: #0074dc;
}

.universalheaderleftpanel-eyebrow {
  font-size: 12px;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  letter-spacing: 0.5px;
  text-transform: initial;
}

.universalheaderleftpanel-copy {
  font-size: 36px;
  font-family: "SegoeUILight", Arial, sans-serif;
  line-height: 1.4;
}

.universalheaderleftpanel-placeholder {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -35px 0;
  padding: 64px;
  width: 100%;
}

.universalheaderleftpanel-placeholder:empty {
  display: none;
}

.two-column > .bannerimages {
  max-width: 100%;
  padding: 0;
}

.two-column .cols-wrap .row {
  margin: 0;
}

.two-column .cols-wrap .row > div {
  padding: 0 10px 0 0;
}

.two-column .cols-wrap .row > div:not(:last-of-type) {
  padding: 0 10px 0 0;
}

.two-column .homebanner .banner-image {
  height: auto;
}

.two-column .homebanner .banner-image img {
  height: auto;
}

.two-column .homebanner .banner-content {
  text-align: left;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.55)), color-stop(47%, rgba(10, 14, 17, 0.51)), color-stop(89%, rgba(128, 169, 206, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.55) 0%, rgba(10, 14, 17, 0.51) 47%, rgba(128, 169, 206, 0) 89%);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.55) 0%, rgba(10, 14, 17, 0.51) 47%, rgba(128, 169, 206, 0) 89%);
}

.two-column .homebanner .banner-content h1 {
  font: normal 45px "SegoeUIBold", Arial, sans-serif;
  margin-bottom: 10px;
}

.two-column .homebanner .banner-content .container {
  padding: 0 0 0 130px;
}

.two-column .homebanner .banner-content .banner-content-description {
  font: normal 16px "SegoeUIRegular", Arial, sans-serif;
  color: #333740;
  letter-spacing: 0;
  font-size: 22px;
  color: #ffffff;
  margin-right: 20px;
}

.two-column .homebanner .banner-content button {
  background-color: #00539e;
  padding: 14px 24px;
  font: normal 16px "SegoeUIBold", Arial, sans-serif;
  min-width: 120px;
  text-align: center;
  color: #ffffff;
  border: 2px solid transparent;
  cursor: pointer;
  padding: 10px;
  min-width: 140px;
  text-align: center;
  width: 60%;
  word-break: break-word;
}

.two-column .homebanner .banner-content button:hover:after {
  content: "";
  height: 3px;
  width: auto;
  background: -webkit-gradient(linear, right top, left top, from(#2d72b9), color-stop(80%, #2cbcb1)) left bottom transparent no-repeat;
  background: -webkit-linear-gradient(right, #2d72b9 0%, #2cbcb1 80%) left bottom transparent no-repeat;
  background: linear-gradient(to left, #2d72b9 0%, #2cbcb1 80%) left bottom transparent no-repeat;
}

.two-column .homebanner .banner-content button:hover {
  background: #ffffff;
  color: #00539e;
  border: 2px solid #00539e;
}

.homebanner .banner-content a:hover,
.homebanner .banner-content a:visited, .homebanner .banner-content button:hover {
  background: #00427e;
}

.homebanner .banner-content a::after,
.homebanner .banner-content :visited::after,
.homebanner .banner-content button:after {
  content: none;
}

@media (max-width: 991px) {
  .two-column > .bannerimages {
    padding: 0;
  }
  .two-column .cols-wrap .row > div:not(:last-of-type) {
    padding: 0;
  }
  .two-column .homebanner .banner-content .container {
    padding: 0 30px;
  }
  .two-column .homebanner .banner-content button {
    width: 100%;
  }
  .two-column .homebanner > .banner-image {
    max-width: 100%;
    padding: 0;
  }
  .two-column .homebanner .banner-content h1 {
    font-size: 28px;
  }
  .two-column .homebanner .banner-content .banner-content-description {
    font-size: 18px;
    margin-right: 10px;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .two-column .homebanner .banner-content .container {
    padding: 0 0 0 50px;
  }
  .two-column .homebanner .banner-content button {
    width: 90%;
  }
}

.homeimagegrid {
  padding: 50px 0 30px;
  margin: 0 auto;
  background: #ffffff;
}

.homeimagegrid .container {
  max-width: 1170px;
  padding: 0 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

@media (max-width: 1024px) {
  .homeimagegrid .container {
    max-width: 100%;
    padding: 0 30px;
  }
}

.homeimagegrid-title {
  font: normal 25px "SegoeUIBold", Arial, sans-serif;
  color: #868a8f;
  letter-spacing: 2px;
  margin-bottom: 10px;
  padding: 0 40px;
}

@media (max-width: 1024px) {
  .homeimagegrid-title {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 21px;
  }
}

.homeimagegrid p {
  font-size: 16px;
  max-width: 85%;
  margin-bottom: 35px;
  padding: 0 40px;
}

.homeimagegrid .homeimagegridcard.overlay .text {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.55)), color-stop(47%, rgba(10, 14, 17, 0.51)), color-stop(89%, rgba(128, 169, 206, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.55) 0%, rgba(10, 14, 17, 0.51) 47%, rgba(128, 169, 206, 0) 89%);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.55) 0%, rgba(10, 14, 17, 0.51) 47%, rgba(128, 169, 206, 0) 89%);
}

.homeimagegrid .homeimagegridcard.overlay .text.light .text-wrap {
  padding: 40px;
}

.homeimagegrid .homeimagegridcard.overlay .text.light .text-wrap .text-wrap-title {
  color: #ffffff !important;
  font: normal 25px "SegoeUIBold", Arial, sans-serif;
  color: #ffffff;
  letter-spacing: 2px;
  line-height: 28px;
}

@media (max-width: 1024px) {
  .homeimagegrid .homeimagegridcard.overlay .text.light .text-wrap .text-wrap-title {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 21px;
  }
}

.homeimagegrid .homeimagegridcard.overlay .text.light .text-wrap .text-wrap p {
  font: normal 16px "SegoeUIRegular", Arial, sans-serif;
  color: #333740;
  letter-spacing: 0;
  color: #ffffff;
  line-height: 21px;
}

.homeimagegrid .row {
  margin: 0 0 12px;
}

.homeimagegrid .row > div {
  margin: 0;
  padding: 0;
}

.homeimagegrid .row > div:first-of-type .homeimagegridcard {
  margin-right: 10px;
}

.partialcard-withoutimage {
  max-width: 1170px;
  padding: 0 40px;
  margin: 50px auto;
}

.partialcard-withoutimage .homeimagegridcard {
  background: #0055a5;
  min-height: 375px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.partialcard-withoutimage .homeimagegridcard.light {
  background: #333740;
}

.partialcard-withoutimage .text-wrap-title {
  font: normal 30px "SegoeUIRegular", Arial, sans-serif;
  color: #ffffff;
  line-height: 40px;
}

.partialcard-withoutimage .col-md-4:last-of-type .homeimagegridcard.dark {
  background: #4d86bb;
}

.partialcard-withoutimage .text-wrap p {
  font: normal 18px "SegoeUIBold", Arial, sans-serif;
  color: #333740;
  letter-spacing: 0;
  line-height: 21px;
  margin: 0;
  line-height: 24px;
  color: #ffffff;
}

.partialcard-withoutimage a:hover {
  text-decoration: none;
}

.partialcard-withoutimage .row > div {
  padding: 0 15px 0 0;
}

.partialcard-withoutimage .row > div:nth-of-type(2) .homeimagegridcard {
  background: #333740;
}

.partialcard-withoutimage .row > div:nth-of-type(3) .homeimagegridcard {
  background: #4d86bb;
}

@media (max-width: 991px) {
  .homeimagegrid {
    padding: 20px 0;
  }
  .homeimagegrid .container {
    padding: 0;
  }
  .homeimagegrid-title {
    padding: 0 30px;
  }
  .homeimagegrid p {
    max-width: 100%;
    padding: 0 30px;
    margin-bottom: 15px;
  }
  .homeimagegrid .homeimagegridcard.overlay {
    z-index: 9;
  }
  .homeimagegrid .homeimagegridcard.overlay .text.light {
    background: none;
  }
  .homeimagegrid .homeimagegridcard.overlay .text.light .text-wrap {
    padding: 20px 30px;
  }
  .homeimagegrid .homeimagegridcard.overlay .text.light .text-wrap p {
    color: #333740;
  }
  .homeimagegrid .homeimagegridcard.overlay .text.light .text-wrap .text-wrap-title {
    color: #333740 !important;
  }
  .partialcard-withoutimage {
    padding: 0 0 30px;
  }
  .partialcard-withoutimage .homeimagegridcard {
    margin: 0 0 20px;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .homeimagegrid {
    position: relative;
    overflow: hidden;
    display: block;
  }
  .homeimagegrid .homeimagegridcard.overlay {
    width: auto;
  }
  .homeimagegrid .homeimagegridcard.overlay .text {
    position: absolute;
  }
  .homeimagegrid .homeimagegridcard.overlay .image {
    min-height: 400px;
  }
  .homeimagegrid .homeimagegridcard.overlay .image img {
    position: absolute;
    width: auto;
    min-width: 100%;
    height: 100%;
  }
  .homeimagegrid .homeimagegridcard.overlay .text.light .text-wrap .text-wrap-title,
  .homeimagegrid .homeimagegridcard.overlay .text.light .text-wrap p {
    color: #ffffff;
  }
}

.universaliconlist {
  max-width: 1170px;
  padding: 0 40px;
  margin-left: auto;
  margin-right: auto;
  /* @include selctorBar();*/
  padding: 75px 40px;
  max-width: 100%;
}

@media (max-width: 1024px) {
  .universaliconlist {
    max-width: 100%;
    padding: 0 30px;
  }
}

.universaliconlist-item {
  /* &-linktext {
            font: normal 18px $primary-bold;
            color: $dark-grey;
            letter-spacing: 0.89px;
            line-height: 18px;
            padding: 0 0 10px 0;
            margin-bottom:10px;
        }*/
}

.universaliconlist-item-link,
.universaliconlist-item a {
  color: #00539e !important;
}

.universaliconlist-item-linktext {
  font-size: 18px;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  line-height: 31px;
  background: none;
  margin-left: 0;
  width: auto;
  padding: 0;
}

.universaliconlist-item-linktext:visited, .universaliconlist-item-linktext:hover, .universaliconlist-item-linktext:focus, .universaliconlist-item-linktext:after {
  background: none;
  margin-left: 0;
  width: auto;
}

.universaliconlist-item-link, .universaliconlist-item-linktext {
  font: normal 18px "SegoeUIBold", Arial, sans-serif;
  color: #333740;
  letter-spacing: 0;
  line-height: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 10px 0;
  padding-right: 0 !important;
  color: #333740;
}

.universaliconlist-item-link a, .universaliconlist-item-linktext a {
  color: #00539e !important;
}

.universaliconlist-item-link a:hover, .universaliconlist-item-linktext a:hover {
  color: #00539e !important;
}

.universaliconlist-item-link:hover, .universaliconlist-item-link:visited, .universaliconlist-item-link:focus, .universaliconlist-item-linktext:hover, .universaliconlist-item-linktext:visited, .universaliconlist-item-linktext:focus {
  text-decoration: none;
  color: #333740;
}

.universaliconlist-item-link:after, .universaliconlist-item-linktext:after {
  /*@include iconcaret();
                transform: none;
                background:none;
                width:auto;
                margin-left:2px;*/
  content: "";
  background: transparent url("../Images/Base/dist/icon-caret.svg") no-repeat 100% 50%;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: -16px;
}

.universaliconlist-item-desc {
  font: normal 16px "SegoeUIRegular", Arial, sans-serif;
  color: #333740;
  letter-spacing: 0;
  line-height: 1.3;
  text-align: left;
}

.universaliconlist-item-desc:not(:only-child) {
  margin-top: 0;
}

.universaliconlist-row .numberColumns-4 {
  width: -webkit-calc((100% / 1) - (15% / 4));
  width: calc((100% / 1) - (15% / 4));
  margin-right: -webkit-calc(15% / (4 - 1));
  margin-right: calc(15% / (4 - 1));
}

.universaliconlist-eyebrow {
  font: normal 25px "SegoeUIBold", Arial, sans-serif;
  color: #868a8f;
  letter-spacing: 2px;
}

@media (max-width: 1024px) {
  .universaliconlist-eyebrow {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 21px;
  }
}

.universaliconlist-related {
  max-width: 1170px;
  padding: 0 40px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(#00539e), to(#00bbe3));
  background-image: -webkit-linear-gradient(right, #00539e 0%, #00bbe3 100%);
  background-image: linear-gradient(-90deg, #00539e 0%, #00bbe3 100%);
  background-size: 100% 100%;
  box-shadow: 0 2px 50px 1px rgba(180, 179, 179, 0.31);
}

@media (max-width: 1024px) {
  .universaliconlist-related {
    max-width: 100%;
    padding: 0 30px;
  }
}

.universaliconlist-related .universaliconlist-item-link:visited,
.universaliconlist-related .universaliconlist-item-link:hover,
.universaliconlist-related .universaliconlist-item-link:focus,
.universaliconlist-related .universaliconlist-item-link:after,
.universaliconlist-related .universaliconlist-item-linktext:visited,
.universaliconlist-related .universaliconlist-item-linktext:hover,
.universaliconlist-related .universaliconlist-item-linktext:focus,
.universaliconlist-related .universaliconlist-item-linktext:after,
.universaliconlist-related .universaliconlist-item-link,
.universaliconlist-related .universaliconlist-item-linktext {
  content: none;
  background: none;
  width: auto;
  margin: 0 0 0 5px;
  height: auto;
}

.universaliconlist-related .universaliconlist-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 33px 0;
}

.universaliconlist-related .universaliconlist-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  width: 25%;
  border-right: 2px solid rgba(255, 255, 255, 0.33);
  padding: 0;
  margin: 0;
}

.universaliconlist-related .universaliconlist-item-icon {
  width: 58px;
  height: 48px;
  margin: 0 10px 0 10px;
}

.universaliconlist-related .universaliconlist-item-linktext {
  padding: 0;
  color: #ffffff !important;
}

.universaliconlist-related .universaliconlist-item-link {
  color: #ffffff !important;
  font-size: 16px;
}

.universaliconlist-related .universaliconlist-item-link:after {
  content: none;
}

.universaliconlist-related .universaliconlist-item:last-of-type {
  margin-right: 0;
  border: none;
}

.universaliconlist-variant1 {
  padding: 40px;
}

.universaliconlist-variant1 .universaliconlist-eyebrow {
  margin-bottom: 30px;
}

.universaliconlist-variant1 .universaliconlist-item-desc, .universaliconlist-variant1 .universaliconlist-item-linktext {
  text-align: center;
  display: block;
}

.universaliconlist-variant1 .universaliconlist-item-link {
  font: normal 16px "SegoeUIBold", Arial, sans-serif;
  color: #333740;
  letter-spacing: 0.89px;
  text-align: center;
}

.universaliconlist-variant1 .universaliconlist-item-icon {
  margin: 0 auto;
}

.universaliconlist-variant1 > div > div.numberColumns-4 {
  width: -webkit-calc((100% / 3) - (15% / 4));
  width: calc((100% / 3) - (15% / 4));
}

.universaliconlist-variant1 .universalfeaturedproduct-cta {
  font: normal 16px "SegoeUIBold", Arial, sans-serif;
  color: #ffffff;
  text-align: center;
  background: #00539e;
  border: 1px solid #00539e;
  width: 100%;
  padding: 8px;
  margin-top: 30px;
}

.universaliconlist-variant1 .universalfeaturedproduct-cta:hover {
  background: #00427e;
}

.universaliconlist-withoutdesc {
  max-width: 1170px;
  padding: 0 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 40px 0;
}

@media (max-width: 1024px) {
  .universaliconlist-withoutdesc {
    max-width: 100%;
    padding: 0 30px;
  }
}

.universaliconlist-withoutdesc > div > div.numberColumns-4 {
  width: -webkit-calc((100% / 4) - (15% / 4));
  width: calc((100% / 4) - (15% / 4));
  margin: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 2px solid #f0f0f0;
}

.universaliconlist-withoutdesc > div > div.numberColumns-4:last-of-type {
  border-right: none;
}

.universaliconlist-withoutdesc .universaliconlist-eyebrow {
  text-align: center;
}

.universaliconlist-withoutdesc .universaliconlist-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px auto 50px;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.universaliconlist-withoutdesc .universaliconlist-item-linktext {
  font: normal 16px "SegoeUIBold", Arial, sans-serif;
  color: #333740;
  letter-spacing: 0.89px;
  text-align: center;
  padding: 0;
}

.universaliconlist .universaliconlist-eyebrow,
.universaliconlist .universaliconlist-row {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 40px;
}

.universaliconlist .universaliconlist-eyebrow {
  padding-bottom: 10px;
}

@media (max-width: 991px) {
  .universaliconlist {
    background: none;
    box-shadow: none;
    margin-bottom: 30px;
    padding: 30px;
  }
  .universaliconlist.selectorbar-show {
    padding: 30px;
  }
  .universaliconlist .universaliconlist {
    margin: 0 0 30px 0;
  }
  .universaliconlist .universaliconlist-item-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 5px 0 0;
  }
  .universaliconlist .universaliconlist-item-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0;
  }
  .universaliconlist-item-desc {
    font-size: 16px;
  }
  .universaliconlist-related {
    padding: 0;
  }
  .universaliconlist-related .universaliconlist-item {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 19px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.33);
  }
  .universaliconlist-related .universaliconlist-item-icon {
    width: 39px;
    height: 32px;
    margin: 0 20px 0 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0;
  }
  .universaliconlist-related .universaliconlist-item-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0;
  }
  .universaliconlist-related .universaliconlist-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
  .universaliconlist-variant1 {
    padding: 30px;
  }
  .universaliconlist-variant1 > div > div.numberColumns-4 {
    display: block;
    width: 100%;
  }
  .universaliconlist-variant1 .universaliconlist-item-desc {
    text-align: left;
    padding: 10px 0;
    font-size: 16px;
  }
  .universaliconlist-variant1 .universaliconlist-item-link {
    font-size: 18px;
  }
  .universaliconlist-variant1 .universaliconlist-item-linktext {
    text-align: left;
    display: inline-block;
  }
  .universaliconlist-variant1 .universaliconlist-item-linktext:after {
    content: url("../Images/Base/dist/icon-caret.svg");
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .universaliconlist-variant1 .universalfeaturedproduct-cta {
    margin: 0;
  }
  .universaliconlist-withoutdesc > div > div.numberColumns-4 {
    width: 43%;
    margin: 10px 10px 0 0;
    padding: 10px 15px;
    border: none;
    box-shadow: 0 0 20px 0 rgba(52, 52, 52, 0.09);
  }
  .universaliconlist-withoutdesc .universaliconlist-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .universaliconlist .universaliconlist-eyebrow,
  .universaliconlist .universaliconlist-row {
    padding: 0 0 10px 0;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .universaliconlist {
    padding: 30px;
  }
}

.universalimagegallerythumbnail {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  width: 410px;
  height: auto;
  box-shadow: 0 0 20px 0 rgba(52, 52, 52, 0.14);
}

.universalimagegallerythumbnail .nav-tabs {
  border: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 30px;
}

.universalimagegallerythumbnail .nav-tabs li {
  width: 18%;
  margin-right: 2.5%;
}

.universalimagegallerythumbnail .nav-tabs li img {
  width: 100%;
}

.universalimagegallerythumbnail .nav-tabs li.slick-slide {
  height: 75px;
  margin: 20px 18px 20px 0;
}

.universalimagegallerythumbnail .nav-tabs > li {
  display: inline-block;
}

.universalimagegallerythumbnail .nav-tabs > li a {
  cursor: pointer;
}

.universalimagegallerythumbnail .nav-tabs > li a img {
  width: 100%;
}

.universalimagegallerythumbnail .universalImageGallery-item {
  background: #ffffff;
  width: 408px;
  height: 268px;
  border: none;
  margin: 0 auto;
  border-bottom: 1px solid #efefef;
}

.universalimagegallerythumbnail .universalImageGallery-item .gallerytab-pane {
  display: none;
  text-align: center;
}

.universalimagegallerythumbnail .universalImageGallery-item .gallerytab-pane.active {
  display: block;
}

.universalimagegallerythumbnail .universalImageGallery-item .universalmedia-caption {
  display: none;
}

.universalimagegallerythumbnail .universalImageGallery-item .universalmedia {
  max-width: 85%;
  margin: 0 auto;
}

.universalimagegallerythumbnail .universalImageGallery-item video {
  width: 100%;
  height: 250px;
}

.universalimagegallerythumbnail .thumbnailcarousel {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}

.universalimagegallerythumbnail .thumbnailcarousel.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.universalimagegallerythumbnail .thumbnailcarousel .gallerytab-pane {
  display: block;
  margin: 0 auto;
  height: 250px;
}

.universalimagegallerythumbnail .thumbnailcarousel .universalmedia {
  margin: inherit;
  width: 100%;
  padding: 25px 0;
}

.universalimagegallerythumbnail .small-thumbnails {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}

.universalimagegallerythumbnail .small-thumbnails.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.universalimagegallerythumbnail .small-thumbnails .slick-list {
  max-height: 145px;
}

.universalimagegallerythumbnail .small-thumbnails video {
  width: 100%;
  height: 75px;
  pointer-events: none;
}

.universalimagegallerythumbnail .small-thumbnails .universalvideo {
  pointer-events: none;
}

.universalimagegallerythumbnail .small-thumbnails .slick-dots {
  bottom: 0;
  position: static;
}

.universalimagegallerythumbnail .small-thumbnails .slick-dots li {
  width: 20px;
}

.universalimagegallerythumbnail .small-thumbnails .slick-dots li button:before {
  font-size: 62px;
}

.universalimagegallerythumbnail .small-thumbnails .slick-dots li button::before {
  font-size: 35px;
  border: 1px solid #00539e;
  color: #ffffff;
  border-radius: 100px;
}

.universalimagegallerythumbnail .small-thumbnails .slick-dots li.slick-active button::before {
  background: #00539e;
  color: #00539e;
}

@media (max-width: 991px) {
  .universalimagegallerythumbnail {
    width: 100%;
  }
  .universalimagegallerythumbnail .universalImageGallery-item {
    width: 100%;
  }
  .universalimagegallerythumbnail .nav-tabs .slick-list {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .universalimagegallerythumbnail .thumbnailcarousel .gallerytab-pane {
    height: auto;
  }
  .universalimagegallerythumbnail .universalImageGallery-item {
    height: auto;
  }
}

.universalimagetext {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  /* &-var2 {
        &.universalimagetext-imageleft {
            .universalimagetext {
                &-img {
                    width: 320px;
                }

                &-col-img {
                    padding: 45px 0;
                    max-width: 30%;
                }

                &-col-text {
                    max-width: 65%;
                    flex-basis: 65%;
                }

                &-title {
                    @include section-heading($dark-grey);
                    line-height: 28px;
                    margin-bottom: 10px;

                    + .universalimagetext-richtext {
                        @include section-content();
                        margin: 0;
                        color: $dark-grey;
                        line-height: 21px;
                    }
                }
            }
        }
    }*/
}

.universalimagetext-button {
  background-color: #00539e;
  padding: 14px 24px;
  font: normal 16px "SegoeUIBold", Arial, sans-serif;
  min-width: 120px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}

.universalimagetext-button:hover:after {
  content: "";
  height: 3px;
  width: auto;
  background: -webkit-gradient(linear, right top, left top, from(#2d72b9), color-stop(80%, #2cbcb1)) left bottom transparent no-repeat;
  background: -webkit-linear-gradient(right, #2d72b9 0%, #2cbcb1 80%) left bottom transparent no-repeat;
  background: linear-gradient(to left, #2d72b9 0%, #2cbcb1 80%) left bottom transparent no-repeat;
}

.universalimagetext.container {
  max-width: 1170px;
  padding: 0 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 0 40px;
  margin-top: 30px;
}

@media (max-width: 1024px) {
  .universalimagetext.container {
    max-width: 100%;
    padding: 0 30px;
  }
}

.universalimagetext-var1 .universalimagetext-title, .universalimagetext-var2 .universalimagetext-title {
  font: normal 25px "SegoeUIBold", Arial, sans-serif;
  color: #333740;
  letter-spacing: 2px;
  color: #333740 !important;
}

@media (max-width: 1024px) {
  .universalimagetext-var1 .universalimagetext-title, .universalimagetext-var2 .universalimagetext-title {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 21px;
  }
}

.universalimagetext-var1 .universalimagetext-richtext,
.universalimagetext-var1 .universalimagetext-richtext p,
.universalimagetext-var1 .universalimagetext-richtext ul, .universalimagetext-var2 .universalimagetext-richtext,
.universalimagetext-var2 .universalimagetext-richtext p,
.universalimagetext-var2 .universalimagetext-richtext ul {
  font: normal 16px "SegoeUIRegular", Arial, sans-serif;
  color: #333740;
  letter-spacing: 0;
}

.universalimagetext-var1 .universalimagetext-button, .universalimagetext-var2 .universalimagetext-button {
  font: normal 16px "SegoeUIBold", Arial, sans-serif;
  text-align: center;
  padding: 8px 40px;
}

.universalimagetext-var1 .universalimagetext-button:not(:only-child), .universalimagetext-var2 .universalimagetext-button:not(:only-child) {
  margin-top: 30px;
}

.universalimagetext-var1 .universalimagetext-col-img, .universalimagetext-var2 .universalimagetext-col-img {
  height: 100%;
  max-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.universalimagetext-var1 .universalimagetext-col-img img, .universalimagetext-var2 .universalimagetext-col-img img {
  height: 100%;
  width: 498px;
  margin-left: 27px;
}

.universalimagetext-var1.universalimagetext-imageleft, .universalimagetext-var2.universalimagetext-imageleft {
  padding: 0;
}

.universalimagetext-var1.universalimagetext-imageleft .universalimagetext-col-text, .universalimagetext-var2.universalimagetext-imageleft .universalimagetext-col-text {
  padding: 0 40px 0 0;
}

.universalimagetext-var1.universalimagetext-imageleft .universalimagetext-col-img, .universalimagetext-var2.universalimagetext-imageleft .universalimagetext-col-img {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.universalimagetext-var1.universalimagetext-imageright .universalimagetext-col-text, .universalimagetext-var2.universalimagetext-imageright .universalimagetext-col-text {
  max-width: 50%;
  padding: 50px 75px 50px 0;
  text-align: left;
}

.universalimagetext-var1-wide .universalimagetext-eyebrow, .universalimagetext-var2-wide .universalimagetext-eyebrow {
  font-size: 16px;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  letter-spacing: 0;
  margin-bottom: 18px;
  text-transform: initial;
}

.universalimagetext-var1-col-img, .universalimagetext-var2-col-img {
  max-width: 50%;
  height: auto;
}

.universalimagetext-var2.universalimagetext-imageleft .universalimagetext-col-text {
  padding: 40px;
}

.universalimagetext-var2.universalimagetext-imageleft .universalimagetext-col-img {
  display: block;
  height: auto;
}

.universalimagetext-var3.container {
  max-width: 100%;
  padding: 0;
}

.universalimagetext-var3 .universalimagetext-col-text {
  padding: 0 40px;
}

.universalimagetext-var3 .universalimagetext-title {
  font: normal 32px "SegoeUISemiBold", Arial, sans-serif;
  color: #333740;
  margin-bottom: 10px;
}

.universalimagetext-var3 .universalimagetext-richtext {
  font: normal 16px "SegoeUIRegular", Arial, sans-serif;
  color: #333740;
  margin-bottom: 20px;
}

.universalimagetext-var3 .universalimagetext-col-img {
  height: 300px;
}

.universalimagetext-var3 .universalimagetext-col-img img {
  height: 100%;
}

.universalimagetext-link {
  color: #00539e !important;
}

.universalimagetext-link::before {
  border-bottom-color: #00539e !important;
}

.universalimagetext-link:visited, .universalimagetext-linktext {
  color: #00539e !important;
}

.commercial .universalimagetext-var1 .universalimagetext-title {
  color: #333740;
}

.residential .universalimagetext-var2.universalimagetext-imageright .universalimagetext-col-img,
.commercial .universalimagetext-var2.universalimagetext-imageright .universalimagetext-col-img {
  padding-bottom: 30px;
}

@media (max-width: 991px) {
  .universalimagetext.container {
    padding: 0;
  }
  .universalimagetext-var1.container .universalimagetext-col-img, .universalimagetext-var2.container .universalimagetext-col-img {
    max-width: 100%;
    height: 250px;
  }
  .universalimagetext-var1.container .universalimagetext-col-img img, .universalimagetext-var2.container .universalimagetext-col-img img {
    width: 100%;
  }
  .universalimagetext-var1.container .universalimagetext-col-text, .universalimagetext-var2.container .universalimagetext-col-text {
    max-width: 100%;
    padding: 20px 30px;
  }
  .universalimagetext-var1.container .universalimagetext-button, .universalimagetext-var2.container .universalimagetext-button {
    width: 100%;
    padding: 9px 40px;
  }
  .universalimagetext-var2 {
    margin: 30px 0;
    display: block;
  }
  .universalimagetext-var2.container {
    padding: 30px 0;
  }
  .universalimagetext-var2.container .universalimagetext-col-img {
    height: auto;
  }
  .universalimagetext-var3 .universalimagetext-col-img,
  .universalimagetext-var3 .universalimagetext-col-text {
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .universalimagetext.universalimagetext-imageleft.universalimagetext-var2.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 767px) {
  .universalimagetext-img {
    margin: 0 !important;
  }
}

.universalinsightabouttheauthor {
  width: 100%;
}

.universalinsightabouttheauthor-title {
  font: normal 25px "SegoeUISemiBold", Arial, sans-serif;
  line-height: 35px;
  text-transform: initial;
  letter-spacing: 0;
  margin-bottom: 15px;
}

.universalinsightabouttheauthor-desc {
  font: normal 16px "SegoeUIRegular", Arial, sans-serif;
}

.universalinsightataglance-text-eyebrow {
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  text-transform: initial;
  letter-spacing: 0;
}

.universalinsightataglance-text-section-title {
  font: normal 32px "SegoeUIRegular", Arial, sans-serif;
  line-height: 40px;
}

.universalinsightataglance-callout-title {
  font-family: "SegoeUILight", Arial, sans-serif;
}

.universalinsightbyline-date, .universalinsightbyline-author, .universalinsightbyline-tags-item,
.universalinsightbyline-tags-item a, .universalinsightbyline-tags-item a:visited, .universalinsightbyline-options-title {
  color: #2e2925;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  text-transform: initial;
  letter-spacing: 0.46px;
}

.universalinsightbyline-tags-item {
  padding: 8px;
}

.universalinsightbyline.container {
  max-width: 1170px;
  padding: 0 40px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1024px) {
  .universalinsightbyline.container {
    max-width: 100%;
    padding: 0 30px;
  }
}

.universalinsightbyline-details {
  margin: 0;
}

.universalinsightbyline-options {
  margin-left: auto;
}

.universalinsightbyline-download:hover {
  background: #00427e;
}

.universalinsightdatacallout1col {
  max-width: 1170px;
  padding: 0 40px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1024px) {
  .universalinsightdatacallout1col {
    max-width: 100%;
    padding: 0 30px;
  }
}

.universalinsightdatacalloutsmall .universalinsightdatacalloutsmall-text-callout {
  margin-left: 0px;
}

.universalinsightdatacalloutsmall-text-large {
  color: #00539e !important;
}

.universalinsightdatacalloutsmall-text-medium {
  color: #00539e !important;
}

.universalinsightdatacallout2col {
  max-width: 1170px;
  padding: 0 40px;
  margin-left: auto;
  margin-right: auto;
  margin: 56px auto;
}

@media (max-width: 1024px) {
  .universalinsightdatacallout2col {
    max-width: 100%;
    padding: 0 30px;
  }
}

.universalinsightexplorerelatedtopics-title, .universalinsightexplorerelatedtopics-tags-item,
.universalinsightexplorerelatedtopics-tags-item a, .universalinsightexplorerelatedtopics-tags-item a:visited {
  text-transform: initial;
}

.universalinsightexplorerelatedtopics-title {
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 16px;
  text-transform: initial;
  letter-spacing: 0;
  margin-bottom: 15px;
}

.universalinsightexplorerelatedtopics-tags-item {
  letter-spacing: 0.5px;
  padding: 8px;
}

@media (max-width: 1024px) {
  .universalinsightexplorerelatedtopics {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}

.universalinsightheader {
  background: -webkit-linear-gradient(175.97deg, #00BCE4 0%, #00539E 100%);
  background: linear-gradient(274.03deg, #00BCE4 0%, #00539E 100%);
  min-height: 300px;
  padding: 72px 40px;
}

.universalinsightheader-container {
  max-width: 1170px;
  padding: 0 40px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1024px) {
  .universalinsightheader-container {
    max-width: 100%;
    padding: 0 30px;
  }
}

.universalinsightheader-container .row > div {
  margin: 0;
}

.universalinsightheader-eyebrow {
  font-size: 16px;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  letter-spacing: 0.5px;
  line-height: 30px;
  text-transform: initial;
}

.universalinsightheader-title {
  font-family: "SegoeUIBold", Arial, sans-serif;
  font-size: 25px;
  line-height: 28px;
  margin-bottom: 0;
  color: #ffffff !important;
}

@media (max-width: 1190px) {
  .universalinsightheader-title {
    font-size: 50px;
  }
}

@media (max-width: 1024px) {
  .universalinsightheader-eyebrow {
    font-size: 14px;
    line-height: 28px;
  }
  .universalinsightheader-title {
    font-size: 40px;
    line-height: 48px;
  }
}

@media (max-width: 767px) {
  .universalinsightheader {
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .universalinsightheader-eyebrow {
    font-size: 20px;
    line-height: 24px;
  }
  .universalinsightheader-title {
    font-size: 16px;
    line-height: 21px;
  }
  .universalinsightheader-container {
    padding: 0;
  }
}

.universalinsighthighlight-title {
  font: normal 25px "SegoeUISemiBold", Arial, sans-serif !important;
  line-height: 35px !important;
}

.universalinsighthighlight::before {
  background-color: #00539e;
}

.universalinsightquilt.container {
  max-width: 1170px;
  padding: 0 40px;
  margin-left: auto;
  margin-right: auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0 40px 20px;
}

@media (max-width: 1024px) {
  .universalinsightquilt.container {
    max-width: 100%;
    padding: 0 30px;
  }
}

.universalinsightquilt.container .universalinsightquilt-card {
  padding: 0;
  margin-bottom: 30px;
  box-shadow: 0 0 20px 3px rgba(214, 214, 214, 0.41);
}

.universalinsightquilt.container .row {
  margin: 0;
}

.universalinsightquilt-card {
  box-shadow: none;
  margin-right: 14px;
}

.universalinsightquilt-card-text a {
  padding-right: 20px;
  font: normal 20px "SegoeUISemiBold", Arial, sans-serif;
  line-height: 1.3;
  color: #000000;
}

.universalinsightquilt-card-text a, .universalinsightquilt-card-text a::after {
  display: inline-block;
}

.universalinsightquilt-card-text a::after {
  content: "";
  height: 16px;
  margin-right: -16px;
  width: 16px;
  vertical-align: middle;
  background: transparent url("../images/Base/dist/icon-caret.svg") no-repeat 100% 50%;
}

.universalinsightquilt-card-text a:hover, .universalinsightquilt-card-text a:visited {
  text-decoration: none;
}

.universalinsightquilt-card-tags-item {
  font: normal 14px "SegoeUIRegular", Arial, sans-serif;
  color: #000000;
  letter-spacing: 0;
  line-height: 19px;
  text-transform: none;
}

.universalinsightquilt-card-accent-link {
  text-decoration: none;
  position: relative;
  padding-bottom: 0;
  display: inline-block;
  padding-right: 20px;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.3;
  margin-top: 120px;
}

.universalinsightquilt-card-accent-link:hover, .universalinsightquilt-card-accent-link:focus {
  text-decoration: underline;
}

.universalinsightquilt-card-accent-link:before {
  content: none;
}

.universalinsightquilt-card-accent-link:after {
  content: none;
  background: none;
}

.universalinsightquilt-card-accent-link:hover, .universalinsightquilt-card-accent-link:focus {
  color: #00539e;
}

.universalinsightquilt-card-accent-link, .universalinsightquilt-card-accent-link::after {
  display: inline-block;
}

.universalinsightquilt-card-accent-link::after {
  content: "";
  height: 16px;
  margin-right: -16px;
  width: 16px;
  vertical-align: middle;
  background: transparent url("../images/Base/dist/icon-caret-reversed.svg") no-repeat 100% 50%;
}

.universalinsightquilt-card-accent-link:hover, .universalinsightquilt-card-accent-link:focus {
  color: #ffffff;
}

.universalinsightquilt-card-accent-title {
  font: normal 25px "SegoeUIBold", Arial, sans-serif;
  color: #868a8f;
  letter-spacing: 2px;
  margin-bottom: 40px;
}

.universalinsightquilt-card-accent-title * {
  font-weight: 400;
}

.universalinsightquilt-card-img-default {
  background-size: 30% 30%;
  border: 1px solid #E5E8EA;
  background-color: rgba(229, 232, 234, 0.25);
  height: 190px;
  margin: 0;
}

.universalinsightquilt-card-img-container {
  height: 250px;
  overflow: hidden;
}

.universalinsightquilt-card-titlelink::before {
  bottom: 0px;
  content: "";
  border-bottom: none;
}

.universalinsightquilt .insightquiltlistingroll {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}

.universalinsightquilt .insightquiltlistingroll.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.universalinsightquilt .custom-slider-controls-variant1 {
  position: relative;
  text-align: center;
  width: 100%;
}

.universalinsightquilt .custom-slider-controls-variant1 p {
  display: inline-block;
  cursor: pointer;
  font: normal 14px "SegoeUIRegular", Arial, sans-serif;
  text-transform: capitalize;
  margin: 0;
  line-height: 14px;
  position: relative;
}

.universalinsightquilt .custom-slider-controls-variant1 .slide-prev:before {
  background-image: url("../Images/Base/dist/icon-caret.svg");
  background-repeat: no-repeat;
  background-size: 12px 18px;
  background-position: center center;
  content: '';
  position: absolute;
  height: 14px;
  width: 14px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  left: -18px;
}

.universalinsightquilt .custom-slider-controls-variant1 .slide-next:after {
  background-image: url("../Images/Base/dist/icon-caret.svg");
  background-repeat: no-repeat;
  background-size: 12px 18px;
  background-position: center center;
  content: '';
  position: absolute;
  height: 14px;
  width: 14px;
  margin-left: 5px;
}

.universalinsightquilt .custom-slider-controls-variant1 .slide-dots {
  position: relative;
  display: inline-block;
  margin: 0 35px;
  vertical-align: super;
}

.universalinsightquilt .custom-slider-controls-variant1 .slide-dots .slick-dots {
  position: static;
}

.universalinsightquilt .custom-slider-controls-variant1 .slide-dots .slick-dots li button::before {
  font-size: 35px;
  border: 1px solid #00539e;
  color: #ffffff;
  border-radius: 100px;
}

.universalinsightquilt .custom-slider-controls-variant1 .slide-dots .slick-dots li.slick-active button::before {
  background: #00539e;
  color: #00539e;
}

.universalinsightquilt .custom-slider-controls-variant1 .slick-arrow.slick-disabled {
  opacity: 0.2;
}

.productfamily .universalinsightquilt-card {
  margin: 0;
}

.productfamily .universalinsightquilt-card-tags-item {
  font: normal 13px "SegoeUISemiBold", Arial, sans-serif;
  color: #333740;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.productfamily .universalinsightquilt-card-text .universalinsightquilts-card-titlelink {
  font: normal 18px "SegoeUIBold", Arial, sans-serif;
  color: #333740;
  letter-spacing: 0;
  line-height: 21px;
}

@media (max-width: 991px) {
  .universalinsightquilt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .universalinsightquilt-card {
    margin: 0 10px 0 0;
    width: 100%;
  }
  .universalinsightquilt-card-text a {
    font-size: 16px;
  }
  .universalinsightquilt-card-accent-link {
    margin-top: 50px;
  }
  .universalinsightquilt-card-img-container {
    height: auto;
  }
  .universalinsightquilt .custom-slider-controls-variant1 p {
    display: none;
  }
  .universalinsightquilt.container {
    padding: 30px;
  }
}

.universalrichtext-eyebrow {
  font: normal 25px "SegoeUIBold", Arial, sans-serif;
  color: #333740;
  letter-spacing: 2px;
}

@media (max-width: 1024px) {
  .universalrichtext-eyebrow {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 21px;
  }
}

.universalrichtext-title {
  font: normal 25px "SegoeUISemiBold", Arial, sans-serif;
}

.universalrichtext p, .universalrichtext-text {
  font: normal 16px "SegoeUIRegular", Arial, sans-serif;
  color: #333740;
  letter-spacing: 0;
}

.universalrichtext-media-right-caption {
  font: normal 16px "SegoeUIRegular", Arial, sans-serif;
  color: #333740;
  letter-spacing: 0;
  font-style: italic;
}

.universalinsightsublayout.container {
  max-width: 1170px;
  padding: 0 40px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1024px) {
  .universalinsightsublayout.container {
    max-width: 100%;
    padding: 0 30px;
  }
}

.universalinsightsublayout .universalinsightsublayout-col {
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  margin: 0;
}

.universalinsightsublayout .universalinsightsummary-title {
  font: normal 25px "SegoeUIBold", Arial, sans-serif;
}

.universalinsightsublayout .universalinsightsummary-content {
  padding: 20px 0;
}

.universalinsightsublayout .universalinsightsummary-content ul {
  list-style: square;
  padding: 0 21px;
}

.universalinsightsublayout .universalinsightsummary-content ul li {
  font: normal 16px "SegoeUIRegular", Arial, sans-serif;
}

.universalinsightsummary-title {
  color: #2e2925;
  font-size: 18px;
  font-family: "SegoeUILight", Arial, sans-serif;
  letter-spacing: 0;
  text-transform: initial;
}

.universalinsightsummary-content,
.universalinsightsummary-content * {
  color: #333740;
  font-family: "SegoeUILight", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.universalinsightsummary-content ul,
.universalinsightsummary-content ol {
  margin-bottom: 0;
}

.universalinsightsummary-content ul {
  list-style-type: disc;
}

.universalinsightsummary-content ul li {
  padding-left: 16px;
}

.universalinsightsummary-content ul li::before {
  content: none;
}

.universalkeyactionbig {
  margin: 0 auto 50px;
  max-width: 1089px;
  background-size: cover;
  padding: 0 40px;
}

.universalkeyactionbig-container {
  max-width: 1170px;
  padding: 0 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

@media (max-width: 1024px) {
  .universalkeyactionbig-container {
    max-width: 100%;
    padding: 0 30px;
  }
}

.universalkeyactionbig-title {
  font: normal 18px "SegoeUIBold", Arial, sans-serif;
  color: #333740;
  letter-spacing: 0;
  line-height: 21px;
  margin-bottom: 15px;
  padding: 30px 0 0;
  color: #ffffff !important;
}

.universalkeyactionbig .desc {
  font: normal 16px "SegoeUIRegular", Arial, sans-serif;
  color: #333740;
  letter-spacing: 0;
  font-size: 13px;
  margin-bottom: 90px;
}

.universalkeyactionbig-rte {
  padding-top: 40px;
}

.universalkeyactionbig-rte, .universalkeyactionbig-rte * {
  color: #ffffff !important;
}

.universalkeyactionbig-cta {
  background: #00539e;
  cursor: pointer;
  display: inline-block;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 16px;
  padding: 17px 28px 15px;
  text-transform: capitalize;
  min-width: 140px;
  padding: 11px 10px;
  text-align: center;
  margin: 20px 0 40px;
  font-size: 11px;
  background: #00539e;
  border: 1px solid #00539e;
}

.universalkeyactionbig-cta:hover:after {
  content: "";
  height: 3px;
  width: auto;
  background: -webkit-gradient(linear, right top, left top, from(#00539e), color-stop(80%, #00bbe3)) left bottom transparent no-repeat;
  background: -webkit-linear-gradient(right, #00539e 0%, #00bbe3 80%) left bottom transparent no-repeat;
  background: linear-gradient(to left, #00539e 0%, #00bbe3 80%) left bottom transparent no-repeat;
}

.universalkeyactionbig-cta:hover {
  background: #00539e;
  color: #ffffff;
}

.universalkeyactionbig-link {
  color: #00539e;
}

.universalkeyactionbig-link:before {
  content: none;
}

.universalkeyactionbig-link:hover {
  text-decoration: underline;
  color: #00539e;
}

.universalkeyactionbig-link + .universalkeyactionbig-cta {
  background: #00539e;
  border: 1px solid #00539e;
}

.universalkeyactionbig-link + .universalkeyactionbig-cta:hover {
  background: #00539e;
  color: #ffffff;
}

.universalkeyactionbig .residential .universalkeyactionbig-cta {
  margin: 10px 0 0;
}

.universalkeyactionbig .commercial .universalkeyactionbig {
  max-width: 1170px;
  padding: 0 40px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1024px) {
  .universalkeyactionbig .commercial .universalkeyactionbig {
    max-width: 100%;
    padding: 0 30px;
  }
}

.productfamily .universalkeyactionbig-cta:first-of-type {
  background: #ffffff;
  color: #00539e;
  margin: 0;
}

.productfamily .universalkeyactionbig-cta:first-of-type:hover {
  background: #00539e;
  color: #ffffff;
}

.productfamily .universalkeyactionbig-cta:last-of-type:hover {
  background: #00427e;
  color: #ffffff;
}

.keyactionssm {
  max-width: 1170px;
  padding: 0 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1092px;
  padding: 60px 40px;
}

@media (max-width: 1024px) {
  .keyactionssm {
    max-width: 100%;
    padding: 0 30px;
  }
}

.keyactionssm .bar {
  display: none;
}

.keyactionssm a,
.keyactionssm a:visited {
  background: #00539e;
  cursor: pointer;
  display: inline-block;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 16px;
  padding: 17px 28px 15px;
  text-transform: capitalize;
  padding: 10px 15px;
  margin: 0;
}

.keyactionssm a:hover:after,
.keyactionssm a:visited:hover:after {
  content: "";
  height: 3px;
  width: auto;
  background: -webkit-gradient(linear, right top, left top, from(#00539e), color-stop(80%, #00bbe3)) left bottom transparent no-repeat;
  background: -webkit-linear-gradient(right, #00539e 0%, #00bbe3 80%) left bottom transparent no-repeat;
  background: linear-gradient(to left, #00539e 0%, #00bbe3 80%) left bottom transparent no-repeat;
}

.keyactionssm a:hover,
.keyactionssm a:visited:hover {
  background: #00427e;
  color: #ffffff;
}

.keyactionssm-title {
  font: normal 33px "SegoeUISemiBold", Arial, sans-serif;
  letter-spacing: 0;
  line-height: 42px;
  color: #333740 !important;
  padding: 0;
  width: 62%;
}

.keyactionssm.container a,
.keyactionssm.container a:visited {
  background: #00539e;
}

.keyactionssm.container a:hover,
.keyactionssm.container a:visited:hover {
  background: #00539e;
  color: #ffffff;
}

.keyactionssm .keyactionssm-form-container input {
  padding: 8px 15px;
}

@media (max-width: 991px) {
  .keyactionssm {
    padding: 30px;
  }
  .keyactionssm-title {
    width: 100%;
    font-size: 25px;
    line-height: 28px;
  }
  .keyactionssm a,
  .keyactionssm a:visited {
    width: 100%;
    background-color: #00539e;
  }
  .keyactionssm .keyactionssm-form-container {
    margin: 0;
    width: 100%;
  }
  .keyactionssm .keyactionssm-form-container input#txtSubscribeEmail {
    padding: 9px 15px;
  }
  .universalkeyactionbig {
    margin: 0 0 50px;
    padding: 15px 30px;
  }
  .universalkeyactionbig .desc {
    margin-bottom: 30px;
  }
  .universalkeyactionbig-title {
    padding: 20px 0;
    margin: 0;
  }
  .universalkeyactionbig-title + .universalkeyactionbig-link {
    margin: 0;
  }
  .universalkeyactionbig-container {
    padding: 0;
  }
  .universalkeyactionbig-container:first-child {
    padding-top: 0;
  }
  .universalkeyactionbig-cta {
    min-width: 205px;
    width: 100%;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .keyactionssm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.universallocationfindercallout-partner .location-input-container, .universallocationfindercallout-keyaction .location-input-container {
  background-color: #f0f0f0;
  padding: 0;
}

.universallocationfindercallout-partner .location-input-container .location-input-wrapper::before, .universallocationfindercallout-keyaction .location-input-container .location-input-wrapper::before {
  background-image: url("../Images/Base/dist/icon-location-pin.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  content: "";
  display: inline-block;
  height: 23px;
  left: 24px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 17px;
}

.universallocationfindercallout-partner .location-input-container .location-input-wrapper .location-input, .universallocationfindercallout-keyaction .location-input-container .location-input-wrapper .location-input {
  font-family: "SegoeUILight", Arial, sans-serif;
  border: none;
  background-color: #ffffff;
}

.universallocationfindercallout-partner .location-input-container .find-locations-button, .universallocationfindercallout-keyaction .location-input-container .find-locations-button {
  background: #00539e;
  cursor: pointer;
  display: inline-block;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 16px;
  padding: 17px 28px 15px;
  text-transform: capitalize;
  background-color: #0074dc;
  border: none;
}

.universallocationfindercallout-partner .location-input-container .find-locations-button:hover:after, .universallocationfindercallout-keyaction .location-input-container .find-locations-button:hover:after {
  content: "";
  height: 3px;
  width: auto;
  background: -webkit-gradient(linear, right top, left top, from(#00539e), color-stop(80%, #00bbe3)) left bottom transparent no-repeat;
  background: -webkit-linear-gradient(right, #00539e 0%, #00bbe3 80%) left bottom transparent no-repeat;
  background: linear-gradient(to left, #00539e 0%, #00bbe3 80%) left bottom transparent no-repeat;
}

.universallocationfindercallout-partner .location-input-container .find-locations-button-Variant1 button, .universallocationfindercallout-keyaction .location-input-container .find-locations-button-Variant1 button {
  background: #00539e;
  cursor: pointer;
  display: inline-block;
  font: normal 12px "SegoeUISemiBold", Arial, sans-serif;
  letter-spacing: 1px;
  line-height: 16px;
  text-transform: uppercase;
  border: 2px solid transparent;
  padding: 10px 15px;
  margin: 0;
  min-width: 200px;
  color: #ffffff;
}

.universallocationfindercallout-partner .location-input-container .find-locations-button-Variant1 button:after, .universallocationfindercallout-keyaction .location-input-container .find-locations-button-Variant1 button:after {
  content: none;
}

.universallocationfindercallout-partner .location-input-container .find-locations-button-Variant1 a:hover button, .universallocationfindercallout-keyaction .location-input-container .find-locations-button-Variant1 a:hover button {
  background: #00427e;
}

.universallocationfindercallout-partner-title {
  font-family: "SegoeUILight", Arial, sans-serif;
}

.universallocationfindercallout-partner .location-input {
  font-family: "SegoeUILight", Arial, sans-serif;
}

.universallocationfindercallout-partner .location-input-container {
  padding: 75px 100px;
}

.universallocationfindercallout-keyaction {
  background-color: #f0f0f0;
}

.universallocationfindercallout-keyaction.container {
  max-width: 1170px;
  margin: 50px auto 0;
  padding: 60px 40px;
}

.universallocationfindercallout-keyaction::before {
  background-color: transparent;
}

.universallocationfindercallout-keyaction-text {
  font: normal 40px "SegoeUILight", Arial, sans-serif;
  line-height: 1.3;
  margin: 0 20px 0 0;
  max-width: 75%;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.universallocationfindercallout-keyaction-row {
  margin: 0;
}

.universallocationfindercallout-keyaction .location-input {
  font-family: "SegoeUILight", Arial, sans-serif;
}

.pagesection-richtext .thin-text-header {
  font-size: 16px;
}

.pagesection-richtext {
  font-family: "SegoeUIRegular", Arial, sans-serif;
}

.pagesection-richtext.producttitle .locationfinder-title {
  padding: 40px 15px 0 15px;
}

.pagesection-richtext.producttitle.container {
  padding: 20px 40px 5px 40px;
}

.pagesection-richtext.producttitle.container p {
  font-size: 16px;
}

.universalmetalocator .container {
  padding: 0 40px;
}

@media (max-width: 1024px) {
  .universalmetalocator .container {
    padding: 0 30px;
  }
}

@media (max-width: 1190px) {
  .universallocationfindercallout-keyaction-text {
    font-size: 34px;
    line-height: 46px;
  }
}

@media (max-width: 1024px) {
  .universallocationfindercallout-keyaction {
    padding: 40px 24px;
  }
  .universallocationfindercallout-keyaction-text {
    font-size: 28px;
  }
  .universallocationfindercallout-keyaction .location-input-container .find-locations-button-Variant1 button {
    margin: 20px 0;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .universallocationfindercallout-keyaction-text {
    max-width: 100%;
    margin: 0 0 15px;
  }
}

.pageoverview.container {
  max-width: 1170px;
  padding: 0 40px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1024px) {
  .pageoverview.container {
    max-width: 100%;
    padding: 0 30px;
  }
}

.pageoverview-title {
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 20px;
}

.pageoverview-title a:hover, .pageoverview-title a:focus,
.pageoverview-title a:visited:hover,
.pageoverview-title a:visited:focus {
  color: #000000;
  text-decoration: none;
  opacity: 0.5;
}

.pageoverview-text {
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 16px;
  line-height: 2;
  max-width: 100%;
  margin-bottom: 0;
}

.pageoverview-text:not(:only-child) {
  margin-bottom: 16px;
}

.pageoverview-text a,
.pageoverview-text a:visited {
  display: inline-block;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  color: #000000;
  text-decoration: none;
  background: -webkit-gradient(linear, right top, left top, from(#000000), to(#000000)) left bottom transparent no-repeat;
  background: -webkit-linear-gradient(right, #000000 0%, #000000 100%) left bottom transparent no-repeat;
  background: linear-gradient(to left, #000000 0%, #000000 100%) left bottom transparent no-repeat;
  background-size: 100% 1px;
  padding-bottom: 2px;
  padding-bottom: 3px;
}

.pageoverview-text a:hover, .pageoverview-text a:focus,
.pageoverview-text a:visited:hover,
.pageoverview-text a:visited:focus {
  text-decoration: none;
  color: #000000;
  background: -webkit-gradient(linear, left top, right top, from(#00539e), to(#00539e)) left bottom transparent no-repeat;
  background: -webkit-linear-gradient(left, #00539e 0%, #00539e 100%) left bottom transparent no-repeat;
  background: linear-gradient(to right, #00539e 0%, #00539e 100%) left bottom transparent no-repeat;
  background-size: 100% 3px;
  padding-bottom: 3px;
}

.pageoverview .row + .row {
  margin-top: 16px;
}

.pageoverview .row .col-md-4:nth-child(1) {
  padding-right: 70px;
}

.pageoverview .row .col-md-4:nth-child(2) {
  padding-right: 34px;
  padding-left: 34px;
}

.pageoverview .row .col-md-4:nth-child(3) {
  padding-left: 70px;
}

.pageoverview .row .col-md-3:nth-child(1) {
  padding-right: 64px;
}

.pageoverview .row .col-md-3:nth-child(2) {
  padding-right: 42px;
  padding-left: 22px;
}

.pageoverview .row .col-md-3:nth-child(3) {
  padding-right: 22px;
  padding-left: 42px;
}

.pageoverview .row .col-md-3:nth-child(4) {
  padding-left: 64px;
}

.pageoverview .page-overview-item * {
  color: #2e2925;
  font-size: inherit;
  line-height: inherit;
}

.pageoverview .page-overview-item .item-link {
  font-family: "SegoeUILight", Arial, sans-serif;
  font-size: 22px;
}

.pageoverview .page-overview-item .item-link a,
.pageoverview .page-overview-item .item-link a:visited {
  text-decoration: none;
  position: relative;
  padding-bottom: 0;
  display: inline-block;
}

.pageoverview .page-overview-item .item-link a:hover, .pageoverview .page-overview-item .item-link a:focus,
.pageoverview .page-overview-item .item-link a:visited:hover,
.pageoverview .page-overview-item .item-link a:visited:focus {
  text-decoration: underline;
}

.pageoverview .page-overview-item .item-link a:before,
.pageoverview .page-overview-item .item-link a:visited:before {
  content: none;
}

.pageoverview .page-overview-item .item-link a:after,
.pageoverview .page-overview-item .item-link a:visited:after {
  content: none;
  background: none;
}

.pageoverview .page-overview-item .item-link a:hover, .pageoverview .page-overview-item .item-link a:focus,
.pageoverview .page-overview-item .item-link a:visited:hover,
.pageoverview .page-overview-item .item-link a:visited:focus {
  color: #00539e;
}

@media (max-width: 1190px) {
  .pageoverview .row .col-md-4:nth-child(1) {
    padding-right: 58px;
  }
  .pageoverview .row .col-md-4:nth-child(2) {
    padding-right: 29px;
    padding-left: 29px;
  }
  .pageoverview .row .col-md-4:nth-child(3) {
    padding-left: 58px;
  }
  .pageoverview .row .col-md-3:nth-child(1) {
    padding-right: 48px;
  }
  .pageoverview .row .col-md-3:nth-child(2) {
    padding-right: 32px;
    padding-left: 16px;
  }
  .pageoverview .row .col-md-3:nth-child(3) {
    padding-right: 16px;
    padding-left: 32px;
  }
  .pageoverview .row .col-md-3:nth-child(4) {
    padding-left: 48px;
  }
}

@media (max-width: 1024px) {
  .pageoverview {
    margin-top: 42px;
    margin-bottom: 42px;
  }
  .pageoverview-title {
    font-size: 28px;
    max-width: none;
  }
  .pageoverview-text {
    max-width: 100%;
  }
  .pageoverview .row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .pageoverview .row .col-md-4:nth-child(1) {
    padding-right: 32px;
  }
  .pageoverview .row .col-md-4:nth-child(2) {
    padding-right: 16px;
    padding-left: 16px;
  }
  .pageoverview .row .col-md-4:nth-child(3) {
    padding-left: 32px;
  }
  .pageoverview .row .col-md-3:nth-child(1) {
    padding-right: 32px;
  }
  .pageoverview .row .col-md-3:nth-child(2) {
    padding-right: 22px;
    padding-left: 10px;
  }
  .pageoverview .row .col-md-3:nth-child(3) {
    padding-right: 10px;
    padding-left: 22px;
  }
  .pageoverview .row .col-md-3:nth-child(4) {
    padding-left: 32px;
  }
}

@media (max-width: 767px) {
  .pageoverview .row + .row {
    margin-top: 0;
  }
  .pageoverview .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pageoverview .row .col-md-4:nth-child(1), .pageoverview .row .col-md-4:nth-child(2), .pageoverview .row .col-md-4:nth-child(3), .pageoverview .row .col-md-4:nth-child(4),
  .pageoverview .row .col-md-3:nth-child(1),
  .pageoverview .row .col-md-3:nth-child(2),
  .pageoverview .row .col-md-3:nth-child(3),
  .pageoverview .row .col-md-3:nth-child(4) {
    padding-right: 15px;
    padding-left: 15px;
  }
  .pageoverview .row > * + * {
    margin-top: 16px;
  }
}

.pagesection {
  margin-top: 49px;
  margin-bottom: -58px;
  padding: 0 24px;
}

.pagesection-title {
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 32px;
  line-height: 1.3;
  padding-left: 28px;
}

.pagesection .blurb {
  font-family: "SegoeUILight", Arial, sans-serif;
  font-size: 22px;
  line-height: 1.3;
  font-weight: normal;
}

.pagesection-placeholder {
  margin-top: 20px;
}

.pagesection-placeholder > *:last-child {
  margin-bottom: 0;
  padding-left: 16px;
}

.pagesection-placeholder > *:last-child p {
  color: #333740;
}

#back-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 101;
  width: 57px;
  height: 57px;
  text-align: center;
  line-height: 20px;
  background: #00539e;
  color: #ffffff;
  cursor: pointer;
  border: 0;
  border-radius: 50%;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  opacity: 0;
}

#back-to-top:hover {
  background: #00539e;
}

#back-to-top.show {
  opacity: 1;
  border-radius: 50%;
}

#back-to-top span {
  display: inline-block;
  font: normal 8px "SegoeUISemiBold", Arial, sans-serif;
  color: #ffffff;
  position: absolute;
  top: 10px;
  left: 7px;
  text-align: center;
}

#back-to-top span:before {
  content: "<";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: 7px 0 5px 30px;
  position: static;
  background-size: 100% 100%;
  width: 10px;
  height: 5px;
  display: block;
  font: normal 20px "SegoeUIBold", Arial, sans-serif;
}

@media (max-width: 1024px) {
  .pagesection {
    padding: 0 30px !important;
  }
  .pagesection-title {
    font-size: 32px;
  }
  .pagesection-placeholder > *:last-child {
    margin-left: -13px;
  }
  .pagesection-placeholder > *:last-child p {
    font-size: 16px;
  }
}

.productcardlist {
  max-width: 1170px;
  padding: 0 40px;
  margin-left: auto;
  margin-right: auto;
  margin: 25px auto;
}

@media (max-width: 1024px) {
  .productcardlist {
    max-width: 100%;
    padding: 0 30px;
  }
}

.productcardlist > .container {
  max-width: 1170px;
  padding: 0 40px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1024px) {
  .productcardlist > .container {
    max-width: 100%;
    padding: 0 30px;
  }
}

.productcardlist > .container > .row {
  box-shadow: 0 0 20px 2px rgba(214, 214, 214, 0.41);
}

.productcardlist .row {
  margin: 0;
}

.productcardlist .campaignfooter-row {
  margin: 0;
}

.productcardlist .row > [class*="col-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.productcardlist .universalvideodisplay {
  display: none;
}

.productcardlist .pagesection-richtext {
  display: block;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.productcardlist .pagesection-richtext h2 {
  font: normal 30px "SegoeUIBold", Arial, sans-serif;
  color: #333740;
  line-height: 30px;
}

.productcardlist .pagesection-richtext .sub-title {
  font: normal 24px "SegoeUIRegular", Arial, sans-serif !important;
  color: #9b9b9b;
  line-height: 32px;
}

.productcardlist .pagesection-richtext .richtext-cnt {
  margin: 25px 0;
}

.productcardlist .pagesection-richtext p,
.productcardlist .pagesection-richtext ul li {
  font: normal 16px "SegoeUIRegular", Arial, sans-serif;
  color: #333740;
  letter-spacing: 0;
  line-height: 21px;
}

.productcardlist .pagesection-richtext .list-item {
  list-style: square;
  padding-left: 20px;
}

.productcardlist .pagesection-richtext .list-item li {
  padding-left: 10px;
  color: #333740;
}

.productcardlist-related, .productcardlist-carousel {
  max-width: 1170px;
  padding: 0 40px;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .productcardlist-related, .productcardlist-carousel {
    max-width: 100%;
    padding: 0 30px;
  }
}

.productcardlist-related .row, .productcardlist-carousel .row {
  margin: 0;
}

.productcardlist-related .row > [class*="col-"], .productcardlist-carousel .row > [class*="col-"] {
  margin: 0 18px 0 0;
  padding: 0;
  max-width: 23%;
}

.productcardlist-related .row > [class*="col-"]:last-of-type, .productcardlist-carousel .row > [class*="col-"]:last-of-type {
  margin-right: 0;
}

.productcardlist-related .pagesection-richtext h2, .productcardlist-carousel .pagesection-richtext h2 {
  font: normal 25px "SegoeUIBold", Arial, sans-serif;
  color: #333740;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .productcardlist-related .pagesection-richtext h2, .productcardlist-carousel .pagesection-richtext h2 {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 21px;
  }
}

.productcardlist-related .productcard, .productcardlist-carousel .productcard {
  box-shadow: 0 0 22px 0 rgba(214, 214, 214, 0.5);
}

.productcardlist-related .productcard .productcardcontent, .productcardlist-carousel .productcard .productcardcontent {
  padding: 10px 0;
  outline: none;
}

.productcardlist-related .productcard .productcardcontent h2, .productcardlist-carousel .productcard .productcardcontent h2 {
  font: normal 18px "SegoeUIBold", Arial, sans-serif;
  color: #333740;
  letter-spacing: 0;
  line-height: 21px;
  font-size: 16px;
  margin: 0;
  max-width: 100%;
  word-break: break-word;
  color: #333740;
}

.productcardlist-related .productcard .productcardcontent .desc .list-item li, .productcardlist-carousel .productcard .productcardcontent .desc .list-item li {
  font: normal 12px "SegoeUIRegular", Arial, sans-serif;
  color: #333740;
}

.productcardlist-related .productcard .productcardcontent .desc p, .productcardlist-carousel .productcard .productcardcontent .desc p {
  font: normal 14px "SegoeUISemiBold", Arial, sans-serif;
  color: #333740;
  line-height: 18px;
  letter-spacing: 0;
  padding: 14px 0;
}

.productcardlist-related .productcard .productcardcontent:after, .productcardlist-carousel .productcard .productcardcontent:after {
  content: none;
}

@media (any-hover: hover) {
  .productcardlist-related .productcard .productcardcontent, .productcardlist-carousel .productcard .productcardcontent {
    -webkit-transition: none;
    transition: none;
    height: auto !important;
  }
}

.productcardlist-related .productcard .productcarddetails .title, .productcardlist-carousel .productcard .productcarddetails .title {
  font-family: "SegoeUILight", Arial, sans-serif;
}

.productcardlist-related .productcard .productcarddetails ul li a,
.productcardlist-related .productcard .productcarddetails ul li a:visited, .productcardlist-carousel .productcard .productcarddetails ul li a,
.productcardlist-carousel .productcard .productcarddetails ul li a:visited {
  font-family: "SegoeUIRegular", Arial, sans-serif;
  color: #00539e;
}

.productcardlist-related .productcard .productcardimage, .productcardlist-related .productfamily .productcardlist .productcard .productcardimage, .productfamily .productcardlist .productcardlist-related .productcard .productcardimage, .productcardlist-carousel .productcard .productcardimage, .productcardlist-carousel .productfamily .productcardlist .productcard .productcardimage, .productfamily .productcardlist .productcardlist-carousel .productcard .productcardimage {
  background-color: #ffffff;
  height: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.productcardlist-related .productcard .productcardimage img, .productcardlist-related .productfamily .productcardlist .productcard .productcardimage img, .productfamily .productcardlist .productcardlist-related .productcard .productcardimage img, .productcardlist-carousel .productcard .productcardimage img, .productcardlist-carousel .productfamily .productcardlist .productcard .productcardimage img, .productfamily .productcardlist .productcardlist-carousel .productcard .productcardimage img {
  max-width: 100%;
  max-height: 230px;
  height: 100%;
}

.productcardlist-related .iconlist-variant2, .productcardlist-carousel .iconlist-variant2 {
  margin: 10px 0;
}

.productcardlist-related .iconlist-variant2 td, .productcardlist-carousel .iconlist-variant2 td {
  padding: 10px 0;
  font: normal 16px "SegoeUIRegular", Arial, sans-serif;
  color: #333740;
  letter-spacing: 0;
}

.productcardlist-related .iconlist-variant2 td:first-of-type, .productcardlist-carousel .iconlist-variant2 td:first-of-type {
  width: 65%;
}

.productcardlist-related.ProductCategory-CardSection, .productcardlist-carousel.ProductCategory-CardSection {
  margin: 50px auto 0;
}

.productcardlist-related .productcard .productcardimage img, .productcardlist-related .productfamily .productcardlist .productcard .productcardimage img, .productfamily .productcardlist .productcardlist-related .productcard .productcardimage img, .productcardlist-carousel .productcard .productcardimage img, .productcardlist-carousel .productfamily .productcardlist .productcard .productcardimage img, .productfamily .productcardlist .productcardlist-carousel .productcard .productcardimage img {
  max-width: 100%;
  max-height: 120px;
}

.productcardlist-related .productcard a:hover, .productcardlist-carousel .productcard a:hover {
  text-decoration: none;
}

.productcardlist-related .productcard .desc, .productcardlist-carousel .productcard .desc {
  font: normal 14px "SegoeUIRegular", Arial, sans-serif;
  font-size: 14px;
  color: #333740;
  letter-spacing: 0;
  word-break: break-word;
}

.productcardlist-related .productcard .productcardcontent, .productcardlist-carousel .productcard .productcardcontent {
  margin: 0 20px 50px;
}

.productcardlist-related .productcard .productcardcontent h2, .productcardlist-carousel .productcard .productcardcontent h2 {
  margin-bottom: 5px;
}

.productcardlist-related .product-title, .productcardlist-carousel .product-title {
  color: #868a8f;
}

.productcardlist-carousel {
  margin: 0 auto 30px;
}

.productcardlist .univerasalproductSummary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.productcardlist .univerasalproductSummary .pagesection-richtext {
  padding: 0 65px;
}

.productcardlist .univerasalproductSummary .pagesection-richtext table {
  width: 100%;
  border-collapse: collapse;
}

.productcardlist .univerasalproductSummary .pagesection-richtext table td:first-of-type {
  font: normal 16px "SegoeUIRegular", Arial, sans-serif;
  color: #333740;
  letter-spacing: 0;
  font-family: "SegoeUIBold", Arial, sans-serif;
  width: 40%;
  padding: 10px 0;
}

.productcardlist .univerasalproductSummary .pagesection-richtext table td:last-of-type {
  font: normal 16px "SegoeUIRegular", Arial, sans-serif;
  color: #333740;
  letter-spacing: 0;
}

.productcardlist .univerasalproductSummary .pagesection-richtext table tr {
  border-bottom: 1px solid rgba(223, 224, 222, 0.38);
}

.productcardlist .univerasalproductSummary .pagesection-richtext table tr:last-of-type {
  border: none;
}

.productcardlist .univerasalproductSummary .pagesection-richtext .product-title {
  color: #333740;
}

.productcardlist .univerasalproductSummary .row img {
  padding-bottom: 15px;
}

.productcardlist .productcard {
  box-shadow: 0 0 22px 0 rgba(214, 214, 214, 0.41);
  width: 100%;
  margin: 0 10px 10px 0;
}

.productcardlist .productcard a .productcardcontent h2,
.productcardlist .productcard a:visited .productcardcontent h2 {
  padding-right: 20px;
}

.productcardlist .productcard a .productcardcontent h2, .productcardlist .productcard a .productcardcontent h2::after,
.productcardlist .productcard a:visited .productcardcontent h2,
.productcardlist .productcard a:visited .productcardcontent h2::after {
  display: inline-block;
}

.productcardlist .productcard a .productcardcontent h2::after,
.productcardlist .productcard a:visited .productcardcontent h2::after {
  content: "";
  height: 16px;
  margin-right: -16px;
  width: 16px;
  vertical-align: middle;
  background: transparent url("../images/Base/dist/icon-caret.svg") no-repeat 100% 50%;
}

.productcardlist .productcard a .productcardcontent h2:hover, .productcardlist .productcard a .productcardcontent h2:focus,
.productcardlist .productcard a:visited .productcardcontent h2:hover,
.productcardlist .productcard a:visited .productcardcontent h2:focus {
  text-decoration: none;
}

.productcardlist .productcard a:hover, .productcardlist .productcard a:focus,
.productcardlist .productcard a:visited:hover,
.productcardlist .productcard a:visited:focus {
  text-decoration: none;
}

.productcardlist .productcard a:hover .productcardcontent h2, .productcardlist .productcard a:focus .productcardcontent h2,
.productcardlist .productcard a:visited:hover .productcardcontent h2,
.productcardlist .productcard a:visited:focus .productcardcontent h2 {
  text-decoration: none;
  position: relative;
  padding-bottom: 0;
  display: inline-block;
}

.productcardlist .productcard a:hover .productcardcontent h2:hover, .productcardlist .productcard a:hover .productcardcontent h2:focus, .productcardlist .productcard a:focus .productcardcontent h2:hover, .productcardlist .productcard a:focus .productcardcontent h2:focus,
.productcardlist .productcard a:visited:hover .productcardcontent h2:hover,
.productcardlist .productcard a:visited:hover .productcardcontent h2:focus,
.productcardlist .productcard a:visited:focus .productcardcontent h2:hover,
.productcardlist .productcard a:visited:focus .productcardcontent h2:focus {
  text-decoration: underline;
}

.productcardlist .productcard a:hover .productcardcontent h2:before, .productcardlist .productcard a:focus .productcardcontent h2:before,
.productcardlist .productcard a:visited:hover .productcardcontent h2:before,
.productcardlist .productcard a:visited:focus .productcardcontent h2:before {
  content: none;
}

.productcardlist .productcard a:hover .productcardcontent h2:after, .productcardlist .productcard a:focus .productcardcontent h2:after,
.productcardlist .productcard a:visited:hover .productcardcontent h2:after,
.productcardlist .productcard a:visited:focus .productcardcontent h2:after {
  content: none;
  background: none;
}

.productcardlist .productcard a:hover .productcardcontent h2:hover, .productcardlist .productcard a:hover .productcardcontent h2:focus, .productcardlist .productcard a:focus .productcardcontent h2:hover, .productcardlist .productcard a:focus .productcardcontent h2:focus,
.productcardlist .productcard a:visited:hover .productcardcontent h2:hover,
.productcardlist .productcard a:visited:hover .productcardcontent h2:focus,
.productcardlist .productcard a:visited:focus .productcardcontent h2:hover,
.productcardlist .productcard a:visited:focus .productcardcontent h2:focus {
  color: #00539e;
}

.productcardlist .productcard a:hover .productcardcontent h2:hover, .productcardlist .productcard a:hover .productcardcontent h2:focus, .productcardlist .productcard a:focus .productcardcontent h2:hover, .productcardlist .productcard a:focus .productcardcontent h2:focus,
.productcardlist .productcard a:visited:hover .productcardcontent h2:hover,
.productcardlist .productcard a:visited:hover .productcardcontent h2:focus,
.productcardlist .productcard a:visited:focus .productcardcontent h2:hover,
.productcardlist .productcard a:visited:focus .productcardcontent h2:focus {
  text-decoration: none;
}

.productcardlist #filterresult {
  margin: 20px 0 0;
  padding-top: 30px;
}

.productcardlist select {
  width: 24%;
  margin-right: 1%;
  font: normal 12px "SegoeUISemiLight", Arial, sans-serif;
  -webkit-appearance: none;
  background: url("../Images/Base/dist/dropdown_arrow.svg") no-repeat;
  background-position: 95% center;
  border: 1px solid #c0c0c0;
  color: #333740;
  cursor: pointer;
}

.productcardlist select option {
  font: normal 12px "SegoeUISemiLight", Arial, sans-serif;
}

.productcardlist .filter-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.productcardlist .filter-section .title {
  font: normal 14px "SegoeUISemiBold", Arial, sans-serif;
  display: block;
  color: #333740;
}

.productcardlist .filter-modal {
  display: none;
}

.ProductCategory-CardSection .productcard .desc:after {
  content: url("../Images/Base/dist/icon-caret.svg");
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  margin-left: 10px;
  position: static;
  height: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.pagesection-richtext.producttitle h2 {
  max-width: 1170px;
  padding: 0 40px;
  margin-left: auto;
  margin-right: auto;
  font: normal 25px "SegoeUIBold", Arial, sans-serif;
  color: #333740;
  letter-spacing: 2px;
  margin-bottom: 30px;
  text-transform: none;
}

@media (max-width: 1024px) {
  .pagesection-richtext.producttitle h2 {
    max-width: 100%;
    padding: 0 30px;
  }
}

@media (max-width: 1024px) {
  .pagesection-richtext.producttitle h2 {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 21px;
  }
}

.residential .productcardlist-related .productcard .productcardcontent h2 {
  font: normal 16px "SegoeUIBold", Arial, sans-serif;
  color: #333740;
  border-bottom: 1px solid #c0c0c0;
  padding: 15px 0;
  max-width: 100%;
  word-break: break-word;
}

.residential .productcardlist-related .productcard .productcardcontent .desc p {
  font: normal 16px "SegoeUIRegular", Arial, sans-serif;
  color: #333740;
  letter-spacing: 0;
  border: none;
}

.productfamily {
  margin: 50px 0 0;
}

.productfamily > .container {
  max-width: 1170px;
  padding: 0 40px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1024px) {
  .productfamily > .container {
    max-width: 100%;
    padding: 0 30px;
  }
}

.productfamily > .container .row {
  margin: 0;
}

.productfamily > .container .row > div {
  padding: 0;
}

.productfamily > .container > .row > .col-9 {
  padding: 0 0 0 25px;
}

.productfamily .universalkeyactionbig,
.productfamily .universalinsightquilt-card {
  box-shadow: 0 0 20px 0 rgba(180, 179, 179, 0.31);
  padding: 0 20px;
}

.productfamily .universalkeyactionbig-title {
  width: 100%;
  padding: 30px 0 0;
  font: normal 18px "SegoeUIBold", Arial, sans-serif !important;
  color: #333740 !important;
  letter-spacing: 0 !important;
}

.productfamily .universalkeyactionbig .desc {
  margin-bottom: 40px;
  width: 100%;
}

.productfamily .solutioncard {
  box-shadow: 0 0 20px 0 rgba(180, 179, 179, 0.31);
  padding: 25px;
  margin: 25px 0;
}

.productfamily .productcardlist {
  padding: 0;
  margin: 0 auto;
}

.productfamily .productcardlist .productcard {
  margin: 0 10px 10px 0;
}

.productfamily .productcardlist .productcard .productcardimage {
  background: #ffffff;
}

.productfamily .productcardlist .productcard .productcardimage img {
  max-width: 100%;
  max-height: 230px;
  height: 100%;
}

.productfamily .productcardlist .productcard .productcardcontent:after {
  content: none;
}

@media (any-hover: hover) {
  .productfamily .productcardlist .productcard .productcardcontent {
    -webkit-transition: none;
    transition: none;
    height: auto;
  }
}

.productfamily .productcardlist .productcard .productcardcontent h2 {
  border-bottom: 1px solid #c0c0c0;
  font: normal 16px "SegoeUIBold", Arial, sans-serif;
  color: #333740;
  letter-spacing: 0;
  margin: 0;
  padding: 0 0 10px 0;
  max-width: 100%;
  word-break: break-word;
}

.productfamily .productcardlist .productcard .productcardcontent h2:after {
  background: none;
}

.productfamily .productcardlist .productcard .productcardcontent .desc {
  padding: 0 0 10px 0;
}

.productfamily .productcardlist .productcard .productcardcontent .desc p {
  font: normal 14px "SegoeUISemiBold", Arial, sans-serif;
  color: #333740;
  line-height: 18px;
  margin: 10px 0 20px;
}

.productfamily .productcardlist .productcard .productcardcontent .desc .list-item {
  font: normal 12px "SegoeUIRegular", Arial, sans-serif;
  font-size: 12px;
  color: #333740;
}

.productfamily .productcardlist .productcard .productcardcontent .universalpromobar-link {
  text-align: center;
  padding: 8px 0;
  margin: 20px 0;
  font: normal 12px "SegoeUIBold", Arial, sans-serif;
  letter-spacing: 0.86px;
  text-transform: uppercase;
  border: 2px solid #0080b6;
  background: #ffffff;
  color: #0080b6;
}

.productfamily .productcardlist .productcard .productcardcontent .universalpromobar-link:after, .productfamily .productcardlist .productcard .productcardcontent .universalpromobar-link:before {
  content: none;
}

.productfamily .productcardlist .productcard .productcardcontent .universalpromobar-link.active {
  border: 2px solid #0080b6;
  color: #ffffff;
  background: #0080b6;
}

.productfamily .productcardlist .productcard .comparebutton .universalpromobar-link {
  border: 2px solid #fdbc38;
  background: transparent;
  color: #fdbc38;
}

.productfamily .productcardlist .productcard .comparebutton .universalpromobar-link:hover, .productfamily .productcardlist .productcard .comparebutton .universalpromobar-link.active {
  border: 2px solid #fdbc38;
  color: #2e2925;
  background: #fdbc38;
}

.productfamily .productcardlist .productcard a:hover, .productfamily .productcardlist .productcard a:visited {
  text-decoration: none;
}

.productfamily .productcardlist .productcard a:hover .productcardcontent h2, .productfamily .productcardlist .productcard a:visited .productcardcontent h2 {
  margin: 0;
  padding: 0 0 10px 0;
  max-width: 100%;
}

.productfamily .productcardlist .productcard a:hover .productcardcontent h2:after, .productfamily .productcardlist .productcard a:visited .productcardcontent h2:after {
  content: none;
}

.productfamily .productcardlist .productcard a:hover .productcardcontent h2:hover, .productfamily .productcardlist .productcard a:visited .productcardcontent h2:hover {
  text-decoration: none;
  color: #333740;
}

.productfamily .productcardlist .productcard a .productcardcontent h2:after {
  background: none;
}

.productfamily .productcard-table td {
  font: normal 16px "SegoeUIRegular", Arial, sans-serif;
  color: #333740;
  letter-spacing: 0;
  font-size: 14px;
  padding: 10px 0;
}

.productfamily .productcard-table td img {
  width: 10px;
  height: 10px;
}

.productfamily > .productcardlist .filter-section button.title {
  background: #00539e;
  cursor: pointer;
  display: inline-block;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 16px;
  padding: 17px 28px 15px;
  text-transform: capitalize;
  padding: 10px 28px 10px;
}

.productfamily > .productcardlist .filter-section button.title:hover:after {
  content: "";
  height: 3px;
  width: auto;
  background: -webkit-gradient(linear, right top, left top, from(#00539e), color-stop(80%, #00bbe3)) left bottom transparent no-repeat;
  background: -webkit-linear-gradient(right, #00539e 0%, #00bbe3 80%) left bottom transparent no-repeat;
  background: linear-gradient(to left, #00539e 0%, #00bbe3 80%) left bottom transparent no-repeat;
}

.landing-product-list .slick-arrow {
  z-index: 99;
}

.landing-product-list .slick-prev:before,
.landing-product-list .slick-next:before {
  background-image: url("../Images/Base/dist/icon-caret.svg");
  background-repeat: no-repeat;
  background-size: 15px 20px;
  background-position: center center;
  content: "";
  position: absolute;
  background-color: #d6d6d6;
  border-radius: 50%;
  padding: 25px;
}

.landing-product-list .slick-prev {
  left: 12px;
}

.landing-product-list .slick-prev:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.landing-product-list .slick-arrow {
  top: 40%;
}

.landing-product-list .slick-next:before {
  right: 42px;
}

.landing-product-list .desc:after {
  content: none !important;
}

.landing-product-list .desc p {
  border-bottom: 0 !important;
  padding-top: 0 !important;
  position: relative;
  padding-right: 10px !important;
}

.landing-product-list .desc p:after {
  position: absolute;
  right: 0;
  top: 3px;
  content: "";
  height: 16px;
  margin-right: 6px;
  width: 16px;
  vertical-align: middle;
  background: transparent url(../Images/Base/dist/icon-caret.svg) no-repeat 100% 50%;
}

.landing-product-list .productcardcontent {
  padding: 30px 10px 50px !important;
}

.productcardlist-carousel {
  padding: 30px 0 0;
}

.productcard-table td {
  font: normal 14px "SegoeUIRegular", Arial, sans-serif;
  word-break: break-all;
  width: auto;
}

.productcard-table .price-rating {
  background-image: url("../Images/Base/dist/price-rating.png");
  background-repeat: no-repeat;
}

.productcard-table .efficient-rating {
  background-image: url("../Images/Base/dist/efficiency-rating.png");
  background-repeat: no-repeat;
}

.productcard-table .energystar-rating {
  background-image: url("../Images/Base/dist/energystar-rating.png");
  background-repeat: no-repeat;
}

.productcard-table .sound-rating {
  background-image: url("../Images/Base/dist/sound-rating.png");
  background-repeat: no-repeat;
}

.productcard-table tr td.rating-1 {
  background-position: 14px 10px;
}

.productcard-table tr td.rating-2 {
  background-position: -100px 12px;
}

.productcard-table tr td.rating-3 {
  background-position: -325px 13px;
}

.productcard-table tr td.rating-4 {
  background-position: -325px 13px;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

.productcardlist-related .productcard .productcardcontent h2,
.productcardlist-carousel .productcard .productcardcontent h2,
.productcardlist .productcard .productcardcontent h2 {
  font: normal 18px "SegoeUIBold", Arial, sans-serif !important;
  color: #333740 !important;
  letter-spacing: 0 !important;
}

.productcard-title h2.title {
  font: normal 16px "SegoeUIBold", Arial, sans-serif !important;
  color: #333740 !important;
  letter-spacing: 0 !important;
}

.productgallery .imagecard a {
  display: inline-block;
}

.productgallery .imagecard a h2,
.productgallery .imagecard a:visited h2 {
  font: normal 18px "SegoeUISemiBold", Arial, sans-serif !important;
  color: #333740;
  letter-spacing: 0 !important;
}

.pagesection-richtext.producttitle div a {
  color: #00549e;
}

select::-ms-expand {
  display: none;
}

.static-pdp .productcardlist-related .productcard .productcardcontent .list-item li {
  color: #333740;
}

@media (max-width: 991px) {
  .productcardlist .row {
    margin: 0;
  }
  .productcardlist .row > [class*="col-"] {
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
  .productcardlist-related {
    margin-bottom: 30px;
  }
  .productcardlist-related .productcard .productcardcontent {
    padding: 20px;
  }
  .productcardlist-related .row > [class*="col-"] {
    max-width: 100%;
  }
  .productcardlist-related .row > [class*="col-"] {
    margin: 0 6px 0 0;
    max-width: 48%;
  }
  .productcardlist-related .productcard {
    margin-bottom: 10px;
  }
  .productcardlist-related .productcard .productcardimage, .productcardlist-related .productfamily .productcardlist .productcard .productcardimage, .productfamily .productcardlist .productcardlist-related .productcard .productcardimage {
    height: 100px;
  }
  .productcardlist-related .productcard .productcardimage img, .productcardlist-related .productfamily .productcardlist .productcard .productcardimage img, .productfamily .productcardlist .productcardlist-related .productcard .productcardimage img {
    max-width: 100%;
    max-height: 91px;
  }
  .productcardlist-related .productcard .productcardcontent {
    padding: 0 10px;
  }
  .productcardlist-related .productcard .productcardcontent h2 {
    font-size: 13px;
    margin-bottom: 0;
  }
  .productcardlist-related .productcard .desc {
    font-size: 11px;
    line-height: 14px;
  }
  .productcardlist-related .productcard .desc:after {
    margin-left: 5px;
    width: 2px;
  }
  .productcardlist-related .row > div:nth-child(even) {
    margin: 0;
  }
  .productcardlist .univerasalproductSummary .pagesection-richtext {
    padding: 25px 0 5px;
  }
  .productcardlist-carousel .row > [class*="col-"] {
    max-width: 100%;
  }
  .productcardlist .filter-section,
  .productcardlist select {
    display: none;
  }
  .productcardlist .filter-modal {
    display: block;
    font: normal 14px "SegoeUISemiBold", Arial, sans-serif;
    color: #333740;
    padding: 0 30px;
    width: 100%;
    text-decoration: none;
  }
  .productcardlist .filter-modal:after {
    content: url("../Images/Base/dist/dropdown_arrow.svg");
    display: inline-block;
    margin-left: 5px;
  }
  .productcardlist #filterModal {
    /*.clearFilters {
                text-align: right;
                width: 100%;
                display: block;
                padding-right: 0;
                cursor: pointer;
                padding-bottom: 15px;
                font: normal 14px $primary-regular;
            }*/
  }
  .productcardlist #filterModal .modal-dialog {
    height: 100%;
  }
  .productcardlist #filterModal .modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
    border: none;
  }
  .productcardlist #filterModal h4 {
    font: bold 20px "SegoeUIRegular", Arial, sans-serif;
    color: #333740;
    display: inline-block;
  }
  .productcardlist #filterModal .modal-header {
    border: none;
    padding: 15px 15px 0;
  }
  .productcardlist #filterModal .modal-body {
    padding: 0 15px;
  }
  .productcardlist #filterModal .close {
    float: right;
    border: none;
    background: transparent;
    padding: 0 10px 16px 0;
  }
  .productcardlist #filterModal .close span {
    font: normal 40px "SegoeUIRegular", Arial, sans-serif;
  }
  .productcardlist #filterModal .filter-options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .productcardlist #filterModal .filter-options select {
    width: 100%;
    border: none;
    border-top: 1px solid;
    display: inline-block;
  }
  .productcardlist .productcount-top label {
    margin-left: 0px;
  }
  .ProductCategory-CardSection .productcard {
    margin: 0;
  }
  .ProductCategory-CardSection .productcard .productcardcontent {
    padding: 0;
    margin: 0 10px 15px 10px;
  }
  .productfamily {
    margin: 30px 0;
  }
  .productfamily > .container {
    padding: 0;
  }
  .productfamily > .container > .row {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .productfamily > .container > .row > div {
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
  .productfamily > .container > .row > .col-9 {
    padding: 0;
  }
  .productfamily .productcardlist .productcard {
    box-shadow: none;
    margin: 0;
    width: 100%;
  }
  .productfamily .productcardlist .productcard .productcardcontent {
    padding: 20px 30px;
  }
  .productfamily .productcardlist .productcard .productcardcontent h2 {
    font: normal 18px "SegoeUIBold", Arial, sans-serif;
    color: #333740;
    letter-spacing: 0;
    line-height: 21px;
    font-size: 16px;
    color: #333740;
  }
  .productfamily .productcardlist .productcard .productcardcontent .desc p {
    font: normal 14px "SegoeUISemiBold", Arial, sans-serif;
    color: #333740;
    line-height: 16px;
  }
  .productfamily .productcardlist .productcard .productcardcontent .desc ul li {
    font: normal 11px "SegoeUISemiLight", Arial, sans-serif;
    color: #333740;
    line-height: 13px;
  }
  .productfamily .universalflarelist,
  .productfamily .universalkeyactionbig,
  .productfamily .universalinsightquilt-card {
    padding: 0 30px;
  }
  .productfamily .solutioncard .solutioncontent-name:after {
    content: url("../Images/Base/dist/icon-caret.svg");
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    margin-left: 10px;
    position: static;
    height: auto;
  }
  .related-pro-list .slick-initialized .slick-slide {
    padding: 0 10px 0 0;
  }
  .related-pro-list .slick-dots {
    position: relative;
    bottom: 25px;
  }
  .related-pro-list .slick-dots li button::before {
    font-size: 35px;
    border: 1px solid #00539e;
    color: #ffffff;
    border-radius: 100px;
  }
  .related-pro-list .slick-dots li.slick-active button::before {
    background: #00539e;
    color: #00539e;
  }
  .landing-product-list .slick-dots li {
    width: 20px;
  }
  .landing-product-list .slick-dots li button:before {
    font-size: 62px;
  }
  .landing-product-list .slick-dots li button::before {
    font-size: 35px;
    border: 1px solid #00539e;
    color: #ffffff;
    border-radius: 100px;
  }
  .landing-product-list .slick-dots li.slick-active button::before {
    background: #00539e;
    color: #00539e;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .productcardlist-related .productcard .productcardimage img, .productcardlist-related .productfamily .productcardlist .productcard .productcardimage img, .productfamily .productcardlist .productcardlist-related .productcard .productcardimage img {
    max-width: 100%;
  }
  .productcardlist .univerasalproductSummary .row img {
    padding: 0 0 15px 35px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .productcardlist .univerasalproductSummary {
    padding: 20px 0 0;
  }
  .productcardlist .univerasalproductSummary .row img {
    padding: 0;
  }
  .productcardlist .row.productcardlist .productcategories {
    width: 48%;
    margin-right: 10px;
  }
}

@media (max-width: 1024px) {
  .productcardlist #filterresult {
    padding-top: 40px;
    padding-left: 33px;
  }
}

.universalpromobar {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.universalpromobar.container {
  max-width: 1170px;
  padding: 0 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 45px 40px;
  margin: 0 auto;
  background: #f6f6f6;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1024px) {
  .universalpromobar.container {
    max-width: 100%;
    padding: 0 30px;
  }
}

.universalpromobar-img {
  max-width: 318px;
  max-height: 210px;
}

.universalpromobar-title {
  font: normal 25px "SegoeUIBold", Arial, sans-serif;
  color: #333740;
  letter-spacing: 2px;
  line-height: 28px;
  font: normal 25px "SegoeUIBold", Arial, sans-serif !important;
  color: #333740 !important;
}

@media (max-width: 1024px) {
  .universalpromobar-title {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 21px;
  }
}

.universalpromobar-subtitle {
  font: normal 16px "SegoeUIRegular", Arial, sans-serif;
  color: #333740;
  letter-spacing: 0;
}

.universalpromobar-link {
  font: normal 18px "SegoeUIBold", Arial, sans-serif;
  color: #333740;
  letter-spacing: 0;
  line-height: 21px;
  color: #00539e;
  margin-top: 50px;
}

.universalpromobar-link:hover, .universalpromobar-link:visited {
  text-decoration: none;
  color: #00539e;
}

.universalpromobar-link:before {
  width: auto;
  content: none;
}

.universalpromobar-link::after {
  background: transparent url(../images/Base/dist/icon-caret.svg) no-repeat 100% 50%;
}

@media (max-width: 991px) {
  .universalpromobar-link {
    margin-top: 20px;
  }
  .universalpromobar.container {
    margin: 0 0 30px 0;
    padding: 30px;
  }
  .universalpromobar-img {
    max-width: 100%;
    width: 100%;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .universalpromobar.container {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .universalpromobar.container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .universalpromobar-img {
    margin: 0 0 10px;
  }
}

.universalrichtext5x7 {
  max-width: 1170px;
  padding: 0 40px;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
  padding: 50px 40px;
}

@media (max-width: 1024px) {
  .universalrichtext5x7 {
    max-width: 100%;
    padding: 0 30px;
  }
}

.universalrichtext5x7-title {
  font: normal 25px "SegoeUIBold", Arial, sans-serif;
  color: #868a8f;
  letter-spacing: 2px;
  margin-bottom: 24px;
  padding: 0;
}

@media (max-width: 1024px) {
  .universalrichtext5x7-title {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 21px;
  }
}

.universalrichtext5x7-text {
  width: 100%;
}

.universalrichtext5x7-text p {
  font: italic 16px "SegoeUISemiLight", Arial, sans-serif;
  color: #333740;
  letter-spacing: 0;
  margin: 30px 0;
}

.universalrichtext5x7-text ul {
  list-style: square;
}

.universalrichtext5x7-text li {
  font: normal 16px "SegoeUIRegular", Arial, sans-serif;
  color: #333740;
  letter-spacing: 0;
}

.universalrichtext5x7:before {
  content: none;
}

.universalrichtext5x7-row {
  margin: 0;
}

.universalrichtext5x7.container {
  background: #f6f6f6;
}

.universalrichtext5x7.container .universalrichtext5x7-textcol {
  max-width: 45%;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  padding: 0;
}

.universalrichtext5x7.container .universalrichtext5x7-textcol.col-sm-5 {
  margin-right: 10%;
}

.universalrichtext5x7 .richtext-table {
  width: 100%;
}

.universalrichtext5x7 .richtext-table td:first-of-type {
  font: normal 18px "SegoeUIBold", Arial, sans-serif;
  color: #333740;
  letter-spacing: 0;
  line-height: 21px;
  font-size: 16px;
}

.universalrichtext5x7 .richtext-table td:nth-child(odd) {
  color: #333740;
}

.universalrichtext-text {
  color: #333740;
}

.universalrichtext-text a {
  color: #00539e;
}

.universalrichtext-text * {
  color: #333740;
}

@media (max-width: 991px) {
  .universalrichtext5x7 {
    padding: 30px;
    background: #f6f6f6;
    box-shadow: 0 0 20px 2px rgba(214, 214, 214, 0.41);
  }
  .universalrichtext5x7-title {
    margin: 0 0 10px 0;
  }
  .universalrichtext5x7.container .row {
    margin: 0;
  }
  .universalrichtext5x7.container-text {
    padding-bottom: 30px;
  }
  .universalrichtext5x7.container-text p {
    display: none;
  }
  .universalrichtext5x7.container-text li:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .universalrichtext5x7.container .richtext-table tr {
    display: block;
    border-bottom: none;
  }
  .universalrichtext5x7.container .richtext-table td {
    display: block;
    padding: 0 0 5px 0;
    font-size: 13px;
  }
  .universalrichtext5x7.container .richtext-table td:first-of-type {
    width: 100%;
  }
  .universalrichtext5x7.container .universalrichtext5x7-textcol {
    max-width: 100%;
    padding: 0 0 25px;
    margin: 0;
  }
  .universalrichtext5x7.container .universalrichtext5x7-textcol.col-sm-5 {
    border-bottom: 1px solid #C6C8C7;
    margin: 0;
  }
  .universalrichtext5x7.container .universalrichtext5x7-textcol.col-sm-7 {
    padding: 5px 0 0;
  }
  .universalrichtext5x7.container .universalrichtext5x7-textcol.col-sm-12 {
    padding: 0;
  }
  .universalrichtext .universalrichtext-text p strong span {
    white-space: unset !important;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .universalrichtext5x7 {
    padding: 40px;
  }
}

.universalheadersmall {
  padding: 70px 0;
  background: -webkit-linear-gradient(175.97deg, #00BCE4 0%, #00539E 100%);
  background: linear-gradient(274.03deg, #00BCE4 0%, #00539E 100%);
}

.universalheadersmall-title, .universalheadersmall-subtitle {
  color: #ffffff;
  font-family: "SegoeUILight", Arial, sans-serif;
  margin-bottom: 0;
}

.universalheadersmall-title {
  font-size: 36px;
  line-height: 46px;
  text-transform: initial;
}

.universalheadersmall-title + .universalheadersmall-subtitle {
  margin-top: 16px;
}

.universalheadersmall-subtitle {
  font-size: 20px;
  line-height: 28px;
  text-transform: initial;
}

@media (max-width: 1190px) {
  .universalheadersmall-title {
    font-size: 36px;
    line-height: 46px;
  }
  .universalheadersmall-subtitle {
    font-size: 20px;
    line-height: 28px;
  }
}

.solutioncardlist .solutioncard {
  box-shadow: none;
}

.solutioncardlist .solutioncard a .solutioncontent-name, .solutioncardlist .solutioncard a:visited .solutioncontent-name {
  font-family: "SegoeUILight", Arial, sans-serif;
}

.solutioncardlist .solutioncard a:hover .solutioncontent-name, .solutioncardlist .solutioncard a:focus .solutioncontent-name, .solutioncardlist .solutioncard a:visited:hover .solutioncontent-name, .solutioncardlist .solutioncard a:visited:focus .solutioncontent-name {
  padding-bottom: 2px;
}

.solutioncardlist .solutioncard .solutioncontent-name {
  font-family: "SegoeUILight", Arial, sans-serif;
}

.solutioncardlist .solutioncard .solutionwhitepaper {
  border-top: 1px solid #f0f0f0;
}

.solutioncardlist .solutioncard .solutionwhitepaper .title {
  text-transform: initial;
}

.solutioncardlist .solutioncard .solutionwhitepaper .desc {
  font-family: "SegoeUIRegular", Arial, sans-serif;
}

.solutioncard {
  margin: 0 0 50px;
}

.solutioncard .solutioncardimage {
  max-width: 100%;
  margin-bottom: 35px;
}

.solutioncard .solutioncardimage img {
  width: 100%;
}

.solutioncard .solutioncontent {
  padding-bottom: 20px;
  border-bottom: 1px solid #979797;
}

.solutioncard .solutioncontent-name {
  font: normal 18px "SegoeUIBold", Arial, sans-serif;
  color: #333740;
  letter-spacing: 0;
  line-height: 21px;
  margin-bottom: 10px;
}

.solutioncard .solutioncontent-name:after {
  content: url("../Images/Base/dist/icon-caret.svg");
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  margin-left: 10px;
  position: static;
  height: auto;
}

.solutioncard .desc {
  font: normal 16px "SegoeUIRegular", Arial, sans-serif;
  color: #333740;
  letter-spacing: 0;
  font-size: 13px;
}

.solutioncard a:hover {
  text-decoration: none;
  color: #00539e;
}

.solutioncard .solutionwhitepaper {
  padding-top: 30px;
}

.solutioncard .solutionwhitepaper .title {
  font: normal 13px "SegoeUISemiBold", Arial, sans-serif;
  color: #333740;
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
}

@media (max-width: 1400px) {
  .solutioncardlist .solutioncard a .solutionwhitepaper {
    height: 140px;
  }
}

@media (max-width: 1190px) {
  .solutioncardlist .solutioncard .solutioncardimage {
    max-height: 220px;
  }
  .solutioncardlist .solutioncard a .solutioncontent {
    height: 245px;
  }
}

@media (max-width: 1024px) {
  .solutioncardlist .solutioncard .solutioncardimage {
    max-height: 185px;
  }
  .solutioncardlist .solutioncard a .solutioncontent {
    height: 170px;
  }
}

@media (max-width: 767px) {
  .solutioncardlist .solutioncard .solutioncardimage {
    max-height: none;
  }
  .solutioncardlist .solutioncard a .solutioncontent {
    height: auto;
  }
  .solutioncardlist .solutioncard a .solutionwhitepaper {
    height: auto;
  }
}

.tabcontrol {
  margin-bottom: 50px;
}

.tabcontrol .container {
  max-width: 1170px;
  padding: 0 40px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1024px) {
  .tabcontrol .container {
    max-width: 100%;
    padding: 0 30px;
  }
}

.tabcontrol .nav-tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 4px solid #f0f0f0;
}

.tabcontrol .nav-tabs .nav-item {
  margin: 0 80px 0 0;
  position: relative;
}

.tabcontrol .nav-tabs .nav-item > a, .tabcontrol .nav-tabs .nav-item a:visited {
  font-size: 16px;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  color: #2e2925;
  padding: 15px 0;
  display: block;
  text-align: center;
  position: relative;
  top: 4px;
}

.tabcontrol .nav-tabs .nav-item > a:hover, .tabcontrol .nav-tabs .nav-item > a:focus, .tabcontrol .nav-tabs .nav-item a:visited:hover, .tabcontrol .nav-tabs .nav-item a:visited:focus {
  text-decoration: none;
}

.tabcontrol .nav-tabs .nav-item > a.active, .tabcontrol .nav-tabs .nav-item a:visited.active {
  color: #00539e;
}

.topgradientline-bg.tabcontrol .nav-tabs .nav-item > a.active, .tabcontrol .nav-tabs .nav-item a:visited.active {
  color: #2e2925;
}

.tabcontrol .nav-tabs .nav-item > a.active:after, .tabcontrol .nav-tabs .nav-item a:visited.active:after {
  content: "";
  background: none;
  position: absolute;
  top: 0;
  right: 35%;
  bottom: 0;
  left: 35%;
  width: 30%;
}

.tabcontrol .tab-content > .tab-pane {
  display: none;
  width: 100%;
  min-height: 400px;
  padding: 60px 80px;
}

.tabcontrol .tab-content > .active {
  display: block;
}

@media (max-width: 1024px) {
  .tabcontrol .nav-tabs {
    border-bottom: 2px solid #f0f0f0;
  }
  .tabcontrol .nav-tabs .nav-item > a, .tabcontrol .nav-tabs .nav-item a:visited {
    top: 0;
  }
  .tabcontrol .nav-tabs.owl-carousel .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .tabcontrol .tab-content > .tab-pane {
    min-height: 0;
    padding: 60px 0;
  }
}

.textlistrollup .container {
  max-width: 1170px;
  padding: 0 40px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1024px) {
  .textlistrollup .container {
    max-width: 100%;
    padding: 0 30px;
  }
}

.textlistrollup-title {
  font: normal 25px "SegoeUIBold", Arial, sans-serif;
  color: #868a8f;
  letter-spacing: 2px;
  word-break: break-word;
}

@media (max-width: 1024px) {
  .textlistrollup-title {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 21px;
  }
}

.textlistrollup a {
  font: normal 18px "SegoeUIBold", Arial, sans-serif;
  color: #333740;
  letter-spacing: 0;
  line-height: 21px;
}

.textlistrollup.row {
  margin: 0;
}

.textlistrollup .textbox {
  background-color: #ffffff;
  box-shadow: 0 0 20px 2px rgba(214, 214, 214, 0.41);
  text-align: left;
}

.textlistrollup .textbox .headline-wrap h3 {
  padding-right: 20px;
  margin-bottom: 10px;
  font: normal 14px "SegoeUIRegular", Arial, sans-serif;
  color: #333740;
  word-break: break-all;
}

.textlistrollup .textbox .headline-wrap h3, .textlistrollup .textbox .headline-wrap h3::after {
  display: inline-block;
}

.textlistrollup .textbox .headline-wrap h3::after {
  content: "";
  height: 16px;
  margin-right: -16px;
  width: 16px;
  vertical-align: middle;
  background: transparent url("../images/Base/dist/icon-caret.svg") no-repeat 100% 50%;
}

.textlistrollup .textbox .headline-wrap h3:after {
  content: none;
}

.textlistrollup .textbox p,
.textlistrollup .textbox a {
  font: normal 18px "SegoeUIBold", Arial, sans-serif;
  color: #333740;
  letter-spacing: 0;
  line-height: 21px;
  word-break: break-word;
}

.textlistrollup .textbox a {
  text-align: right;
  outline: none;
  color: #000000;
}

.textlistrollup .textbox a:after {
  content: url("../Images/Base/dist/icon-caret.svg");
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  margin-left: 10px;
  position: static;
  height: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.textlistrollup .custom-slider-controls {
  position: relative;
  text-align: center;
  width: 100%;
}

.textlistrollup .custom-slider-controls p {
  display: inline-block;
  cursor: pointer;
  font: normal 14px "SegoeUIRegular", Arial, sans-serif;
  text-transform: capitalize;
  margin: 0;
  line-height: 14px;
  position: relative;
}

.textlistrollup .custom-slider-controls .slide-m-prev:before {
  background-image: url(/Images/Base/dist/icon-caret.svg);
  background-repeat: no-repeat;
  background-size: 12px 18px;
  background-position: center center;
  content: "";
  position: absolute;
  height: 14px;
  width: 14px;
  left: -18px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.textlistrollup .custom-slider-controls .slide-m-next:after {
  background-image: url(/Images/Base/dist/icon-caret.svg);
  background-repeat: no-repeat;
  background-size: 12px 18px;
  background-position: center center;
  content: "";
  position: absolute;
  height: 14px;
  width: 14px;
  margin-left: 5px;
}

.textlistrollup .custom-slider-controls .slide-m-dots,
.textlistrollup .custom-slider-controls .slide-v-dots {
  position: relative;
  display: inline-block;
  margin: 0 35px;
  vertical-align: super;
}

.textlistrollup .custom-slider-controls .slide-m-dots .slick-dots,
.textlistrollup .custom-slider-controls .slide-v-dots .slick-dots {
  position: static;
}

.textlistrollup .custom-slider-controls .slide-m-dots .slick-dots li button::before,
.textlistrollup .custom-slider-controls .slide-v-dots .slick-dots li button::before {
  font-size: 35px;
  border: 1px solid #000000;
  color: #ffffff;
  border-radius: 100px;
}

.textlistrollup .custom-slider-controls .slide-m-dots .slick-dots li.slick-active button,
.textlistrollup .custom-slider-controls .slide-v-dots .slick-dots li.slick-active button {
  background: #000000;
}

.textlistrollup .custom-slider-controls .slide-m-dots .slick-dots li.slick-active button::before,
.textlistrollup .custom-slider-controls .slide-v-dots .slick-dots li.slick-active button::before {
  background: #000000;
  color: #000000;
}

.textlistrollup .custom-slider-controls .slick-arrow.slick-disabled {
  opacity: 0.2;
}

@media (max-width: 991px) {
  .textlistrollup-title {
    margin: 0 0 20px;
  }
  .textlistrollup .textbox p {
    font-size: 16px;
  }
  .textlistrollup a {
    background: #ffffff;
  }
  .custom-slider-controls p {
    display: none !important;
  }
  .slick-list {
    padding-left: 0 !important;
  }
  .listingroll {
    margin-bottom: 0 !important;
  }
}

.universaltexttable-title {
  font-size: 12px;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  letter-spacing: 0.5px;
  line-height: 1.3;
  margin-bottom: 30px;
  text-transform: initial;
}

.universaltexttable-item {
  padding-top: 30px;
}

.universaltexttable-item-title {
  font-family: "SegoeUILight", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 20px;
}

.universaltexttable-item-col a {
  background-image: none;
  border-bottom: 1px solid #2e2925;
}

.universaltexttable-item-col a:hover, .universaltexttable-item-col a:focus {
  background-image: none;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px solid #00539e;
}

.universaltexttable-item-col,
.universaltexttable-item-col * {
  color: #2e2925;
  font-size: 14px;
  line-height: 1.5;
}

.universaltexttable-item-col li,
.universaltexttable-item-col li a {
  font-family: "SegoeUILight", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.3;
}

.universalanchorbar {
  width: 100%;
}

.universalanchorbar-anchors-listitem {
  padding: 35px 0;
}

.anchorbarscroll .universalanchorbar-anchors-listitem {
  padding: 0;
}

.universalanchorbar-anchors-listitem-link {
  font: normal 13px "SegoeUISemiBold", Arial, sans-serif;
  color: #333740;
  margin: 0;
  padding: 0 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.universalanchorbar-anchors-listitem-link:hover {
  text-decoration: none;
  color: #333740;
}

.universalanchorbar-anchors-listitem.active {
  background: -webkit-gradient(linear, right top, left top, from(#00539e), color-stop(80%, #00bbe3)) left top transparent no-repeat;
  background: -webkit-linear-gradient(right, #00539e 0%, #00bbe3 80%) left top transparent no-repeat;
  background: linear-gradient(to left, #00539e 0%, #00bbe3 80%) left top transparent no-repeat;
  background-size: 100% 5px;
  box-shadow: 0 2px 50px 1px rgba(180, 179, 179, 0.31);
}

.universalanchorbar-anchors-listitem.active a {
  color: #333740;
  text-decoration: none;
}

.universalanchorbar-anchors-nav {
  padding: 0;
}

.universalanchorbar-pagetitle-link:before, .universalanchorbar-anchors-listitem-link:before {
  content: none;
}

.universalanchorbar-pagetitle {
  max-width: 250px;
}

.universalanchorbar-pagetitle a {
  font: normal 13px "SegoeUIBold", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.universalanchorbar-pagetitle a:hover, .universalanchorbar-pagetitle a:focus {
  text-decoration: none;
}

.universalanchorbar-pagetitle:after {
  margin-left: 12px;
  background-color: #c0c0c0;
  margin-right: 15px;
  width: 2px;
}

.universalanchorbar-container {
  max-width: 1170px;
  padding: 0 40px;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}

@media (max-width: 1024px) {
  .universalanchorbar-container {
    max-width: 100%;
    padding: 0 30px;
  }
}

.universalanchorbar-button {
  background-color: #00539e;
  padding: 14px 24px;
  font: normal 16px "SegoeUIBold", Arial, sans-serif;
  min-width: 120px;
  text-align: center;
  color: #ffffff;
  text-transform: initial;
  line-height: 12px;
}

.universalanchorbar-button:hover:after {
  content: "";
  height: 3px;
  width: auto;
  background: -webkit-gradient(linear, right top, left top, from(#2d72b9), color-stop(80%, #2cbcb1)) left bottom transparent no-repeat;
  background: -webkit-linear-gradient(right, #2d72b9 0%, #2cbcb1 80%) left bottom transparent no-repeat;
  background: linear-gradient(to left, #2d72b9 0%, #2cbcb1 80%) left bottom transparent no-repeat;
}

.universalanchorbar-button:hover {
  background: #00539e;
  color: #ffffff;
}

.universalanchorbar-anchors-overflow-showmore:after {
  background-image: url("../Images/Base/dist/dropdown_arrow.svg");
}

.universalanchorbar-anchors-overflow button.universalanchorbar-anchors-overflow-showmore {
  font: normal 13px "SegoeUISemiBold", Arial, sans-serif;
  color: #333740;
  margin: 0;
  padding: 2px 15px 0 15px;
}

.universalanchorbar-anchors-overflow .universalanchorbar-anchors-listitem {
  padding: 5px 0;
  margin: 0;
}

.universalanchorbar-anchors-overflow .universalanchorbar-anchors-listitem.active {
  background: none;
}

.anchorBarIsFixed .universalanchorbar:after {
  content: none;
}

.anchorBarIsFixed .universalanchorbar-anchors-overflow-links.showOverflowLinks li {
  padding: 0 0 5px;
}

.universalanchorbar-pagetitle-link {
  padding: 0;
}

@media (max-width: 991px) {
  .universalanchorbar-anchors-listitem {
    padding: 35px 0;
  }
  .anchorbarscroll .universalanchorbar-anchors-listitem {
    padding: 0;
  }
  .anchorbarscroll .universalanchorbar-anchors-listitem-link:hover {
    background-color: transparent;
    color: #333740;
  }
  .anchorbarscroll .universalanchorbar-anchors-listitem-link:hover::before {
    content: none;
  }
  .anchorbarscroll .universalanchorbar-anchors-listitem.active .universalanchorbar-anchors-listitem-link {
    background-color: transparent;
    color: #00539e;
    font-family: "SegoeUIBold", Arial, sans-serif;
  }
  .anchorbarscroll .universalanchorbar-anchors-listitem.active .universalanchorbar-anchors-listitem-link:before {
    background: transparent;
  }
  .universalanchorbar-anchors-nav {
    padding: 0;
  }
  .universalanchorbar-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
  }
  .universalanchorbar-header,
  .universalanchorbar nav, .universalanchorbar-anchors-mobiletoggle, .universalanchorbar-anchors-listitem {
    width: 100%;
  }
  .universalanchorbar-pagetitle-link, .universalanchorbar-anchors-mobiletoggle, .universalanchorbar-anchors-listitem, .universalanchorbar-anchors-listitem-link {
    line-height: 16px;
  }
  .universalanchorbar-header {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 60%;
  }
  .universalanchorbar-pagetitle-link, .universalanchorbar-anchors-listitem-link {
    margin-top: 0;
    margin-bottom: 0;
  }
  .universalanchorbar-pagetitle-link::before, .universalanchorbar-anchors-listitem-link::before {
    content: none;
  }
  .universalanchorbar-pagetitle {
    margin-bottom: 4px;
  }
  .universalanchorbar-pagetitle-link {
    font-size: 14px;
  }
  .universalanchorbar-pagetitle::after {
    content: none;
  }
  .universalanchorbar-anchors-nav {
    display: none;
    margin-right: 0;
    padding-left: 16px;
  }
  .universalanchorbar-anchors {
    display: block;
    max-width: 100%;
  }
  .universalanchorbar-anchors-mobiletoggle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #2e2925;
    background-color: #ffffff;
    border: 0;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "SegoeUIBold", Arial, sans-serif;
    padding: 0;
    text-align: left;
    width: 85%;
  }
  .universalanchorbar-anchors-mobiletoggle:focus {
    outline: none;
  }
  .universalanchorbar-anchors-mobiletoggle::after {
    background-image: url("../Images/Base/dist/dropdown_arrow.svg");
    background-repeat: no-repeat;
    content: "";
    height: 8px;
    left: 8px;
    position: relative;
    top: 2px;
    width: 15px;
  }
  .universalanchorbar-anchors-listitem {
    margin-top: 24px;
  }
  .universalanchorbar-anchors-listitem-link {
    margin-right: 0;
  }
  .universalanchorbar-anchors-listitem:last-child {
    margin-bottom: 16px;
  }
  .universalanchorbar-anchors-overflow {
    display: none;
  }
  .universalanchorbar-button {
    margin-left: auto;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    padding: 8px 16px;
  }
  .anchorBarIsFixed .universalanchorbar-container {
    box-shadow: 0 5px 14px 0 rgba(0, 0, 0, 0.08);
  }
  .anchorBarIsFixed .universalanchorbar::after {
    content: none;
  }
  .mobileAnchorBarIsOpen .universalanchorbar-anchors-nav {
    display: block;
  }
}

@media (max-width: 991px) {
  .universalanchorbar-pagetitle-link, .universalanchorbar-anchors-listitem, .universalanchorbar-anchors-listitem-link {
    line-height: 16px;
    font-family: "SegoeUILight", Arial, sans-serif;
  }
  .universalanchorbar-anchors-mobiletoggle {
    font-family: "SegoeUIRegular", Arial, sans-serif;
  }
  .universalanchorbar-container {
    padding: 12px 10px 12px 30px;
    border: none;
  }
  .universalanchorbar-container:before {
    background: -webkit-linear-gradient(313.2deg, #00539e 0%, #00539e 100%);
    background: linear-gradient(136.8deg, #00539e 0%, #00539e 100%);
    content: "";
    display: block;
    height: 100%;
    width: 4px;
    left: 0;
    position: absolute;
    top: 0;
  }
  .universalanchorbar-pagetitle {
    margin-bottom: 8px;
  }
  .universalanchorbar-pagetitle a {
    font: normal 13px "SegoeUIBold", Arial, sans-serif;
    letter-spacing: 0;
  }
  .universalanchorbar-anchors-mobiletoggle {
    font-family: "SegoeUIBold", Arial, sans-serif;
    color: #333740;
  }
  .universalanchorbar-anchors-listitem {
    padding: 20px 0 0;
    margin: 0;
  }
  .universalanchorbar-anchors-listitem a {
    padding: 0 15px;
    color: #333740;
    font: normal 13px "SegoeUIRegular", Arial, sans-serif;
  }
  .universalanchorbar-anchors-listitem.active {
    background: none;
    box-shadow: none;
  }
  .universalanchorbar-anchors-listitem.active a {
    font-weight: bold;
  }
}

@media (max-width: 767px) {
  .universalanchorbar-anchors-nav {
    padding-left: 0;
  }
  .universalanchorbar-anchors-listitem a {
    padding: 0;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .universalanchorbar-anchors-overflow button.universalanchorbar-anchors-overflow-showmore {
    margin: -11px 0 0;
  }
}

.universalfooter {
  margin-top: 0;
  background: #ffffff;
  border-bottom: none;
}

.universalfooter > .container {
  margin: 0 auto;
}

.universalfooter .footer-basement .content-wrap .links {
  list-style: none;
  padding: 0;
  margin: 5px 18px 0px 0px;
  /* Bug 150115 - Content is not left aligned (Footer)  */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.universalfooter footer {
  background: #f0f0f0;
}

.universalfooter.no-gradient {
  background: #f0f0f0;
  padding: 40px 0px 20px 0px;
  margin-top: 50px;
}

.universalfooter.no-gradient.grey {
  background-color: #f0f0f0;
  margin: 60px 0 0 0;
  position: relative;
}

.universalfooter.no-gradient.grey::after {
  background: -webkit-gradient(linear, right top, left top, from(#00539e), color-stop(80%, #00bbe3)) left bottom transparent no-repeat;
  background: -webkit-linear-gradient(right, #00539e 0%, #00bbe3 80%) left bottom transparent no-repeat;
  background: linear-gradient(to left, #00539e 0%, #00bbe3 80%) left bottom transparent no-repeat;
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
  content: "";
  display: none;
}

.universalfooter.no-gradient .link-list ul {
  display: block;
}

.universalfooter.no-gradient .link-list[data-itemid="59f725ba-9573-4da4-9afb-8f0254fcfe29"] .title:after {
  content: "|";
  margin-left: 1em;
  color: #c0c0c0;
  width: 1px;
}

.universalfooter.no-gradient .col-md-6 {
  margin-top: 0px;
  margin-bottom: 5px;
}

.universalfooter.no-gradient .col-md-6 .title {
  color: #333740;
  text-transform: none;
  padding-bottom: 10px;
  margin-left: 19px;
}

.universalfooter.no-gradient .title {
  font: normal 12px "SegoeUIBold", Arial, sans-serif;
  color: #333740;
  letter-spacing: 1px;
  max-width: 225px;
  text-transform: uppercase;
  padding-bottom: 20px;
}

.universalfooter.no-gradient .title:not(:last-of-type):after {
  content: "|";
  position: absolute;
  width: 2px;
  right: 52px;
  height: 26px;
  color: #c0c0c0;
}

.universalfooter.no-gradient .title.active {
  color: #2d2926;
  background: none;
}

.universalfooter.no-gradient .row > div:first-of-type .title {
  border-right: none;
}

.universalfooter footer > .container {
  max-width: 1170px;
  padding: 0;
  border-top: 8px solid #f0f0f0;
}

.universalfooter .cols-wrap {
  padding: 0;
}

.universalfooter .col-md-5 {
  border-right: none;
}

.universalfooter .col-wrap-border {
  border: none;
  padding: 0;
}

.universalfooter .title {
  font-size: 16px;
  text-transform: none;
  font-family: "SegoeUIBold", Arial, sans-serif;
  color: #ffffff;
  letter-spacing: -0.11px;
  margin: 0;
}

.universalfooter .title.lowercase {
  text-transform: none;
}

.universalfooter label.lowercase {
  text-transform: none;
  font-size: 16px;
  font-family: "SegoeUIBold", Arial, sans-serif;
}

.universalfooter .text {
  font-family: "SegoeUILight", Arial, sans-serif;
}

.universalfooter .cta-link {
  text-decoration: none;
  position: relative;
  padding-bottom: 0;
  display: inline;
  font-size: 14px;
  font-family: "SegoeUIBold", Arial, sans-serif;
  margin: 15px 0;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  color: #000000 !important;
  text-decoration: underline;
}

.universalfooter .cta-link:hover, .universalfooter .cta-link:focus {
  text-decoration: underline;
}

.universalfooter .cta-link:before {
  content: none;
}

.universalfooter .cta-link:after {
  content: none;
  background: none;
}

.universalfooter .cta-link, .universalfooter .cta-link:visited {
  color: #0074dc;
}

.universalfooter .cta-link:hover, .universalfooter .cta-link:focus {
  color: #0074dc;
}

.universalfooter .cta-link:before {
  border-bottom-color: #0074dc;
}

.universalfooter .cta-link:hover, .universalfooter .cta-link:focus {
  text-decoration: none;
}

.universalfooter .contact {
  margin-bottom: 50px;
}

.universalfooter .contact .text,
.universalfooter .contact .tel {
  display: block;
  color: #000000;
  margin-bottom: 5px;
}

.universalfooter .contact .tel {
  font-family: "SegoeUIBold", Arial, sans-serif;
  font-size: 20px;
}

.universalfooter .contact .cta {
  background: #00539e;
  cursor: pointer;
  display: inline-block;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 16px;
  padding: 17px 28px 15px;
  text-transform: capitalize;
  text-align: center;
  width: 155px;
}

.universalfooter .contact .cta:hover:after {
  content: "";
  height: 3px;
  width: auto;
  background: -webkit-gradient(linear, right top, left top, from(#00539e), color-stop(80%, #00bbe3)) left bottom transparent no-repeat;
  background: -webkit-linear-gradient(right, #00539e 0%, #00bbe3 80%) left bottom transparent no-repeat;
  background: linear-gradient(to left, #00539e 0%, #00bbe3 80%) left bottom transparent no-repeat;
}

.universalfooter .find-a-location,
.universalfooter .find-a-partner {
  margin-bottom: 50px;
}

.universalfooter .find-a-location .field-wrap,
.universalfooter .find-a-partner .field-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.universalfooter .find-a-location .field-wrap input,
.universalfooter .find-a-partner .field-wrap input {
  padding-right: 50px;
}

.universalfooter .find-a-location .field-wrap .search,
.universalfooter .find-a-partner .field-wrap .search {
  border: none;
  outline: none;
  background-color: transparent;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.universalfooter .find-a-partner .field-wrap input {
  padding-right: 15px;
  padding-left: 50px;
}

.universalfooter .find-a-partner .field-wrap .search {
  left: 10px;
  right: initial;
}

.universalfooter .subscribe {
  margin-bottom: 50px;
}

.universalfooter .subscribe p {
  font-size: 14px;
}

.universalfooter .subscribe .field-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.universalfooter .subscribe .field-wrap input {
  margin-right: 10px;
}

.universalfooter .subscribe .field-wrap .cta {
  background: #00539e;
  cursor: pointer;
  display: inline-block;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 16px;
  padding: 17px 28px 15px;
  text-transform: capitalize;
  min-width: 120px;
}

.universalfooter .subscribe .field-wrap .cta:hover:after {
  content: "";
  height: 3px;
  width: auto;
  background: -webkit-gradient(linear, right top, left top, from(#00539e), color-stop(80%, #00bbe3)) left bottom transparent no-repeat;
  background: -webkit-linear-gradient(right, #00539e 0%, #00bbe3 80%) left bottom transparent no-repeat;
  background: linear-gradient(to left, #00539e 0%, #00bbe3 80%) left bottom transparent no-repeat;
}

.universalfooter .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 15px 15px 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: block !important;
}

.universalfooter .social .title {
  margin: 0;
  font: normal 11px "SegoeUIBold", Arial, sans-serif;
  color: #ffffff;
  letter-spacing: -0.08px;
}

.universalfooter .social .tel {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.universalfooter .social .text {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.universalfooter .social .cta {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 0;
  font-style: normal;
  display: block !important;
  margin-top: 0;
}

.universalfooter .social ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.universalfooter .social ul li {
  margin: 0 0 0 15px;
}

.universalfooter .social ul li a:hover, .universalfooter .social ul li a:focus,
.universalfooter .social ul li a:visited:hover,
.universalfooter .social ul li a:visited:focus {
  opacity: 0.75;
}

.universalfooter .social img {
  width: 20px;
  height: 20px;
}

@media (max-width: 1024px) {
  .universalfooter .social img {
    width: 26px;
    height: 26px;
  }
}

.universalfooter .link-list {
  margin-bottom: 0;
}

.universalfooter .link-list.mobile {
  display: none;
}

.universalfooter .link-list.desktop {
  display: block;
  cursor: pointer;
  margin: 0 15px 15px 15px;
}

.universalfooter .link-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}

.universalfooter .link-list ul li {
  margin: 0px;
}

.universalfooter .link-list ul li a {
  display: block;
  line-height: 25px !important;
  font: normal 12px "SegoeUISemiBold", Arial, sans-serif;
  text-decoration: underline;
  color: #00539e;
}

.universalfooter .link-list ul li a:visited {
  display: block;
  line-height: 19px;
  font: normal 13px "SegoeUISemiBold", Arial, sans-serif;
  text-decoration: underline;
  color: #00539e;
}

.universalfooter .col-md-3:first-of-type {
  text-align: left;
}

.universalfooter .footer-nav img {
  width: 200px;
  margin: 0;
  height: auto;
}

.universalfooter .footer-nav .links {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 40px;
}

.universalfooter .footer-nav .links li {
  margin: 5px 0;
}

.universalfooter .footer-nav .links li a,
.universalfooter .footer-nav .links li a:visited {
  font-size: 14px;
  color: #000000;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  line-height: 1.5;
  display: block;
}

.universalfooter .footer-basement {
  background-color: #ffffff;
  padding: 15px 0;
}

.universalfooter .footer-basement .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.universalfooter .footer-basement .content-wrap .legal {
  font: normal 11px "SegoeUIRegular", Arial, sans-serif;
  letter-spacing: -0.08px;
  line-height: 16px;
  padding: 5px 15px 0;
  padding-left: 0;
}

.universalfooter .footer-basement .content-wrap .links li a {
  font: normal 11px "SegoeUIRegular", Arial, sans-serif;
  color: #2e2925;
  letter-spacing: -0.08px;
}

.universalfooter.home-workplace-nav {
  padding: 0 0px;
  background: transparent;
}

.universalfooter.home-workplace-nav .title {
  display: block;
}

.universalfooter.home-workplace-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.universalfooter.home-workplace-nav .link-list ul li {
  margin: 0;
}

.universalfooter.home-workplace-nav .link-list ul li a {
  font: normal 12px "SegoeUISemiBold", Arial, sans-serif !important;
  color: #2e2925;
  line-height: 25px !important;
}

.universalfooter.home-workplace-nav .link-list ul li:last-of-type a {
  padding: 40px 0 48px 0;
}

.universalfooter.home-workplace-nav .link-list.desktop {
  position: relative;
  overflow: hidden;
  border-bottom: none solid #00539e !important;
  border-left: 1px solid;
  padding-left: 21px;
  text-align: left;
}

.universalfooter.home-workplace-nav .link-list.desktop ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-left: 0;
}

.universalfooter.home-workplace-nav .link-list.desktop ul li {
  border-left: none;
}

.universalfooter.home-workplace-nav .link-list.desktop ul li a {
  padding: 0;
  color: #000000;
}

.universalfooter.home-workplace-nav .link-list.desktop ul li a:hover {
  color: #000000;
}

.universalfooter.home-workplace-nav .link-list.desktop ul li:last-of-type {
  padding-right: 0;
}

.universalfooter.home-workplace-nav .link-list.desktop ul li:last-of-type a {
  padding: 0;
}

.universalfooter.home-workplace-nav .link-list.desktop ul li:first-of-type {
  padding-left: 0;
}

.universalfooter footer .universalfooter:last-of-type {
  background: #f0f0f0;
  padding: 8px 25px;
}

.universalfooter footer .universalfooter:last-of-type .container .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.universalfooter footer .universalfooter .footer-basement .content-wrap .links li a {
  color: #ffffff;
}

.universalfooter footer .universalfooter .footer-basement .content-wrap .links li a:hover {
  text-decoration: none;
}

.universalfooter footer .col-md-12 > .col-wrap {
  display: none;
}

.universalfooter .legalbar-mobile {
  display: none;
}

.universalfooter.compliance-mobile {
  display: none;
}

.universalfooter.footerlogo {
  padding-top: 40px;
  padding-bottom: 0;
}

.universalfooter.footerlogo .container .col-md-3:last-child .footer-nav img {
  width: 135px;
  margin: 5px 18px 0px 0px;
  /* Bug 150115 - Content is not left aligned (Footer)  */
}

.universalfooter.footerlogo .container .col-md-3:last-child {
  text-align: right;
}

.universalfooter.footerlogo .footer-basement {
  margin-top: 25px;
}

.residential .universalfooter.home-workplace-nav .link-list.desktop[data-pagetype="Commercial"] {
  display: none;
}

.commercial .universalfooter.home-workplace-nav .link-list.desktop[data-pagetype="Residential"] {
  display: none;
}

.Trion-commercial #footer .component.col-12 {
  padding-right: 0;
  padding-left: 0;
}

@media (max-width: 1024px) {
  .universalfooter .link-list ul li a {
    font: normal 12px "SegoeUISemiBold", Arial, sans-serif !important;
    color: #2e2925;
    line-height: 25px !important;
    text-align: left;
  }
  .universalfooter .contact {
    margin-bottom: 50px;
  }
  .universalfooter .contact .text,
  .universalfooter .contact .tel {
    display: block;
    color: #000000;
    margin-bottom: 5px;
  }
  .universalfooter .contact .tel {
    font-family: "SegoeUIBold", Arial, sans-serif;
    font-size: 20px;
  }
  .universalfooter .contact .cta {
    margin: 5px;
    width: 100%;
    padding: 10px 10px;
    text-align: center;
    font: normal 12px "SegoeUISemiBold", Arial, sans-serif;
    letter-spacing: -0.12px;
    margin-bottom: 25px;
    border: 2px solid #00539e;
    background-color: #00539e;
    color: #ffffff;
  }
  .universalfooter .contact .cta:visited {
    color: #ffffff;
  }
  .universalfooter .contact .cta:hover, .universalfooter .contact .cta:focus {
    border: 2px solid #00539e;
    background-color: #00539e;
    color: #ffffff;
  }
  .universalfooter .contact .cta::after {
    display: none;
  }
  .universalfooter.no-gradient {
    background: #f0f0f0;
    padding: 30px 0px 0px;
    padding: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .universalfooter.no-gradient .col-md-6 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .universalfooter.no-gradient .col-md-6 .title {
    color: #333740;
    text-transform: none;
    padding-bottom: 10px;
    margin-left: 0;
  }
  .universalfooter.no-gradient.grey {
    background-color: #f0f0f0;
    margin: 0px;
    margin-top: 30px;
  }
  .universalfooter.no-gradient .link-list ul {
    display: block;
  }
  .universalfooter.no-gradient .link-list ul li a {
    color: #00539e;
    padding-top: 10px;
  }
  .universalfooter.no-gradient .cols-wrap .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .universalfooter.no-gradient .cols-wrap .col-md-3:first-of-type {
    max-width: 100%;
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .universalfooter.no-gradient .cols-wrap .col-md-3:last-of-type {
    padding-bottom: 20px;
  }
  .universalfooter.no-gradient .cols-wrap > .row {
    margin: 0;
  }
  .universalfooter.no-gradient .cols-wrap > .row div {
    padding: 0;
    text-align: center;
  }
  .universalfooter footer > .container {
    border-top: none;
  }
  .universalfooter footer > .container > .row > .col-md-12 {
    padding: 15px;
  }
  .universalfooter .social {
    margin: 0;
    padding: 0;
    border: none;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 5px;
    margin-right: 5px;
  }
  .universalfooter .social .title {
    font: normal 12px "SegoeUIBold", Arial, sans-serif;
    color: #ffffff;
  }
  .universalfooter .social .title .active {
    font: normal 12px "SegoeUIBold", Arial, sans-serif;
  }
  .universalfooter .link-list.mobile {
    display: block;
  }
  .universalfooter .link-list.desktop {
    display: none;
  }
  .universalfooter .footer-nav {
    margin-bottom: 20px;
  }
  .universalfooter .footer-nav img {
    width: 150px;
    height: auto;
    margin-top: 0px;
    margin-left: 0;
  }
  .universalfooter .footer-nav .links {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 40px;
  }
  .universalfooter .footer-nav .links li {
    margin: 5px 0;
  }
  .universalfooter .footer-nav .links li a,
  .universalfooter .footer-nav .links li a:visited {
    font-size: 14px;
    color: #000000;
    font-family: "SegoeUIRegular", Arial, sans-serif;
    line-height: 1.5;
    display: block;
  }
  .universalfooter .footer-basement {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
  }
  .universalfooter .footer-basement .content-wrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px 0px;
  }
  .universalfooter .footer-basement .content-wrap .legal {
    width: 100%;
    max-width: 100%;
    text-align: center;
    font: normal 11px "SegoeUIRegular", Arial, sans-serif;
    letter-spacing: -0.08px;
    line-height: 16px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: block;
  }
  .universalfooter .footer-basement .content-wrap .links {
    list-style: none;
    padding-top: 20px;
    padding-bottom: 5px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .universalfooter .footer-basement .content-wrap .links li a {
    font: normal 11px "SegoeUIRegular", Arial, sans-serif;
    color: #2e2925;
    letter-spacing: -0.08px;
  }
  .universalfooter .footer-basement .row {
    margin: 0;
  }
  .universalfooter.home-workplace-nav {
    display: none;
  }
  .universalfooter.home-workplace-nav .link-list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .universalfooter.home-workplace-nav .link-list ul li a {
    padding: 0;
  }
  .universalfooter.home-workplace-nav .link-list ul li:last-of-type a {
    padding: 0;
  }
  .universalfooter footer {
    background: #f0f0f0;
  }
  .universalfooter footer .universalfooter:last-of-type {
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .universalfooter footer .col-md-12 > .col-wrap {
    display: block;
  }
  .universalfooter footer .col-md-12 > .col-wrap .row {
    margin: 0;
  }
  .universalfooter footer .col-md-12 > .col-wrap .row > .col-md-4 {
    padding: 0;
  }
  .universalfooter footer .col-md-12 > .col-wrap .row > .col-md-4 .col-md-12 {
    padding: 0;
  }
  .universalfooter .col-md-7 .footer-basement {
    display: none;
  }
  .universalfooter .col-md-7,
  .universalfooter .col-md-5 {
    padding: 0;
  }
  .universalfooter .link-list.mobile .accordionItem .accordionItemHeading.has-dropdown {
    background: transparent;
    border-bottom: 1px solid #000000;
    font: normal 12px "SegoeUISemiBold", Arial, sans-serif;
    color: #000000;
    padding: 20px 0;
    margin-left: 5px;
  }
  .universalfooter .link-list.mobile .accordionItem .accordionItemHeading.has-dropdown:after {
    margin-left: 10px;
    margin-right: 5px;
    position: static;
  }
  .universalfooter .link-list.mobile .accordionItem:not(.close) .accordionItemContent {
    background: transparent;
    color: #000000;
    margin-left: 10px;
  }
  .universalfooter .link-list.mobile .accordionItem:not(.close) .accordionItemHeading.has-dropdown:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .universalfooter .col-md-6 .link-list.mobile .accordionItem .accordionItemHeading.brand.has-dropdown {
    border: none;
  }
  .universalfooter > footer .universalfooter:last-of-type .container .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .universalfooter > footer > .container > .row {
    margin: 0;
  }
  .universalfooter > footer > .container > .row > .col-md-12 {
    padding: 15px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .universalfooter > footer .col-md-12 > .col-wrap {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    background: #00539e;
  }
  .universalfooter > footer .col-md-12 > .col-wrap .col-md-4:not(:last-of-type) {
    display: none;
  }
  .universalfooter footer .universalfooter .legalbar-mobile {
    display: block;
    padding: 0;
  }
  .universalfooter footer .universalfooter .legalbar-mobile .col-md-12 {
    padding: 0;
  }
  .universalfooter.footerlogo .container .col-md-3:last-child .footer-nav img {
    width: 135px;
    margin: 5px 0px 0px;
  }
  .compliance-mobile {
    display: block !important;
    padding: 40px 24px 40px 24px;
    background-color: #dfe0de;
  }
  .compliance-mobile .link-list.mobile .accordionItemHeading {
    background: transparent;
    border: none;
    font: normal 12px "SegoeUISemiBold", Arial, sans-serif;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0;
    line-height: 25px;
  }
  .compliance-mobile .link-list.mobile .accordionItemContent ul li a {
    color: #000000;
  }
  .footerlogo .container {
    padding: 0;
  }
  .footerlogo .container .cols-wrap .row {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .footerlogo .container .cols-wrap .row .col-md-3 {
    padding: 0 24px;
  }
  .footerlogo .container .cols-wrap .row .col-md-3 .footer-nav {
    margin-bottom: 0;
  }
  .footerlogo .container .cols-wrap .row .col-md-6 {
    padding-bottom: 30px;
    padding-top: 30px;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .footerlogo .container .cols-wrap .row .col-md-6 .title {
    text-align: center;
  }
  .footerlogo .container .cols-wrap .row .col-md-6 ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footerlogo .container .cols-wrap .row .col-md-6 ul li {
    margin-right: 20px;
    margin-left: 20px;
  }
  .footerlogo .footer-basement {
    margin-top: 0 !important;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .universalfooter .footer-basement {
    margin: 0;
  }
  .universalfooter .social {
    padding: 0;
    border: none;
  }
}

@media (max-width: 767px) {
  .universalfooter .home-workplace-nav {
    display: none;
  }
  .universalfooter.compliance-mobile {
    display: block;
  }
}

header.universalheader .desktop {
  background: rgba(249, 249, 249, 0.9);
  box-shadow: none;
}

header.universalheader .desktop .container {
  max-width: 1170px;
  padding: 0 40px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1024px) {
  header.universalheader .desktop .container {
    max-width: 100%;
    padding: 0 30px;
  }
}

header.universalheader .desktop .nav-bar {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

header.universalheader .desktop .nav-bar .logo img {
  width: 200px;
  height: auto;
}

header.universalheader .desktop .nav-bar > .nav {
  margin-left: auto;
}

header.universalheader .desktop .nav-bar > .nav > li {
  letter-spacing: 1px;
  color: #2e2925;
  margin: 0 5px;
  padding: 0 10px;
  line-height: 17px;
  text-transform: uppercase;
}

header.universalheader .desktop .nav-bar > .nav > li > span.nav-item-text:after,
header.universalheader .desktop .nav-bar > .nav > li > a:after,
header.universalheader .desktop .nav-bar > .nav > li a:visited:after {
  content: "";
  background: none;
}

header.universalheader .desktop .nav-bar > .nav > li > span.nav-item-text:hover, header.universalheader .desktop .nav-bar > .nav > li > span.nav-item-text:focus,
header.universalheader .desktop .nav-bar > .nav > li > a:hover,
header.universalheader .desktop .nav-bar > .nav > li > a:focus,
header.universalheader .desktop .nav-bar > .nav > li a:visited:hover,
header.universalheader .desktop .nav-bar > .nav > li a:visited:focus {
  background-color: transparent;
}

header.universalheader .desktop .nav-bar > .nav > li:hover > span.nav-item-text:after,
header.universalheader .desktop .nav-bar > .nav > li:hover > a:after,
header.universalheader .desktop .nav-bar > .nav > li:hover a:visited:after, header.universalheader .desktop .nav-bar > .nav > li:focus > span.nav-item-text:after,
header.universalheader .desktop .nav-bar > .nav > li:focus > a:after,
header.universalheader .desktop .nav-bar > .nav > li:focus a:visited:after {
  background: none;
  background-size: 0;
  width: 0;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown.active {
  background: -webkit-gradient(linear, right top, left top, from(#00539e), color-stop(80%, #00bbe3)) left top transparent no-repeat;
  background: -webkit-linear-gradient(right, #00539e 0%, #00bbe3 80%) left top transparent no-repeat;
  background: linear-gradient(to left, #00539e 0%, #00bbe3 80%) left top transparent no-repeat;
  background-size: 100% 5px;
  background-color: #ffffff;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown:after {
  content: none;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .nav-item-text {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .nav-item-text:after {
  content: url(../Images/Base/dist/icon-caret.svg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-left: 10px;
  position: static;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .nav-item-text:hover {
  background-color: transparent;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown-layout .nav-item-text:after {
  -webkit-transform: initial;
  -ms-transform: initial;
  transform: initial;
  content: inherit;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown:hover .nav-item-text:after {
  width: auto;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown {
  box-shadow: 0 0 40px -9px rgba(46, 41, 37, 0.08);
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout {
  box-shadow: 0 1px 3px 2px rgba(240, 240, 240, 0.41);
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .dropdown-title {
  line-height: 21px;
  font: normal 18px "SegoeUISemiBold", Arial, sans-serif;
  color: #00539e;
  letter-spacing: -0.11px;
  margin-bottom: 30px;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout a:hover {
  text-decoration: none;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .row {
  border-top: none;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .row:last-of-type {
  padding: 0;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .row:last-of-type .col-md-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .row > div {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .container .row .dropdown-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 0;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .container .row .dropdown-list.one-column {
  -webkit-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 0;
  column-gap: 0;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .container .row .dropdown-list.two-column {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 50px;
  column-gap: 50px;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .container .row .dropdown-list.three-column {
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 50px;
  column-gap: 50px;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .container .row .dropdown-list li {
  margin: 0;
  font: normal 16px "SegoeUISemiBold", Arial, sans-serif;
  letter-spacing: -0.09px;
  line-height: 19px;
  text-decoration: none;
  padding: 0 0 15px 0;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .container .row .dropdown-list li:after {
  content: none;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .container .row .dropdown-list li a {
  color: #2e2925;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .container .row .dropdown-list li a:hover, header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .container .row .dropdown-list li a:focus, header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .container .row .dropdown-list li a:visited {
  text-decoration: none;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .container .row .dropdown-list li a:hover:before, header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .container .row .dropdown-list li a:focus:before, header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .container .row .dropdown-list li a:visited:before {
  border-bottom-color: #2e2925;
  width: 100%;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .container .row .dropdown-list li a:before {
  bottom: -3px;
  border-bottom: 1px solid;
  content: "";
  left: 0;
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
  width: 0;
  position: absolute;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .promo-callout img {
  width: 335px;
  margin-bottom: 15px;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .promo-callout h3 {
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 20px;
  color: #2e2925;
  text-transform: none;
  letter-spacing: 0;
  width: 80%;
  margin-bottom: 20px;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .promo-callout .cta {
  text-decoration: none;
  position: relative;
  padding-bottom: 0;
  display: inline;
  font-size: 14px;
  font-family: "SegoeUIBold", Arial, sans-serif;
  text-transform: none;
  letter-spacing: 0;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .promo-callout .cta:hover, header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .promo-callout .cta:focus {
  text-decoration: underline;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .promo-callout .cta:before {
  content: none;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .promo-callout .cta:after {
  content: none;
  background: none;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .promo-callout .cta, header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .promo-callout .cta:visited {
  color: #0074dc;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .promo-callout .cta:hover, header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .promo-callout .cta:focus {
  color: #0074dc;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .promo-callout .cta:before {
  border-bottom-color: #0074dc;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .contact {
  margin-bottom: 50px;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .contact .text,
header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .contact .tel {
  display: block;
  color: #000000;
  margin-bottom: 5px;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 1.5;
  text-transform: none;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .contact .tel {
  font-family: "SegoeUIBold", Arial, sans-serif;
  font-size: 16px;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .contact .cta {
  background: #00539e;
  cursor: pointer;
  display: inline-block;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 16px;
  padding: 17px 28px 15px;
  text-transform: capitalize;
  margin: 10px 0;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .contact .cta:hover:after {
  content: "";
  height: 3px;
  width: auto;
  background: -webkit-gradient(linear, right top, left top, from(#00539e), color-stop(80%, #00bbe3)) left bottom transparent no-repeat;
  background: -webkit-linear-gradient(right, #00539e 0%, #00bbe3 80%) left bottom transparent no-repeat;
  background: linear-gradient(to left, #00539e 0%, #00bbe3 80%) left bottom transparent no-repeat;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .social {
  margin-bottom: 60px;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .social .title {
  color: #2e2925;
  margin-bottom: 20px;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.4;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .social .text {
  display: block;
  color: #000000;
  margin-bottom: 5px;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 1.5;
  text-transform: none;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .social ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .social ul li {
  margin-right: 40px;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .social ul li a:hover, header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .social ul li a:focus,
header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .social ul li a:visited:hover,
header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .social ul li a:visited:focus {
  opacity: 0.75;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .find-a-location {
  margin-bottom: 50px;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .find-a-location label {
  display: block;
  color: #000000;
  margin-bottom: 5px;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  letter-spacing: 0;
  font-size: 18px;
  line-height: 1.5;
  text-transform: none;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .find-a-location .field-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .find-a-location .field-wrap input {
  padding-right: 50px;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .find-a-location .field-wrap .search {
  border: none;
  outline: none;
  background-color: transparent;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .heading {
  display: block;
  color: #000000;
  margin-bottom: 5px;
  font-family: "SegoeUIBold", Arial, sans-serif;
  letter-spacing: 0;
  font-size: 18px;
  line-height: 1.5;
  text-transform: none;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .text-link-2 {
  color: #00539e;
  font: normal 20px "SegoeUISemiBold", Arial, sans-serif;
  text-decoration: none;
  letter-spacing: 0;
  text-transform: none;
  letter-spacing: -0.13px;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .text-link-2:hover:before {
  border-bottom-color: #00539e;
  width: 100%;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .text-link-2:before {
  bottom: -3px;
  border-bottom: 1px solid;
  content: "";
  left: 0;
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
  width: 0;
  position: absolute;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .text-link-2:after {
  content: url("../Images/Base/dist/icon-caret-darkblue.svg");
  margin-left: 10px;
}

header.universalheader .desktop .nav-bar > .nav > li a {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

header.universalheader .desktop .nav-bar .search {
  margin-left: 10px;
}

header.universalheader .desktop .nav-bar .how-to-buy {
  background: #00539e;
  cursor: pointer;
  display: inline-block;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 16px;
  padding: 17px 28px 15px;
  text-transform: capitalize;
  padding: 10px 15px;
  margin: 10px 0 10px 10px;
}

header.universalheader .desktop .nav-bar .how-to-buy:hover:after {
  content: "";
  height: 3px;
  width: auto;
  background: -webkit-gradient(linear, right top, left top, from(#00539e), color-stop(80%, #00bbe3)) left bottom transparent no-repeat;
  background: -webkit-linear-gradient(right, #00539e 0%, #00bbe3 80%) left bottom transparent no-repeat;
  background: linear-gradient(to left, #00539e 0%, #00bbe3 80%) left bottom transparent no-repeat;
}

header.universalheader .desktop .nav-bar .how-to-buy:hover {
  background: #00539e;
  color: #ffffff;
}

header.universalheader .desktop .utilitybrandbar + .container .nav-bar > .nav > li.has-dropdown .dropdown {
  top: 144px;
}

header.universalheader .desktop .utilitybrandbar .utilitybrandbar-wrap .utility-wrap {
  position: relative;
  z-index: 5;
}

header.universalheader .desktop .utilitybrandbar .utilitybrandbar-wrap .utility-wrap .utilitybrandbar__links {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #2e2925;
  margin: 0;
  list-style: none;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 13px;
  color: #5f6369;
  position: relative;
  top: 13px;
  text-transform: none;
  z-index: 3;
  padding-left: 40px;
}

header.universalheader .desktop .utilitybrandbar .utilitybrandbar-wrap .utility-wrap .utilitybrandbar__links li {
  color: #2e2925;
}

header.universalheader .desktop .utilitybrandbar .utilitybrandbar-wrap .utility-wrap .utilitybrandbar__links li a {
  text-decoration: none;
  padding: 0 0px;
}

header.universalheader .desktop .utilitybrandbar .utilitybrandbar-wrap .utility-wrap .utilitybrandbar__links li a:hover {
  color: inherit;
}

header.universalheader .desktop .utilitybrandbar .utilitybrandbar-wrap .utility-wrap .utilitybrandbar__links:after {
  content: "|";
  color: #adafb2;
  /*New*/
}

header.universalheader .desktop .utilitybrandbar .utilitybrandbar-wrap .utility-wrap .utilitybrandbar__links:last-child:after {
  content: "";
  /*New*/
}

header.universalheader .search-button {
  background: none;
  border: 0;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  will-change: contents;
}

header.universalheader .search-button, header.universalheader .search-button:focus, header.universalheader .search-button:active {
  outline: none;
}

header.universalheader .search-button:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.residential header.universalheader .desktop .nav-bar > .nav > li,
.commercial header.universalheader .desktop .nav-bar > .nav > li {
  padding: 0 8px;
}

.residential header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .nav-item-text:after,
.commercial header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .nav-item-text:after {
  margin-left: 7px;
}

.residential header.universalheader .desktop .nav-bar > .nav > li.has-dropdown.active,
.commercial header.universalheader .desktop .nav-bar > .nav > li.has-dropdown.active {
  background: -webkit-gradient(linear, right top, left top, from(#00539e), color-stop(80%, #00bbe3)) left top transparent no-repeat;
  background: -webkit-linear-gradient(right, #00539e 0%, #00bbe3 80%) left top transparent no-repeat;
  background: linear-gradient(to left, #00539e 0%, #00bbe3 80%) left top transparent no-repeat;
  background-size: 100% 5px;
  box-shadow: 0px -11px 20px 0px rgba(180, 179, 179, 0.31);
}

.residential header.universalheader .desktop section.utilitybrandbar .utilitybrandbar-wrap .utility-wrap .utilitybrandbar__links:after,
.commercial header.universalheader .desktop section.utilitybrandbar .utilitybrandbar-wrap .utility-wrap .utilitybrandbar__links:after {
  border-left: 1px solid #979797;
  content: "";
}

.residential header.universalheader .desktop section.utilitybrandbar .utilitybrandbar-wrap .utility-wrap .utilitybrandbar__links li a,
.commercial header.universalheader .desktop section.utilitybrandbar .utilitybrandbar-wrap .utility-wrap .utilitybrandbar__links li a {
  letter-spacing: 0;
  color: #040404;
}

.residential header.universalheader .desktop section.utilitybrandbar .utilitybrandbar-wrap .utility-wrap .utilitybrandbar__links li:first-of-type {
  cursor: default;
  color: #c0c0c0;
}

.residential header.universalheader .desktop section.utilitybrandbar .utilitybrandbar-wrap .utility-wrap .utilitybrandbar__links li:first-of-type a {
  color: #c0c0c0;
}

.residential header.universalheader .desktop section.utilitybrandbar .utilitybrandbar-wrap .utility-wrap .utilitybrandbar__links li:last-of-type {
  cursor: pointer;
}

.commercial header.universalheader .desktop section.utilitybrandbar .utilitybrandbar-wrap .utility-wrap .utilitybrandbar__links li:last-of-type {
  color: #c0c0c0;
  cursor: default;
}

.commercial header.universalheader .desktop section.utilitybrandbar .utilitybrandbar-wrap .utility-wrap .utilitybrandbar__links li:last-of-type a {
  color: #c0c0c0;
}

.commercial header.universalheader .desktop section.utilitybrandbar .utilitybrandbar-wrap .utility-wrap .utilitybrandbar__links li:first-of-type {
  cursor: pointer;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .dropdown-list li a::after,
header.universalheader header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .dropdown-list li a:visited::after {
  background: none;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .row:last-of-type .col-md-4 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (max-width: 1400px) {
  header.universalheader .desktop .nav-bar .search {
    margin-left: 10px;
  }
}

@media (max-width: 1190px) {
  header.universalheader .desktop .nav-bar .nav {
    margin-left: 30px;
  }
  header.universalheader .desktop .nav-bar .search {
    margin-left: 10px;
  }
}

@media (max-width: 1024px) {
  body.no-scroll {
    overflow-y: scroll;
    position: relative;
  }
  header.universalheader .mobile .container {
    padding: 0 30px;
  }
  header.universalheader .mobile .nav-bar .logo {
    position: relative;
    bottom: 3px;
  }
  header.universalheader .mobile .nav-bar .logo img {
    width: 140px;
    height: auto;
  }
  header.universalheader .mobile .nav-bar .how-to-buy {
    background: #00539e;
    cursor: pointer;
    display: inline-block;
    font-family: "SegoeUISemiBold", Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 16px;
    padding: 17px 28px 15px;
    text-transform: capitalize;
    padding: 10px 15px;
    margin: 10px 0 10px 10px;
    font-size: 11px;
  }
  header.universalheader .mobile .nav-bar .how-to-buy:hover:after {
    content: "";
    height: 3px;
    width: auto;
    background: -webkit-gradient(linear, right top, left top, from(#00539e), color-stop(80%, #00bbe3)) left bottom transparent no-repeat;
    background: -webkit-linear-gradient(right, #00539e 0%, #00bbe3 80%) left bottom transparent no-repeat;
    background: linear-gradient(to left, #00539e 0%, #00bbe3 80%) left bottom transparent no-repeat;
  }
  .overlay {
    scroll-behavior: smooth;
  }
  .overlay .overlay-content nav {
    display: block;
    margin: 0 0 45px 0;
  }
  .overlay .overlay-content nav ul.nav {
    font-family: "SegoeUIRegular", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0.2px;
    text-transform: none;
    padding: 0;
    border: none;
  }
  .overlay .overlay-content nav ul.secondary {
    font-size: 16px;
    text-transform: none;
    letter-spacing: 0;
    font-family: "SegoeUIRegular", Arial, sans-serif;
    padding: 20px 0;
    border-bottom: 1px solid #c7c9c8;
  }
  .overlay .overlay-content nav ul.secondary li {
    padding: 10px 0;
  }
  .overlay .overlay-content nav ul li {
    width: 100%;
    text-align: left;
    font: normal 16px "SegoeUISemiBold", Arial, sans-serif;
    padding: 30px 30px 0 30px;
    color: #2e2925;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
  }
  .overlay .overlay-content nav ul li span.nav-item-text,
  .overlay .overlay-content nav ul li a {
    font: normal 18px "SegoeUISemiBold", Arial, sans-serif;
    letter-spacing: -0.12px;
  }
  .overlay .overlay-content nav ul li a,
  .overlay .overlay-content nav ul li button {
    color: #2e2925;
    display: inline-block;
    border: none;
    background-color: transparent;
    padding: 0;
  }
  .overlay .overlay-content nav ul li a:hover,
  .overlay .overlay-content nav ul li button:hover {
    text-decoration: none;
    color: #333740;
    border-bottom: none;
    padding-bottom: 0;
    outline: none;
  }
  .overlay .overlay-content nav ul li a:focus,
  .overlay .overlay-content nav ul li button:focus {
    text-decoration: none;
    color: #333740;
    border-bottom: none;
    padding-bottom: 0;
  }
  .overlay .overlay-content nav ul li.has-dropdown:after {
    content: url("../Images/Base/dist/icon-caret.svg");
    display: inline-block;
    margin-left: 5px;
  }
  .overlay .overlay-content nav ul li.has-dropdown .dropdown {
    display: block;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 6;
    top: 0;
    left: 1024px;
    padding: 0;
    background: #ffffff;
    overflow-y: scroll;
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .mobile-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: none;
    height: auto;
    padding: 5px 25px;
    border-bottom: 1px solid #c0c0c0;
  }
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .mobile-header .closeSubNav {
    display: block;
    cursor: pointer;
    padding: 0;
    font: normal 11px "SegoeUIBold", Arial, sans-serif;
    color: #2e2925;
    letter-spacing: -0.07px;
    text-transform: capitalize;
  }
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .mobile-header .closeSubNav:before {
    content: url("../Images/Base/dist/icon-caret.svg");
    display: inline-block;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    font: normal 11px "SegoeUILight", Arial, sans-serif;
    margin-right: 5px;
  }
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .mobile-header .closeNav {
    background-color: transparent;
    border: none;
    margin-left: auto;
  }
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .mobile-header .closeNav .close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px 0;
  }
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .mobile-header .closeNav .close img {
    width: 20px;
  }
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .dropdown-layout {
    width: 100%;
    right: 0;
    background-color: #ffffff;
    padding: 0 25px;
  }
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .dropdown-layout .container {
    padding: 0;
  }
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .dropdown-layout .container .promo-callout {
    display: none;
  }
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .dropdown-layout .row {
    border-top: none;
    padding-top: 20px;
  }
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .dropdown-layout .row:first-child {
    border-top: none;
  }
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .dropdown-layout .row:last-child {
    margin-bottom: 50px;
  }
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .dropdown-layout .dropdown-title {
    display: block;
    color: #2e2925;
    font: normal 18px "SegoeUISemiBold", Arial, sans-serif;
    line-height: 24px;
    margin: 0;
    padding: 15px 0;
    letter-spacing: -0.12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .dropdown-layout .show-arrow .dropdown-title:after {
    content: url(../Images/Base/dist/icon-caret.svg);
  }
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .dropdown-layout ul {
    font-family: "SegoeUIRegular", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: 40px;
    display: block;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 6;
    top: 0;
    left: 1024px;
    padding: 0 25px;
    background: #ffffff;
    overflow-y: scroll;
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .dropdown-layout ul li {
    padding: 15px 0;
    color: #00539e;
  }
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .dropdown-layout ul li button,
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .dropdown-layout ul li a,
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .dropdown-layout ul li a:visited {
    color: #00539e;
  }
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .dropdown-layout ul li:after {
    content: url("../Images/Base/dist/icon-caret.svg");
    display: inline-block;
    margin-left: 5px;
  }
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .dropdown-layout ul li.dropdownlist-title {
    font: normal 16px "SegoeUIBold", Arial, sans-serif;
    color: #878a8f;
    letter-spacing: 2px;
  }
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .dropdown-layout ul li.dropdownlist-title:after {
    content: none;
  }
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .dropdown-layout ul.dropdown-list {
    margin-bottom: 0;
    position: fixed;
    left: 1024px;
  }
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .dropdown-layout ul.dropdown-list li a {
    color: #2e2925;
    line-height: 24px;
    font: normal 18px "SegoeUISemiBold", Arial, sans-serif;
    letter-spacing: -0.12px;
  }
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .dropdown-layout ul.sub-menu {
    left: 0;
    top: 90px;
  }
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .dropdown-layout .contact {
    margin-bottom: 50px;
  }
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .dropdown-layout .contact .text,
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .dropdown-layout .contact .tel {
    display: block;
    color: #000000;
    margin-bottom: 5px;
    font-family: "SegoeUIRegular", Arial, sans-serif;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 1.5;
    text-transform: none;
  }
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .dropdown-layout .contact .tel {
    font-family: "SegoeUIBold", Arial, sans-serif;
    font-size: 16px;
  }
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .dropdown-layout .contact .cta {
    background: #00539e;
    cursor: pointer;
    display: inline-block;
    font-family: "SegoeUISemiBold", Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 16px;
    padding: 17px 28px 15px;
    text-transform: capitalize;
    margin: 10px 0;
  }
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .dropdown-layout .contact .cta:hover:after {
    content: "";
    height: 3px;
    width: auto;
    background: -webkit-gradient(linear, right top, left top, from(#00539e), color-stop(80%, #00bbe3)) left bottom transparent no-repeat;
    background: -webkit-linear-gradient(right, #00539e 0%, #00bbe3 80%) left bottom transparent no-repeat;
    background: linear-gradient(to left, #00539e 0%, #00bbe3 80%) left bottom transparent no-repeat;
  }
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .dropdown-layout .social {
    margin-bottom: 60px;
  }
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .dropdown-layout .social .title {
    display: block;
    color: #2e2925;
    margin-bottom: 5px;
    font-family: "SegoeUIRegular", Arial, sans-serif;
    letter-spacing: 0;
    font-size: 18px;
    line-height: 1.5;
    text-transform: none;
  }
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .dropdown-layout .social .text {
    display: block;
    color: #2e2925;
    margin-bottom: 5px;
    font-family: "SegoeUIRegular", Arial, sans-serif;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 1.5;
    text-transform: none;
  }
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .dropdown-layout .social ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .dropdown-layout .social ul li {
    margin-right: 40px;
  }
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .dropdown-layout .social ul li a:hover, .overlay .overlay-content nav ul li.has-dropdown .dropdown .dropdown-layout .social ul li a:focus,
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .dropdown-layout .social ul li a:visited:hover,
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .dropdown-layout .social ul li a:visited:focus {
    opacity: 0.75;
  }
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .dropdown-layout .social ul li:after {
    content: none;
  }
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .dropdown-layout .find-a-location {
    margin-bottom: 50px;
  }
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .dropdown-layout .find-a-location label {
    display: block;
    color: #2e2925;
    margin-bottom: 5px;
    font-family: "SegoeUIRegular", Arial, sans-serif;
    letter-spacing: 0;
    font-size: 18px;
    line-height: 1.5;
    text-transform: none;
  }
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .dropdown-layout .find-a-location .field-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .dropdown-layout .find-a-location .field-wrap input {
    padding-right: 50px;
  }
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .dropdown-layout .find-a-location .field-wrap .search {
    border: none;
    outline: none;
    background-color: transparent;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
  }
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .dropdown-layout .heading {
    display: block;
    color: #2e2925;
    margin-bottom: 5px;
    font-family: "SegoeUIRegular", Arial, sans-serif;
    letter-spacing: 0;
    font-size: 18px;
    line-height: 1.5;
    text-transform: none;
  }
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .dropdown-layout .text-link-2 {
    color: #00539e;
    font-size: 16px;
    letter-spacing: 0;
    text-transform: none;
    display: none;
  }
  .overlay .overlay-content nav ul li:first-of-type .nav-item-text:before {
    content: url(../Images/Base/dist/icon_home.svg);
  }
  .overlay .overlay-content nav ul li:nth-of-type(2) .nav-item-text:before {
    content: url(../Images/Base/dist/icon_residential.svg);
  }
  .overlay .overlay-content nav ul li span.nav-item-text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .overlay .overlay-content nav ul li span.nav-item-text:before {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 12px;
  }
  .overlay .overlay-content nav ul li .dropdown .dropdown-layout .dropdown-title {
    padding: 30px 30px 0 0;
  }
  .overlay .overlay-content nav ul li .dropdown .dropdown-layout .dropdown-title:after {
    right: 20px;
    position: absolute;
  }
  .overlay .overlay-content nav ul li .dropdown .dropdown-layout .mainmenu-title {
    padding: 15px 15px 0 15px;
  }
  .overlay .overlay-content nav ul li .dropdown .dropdown-layout .nav-item-text {
    font: normal 16px "SegoeUIBold", Arial, sans-serif;
    color: #878a8f;
    letter-spacing: 2px;
    padding: 0;
  }
  .overlay .overlay-content nav .overlay-header {
    border-bottom: 1px solid #c0c0c0;
    padding: 30px 25px;
    height: auto;
  }
  .overlay .overlay-content nav .overlay-header .closeNav .close img {
    width: 20px;
    font-family: "SegoeUILight", Arial, sans-serif;
  }
  .overlay .overlay-content .mainmenu-title > span {
    font: normal 16px "SegoeUIBold", Arial, sans-serif;
    color: #878a8f;
    letter-spacing: 2px;
    padding: 5px 0;
    display: inline-block;
  }
  .overlay .overlay-content .utilitybrandbar {
    display: block;
  }
  .overlay .overlay-content .utilitybrandbar .utilitybrandbar-wrap .utility-wrap,
  .overlay .overlay-content .utilitybrandbar .utilitybrandbar-wrap .brand-wrap {
    border: none;
    border-top: 1px solid #c0c0c0;
    padding: 0;
  }
  .overlay .overlay-content .utilitybrandbar .utilitybrandbar-wrap .utility-wrap {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    /*New*/
  }
  .overlay .overlay-content .utilitybrandbar .utilitybrandbar-wrap .utility-wrap .utilitybrandbar__links {
    padding: 15px 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: block;
  }
  .overlay .overlay-content .utilitybrandbar .utilitybrandbar-wrap .utility-wrap .utilitybrandbar__links li {
    font-family: "SegoeUIRegular", Arial, sans-serif;
    font-size: 13px;
    margin-bottom: 24px;
  }
  .overlay .overlay-content .utilitybrandbar .utilitybrandbar-wrap .utility-wrap .utilitybrandbar__links li a {
    color: #5f6369 !important;
    /*New*/
  }
  .overlay .overlay-content .utilitybrandbar .utilitybrandbar-wrap .accordionItem {
    padding: 20px 25px;
  }
  .overlay .overlay-content .utilitybrandbar .utilitybrandbar-wrap .accordionItem .accordionItemHeading {
    color: #2e2925;
  }
  .commercial .overlay .overlay-content nav ul li span.nav-item-text:before,
  .residential .overlay .overlay-content nav ul li span.nav-item-text:before {
    content: none;
  }
  .commercial .overlay .overlay-content .utilitybrandbar .utilitybrandbar-wrap .utility-wrap .utilitybrandbar__links,
  .residential .overlay .overlay-content .utilitybrandbar .utilitybrandbar-wrap .utility-wrap .utilitybrandbar__links {
    display: block;
  }
  .commercial .utilitybrandbar .utilitybrandbar-wrap .utility-wrap .utilitybrandbar__links li:last-of-type {
    display: none;
  }
  .residential .utilitybrandbar .utilitybrandbar-wrap .utility-wrap .utilitybrandbar__links li:first-of-type {
    display: none;
  }
  span.dropdown-title.add-arrow:after {
    content: url(../Images/Base/dist/icon-caret.svg);
    display: inline-block;
    margin-left: 5px;
  }
}

@media (max-width: 767px) {
  header.universalheader .mobile .container {
    padding: 0 30px;
  }
  header.universalheader .mobile .nav-bar .logo img {
    width: 140px;
    height: auto;
  }
  header.universalheader .mobile .nav-bar .how-to-buy {
    font-size: 10px;
  }
}

.universal-headerlarge {
  min-height: 348px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.universal-headerlarge-button {
  background: #00539e;
  cursor: pointer;
  display: inline-block;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 16px;
  padding: 17px 28px 15px;
  text-transform: capitalize;
  padding: 8px 50px;
  background: none !important;
  border: 2px solid #ffffff;
  color: #ffffff !important;
  font: normal 16px "SegoeUIBold", Arial, sans-serif;
  text-align: center;
}

.universal-headerlarge-button:hover:after {
  content: "";
  height: 3px;
  width: auto;
  background: -webkit-gradient(linear, right top, left top, from(#00539e), color-stop(80%, #00bbe3)) left bottom transparent no-repeat;
  background: -webkit-linear-gradient(right, #00539e 0%, #00bbe3 80%) left bottom transparent no-repeat;
  background: linear-gradient(to left, #00539e 0%, #00bbe3 80%) left bottom transparent no-repeat;
}

.universal-headerlarge-button:hover {
  background-color: #ffffff !important;
  color: #00539e !important;
}

.universal-headerlarge-heading {
  font: normal 32px "SegoeUIBold", Arial, sans-serif;
}

.universal-headerlarge .desc {
  font: normal 16px "SegoeUIRegular", Arial, sans-serif;
  line-height: 28px;
  max-width: 100%;
  display: inline-block;
  letter-spacing: 1px;
}

.universal-headerlarge-container {
  max-width: 1170px;
  padding: 0 40px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1024px) {
  .universal-headerlarge-container {
    max-width: 100%;
    padding: 0 30px;
  }
}

.universal-headerlarge-container h1 {
  margin-bottom: 30px;
}

.universal-headerlarge:before {
  width: auto;
}

@media (max-width: 991px) {
  .universal-headerlarge {
    margin: 0 0 30px;
  }
  .universal-headerlarge-container {
    padding: 0;
  }
  .universal-headerlarge:before {
    content: none;
  }
  .universal-headerlarge-heading {
    font-size: 32px;
    letter-spacing: 0;
    max-width: 100%;
  }
  .universal-headerlarge .desc {
    font: normal 16px "SegoeUIRegular", Arial, sans-serif;
    color: #ffffff;
    letter-spacing: 0;
  }
  .universal-headerlarge-button {
    font: normal 16px "SegoeUIBold", Arial, sans-serif;
    width: 100%;
    margin: 40px 0 0;
  }
}

.universal-headermedium {
  min-height: 300px;
}

.universal-headermedium .container {
  max-width: 1170px;
  padding: 0 40px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1024px) {
  .universal-headermedium .container {
    max-width: 100%;
    padding: 0 30px;
  }
}

.universal-headermedium .desc {
  max-width: 58%;
  font: normal 16px "SegoeUIRegular", Arial, sans-serif;
  color: #333740;
  letter-spacing: 0;
  color: #ffffff;
}

.universal-headermedium-heading {
  font: normal 25px "SegoeUIBold", Arial, sans-serif;
  color: #ffffff;
  letter-spacing: 2px;
  letter-spacing: 2.5px;
  line-height: 28px;
}

@media (max-width: 1024px) {
  .universal-headermedium-heading {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 21px;
  }
}

.universal-headermedium.orange .universal-headermedium-button {
  color: #fff;
  border: 2px solid #fff;
}

.universal-headermedium.orange .universal-headermedium-button:hover {
  background: #fff;
  color: #00539e;
}

.universal-headermedium .universal-headermedium-button {
  border: 2px solid #fdbc38;
  background: transparent;
  color: #fdbc38;
}

.universal-headermedium .universal-headermedium-button:hover, .universal-headermedium .universal-headermedium-button.active {
  border: 2px solid #fdbc38;
  color: #2e2925;
  background: #fdbc38;
}

.universal-headermedium .universal-headermedium-button::after {
  display: none;
}

.universal-headermedium h2.desc {
  font-size: 22px !important;
  color: #ffffff !important;
  padding-bottom: 10px;
}

.universal-headermedium-heading {
  font: normal 32px "SegoeUIBold", Arial, sans-serif !important;
  line-height: 35px !important;
}

.universalheadersmall-title {
  font: normal 32px "SegoeUIBold", Arial, sans-serif !important;
  line-height: 35px !important;
}

.universalheadersmall-subtitle {
  font-size: 22px !important;
}

@media (max-width: 991px) {
  .universal-headermedium {
    margin-bottom: 0;
  }
  .universal-headermedium-container {
    padding: 30px;
  }
  .universal-headermedium .desc {
    max-width: 100%;
  }
  .universal-headermedium .desc p {
    font-size: 16px;
  }
  .universal-headermedium .universal-headermedium-button {
    width: 100%;
  }
  .universal-headermedium-heading {
    font-size: 25px;
    line-height: 30px;
  }
}

.upcomingevent .container {
  max-width: 1170px;
  padding: 0 40px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1024px) {
  .upcomingevent .container {
    max-width: 100%;
    padding: 0 30px;
  }
}

.upcomingevent-maintitle {
  font-family: "SegoeUILight", Arial, sans-serif;
  font-size: 32px;
}

.upcomingevent .event-wrap-title {
  font-size: 22px !important;
  color: #2e2925 !important;
}

.universalvideoanchorbutton {
  max-width: 1170px;
  padding: 0 40px;
  margin-left: auto;
  margin-right: auto;
  margin: 56px auto;
  padding: 22px 40px;
}

@media (max-width: 1024px) {
  .universalvideoanchorbutton {
    max-width: 100%;
    padding: 0 30px;
  }
}

.universalcompositecontentcard-title {
  font: normal 25px "SegoeUIBold", Arial, sans-serif;
  color: #333740;
  letter-spacing: 2px;
}

.universalcompositecontentcard-linklist-title {
  font-family: "SegoeUIRegular", Arial, sans-serif;
}

.universalcompositecontentcard-linklist .universallinklist-link {
  display: inline-block;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  color: #000000;
  text-decoration: none;
  background: -webkit-gradient(linear, right top, left top, from(#000000), to(#000000)) left bottom transparent no-repeat;
  background: -webkit-linear-gradient(right, #000000 0%, #000000 100%) left bottom transparent no-repeat;
  background: linear-gradient(to left, #000000 0%, #000000 100%) left bottom transparent no-repeat;
  background-size: 100% 1px;
  padding-bottom: 2px;
  font-family: "SegoeUIRegular", Arial, sans-serif;
}

.universalcompositecontentcard-linklist .universallinklist-link:hover, .universalcompositecontentcard-linklist .universallinklist-link:focus {
  text-decoration: none;
  color: #000000;
  background: -webkit-gradient(linear, left top, right top, from(#00539e), to(#00539e)) left bottom transparent no-repeat;
  background: -webkit-linear-gradient(left, #00539e 0%, #00539e 100%) left bottom transparent no-repeat;
  background: linear-gradient(to right, #00539e 0%, #00539e 100%) left bottom transparent no-repeat;
  background-size: 100% 3px;
  padding-bottom: 3px;
}

.universalcompositecontentcard-linklist .universallinklist-linktext {
  font-family: "SegoeUIRegular", Arial, sans-serif;
}

.universalcompositecontentcard.container {
  padding: 40px;
  max-width: 1170px;
}

@media (max-width: 767px) {
  .universalcompositecontentcard-title {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 21px;
  }
  .universalcompositecontentcard.container {
    padding: 30px;
    max-width: 100%;
  }
}

.universallocalpagedetail-title {
  font-family: "SegoeUILight", Arial, sans-serif;
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 30px;
}

.universallocalpagedetail-hours-item-prefix {
  font-family: "SegoeUIRegular", Arial, sans-serif;
}

.universallocationfindercallout-keyaction {
  padding: 85px 40px;
  margin: 50px 0;
}

.universallocationfindercallout-keyaction-text {
  font: normal 33px "SegoeUISemiBold", Arial, sans-serif;
  letter-spacing: 0;
  line-height: 42px;
  color: #333740;
}

.universallocationfindercallout-keyaction .location-input-container {
  margin: 0;
}

.universallocationfindercallout-keyaction .location-input-container .location-input-wrapper .location-input {
  background-image: none !important;
  width: 100%;
  font: italic 18px "SegoeUILight", Arial, sans-serif;
  height: auto;
  background: #ffffff;
  border: 1px solid #979797;
  color: #333740;
  letter-spacing: 1.8px;
  padding: 7px 40px;
}

.universallocationfindercallout-keyaction .location-input-container-form {
  margin-left: 20px;
}

.universallocationfindercallout-keyaction .location-input-container .find-locations-button {
  background: #00539e;
  border: 1px solid transparent;
  padding: 10px 15px;
  margin: 0 0 0 20px;
}

.universallocationfindercallout-keyaction .location-input-container .find-locations-button:hover {
  background: #00427e;
  color: #ffffff;
}

@media (max-width: 767px) {
  .universallocationfindercallout-keyaction {
    padding: 30px;
  }
  .universallocationfindercallout-keyaction-text {
    padding: 0;
    font-size: 25px;
    line-height: 28px;
  }
  .universallocationfindercallout-keyaction .location-input-container .find-locations-button {
    width: 100%;
    margin: 15px 0 0;
  }
}

.universalconvoui-assistant-watermark {
  color: #fafafa;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 72px;
  line-height: 54px;
  margin-bottom: 0;
  position: fixed;
  top: 240px;
  z-index: -1;
}

.universalconvoui-assistant-text, .universalconvoui-recent-text, .universalconvoui-assistant-text-greeting {
  color: #2e2925;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
}

.universalconvoui-assistant-text:not(:first-child), .universalconvoui-recent-text:not(:first-child) {
  margin-top: 16px;
}

.universalconvoui-assistant-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
}

.universalconvoui-assistant-actions-btn {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 9px;
}

.universalconvoui-assistant-defaultview .universalconvoui-assistant-text-container {
  margin-top: 224px;
}

.universalconvoui-assistant-returnview .universalconvoui-assistant-text-container {
  margin-top: 99px;
}

.universalconvoui-sidebar:not(.showSidebar) .universalconvoui-assistant-watermark {
  display: none;
}

@media screen and (max-width: 500px) {
  .universalconvoui-assistant-watermark {
    font-size: 52px;
    top: 180px;
  }
  .universalconvoui-assistant-actions {
    display: block;
  }
  .universalconvoui-assistant-actions-btn {
    padding: 12px;
    width: 100%;
  }
  .universalconvoui-assistant-actions-btn + .universalconvoui-assistant-actions-btn {
    margin-top: 16px;
  }
  .universalconvoui-assistant-defaultview .universalconvoui-assistant-text-container, .universalconvoui-assistant-returnview .universalconvoui-assistant-text-container {
    margin-top: 120px;
  }
}

.universalconvoui-sidebar-close {
  margin-bottom: 4px;
  margin-right: -16px;
}

.universalconvoui-sidebar-close-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: none;
  border: none;
  color: #2e2925;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 0.25px;
  line-height: 14px;
  margin-left: auto;
  text-transform: uppercase;
  padding: 0;
  -webkit-appearance: none;
}

.universalconvoui-sidebar-close-btn::after {
  background-color: #fafafa;
  background-image: url(../Images/Base/dist/icon-close.svg);
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  content: '';
  font-size: 12px;
  height: 32px;
  margin-left: 8px;
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
  width: 32px;
}

.universalconvoui-sidebar-close-btn:hover::after {
  background-color: #ededed;
}

@media screen and (max-width: 500px) {
  .universalconvoui-sidebar-close {
    margin-right: -8px;
  }
}

.universalconvoui-contact {
  display: none;
}

.universalconvoui-contact.showContactPanel {
  display: block;
}

.universalconvoui-contentitem-list {
  list-style: none;
  margin: 48px 0 0;
  padding: 0;
}

.universalconvoui-contentitem {
  box-shadow: 0 8px 30px 0 rgba(171, 171, 171, 0.2);
}

.universalconvoui-contentitem + .universalconvoui-contentitem {
  margin-top: 38px;
}

.universalconvoui-contentitem-img {
  width: 100%;
}

.universalconvoui-contentitem-text {
  padding: 18px 24px 46px;
}

.universalconvoui-contentitem-tags-item, .universalconvoui-contentitem-title {
  color: #2e2925;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
}

.universalconvoui-contentitem-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
}

.universalconvoui-contentitem-tags-item {
  font-size: 10px;
  letter-spacing: 0.42px;
  line-height: 14px;
  text-transform: uppercase;
}

.universalconvoui-contentitem-tags-item:not(:last-child) {
  margin-right: 16px;
}

.universalconvoui-contentitem-subtitle {
  color: #333740;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.29px;
  line-height: 19px;
}

.universalconvoui-contentitem-subtitle, .universalconvoui-contentitem-title {
  margin-bottom: 0;
}

.universalconvoui-contentitem-link {
  display: block;
}

.universalconvoui-contentitem-link:not(:only-child) {
  margin-top: 16px;
}

.universalconvoui-contentitem-title {
  font-size: 18px;
  line-height: 24px;
}

@media screen and (max-width: 500px) {
  .universalconvoui-contentitem-tags {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -8px;
  }
  .universalconvoui-contentitem-tags-item {
    margin-bottom: 8px;
  }
}

.universalconvoui-nav-btn {
  background: none;
  border: none;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.25px;
  line-height: 16px;
  padding: 0;
  position: relative;
}

.universalconvoui-nav-btn::before, .universalconvoui-nav-btn::after {
  border-radius: 50%;
  content: '';
  display: block;
  height: 56px;
  width: 56px;
}

.universalconvoui-nav-btn::before {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 8px;
  -webkit-transition: box-shadow .3s ease-in-out;
  transition: box-shadow .3s ease-in-out;
}

.universalconvoui-nav-btn::after {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70%;
  left: 0;
  position: absolute;
  top: 0;
}

.universalconvoui-nav-btn.active {
  color: #00539e;
  pointer-events: none;
}

.universalconvoui-nav-btn.active::before {
  background: -webkit-linear-gradient(313.2deg, #00549E 0%, #3AB291 100%);
  background: linear-gradient(136.8deg, #00549E 0%, #3AB291 100%);
}

.universalconvoui-nav-btn:not(.active) {
  color: #2e2925;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.universalconvoui-nav-btn:not(.active)::before {
  background-color: #ffffff;
}

.universalconvoui-nav-btn + .universalconvoui-nav-btn {
  margin-left: 44px;
}

.universalconvoui-nav-btn:hover:not(.active) {
  color: #00539e;
}

.universalconvoui-nav-btn:hover:not(.active)::before {
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.2);
}

.universalconvoui-nav-assistant.active::after {
  background-image: url("../Images/Base/dist/icon_convoui_chat_inverse.svg");
}

.universalconvoui-nav-assistant:not(.active)::after {
  background-image: url("../Images/Base/dist/icon_convoui_chat.svg");
}

.universalconvoui-nav-contact.active::after {
  background-image: url("../Images/Base/dist/icon_convoui_people_inverse.svg");
}

.universalconvoui-nav-contact:not(.active)::after {
  background-image: url("../Images/Base/dist/icon_convoui_people.svg");
}

.universalconvoui-nav-recent.active::after {
  background-image: url("../Images/Base/dist/icon_convoui_recent_inverse.svg");
}

.universalconvoui-nav-recent:not(.active)::after {
  background-image: url("../Images/Base/dist/icon_convoui_recent.svg");
}

@media screen and (max-width: 500px) {
  .universalconvoui-nav-btn + .universalconvoui-nav-btn {
    margin-left: 24px;
  }
}

.universalconvoui-prompt, .universalconvoui-prompt-resting {
  bottom: 24px;
  right: 24px;
  z-index: 1;
}

.universalconvoui-prompt {
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 24px;
  width: 304px;
}

.universalconvoui-prompt-eyebrow, .universalconvoui-prompt-dialog,
.universalconvoui-prompt-actions button {
  font-family: "SegoeUIRegular", Arial, sans-serif;
}

.universalconvoui-prompt-eyebrow {
  color: #878a8f;
  font-size: 12px;
  line-height: 16px;
}

.universalconvoui-prompt-dialog {
  color: #000000;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}

.universalconvoui-prompt-dialog:not(:first-child) {
  margin-top: 5px;
}

.universalconvoui-prompt-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.universalconvoui-prompt-actions-btn {
  padding: 6px;
  width: 120px;
}

.universalconvoui-prompt-actions:not(:only-child) {
  margin-top: 24px;
}

.universalconvoui-prompt::before {
  background: -webkit-linear-gradient(313.2deg, #00549E 0%, #3AB291 100%);
  background: linear-gradient(136.8deg, #00549E 0%, #3AB291 100%);
  content: '';
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.universalconvoui-prompt-resting-btn {
  background: transparent;
  border: 0;
  color: #ffffff;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 18px;
  line-height: 20px;
  padding: 16px;
  position: relative;
}

.universalconvoui-prompt-resting-btn::before, .universalconvoui-prompt-resting-btn::after {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.universalconvoui-prompt-resting-btn::before {
  background: -webkit-linear-gradient(313.2deg, #00539e 0%, #3ab291 100%);
  background: linear-gradient(136.8deg, #00539e 0%, #3ab291 100%);
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  z-index: -1;
}

.universalconvoui-prompt-resting-btn::after {
  background: #00539e;
  z-index: -2;
}

.universalconvoui-prompt-resting-btn:hover::before {
  opacity: .5;
}

.universalconvoui-question {
  margin-top: 48px;
}

.universalconvoui-question-questiontext, .universalconvoui-question-instructions {
  color: #2e2925;
  font-family: "SegoeUIRegular", Arial, sans-serif;
}

.universalconvoui-question-questiontext {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 24px;
}

.universalconvoui-question-box {
  background-color: #F7F7F7;
  padding: 20px 24px 26px;
}

.universalconvoui-question-instructions {
  display: block;
  font-size: 9px;
  line-height: 13px;
  margin-bottom: 8px;
}

.universalconvoui-question-answeroptions {
  list-style: none;
  margin: 0;
  padding: 0;
}

.universalconvoui-question-answeroptions-item + .universalconvoui-question-answeroptions-item {
  margin-top: 16px;
}

.universalconvoui-question-answeroptions-item [type="radio"]:checked,
.universalconvoui-question-answeroptions-item [type="radio"]:not(:checked) {
  left: -9999px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  z-index: -100;
}

.universalconvoui-question-answeroptions-item [type="radio"]:checked + label,
.universalconvoui-question-answeroptions-item [type="radio"]:not(:checked) + label {
  cursor: pointer;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 14px;
  letter-spacing: normal;
  line-height: 26px;
  margin: 0;
  text-transform: none;
  padding-left: 18px;
  position: relative;
}

.universalconvoui-question-answeroptions-item [type="radio"]:checked + label::before, .universalconvoui-question-answeroptions-item [type="radio"]:checked + label::after,
.universalconvoui-question-answeroptions-item [type="radio"]:not(:checked) + label::before,
.universalconvoui-question-answeroptions-item [type="radio"]:not(:checked) + label::after {
  border-radius: 50%;
  content: '';
  height: 13px;
  top: 7px;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
}

.universalconvoui-question-answeroptions-item [type="radio"]:checked + label::before,
.universalconvoui-question-answeroptions-item [type="radio"]:not(:checked) + label::before {
  background: #ffffff;
  border: 1px solid #878a8f;
}

.universalconvoui-question-answeroptions-item [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.universalconvoui-question-answeroptions-item [type="radio"]:checked + label {
  color: #2e2925;
}

.universalconvoui-question-answeroptions-item [type="radio"]:checked + label::before {
  border-color: #00539e;
}

.universalconvoui-question-answeroptions-item [type="radio"]:checked + label:after {
  background: #00539e;
  opacity: 1;
  -webkit-transform: scale(0.45);
  -ms-transform: scale(0.45);
  transform: scale(0.45);
}

.universalconvoui-assistant-reset {
  margin-top: 124px;
  margin: 48px 0 0;
}

.universalconvoui-assistant-reset-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  border: 1px solid #c7c9c8;
  color: #333740;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 14px;
  line-height: 19px;
  margin-left: auto;
  margin-right: auto;
  padding: 9px 16px 11px;
  text-align: left;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.universalconvoui-assistant-reset-btn::after {
  background-image: url(../Images/Base/dist/icon_convo_ui_refresh.svg);
  background-repeat: no-repeat;
  background-position: center;
  content: '';
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 24px;
  margin-left: 8px;
  margin-top: 2px;
  width: 24px;
}

.universalconvoui-assistant-reset-btn:hover {
  background: #f0f0f0;
}

.universalfeatureddata {
  margin-bottom: 10px;
}

.universalfeatureddata > .container {
  max-width: 1170px;
  padding: 20px 40px;
  margin: 0 auto;
}

.universalfeatureddata-container-desktoptitles {
  margin-bottom: 40px;
}

.universalfeatureddata-container-items {
  margin-bottom: 40px;
}

.universalfeatureddata-item-title {
  font-size: 22px;
  font-family: "SegoeUILight", Arial, sans-serif;
  line-height: 1.3;
}

.universalfeatureddata-item-image {
  margin-bottom: 20px;
}

.universalfeatureddata-item-link, .universalfeatureddata-item-linktext {
  font-size: 18px;
  font-family: "SegoeUILight", Arial, sans-serif;
  line-height: 1.3;
  margin-bottom: 0;
}

.universalfeatureddata-item-desc {
  font-size: 16px;
}

.universalfeatureddata-item-list-link, .universalfeatureddata-item-list-linktext {
  font-family: "SegoeUILight", Arial, sans-serif;
}

.universalfeatureddata-item-link, .universalfeatureddata-item-list-link {
  text-decoration: none;
  position: relative;
  padding-bottom: 0;
  display: inline-block;
}

.universalfeatureddata-item-link:hover, .universalfeatureddata-item-link:focus, .universalfeatureddata-item-list-link:hover, .universalfeatureddata-item-list-link:focus {
  text-decoration: underline;
}

.universalfeatureddata-item-link:before, .universalfeatureddata-item-list-link:before {
  content: none;
}

.universalfeatureddata-item-link:after, .universalfeatureddata-item-list-link:after {
  content: none;
  background: none;
}

.universalfeatureddata-item-link:hover, .universalfeatureddata-item-link:focus, .universalfeatureddata-item-list-link:hover, .universalfeatureddata-item-list-link:focus {
  color: #00539e;
}

.universalfeatureddata-toggle {
  background-color: #f0f0f0;
  padding: 25px 0;
  margin-top: 0;
}

.universalfeatureddata-toggle-show, .universalfeatureddata-toggle-hide {
  font-family: "SegoeUIRegular", Arial, sans-serif;
  color: #00539e !important;
}

.universalfeatureddata-toggle-show::before, .universalfeatureddata-toggle-hide::before {
  border-bottom-color: #00539e;
}

.universalfeatureddata.showAll .universalfeatureddata-container-desktoplists {
  background-color: #f0f0f0;
  padding: 30px 60px 40px 60px;
  margin-top: 40px;
}

@media (max-width: 991px) {
  .universalfeatureddata {
    margin: 0;
  }
  .universalfeatureddata-item-title {
    font-family: "SegoeUILight", Arial, sans-serif;
  }
  .universalfeatureddata-item-title:not(:empty) {
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
  }
  .universalfeatureddata-item-image {
    margin-bottom: 0;
    margin-right: 5px;
  }
  .universalfeatureddata-item-link, .universalfeatureddata-item-linktext {
    font-size: 18px;
    font-family: "SegoeUIRegular", Arial, sans-serif;
    line-height: 1.3;
    margin-bottom: 0;
  }
  .universalfeatureddata-item-desc {
    font-size: 16px;
  }
  .universalfeatureddata-item-list-link, .universalfeatureddata-item-list-linktext {
    font-family: "SegoeUILight", Arial, sans-serif;
  }
  .universalfeatureddata-toggle {
    background-color: #f0f0f0;
    padding: 25px 0;
    margin-top: 0;
  }
  .universalfeatureddata-toggle-show, .universalfeatureddata-toggle-hide {
    font-family: "SegoeUIRegular", Arial, sans-serif;
    color: #00539e;
  }
  .universalfeatureddata.showAll .universalfeatureddata-container-desktoplists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f0f0f0;
    padding: 30px 60px 40px 60px;
    margin-top: 40px;
  }
  .universalfeatureddata-container-items .universalfeatureddata-item-title:not(:empty) {
    margin: 25px 0;
  }
  .universalfeatureddata.showAll .universalfeatureddata-container-items .universalfeatureddata-item-list {
    display: none;
  }
}

.universalwebinarheader {
  background: -webkit-linear-gradient(175.97deg, #00BCE4 0%, #00539E 100%);
  background: linear-gradient(274.03deg, #00BCE4 0%, #00539E 100%);
}

.universalwebinarheader-eyebrow, .universalwebinarheader-title {
  color: #ffffff;
}

.universalwebinarheader-eyebrow {
  font-size: 12px;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  letter-spacing: 0.5px;
  line-height: 30px;
  text-transform: initial;
}

.universalwebinarheader-title {
  font-family: "SegoeUILight", Arial, sans-serif;
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 0;
}

@media (max-width: 1190px) {
  .universalwebinarheader-title {
    font-size: 50px;
  }
}

@media (max-width: 1024px) {
  .universalwebinarheader-eyebrow {
    font-size: 14px;
    line-height: 28px;
  }
  .universalwebinarheader-title {
    font-size: 40px;
    line-height: 48px;
  }
}

@media (max-width: 767px) {
  .universalwebinarheader-eyebrow {
    font-size: 12px;
    line-height: 24px;
  }
  .universalwebinarheader-title {
    font-size: 32px;
    line-height: 40px;
  }
}

.genericcallout a, .genericcallout a:visited {
  background-color: #00539e;
}

.genericcallout a::after {
  content: none;
}

.genericcallout a:hover {
  background-color: #00539e;
}

.breadcrumb-container {
  max-width: 1170px;
  padding: 20px 40px;
}

.breadcrumb-container .breadcrumb-control ol.breadcrumb {
  margin: 0;
}

.breadcrumb-container .breadcrumb-control ol.breadcrumb li {
  margin: 0;
}

.breadcrumb-container .breadcrumb-control ol.breadcrumb li:before {
  content: "|";
  color: #00539e;
  padding: 0 5px;
  margin: 0;
}

.breadcrumb-container .breadcrumb-control ol.breadcrumb li:first-of-type:before {
  content: none;
}

.breadcrumb-container .breadcrumb-control ol.breadcrumb li.active {
  color: #868a8f;
}

.breadcrumb-container .breadcrumb-control ol.breadcrumb li a, .breadcrumb-container .breadcrumb-control ol.breadcrumb li a:visited {
  color: #00539e;
  font: normal 12px "SegoeUIRegular", Arial, sans-serif;
}

.breadcrumb-container .breadcrumb-control ol.breadcrumb li a:hover, .breadcrumb-container .breadcrumb-control ol.breadcrumb li a:focus, .breadcrumb-container .breadcrumb-control ol.breadcrumb li a:visited:hover, .breadcrumb-container .breadcrumb-control ol.breadcrumb li a:visited:focus {
  color: #00539e;
}

@media (max-width: 991px) {
  .breadcrumb-container {
    padding: 15px 30px;
  }
}

.universalpagelist-title, .universalpagelist-subtext, .universalpagelist-list-item-title-link, .universalpagelist-list-item-title-link:visited, .universalpagelist-list-item-text, .universalpagelist-cta, .universalpagelist-cta:visited,
.legacypagelist-title,
.legacypagelist-subtext,
.legacypagelist-list-item-title-link,
.legacypagelist-list-item-title-link:visited,
.legacypagelist-list-item-text,
.legacypagelist-cta,
.legacypagelist-cta:visited {
  color: #2e2925;
}

.universalpagelist-title,
.legacypagelist-title {
  margin-bottom: 30px;
}

.universalpagelist-list.row,
.legacypagelist-list.row {
  margin-bottom: 50px;
}

.universalpagelist-list-item,
.legacypagelist-list-item {
  border: 1px solid transparent;
  padding-top: 20px;
  padding-bottom: 20px;
}

.universalpagelist-list-item-img,
.legacypagelist-list-item-img {
  height: auto;
  left: 50%;
  max-width: 700px;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

.universalpagelist-list-item-img-container,
.legacypagelist-list-item-img-container {
  height: 0;
  position: relative;
  overflow: hidden;
}

.universalpagelist-list-item-text,
.legacypagelist-list-item-text {
  margin-bottom: 0;
}

.universalpagelistvar2-title, .universalpagelistvar2-subtext, .universalpagelistvar2-list-item-title-link, .universalpagelistvar2-list-item-title-link:visited, .universalpagelistvar2-list-item-text, .universalpagelistvar2-cta, .universalpagelistvar2-cta:visited {
  color: #2e2925;
}

.universalpagelistvar2-title {
  margin-bottom: 40px;
}

.universalpagelistvar2-list-item {
  padding-top: 20px;
  padding-bottom: 20px;
}

.universalpagelistvar2-list-item-img {
  width: 100%;
}

.universalpagelistvar2-list-item-img-container {
  height: 0;
  position: relative;
  overflow: hidden;
}

.universalpagelistvar2-list-item-text {
  margin-bottom: 0;
}

.universalpagelist,
.legacypagelist {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(251, 251, 251, 0)), to(#f5f5f5));
  background: -webkit-linear-gradient(bottom, rgba(251, 251, 251, 0) 0%, #f5f5f5 100%);
  background: linear-gradient(0deg, rgba(251, 251, 251, 0) 0%, #f5f5f5 100%);
  margin-top: 104px;
  margin-bottom: 104px;
}

.universalpagelist-container,
.legacypagelist-container {
  padding-top: 104px;
}

.universalpagelist-title, .universalpagelist-subtext,
.legacypagelist-title,
.legacypagelist-subtext {
  max-width: none;
}

.universalpagelist-title,
.legacypagelist-title {
  font-family: "SegoeUILight", Arial, sans-serif;
  font-size: 32px;
  line-height: 1.3;
  text-align: center;
}

.universalpagelist-subtext,
.legacypagelist-subtext {
  font-size: 16px;
  line-height: 1.4;
  margin: 0 15px 30px 14px;
  text-align: center;
}

.universalpagelist-list-item,
.legacypagelist-list-item {
  position: relative;
}

.universalpagelist-list-item-img-container,
.legacypagelist-list-item-img-container {
  margin-bottom: 18px;
  padding-bottom: 56.29%;
}

.universalpagelist-list-item-wrap,
.legacypagelist-list-item-wrap {
  display: none;
}

.universalpagelist-list-item-title,
.legacypagelist-list-item-title {
  margin-bottom: 8px;
}

.universalpagelist-list-item-title-link,
.legacypagelist-list-item-title-link {
  text-decoration: none;
  position: relative;
  padding-bottom: 0;
  display: inline-block;
}

.universalpagelist-list-item-title-link:hover, .universalpagelist-list-item-title-link:focus,
.legacypagelist-list-item-title-link:hover,
.legacypagelist-list-item-title-link:focus {
  text-decoration: underline;
}

.universalpagelist-list-item-title-link:before,
.legacypagelist-list-item-title-link:before {
  content: none;
}

.universalpagelist-list-item-title-link:after,
.legacypagelist-list-item-title-link:after {
  content: none;
  background: none;
}

.universalpagelist-list-item-title-link:hover, .universalpagelist-list-item-title-link:focus,
.legacypagelist-list-item-title-link:hover,
.legacypagelist-list-item-title-link:focus {
  color: #00539e;
}

.universalpagelist-list-item-title, .universalpagelist-list-item-title-link,
.legacypagelist-list-item-title,
.legacypagelist-list-item-title-link {
  font-family: "SegoeUILight", Arial, sans-serif;
  font-size: 22px;
  line-height: 1.3;
  padding: 5px 10px;
}

.universalpagelist-list-item-title:hover, .universalpagelist-list-item-title:focus, .universalpagelist-list-item-title-link:hover, .universalpagelist-list-item-title-link:focus,
.legacypagelist-list-item-title:hover,
.legacypagelist-list-item-title:focus,
.legacypagelist-list-item-title-link:hover,
.legacypagelist-list-item-title-link:focus {
  text-decoration: none;
}

.universalpagelist-list-item-text, .universalpagelist-list-item-cta,
.legacypagelist-list-item-text,
.legacypagelist-list-item-cta {
  font-size: 14px;
}

.universalpagelist-list-item-text,
.legacypagelist-list-item-text {
  font-size: 16px;
  line-height: 1.3;
}

.universalpagelist-list-item-cta,
.legacypagelist-list-item-cta {
  display: inline-block;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  color: #000000;
  text-decoration: none;
  background: -webkit-gradient(linear, right top, left top, from(#000000), to(#000000)) left bottom transparent no-repeat;
  background: -webkit-linear-gradient(right, #000000 0%, #000000 100%) left bottom transparent no-repeat;
  background: linear-gradient(to left, #000000 0%, #000000 100%) left bottom transparent no-repeat;
  background-size: 100% 1px;
  padding-bottom: 2px;
  line-height: 24px;
  margin-top: 16px;
}

.universalpagelist-list-item-cta:hover, .universalpagelist-list-item-cta:focus,
.legacypagelist-list-item-cta:hover,
.legacypagelist-list-item-cta:focus {
  text-decoration: none;
  color: #000000;
  background: -webkit-gradient(linear, left top, right top, from(#00539e), to(#00539e)) left bottom transparent no-repeat;
  background: -webkit-linear-gradient(left, #00539e 0%, #00539e 100%) left bottom transparent no-repeat;
  background: linear-gradient(to right, #00539e 0%, #00539e 100%) left bottom transparent no-repeat;
  background-size: 100% 3px;
  padding-bottom: 3px;
}

.universalpagelist-list-item:hover,
.legacypagelist-list-item:hover {
  border: 1px solid #2e2925;
  height: 100%;
}

.universalpagelist-list-item:hover .universalpagelist-list-item-wrap,
.legacypagelist-list-item:hover .universalpagelist-list-item-wrap {
  position: absolute;
  right: -1px;
  left: -1px;
  display: block;
  background-color: #ffffff;
  padding: 0 35px 45px 35px;
  z-index: 2;
  border-right: 1px solid #2e2925;
  border-bottom: 1px solid #2e2925;
  border-left: 1px solid #2e2925;
}

.universalpagelistvar2 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.universalpagelistvar2-title {
  font-family: "SegoeUILight", Arial, sans-serif;
  font-size: 32px;
  line-height: 1.3;
  text-align: center;
}

.universalpagelistvar2-list-item {
  position: relative;
}

.universalpagelistvar2-list-item-img-container {
  margin-bottom: 24px;
  padding-bottom: 61.12%;
}

.universalpagelistvar2-list-item-title, .universalpagelistvar2-list-item-title-link, .universalpagelistvar2-list-item-text {
  font-family: "SegoeUILight", Arial, sans-serif;
}

.universalpagelistvar2-list-item-title {
  margin-bottom: 16px;
  padding: 20px 20px 0px 20px;
}

.universalpagelistvar2-list-item-title, .universalpagelistvar2-list-item-title-link {
  font-size: 20px;
  line-height: 27px;
}

.universalpagelistvar2-list-item-text {
  font-size: 16px;
  line-height: 22px;
}

.universalpagelistvar2-list-item-cta {
  background: #00539e;
  cursor: pointer;
  display: inline-block;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 16px;
  padding: 17px 28px 15px;
  text-transform: capitalize;
  margin-top: 32px;
}

.universalpagelistvar2-list-item-cta:hover:after {
  content: "";
  height: 3px;
  width: auto;
  background: -webkit-gradient(linear, right top, left top, from(#00539e), color-stop(80%, #00bbe3)) left bottom transparent no-repeat;
  background: -webkit-linear-gradient(right, #00539e 0%, #00bbe3 80%) left bottom transparent no-repeat;
  background: linear-gradient(to left, #00539e 0%, #00bbe3 80%) left bottom transparent no-repeat;
}

.universalpagelistvar2-list-item-cta::before {
  border-bottom-color: #00539e;
}

.universalpagelistvar2-list-item:hover {
  height: 100%;
}

.universalpagelistvar2-list-item:hover .universalpagelist-list-item-wrap {
  right: -1px;
  left: -1px;
  display: block;
  background-color: #ffffff;
  z-index: 2;
}

.universalpagelist,
.legacypagelist {
  background: #ffffff;
  margin: 0;
}

.universalpagelist-container,
.legacypagelist-container {
  max-width: 1170px;
  padding: 0 40px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 1024px) {
  .universalpagelist-container,
  .legacypagelist-container {
    max-width: 100%;
    padding: 0 30px;
  }
}

.universalpagelist-container > .row,
.legacypagelist-container > .row {
  width: 100%;
}

.universalpagelist-title,
.legacypagelist-title {
  font: normal 25px "SegoeUIBold", Arial, sans-serif;
  color: #333740;
  letter-spacing: 2px;
  line-height: 28px;
  margin: 0px 0 50px;
  text-align: left;
}

@media (max-width: 1024px) {
  .universalpagelist-title,
  .legacypagelist-title {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 21px;
  }
}

.universalpagelist-subtext,
.legacypagelist-subtext {
  font: normal 16px "SegoeUIRegular", Arial, sans-serif;
  color: #333740;
  letter-spacing: 0;
  line-height: 21px;
  text-align: left;
  margin: 0 0 50px 0;
  max-width: 60%;
}

.universalpagelist-list-item,
.legacypagelist-list-item {
  padding: 0;
  max-width: 262px;
  margin: 0 10px 25px 0;
  border: none;
}

.universalpagelist-list-item-title,
.legacypagelist-list-item-title {
  padding: 15px 15px 0 20px;
  text-align: left;
  margin: 0;
}

.universalpagelist-list-item-title a,
.legacypagelist-list-item-title a {
  font: normal 18px "SegoeUIBold", Arial, sans-serif;
  color: #333740;
  letter-spacing: 0;
  line-height: 21px;
  padding: 0;
  color: #00539e !important;
}

.universalpagelist-list-item-title a:hover,
.legacypagelist-list-item-title a:hover {
  color: #00539e !important;
}

.universalpagelist-list-item-title a:after,
.legacypagelist-list-item-title a:after {
  content: url("../Images/Base/dist/icon-caret.svg");
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  margin-left: 10px;
  position: static;
  height: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  vertical-align: top;
}

.universalpagelist-list-item:hover,
.legacypagelist-list-item:hover {
  border: none;
  height: 100%;
}

.universalpagelist-list-item:hover .universalpagelist-list-item-wrap,
.legacypagelist-list-item:hover .universalpagelist-list-item-wrap {
  border: none;
  padding: 0;
  position: static;
}

.universalpagelist-list-item-wrap,
.legacypagelist-list-item-wrap {
  padding: 0;
  display: block;
}

.universalpagelist-list-item-wrap p,
.legacypagelist-list-item-wrap p {
  font: normal 16px "SegoeUIRegular", Arial, sans-serif;
  color: #333740;
  letter-spacing: 0;
  padding: 5px 15px 0 20px;
}

.universalpagelist-list-item-img,
.legacypagelist-list-item-img {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  position: static;
  width: 100%;
}

.universalpagelist-list-item-img-container,
.legacypagelist-list-item-img-container {
  padding: 0;
  height: 110px;
  margin: 0;
}

.universalpagelist-list-item.col-sm-4,
.legacypagelist-list-item.col-sm-4 {
  max-width: 32.33%;
}

.universalpagelist-list.row,
.legacypagelist-list.row {
  width: 100%;
}

.universalpagelist-list-item-img-container,
.legacypagelist-list-item-img-container {
  max-height: 200px;
  height: auto;
}

@media (max-width: 991px) {
  .universalpagelist-list-item + .universalpagelist-list-item,
  .universalpagelistvar2-list-item + .universalpagelist-list-item,
  .legacypagelist-list-item + .universalpagelist-list-item, .universalpagelist-list-item +
  .universalpagelistvar2-list-item,
  .universalpagelistvar2-list-item +
  .universalpagelistvar2-list-item,
  .legacypagelist-list-item +
  .universalpagelistvar2-list-item, .universalpagelist-list-item +
  .legacypagelist-list-item,
  .universalpagelistvar2-list-item +
  .legacypagelist-list-item,
  .legacypagelist-list-item +
  .legacypagelist-list-item {
    margin-left: 0;
  }
  .universalpagelist-list-item-wrap,
  .universalpagelistvar2-list-item-wrap,
  .legacypagelist-list-item-wrap {
    display: block;
  }
  .universalpagelist-list-item-title,
  .universalpagelistvar2-list-item-title,
  .legacypagelist-list-item-title {
    margin-bottom: 8px;
  }
  .universalpagelist-list-item-title, .universalpagelist-list-item-title-link,
  .universalpagelistvar2-list-item-title,
  .universalpagelistvar2-list-item-title-link,
  .legacypagelist-list-item-title,
  .legacypagelist-list-item-title-link {
    padding: 15px 0;
  }
  .universalpagelist-list-item:hover, .universalpagelist-list-item:focus,
  .universalpagelistvar2-list-item:hover,
  .universalpagelistvar2-list-item:focus,
  .legacypagelist-list-item:hover,
  .legacypagelist-list-item:focus {
    border: none;
    height: 100%;
    outline: none;
  }
  .universalpagelist-list-item:hover .universalpagelist-list-item-wrap, .universalpagelist-list-item:focus .universalpagelist-list-item-wrap,
  .universalpagelistvar2-list-item:hover .universalpagelist-list-item-wrap,
  .universalpagelistvar2-list-item:focus .universalpagelist-list-item-wrap,
  .legacypagelist-list-item:hover .universalpagelist-list-item-wrap,
  .legacypagelist-list-item:focus .universalpagelist-list-item-wrap {
    border: none;
  }
  .universalpagelistvar2-list-item-title {
    padding-top: 20px;
  }
  .universalpagelist-title {
    text-align: left;
    line-height: 22px;
  }
  .universalpagelist.container > .row {
    margin-bottom: 10px;
  }
  .universalpagelist-subtext {
    max-width: 100%;
    margin: 0 0 15px;
  }
  .universalpagelist-list.row {
    margin: 0;
  }
  .universalpagelist-list-item {
    max-width: 100%;
    margin-bottom: 0px;
  }
  .universalpagelist-list-item-title a.universalpagelist-list-item-title-link {
    color: #333740;
  }
  .universalpagelist-list-item-img-container {
    height: auto;
  }
  .universalpagelist-list-item.col-sm-4 {
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .universalpagelist-list-item {
    max-width: 150px;
  }
  .universalpagelist .universalpagelist-container {
    padding: 30px;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .universalpagelist-list-item {
    max-width: 200px;
  }
  .universalpagelist .universalpagelist-container {
    padding: 30px;
  }
}

.universallandingheader {
  padding: 70px 0;
  background: -webkit-linear-gradient(175.97deg, #00BCE4 0%, #00539E 100%);
  background: linear-gradient(274.03deg, #00BCE4 0%, #00539E 100%);
}

.universallandingheader .container {
  padding: 0 40px;
}

.universallandingheader .container-title, .universallandingheader .container-subtitle {
  color: #ffffff;
  font-family: "SegoeUILight", Arial, sans-serif;
  margin-bottom: 0;
}

.universallandingheader .container-title {
  font-size: 35px;
  line-height: 46px;
  text-transform: initial;
  font-family: "SegoeUIRegular", Arial, sans-serif;
}

.universallandingheader .container-title + .universallandingheader-subtitle {
  margin-top: 16px;
}

.universallandingheader .container-subtitle {
  font-size: 20px;
  line-height: 28px;
  text-transform: initial;
}

@media (max-width: 1190px) {
  .universallandingheader-title {
    font-size: 35px;
    line-height: 46px;
  }
  .universallandingheader-subtitle {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (max-width: 1024px) {
  .universallandingheader .container {
    padding: 0 24px;
  }
}

.casestudylist .container {
  max-width: 1170px;
  padding: 0 40px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1024px) {
  .casestudylist .container {
    max-width: 100%;
    padding: 0 30px;
  }
}

.casestudylist .casestudy-box h2 {
  font-size: 22px !important;
  letter-spacing: 0 !important;
  color: #333740 !important;
}

.universalfeaturedproduct {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.universalfeaturedproduct-cta {
  background-color: #0074dc;
}

.infographics-reactroot {
  max-width: 1170px;
  padding: 0 40px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 2px 50px 1px rgba(180, 179, 179, 0.31);
}

@media (max-width: 1024px) {
  .infographics-reactroot {
    max-width: 100%;
    padding: 0 30px;
  }
}

.infographics-sidenav {
  margin-left: 0;
}

.infographics-sidenav-navitem-title::after {
  right: auto;
}

.infographics-levelone .infographics-sidenav-title {
  font: normal 25px "SegoeUIBold", Arial, sans-serif;
  color: #868a8f;
  letter-spacing: 2px;
}

@media (max-width: 1024px) {
  .infographics-levelone .infographics-sidenav-title {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 21px;
  }
}

/*.infographics {
    align-items: flex-start;
    display: flex;
    height: 100vh;
    overflow: hidden;
    padding-top: 96px;
    padding-bottom: 96px;

    img {
        width: 100%;
    }

    &-modal {
        animation: fadeIn .3s normal forwards ease-out;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba($light-grey, .8);
        z-index: 1000;

        &::before {
            background-image: url(/Images/Base/dist/icon-close.svg);
            background-size: cover;
            background-repeat: no-repeat;
            content: '';
            cursor: pointer;
            height: 24px;
            right: 24px;
            position: absolute;
            top: 24px;
            width: 24px;
        }

        &-iframe-container {
            padding-bottom: calc(70vw * .5626);
            position: relative;
            height: 0;

            iframe {
                height: 100%;
                position: absolute;
                width: 100%;
            }
        }

        &-iframe-container,
        video {
            width: 70vw;
        }
    }
}*/
/* @media (max-width: 1024px) {
    .infographics {
        height: auto;
        flex-direction: column-reverse;
        padding-top: 0;
        padding-bottom: 0;

        &-modal {
            &-iframe-container {
                padding-bottom: calc((100% - 60px) * .5626);
            }

            &-iframe-container,
            video {
                width: calc(100% - 60px);
            }
        }
    }
}*/
.eventheader {
  padding: 70px 0;
  background: -webkit-linear-gradient(175.97deg, #00BCE4 0%, #00539E 100%);
  background: linear-gradient(274.03deg, #00BCE4 0%, #00539E 100%);
}

.eventheader .headline {
  font-size: 36px;
  font-family: "SegoeUILight", Arial, sans-serif;
  line-height: 46px;
  text-transform: initial;
  margin-bottom: 15px;
  color: #ffffff;
}

.eventheader .subheadline {
  font-size: 20px !important;
  font-family: "SegoeUILight", Arial, sans-serif !important;
  line-height: 28px;
  text-transform: initial;
  color: #ffffff !important;
}

@media (max-width: 767px) {
  .eventheader .headline {
    line-height: 1.2;
    margin-bottom: 20px;
  }
}

.eventdetail .location {
  font-family: "SegoeUIRegular", Arial, sans-serif;
}

.eventdetail p {
  font-family: "SegoeUILight", Arial, sans-serif;
}

.eventdetail .cta {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}

.eventdetail .cta::after {
  background: none;
}

.eventdetail .cta:hover {
  background-color: rgba(0, 116, 220, 0.9);
}

.featuredevent .event-content a.cta:before, .featuredevent .event-content a:visited.cta:before {
  content: none;
}

.featuredevent .event-content a.cta:hover, .featuredevent .event-content a:visited.cta:hover {
  text-decoration: none;
}

.featuredinsight .insight-content a.cta:before, .featuredinsight .insight-content a:visited.cta:before {
  content: none;
}

.featuredinsight .insight-content a.cta:hover, .featuredinsight .insight-content a:visited.cta:hover {
  text-decoration: none;
}

.universalvideodisplay .universalmedia-caption {
  margin-top: 16px;
  font: normal 16px "SegoeUIRegular";
}

.energycalculator-container .title {
  font: normal 32px "SegoeUIBold", Arial, sans-serif;
  letter-spacing: 1px;
  color: #a8abac;
  text-transform: none;
}

.energycalculator-container .fs-title {
  text-transform: none;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile.black .tile-content h2,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile.blue .tile-content h2,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile.black .tile-content h2,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile.blue .tile-content h2,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile .tile-content h2,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile .tile-content h2::after,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile .tile-content h2,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile .tile-content h2::after,
.CoveoSearchInterface .event-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult .event-wrap h2 {
  font: normal 22px "SegoeUILight", Arial, sans-serif !important;
  color: #333740 !important;
}

.comparison-container .show,
.comparison-container .hide {
  border: 2px solid #00539e !important;
  font: normal 14px "SegoeUIBold", Arial, sans-serif;
  color: #00539e !important;
  min-width: 70px;
  padding: 10px;
  background: #ffffff;
  cursor: pointer;
  text-align: center;
}

.comparison-container .comparison-table .compare-btn,
.comparison-container .comparison-table .remove-btn {
  background: #00539e !important;
  color: #ffffff;
  padding: 10px 20px;
  display: block;
  margin: 10px 0;
  text-align: center;
  word-break: break-word;
  text-decoration: none;
}

.CoveoSearchInterface .coveo-search-section {
  background-color: #00539e !important;
}

.CoveoSearchInterface .coveo-main-section .coveo-header .coveo-tab-section .coveo-selected::after {
  background: -webkit-linear-gradient(302.39deg, #00539e 0%, #00539e 100%) !important;
  background: linear-gradient(147.61deg, #00539e 0%, #00539e 100%) !important;
}

.site-search.CoveoSearchInterface .search-wrap-text-type {
  color: #00539e;
}

@media (max-width: 820px) {
  .site-search.CoveoSearchInterface.coveo-small-facets .coveo-facet-column.coveo-facet-dropdown-modal-content {
    top: 50px;
  }
}

@media (max-width: 1024px) {
  .utilitybrandbar .utilitybrandbar-wrap .utility-wrap .logout-wrap {
    position: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: -12px;
  }
  .utilitybrandbar .utilitybrandbar-wrap .utility-wrap .logout-wrap .login:before {
    content: "";
  }
  .utilitybrandbar .utilitybrandbar-wrap .utility-wrap .logout-wrap .login {
    display: -ms-inline-grid;
    display: inline-grid;
    margin-left: -41px;
    font-size: 14px;
    padding-left: -93px;
    position: inherit;
  }
  .utilitybrandbar .utilitybrandbar-wrap .desktop-navlinks {
    display: none;
  }
}

.utilitybrandbar .utilitybrandbar-wrap .utility-wrap .logout-wrap {
  padding-left: 233px;
  position: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: -12px;
}

.utilitybrandbar .utilitybrandbar-wrap .utility-wrap .desktop_countryselector .accordionItem .accordionItemContent .utility-content .subAccordionItemContent .country-list li::after {
  content: "";
}

.utilitybrandbar .utilitybrandbar-wrap .utility-wrap .utilitybrandbar__links li:after {
  content: "|";
  color: #adafb2;
}

.utilitybrandbar .utilitybrandbar-wrap .utility-wrap .utilitybrandbar__links li:last-child:after {
  content: "";
}

.utilitybrandbar .utilitybrandbar-wrap .utility-wrap .desktop_countryselector {
  margin-left: 323px;
  margin-top: -2px;
}

.utilitybrandbar .login {
  margin-top: -15px;
  position: absolute;
}

.utilitybrandbar .login:before {
  content: "|";
  padding-right: 20px;
}

.utilitybrandbar .accordionItem:not(.close) .accordionItemContent .utility-content .utilitybrandbar__countryselectheader .utilitybrandbar__closebtn {
  border: none;
  background-color: transparent;
}

.utilitybrandbar .accordionItem:not(.close) .accordionItemContent .utility-content .utilitybrandbar__countryselectheader .utilitybrandbar__closebtn img {
  height: 14px;
  width: 14px;
}

.utilitybrandbar .accordionItem .accordionItemHeading.utility:before {
  content: "|";
  margin-right: 0px;
  top: 0px;
  padding-right: 20px;
}

@media (max-width: 1024px) {
  .utilitybrandbar .utilitybrandbar-wrap .utility-wrap .logout-wrap {
    position: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: -12px;
  }
  .utilitybrandbar .utilitybrandbar-wrap .utility-wrap .logout-wrap .login:before {
    content: "";
  }
  .utilitybrandbar .utilitybrandbar-wrap .utility-wrap .logout-wrap .login {
    display: -ms-inline-grid;
    display: inline-grid;
    margin-left: -41px;
    font-size: 14px;
    padding-left: -93px;
    position: inherit;
  }
  .utilitybrandbar .utilitybrandbar-wrap .desktop-navlinks {
    display: none;
  }
}

.coveo-resourcepage .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout .search-wrap .search-wrap-text .search-wrap-text-title .CoveoResultLink {
  color: #00539e;
}

.authorable-container .universalpagelist:last-child {
  margin-bottom: 55px;
}

.authorable-container .pagesection-richtext.container {
  padding: 0 40px;
  padding-top: 20px;
}

.authorable-container .pagesection-richtext.producttitle div a,
.authorable-container .pagesection-richtext.producttitle p a {
  color: #00539e;
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .authorable-container .pagesection-richtext {
    margin-left: 0px;
  }
  .authorable-container .pagesection-richtext.container {
    padding: 0px 30px;
    padding-top: 20px;
  }
}

.CoveoSearchInterface .insight-grid {
  background-color: #f0f0f0;
  padding: 30px 0 0 0;
  margin-top: 50px;
}

.CoveoSearchInterface .insight-grid .coveo-main-section,
.CoveoSearchInterface .insight-grid .coveo-search-section {
  max-width: none;
  margin: 0;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap {
  position: relative;
  width: 400px;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap button.filters,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap button.filters {
  padding-right: 20px;
  position: relative;
  border: none;
  background-color: transparent;
  text-transform: uppercase;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 16px;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap button.filters, .CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap button.filters::after,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap button.filters,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap button.filters::after {
  display: inline-block;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap button.filters::after,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap button.filters::after {
  content: "";
  height: 16px;
  margin-right: -16px;
  width: 16px;
  vertical-align: middle;
  background: transparent url("../images/Base/dist/icon-caret.svg") no-repeat 100% 50%;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap button.filters:before,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap button.filters:before {
  content: '';
  background-image: url("/Images/Base/dist/icon-filter.svg");
  background-size: 100% 100%;
  display: inline-block;
  width: 24px;
  height: 22px;
  margin-right: 8px;
  position: relative;
  top: 5px;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap button.filters:after,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap button.filters:after {
  background-position: 50% 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap button.filters:hover,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap button.filters:hover {
  cursor: pointer;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap button.filters:focus, .CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap button.filters:active,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap button.filters:focus,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap button.filters:active {
  outline: none;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column {
  display: none;
  position: absolute;
  z-index: 2;
  top: -50px;
  right: 0;
  bottom: 0;
  left: -45px;
  background-color: #ffffff;
  width: 100%;
  height: 820px;
  padding: 50px;
  overflow-y: scroll;
  box-shadow: 0 8px 32px 0 rgba(171, 171, 171, 0.5);
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .facet-column-header,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .facet-column-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .facet-column-header .filters,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .facet-column-header .filters {
  display: block;
  text-transform: uppercase;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 16px;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .facet-column-header .filters:before,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .facet-column-header .filters:before {
  content: '';
  background-image: url(/Images/Base/dist/icon-filter.svg);
  background-size: 100% 100%;
  display: inline-block;
  width: 24px;
  height: 22px;
  margin-right: 8px;
  position: relative;
  top: 5px;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .facet-column-header .close img,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .facet-column-header .close img {
  width: 20px;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet {
  margin: 20px 0;
  border: none;
  border-radius: 0;
  background-color: #FFFFFF;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-header,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-header,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-header,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-header,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-header,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-header,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-header,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-header {
  padding: 20px 0 0 0;
  background: #ffffff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 1px solid #c7c9c8;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-header .coveo-facet-header-title-section .coveo-facet-header-title,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-header .coveo-facet-header-title-section .coveo-facet-header-title,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-header .coveo-facet-header-title-section .coveo-facet-header-title,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-header .coveo-facet-header-title-section .coveo-facet-header-title,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-header .coveo-facet-header-title-section .coveo-facet-header-title,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-header .coveo-facet-header-title-section .coveo-facet-header-title,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-header .coveo-facet-header-title-section .coveo-facet-header-title,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-header .coveo-facet-header-title-section .coveo-facet-header-title {
  font-family: "SegoeUIBold", Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #2e2925;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-header .coveo-facet-settings-more-svg,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-header .coveo-facet-settings-more-svg,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-header .coveo-facet-settings-more-svg,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-header .coveo-facet-settings-more-svg,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-header .coveo-facet-settings-more-svg,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-header .coveo-facet-settings-more-svg,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-header .coveo-facet-settings-more-svg,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-header .coveo-facet-settings-more-svg {
  color: inherit;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-values .coveo-facet-value.coveo-facet-selectable,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-values .coveo-facet-value.coveo-facet-selectable,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-values .coveo-facet-value.coveo-facet-selectable,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-values .coveo-facet-value.coveo-facet-selectable,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable {
  padding: 0;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable:hover,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-values .coveo-facet-value.coveo-facet-selectable:hover,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-values .coveo-facet-value.coveo-facet-selectable:hover,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable:hover,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable:hover,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-values .coveo-facet-value.coveo-facet-selectable:hover,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-values .coveo-facet-value.coveo-facet-selectable:hover,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable:hover {
  background-color: transparent;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-label,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-label,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-label,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-label,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-label,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-label,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-label,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-label .coveo-facet-value-label-wrapper .coveo-facet-value-checkbox,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-label .coveo-facet-value-label-wrapper .coveo-facet-value-checkbox,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-label .coveo-facet-value-label-wrapper .coveo-facet-value-checkbox,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-label .coveo-facet-value-label-wrapper .coveo-facet-value-checkbox,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-label .coveo-facet-value-label-wrapper .coveo-facet-value-checkbox,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-label .coveo-facet-value-label-wrapper .coveo-facet-value-checkbox,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-label .coveo-facet-value-label-wrapper .coveo-facet-value-checkbox,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-label .coveo-facet-value-label-wrapper .coveo-facet-value-checkbox {
  top: 0;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-caption,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-count,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-caption,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-count,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-caption,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-count,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-caption,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-count,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-caption,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-count,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-caption,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-count,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-caption,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-count,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-caption,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-count {
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  color: #333740;
  text-transform: initial;
  letter-spacing: 0;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-count:before,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-count:before,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-count:before,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-count:before,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-count:before,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-count:before,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-count:before,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-count:before {
  content: '(';
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-count:after,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-count:after,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-count:after,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-count:after,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-count:after,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-count:after,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-count:after,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-count:after {
  content: ')';
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-values .coveo-facet-value.coveo-has-childs .coveo-has-childs-toggle,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-values .coveo-facet-value.coveo-has-childs .coveo-has-childs-toggle,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-values .coveo-facet-value.coveo-has-childs .coveo-has-childs-toggle,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value.coveo-has-childs .coveo-has-childs-toggle,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-values .coveo-facet-value.coveo-has-childs .coveo-has-childs-toggle,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-values .coveo-facet-value.coveo-has-childs .coveo-has-childs-toggle,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-values .coveo-facet-value.coveo-has-childs .coveo-has-childs-toggle,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value.coveo-has-childs .coveo-has-childs-toggle {
  position: absolute;
  top: 0;
  left: initial;
  right: 0;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-values .coveo-facet-value.coveo-has-childs .coveo-has-childs-toggle .coveo-hierarchical-facet-expand-svg,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-values .coveo-facet-value.coveo-has-childs .coveo-has-childs-toggle .CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs .coveo-has-childs-toggle .coveo-hierarchical-facet-collapse-svg,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-values .coveo-facet-value.coveo-has-childs .coveo-has-childs-toggle .coveo-hierarchical-facet-expand-svg,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-values .coveo-facet-value.coveo-has-childs .coveo-has-childs-toggle .CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs .coveo-has-childs-toggle .coveo-hierarchical-facet-collapse-svg,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-values .coveo-facet-value.coveo-has-childs .coveo-has-childs-toggle .coveo-hierarchical-facet-expand-svg,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-values .coveo-facet-value.coveo-has-childs .coveo-has-childs-toggle .CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs .coveo-has-childs-toggle .coveo-hierarchical-facet-collapse-svg,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value.coveo-has-childs .coveo-has-childs-toggle .coveo-hierarchical-facet-expand-svg,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value.coveo-has-childs .coveo-has-childs-toggle .CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs .coveo-has-childs-toggle .coveo-hierarchical-facet-collapse-svg,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-values .coveo-facet-value.coveo-has-childs .coveo-has-childs-toggle .coveo-hierarchical-facet-expand-svg,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-values .coveo-facet-value.coveo-has-childs .coveo-has-childs-toggle .CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs .coveo-has-childs-toggle .coveo-hierarchical-facet-collapse-svg,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-values .coveo-facet-value.coveo-has-childs .coveo-has-childs-toggle .coveo-hierarchical-facet-expand-svg,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-values .coveo-facet-value.coveo-has-childs .coveo-has-childs-toggle .CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs .coveo-has-childs-toggle .coveo-hierarchical-facet-collapse-svg,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-values .coveo-facet-value.coveo-has-childs .coveo-has-childs-toggle .coveo-hierarchical-facet-expand-svg,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-values .coveo-facet-value.coveo-has-childs .coveo-has-childs-toggle .CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs .coveo-has-childs-toggle .coveo-hierarchical-facet-collapse-svg,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value.coveo-has-childs .coveo-has-childs-toggle .coveo-hierarchical-facet-expand-svg,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value.coveo-has-childs .coveo-has-childs-toggle .CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs .coveo-has-childs-toggle .coveo-hierarchical-facet-collapse-svg {
  color: initial;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-results-column,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-results-column {
  padding: 0;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-results-column .coveo-tab-section,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-results-column .coveo-tab-section {
  display: none;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-results-column .coveo-results-header,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-results-column .coveo-results-header {
  display: none;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-results-column .CoveoResultList,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-results-column .CoveoResultList {
  margin: 0;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-results-column .CoveoResultList .coveo-card-layout-container {
  margin: 20px 0 0 0;
  border-top: 4px solid #c7c9c8;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container.grid,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-results-column .CoveoResultList .coveo-card-layout-container.grid {
  max-width: 100%;
  margin-bottom: 50px;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container.grid .grid-sizer,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-results-column .CoveoResultList .coveo-card-layout-container.grid .grid-sizer {
  width: 33.333%;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout {
  margin: 0;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult {
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: inherit;
  width: 100%;
  margin: 0;
  border: none;
  border-radius: 0;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item {
  width: 33.333%;
  margin-top: 20px;
  padding: 0 1%;
  box-sizing: border-box;
  max-width: 33.333%;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item a,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item a:visited,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item a:hover,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item a:focus,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item a,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item a:visited,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item a:hover,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item a:focus {
  text-decoration: none;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile {
  box-shadow: 0 15px 32px 0 rgba(0, 0, 0, 0.07);
  display: block;
  text-decoration: none;
  min-width: 100%;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile .tile-image,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile .tile-image {
  width: 100%;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile .tile-image a,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile .tile-image a {
  display: block;
  padding-bottom: 67%;
  position: relative;
  overflow: hidden;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile .tile-image a img,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile .tile-image a img {
  height: 100%;
  left: 50%;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  width: auto;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile .tile-content,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile .tile-content {
  padding: 40px 30px;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile .tile-content .tags,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile .tile-content .tags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile .tile-content .tags li,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile .tile-content .tags li {
  font-size: 12px;
  line-height: 1.1;
  color: #2e2925;
  text-transform: uppercase;
  border: 1px solid #adafb2;
  padding: 3px 5px;
  margin: 0 15px 10px 0;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile .tile-content .tags li a,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile .tile-content .tags li a:visited,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile .tile-content .tags li a,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile .tile-content .tags li a:visited {
  color: #2e2925;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile .tile-content .tags li:empty,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile .tile-content .tags li:empty {
  display: none;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile .tile-content h2,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile .tile-content h2 {
  font-size: 22px;
  line-height: 1.4;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile.white,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile.white {
  background-color: #ffffff;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile.white a,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile.white a {
  color: #000000;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile.white .tile-content ul li a,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile.white .tile-content ul li a {
  color: #000000;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile.black .tile-content ul li a,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile.black .tile-content h2 a,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile.black .tile-content .tags li a,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile.black .tile-content .tags li a:visited, .CoveoSearchInterface .insight-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile.blue .tile-content ul li a,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile.blue .tile-content h2 a,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile.blue .tile-content .tags li a,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile.blue .tile-content .tags li a:visited,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile.black .tile-content ul li a,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile.black .tile-content h2 a,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile.black .tile-content .tags li a,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile.black .tile-content .tags li a:visited,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile.blue .tile-content ul li a,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile.blue .tile-content h2 a,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile.blue .tile-content .tags li a,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile.blue .tile-content .tags li a:visited {
  color: #ffffff;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile.black .tile-content h2, .CoveoSearchInterface .insight-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile.blue .tile-content h2,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile.black .tile-content h2,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile.blue .tile-content h2 {
  font-size: 22px;
  line-height: 1.4;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile.black,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile.black {
  background-color: #000000;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile.blue,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile.blue {
  background-color: #0074dc;
}

@media (max-width: 1024px) {
  .CoveoSearchInterface.coveo-small-tabs .coveo-dropdown-header-wrapper a,
  .CoveoSearchInterface.coveo-small-facets .coveo-dropdown-header-wrapper a,
  .CoveoSearchInterface.coveo-small-recommendation .coveo-dropdown-header-wrapper a {
    display: none;
  }
  .CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap {
    width: 100%;
  }
  .CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column {
    top: 0;
    left: 0;
  }
  .CoveoSearchInterface .insight-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container.grid .grid-sizer {
    width: 50%;
  }
  .CoveoSearchInterface .insight-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item {
    width: 50%;
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  .CoveoSearchInterface .coveo-search-section {
    padding: 0;
  }
  .CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap {
    width: 100%;
  }
  .CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column {
    top: 0;
    left: 0;
  }
  .CoveoSearchInterface .insight-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container.grid .grid-sizer {
    width: 100%;
  }
  .CoveoSearchInterface .insight-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item {
    width: 100%;
    max-width: 100%;
  }
  .CoveoSearchInterface .insight-grid .coveo-search-section {
    padding: 0px;
  }
}

.universalinsightarticletitle .article-title h1 {
  color: #333740;
}

@media (min-width: 1190px) {
  .universalinsightarticletitle.container {
    padding: 0 40px;
  }
  .carousel.slide.universalimagegallery.container {
    padding: 0 40px;
  }
}

.three-column-card {
  letter-spacing: 1px;
}

.three-column-card .heading {
  text-align: left;
}

.three-column-card .heading h3 {
  font: normal 32px "SegoeUISemiBold", Arial, sans-serif !important;
}

.three-column-card .tile-content-sec .tile-content .tile-title {
  color: #00539e;
  font-size: 18px;
}

.three-column-card .tile-content-sec .tile-content .tile-desc {
  font-family: "SegoeUIRegular", Arial, sans-serif;
}

.three-column-card.white-background {
  letter-spacing: 1px;
}

.three-column-card.white-background .heading h3 {
  color: #333740;
}

.three-column-card.white-background .tile-content-sec .tile-content .tile-title {
  color: #333740;
  font-size: 18px;
}

.three-column-card.white-background .tile-content-sec .tile-content .tile-desc {
  color: #333740;
  font: normal 16px "SegoeUIRegular", Arial, sans-serif;
}

.four-column-card {
  letter-spacing: 1px;
}

.four-column-card .heading {
  text-align: left;
}

.four-column-card .heading h3 {
  font: normal 32px "SegoeUISemiBold", Arial, sans-serif !important;
}

.four-column-card .heading p {
  margin: 0px;
}

.four-column-card .tile-content-sec:hover {
  text-decoration: none;
}

.four-column-card .tile-content-sec .tile-content .tile-title {
  color: #00539e;
}

.four-column-card .tile-content-sec .tile-content .tile-desc {
  font: normal 16px "SegoeUIRegular", Arial, sans-serif;
}

.four-column-card.white-background .heading {
  text-align: left;
}

.four-column-card.white-background .heading h3 {
  color: #333740;
}

.four-column-card.white-background .heading p {
  color: #333740;
}

.four-column-card.white-background .tile-content-sec .tile-content .tile-title {
  color: #333740;
}

.four-column-card.white-background .tile-content-sec .tile-content .tile-desc {
  color: #333740;
}

.half-card-component {
  text-align: left;
  letter-spacing: 1px;
}

.half-card-component h1 {
  font: normal 32px "SegoeUISemiBold", Arial, sans-serif;
  color: #333740;
  text-align: left;
}

.half-card-component p {
  color: #333740;
  text-align: left;
  margin: 20px 0px;
}

.news-press-tile-component {
  letter-spacing: 1px;
}

.news-press-tile-component h3 {
  font: normal 32px "SegoeUISemiBold", Arial, sans-serif;
  text-align: left;
}

.news-press-tile-component a {
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  color: #333740;
}

.related-insight-component h3 {
  font: normal 32px "SegoeUISemiBold", Arial, sans-serif;
  text-align: left;
}

.related-insight-component a .card-description .field-title {
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 18px;
}

.related-insight-component a .card-description .field-content {
  font-family: "SegoeUIRegular", Arial, sans-serif;
}

.related-insight-vertical-component h3 {
  font: normal 32px "SegoeUISemiBold", Arial, sans-serif;
  color: #333740;
  background: none;
}

.related-insight-vertical-component a .card-description .field-title {
  font-size: 18px;
}

.related-insight-vertical-component a .card-description .field-content {
  font: normal 16px "SegoeUIRegular", Arial, sans-serif;
  color: #ffffff;
}

.linked-list-image .heading {
  text-align: left;
}

.linked-list-image .heading h3 {
  font: normal 32px "SegoeUISemiBold", Arial, sans-serif;
}

.linked-list-image .heading p {
  margin: 0px;
}

.linked-list-image ul {
  list-style-type: none;
}

.three-card-component .row > div .field-title {
  color: #333740;
  font: normal 18px "SegoeUISemiBold", Arial, sans-serif;
}

.three-card-component .row > div .field-description {
  color: #333740;
}

.market-solution .left-content h6 {
  color: #333740;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
}

.market-solution .left-content .input-range input {
  color: #333740;
  font-family: "SegoeUIRegular", Arial, sans-serif;
}

.market-solution .left-content .field-link .btn-border {
  background: #00539e;
  cursor: pointer;
  display: inline-block;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 16px;
  padding: 10px 15px;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  color: #ffffff;
}

.market-solution .left-content .field-link .btn-border::after {
  background: -webkit-gradient(linear, right top, left top, from(#00539e), to(#00bbe3));
  background: -webkit-linear-gradient(right, #00539e 0%, #00bbe3 100%);
  background: linear-gradient(to left, #00539e 0%, #00bbe3 100%);
  border-radius: 0;
  bottom: 0;
  content: '';
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.market-solution .left-content .field-link .btn-border:hover {
  background: #00539e;
}

.market-solution .left-content .field-link .btn-border:hover:after {
  content: "";
  height: 3px;
  width: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  background: -webkit-gradient(linear, right top, left top, from(#00539e), color-stop(80%, #00bbe3)) left bottom transparent no-repeat;
  background: -webkit-linear-gradient(right, #00539e 0%, #00bbe3 80%) left bottom transparent no-repeat;
  background: linear-gradient(to left, #00539e 0%, #00bbe3 80%) left bottom transparent no-repeat;
}

.market-solution .left-content .field-link .btn-border:hover {
  text-decoration: none;
}

.image-video-con.no-background .image-video-heading h2 {
  text-align: left;
}

.image-video-con.no-background .image-video-heading p {
  color: #333740;
  text-align: left;
  margin: 0px;
}

.image-video-con .tile-content-sec .tile-content li:first-child {
  color: #00539e;
}

.image-video-con .tile-content-sec .tile-content li:last-child {
  font: normal 16px "SegoeUIRegular", Arial, sans-serif;
}

.full-width-title-component {
  text-align: left;
}

.full-width-title-component h2 {
  color: #ffffff !important;
}

.card-component .row .field-title {
  color: #333740;
  font: normal 32px "SegoeUISemiBold", Arial, sans-serif;
}

.card-component .row .field-content {
  color: #333740;
}

.card-component.hero-card-component-reverse .row .field-title {
  color: #333740;
  font: normal 32px "SegoeUISemiBold", Arial, sans-serif;
}

.image-without-shadow-component .field-title {
  font: normal 32px "SegoeUISemiBold", Arial, sans-serif;
}

.image-without-shadow-component .field-content {
  color: #333740;
  font: normal 16px "SegoeUIRegular", Arial, sans-serif;
}

.hero-component .content-wrap h1 {
  font: normal 32px "SegoeUISemiBold", Arial, sans-serif;
}

.hero-component .content-wrap p {
  color: #333740;
}

.light-blue-btn {
  background: #00539e;
  cursor: pointer;
  display: inline-block;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 16px;
  padding: 10px 15px;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
}

.light-blue-btn::after {
  background: -webkit-gradient(linear, right top, left top, from(#00539e), to(#00bbe3));
  background: -webkit-linear-gradient(right, #00539e 0%, #00bbe3 100%);
  background: linear-gradient(to left, #00539e 0%, #00bbe3 100%);
  border-radius: 0;
  bottom: 0;
  content: '';
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.light-blue-btn:hover {
  background: #00539e;
}

.light-blue-btn:hover:after {
  content: "";
  height: 3px;
  width: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  background: -webkit-gradient(linear, right top, left top, from(#00539e), color-stop(80%, #00bbe3)) left bottom transparent no-repeat;
  background: -webkit-linear-gradient(right, #00539e 0%, #00bbe3 80%) left bottom transparent no-repeat;
  background: linear-gradient(to left, #00539e 0%, #00bbe3 80%) left bottom transparent no-repeat;
}

.blue-btn {
  background: #00539e;
  cursor: pointer;
  display: inline-block;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 16px;
  padding: 10px 15px;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
}

.blue-btn::after {
  background: -webkit-gradient(linear, right top, left top, from(#00539e), to(#00bbe3));
  background: -webkit-linear-gradient(right, #00539e 0%, #00bbe3 100%);
  background: linear-gradient(to left, #00539e 0%, #00bbe3 100%);
  border-radius: 0;
  bottom: 0;
  content: '';
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.blue-btn:hover {
  background: #00539e;
}

.blue-btn:hover:after {
  content: "";
  height: 3px;
  width: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  background: -webkit-gradient(linear, right top, left top, from(#00539e), color-stop(80%, #00bbe3)) left bottom transparent no-repeat;
  background: -webkit-linear-gradient(right, #00539e 0%, #00bbe3 80%) left bottom transparent no-repeat;
  background: linear-gradient(to left, #00539e 0%, #00bbe3 80%) left bottom transparent no-repeat;
}

.slider-text-image .slider-item .left-content h3 {
  font: normal 32px "SegoeUISemiBold", Arial, sans-serif !important;
}

.slider-text-image .slider-item .left-content p {
  font-size: 16px;
  color: #333740;
}

.slider-text-image .slider-item .right-content p {
  color: #333740;
}

.slider-text-image .slider-item .right-content .heading h4 {
  font-size: 32px;
}

.slider-text-image .slider-item .right-content .heading .sub-title {
  color: #333740;
  font-family: "SegoeUIRegular", Arial, sans-serif;
}

.slider-text-image .opacity-add .swiper-slide .swiper-button-next {
  background: #00539e;
  cursor: pointer;
  display: inline-block;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 16px;
  padding: 10px 15px;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
}

.slider-text-image .opacity-add .swiper-slide .swiper-button-next::after {
  background: -webkit-gradient(linear, right top, left top, from(#00539e), to(#00bbe3));
  background: -webkit-linear-gradient(right, #00539e 0%, #00bbe3 100%);
  background: linear-gradient(to left, #00539e 0%, #00bbe3 100%);
  border-radius: 0;
  bottom: 0;
  content: '';
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.slider-text-image .opacity-add .swiper-slide .swiper-button-next:hover {
  background: #00539e;
}

.slider-text-image .opacity-add .swiper-slide .swiper-button-next:hover:after {
  content: "";
  height: 3px;
  width: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  background: -webkit-gradient(linear, right top, left top, from(#00539e), color-stop(80%, #00bbe3)) left bottom transparent no-repeat;
  background: -webkit-linear-gradient(right, #00539e 0%, #00bbe3 80%) left bottom transparent no-repeat;
  background: linear-gradient(to left, #00539e 0%, #00bbe3 80%) left bottom transparent no-repeat;
}

.slider-text-image .opacity-add .swiper-slide .swiper-button-prev {
  color: #00539e;
  font-size: 16px;
}

.story-slider-con .story-slide .story-slide-item .story-slide-content span {
  letter-spacing: 1px;
  font-family: "SegoeUIRegular", Arial, sans-serif;
}

.story-slider-con .story-slide .story-slide-item .story-slide-content p {
  font-size: 16px;
}

.story-slider-con .story-slide .story-slide-item .story-slide-content .blue-btn {
  padding: 8px 40px;
  text-transform: capitalize;
}

.tab-component .tab-list {
  list-style-type: none;
}

.tab-component .tab-list li {
  font-size: 16px;
  color: #333740;
}

.tab-component .tab-content .tab-card-title .count {
  font: normal 32px "SegoeUIBold", Arial, sans-serif;
  color: #00539e;
}

.tab-component .tab-content .tab-card-title p {
  font: normal 16px "SegoeUIRegular", Arial, sans-serif;
  color: #333740;
}

.tab-component .tab-content .field-title {
  font: normal 32px "SegoeUISemiBold", Arial, sans-serif;
  color: #333740;
}

.tab-component .tab-content .field-content {
  font: normal 16px "SegoeUISemiBold", Arial, sans-serif;
  color: #333740;
}

.tab-component .tab-content .link-list li:hover {
  border-bottom: 1px solid #00539e;
}

.tab-component .tab-content .link-list li a {
  font: normal 16px "SegoeUIBold", Arial, sans-serif;
  color: #00539e;
  letter-spacing: 0;
  text-transform: none;
}

.tab-component .tab-content .link-list li a:hover {
  text-decoration: none;
  color: #00539e;
}

.tab-component .tab-content .link-list li a::after {
  background: transparent url("../images/Base/dist/icon-caret-darkblue.svg") no-repeat 100% 50%;
}

.tab-component .container {
  max-width: 1240px;
}

.card-tile-with-brand .col h4 {
  font: normal 18px "SegoeUIBold", Arial, sans-serif;
  color: #333740;
  letter-spacing: 0;
}

.article-image-component .sub-title {
  font-size: 16px;
  color: #333740;
  letter-spacing: 1px;
}

.article-image-component h5 {
  font: normal 32px "SegoeUISemiBold", Arial, sans-serif;
  color: #333740;
}

.article-image-component a .field-title {
  font-size: 16px;
  color: #333740;
}
