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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h1, .universalinsightquilt-card-accent-title *,
h2,
h3,
h4,
h5,
h6 {
  font-family: "SegoeUILight", Arial, sans-serif;
  font-weight: inherit;
  color: #2e2925;
}

h1, .universalinsightquilt-card-accent-title * {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h4 {
  font-size: 32px;
}

h5 {
  font-size: 22px;
}

h6 {
  font-size: 18px;
}

button:focus {
  outline: none !important;
}

a,
button {
  outline: 0;
}

a:hover,
a:active,
a:focus,
button:hover,
button:active,
button:focus {
  outline: 0;
}

object,
embed {
  outline: 0;
}

input::-moz-focus-inner {
  border: 0;
}

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

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

.link:hover, .link:focus {
  text-decoration: none;
  color: #000000;
  background: -webkit-gradient(linear, left top, right top, from(#0074dc), to(#2cbcb1)) left bottom transparent no-repeat;
  background: -webkit-linear-gradient(left, #0074dc 0%, #2cbcb1 100%) left bottom transparent no-repeat;
  background: linear-gradient(to right, #0074dc 0%, #2cbcb1 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;
}

:focus {
  outline: none !important;
}

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;
  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%;
}

.thankyoumessage {
  padding: 30px 0px 0px 0px;
  margin: 0 !important;
  text-align: left;
}

.thankyoumessage h1, .thankyoumessage .universalinsightquilt-card-accent-title *, .universalinsightquilt-card-accent-title .thankyoumessage * {
  margin-bottom: 0 !important;
  color: #2e2925 !important;
}

.thankyoumessage p {
  color: #5f6369 !important;
  line-height: 30px !important;
  margin: 0 !important;
  font-size: 22px;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  margin-top: 10px !important;
}

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

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

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

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

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

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

/*@import "components/component-casestudylist.scss";*/
.universalflarelist-item {
  border-top: 2px solid #c7c9c8;
  padding-top: 15px;
  position: relative;
}

.universalflarelist-item-link, .universalflarelist-item-linktext {
  font-size: 22px;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  line-height: 28px;
  margin-bottom: 10px;
}

.universalflarelist-item-link, .universalflarelist-item-link:visited, .universalflarelist-item-linktext, .universalflarelist-item-desc {
  color: #2e2925;
}

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

.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-desc {
  font-size: 14px;
  line-height: 21px;
}

.universalflarelist-item::before {
  background: #00bce4;
  content: "";
  display: block;
  height: 6px;
  top: 0;
  -webkit-transform: translateY(-50%) translateY(-1px);
  -ms-transform: translateY(-50%) translateY(-1px);
  transform: translateY(-50%) translateY(-1px);
  -webkit-transform: translateY(-webkit-calc(-50% - 1px));
  -ms-transform: translateY(calc(-50% - 1px));
  transform: translateY(calc(-50% - 1px));
  position: absolute;
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
}

.universalflarelist-eyebrow {
  color: #2e2925;
  margin-bottom: 20px;
  font-size: 16px;
  font-family: "SegoeUIBold", Arial, sans-serif;
  letter-spacing: 2px;
  line-height: 30px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .universalflarelist-item {
    border-top-width: 1px;
    padding-top: 8px;
  }
  .universalflarelist-item-link, .universalflarelist-item-linktext {
    font-size: 18px;
  }
  .universalflarelist-item::before {
    height: 4px;
  }
}

.universalbrandgridstatic {
  margin-top: 104px;
  margin-bottom: 104px;
  overflow: hidden;
}

.universalbrandgridstatic .bb {
  border-bottom: 1px solid #c7c9c8;
}

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

.universalbrandgridstatic-title {
  color: #2e2925;
  font-size: 40px;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  line-height: 56px;
  margin-bottom: 0;
  width: 80%;
}

.universalbrandgridstatic-title:not(:only-child) {
  margin-bottom: 64px;
}

.universalbrandgridstatic-brands {
  margin-right: 0;
  margin-left: 0;
}

.universalbrandgridstatic-brand {
  box-sizing: content-box;
  padding: 52px;
}

.universalbrandgridstatic-brand.itemsPerRow-3 {
  -ms-flex-preferred-size: calc(33.33333% - 106.46667px);
  flex-basis: -webkit-calc(33.33333% - 106.46667px);
  flex-basis: calc(33.33333% - 106.46667px);
}

.universalbrandgridstatic-brand.itemsPerRow-4 {
  -ms-flex-preferred-size: calc(25% - 106.55px);
  flex-basis: -webkit-calc(25% - 106.55px);
  flex-basis: calc(25% - 106.55px);
}

.universalbrandgridstatic-brand.itemsPerRow-5 {
  -ms-flex-preferred-size: calc(20% - 106.6px);
  flex-basis: -webkit-calc(20% - 106.6px);
  flex-basis: calc(20% - 106.6px);
}

.universalbrandgridstatic-brand-link {
  display: inline-block;
  height: 100%;
  width: 100%;
  will-change: contents;
}

.universalbrandgridstatic-brand-link .universalbrandgridstatic-brand-img {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.universalbrandgridstatic-brand-link:hover .universalbrandgridstatic-brand-img {
  -webkit-transform: translate(-50%, -50%) scale(1.15);
  -ms-transform: translate(-50%, -50%) scale(1.15);
  transform: translate(-50%, -50%) scale(1.15);
}

.universalbrandgridstatic-brand-img {
  display: block;
  left: 50%;
  max-height: 70px;
  max-width: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

@media (max-width: 1024px) {
  .universalbrandgridstatic {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .universalbrandgridstatic-title {
    font-size: 24px;
    line-height: 32px;
    width: 85%;
  }
  .universalbrandgridstatic-title:not(:only-child) {
    margin-bottom: 40px;
  }
  .universalbrandgridstatic-brand {
    padding: 32px;
  }
  .universalbrandgridstatic-brand.itemsPerRow-3 {
    -ms-flex-preferred-size: calc(33.33333% - 66.53667px);
    flex-basis: -webkit-calc(33.33333% - 66.53667px);
    flex-basis: calc(33.33333% - 66.53667px);
  }
  .universalbrandgridstatic-brand.itemsPerRow-4 {
    -ms-flex-preferred-size: calc(25% - 66.62px);
    flex-basis: -webkit-calc(25% - 66.62px);
    flex-basis: calc(25% - 66.62px);
  }
  .universalbrandgridstatic-brand.itemsPerRow-5 {
    -ms-flex-preferred-size: calc(20% - 66.67px);
    flex-basis: -webkit-calc(20% - 66.67px);
    flex-basis: calc(20% - 66.67px);
  }
}

@media (max-width: 767px) {
  .universalbrandgridstatic-title {
    width: 100%;
  }
  .universalbrandgridstatic-brand.itemsPerRow-3 {
    -ms-flex-preferred-size: calc(50% - 68px);
    flex-basis: -webkit-calc(50% - 68px);
    flex-basis: calc(50% - 68px);
  }
  .universalbrandgridstatic-brand.itemsPerRow-3:nth-child(n) {
    border-bottom: 1px solid #c7c9c8;
  }
  .universalbrandgridstatic-brand.itemsPerRow-3:nth-child(odd) {
    border-right: 1px solid #c7c9c8;
  }
  .universalbrandgridstatic-brand.itemsPerRow-3:nth-child(odd) {
    border-left: 0;
  }
  .universalbrandgridstatic-brand.itemsPerRow-4 {
    -ms-flex-preferred-size: calc(50% - 68px);
    flex-basis: -webkit-calc(50% - 68px);
    flex-basis: calc(50% - 68px);
  }
  .universalbrandgridstatic-brand.itemsPerRow-4:nth-child(n) {
    border-bottom: 1px solid #c7c9c8;
  }
  .universalbrandgridstatic-brand.itemsPerRow-4:nth-child(odd) {
    border-right: 1px solid #c7c9c8;
  }
  .universalbrandgridstatic-brand.itemsPerRow-4:nth-child(odd) {
    border-left: 0;
  }
  .universalbrandgridstatic-brand.itemsPerRow-5 {
    -ms-flex-preferred-size: calc(50% - 68px);
    flex-basis: -webkit-calc(50% - 68px);
    flex-basis: calc(50% - 68px);
  }
  .universalbrandgridstatic-brand.itemsPerRow-5:nth-child(n) {
    border-bottom: 1px solid #c7c9c8;
  }
  .universalbrandgridstatic-brand.itemsPerRow-5:nth-child(odd) {
    border-right: 1px solid #c7c9c8;
  }
  .universalbrandgridstatic-brand.itemsPerRow-5:nth-child(odd) {
    border-left: 0;
  }
  .universalbrandgridstatic-brand-img {
    max-height: 55px;
  }
  .universalbrandgridstatic .bb {
    border-bottom: none;
  }
  .universalbrandgridstatic .rb {
    border-right: none;
  }
}

.universalbrandgriddescription {
  margin-top: 104px;
  margin-bottom: 104px;
}

.universalbrandgriddescription .bb {
  border-bottom: 1px solid #c7c9c8;
}

.universalbrandgriddescription .rb {
  border-right: 1px solid #c7c9c8;
}

.universalbrandgriddescription-grey {
  background-color: #fafafa;
  padding-top: 64px;
  padding-bottom: 64px;
}

.universalbrandgriddescription-title {
  color: #2e2925;
  font-size: 40px;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  line-height: 56px;
  margin-bottom: 64px;
  padding-left: 52px;
  width: 80%;
}

.universalbrandgriddescription-brands {
  margin-right: 0;
  margin-left: 0;
}

.universalbrandgriddescription-brand {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 52px;
}

.universalbrandgriddescription-brand.itemsPerRow-2 {
  -ms-flex-preferred-size: calc(50% - 106.3px);
  flex-basis: -webkit-calc(50% - 106.3px);
  flex-basis: calc(50% - 106.3px);
}

.universalbrandgriddescription-brand.itemsPerRow-3 {
  -ms-flex-preferred-size: calc(33.33333% - 106.46667px);
  flex-basis: -webkit-calc(33.33333% - 106.46667px);
  flex-basis: calc(33.33333% - 106.46667px);
}

.universalbrandgriddescription-brand-link {
  will-change: contents;
}

.universalbrandgriddescription-brand-link .universalbrandgriddescription-brand-img {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.universalbrandgriddescription-brand-link:hover .universalbrandgriddescription-brand-img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.universalbrandgriddescription-brand-img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-height: 70px;
  max-width: 100%;
}

.universalbrandgriddescription-brand-blurb, .universalbrandgriddescription-brand-description {
  width: 100%;
}

.universalbrandgriddescription-brand-blurb:not(:first-child), .universalbrandgriddescription-brand-description:not(:first-child) {
  margin-top: 24px;
}

.universalbrandgriddescription-brand-blurb,
.universalbrandgriddescription-brand-blurb p, .universalbrandgriddescription-brand-description,
.universalbrandgriddescription-brand-description p {
  color: #2e2925;
  font-size: 16px;
  line-height: 30px;
}

.universalbrandgriddescription-brand-description > *:last-child {
  margin-bottom: 0;
}

.universalbrandgriddescription-brand-description ul,
.universalbrandgriddescription-brand-description ol {
  margin-bottom: 0;
}

.universalbrandgriddescription-brand-description ul {
  padding-left: 18px;
}

.universalbrandgriddescription-brand-description li {
  list-style: square;
  font-size: 14px;
  line-height: 21px;
}

@media (max-width: 1024px) {
  .universalbrandgriddescription {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .universalbrandgriddescription-grey {
    background-color: #f0f0f0;
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .universalbrandgriddescription-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 40px;
    padding-left: 32px;
    width: 85%;
  }
  .universalbrandgriddescription-brand {
    padding: 32px;
  }
  .universalbrandgriddescription-brand.itemsPerRow-2 {
    -ms-flex-preferred-size: calc(50% - 64.5px);
    flex-basis: -webkit-calc(50% - 64.5px);
    flex-basis: calc(50% - 64.5px);
  }
  .universalbrandgriddescription-brand.itemsPerRow-3 {
    -ms-flex-preferred-size: calc(33.33333% - 64.66667px);
    flex-basis: -webkit-calc(33.33333% - 64.66667px);
    flex-basis: calc(33.33333% - 64.66667px);
  }
}

@media (max-width: 767px) {
  .universalbrandgriddescription-title {
    padding-left: 0;
    width: 100%;
  }
  .universalbrandgriddescription-brand {
    padding: 32px 0;
  }
  .universalbrandgriddescription-brand:first-child {
    padding-top: 0;
  }
  .universalbrandgriddescription-brand:last-child {
    padding-bottom: 0;
  }
  .universalbrandgriddescription-brand.itemsPerRow-2 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .universalbrandgriddescription-brand.itemsPerRow-2:nth-child(n + 2) {
    border-top: 1px solid #c7c9c8;
  }
  .universalbrandgriddescription-brand.itemsPerRow-2:nth-child(odd), .universalbrandgriddescription-brand.itemsPerRow-2:nth-child(even) {
    border-left: 0;
  }
  .universalbrandgriddescription-brand.itemsPerRow-3 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .universalbrandgriddescription-brand.itemsPerRow-3:nth-child(n + 2) {
    border-top: 1px solid #c7c9c8;
  }
  .universalbrandgriddescription-brand.itemsPerRow-3:nth-child(odd), .universalbrandgriddescription-brand.itemsPerRow-3:nth-child(even) {
    border-left: 0;
  }
  .universalbrandgriddescription-brand-img {
    max-height: 55px;
  }
  .universalbrandgriddescription .bb {
    border-bottom: none;
  }
  .universalbrandgriddescription .rb {
    border-right: none;
  }
}

.universalcontentpanel-title {
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 40px;
  line-height: 53px;
  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;
}

.partnerships-alliances .universalcontentpanel-title,
.visionworks .universalcontentpanel-title {
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 40px;
  line-height: 53px;
  margin-bottom: 8px;
}

@media (max-width: 1024px) {
  .universalcontentpanel {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .universalcontentpanel-grey {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .universalcontentpanel-title {
    font-size: 32px;
    line-height: 42px;
  }
  .universalcontentpanel-subtitle {
    font-size: 18px;
    line-height: 26px;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .universalflarelist-placeholder .universalflarelist-item::before {
    height: 3px;
  }
}

.universalcookiedisclaimer:before {
  background: -webkit-linear-gradient(324.21deg, #47bbdc 0%, #2884bc 59.9%, #125ea5 100%);
  background: linear-gradient(125.79deg, #47bbdc 0%, #2884bc 59.9%, #125ea5 100%);
  display: block;
  content: "";
  height: 4px;
  width: 100%;
}

.universalcookiedisclaimer-text {
  margin-right: 24px;
}

.universalcookiedisclaimer-text * {
  margin-bottom: 0;
}

.universalcookiedisclaimer-text span {
  display: block;
}

.universalcookiedisclaimer-text,
.universalcookiedisclaimer-text * {
  color: #5f6369;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1px;
}

.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;
  display: inline-block;
  line-height: initial;
}

.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 strong {
  display: inline-block;
  color: #333740;
  font-size: 16px;
  font-family: "SegoeUIBold", Arial, sans-serif;
  letter-spacing: normal;
  line-height: 30px;
  margin-bottom: 16px;
  text-transform: none;
}

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

.universalcookiedisclaimer-btn {
  cursor: pointer;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.23px;
  text-transform: none;
  padding: 16px 40px;
  -webkit-appearance: none;
  background-color: #ffffff;
  box-shadow: inset 0 0 0 2px #00539e;
  color: #00539e;
  -webkit-transition: color 0.25s 0.08333s;
  transition: color 0.25s 0.08333s;
  position: relative;
  display: inline-block;
  line-height: 16px;
  margin: 16px 0 16px 0x;
  text-align: center;
  padding: 16px 45px;
  background-color: #00539e;
  color: #ffffff !important;
}

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

@media (max-width: 767px) {
  .universalcookiedisclaimer-btn {
    padding: 16px;
  }
}

.universalcookiedisclaimer-btn::before, .universalcookiedisclaimer-btn::after {
  background: none;
  border: 0 solid transparent;
  box-sizing: border-box;
  content: "";
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
}

.universalcookiedisclaimer-btn::before {
  border-top-width: 2px;
  border-right-width: 2px;
}

.universalcookiedisclaimer-btn::after {
  border-bottom-width: 2px;
  border-left-width: 2px;
}

.universalcookiedisclaimer-btn:hover {
  background-color: #f0f0f0;
}

.universalcookiedisclaimer-btn:hover:before, .universalcookiedisclaimer-btn:hover:after {
  border-color: #2cbcb1;
  -webkit-transition: border-color 0s, width 0.25s, height 0.25s;
  transition: border-color 0s, width 0.25s, height 0.25s;
  width: 100%;
  height: 100%;
}

.universalcookiedisclaimer-btn:hover:before {
  -webkit-transition-delay: 0s, 0s, 0.25s;
  transition-delay: 0s, 0s, 0.25s;
}

.universalcookiedisclaimer-btn:hover:after {
  -webkit-transition-delay: 0s, 0.25s, 0s;
  transition-delay: 0s, 0.25s, 0s;
}

.universalcookiedisclaimer-btn:hover, .universalcookiedisclaimer-btn:focus {
  -webkit-transition: all 0.25s 0.08333s;
  transition: all 0.25s 0.08333s;
}

.universalcookiedisclaimer-btn, .universalcookiedisclaimer-btn:hover, .universalcookiedisclaimer-btn:focus, .universalcookiedisclaimer-btn:visited {
  color: #00539e;
}

@media (any-hover: none) {
  .universalcookiedisclaimer-btn::before, .universalcookiedisclaimer-btn::after {
    content: none;
  }
}

.universalcookiedisclaimer-btn:hover {
  background: #1964a7;
  color: #ffffff !important;
}

.universalcookiedisclaimer-btn:hover::after, .universalcookiedisclaimer-btn:hover::before {
  border-color: #47bbdc;
}

.universalcookiedisclaimer-btn:not(:only-child) {
  margin-top: 37px;
}

@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 {
  margin-top: 104px;
  margin-bottom: 104px;
}

.universalexpandablecallout-container {
  background-color: #05a194;
  padding: 32px 80px;
}

.universalexpandablecallout-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.universalexpandablecallout-header + .universalexpandablecallout-list {
  margin-top: 24px;
}

.universalexpandablecallout-title, .universalexpandablecallout-button {
  color: #ffffff;
}

.universalexpandablecallout-title {
  font-size: 32px;
  line-height: 45px;
  margin-bottom: 0;
  width: 55%;
}

.universalexpandablecallout-button {
  background: transparent;
  border: 0;
  cursor: pointer;
  height: 14px;
  font-size: 14px;
  font-family: "SegoeUIBold", Arial, sans-serif;
  line-height: 14px;
  position: relative;
}

.universalexpandablecallout-button::before {
  background-color: #ffffff;
  bottom: -10px;
  height: 1px;
  left: 6px;
  right: 0;
  position: absolute;
  width: -webkit-calc(100% - 12px);
  width: calc(100% - 12px);
}

.universalexpandablecallout-button::after {
  content: "";
  background-image: url("/Images/Base/dist/icon-minus-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: inline-block;
  height: 11px;
  margin-left: 5px;
  width: 12px;
}

.universalexpandablecallout-button, .universalexpandablecallout-button:focus {
  outline: 0;
}

.universalexpandablecallout-button:hover::before {
  content: "";
}

.universalexpandablecallout-list .universallinklist {
  -webkit-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 32px;
  column-gap: 32px;
}

.universalexpandablecallout-list .universallinklist-item {
  margin: 24px 0;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  height: 30px;
}

.universalexpandablecallout-list .universallinklist-item:first-of-type {
  margin-top: 0;
}

.universalexpandablecallout-list .universallinklist-link {
  text-decoration: none;
  position: relative;
  padding-bottom: 0;
  display: inline-block;
  padding-right: 20px;
}

.universalexpandablecallout-list .universallinklist-link:hover, .universalexpandablecallout-list .universallinklist-link:focus {
  text-decoration: underline;
}

.universalexpandablecallout-list .universallinklist-link:before {
  content: none;
}

.universalexpandablecallout-list .universallinklist-link:after {
  content: none;
  background: none;
}

.universalexpandablecallout-list .universallinklist-link:hover, .universalexpandablecallout-list .universallinklist-link:focus {
  color: #00539e;
}

.universalexpandablecallout-list .universallinklist-link, .universalexpandablecallout-list .universallinklist-link::after {
  display: inline-block;
}

.universalexpandablecallout-list .universallinklist-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%;
}

.universalexpandablecallout-list .universallinklist-link::before {
  border-bottom-color: #ffffff;
}

.universalexpandablecallout-list .universallinklist-link:visited, .universalexpandablecallout-list .universallinklist-link:active, .universalexpandablecallout-list .universallinklist-link:focus, .universalexpandablecallout-list .universallinklist-link:hover {
  color: #ffffff;
}

.universalexpandablecallout-list .universallinklist-link, .universalexpandablecallout-list .universallinklist-linktext {
  color: #ffffff;
}

.universalexpandablecallout.linksAreHidden .universalexpandablecallout-button::after {
  content: "";
  background-image: url("/Images/Base/dist/icon-plus-white.svg");
}

.universalexpandablecallout.linksAreHidden .universalexpandablecallout-list {
  display: none;
}

@media (max-width: 1190px) {
  .universalexpandablecallout {
    margin-top: 88px;
    margin-bottom: 88px;
  }
}

@media (max-width: 1024px) {
  .universalexpandablecallout {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .universalexpandablecallout-container {
    padding: 32px 64px;
  }
  .universalexpandablecallout-title {
    width: 75%;
  }
  .universalexpandablecallout-list .universallinklist {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 24px;
    column-gap: 24px;
  }
}

@media (max-width: 767px) {
  .universalexpandablecallout-container {
    padding: 32px 24px;
  }
  .universalexpandablecallout-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .universalexpandablecallout-header + .universalexpandablecallout-list {
    margin-top: 48px;
  }
  .universalexpandablecallout-title {
    line-height: 41px;
    width: 100%;
  }
  .universalexpandablecallout-title + .universalexpandablecallout-button {
    margin-top: 48px;
  }
  .universalexpandablecallout-list .universallinklist {
    -webkit-column-count: 2;
    column-count: 2;
  }
  .universalexpandablecallout-list .universallinklist-item {
    height: auto;
  }
}

.universalexpertcallout {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fafafa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 104px;
  margin-bottom: 104px;
  padding: 48px 325px 48px 80px;
}

.universalexpertcallout-img-container {
  border-radius: 50%;
  height: 240px;
  min-height: 240px;
  margin-right: 90px;
  min-width: 240px;
  overflow: hidden;
  position: relative;
  width: 240px;
}

.universalexpertcallout-img {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  width: 100%;
}

.universalexpertcallout-expertinfo {
  color: #2e2925;
  font-size: 16px;
  font-family: "SegoeUIBold", Arial, sans-serif;
  line-height: 28px;
  margin-bottom: 0;
}

.universalexpertcallout-expertinfo-mobile {
  display: none;
}

.universalexpertcallout-title {
  font-family: "SegoeUILight", Arial, sans-serif;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 0;
}

.universalexpertcallout-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: none;
  margin-top: 32px;
}

.universalexpertcallout-cta, .universalexpertcallout-cta:hover, .universalexpertcallout-cta:visited, .universalexpertcallout-cta:focus {
  color: #ffffff;
  text-decoration: none;
}

.universalexpertcallout-cta:hover {
  background-color: #1964a7;
}

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

.universalexpertcallout-cta, .universalexpertcallout-cta:focus, .universalexpertcallout-cta:visited, .universalexpertcallout-cta:hover {
  color: #ffffff;
}

@media (max-width: 1400px) {
  .universalexpertcallout {
    padding: 48px 200px 48px 80px;
  }
}

@media (max-width: 1190px) {
  .universalexpertcallout {
    padding: 48px;
  }
  .universalexpertcallout-img-container {
    height: 180px;
    margin-right: 48px;
    min-height: 180px;
    min-width: 180px;
    width: 180px;
  }
}

@media (max-width: 1024px) {
  .universalexpertcallout {
    margin-top: 64px;
    margin-bottom: 64px;
    padding: 56px 24px;
  }
  .universalexpertcallout-img-container {
    margin-right: 36px;
  }
  .universalexpertcallout-expertinfo {
    line-height: 24px;
  }
  .universalexpertcallout-title {
    font-size: 24px;
    line-height: 32px;
  }
  .universalexpertcallout-cta {
    margin-top: 24px;
  }
}

@media (max-width: 767px) {
  .universalexpertcallout {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .universalexpertcallout-mobile-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
  }
  .universalexpertcallout-img-container {
    height: 90px;
    margin-right: 24px;
    min-height: 90px;
    min-width: 90px;
    width: 90px;
  }
  .universalexpertcallout-expertinfo-desktop {
    display: none;
  }
  .universalexpertcallout-expertinfo-mobile {
    display: block;
  }
  .universalexpertcallout-cta {
    display: block;
    text-align: center;
  }
}

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

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

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

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

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

.universalheaderleftpanel-header {
  background: #0074dc;
  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;
}

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

.universalheaderleftpanel-copy {
  font-size: 40px;
  font-family: "SegoeUISemiBold", 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;
}

@media (max-width: 767px) {
  .universalheaderleftpanel-header {
    padding: 30px 24px !important;
  }
  .universalheaderleftpanel-placeholder {
    padding: 30px 15px !important;
  }
}

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

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

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

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

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

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

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

.two-column .homebanner .banner-content h1, .two-column .homebanner .banner-content .universalinsightquilt-card-accent-title *, .universalinsightquilt-card-accent-title .two-column .homebanner .banner-content * {
  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: #ffffff;
  margin-right: 20px;
}

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

.two-column .homebanner .banner-content button:after {
  content: none;
}

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

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

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

@media (max-width: 991px) {
  .two-column > .bannerimages {
    padding: 0;
  }
  .two-column .cols-wrap .row > div:not(:last-of-type) {
    padding: 0;
  }
  .two-column .homebanner .banner-content .container {
    padding: 0 30px;
  }
  .two-column .homebanner .banner-content button {
    width: 100%;
  }
  .two-column .homebanner > .banner-image {
    max-width: 100%;
    padding: 0;
  }
  .two-column .homebanner .banner-content h1, .two-column .homebanner .banner-content .universalinsightquilt-card-accent-title *, .universalinsightquilt-card-accent-title .two-column .homebanner .banner-content * {
    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;
  margin: 50px auto;
  background: #ffffff;
}

.homeimagegrid-title {
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 40px;
  line-height: 1.1;
  margin-bottom: 20px;
}

.homeimagegrid p {
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.4;
  color: #5f6369;
  margin-bottom: 40px;
}

.homeimagegrid span {
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.4;
  color: #5f6369;
  margin-bottom: 40px;
  display: block;
}

.homeimagegrid .row {
  margin-bottom: 30px;
}

.homeimagegrid .homeimagegridcard {
  position: relative;
  height: 400px;
  overflow: hidden;
  display: block;
}

.homeimagegrid .homeimagegridcard .image img {
  width: 100%;
  height: 250px;
}

.homeimagegrid .homeimagegridcard .text {
  position: absolute;
  bottom: 0;
}

.homeimagegrid .homeimagegridcard .text .text-wrap {
  background-color: #ffffff;
  padding: 30px;
}

.homeimagegrid .homeimagegridcard .text .text-wrap-title {
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.homeimagegrid .homeimagegridcard .text .text-wrap p {
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  padding: 0 0 20px 0;
}

.homeimagegrid .homeimagegridcard .text.light .text-wrap .text-wrap-title,
.homeimagegrid .homeimagegridcard .text.light .text-wrap p {
  color: #ffffff;
}

.homeimagegrid .homeimagegridcard .text.dark .text-wrap .text-wrap-title,
.homeimagegrid .homeimagegridcard .text.dark .text-wrap p {
  color: #000000;
}

.homeimagegrid .homeimagegridcard.overlay .image {
  min-height: 400px;
  position: relative;
}

.homeimagegrid .homeimagegridcard.overlay .image img {
  position: absolute;
  width: auto;
  min-width: 100%;
  height: 100%;
}

.homeimagegrid .homeimagegridcard.overlay .text {
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.homeimagegrid .homeimagegridcard.overlay .text .text-wrap {
  background-color: transparent;
  padding: 30px;
}

.homeimagegrid .homeimagegridcard.overlay .text .text-wrap-title {
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.homeimagegrid .homeimagegridcard.overlay .text .text-wrap p {
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  padding: 0 0 20px 0;
}

.homeimagegrid .homeimagegridcard.overlay .text.light .text-wrap .text-wrap-title,
.homeimagegrid .homeimagegridcard.overlay .text.light .text-wrap p {
  color: #ffffff;
}

.homeimagegrid .homeimagegridcard.overlay .text.dark .text-wrap .text-wrap-title,
.homeimagegrid .homeimagegridcard.overlay .text.dark .text-wrap p {
  color: #000000;
}

.homeimagegrid .homeimagegridcard .text.light .text-wrap {
  max-width: 60%;
  background-color: rgba(255, 255, 255, 0.6);
  margin: 20px;
  padding: 10px;
  border-left: 6px solid #00539e;
}

.homeimagegrid .homeimagegridcard .text.light .text-wrap h3 {
  font: normal 20px "SegoeUISemiBold", Arial, sans-serif !important;
  color: #00539e !important;
  line-height: 1.2;
}

.homeimagegrid .homeimagegridcard .text.light .text-wrap p {
  display: none;
}

.homeimagegrid .homeimagegridcard .text.light .text-wrap .text-wrap-title {
  font: normal 36px "SegoeUISemiBold", Arial, sans-serif !important;
  color: #00539e !important;
  line-height: 1.2;
}

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

.homeimagegridrow {
  background-color: #ffffff;
  padding-top: 64px;
  padding-bottom: 64px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .homeimagegridrow {
    max-width: 1200px !important;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .homeimagegridrow {
    max-width: 1024px !important;
  }
}

@media (max-width: 1024px) {
  .homeimagegrid {
    margin: 50px 0;
    padding: 50px 0;
  }
  .homeimagegrid-title {
    font-family: "SegoeUISemiBold", Arial, sans-serif;
    font-size: 28px;
    line-height: 1.1;
    margin-bottom: 15px;
  }
  .homeimagegrid p {
    font-family: "SegoeUIRegular", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #5f6369;
    margin-bottom: 40px;
  }
  .homeimagegrid .row {
    margin-bottom: 0;
  }
  .homeimagegrid .homeimagegridcard {
    height: auto;
  }
  .homeimagegrid .homeimagegridcard .image img {
    width: 100%;
    height: 100%;
  }
  .homeimagegrid .homeimagegridcard .text {
    position: relative;
  }
  .homeimagegrid .homeimagegridcard.overlay {
    display: block;
    position: relative;
    top: initial;
    right: initial;
    bottom: initial;
    left: initial;
    z-index: 0;
  }
  .homeimagegrid .homeimagegridcard.overlay .image {
    min-height: 0;
  }
  .homeimagegrid .homeimagegridcard.overlay .image img {
    position: initial;
    width: 100%;
    height: 100%;
    min-height: 0;
  }
  .homeimagegrid .homeimagegridcard.overlay .text {
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
  }
  .homeimagegrid .homeimagegridcard.overlay .text .text-wrap {
    border-left: 0;
  }
  .homeimagegrid .homeimagegridcard.overlay .text.light .text-wrap .text-wrap-title,
  .homeimagegrid .homeimagegridcard.overlay .text.light .text-wrap p {
    color: #000000;
  }
}

@media (max-width: 767px) {
  .homeimagegrid .homeimagegridcard .text .text-wrap,
  .homeimagegrid .homeimagegridcard.overlay .text .text-wrap {
    background-color: transparent;
    padding: 30px 0;
    border-left: 0;
  }
}

.universaliconlist {
  max-width: 1440px;
  padding: 0 24px;
  margin-left: auto;
  margin-right: auto;
  /* @include selctorBar();*/
  padding: 56px 40px !important;
  max-width: 100%;
}

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

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

.universaliconlist-item-link, .universaliconlist-item-linktext {
  font-family: "SegoeUIRegular", Arial, sans-serif !important;
  line-height: 31px;
  background: none;
  margin-left: 0;
  width: auto;
  padding: 0;
  color: #2e2925 !important;
}

.universaliconlist-item-link:visited, .universaliconlist-item-link:hover, .universaliconlist-item-link:focus, .universaliconlist-item-link:after, .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-icon {
  display: block;
  height: 80px;
  margin: 0 auto;
  width: auto !important;
  margin-bottom: 10px;
}

.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;
  margin: 0 0 10px 0;
  padding-right: 0 !important;
  color: #333740;
  font-size: 21px;
  line-height: 31px;
}

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

.universaliconlist-item-link:after, .universaliconlist-item-linktext:after {
  /*@include iconcaret();
                transform: none;
                background:none;
                width:auto;
                margin-left:2px;*/
}

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

.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: 1440px;
  padding: 0 24px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(#382e2d), to(#382e2d));
  background-image: -webkit-linear-gradient(right, #382e2d 0%, #382e2d 100%);
  background-image: linear-gradient(-90deg, #382e2d 0%, #382e2d 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: #ffffff;
}

.universaliconlist-related .universaliconlist-item-link {
  color: #ffffff;
  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: #ffffff;
  text-align: center;
  background: #00539e;
  border: 1px solid #00539e;
  width: 100%;
  padding: 8px;
  margin-top: 30px;
}

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

.universaliconlist-withoutdesc {
  max-width: 1440px;
  padding: 0 24px;
  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: 1440px;
  padding: 0 24px;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
  text-align: center;
}

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

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

@media (max-width: 991px) {
  .universaliconlist {
    background: none;
    box-shadow: none;
    margin-bottom: 30px;
    padding: 30px;
  }
  .universaliconlist.selectorbar-show {
    padding: 30px;
  }
  .universaliconlist .universaliconlist {
    margin: 0 0 30px 0;
  }
  .universaliconlist .universaliconlist-item-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 5px 0 0;
    float: none;
  }
  .universaliconlist .universaliconlist-item-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0;
  }
  .universaliconlist-item-desc {
    font-size: 16px;
  }
  .universaliconlist-related {
    padding: 0;
  }
  .universaliconlist-related .universaliconlist-item {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 19px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.33);
  }
  .universaliconlist-related .universaliconlist-item-icon {
    width: 39px;
    height: 32px;
    margin: 0 20px 0 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0;
  }
  .universaliconlist-related .universaliconlist-item-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0;
  }
  .universaliconlist-related .universaliconlist-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
  .universaliconlist-variant1 {
    padding: 30px;
  }
  .universaliconlist-variant1 > div > div.numberColumns-4 {
    display: block;
    width: 100%;
  }
  .universaliconlist-variant1 .universaliconlist-item-desc {
    text-align: left;
    padding: 10px 0;
    font-size: 16px;
  }
  .universaliconlist-variant1 .universaliconlist-item-link {
    font-size: 18px;
  }
  .universaliconlist-variant1 .universaliconlist-item-linktext {
    text-align: left;
    display: inline-block;
  }
  .universaliconlist-variant1 .universaliconlist-item-linktext:after {
    content: url("../Images/Base/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;
  }
}

.universalimagegallery {
  margin-top: 56px;
  margin-bottom: 56px;
}

.universalimagegallery-item {
  margin-bottom: 0;
}

.universalimagegallery-item.active {
  -webkit-transition: 0s;
  transition: 0s;
}

.universalimagegallery-carousel-active-caption {
  margin: 0;
}

.universalimagegallery .carousel-nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  margin-bottom: 8px;
}

.universalimagegallery .carousel-indicators {
  bottom: 0;
  margin: 0 0 0 auto;
  position: relative;
}

.universalimagegallery .carousel-indicators .carousel-indicator {
  background-color: #bdbdbd;
  height: 2px;
  width: 30px;
}

.universalimagegallery .carousel-indicators .carousel-indicator:not(:first-child) {
  margin-left: 10px;
}

.universalimagegallery .carousel-indicators .carousel-indicator.active {
  background-color: #2e2925;
}

.universalimagegallery .carousel-control-prev,
.universalimagegallery .carousel-control-next {
  height: 30px;
  opacity: 1;
  position: relative;
  width: 30px;
}

.universalimagegallery .carousel-control-prev::after,
.universalimagegallery .carousel-control-next::after {
  background-image: url("/Images/Base/dist/icon-caret.svg");
  background-repeat: no-repeat;
  background-size: 12px 18px;
  background-position: center center;
  bottom: 0;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
}

.universalimagegallery .carousel-control-prev {
  margin-right: 8px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.universalvideo {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

.universalvideo iframe,
.universalvideo video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}

.universalmedia-caption,
.universalimagegallery-carousel-active-caption {
  font-size: 14px;
  line-height: 24px;
  font-style: italic;
}

.universalmedia-caption:empty,
.universalimagegallery-carousel-active-caption:empty {
  display: none;
}

.universalmedia {
  width: 100%;
  height: 100%;
}

.universalmedia-caption {
  margin-top: 8px;
}

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

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

.universalimagetext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 72px;
  margin-bottom: 72px;
}

.universalimagetext-col {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.universalimagetext-img,
.universalimagetext svg, .universalimagetext-title, .universalimagetext-richtext {
  width: 100%;
}

.universalimagetext-title,
.universalimagetext-richtext p:last-child {
  margin-bottom: 0;
}

.universalimagetext-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: none;
  line-height: 30px;
  text-transform: none;
  letter-spacing: 0;
}

.universalimagetext-button, .universalimagetext-button:hover, .universalimagetext-button:visited, .universalimagetext-button:focus {
  color: #ffffff;
  text-decoration: none;
}

.universalimagetext-button:hover {
  background-color: #1964a7;
}

.universalimagetext-button:after {
  content: none;
}

.universalimagetext-button:visited, .universalimagetext-button:hover {
  color: #ffffff;
}

.universalimagetext-imageright {
  padding-right: 0;
}

.universalimagetext-imageleft {
  padding-left: 0;
}

.universalimagetext-var1.universalimagetext-imageright .universalimagetext-col-text {
  padding-right: 120px;
}

.universalimagetext-var1.universalimagetext-imageright ul {
  padding-left: 40px;
}

.universalimagetext-var1.universalimagetext-imageleft .universalimagetext-col-text {
  padding-left: 96px;
}

.universalimagetext-var1.universalimagetext-imageleft .universalimagetext-col-text ul {
  padding-left: 40px;
}

.universalimagetext-var1 .universalimagetext-col-text {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 100%;
}

.universalimagetext-var1 .universalimagetext-title {
  color: #2e2925;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 36px;
  line-height: 48px;
}

.universalimagetext-var1 .universalimagetext-title + .universalimagetext-richtext {
  margin-top: 12px;
}

.universalimagetext-var1 .universalimagetext-richtext,
.universalimagetext-var1 .universalimagetext-richtext p {
  color: #5f6369;
  font-size: 18px;
  line-height: 32px;
  font-family: "SegoeUIRegular", Arial, sans-serif;
}

.universalimagetext-var1 .universalimagetext-richtext h2 {
  font-family: "SegoeUILight", Arial, sans-serif;
  font-weight: inherit;
  color: #2e2925;
  font-size: 36px;
}

.universalimagetext-var1 .universalimagetext-button {
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  position: relative;
  background-color: transparent;
  letter-spacing: 0;
  overflow: visible;
  padding: 0;
  text-transform: none;
  color: #00539e;
  outline: none !important;
}

.universalimagetext-var1 .universalimagetext-button:hover {
  text-decoration: underline;
  color: #00539e;
}

.universalimagetext-var1 .universalimagetext-button::after {
  background-image: url(../images/Base/tyco_link_arrow_blue.svg);
  position: relative;
  top: 3px;
  content: "";
  width: 21px;
  height: 16px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  left: auto;
  right: -5px;
  display: inline-block;
}

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

.universalimagetext-var1 .universalimagetext-button:nth-child(n + 4) {
  margin-top: 10px;
}

.universalimagetext-var1 .universalimagetext-col-img {
  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;
}

.universalimagetext-var2.universalimagetext-imageright .universalimagetext-col-text {
  padding-right: 70px;
}

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

.universalimagetext-var2 .universalimagetext-title {
  color: #000000;
  font-family: "SegoeUILight", Arial, sans-serif;
  font-size: 32px;
  line-height: 44px;
  font-weight: 300;
}

.universalimagetext-var2 .universalimagetext-title + .universalimagetext-richtext {
  margin-top: 24px;
}

.universalimagetext-var2 .universalimagetext-richtext,
.universalimagetext-var2 .universalimagetext-richtext p {
  color: #2e2925;
  font-size: 16px;
  line-height: 30px;
  font-family: "SegoeUILight", Arial, sans-serif;
}

.universalimagetext-var2 .universalimagetext-button {
  padding: 8px 36px;
  font-size: 16px;
}

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

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

.universalimagetext-var2 .universalimagetext-button:hover::after {
  background: -webkit-gradient(linear, right top, left top, from(#0074dc), to(#47bbdc));
  background: -webkit-linear-gradient(right, #0074dc 0%, #47bbdc 100%);
  background: linear-gradient(to left, #0074dc 0%, #47bbdc 100%);
  border-radius: 0;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.universalimagetext-wide {
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
  width: -webkit-calc(100% - 48px);
  width: calc(100% - 48px);
}

.universalimagetext-wide,
.universalimagetext-wide .universalimagetext-col-img {
  min-height: 433px;
}

.universalimagetext-wide.universalimagetext-imageright {
  padding-left: 0;
}

.universalimagetext-wide.universalimagetext-imageleft {
  padding-right: 0;
}

.universalimagetext-wide.universalimagetext-video .universalimagetext-col-img::after {
  background-image: url("/Images/Base/dist/icon-play-button.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  box-shadow: 0 7px 24px 0 rgba(77, 77, 77, 0.26);
  content: "";
  height: 70px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 70px;
}

.universalimagetext-wide .universalimagetext-col {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.universalimagetext-wide .universalimagetext-col-text {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 37%;
  flex-basis: 37%;
  max-width: 37%;
  -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;
  padding: 76px 48px 48px;
}

.universalimagetext-wide .universalimagetext-col-img {
  overflow: hidden;
  position: relative;
}

.universalimagetext-wide .universalimagetext-eyebrow, .universalimagetext-wide .universalimagetext-title, .universalimagetext-wide .universalimagetext-subtext {
  color: #2e2925;
}

.universalimagetext-wide .universalimagetext-eyebrow:last-child, .universalimagetext-wide .universalimagetext-title:last-child, .universalimagetext-wide .universalimagetext-subtext:last-child {
  margin-bottom: 100px;
}

.universalimagetext-wide .universalimagetext-eyebrow, .universalimagetext-wide .universalimagetext-subtext {
  line-height: 30px;
}

.universalimagetext-wide .universalimagetext-eyebrow {
  font-size: 16px;
  font-family: "SegoeUIBold", Arial, sans-serif;
  letter-spacing: 2px;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.universalimagetext-wide .universalimagetext-title {
  font-family: "SegoeUILight", Arial, sans-serif;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 16px;
}

.universalimagetext-wide .universalimagetext-subtext {
  margin-bottom: 0;
  width: 100%;
}

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

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

.universalimagetext-wide .universalimagetext-link:before {
  content: none;
}

.universalimagetext-wide .universalimagetext-link:after {
  content: none;
  background: none;
}

.universalimagetext-wide .universalimagetext-link, .universalimagetext-wide .universalimagetext-link:visited {
  color: #0074dc;
}

.universalimagetext-wide .universalimagetext-link:hover, .universalimagetext-wide .universalimagetext-link:focus {
  color: #0074dc;
}

.universalimagetext-wide .universalimagetext-link:before {
  border-bottom-color: #0074dc;
}

.universalimagetext-wide .universalimagetext-link, .universalimagetext-wide .universalimagetext-link::after {
  display: inline-block;
}

.universalimagetext-wide .universalimagetext-link::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%;
}

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

.universalimagetext-wide .universalimagetext-link, .universalimagetext-wide .universalimagetext-linktext {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 146px;
  line-height: 14px;
  margin-top: auto;
}

.universalimagetext-wide .universalimagetext-img,
.universalimagetext-wide .universalimagetext svg {
  height: auto;
  left: 50%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.universalimagetext-universalvideo {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  max-height: 368px;
}

.universalimagetext .universalimagetext-richtext .fineprint-text li {
  list-style: none;
}

.universalimagetext-button.download::after {
  background-image: url(../images/Base/tyco_link_arrow_blue.svg);
  position: relative;
  top: 3px;
  content: "";
  width: 21px;
  height: 16px;
  left: auto;
  right: -5px;
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media (max-width: 1190px) {
  .universalimagetext-var1.universalimagetext-imageright .universalimagetext-col-text {
    padding-right: 64px;
  }
  .universalimagetext-var1.universalimagetext-imageleft .universalimagetext-col-text {
    padding-left: 64px;
  }
  .universalimagetext-var1 .universalimagetext-title {
    font-size: 36px;
    line-height: 46px;
  }
  .universalimagetext-var1 .universalimagetext-richtext,
  .universalimagetext-var1 .universalimagetext-richtext p {
    font-size: 18px;
  }
  .universalimagetext-var1 .universalimagetext-button:not(:only-child) {
    margin-top: 30px;
  }
  .universalimagetext-var2.universalimagetext-imageright .universalimagetext-col-text {
    padding-right: 56px;
  }
  .universalimagetext-var2.universalimagetext-imageleft .universalimagetext-col-text {
    padding-left: 56px;
  }
}

@media (max-width: 1024px) {
  .universalimagetext {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .universalimagetext-var1.universalimagetext-imageright .universalimagetext-col-text, .universalimagetext-var2.universalimagetext-imageright .universalimagetext-col-text {
    padding-right: 36px;
  }
  .universalimagetext-var1.universalimagetext-imageleft .universalimagetext-col-text, .universalimagetext-var2.universalimagetext-imageleft .universalimagetext-col-text {
    padding-left: 36px;
  }
  .universalimagetext-var1 .universalimagetext-button, .universalimagetext-var2 .universalimagetext-button {
    font-size: 16px;
  }
  .universalimagetext-var1 .universalimagetext-button:not(:only-child), .universalimagetext-var2 .universalimagetext-button:not(:only-child) {
    margin-top: 24px;
  }
  .universalimagetext-var1 .universalimagetext-title {
    font-size: 32px;
    line-height: 42px;
  }
  .universalimagetext-var1 .universalimagetext-title + .universalimagetext-richtext {
    margin-top: 8px;
  }
  .universalimagetext-var1 .universalimagetext-richtext,
  .universalimagetext-var1 .universalimagetext-richtext p {
    font-size: 16px;
    line-height: 24px;
  }
  .universalimagetext-var2 .universalimagetext-title {
    font-size: 28px;
    line-height: 42px;
  }
  .universalimagetext-var2 .universalimagetext-title + .universalimagetext-richtext {
    margin-top: 18px;
  }
  .universalimagetext-var2 .universalimagetext-richtext,
  .universalimagetext-var2 .universalimagetext-richtext p {
    line-height: 28px;
  }
  .universalimagetext-wide,
  .universalimagetext-wide .universalimagetext-col-img {
    min-height: 320px;
  }
  .universalimagetext-wide .universalimagetext-col-text {
    padding: 48px 36px 36px;
  }
  .universalimagetext-wide .universalimagetext-eyebrow:last-child, .universalimagetext-wide .universalimagetext-title:last-child, .universalimagetext-wide .universalimagetext-subtext:last-child {
    margin-bottom: 50px;
  }
  .universalimagetext-wide .universalimagetext-eyebrow {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 14px;
  }
  .universalimagetext-wide .universalimagetext-title {
    font-size: 28px;
    line-height: 38px;
  }
  .universalimagetext-wide .universalimagetext-subtext {
    line-height: 28px;
  }
  .universalimagetext-wide .universalimagetext-link, .universalimagetext-wide .universalimagetext-linktext {
    height: 100px;
  }
}

@media (max-width: 767px) {
  .universalimagetext {
    padding-left: 0;
    padding-right: 0;
  }
  .universalimagetext-imageright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .universalimagetext-imageleft {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .universalimagetext-var1 .universalimagetext-col, .universalimagetext-var2 .universalimagetext-col, .universalimagetext-wide .universalimagetext-col {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: 100%;
    overflow: hidden;
  }
  .universalimagetext-var1 .universalimagetext-col .youtube-video-control, .universalimagetext-var2 .universalimagetext-col .youtube-video-control, .universalimagetext-wide .universalimagetext-col .youtube-video-control {
    margin: 0px;
  }
  .universalimagetext-var1.universalimagetext-imageright .universalimagetext-col-text, .universalimagetext-var1.universalimagetext-imageleft .universalimagetext-col-text, .universalimagetext-var2.universalimagetext-imageright .universalimagetext-col-text, .universalimagetext-var2.universalimagetext-imageleft .universalimagetext-col-text {
    padding-right: 24px;
    padding-left: 24px;
    padding-top: 16px;
  }
  .universalimagetext-var2 .universalimagetext-title {
    font-size: 26px;
    line-height: 40px;
  }
  .universalimagetext-var2 .universalimagetext-title + .universalimagetext-richtext {
    margin-top: 16px;
  }
  .universalimagetext-var2 .universalimagetext-richtext,
  .universalimagetext-var2 .universalimagetext-richtext p {
    line-height: 26px;
  }
  .universalimagetext-wide,
  .universalimagetext-wide .universalimagetext-col-img {
    min-height: 0;
  }
  .universalimagetext-wide .universalimagetext-col-text {
    padding: 36px 24px;
  }
  .universalimagetext-wide .universalimagetext-eyebrow:last-child, .universalimagetext-wide .universalimagetext-title:last-child, .universalimagetext-wide .universalimagetext-subtext:last-child {
    margin-bottom: 0;
  }
  .universalimagetext-wide .universalimagetext-title {
    font-size: 30px;
  }
  .universalimagetext-wide .universalimagetext-subtext {
    font-size: 16px;
  }
  .universalimagetext-wide .universalimagetext-img,
  .universalimagetext-wide .universalimagetext svg {
    left: 0;
    position: relative;
    top: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 100%;
  }
}

@media (max-width: 1400px) {
  .universalimagetext-var1.universalimagetext-imageright .universalimagetext-col-text {
    padding-right: 56px;
  }
}

.universalinsightabouttheauthor {
  margin-top: 56px;
  margin-bottom: 78px;
  width: -webkit-calc((6 / 7) * 100%);
  width: calc((6 / 7) * 100%);
}

.universalinsightabouttheauthor-title, .universalinsightabouttheauthor-desc {
  color: #2e2925;
  font-size: 14px;
  line-height: 24px;
}

.universalinsightabouttheauthor-title {
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  letter-spacing: 2.15px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.universalinsightabouttheauthor-desc {
  margin-bottom: 0;
}

.universalinsightabouttheauthor-desc:not(:last-child) {
  margin-bottom: 16px;
}

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

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

.universalinsightabouttheauthor-cta:before {
  content: none;
}

.universalinsightabouttheauthor-cta:after {
  content: none;
  background: none;
}

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

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

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

.universalinsightabouttheauthor-cta, .universalinsightabouttheauthor-cta::after {
  display: inline-block;
}

.universalinsightabouttheauthor-cta::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%;
}

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

@media (max-width: 767px) {
  .universalinsightabouttheauthor {
    width: 100%;
  }
  .universalinsightabouttheauthor-cta {
    font-size: 14px;
  }
}

.universalinsightataglance {
  margin-top: 64px;
  margin-bottom: 40px;
}

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

.universalinsightataglance-text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 86px;
}

.universalinsightataglance-text-eyebrow, .universalinsightataglance-text-section-title {
  color: #2e2925;
}

.universalinsightataglance-text-eyebrow {
  font-size: 16px;
  font-family: "SegoeUIBold", Arial, sans-serif;
  letter-spacing: 2px;
  line-height: 30px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.universalinsightataglance-text-section + .universalinsightataglance-text-section {
  margin-top: 32px;
}

.universalinsightataglance-text-section-title {
  font-size: 32px;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  line-height: 40px;
  margin-bottom: 16px;
}

.universalinsightataglance-text-section-details,
.universalinsightataglance-text-section-details * {
  color: #5f6369;
  font-size: 16px;
  line-height: 28px;
}

.universalinsightataglance-text-section-details:last-child,
.universalinsightataglance-text-section-details *:last-child {
  margin-bottom: 0;
}

.universalinsightataglance-callout {
  background-color: #ffffff;
  box-shadow: 0 7px 24px 0 rgba(0, 0, 0, 0.08);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  left: -46px;
  min-width: -webkit-calc(16.66667% + 56px);
  min-width: calc(16.66667% + 56px);
  padding: 24px 38px 38px;
  position: relative;
}

.universalinsightataglance-callout::before {
  background: -webkit-linear-gradient(354.54deg, #2d72b9 0%, #2cbcb1 100%);
  background: linear-gradient(95.46deg, #2d72b9 0%, #2cbcb1 100%);
  bottom: 0;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.1);
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 4px;
}

.universalinsightataglance-callout-title,
.universalinsightataglance-callout .universallinklist-link,
.universalinsightataglance-callout .universallinklist-linktext {
  color: #2e2925;
}

.universalinsightataglance-callout-title {
  font-size: 18px;
  font-family: "SegoeUIBold", Arial, sans-serif;
  line-height: 31px;
  margin-bottom: 13px;
}

.universalinsightataglance-callout .universallinklist-item + .universallinklist-item {
  margin-top: 4px;
}

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

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

.universalinsightataglance-callout .universallinklist-linktext {
  display: inline-block;
}

.universalinsightataglance-callout .universallinklist-link, .universalinsightataglance-callout .universallinklist-linktext {
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 14px;
}

@media (max-width: 1190px) {
  .universalinsightataglance-text {
    padding-right: 70px;
  }
}

@media (max-width: 1024px) {
  .universalinsightataglance-text {
    padding-right: 15px;
  }
  .universalinsightataglance-text-eyebrow {
    font-size: 14px;
    line-height: 28px;
  }
  .universalinsightataglance-text-section + .universalinsightataglance-text-section {
    margin-top: 24px;
  }
  .universalinsightataglance-text-section-title {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 8px;
  }
  .universalinsightataglance-callout {
    left: 0;
    margin: 32px 15px 0;
    padding: 24px;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }
}

@media (max-width: 767px) {
  .universalinsightataglance {
    margin-top: 40px;
  }
}

.universalinsightbyline {
  margin-top: 32px;
  margin-bottom: 64px;
}

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

.universalinsightbyline-options, .universalinsightbyline-tags, .universalinsightbyline-social {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.universalinsightbyline-tags, .universalinsightbyline-social {
  list-style: none;
  padding: 0;
}

.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: uppercase;
}

.universalinsightbyline-date, .universalinsightbyline-author {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 26px;
  color: #333740;
  text-transform: none;
}

.universalinsightbyline-date + .universalinsightbyline-author::before {
  content: "|";
  padding: 0 8px;
}

.universalinsightbyline-author span:not(:last-child)::after {
  content: "\00a0";
}

.universalinsightbyline-tags {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 24px 0 -16px;
  width: 100%;
}

.universalinsightbyline-tags:only-child {
  margin-top: 0;
}

.universalinsightbyline-tags-item {
  border: 1px solid #dfe0de;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 12px;
  margin-bottom: 16px;
  padding: 4px 8px;
}

.universalinsightbyline-tags-item:not(:last-child) {
  margin-right: 24px;
}

.universalinsightbyline-tags-item a {
  color: #333740;
  font-family: "SegoeUIRegular", Arial, sans-serif;
}

.universalinsightbyline-options {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.universalinsightbyline-options-title {
  font-size: 14px;
  letter-spacing: normal;
  line-height: 25px;
  margin: 0;
  text-transform: none;
}

.universalinsightbyline-options-title:not(:last-child) {
  margin-right: 32px;
}

.universalinsightbyline-social {
  margin: 0;
}

.universalinsightbyline-social:not(:last-child) {
  margin-right: 24px;
}

.universalinsightbyline-social-item {
  line-height: 1;
}

.universalinsightbyline-social-item:not(:last-child) {
  margin-right: 24px;
}

.universalinsightbyline-social-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.universalinsightbyline-social-item-link, .universalinsightbyline-social-item-link:visited {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.universalinsightbyline-social-item-link-icon {
  height: auto;
  max-width: 18px;
  max-height: 18px;
  width: auto;
}

.universalinsightbyline-social-item-link:hover {
  opacity: 0.75;
}

.universalinsightbyline-download {
  cursor: pointer;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.23px;
  text-transform: none;
  padding: 16px 40px;
  -webkit-appearance: none;
  background-color: #ffffff;
  box-shadow: inset 0 0 0 2px #00539e;
  color: #00539e;
  -webkit-transition: color 0.25s 0.08333s;
  transition: color 0.25s 0.08333s;
  position: relative;
  display: inline-block;
  line-height: 16px;
  margin: 16px 0 16px 0x;
  text-align: center;
  padding: 16px 40px;
  background-color: #00539e;
  color: #ffffff !important;
  letter-spacing: 0.23px;
}

.universalinsightbyline-download, .universalinsightbyline-download:hover, .universalinsightbyline-download:visited, .universalinsightbyline-download:focus {
  text-decoration: none;
}

@media (max-width: 767px) {
  .universalinsightbyline-download {
    padding: 16px;
  }
}

.universalinsightbyline-download::before, .universalinsightbyline-download::after {
  background: none;
  border: 0 solid transparent;
  box-sizing: border-box;
  content: "";
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
}

.universalinsightbyline-download::before {
  border-top-width: 2px;
  border-right-width: 2px;
}

.universalinsightbyline-download::after {
  border-bottom-width: 2px;
  border-left-width: 2px;
}

.universalinsightbyline-download:hover {
  background-color: #f0f0f0;
}

.universalinsightbyline-download:hover:before, .universalinsightbyline-download:hover:after {
  border-color: #2cbcb1;
  -webkit-transition: border-color 0s, width 0.25s, height 0.25s;
  transition: border-color 0s, width 0.25s, height 0.25s;
  width: 100%;
  height: 100%;
}

.universalinsightbyline-download:hover:before {
  -webkit-transition-delay: 0s, 0s, 0.25s;
  transition-delay: 0s, 0s, 0.25s;
}

.universalinsightbyline-download:hover:after {
  -webkit-transition-delay: 0s, 0.25s, 0s;
  transition-delay: 0s, 0.25s, 0s;
}

.universalinsightbyline-download:hover, .universalinsightbyline-download:focus {
  -webkit-transition: all 0.25s 0.08333s;
  transition: all 0.25s 0.08333s;
}

.universalinsightbyline-download, .universalinsightbyline-download:hover, .universalinsightbyline-download:focus, .universalinsightbyline-download:visited {
  color: #00539e;
}

@media (any-hover: none) {
  .universalinsightbyline-download::before, .universalinsightbyline-download::after {
    content: none;
  }
}

.universalinsightbyline-download:visited, .universalinsightbyline-download:hover {
  background: #1964a7;
  color: #ffffff !important;
}

.universalinsightbyline-download:visited::after, .universalinsightbyline-download:visited::before, .universalinsightbyline-download:hover::after, .universalinsightbyline-download:hover::before {
  border-color: #47bbdc;
}

.universalinsightbottomshare {
  margin-bottom: unset;
}

.universalinsightbottomshare-options {
  -webkit-box-pack: unset;
  justify-content: unset;
  -ms-flex-pack: unset;
}

@media (max-width: 1024px) {
  .universalinsightbyline {
    margin-bottom: 32px;
  }
  .universalinsightbyline-tags {
    margin-top: 16px;
  }
  .universalinsightbyline-options {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 8px;
  }
  .universalinsightbyline-options-title, .universalinsightbyline-social, .universalinsightbyline-download {
    margin-top: 16px;
  }
  .universalinsightbottomshare {
    margin-bottom: unset;
  }
}

@media (min-width: 992px) {
  .universalinsightsublayout .universalinsightbyline-download {
    width: auto;
    text-align: center;
  }
}

.universalinsightdatacallout1col {
  margin-top: 56px;
  margin-bottom: 56px;
}

.universalinsightdatacallout1col.showTopBorder {
  border-top: 1px solid #c7c9c8;
  padding-top: 20px;
}

.universalinsightdatacallout1col.showBottomBorder {
  border-bottom: 1px solid #c7c9c8;
  padding-bottom: 20px;
}

.universalinsightdatacallout1col .universalinsightdatacalloutsmall {
  border: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.universalinsightdatacallout1col .universalinsightdatacalloutsmall-text-callout:not(:only-child) {
  margin-right: 52px;
}

.universalinsightdatacallout1col .universalinsightdatacalloutsmall-text-large {
  font-size: 150px;
  margin-top: -30px;
}

.universalinsightdatacallout1col .universalinsightdatacalloutsmall-text-medium {
  font-size: 75px;
  letter-spacing: 0.5px;
}

.universalinsightdatacallout1col .universalinsightdatacalloutsmall-text-medium:not(:only-child) {
  margin-left: 4px;
}

.universalinsightdatacallout1col .universalinsightdatacalloutsmall-text-small:not(:only-child) {
  margin-left: 16px;
}

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

@media (max-width: 767px) {
  .universalinsightdatacallout1col {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .universalinsightdatacallout1col .universalinsightdatacalloutsmall {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-left: 0;
    padding-right: 0;
  }
  .universalinsightdatacallout1col .universalinsightdatacalloutsmall-text-callout:not(:only-child) {
    margin-right: 16px;
  }
  .universalinsightdatacallout1col .universalinsightdatacalloutsmall-text-large {
    font-size: 115px;
    margin-top: -20px;
  }
  .universalinsightdatacallout1col .universalinsightdatacalloutsmall-text-medium {
    font-size: 45px;
  }
  .universalinsightdatacallout1col .universalinsightdatacalloutsmall-text-small {
    margin-top: 0;
  }
}

@media (max-width: 550px) {
  .universalinsightdatacallout1col .universalinsightdatacalloutsmall {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .universalinsightdatacallout1col .universalinsightdatacalloutsmall-text-callout {
    width: 100%;
  }
  .universalinsightdatacallout1col .universalinsightdatacalloutsmall-text-large {
    font-size: 100px;
  }
  .universalinsightdatacallout1col .universalinsightdatacalloutsmall-text-small {
    margin-top: 16px;
    width: -webkit-calc(100% - 56px);
    width: calc(100% - 56px);
  }
  .universalinsightdatacallout1col .universalinsightdatacalloutsmall-text-small:not(:only-child) {
    margin-left: 16px;
  }
  .universalinsightdatacallout1col .universalinsightdatacalloutsmall-icon {
    margin-top: 16px;
  }
}

.universalinsightdatacallout2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 56px;
  margin-bottom: 56px;
}

.universalinsightdatacallout2col.showTopBorder {
  border-top: 1px solid #c7c9c8;
}

.universalinsightdatacallout2col.showTopBorder .universalinsightdatacalloutsmall {
  padding-top: 64px;
}

.universalinsightdatacallout2col.showBottomBorder {
  border-bottom: 1px solid #c7c9c8;
}

.universalinsightdatacallout2col.showBottomBorder .universalinsightdatacalloutsmall {
  padding-bottom: 64px;
}

.universalinsightdatacallout2col-col:first-child {
  border-right: 1px solid #c7c9c8;
}

.universalinsightdatacallout2col .universalinsightdatacalloutsmall {
  border: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 0;
  padding: 24px 17%;
}

.universalinsightdatacallout2col .universalinsightdatacalloutsmall-text-callout:not(:only-child) {
  margin-right: 12px;
}

.universalinsightdatacallout2col .universalinsightdatacalloutsmall-text-small {
  width: 100%;
}

.universalinsightdatacallout2col .universalinsightdatacalloutsmall-text-small:not(:only-child) {
  margin-left: 0;
  margin-top: 24px;
}

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

@media (max-width: 767px) {
  .universalinsightdatacallout2col {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .universalinsightdatacallout2col.showTopBorder .universalinsightdatacalloutsmall {
    padding-top: 46px;
  }
  .universalinsightdatacallout2col.showBottomBorder .universalinsightdatacalloutsmall {
    padding-bottom: 46px;
  }
  .universalinsightdatacallout2col .universalinsightdatacalloutsmall {
    padding: 24px 10%;
  }
  .universalinsightdatacallout2col .universalinsightdatacalloutsmall-text-large {
    font-size: 80px;
    margin-bottom: -6px;
  }
  .universalinsightdatacallout2col .universalinsightdatacalloutsmall-text-small:not(:only-child) {
    margin-top: 16px;
  }
}

@media (max-width: 550px) {
  .universalinsightdatacallout2col.showTopBorder .universalinsightdatacalloutsmall {
    padding-top: 32px;
  }
  .universalinsightdatacallout2col.showBottomBorder .universalinsightdatacalloutsmall {
    padding-bottom: 32px;
  }
  .universalinsightdatacallout2col-col:first-child {
    padding-left: 0;
  }
  .universalinsightdatacallout2col-col:last-child {
    padding-right: 0;
  }
  .universalinsightdatacallout2col .universalinsightdatacalloutsmall {
    padding: 24px 0;
  }
  .universalinsightdatacallout2col .universalinsightdatacalloutsmall-text-large {
    font-size: 56px;
    margin-top: -14px;
    margin-bottom: -4px;
  }
  .universalinsightdatacallout2col .universalinsightdatacalloutsmall-text-medium {
    font-size: 24px;
  }
  .universalinsightdatacallout2col .universalinsightdatacalloutsmall-text-small {
    font-size: 14px;
    line-height: 26px;
  }
  .universalinsightdatacallout2col .universalinsightdatacalloutsmall-icon {
    width: 24px;
  }
}

.universalinsightexplorerelatedtopics {
  margin-top: 56px;
  margin-bottom: 56px;
}

.universalinsightexplorerelatedtopics-title, .universalinsightexplorerelatedtopics-tags-item,
.universalinsightexplorerelatedtopics-tags-item a,
.universalinsightexplorerelatedtopics-tags-item a:visited {
  color: #2e2925;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  text-transform: uppercase;
}

.universalinsightexplorerelatedtopics-title {
  font-size: 14px;
  letter-spacing: normal;
  line-height: 25px;
  margin-bottom: 8px;
  text-transform: none;
}

.universalinsightexplorerelatedtopics-tags {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 0 -16px 0;
  padding: 0;
}

.universalinsightexplorerelatedtopics-tags-item {
  border: 1px solid #dfe0de;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 12px;
  margin-bottom: 16px;
  padding: 4px 8px;
}

.universalinsightexplorerelatedtopics-tags-item:not(:last-child) {
  margin-right: 16px;
}

.universalinsightexplorerelatedtopics-tags-item a {
  font-family: "SegoeUIRegular", Arial, sans-serif;
}

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

.universalinsightheader {
  background-color: #00539e;
  margin-bottom: 32px;
}

.universalinsightheader-container {
  padding-top: 104px;
  padding-bottom: 104px;
}

.universalinsightheader-eyebrow, .universalinsightheader-title {
  color: #ffffff;
}

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

.universalinsightheader-eyebrow:not(:only-child) {
  margin-bottom: 8px;
}

.universalinsightheader-title {
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 0;
}

@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-eyebrow {
    font-size: 12px;
    line-height: 24px;
  }
  .universalinsightheader-title {
    font-size: 32px;
    line-height: 40px;
  }
}

.universalinsighthighlight {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 0;
  position: relative;
}

.universalinsighthighlight::before {
  background-color: #00539e;
  bottom: 0;
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 6px;
  display: none;
}

.universalinsighthighlight-title {
  color: #00539e;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 32px;
  line-height: 45px;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .universalinsighthighlight {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .universalinsighthighlight-title {
    font-size: 28px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .universalinsighthighlight {
    padding-left: 28px;
  }
  .universalinsighthighlight::before {
    width: 4px;
  }
  .universalinsighthighlight-title {
    font-size: 22px;
    line-height: 34px;
  }
}

.universalinsightquilt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 104px;
  margin-bottom: 104px;
}

.universalinsightquilt-card {
  box-shadow: 0 15px 32px 0 rgba(0, 0, 0, 0.07);
  -ms-flex-preferred-size: calc((100% / 3) - 16px);
  flex-basis: -webkit-calc((100% / 3) - 16px);
  flex-basis: calc((100% / 3) - 16px);
}

.universalinsightquilt-card-img-container {
  position: relative;
  height: auto;
  display: block;
  overflow: hidden;
  padding-bottom: 56.4%;
}

.universalinsightquilt-card-img-default {
  background-image: url("/Images/CMS/insights_quilt_default_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 222px;
}

.universalinsightquilt-card-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 !important;
}

.universalinsightquilt-card-text {
  padding: 32px;
}

.universalinsightquilt-card-text a,
.universalinsightquilt-card-text a:visited {
  color: #2e2925;
}

.universalinsightquilt-card-tags {
  margin-bottom: 24px;
}

.universalinsightquilt-card-tags-item {
  color: #333740;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 12px;
  text-transform: uppercase;
}

.universalinsightquilt-card-tags-item:not(:last-child) {
  margin-right: 16px;
}

.universalinsightquilt-card-titlelink {
  text-decoration: none;
  position: relative;
  padding-bottom: 0;
  display: inline-block;
}

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

.universalinsightquilt-card-titlelink:before {
  content: none;
}

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

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

.universalinsightquilt-card-titlelinktext {
  margin-bottom: 0;
}

.universalinsightquilt-card-titlelink, .universalinsightquilt-card-titlelinktext {
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 22px;
  line-height: 32px;
}

.universalinsightquilt-card-titlelink, .universalinsightquilt-card-titlelink:visited, .universalinsightquilt-card-titlelink:hover, .universalinsightquilt-card-titlelink:focus, .universalinsightquilt-card-titlelinktext, .universalinsightquilt-card-titlelinktext:visited, .universalinsightquilt-card-titlelinktext:hover, .universalinsightquilt-card-titlelinktext:focus {
  color: #2e2925;
}

.universalinsightquilt-card-author {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.universalinsightquilt-card-author:not(:first-child) {
  margin-top: 34px;
}

.universalinsightquilt-card-author-img {
  border-radius: 50%;
  height: 64px;
  margin-right: 16px;
  width: 64px !important;
}

.universalinsightquilt-card-author-name {
  font-family: "SegoeUIBold", Arial, sans-serif;
  margin-bottom: 4px;
}

.universalinsightquilt-card-author-title {
  margin-bottom: 0;
}

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

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

.universalinsightquilt-card-author-name, .universalinsightquilt-card-author-title, .universalinsightquilt-card-author-link {
  font-size: 14px;
  letter-spacing: 0.01px;
  line-height: 19px;
}

.universalinsightquilt-card-accent-inner {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 60px 40px 40px;
}

.universalinsightquilt-card-accent-title {
  width: 100%;
}

.universalinsightquilt-card-accent-title,
.universalinsightquilt-card-accent-title * {
  color: #ffffff;
  font-size: 32px;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  line-height: 41px;
  margin-bottom: 0;
  font-weight: normal;
}

.universalinsightquilt-card-accent-link {
  text-decoration: none;
  position: relative;
  padding-bottom: 0;
  display: inline-block;
  padding-right: 20px;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 18px;
  line-height: 14px;
  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, .universalinsightquilt-card-accent-link:visited {
  color: #ffffff !important;
}

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

.universalinsightquilt-card-accent-link::before {
  border-color: #ffffff;
}

.universalinsightquilt-card-accent-link::after {
  background: transparent url(../images/Base/link_arrow_white.svg) no-repeat 100% 50%;
  position: relative;
  display: inline-block;
  right: -5px;
}

.universalinsightquilt-card-video .universalinsightquilt-card-img-container::after {
  background-image: url("/Images/Base/dist/icon-play-button.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 66px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 66px;
}

.universalinsightquilt-slim .universalinsightquilt-card-accent-inner {
  padding: 40px;
}

.universalinsightquilt-slim .universalinsightquilt-card-accent-link {
  margin-top: 30px;
}

.universalinsightquilt-slim .universalinsightquilt-card:not(.universalinsightquilt-card-accent) {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: calc(((100% / 3) * 2) - 8px);
  flex-basis: -webkit-calc(((100% / 3) * 2) - 8px);
  flex-basis: calc(((100% / 3) * 2) - 8px);
  padding: 24px;
}

.universalinsightquilt-slim .universalinsightquilt-card:not(.universalinsightquilt-card-accent) .universalinsightquilt-card-img-container {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 48px;
  width: -webkit-calc(50% - 36px);
  width: calc(50% - 36px);
}

.universalinsightquilt-slim .universalinsightquilt-card:not(.universalinsightquilt-card-accent) .universalinsightquilt-card-text {
  padding: 0;
}

.universalinsightquilt .owl-carousel {
  left: -24px;
  right: -24px;
  width: -webkit-calc(100% + 48px);
  width: calc(100% + 48px);
}

.universalinsightquilt .owl-carousel .universalinsightquilt-card {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.universalinsightquilt .owl-carousel .owl-item {
  margin-right: 0 !important;
}

.universalinsightquilt .owl-carousel .owl-stage-outer {
  padding-bottom: 16px;
}

.universalinsightquilt .owl-carousel .owl-stage[style*="transform: translate3d(0px, 0px, 0px)"] .owl-item {
  padding-right: 24px;
}

.universalinsightquilt .owl-carousel .owl-stage:not([style*="transform: translate3d(0px, 0px, 0px)"]) .owl-item {
  padding-left: 24px;
}

.universalinsightquilt .owl-carousel .owl-stage:not([style*="transform: translate3d(0px, 0px, 0px)"]) .owl-item:not(.active) {
  margin-left: 24px;
}

@media (max-width: 1190px) {
  .universalinsightquilt-card-accent-title,
  .universalinsightquilt-card-accent-title * {
    font-size: 30px;
    line-height: 38px;
  }
}

@media (max-width: 1024px) {
  .universalinsightquilt {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .universalinsightquilt-card-text {
    padding: 16px 24px 24px;
  }
  .universalinsightquilt-card-titlelink, .universalinsightquilt-card-titlelinktext {
    font-size: 20px;
    line-height: 30px;
  }
  .universalinsightquilt-card-author {
    display: block;
  }
  .universalinsightquilt-card-author-img {
    margin-bottom: 8px;
    margin-right: 0;
  }
  .universalinsightquilt-card-accent-inner {
    padding: 42px 32px 32px;
  }
  .universalinsightquilt-card-accent-title,
  .universalinsightquilt-card-accent-title * {
    font-size: 28px;
  }
  .universalinsightquilt-card-accent-link {
    margin-top: 96px;
  }
  .universalinsightquilt-slim .universalinsightquilt-card-accent-inner {
    padding: 32px;
  }
}

@media (max-width: 767px) {
  .universalinsightquilt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .universalinsightquilt-card {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .universalinsightquilt-card-tags {
    margin-bottom: 8px;
  }
  .universalinsightquilt-card-tags-item {
    font-size: 10px;
    letter-spacing: 0.38px;
  }
  .universalinsightquilt-card-titlelink, .universalinsightquilt-card-titlelinktext {
    font-size: 18px;
    line-height: 28px;
  }
  .universalinsightquilt-card-accent-inner {
    display: block;
    padding: 24px;
  }
  .universalinsightquilt-card-accent-title,
  .universalinsightquilt-card-accent-title * {
    font-size: 24px;
    line-height: 32px;
  }
  .universalinsightquilt-card-accent-link {
    margin-top: 96px;
  }
  .universalinsightquilt-slim .universalinsightquilt-card-accent {
    margin-top: 16px;
  }
  .universalinsightquilt-slim .universalinsightquilt-card-accent-inner {
    padding: 24px;
  }
  .universalinsightquilt-slim .universalinsightquilt-card:not(.universalinsightquilt-card-accent) {
    display: block;
    padding: 0;
  }
  .universalinsightquilt-slim .universalinsightquilt-card:not(.universalinsightquilt-card-accent) .universalinsightquilt-card-img-container {
    width: 100%;
  }
  .universalinsightquilt-slim .universalinsightquilt-card:not(.universalinsightquilt-card-accent) .universalinsightquilt-card-text {
    padding: 16px 24px 24px;
  }
}

.universalrichtext {
  margin-top: 58px;
  margin-bottom: 58px;
  max-width: 1440px;
}

.universalrichtext + * {
  clear: both;
}

.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 a {
  text-decoration: none;
}

.universalrichtext-text a:hover, .universalrichtext-text a:link, .universalrichtext-text a:focus {
  color: #37BAE3;
  text-decoration: underline;
}

.universalrichtext-text li {
  line-height: 24px;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  margin-top: 24px;
  color: #333740;
}

.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: 40px;
}

.universalrichtext-text ul li {
  padding-left: 24px;
}

.universalrichtext-text ul li::before {
  background-color: #000000;
  content: "";
  display: inline-block;
  height: 6px;
  margin-right: -6px;
  position: relative;
  right: 24px;
  top: -1px;
  width: 6px;
  vertical-align: middle;
}

.universalrichtext-text table tbody tr th {
  font-weight: bold;
}

.universalrichtext-text table tbody tr th a {
  color: #0074dc;
}

.universalrichtext-text a {
  color: #0074dc;
}

.universalrichtext-text p a {
  color: #0074dc !important;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-weight: normal;
}

.universalrichtext-text strong {
  color: #333740;
  font-family: "SegoeUIBold", Arial, sans-serif;
}

.universalrichtext-text span {
  font-family: "SegoeUIRegular", Arial, sans-serif;
  color: #333740;
}

.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 .visually-hidden {
  border: 0;
  padding: 0;
  margin: 0;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 - a 0 height clip, off to the bottom right of the visible 1px box */
  clip: rect(1px, 1px, 1px, 1px);
  /*maybe deprecated but we need to support legacy browsers */
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  /*modern browsers, clip-path works inwards from each corner*/
  white-space: nowrap;
  /* added line to stop words getting smushed together (as they go onto seperate lines and some screen readers do not understand line feeds as a space */
}

@media (max-width: 1076px) {
  .universalrichtext-media-left-overflow, .universalrichtext-media-left-overflow-caption {
    margin-left: 0;
  }
  .universalrichtext-media-right-overflow, .universalrichtext-media-right-overflow-caption {
    margin-right: 0;
  }
}

@media (max-width: 1024px) {
  .universalrichtext {
    margin-top: 46px;
    margin-bottom: 46px;
  }
  .universalrichtext-eyebrow:not(:last-child), .universalrichtext-title:not(:last-child) {
    margin-bottom: 16px;
  }
  .universalrichtext-text * + * {
    margin-top: 24px;
  }
  .universalrichtext-text ol,
  .universalrichtext-text ul {
    margin-top: 16px;
  }
  .universalrichtext-text ul {
    padding-left: 24px;
  }
}

@media (max-width: 767px) {
  .universalrichtext-eyebrow {
    font-size: 14px;
    line-height: 22px;
  }
  .universalrichtext-text * + * {
    margin-top: 16px;
  }
  .universalrichtext-text ul {
    padding-left: 0;
  }
  .universalrichtext-text ul li {
    padding-left: 16px;
  }
  .universalrichtext-text ul li::before {
    right: 16px;
  }
  .universalrichtext-media-left, .universalrichtext-media-left-overflow, .universalrichtext-media-right, .universalrichtext-media-right-overflow {
    margin: 0;
  }
  .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: none;
    float: none;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
  }
  .universalrichtext-media-left-caption, .universalrichtext-media-left-overflow-caption, .universalrichtext-media-right-caption, .universalrichtext-media-right-overflow-caption {
    display: block;
    font-size: 13px;
    line-height: 22px;
    margin: -8px 0 0;
  }
}

.universalinsightsublayout {
  margin-top: 0;
  margin-bottom: 0;
}

.universalinsightsublayout-col > *:first-child {
  margin-top: 0;
}

.universalinsightsublayout-col > *:last-child {
  margin-bottom: 0;
}

.universalinsightsublayout .universalrichtext {
  margin: 24px 0;
  padding: 0;
}

.universalinsightsublayout .universalrichtext-text h3 {
  margin-top: 24px;
}

.universalinsightsublayout .universalrichtext-text h3 strong {
  font-family: "SegoeUIBold", Arial, sans-serif;
  color: #333740 !important;
}

.universalinsightsublayout .universalrichtext-text .universalrichtext {
  padding: 0;
  color: #333740;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  line-height: 28px;
}

.universalinsightsublayout .universalrichtext-text .universalrichtext p {
  color: #333740;
  font-family: "SegoeUIRegular", Arial, sans-serif;
}

.universalinsightsublayout .universalrichtext-text p {
  margin-top: 24px;
  color: #333740;
  line-height: 28px;
}

.universalinsightsublayout .universalrichtext-text p strong {
  color: #333740;
}

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

.universalinsightsublayout .universalrichtext-text p a:hover, .universalinsightsublayout .universalrichtext-text p a:focus {
  text-decoration: underline;
}

.universalinsightsublayout .universalrichtext-text ul li {
  color: #333740;
}

.universalinsightsublayout .universalrichtext-text ul li strong {
  color: #333740;
}

.universalinsightsublayout .universalrichtext-text table tbody tr td a {
  color: #00539e;
  outline: none;
}

.universalinsightsublayout .universalrichtext-text ol {
  padding-left: 25px;
}

.universalinsightsublayout .universalrichtext-text ol li {
  list-style: decimal;
  color: #333740;
}

.universalinsightsublayout .universalrichtext-text ol li strong {
  color: #333740;
}

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

.universalinsightsublayout .universalrichtext-title {
  margin: 24px 0;
}

.universalinsightsublayout .universalrichtext-title li {
  color: #333740;
  font-size: 24px;
  line-height: 28px;
}

.universalinsightsublayout .universalimagegallery {
  padding: 0;
}

.universalinsightsublayout .universalinsightexplorerelatedtopics {
  padding: 0;
}

.universalinsightsublayout .universalinsightexplorerelatedtopics-title {
  letter-spacing: normal;
  text-transform: none;
}

.universalinsightsublayout .universalinsightexplorerelatedtopics-tags-item {
  border: solid 1px #dfe0de;
  padding: 6px 12px;
}

.universalinsightsublayout .universalinsightexplorerelatedtopics-tags-item a {
  font-family: "SegoeUIRegular", Arial, sans-serif;
  color: #333740;
}

.universalinsightsublayout .universalvideodisplay {
  padding-left: 0;
  padding-right: 0;
}

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

.universalinsightsummary {
  margin-top: 48px;
  margin-bottom: 48px;
}

.universalinsightsummary-title {
  color: #2e2925;
  font-size: 16px;
  font-family: "SegoeUIBold", Arial, sans-serif;
  letter-spacing: 2px;
  line-height: 30px;
  text-transform: uppercase;
}

.universalinsightsummary-title:not(:only-child) {
  margin-bottom: 8px;
}

.universalinsightsummary-content,
.universalinsightsummary-content * {
  color: #5f6369;
  font-size: 16px;
  line-height: 24px;
}

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

.universalinsightsummary-content ul {
  list-style-type: none;
  padding-left: 40px;
}

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

.universalinsightsummary-content ul li::before {
  background-color: #000000;
  content: "";
  display: inline-block;
  height: 6px;
  margin-right: -6px;
  position: relative;
  right: 24px;
  top: -1px;
  width: 6px;
  vertical-align: middle;
}

.universalinsightsummary-content li + li {
  margin-top: 16px;
}

@media (max-width: 1024px) {
  .universalinsightsummary {
    margin-bottom: 32px;
  }
  .universalinsightsummary-content ul {
    padding-left: 24px;
  }
}

@media (max-width: 767px) {
  .universalinsightsummary-content ul {
    padding-left: 0;
  }
  .universalinsightsummary-content ul li {
    padding-left: 16px;
  }
  .universalinsightsummary-content ul li::before {
    right: 16px;
  }
}

.universalkeyactionbig {
  margin-top: 104px;
  margin-bottom: 104px;
  overflow: hidden;
  position: relative;
}

.universalkeyactionbig-container {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 135px;
  padding-bottom: 135px;
  position: relative;
}

.universalkeyactionbig-img {
  height: auto;
  left: initial;
  min-width: 100%;
  min-height: 100%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  width: auto;
  bottom: 0;
  position: absolute;
}

.universalkeyactionbig-title {
  color: #2e2925;
  font-family: "SegoeUILight", Arial, sans-serif;
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 0;
  width: -webkit-calc((7 / 12) * 100%);
  width: calc((7 / 12) * 100%);
}

.universalkeyactionbig-title + .universalkeyactionbig-cta {
  margin-top: 32px;
}

.universalkeyactionbig-title + .universalkeyactionbig-link {
  margin-top: 24px;
}

.universalkeyactionbig-cta {
  cursor: pointer;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.23px;
  text-transform: none;
  padding: 16px 40px;
  -webkit-appearance: none;
  background-color: #ffffff;
  box-shadow: inset 0 0 0 2px #00539e;
  color: #00539e;
  -webkit-transition: color 0.25s 0.08333s;
  transition: color 0.25s 0.08333s;
  position: relative;
  display: inline-block;
  line-height: 16px;
  margin: 16px 0 16px 0x;
  text-align: center;
  padding: 16px 40px;
  background-color: #00539e;
  color: #ffffff !important;
}

.universalkeyactionbig-cta, .universalkeyactionbig-cta:hover, .universalkeyactionbig-cta:visited, .universalkeyactionbig-cta:focus {
  text-decoration: none;
}

@media (max-width: 767px) {
  .universalkeyactionbig-cta {
    padding: 16px;
  }
}

.universalkeyactionbig-cta::before, .universalkeyactionbig-cta::after {
  background: none;
  border: 0 solid transparent;
  box-sizing: border-box;
  content: "";
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
}

.universalkeyactionbig-cta::before {
  border-top-width: 2px;
  border-right-width: 2px;
}

.universalkeyactionbig-cta::after {
  border-bottom-width: 2px;
  border-left-width: 2px;
}

.universalkeyactionbig-cta:hover {
  background-color: #f0f0f0;
}

.universalkeyactionbig-cta:hover:before, .universalkeyactionbig-cta:hover:after {
  border-color: #2cbcb1;
  -webkit-transition: border-color 0s, width 0.25s, height 0.25s;
  transition: border-color 0s, width 0.25s, height 0.25s;
  width: 100%;
  height: 100%;
}

.universalkeyactionbig-cta:hover:before {
  -webkit-transition-delay: 0s, 0s, 0.25s;
  transition-delay: 0s, 0s, 0.25s;
}

.universalkeyactionbig-cta:hover:after {
  -webkit-transition-delay: 0s, 0.25s, 0s;
  transition-delay: 0s, 0.25s, 0s;
}

.universalkeyactionbig-cta:hover, .universalkeyactionbig-cta:focus {
  -webkit-transition: all 0.25s 0.08333s;
  transition: all 0.25s 0.08333s;
}

.universalkeyactionbig-cta, .universalkeyactionbig-cta:hover, .universalkeyactionbig-cta:focus, .universalkeyactionbig-cta:visited {
  color: #00539e;
}

@media (any-hover: none) {
  .universalkeyactionbig-cta::before, .universalkeyactionbig-cta::after {
    content: none;
  }
}

.universalkeyactionbig-cta:hover {
  background: #1964a7;
  color: #ffffff !important;
}

.universalkeyactionbig-cta:hover::after, .universalkeyactionbig-cta:hover::before {
  border-color: #47bbdc;
}

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

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

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

.universalkeyactionbig-link:after {
  content: none;
  background: none;
}

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

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

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

.universalkeyactionbig-link + .universalkeyactionbig-cta {
  margin-top: 24px;
}

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

.universalkeyactionbig-link.universalkeyactionbig-link-download {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.universalkeyactionbig-link.universalkeyactionbig-link-download::before {
  left: 32px;
  max-width: -webkit-calc(100% - 32px);
  max-width: calc(100% - 32px);
}

.universalkeyactionbig-link.universalkeyactionbig-link-download::after {
  background-image: url("/Images/Base/dist/icon_download.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 22px;
  margin: 0 10px 0 0;
  width: 22px;
}

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

.keyactionssm {
  background-color: #f0f0f0;
  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;
  padding: 48px 56px 48px 48px;
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
}

.keyactionssm .bar {
  position: absolute;
  top: 32px;
  right: 100%;
  bottom: 32px;
  left: 0;
  background: -webkit-linear-gradient(324.21deg, #47bbdc 0%, #2884bc 59.9%, #125ea5 100%);
  background: linear-gradient(125.79deg, #47bbdc 0%, #2884bc 59.9%, #125ea5 100%);
  width: 10px;
  height: -webkit-calc(100% - 64px);
  height: calc(100% - 64px);
}

.keyactionssm-title {
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 0;
  width: 80%;
}

.keyactionssm input {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 20%;
  margin-left: auto;
  margin-right: 10px;
}

.keyactionssm .keyactionssm-form-container {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 120px;
}

.keyactionssm .keyactionssm-form-container input {
  max-width: 100%;
}

.keyactionssm .keyactionssm-form-container a {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.keyactionssm a,
.keyactionssm a:visited {
  cursor: pointer;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.23px;
  text-transform: none;
  padding: 16px 40px;
  -webkit-appearance: none;
  background-color: #ffffff;
  box-shadow: inset 0 0 0 2px #00539e;
  color: #00539e;
  -webkit-transition: color 0.25s 0.08333s;
  transition: color 0.25s 0.08333s;
  position: relative;
  display: inline-block;
  line-height: 16px;
  font-size: 14px;
  text-align: center;
  padding: 16px 40px;
  background-color: #00539e;
  color: #ffffff !important;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 14px;
}

.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 {
  text-decoration: none;
}

@media (max-width: 767px) {
  .keyactionssm a,
  .keyactionssm a:visited {
    padding: 16px;
  }
}

.keyactionssm a::before, .keyactionssm a::after,
.keyactionssm a:visited::before,
.keyactionssm a:visited::after {
  background: none;
  border: 0 solid transparent;
  box-sizing: border-box;
  content: "";
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
}

.keyactionssm a::before,
.keyactionssm a:visited::before {
  border-top-width: 2px;
  border-right-width: 2px;
}

.keyactionssm a::after,
.keyactionssm a:visited::after {
  border-bottom-width: 2px;
  border-left-width: 2px;
}

.keyactionssm a:hover,
.keyactionssm a:visited:hover {
  background-color: #f0f0f0;
}

.keyactionssm a:hover:before, .keyactionssm a:hover:after,
.keyactionssm a:visited:hover:before,
.keyactionssm a:visited:hover:after {
  border-color: #2cbcb1;
  -webkit-transition: border-color 0s, width 0.25s, height 0.25s;
  transition: border-color 0s, width 0.25s, height 0.25s;
  width: 100%;
  height: 100%;
}

.keyactionssm a:hover:before,
.keyactionssm a:visited:hover:before {
  -webkit-transition-delay: 0s, 0s, 0.25s;
  transition-delay: 0s, 0s, 0.25s;
}

.keyactionssm a:hover:after,
.keyactionssm a:visited:hover:after {
  -webkit-transition-delay: 0s, 0.25s, 0s;
  transition-delay: 0s, 0.25s, 0s;
}

.keyactionssm a:hover, .keyactionssm a:focus,
.keyactionssm a:visited:hover,
.keyactionssm a:visited:focus {
  -webkit-transition: all 0.25s 0.08333s;
  transition: all 0.25s 0.08333s;
}

.keyactionssm a, .keyactionssm a:hover, .keyactionssm a:focus, .keyactionssm a:visited,
.keyactionssm a:visited,
.keyactionssm a:visited:hover,
.keyactionssm a:visited:focus,
.keyactionssm a:visited:visited {
  color: #00539e;
}

@media (any-hover: none) {
  .keyactionssm a::before, .keyactionssm a::after,
  .keyactionssm a:visited::before,
  .keyactionssm a:visited::after {
    content: none;
  }
}

.keyactionssm a:hover,
.keyactionssm a:visited:hover {
  background: #1964a7;
  color: #ffffff !important;
}

.keyactionssm a:hover::after, .keyactionssm a:hover::before,
.keyactionssm a:visited:hover::after,
.keyactionssm a:visited:hover::before {
  border-color: #47bbdc;
}

@media (max-width: 1400px) {
  .universalkeyactionbig-title {
    font-size: 48px;
    line-height: 60px;
    width: -webkit-calc((7 / 12) * 100%);
    width: calc((7 / 12) * 100%);
  }
}

@media (max-width: 1024px) {
  .universalkeyactionbig {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .universalkeyactionbig-img {
    right: -15%;
  }
  .universalkeyactionbig-container {
    padding-top: 88px;
    padding-bottom: 88px;
  }
  .universalkeyactionbig-title {
    font-size: 32px;
  }
  .keyactionssm {
    background-color: #f0f0f0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .keyactionssm .bar {
    position: absolute;
    right: 100%;
    left: 0;
    width: 8px;
  }
  .keyactionssm-title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 40px;
    width: 100%;
  }
  .keyactionssm input {
    max-width: 100%;
    margin: 0 10px 20px auto;
  }
  .keyactionssm .keyactionssm-form-container {
    display: block;
  }
  .keyactionssm .keyactionssm-form-container a {
    width: 100%;
  }
  .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: none;
    line-height: 1.2;
    text-align: center;
  }
  .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: #ffffff;
    text-decoration: none;
  }
  .keyactionssm a:hover,
  .keyactionssm a:visited:hover {
    background-color: #1964a7;
  }
  .keyactionssm a:after,
  .keyactionssm a:visited:after {
    content: none;
  }
}

@media (max-width: 767px) {
  .universalkeyactionbig {
    background-color: #fafafa;
  }
  .universalkeyactionbig-title {
    font-size: 24px;
    line-height: 32px;
  }
  .universalkeyactionbig-container {
    padding-bottom: 55px;
    padding-top: 24px;
  }
  .universalkeyactionbig-container:first-child {
    padding-top: 55px;
  }
  .universalkeyactionbig-img {
    position: absolute;
  }
  .universalkeyactionbig-title {
    font-size: 24px;
    line-height: 32px;
  }
  .universalkeyactionbig-title + .universalkeyactionbig-cta,
  .universalkeyactionbig-title + .universalkeyactionbig-ctatext {
    margin-top: 24px;
    text-align: center;
    width: auto;
  }
}

@media (max-width: 850px) {
  .universalkeyactionbig-img {
    right: -20%;
  }
}

@media (max-width: 650px) {
  .universalkeyactionbig-img {
    right: -40%;
  }
}

@media (max-width: 520px) {
  .universalkeyactionbig-img {
    right: -60%;
  }
}

.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: #ffffff;
}

.universallocationfindercallout-partner .location-input-container .find-locations-button, .universallocationfindercallout-keyaction .location-input-container .find-locations-button {
  background: #00539e;
  cursor: pointer;
  display: inline-block;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 16px;
  padding: 17px 28px 15px;
  text-transform: none;
  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: #ffffff;
  text-decoration: none;
}

.universallocationfindercallout-partner .location-input-container .find-locations-button:hover, .universallocationfindercallout-keyaction .location-input-container .find-locations-button:hover {
  background-color: #1964a7;
}

.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: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

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

@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 {
  margin-top: 0;
  margin-bottom: 56px;
  background-color: #f0f0f0;
  position: relative;
  padding-top: 56px;
  padding-bottom: 56px;
}

.pageoverview-title {
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 20px;
  max-width: -webkit-calc((7 / 12) * 100%);
  max-width: calc((7 / 12) * 100%);
}

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

.pageoverview-text {
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
  max-width: -webkit-calc((7 / 12) * 100%);
  max-width: calc((7 / 12) * 100%);
}

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

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

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

.pageoverview-text .paragraph-head ul {
  padding-left: 40px;
}

.pageoverview-text .paragraph-head ul li {
  list-style: square;
  color: #333740;
}

.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 {
  margin-top: 20px;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  padding-right: -webkit-calc((1 / 12) * 100%);
  padding-right: calc((1 / 12) * 100%);
}

.pageoverview .page-overview-item * {
  color: #2e2925;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "SegoeUIRegular", Arial, sans-serif;
}

.pageoverview .page-overview-item .item-link {
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.pageoverview::before {
  right: 0;
  -webkit-transform: translateX(100%) translateX(-2px);
  -ms-transform: translateX(100%) translateX(-2px);
  transform: translateX(100%) translateX(-2px);
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: -webkit-calc(((100vw - 100%) / 2) + 2px);
  width: calc(((100vw - 100%) / 2) + 2px);
  background-color: #f0f0f0;
}

.pageoverview::after {
  background-color: #f0f0f0;
  left: 0;
  -webkit-transform: translateX(-100%) translateX(2px);
  -ms-transform: translateX(-100%) translateX(2px);
  transform: translateX(-100%) translateX(2px);
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: -webkit-calc(((100vw - 100%) / 2) + 2px);
  width: calc(((100vw - 100%) / 2) + 2px);
}

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

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

.pagesection {
  margin-top: 104px;
  margin-bottom: 104px;
}

.pagesection-title,
.pagesection .blurb {
  color: #2e2925;
}

.pagesection-title {
  font-family: "SegoeUILight", Arial, sans-serif;
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 707px;
}

.pagesection-title.col-12 {
  -ms-flex-preferred-size: 707px;
  flex-basis: 707px;
}

.pagesection .blurb {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 60%;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 0;
}

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

.pagesection-placeholder > *:first-child {
  margin-top: 0;
}

.pagesection-placeholder > *:last-child {
  margin-bottom: 0;
}

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

.pagesection-richtext {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 707px;
  color: #333740;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 16px;
  line-height: 28px;
  padding: 0 15px;
}

.pagesection-richtext ul {
  margin-left: 40px;
}

.pagesection-richtext ul li {
  list-style: square;
  color: #333740;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.pagesection-richtext .universalrichtext-title {
  font-family: "SegoeUIRegular", Arial, sans-serif !important;
  color: #2e2925 !important;
  letter-spacing: 0 !important;
}

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

#back-to-top:hover {
  background: #0080b6;
}

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

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

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

.alert-warning {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #856404;
  background-color: #fff3cd;
}

.component.authorable-container > .pagesection {
  margin-top: 72px;
}

.pagesection-richtext a:link, .pagesection-richtext a:visited, .pagesection-richtext a:active {
  color: #00539E;
}

.pagesection-richtext a:hover {
  color: #37BAE3;
}

@media (max-width: 1024px) {
  .pagesection {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .pagesection-title {
    font-size: 32px;
    line-height: 42px;
    width: 100%;
  }
  .pagesection .blurb {
    font-size: 18px;
    line-height: 26px;
    max-width: 100%;
    width: 100%;
  }
  .pagesection-richtext {
    width: 100%;
  }
  .pagesection-richtext.producttitle h2 {
    font-size: 24px;
    line-height: 32px;
  }
}

.productcardlist {
  margin: 50px auto;
  max-width: 1440px;
}

.productcardlist [class*=" col-"]:not(h1):not(h2) {
  padding-left: 25px;
  padding-right: 25px;
}

.productcardlist .row {
  margin-top: -35px;
  margin-bottom: -35px;
}

.productcardlist .row > [class*="col-"] {
  display: block;
  padding: 0 15px;
}

.productcardlist .productcard {
  margin: 35px 0;
  width: 100%;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.1);
}

.productcardlist .productcard .productcardimage {
  background-color: #f0f0f0;
  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: 0;
}

.productcardlist .productcard .productcardimage img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.productcardlist .productcard a .productcardcontent h2,
.productcardlist .productcard a:visited .productcardcontent h2 {
  color: #2e2925;
}

.productcardlist .productcard a .productcardcontent .title,
.productcardlist .productcard a .productcardcontent .desc,
.productcardlist .productcard a:visited .productcardcontent .title,
.productcardlist .productcard a:visited .productcardcontent .desc {
  color: #000000;
}

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

.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 {
  margin-bottom: 6px;
}

.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: #000000;
}

.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: auto !important;
    -webkit-transition: none;
    transition: none;
  }
  .productcardlist .productcard .productcardcontent::after, .productcardlist .productcard .productcardcontent:hover::after {
    height: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none;
  }
}

.productcardlist .productcard .productcardcontent h2 {
  color: #2e2925;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 22px;
  line-height: 1.3;
}

.productcardlist .productcard .productcardcontent .desc span,
.productcardlist .productcard .productcardcontent .desc p {
  display: block;
  margin-bottom: 20px;
  font-family: "SegoeUILight", Arial, sans-serif;
}

.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;
}

.productcardlist .productcard .productcardcontent .desc *:last-child {
  margin-bottom: 0;
}

.productcardlist .productcard .productcardcontent::after {
  background: none !important;
}

.productcardlist .productcard .productcarddetails {
  padding: 15px 30px 0 30px;
  border-bottom: 25px solid #ffffff;
  border-top: 1px solid #dfe0de;
  min-height: 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-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.productcardlist .productcard .productcarddetails p {
  margin-bottom: 0;
}

.productcardlist .productcard .productcarddetails .title,
.productcardlist .productcard .productcarddetails span {
  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 span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "SegoeUIBold", Arial, sans-serif;
  font-size: 16px;
  color: #000000;
}

.productcardlist .productcard .productcarddetails ul li a,
.productcardlist .productcard .productcarddetails ul li a:visited {
  font-family: "SegoeUIBold", Arial, sans-serif;
  font-size: 16px;
  color: #000000;
}

.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 .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;
  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 {
  display: none;
}

@media (max-width: 1400px) and (any-hover: hover) {
  .productcardlist .productcard .productcardcontent {
    height: auto;
    -webkit-transition: none;
    transition: none;
  }
}

@media (max-width: 1024px) and (any-hover: hover) {
  .productcardlist .productcard .productcardcontent {
    height: 265px;
  }
}

@media (max-width: 1024px) {
  .productcardlist .productcard .productcarddetails {
    min-height: 140px;
  }
}

@media (max-width: 767px) {
  .productcardlist .productcard .productcardcontent {
    padding: 20px 30px;
    border-bottom: none;
  }
  .productcardlist .productcard .productcarddetails {
    padding: 15px 30px;
    border-bottom: none;
  }
}

.universalpromobar {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 104px;
  margin-bottom: 104px;
  padding: 24px;
}

.universalpromobar-img {
  margin-right: 54px;
  max-width: 240px;
}

.universalpromobar-title {
  font-family: "SegoeUILight", Arial, sans-serif;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 8px;
}

.universalpromobar-subtitle {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}

.universalpromobar-link {
  padding-right: 20px;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  padding-right: 24px;
  position: relative;
  display: inline-block;
  margin-top: 24px;
}

.universalpromobar-link, .universalpromobar-link::after {
  display: inline-block;
}

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

.universalpromobar-link, .universalpromobar-link:hover, .universalpromobar-link:focus, .universalpromobar-link:visited {
  color: #ffffff;
}

.universalpromobar-link:after {
  background: transparent url("../Images/Base/link_arrow_white.svg") no-repeat 100% 50%;
  margin-right: -24px;
  top: 3px;
  width: 24px;
}

@media (max-width: 1024px) {
  .universalpromobar-link {
    font-size: 16px;
  }
}

.universalpromobar-link, .universalpromobar-link:hover, .universalpromobar-link:focus, .universalpromobar-link:visited {
  color: #00539e;
}

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

.universalpromobar-link:after {
  background-image: url("../images/Base/tyco_link_arrow_blue.svg");
  position: relative;
  top: -1px;
}

.universalpromobar-link::before {
  display: none;
}

@media (max-width: 1190px) {
  .universalpromobar-img {
    margin-right: 42px;
  }
}

@media (max-width: 1024px) {
  .universalpromobar {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .universalpromobar-img {
    margin-right: 32px;
  }
  .universalpromobar-title {
    font-size: 28px;
    line-height: 38px;
  }
  .universalpromobar-subtitle {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .universalpromobar {
    display: block;
    padding: 42px 24px;
  }
  .universalpromobar-img {
    margin-bottom: 16px;
    margin-right: 0;
    max-width: 100%;
  }
}

.universalrichtext5x7 {
  margin-top: 48px;
  margin-bottom: 48px;
  padding-top: 32px;
  position: relative;
}

.universalrichtext5x7::before {
  border-top: 2px solid #c7c9c8;
  content: "";
  left: 24px;
  position: absolute;
  top: 0;
  width: -webkit-calc(100% - 48px);
  width: calc(100% - 48px);
  display: none;
}

.universalrichtext5x7-row:only-child .universalrichtext5x7-title {
  margin-bottom: 0;
}

.universalrichtext5x7-textcol {
  color: #2e2925;
}

.universalrichtext5x7-textcol:not(:only-child).col-sm-5 {
  padding-right: 44px;
}

.universalrichtext5x7-textcol:not(:only-child).col-sm-7 {
  padding-left: 44px;
}

.universalrichtext5x7-textcol:only-child {
  min-width: 100%;
}

.universalrichtext5x7-title {
  margin-bottom: 24px;
}

.universalrichtext5x7-title,
.universalrichtext5x7-title * {
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 18px;
  line-height: 31px;
}

.universalrichtext5x7-text p,
.universalrichtext5x7-text li {
  line-height: 24px;
}

.universalrichtext5x7-text p {
  font-size: 14px;
}

.universalrichtext5x7-text p:last-child {
  margin-bottom: 0;
}

.universalrichtext5x7-text ul {
  list-style: square;
  margin: 0;
  padding: 0 0 0 18px;
}

.universalrichtext5x7-text li {
  font-size: 16px;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
}

.universalrichtext5x7-text li:not(:last-of-type) {
  margin-bottom: 24px;
}

.universalrichtext-pullquote h3 {
  font-weight: 600;
  font-size: 1.25rem;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  margin-top: 0 !important;
}

@media (max-width: 1400px) {
  .universalrichtext5x7-textcol:not(:only-child).col-sm-5 {
    padding-right: 24px;
  }
  .universalrichtext5x7-textcol:not(:only-child).col-sm-7 {
    padding-left: 24px;
  }
}

@media (max-width: 767px) {
  .universalrichtext5x7-textcol:not(:only-child).col-sm-5 {
    padding-right: 24px;
  }
  .universalrichtext5x7-textcol:not(:only-child).col-sm-7 {
    padding-left: 24px;
  }
  .universalrichtext5x7-textcol + .universalrichtext5x7-textcol {
    margin-top: 24px;
  }
}

.universalheadersmall {
  background-color: #00539e;
  margin-bottom: 56px;
  padding: 64px 0;
}

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

.universalheadersmall-title {
  font-size: 56px;
  line-height: 56px;
}

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

.universalheadersmall-subtitle {
  font-size: 32px;
  line-height: 48px;
}

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

@media (max-width: 1024px) {
  .universalheadersmall {
    padding: 72px 0;
  }
  .universalheadersmall-title {
    font-size: 40px;
    line-height: 48px;
  }
  .universalheadersmall-subtitle {
    font-size: 18px;
    line-height: 34px;
  }
}

@media (max-width: 767px) {
  .universalheadersmall {
    margin-bottom: 24px;
  }
  .universalheadersmall-title {
    font-size: 32px;
    line-height: 40px;
  }
  .universalheadersmall-subtitle {
    font-size: 16px;
    line-height: 22px;
  }
}

.solutioncardlist {
  margin-bottom: 50px;
}

.solutioncardlist .solutioncard {
  margin: 0 0 35px 0;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.1);
}

.solutioncardlist .solutioncard .solutioncardimage {
  max-height: 270px;
  overflow: hidden;
}

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

.solutioncardlist .solutioncard a,
.solutioncardlist .solutioncard a:visited {
  color: #000000;
}

.solutioncardlist .solutioncard a .solutioncontent-name,
.solutioncardlist .solutioncard a:visited .solutioncontent-name {
  padding-right: 20px;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 22px;
  line-height: 1.4;
}

.solutioncardlist .solutioncard a .solutioncontent-name, .solutioncardlist .solutioncard a .solutioncontent-name::after,
.solutioncardlist .solutioncard a:visited .solutioncontent-name,
.solutioncardlist .solutioncard a:visited .solutioncontent-name::after {
  display: inline-block;
}

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

.solutioncardlist .solutioncard a:hover, .solutioncardlist .solutioncard a:focus, .solutioncardlist .solutioncard a:visited,
.solutioncardlist .solutioncard a:visited:hover,
.solutioncardlist .solutioncard a:visited:focus,
.solutioncardlist .solutioncard a:visited:visited {
  color: #000000;
  text-decoration: none;
}

.solutioncardlist .solutioncard a:hover .solutioncontent-name, .solutioncardlist .solutioncard a:focus .solutioncontent-name, .solutioncardlist .solutioncard a:visited .solutioncontent-name,
.solutioncardlist .solutioncard a:visited:hover .solutioncontent-name,
.solutioncardlist .solutioncard a:visited:focus .solutioncontent-name,
.solutioncardlist .solutioncard a:visited:visited .solutioncontent-name {
  text-decoration: none;
  position: relative;
  padding-bottom: 0;
  display: inline-block;
  margin-bottom: 6px;
}

.solutioncardlist .solutioncard a:hover .solutioncontent-name:hover, .solutioncardlist .solutioncard a:hover .solutioncontent-name:focus, .solutioncardlist .solutioncard a:focus .solutioncontent-name:hover, .solutioncardlist .solutioncard a:focus .solutioncontent-name:focus, .solutioncardlist .solutioncard a:visited .solutioncontent-name:hover, .solutioncardlist .solutioncard a:visited .solutioncontent-name:focus,
.solutioncardlist .solutioncard a:visited:hover .solutioncontent-name:hover,
.solutioncardlist .solutioncard a:visited:hover .solutioncontent-name:focus,
.solutioncardlist .solutioncard a:visited:focus .solutioncontent-name:hover,
.solutioncardlist .solutioncard a:visited:focus .solutioncontent-name:focus,
.solutioncardlist .solutioncard a:visited:visited .solutioncontent-name:hover,
.solutioncardlist .solutioncard a:visited:visited .solutioncontent-name:focus {
  text-decoration: underline;
}

.solutioncardlist .solutioncard a:hover .solutioncontent-name:before, .solutioncardlist .solutioncard a:focus .solutioncontent-name:before, .solutioncardlist .solutioncard a:visited .solutioncontent-name:before,
.solutioncardlist .solutioncard a:visited:hover .solutioncontent-name:before,
.solutioncardlist .solutioncard a:visited:focus .solutioncontent-name:before,
.solutioncardlist .solutioncard a:visited:visited .solutioncontent-name:before {
  content: none;
}

.solutioncardlist .solutioncard a:hover .solutioncontent-name:after, .solutioncardlist .solutioncard a:focus .solutioncontent-name:after, .solutioncardlist .solutioncard a:visited .solutioncontent-name:after,
.solutioncardlist .solutioncard a:visited:hover .solutioncontent-name:after,
.solutioncardlist .solutioncard a:visited:focus .solutioncontent-name:after,
.solutioncardlist .solutioncard a:visited:visited .solutioncontent-name:after {
  content: none;
  background: none;
}

.solutioncardlist .solutioncard a:hover .solutioncontent-name:hover, .solutioncardlist .solutioncard a:hover .solutioncontent-name:focus, .solutioncardlist .solutioncard a:focus .solutioncontent-name:hover, .solutioncardlist .solutioncard a:focus .solutioncontent-name:focus, .solutioncardlist .solutioncard a:visited .solutioncontent-name:hover, .solutioncardlist .solutioncard a:visited .solutioncontent-name:focus,
.solutioncardlist .solutioncard a:visited:hover .solutioncontent-name:hover,
.solutioncardlist .solutioncard a:visited:hover .solutioncontent-name:focus,
.solutioncardlist .solutioncard a:visited:focus .solutioncontent-name:hover,
.solutioncardlist .solutioncard a:visited:focus .solutioncontent-name:focus,
.solutioncardlist .solutioncard a:visited:visited .solutioncontent-name:hover,
.solutioncardlist .solutioncard a:visited:visited .solutioncontent-name:focus {
  color: #00539e;
}

.solutioncardlist .solutioncard a:hover .solutionwhitepaper .desc, .solutioncardlist .solutioncard a:focus .solutionwhitepaper .desc, .solutioncardlist .solutioncard a:visited .solutionwhitepaper .desc,
.solutioncardlist .solutioncard a:visited:hover .solutionwhitepaper .desc,
.solutioncardlist .solutioncard a:visited:focus .solutionwhitepaper .desc,
.solutioncardlist .solutioncard a:visited:visited .solutionwhitepaper .desc {
  text-decoration: underline;
}

.solutioncardlist .solutioncard .solutioncontent {
  padding: 20px 30px 0 30px;
  border-bottom: 35px solid #ffffff;
  background-color: #ffffff;
  height: 240px;
  overflow: hidden;
}

.solutioncardlist .solutioncard .solutioncontent-name {
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 22px;
  line-height: 1.4;
}

.solutioncardlist .solutioncard .solutioncontent .desc {
  display: block;
  margin-bottom: 15px;
}

.solutioncardlist .solutioncard .solutionwhitepaper {
  padding: 15px 30px 0 30px;
  border-bottom: 20px solid #ffffff;
  border-top: 1px solid #c7c9c8;
  background-color: #ffffff;
  height: 120px;
  overflow: hidden;
  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;
}

.solutioncardlist .solutioncard .solutionwhitepaper .title {
  display: block;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  color: #2e2925;
}

.solutioncardlist .solutioncard .solutionwhitepaper .desc {
  padding-right: 20px;
  display: block;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 10px;
  color: #2e2925;
}

.solutioncardlist .solutioncard .solutionwhitepaper .desc, .solutioncardlist .solutioncard .solutionwhitepaper .desc::after {
  display: inline-block;
}

.solutioncardlist .solutioncard .solutionwhitepaper .desc::after {
  content: "";
  height: 16px;
  margin-right: -16px;
  width: 16px;
  vertical-align: middle;
  background: transparent url("../images/Base/icon-caret.svg") no-repeat 100% 50%;
}

@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: 190px;
  }
}

@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 .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: "SegoeUIBold", Arial, sans-serif;
  color: #000000;
  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:after,
.tabcontrol .nav-tabs .nav-item a:visited.active:after {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#0074dc), to(#2cbcb1)) left bottom transparent no-repeat;
  background: -webkit-linear-gradient(left, #0074dc 0%, #2cbcb1 100%) left bottom transparent no-repeat;
  background: linear-gradient(to right, #0074dc 0%, #2cbcb1 100%) left bottom transparent no-repeat;
  background-size: 100% 4px;
  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: 50px 0;
}

.textlistrollup-title {
  font-size: 40px;
  line-height: 1.3;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  max-width: 60%;
  margin-bottom: 50px;
}

.textlistrollup a,
.textlistrollup a:visited {
  display: block;
  text-decoration: none;
  color: #000000;
}

.textlistrollup .textbox {
  background-color: #ffffff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.08);
  padding: 20px 25px;
  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;
  width: 100%;
  min-height: 140px;
  margin-bottom: 20px;
}

.textlistrollup .textbox .headline-wrap h3 {
  padding-right: 20px;
  font-size: 18px;
  font-family: "SegoeUIBold", Arial, sans-serif;
  line-height: 1.3;
  margin-bottom: 5px;
}

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

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

.textlistrollup .textbox p {
  text-decoration: none;
  font-family: "SegoeUILight", Arial, sans-serif;
  font-size: 14px;
}

@media (max-width: 1190px) {
  .textlistrollup a .textbox,
  .textlistrollup a:visited .textbox {
    min-height: 180px;
  }
  .textlistrollup .textbox {
    min-height: 180px;
  }
}

@media (max-width: 1024px) {
  .textlistrollup-title {
    font-size: 32px;
    max-width: 100%;
  }
  .textlistrollup a .textbox,
  .textlistrollup a:visited .textbox {
    min-height: 0;
  }
  .textlistrollup .textbox {
    min-height: 0;
  }
}

.universaltexttable {
  margin-top: 104px;
  margin-bottom: 104px;
}

.universaltexttable-title, .universaltexttable-item-title {
  color: #2e2925;
}

.universaltexttable-title {
  font-size: 16px;
  font-family: "SegoeUIBold", Arial, sans-serif;
  letter-spacing: 2px;
  line-height: 30px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.universaltexttable-item {
  border-top: 1px solid #c7c9c8;
  padding-top: 24px;
  padding-bottom: 42px;
}

.universaltexttable-item-title {
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 18px;
  line-height: 31px;
  margin-bottom: 16px;
}

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

.universaltexttable-item-col a:hover, .universaltexttable-item-col a:focus {
  text-decoration: none;
  color: #000000;
  background: -webkit-gradient(linear, left top, right top, from(#0074dc), to(#2cbcb1)) left bottom transparent no-repeat;
  background: -webkit-linear-gradient(left, #0074dc 0%, #2cbcb1 100%) left bottom transparent no-repeat;
  background: linear-gradient(to right, #0074dc 0%, #2cbcb1 100%) left bottom transparent no-repeat;
  background-size: 100% 3px;
  padding-bottom: 3px;
}

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

.universaltexttable-item-col p {
  font-size: 18px;
  font-family: "SegoeUILight", Arial, sans-serif;
}

.universaltexttable-item-col p .countup {
  color: #00539e;
  font-size: 64px;
  line-height: 1.5;
}

.universaltexttable-item-col p:last-child {
  margin-bottom: 0;
}

.universaltexttable-item-col ul {
  margin: 0;
  padding: 0 0 0 18px;
}

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

.universaltexttable-item-col li:not(:last-of-type) {
  margin-bottom: 24px;
}

@media (max-width: 1024px) {
  .universaltexttable {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .universaltexttable-item {
    padding-bottom: 0;
  }
  .universaltexttable-item-col + .universaltexttable-item-col,
  .universaltexttable-item + .universaltexttable-item {
    margin-top: 24px;
  }
}

.universalanchorbar-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
  z-index: 100;
}

.universalanchorbar-anchors, .universalanchorbar-anchors-listitem, .universalanchorbar-anchors-overflow-showmore, .universalanchorbar-button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.universalanchorbar-pagetitle-link, .universalanchorbar-anchors-listitem-link {
  text-decoration: none;
  position: relative;
  padding-bottom: 0;
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  margin-top: 11px;
  margin-bottom: 11px;
}

.universalanchorbar-pagetitle-link:hover, .universalanchorbar-pagetitle-link:focus, .universalanchorbar-anchors-listitem-link:hover, .universalanchorbar-anchors-listitem-link:focus {
  text-decoration: underline;
}

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

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

.universalanchorbar-pagetitle-link:hover, .universalanchorbar-pagetitle-link:focus, .universalanchorbar-anchors-listitem-link:hover, .universalanchorbar-anchors-listitem-link:focus {
  color: #00539e;
}

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

.universalanchorbar-pagetitle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

.universalanchorbar-pagetitle-link {
  color: #757575;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  margin-top: 11px;
  margin-bottom: 11px;
  font-weight: normal;
  padding-right: 0;
}

.universalanchorbar-pagetitle::after {
  background-color: #adafb2;
  content: "";
  height: 16px;
  margin-left: 24px;
  width: 1px;
}

.universalanchorbar-anchors {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
}

.universalanchorbar-anchors-nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 32px;
  padding-left: 24px;
}

.universalanchorbar-anchors-mobiletoggle {
  display: none;
}

.universalanchorbar-anchors-listitem {
  list-style: none;
  text-align: left;
}

.universalanchorbar-anchors-listitem-link, .universalanchorbar-anchors-listitem-link:visited {
  color: #2e2925;
}

.universalanchorbar-anchors-listitem-link {
  font-family: "SegoeUIBold", Arial, sans-serif;
  margin-right: 40px;
}

.universalanchorbar-anchors-overflow {
  position: relative;
}

.universalanchorbar-anchors-overflow-showmore {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: none;
}

.universalanchorbar-anchors-overflow-showmore.overflowButtonIsVisible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.universalanchorbar-anchors-overflow-showmore.overflowLinksAreVisible::after {
  top: 0px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.universalanchorbar-anchors-overflow-showmore, .universalanchorbar-anchors-overflow-showmore:focus {
  outline: 0;
}

.universalanchorbar-anchors-overflow-showmore::after {
  background-image: url("/images/Base/dropdown_arrow.svg");
  background-repeat: no-repeat;
  content: "";
  height: 8px;
  left: 8px;
  position: relative;
  top: 2px;
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  width: 11px;
}

.universalanchorbar-anchors-overflow-links {
  background: #ffffff;
  left: 0;
  margin-bottom: 0;
  padding: 8px 16px;
  position: absolute;
  top: -webkit-calc(100% + 32px);
  top: calc(100% + 32px);
  width: 250px;
  z-index: 1;
}

.universalanchorbar-anchors-overflow-links.showOverflowLinks {
  display: block;
}

.universalanchorbar-anchors-overflow-links, .universalanchorbar-anchors-overflow-links:empty {
  display: none;
}

.universalanchorbar-anchors-overflow-links .universalanchorbar-anchors-listitem:not(:first-child) {
  margin-top: 16px;
}

.universalanchorbar-anchors-overflow-links .universalanchorbar-anchors-listitem-link {
  line-height: 18px;
  margin-right: 0;
}

.universalanchorbar-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: none;
  line-height: 30px;
  margin-left: auto;
  padding: 8px 32px;
}

.universalanchorbar-button, .universalanchorbar-button:hover, .universalanchorbar-button:visited, .universalanchorbar-button:focus {
  color: #ffffff;
  text-decoration: none;
}

.universalanchorbar-button:hover {
  background-color: #1964a7;
}

.universalanchorbar-button:after {
  content: none;
}

.universalanchorbar-button, .universalanchorbar-button:visited, .universalanchorbar-button:hover {
  color: #ffffff;
}

.anchorBarIsFixed .universalanchorbar-container {
  left: 50%;
  position: fixed;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
}

.anchorBarIsFixed .universalanchorbar-anchors-overflow-links {
  box-shadow: 0px 6px 14px -1px rgba(0, 0, 0, 0.08);
}

.anchorBarIsFixed .universalanchorbar::after {
  background: #ffffff;
  box-shadow: 0 5px 14px 0 rgba(0, 0, 0, 0.08);
  content: "";
  height: inherit;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

.universalanchorbar-anchored-link {
  display: block;
}

@media (max-width: 767px) {
  .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: auto;
  }
  .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: 0;
  }
  .universalanchorbar-anchors {
    display: block;
    max-width: 100%;
  }
  .universalanchorbar-anchors-mobiletoggle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #2e2925;
    background-color: #ffffff;
    border: 0;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "SegoeUIBold", Arial, sans-serif;
    padding: 0;
  }
  .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: 11px;
  }
  .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;
  }
}

.universalfooter {
  margin-top: 0;
  padding-top: 0;
  background: transparent !important;
}

.universalfooter + .universalfooter .cols-wrap {
  border-top: 1px solid #c7c9c8;
  padding-bottom: 0;
}

.universalfooter .cols-wrap {
  padding: 66px 0 20px 0;
}

.universalfooter .cols-wrap .col-md-6 .social {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.universalfooter .cols-wrap .col-md-6 .social .title {
  display: none;
}

.universalfooter .cols-wrap .col-md-6 + .col-md-3 {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  padding: 0;
}

.universalfooter .footer-quick-link {
  line-height: 1;
}

.universalfooter .title {
  font-size: 14px;
  line-height: 14px;
  text-transform: none;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  margin-top: 0;
  margin-bottom: 7px;
}

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

.universalfooter .link-list ul li a {
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  line-height: 19px;
}

.universalfooter .link-list ul li a, .universalfooter .link-list ul li a:visited, .universalfooter .link-list ul li a:hover, .universalfooter .link-list ul li a:focus {
  color: #00539e;
}

.universalfooter .cta-link {
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  line-height: 19px;
}

.universalfooter .cta-link, .universalfooter .cta-link:visited, .universalfooter .cta-link:hover, .universalfooter .cta-link:focus {
  color: #00539e;
}

.universalfooter .contact .text,
.universalfooter .contact .tel {
  color: #2e2925;
}

.universalfooter .contact .text {
  font-family: "SegoeUIRegular", Arial, sans-serif;
  line-height: 19px;
  margin-bottom: 7px;
}

.universalfooter .contact .tel {
  font-size: 18px;
  line-height: 23px;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.universalfooter .contact .cta {
  cursor: pointer;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.23px;
  text-transform: none;
  padding: 16px 40px;
  -webkit-appearance: none;
  background-color: #ffffff;
  box-shadow: inset 0 0 0 2px #00539e;
  color: #00539e;
  -webkit-transition: color 0.25s 0.08333s;
  transition: color 0.25s 0.08333s;
  position: relative;
  margin: 13px 0 20px 0;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

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

@media (max-width: 767px) {
  .universalfooter .contact .cta {
    padding: 16px;
  }
}

.universalfooter .contact .cta::before, .universalfooter .contact .cta::after {
  background: none;
  border: 0 solid transparent;
  box-sizing: border-box;
  content: "";
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
}

.universalfooter .contact .cta::before {
  border-top-width: 2px;
  border-right-width: 2px;
}

.universalfooter .contact .cta::after {
  border-bottom-width: 2px;
  border-left-width: 2px;
}

.universalfooter .contact .cta:hover {
  background-color: #f0f0f0;
}

.universalfooter .contact .cta:hover:before, .universalfooter .contact .cta:hover:after {
  border-color: #2cbcb1;
  -webkit-transition: border-color 0s, width 0.25s, height 0.25s;
  transition: border-color 0s, width 0.25s, height 0.25s;
  width: 100%;
  height: 100%;
}

.universalfooter .contact .cta:hover:before {
  -webkit-transition-delay: 0s, 0s, 0.25s;
  transition-delay: 0s, 0s, 0.25s;
}

.universalfooter .contact .cta:hover:after {
  -webkit-transition-delay: 0s, 0.25s, 0s;
  transition-delay: 0s, 0.25s, 0s;
}

.universalfooter .contact .cta:hover, .universalfooter .contact .cta:focus {
  -webkit-transition: all 0.25s 0.08333s;
  transition: all 0.25s 0.08333s;
}

.universalfooter .contact .cta, .universalfooter .contact .cta:hover, .universalfooter .contact .cta:focus, .universalfooter .contact .cta:visited {
  color: #00539e;
}

@media (any-hover: none) {
  .universalfooter .contact .cta::before, .universalfooter .contact .cta::after {
    content: none;
  }
}

.universalfooter .social {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0;
}

.universalfooter .social ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.universalfooter .social ul li {
  margin-right: 28px;
}

.universalfooter .social ul li:last-child {
  margin-right: 0;
}

.universalfooter .social ul li a img,
.universalfooter .social ul li a:visited img {
  width: 20px;
}

.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 .footer-nav img {
  height: 100%;
}

.universalfooter .footer-basement {
  background-color: #ffffff;
  padding: 8px 0;
}

.universalfooter .footer-basement li a,
.universalfooter .footer-basement li a:visited,
.universalfooter .footer-basement .content-wrap .legal {
  font-family: "SegoeUIRegular", Arial, sans-serif;
}

.universalfooter .footer-basement .container {
  padding: 0;
}

.universalfooter .footer-basement .container .content-wrap .links li {
  font-size: 12px;
  line-height: 16px;
  color: #333740;
}

.universalfooter .cols-wrap .col-md-3 {
  max-width: 25%;
  -ms-flex-preferred-size: 24.5% !important;
  flex-basis: 24.5% !important;
}

.universalfooter .cols-wrap .col-md-3 .social {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.universalfooter .cols-wrap .col-md-3 .contact {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 1024px) {
  .universalfooter {
    border: 0;
  }
  .universalfooter + .universalfooter .cols-wrap {
    border-color: #adafb2;
  }
  .universalfooter .cols-wrap {
    padding: 32px 0 8px 0;
  }
  .universalfooter .cols-wrap .row .col-md-6 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .universalfooter .cols-wrap .row .col-md-6 .social {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .universalfooter + .universalfooter .cols-wrap {
    padding-top: 0;
    padding-bottom: 32px;
  }
  .universalfooter .social {
    margin-bottom: 32px;
    padding-bottom: 12px;
  }
  .universalfooter .footer-quick-link {
    margin-bottom: 24px;
  }
  .universalfooter .footer-nav {
    padding-top: 32px;
  }
  .universalfooter .footer-basement {
    margin-top: 0;
  }
  .universalfooter .cols-wrap .col-md-3 {
    max-width: 100%;
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
  }
  .universalfooter .cols-wrap .col-md-3 .social {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .universalfooter .cols-wrap .col-md-3 .social:last-child {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 15px;
  }
  .universalfooter .cols-wrap .col-md-3 .contact {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

body.no-scroll {
  overflow: hidden;
  position: initial;
}

header.headroom {
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

header.fixed {
  position: fixed;
  top: 0;
}

header.headroom--pinned {
  top: 0;
}

header.headroom--unpinned {
  top: -145px;
}

header.universalheader .desktop {
  box-shadow: 0 5px 14px 0 rgba(46, 41, 37, 0.08) !important;
  background: #ffffff;
  box-shadow: none;
}

header.universalheader .desktop .nav-bar {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-height: 80px;
}

header.universalheader .desktop .nav-bar .logo img {
  width: 150px;
  height: auto;
}

header.universalheader .desktop .nav-bar > .nav {
  margin-left: 72px;
}

header.universalheader .desktop .nav-bar > .nav > li {
  letter-spacing: 1px;
  color: #2e2925;
  margin: 0 5px;
  padding: 0 10px;
  line-height: 17px;
  text-transform: uppercase;
  font-family: "SegoeUIRegular", Arial, sans-serif;
}

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;
  color: #00539e;
  border-bottom: solid 1px #00539e;
  cursor: pointer;
}

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:after {
  content: none;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .nav-item-text {
  text-transform: none;
  letter-spacing: normal;
  font-size: 16px;
  height: auto;
  border-bottom: solid 1px transparent;
}

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;
  height: 24px;
  display: inline-block;
  width: 6px;
  top: 1px;
}

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 0 40px -9px rgba(46, 41, 37, 0.08);
  padding: 24px 0 40px 0;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .dropdown-title {
  line-height: 21px;
  font-weight: bold;
  color: #2e2925;
  margin-bottom: 8px;
  text-transform: none;
  font-family: "SegoeUIRegular", Arial, sans-serif;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout a:hover {
  text-decoration: none;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .row {
  border-top: none;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .row:last-of-type {
  padding: 0;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .row:last-of-type .col-md-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .row > div {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .container .row .dropdown-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 0;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .container .row .dropdown-list.one-column {
  -webkit-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 0;
  column-gap: 0;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .container .row .dropdown-list.two-column {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 50px;
  column-gap: 50px;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .container .row .dropdown-list.three-column {
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 50px;
  column-gap: 50px;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .container .row .dropdown-list li {
  margin: 0;
  font: normal 14px "SegoeUIRegular", Arial, sans-serif;
  line-height: 19px;
  text-decoration: none;
  padding: 8px 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: #00539e;
  text-transform: none;
  font-size: 14px;
}

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: #00539e;
  width: 100%;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .container .row .dropdown-list li a:before {
  bottom: -3px;
  border-bottom: 1px solid;
  content: "";
  left: 0;
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
  width: 0;
  position: absolute;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .promo-callout img {
  width: 335px;
  margin-bottom: 15px;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .promo-callout h3 {
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 20px;
  color: #2e2925;
  text-transform: none;
  letter-spacing: 0;
  width: 80%;
  margin-bottom: 20px;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .promo-callout .cta {
  text-decoration: none;
  position: relative;
  padding-bottom: 0;
  display: inline;
  font-size: 14px;
  font-family: "SegoeUIBold", Arial, sans-serif;
  text-transform: none;
  letter-spacing: 0;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .promo-callout .cta:hover, header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .promo-callout .cta:focus {
  text-decoration: underline;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .promo-callout .cta:before {
  content: none;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .promo-callout .cta:after {
  content: none;
  background: none;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .promo-callout .cta, header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .promo-callout .cta:visited {
  color: #0074dc;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .promo-callout .cta:hover, header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .promo-callout .cta:focus {
  color: #0074dc;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .promo-callout .cta:before {
  border-bottom-color: #0074dc;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .contact {
  margin-bottom: 50px;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .contact .text,
header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .contact .tel {
  display: block;
  color: #000000;
  margin-bottom: 5px;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 1.5;
  text-transform: none;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .contact .tel {
  font-family: "SegoeUIBold", Arial, sans-serif;
  font-size: 16px;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .contact .cta {
  background: #00539e;
  cursor: pointer;
  display: inline-block;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 16px;
  padding: 17px 28px 15px;
  text-transform: none;
  margin: 10px 0;
}

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: #ffffff;
  text-decoration: none;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .contact .cta:hover {
  background-color: #1964a7;
}

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: #000000;
  margin-bottom: 5px;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 1.5;
  text-transform: none;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .social ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .social ul li {
  margin-right: 40px;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .social ul li a:hover, header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .social ul li a:focus,
header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .social ul li a:visited:hover,
header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .social ul li a:visited:focus {
  opacity: 0.75;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .find-a-location {
  margin-bottom: 50px;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .find-a-location label {
  display: block;
  color: #000000;
  margin-bottom: 5px;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  letter-spacing: 0;
  font-size: 18px;
  line-height: 1.5;
  text-transform: none;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .find-a-location .field-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .find-a-location .field-wrap input {
  padding-right: 50px;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .find-a-location .field-wrap .search {
  border: none;
  outline: none;
  background-color: transparent;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .heading {
  display: block;
  color: #000000;
  margin-bottom: 5px;
  font-family: "SegoeUIBold", Arial, sans-serif;
  letter-spacing: 0;
  font-size: 18px;
  line-height: 1.5;
  text-transform: none;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .text-link-2 {
  color: #00539e;
  font: normal 20px "SegoeUISemiBold", Arial, sans-serif;
  text-decoration: none;
  letter-spacing: 0;
  text-transform: none;
  letter-spacing: -0.13px;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .text-link-2:hover:before {
  border-bottom-color: #00539e;
  width: 100%;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .text-link-2:before {
  bottom: -3px;
  border-bottom: 1px solid;
  content: "";
  left: 0;
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
  width: 0;
  position: absolute;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .text-link-2:after {
  content: url("../Images/Base/icon-caret-darkblue.svg");
  margin-left: 10px;
}

header.universalheader .desktop .nav-bar > .nav > li a {
  text-transform: none;
  letter-spacing: 0.2px;
  font-size: 16px;
  height: auto;
}

header.universalheader .desktop .nav-bar .search {
  margin-left: auto;
}

header.universalheader .desktop .nav-bar .how-to-buy {
  cursor: pointer;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.23px;
  text-transform: none;
  padding: 16px 40px;
  -webkit-appearance: none;
  background-color: #ffffff;
  box-shadow: inset 0 0 0 2px #00539e;
  color: #00539e;
  -webkit-transition: color 0.25s 0.08333s;
  transition: color 0.25s 0.08333s;
  position: relative;
  display: block;
  line-height: 16px;
  margin: 16px 0 16px 30px;
  text-align: center;
  padding: 16px 45px;
}

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 {
  text-decoration: none;
}

@media (max-width: 767px) {
  header.universalheader .desktop .nav-bar .how-to-buy {
    padding: 16px;
  }
}

header.universalheader .desktop .nav-bar .how-to-buy::before, header.universalheader .desktop .nav-bar .how-to-buy::after {
  background: none;
  border: 0 solid transparent;
  box-sizing: border-box;
  content: "";
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
}

header.universalheader .desktop .nav-bar .how-to-buy::before {
  border-top-width: 2px;
  border-right-width: 2px;
}

header.universalheader .desktop .nav-bar .how-to-buy::after {
  border-bottom-width: 2px;
  border-left-width: 2px;
}

header.universalheader .desktop .nav-bar .how-to-buy:hover {
  background-color: #f0f0f0;
}

header.universalheader .desktop .nav-bar .how-to-buy:hover:before, header.universalheader .desktop .nav-bar .how-to-buy:hover:after {
  border-color: #2cbcb1;
  -webkit-transition: border-color 0s, width 0.25s, height 0.25s;
  transition: border-color 0s, width 0.25s, height 0.25s;
  width: 100%;
  height: 100%;
}

header.universalheader .desktop .nav-bar .how-to-buy:hover:before {
  -webkit-transition-delay: 0s, 0s, 0.25s;
  transition-delay: 0s, 0s, 0.25s;
}

header.universalheader .desktop .nav-bar .how-to-buy:hover:after {
  -webkit-transition-delay: 0s, 0.25s, 0s;
  transition-delay: 0s, 0.25s, 0s;
}

header.universalheader .desktop .nav-bar .how-to-buy:hover, header.universalheader .desktop .nav-bar .how-to-buy:focus {
  -webkit-transition: all 0.25s 0.08333s;
  transition: all 0.25s 0.08333s;
}

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:focus, header.universalheader .desktop .nav-bar .how-to-buy:visited {
  color: #00539e;
}

@media (any-hover: none) {
  header.universalheader .desktop .nav-bar .how-to-buy::before, header.universalheader .desktop .nav-bar .how-to-buy::after {
    content: none;
  }
}

header.universalheader .desktop .nav-bar .how-to-buy:hover {
  background: #f0f0f0;
  color: #00539e !important;
}

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-size: 13px;
  color: #5f6369;
  position: relative;
  top: 2px;
  text-transform: none;
  z-index: 3;
}

header.universalheader .desktop .utilitybrandbar .utilitybrandbar-wrap .utility-wrap .utilitybrandbar__links li {
  color: #5f6369;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  margin: 0 16px;
  position: relative;
}

header.universalheader .desktop .utilitybrandbar .utilitybrandbar-wrap .utility-wrap .utilitybrandbar__links li a {
  color: #5f6369;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  padding: 0;
  letter-spacing: 0;
  text-transform: none;
}

header.universalheader .desktop .utilitybrandbar .utilitybrandbar-wrap .utility-wrap .utilitybrandbar__links li a:hover {
  color: inherit;
  text-decoration: underline;
}

header.universalheader .desktop .utilitybrandbar .utilitybrandbar-wrap .utility-wrap .utilitybrandbar__links li:after {
  content: "|";
  color: #adafb2;
  /*New*/
  position: absolute;
  right: -20px;
}

header.universalheader .desktop .utilitybrandbar .utilitybrandbar-wrap .utility-wrap .utilitybrandbar__links:last-child:after {
  content: "";
  /*New*/
}

header.universalheader .search-button {
  background: none;
  border: 0;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  will-change: contents;
}

header.universalheader .search-button img {
  display: block;
}

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);
}

header .utilitybrandbar__links:after {
  display: none;
}

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 .col-12 {
  padding: 0;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .dropdown-list li a,
header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .dropdown-list li a:visited {
  padding-right: 0;
}

header.universalheader .desktop .nav-bar > .nav > li.has-dropdown .dropdown .dropdown-layout .container .row .dropdown-list li a {
  font-size: 14px;
  letter-spacing: normal;
}

.universalheadersearchoverlay-container {
  padding: 28px 0 0;
  min-height: 165px;
}

.universalheader .desktop .nav-bar .nav li .dropdown .dropdown-layout .col-md-2.mainmenu-title {
  display: none;
}

.universalheader .desktop .nav-bar .nav li .dropdown .dropdown-layout .col-md-4 .dropdown-title {
  cursor: default;
  pointer-events: none;
}

.universalheader .desktop .nav-bar .nav li .dropdown .dropdown-layout .col-md-4 .dropdown-title.add-arrow::after {
  display: none;
}

.utilitybrandbar__countryselectheader {
  position: relative;
}

.utilitybrandbar__countryselectheader .utilitybrandbar__closebtn {
  border: none;
  background-color: transparent;
  position: absolute;
  right: 50px;
  top: -40px;
}

.utilitybrandbar__countryselectheader .utilitybrandbar__closebtn img {
  width: 14px;
  height: 14px;
}

header.universalheader .desktop .utilitybrandbar + .container .nav-bar > .nav > li.has-dropdown .dropdown {
  top: 143px;
}

@media (max-width: 1400px) {
  header.universalheader .desktop .nav-bar .search {
    margin-left: auto;
  }
}

@media (max-width: 1190px) {
  header.universalheader .desktop .nav-bar .nav {
    margin-left: 30px;
  }
  header.universalheader .desktop .nav-bar .search {
    margin-left: auto;
  }
}

@media (max-width: 1024px) {
  body.no-scroll {
    overflow-y: scroll;
    position: relative;
  }
  header.universalheader .mobile .container {
    padding: 0 24px;
  }
  header.universalheader .mobile .nav-bar .logo {
    position: relative;
    bottom: 3px;
  }
  header.universalheader .mobile .nav-bar .logo img {
    width: 120px;
    height: auto;
  }
  header.universalheader .mobile .nav-bar .how-to-buy {
    cursor: pointer;
    font-family: "SegoeUISemiBold", Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 0.23px;
    text-transform: none;
    padding: 16px 40px;
    -webkit-appearance: none;
    background-color: #ffffff;
    box-shadow: inset 0 0 0 2px #00539e;
    color: #00539e;
    -webkit-transition: color 0.25s 0.08333s;
    transition: color 0.25s 0.08333s;
    position: relative;
    display: block;
    line-height: 16px;
    margin: 10px 0 10px 10px;
    text-align: center;
    padding: 12px 10px !important;
    font-size: 14px;
  }
  header.universalheader .mobile .nav-bar .how-to-buy, header.universalheader .mobile .nav-bar .how-to-buy:hover, header.universalheader .mobile .nav-bar .how-to-buy:visited, header.universalheader .mobile .nav-bar .how-to-buy:focus {
    text-decoration: none;
  }
}

@media (max-width: 1024px) and (max-width: 767px) {
  header.universalheader .mobile .nav-bar .how-to-buy {
    padding: 16px;
  }
}

@media (max-width: 1024px) {
  header.universalheader .mobile .nav-bar .how-to-buy::before, header.universalheader .mobile .nav-bar .how-to-buy::after {
    background: none;
    border: 0 solid transparent;
    box-sizing: border-box;
    content: "";
    pointer-events: none;
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
  }
  header.universalheader .mobile .nav-bar .how-to-buy::before {
    border-top-width: 2px;
    border-right-width: 2px;
  }
  header.universalheader .mobile .nav-bar .how-to-buy::after {
    border-bottom-width: 2px;
    border-left-width: 2px;
  }
  header.universalheader .mobile .nav-bar .how-to-buy:hover {
    background-color: #f0f0f0;
  }
  header.universalheader .mobile .nav-bar .how-to-buy:hover:before, header.universalheader .mobile .nav-bar .how-to-buy:hover:after {
    border-color: #2cbcb1;
    -webkit-transition: border-color 0s, width 0.25s, height 0.25s;
    transition: border-color 0s, width 0.25s, height 0.25s;
    width: 100%;
    height: 100%;
  }
  header.universalheader .mobile .nav-bar .how-to-buy:hover:before {
    -webkit-transition-delay: 0s, 0s, 0.25s;
    transition-delay: 0s, 0s, 0.25s;
  }
  header.universalheader .mobile .nav-bar .how-to-buy:hover:after {
    -webkit-transition-delay: 0s, 0.25s, 0s;
    transition-delay: 0s, 0.25s, 0s;
  }
  header.universalheader .mobile .nav-bar .how-to-buy:hover, header.universalheader .mobile .nav-bar .how-to-buy:focus {
    -webkit-transition: all 0.25s 0.08333s;
    transition: all 0.25s 0.08333s;
  }
  header.universalheader .mobile .nav-bar .how-to-buy, header.universalheader .mobile .nav-bar .how-to-buy:hover, header.universalheader .mobile .nav-bar .how-to-buy:focus, header.universalheader .mobile .nav-bar .how-to-buy:visited {
    color: #00539e;
  }
}

@media (max-width: 1024px) and (any-hover: none) {
  header.universalheader .mobile .nav-bar .how-to-buy::before, header.universalheader .mobile .nav-bar .how-to-buy::after {
    content: none;
  }
}

@media (max-width: 1024px) {
  header.universalheader .mobile .nav-bar .how-to-buy:hover {
    background: #f0f0f0;
    color: #00539e !important;
  }
  .overlay {
    scroll-behavior: smooth;
  }
  .overlay .overlay-content {
    padding: 0 25px;
  }
  .overlay .overlay-content nav {
    display: block;
    margin: 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: 15px 0;
  }
  .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: 15px 0;
    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 16px "SegoeUIRegular", Arial, sans-serif;
    letter-spacing: 0.2px;
    text-transform: none;
  }
  .overlay .overlay-content nav ul li a,
  .overlay .overlay-content nav ul li button {
    color: #2e2925;
    display: inline-block;
    border: none;
    background-color: transparent;
    padding: 0;
  }
  .overlay .overlay-content nav ul li a:hover,
  .overlay .overlay-content nav ul li button:hover {
    text-decoration: none;
    color: #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("../Images/Base/icon-caret.svg");
    display: inline-block;
    margin-left: 5px;
  }
  .overlay .overlay-content nav ul li.has-dropdown .dropdown {
    display: block;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 6;
    top: 0;
    left: 1024px;
    padding: 0;
    background: #ffffff;
    overflow-y: scroll;
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .mobile-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: none;
    height: auto;
    padding: 5px 25px;
    border-bottom: 1px solid #c0c0c0;
  }
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .mobile-header .closeSubNav {
    display: block;
    cursor: pointer;
    padding: 0;
    font: normal 16px "SegoeUISemiBold", Arial, sans-serif;
    color: #2e2925;
    letter-spacing: normal;
    text-transform: uppercase;
  }
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .mobile-header .closeSubNav:before {
    content: url("../Images/Base/icon-caret.svg");
    display: inline-block;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    font: normal 11px "SegoeUILight", Arial, sans-serif;
    margin-right: 5px;
  }
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .mobile-header .closeNav {
    background-color: transparent;
    border: none;
    margin-left: auto;
  }
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .mobile-header .closeNav .close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px 0;
  }
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .mobile-header .closeNav .close img {
    width: 20px;
  }
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .dropdown-layout {
    width: 100%;
    right: 0;
    background-color: #ffffff;
    padding: 0 25px;
  }
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .dropdown-layout .container {
    padding: 0;
  }
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .dropdown-layout .container .promo-callout {
    display: none;
  }
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .dropdown-layout .row {
    border-top: none;
    padding-top: 20px;
  }
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .dropdown-layout .row:first-child {
    border-top: none;
  }
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .dropdown-layout .row:last-child {
    margin-bottom: 50px;
  }
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .dropdown-layout .dropdown-title {
    display: block;
    color: #2e2925;
    font: normal 18px "SegoeUISemiBold", Arial, sans-serif;
    line-height: 24px;
    margin: 0;
    padding: 15px 0;
    letter-spacing: -0.12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .dropdown-layout .show-arrow .dropdown-title:after {
    content: url(../Images/Base/icon-caret.svg);
  }
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .dropdown-layout ul {
    font-family: "SegoeUIRegular", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: 40px;
    display: block;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 6;
    top: 0;
    left: 1024px;
    padding: 0 25px;
    background: #ffffff;
    overflow-y: scroll;
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .dropdown-layout ul li {
    padding: 15px 0;
    color: #00539e;
  }
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .dropdown-layout ul li button,
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .dropdown-layout ul li a,
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .dropdown-layout ul li a:visited {
    color: #00539e;
  }
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .dropdown-layout ul li:after {
    content: url("../Images/Base/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: relative;
    left: 0;
    padding-left: 0;
    margin-bottom: 40px;
  }
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .dropdown-layout ul.dropdown-list li a {
    color: #00539e;
    line-height: 24px;
    font: normal 16px "SegoeUIRegular", Arial, sans-serif;
    letter-spacing: normal;
  }
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .dropdown-layout ul.sub-menu {
    left: 0;
    top: 90px;
  }
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .dropdown-layout .contact {
    margin-bottom: 50px;
  }
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .dropdown-layout .contact .text,
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .dropdown-layout .contact .tel {
    display: block;
    color: #000000;
    margin-bottom: 5px;
    font-family: "SegoeUIRegular", Arial, sans-serif;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 1.5;
    text-transform: none;
  }
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .dropdown-layout .contact .tel {
    font-family: "SegoeUIBold", Arial, sans-serif;
    font-size: 16px;
  }
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .dropdown-layout .contact .cta {
    background: #00539e;
    cursor: pointer;
    display: inline-block;
    font-family: "SegoeUISemiBold", Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 16px;
    padding: 17px 28px 15px;
    text-transform: none;
    margin: 10px 0;
  }
  .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: #ffffff;
    text-decoration: none;
  }
  .overlay .overlay-content nav ul li.has-dropdown .dropdown .dropdown-layout .contact .cta:hover {
    background-color: #1964a7;
  }
  .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 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 0;
    height: auto;
  }
  .overlay .overlay-content nav .overlay-header .closeNav .close img {
    width: 20px;
    font-family: "SegoeUILight", Arial, sans-serif;
  }
  .overlay .overlay-content .mainmenu-title > span {
    font: normal 16px "SegoeUIBold", Arial, sans-serif;
    color: #878a8f;
    letter-spacing: 2px;
    padding: 5px 0;
    display: inline-block;
  }
  .overlay .overlay-content .utilitybrandbar {
    display: block;
  }
  .overlay .overlay-content .utilitybrandbar .utilitybrandbar-wrap .utility-wrap,
  .overlay .overlay-content .utilitybrandbar .utilitybrandbar-wrap .brand-wrap {
    border: none;
    border-top: 1px solid #c0c0c0;
    padding: 0;
  }
  .overlay .overlay-content .utilitybrandbar .utilitybrandbar-wrap .utility-wrap {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    /*New*/
  }
  .overlay .overlay-content .utilitybrandbar .utilitybrandbar-wrap .utility-wrap .utilitybrandbar__links {
    padding: 15px 25px 0 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: block;
    border-bottom: none;
  }
  .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:last-child {
    margin-bottom: 0;
  }
  .overlay .overlay-content .utilitybrandbar .utilitybrandbar-wrap .utility-wrap .utilitybrandbar__links li a {
    color: #5f6369 !important;
    /*New*/
    font-family: "SegoeUIRegular", Arial, sans-serif;
    font-size: 13px;
    text-transform: none;
  }
  .overlay .overlay-content .utilitybrandbar .utilitybrandbar-wrap .accordionItem {
    padding: 20px 25px;
  }
  .overlay .overlay-content .utilitybrandbar .utilitybrandbar-wrap .accordionItem .accordionItemHeading {
    color: #2e2925;
  }
  .overlay .overlay-content .mobile-navlinks {
    padding-left: 0;
    margin-top: 20px;
  }
  .overlay .overlay-content .mobile-navlinks .utilitybrandbar__links li {
    margin-bottom: 24px;
    padding-top: 0;
  }
  .overlay .overlay-content .mobile_countryselector {
    border-bottom: 1px solid #c7c9c8;
  }
  .overlay .overlay-content .mobile_countryselector .accordionItemHeading.utility.has-dropdown {
    padding-left: 0;
  }
  .commercial .overlay .overlay-content nav ul li span.nav-item-text:before,
  .residential .overlay .overlay-content nav ul li span.nav-item-text:before {
    content: none;
  }
  .commercial .overlay .overlay-content .utilitybrandbar .utilitybrandbar-wrap .utility-wrap .utilitybrandbar__links,
  .residential .overlay .overlay-content .utilitybrandbar .utilitybrandbar-wrap .utility-wrap .utilitybrandbar__links {
    display: block;
  }
  .commercial .utilitybrandbar .utilitybrandbar-wrap .utility-wrap .utilitybrandbar__links li:last-of-type {
    display: none;
  }
  .residential .utilitybrandbar .utilitybrandbar-wrap .utility-wrap .utilitybrandbar__links li:first-of-type {
    display: none;
  }
  span.dropdown-title.add-arrow:after {
    content: url(../Images/Base/icon-caret.svg);
    display: inline-block;
    margin-left: 5px;
  }
  .overlay .nav li .dropdown .dropdown-layout .col-md-2.mainmenu-title {
    display: none;
  }
  .overlay .nav li .dropdown .dropdown-layout .col-md-4 .dropdown-title {
    cursor: default;
    pointer-events: none;
  }
  .overlay .nav li .dropdown .dropdown-layout .col-md-4 .dropdown-title.add-arrow::after {
    display: none;
  }
  .utilitybrandbar__countryselectheader .utilitybrandbar__closebtn {
    display: none;
  }
  .country-search-showall-modal-close {
    background-color: transparent;
    background-image: url(../Images/Base/icon-close.svg);
  }
}

.universal-headerlarge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.universal-headerlarge::before {
  background: -webkit-linear-gradient(165.58deg, rgba(0, 0, 0, 0) 0%, rgba(28, 24, 22, 0.25) 18.8%, #72635b 100%);
  background: linear-gradient(284.42deg, rgba(0, 0, 0, 0) 0%, rgba(28, 24, 22, 0.25) 18.8%, #72635b 100%);
  content: "";
  height: 100%;
  opacity: 0.5;
  position: absolute;
  width: 100%;
}

.universal-headerlarge-container {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 520px;
  padding-top: 88px;
  padding-bottom: 88px;
  z-index: 1;
}

.universal-headerlarge-heading {
  font-size: 56px;
  line-height: 70px;
  margin: 0;
  max-width: 712px;
}

.universal-headerlarge-heading:not(:last-child) {
  margin-bottom: 10px;
}

.universal-headerlarge .desc {
  display: block;
  font-size: 32px;
  line-height: 1.3;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  margin-bottom: 0;
  color: #ffffff;
  max-width: 40%;
}

.universal-headerlarge-button {
  cursor: pointer;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.23px;
  text-transform: none;
  padding: 16px 40px;
  -webkit-appearance: none;
  background-color: #ffffff;
  box-shadow: inset 0 0 0 2px #00539e;
  color: #00539e;
  -webkit-transition: color 0.25s 0.08333s;
  transition: color 0.25s 0.08333s;
  position: relative;
  display: inline-block;
  line-height: 16px;
  margin: 16px 0 16px 0x;
  text-align: center;
  padding: 16px 45px;
  background-color: #00539e;
  color: #ffffff !important;
}

.universal-headerlarge-button, .universal-headerlarge-button:hover, .universal-headerlarge-button:visited, .universal-headerlarge-button:focus {
  text-decoration: none;
}

@media (max-width: 767px) {
  .universal-headerlarge-button {
    padding: 16px;
  }
}

.universal-headerlarge-button::before, .universal-headerlarge-button::after {
  background: none;
  border: 0 solid transparent;
  box-sizing: border-box;
  content: "";
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
}

.universal-headerlarge-button::before {
  border-top-width: 2px;
  border-right-width: 2px;
}

.universal-headerlarge-button::after {
  border-bottom-width: 2px;
  border-left-width: 2px;
}

.universal-headerlarge-button:hover {
  background-color: #f0f0f0;
}

.universal-headerlarge-button:hover:before, .universal-headerlarge-button:hover:after {
  border-color: #2cbcb1;
  -webkit-transition: border-color 0s, width 0.25s, height 0.25s;
  transition: border-color 0s, width 0.25s, height 0.25s;
  width: 100%;
  height: 100%;
}

.universal-headerlarge-button:hover:before {
  -webkit-transition-delay: 0s, 0s, 0.25s;
  transition-delay: 0s, 0s, 0.25s;
}

.universal-headerlarge-button:hover:after {
  -webkit-transition-delay: 0s, 0.25s, 0s;
  transition-delay: 0s, 0.25s, 0s;
}

.universal-headerlarge-button:hover, .universal-headerlarge-button:focus {
  -webkit-transition: all 0.25s 0.08333s;
  transition: all 0.25s 0.08333s;
}

.universal-headerlarge-button, .universal-headerlarge-button:hover, .universal-headerlarge-button:focus, .universal-headerlarge-button:visited {
  color: #00539e;
}

@media (any-hover: none) {
  .universal-headerlarge-button::before, .universal-headerlarge-button::after {
    content: none;
  }
}

.universal-headerlarge-button:hover {
  background: #1964a7;
  color: #ffffff !important;
}

.universal-headerlarge-button:hover::after, .universal-headerlarge-button:hover::before {
  border-color: #47bbdc;
}

@media (max-width: 1190px) {
  .universal-headerlarge .desc {
    max-width: 60%;
  }
}

@media (max-width: 1024px) {
  .universal-headerlarge-container {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .universal-headerlarge .desc {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .universal-headerlarge {
    background-position: 65%;
  }
  .universal-headerlarge-container {
    min-height: 248px;
  }
  .universal-headerlarge-heading {
    font-size: 32px;
    line-height: 40px;
    max-width: 232px;
  }
  .universal-headerlarge .desc {
    font-size: 16px;
  }
  .universal-headerlarge-button {
    margin-top: 24px;
  }
}

.universal-headermedium {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-height: 444px;
  padding-top: 120px;
  padding-bottom: 120px;
  width: 100%;
}

.universal-headermedium-heading {
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 56px;
  line-height: 64px;
  margin-bottom: 0;
  max-width: 700px;
  color: #ffffff;
  letter-spacing: normal;
}

.universal-headermedium-heading:not(:last-child) {
  margin-bottom: 10px;
}

.universal-headermedium .desc {
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  margin-bottom: 0;
  color: #ffffff;
  max-width: 500px;
  letter-spacing: normal;
}

.universal-headermedium-button {
  cursor: pointer;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.23px;
  text-transform: none;
  padding: 16px 40px;
  -webkit-appearance: none;
  background-color: #ffffff;
  box-shadow: inset 0 0 0 2px #00539e;
  color: #00539e;
  -webkit-transition: color 0.25s 0.08333s;
  transition: color 0.25s 0.08333s;
  position: relative;
  display: inline-block;
  line-height: 16px;
  margin: 16px 0 16px 0x;
  text-align: center;
  padding: 16px 45px;
  background-color: #00539e;
  color: #ffffff !important;
}

.universal-headermedium-button, .universal-headermedium-button:hover, .universal-headermedium-button:visited, .universal-headermedium-button:focus {
  text-decoration: none;
}

@media (max-width: 767px) {
  .universal-headermedium-button {
    padding: 16px;
  }
}

.universal-headermedium-button::before, .universal-headermedium-button::after {
  background: none;
  border: 0 solid transparent;
  box-sizing: border-box;
  content: "";
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
}

.universal-headermedium-button::before {
  border-top-width: 2px;
  border-right-width: 2px;
}

.universal-headermedium-button::after {
  border-bottom-width: 2px;
  border-left-width: 2px;
}

.universal-headermedium-button:hover {
  background-color: #f0f0f0;
}

.universal-headermedium-button:hover:before, .universal-headermedium-button:hover:after {
  border-color: #2cbcb1;
  -webkit-transition: border-color 0s, width 0.25s, height 0.25s;
  transition: border-color 0s, width 0.25s, height 0.25s;
  width: 100%;
  height: 100%;
}

.universal-headermedium-button:hover:before {
  -webkit-transition-delay: 0s, 0s, 0.25s;
  transition-delay: 0s, 0s, 0.25s;
}

.universal-headermedium-button:hover:after {
  -webkit-transition-delay: 0s, 0.25s, 0s;
  transition-delay: 0s, 0.25s, 0s;
}

.universal-headermedium-button:hover, .universal-headermedium-button:focus {
  -webkit-transition: all 0.25s 0.08333s;
  transition: all 0.25s 0.08333s;
}

.universal-headermedium-button, .universal-headermedium-button:hover, .universal-headermedium-button:focus, .universal-headermedium-button:visited {
  color: #00539e;
}

@media (any-hover: none) {
  .universal-headermedium-button::before, .universal-headermedium-button::after {
    content: none;
  }
}

.universal-headermedium-button:hover {
  background: #1964a7;
  color: #ffffff !important;
}

.universal-headermedium-button:hover::after, .universal-headermedium-button:hover::before {
  border-color: #47bbdc;
}

@media (max-width: 1190px) {
  .universal-headermedium .desc {
    max-width: 60%;
  }
}

@media (max-width: 1024px) {
  .universal-headermedium {
    min-height: 400px;
  }
  .universal-headermedium-heading {
    max-width: 100%;
  }
  .universal-headermedium .desc {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .universal-headermedium {
    min-height: 348px;
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .universal-headermedium-heading {
    font-size: 48px;
    line-height: 56px;
  }
  .universal-headermedium .desc {
    font-size: 24px;
    line-height: 32px;
  }
  .universal-headermedium-button {
    margin-top: 24px;
  }
}

.upcomingevent .container {
  max-width: 1440px;
  padding: 0 24px;
  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 {
  background-color: #f7f7f7;
  margin-top: 56px;
  margin-bottom: 56px;
  padding: 22px 26px;
}

.universalvideoanchorbutton-anchor {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-family: "SegoeUIBold", Arial, sans-serif;
  line-height: 22px;
}

.universalvideoanchorbutton-anchor, .universalvideoanchorbutton-anchor:visited {
  color: #00539e;
}

.universalvideoanchorbutton-anchor::before {
  background-image: url(/Images/Base/dist/icon-play-button.svg);
  background-size: cover;
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 40px;
  margin-right: 16px;
  width: 40px;
}

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

@media (max-width: 767px) {
  .universalvideoanchorbutton {
    padding: 22px 24px;
  }
  .universalvideoanchorbutton-anchor {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .universalvideoanchorbutton-anchor::before {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-bottom: 8px;
    margin-right: 0;
  }
}

.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, .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: #ffffff;
  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: #ffffff;
}

@media (max-width: 767px) {
  .universallocationfindercallout-keyaction {
    padding: 30px;
  }
  .universallocationfindercallout-keyaction-text {
    padding: 0;
    font-size: 25px;
    line-height: 28px;
  }
  .universallocationfindercallout-keyaction .location-input-container .find-locations-button {
    width: 100%;
    margin: 15px 0 0;
  }
}

.universalconvoui-assistant-watermark {
  color: #fafafa;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 72px;
  line-height: 54px;
  margin-bottom: 0;
  position: fixed;
  top: 240px;
  z-index: -1;
}

.universalconvoui-assistant-text, .universalconvoui-recent-text, .universalconvoui-assistant-text-greeting {
  color: #2e2925;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
}

.universalconvoui-assistant-text:not(:first-child), .universalconvoui-recent-text:not(:first-child) {
  margin-top: 16px;
}

.universalconvoui-assistant-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
}

.universalconvoui-assistant-actions-btn {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 9px;
}

.universalconvoui-assistant-defaultview .universalconvoui-assistant-text-container {
  margin-top: 224px;
}

.universalconvoui-assistant-returnview .universalconvoui-assistant-text-container {
  margin-top: 99px;
}

.universalconvoui-sidebar:not(.showSidebar) .universalconvoui-assistant-watermark {
  display: none;
}

@media screen and (max-width: 500px) {
  .universalconvoui-assistant-watermark {
    font-size: 52px;
    top: 180px;
  }
  .universalconvoui-assistant-actions {
    display: block;
  }
  .universalconvoui-assistant-actions-btn {
    padding: 12px;
    width: 100%;
  }
  .universalconvoui-assistant-actions-btn + .universalconvoui-assistant-actions-btn {
    margin-top: 16px;
  }
  .universalconvoui-assistant-defaultview .universalconvoui-assistant-text-container, .universalconvoui-assistant-returnview .universalconvoui-assistant-text-container {
    margin-top: 120px;
  }
}

.universalconvoui-sidebar-close {
  margin-bottom: 4px;
  margin-right: -16px;
}

.universalconvoui-sidebar-close-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: none;
  border: none;
  color: #2e2925;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 0.25px;
  line-height: 14px;
  margin-left: auto;
  text-transform: uppercase;
  padding: 0;
  -webkit-appearance: none;
}

.universalconvoui-sidebar-close-btn::after {
  background-color: #fafafa;
  background-image: url(../Images/Base/icon-close.svg);
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  content: '';
  font-size: 12px;
  height: 32px;
  margin-left: 8px;
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
  width: 32px;
}

.universalconvoui-sidebar-close-btn:hover::after {
  background-color: #ededed;
}

@media screen and (max-width: 500px) {
  .universalconvoui-sidebar-close {
    margin-right: -8px;
  }
}

.universalconvoui-contact {
  display: none;
}

.universalconvoui-contact.showContactPanel {
  display: block;
}

.universalconvoui-contentitem-list {
  list-style: none;
  margin: 48px 0 0;
  padding: 0;
}

.universalconvoui-contentitem {
  box-shadow: 0 8px 30px 0 rgba(171, 171, 171, 0.2);
}

.universalconvoui-contentitem + .universalconvoui-contentitem {
  margin-top: 38px;
}

.universalconvoui-contentitem-img {
  width: 100%;
}

.universalconvoui-contentitem-text {
  padding: 18px 24px 46px;
}

.universalconvoui-contentitem-tags-item, .universalconvoui-contentitem-title {
  color: #2e2925;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
}

.universalconvoui-contentitem-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
}

.universalconvoui-contentitem-tags-item {
  font-size: 10px;
  letter-spacing: 0.42px;
  line-height: 14px;
  text-transform: uppercase;
}

.universalconvoui-contentitem-tags-item:not(:last-child) {
  margin-right: 16px;
}

.universalconvoui-contentitem-subtitle {
  color: #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 .3s ease-in-out;
  transition: box-shadow .3s ease-in-out;
}

.universalconvoui-nav-btn::after {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70%;
  left: 0;
  position: absolute;
  top: 0;
}

.universalconvoui-nav-btn.active {
  color: #00539e;
  pointer-events: none;
}

.universalconvoui-nav-btn.active::before {
  background: -webkit-linear-gradient(313.2deg, #00549E 0%, #3AB291 100%);
  background: linear-gradient(136.8deg, #00549E 0%, #3AB291 100%);
}

.universalconvoui-nav-btn:not(.active) {
  color: #2e2925;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.universalconvoui-nav-btn:not(.active)::before {
  background-color: #ffffff;
}

.universalconvoui-nav-btn + .universalconvoui-nav-btn {
  margin-left: 44px;
}

.universalconvoui-nav-btn:hover:not(.active) {
  color: #00539e;
}

.universalconvoui-nav-btn:hover:not(.active)::before {
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.2);
}

.universalconvoui-nav-assistant.active::after {
  background-image: url("../Images/Base/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: #000000;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}

.universalconvoui-prompt-dialog:not(:first-child) {
  margin-top: 5px;
}

.universalconvoui-prompt-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.universalconvoui-prompt-actions-btn {
  padding: 6px;
  width: 120px;
}

.universalconvoui-prompt-actions:not(:only-child) {
  margin-top: 24px;
}

.universalconvoui-prompt::before {
  background: -webkit-linear-gradient(313.2deg, #00549E 0%, #3AB291 100%);
  background: linear-gradient(136.8deg, #00549E 0%, #3AB291 100%);
  content: '';
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.universalconvoui-prompt-resting-btn {
  background: transparent;
  border: 0;
  color: #ffffff;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 18px;
  line-height: 20px;
  padding: 16px;
  position: relative;
}

.universalconvoui-prompt-resting-btn::before, .universalconvoui-prompt-resting-btn::after {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.universalconvoui-prompt-resting-btn::before {
  background: -webkit-linear-gradient(313.2deg, #00539e 0%, #3ab291 100%);
  background: linear-gradient(136.8deg, #00539e 0%, #3ab291 100%);
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  z-index: -1;
}

.universalconvoui-prompt-resting-btn::after {
  background: #00539e;
  z-index: -2;
}

.universalconvoui-prompt-resting-btn:hover::before {
  opacity: .5;
}

.universalconvoui-question {
  margin-top: 48px;
}

.universalconvoui-question-questiontext, .universalconvoui-question-instructions {
  color: #2e2925;
  font-family: "SegoeUIRegular", Arial, sans-serif;
}

.universalconvoui-question-questiontext {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 24px;
}

.universalconvoui-question-box {
  background-color: #F7F7F7;
  padding: 20px 24px 26px;
}

.universalconvoui-question-instructions {
  display: block;
  font-size: 9px;
  line-height: 13px;
  margin-bottom: 8px;
}

.universalconvoui-question-answeroptions {
  list-style: none;
  margin: 0;
  padding: 0;
}

.universalconvoui-question-answeroptions-item + .universalconvoui-question-answeroptions-item {
  margin-top: 16px;
}

.universalconvoui-question-answeroptions-item [type="radio"]:checked,
.universalconvoui-question-answeroptions-item [type="radio"]:not(:checked) {
  left: -9999px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  z-index: -100;
}

.universalconvoui-question-answeroptions-item [type="radio"]:checked + label,
.universalconvoui-question-answeroptions-item [type="radio"]:not(:checked) + label {
  cursor: pointer;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 14px;
  letter-spacing: normal;
  line-height: 26px;
  margin: 0;
  text-transform: none;
  padding-left: 18px;
  position: relative;
}

.universalconvoui-question-answeroptions-item [type="radio"]:checked + label::before, .universalconvoui-question-answeroptions-item [type="radio"]:checked + label::after,
.universalconvoui-question-answeroptions-item [type="radio"]:not(:checked) + label::before,
.universalconvoui-question-answeroptions-item [type="radio"]:not(:checked) + label::after {
  border-radius: 50%;
  content: '';
  height: 13px;
  top: 7px;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
}

.universalconvoui-question-answeroptions-item [type="radio"]:checked + label::before,
.universalconvoui-question-answeroptions-item [type="radio"]:not(:checked) + label::before {
  background: #ffffff;
  border: 1px solid #878a8f;
}

.universalconvoui-question-answeroptions-item [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.universalconvoui-question-answeroptions-item [type="radio"]:checked + label {
  color: #2e2925;
}

.universalconvoui-question-answeroptions-item [type="radio"]:checked + label::before {
  border-color: #00539e;
}

.universalconvoui-question-answeroptions-item [type="radio"]:checked + label:after {
  background: #00539e;
  opacity: 1;
  -webkit-transform: scale(0.45);
  -ms-transform: scale(0.45);
  transform: scale(0.45);
}

.universalconvoui-assistant-reset {
  margin-top: 124px;
  margin: 48px 0 0;
}

.universalconvoui-assistant-reset-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  border: 1px solid #c7c9c8;
  color: #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 .3s ease-in-out;
  transition: all .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-top: 80px;
  margin-bottom: 100px;
}

.universalfeatureddata-container-desktoptitles {
  margin-bottom: 27px;
}

.universalfeatureddata-container-items .universalfeatureddata-item-title,
.universalfeatureddata-container-items .universalfeatureddata-item-list {
  display: none;
}

.universalfeatureddata-container-desktoplists {
  display: none;
}

.universalfeatureddata-item-title {
  color: #2e2925;
  font-size: 24px;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  line-height: 28px;
  margin-bottom: 0;
}

.universalfeatureddata-item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 5px;
}

.universalfeatureddata-item-image {
  height: 60px;
  margin-right: 5px;
  width: 60px;
  margin-bottom: 8px;
}

.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-item-link, .universalfeatureddata-item-link:visited, .universalfeatureddata-item-list-link, .universalfeatureddata-item-list-link:visited {
  color: #2e2925;
}

.universalfeatureddata-item-link, .universalfeatureddata-item-linktext {
  font-size: 22px;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  line-height: 29px;
  margin-bottom: 5px;
}

.universalfeatureddata-item-linktext, .universalfeatureddata-item-list-linktext, .universalfeatureddata-item-desc {
  color: #2e2925;
  margin-bottom: 0;
}

.universalfeatureddata-item-desc {
  font-size: 14px;
}

.universalfeatureddata-item-list {
  margin-bottom: 0;
  padding-left: 0;
}

.universalfeatureddata-item-list-item {
  list-style: none;
}

.universalfeatureddata-item-list-link, .universalfeatureddata-item-list-linktext {
  font-size: 16px;
  font-family: "SegoeUIBold", Arial, sans-serif;
  line-height: 24px;
  margin-top: 24px;
}

.universalfeatureddata-toggle {
  color: #00539e;
  cursor: pointer;
  line-height: 14px;
  margin-top: 50px;
  text-align: center;
}

.universalfeatureddata-toggle-show, .universalfeatureddata-toggle-hide {
  text-decoration: none;
  position: relative;
  padding-bottom: 0;
  display: inline;
  font-size: 14px;
  font-family: "SegoeUIBold", Arial, sans-serif;
  cursor: pointer;
  background: none;
  border-width: 0;
}

.universalfeatureddata-toggle-show:hover, .universalfeatureddata-toggle-show:focus, .universalfeatureddata-toggle-hide:hover, .universalfeatureddata-toggle-hide:focus {
  text-decoration: underline;
}

.universalfeatureddata-toggle-show:before, .universalfeatureddata-toggle-hide:before {
  content: none;
}

.universalfeatureddata-toggle-show:after, .universalfeatureddata-toggle-hide:after {
  content: none;
  background: none;
}

.universalfeatureddata-toggle-show, .universalfeatureddata-toggle-show:visited, .universalfeatureddata-toggle-hide, .universalfeatureddata-toggle-hide:visited {
  color: #0074dc;
}

.universalfeatureddata-toggle-show:hover, .universalfeatureddata-toggle-show:focus, .universalfeatureddata-toggle-hide:hover, .universalfeatureddata-toggle-hide:focus {
  color: #0074dc;
}

.universalfeatureddata-toggle-show:before, .universalfeatureddata-toggle-hide:before {
  border-bottom-color: #0074dc;
}

.universalfeatureddata-toggle-show:focus, .universalfeatureddata-toggle-hide:focus {
  outline: 0;
}

.universalfeatureddata-toggle-show::after, .universalfeatureddata-toggle-hide::after {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  content: "";
  display: inline-block;
  height: 11px;
  margin-left: 5px;
  width: 12px;
}

.universalfeatureddata-toggle-show::after {
  background-image: url("/Images/Base/dist/icon-plus.svg");
}

.universalfeatureddata-toggle-hide {
  display: none;
}

.universalfeatureddata-toggle-hide::after {
  background-image: url("/Images/Base/dist/icon-minus.svg");
}

.universalfeatureddata.showAll .universalfeatureddata-container-desktoplists {
  display: block;
}

.universalfeatureddata.showAll .universalfeatureddata-toggle-show {
  display: none;
}

.universalfeatureddata.showAll .universalfeatureddata-toggle-hide {
  display: inline;
}

@media (max-width: 1024px) {
  .universalfeatureddata-item-title, .universalfeatureddata-item, .universalfeatureddata-item-list {
    -ms-flex-preferred-size: calc(25% - 20px);
    flex-basis: -webkit-calc(25% - 20px);
    flex-basis: calc(25% - 20px);
  }
}

@media (max-width: 767px) {
  .universalfeatureddata {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .universalfeatureddata-container-desktoptitles, .universalfeatureddata-container-desktoplists {
    display: none;
  }
  .universalfeatureddata-container-items {
    display: block;
  }
  .universalfeatureddata-container-items .universalfeatureddata-item-title {
    display: block;
  }
  .universalfeatureddata-container-items .universalfeatureddata-item-title:not(:empty) {
    margin-top: 60px;
    margin-bottom: 24px;
  }
  .universalfeatureddata-item-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 0;
  }
  .universalfeatureddata-item-image {
    display: inline-block;
  }
  .universalfeatureddata-item-link, .universalfeatureddata-item-linktext {
    font-size: 16px;
    line-height: 31px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .universalfeatureddata-item-desc, .universalfeatureddata-item-list {
    margin-left: 35px;
  }
  .universalfeatureddata-item-desc {
    display: none;
  }
  .universalfeatureddata-item-list-item {
    font-size: 16px;
    line-height: 24px;
  }
  .universalfeatureddata-item + .universalfeatureddata-item {
    margin-top: 35px;
  }
  .universalfeatureddata.showAll .universalfeatureddata-container-items .universalfeatureddata-item-list {
    display: block;
  }
  .universalfeatureddata.showAll .universalfeatureddata-container-desktoplists {
    display: none;
  }
}

.universalwebinarheader {
  background: #00539e;
}

.universalwebinarheader-eyebrow, .universalwebinarheader-title {
  color: #ffffff;
}

.universalwebinarheader-eyebrow {
  font-size: 16px;
  font-family: "SegoeUIBold", Arial, sans-serif;
  letter-spacing: 2px;
  line-height: 30px;
  text-transform: uppercase;
}

.universalwebinarheader-title {
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 48px;
  line-height: 56px;
  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 {
  background-color: #ffffff;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.1);
  padding: 40px 60px;
  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;
  width: 100%;
}

.genericcallout .text {
  margin-right: 30px;
  width: 100%;
}

.genericcallout .text h1, .genericcallout .text .universalinsightquilt-card-accent-title *, .universalinsightquilt-card-accent-title .genericcallout .text * {
  display: block;
  font-size: 32px;
  line-height: 1.2;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  margin-bottom: 10px;
}

.genericcallout .text p {
  margin-bottom: 20px;
}

.genericcallout a {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.genericcallout a, .genericcallout 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: none;
}

.genericcallout a, .genericcallout a:hover, .genericcallout a:visited, .genericcallout a:focus, .genericcallout a:visited, .genericcallout a:visited:hover, .genericcallout a:visited:visited, .genericcallout a:visited:focus {
  color: #ffffff;
  text-decoration: none;
}

.genericcallout a:hover, .genericcallout a:visited:hover {
  background-color: #1964a7;
}

.genericcallout a:after, .genericcallout a:visited:after {
  content: none;
}

@element .genericcallout and (max-width: 600px) {
  :self {
    padding: 30px 40px;
    -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;
    width: 100%;
  }
  :self .text {
    margin-right: 0;
  }
  :self .text h1, :self .text .universalinsightquilt-card-accent-title *, .universalinsightquilt-card-accent-title :self .text * {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .genericcallout {
    padding: 30px 40px;
    -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;
    width: 100%;
  }
  .genericcallout .text {
    margin-right: 0;
  }
  .genericcallout .text h1, .genericcallout .text .universalinsightquilt-card-accent-title *, .universalinsightquilt-card-accent-title .genericcallout .text * {
    font-size: 28px;
  }
  .genericcallout a, .genericcallout 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: none;
    width: 100%;
    text-align: center;
    margin: 10px 0;
  }
  .genericcallout a, .genericcallout a:hover, .genericcallout a:visited, .genericcallout a:focus, .genericcallout a:visited, .genericcallout a:visited:hover, .genericcallout a:visited:visited, .genericcallout a:visited:focus {
    color: #ffffff;
    text-decoration: none;
  }
  .genericcallout a:hover, .genericcallout a:visited:hover {
    background-color: #1964a7;
  }
  .genericcallout a:after, .genericcallout a:visited:after {
    content: none;
  }
}

.breadcrumb-control ol.breadcrumb {
  list-style: none;
  padding: 0;
  margin: 0;
  margin: 13px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  background-color: transparent;
}

.breadcrumb-control ol.breadcrumb li {
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.25px;
  line-height: 18px;
  word-break: break-word;
  margin-right: 4px;
  color: #0074dc;
}

.breadcrumb-control ol.breadcrumb li:last-child {
  margin-right: 0;
}

.breadcrumb-control ol.breadcrumb li:last-child::after {
  display: none !important;
}

.breadcrumb-control ol.breadcrumb li::after {
  content: " ";
  background-image: url(/images/Base/icon-caret.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  content: "";
  display: inline-block;
  height: 8px;
  margin-left: 4px;
  opacity: 0.65;
  width: 8px;
}

.breadcrumb-control ol.breadcrumb li::before {
  display: none;
}

.breadcrumb-control ol.breadcrumb li.active {
  color: #5f6369;
}

.breadcrumb-control ol.breadcrumb li.active a,
.breadcrumb-control ol.breadcrumb li.active a:visited {
  color: #878a8f;
}

.breadcrumb-control ol.breadcrumb li.active a:hover, .breadcrumb-control ol.breadcrumb li.active a:focus,
.breadcrumb-control ol.breadcrumb li.active a:visited:hover,
.breadcrumb-control ol.breadcrumb li.active a:visited:focus {
  color: #878a8f;
  text-decoration: none;
}

.breadcrumb-control ol.breadcrumb li.active::after {
  content: " ";
  margin-right: 4px;
  background-image: url(/images/Base/icon-caret.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  content: "";
  display: inline-block;
  height: 8px;
  margin-left: 0;
  opacity: 0.65;
  width: 8px;
}

.breadcrumb-control ol.breadcrumb li.active::before {
  display: none;
}

.breadcrumb-control ol.breadcrumb li a,
.breadcrumb-control ol.breadcrumb li a:visited {
  color: #00539e;
}

.breadcrumb-control ol.breadcrumb li a:hover, .breadcrumb-control ol.breadcrumb li a:focus,
.breadcrumb-control ol.breadcrumb li a:visited:hover,
.breadcrumb-control ol.breadcrumb li a:visited:focus {
  color: #00539e;
  text-decoration: none;
}

@media (max-width: 991px) {
  .breadcrumb-container {
    padding: 0 24px;
  }
}

.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,
.legacypagelist-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.universalpagelist-list.row,
.legacypagelist-list.row {
  margin-bottom: 50px;
}

.universalpagelist-list-item-img,
.legacypagelist-list-item-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;
}

.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 + .universalpagelistvar2-list-item {
  margin-left: 50px;
}

.universalpagelistvar2-list-item.col-sm-3, .universalpagelistvar2-list-item.col-sm-4 {
  margin-left: 0;
}

.universalpagelistvar2-list-item.numberColumns-3 {
  -ms-flex-preferred-size: calc((100% / 3) - (50px * ((3 - 1) / 3)));
  flex-basis: -webkit-calc((100% / 3) - (50px * ((3 - 1) / 3)));
  flex-basis: calc((100% / 3) - (50px * ((3 - 1) / 3)));
}

.universalpagelistvar2-list-item.numberColumns-4 {
  -ms-flex-preferred-size: calc((100% / 4) - (50px * ((4 - 1) / 4)));
  flex-basis: -webkit-calc((100% / 4) - (50px * ((4 - 1) / 4)));
  flex-basis: calc((100% / 4) - (50px * ((4 - 1) / 4)));
}

.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: none;
  margin-top: 104px;
  margin-bottom: 104px;
}

.universalpagelist-container,
.legacypagelist-container {
  padding-top: 0px;
}

.universalpagelist-title, .universalpagelist-subtext,
.legacypagelist-title,
.legacypagelist-subtext {
  max-width: 58%;
}

.universalpagelist-title,
.legacypagelist-title {
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 16px;
}

.universalpagelist-subtext,
.legacypagelist-subtext {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 40px;
}

.universalpagelist-list-item + .universalpagelist-list-item,
.legacypagelist-list-item + .universalpagelist-list-item, .universalpagelist-list-item +
.legacypagelist-list-item,
.legacypagelist-list-item +
.legacypagelist-list-item {
  margin-left: 24px;
}

.universalpagelist-list-item.col-sm-3, .universalpagelist-list-item.col-sm-4,
.legacypagelist-list-item.col-sm-3,
.legacypagelist-list-item.col-sm-4 {
  margin-left: 0;
  padding-left: 0;
}

.universalpagelist-list-item.numberColumns-3,
.legacypagelist-list-item.numberColumns-3 {
  -ms-flex-preferred-size: calc((100% / 3) - (24px * ((3 - 1) / 3)));
  flex-basis: -webkit-calc((100% / 3) - (24px * ((3 - 1) / 3)));
  flex-basis: calc((100% / 3) - (24px * ((3 - 1) / 3)));
}

.universalpagelist-list-item.numberColumns-4,
.legacypagelist-list-item.numberColumns-4 {
  -ms-flex-preferred-size: calc((100% / 4) - (24px * ((4 - 1) / 4)));
  flex-basis: -webkit-calc((100% / 4) - (24px * ((4 - 1) / 4)));
  flex-basis: calc((100% / 4) - (24px * ((4 - 1) / 4)));
}

.universalpagelist-list-item-img-container,
.legacypagelist-list-item-img-container {
  margin-bottom: 18px;
  padding-bottom: 56.29%;
}

.universalpagelist-list-item-title,
.legacypagelist-list-item-title {
  margin-bottom: 8px;
}

.universalpagelist-list-item-title-link,
.legacypagelist-list-item-title-link {
  position: relative;
  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-link::after,
.legacypagelist-list-item-title-link::after {
  content: "";
  height: 16px;
  margin-right: -16px;
  width: 16px;
  vertical-align: middle;
  background: transparent url(/images/Base/icon-caret.svg) no-repeat 100% 50%;
}

.universalpagelist-list-item-title, .universalpagelist-list-item-title-link,
.legacypagelist-list-item-title,
.legacypagelist-list-item-title-link {
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.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 {
  line-height: 21px;
}

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

.universalpagelist-list-item-cta:hover, .universalpagelist-list-item-cta:focus,
.legacypagelist-list-item-cta:hover,
.legacypagelist-list-item-cta:focus {
  text-decoration: none;
  color: #000000;
  background: -webkit-gradient(linear, left top, right top, from(#0074dc), to(#2cbcb1)) left bottom transparent no-repeat;
  background: -webkit-linear-gradient(left, #0074dc 0%, #2cbcb1 100%) left bottom transparent no-repeat;
  background: linear-gradient(to right, #0074dc 0%, #2cbcb1 100%) left bottom transparent no-repeat;
  background-size: 100% 3px;
  padding-bottom: 3px;
}

.universalpagelistvar2 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.universalpagelistvar2-title {
  font-size: 28px;
  font-weight: 300;
  line-height: 36px;
  text-align: center;
}

.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;
}

.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 {
  text-decoration: none;
  position: relative;
  padding-bottom: 0;
  display: inline;
  font-size: 14px;
  font-family: "SegoeUIBold", Arial, sans-serif;
  margin-top: 32px;
}

.universalpagelistvar2-list-item-cta:hover, .universalpagelistvar2-list-item-cta:focus {
  text-decoration: underline;
}

.universalpagelistvar2-list-item-cta:before {
  content: none;
}

.universalpagelistvar2-list-item-cta:after {
  content: none;
  background: none;
}

.universalpagelistvar2-list-item-cta, .universalpagelistvar2-list-item-cta:visited {
  color: #0074dc;
}

.universalpagelistvar2-list-item-cta:hover, .universalpagelistvar2-list-item-cta:focus {
  color: #0074dc;
}

.universalpagelistvar2-list-item-cta:before {
  border-bottom-color: #0074dc;
}

.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 !important;
}

.universalpagelist-list-item-wrap p {
  font-family: "SegoeUILight", Arial, sans-serif;
}

.universalpagelist-list-item-wrap ul {
  padding-left: 40px;
}

.universalpagelist-list-item-wrap ul li {
  list-style: square;
  font-family: "SegoeUILight", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.universalpagelist-list-item-text,
.legacypagelist-list-item-text {
  color: #333740;
  font-family: "SegoeUIRegular", Arial, sans-serif !important;
}

@media (max-width: 1190px) {
  .universalpagelist,
  .universalpagelistvar2,
  .legacypagelist {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .universalpagelist-container,
  .legacypagelist-container {
    padding-top: 64px;
  }
  .universalpagelist-title, .universalpagelist-subtext,
  .legacypagelist-title,
  .legacypagelist-subtext {
    max-width: 64%;
  }
  .universalpagelist-title,
  .legacypagelist-title {
    font-size: 36px;
    line-height: 46px;
  }
  .universalpagelist-list-item + .universalpagelist-list-item,
  .legacypagelist-list-item + .universalpagelist-list-item, .universalpagelist-list-item +
  .legacypagelist-list-item,
  .legacypagelist-list-item +
  .legacypagelist-list-item {
    margin-left: 36px;
  }
  .universalpagelist-list-item.numberColumns-3,
  .legacypagelist-list-item.numberColumns-3 {
    -ms-flex-preferred-size: calc((100% / 3) - (36px * ((3 - 1) / 3)));
    flex-basis: -webkit-calc((100% / 3) - (36px * ((3 - 1) / 3)));
    flex-basis: calc((100% / 3) - (36px * ((3 - 1) / 3)));
  }
  .universalpagelist-list-item.numberColumns-4,
  .legacypagelist-list-item.numberColumns-4 {
    -ms-flex-preferred-size: calc((100% / 4) - (36px * ((4 - 1) / 4)));
    flex-basis: -webkit-calc((100% / 4) - (36px * ((4 - 1) / 4)));
    flex-basis: calc((100% / 4) - (36px * ((4 - 1) / 4)));
  }
}

@media (max-width: 1024px) {
  .universalpagelist-list:not(:first-child),
  .universalpagelistvar2-list:not(:first-child),
  .legacypagelist-list:not(:first-child) {
    margin: 24px 0 0 0;
  }
  .universalpagelist-title, .universalpagelist-subtext,
  .legacypagelist-title,
  .legacypagelist-subtext {
    max-width: 75%;
  }
  .universalpagelist-title,
  .legacypagelist-title {
    font-size: 32px;
    line-height: 42px;
  }
  .universalpagelist-subtext,
  .legacypagelist-subtext {
    font-size: 14px;
    line-height: 21px;
  }
  .universalpagelist-list-item + .universalpagelist-list-item,
  .legacypagelist-list-item + .universalpagelist-list-item, .universalpagelist-list-item +
  .legacypagelist-list-item,
  .legacypagelist-list-item +
  .legacypagelist-list-item {
    margin-left: 20px;
  }
  .universalpagelist-list-item.numberColumns-3,
  .legacypagelist-list-item.numberColumns-3 {
    -ms-flex-preferred-size: calc((100% / 3) - (20px * ((3 - 1) / 3)));
    flex-basis: -webkit-calc((100% / 3) - (20px * ((3 - 1) / 3)));
    flex-basis: calc((100% / 3) - (20px * ((3 - 1) / 3)));
  }
  .universalpagelist-list-item.numberColumns-4,
  .legacypagelist-list-item.numberColumns-4 {
    -ms-flex-preferred-size: calc((100% / 4) - (20px * ((4 - 1) / 4)));
    flex-basis: -webkit-calc((100% / 4) - (20px * ((4 - 1) / 4)));
    flex-basis: calc((100% / 4) - (20px * ((4 - 1) / 4)));
  }
  .universalpagelistvar2-list-item-title {
    margin-bottom: 8px;
  }
  .universalpagelistvar2-list-item-title, .universalpagelistvar2-list-item-title-link {
    font-size: 18px;
    line-height: 24px;
  }
  .universalpagelistvar2-list-item-text {
    font-size: 14px;
    line-height: 20px;
  }
  .universalpagelistvar2-list-item-cta {
    margin-top: 16px;
  }
}

@media (max-width: 767px) {
  .universalpagelist-title,
  .universalpagelistvar2-title,
  .legacypagelist-title {
    font-size: 26px;
    line-height: 34px;
  }
  .universalpagelist-list,
  .universalpagelistvar2-list,
  .legacypagelist-list {
    display: block;
  }
  .universalpagelist-list-item:not(:first-child),
  .universalpagelistvar2-list-item:not(:first-child),
  .legacypagelist-list-item:not(:first-child) {
    margin-top: 32px;
  }
  .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-img-container,
  .universalpagelistvar2-list-item-img-container,
  .legacypagelist-list-item-img-container {
    margin-bottom: 12px;
  }
  .universalpagelist-container,
  .legacypagelist-container {
    padding-top: 42px;
  }
  .universalpagelist-title, .universalpagelist-subtext,
  .legacypagelist-title,
  .legacypagelist-subtext {
    max-width: 100%;
  }
  .universalpagelist-subtext:not(:last-child),
  .legacypagelist-subtext:not(:last-child) {
    margin-bottom: 32px;
  }
  .universalpagelist-list-item-title,
  .legacypagelist-list-item-title {
    margin-bottom: 4px;
  }
  .universalpagelist-list-item-cta,
  .legacypagelist-list-item-cta {
    margin-top: 12px;
  }
  .universalpagelistvar2-title {
    text-align: left;
  }
}

.universallandingheader {
  background: -webkit-linear-gradient(159.34deg, #47bbdc 0%, #2884bc 33.29%, #125ea5 100%);
  background: linear-gradient(290.66deg, #47bbdc 0%, #2884bc 33.29%, #125ea5 100%);
  margin-bottom: 48px;
  padding: 68px 0;
}

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

.universallandingheader-title {
  font-size: 56px;
  line-height: 64px;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
}

.universallandingheader-title + .universallandingheader-subtitle {
  margin-top: 9px;
}

.universallandingheader-subtitle {
  font-size: 32px;
  line-height: 42px;
  font-family: "SegoeUIRegular", Arial, sans-serif;
}

@media (max-width: 1190px) {
  .universallandingheader-title {
    font-size: 56px;
  }
  .universallandingheader-subtitle {
    font-size: 28px;
    line-height: 40px;
  }
}

@media (max-width: 1024px) {
  .universallandingheader {
    margin-bottom: 32px;
  }
  .universallandingheader-title {
    font-size: 50px;
  }
  .universallandingheader-subtitle {
    font-size: 24px;
    line-height: 34px;
  }
}

@media (max-width: 767px) {
  .universallandingheader {
    padding: 56px 0;
  }
  .universallandingheader-title {
    font-size: 44px;
    line-height: 58px;
  }
  .universallandingheader-title + .universallandingheader-subtitle {
    margin-top: 8px;
  }
  .universallandingheader-subtitle {
    font-size: 20px;
  }
}

.casestudylist {
  margin: 50px 0;
}

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

.casestudylist .casestudy-box {
  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;
  padding: 30px;
  min-height: 270px;
  height: 100%;
  box-shadow: 0 8px 24px 0 rgba(171, 171, 171, 0.2);
}

.casestudylist .casestudy-box img {
  margin-bottom: 20px;
  width: 100%;
}

.casestudylist .casestudy-box .tag {
  display: block;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 1.2;
  color: #2e2925;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.casestudylist .casestudy-box h2 {
  padding-right: 20px;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 22px;
  line-height: 1.4;
  color: #000000;
  margin-bottom: 10px;
}

.casestudylist .casestudy-box h2, .casestudylist .casestudy-box h2::after {
  display: inline-block;
}

.casestudylist .casestudy-box h2::after {
  content: "";
  height: 16px;
  margin-right: -16px;
  width: 16px;
  vertical-align: middle;
  background: transparent url("../images/Base/icon-caret.svg") no-repeat 100% 50%;
}

@media (max-width: 1024px) {
  .casestudylist .casestudy-box {
    min-height: 0;
  }
}

.universalfeaturedproduct {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
}

.universalfeaturedproduct-img-container {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 192px;
  margin-right: 24px;
  position: relative;
  overflow: hidden;
  width: 288px;
}

.universalfeaturedproduct-img {
  height: auto;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: auto;
}

.universalfeaturedproduct-title, .universalfeaturedproduct-desc {
  color: #ffffff;
  margin-bottom: 0;
}

.universalfeaturedproduct-title {
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.universalfeaturedproduct-title:not(:only-child) {
  margin-bottom: 8px;
}

.universalfeaturedproduct-desc {
  font-family: "SegoeUILight", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.universalfeaturedproduct-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: none;
}

.universalfeaturedproduct-cta, .universalfeaturedproduct-cta:hover, .universalfeaturedproduct-cta:visited, .universalfeaturedproduct-cta:focus {
  color: #ffffff;
  text-decoration: none;
}

.universalfeaturedproduct-cta:hover {
  background-color: #1964a7;
}

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

.universalfeaturedproduct-cta:not(:only-child) {
  margin-top: 16px;
}

@media (max-width: 1190px) {
  .universalfeaturedproduct-img-container {
    height: 133px;
    width: 200px;
  }
}

@media (max-width: 1024px) {
  .universalfeaturedproduct {
    margin-top: 24px;
  }
  .universalfeaturedproduct-img-container {
    height: 192px;
    width: 288px;
  }
}

@media (max-width: 767px) {
  .universalfeaturedproduct-img-container {
    height: 133px;
    width: 200px;
  }
}

@media screen and (max-width: 640px) {
  .universalfeaturedproduct {
    display: block;
  }
  .universalfeaturedproduct-img-container {
    height: 0;
    padding-bottom: 66%;
    margin-bottom: 8px;
    width: 100%;
  }
  .universalfeaturedproduct-img {
    width: 100%;
  }
  .universalfeaturedproduct-cta {
    display: block;
    text-align: center;
  }
}

.infographics {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  overflow: hidden;
  padding-top: 96px;
  padding-bottom: 96px;
}

.infographics img {
  width: 100%;
}

.infographics-modal {
  -webkit-animation: fadeIn 0.3s normal forwards ease-out;
  animation: fadeIn 0.3s normal forwards ease-out;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  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;
  background: rgba(173, 175, 178, 0.8);
  z-index: 1000;
}

.infographics-modal::before {
  background-image: url(/Images/Base/dist/icon-close.svg);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  cursor: pointer;
  height: 24px;
  right: 24px;
  position: absolute;
  top: 24px;
  width: 24px;
}

.infographics-modal-iframe-container {
  padding-bottom: -webkit-calc(70vw * 0.5626);
  padding-bottom: calc(70vw * 0.5626);
  position: relative;
  height: 0;
}

.infographics-modal-iframe-container iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}

.infographics-modal-iframe-container,
.infographics-modal video {
  width: 70vw;
}

@media (max-width: 1024px) {
  .infographics {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-top: 0;
    padding-bottom: 0;
  }
  .infographics-modal-iframe-container {
    padding-bottom: -webkit-calc((100% - 60px) * 0.5626);
    padding-bottom: calc((100% - 60px) * 0.5626);
  }
  .infographics-modal-iframe-container,
  .infographics-modal video {
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
  }
}

@-webkit-keyframes loadLeft {
  from {
    -webkit-transform: translateX(-650%);
    transform: translateX(-650%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes loadLeft {
  from {
    -webkit-transform: translateX(-650%);
    transform: translateX(-650%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes loadRight {
  from {
    -webkit-transform: translateX(350%);
    transform: translateX(350%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes loadRight {
  from {
    -webkit-transform: translateX(350%);
    transform: translateX(350%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.eventheader {
  padding: 70px 0;
  background-color: #00539e;
}

.eventheader .headline,
.eventheader .subheadline {
  color: #ffffff;
}

.eventheader .headline {
  font-size: 48px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.eventheader .subheadline {
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .eventheader .headline {
    line-height: 1.2;
    margin-bottom: 20px;
  }
}

.eventdetail {
  margin-bottom: 30px;
}

.eventdetail .date {
  font-size: 32px;
  display: block;
  margin-bottom: 10px;
}

.eventdetail .location {
  font-size: 14px;
  color: #5f6369;
  display: block;
  margin-bottom: 25px;
}

.eventdetail .location:before {
  content: "";
  background-image: url("/Images/Base/dist/icon-location-pin.svg");
  background-size: 100% 100%;
  display: inline-block;
  width: 15px;
  height: 16px;
  margin-right: 5px;
  position: relative;
  top: 3px;
}

.eventdetail p {
  font-size: 16px;
  line-height: 1.7;
  color: #5f6369;
}

.eventdetail .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: none;
  margin: 20px 0 40px 0;
}

.eventdetail .cta, .eventdetail .cta:hover, .eventdetail .cta:visited, .eventdetail .cta:focus {
  color: #ffffff;
  text-decoration: none;
}

.eventdetail .cta:hover {
  background-color: #1964a7;
}

.eventdetail .cta:after {
  content: none;
}

.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 {
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 0;
}

.featuredinsight .insight-content {
  padding: 33px 144px 32px 94px;
}

.featuredinsight .insight-content .type,
.featuredinsight .insight-content .tags li {
  color: #333740;
}

.featuredinsight .insight-content .type {
  letter-spacing: 1px;
  line-height: 30px;
  margin-bottom: 16px;
  text-transform: none;
}

.featuredinsight .insight-content .tags {
  margin-bottom: 8px;
}

.featuredinsight .insight-content .tags li.tags-item {
  border: 1px solid #c7c9c8;
  padding: 6px 9px;
  margin: 0 24px 16px 0;
}

.featuredinsight .insight-content .tags li.tags-item a.tags-item-link {
  color: #333740;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 12px;
}

.featuredinsight .insight-content .tags li.tags-item:last-of-type {
  margin-right: 0;
}

.featuredinsight .insight-content-title {
  line-height: 40px;
  margin-bottom: 24px;
}

.featuredinsight .insight-content .author-byline {
  margin-bottom: 32px;
}

.featuredinsight .insight-content .author-byline:last-child {
  margin-bottom: 0;
}

.featuredinsight .insight-content .author-byline .author-info .name,
.featuredinsight .insight-content .author-byline .author-info .title {
  color: #333740;
  letter-spacing: 0.01px;
  line-height: 19px;
}

.featuredinsight .insight-content .author-byline .author-info .name + .title {
  margin-top: 4px;
}

.featuredinsight .insight-content .cta {
  text-decoration: none;
  position: relative;
  padding-bottom: 0;
  display: inline;
  font-size: 14px;
  font-family: "SegoeUIBold", Arial, sans-serif;
  padding-right: 20px;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 18px;
  line-height: 14px;
}

.featuredinsight .insight-content .cta:hover, .featuredinsight .insight-content .cta:focus {
  text-decoration: underline;
}

.featuredinsight .insight-content .cta:before {
  content: none;
}

.featuredinsight .insight-content .cta:after {
  content: none;
  background: none;
}

.featuredinsight .insight-content .cta, .featuredinsight .insight-content .cta:visited {
  color: #0074dc;
}

.featuredinsight .insight-content .cta:hover, .featuredinsight .insight-content .cta:focus {
  color: #0074dc;
}

.featuredinsight .insight-content .cta:before {
  border-bottom-color: #0074dc;
}

.featuredinsight .insight-content .cta, .featuredinsight .insight-content .cta::after {
  display: inline-block;
}

.featuredinsight .insight-content .cta::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%;
}

.featuredinsight .insight-content .cta, .featuredinsight .insight-content .cta:visited {
  color: #00539e;
}

.featuredinsight .insight-content .cta::after {
  position: relative;
  top: -1px;
  width: 12px;
}

@media (max-width: 1024px) {
  .featuredinsight .insight-content {
    padding: 40px 0;
  }
}

@media (max-width: 767px) {
  .featuredinsight .insight-content .type {
    font-size: 16px;
    line-height: 1.2;
  }
  .featuredinsight .insight-content .tags li {
    font-size: 11px;
    line-height: 1.2;
  }
  .featuredinsight .insight-content-title {
    font-size: 32px;
    line-height: 1.3;
  }
  .featuredinsight .insight-content .date {
    font-size: 16px;
    line-height: 1.2;
  }
  .featuredinsight .insight-content a,
  .featuredinsight .insight-content a:visited {
    text-decoration: none;
    position: relative;
    padding-bottom: 0;
    display: inline;
    font-size: 14px;
    font-family: "SegoeUIBold", Arial, sans-serif;
  }
  .featuredinsight .insight-content a:hover, .featuredinsight .insight-content a:focus,
  .featuredinsight .insight-content a:visited:hover,
  .featuredinsight .insight-content a:visited:focus {
    text-decoration: underline;
  }
  .featuredinsight .insight-content a:before,
  .featuredinsight .insight-content a:visited:before {
    content: none;
  }
  .featuredinsight .insight-content a:after,
  .featuredinsight .insight-content a:visited:after {
    content: none;
    background: none;
  }
  .featuredinsight .insight-content a, .featuredinsight .insight-content a:visited,
  .featuredinsight .insight-content a:visited,
  .featuredinsight .insight-content a:visited:visited {
    color: #0074dc;
  }
  .featuredinsight .insight-content a:hover, .featuredinsight .insight-content a:focus,
  .featuredinsight .insight-content a:visited:hover,
  .featuredinsight .insight-content a:visited:focus {
    color: #0074dc;
  }
  .featuredinsight .insight-content a:before,
  .featuredinsight .insight-content a:visited:before {
    border-bottom-color: #0074dc;
  }
}

.universalvideodisplay {
  margin-top: 64px;
  margin-bottom: 64px;
}

.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 .event-grid .coveo-main-section {
  max-width: none;
}

.CoveoSearchInterface .event-grid .coveo-main-section .coveo-filter-wrap {
  position: relative;
  width: 400px;
}

.CoveoSearchInterface .event-grid .coveo-main-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 .event-grid .coveo-main-section .coveo-filter-wrap button.filters, .CoveoSearchInterface .event-grid .coveo-main-section .coveo-filter-wrap button.filters::after {
  display: inline-block;
}

.CoveoSearchInterface .event-grid .coveo-main-section .coveo-filter-wrap button.filters::after {
  content: "";
  height: 16px;
  margin-right: -16px;
  width: 16px;
  vertical-align: middle;
  background: transparent url("../images/Base/icon-caret.svg") no-repeat 100% 50%;
}

.CoveoSearchInterface .event-grid .coveo-main-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 .event-grid .coveo-main-section .coveo-filter-wrap button.filters:after {
  background-position: 50% 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.CoveoSearchInterface .event-grid .coveo-main-section .coveo-filter-wrap button.filters:hover {
  cursor: pointer;
}

.CoveoSearchInterface .event-grid .coveo-main-section .coveo-filter-wrap button.filters:focus, .CoveoSearchInterface .event-grid .coveo-main-section .coveo-filter-wrap button.filters:active {
  outline: none;
}

.CoveoSearchInterface .event-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column {
  display: none;
  position: absolute;
  z-index: 2;
  top: -50px;
  right: 0;
  bottom: 0;
  left: -45px;
  background-color: #ffffff;
  width: 100%;
  height: 820px;
  padding: 50px;
  overflow-y: scroll;
  box-shadow: 0 8px 32px 0 rgba(171, 171, 171, 0.5);
}

.CoveoSearchInterface .event-grid .coveo-main-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 .event-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .facet-column-header .filters {
  display: block;
  text-transform: uppercase;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 16px;
}

.CoveoSearchInterface .event-grid .coveo-main-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 .event-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .facet-column-header .close img {
  width: 20px;
}

.CoveoSearchInterface .event-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet,
.CoveoSearchInterface .event-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange,
.CoveoSearchInterface .event-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider,
.CoveoSearchInterface .event-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet {
  margin: 20px 0;
  border: none;
  border-radius: 0;
  background-color: #ffffff;
}

.CoveoSearchInterface .event-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-header,
.CoveoSearchInterface .event-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-header,
.CoveoSearchInterface .event-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-header,
.CoveoSearchInterface .event-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-header {
  padding: 20px 0 0 0;
  background: #ffffff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 1px solid #c7c9c8;
}

.CoveoSearchInterface .event-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-header .coveo-facet-header-title-section .coveo-facet-header-title,
.CoveoSearchInterface .event-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-header .coveo-facet-header-title-section .coveo-facet-header-title,
.CoveoSearchInterface .event-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-header .coveo-facet-header-title-section .coveo-facet-header-title,
.CoveoSearchInterface .event-grid .coveo-main-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 .event-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-header .coveo-facet-settings-more-svg,
.CoveoSearchInterface .event-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-header .coveo-facet-settings-more-svg,
.CoveoSearchInterface .event-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-header .coveo-facet-settings-more-svg,
.CoveoSearchInterface .event-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-header .coveo-facet-settings-more-svg {
  color: inherit;
}

.CoveoSearchInterface .event-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable,
.CoveoSearchInterface .event-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-values .coveo-facet-value.coveo-facet-selectable,
.CoveoSearchInterface .event-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-values .coveo-facet-value.coveo-facet-selectable,
.CoveoSearchInterface .event-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable {
  padding: 0;
}

.CoveoSearchInterface .event-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable:hover,
.CoveoSearchInterface .event-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-values .coveo-facet-value.coveo-facet-selectable:hover,
.CoveoSearchInterface .event-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-values .coveo-facet-value.coveo-facet-selectable:hover,
.CoveoSearchInterface .event-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable:hover {
  background-color: transparent;
}

.CoveoSearchInterface .event-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 .event-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 .event-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 .event-grid .coveo-main-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 .event-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 .event-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 .event-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 .event-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 {
  top: 0;
}

.CoveoSearchInterface .event-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 .event-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 .event-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 .event-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 .event-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 .event-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 .event-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 .event-grid .coveo-main-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 .event-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 .event-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 .event-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 .event-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 {
  content: "(";
}

.CoveoSearchInterface .event-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 .event-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 .event-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 .event-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 {
  content: ")";
}

.CoveoSearchInterface .event-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 .event-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 .event-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 .event-grid .coveo-main-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 .event-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 .event-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 .event-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 .event-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 .event-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 .event-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 .event-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 .event-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 {
  color: initial;
}

.CoveoSearchInterface .event-grid .coveo-main-section .coveo-results-column {
  padding: 0;
}

.CoveoSearchInterface .event-grid .coveo-main-section .coveo-results-column .coveo-tab-section {
  display: none;
}

.CoveoSearchInterface .event-grid .coveo-main-section .coveo-results-column .coveo-results-header {
  display: none;
}

.CoveoSearchInterface .event-grid .coveo-main-section .coveo-results-column .CoveoResultList {
  margin: 0;
}

.CoveoSearchInterface .event-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container {
  margin: 20px 0 0 0;
  border-top: 0px solid #c7c9c8;
  height: auto !important;
}

.CoveoSearchInterface .event-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout {
  margin: 0;
}

.CoveoSearchInterface .event-grid .coveo-main-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 .event-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult .event-wrap {
  padding: 30px 0;
}

.CoveoSearchInterface .event-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult .event-wrap .tags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.CoveoSearchInterface .event-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult .event-wrap .tags li {
  border: 1px solid #5f6369;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  line-height: 12px;
  margin-bottom: 16px;
  padding: 4px 8px;
  margin-right: 10px;
}

.CoveoSearchInterface .event-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult .event-wrap .tags li a,
.CoveoSearchInterface .event-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult .event-wrap .tags li a:visited {
  color: #2e2925;
}

.CoveoSearchInterface .event-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult .event-wrap .tags li:empty {
  display: none;
}

.CoveoSearchInterface .event-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult .event-wrap .date {
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  color: #000000;
  margin: 5px 0 15px 0;
}

.CoveoSearchInterface .event-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult .event-wrap h2 {
  padding-right: 20px;
  font-size: 22px;
  line-height: 1.4;
  color: #00539e;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
}

.CoveoSearchInterface .event-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult .event-wrap h2, .CoveoSearchInterface .event-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult .event-wrap h2::after {
  display: inline-block;
}

.CoveoSearchInterface .event-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult .event-wrap h2::after {
  content: "";
  height: 16px;
  margin-right: -16px;
  width: 16px;
  vertical-align: middle;
  background: transparent url("../images/Base/icon-caret.svg") no-repeat 100% 50%;
}

.CoveoSearchInterface .event-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult .event-wrap h2:after {
  position: relative;
  bottom: 1px;
}

.CoveoSearchInterface .event-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult .event-wrap p {
  font-size: 16px;
  line-height: 1.7;
  color: #5f6369;
  font-family: "SegoeUILight", Arial, sans-serif;
}

.CoveoSearchInterface .event-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult .event-wrap .location {
  font-size: 14px;
  color: #5f6369;
  display: block;
  margin-bottom: 25px;
}

.CoveoSearchInterface .event-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult .event-wrap .location:before {
  content: "";
  background-image: url("/Images/Base/dist/icon-location-pin.svg");
  background-size: 100% 100%;
  display: inline-block;
  width: 15px;
  height: 16px;
  margin-right: 5px;
  position: relative;
  top: 3px;
}

.CoveoSearchInterface .event-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult .event-wrap .location:empty {
  display: none;
}

.CoveoSearchInterface .coveo-result-list-container {
  border-top: 0px;
}

.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header {
  display: block !important;
}

.site-search.CoveoSearchInterface .coveo-search-section .CoveoSearchbox {
  padding-top: 50px;
}

.coveo-tab-section.coveo-placeholder-fix a {
  opacity: 1 !important;
}

.coveo-tab-list li a {
  opacity: 1 !important;
}

.defaultform h2 {
  font: 32px "SegoeUILight", Arial, sans-serif !important;
}

.defaultform .campaignform-form-title {
  font: 16px "SegoeUILight", Arial, sans-serif;
}

.defaultform .campaignform-form-label {
  font: 14px "SegoeUIRegular", Arial, sans-serif;
  text-transform: none;
  letter-spacing: 0.1px;
}

.defaultform label {
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.1px;
}

.defaultform .campaignform-form-row {
  margin-top: 24px;
  margin-bottom: 0;
}

.defaultform input {
  margin-bottom: 0;
}

.defaultform .campaignform-form-checkbox-label {
  font-size: 12px;
  text-transform: none;
}

.defaultform .contactusform__text {
  font-size: 10px;
  color: #5f6369;
}

.defaultform .contactusform__text a {
  color: #00539e;
}

.defaultform .cascadingform-loader {
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("../images/Base/loading-gif.gif");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 50%;
  left: 50%;
  right: 50%;
  margin-top: 20px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.defaultform .contactusform__button {
  margin: 0 !important;
}

.defaultform input[type="submit"] {
  background: #fdbc38;
  width: 100%;
  color: #2e2925;
  margin-top: 0;
  padding: 16px;
}

.defaultform input[type="submit"]:hover {
  background-color: rgba(253, 188, 56, 0.75);
}

.defaultform select,
.defaultform input {
  margin-bottom: 0;
  font-size: 14px;
}

.defaultform .campaignform-form-row input[type="submit"] {
  background: #fdbc38 !important;
  width: 100%;
  color: #2e2925;
  margin-top: 0;
  padding: 16px;
}

.defaultform .campaignform-form-row input[type="submit"]:hover {
  background-color: rgba(253, 188, 56, 0.75);
}

.formbackground {
  background-color: #f0f0f0;
  padding-top: 64px;
  padding-bottom: 64px;
  max-width: 100% !important;
}

.formbackground .Form .component-content .pagesection-richtext .campaignform-contentcontainer {
  max-width: 707px;
}

.formbackground .Form .component-content .pagesection-richtext p img {
  width: 100% !important;
}

.formbackground .col-md-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.formbackground .col-md-7 .pagesection-richtext {
  padding: 0 50px;
}

.formbackground .col-md-5 {
  padding-right: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.formbackground .col-md-5 .Form {
  background: #ffffff;
  padding: 1px 0px 0px 30px;
}

.formbackground .col-md-5 .Form .component-content {
  padding-right: 30px;
}

.formbackground .col-md-5 .pagesection-richtext.field-form-content {
  background: #ffffff;
}

.formbackground .col-md-5 .pagesection-richtext.field-form-content p {
  margin-bottom: 0;
  padding-top: 20px;
}

.formbackground .col-md-5 .pagesection-richtext.field-form-content .campaignform-title-container {
  margin: 0 auto;
}

.formbackground .col-md-5 .defaultform {
  background: #ffffff;
  padding: 1px 40px 30px 30px;
}

.formbackground .col-md-5 .defaultform .campaignform-form {
  padding-left: 30px;
}

.formbackground .defaultform {
  background: #ffffff;
}

@media (max-width: 1024px) {
  .formbackground .col-md-7,
  .formbackground .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .formbackground .row .col-md-5 .campaignform-form {
    padding: 0;
  }
  .formbackground .row .col-md-5 .Form {
    padding-left: 0;
  }
}

@media (max-width: 1199px) {
  .formbackground .col-md-7 .pagesection-richtext {
    padding: 0 20px;
  }
}

.techterms-wrapper .producttitle,
.custterms-wrapper .producttitle,
.eula-wrapper .producttitle,
.generaltos-wrapper .producttitle,
.psa-wrapper .producttitle,
.synergy18mowarranty-wrapper .producttitle,
.truevueoss-wrapper .producttitle {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 707px;
}

.techterms-wrapper .producttitle p,
.custterms-wrapper .producttitle p,
.eula-wrapper .producttitle p,
.generaltos-wrapper .producttitle p,
.psa-wrapper .producttitle p,
.synergy18mowarranty-wrapper .producttitle p,
.truevueoss-wrapper .producttitle p {
  text-align: justify !important;
  font-size: 16px;
  color: #333740 !important;
}

.techterms-wrapper .producttitle h2,
.custterms-wrapper .producttitle h2,
.eula-wrapper .producttitle h2,
.generaltos-wrapper .producttitle h2,
.psa-wrapper .producttitle h2,
.synergy18mowarranty-wrapper .producttitle h2,
.truevueoss-wrapper .producttitle h2 {
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  color: #2e2925;
  font-size: 30px;
  letter-spacing: normal;
  margin-bottom: 12px;
}

.techterms-wrapper .producttitle ol,
.custterms-wrapper .producttitle ol,
.eula-wrapper .producttitle ol,
.generaltos-wrapper .producttitle ol,
.psa-wrapper .producttitle ol,
.synergy18mowarranty-wrapper .producttitle ol,
.truevueoss-wrapper .producttitle ol {
  margin-left: 40px;
}

.techterms-wrapper .producttitle ol li,
.custterms-wrapper .producttitle ol li,
.eula-wrapper .producttitle ol li,
.generaltos-wrapper .producttitle ol li,
.psa-wrapper .producttitle ol li,
.synergy18mowarranty-wrapper .producttitle ol li,
.truevueoss-wrapper .producttitle ol li {
  list-style: decimal;
}

.techterms-wrapper .producttitle ol li h3,
.custterms-wrapper .producttitle ol li h3,
.eula-wrapper .producttitle ol li h3,
.generaltos-wrapper .producttitle ol li h3,
.psa-wrapper .producttitle ol li h3,
.synergy18mowarranty-wrapper .producttitle ol li h3,
.truevueoss-wrapper .producttitle ol li h3 {
  font-family: "SegoeUIRegular", Arial, sans-serif;
  color: #2e2925;
  font-size: 20px;
}

.techterms-wrapper .universal-headermedium,
.custterms-wrapper .universal-headermedium,
.eula-wrapper .universal-headermedium,
.generaltos-wrapper .universal-headermedium,
.psa-wrapper .universal-headermedium,
.synergy18mowarranty-wrapper .universal-headermedium,
.truevueoss-wrapper .universal-headermedium {
  min-height: 328px;
}

.techterms-wrapper .universal-headermedium .desc,
.custterms-wrapper .universal-headermedium .desc,
.eula-wrapper .universal-headermedium .desc,
.generaltos-wrapper .universal-headermedium .desc,
.psa-wrapper .universal-headermedium .desc,
.synergy18mowarranty-wrapper .universal-headermedium .desc,
.truevueoss-wrapper .universal-headermedium .desc {
  color: #ffffff;
}

.lossprevention-eas .universaliconlist {
  padding: 0 !important;
}

.lossprevention-eas .universaliconlist .universaliconlist-item .universaliconlist-item-linktext {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-family: "SegoeUISemiBold", Arial, sans-serif !important;
}

.lossprevention-eas .universaliconlist .universaliconlist-item .universaliconlist-item-desc {
  text-align: left;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0;
  font-family: "SegoeUILight", Arial, sans-serif;
}

.contact-page .formbackground {
  background: #ffffff;
  padding-top: 64px !important;
  padding-bottom: 64px;
}

.contact-page .formbackground .row .col-md-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.contact-page .formbackground .row .col-md-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.catalog-page .formbackground {
  background-color: #ffffff !important;
  padding-bottom: 0;
}

.catalog-page .formbackground .col-md-7 .pagesection-richtext {
  padding: 0 20px;
}

.catalog-page .formbackground .col-md-7 .pagesection-richtext p {
  font-family: "SegoeUIRegular", Arial, sans-serif;
  line-height: 32px;
  font-size: 18px;
  color: #5f6369 !important;
  margin-bottom: 1rem;
}

.catalog-page .formbackground .col-md-5 .defaultform {
  padding-bottom: 0;
}

.catalog-page .formbackground .col-md-5 .defaultform h2 {
  font-size: 36px !important;
}

.form-center .pagesection-richtext.field-form-content {
  background-color: #f0f0f0;
  padding-top: 64px;
  padding-bottom: 64px;
}

.form-center .pagesection-richtext .defaultform {
  background-color: #f0f0f0;
}

@media (max-width: 1024px) {
  .contact-page .formbackground .row .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contact-page .formbackground .row .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .lossprevention-eas .universaliconlist .universaliconlist-item .universaliconlist-item-linktext {
    text-align: left;
    width: 100%;
  }
  .universalflarelist > div > div:not(:last-of-type),
  .universaliconlist > div > div:not(:last-of-type) {
    margin-top: 40px;
    margin-bottom: 0;
  }
}

.form-catalog p {
  font-family: "SegoeUIRegular", Arial, sans-serif;
  line-height: 32px;
  font-size: 18px;
  color: #5f6369;
  margin-bottom: 1rem;
}

.campaignheader {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 108px;
  padding-bottom: 108px;
}

.campaignheader-title, .campaignheader-subtitle {
  margin-bottom: 0;
  max-width: 100%;
}

.campaignheader-title {
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 40px;
  line-height: 56px;
  width: 630px;
}

.campaignheader-title:not(:last-child) {
  margin-bottom: 16px;
}

.campaignheader-subtitle {
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 20px;
  line-height: 30px;
  width: 555px;
}

.campaignheader-benefitslist {
  list-style: none;
  margin: 26px 0 0 0;
  padding: 0;
}

.campaignheader-benefitslist-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2e2925;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}

.campaignheader-benefitslist-item:last-child {
  margin-bottom: 0;
}

.campaignheader-benefitslist-item::before {
  content: "";
  background-image: url("../../../../../Images/Base/dist/icon-checkmark_and_circle.svg");
  height: 24px;
  margin-right: 16px;
  min-width: 24px;
  width: 24px;
}

.campaignheader-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.campaignheader-cta:not(:first-child) {
  margin-top: 32px;
}

.campaignheader-cta-input {
  border: 0;
  margin-right: 24px;
  max-width: 100%;
  padding: 18px 21px;
  width: 382px;
}

.campaignheader-cta-input::-webkit-input-placeholder {
  color: #5f6369;
  line-height: 18px;
}

.campaignheader-cta-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #5f6369;
  line-height: 18px;
}

.campaignheader-cta-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #5f6369;
  line-height: 18px;
}

.campaignheader-cta-input:-moz-placeholder {
  /* Firefox 18- */
  color: #5f6369;
  line-height: 18px;
}

.campaignheader-cta-button {
  cursor: pointer;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.23px;
  text-transform: none;
  padding: 16px 40px;
  -webkit-appearance: none;
  background-color: #fdbc38;
  border: none;
  box-shadow: none;
  font-size: 18px;
  letter-spacing: 0.3px;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  line-height: 16px;
  padding: 19px 40px;
  display: inline-block;
}

.campaignheader-cta-button, .campaignheader-cta-button:hover, .campaignheader-cta-button:visited, .campaignheader-cta-button:focus {
  text-decoration: none;
}

@media (max-width: 767px) {
  .campaignheader-cta-button {
    padding: 16px;
  }
}

.campaignheader-cta-button, .campaignheader-cta-button:hover, .campaignheader-cta-button:focus {
  color: #333740;
}

.campaignheader-cta-button:hover, .campaignheader-cta-button:focus {
  background-color: rgba(253, 188, 56, 0.75);
}

.campaignheader-whitetexttheme .campaignheader-title, .campaignheader-whitetexttheme .campaignheader-subtitle, .campaignheader-whitetexttheme .campaignheader-benefitslist-item {
  color: #ffffff;
}

.campaignheader-whitetexttheme .campaignheader-benefitslist-item::before {
  background-image: url("../../../../../Images/Base/dist/icon-checkmark_and_circle_white.svg");
}

.campaignheader-benefitsbar-wrapper .campaignheader {
  padding-bottom: 238px;
}

.campaignheader-benefitsbar-wrapper .benefitsbar {
  margin-top: -110px;
  padding-left: 24px;
  padding-right: 24px;
}

.campaignheader-benefitsbar-wrapper .benefitsbar-container::after {
  background-color: #adafb2;
  content: "";
  display: block;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 50px;
  width: -webkit-calc( 100% - 84px);
  width: calc( 100% - 84px);
}

.campaignheader-benefitsbar-wrapper .benefitsbar-container {
  background: #ffffff;
  padding: 56px 0;
}

.campaignheader-benefitsbar-wrapper .benefitsbar-list {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0;
  width: 100%;
}

.campaignheader-benefitsbar-wrapper .benefitsbar-list, .campaignheader-benefitsbar-wrapper .benefitsbar-list-item {
  padding: 0;
}

.campaignheader-benefitsbar-wrapper .benefitsbar-list-item {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-left: 42px;
  margin-right: 42px;
}

.campaignheader-benefitsbar-wrapper .benefitsbar-list-item-icon {
  display: block;
  margin: 0 auto;
}

.campaignheader-benefitsbar-wrapper .benefitsbar-list-item-icon:not(:last-child) {
  margin-bottom: 12px;
}

.campaignheader-benefitsbar-wrapper .benefitsbar-list-item-title, .campaignheader-benefitsbar-wrapper .benefitsbar-list-item-subtitle {
  margin-bottom: 0;
  text-align: center;
}

.campaignheader-benefitsbar-wrapper .benefitsbar-list-item-title {
  color: #333740;
  font-family: "SegoeUIBold", Arial, sans-serif;
  font-size: 21px;
  line-height: 31px;
}

.campaignheader-benefitsbar-wrapper .benefitsbar-list-item-title:not(:last-child) {
  margin-bottom: 8px;
}

.campaignheader-benefitsbar-wrapper .benefitsbar-list-item-subtitle {
  color: #5f6369;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.campaignheader-benefitsbar-wrapper .benefitsbar-error {
  color: #cb2439;
}

@media (max-width: 1024px) {
  .campaignheader-benefitsbar-wrapper .campaignheader {
    padding-bottom: 208px;
  }
  .campaignheader-benefitsbar-wrapper .benefitsbar-container::after {
    top: 48px;
    width: -webkit-calc( 100% - 48px);
    width: calc( 100% - 48px);
  }
}

@media (max-width: 767px) {
  .campaignheader {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .campaignheader-title {
    font-size: 36px;
    line-height: 50px;
  }
  .campaignheader-subtitle {
    font-size: 18px;
    line-height: 28px;
  }
  .campaignheader-cta {
    display: inline-block;
  }
  .campaignheader-cta-input, .campaignheader-cta-button {
    width: auto;
  }
  .campaignheader-cta-input {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .campaignheader-cta-button {
    font-size: 16px;
    text-align: center;
  }
  .campaignheader-benefitsbar-wrapper .campaignheader {
    padding-bottom: 144px;
  }
  .campaignheader-benefitsbar-wrapper .benefitsbar {
    margin-top: -72px;
  }
  .campaignheader-benefitsbar-wrapper .benefitsbar-container::after {
    top: 32px;
    width: 100%;
  }
}

.benefitsbar-container {
  background: #ffffff;
  padding: 56px 0;
}

.benefitsbar-list {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0;
  width: 100%;
}

.benefitsbar-list, .benefitsbar-list-item {
  padding: 0;
}

.benefitsbar-list-item {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-left: 42px;
  margin-right: 42px;
}

.benefitsbar-list-item-icon {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.benefitsbar-list-item-icon img {
  width: 133px;
  height: 91px;
}

.benefitsbar-list-item-icon:not(:last-child) {
  margin-bottom: 12px;
}

.benefitsbar-list-item-title, .benefitsbar-list-item-subtitle {
  margin-bottom: 0;
  text-align: center;
}

.benefitsbar-list-item-title {
  color: #333740;
  font-family: "SegoeUIBold", Arial, sans-serif;
  font-size: 21px;
  line-height: 31px;
}

.benefitsbar-list-item-title:not(:last-child) {
  margin-bottom: 8px;
}

.benefitsbar-list-item-subtitle {
  color: #5f6369;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.benefitsbar-error {
  color: #cb2439;
}

@media (max-width: 1024px) {
  .benefitsbar-container {
    padding: 48px 0;
  }
  .benefitsbar-list-item {
    margin-left: 24px;
    margin-right: 24px;
  }
  .benefitsbar-list-item-title {
    font-size: 16px;
    line-height: 26px;
  }
  .benefitsbar-list-item-subtitle {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .benefitsbar-container {
    padding: 32px 0;
  }
  .benefitsbar-list {
    display: block;
  }
  .benefitsbar-list-item {
    max-width: -webkit-calc(100% - 48px);
    max-width: calc(100% - 48px);
  }
  .benefitsbar-list-item + .benefitsbar-list-item {
    margin-top: 32px;
  }
  .benefitsbar-list-item-icon:not(:last-child) {
    margin-bottom: 8px;
  }
}

.campaignform {
  background-color: #f0f0f0;
  padding-top: 64px;
  padding-bottom: 64px;
}

.campaignform-formcontainer, .campaignform-thankyoucontainer {
  display: none;
}

.campaignform-formcontainer.show, .campaignform-thankyoucontainer.show {
  display: block;
}

.campaignform-contentcontainer {
  margin: 0 auto;
  max-width: 590px;
}

.campaignform-title {
  font-family: "SegoeUIRegular", Arial, sans-serif;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 0;
  font-size: 54px;
  color: #333740;
  letter-spacing: normal;
}

.campaignform-title:not(:last-child) {
  margin-bottom: 32px;
}

.campaignform.rf {
  margin-top: 48px;
}

.campaignform-form, .campaignform-thankyou-richtext {
  background-color: #ffffff;
  margin: 0 auto;
  max-width: 100%;
}

.campaignform-form {
  padding: 1px 32px 30px 32px;
  width: 560px;
}

.campaignform-form-title {
  color: #2e2925;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 0;
}

.campaignform-form-title:not(:last-child) {
  margin-bottom: 16px;
}

.campaignform-form-row + .campaignform-form-row {
  margin-top: 24px;
}

.campaignform-form-row *[class*="col-sm-"]:not(:first-child):not(:last-child) {
  padding-left: 8px;
  padding-right: 8px;
}

.campaignform-form-checkbox-wrapper:not(:first-child) {
  margin-top: 28px;
}

.campaignform-form-checkbox-wrapper .campaignform-form-checkbox {
  display: none;
}

.campaignform-form-checkbox-wrapper .campaignform-form-checkbox:checked + .campaignform-form-checkbox-label::before {
  background-image: url("/images/Base/icon_check_box_blue.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  border: 0;
}

.campaignform-form-checkbox-wrapper .campaign-form-checkbox-checkskip {
  display: block;
}

.campaignform-form-checkbox-wrapper .campaignform-form-checkbox-label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333740;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  line-height: 24px;
  margin: 0;
}

.campaignform-form-checkbox-wrapper .campaignform-form-checkbox-label::before {
  content: "";
  height: 20px;
  margin-right: 0;
  min-width: 18px;
  width: 23px;
}

.campaignform-form-checkbox-wrapper .campaignform-form-checkbox-checkskip-label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333740;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 12px;
  line-height: 24px;
  margin: 0;
}

.campaignform-form-checkbox-wrapper .campaignform-form-checkbox-checkskip-label::before {
  content: none !important;
  height: 20px;
  margin-right: 0;
  min-width: 18px;
  width: 23px;
}

.campaignform-form-label, .campaignform-form-checkbox-label, .campaignform-form-checkbox-checkskip-label {
  font-family: "SegoeUIRegular", Arial, sans-serif;
  letter-spacing: 0;
  text-transform: none;
}

.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: #ffffff;
  right: 1px;
  top: 1px;
  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: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
}

.campaignform-form-select-wrapper .campaignform-form-select {
  cursor: pointer;
}

.campaignform-form-label {
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 5px 0;
}

.campaignform-form-input, .campaignform-form-select, .campaignform-form-checkbox-label::before {
  resize: none;
  border: 1px solid #adafb2;
}

.campaignform-form-input-info {
  font-size: 14px;
  color: #747778;
  text-align: right;
}

.campaignform-form-button {
  cursor: pointer;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.23px;
  text-transform: none;
  padding: 16px 40px;
  -webkit-appearance: none;
  background-color: #fdbc38;
  border: none;
  box-shadow: none;
  font-size: 18px;
  letter-spacing: 0.3px;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  line-height: 16px;
  padding: 19px 40px;
  font-size: 14px;
  letter-spacing: 0.27px;
  padding: 16px;
}

.campaignform-form-button, .campaignform-form-button:hover, .campaignform-form-button:visited, .campaignform-form-button:focus {
  text-decoration: none;
}

@media (max-width: 767px) {
  .campaignform-form-button {
    padding: 16px;
  }
}

.campaignform-form-button, .campaignform-form-button:hover, .campaignform-form-button:focus {
  color: #333740;
}

.campaignform-form-button:hover, .campaignform-form-button:focus {
  background-color: rgba(253, 188, 56, 0.75);
}

.campaignform-form-button, .campaignform-form-button:hover, .campaignform-form-button:focus {
  color: #2e2925;
}

.campaignform-form-button:not(:first-child) {
  margin-top: 24px;
}

.campaignform-form-disclaimer {
  color: #333740;
  display: block;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.campaignform-form-disclaimer:not(:first-child) {
  margin-top: 16px;
}

.campaignform-form-disclaimer a,
.campaignform-form-disclaimer a:visited {
  color: #00539e;
}

.campaignform-form-disclaimer a:hover, .campaignform-form-disclaimer a:focus,
.campaignform-form-disclaimer a:visited:hover,
.campaignform-form-disclaimer a:visited:focus {
  text-decoration: underline;
}

.campaignform-thankyou-richtext {
  padding: 48px 100px;
  width: 732px;
}

.campaignform-thankyou-richtext p {
  color: #5f6369;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}

.campaignform-thankyou-richtext p + * {
  margin-top: 16px;
}

.campaignform-thankyou-richtext p strong {
  color: #333740;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.campaignform-thankyou-richtext p a {
  padding-right: 20px;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  padding-right: 24px;
  position: relative;
  display: block;
  margin-top: 24px;
}

.campaignform-thankyou-richtext p a, .campaignform-thankyou-richtext p a::after {
  display: inline-block;
}

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

.campaignform-thankyou-richtext p a, .campaignform-thankyou-richtext p a:hover, .campaignform-thankyou-richtext p a:focus, .campaignform-thankyou-richtext p a:visited {
  color: #ffffff;
}

.campaignform-thankyou-richtext p a:after {
  background: transparent url("../Images/Base/link_arrow_white.svg") no-repeat 100% 50%;
  margin-right: -24px;
  top: 3px;
  width: 24px;
}

@media (max-width: 1024px) {
  .campaignform-thankyou-richtext p a {
    font-size: 16px;
  }
}

.campaignform-thankyou-richtext p a, .campaignform-thankyou-richtext p a:hover, .campaignform-thankyou-richtext p a:focus, .campaignform-thankyou-richtext p a:visited {
  color: #00539e;
}

.campaignform-thankyou-richtext p a:hover {
  text-decoration: underline;
}

.campaignform-thankyou-richtext p a:after {
  background-image: url("../images/Base/tyco_link_arrow_blue.svg");
  position: relative;
  top: -1px;
}

.campaignform-thankyou-richtext.show-editing-mode {
  display: block;
}

.campaignform.rf .campaignform-thankyou-richtext {
  width: 560px;
  padding: 32px;
}

.campaignform.rf .campaignform-thankyou-richtext p {
  margin-top: 32px;
  font-size: 22px;
}

.campaignform .error label {
  color: #cb2439;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
}

.campaignform__buttonwrap {
  position: fixed;
  z-index: 999;
  bottom: 0;
  width: 100%;
  height: auto;
}

.campaignform__buttonwrap .campaignform__buttonitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.campaignform__buttonwrap .campaignform__buttonitem .campaignform__button {
  cursor: pointer;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.23px;
  text-transform: none;
  padding: 16px 40px;
  -webkit-appearance: none;
  background-color: #ffffff;
  box-shadow: inset 0 0 0 2px #00539e;
  color: #00539e;
  -webkit-transition: color 0.25s 0.08333s;
  transition: color 0.25s 0.08333s;
  position: relative;
  border: none;
  margin: 0;
  position: absolute;
  bottom: 48px;
}

.campaignform__buttonwrap .campaignform__buttonitem .campaignform__button, .campaignform__buttonwrap .campaignform__buttonitem .campaignform__button:hover, .campaignform__buttonwrap .campaignform__buttonitem .campaignform__button:visited, .campaignform__buttonwrap .campaignform__buttonitem .campaignform__button:focus {
  text-decoration: none;
}

@media (max-width: 767px) {
  .campaignform__buttonwrap .campaignform__buttonitem .campaignform__button {
    padding: 16px;
  }
}

.campaignform__buttonwrap .campaignform__buttonitem .campaignform__button::before, .campaignform__buttonwrap .campaignform__buttonitem .campaignform__button::after {
  background: none;
  border: 0 solid transparent;
  box-sizing: border-box;
  content: "";
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
}

.campaignform__buttonwrap .campaignform__buttonitem .campaignform__button::before {
  border-top-width: 2px;
  border-right-width: 2px;
}

.campaignform__buttonwrap .campaignform__buttonitem .campaignform__button::after {
  border-bottom-width: 2px;
  border-left-width: 2px;
}

.campaignform__buttonwrap .campaignform__buttonitem .campaignform__button:hover {
  background-color: #f0f0f0;
}

.campaignform__buttonwrap .campaignform__buttonitem .campaignform__button:hover:before, .campaignform__buttonwrap .campaignform__buttonitem .campaignform__button:hover:after {
  border-color: #2cbcb1;
  -webkit-transition: border-color 0s, width 0.25s, height 0.25s;
  transition: border-color 0s, width 0.25s, height 0.25s;
  width: 100%;
  height: 100%;
}

.campaignform__buttonwrap .campaignform__buttonitem .campaignform__button:hover:before {
  -webkit-transition-delay: 0s, 0s, 0.25s;
  transition-delay: 0s, 0s, 0.25s;
}

.campaignform__buttonwrap .campaignform__buttonitem .campaignform__button:hover:after {
  -webkit-transition-delay: 0s, 0.25s, 0s;
  transition-delay: 0s, 0.25s, 0s;
}

.campaignform__buttonwrap .campaignform__buttonitem .campaignform__button:hover, .campaignform__buttonwrap .campaignform__buttonitem .campaignform__button:focus {
  -webkit-transition: all 0.25s 0.08333s;
  transition: all 0.25s 0.08333s;
}

.campaignform__buttonwrap .campaignform__buttonitem .campaignform__button, .campaignform__buttonwrap .campaignform__buttonitem .campaignform__button:hover, .campaignform__buttonwrap .campaignform__buttonitem .campaignform__button:focus, .campaignform__buttonwrap .campaignform__buttonitem .campaignform__button:visited {
  color: #00539e;
}

@media (any-hover: none) {
  .campaignform__buttonwrap .campaignform__buttonitem .campaignform__button::before, .campaignform__buttonwrap .campaignform__buttonitem .campaignform__button::after {
    content: none;
  }
}

.campaignform__buttonwrap .campaignform__buttonitem .campaignform__button, .campaignform__buttonwrap .campaignform__buttonitem .campaignform__button:visited, .campaignform__buttonwrap .campaignform__buttonitem .campaignform__button:hover, .campaignform__buttonwrap .campaignform__buttonitem .campaignform__button:focus {
  color: #ffffff;
}

.campaignform__buttonwrap .campaignform__buttonitem .campaignform__button, .campaignform__buttonwrap .campaignform__buttonitem .campaignform__button:visited {
  background-color: #00539e;
}

.campaignform__buttonwrap .campaignform__buttonitem .campaignform__button:hover, .campaignform__buttonwrap .campaignform__buttonitem .campaignform__button:focus {
  background-color: #1964a7 !important;
}

.campaignform .campaignform-title {
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 56px;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 0;
  letter-spacing: normal;
}

.campaignform .campaignform-text {
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 22px;
  line-height: 1.5;
  margin: 32px 0;
}

.campaignform .campaignform-list {
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  margin: 48px 0;
  padding: 0 20px;
}

.campaignform .campaignform-list li {
  margin-bottom: 32px;
}

.campaignform .campaignform-content p {
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 22px;
  line-height: 1.5;
  margin: 32px 0;
  color: #333740;
}

.campaignform .campaignform-content ul {
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  margin: 48px 0;
  padding: 0 20px;
}

.campaignform .campaignform-content ul li {
  margin-bottom: 32px;
  list-style: square;
  color: #333740;
  font-size: 16px;
  line-height: 28px;
}

.componentcontrol-formcontainer, .componentcontrol-thankyoucontainer {
  display: none;
}

.componentcontrol-formcontainer.show, .componentcontrol-thankyoucontainer.show {
  display: block;
}

.component.Form .pagesection-richtext .campaignform-content p {
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 22px;
  line-height: 1.5;
  margin: 32px 0;
  color: #333740;
}

.component.Form .pagesection-richtext .campaignform-content ul {
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  margin: 48px 0;
  padding: 0 20px;
}

.component.Form .pagesection-richtext .campaignform-content ul li {
  margin-bottom: 32px;
  list-style: square;
  color: #333740;
  font-size: 16px;
  line-height: 28px;
}

.campaignform .campaignform-formcontainer .pagesection-richtext .form-title-campaign {
  font-size: 45px;
  margin-bottom: 14px;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  line-height: 56px;
  text-align: center;
}

.campaignform .campaignform-formcontainer .pagesection-richtext .campaignform-form-title {
  font-family: "SegoeUIRegular", Arial, sans-serif !important;
  font-size: 18px !important;
  letter-spacing: 0;
  line-height: 30px !important;
  margin-bottom: 0 !important;
  padding: 1px 32px 30px 32px;
  width: 560px;
  max-width: 100%;
  margin: 0 auto !important;
}

@media (max-width: 1024px) {
  .campaignform-title {
    font-size: 32px;
    line-height: 42px;
  }
  .campaignform.rf .campaignform-title {
    font-family: "SegoeUIRegular", Arial, sans-serif;
    font-size: 40px;
    line-height: 1.3;
    text-align: left;
    margin-bottom: 0;
    letter-spacing: 1.3px;
    width: 90%;
  }
  .campaignform.rf .campaignform-text {
    font-family: "SegoeUIRegular", Arial, sans-serif;
    font-size: 20px;
    line-height: 1.5;
    margin: 32px 0;
  }
  .campaignform.rf .campaignform-list {
    font-family: "SegoeUIRegular", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.5;
    padding-left: 32px;
    margin: 48px 0;
  }
  .campaignform.rf .campaignform-list li {
    margin-bottom: 32px;
  }
  .campaignform .campaignform-formcontainer .pagesection-richtext {
    width: 707px;
  }
}

@media (max-width: 767px) {
  .campaignform {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .campaignform-form {
    padding: 24px;
  }
  .campaignform-form-row + .campaignform-form-row {
    margin-top: 16px;
  }
  .campaignform-form-row *[class*="col-sm-"]:not(:last-child) {
    margin-bottom: 16px;
  }
  .campaignform-contentcontainer {
    padding: 0 24px;
  }
  .campaignform.rf .campaignform-title {
    font-family: "SegoeUIRegular", Arial, sans-serif;
    font-size: 32px;
    line-height: 1.3;
    text-align: left;
    margin-bottom: 0;
    letter-spacing: 1px;
    width: 90%;
  }
  .campaignform.rf .campaignform-text {
    font-family: "SegoeUIRegular", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.3;
    margin: 24px 0;
  }
  .campaignform.rf .campaignform-list {
    font-family: "SegoeUIRegular", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    padding-left: 24px;
    margin: 32px 0;
  }
  .campaignform.rf .campaignform-list li {
    margin-bottom: 24px;
  }
  .campaignform-thankyou-richtext {
    padding: 24px;
  }
  .campaignform-thankyou-richtext p strong {
    font-size: 20px;
    line-height: 30px;
  }
  .campaignform-thankyou-richtext p a {
    margin-top: 16px;
  }
  .campaignform .campaignform-formcontainer .pagesection-richtext {
    padding: 0;
  }
  .campaignform .campaignform-formcontainer .pagesection-richtext .campaignform-form-title {
    padding: 10px;
  }
}

.quotessection {
  background: -webkit-linear-gradient(89.74deg, #47bbdc 0%, #2884bc 22.29%, #125ea5 100%);
  background: linear-gradient(0.26deg, #47bbdc 0%, #2884bc 22.29%, #125ea5 100%);
  text-align: center;
  padding-top: 56px;
  padding-bottom: 72px;
}

.quotessection-title, .quotessection-description, .quotessection-fineprint {
  color: #ffffff;
  margin: 0 auto 16px;
  max-width: 750px;
}

.quotessection-title:last-child, .quotessection-description:last-child, .quotessection-fineprint:last-child {
  margin-bottom: 0;
}

.quotessection-description, .quotessection-fineprint {
  font-family: "SegoeUIRegular", Arial, sans-serif;
  line-height: 24px;
}

.quotessection-title {
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  line-height: 64px;
}

.quotessection-fineprint {
  display: block;
  font-size: 12px;
  font-style: italic;
}

.quotessection-list {
  list-style: none;
  margin: 24px 0 0 0;
  padding: 0;
}

.quotessection-list-item {
  background-color: #ffffff;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 32px 32px 42px;
  width: -webkit-calc((100% / 3) - 24px);
  width: calc((100% / 3) - 24px);
}

.quotessection-list-item:first-child {
  margin-right: 22px;
}

.quotessection-list-item:nth-child(2) {
  margin-left: 11px;
  margin-right: 11px;
}

.quotessection-list-item:last-child {
  margin-left: 22px;
}

.quotessection-list-item-title, .quotessection-list-item-quotetext {
  margin-bottom: 0;
}

.quotessection-list-item-title {
  color: #5f6369;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 19px;
  text-transform: uppercase;
}

.quotessection-list-item-title:not(:last-child)::after {
  background-color: #05a194;
  content: "";
  display: block;
  height: 1px;
  margin: 9px auto 13px auto;
  width: 24px;
}

.quotessection-list-item-quotetext {
  color: #2e2925;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  line-height: 24px;
}

@media (max-width: 1024px) {
  .quotessection-list-item {
    width: -webkit-calc((100% / 3) - 18px);
    width: calc((100% / 3) - 18px);
  }
  .quotessection-list-item:first-child {
    margin-right: 16px;
  }
  .quotessection-list-item:nth-child(2) {
    margin-left: 8px;
    margin-right: 8px;
  }
  .quotessection-list-item:last-child {
    margin-left: 16px;
  }
}

@media (max-width: 767px) {
  .quotessection {
    padding-bottom: 56px;
  }
  .quotessection-title {
    font-size: 32px;
    line-height: 46px;
  }
  .quotessection-description {
    font-size: 16px;
  }
  .quotessection-list {
    display: block;
  }
  .quotessection-list-item {
    padding: 24px;
    width: 100%;
  }
  .quotessection-list-item + .quotessection-list-item {
    margin-top: 24px;
  }
  .quotessection-list-item:first-child, .quotessection-list-item:nth-child(2), .quotessection-list-item:last-child {
    margin-left: 0;
    margin-right: 0;
  }
  .quotessection-list-item-quotetext {
    font-size: 16px;
  }
}

.universalproductbar {
  position: relative;
}

.universalproductbar .owl-stage {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.universalproductbar .owl-stage .owl-item,
.universalproductbar .owl-stage .universalproductbar-list-item {
  width: auto;
}

.universalproductbar .owl-nav {
  bottom: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  left: -24px;
  top: 0;
  position: absolute;
  right: -24px;
  z-index: -1;
}

.universalproductbar .owl-nav,
.universalproductbar .owl-nav > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.universalproductbar .owl-nav .owl-prev,
.universalproductbar .owl-nav .owl-next {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.universalproductbar .owl-nav .owl-prev, .universalproductbar .owl-nav .owl-prev::before,
.universalproductbar .owl-nav .owl-next,
.universalproductbar .owl-nav .owl-next::before {
  will-change: contents;
}

.universalproductbar .owl-nav .owl-prev::before,
.universalproductbar .owl-nav .owl-next::before {
  background-image: url("/Images/Base/dist/icon-caret.svg");
  background-repeat: no-repeat;
  background-size: 12px 18px;
  background-position: center center;
  content: "";
  display: block;
  height: 24px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  width: 24px;
}

.universalproductbar .owl-nav .owl-prev.disabled,
.universalproductbar .owl-nav .owl-next.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.universalproductbar .owl-nav .owl-prev::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.universalproductbar .owl-nav .owl-prev:hover::before {
  -webkit-transform: rotate(180deg) scale(1.1);
  -ms-transform: rotate(180deg) scale(1.1);
  transform: rotate(180deg) scale(1.1);
}

.universalproductbar .owl-nav .owl-next:hover::before {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.universalproductbar-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin: 0;
  padding: 37px 0 40px;
}

.universalproductbar-list-item {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  padding: 0 28px;
  width: auto;
  text-align: center;
}

.universalproductbar-list-item-link figure {
  margin: 0;
}

.universalproductbar-list-item-link, .universalproductbar-list-item-link:visited, .universalproductbar-list-item-title {
  color: #2e2925;
}

.universalproductbar-list-item-img img {
  display: block;
  height: 80px;
  margin: 0 auto;
  width: auto !important;
}

.universalproductbar-list-item-img img:not(:only-child) {
  margin-bottom: 16px;
}

.universalproductbar-list-item-title {
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
  text-align: center;
}

.portfolio-producttitle .container {
  padding: 0 95px;
}

.portfolio-producttitle .container h2 {
  font-size: 36px;
  color: #2e2925;
  font-family: "SegoeUIRegular", Arial, sans-serif;
}

@media (max-width: 1024px) {
  .universalproductbar-list {
    padding: 16px 0;
  }
  .universalproductbar-list-item {
    width: 130px;
  }
  .universalproductbar-list-item-img:not(:only-child) {
    margin-bottom: 8px;
  }
  .universalproductbar-list-item-title {
    font-size: 14px;
    line-height: 22px;
  }
  .universalproductbar-list .owl-height {
    height: 152px !important;
  }
  .portfolio-producttitle .container {
    padding: 0 40px;
  }
}

@media (max-width: 1400px) {
  .portfolio-producttitle .container {
    max-width: 1440px;
  }
}

.casestudylist {
  margin: 50px 0;
}

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

.casestudylist .casestudy-box {
  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;
  padding: 30px;
  min-height: 270px;
  height: 100%;
  box-shadow: 0 8px 24px 0 rgba(171, 171, 171, 0.2);
}

.casestudylist .casestudy-box img {
  margin-bottom: 20px;
  width: 100%;
}

.casestudylist .casestudy-box .tag {
  display: block;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 1.2;
  color: #2e2925;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.casestudylist .casestudy-box h2 {
  padding-right: 20px;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 22px;
  line-height: 1.4;
  color: #000000;
  margin-bottom: 10px;
}

.casestudylist .casestudy-box h2, .casestudylist .casestudy-box h2::after {
  display: inline-block;
}

.casestudylist .casestudy-box h2::after {
  content: "";
  height: 16px;
  margin-right: -16px;
  width: 16px;
  vertical-align: middle;
  background: transparent url("../images/Base/icon-caret.svg") no-repeat 100% 50%;
}

@media (max-width: 1024px) {
  .casestudylist .casestudy-box {
    min-height: 0;
  }
}

.videomodal-backgroundcolor {
  background-color: #f0f0f0;
}

.videomodal-button::after, .videomodal-image-container::after {
  background-image: url(/images/Base/icon-play-button.svg);
  background-size: cover;
  content: "";
  height: 53px;
  width: 53px;
}

.videomodal-button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: none;
  border: 0;
  color: #00539e;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 24px;
  line-height: 33px;
  margin: 36px auto 60px;
  padding: 0;
}

.videomodal-button::after {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 24px;
}

.videomodal-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 56px;
  padding-bottom: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.videomodal-image-container-img {
  box-shadow: 2px 2px 11px 0 rgba(95, 99, 105, 0.42);
  cursor: pointer;
  width: 100%;
}

.videomodal-image-container::after {
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.videomodal-text-title, .videomodal-text-description {
  margin-bottom: 0;
}

.videomodal-text-title {
  color: #2e2925;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 36px;
  line-height: 48px;
}

.videomodal-text-title:not(:last-child) {
  margin-bottom: 18px;
}

.videomodal-text-description {
  color: #5f6369;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  line-height: 24px;
}

.videomodal-modal {
  background: rgba(95, 99, 105, 0.9);
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 1000;
}

.videomodal-modal,
.videomodal-modal .universalmedia {
  opacity: 0;
}

.videomodal-modal .universalmedia {
  -webkit-transition: opacity 0.6s 0.6s;
  transition: opacity 0.6s 0.6s;
}

.videomodal-modal .universalmedia-caption {
  display: none;
}

.videomodal-modal.showModal {
  bottom: 0;
  right: 0;
}

.videomodal-modal.showModal::before {
  content: "\02DF";
  cursor: pointer;
  display: block;
  right: 30px;
  position: absolute;
  top: 0;
  color: #fff;
  font-size: 100px;
}

.videomodal-modal.showModal,
.videomodal-modal.showModal .universalmedia {
  opacity: 1;
}

.videomodal-modal.showModal .universalmedia {
  height: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding-bottom: 42.1875%;
  width: 75%;
}

.videomodal-container.container {
  padding-left: 0;
}

.videomodal-image-container.videomodal-col {
  padding-right: 0;
}

img.videomodal-image-container-img {
  box-shadow: none;
}

.videomodal-text.videomodal-col {
  margin-left: 0;
  padding-left: 96px;
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

@media (max-width: 1400px) {
  .videomodal-text.videomodal-col {
    padding-left: 56px;
  }
}

@media (max-width: 1024px) {
  .videomodal-text.videomodal-col {
    padding-left: 32px;
  }
}

@media (max-width: 767px) {
  .videomodal-text.videomodal-col {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: 100%;
    overflow: hidden;
    padding-top: 20px;
    padding-left: 39px;
    padding-right: 9px;
  }
}

.videomodal-container.container {
  padding-left: 0;
}

.videomodal-image-container.videomodal-col {
  padding-right: 0;
  padding-left: 15px;
  position: relative;
}

img.videomodal-image-container-img {
  box-shadow: none;
}

.videomodal-text.videomodal-col {
  margin-left: 0;
  padding-left: 96px;
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

@media (max-width: 1400px) {
  .videomodal-text.videomodal-col {
    padding-left: 56px;
  }
}

@media (max-width: 1024px) {
  .videomodal-text.videomodal-col {
    padding-left: 32px;
  }
}

@media (max-width: 767px) {
  .videomodal-text.videomodal-col {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: 100%;
    overflow: hidden;
    padding-top: 20px;
    padding-left: 39px;
    padding-right: 9px;
  }
}

@media (min-width: 768px) {
  .videomodal-image-container {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.leader-img img {
  max-width: 70%;
}

.leader-img {
  padding: 0 15%;
  text-align: center;
}

.universaltexttable-item-col h3,
h2.universaltexttable-item-title {
  font-size: 24px;
  line-height: 1.33;
  font-style: italic;
}

h2.universaltexttable-title {
  font-size: 24px;
}

.universaltexttable-item-col h3 {
  font-weight: bold;
}

.universalinsightsublayout-col > *:last-child {
  margin-bottom: 2rem;
}

div#officer-container {
  width: inherit;
  margin-right: auto;
  margin-left: auto;
  margin-top: 104px;
  margin-bottom: 104px;
}

.officer-bio-container {
  padding-left: 7%;
  /* padding-bottom: 3%; */
  /* height: 500px; */
  background-repeat: no-repeat;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  /* background-image: url(/-/media/project/sensormatic/solution-pages/leadership-team/leadership-bjoern-petersen-1400x500.ashx); */
  background-image: url(-/media/8509f273037a42f39e27ae6b4939c56f.ashx);
}

.officer-bio-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.officer-bio-portrait {
  width: 37%;
  /* display: inline-block; */
  -webkit-box-flex: 1;
  -ms-flex: 1 1 400px;
  flex: 1 1 400px;
}

.revised-image-callout img {
  margin-top: 40px;
  margin-bottom: 40px;
  max-width: 100%;
  height: auto;
  background-color: rgba(255, 255, 255, 0.4);
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.1);
  width: auto;
}

.revised-callout-wrapper * + * {
  margin-top: 0;
}

.officer-bio-text {
  background-color: rgba(255, 255, 255, 0.25);
  padding: 20px 10px 20px 20px;
  /* padding-left: 48%; */
  /* padding-top: 10%; */
  /* display: inline-block; */
  /* width: 62%; */
  -webkit-box-flex: 1;
  -ms-flex: 1 0 60%;
  flex: 1 0 60%;
  justify-self: left;
}

.officer-bio-text-name {
  color: #184f9e;
  font-size: 54px;
  font-size: clamp(1.4rem, 5.5vw, 3.8rem);
  line-height: 1.2;
}

.officer-bio-text-position {
  color: #184f9e;
  font-size: 32px;
  font-size: clamp(1.2rem, 2.5vw, 2.8rem);
  line-height: 2;
}

.col-md-6 .officer-bio-text {
  background-color: rgba(255, 255, 255, 0.25);
  padding: 20px 10px 19px 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 60%;
  flex: 1 0 60%;
  justify-self: left;
}

.col-md-6 .officer-bio-text-name {
  color: #184f9e;
  font-size: 54px;
  font-size: clamp(1.8rem, 5.5vw, 3.8rem);
  line-height: 1.2;
}

.col-md-6 .officer-bio-text-position {
  color: #184f9e;
  font-size: 32px;
  font-size: clamp(1.8rem, 2.5vw, 2.8rem);
  line-height: 2;
}

.officer-bio-container.officer-background01 {
  background-image: url(-/media/5fabe199b96a40f291d3a305f5d2ad3b.ashx);
}

.officer-bio-container.officer-background02 {
  background-image: url(-/media/94025905b58c4d3d8cf154214866daee.ashx);
}

.officer-bio-container.officer-background03 {
  background-image: url(-/media/fc71eeb30bf144c5bf2493393d2b1661.ashx);
}

.officer-bio-container.officer-background04 {
  background-image: url(-/media/e78fe16961ca434f95182c2f91132dd4.ashx);
}

/* CHANGES =================================== */
.col-md-6 .officer-bio-text-name {
  color: #184f9e;
  font-size: 40px;
  font-size: clamp(1.4rem, 3.5vw, 2.4rem);
  line-height: 1.5;
}

.col-md-6 .officer-bio-text-position {
  color: #184f9e;
  font-size: 26px;
  font-size: clamp(1.2rem, 2vw, 1.8rem);
  line-height: 1.25;
}

.col-md-6 .officer-bio-portrait {
  width: 37%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 200px;
  flex: 1 1 200px;
}

.universalrichtext-text * + * {
  margin-top: 0;
}

.revised-callout-wrapper .row {
  margin-top: 24px;
}

.revised-image-callout.col-md-6:nth-child(1) {
  margin-bottom: 30px;
}

.revised-callout-wrapper .row:nth-child(1) {
  margin-bottom: 48px;
}

.solutionsectionwrapper {
  display: block;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-height: 444px;
  width: 100%;
  background-color: #f0f0f0;
  padding-top: 72px;
  padding-bottom: 72px;
}

.solutionsectionwrapper .campaignheader-title {
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 56px;
  line-height: 64px;
  margin-bottom: 24px;
  max-width: 60%;
  width: 60%;
  color: #2e2925;
  word-break: break-word;
}

.solutionsectionwrapper .campaignheader-title:not(:last-child) {
  margin-bottom: 10px;
}

.solutionsectionwrapper .campaignheader-subtitle {
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  margin-bottom: 24px;
  color: #5f6369;
  max-width: 60%;
}

.solutionsectionwrapper .campaignheader-cta-button {
  cursor: pointer;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.23px;
  text-transform: none;
  padding: 16px 40px;
  -webkit-appearance: none;
  background-color: #ffffff;
  box-shadow: inset 0 0 0 2px #00539e;
  color: #00539e;
  -webkit-transition: color 0.25s 0.08333s;
  transition: color 0.25s 0.08333s;
  position: relative;
  display: inline-block;
  line-height: 16px;
  margin: 16px 0 16px 0x;
  text-align: center;
  padding: 16px 45px;
  background-color: #00539e;
  color: #ffffff !important;
}

.solutionsectionwrapper .campaignheader-cta-button, .solutionsectionwrapper .campaignheader-cta-button:hover, .solutionsectionwrapper .campaignheader-cta-button:visited, .solutionsectionwrapper .campaignheader-cta-button:focus {
  text-decoration: none;
}

@media (max-width: 767px) {
  .solutionsectionwrapper .campaignheader-cta-button {
    padding: 16px;
  }
}

.solutionsectionwrapper .campaignheader-cta-button::before, .solutionsectionwrapper .campaignheader-cta-button::after {
  background: none;
  border: 0 solid transparent;
  box-sizing: border-box;
  content: "";
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
}

.solutionsectionwrapper .campaignheader-cta-button::before {
  border-top-width: 2px;
  border-right-width: 2px;
}

.solutionsectionwrapper .campaignheader-cta-button::after {
  border-bottom-width: 2px;
  border-left-width: 2px;
}

.solutionsectionwrapper .campaignheader-cta-button:hover {
  background-color: #f0f0f0;
}

.solutionsectionwrapper .campaignheader-cta-button:hover:before, .solutionsectionwrapper .campaignheader-cta-button:hover:after {
  border-color: #2cbcb1;
  -webkit-transition: border-color 0s, width 0.25s, height 0.25s;
  transition: border-color 0s, width 0.25s, height 0.25s;
  width: 100%;
  height: 100%;
}

.solutionsectionwrapper .campaignheader-cta-button:hover:before {
  -webkit-transition-delay: 0s, 0s, 0.25s;
  transition-delay: 0s, 0s, 0.25s;
}

.solutionsectionwrapper .campaignheader-cta-button:hover:after {
  -webkit-transition-delay: 0s, 0.25s, 0s;
  transition-delay: 0s, 0.25s, 0s;
}

.solutionsectionwrapper .campaignheader-cta-button:hover, .solutionsectionwrapper .campaignheader-cta-button:focus {
  -webkit-transition: all 0.25s 0.08333s;
  transition: all 0.25s 0.08333s;
}

.solutionsectionwrapper .campaignheader-cta-button, .solutionsectionwrapper .campaignheader-cta-button:hover, .solutionsectionwrapper .campaignheader-cta-button:focus, .solutionsectionwrapper .campaignheader-cta-button:visited {
  color: #00539e;
}

@media (any-hover: none) {
  .solutionsectionwrapper .campaignheader-cta-button::before, .solutionsectionwrapper .campaignheader-cta-button::after {
    content: none;
  }
}

.solutionsectionwrapper .campaignheader-cta-button:hover {
  background: #1964a7;
  color: #ffffff !important;
}

.solutionsectionwrapper .campaignheader-cta-button:hover::after, .solutionsectionwrapper .campaignheader-cta-button:hover::before {
  border-color: #47bbdc;
}

@media (max-width: 1024px) {
  .solutionsectionwrapper .campaignheader-title {
    max-width: 100%;
    width: 100%;
  }
  .solutionsectionwrapper .campaignheader-title:not(:last-child) {
    margin-bottom: 10px;
  }
  .solutionsectionwrapper .campaignheader-subtitle {
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .solutionsectionwrapper .campaignheader-title {
    font-size: 48px;
    line-height: 56px;
  }
}

@media (max-width: 1024px) {
  .solutionsectionwrapper .campaignheader-title {
    max-width: 100%;
    width: 100%;
  }
  .solutionsectionwrapper .campaignheader-title:not(:last-child) {
    margin-bottom: 10px;
  }
  .solutionsectionwrapper .campaignheader-subtitle {
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .solutionsectionwrapper .campaignheader-title {
    font-size: 48px;
    line-height: 56px;
  }
}

.rfpagetitlecenter {
  margin: 48px 0;
}

.rfpagetitlecenter .rfpagetitlecenter__title {
  font-family: "SegoeUILight", Arial, sans-serif;
  font-size: 80px;
  letter-spacing: 0.8px;
  text-align: center;
  line-height: 1;
}

.rfpagetitlecenter .rfpagetitlecenter__title.rfpagetitlecenter__title--category {
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 28px;
  letter-spacing: 0.7px;
  text-transform: initial;
  color: #00539e;
  text-align: center;
  margin: 0;
}

.rfpagetitlecenter .rfpagetitlecenter__subtitle {
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 18px;
  letter-spacing: 0.8px;
  text-align: center;
  margin-top: 24px;
}

.rfpagetitlecenter h1, .rfpagetitlecenter .universalinsightquilt-card-accent-title *, .universalinsightquilt-card-accent-title .rfpagetitlecenter * {
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 28px;
  letter-spacing: 0.7px;
  text-transform: initial;
  color: #00539e;
  text-align: center;
  margin: 0;
  line-height: 1;
}

.rfpagetitlecenter h2 {
  font-family: "SegoeUILight", Arial, sans-serif !important;
  font-size: 80px !important;
  letter-spacing: 0.8px !important;
  text-align: center;
  line-height: 1 !important;
  color: #2e2925 !important;
}

.rfpagetitlecenter h3 {
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 18px;
  letter-spacing: 0.8px;
  text-align: center;
  margin-top: 24px;
}

.rfpagetitlecenter h3 p {
  font-family: "SegoeUILight", Arial, sans-serif;
}

@media (max-width: 767px) {
  .rfpagetitlecenter .rfpagetitlecenter__title {
    font-size: 48px !important;
  }
  .rfpagetitlecenter h2 {
    font-size: 48px !important;
  }
}

.rfsectiontitlecenter .rfsectiontitlecenter__title {
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 40px;
  letter-spacing: 0.7px;
  line-height: 1.3;
  text-transform: lowercase;
  text-align: center;
  margin-bottom: 24px;
}

.rfsectiontitlecenter .rfsectiontitlecenter__title.rfsectiontitlecenter__title--category {
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 28px;
  letter-spacing: 0.7px;
  text-transform: initial;
  color: #00539e;
  text-align: center;
  margin: 0;
}

.rfsectiontitlecenter .rfsectiontitlecenter__text {
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.7;
  width: 60%;
  margin: 0 auto 24px auto;
  text-align: center;
}

.rfsectiontitlecenter h1, .rfsectiontitlecenter .universalinsightquilt-card-accent-title *, .universalinsightquilt-card-accent-title .rfsectiontitlecenter * {
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 28px;
  line-height: 1.3;
  letter-spacing: 0.7px;
  text-transform: initial;
  color: #00539e;
  text-align: center;
  margin: 0;
}

.rfsectiontitlecenter h2 {
  font-family: "SegoeUIRegular", Arial, sans-serif !important;
  font-size: 40px !important;
  letter-spacing: 0.7px !important;
  line-height: 1.3 !important;
  text-transform: lowercase !important;
  text-align: center;
  margin-bottom: 24px !important;
  color: #2e2925 !important;
}

.rfsectiontitlecenter p {
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.7;
  width: 60%;
  margin: 0 auto 24px auto;
  text-align: center;
}

@media (max-width: 1024px) {
  .rfsectiontitlecenter .rfsectiontitlecenter__text {
    width: 80%;
  }
  .rfsectiontitlecenter p {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .rfsectiontitlecenter .rfsectiontitlecenter__title {
    font-size: 32px;
  }
  .rfsectiontitlecenter .rfsectiontitlecenter__title.rfsectiontitlecenter__title--category {
    font-size: 21px;
    line-height: 1.3;
  }
  .rfsectiontitlecenter .rfsectiontitlecenter__text {
    font-size: 16px;
    line-height: 1.5;
    width: 100%;
  }
  .rfsectiontitlecenter h1, .rfsectiontitlecenter .universalinsightquilt-card-accent-title *, .universalinsightquilt-card-accent-title .rfsectiontitlecenter * {
    font-size: 32px;
  }
  .rfsectiontitlecenter h2 {
    font-size: 21px;
    line-height: 1.3;
  }
  .rfsectiontitlecenter p {
    font-size: 16px;
    line-height: 1.5;
    width: 100%;
  }
}

.contactusform {
  background-color: #ffffff;
  box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.15);
  padding: 32px;
  width: 400px;
  min-height: 400px;
  height: 100%;
  position: fixed;
  z-index: 1000;
  right: -420px;
  top: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.contactusform.is-visible {
  position: absolute;
  right: 0;
  height: auto;
}

.contactusform .contactusform__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 24px;
}

.contactusform .contactusform__close .contactusform__closebuttonitem {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.contactusform .contactusform__close .contactusform__closebuttonitem .contactusform__closebutton {
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  color: #2e2925;
}

.contactusform .contactusform__close .contactusform__closebuttonitem .contactusform__closebutton:hover, .contactusform .contactusform__close .contactusform__closebuttonitem .contactusform__closebutton:focus {
  text-decoration: none;
}

.contactusform .contactusform__close .contactusform__closebuttonitem img {
  margin-left: 8px;
}

.contactusform .contactusform__tag {
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 14px;
  color: #2e2925;
  display: block;
}

.contactusform .contactusform__title {
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 22px;
  color: #2e2925;
  margin-bottom: 16px;
  display: block;
}

.contactusform .contactusform__tag--alt {
  font-family: "SegoeUIRegular", Arial, sans-serif;
}

.contactusform .contactusform__phone {
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 18px;
  color: #00539e;
  display: block;
}

.contactusform .contactusform__notes {
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 14px;
  color: #878a8f;
  margin-bottom: 24px;
  display: block;
}

.contactusform .contactusform__text {
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 14px;
  color: #000000;
  margin: 16px 0;
}

.contactusform .contactusform__text--small {
  font-size: 10px;
  color: #5f6369;
  margin: 16px 0;
}

.contactusform .contactusform__text--small a,
.contactusform .contactusform__text--small a:visited {
  color: #00539e;
}

.contactusform .contactusform__text--small a:hover, .contactusform .contactusform__text--small a:focus,
.contactusform .contactusform__text--small a:visited:hover,
.contactusform .contactusform__text--small a:visited:focus {
  text-decoration: underline;
}

.contactusform .contactusform__button {
  cursor: pointer;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.23px;
  text-transform: none;
  padding: 16px 40px;
  -webkit-appearance: none;
  background-color: #ffffff;
  box-shadow: inset 0 0 0 2px #00539e;
  color: #00539e;
  -webkit-transition: color 0.25s 0.08333s;
  transition: color 0.25s 0.08333s;
  position: relative;
  border: none;
}

.contactusform .contactusform__button, .contactusform .contactusform__button:hover, .contactusform .contactusform__button:visited, .contactusform .contactusform__button:focus {
  text-decoration: none;
}

@media (max-width: 767px) {
  .contactusform .contactusform__button {
    padding: 16px;
  }
}

.contactusform .contactusform__button::before, .contactusform .contactusform__button::after {
  background: none;
  border: 0 solid transparent;
  box-sizing: border-box;
  content: "";
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
}

.contactusform .contactusform__button::before {
  border-top-width: 2px;
  border-right-width: 2px;
}

.contactusform .contactusform__button::after {
  border-bottom-width: 2px;
  border-left-width: 2px;
}

.contactusform .contactusform__button:hover {
  background-color: #f0f0f0;
}

.contactusform .contactusform__button:hover:before, .contactusform .contactusform__button:hover:after {
  border-color: #2cbcb1;
  -webkit-transition: border-color 0s, width 0.25s, height 0.25s;
  transition: border-color 0s, width 0.25s, height 0.25s;
  width: 100%;
  height: 100%;
}

.contactusform .contactusform__button:hover:before {
  -webkit-transition-delay: 0s, 0s, 0.25s;
  transition-delay: 0s, 0s, 0.25s;
}

.contactusform .contactusform__button:hover:after {
  -webkit-transition-delay: 0s, 0.25s, 0s;
  transition-delay: 0s, 0.25s, 0s;
}

.contactusform .contactusform__button:hover, .contactusform .contactusform__button:focus {
  -webkit-transition: all 0.25s 0.08333s;
  transition: all 0.25s 0.08333s;
}

.contactusform .contactusform__button, .contactusform .contactusform__button:hover, .contactusform .contactusform__button:focus, .contactusform .contactusform__button:visited {
  color: #00539e;
}

@media (any-hover: none) {
  .contactusform .contactusform__button::before, .contactusform .contactusform__button::after {
    content: none;
  }
}

.contactusform .contactusform__button, .contactusform .contactusform__button:visited, .contactusform .contactusform__button:hover, .contactusform .contactusform__button:focus {
  color: #ffffff;
}

.contactusform .contactusform__button, .contactusform .contactusform__button:visited {
  background-color: #00539e;
}

.contactusform .contactusform__button:hover, .contactusform .contactusform__button:focus {
  background-color: #1964a7 !important;
}

.contactusform-section {
  background-color: #ffffff;
  padding-top: 64px;
  padding-bottom: 64px;
}

.contactusform-section-form {
  width: 620px;
  box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.15);
  padding: 40px;
  margin: 0 auto;
}

.contactusform-section-form .error label {
  color: #cb2439;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
}

.contactusform-section .contactusform__button {
  cursor: pointer;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.23px;
  text-transform: none;
  padding: 16px 40px;
  -webkit-appearance: none;
  background-color: #ffffff;
  box-shadow: inset 0 0 0 2px #00539e;
  color: #00539e;
  -webkit-transition: color 0.25s 0.08333s;
  transition: color 0.25s 0.08333s;
  position: relative;
  border: none;
}

.contactusform-section .contactusform__button, .contactusform-section .contactusform__button:hover, .contactusform-section .contactusform__button:visited, .contactusform-section .contactusform__button:focus {
  text-decoration: none;
}

@media (max-width: 767px) {
  .contactusform-section .contactusform__button {
    padding: 16px;
  }
}

.contactusform-section .contactusform__button::before, .contactusform-section .contactusform__button::after {
  background: none;
  border: 0 solid transparent;
  box-sizing: border-box;
  content: "";
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
}

.contactusform-section .contactusform__button::before {
  border-top-width: 2px;
  border-right-width: 2px;
}

.contactusform-section .contactusform__button::after {
  border-bottom-width: 2px;
  border-left-width: 2px;
}

.contactusform-section .contactusform__button:hover {
  background-color: #f0f0f0;
}

.contactusform-section .contactusform__button:hover:before, .contactusform-section .contactusform__button:hover:after {
  border-color: #2cbcb1;
  -webkit-transition: border-color 0s, width 0.25s, height 0.25s;
  transition: border-color 0s, width 0.25s, height 0.25s;
  width: 100%;
  height: 100%;
}

.contactusform-section .contactusform__button:hover:before {
  -webkit-transition-delay: 0s, 0s, 0.25s;
  transition-delay: 0s, 0s, 0.25s;
}

.contactusform-section .contactusform__button:hover:after {
  -webkit-transition-delay: 0s, 0.25s, 0s;
  transition-delay: 0s, 0.25s, 0s;
}

.contactusform-section .contactusform__button:hover, .contactusform-section .contactusform__button:focus {
  -webkit-transition: all 0.25s 0.08333s;
  transition: all 0.25s 0.08333s;
}

.contactusform-section .contactusform__button, .contactusform-section .contactusform__button:hover, .contactusform-section .contactusform__button:focus, .contactusform-section .contactusform__button:visited {
  color: #00539e;
}

@media (any-hover: none) {
  .contactusform-section .contactusform__button::before, .contactusform-section .contactusform__button::after {
    content: none;
  }
}

.contactusform-section .contactusform__button, .contactusform-section .contactusform__button:visited, .contactusform-section .contactusform__button:hover, .contactusform-section .contactusform__button:focus {
  color: #ffffff;
}

.contactusform-section .contactusform__button, .contactusform-section .contactusform__button:visited {
  background-color: #00539e;
}

.contactusform-section .contactusform__button:hover, .contactusform-section .contactusform__button:focus {
  background-color: #1964a7 !important;
}

.contactusform-section .contactusform__text {
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 14px;
  color: #000000;
  margin: 16px 0;
}

.contactusform-section .contactusform__text--small {
  font-size: 10px;
  color: #5f6369;
  margin: 16px 0;
}

.contactusform-section .contactusform__text--small a,
.contactusform-section .contactusform__text--small a:visited {
  color: #00539e;
}

.contactusform-section .contactusform__text--small a:hover, .contactusform-section .contactusform__text--small a:focus,
.contactusform-section .contactusform__text--small a:visited:hover,
.contactusform-section .contactusform__text--small a:visited:focus {
  text-decoration: underline;
}

.contactusform-section-header {
  width: 620px;
  padding: 40px;
  margin: 0 auto;
}

.contactusform-section-siderail .content-callout {
  width: 350px;
  padding: 20px;
  box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.15);
  border-left: 4px solid #00539e;
}

.contactusform-section-siderail h3 {
  font-size: 18px;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  color: #333740;
  font-weight: bold;
}

.contactusform-section-siderail .phonenumber {
  font-size: 20px;
  color: #00539e;
  margin-bottom: 0;
  font-weight: bold;
}

.contactusform__buttonwrap {
  position: fixed;
  z-index: 999;
  bottom: 0;
  width: 100%;
  height: auto;
}

.contactusform__buttonwrap .contactusform__buttonitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.contactusform__buttonwrap .contactusform__buttonitem .contactusform__button {
  cursor: pointer;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.23px;
  text-transform: none;
  padding: 16px 40px;
  -webkit-appearance: none;
  background-color: #ffffff;
  box-shadow: inset 0 0 0 2px #00539e;
  color: #00539e;
  -webkit-transition: color 0.25s 0.08333s;
  transition: color 0.25s 0.08333s;
  position: relative;
  border: none;
  margin: 0;
  position: absolute;
  bottom: 48px;
}

.contactusform__buttonwrap .contactusform__buttonitem .contactusform__button, .contactusform__buttonwrap .contactusform__buttonitem .contactusform__button:hover, .contactusform__buttonwrap .contactusform__buttonitem .contactusform__button:visited, .contactusform__buttonwrap .contactusform__buttonitem .contactusform__button:focus {
  text-decoration: none;
}

@media (max-width: 767px) {
  .contactusform__buttonwrap .contactusform__buttonitem .contactusform__button {
    padding: 16px;
  }
}

.contactusform__buttonwrap .contactusform__buttonitem .contactusform__button::before, .contactusform__buttonwrap .contactusform__buttonitem .contactusform__button::after {
  background: none;
  border: 0 solid transparent;
  box-sizing: border-box;
  content: "";
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
}

.contactusform__buttonwrap .contactusform__buttonitem .contactusform__button::before {
  border-top-width: 2px;
  border-right-width: 2px;
}

.contactusform__buttonwrap .contactusform__buttonitem .contactusform__button::after {
  border-bottom-width: 2px;
  border-left-width: 2px;
}

.contactusform__buttonwrap .contactusform__buttonitem .contactusform__button:hover {
  background-color: #f0f0f0;
}

.contactusform__buttonwrap .contactusform__buttonitem .contactusform__button:hover:before, .contactusform__buttonwrap .contactusform__buttonitem .contactusform__button:hover:after {
  border-color: #2cbcb1;
  -webkit-transition: border-color 0s, width 0.25s, height 0.25s;
  transition: border-color 0s, width 0.25s, height 0.25s;
  width: 100%;
  height: 100%;
}

.contactusform__buttonwrap .contactusform__buttonitem .contactusform__button:hover:before {
  -webkit-transition-delay: 0s, 0s, 0.25s;
  transition-delay: 0s, 0s, 0.25s;
}

.contactusform__buttonwrap .contactusform__buttonitem .contactusform__button:hover:after {
  -webkit-transition-delay: 0s, 0.25s, 0s;
  transition-delay: 0s, 0.25s, 0s;
}

.contactusform__buttonwrap .contactusform__buttonitem .contactusform__button:hover, .contactusform__buttonwrap .contactusform__buttonitem .contactusform__button:focus {
  -webkit-transition: all 0.25s 0.08333s;
  transition: all 0.25s 0.08333s;
}

.contactusform__buttonwrap .contactusform__buttonitem .contactusform__button, .contactusform__buttonwrap .contactusform__buttonitem .contactusform__button:hover, .contactusform__buttonwrap .contactusform__buttonitem .contactusform__button:focus, .contactusform__buttonwrap .contactusform__buttonitem .contactusform__button:visited {
  color: #00539e;
}

@media (any-hover: none) {
  .contactusform__buttonwrap .contactusform__buttonitem .contactusform__button::before, .contactusform__buttonwrap .contactusform__buttonitem .contactusform__button::after {
    content: none;
  }
}

.contactusform__buttonwrap .contactusform__buttonitem .contactusform__button, .contactusform__buttonwrap .contactusform__buttonitem .contactusform__button:visited, .contactusform__buttonwrap .contactusform__buttonitem .contactusform__button:hover, .contactusform__buttonwrap .contactusform__buttonitem .contactusform__button:focus {
  color: #ffffff;
}

.contactusform__buttonwrap .contactusform__buttonitem .contactusform__button, .contactusform__buttonwrap .contactusform__buttonitem .contactusform__button:visited {
  background-color: #00539e;
}

.contactusform__buttonwrap .contactusform__buttonitem .contactusform__button:hover, .contactusform__buttonwrap .contactusform__buttonitem .contactusform__button:focus {
  background-color: #1964a7 !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .contactusform__buttonwrap {
    position: fixed;
    z-index: 999;
    bottom: 0;
    width: 100%;
    height: auto;
  }
  .contactusform__buttonwrap .contactusform__buttonitem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 232px;
  }
  .contactusform__buttonwrap .contactusform__buttonitem .contactusform__button {
    cursor: pointer;
    font-family: "SegoeUISemiBold", Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 0.23px;
    text-transform: none;
    padding: 16px 40px;
    -webkit-appearance: none;
    background-color: #ffffff;
    box-shadow: inset 0 0 0 2px #00539e;
    color: #00539e;
    -webkit-transition: color 0.25s 0.08333s;
    transition: color 0.25s 0.08333s;
    position: relative;
    border: none;
    margin: 0;
    position: absolute;
    bottom: 48px;
  }
  .contactusform__buttonwrap .contactusform__buttonitem .contactusform__button, .contactusform__buttonwrap .contactusform__buttonitem .contactusform__button:hover, .contactusform__buttonwrap .contactusform__buttonitem .contactusform__button:visited, .contactusform__buttonwrap .contactusform__buttonitem .contactusform__button:focus {
    text-decoration: none;
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 767px), (-ms-high-contrast: none) and (max-width: 767px) {
  .contactusform__buttonwrap .contactusform__buttonitem .contactusform__button {
    padding: 16px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .contactusform__buttonwrap .contactusform__buttonitem .contactusform__button::before, .contactusform__buttonwrap .contactusform__buttonitem .contactusform__button::after {
    background: none;
    border: 0 solid transparent;
    box-sizing: border-box;
    content: "";
    pointer-events: none;
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
  }
  .contactusform__buttonwrap .contactusform__buttonitem .contactusform__button::before {
    border-top-width: 2px;
    border-right-width: 2px;
  }
  .contactusform__buttonwrap .contactusform__buttonitem .contactusform__button::after {
    border-bottom-width: 2px;
    border-left-width: 2px;
  }
  .contactusform__buttonwrap .contactusform__buttonitem .contactusform__button:hover {
    background-color: #f0f0f0;
  }
  .contactusform__buttonwrap .contactusform__buttonitem .contactusform__button:hover:before, .contactusform__buttonwrap .contactusform__buttonitem .contactusform__button:hover:after {
    border-color: #2cbcb1;
    -webkit-transition: border-color 0s, width 0.25s, height 0.25s;
    transition: border-color 0s, width 0.25s, height 0.25s;
    width: 100%;
    height: 100%;
  }
  .contactusform__buttonwrap .contactusform__buttonitem .contactusform__button:hover:before {
    -webkit-transition-delay: 0s, 0s, 0.25s;
    transition-delay: 0s, 0s, 0.25s;
  }
  .contactusform__buttonwrap .contactusform__buttonitem .contactusform__button:hover:after {
    -webkit-transition-delay: 0s, 0.25s, 0s;
    transition-delay: 0s, 0.25s, 0s;
  }
  .contactusform__buttonwrap .contactusform__buttonitem .contactusform__button:hover, .contactusform__buttonwrap .contactusform__buttonitem .contactusform__button:focus {
    -webkit-transition: all 0.25s 0.08333s;
    transition: all 0.25s 0.08333s;
  }
  .contactusform__buttonwrap .contactusform__buttonitem .contactusform__button, .contactusform__buttonwrap .contactusform__buttonitem .contactusform__button:hover, .contactusform__buttonwrap .contactusform__buttonitem .contactusform__button:focus, .contactusform__buttonwrap .contactusform__buttonitem .contactusform__button:visited {
    color: #00539e;
  }
}

@media screen and (-ms-high-contrast: active) and (any-hover: none), (-ms-high-contrast: none) and (any-hover: none) {
  .contactusform__buttonwrap .contactusform__buttonitem .contactusform__button::before, .contactusform__buttonwrap .contactusform__buttonitem .contactusform__button::after {
    content: none;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .contactusform__buttonwrap .contactusform__buttonitem .contactusform__button, .contactusform__buttonwrap .contactusform__buttonitem .contactusform__button:visited, .contactusform__buttonwrap .contactusform__buttonitem .contactusform__button:hover, .contactusform__buttonwrap .contactusform__buttonitem .contactusform__button:focus {
    color: #ffffff;
  }
  .contactusform__buttonwrap .contactusform__buttonitem .contactusform__button, .contactusform__buttonwrap .contactusform__buttonitem .contactusform__button:visited {
    background-color: #00539e;
  }
  .contactusform__buttonwrap .contactusform__buttonitem .contactusform__button:hover, .contactusform__buttonwrap .contactusform__buttonitem .contactusform__button:focus {
    background-color: #1964a7 !important;
  }
}

@media (max-width: 1024px) {
  .contactusform {
    box-shadow: none;
    width: 100%;
    height: 100%;
    right: -820px;
  }
  .contactusform.is-visible {
    position: fixed;
    right: 0;
    height: 100%;
    overflow-y: scroll;
  }
  .contactusform-section-header {
    width: 80%;
  }
  .contactusform-section-form {
    width: 80%;
  }
  .contactusform-section-siderail {
    width: 80%;
    margin-left: 10%;
  }
  .contactusform-section-siderail .content-callout {
    width: 100%;
    margin-top: 64px;
  }
}

.mediacenter .mediacenter__news {
  background-color: #fafafa;
  border: 1px solid #f0f0f0;
  padding: 24px;
  margin: 48px 0;
}

.mediacenter .mediacenter__news h2 {
  color: #2e2925;
  font-size: 32px;
  line-height: 1.25;
  font-family: "SegoeUIRegular", Arial, sans-serif;
}

.mediacenter .mediacenter__title {
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 36px;
  line-height: 1.33;
  margin-bottom: 20px;
}

.mediacenter .mediacenter__title.mediacenter__title--news {
  font-size: 32px;
  line-height: 1.25;
}

.mediacenter .mediacenter__title.mediacenter__title--contacts {
  font-size: 22px;
  line-height: 1.25;
  margin-bottom: 8px;
}

.mediacenter .mediacenter__title.mediacenter__title--ctabox {
  font-size: 32px;
  line-height: 1.25;
  color: #ffffff;
  width: 80%;
}

.mediacenter .mediacenter__divider {
  border: 1px solid #f0f0f0;
}

.mediacenter .CoveoSearchInterface .coveo-sort-container {
  display: none;
}

.mediacenter .CoveoSearchInterface .coveo-main-section {
  max-width: none;
  margin-right: 32px;
}

.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-filter-wrap {
  position: relative;
  width: 400px;
  padding: 24px 0;
}

.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-filter-wrap button.filters {
  margin: 0 10px;
  padding-right: 20px;
  position: relative;
  z-index: 2;
  border: none;
  background-color: transparent;
  text-transform: uppercase;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 16px;
}

.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-filter-wrap button.filters, .mediacenter .CoveoSearchInterface .coveo-main-section .coveo-filter-wrap button.filters::after {
  display: inline-block;
}

.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-filter-wrap button.filters::after {
  content: "";
  height: 16px;
  margin-right: -16px;
  width: 16px;
  vertical-align: middle;
  background: transparent url("../images/Base/icon-caret.svg") no-repeat 100% 50%;
}

.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-filter-wrap button.filters:before {
  content: "";
  background-image: url("/Images/Base/dist/icon-filter.svg");
  background-size: 20px 18px;
  display: inline-block;
  width: 20px;
  height: 18px;
  margin-right: 5px;
  position: relative;
  top: 3px;
}

.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-filter-wrap button.filters:after {
  background-position: 50% 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-filter-wrap button.filters:hover {
  cursor: pointer;
}

.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-filter-wrap button.filters:focus, .mediacenter .CoveoSearchInterface .coveo-main-section .coveo-filter-wrap button.filters:active {
  outline: none;
}

.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column {
  display: none;
  position: absolute;
  z-index: 2;
  top: -50px;
  right: 0;
  bottom: 0;
  left: -45px;
  background-color: #ffffff;
  width: 100%;
  height: 820px;
  padding: 50px;
  overflow-y: scroll;
  box-shadow: 0 8px 32px 0 rgba(171, 171, 171, 0.5);
}

.mediacenter .CoveoSearchInterface .coveo-main-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%;
}

.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .facet-column-header .filters {
  display: block;
  text-transform: uppercase;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 16px;
}

.mediacenter .CoveoSearchInterface .coveo-main-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;
}

.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .facet-column-header .close img {
  width: 20px;
}

.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet,
.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange,
.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider,
.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet {
  margin: 20px 0;
  border: none;
  border-radius: 0;
  background-color: #ffffff;
}

.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-header,
.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-header,
.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-header,
.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-header {
  padding: 20px 0 0 0;
  background: #ffffff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 1px solid #c7c9c8;
}

.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-header .coveo-facet-header-title-section .coveo-facet-header-title,
.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-header .coveo-facet-header-title-section .coveo-facet-header-title,
.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-header .coveo-facet-header-title-section .coveo-facet-header-title,
.mediacenter .CoveoSearchInterface .coveo-main-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;
}

.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-header .coveo-facet-settings-more-svg,
.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-header .coveo-facet-settings-more-svg,
.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-header .coveo-facet-settings-more-svg,
.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-header .coveo-facet-settings-more-svg {
  color: inherit;
}

.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable,
.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-values .coveo-facet-value.coveo-facet-selectable,
.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-values .coveo-facet-value.coveo-facet-selectable,
.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable {
  padding: 0;
}

.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable:hover,
.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-values .coveo-facet-value.coveo-facet-selectable:hover,
.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-values .coveo-facet-value.coveo-facet-selectable:hover,
.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable:hover {
  background-color: transparent;
}

.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-label,
.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-label,
.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-label,
.mediacenter .CoveoSearchInterface .coveo-main-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;
}

.mediacenter .CoveoSearchInterface .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,
.mediacenter .CoveoSearchInterface .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,
.mediacenter .CoveoSearchInterface .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,
.mediacenter .CoveoSearchInterface .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 {
  top: 0;
}

.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-caption,
.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-count,
.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-caption,
.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-count,
.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-caption,
.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-count,
.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-caption,
.mediacenter .CoveoSearchInterface .coveo-main-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;
}

.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-count:before,
.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-count:before,
.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-count:before,
.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-count:before {
  content: "(";
}

.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-count:after,
.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-count:after,
.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-count:after,
.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-count:after {
  content: ")";
}

.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-values .coveo-facet-value.coveo-has-childs .coveo-has-childs-toggle,
.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-values .coveo-facet-value.coveo-has-childs .coveo-has-childs-toggle,
.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-values .coveo-facet-value.coveo-has-childs .coveo-has-childs-toggle,
.mediacenter .CoveoSearchInterface .coveo-main-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;
}

.mediacenter .CoveoSearchInterface .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,
.mediacenter .CoveoSearchInterface .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,
.mediacenter .CoveoSearchInterface .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,
.mediacenter .CoveoSearchInterface .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,
.mediacenter .CoveoSearchInterface .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,
.mediacenter .CoveoSearchInterface .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,
.mediacenter .CoveoSearchInterface .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,
.mediacenter .CoveoSearchInterface .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 {
  color: initial;
}

.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-values .coveo-facet-value-exclude,
.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-values .coveo-facet-value-exclude,
.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-values .coveo-facet-value-exclude,
.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value-exclude {
  display: none;
}

.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-results-column {
  padding: 0;
}

.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-tab-section {
  display: none;
}

.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header {
  display: none;
}

.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-results-column .mediacenter__pagination {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  font-size: 14px;
  margin: 24px 0 80px 0;
}

.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-results-column .mediacenter__pagination li {
  margin: 0 16px;
  color: #adafb2;
}

.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-results-column .mediacenter__pagination li a,
.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-results-column .mediacenter__pagination li a:visited {
  color: #adafb2;
}

.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-results-column .mediacenter__pagination li a.active,
.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-results-column .mediacenter__pagination li a:visited.active {
  color: #2e2925;
}

.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-results-column .mediacenter__pagination li a:hover, .mediacenter .CoveoSearchInterface .coveo-main-section .coveo-results-column .mediacenter__pagination li a:focus,
.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-results-column .mediacenter__pagination li a:visited:hover,
.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-results-column .mediacenter__pagination li a:visited:focus {
  text-decoration: none;
  color: #2e2925;
}

.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList {
  margin: 0;
}

.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container,
.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container {
  border-top: 2px solid #c7c9c8;
}

.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout,
.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-list-layout,
.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .coveo-card-layout,
.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .coveo-list-layout {
  margin: 0;
}

.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult,
.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-list-layout.CoveoResult,
.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .coveo-card-layout.CoveoResult,
.mediacenter .CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .coveo-list-layout.CoveoResult {
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: inherit;
  width: 100%;
  margin: 0;
  border: none;
  border-radius: 0;
  padding: 0 0 0 16px;
  /*.mediacenter__item {
                                    // To be moved here when Coveo is installed
                                }*/
}

.mediacenter .CoveoSearchInterface .coveo-pager-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  font-size: 14px;
  margin: 24px 0 80px 0;
}

.mediacenter .CoveoSearchInterface .coveo-pager-list li {
  margin: 0 16px;
  color: #adafb2;
  background-color: transparent;
  border: none;
}

.mediacenter .CoveoSearchInterface .coveo-pager-list li a,
.mediacenter .CoveoSearchInterface .coveo-pager-list li a:visited {
  color: #747778;
}

.mediacenter .CoveoSearchInterface .coveo-pager-list li a.active,
.mediacenter .CoveoSearchInterface .coveo-pager-list li a:visited.active {
  color: #2e2925;
}

.mediacenter .CoveoSearchInterface .coveo-pager-list li a:hover, .mediacenter .CoveoSearchInterface .coveo-pager-list li a:focus,
.mediacenter .CoveoSearchInterface .coveo-pager-list li a:visited:hover,
.mediacenter .CoveoSearchInterface .coveo-pager-list li a:visited:focus {
  text-decoration: none;
  color: #2e2925;
}

.mediacenter .CoveoSearchInterface .coveo-pager-list li a .coveo-pager-next-icon-svg,
.mediacenter .CoveoSearchInterface .coveo-pager-list li a .coveo-pager-previous-icon-svg,
.mediacenter .CoveoSearchInterface .coveo-pager-list li a:visited .coveo-pager-next-icon-svg,
.mediacenter .CoveoSearchInterface .coveo-pager-list li a:visited .coveo-pager-previous-icon-svg {
  height: 10px !important;
}

.mediacenter .CoveoSearchInterface .coveo-pager-list li.coveo-active {
  color: #2e2925;
}

.mediacenter .CoveoSearchInterface .coveo-pager-list li.coveo-active a {
  color: #2e2925;
}

.mediacenter .CoveoSearchInterface .CoveoPager {
  margin: 0 auto;
  display: block;
}

.mediacenter .mediacenter__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 0;
}

.mediacenter .mediacenter__item.mediacenter__item--news {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 16px 0;
}

.mediacenter .mediacenter__item.mediacenter__item--contacts {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 8px 0;
}

.mediacenter .mediacenter__item .mediacenter__image {
  width: 100%;
  height: 100%;
  max-width: 300px;
  margin-right: 32px;
}

.mediacenter .mediacenter__item .mediacenter__content {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mediacenter .mediacenter__item .mediacenter__tag {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mediacenter .mediacenter__item .mediacenter__tag li {
  border: 1px solid #adafb2;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  line-height: 12px;
  color: #2e2925;
  margin-bottom: 16px;
  padding: 4px 8px;
  margin-right: 10px;
}

.mediacenter .mediacenter__item .mediacenter__tag li a,
.mediacenter .mediacenter__item .mediacenter__tag li a:visited {
  color: #2e2925;
}

.mediacenter .mediacenter__item .mediacenter__tag li a:hover, .mediacenter .mediacenter__item .mediacenter__tag li a:focus,
.mediacenter .mediacenter__item .mediacenter__tag li a:visited:hover,
.mediacenter .mediacenter__item .mediacenter__tag li a:visited:focus {
  text-decoration: none;
}

.mediacenter .mediacenter__item .mediacenter__tag li:empty {
  display: none;
}

.mediacenter .mediacenter__item .mediacenter__url {
  color: #333740;
  font-size: 14px;
  margin-bottom: 8px;
  display: block;
}

.mediacenter .mediacenter__item .mediacenter__url:after {
  content: "";
  background-image: url("/images/Base/tyco_link_arrow_blue.svg");
  background-size: 17px 17px;
  display: inline-block;
  width: 17px;
  height: 13px;
  margin-left: 2px;
  position: relative;
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
}

.mediacenter .mediacenter__item .mediacenter__headline {
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 22px;
  line-height: 1.3;
  color: #00539e;
}

.mediacenter .mediacenter__item .mediacenter__headline.mediacenter__headline--news {
  font-size: 18px;
  letter-spacing: normal;
  margin-bottom: 8px;
}

.mediacenter .mediacenter__item .mediacenter__headline a,
.mediacenter .mediacenter__item .mediacenter__headline a:visited {
  color: #00539e;
}

.mediacenter .mediacenter__item .mediacenter__headline a:hover, .mediacenter .mediacenter__item .mediacenter__headline a:focus,
.mediacenter .mediacenter__item .mediacenter__headline a:visited:hover,
.mediacenter .mediacenter__item .mediacenter__headline a:visited:focus {
  text-decoration: underline;
}

.mediacenter .mediacenter__item .mediacenter__headline:after {
  content: none;
}

.mediacenter .mediacenter__item .mediacenter__blurb,
.mediacenter .mediacenter__item .mediacenter__date {
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #333740;
}

.mediacenter .mediacenter__item .mediacenter__date {
  color: #707070;
}

.mediacenter .mediacenter__item .mediacenter__contactname {
  display: block;
  color: #333740;
}

.mediacenter .mediacenter__item .mediacenter__contactphone {
  display: block;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 18px;
  color: #00539e;
}

.mediacenter .mediacenter__item .mediacenter__contactemail {
  display: block;
  font-size: 14px;
  color: #747778;
}

.mediacenter .mediacenter__item .mediacenter__contactemail a,
.mediacenter .mediacenter__item .mediacenter__contactemail a:visited {
  color: #747778;
  text-decoration: none;
}

.mediacenter .mediacenter__viewall {
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.3;
  color: #00539e;
  margin-top: 24px;
  display: block;
}

.mediacenter .mediacenter__viewall:after {
  content: "";
  background-image: url("/Images/Base/dist/icon-caret-darkblue.svg");
  background-size: 8px 10px;
  display: inline-block;
  width: 8px;
  height: 10px;
  margin-left: 8px;
}

.mediacenter a,
.mediacenter a:visited {
  text-decoration: none;
}

.mediacenter a:hover,
.mediacenter a :focus,
.mediacenter a:visited:hover,
.mediacenter a:visited :focus {
  color: inherit;
}

.mediacenter .mediacenter__contacts {
  padding: 24px;
  margin: 48px 0;
  width: 100%;
  background-color: #ffffff;
  border-width: 4px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, left top, left bottom, from(#47bbdc), to(#125ea5)) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(top, #47bbdc, #125ea5) 1 100%;
  -o-border-image: linear-gradient(to bottom, #47bbdc, #125ea5) 1 100%;
  border-image: -webkit-gradient(linear, left top, left bottom, from(#47bbdc), to(#125ea5)) 1 100%;
  border-image: linear-gradient(to bottom, #47bbdc, #125ea5) 1 100%;
  border-right: none;
  box-shadow: 0 7px 24px 0 rgba(0, 0, 0, 0.08);
}

.mediacenter .mediacenter__ctabox {
  padding: 48px;
  margin: 48px 0;
  background-image: -webkit-linear-gradient(319deg, #2d72b9, #2b93b2);
  background-image: linear-gradient(131deg, #2d72b9, #2b93b2);
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 325px;
}

.mediacenter .mediacenter__ctalink {
  font-family: "SegoeUIBold", Arial, sans-serif;
  font-size: 14px;
  color: #ffffff;
}

.mediacenter .homeimagegridrow {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.mediacenter .homeimagegridrow .col-md-7 .universalcontentpanel {
  margin: 0;
}

.mediacenter .homeimagegridrow .col-md-7 .universalcontentpanel-title {
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 36px;
  line-height: 1.33;
  margin-bottom: 20px;
}

.mediacenter .homeimagegridrow .row .col-md-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.mediacenter .homeimagegridrow .row .col-md-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.mediacenter__news {
  background-color: #fafafa;
  border: 1px solid #f0f0f0;
  padding: 24px;
  margin: 48px 0;
}

.mediacenter__news h2 {
  color: #2e2925;
  font-size: 32px;
  line-height: 1.25;
  font-family: "SegoeUIRegular", Arial, sans-serif;
}

.mediacenter__title {
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 36px;
  line-height: 1.33;
  margin-bottom: 20px;
}

.mediacenter__title.mediacenter__title--news {
  font-size: 32px;
  line-height: 1.25;
}

.mediacenter__title.mediacenter__title--contacts {
  font-size: 22px;
  line-height: 1.25;
  margin-bottom: 8px;
  font-family: "SegoeUIRegular", Arial, sans-serif !important;
  color: #2e2925 !important;
}

.mediacenter__title.mediacenter__title--ctabox {
  font-size: 32px !important;
  line-height: 1.25 !important;
  color: #ffffff !important;
  width: 80%;
  font-family: "SegoeUIRegular", Arial, sans-serif !important;
}

.mediacenter__divider {
  border: 1px solid #f0f0f0;
}

.CoveoSearchInterface .coveo-sort-container {
  display: none;
}

.CoveoSearchInterface .coveo-main-section {
  max-width: none;
  margin-right: 32px;
}

.CoveoSearchInterface .coveo-main-section .coveo-filter-wrap {
  position: relative;
  width: 400px;
  padding: 24px 0;
}

.CoveoSearchInterface .coveo-main-section .coveo-filter-wrap button.filters {
  margin: 0 10px;
  padding-right: 20px;
  position: relative;
  z-index: 2;
  border: none;
  background-color: transparent;
  text-transform: uppercase;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 16px;
}

.CoveoSearchInterface .coveo-main-section .coveo-filter-wrap button.filters, .CoveoSearchInterface .coveo-main-section .coveo-filter-wrap button.filters::after {
  display: inline-block;
}

.CoveoSearchInterface .coveo-main-section .coveo-filter-wrap button.filters::after {
  content: "";
  height: 16px;
  margin-right: -16px;
  width: 16px;
  vertical-align: middle;
  background: transparent url("../images/Base/icon-caret.svg") no-repeat 100% 50%;
}

.CoveoSearchInterface .coveo-main-section .coveo-filter-wrap button.filters:before {
  content: "";
  background-image: url("/Images/Base/dist/icon-filter.svg");
  background-size: 20px 18px;
  display: inline-block;
  width: 20px;
  height: 18px;
  margin-right: 5px;
  position: relative;
  top: 3px;
}

.CoveoSearchInterface .coveo-main-section .coveo-filter-wrap button.filters:after {
  background-position: 50% 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.CoveoSearchInterface .coveo-main-section .coveo-filter-wrap button.filters:hover {
  cursor: pointer;
}

.CoveoSearchInterface .coveo-main-section .coveo-filter-wrap button.filters:focus, .CoveoSearchInterface .coveo-main-section .coveo-filter-wrap button.filters:active {
  outline: none;
}

.CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column {
  display: none;
  position: absolute;
  z-index: 2;
  top: -50px;
  right: 0;
  bottom: 0;
  left: -45px;
  background-color: #ffffff;
  width: 100%;
  height: 820px;
  padding: 50px;
  overflow-y: scroll;
  box-shadow: 0 8px 32px 0 rgba(171, 171, 171, 0.5);
}

.CoveoSearchInterface .coveo-main-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 .coveo-main-section .coveo-filter-wrap .coveo-facet-column .facet-column-header .filters {
  display: block;
  text-transform: uppercase;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 16px;
}

.CoveoSearchInterface .coveo-main-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 .coveo-main-section .coveo-filter-wrap .coveo-facet-column .facet-column-header .close img {
  width: 20px;
}

.CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet,
.CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange,
.CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider,
.CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet {
  margin: 20px 0;
  border: none;
  border-radius: 0;
  background-color: #ffffff;
}

.CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-header,
.CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-header,
.CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-header,
.CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-header {
  padding: 20px 0 0 0;
  background: #ffffff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 1px solid #c7c9c8;
}

.CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-header .coveo-facet-header-title-section .coveo-facet-header-title,
.CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-header .coveo-facet-header-title-section .coveo-facet-header-title,
.CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-header .coveo-facet-header-title-section .coveo-facet-header-title,
.CoveoSearchInterface .coveo-main-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 .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-header .coveo-facet-settings-more-svg,
.CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-header .coveo-facet-settings-more-svg,
.CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-header .coveo-facet-settings-more-svg,
.CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-header .coveo-facet-settings-more-svg {
  color: inherit;
}

.CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable,
.CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-values .coveo-facet-value.coveo-facet-selectable,
.CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-values .coveo-facet-value.coveo-facet-selectable,
.CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable {
  padding: 0;
}

.CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable:hover,
.CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-values .coveo-facet-value.coveo-facet-selectable:hover,
.CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-values .coveo-facet-value.coveo-facet-selectable:hover,
.CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable:hover {
  background-color: transparent;
}

.CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-label,
.CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-label,
.CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-label,
.CoveoSearchInterface .coveo-main-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 .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 .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 .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 .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 {
  top: 0;
}

.CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-caption,
.CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-count,
.CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-caption,
.CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-count,
.CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-caption,
.CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-count,
.CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-caption,
.CoveoSearchInterface .coveo-main-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 .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 .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 .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 .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-count:before {
  content: "(";
}

.CoveoSearchInterface .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 .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 .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 .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-count:after {
  content: ")";
}

.CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-values .coveo-facet-value.coveo-has-childs .coveo-has-childs-toggle,
.CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-values .coveo-facet-value.coveo-has-childs .coveo-has-childs-toggle,
.CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-values .coveo-facet-value.coveo-has-childs .coveo-has-childs-toggle,
.CoveoSearchInterface .coveo-main-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 .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 .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 .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 .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 .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 .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 .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 .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 {
  color: initial;
}

.CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-values .coveo-facet-value-exclude,
.CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-values .coveo-facet-value-exclude,
.CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-values .coveo-facet-value-exclude,
.CoveoSearchInterface .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value-exclude {
  display: none;
}

.CoveoSearchInterface .coveo-main-section .coveo-results-column {
  padding: 0;
}

.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-tab-section {
  display: none;
}

.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header {
  display: none;
}

.CoveoSearchInterface .coveo-main-section .coveo-results-column .mediacenter__pagination {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  font-size: 14px;
  margin: 24px 0 80px 0;
}

.CoveoSearchInterface .coveo-main-section .coveo-results-column .mediacenter__pagination li {
  margin: 0 16px;
  color: #adafb2;
}

.CoveoSearchInterface .coveo-main-section .coveo-results-column .mediacenter__pagination li a,
.CoveoSearchInterface .coveo-main-section .coveo-results-column .mediacenter__pagination li a:visited {
  color: #adafb2;
}

.CoveoSearchInterface .coveo-main-section .coveo-results-column .mediacenter__pagination li a.active,
.CoveoSearchInterface .coveo-main-section .coveo-results-column .mediacenter__pagination li a:visited.active {
  color: #2e2925;
}

.CoveoSearchInterface .coveo-main-section .coveo-results-column .mediacenter__pagination li a:hover, .CoveoSearchInterface .coveo-main-section .coveo-results-column .mediacenter__pagination li a:focus,
.CoveoSearchInterface .coveo-main-section .coveo-results-column .mediacenter__pagination li a:visited:hover,
.CoveoSearchInterface .coveo-main-section .coveo-results-column .mediacenter__pagination li a:visited:focus {
  text-decoration: none;
  color: #2e2925;
}

.CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList {
  margin: 0;
}

.CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container,
.CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container {
  border-top: 2px solid #c7c9c8;
}

.CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout,
.CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-list-layout,
.CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .coveo-card-layout,
.CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .coveo-list-layout {
  margin: 0;
}

.CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult,
.CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-list-layout.CoveoResult,
.CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .coveo-card-layout.CoveoResult,
.CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .coveo-list-layout.CoveoResult {
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: inherit;
  width: 100%;
  margin: 0;
  border: none;
  border-radius: 0;
  padding: 0 0 0 16px;
  /*.mediacenter__item {
                                    // To be moved here when Coveo is installed
                                }*/
}

.CoveoSearchInterface .coveo-pager-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  font-size: 14px;
  margin: 24px 0 80px 0;
}

.CoveoSearchInterface .coveo-pager-list li {
  margin: 0 16px;
  color: #adafb2;
  background-color: transparent;
  border: none;
}

.CoveoSearchInterface .coveo-pager-list li a,
.CoveoSearchInterface .coveo-pager-list li a:visited {
  color: #747778;
}

.CoveoSearchInterface .coveo-pager-list li a.active,
.CoveoSearchInterface .coveo-pager-list li a:visited.active {
  color: #2e2925;
}

.CoveoSearchInterface .coveo-pager-list li a:hover, .CoveoSearchInterface .coveo-pager-list li a:focus,
.CoveoSearchInterface .coveo-pager-list li a:visited:hover,
.CoveoSearchInterface .coveo-pager-list li a:visited:focus {
  text-decoration: none;
  color: #2e2925;
}

.CoveoSearchInterface .coveo-pager-list li a .coveo-pager-next-icon-svg,
.CoveoSearchInterface .coveo-pager-list li a .coveo-pager-previous-icon-svg,
.CoveoSearchInterface .coveo-pager-list li a:visited .coveo-pager-next-icon-svg,
.CoveoSearchInterface .coveo-pager-list li a:visited .coveo-pager-previous-icon-svg {
  height: 10px !important;
}

.CoveoSearchInterface .coveo-pager-list li.coveo-active {
  color: #2e2925;
}

.CoveoSearchInterface .coveo-pager-list li.coveo-active a {
  color: #2e2925;
}

.CoveoSearchInterface .CoveoPager {
  margin: 0 auto;
  display: block;
}

.coveo-pager-next-icon-svg, .coveo-pager-previous-icon-svg {
  height: 10px !important;
}

.mediacenter__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 0;
}

.mediacenter__item.mediacenter__item--news {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 16px 0;
}

.mediacenter__item.mediacenter__item--contacts {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 8px 0;
}

.mediacenter__item .mediacenter__image {
  width: 100%;
  height: 100%;
  max-width: 300px;
  margin-right: 32px;
}

.mediacenter__item .mediacenter__content {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mediacenter__item .mediacenter__tag {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mediacenter__item .mediacenter__tag li {
  border: 1px solid #adafb2;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  line-height: 12px;
  color: #2e2925;
  margin-bottom: 16px;
  padding: 4px 8px;
  margin-right: 10px;
}

.mediacenter__item .mediacenter__tag li a,
.mediacenter__item .mediacenter__tag li a:visited {
  color: #2e2925;
}

.mediacenter__item .mediacenter__tag li a:hover, .mediacenter__item .mediacenter__tag li a:focus,
.mediacenter__item .mediacenter__tag li a:visited:hover,
.mediacenter__item .mediacenter__tag li a:visited:focus {
  text-decoration: none;
}

.mediacenter__item .mediacenter__tag li:empty {
  display: none;
}

.mediacenter__item .mediacenter__url {
  color: #333740;
  font-size: 14px;
  margin-bottom: 8px;
  display: block;
}

.mediacenter__item .mediacenter__url:after {
  content: "";
  background-image: url("/images/Base/tyco_link_arrow_blue.svg");
  background-size: 17px 17px;
  display: inline-block;
  width: 17px;
  height: 13px;
  margin-left: 2px;
  position: relative;
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
}

.mediacenter__item .mediacenter__headline {
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 22px;
  line-height: 1.3;
  color: #00539e;
}

.mediacenter__item .mediacenter__headline.mediacenter__headline--news {
  font-size: 18px;
  letter-spacing: normal;
  margin-bottom: 8px;
}

.mediacenter__item .mediacenter__headline a,
.mediacenter__item .mediacenter__headline a:visited {
  color: #00539e;
}

.mediacenter__item .mediacenter__headline a:hover, .mediacenter__item .mediacenter__headline a:focus,
.mediacenter__item .mediacenter__headline a:visited:hover,
.mediacenter__item .mediacenter__headline a:visited:focus {
  text-decoration: underline;
}

.mediacenter__item .mediacenter__headline:after {
  content: none;
}

.mediacenter__item .mediacenter__blurb,
.mediacenter__item .mediacenter__date {
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #333740;
}

.mediacenter__item .mediacenter__date {
  color: #747778;
}

.mediacenter__item .mediacenter__contactname {
  display: block;
  color: #333740;
}

.mediacenter__item .mediacenter__contactphone {
  display: block;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 18px;
  color: #00539e;
}

.mediacenter__item .mediacenter__contactemail {
  display: block;
  font-size: 14px;
  color: #747778;
}

.mediacenter__item .mediacenter__contactemail a,
.mediacenter__item .mediacenter__contactemail a:visited {
  color: #878a8f;
  text-decoration: none;
}

.mediacenter__viewall {
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.3;
  color: #00539e;
  margin-top: 24px;
  display: block;
}

.mediacenter__viewall:after {
  content: "";
  background-image: url("/Images/Base/dist/icon-caret-darkblue.svg");
  background-size: 8px 10px;
  display: inline-block;
  width: 8px;
  height: 10px;
  margin-left: 8px;
}

a,
a:visited {
  text-decoration: none;
}

a:hover,
a :focus,
a:visited:hover,
a:visited :focus {
  color: inherit;
}

.mediacenter__contacts {
  padding: 24px;
  margin: 48px 0;
  width: 100%;
  background-color: #ffffff;
  border-width: 4px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, left top, left bottom, from(#47bbdc), to(#125ea5)) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(top, #47bbdc, #125ea5) 1 100%;
  -o-border-image: linear-gradient(to bottom, #47bbdc, #125ea5) 1 100%;
  border-image: -webkit-gradient(linear, left top, left bottom, from(#47bbdc), to(#125ea5)) 1 100%;
  border-image: linear-gradient(to bottom, #47bbdc, #125ea5) 1 100%;
  border-right: none;
  box-shadow: 0 7px 24px 0 rgba(0, 0, 0, 0.08);
}

.mediacenter__ctabox {
  padding: 48px;
  margin: 48px 0;
  background-image: -webkit-linear-gradient(319deg, #2d72b9, #2b93b2);
  background-image: linear-gradient(131deg, #2d72b9, #2b93b2);
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 325px;
}

.mediacenter__ctalink {
  font-family: "SegoeUIBold", Arial, sans-serif;
  font-size: 14px;
  color: #ffffff;
}

.homeimagegridrow {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.homeimagegridrow .col-md-7 .universalcontentpanel {
  margin: 0;
}

.homeimagegridrow .col-md-7 .universalcontentpanel-title {
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 36px;
  line-height: 1.33;
  margin-bottom: 20px;
}

.coveo-dropdown-header-wrapper {
  display: none !important;
}

.mediacenter__ctabox:hover {
  text-decoration: none;
}

.homeimagegridrow .producttitle a {
  text-decoration: none;
}

.mediacenter__ctalink:after {
  content: "";
  background-image: url("/images/Base/tyco_link_arrow_lightgrey.svg");
  background-size: 17px 17px;
  display: inline-block;
  width: 17px;
  height: 13px;
  margin-left: 2px;
  position: relative;
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
}

.mediacenter__title--contacts {
  font-size: 22px;
  line-height: 1.25;
  margin-bottom: 8px;
  font-family: "SegoeUIRegular", Arial, sans-serif !important;
  color: #2e2925 !important;
}

.site-search.CoveoSearchInterface .coveo-results-column .CoveoResultList .coveo-result-list-container .coveo-card-layout.CoveoResult:hover {
  box-shadow: none;
}

.site-search.CoveoSearchInterface .coveo-results-column .CoveoResultList .coveo-result-list-container .coveo-card-layout.CoveoResult {
  border-bottom: solid 1px #e0e0e0;
  padding-left: 0;
}

.site-search.CoveoSearchInterface .coveo-results-column .CoveoResultList .coveo-result-list-container .coveo-card-layout.CoveoResult:hover .search-wrap {
  padding-left: 0;
  padding-right: 0;
}

.site-search.CoveoSearchInterface .coveo-results-column .CoveoResultList .coveo-result-list-container .coveo-card-layout.CoveoResult:hover .search-wrap-image {
  margin-left: 0;
}

.site-search.CoveoSearchInterface .coveo-results-column .CoveoResultList .coveo-result-list-container .coveo-card-layout.CoveoResult .search-wrap-image {
  margin-left: 0;
}

.site-search.CoveoSearchInterface .search-wrap-text-title {
  padding-right: 20px;
}

@media (max-width: 1024px) {
  .mediacenter .homeimagegridrow .row .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .mediacenter .homeimagegridrow .row .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .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 .coveo-search-section {
    padding: 0;
  }
  .CoveoSearchInterface .mediacenter .coveo-main-section {
    margin-right: 0;
  }
  .CoveoSearchInterface .mediacenter .coveo-main-section .coveo-filter-wrap {
    width: 100%;
    padding: 16px 0;
  }
  .CoveoSearchInterface .mediacenter .coveo-main-section .coveo-filter-wrap .coveo-facet-column {
    top: 0;
    left: 0;
    padding: 32px;
  }
  .CoveoSearchInterface .mediacenter .coveo-main-section .coveo-results-column .mediacenter__pagination {
    margin: 24px 0 56px 0;
  }
  .CoveoSearchInterface .mediacenter .mediacenter__news,
  .CoveoSearchInterface .mediacenter .mediacenter__contacts,
  .CoveoSearchInterface .mediacenter .mediacenter__ctabox {
    margin: 24px 0;
  }
  .CoveoSearchInterface .mediacenter .mediacenter__title {
    font-size: 28px;
  }
  .CoveoSearchInterface .mediacenter .mediacenter__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .CoveoSearchInterface .mediacenter .mediacenter__item .mediacenter__image {
    max-width: none;
    margin-right: 0;
    margin-bottom: 24px;
  }
  .CoveoSearchInterface .insight-grid .coveo-results-column .coveo-list-layout .mediacenter__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .CoveoSearchInterface .insight-grid .coveo-results-column .coveo-list-layout .mediacenter__item .mediacenter__image {
    margin-bottom: 24px;
  }
}

.field-validation-error {
  color: red;
}

input[type="submit"] {
  display: block !important;
}

input[type="radio"] {
  width: auto;
}

.child-ddl {
  margin-top: 24px;
}

/*div.categorycascadeselectlist div {
    margin-top: 24px;
}*/
.category-section {
  margin-top: 24px;
}

.subcategory-section {
  margin-top: 24px;
}

.brand-section {
  margin-top: 24px;
}

.check-image::before {
  background-image: url("/images/Base/icon_check_box_blue.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  border: 0;
}

.campaignform-form-checkbox-wrapper .campaignform-form-checkbox {
  display: block;
  width: 0px;
  margin: 0px;
  visibility: collapse;
}

.rfsectiontitleleft .pagesection {
  margin-top: 72px;
  margin-bottom: 40px;
}

.rfsectiontitleleft .pagesection .row {
  display: block;
}

.rfsectiontitleleft .pagesection .row h2 {
  font-family: "SegoeUILight", Arial, sans-serif;
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 0;
  text-align: left;
  width: 707px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.rfsectiontitleleft .pagesection .row h3 {
  display: block;
  max-width: 100%;
  width: 707px;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
}

.Campaign_Header .universaljumboheader {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 150px;
  padding-bottom: 146px;
  overflow: hidden;
}

.Campaign_Header .universaljumboheader::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
}

.Campaign_Header .universaljumboheader, .Campaign_Header .universaljumboheader-container {
  position: relative;
}

.Campaign_Header .universaljumboheader-video {
  bottom: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

.Campaign_Header .universaljumboheader-title, .Campaign_Header .universaljumboheader-subtitle {
  color: #ffffff;
  margin-bottom: 0;
  background-color: rgba(100, 98, 99, 0.8);
  padding: 0.3% 0.3% 1% 1%;
  font-size: 40px;
  line-height: 60px;
  max-width: 60%;
}

.Campaign_Header .universaljumboheader-title {
  font-family: "SegoeUISemiBold", Arial, sans-serif;
}

.Campaign_Header .universaljumboheader-title:not(:only-child) {
  margin-bottom: 22px;
}

.Campaign_Header .universaljumboheader-subtitle {
  font-family: "SegoeUIRegular", Arial, sans-serif;
}

.Campaign_Header .universaljumboheader-cta {
  cursor: pointer;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.23px;
  text-transform: none;
  padding: 16px 40px;
  -webkit-appearance: none;
  background-color: #ffffff;
  box-shadow: inset 0 0 0 2px #00539e;
  color: #00539e;
  -webkit-transition: color 0.25s 0.08333s;
  transition: color 0.25s 0.08333s;
  position: relative;
  display: inline-block;
  line-height: 16px;
  margin: 16px 0 16px 0x;
  text-align: center;
  padding: 16px 45px;
  background-color: #00539e;
  color: #ffffff !important;
}

.Campaign_Header .universaljumboheader-cta, .Campaign_Header .universaljumboheader-cta:hover, .Campaign_Header .universaljumboheader-cta:visited, .Campaign_Header .universaljumboheader-cta:focus {
  text-decoration: none;
}

@media (max-width: 767px) {
  .Campaign_Header .universaljumboheader-cta {
    padding: 16px;
  }
}

.Campaign_Header .universaljumboheader-cta::before, .Campaign_Header .universaljumboheader-cta::after {
  background: none;
  border: 0 solid transparent;
  box-sizing: border-box;
  content: "";
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
}

.Campaign_Header .universaljumboheader-cta::before {
  border-top-width: 2px;
  border-right-width: 2px;
}

.Campaign_Header .universaljumboheader-cta::after {
  border-bottom-width: 2px;
  border-left-width: 2px;
}

.Campaign_Header .universaljumboheader-cta:hover {
  background-color: #f0f0f0;
}

.Campaign_Header .universaljumboheader-cta:hover:before, .Campaign_Header .universaljumboheader-cta:hover:after {
  border-color: #2cbcb1;
  -webkit-transition: border-color 0s, width 0.25s, height 0.25s;
  transition: border-color 0s, width 0.25s, height 0.25s;
  width: 100%;
  height: 100%;
}

.Campaign_Header .universaljumboheader-cta:hover:before {
  -webkit-transition-delay: 0s, 0s, 0.25s;
  transition-delay: 0s, 0s, 0.25s;
}

.Campaign_Header .universaljumboheader-cta:hover:after {
  -webkit-transition-delay: 0s, 0.25s, 0s;
  transition-delay: 0s, 0.25s, 0s;
}

.Campaign_Header .universaljumboheader-cta:hover, .Campaign_Header .universaljumboheader-cta:focus {
  -webkit-transition: all 0.25s 0.08333s;
  transition: all 0.25s 0.08333s;
}

.Campaign_Header .universaljumboheader-cta, .Campaign_Header .universaljumboheader-cta:hover, .Campaign_Header .universaljumboheader-cta:focus, .Campaign_Header .universaljumboheader-cta:visited {
  color: #00539e;
}

@media (any-hover: none) {
  .Campaign_Header .universaljumboheader-cta::before, .Campaign_Header .universaljumboheader-cta::after {
    content: none;
  }
}

.Campaign_Header .universaljumboheader-cta:hover {
  background: #1964a7;
  color: #ffffff !important;
}

.Campaign_Header .universaljumboheader-cta:hover::after, .Campaign_Header .universaljumboheader-cta:hover::before {
  border-color: #47bbdc;
}

.Campaign_Header .universaljumboheader-cta:not(:only-child) {
  margin-top: 37px;
}

@media (max-width: 1190px) {
  .Campaign_Header .universaljumboheader-title {
    max-width: 60%;
  }
  .Campaign_Header .universaljumboheader-subtitle {
    max-width: 50%;
  }
}

@media (max-width: 1024px) {
  .Campaign_Header .universaljumboheader {
    padding-top: 120px;
  }
  .Campaign_Header .universaljumboheader-title {
    font-size: 42px;
    line-height: 50px;
  }
  .Campaign_Header .universaljumboheader-subtitle {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (max-width: 767px) {
  .Campaign_Header .universaljumboheader {
    padding-top: 80px;
  }
  .Campaign_Header .universaljumboheader-video {
    display: none;
  }
  .Campaign_Header .universaljumboheader-title {
    max-width: 100%;
    font-size: 40px;
    line-height: 60px;
  }
  .Campaign_Header .universaljumboheader-title:not(:only-child) {
    margin-bottom: 16px;
  }
  .Campaign_Header .universaljumboheader-subtitle {
    max-width: 100%;
    font-size: 40px;
    line-height: 60px;
  }
  .Campaign_Header .universaljumboheader-cta:not(:only-child) {
    margin-top: 24px;
  }
}

.CoveoSearchInterface .insight-grid {
  background-color: #ffffff;
  padding: 30px 0 0 0;
  margin-top: 47px;
  margin-bottom: 47px;
}

.CoveoSearchInterface .insight-grid .coveo-main-section,
.CoveoSearchInterface .insight-grid .coveo-search-section {
  max-width: none;
  margin: 0;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap {
  position: relative;
  width: 400px;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap button.filters,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap button.filters {
  padding-right: 20px;
  position: relative;
  border: none;
  background-color: transparent;
  text-transform: uppercase;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 16px;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap button.filters, .CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap button.filters::after,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap button.filters,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap button.filters::after {
  display: inline-block;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap button.filters::after,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap button.filters::after {
  content: "";
  height: 16px;
  margin-right: -16px;
  width: 16px;
  vertical-align: middle;
  background: transparent url("../images/Base/icon-caret.svg") no-repeat 100% 50%;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap button.filters:before,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap button.filters:before {
  content: "";
  background-image: url("/Images/Base/dist/icon-filter.svg");
  background-size: 100% 100%;
  display: inline-block;
  width: 24px;
  height: 22px;
  margin-right: 8px;
  position: relative;
  top: 5px;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap button.filters:after,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap button.filters:after {
  background-position: 50% 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap button.filters:hover,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap button.filters:hover {
  cursor: pointer;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap button.filters:focus, .CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap button.filters:active,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap button.filters:focus,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap button.filters:active {
  outline: none;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column {
  display: none;
  position: absolute;
  z-index: 2;
  top: -50px;
  right: 0;
  bottom: 0;
  left: -45px;
  background-color: #ffffff;
  width: 100%;
  height: 820px;
  padding: 50px;
  overflow-y: scroll;
  box-shadow: 0 8px 32px 0 rgba(171, 171, 171, 0.5);
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .facet-column-header,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .facet-column-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .facet-column-header .filters,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .facet-column-header .filters {
  display: block;
  text-transform: uppercase;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 16px;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .facet-column-header .filters:before,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .facet-column-header .filters:before {
  content: "";
  background-image: url(/Images/Base/dist/icon-filter.svg);
  background-size: 100% 100%;
  display: inline-block;
  width: 24px;
  height: 22px;
  margin-right: 8px;
  position: relative;
  top: 5px;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .facet-column-header .close img,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .facet-column-header .close img {
  width: 20px;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet {
  margin: 20px 0;
  border: none;
  border-radius: 0;
  background-color: #ffffff;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-header,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-header,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-header,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-header,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-header,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-header,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-header,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-header {
  padding: 20px 0 0 0;
  background: #ffffff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 1px solid #c7c9c8;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-header .coveo-facet-header-title-section .coveo-facet-header-title,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-header .coveo-facet-header-title-section .coveo-facet-header-title,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-header .coveo-facet-header-title-section .coveo-facet-header-title,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-header .coveo-facet-header-title-section .coveo-facet-header-title,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-header .coveo-facet-header-title-section .coveo-facet-header-title,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-header .coveo-facet-header-title-section .coveo-facet-header-title,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-header .coveo-facet-header-title-section .coveo-facet-header-title,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-header .coveo-facet-header-title-section .coveo-facet-header-title {
  font-family: "SegoeUIBold", Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #2e2925;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-header .coveo-facet-settings-more-svg,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-header .coveo-facet-settings-more-svg,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-header .coveo-facet-settings-more-svg,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-header .coveo-facet-settings-more-svg,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-header .coveo-facet-settings-more-svg,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-header .coveo-facet-settings-more-svg,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-header .coveo-facet-settings-more-svg,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-header .coveo-facet-settings-more-svg {
  color: inherit;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-values .coveo-facet-value.coveo-facet-selectable,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-values .coveo-facet-value.coveo-facet-selectable,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-values .coveo-facet-value.coveo-facet-selectable,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-values .coveo-facet-value.coveo-facet-selectable,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable {
  padding: 0;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable:hover,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-values .coveo-facet-value.coveo-facet-selectable:hover,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-values .coveo-facet-value.coveo-facet-selectable:hover,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable:hover,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable:hover,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-values .coveo-facet-value.coveo-facet-selectable:hover,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-values .coveo-facet-value.coveo-facet-selectable:hover,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable:hover {
  background-color: transparent;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-label,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-label,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-label,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-label,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-label,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-label,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-label,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-label .coveo-facet-value-label-wrapper .coveo-facet-value-checkbox,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-label .coveo-facet-value-label-wrapper .coveo-facet-value-checkbox,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-label .coveo-facet-value-label-wrapper .coveo-facet-value-checkbox,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-label .coveo-facet-value-label-wrapper .coveo-facet-value-checkbox,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-label .coveo-facet-value-label-wrapper .coveo-facet-value-checkbox,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-label .coveo-facet-value-label-wrapper .coveo-facet-value-checkbox,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-label .coveo-facet-value-label-wrapper .coveo-facet-value-checkbox,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-label .coveo-facet-value-label-wrapper .coveo-facet-value-checkbox {
  top: 0;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-caption,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-count,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-caption,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-count,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-caption,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-count,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-caption,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-count,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-caption,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-count,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-caption,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetRange .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-count,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-caption,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoFacetSlider .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-count,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-caption,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-filter-wrap .coveo-facet-column .CoveoHierarchicalFacet .coveo-facet-values .coveo-facet-value.coveo-facet-selectable .coveo-facet-value-count {
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  color: #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: 0px 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: 56.4%;
  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;
  font-family: "SegoeUIRegular", Arial, sans-serif;
}

.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 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 h2 a {
  padding-right: 20px;
}

.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 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 h2 a::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 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 h2 a::after {
  display: inline-block;
}

.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 a::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 a::after {
  content: "";
  height: 16px;
  margin-right: -16px;
  width: 16px;
  vertical-align: middle;
  background: transparent url("../images/Base/icon-caret.svg") no-repeat 100% 50%;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile.white,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile.white {
  background-color: #ffffff;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile.white a,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile.white a {
  color: #000000;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile.white .tile-content ul li a,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile.white .tile-content ul li a {
  color: #000000;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile.black .tile-content ul li a,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile.black .tile-content h2 a,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile.black .tile-content .tags li a,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile.black .tile-content .tags li a:visited, .CoveoSearchInterface .insight-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile.blue .tile-content ul li a,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile.blue .tile-content h2 a,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile.blue .tile-content .tags li a,
.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile.blue .tile-content .tags li a:visited,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile.black .tile-content ul li a,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile.black .tile-content h2 a,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile.black .tile-content .tags li a,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile.black .tile-content .tags li a:visited,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile.blue .tile-content ul li a,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile.blue .tile-content h2 a,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile.blue .tile-content .tags li a,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile.blue .tile-content .tags li a:visited {
  color: #ffffff;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile.black .tile-content h2, .CoveoSearchInterface .insight-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile.blue .tile-content h2,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile.black .tile-content h2,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile.blue .tile-content h2 {
  font-size: 22px;
  line-height: 1.4;
  padding-right: 0;
}

.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.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.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.blue .tile-content h2 a {
  padding-right: 20px;
}

.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 h2 a::after, .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 h2 a::after,
.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 h2 a::after,
.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 h2 a::after {
  display: inline-block;
}

.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::after, .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::after,
.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::after,
.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::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%;
}

.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: #e8e9e9;
}

.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-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 {
  color: #2e2925;
}

.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-search-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile.black .tile-content h2 {
  font-size: 22px;
  line-height: 1.4;
  padding-right: 0;
}

.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-search-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile.black .tile-content h2 a {
  padding-right: 20px;
}

.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 h2 a::after,
.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 h2 a::after {
  display: inline-block;
}

.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::after,
.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::after {
  content: "";
  height: 16px;
  margin-right: -16px;
  width: 16px;
  vertical-align: middle;
  background: transparent url("../images/Base/icon-caret.svg") no-repeat 100% 50%;
}

.CoveoSearchInterface .insight-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile.blue,
.CoveoSearchInterface .insight-grid .coveo-search-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item .insight-tile.blue {
  background-color: #0074dc;
}

@media (max-width: 1024px) {
  .CoveoSearchInterface.coveo-small-tabs .coveo-dropdown-header-wrapper a,
  .CoveoSearchInterface.coveo-small-facets .coveo-dropdown-header-wrapper a,
  .CoveoSearchInterface.coveo-small-recommendation .coveo-dropdown-header-wrapper a {
    display: none;
  }
  .CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap {
    width: 100%;
  }
  .CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column {
    top: 0;
    left: 0;
  }
  .CoveoSearchInterface .insight-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container.grid .grid-sizer {
    width: 50%;
  }
  .CoveoSearchInterface .insight-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item {
    width: 50%;
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  .CoveoSearchInterface .coveo-search-section {
    padding: 0;
  }
  .CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap {
    width: 100%;
  }
  .CoveoSearchInterface .insight-grid .coveo-main-section .coveo-filter-wrap .coveo-facet-column {
    top: 0;
    left: 0;
  }
  .CoveoSearchInterface .insight-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container.grid .grid-sizer {
    width: 100%;
  }
  .CoveoSearchInterface .insight-grid .coveo-main-section .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult.grid-item {
    width: 100%;
    max-width: 100%;
  }
  .CoveoSearchInterface .insight-grid .coveo-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: none;
  }
}

.gatedassetform .formbackground {
  max-width: 1440px;
  background-color: #fff !important;
}

.gatedassetform .homeimagegridrow section.universalrichtext.container {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.gatedassetform .homeimagegridrow h2.campaignform-title-h2 {
  font-family: "SegoeUIBold", Arial, sans-serif;
  font-size: 20px;
  width: 100%;
  line-height: 1.3;
  color: #2e2925;
  margin-bottom: 24px;
}

.gatedassetform .homeimagegridrow .defaultform {
  margin-bottom: 58px;
  max-width: 1170px;
  padding: 0 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 41px;
}

.gatedassetform .homeimagegridrow .defaultform a {
  color: #00539e;
}

.gatedassetform .homeimagegridrow .defaultform a:link {
  text-decoration: none;
}

.gatedassetform .homeimagegridrow .defaultform a:hover, .gatedassetform .homeimagegridrow .defaultform a:focus {
  text-decoration: underline;
}

.gatedassetform .homeimagegridrow .defaultform {
  margin-bottom: 58px;
  max-width: 1440px;
}

@media (max-width: 1024px) {
  .gatedassetform .homeimagegridrow .defaultform {
    margin-top: 46px;
    margin-bottom: 46px;
  }
  .gatedassetform .homeimagegridrow .defaultform {
    margin-top: 46px;
    margin-bottom: 46px;
  }
  .gatedassetform .homeimagegridrow .col-md-5 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .gatedassetform .homeimagegridrow .col-md-7 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0%;
  }
  .gatedassetform .homeimagegridrow .col-md-7 .universalrichtext.container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .universalinsightbyline-col,
  .universalinsightexplorerelatedtopics.container {
    padding-left: 15px !important;
    padding-right: 15px;
  }
}

@media (min-width: 1400px) {
  .gatedassetform .homeimagegridrow .col-md-7 {
    margin-left: 18.66667% !important;
  }
}

@media (min-width: 1024px) {
  .gatedassetform .homeimagegridrow .col-md-7 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .gatedassetform .homeimagegridrow .col-md-7 {
    margin-left: 17.66667%;
  }
  .gatedassetform .homeimagegridrow .col-md-5 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (max-width: 1024px) {
  .gatedassetform .homeimagegridrow .row {
    margin-left: 0;
    margin-right: 0;
  }
  .gatedassetform .homeimagegridrow .row .col-md-7 {
    padding-left: 30px;
  }
  .gatedassetform .homeimagegridrow .row .col-md-7 .universalrichtext {
    padding: 0 15px;
    margin-top: 0;
  }
  .gatedassetform .formbackground .col-md-5 .defaultform .campaignform-form {
    width: 100%;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .homeimagegridrow {
    max-width: 1200px;
  }
  .gatedassetform .homeimagegridrow .col-md-7 {
    padding-left: 18px;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .homeimagegridrow {
    max-width: 1024px;
  }
  .gatedassetform .homeimagegridrow .col-md-7 {
    margin-left: 9.66667% !important;
    padding-left: 20px;
  }
}

.gatedassetform .homeimagegridrow {
  padding-top: 20px;
  padding-bottom: 0px;
}

.gatedassetform .homeimagegridrow .row .col-md-7 .universalrichtext {
  padding: 0;
  margin-top: 0;
}

.gatedassetform .homeimagegridrow .row .col-md-7 .universalrichtext-title {
  font-size: 24px;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  line-height: 32px;
  color: #2e2925;
  margin-bottom: 24px;
}

.gatedassetform .homeimagegridrow .row .col-md-7 .universalrichtext-text {
  color: #333740;
  font-family: "SegoeUIRegular", Arial, sans-serif;
}

.gatedassetform .homeimagegridrow .row .col-md-7 .universalrichtext-text p {
  font-size: 16px;
  line-height: 28px;
  margin-top: 24px;
  margin-bottom: 0;
  color: #333740;
}

.gatedassetform .homeimagegridrow .row .col-md-7 .universalrichtext-text p:first-child {
  margin-top: 0;
}

.gatedassetform .homeimagegridrow .row .col-md-7 .universalrichtext-text p strong {
  color: #333740;
  font-family: "SegoeUIBold", Arial, sans-serif;
}

.gatedassetform .homeimagegridrow .row .col-md-7 .universalrichtext-text p img {
  width: 100% !important;
  height: auto;
}

.gatedassetform .homeimagegridrow .row .col-md-7 .universalrichtext-text ul {
  margin-top: 24px;
  padding-left: 50px;
}

.gatedassetform .homeimagegridrow .row .col-md-7 .universalrichtext-text ul li {
  padding-left: 0px;
  line-height: 28px;
  color: #333740;
  margin-top: 24px;
  list-style: square;
}

.gatedassetform .homeimagegridrow .row .col-md-7 .universalrichtext-text ul li strong {
  color: #333740;
  font-family: "SegoeUIBold", Arial, sans-serif;
}

.gatedassetform .homeimagegridrow .row .col-md-7 .universalrichtext-text ul li::before {
  display: none;
}

.gatedassetform .homeimagegridrow .row .col-md-7 .universalrichtext-text .universalrichtext-title {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 24px;
  font-family: "SegoeUIBold", Arial, sans-serif !important;
}

.gatedassetform .homeimagegridrow .row .col-md-7 .universalrichtext-text .universalrichtext-title strong {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 24px;
  font-family: "SegoeUIBold", Arial, sans-serif !important;
  font-weight: normal;
  color: #333740;
  display: block;
  margin-top: 24px;
}

.gatedassetform .homeimagegridrow .row .col-md-7 .universalrichtext-text .universalrichtext-title em {
  color: #333740;
  font-family: "SegoeUIRegular", Arial, sans-serif !important;
  font-size: 24px;
}

.gatedassetform .homeimagegridrow .row .col-md-7 .universalrichtext-text h3 {
  color: #333740;
  font-family: "SegoeUIRegular", Arial, sans-serif;
}

.gatedassetform .homeimagegridrow .row .col-md-7 .universalrichtext-text h3 strong {
  font-family: "SegoeUIBold", Arial, sans-serif;
  font-weight: normal;
  color: #333740;
}

.gatedassetform .homeimagegridrow .row .col-md-7 .universalrichtext.ebookform p img {
  width: 100% !important;
}

.gatedassetform .homeimagegridrow .row .col-md-7 .universalinsightexplorerelatedtopics.container {
  padding-left: 0;
}

.gatedassetform .homeimagegridrow .row .col-md-5 .defaultform {
  padding-left: 15px;
  padding-right: 15px;
}

.gatedassetform .homeimagegridrow .row .col-md-5 .defaultform h2 {
  font-family: "SegoeUIBold", Arial, sans-serif !important;
  font-size: 20px !important;
  color: #2e2925;
  margin-bottom: 24px;
}

.gatedassetform .homeimagegridrow .row .col-md-5 .defaultform .campaignform-form {
  padding: 0;
}

.productgrouplisting {
  margin: 56px auto;
  width: 80%;
  /*.row {
        margin-top: -35px;
        margin-bottom: -35px;
    }*/
}

.productgrouplisting [class*=" col-"]:not(h1):not(h2) {
  padding-left: 25px;
  padding-right: 25px;
}

.productgrouplisting .productcard {
  margin: 35px 0;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.1);
  height: 90%;
}

.productgrouplisting .productcard .productcardimage {
  background-color: #f0f0f0;
  width: 100%;
  height: auto;
  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;
}

.productgrouplisting .productcard .productcardimage img {
  height: 100%;
  width: 100%;
}

.productgrouplisting .productcard a .productcardcontent h2,
.productgrouplisting .productcard a:visited .productcardcontent h2 {
  padding-right: 20px;
  color: #2e2925;
}

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

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

.productgrouplisting .productcard a .productcardcontent .title,
.productgrouplisting .productcard a .productcardcontent .desc,
.productgrouplisting .productcard a:visited .productcardcontent .title,
.productgrouplisting .productcard a:visited .productcardcontent .desc {
  color: #000000;
}

.productgrouplisting .productcard a:hover, .productgrouplisting .productcard a:focus,
.productgrouplisting .productcard a:visited:hover,
.productgrouplisting .productcard a:visited:focus {
  text-decoration: none;
  color: #000000;
}

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

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

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

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

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

.productgrouplisting .productcard a:hover .productcardcontent .title,
.productgrouplisting .productcard a:hover .productcardcontent .desc, .productgrouplisting .productcard a:focus .productcardcontent .title,
.productgrouplisting .productcard a:focus .productcardcontent .desc,
.productgrouplisting .productcard a:visited:hover .productcardcontent .title,
.productgrouplisting .productcard a:visited:hover .productcardcontent .desc,
.productgrouplisting .productcard a:visited:focus .productcardcontent .title,
.productgrouplisting .productcard a:visited:focus .productcardcontent .desc {
  color: #000000;
}

.productgrouplisting .productcard .productcardcontent {
  padding: 20px 30px 0 30px;
  border-bottom: 25px solid #ffffff;
  height: auto;
  overflow: hidden;
  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;
}

.productgrouplisting .productcard .productcardcontent h2 {
  color: #2e2925;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 22px;
  line-height: 1.3;
}

.productgrouplisting .productcard .productcardcontent h2 a,
.productgrouplisting .productcard .productcardcontent h2 a:visited {
  padding-right: 20px;
  color: #00539e;
}

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

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

.productgrouplisting .productcard .productcardcontent .desc span,
.productgrouplisting .productcard .productcardcontent .desc p {
  display: block;
  margin-bottom: 20px;
  font-family: "SegoeUILight", Arial, sans-serif;
}

.productgrouplisting .productcard .productcardcontent .desc span strong,
.productgrouplisting .productcard .productcardcontent .desc p strong {
  color: #000000;
  font-size: 16px;
}

.productgrouplisting .productcard .productcardcontent .desc ul {
  list-style: square;
  padding: 0 20px;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 14px;
  color: #5f6369;
}

.productgrouplisting .productcard .productcardcontent .desc ul li {
  margin-bottom: 10px;
  line-height: 1.3;
}

.productgrouplisting .productcard .productcardcontent .desc table {
  font-family: "SegoeUILight", Arial, sans-serif;
}

.productgrouplisting .productcard .productcardcontent a.callout-bottom-link {
  position: absolute;
  bottom: 10%;
}

.productgrouplisting .productcard .productcarddetails {
  padding: 15px 30px 0 30px;
  border-bottom: 25px solid #ffffff;
  border-top: 1px solid #c7c9c8;
  height: 95px;
  overflow: hidden;
  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;
}

.productgrouplisting .productcard .productcarddetails .title {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  font-family: "SegoeUIBold", Arial, sans-serif;
  color: #878a8f;
}

.productgrouplisting .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;
}

.productgrouplisting .productcard .productcarddetails ul li {
  margin-right: 30px;
}

.productgrouplisting .productcard .productcarddetails ul li a,
.productgrouplisting .productcard .productcarddetails ul li a:visited {
  font-family: "SegoeUIBold", Arial, sans-serif;
  font-size: 16px;
  color: #000000;
}

.productgrouplisting .productcard .productcarddetails ul li:hover, .productgrouplisting .productcard .productcarddetails ul li:focus {
  text-decoration: underline;
}

.productgrouplisting .productcard .productcarddetails ul li:after {
  content: url("/Images/Base/dist/arrow-up-right.svg");
  display: inline-block;
  margin-left: 5px;
}

.productgrouplisting .productcard.callout--blue {
  background-color: #00539e;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #ffffff;
}

.productgrouplisting .productcard.callout--blue .productcardcontent {
  border-bottom-color: #00539e;
}

.productgrouplisting .productcard.callout--blue .productcardcontent h2 {
  color: #ffffff;
}

.productgrouplisting .productcard.callout--blue .productcardcontent .title,
.productgrouplisting .productcard.callout--blue .productcardcontent .desc {
  color: #ffffff;
}

.productgrouplisting .productcard.callout--blue a,
.productgrouplisting .productcard.callout--blue a:visited {
  padding-right: 20px;
  color: #ffffff;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.productgrouplisting .productcard.callout--blue a, .productgrouplisting .productcard.callout--blue a::after,
.productgrouplisting .productcard.callout--blue a:visited,
.productgrouplisting .productcard.callout--blue a:visited::after {
  display: inline-block;
}

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

.productgrouplisting .productcard.callout--blue a:after,
.productgrouplisting .productcard.callout--blue a:visited:after {
  background-image: url("/Images/Base/dist/icon-caret-reversed.svg");
}

.productgrouplisting .productcard.callout--blue a.pinned,
.productgrouplisting .productcard.callout--blue a:visited.pinned {
  position: absolute;
  bottom: 10%;
}

.productstatuslisting {
  margin: 56px auto;
  width: 80%;
}

.productstatuslisting [class*=" col-"]:not(h1):not(h2) {
  padding-left: 25px;
  padding-right: 25px;
}

.productstatuslisting .productcard {
  margin: 35px 0;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.1);
}

.productstatuslisting .productcard .productcardimage {
  background-color: #f0f0f0;
  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;
}

.productstatuslisting .productcard .productcardimage img {
  height: 100%;
  width: 100%;
}

.productstatuslisting .productcard a .productcardcontent h2,
.productstatuslisting .productcard a:visited .productcardcontent h2 {
  padding-right: 20px;
  color: #2e2925;
}

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

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

.productstatuslisting .productcard a .productcardcontent .title,
.productstatuslisting .productcard a .productcardcontent .desc,
.productstatuslisting .productcard a:visited .productcardcontent .title,
.productstatuslisting .productcard a:visited .productcardcontent .desc {
  color: #000000;
}

.productstatuslisting .productcard a:hover, .productstatuslisting .productcard a:focus,
.productstatuslisting .productcard a:visited:hover,
.productstatuslisting .productcard a:visited:focus {
  text-decoration: none;
  color: #000000;
}

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

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

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

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

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

.productstatuslisting .productcard a:hover .productcardcontent .title,
.productstatuslisting .productcard a:hover .productcardcontent .desc, .productstatuslisting .productcard a:focus .productcardcontent .title,
.productstatuslisting .productcard a:focus .productcardcontent .desc,
.productstatuslisting .productcard a:visited:hover .productcardcontent .title,
.productstatuslisting .productcard a:visited:hover .productcardcontent .desc,
.productstatuslisting .productcard a:visited:focus .productcardcontent .title,
.productstatuslisting .productcard a:visited:focus .productcardcontent .desc {
  color: #000000;
}

.productstatuslisting .productcard .productcardcontent {
  padding: 20px 30px 0 30px;
  border-bottom: 25px solid #ffffff;
  height: auto;
  overflow: hidden;
  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;
}

.productstatuslisting .productcard .productcardcontent h2 {
  color: #2e2925;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 22px;
  line-height: 1.3;
}

.productstatuslisting .productcard .productcardcontent .desc span,
.productstatuslisting .productcard .productcardcontent .desc p {
  display: block;
  margin-bottom: 20px;
  font-family: "SegoeUILight", Arial, sans-serif;
}

.productstatuslisting .productcard .productcardcontent .desc ul {
  list-style: square;
  padding: 0 20px;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 14px;
  color: #5f6369;
}

.productstatuslisting .productcard .productcardcontent .desc ul li {
  margin-bottom: 10px;
  line-height: 1.3;
}

.productstatuslisting .productcard .productcarddetails {
  padding: 15px 30px 0 30px;
  border-bottom: 25px solid #ffffff;
  border-top: 1px solid #c7c9c8;
  height: 95px;
  overflow: hidden;
  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;
}

.productstatuslisting .productcard .productcarddetails .title {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  font-family: "SegoeUIBold", Arial, sans-serif;
  color: #6D7175;
}

.productstatuslisting .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;
}

.productstatuslisting .productcard .productcarddetails ul li {
  margin-right: 30px;
}

.productstatuslisting .productcard .productcarddetails ul li a,
.productstatuslisting .productcard .productcarddetails ul li a:visited {
  font-family: "SegoeUIBold", Arial, sans-serif;
  font-size: 16px;
  color: #000000;
}

.productstatuslisting .productcard .productcarddetails ul li:hover, .productstatuslisting .productcard .productcarddetails ul li:focus {
  text-decoration: underline;
}

.productstatuslisting .productcard .productcarddetails ul li:after {
  content: url("/Images/Base/dist/arrow-up-right.svg");
  display: inline-block;
  margin-left: 5px;
}

.productstatuslisting .productcard .productcarddetails ul li.onsite-link:after {
  content: "";
  display: none;
}

.productstatuslisting .productcard.callout--blue {
  display: block;
  background-color: #00539e;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #ffffff;
  height: -webkit-calc(100% - 35px);
  height: calc(100% - 35px);
  padding: 30px 16px 40px 16px;
}

.productstatuslisting .productcard.callout--blue .productcardcontent {
  border-bottom-color: #00539e;
}

.productstatuslisting .productcard.callout--blue .productcardcontent h2 {
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 32px;
  line-height: 1.3;
  color: #ffffff;
}

.productstatuslisting .productcard.callout--blue .productcardcontent h2:hover {
  text-decoration: none !important;
}

.productstatuslisting .productcard.callout--blue .productcardcontent .title,
.productstatuslisting .productcard.callout--blue .productcardcontent .desc {
  color: #ffffff;
}

.productstatuslisting .productcard.callout--blue a.promo-item {
  display: block;
  height: 100%;
  color: #ffffff;
}

.productstatuslisting .productcard.callout--blue a.promo-item:visited, .productstatuslisting .productcard.callout--blue a.promo-item:hover {
  color: #ffffff;
}

.productstatuslisting .productcard.callout--blue a.promo-item .pinned {
  padding-right: 20px;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  padding-right: 24px;
  position: relative;
  color: #ffffff;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  bottom: 10%;
}

.productstatuslisting .productcard.callout--blue a.promo-item .pinned, .productstatuslisting .productcard.callout--blue a.promo-item .pinned::after {
  display: inline-block;
}

.productstatuslisting .productcard.callout--blue a.promo-item .pinned::after {
  content: "";
  height: 16px;
  margin-right: -16px;
  width: 16px;
  vertical-align: middle;
  background: transparent url("../images/Base/icon-caret.svg") no-repeat 100% 50%;
}

.productstatuslisting .productcard.callout--blue a.promo-item .pinned, .productstatuslisting .productcard.callout--blue a.promo-item .pinned:hover, .productstatuslisting .productcard.callout--blue a.promo-item .pinned:focus, .productstatuslisting .productcard.callout--blue a.promo-item .pinned:visited {
  color: #ffffff;
}

.productstatuslisting .productcard.callout--blue a.promo-item .pinned:after {
  background: transparent url("../Images/Base/link_arrow_white.svg") no-repeat 100% 50%;
  margin-right: -24px;
  top: 3px;
  width: 24px;
}

@media (max-width: 1024px) {
  .productstatuslisting .productcard.callout--blue a.promo-item .pinned {
    font-size: 16px;
  }
}

.productstatuslisting .productcard.callout--blue a.promo-item .pinned:after {
  background-image: url("/Images/Base/dist/icon-caret-reversed.svg");
}

.productstatuslisting .productcard.callout--blue a.promo-item .productcardcontent h2 {
  color: #ffffff;
}

.productstatuslisting .productcard.callout--blue a.promo-item .productcardcontent h2:after {
  background: none;
}

.productstatuslisting .productcard.callout--blue a.promo-item .productcardcontent h2:hover {
  color: #ffffff;
}

.productstatuslisting__title {
  position: relative;
  width: 100%;
}

.productstatuslisting__title h2 {
  font-family: "SegoeUIRegular", Arial, sans-serif;
}

.productstatuslisting .productstatuslisting__filterswrap {
  position: relative;
  width: 25%;
}

.productstatuslisting .productstatuslisting__filterswrap .productstatuslisting__label {
  font-weight: bold;
  margin-bottom: 10px;
}

.productstatuslisting .productstatuslisting__filterswrap .productstatuslisting__filters {
  margin: 0 10px;
  padding-right: 20px;
  position: relative;
  z-index: 2;
  border: none;
  background-color: transparent;
  text-transform: none;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 16px;
}

.productstatuslisting .productstatuslisting__filterswrap .productstatuslisting__filters, .productstatuslisting .productstatuslisting__filterswrap .productstatuslisting__filters::after {
  display: inline-block;
}

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

.productstatuslisting .productstatuslisting__filterswrap .productstatuslisting__filters:before {
  content: "";
  background-image: url("/Images/Base/dist/icon-filter.svg");
  background-size: 20px 18px;
  display: inline-block;
  width: 20px;
  height: 18px;
  margin-right: 5px;
  position: relative;
  top: 3px;
}

.productstatuslisting .productstatuslisting__filterswrap .productstatuslisting__filters:after {
  background-position: 50% 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.productstatuslisting .productstatuslisting__filterswrap .productstatuslisting__filters:hover {
  cursor: pointer;
}

.productstatuslisting .productstatuslisting__filterswrap .productstatuslisting__filters:focus, .productstatuslisting .productstatuslisting__filterswrap .productstatuslisting__filters:active {
  outline: none;
}

.productstatuslisting .productstatuslisting__filterswrap .productstatuslisting__filters.active:after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-left: 8px;
}

.productstatuslisting .productstatuslisting__filterswrap .productstatuslisting__selectedfilters a .filter_remove_icon {
  height: 10px;
  margin: auto 10px;
  position: relative;
  top: -2px;
}

.productstatuslisting .productstatuslisting__filterswrap .productstatuslisting__filterpanel {
  display: none;
  position: absolute;
  z-index: 1;
  top: -8px;
  background-color: #ffffff;
  box-shadow: 0 15px 32px 0 rgba(0, 0, 0, 0.07);
  padding: 74px 16px;
  width: 250px;
  min-height: 200px;
}

.productstatuslisting .productstatuslisting__filterswrap .productstatuslisting__filterpanel.is-visible {
  display: block;
}

.productstatuslisting .productstatuslisting__filterswrap .productstatuslisting__filterpanel .productstatuslisting__filtercheckbox input[type="checkbox"] {
  opacity: 0;
  width: auto;
}

.productstatuslisting .productstatuslisting__filterswrap .productstatuslisting__filterpanel .productstatuslisting__filtercheckbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

.productstatuslisting .productstatuslisting__filterswrap .productstatuslisting__filterpanel .productstatuslisting__filtercheckbox label {
  position: relative;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  text-transform: initial;
  color: #878a8f;
  letter-spacing: 0;
  margin: 0;
}

.productstatuslisting .productstatuslisting__filterswrap .productstatuslisting__filterpanel .productstatuslisting__filtercheckbox label:before {
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
  border: 1px solid #5f6369;
  position: absolute;
  top: 3px;
  left: -24px;
}

.productstatuslisting .productstatuslisting__filterswrap .productstatuslisting__filterpanel .productstatuslisting__filtercheckbox label:after {
  content: "";
  display: inline-block;
  height: 8px;
  width: 16px;
  border-left: 2px solid #00539e;
  border-bottom: 2px solid #00539e;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 3px;
  left: -20px;
}

.productstatuslisting .productstatuslisting__filterswrap .productstatuslisting__filterpanel .productstatuslisting__filtercheckbox.inactive {
  opacity: 0.5;
}

.productstatuslisting .productstatuslisting__filterswrap .productstatuslisting__filterpanel .productstatuslisting__filtercheckbox.inactive label:before {
  background-color: #ebebe4;
}

.productstatuslisting .productstatuslisting__filterswrap .productstatuslisting__filterpanel .productstatuslisting__filtercheckbox input[type="checkbox"] + label:after {
  content: none;
}

.productstatuslisting .productstatuslisting__filterswrap .productstatuslisting__filterpanel .productstatuslisting__filtercheckbox input[type="checkbox"]:checked + label:after {
  content: "";
}

.productstatuslisting .productstatuslisting__filterswrap .productstatuslisting__filterpanel .productstatuslisting__filtercheckbox input[type="checkbox"]:checked + label:before {
  border: 1px solid #00539e;
}

.productstatuslisting .productstatuslisting__filterswrap .productstatuslisting__filterpanel .productstatuslisting__filtercheckbox input[type="checkbox"]:focus + label:before {
  outline: #3b99fc auto 5px;
}

.productstatuslisting.no-filters .productcard .productcarddetails ul li a,
.productstatuslisting.no-filters .productcard .productcarddetails ul li a:visited {
  color: #00539e;
}

.productstatuslisting.no-filters .productcard .productcarddetails ul li:after {
  content: url("/Images/Base/dist/arrow-up-right-darkblue.svg");
}

.productstatuslisting.no-filters .productcard .productcarddetails ul li.onsite-link:after {
  content: "";
  display: none;
}

.utilitybrandbar {
  padding: 10px 0;
}

.utilitybrandbar .accordionItem {
  display: inline-block;
  z-index: 3;
  position: relative;
  padding-top: 0 !important;
}

.utilitybrandbar .accordionItem:not(.close) .accordionItemContent {
  top: 51px;
}

.utilitybrandbar .accordionItem:not(.close) .accordionItemContent .utility-content .utilitybrandbar__countryselectheader {
  text-align: right;
  margin-right: 0px;
  margin-top: 0px;
}

.utilitybrandbar .accordionItem .close {
  padding: 0 !important;
  margin: 0;
  position: relative;
  float: none;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  text-shadow: none;
  opacity: 1;
  z-index: 3;
}

.utilitybrandbar .accordionItem .accordionItemHeading.utility:before {
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 3px;
}

.utilitybrandbar .utilitybrandbar-wrap {
  margin: 0;
}

.utilitybrandbar .utilitybrandbar-wrap .utility-wrap li:after {
  content: "";
}

.utilitybrandbar .accordionItem.close {
  padding-top: 0px !important;
}

.desktop_countryselector {
  margin-top: -2px;
}

@media (max-width: 1024px) {
  .mobile_countryselector .accordionItem .accordionItemContent .utility-content .utilitybrandbar__countryselectheader .utilitybrandbar__closebtn {
    display: block;
    top: 0;
    position: relative;
    margin-left: auto;
    margin-right: -50px;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .mobile_countryselector .accordionItem .accordionItemContent .utility-content .utilitybrandbar__countryselectheader .utilitybrandbar__closebtn {
    margin-right: -50px;
  }
}

@media (max-width: 1024px) {
  .mobile_countryselector .accordionItem .accordionItemContent .utility-content .utilitybrandbar__countryselectheader .utilitybrandbar__closebtn {
    display: block;
    top: 0;
    position: relative;
    margin-left: auto;
    margin-right: -50px;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .mobile_countryselector .accordionItem .accordionItemContent .utility-content .utilitybrandbar__countryselectheader .utilitybrandbar__closebtn {
    margin-right: -50px;
  }
}

.doublefeaturecentered {
  margin: 48px 0;
}

.doublefeaturecentered .doublefeaturecentered__title {
  text-align: center;
  width: 100%;
  padding: 0 20%;
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 24px;
}

.doublefeaturecentered .doublefeaturecentered__item {
  margin: 24px 10%;
}

.doublefeaturecentered .doublefeaturecentered__item .doublefeaturecentered__image {
  width: 100%;
  margin-bottom: 32px;
}

.doublefeaturecentered .doublefeaturecentered__item .doublefeaturecentered__text {
  font-family: "SegoeUIRegular", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

@media (max-width: 1024px) {
  .doublefeaturecentered .doublefeaturecentered__title {
    padding: 0 10%;
  }
  .doublefeaturecentered .doublefeaturecentered__item {
    margin: 24px 10%;
  }
}

@media (max-width: 767px) {
  .doublefeaturecentered .doublefeaturecentered__title {
    padding: 0;
    font-size: 24px;
  }
  .doublefeaturecentered .doublefeaturecentered__item {
    margin: 24px 0;
  }
}

.three-column-card .heading h3 {
  font: normal 32px "SegoeUIRegular", Arial, sans-serif !important;
}

.three-column-card .tile-content-sec .tile-content .tile-title, .three-column-card .tile-content-sec-div .tile-content .tile-title {
  color: #ffffff;
}

.three-column-card .tile-content-sec .tile-content .tile-desc p, .three-column-card .tile-content-sec-div .tile-content .tile-desc p {
  color: #ffffff;
}

.three-column-card.white-background .heading h3 {
  color: #2e2925;
}

.three-column-card.white-background .tile-content-sec .tile-content, .three-column-card.white-background .tile-content-sec-div .tile-content {
  background: #f0f0f0;
}

.three-column-card.white-background .tile-content-sec .tile-content:hover, .three-column-card.white-background .tile-content-sec-div .tile-content:hover {
  background: #f0f0f0;
}

.three-column-card.white-background .tile-content-sec .tile-content .tile-title, .three-column-card.white-background .tile-content-sec-div .tile-content .tile-title {
  color: #2e2925;
}

.three-column-card.white-background .tile-content-sec .tile-content .tile-desc p, .three-column-card.white-background .tile-content-sec-div .tile-content .tile-desc p {
  color: #2e2925;
}

.four-column-card .heading h3 {
  font: normal 32px "SegoeUIRegular", Arial, sans-serif !important;
}

.four-column-card .heading p {
  font-size: 16px;
}

.four-column-card .tile-content-sec:hover, .four-column-card .tile-content-sec-div:hover {
  text-decoration: none;
}

.four-column-card .tile-content-sec .tile-content .tile-title, .four-column-card .tile-content-sec-div .tile-content .tile-title {
  color: #ffffff;
  font-size: 16px;
}

.four-column-card .tile-content-sec .tile-content .tile-desc p, .four-column-card .tile-content-sec-div .tile-content .tile-desc p {
  color: #ffffff;
  font-size: 16px;
}

.four-column-card.white-background .heading h3 {
  color: #2e2925;
}

.four-column-card.white-background .heading p {
  color: #2e2925;
  font-size: 16px;
}

.four-column-card.white-background .tile-content-sec .tile-content, .four-column-card.white-background .tile-content-sec-div .tile-content {
  background: #f0f0f0;
}

.four-column-card.white-background .tile-content-sec .tile-content .tile-title, .four-column-card.white-background .tile-content-sec-div .tile-content .tile-title {
  color: #2e2925;
  font-size: 16px;
}

.four-column-card.white-background .tile-content-sec .tile-content:hover, .four-column-card.white-background .tile-content-sec-div .tile-content:hover {
  background: #f0f0f0;
}

.four-column-card.white-background .tile-content-sec .tile-content .tile-desc p, .four-column-card.white-background .tile-content-sec-div .tile-content .tile-desc p {
  color: #2e2925;
}

.linked-list-image .heading h3 {
  font: normal 32px "SegoeUIRegular", Arial, sans-serif;
}

.linked-list-image ul {
  list-style-type: none;
}

.linked-list-image ul li a:hover, .linked-list-image ul li div:hover {
  text-decoration: none;
}

.linked-list-image ul li .field-text p {
  color: #ffffff;
}

.half-card-component h1, .half-card-component .universalinsightquilt-card-accent-title *, .universalinsightquilt-card-accent-title .half-card-component * {
  font: normal 32px "SegoeUIRegular", Arial, sans-serif;
  color: #2e2925;
}

.half-card-component p {
  color: #2e2925;
}

.news-press-tile-component h3 {
  font: normal 32px "SegoeUIRegular", Arial, sans-serif;
  color: #2e2925;
}

.news-press-tile-component a {
  font: normal 18px "SegoeUIBold", Arial, sans-serif;
  color: #00539e;
}

.news-press-tile-component a:hover {
  text-decoration: none;
}

.related-insight-component h3 {
  font: normal 32px "SegoeUIRegular", Arial, sans-serif;
  color: #2e2925;
}

.related-insight-component a .card-description .field-title {
  font: normal 18px "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 "SegoeUIRegular", Arial, sans-serif;
  color: #2e2925;
  text-align: center;
  background: none;
}

.related-insight-vertical-component a .card-description .field-title {
  font: normal 18px "SegoeUIBold", Arial, sans-serif;
}

.related-insight-vertical-component a .card-description .field-content {
  font: normal 16px "SegoeUIRegular", Arial, sans-serif;
  color: #ffffff;
}

.three-card-component .row > div .field-title {
  color: #2e2925;
  font: normal 18px "SegoeUIBold", Arial, sans-serif;
}

.three-card-component .row > div .field-description {
  color: #2e2925;
  font-family: "SegoeUIRegular", Arial, sans-serif;
}

.market-solution .left-content h6 {
  color: #2e2925;
  font: normal 18px "SegoeUIBold", Arial, sans-serif;
}

.market-solution .left-content .input-range input {
  color: #2e2925;
  font: normal 24px "SegoeUIRegular", Arial, sans-serif;
}

.market-solution .left-content .field-link a {
  cursor: pointer;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.23px;
  text-transform: none;
  padding: 16px 40px;
  -webkit-appearance: none;
  background-color: #ffffff;
  box-shadow: inset 0 0 0 2px #00539e;
  color: #00539e;
  -webkit-transition: color 0.25s 0.08333s;
  transition: color 0.25s 0.08333s;
  position: relative;
  display: inline-block;
  line-height: 16px;
  margin: 16px 0 16px 0x;
  text-align: center;
  padding: 16px 40px;
  background-color: #00539e;
  color: #ffffff !important;
}

.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 {
  text-decoration: none;
}

@media (max-width: 767px) {
  .market-solution .left-content .field-link a {
    padding: 16px;
  }
}

.market-solution .left-content .field-link a::before, .market-solution .left-content .field-link a::after {
  background: none;
  border: 0 solid transparent;
  box-sizing: border-box;
  content: "";
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
}

.market-solution .left-content .field-link a::before {
  border-top-width: 2px;
  border-right-width: 2px;
}

.market-solution .left-content .field-link a::after {
  border-bottom-width: 2px;
  border-left-width: 2px;
}

.market-solution .left-content .field-link a:hover {
  background-color: #f0f0f0;
}

.market-solution .left-content .field-link a:hover:before, .market-solution .left-content .field-link a:hover:after {
  border-color: #2cbcb1;
  -webkit-transition: border-color 0s, width 0.25s, height 0.25s;
  transition: border-color 0s, width 0.25s, height 0.25s;
  width: 100%;
  height: 100%;
}

.market-solution .left-content .field-link a:hover:before {
  -webkit-transition-delay: 0s, 0s, 0.25s;
  transition-delay: 0s, 0s, 0.25s;
}

.market-solution .left-content .field-link a:hover:after {
  -webkit-transition-delay: 0s, 0.25s, 0s;
  transition-delay: 0s, 0.25s, 0s;
}

.market-solution .left-content .field-link a:hover, .market-solution .left-content .field-link a:focus {
  -webkit-transition: all 0.25s 0.08333s;
  transition: all 0.25s 0.08333s;
}

.market-solution .left-content .field-link a, .market-solution .left-content .field-link a:hover, .market-solution .left-content .field-link a:focus, .market-solution .left-content .field-link a:visited {
  color: #00539e;
}

@media (any-hover: none) {
  .market-solution .left-content .field-link a::before, .market-solution .left-content .field-link a::after {
    content: none;
  }
}

.market-solution .left-content .field-link a:hover {
  background: #1964a7;
  color: #ffffff !important;
  text-decoration: none;
}

.market-solution .left-content .field-link a:hover::after, .market-solution .left-content .field-link a:hover::before {
  border-color: #47bbdc;
}

.market-solution .irs--flat .irs-grid-text {
  color: #2e2925;
  font: normal 16px "SegoeUIRegular", Arial, sans-serif;
}

.image-video-con.no-background .image-video-heading h2 {
  font: normal 32px "SegoeUIRegular", Arial, sans-serif;
  color: #2e2925;
}

.image-video-con.no-background .image-video-heading p {
  color: #2e2925;
  font-size: 16px;
}

.image-video-con .tile-content-sec .tile-content li:first-child {
  color: #00539e;
  font: normal 18px "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: #ffffff !important;
}

.full-width-title-component.white-background h2 {
  color: #2e2925 !important;
}

.card-component .row .field-title {
  color: #2e2925 !important;
  font: normal 32px "SegoeUIRegular", Arial, sans-serif !important;
}

.card-component .row .field-content {
  color: #2e2925 !important;
}

.image-without-shadow-component .field-title {
  color: #2e2925;
  font: normal 32px "SegoeUIRegular", Arial, sans-serif;
}

.image-without-shadow-component .field-content {
  color: #2e2925;
  font: normal 16px "SegoeUIRegular", Arial, sans-serif;
}

.hero-component .content-wrap h1, .hero-component .content-wrap .universalinsightquilt-card-accent-title *, .universalinsightquilt-card-accent-title .hero-component .content-wrap * {
  color: #2e2925;
  font: normal 32px "SegoeUIRegular", Arial, sans-serif;
}

.hero-component .content-wrap p {
  color: #2e2925;
}

.light-blue-btn {
  cursor: pointer;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.23px;
  text-transform: none;
  padding: 16px 40px;
  -webkit-appearance: none;
  background-color: #ffffff;
  box-shadow: inset 0 0 0 2px #00539e;
  color: #00539e;
  -webkit-transition: color 0.25s 0.08333s;
  transition: color 0.25s 0.08333s;
  position: relative;
  display: inline-block;
  line-height: 16px;
  margin: 16px 0 16px 0x;
  text-align: center;
  padding: 16px 40px;
  background-color: #00539e;
  color: #ffffff !important;
}

.light-blue-btn, .light-blue-btn:hover, .light-blue-btn:visited, .light-blue-btn:focus {
  text-decoration: none;
}

@media (max-width: 767px) {
  .light-blue-btn {
    padding: 16px;
  }
}

.light-blue-btn::before, .light-blue-btn::after {
  background: none;
  border: 0 solid transparent;
  box-sizing: border-box;
  content: "";
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
}

.light-blue-btn::before {
  border-top-width: 2px;
  border-right-width: 2px;
}

.light-blue-btn::after {
  border-bottom-width: 2px;
  border-left-width: 2px;
}

.light-blue-btn:hover {
  background-color: #f0f0f0;
}

.light-blue-btn:hover:before, .light-blue-btn:hover:after {
  border-color: #2cbcb1;
  -webkit-transition: border-color 0s, width 0.25s, height 0.25s;
  transition: border-color 0s, width 0.25s, height 0.25s;
  width: 100%;
  height: 100%;
}

.light-blue-btn:hover:before {
  -webkit-transition-delay: 0s, 0s, 0.25s;
  transition-delay: 0s, 0s, 0.25s;
}

.light-blue-btn:hover:after {
  -webkit-transition-delay: 0s, 0.25s, 0s;
  transition-delay: 0s, 0.25s, 0s;
}

.light-blue-btn:hover, .light-blue-btn:focus {
  -webkit-transition: all 0.25s 0.08333s;
  transition: all 0.25s 0.08333s;
}

.light-blue-btn, .light-blue-btn:hover, .light-blue-btn:focus, .light-blue-btn:visited {
  color: #00539e;
}

@media (any-hover: none) {
  .light-blue-btn::before, .light-blue-btn::after {
    content: none;
  }
}

.light-blue-btn:hover {
  background: #1964a7;
  color: #ffffff !important;
  text-decoration: none;
}

.light-blue-btn:hover::after, .light-blue-btn:hover::before {
  border-color: #47bbdc;
}

.blue-btn {
  cursor: pointer;
  font-family: "SegoeUISemiBold", Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.23px;
  text-transform: none;
  padding: 16px 40px;
  -webkit-appearance: none;
  background-color: #ffffff;
  box-shadow: inset 0 0 0 2px #00539e;
  color: #00539e;
  -webkit-transition: color 0.25s 0.08333s;
  transition: color 0.25s 0.08333s;
  position: relative;
  display: inline-block;
  line-height: 16px;
  margin: 16px 0 16px 0x;
  text-align: center;
  padding: 16px 40px;
  background-color: #00539e;
  color: #ffffff !important;
}

.blue-btn, .blue-btn:hover, .blue-btn:visited, .blue-btn:focus {
  text-decoration: none;
}

@media (max-width: 767px) {
  .blue-btn {
    padding: 16px;
  }
}

.blue-btn::before, .blue-btn::after {
  background: none;
  border: 0 solid transparent;
  box-sizing: border-box;
  content: "";
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
}

.blue-btn::before {
  border-top-width: 2px;
  border-right-width: 2px;
}

.blue-btn::after {
  border-bottom-width: 2px;
  border-left-width: 2px;
}

.blue-btn:hover {
  background-color: #f0f0f0;
}

.blue-btn:hover:before, .blue-btn:hover:after {
  border-color: #2cbcb1;
  -webkit-transition: border-color 0s, width 0.25s, height 0.25s;
  transition: border-color 0s, width 0.25s, height 0.25s;
  width: 100%;
  height: 100%;
}

.blue-btn:hover:before {
  -webkit-transition-delay: 0s, 0s, 0.25s;
  transition-delay: 0s, 0s, 0.25s;
}

.blue-btn:hover:after {
  -webkit-transition-delay: 0s, 0.25s, 0s;
  transition-delay: 0s, 0.25s, 0s;
}

.blue-btn:hover, .blue-btn:focus {
  -webkit-transition: all 0.25s 0.08333s;
  transition: all 0.25s 0.08333s;
}

.blue-btn, .blue-btn:hover, .blue-btn:focus, .blue-btn:visited {
  color: #00539e;
}

@media (any-hover: none) {
  .blue-btn::before, .blue-btn::after {
    content: none;
  }
}

.blue-btn:hover {
  background: #1964a7;
  color: #ffffff !important;
  text-decoration: none;
}

.blue-btn:hover::after, .blue-btn:hover::before {
  border-color: #47bbdc;
}

.slider-text-image .slider-item .left-content h3 {
  font: normal 32px "SegoeUIRegular", Arial, sans-serif;
  color: #2e2925;
}

.slider-text-image .slider-item .left-content p {
  font-size: 16px;
  color: #2e2925;
}

.slider-text-image .slider-item .right-content .heading h4 {
  color: #2e2925;
  font: normal 32px "SegoeUIRegular", Arial, sans-serif;
}

.slider-text-image .slider-item .right-content .heading .sub-title {
  color: #2e2925;
  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 h2 {
  font: normal 32px "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: 16px 40px;
}

.tab-component .tab-list {
  list-style-type: none;
}

.tab-component .tab-list li {
  font: normal 16px "SegoeUISemiBold", Arial, sans-serif;
  color: #2e2925;
}

.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: #2e2925;
}

.tab-component .tab-content .field-title {
  font: normal 32px "SegoeUIRegular", Arial, sans-serif;
  color: #2e2925;
}

.tab-component .tab-content .field-content {
  color: #2e2925;
}

.tab-component .tab-content .link-list li:hover {
  border-bottom: 1px solid #00539e;
}

.tab-component .tab-content .link-list li a {
  font: normal 16px "SegoeUIBold", Arial, sans-serif;
  color: #00539e;
  letter-spacing: 0;
  text-transform: none;
}

.tab-component .tab-content .link-list li a:hover {
  text-decoration: none;
  color: #00539e;
}

.tab-component .tab-content .link-list li a::after {
  background: transparent url("../images/Base/dist/icon-caret-darkblue.svg") no-repeat 100% 50%;
}

.tab-component .container {
  max-width: 1240px;
}

.card-tile-with-brand .col h4 {
  font: normal 18px "SegoeUIBold", Arial, sans-serif;
  color: #2e2925;
}

.article-image-component .sub-title {
  font: normal 16px "SegoeUIRegular", Arial, sans-serif;
  color: #2e2925;
  letter-spacing: 1px;
}

.article-image-component h5 {
  font: normal 32px "SegoeUISemiBold", Arial, sans-serif;
  letter-spacing: 1px;
  color: #2e2925;
}

.article-image-component a .field-title {
  font-size: 16px;
  color: #2e2925;
}

header.menu-open .header-content .nav-header .menu-link .menu-bottom .mobile_countryselector .accordionItemHeading.utility {
  font-size: 16px;
}

header.menu-open .header-content .nav-header .menu-link .menu-bottom .utility-content-title {
  font-size: 18px;
}

header .header-content .top-header {
  padding: 0 50px;
}

header .header-content .nav-header .menu-link ul li a {
  font: normal 16px "SegoeUIRegular", Arial, sans-serif !important;
  letter-spacing: 0.2px !important;
  text-transform: none;
}

header .header-content .nav-header .logo-wrapper .site-logo img {
  width: 150px;
}

@media (min-width: 1025px) {
  header .header-content .nav-header .component-content > div:last-child {
    height: 57px;
  }
}

header .header-float .nav-header .menu-link .desktop-menu ul li a {
  text-transform: none;
  letter-spacing: normal;
  font: normal 16px "SegoeUIRegular", Arial, sans-serif;
  padding: 10px 14px 10px 0;
}

header .header-float .nav-header .menu-link .desktop-menu ul li .drop-down ul li a {
  text-transform: none;
  letter-spacing: normal;
  font: normal 16px "SegoeUIRegular", Arial, sans-serif;
}

header .header-float .nav-header .menu-link .desktop-menu ul li .drop-down ul li .sub-drop-down ul li .sub-sub-drop-down ul li a:hover {
  border-bottom: 1px solid rgba(171, 171, 171, 0.69) !important;
}

header .header-float .nav-header .menu-link .desktop-menu ul li .drop-down ul li .sub-drop-down ul li:last-child a {
  padding-right: 0px;
}

header .header-float .nav-header .menu-link .desktop-menu ul li.two-level .drop-down ul li.sub-menu-dropDown .sub-drop-down ul li a:hover {
  border-bottom: 1px solid rgba(171, 171, 171, 0.69) !important;
}

header .header-float .nav-header .menu-link .desktop-menu ul li.two-level .drop-down ul li.sub-menu-dropDown .sub-drop-down ul li:last-child a {
  border-bottom: 0 !important;
}

header .header-float .nav-header .menu-link .desktop-menu ul li.three-level .drop-down ul li .sub-drop-down ul li .sub-sub-drop-down ul li:last-child a {
  border-bottom: 0 !important;
}

.universalrichtext .box.lblue ~ .callabel {
  color: #62779F;
}

.universalrichtext .box.green ~ .callabel {
  color: #2E8372;
}

.universalrichtext .box.leaf ~ .callabel {
  color: #4F842C;
}

.universalrichtext-text h2 {
  color: #2E8372;
}
