@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;
}
.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;
    line-height: normal !important;
    color: #333740 !important;
  }
}
:focus {
  outline: 0 dotted #fff !important;
}
body {
  overflow-x: hidden;
  font-family: "SegoeUILight", Arial, sans-serif;
  font-size: 16px;
  font-weight: inherit;
  color: #000;
  -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: #2e2925;
}
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: #000;
}
.link {
  display: inline-block;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  color: #000;
  text-decoration: none;
  background: -webkit-gradient(
      linear,
      right top,
      left top,
      from(#000),
      to(#000)
    )
    left bottom transparent no-repeat;
  background: -webkit-linear-gradient(right, #000 0%, #000 100%) left bottom
    transparent no-repeat;
  background: linear-gradient(to left, #000 0%, #000 100%) left bottom
    transparent no-repeat;
  background-size: 100% 1px;
  padding-bottom: 2px;
}
.link:hover,
.link:focus {
  text-decoration: none;
  color: #000;
  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: #5f6369;
}
input,
input[type="text"],
input[type="tel"],
input[type="date"],
textarea,
input[type="password"],
select {
  border: 1px solid #adafb2;
  background-color: #fff;
  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 #000 !important;
  color: #fff;
  border-radius: 100px;
}
.slick-slider.slick-dotted .slick-dots li.slick-active button {
  background: #000 !important;
}
.slick-slider.slick-dotted .slick-dots li.slick-active button::before {
  background: #000 !important;
  color: #000 !important;
}
#onetrust-pc-btn-handler {
  border-color: #00bbe3 !important;
  color: #333740 !important;
}
#onetrust-pc-btn-handler:hover {
  background-color: #00bbe3 !important;
  color: #333740 !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;
}
#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: #01284b !important;
  border-color: #01284b !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;
}
.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;
  margin-bottom: 20px;
}
.universalflarelist-item-link {
  text-decoration: none;
  position: relative;
  padding-bottom: 0;
  display: inline-block;
  font: normal 16px "SegoeUIBold", Arial, sans-serif;
  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: #00539e;
}
.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: #00bbe3;
  height: 5px;
  top: -2px;
}
.universalflarelist-row {
  margin: 0 14px 50px 16px;
}
.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: #5f6369;
  letter-spacing: 0;
  line-height: 21px;
}
.universalflarelist-eyebrow {
  text-transform: none;
}
@media (max-width: 991px) {
  .universalflarelist {
    padding: 0 16px;
  }
  .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: #fff;
    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: #fff;
}
@media (max-width: 1024px) {
  .universalbrandgridstatic {
    max-width: 100%;
    padding: 0 30px;
  }
}
.universalbrandgridstatic .universalbrandgridstatic-title {
  font: normal 25px "SegoeUIBold", Arial, sans-serif;
  color: #5f6369;
  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: #5f6369;
  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: #fff;
    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;
  color: #333740;
}
.universalcookiedisclaimer-text p:nth-child(2) {
  font: normal 13px "SegoeUIRegular", Arial, sans-serif;
  line-height: 17px;
  padding: 10px 0 20px 0;
  color: #333740;
}
.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/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: uppercase;
  color: #fff !important;
  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,
.universalcookiedisclaimer-btn:hover,
.universalcookiedisclaimer-btn:visited,
.universalcookiedisclaimer-btn:focus {
  color: #00539e;
  text-decoration: none;
}
.universalcookiedisclaimer-btn:hover {
  background-color: #fff;
  border: solid 2px #00539e;
}
.universalcookiedisclaimer-btn:after {
  content: none;
}
.universalcookiedisclaimer-btn:hover {
  border: 2px solid #01284b;
  background-color: #01284b;
  color: #fff !important;
}
.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: #fff;
}
.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 {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  margin: 25px 25px 0 25px;
}
.universalglobalalert:before {
  background-image: -webkit-linear-gradient(73deg, #00bbe3 0%, #00539e 100%);
  background-image: linear-gradient(17deg, #00bbe3 0%, #00539e 100%);
}
.universalglobalalert-message {
  padding-right: 350px;
}
.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;
}
@media (max-width: 767px) {
  .universalglobalalert-message {
    padding-right: 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 .col-md-6:first-child {
  border-right: 2px solid #e2e2e2;
}
.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: #5f6369;
  letter-spacing: 0;
  font-size: 22px;
  color: #fff;
  margin-right: 20px;
}
.two-column .homebanner .banner-content button {
  background-color: #00539e;
  border: 2px solid transparent;
  padding: 14px 24px;
  font: normal 16px "SegoeUIBold", Arial, sans-serif;
  min-width: 120px;
  text-align: center;
  color: #fff;
  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:after {
  content: none;
}
.two-column .homebanner .banner-content button:hover {
  background: #fff;
  color: #00539e;
  border: 2px solid #00539e;
}
#content > .two-column {
  max-width: 1170px;
  margin: 0 auto;
}
.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: #fff;
}
.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: #fff !important;
  font: normal 25px "SegoeUIBold", Arial, sans-serif;
  color: #fff;
  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: #5f6369;
  letter-spacing: 0;
  color: #fff;
  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: #5f6369;
}
.partialcard-withoutimage .text-wrap-title {
  font: normal 30px "SegoeUIRegular", Arial, sans-serif;
  color: #fff;
  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: #5f6369;
  letter-spacing: 0;
  line-height: 21px;
  margin: 0;
  line-height: 24px;
  color: #fff;
}
.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: #5f6369;
}
.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: #5f6369;
  }
  .homeimagegrid
    .homeimagegridcard.overlay
    .text.light
    .text-wrap
    .text-wrap-title {
    color: #5f6369;
  }
  .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: #fff;
  }
}
.universaliconlist {
  max-width: 1170px;
  padding: 0 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 75px 40px;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .universaliconlist {
    max-width: 100%;
    padding: 0 30px;
  }
}
.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: #5f6369;
  letter-spacing: 0;
  line-height: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333740;
  margin: 0 0 10px 0;
  padding-right: 0 !important;
}
.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 {
  content: "";
  background: transparent
    url("../../../../../themes/jci-global/jci-trion/jci-trion/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: #5f6369;
  letter-spacing: 0;
  line-height: 1.3;
  text-align: left;
  color: #333740;
}
.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(#00539e)
  );
  background-image: -webkit-linear-gradient(right, #00539e 0%, #00539e 100%);
  background-image: linear-gradient(-90deg, #00539e 0%, #00539e 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 10px;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  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 0;
}
.universaliconlist-related .universaliconlist-item-linktext {
  padding: 0;
  color: #fff !important;
}
.universaliconlist-related .universaliconlist-item-link {
  color: #fff !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: #5f6369;
  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: #fff;
  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: #5f6369;
  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;
  color: #333740 !important;
}
.universaliconlist .slick-slider.slick-dotted .slick-dots li button::before {
  border: 1px solid #00539e !important;
}
.universaliconlist
  .slick-slider.slick-dotted
  .slick-dots
  li.slick-active
  button {
  background: #00539e !important;
}
.universaliconlist
  .slick-slider.slick-dotted
  .slick-dots
  li.slick-active
  button::before {
  background: #00539e !important;
  color: #00539e !important;
}
@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("../../../../../themes/jci-global/jci-trion/jci-trion/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.image-gallery:hover {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}
.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: #fff;
  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
  .thumbnailcarousel
  .image-gallery.slick-current:hover {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}
.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 !important;
  color: #fff;
  border-radius: 100px;
}
.universalimagegallerythumbnail
  .small-thumbnails
  .slick-dots
  li.slick-active
  button {
  background: #00539e !important;
}
.universalimagegallerythumbnail
  .small-thumbnails
  .slick-dots
  li.slick-active
  button::before {
  background: #00539e !important;
  color: #00539e !important;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-left: 15px;
}
@media (max-width: 991px) {
  .universalimagegallerythumbnail {
    width: 100%;
  }
  .universalimagegallerythumbnail .universalImageGallery-item {
    width: 100%;
  }
  .universalimagegallerythumbnail .nav-tabs .slick-list {
    display: none;
  }
}
@media (max-width: 767px) {
  .universalimagegallery .carousel-inner {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .universalimagegallerythumbnail .thumbnailcarousel .gallerytab-pane {
    height: auto;
  }
  .universalimagegallerythumbnail .universalImageGallery-item {
    height: auto;
  }
  .universalimagegallery .carousel-inner {
    margin-left: 0;
  }
}
@media (min-width: 1000px) and (max-width: 1024px) {
  .universalimagegallery .carousel-inner {
    margin-left: 0;
  }
}
.universalimagetext {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}
.universalimagetext-button {
  background-color: #00539e;
  border: 2px solid transparent;
  padding: 14px 24px;
  font: normal 16px "SegoeUIBold", Arial, sans-serif;
  min-width: 120px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.universalimagetext-button:after {
  content: none;
}
.universalimagetext-button:hover {
  border: 2px solid #00539e;
  background: #fff;
  color: #00539e;
}
.universalimagetext.container {
  max-width: 1170px;
  padding: 0 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 0 40px;
}
@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-var2 .universalimagetext-richtext {
  line-height: normal;
  color: #2e2925;
}
.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: #5f6369;
  letter-spacing: 0;
  color: #333740;
  line-height: 21px;
}
.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% !important;
  max-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.universalimagetext-var1 .universalimagetext-col-img img,
.universalimagetext-var2 .universalimagetext-col-img img {
  height: 100%;
  width: 498px;
  margin-top: 0;
}
.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: #5f6369;
  margin-bottom: 10px;
}
.universalimagetext-var3 .universalimagetext-richtext {
  font: normal 16px "SegoeUIRegular", Arial, sans-serif;
  color: #5f6369;
  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: #fff !important;
}
.universalimagetext-link:visited,
.universalimagetext-linktext {
  color: #00539e !important;
}
.commercial .universalimagetext-var1 .universalimagetext-title {
  color: #5f6369;
}
@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;
  }
}
.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 "SegoeUILight", 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: 0;
}
.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: #fff !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: 1149px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  padding-left: 31px;
}
.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: #333740;
}
.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("../../../../../themes/jci-global/jci-trion/jci-trion/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: #000;
  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/icon-caret-reversed.svg")
    no-repeat 100% 50%;
}
.universalinsightquilt-card-accent-link:hover,
.universalinsightquilt-card-accent-link:focus {
  color: #fff;
}
.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: 0;
  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("../../../../../themes/jci-global/jci-trion/jci-trion/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("../../../../../themes/jci-global/jci-trion/jci-trion/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: #fff;
  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: #5f6369;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.productfamily
  .universalinsightquilt-card-text
  .universalinsightquilts-card-titlelink {
  font: normal 18px "SegoeUIBold", Arial, sans-serif;
  color: #5f6369;
  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: 0 30px;
  }
}
.universalrichtext {
  margin-top: 58px;
  margin-bottom: 58px;
  max-width: 1170px;
  padding: 0 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 41px;
}
.universalrichtext + * {
  clear: both;
}
.universalrichtext-list-header {
  color: #f00;
}
.universalrichtext-eyebrow,
.universalrichtext-title {
  color: #2e2925;
  margin-bottom: 0;
}
.universalrichtext-eyebrow:not(:last-child),
.universalrichtext-title:not(:last-child) {
  margin-bottom: 24px;
}
.universalrichtext-eyebrow {
  font-size: 16px;
  font-family: "SegoeUIBold", Arial, sans-serif;
  letter-spacing: 2px;
  line-height: 30px;
  text-transform: uppercase;
}
.universalrichtext-title {
  font-size: 24px;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  line-height: 32px;
}
.universalrichtext-text::after {
  clear: both;
  content: "";
  display: block;
}
.universalrichtext-text,
.universalrichtext-text * {
  color: #333740;
  font-size: 16px;
  line-height: 28px;
  margin: 0;
  font-family: "SegoeUIRegular", Arial, sans-serif;
}
.universalrichtext-text li {
  line-height: 21px;
}
.universalrichtext-text * + * {
  margin-top: 30px;
}
.universalrichtext-text ol,
.universalrichtext-text ul {
  margin-top: 20px;
}
.universalrichtext-text li + li {
  margin-top: 16px;
}
.universalrichtext-text ul {
  list-style-type: none;
  padding-left: 3px;
}
.universalrichtext-text ul li {
  padding-left: 0;
  list-style-type: square;
  color: #333740;
  margin-left: 18px;
}
.universalrichtext-text ul li::before {
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 6px;
  margin-right: -6px;
  position: relative;
  right: 24px;
  top: -1px;
  width: 6px;
  vertical-align: middle;
}
.universalrichtext-media-left,
.universalrichtext-media-left-overflow {
  margin: 0 42px 0 0;
}
.universalrichtext-media-left,
.universalrichtext-media-left-caption,
.universalrichtext-media-left-overflow,
.universalrichtext-media-left-overflow-caption {
  float: left;
}
.universalrichtext-media-left-caption,
.universalrichtext-media-left-overflow-caption {
  margin: 12px 42px 0 0;
}
.universalrichtext-media-left-overflow,
.universalrichtext-media-left-overflow-caption {
  margin-left: -100px;
}
.universalrichtext-media-right,
.universalrichtext-media-right-overflow {
  margin: 0 0 0 42px;
}
.universalrichtext-media-right,
.universalrichtext-media-right-caption,
.universalrichtext-media-right-overflow,
.universalrichtext-media-right-overflow-caption {
  float: right;
}
.universalrichtext-media-right-caption,
.universalrichtext-media-right-overflow-caption {
  margin: 12px 0 0 42px;
}
.universalrichtext-media-right-overflow,
.universalrichtext-media-right-overflow-caption {
  margin-right: -100px;
}
.universalrichtext-media-left,
.universalrichtext-media-left-overflow,
.universalrichtext-media-right,
.universalrichtext-media-right-overflow {
  box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.12);
  height: auto !important;
}
.universalrichtext-media-left,
.universalrichtext-media-left-caption,
.universalrichtext-media-left-overflow,
.universalrichtext-media-left-overflow-caption,
.universalrichtext-media-right,
.universalrichtext-media-right-caption,
.universalrichtext-media-right-overflow,
.universalrichtext-media-right-overflow-caption {
  clear: both;
}
.universalrichtext-media-left-caption,
.universalrichtext-media-left-overflow-caption,
.universalrichtext-media-right-caption,
.universalrichtext-media-right-overflow-caption {
  color: #2e2925;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
}
.universalrichtext-media-left-overflow,
.universalrichtext-media-left-overflow-caption,
.universalrichtext-media-right-overflow,
.universalrichtext-media-right-overflow-caption {
  max-width: 488px;
  min-width: 488px;
  width: 488px;
}
.universalrichtext-media-left,
.universalrichtext-media-left-caption,
.universalrichtext-media-right,
.universalrichtext-media-right-caption {
  max-width: 388px;
  min-width: 388px;
  width: 388px;
}
.universalrichtext p,
.universalrichtext-text {
  line-height: 21px;
}
.universalrichtext p p,
.universalrichtext p em,
.universalrichtext p span,
.universalrichtext p ins,
.universalrichtext-text p,
.universalrichtext-text em,
.universalrichtext-text span,
.universalrichtext-text ins {
  font: inherit;
  line-height: inherit;
}
.universalrichtext p span,
.universalrichtext p a,
.universalrichtext-text span,
.universalrichtext-text a {
  font: inherit;
  line-height: inherit;
}
.universalrichtext p .SubHeadingBold,
.universalrichtext-text .SubHeadingBold {
  font-family: "SegoeUIBold", Arial, sans-serif;
}
@media (max-width: 1024px) {
  .universalrichtext {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .universalrichtext {
    padding-left: 30px;
  }
}
.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: #5f6369;
  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;
  padding: 0 40px;
  background-size: cover;
}
.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-img {
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.universalkeyactionbig-title {
  font: normal 18px "SegoeUIBold", Arial, sans-serif;
  color: #5f6369;
  letter-spacing: 0;
  line-height: 21px;
  margin-bottom: 15px;
  padding: 30px 0;
  color: #fff !important;
}
.universalkeyactionbig .desc {
  font: normal 16px "SegoeUIRegular", Arial, sans-serif;
  color: #5f6369;
  letter-spacing: 0;
  font-size: 13px;
  margin-bottom: 90px;
}
.universalkeyactionbig-cta {
  min-width: 140px;
  text-align: center;
  margin: 20px 0 40px;
  font-size: 11px;
  background: #00539e;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  letter-spacing: 1px;
}
.universalkeyactionbig-cta:hover {
  background: #01284b;
  color: #fff;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
}
.universalkeyactionbig-cta::after {
  background: none;
  background: none;
  background: none;
}
.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: #fff;
  color: #fff;
}
.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: #fff;
  color: #00539e;
  margin: 0;
}
.productfamily .universalkeyactionbig-cta:first-of-type:hover {
  background: #00539e;
  color: #fff;
}
.productfamily .universalkeyactionbig-cta:last-of-type:hover {
  background: #00427e;
  color: #fff;
}
.keyactionssm {
  padding: 60px 40px;
  background-color: #dfe0de;
  max-width: 1092px;
}
.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: uppercase;
  color: #fff !important;
  border: 2px solid transparent;
  padding: 10px 15px;
  margin: 0;
}
.keyactionssm a,
.keyactionssm a:hover,
.keyactionssm a:visited,
.keyactionssm a:focus,
.keyactionssm a:visited,
.keyactionssm a:visited:hover,
.keyactionssm a:visited:visited,
.keyactionssm a:visited:focus {
  color: #00539e;
  text-decoration: none;
}
.keyactionssm a:hover,
.keyactionssm a:visited:hover {
  background-color: #fff;
  border: solid 2px #00539e;
}
.keyactionssm a:after,
.keyactionssm a:visited:after {
  content: none;
}
.keyactionssm a:hover,
.keyactionssm a:visited:hover {
  background: #fff;
  color: #00539e;
  border: solid 2px #00539e;
}
.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 {
  border: 2px solid #01284b;
  background-color: #01284b;
  color: #fff !important;
}
.keyactionssm.container a {
  color: #fff !important;
  text-transform: capitalize;
}
.keyactionssm .keyactionssm-form-container input {
  padding: 8px 15px;
}
@media (max-width: 767px) {
  .universalkeyactionbig {
    margin: 0 0 50px;
    padding: 0;
  }
  .universalkeyactionbig-title + .universalkeyactionbig-cta,
  .universalkeyactionbig-title + .universalkeyactionbig-ctatext {
    margin-top: 24px;
    width: 100%;
    text-align: center;
    margin-left: 2px;
  }
  .keyactionssm a,
  .keyactionssm a:visited {
    width: 100%;
    background-color: #00539e;
    min-width: 205px;
    width: 92%;
    margin-left: 17px;
  }
}
@media (max-width: 991px) {
  .keyactionssm {
    padding: 30px;
    margin-top: 0;
  }
  .keyactionssm-title {
    width: 100%;
    font-size: 25px;
    line-height: 28px;
  }
  .keyactionssm a,
  .keyactionssm a:visited {
    width: 100%;
    background-color: #00539e;
    min-width: 205px;
    margin-left: 2px;
  }
  .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%;
    margin-left: 2px;
  }
}
@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/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: #fff;
}
.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: uppercase;
  color: #fff !important;
  background-color: #0074dc;
  border: none;
}
.universallocationfindercallout-partner
  .location-input-container
  .find-locations-button,
.universallocationfindercallout-partner
  .location-input-container
  .find-locations-button:hover,
.universallocationfindercallout-partner
  .location-input-container
  .find-locations-button:visited,
.universallocationfindercallout-partner
  .location-input-container
  .find-locations-button:focus,
.universallocationfindercallout-keyaction
  .location-input-container
  .find-locations-button,
.universallocationfindercallout-keyaction
  .location-input-container
  .find-locations-button:hover,
.universallocationfindercallout-keyaction
  .location-input-container
  .find-locations-button:visited,
.universallocationfindercallout-keyaction
  .location-input-container
  .find-locations-button:focus {
  color: #00539e;
  text-decoration: none;
}
.universallocationfindercallout-partner
  .location-input-container
  .find-locations-button:hover,
.universallocationfindercallout-keyaction
  .location-input-container
  .find-locations-button:hover {
  background-color: #fff;
  border: solid 2px #00539e;
}
.universallocationfindercallout-partner
  .location-input-container
  .find-locations-button:after,
.universallocationfindercallout-keyaction
  .location-input-container
  .find-locations-button:after {
  content: none;
}
.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: #fff;
}
.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;
}
@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: "SegoeUILight", Arial, sans-serif;
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #333740 !important;
}
.pageoverview-title a:hover,
.pageoverview-title a:focus,
.pageoverview-title a:visited:hover,
.pageoverview-title a:visited:focus {
  color: #000;
  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: #000;
  text-decoration: none;
  background: -webkit-gradient(
      linear,
      right top,
      left top,
      from(#000),
      to(#000)
    )
    left bottom transparent no-repeat;
  background: -webkit-linear-gradient(right, #000 0%, #000 100%) left bottom
    transparent no-repeat;
  background: linear-gradient(to left, #000 0%, #000 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: #000;
  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;
    font-family: "SegoeUISemiBold", Arial, sans-serif;
  }
  .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-bottom: 0;
  margin-top: 58px;
}
.pagesection-title {
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 32px;
  line-height: 1.3;
  color: #333740 !important;
}
.pagesection .blurb {
  font-family: "SegoeUILight", Arial, sans-serif;
  font-size: 22px;
  line-height: 1.3;
  font-weight: normal;
}
.pagesection .pagesection-placeholder {
  margin-top: 24px;
}
.pagesection .pagesection-placeholder .pagesection-richtext {
  padding: 0 0 24px 25px;
}
.pagesection .pagesection-placeholder .container {
  margin-left: -10px;
  font-family: "SegoeUIRegular", Arial, sans-serif;
}
.pagesection .pagesection-placeholder .container p,
.pagesection .pagesection-placeholder .container span {
  color: #333740 !important;
}
.pagesection .pagesection-placeholder .container p a,
.pagesection .pagesection-placeholder .container span a {
  color: #00539e;
}
.pagesection-richtext {
  font: normal 16px "SegoeUIRegular", Arial, sans-serif;
  color: #333740;
  letter-spacing: 0;
  padding: 0 0 24px 41px;
}
.pagesection-richtext p {
  color: #333740;
}
.pagesection-richtext p strong {
  font-family: "SegoeUISemiBold", Arial, sans-serif;
}
.pagesection-richtext p a {
  text-decoration: underline;
  color: #00539e;
}
.pagesection-richtext p a:hover {
  color: #00539e;
}
.pagesection-richtext ul > li a {
  text-decoration: underline;
}
.pagesection-richtext .universalrichtext-text {
  padding-top: 0;
  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: #fff;
  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: #fff;
  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: 767px) {
  .pagesection {
    margin-top: 46px;
    margin-bottom: 0;
  }
  .pagesection-title {
    font: normal 32px "SegoeUISemiBold", Arial, sans-serif;
    letter-spacing: 1px;
    line-height: 1.3;
    color: #333740;
  }
  .pagesection-richtext {
    padding: 0 26px 24px 28px;
  }
  .pagesection-richtext .producttitle .locationfinder-title {
    margin-left: -11px;
    font: normal 32px "SegoeUISemiBold", Arial, sans-serif;
  }
  .pagesection .pagesection-placeholder {
    margin-top: 16px;
  }
  .pagesection .pagesection-placeholder .container {
    margin-left: -8px;
  }
  .pagesection .pagesection-placeholder .container p {
    color: #333740;
  }
  .pagesection-richtext.producttitle .locationfinder-title {
    margin-left: -11px;
    font: normal 32px "SegoeUISemiBold", Arial, sans-serif;
  }
}
@media (max-width: 1024px) {
  .pagesection {
    margin-top: 46px;
    margin-bottom: 0;
  }
  .pagesection-title {
    font: normal 32px "SegoeUISemiBold", Arial, sans-serif;
    letter-spacing: 1px;
    line-height: 1.3;
    color: #333740;
  }
  .pagesection-richtext {
    padding: 0 26px 24px 28px;
  }
  .pagesection .pagesection-placeholder .container {
    margin-top: 16px;
    margin-left: -19px;
  }
  .pagesection .pagesection-placeholder .container .container p {
    color: #333740;
  }
  .pagesection-richtext.producttitle .locationfinder-title {
    margin-left: -11px;
    font: normal 32px "SegoeUISemiBold", Arial, sans-serif;
  }
}
.productcardlist {
  max-width: 1170px;
  padding: 0 40px;
  margin-left: auto;
  margin-right: auto;
  margin: 25px auto;
  margin-top: -20px;
  padding: 0 20px;
}
@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
  .pagination-show-wrapper
  .container
  .pagination-section
  .pagination
  .pageNumber.selected {
  color: #333740;
}
.productcardlist .pagination-show-wrapper .container .form-dropdown div label {
  color: #333740;
}
.productcardlist .row,
.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: #5f6369;
  line-height: 30px;
}
.productcardlist .pagesection-richtext .sub-title {
  font: normal 24px "SegoeUIRegular", Arial, sans-serif !important;
  color: #333740 !important;
  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: #5f6369;
  letter-spacing: 0;
  line-height: 21px;
  color: #333740;
}
.productcardlist .pagesection-richtext .list-item {
  list-style: square;
  padding-left: 20px;
}
.productcardlist .pagesection-richtext .list-item li {
  padding-left: 10px;
}
.productcardlist-related,
.productcardlist-carousel {
  max-width: 1170px;
  padding: 0 40px;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
  margin-top: 50px;
}
@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: #868a8f;
  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: #5f6369;
  letter-spacing: 0;
  line-height: 21px;
  font-size: 16px;
  margin: 0;
  max-width: 100%;
  word-break: break-word;
}
.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 !important;
}
.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: #fff;
  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;
}
.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: #5f6369;
  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: 159px;
}
.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: #5f6369;
  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-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%;
}
.productcardlist
  .univerasalproductSummary
  .pagesection-richtext
  table
  td:first-of-type {
  font: normal 16px "SegoeUIRegular", Arial, sans-serif;
  color: #5f6369;
  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: #5f6369;
  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 .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 #filterresult {
  margin: 20px 0 0;
}
.productcardlist #filterresult .row > label {
  margin-left: 19px;
  color: #333740;
}
.productcardlist select {
  width: 24%;
  margin-right: 1%;
  font: normal 12px "SegoeUISemiLight", Arial, sans-serif;
  -webkit-appearance: none;
  background-position: 95% center;
  border: 1px solid #c0c0c0;
  color: #5f6369;
  cursor: pointer;
  float: left;
}
.productcardlist select:after {
  content: url(../Images/Base/icon-caret.svg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background-repeat: no-repeat;
  margin-left: 10px;
  position: static;
}
.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;
  color: #5f6369;
  margin-right: 12px;
}
.productcardlist .filter-section a.title {
  text-decoration: underline;
}
.productcardlist .filter-section #apply {
  margin-left: auto;
}
.productcardlist .filter-modal {
  display: none;
}
.productcardlist.container {
  padding: 0 40px;
}
.productcardlist-related .productcard .productcardimage img,
.productcardlist-related
  .productfamily
  .productcardlist
  .productcard
  .productcardimage
  img,
.productfamily
  .productcardlist
  .productcardlist-related
  .productcard
  .productcardimage
  img {
  max-width: 100%;
  max-height: 120px;
}
.productcardlist
  .pagination-show-wrapper
  .container
  .productcount-section
  .productcount
  label {
  color: #333740;
}
.ProductCategory-CardSection .productcard .desc:after {
  content: url("../../../../../themes/jci-global/jci-trion/jci-trion/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 {
  font: normal 25px "SegoeUIBold", Arial, sans-serif;
  color: #868a8f;
  letter-spacing: 2px;
  text-transform: none;
  margin-bottom: 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: #5f6369;
  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: #5f6369;
  letter-spacing: 0;
  border: none;
}
.commercial .productcardcontent .list-item {
  padding-left: 40px;
  list-style: square;
}
.productfamily {
  margin: 0 auto;
  max-width: 1170px;
}
.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 > .container .row .filter-section {
  border-bottom: 1px solid #ddd;
  padding: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.productfamily > .container .row #reloadfilter {
  margin-top: 8px;
}
.productfamily .col-3 .col {
  padding: 0;
}
.productfamily .col-3 .col .universalflarelist.container {
  padding: 0;
}
.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;
}
.productfamily .universalkeyactionbig .desc {
  margin-bottom: 40px;
}
.productfamily .solutioncard {
  box-shadow: 0 0 20px 0 rgba(180, 179, 179, 0.31);
  padding: 25px;
  margin: 25px 0;
}
.productfamily .productcardlist {
  margin-right: 0;
  padding: 0 40px !important;
}
.productfamily .productcardlist .productcard .productcardimage {
  background-color: #fff;
}
.productfamily .productcardlist .productcard .productcardimage img {
  max-width: 100%;
  max-height: 230px;
}
.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: #5f6369;
  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 "SegoeUISemiLight", 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: #fff;
  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: #fff;
  background: #0080b6;
}
.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: #5f6369;
}
.productfamily .productcardlist .productcard a .productcardcontent h2:after {
  background: none;
}
.productfamily .productcard-table td {
  font: normal 16px "SegoeUIRegular", Arial, sans-serif;
  color: #5f6369;
  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: uppercase;
  color: #fff !important;
}
.productfamily > .productcardlist .filter-section button.title,
.productfamily > .productcardlist .filter-section button.title:hover,
.productfamily > .productcardlist .filter-section button.title:visited,
.productfamily > .productcardlist .filter-section button.title:focus {
  color: #00539e;
  text-decoration: none;
}
.productfamily > .productcardlist .filter-section button.title:hover {
  background-color: #fff;
  border: solid 2px #00539e;
}
.productfamily > .productcardlist .filter-section button.title:after {
  content: none;
}
.row .filter-section {
  border-bottom: 1px solid #ddd;
  padding: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.row #reloadfilter {
  margin-top: 8px;
}
.landing-product-list .slick-arrow {
  z-index: 99;
}
.landing-product-list .slick-prev:before,
.landing-product-list .slick-next:before {
  background-image: url("../../../../../themes/jci-global/jci-trion/jci-trion/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:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.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;
}
.productcard-table td:first-of-type {
  margin-top: 0;
  display: block;
  margin-right: 0;
}
.productcard-table td {
  font: normal 14px "SegoeUIRegular", Arial, sans-serif;
  word-break: break-word;
  width: auto;
  padding: 10px 0;
}
.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;
}
select::-ms-expand {
  display: none;
}
.productcardlist {
  margin: 25px auto;
}
.productcardlist [class*=" col-"]:not(h1):not(h2) {
  padding-left: 25px;
  padding-right: 25px;
}
.productcardlist .row {
  margin-top: 0;
  margin-bottom: 0;
}
.productcardlist .row > [class*="col-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.productcardlist .productcard {
  box-shadow: 0 0 22px 0 rgba(214, 214, 214, 0.41);
  width: 100%;
  margin: 0 10px 10px 0;
}
.productcardlist .productcard .productcardimage,
.productfamily .productcardlist .productcard .productcardimage {
  background-color: #fff;
  width: 100%;
  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;
  margin-top: 20px;
}
.productcardlist .productcard a .productcardcontent h2,
.productcardlist .productcard a:visited .productcardcontent h2 {
  padding-right: 20px;
  color: #2e2925;
}
.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("../../../../../themes/jci-global/jci-trion/jci-trion/Images/Base/dist/icon-caret.svg")
    no-repeat 100% 50%;
}
.productcardlist .productcard a .productcardcontent .title,
.productcardlist .productcard a .productcardcontent .desc,
.productcardlist .productcard a:visited .productcardcontent .title,
.productcardlist .productcard a:visited .productcardcontent .desc {
  color: #000;
}
.productcardlist .productcard a:hover,
.productcardlist .productcard a:focus,
.productcardlist .productcard a:visited:hover,
.productcardlist .productcard a:visited:focus {
  text-decoration: none;
  color: #000;
}
.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;
  margin-bottom: 6px;
}
.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 .title,
.productcardlist .productcard a:hover .productcardcontent .desc,
.productcardlist .productcard a:focus .productcardcontent .title,
.productcardlist .productcard a:focus .productcardcontent .desc,
.productcardlist .productcard a:visited:hover .productcardcontent .title,
.productcardlist .productcard a:visited:hover .productcardcontent .desc,
.productcardlist .productcard a:visited:focus .productcardcontent .title,
.productcardlist .productcard a:visited:focus .productcardcontent .desc {
  color: #000;
}
.productcardlist .productcard .productcardcontent {
  padding: 20px 30px;
  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-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (any-hover: hover) {
  .productcardlist .productcard .productcardcontent {
    overflow: hidden;
    position: relative;
    height: 294px;
  }
  .productcardlist .productcard .productcardcontent,
  .productcardlist .productcard .productcardcontent::after {
    -webkit-transition: height 0.4s;
    transition: height 0.4s;
  }
  .productcardlist .productcard .productcardcontent::after {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0)),
      color-stop(45%, #fff),
      to(#fff)
    );
    background: -webkit-linear-gradient(
      top,
      rgba(255, 255, 255, 0) 0%,
      #fff 45%,
      #fff 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 0%,
      #fff 45%,
      #fff 100%
    );
    bottom: 0;
    content: "";
    height: 60px;
    left: 0;
    right: 0;
    position: absolute;
  }
  .productcardlist .productcard .productcardcontent:hover::after {
    height: 0;
  }
}
.productcardlist .productcard .productcardcontent h2 {
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 22px;
  line-height: 1.3;
  color: #333740 !important;
}
.productcardlist .productcard .productcardcontent .desc span,
.productcardlist .productcard .productcardcontent .desc p {
  display: block;
  margin-bottom: 20px;
  color: #333740;
}
.productcardlist .productcard .productcardcontent .desc span,
.productcardlist .productcard .productcardcontent .desc p:hover {
  overflow: auto;
  white-space: normal;
  height: auto !important;
  display: block;
}
.productcardlist .productcard .productcardcontent .desc ul {
  list-style: square;
  padding: 0 20px;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 14px;
  color: #5f6369;
}
.productcardlist .productcard .productcardcontent .desc ul li {
  margin-bottom: 10px;
  line-height: 1.3;
  font: normal 12px "SegoeUIRegular", Arial, sans-serif;
}
.productcardlist .productcard .productcardcontent .desc *:last-child {
  margin-bottom: 0;
}
.productcardlist .productcard .productcarddetails {
  padding: 15px 30px 0 30px;
  border-bottom: 25px solid #fff;
  border-top: 1px solid #c7c9c8;
  min-height: 140px;
  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-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.productcardlist .productcard .productcarddetails .title {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  font-family: "SegoeUIBold", Arial, sans-serif;
  color: #878a8f;
}
.productcardlist .productcard .productcarddetails ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.productcardlist .productcard .productcarddetails ul li {
  margin-right: 30px;
}
.productcardlist .productcard .productcarddetails ul li a,
.productcardlist .productcard .productcarddetails ul li a:visited {
  font-family: "SegoeUIBold", Arial, sans-serif;
  font-size: 16px;
  color: #000;
}
.productcardlist .productcard .productcarddetails ul li:hover,
.productcardlist .productcard .productcarddetails ul li:focus {
  text-decoration: underline;
}
.productcardlist .productcard .productcarddetails ul li:after {
  content: url("../Images/Base/dist/arrow-up-right.svg");
  display: inline-block;
  margin-left: 5px;
}
.productcardlist-related .product-title {
  font: normal 25px "SegoeUIBold", Arial, sans-serif;
  color: #333740 !important;
  letter-spacing: 2px;
  margin: 0 0 10px;
}
.productcardlist-related .related-pro-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.productcardlist-related .related-pro-list > [class*="col-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.productcardlist-related .related-pro-list .productcard .productcardcontent {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .productcardlist-related .related-pro-list .slick-list,
  .productcardlist-related .related-pro-list .slick-track {
    min-width: 100%;
  }
}
.productcardlist-related .related-pro-list .slick-arrow {
  z-index: 99;
}
.productcardlist-related .related-pro-list .slick-prev,
.productcardlist-related .related-pro-list .slick-next {
  top: 40%;
}
.productcardlist-related .related-pro-list .slick-prev:before,
.productcardlist-related .related-pro-list .slick-next:before {
  background-image: url("/-/media/themes/jci-global/jci-global/jci-global/Images/Base/dist/icon-caret.svg");
  background-repeat: no-repeat;
  background-size: 15px 20px;
  background-position: center center;
  content: "";
  position: absolute;
  background-color: rgba(214, 214, 214, 0.41);
  border-radius: 50%;
  padding: 25px;
}
.productcardlist-related .related-pro-list .slick-prev:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.productcardlist-related .related-pro-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
}
.productcardlist-related .related-pro-list .slick-slide {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: auto;
}
.productcardlist-related .related-pro-list .productcard {
  height: 100%;
}
.productcardlist-related .row > [class*="col-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.productcardlist-related .row.related-pro-list {
  margin-bottom: 20px;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.5;
}
.productcardlist-carousel {
  padding: 30px 0 0;
}
.productcardlist-carousel
  .landing-product-list
  .productcard
  .productcardcontent {
  padding: 30px 20px 20px !important;
  margin: 0 0 20px 0;
}
.productcardlist-carousel .productcard .productcardcontent .desc p {
  margin: 0;
}
.productcardlist-carousel .productcard {
  width: 100%;
}
.productcardlist-carousel .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  margin: 0 10px 20px;
}
.productcardlist-carousel .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.productcardlist .row.productcardlist .productcategories {
  width: 32%;
  margin-right: 10px;
}
.productfamily .productcardlist .productcard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.productfamily .productcardlist .productcard .comparebutton {
  margin-top: auto;
  max-width: 100%;
}
.productfamily .productcardlist .productcard .universalpromobar-link {
  text-align: center;
  padding: 8px 0;
  margin: 20px auto;
  font: normal 12px "SegoeUIBold", Arial, sans-serif;
  letter-spacing: 0.86px;
  text-transform: uppercase;
  border: 2px solid #0080b6;
  background: #fff;
  color: #0080b6;
  max-width: 85%;
  display: block;
}
.productfamily .productcardlist .productcard .universalpromobar-link.active {
  border: 2px solid #0080b6;
  color: #fff;
  background: #0080b6;
}
.productfamily .universalpromobar-link::after,
.productfamily .universalpromobar-link:before {
  content: none;
}
.productfamily .productcard .productcardcontent,
.related-pro-list .productcard .productcardcontent,
.guidedsale-product-list .productcard .productcardcontent {
  border-top: 1px solid #c0c0c0;
}
.productcardlist-related .slick-track .related-categories {
  height: auto;
  padding: 10px;
}
.productcard-title h2.title {
  font: normal 16px "SegoeUIBold", Arial, sans-serif !important;
  color: #333740 !important;
  letter-spacing: 0 !important;
  margin: 0;
  padding: 10px 0 10px 0;
  max-width: 100%;
  word-break: break-word;
}
.productcard-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 20px;
}
@media (any-hover: hover) {
  .productfamily .productcardlist .productcard .productcardcontent {
    height: auto !important;
  }
}
.productfamily .productcard-table td,
.productcardlist-related .productcard-table td {
  width: 50%;
  padding: 7px 0;
  display: table-cell;
  padding: 10px 0;
  width: 50%;
  max-width: 1px;
  word-break: break-word;
}
.productfamily .productcardlist .productcard .productcardcontent,
.productcardlist-related .productcard .productcardcontent {
  padding: 10px 0;
  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-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: visible;
}
.productfamily .productcard-table,
.productcardlist-related .productcard-table {
  width: 100%;
}
.guidedsale-product-list .productcard .productcardcontent {
  padding: 0;
}
.productcard-title {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.row.related-pro-list .productcard {
  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%;
}
.univerasalproductSummary .pagesection-richtext .list-item li {
  padding: 5px 10px;
}
.univerasalproductSummary .pagesection-richtext .sub-title {
  margin-bottom: 32px;
}
.univerasalproductSummary .pagesection-richtext .product-title {
  font: normal 30px "SegoeUIBold", Arial, sans-serif;
  color: #333740;
  line-height: 30px;
  padding: 0;
  margin: 30px 0 16px;
}
.productfamily
  .productcardlist
  #filterresult
  .productcard
  .productcardcontent
  .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 10px;
  margin-bottom: 15px;
}
.productfamily .productcardlist #filterresult p {
  margin-left: 20px;
}
.productcardlist-related
  .related-pro-list
  .productcard
  .productcardcontent
  .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 10px;
  margin-bottom: 25px;
}
.productcardlist-related
  .related-pro-list
  .productcard
  .productcardcontent
  .list-item {
  padding-left: 28px;
  margin: 0;
}
.productcardlist-related
  .related-pro-list
  .productcard
  .productcardcontent
  .desc
  p {
  padding: 0;
  margin: 0;
}
.productfamily .productcardlist .productcard .productcardcontent {
  padding: 20px 20px 0;
}
.productcardlist .productcardlist .productcard .productcardimage img {
  height: 100%;
  width: 100%;
}
.pagesection-richtext.producttitle .locationfinder-title {
  padding: 0;
  margin-bottom: 0;
  padding: 56px 25px 0 0 !important;
  color: #333740 !important;
}
.pagesection-richtext.producttitle .locationfinder-title a {
  color: #00539e;
  text-decoration: none;
  background-color: transparent;
}
.pagesection-richtext.producttitle .locationfinder-title a:hover {
  color: #1076e4;
  text-decoration: underline;
}
.pagesection-richtext.producttitle.container {
  color: #333740;
}
.pagesection-richtext.producttitle.container ul {
  color: #333740;
  -webkit-padding-start: 40px;
  padding-inline-start: 40px;
}
.pagesection-richtext.producttitle.container li {
  color: #333740;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .productcard-title,
  .productfamily .productcardlist .productcard .productcardcontent,
  .productcardlist-related .productcard .productcardcontent {
    display: block;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
  }
}
.productcardlist .productcategories .productcard .productcardcontent h2 {
  min-height: 90px;
}
@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.container {
    padding: 0 30px !important;
  }
  .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: #5f6369;
    padding: 0 30px;
    width: 100%;
    text-decoration: none;
  }
  .productcardlist .filter-modal:after {
    content: url("../Images/Base/dropdown_arrow.svg");
    display: inline-block;
    margin-left: 5px;
  }
  .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: #5f6369;
    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;
  }
  .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: #5f6369;
    letter-spacing: 0;
    line-height: 21px;
    font-size: 16px;
  }
  .productfamily .productcardlist .productcard .productcardcontent .desc p {
    font: normal 14px "SegoeUISemiBold", Arial, sans-serif;
    color: #5f6369;
    line-height: 16px;
  }
  .productfamily .productcardlist .productcard .productcardcontent .desc ul li {
    font: normal 11px "SegoeUISemiLight", Arial, sans-serif;
    color: #5f6369;
    line-height: 13px;
  }
  .productfamily .universalflarelist,
  .productfamily .universalkeyactionbig,
  .productfamily .universalinsightquilt-card {
    padding: 0 30px;
  }
  .productfamily .solutioncard .solutioncontent-name:after {
    content: url("../../../../../themes/jci-global/jci-trion/jci-trion/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: #fff;
    border-radius: 100px;
  }
  .related-pro-list .slick-dots li.slick-active button::before {
    background: #00539e;
    color: #00539e;
  }
  .slick-slider.slick-dotted .slick-dots li button::before {
    border: 1px solid #00539e !important;
  }
  .slick-slider.slick-dotted .slick-dots li.slick-active button {
    background: #00539e !important;
  }
  .slick-slider.slick-dotted .slick-dots li.slick-active button::before {
    background: #00539e !important;
    color: #00539e !important;
  }
  .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: #fff;
    border-radius: 100px;
  }
  .landing-product-list .slick-dots li.slick-active button::before {
    background: #00539e;
    color: #00539e;
  }
  .productcardlist .productcategories .productcard .productcardcontent h2 {
    min-height: auto;
  }
}
@media (min-width: 1000px) and (max-width: 1024px) {
  .productcardlist #filterresult .row > label {
    margin-left: 9px;
  }
  .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;
  }
  .productcardlist.container {
    padding: 0 30px !important;
  }
  .productcardlist .productcategories .productcard .productcardcontent {
    height: 347px;
  }
  .productcardlist .productcategories .productcard .productcardcontent h2 {
    min-height: auto;
  }
  .productfamily .productcardlist .productcard {
    margin: 0 10px 10px 11px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .productcardlist #filterresult .row > label {
    margin-left: 9px;
  }
  .productcardlist .univerasalproductSummary {
    padding: 20px 0 0;
  }
  .productcardlist .univerasalproductSummary .row img {
    padding: 0;
  }
  .productcardlist .row.productcardlist {
    padding: 0;
  }
  .productcardlist .row.productcardlist .productcategories {
    width: 48%;
    margin-right: 10px;
  }
  .productcardlist.container {
    padding: 0 30px !important;
  }
  .productcardlist .productcategories .productcard .productcardcontent {
    height: 258px;
  }
  .productcardlist .productcategories .productcard .productcardcontent h2 {
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .universalinsightquilt-card-text {
    height: 90px;
  }
  .productcardlist #filterresult .row > label {
    margin-left: 9px;
  }
  .productcardlist .row.productcardlist {
    padding: 0;
  }
  .productcardlist .row.productcardlist .productcategories {
    width: 100%;
    margin-right: 0;
  }
  .productcardlist .productcategories .productcard .productcardcontent {
    height: unset !important;
    overflow: visible;
  }
  .productcardlist .productcategories .productcard .productcardcontent:after {
    display: none;
  }
  .productcardlist .productcategories .productcard .productcardcontent h2 {
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .productcardlist .productcount-top label {
    padding-left: 0;
  }
}
.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;
  max-width: 1092px !important;
  margin: 0 auto;
  background: #dfe0de;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
  padding: 24px !important;
}
@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: #5f6369;
  letter-spacing: 2px;
  line-height: 28px;
  font: normal 25px "SegoeUISemiBold", Arial, sans-serif !important;
  color: #5f6369 !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: #5f6369;
  letter-spacing: 0;
}
.universalpromobar-link {
  font: normal 18px "SegoeUIBold", Arial, sans-serif;
  color: #5f6369;
  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/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 !important;
  }
  .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;
  color: #333740 !important;
}
@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: #5f6369;
  letter-spacing: 0;
  margin: 30px 0;
}
.universalrichtext5x7-text ul {
  list-style: square;
}
.universalrichtext5x7-text li {
  font: normal 16px "SegoeUIRegular", Arial, sans-serif;
  color: #5f6369;
  letter-spacing: 0;
  color: #333740;
  line-height: 21px;
}
.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: #5f6369;
  letter-spacing: 0;
  line-height: 21px;
  font-size: 16px;
  color: #333740;
}
.universalrichtext5x7 .richtext-table td:nth-child(odd) {
  font: normal 18px "SegoeUIBold", Arial, sans-serif;
  color: #5f6369;
  letter-spacing: 0;
  line-height: 21px;
  font-size: 16px;
  color: #333740;
}
.universalrichtext5x7 .richtext-table td:nth-child(even) {
  font: normal 16px "SegoeUIRegular", Arial, sans-serif;
  color: #5f6369;
  letter-spacing: 0;
  color: #000;
}
.universalrichtext-text a {
  color: #00539e;
}
@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;
  }
}
@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: #fff;
  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: #5f6369;
  letter-spacing: 0;
  line-height: 21px;
  margin-bottom: 10px;
}
.solutioncard .solutioncontent-name:after {
  content: url("../../../../../themes/jci-global/jci-trion/jci-trion/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: #5f6369;
  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: #5f6369;
  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 {
  margin-bottom: 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;
  color: #333740 !important;
}
@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: #5f6369;
  letter-spacing: 0;
  line-height: 21px;
}
.textlistrollup.row {
  margin: 0;
}
.textlistrollup .textbox {
  background-color: #fff;
  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("../../../../../themes/jci-global/jci-trion/jci-trion/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: #5f6369;
  letter-spacing: 0;
  line-height: 21px;
  word-break: break-word;
  color: #333740;
}
.textlistrollup .textbox a {
  text-align: right;
  outline: none;
  color: #000;
}
.textlistrollup .textbox a:after {
  content: url("../../../../../themes/jci-global/jci-trion/jci-trion/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%;
  padding-bottom: 30px;
}
.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;
  color: #333740;
}
.textlistrollup .custom-slider-controls .slide-m-prev:before {
  background-image: url(/Images/Base/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/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 #00539e;
  color: #fff;
  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: #00539e;
}
.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: #00539e;
  color: #00539e;
}
.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: #fff;
  }
  .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),
      to(#00539e)
    )
    left top transparent no-repeat;
  background: -webkit-linear-gradient(right, #00539e 0%, #00539e 100%) left top
    transparent no-repeat;
  background: linear-gradient(to left, #00539e 0%, #00539e 100%) 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;
  border: 2px solid transparent;
  padding: 14px 24px;
  font: normal 16px "SegoeUIBold", Arial, sans-serif;
  min-width: 120px;
  text-align: center;
  color: #fff;
  text-transform: initial;
  line-height: 12px;
}
.universalanchorbar-button:after {
  content: none;
}
.universalanchorbar-button:hover {
  border: 1px solid #00539e;
  background: #fff;
  color: #00539e;
}
.universalanchorbar-anchors-overflow-showmore:after {
  background-image: url("../Images/Base/dropdown_arrow.svg");
}
.universalanchorbar-anchors-overflow
  button.universalanchorbar-anchors-overflow-showmore {
  font: normal 13px "SegoeUISemiBold", Arial, sans-serif;
  color: #5f6369;
  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: #333740;
    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: #fff;
    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/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: #5f6369;
  }
  .universalanchorbar-anchors-listitem {
    padding: 20px 0 0;
    margin: 0;
  }
  .universalanchorbar-anchors-listitem a {
    padding: 0 15px;
    color: #5f6369;
    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: #fff;
  border-bottom: none;
}
.universalfooter > .container {
  margin: 0 auto;
}
.universalfooter .footer-basement .content-wrap .links {
  list-style: none;
  padding: 0;
  margin: 5px 18px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.universalfooter footer {
  background: #00539e;
}
.universalfooter.no-gradient {
  background: none;
  padding: 40px 0 20px 0;
}
.universalfooter.no-gradient.grey {
  background-color: #dfe0de;
  margin: 60px 0 0 0;
  border-bottom: 3px solid #00539e !important;
}
.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: 0;
  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: #2e2925;
  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 #00539e;
}
.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: #fff;
  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: #000 !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: #000;
  margin-bottom: 5px;
}
.universalfooter .contact .tel {
  font-family: "SegoeUIBold", Arial, sans-serif;
  font-size: 20px;
}
.universalfooter .contact .cta {
  margin: 0 5px 5px 0;
  width: 155px;
  padding: 8px 0;
  text-align: center;
  font: normal 12px "SegoeUIRegular", Arial, sans-serif;
  letter-spacing: -0.12px;
  margin-bottom: 0;
  border: 2px solid #00539e;
  background-color: #00539e;
  color: #fff;
}
.universalfooter .contact .cta:visited {
  color: #fff;
}
.universalfooter .contact .cta:hover,
.universalfooter .contact .cta:focus {
  border: 2px solid #01284b;
  background-color: #01284b;
  color: #fff;
}
.universalfooter .contact .cta::after {
  display: none;
}
.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: uppercase;
  color: #fff !important;
  min-width: 120px;
}
.universalfooter .subscribe .field-wrap .cta,
.universalfooter .subscribe .field-wrap .cta:hover,
.universalfooter .subscribe .field-wrap .cta:visited,
.universalfooter .subscribe .field-wrap .cta:focus {
  color: #00539e;
  text-decoration: none;
}
.universalfooter .subscribe .field-wrap .cta:hover {
  background-color: #fff;
  border: solid 2px #00539e;
}
.universalfooter .subscribe .field-wrap .cta:after {
  content: none;
}
.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: #fff;
  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;
}
.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: 0;
}
.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: #000;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  line-height: 1.5;
  display: block;
}
.universalfooter .footer-basement {
  background-color: #00539e;
  padding: 15px 0;
}
.universalfooter .footer-basement .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.universalfooter .footer-basement .content-wrap .legal {
  color: #fff;
  font: normal 11px "SegoeUIRegular", Arial, sans-serif;
  letter-spacing: -0.08px;
  line-height: 16px;
  padding: 5px 15px 0;
}
.universalfooter .footer-basement .content-wrap .links li a {
  font: normal 11px "SegoeUIRegular", Arial, sans-serif;
  color: #fff !important;
  letter-spacing: -0.08px;
}
.universalfooter.home-workplace-nav {
  padding: 0 0;
  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: #000;
}
.universalfooter.home-workplace-nav .link-list.desktop ul li a:hover {
  color: #000;
}
.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: #00539e;
  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: #fff;
}
.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 0 0;
}
.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: #000;
    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: #fff;
  }
  .universalfooter .contact .cta:visited {
    color: #fff;
  }
  .universalfooter .contact .cta:hover,
  .universalfooter .contact .cta:focus {
    border: 2px solid #00539e;
    background-color: #00539e;
    color: #fff;
  }
  .universalfooter .contact .cta::after {
    content: "none";
  }
  .universalfooter.no-gradient {
    background: none;
    padding: 30px 0 0;
    padding: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .universalfooter.no-gradient .col-md-6 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .universalfooter.no-gradient .col-md-6 .title {
    color: #333740;
    text-transform: none;
    padding-bottom: 10px;
    margin-left: 0;
  }
  .universalfooter.no-gradient.grey {
    background-color: #dfe0de;
    margin: 0;
    margin-top: 30px;
    border-bottom: 3px solid #00539e !important;
  }
  .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: 0;
  }
  .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: #fff;
  }
  .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: 0;
    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: #000;
    font-family: "SegoeUIRegular", Arial, sans-serif;
    line-height: 1.5;
    display: block;
  }
  .universalfooter .footer-basement {
    margin: 0;
    padding: 0;
    background-color: #00539e;
  }
  .universalfooter .footer-basement .content-wrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px 0;
  }
  .universalfooter .footer-basement .content-wrap .legal {
    color: #fff;
    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: #fff !important;
    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: #00539e;
  }
  .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 #000;
    font: normal 12px "SegoeUISemiBold", Arial, sans-serif;
    color: #000;
    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: #000;
    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 0 0;
  }
  .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: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0;
    line-height: 25px;
  }
  .compliance-mobile .link-list.mobile .accordionItemContent ul li a {
    color: #000;
  }
  .footerlogo .container {
    padding: 0;
  }
  .footerlogo .container .cols-wrap .row {
    padding-top: 45px;
    padding-bottom: 45px;
    border-bottom: 3px solid #00539e !important;
  }
  .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;
  margin-left: -20px;
}
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,
      color-stop(100%, #00539e),
      to(#00539e)
    )
    left top transparent no-repeat;
  background: -webkit-linear-gradient(right, #00539e 100%, #00539e 100%) left
    top transparent no-repeat;
  background: linear-gradient(to left, #00539e 100%, #00539e 100%) left top
    transparent no-repeat;
  background-size: 100% 5px;
  background-color: #fff;
}
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/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;
  text-transform: uppercase;
}
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;
  margin-left: 5px;
}
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;
  text-transform: uppercase;
}
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: #000;
  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: uppercase;
  color: #fff !important;
  margin: 10px 0;
  text-transform: none;
}
header.universalheader
  .desktop
  .nav-bar
  > .nav
  > li.has-dropdown
  .dropdown
  .dropdown-layout
  .contact
  .cta,
header.universalheader
  .desktop
  .nav-bar
  > .nav
  > li.has-dropdown
  .dropdown
  .dropdown-layout
  .contact
  .cta:hover,
header.universalheader
  .desktop
  .nav-bar
  > .nav
  > li.has-dropdown
  .dropdown
  .dropdown-layout
  .contact
  .cta:visited,
header.universalheader
  .desktop
  .nav-bar
  > .nav
  > li.has-dropdown
  .dropdown
  .dropdown-layout
  .contact
  .cta:focus {
  color: #00539e;
  text-decoration: none;
}
header.universalheader
  .desktop
  .nav-bar
  > .nav
  > li.has-dropdown
  .dropdown
  .dropdown-layout
  .contact
  .cta:hover {
  background-color: #fff;
  border: solid 2px #00539e;
}
header.universalheader
  .desktop
  .nav-bar
  > .nav
  > li.has-dropdown
  .dropdown
  .dropdown-layout
  .contact
  .cta:after {
  content: none;
}
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: #000;
  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: #000;
  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: #000;
  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/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: uppercase;
  color: #fff !important;
  padding: 10px 15px;
  margin: 10px 0 10px 10px;
  border: 2px solid #00539e;
  background-color: #00539e;
  color: #fff;
  text-transform: capitalize;
}
header.universalheader .desktop .nav-bar .how-to-buy,
header.universalheader .desktop .nav-bar .how-to-buy:hover,
header.universalheader .desktop .nav-bar .how-to-buy:visited,
header.universalheader .desktop .nav-bar .how-to-buy:focus {
  color: #00539e;
  text-decoration: none;
}
header.universalheader .desktop .nav-bar .how-to-buy:hover {
  background-color: #fff;
  border: solid 2px #00539e;
}
header.universalheader .desktop .nav-bar .how-to-buy:after {
  content: none;
}
header.universalheader .desktop .nav-bar .how-to-buy:visited {
  color: #fff;
}
header.universalheader .desktop .nav-bar .how-to-buy:hover {
  border: 2px solid #01284b;
  background-color: #01284b;
  color: #fff !important;
}
header.universalheader
  .desktop
  .utilitybrandbar
  + .container
  .nav-bar
  > .nav
  > li.has-dropdown
  .dropdown {
  top: 161px;
}
header.universalheader
  .desktop
  .utilitybrandbar
  .utilitybrandbar-wrap
  .utility-wrap {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
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: 15px;
  text-transform: none;
  z-index: 3;
}
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 {
  color: #2e2925;
  padding: 0 0;
}
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
  li:last-of-type
  a {
  color: #c0c0c0;
}
header.universalheader
  .desktop
  .utilitybrandbar
  .utilitybrandbar-wrap
  .utility-wrap
  .utilitybrandbar__links:after {
  content: "|";
  color: #adafb2;
}
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),
      to(#00539e)
    )
    left top transparent no-repeat;
  background: -webkit-linear-gradient(right, #00539e 0%, #00539e 100%) left top
    transparent no-repeat;
  background: linear-gradient(to left, #00539e 0%, #00539e 100%) left top
    transparent no-repeat;
  background-size: 100% 5px;
  box-shadow: 0 -11px 20px 0 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: none;
  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;
}
header.universalheader
  .desktop
  .nav-bar
  > .nav
  > li.has-dropdown
  .dropdown
  .dropdown-layout
  .row
  .col-md-4 {
  max-width: 17%;
  padding-right: 0.5%;
  padding-left: 0.5%;
}
header.universalheader
  .desktop
  .nav-bar
  > .nav
  > li.has-dropdown
  .dropdown
  .dropdown-layout
  .row
  .col-md-2 {
  max-width: 19%;
  padding-right: 0.5%;
  padding-left: 0.5%;
}
.col-md-2:nth-last-of-type(2) {
  margin-right: 94px;
  white-space: nowrap;
  text-overflow: clip;
}
header.universalheader
  .desktop
  .nav-bar
  > .nav
  > li.has-dropdown
  .dropdown
  .dropdown-layout
  .container
  .row
  .dropdown-list
  li
  a.view-all {
  text-transform: capitalize;
}
header.universalheader
  .desktop
  .nav-bar
  > .nav
  > li.has-dropdown
  .dropdown
  .dropdown-layout
  .container
  .row
  .dropdown-list
  li
  a.view-all::after {
  background: transparent url(../images/Base/icon-caret.svg) no-repeat 100% 50%;
}
@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: 150px;
    height: auto;
    margin-left: -20px;
    margin-bottom: -9px;
  }
  header.universalheader .mobile .nav-bar .how-to-buy-mob {
    font-family: "SegoeUISemiBold", Arial, sans-serif;
    font-size: 12px;
    text-decoration: underline;
    margin-left: 14px;
  }
  .overlay {
    scroll-behavior: smooth;
  }
  .overlay .overlay-content .mobile_login .logout-wrap .login {
    margin-left: 2px;
  }
  .overlay .overlay-content nav {
    display: block;
    margin: 0 0 13px 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;
    padding-left: 2px;
  }
  .overlay .overlay-content nav ul li a:hover,
  .overlay .overlay-content nav ul li button:hover {
    text-decoration: none;
    color: #5f6369;
    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: #5f6369;
    border-bottom: none;
    padding-bottom: 0;
  }
  .overlay .overlay-content nav ul li.has-dropdown:after {
    content: url("../../../../../themes/jci-global/jci-trion/jci-trion/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: #fff;
    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("../../../../../themes/jci-global/jci-trion/jci-trion/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: #fff;
    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
    .row
    .col-md-2:nth-last-of-type(2) {
    margin-right: 0;
    white-space: nowrap;
    text-overflow: clip;
  }
  .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/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: #fff;
    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("../../../../../themes/jci-global/jci-trion/jci-trion/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: #000;
    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: uppercase;
    color: #fff !important;
    margin: 10px 0;
    text-transform: none;
  }
  .overlay
    .overlay-content
    nav
    ul
    li.has-dropdown
    .dropdown
    .dropdown-layout
    .contact
    .cta,
  .overlay
    .overlay-content
    nav
    ul
    li.has-dropdown
    .dropdown
    .dropdown-layout
    .contact
    .cta:hover,
  .overlay
    .overlay-content
    nav
    ul
    li.has-dropdown
    .dropdown
    .dropdown-layout
    .contact
    .cta:visited,
  .overlay
    .overlay-content
    nav
    ul
    li.has-dropdown
    .dropdown
    .dropdown-layout
    .contact
    .cta:focus {
    color: #00539e;
    text-decoration: none;
  }
  .overlay
    .overlay-content
    nav
    ul
    li.has-dropdown
    .dropdown
    .dropdown-layout
    .contact
    .cta:hover {
    background-color: #fff;
    border: solid 2px #00539e;
  }
  .overlay
    .overlay-content
    nav
    ul
    li.has-dropdown
    .dropdown
    .dropdown-layout
    .contact
    .cta:after {
    content: none;
  }
  .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/icon_home.svg);
  }
  .overlay .overlay-content nav ul li:nth-of-type(2) .nav-item-text:before {
    content: url(../Images/Base/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;
  }
  .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;
  }
  .overlay
    .overlay-content
    .utilitybrandbar
    .utilitybrandbar-wrap
    .accordionItem {
    padding: 20px 25px;
  }
  .overlay
    .overlay-content
    .utilitybrandbar
    .utilitybrandbar-wrap
    .accordionItem
    .accordionItemHeading {
    color: #2e2925;
  }
  .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/icon-caret.svg);
    display: inline-block;
    margin-left: 5px;
  }
}
@media (max-width: 767px) {
  header.universalheader .mobile .container {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1025px) {
  .overlay-content
    nav
    ul
    li.has-dropdown
    .dropdown
    .dropdown-layout
    .row
    .col-md-2:nth-last-of-type(2) {
    margin-right: 94px !important;
  }
  .overlay-content
    nav
    ul
    li.has-dropdown
    .dropdown
    .dropdown-layout
    .row
    .col-md-2
    .dropdown-title {
    position: relative;
  }
  .overlay-content
    nav
    ul
    li.has-dropdown
    .dropdown
    .dropdown-layout
    .row
    .col-md-2
    .dropdown-title:after {
    position: absolute;
    right: -30px;
  }
  .overlay-content
    nav
    ul
    li.has-dropdown
    .dropdown
    .dropdown-layout
    .row
    .col-md-4 {
    max-width: 19%;
  }
}
.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: uppercase;
  color: #fff !important;
  padding: 8px 50px;
  background: none !important;
  border: 2px solid #fff;
  color: #fff !important;
  font: normal 16px "SegoeUIBold", Arial, sans-serif;
  text-align: center;
  text-transform: capitalize !important;
}
.universal-headerlarge-button,
.universal-headerlarge-button:hover,
.universal-headerlarge-button:visited,
.universal-headerlarge-button:focus {
  color: #00539e;
  text-decoration: none;
}
.universal-headerlarge-button:hover {
  background-color: #fff;
  border: solid 2px #00539e;
}
.universal-headerlarge-button:after {
  content: none;
}
.universal-headerlarge-button:hover {
  background-color: #868a8f !important;
  color: #fff !important;
  border: 2px solid #868a8f;
}
.universal-headerlarge-heading {
  font: normal 32px "SegoeUIBold", Arial, sans-serif;
  line-height: 47px;
  line-height: 35px;
  letter-spacing: 2.5px;
}
.universal-headerlarge .desc {
  font: normal 16px "SegoeUIRegular", Arial, sans-serif;
  line-height: 21px;
  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 {
    max-width: 100%;
    letter-spacing: 0;
  }
  .universal-headerlarge .desc {
    font: normal 16px "SegoeUIRegular", Arial, sans-serif;
    color: #fff;
    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: #5f6369;
  letter-spacing: 0;
  color: #fff;
}
.universal-headermedium-button {
  background: transparent;
  width: 100%;
  padding: 0;
}
.universal-headermedium-heading {
  font: normal 25px "SegoeUIBold", Arial, sans-serif;
  color: #fff;
  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 {
  background: transparent;
  padding: 11px 30px;
  font: normal 16px "SegoeUIBold", Arial, sans-serif;
  color: #fff;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #fff;
  width: auto;
}
.universal-headermedium .universal-headermedium-button:hover {
  background: #fff;
  color: #333740;
}
.universal-headermedium .universal-headermedium-button::after {
  display: none;
}
.universal-headermedium h2.desc {
  color: #fff !important;
  font-size: 22px !important;
}
.universal-headermedium-heading {
  font: normal 32px "SegoeUIBold", Arial, sans-serif !important;
  line-height: 35px !important;
  letter-spacing: 2.5px;
}
.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-button {
    margin-top: 0;
  }
  .universal-headermedium .desc {
    max-width: 100%;
    font-size: 16px;
  }
  .universal-headermedium .desc p {
    font-size: 16px;
  }
  .universal-headermedium .universal-headermedium-button {
    width: 100%;
  }
  .universal-headermedium-heading {
    font: normal 32px "SegoeUIBold", Arial, sans-serif;
    line-height: 35px;
    letter-spacing: 2.5px;
  }
}
@media (max-width: 1024px) {
  .universal-headermedium-button {
    margin-top: 0;
  }
}
.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: #5f6369;
  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: #000;
  text-decoration: none;
  background: -webkit-gradient(
      linear,
      right top,
      left top,
      from(#000),
      to(#000)
    )
    left bottom transparent no-repeat;
  background: -webkit-linear-gradient(right, #000 0%, #000 100%) left bottom
    transparent no-repeat;
  background: linear-gradient(to left, #000 0%, #000 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: #000;
  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: #5f6369;
}
.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: #fff;
  border: 1px solid #979797;
  color: #5f6369;
  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: #fff;
}
@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/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 0.3s ease-in-out;
  transition: background-color 0.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: #5f6369;
  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 0.3s ease-in-out;
  transition: box-shadow 0.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 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.universalconvoui-nav-btn:not(.active)::before {
  background-color: #fff;
}
.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/icon_convoui_chat_inverse.svg");
}
.universalconvoui-nav-assistant:not(.active)::after {
  background-image: url("../Images/Base/icon_convoui_chat.svg");
}
.universalconvoui-nav-contact.active::after {
  background-image: url("../Images/Base/icon_convoui_people_inverse.svg");
}
.universalconvoui-nav-contact:not(.active)::after {
  background-image: url("../Images/Base/icon_convoui_people.svg");
}
.universalconvoui-nav-recent.active::after {
  background-image: url("../Images/Base/icon_convoui_recent_inverse.svg");
}
.universalconvoui-nav-recent:not(.active)::after {
  background-image: url("../Images/Base/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: #000;
  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: #fff;
  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 0.4s;
  transition: opacity 0.4s;
  z-index: -1;
}
.universalconvoui-prompt-resting-btn::after {
  background: #00539e;
  z-index: -2;
}
.universalconvoui-prompt-resting-btn:hover::before {
  opacity: 0.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: #fff;
  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: #fff;
  border: 1px solid #c7c9c8;
  color: #5f6369;
  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 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.universalconvoui-assistant-reset-btn::after {
  background-image: url(../Images/Base/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: #fff;
}
.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: #fff;
}
.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: #333740;
}
.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 28px;
  }
}
@media (min-width: 1000px) and (max-width: 1024px) {
  .breadcrumb-container {
    padding: 20px 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: #000;
  text-decoration: none;
  background: -webkit-gradient(
      linear,
      right top,
      left top,
      from(#000),
      to(#000)
    )
    left bottom transparent no-repeat;
  background: -webkit-linear-gradient(right, #000 0%, #000 100%) left bottom
    transparent no-repeat;
  background: linear-gradient(to left, #000 0%, #000 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: #000;
  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: #fff;
  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 0 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: uppercase;
  color: #fff !important;
  margin-top: 32px;
}
.universalpagelistvar2-list-item-cta,
.universalpagelistvar2-list-item-cta:hover,
.universalpagelistvar2-list-item-cta:visited,
.universalpagelistvar2-list-item-cta:focus {
  color: #00539e;
  text-decoration: none;
}
.universalpagelistvar2-list-item-cta:hover {
  background-color: #fff;
  border: solid 2px #00539e;
}
.universalpagelistvar2-list-item-cta:after {
  content: none;
}
.universalpagelistvar2-list-item-cta::before {
  border-bottom-color: #fff;
}
.universalpagelistvar2-list-item:hover {
  height: 100%;
}
.universalpagelistvar2-list-item:hover .universalpagelist-list-item-wrap {
  right: -1px;
  left: -1px;
  display: block;
  background-color: #fff;
  z-index: 2;
}
.universalpagelist,
.legacypagelist {
  background: #fff;
  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: #5f6369;
  letter-spacing: 2px;
  line-height: 28px;
  margin: 50px 0 10px;
  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: #5f6369;
  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: #5f6369;
  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("../../../../../themes/jci-global/jci-trion/jci-trion/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: #5f6369;
  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: 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-container {
    padding: 30px;
  }
  .universalpagelist-title {
    margin: 0;
    text-align: left;
    color: #868a8f;
    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: 50px;
  }
  .universalpagelist-list-item-title a.universalpagelist-list-item-title-link {
    color: #5f6369;
  }
  .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;
  }
}
.productgallery {
  margin: 0 auto;
}
.productgallery .imagecard a {
  display: inline-block;
}
.productgallery .imagecard a h2 {
  font: normal 18px "SegoeUISemiBold", Arial, sans-serif !important;
  letter-spacing: 0 !important;
  color: #333740 !important;
}
.productgallery .imagecard a:visited {
  display: inline-block;
}
.productgallery .imagecard a:visited h2 {
  font: normal 18px "SegoeUISemiBold", Arial, sans-serif !important;
  letter-spacing: 0 !important;
  color: #333740 !important;
}
.universallandingheader {
  padding: 70px 0;
  background: -webkit-linear-gradient(175.97deg, #00539e 0%, #00539e 100%);
  background: linear-gradient(274.03deg, #00539e 0%, #00539e 100%);
}
.universallandingheader-title,
.universallandingheader-subtitle {
  color: #fff !important;
  font-family: "SegoeUIBold", Arial, sans-serif;
  margin-bottom: 0;
}
.universallandingheader-title {
  font-size: 35px;
  line-height: 47px;
  text-transform: initial;
  margin-left: 15px;
}
.universallandingheader-title + .universallandingheader-subtitle {
  margin-top: 16px;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  margin-left: 15px;
}
.universallandingheader-subtitle {
  font-size: 20px;
  line-height: 28px;
  text-transform: initial;
}
@media (max-width: 1190px) {
  .universallandingheader-title {
    font-size: 35px;
    line-height: 47px;
    margin-left: 6px;
  }
  .universallandingheader-subtitle {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .two-column .cols-wrap .row .col-md-6 #form {
    margin-left: 28px !important;
  }
}
@media (max-width: 1190px) {
  .two-column .cols-wrap .row .col-md-6 #form {
    margin-left: 0 !important;
  }
}
.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: #000 !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;
  }
}
.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: #fff;
}
.eventheader .subheadline {
  font-size: 20px !important;
  font-family: "SegoeUILight", Arial, sans-serif !important;
  line-height: 28px;
  text-transform: initial;
  color: #fff !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: #2e2925 !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: #fff;
  cursor: pointer;
  text-align: center;
}
.comparison-container .comparison-table .compare-btn,
.comparison-container .comparison-table .remove-btn {
  background: #00539e !important;
  color: #fff;
  padding: 10px 20px;
  display: block;
  margin: 10px 0;
  text-align: center;
  word-break: break-word;
  text-decoration: none;
}
.CoveoSearchInterface
  .coveo-main-section
  .coveo-header
  .coveo-tab-section
  .CoveoTab.coveo-selected
  *,
.CoveoSearchInterface .coveo-main-section .coveo-header .coveo-tab-section p {
  color: #333740 !important;
}
.CoveoSearchInterface
  .coveo-main-section
  .coveo-header
  .coveo-tab-section
  .CoveoTab
  * {
  color: #5f6369 !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 .coveo-results-column:not(.coveo-no-results) {
  padding: 0 24px 147px 54px;
}
.site-search.CoveoSearchInterface
  .coveo-facet-column
  .coveo-facet-header-filter-by-container
  .coveo-facet-header-filter-by {
  color: #333740;
}
.site-search.CoveoSearchInterface .search-wrap-text-title {
  color: #333740;
  font-family: "SegoeUIBold", Arial, sans-serif;
  font-size: 18px;
  line-height: 28px;
  margin: 0;
}
.site-search.CoveoSearchInterface .search-wrap-text-type {
  color: #00539e;
}
.site-search.CoveoSearchInterface .search-wrap-text-excerpt {
  color: #333740 !important;
}
.site-search.CoveoSearchInterface
  .coveo-results-column
  .CoveoPager
  .coveo-pager-list-item
  .coveo-pager-anchor {
  color: #333740 !important;
}
.site-search.CoveoSearchInterface
  .coveo-results-column
  .CoveoPager
  .coveo-pager-list-item
  .coveo-pager-anchor:hover {
  color: #00539e !important;
}
.site-search.CoveoSearchInterface
  .coveo-results-column
  .CoveoPager
  .coveo-pager-list-item.coveo-active
  .coveo-pager-anchor {
  color: #00539e !important;
}
.site-search.CoveoSearchInterface
  .coveo-results-column
  .CoveoPager
  .coveo-pager-list-item {
  color: #a8abac !important;
}
.site-search.CoveoSearchInterface
  .coveo-results-column
  .coveo-results-header
  .coveo-summary-section
  .CoveoQuerySummary {
  color: #333740 !important;
}
@media (max-width: 767px) {
  .site-search.CoveoSearchInterface
    .coveo-results-column:not(.coveo-no-results) {
    padding: 0 24px 147px 35px;
  }
  .site-search .coveo-search-section .CoveoSearchbox .magic-box {
    margin-left: 6px;
  }
}
@media (max-width: 1024px) {
  .site-search.CoveoSearchInterface
    .coveo-results-column:not(.coveo-no-results) {
    padding: 0 24px 147px 29px;
  }
  .site-search .coveo-search-section .CoveoSearchbox .magic-box {
    margin-left: 6px;
  }
}
.universalresourcepage-table {
  font-family: "SegoeUIRegular", Arial, sans-serif;
  margin: 30px;
}
.universalresourcepage-table a {
  text-decoration: underline !important;
}
.universalresourcepage-table .lableside {
  display: -webkit-inline-box;
}
.universalresourcepage-table .lableside .lablespace {
  margin: 10px;
}
.universalresourcepage-table .resourcepage-table-wrapper {
  border-collapse: collapse;
  width: 100%;
}
.universalresourcepage-table
  .resourcepage-table-wrapper
  .resourcepage-table-head
  .unviversal-pagehead {
  width: 15%;
}
.universalresourcepage-table
  .resourcepage-table-wrapper
  .resourcepage-table-head
  th {
  padding: 15px;
  text-align: left;
  font-weight: bolder;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.universalresourcepage-table
  .resourcepage-table-wrapper
  .resourcepage-table-body
  td {
  padding: 15px;
  text-align: left;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}
.universalresourcepage-table
  .resourcepage-table-wrapper
  .resourcepage-table-body
  td
  a {
  color: #2e2925;
  font-weight: bolder;
  text-decoration: underline;
}
.pagination-aline {
  margin-left: 446px;
}
.pagination-aline p {
  margin-left: 70px;
}
.pagination-aline .pagination ul {
  display: inline-block;
}
.pagination-aline .pagination li a {
  color: #878a8f;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}
.pagination-aline .pagination li a.active {
  color: #2e2925;
}
.pagination-aline .pagination li a:hover:not(.active) {
  background-color: #fff;
}
.accordion {
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #fff;
  border-top: 1px solid #ddd;
}
.accordion::after {
  content: "+";
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.accordion.active::after {
  content: "âˆ’";
}
.panel {
  padding: 0 18px;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}
.panel .checkboxes #more {
  display: none;
}
.panel .checkboxes .btnstyle {
  color: #2e2925;
  font-weight: bolder;
  text-decoration: underline;
}
.panel .checkboxes label {
  display: block;
  padding: 5px;
}
.panel .checkboxes label input[type="checkbox"],
.panel .checkboxes label input[type="radio"] {
  width: 49px;
  height: 20px;
  background-color: #eee;
}
.universalblock {
  font-family: "SegoeUIRegular", Arial, sans-serif;
  padding-left: 30px;
}
.universalblock .universalblock-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -69px;
  margin-bottom: 26px;
}
.universalblock .universalblock-child a {
  text-decoration: underline;
}
.universalblock .universalblock-child p {
  width: 54%;
}
.universalblock .accordion-size {
  width: 300px;
}
.universalpagelist-search {
  background: #f0f0f0;
  padding-top: 30px;
  padding-bottom: 50px;
  margin: 30px;
}
.universalpagelist-search .search-inline {
  display: inline-block;
  color: #fff;
  background-color: #000;
}
.universalpagelist-search .search-h2 {
  text-align: center;
  margin-bottom: 30px;
}
.universalpagelist-search .searchinp {
  padding-right: 0;
}
.universalpagelist-search .searchbtn {
  padding-left: 0;
}
.universalpagelist-search .searchbtn .btn {
  width: 90%;
  height: 100%;
  background-color: #00539e;
  border: 1px solid #00539e;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
.universalinsightarticletitle .article-title h1 {
  color: #333740;
  font: normal 36px "SegoeUIRegular", Arial, sans-serif;
  margin-left: 13px;
}
@media (max-width: 991px) {
  .universalinsightarticletitle .article-title h1 {
    margin-left: 6px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .universalinsightarticletitle .article-title h1 {
    margin-left: 6px;
  }
}
@media (min-width: 1000px) and (max-width: 1024px) {
  .universalinsightarticletitle .article-title h1 {
    margin-left: 6px;
  }
}
.categorycascadeselectlist {
  margin: 0;
}
.defaultform .campaignform-form-label {
  font: 14px "SegoeUIRegular", Arial, sans-serif;
  text-transform: capitalize !important;
  letter-spacing: 0.1px;
}
.defaultform label {
  margin-top: 10px;
  color: #333740;
}
.defaultform .contactusform__tag {
  display: block;
  font: normal 25px "SegoeUIBold", Arial, sans-serif;
  margin-left: 45%;
  color: #333740;
}
.defaultform select,
.defaultform input {
  margin-bottom: 10px;
}
.defaultform form > div {
  margin: 30px 0;
}
.defaultform input[type="checkbox"],
.defaultform input[type="radio"] {
  width: auto;
  margin-left: 15px;
}
.defaultform input[type="submit"] {
  width: auto;
  margin: 30px 0;
  border: none;
  border: 2px solid #00539e;
  background-color: #00539e;
  color: #fff;
}
.defaultform input[type="submit"]:hover,
.defaultform input[type="submit"]:focus {
  border: 2px solid #01284b;
  background-color: #01284b;
  color: #fff;
}
.defaultform .categorycascadeselectlist {
  margin: 0;
}
.defaultform p {
  margin-top: 15px;
  padding-left: 15px;
  color: #333740;
}
.defaultform p {
  color: #333740;
}
.defaultform p a {
  color: #00539e;
}
.defaultform p a:hover {
  color: #00539e;
}
.defaultform .col-sm-6 > .field-validation-error {
  margin-top: -15px;
  margin-bottom: 20px;
  margin-left: 0;
}
.defaultform .col-sm-12 > .field-validation-error {
  margin-top: -15px;
  margin-bottom: 20px;
  margin-left: 0;
}
.defaultform .field-validation-error {
  margin-left: 15px;
}
.defaultform .field-validation-error {
  color: #f00;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 16px;
}
.defaultform .show .campaignform-title {
  font: normal 35px "SegoeUIBold", Arial, sans-serif;
  line-height: 47px;
  letter-spacing: 3.5px;
  margin-left: -8px;
  color: #333740;
}
.defaultform .show p {
  margin-left: -24px;
  color: #333740;
}
.col-md-6 .defaultform .show .submitmsg {
  margin-left: 3px;
  color: #333740;
}
.campaignform-form-select-wrapper {
  position: relative;
}
.campaignform-form-select-wrapper::before,
.campaignform-form-select-wrapper::after {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  content: "";
  bottom: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: none;
  position: absolute;
}
.campaignform-form-select-wrapper::before {
  background: #fff;
  width: 48px;
}
.campaignform-form-select-wrapper::after {
  background-image: url("/images/Base/dropdown_arrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 10px;
  right: 16px;
  top: 42%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
}
@media (max-width: 767px) {
  .defaultform .contactusform__tag {
    display: block;
    font: normal 25px "SegoeUIBold", Arial, sans-serif;
    margin-left: 31%;
    color: #333740;
  }
  .defaultform .show p {
    margin-left: -11px;
    font-size: 16px;
  }
  .col-md-6 .defaultform .show .submitmsg {
    margin-left: -12px;
    color: #333740;
  }
  .pagesection-richtext p,
  .pagesection-richtext li {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .defaultform .show p {
    margin-left: -31px;
    font-size: 16px;
  }
  .defaultform form > div {
    margin: 30px -12px;
  }
  .productfamily .productcardlist #filterresult p {
    margin-left: 6px;
  }
  .col-md-6 .defaultform .show .submitmsg {
    margin-left: -12px;
    color: #333740;
  }
}
@media (max-width: 767px) {
  .defaultform .contactusform__tag {
    display: block;
    font: normal 25px "SegoeUIBold", Arial, sans-serif;
    margin-left: 31%;
    color: #333740;
  }
  .defaultform .show p {
    margin-left: -11px;
    font-size: 16px;
  }
  .col-md-6 .defaultform .show .submitmsg {
    margin-left: -12px;
    color: #333740;
  }
  .pagesection-richtext p,
  .pagesection-richtext li {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .defaultform .show p {
    margin-left: -31px;
    font-size: 16px;
  }
  .defaultform form > div {
    margin: 30px -12px;
  }
  .productfamily .productcardlist #filterresult p {
    margin-left: 6px;
  }
  .col-md-6 .defaultform .show .submitmsg {
    margin-left: -12px;
    color: #333740;
  }
}
.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("../../../../../themes/jci-global/jci-trion/jci-trion/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: #fff;
  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: #fff;
}
.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: #fff;
  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: #5f6369;
  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: #fff;
}
.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: #000;
}
.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: #000;
}
.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: #fff;
}
.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: #000;
}
.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%;
  }
}
@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: 0 30px;
  }
}
@media (max-width: 991px) {
  .universal-headermedium {
    margin-bottom: 0;
  }
  .universal-headermedium-container {
    padding: 30px;
  }
  .universal-headermedium-button {
    margin-top: 0;
  }
  .universal-headermedium .desc {
    max-width: 100%;
    font-size: 16px;
  }
  .universal-headermedium .desc p {
    font-size: 16px;
  }
  .universal-headermedium .universal-headermedium-button {
    width: 100%;
  }
  .universal-headermedium-heading {
    font: normal 32px "SegoeUIBold", Arial, sans-serif;
    line-height: 35px;
    letter-spacing: 2.5px;
  }
}
@media (max-width: 1024px) {
  .universal-headermedium-button {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .utilitybrandbar .utilitybrandbar-wrap .utility-wrap .desktop-navlinks {
    display: none;
  }
}
.utilitybrandbar .accordionItem .accordionItemHeading.utility:before {
  content: "|";
  display: inline-block;
  margin-right: 0;
  position: relative;
  top: 0;
  padding-right: 18px;
  color: #adafb2;
}
.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 .utilitybrandbar-wrap .utility-wrap li:after {
  content: "|";
  padding-right: 5px;
}
.utilitybrandbar .login {
  text-transform: capitalize;
}
@media (max-width: 1024px) {
  .utilitybrandbar .utilitybrandbar-wrap .utility-wrap .desktop-navlinks {
    display: none;
  }
}
@media (max-width: 991px) {
  .universalinsightarticletitle .article-title h1 {
    margin-left: 6px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .universalinsightarticletitle .article-title h1 {
    margin-left: 6px;
  }
}
@media (min-width: 1000px) and (max-width: 1024px) {
  .universalinsightarticletitle .article-title h1 {
    margin-left: 6px;
  }
}
.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;
}
.coveo-resourcepage
  .coveo-main-section
  .coveo-results-column
  .CoveoPager
  .coveo-pager-list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.coveo-resourcepage
  .coveo-main-section
  .coveo-results-column
  .CoveoPager
  .coveo-pager-list
  .coveo-accessible-button
  .coveo-pager-previous-icon-svg {
  height: 15px;
  color: #00539e;
}
.coveo-resourcepage
  .coveo-main-section
  .coveo-results-column
  .CoveoPager
  .coveo-pager-list
  .coveo-accessible-button
  .coveo-pager-next-icon-svg {
  height: 15px;
  color: #00539e;
}
.coveo-resourcepage
  .coveo-main-section
  .coveo-results-column
  .CoveoPager
  .coveo-pager-list
  .coveo-pager-list-item.coveo-active
  .coveo-pager-anchor {
  color: #00539e;
}
.coveo-resourcepage
  .coveo-main-section
  .coveo-results-column
  .CoveoPager
  .coveo-pager-list
  .coveo-pager-list-item.coveo-active
  .coveo-pager-anchor::after {
  background-color: #00539e;
}
.coveo-resourcepage
  .coveo-main-section
  .coveo-results-column
  .CoveoPager
  .coveo-pager-list
  .coveo-pager-list-item {
  color: #2e2925;
}
.coveo-resourcepage
  .coveo-main-section
  .coveo-results-column
  .CoveoPager
  .coveo-pager-list
  .coveo-pager-list-item
  .coveo-pager-anchor {
  text-decoration: none;
}
.coveo-resourcepage
  .coveo-main-section
  .coveo-results-column
  .CoveoPager
  .coveo-pager-list
  .coveo-pager-list-item
  .coveo-pager-anchor:hover {
  text-decoration: none;
  color: #00539e;
}
.coveo-resourcepage .coveo-main-section .coveo-facet-settings-more-svg,
.coveo-resourcepage .coveo-main-section .coveo-sort-icon-descending-svg,
.coveo-resourcepage .coveo-main-section .coveo-sort-icon-ascending-svg,
.coveo-resourcepage .coveo-main-section .coveo-facet-settings-section-hide-svg,
.coveo-resourcepage
  .coveo-main-section
  .coveo-facet-settings-section-direction-descending-svg,
.coveo-resourcepage
  .coveo-main-section
  .coveo-facet-settings-section-direction-ascending-svg,
.coveo-resourcepage .coveo-main-section .coveo-facet-settings-section-sort-svg,
.coveo-resourcepage .coveo-main-section .coveo-facet-header-eraser {
  color: #00539e !important;
}
.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;
}
.three-column-card .tile-content-sec .tile-content .tile-desc {
  font-family: "SegoeUIRegular", Arial, sans-serif !important;
}
.three-column-card.white-background .heading h3 {
  color: #333740;
}
.three-column-card.white-background
  .tile-content-sec
  .tile-content
  .tile-title {
  color: #333740;
}
.three-column-card.white-background .tile-content-sec .tile-content .tile-desc {
  color: #333740;
}
.four-column-card .heading h3 {
  font: normal 32px "SegoeUISemiBold", Arial, sans-serif !important;
}
.four-column-card .heading p {
  font-size: 16px;
}
.four-column-card .tile-content-sec:hover {
  text-decoration: none;
}
.four-column-card .tile-content-sec .tile-content .tile-title {
  color: #00539e;
  font-size: 16px;
}
.four-column-card .tile-content-sec .tile-content .tile-desc {
  font: normal 16px "SegoeUIRegular", Arial, sans-serif;
}
.four-column-card.white-background .heading h3 {
  font: normal 32px "SegoeUISemiBold", Arial, sans-serif;
  color: #333740;
}
.four-column-card.white-background .heading p {
  color: #333740;
  font-size: 16px;
}
.four-column-card.white-background .tile-content-sec .tile-content .tile-title {
  color: #333740;
  font-size: 16px;
}
.four-column-card.white-background .tile-content-sec .tile-content .tile-desc {
  color: #333740;
  font: normal 16px "SegoeUIRegular", Arial, sans-serif;
}
.half-card-component h1 {
  font: normal 32px "SegoeUISemiBold", Arial, sans-serif;
  color: #333740;
}
.half-card-component p {
  color: #333740;
}
.news-press-tile-component h3 {
  font: normal 32px "SegoeUISemiBold", Arial, sans-serif;
  color: #333740;
}
.news-press-tile-component a {
  font-family: "SegoeUIBold", Arial, sans-serif;
  color: #333740;
}
.news-press-tile-component a:hover {
  text-decoration: none;
}
.related-insight-component h3 {
  font: normal 32px "SegoeUISemiBold", Arial, sans-serif;
  color: #333740;
}
.related-insight-component a .card-description .field-title {
  font: normal 16px "SegoeUIBold", Arial, sans-serif;
}
.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;
  text-align: center;
  background: none;
}
.related-insight-vertical-component a .card-description .field-title {
  font-family: "SegoeUIBold", Arial, sans-serif;
}
.related-insight-vertical-component a .card-description .field-content {
  font: normal 16px "SegoeUIRegular", Arial, sans-serif;
  color: #fff;
}
.linked-list-image .heading h3 {
  font: normal 32px "SegoeUISemiBold", Arial, sans-serif;
}
.linked-list-image ul {
  list-style-type: none;
}
.linked-list-image ul li .field-text {
  font-family: "SegoeUIRegular", Arial, sans-serif;
}
.three-card-component .row > div .field-title {
  color: #333740;
  font: normal 16px "SegoeUIBold", Arial, sans-serif;
}
.three-card-component .row > div .field-description {
  color: #333740;
  font-family: "SegoeUIRegular", Arial, sans-serif;
}
.market-solution .left-content h6 {
  color: #333740;
  font: normal 16px "SegoeUIBold", Arial, sans-serif;
}
.market-solution .left-content .input-range input {
  color: #333740;
  font: normal 18px "SegoeUIRegular", Arial, sans-serif;
}
.market-solution .left-content .field-link a {
  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: uppercase;
  color: #fff !important;
  padding: 10px 15px;
  margin: 10px 0 10px 10px;
  border: 2px solid #00539e;
  background-color: #00539e;
  color: #fff;
  text-transform: capitalize;
}
.market-solution .left-content .field-link a,
.market-solution .left-content .field-link a:hover,
.market-solution .left-content .field-link a:visited,
.market-solution .left-content .field-link a:focus {
  color: #00539e;
  text-decoration: none;
}
.market-solution .left-content .field-link a:hover {
  background-color: #fff;
  border: solid 2px #00539e;
}
.market-solution .left-content .field-link a:after {
  content: none;
}
.market-solution .left-content .field-link a:visited {
  color: #fff;
}
.market-solution .left-content .field-link a:hover {
  border: 2px solid #01284b;
  background-color: #01284b;
  color: #fff !important;
}
.image-video-con.no-background .image-video-heading h2 {
  color: #333740;
}
.image-video-con.no-background .image-video-heading p {
  color: #333740;
}
.image-video-con .tile-content-sec .tile-content li:first-child {
  color: #00539e;
  font: normal 16px "SegoeUIBold", Arial, sans-serif;
}
.image-video-con .tile-content-sec .tile-content li:last-child {
  font: normal 16px "SegoeUIRegular", Arial, sans-serif;
}
.full-width-title-component h2 {
  color: #fff !important;
}
.full-width-title-component.white-background h2 {
  color: #333740 !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 {
  color: #333740;
  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 {
  color: #333740;
  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: 17px 28px 15px;
  text-transform: uppercase;
  color: #fff !important;
  padding: 10px 15px;
  margin: 10px 0 10px 10px;
  border: 2px solid #00539e;
  background-color: #00539e;
  color: #fff;
  text-transform: capitalize;
}
.light-blue-btn,
.light-blue-btn:hover,
.light-blue-btn:visited,
.light-blue-btn:focus {
  color: #00539e;
  text-decoration: none;
}
.light-blue-btn:hover {
  background-color: #fff;
  border: solid 2px #00539e;
}
.light-blue-btn:after {
  content: none;
}
.light-blue-btn:visited {
  color: #fff;
}
.light-blue-btn:hover {
  background: #00539e;
  border: 2px solid #01284b;
  background-color: #01284b;
  color: #fff !important;
}
.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: 17px 28px 15px;
  text-transform: uppercase;
  color: #fff !important;
  padding: 10px 15px;
  margin: 10px 0 10px 10px;
  border: 2px solid #00539e;
  background-color: #00539e;
  color: #fff;
  text-transform: capitalize;
}
.blue-btn,
.blue-btn:hover,
.blue-btn:visited,
.blue-btn:focus {
  color: #00539e;
  text-decoration: none;
}
.blue-btn:hover {
  background-color: #fff;
  border: solid 2px #00539e;
}
.blue-btn:after {
  content: none;
}
.blue-btn:visited {
  color: #fff;
}
.blue-btn:hover {
  background: #00539e;
  border: 2px solid #01284b;
  background-color: #01284b;
  color: #fff !important;
}
.slider-text-image .slider-item .left-content h3 {
  font: normal 32px "SegoeUISemiBold", Arial, sans-serif;
  color: #333740;
}
.slider-text-image .slider-item .left-content p {
  color: #333740;
}
.slider-text-image .slider-item .right-content .heading h4 {
  color: #333740;
  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-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;
}
.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;
  padding-right: 10px;
}
.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 "SegoeUIRegular", 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 16px "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;
}
