.ns-box {
	position: fixed;
	background: rgba(42,45,50,0.85);
	padding: 22px;
	line-height: 1.4;
	z-index: 1000;
	pointer-events: none;
	color: rgba(250,251,255,0.95);
	font-size: 90%;
	font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;
}

.ns-box.ns-show {
	pointer-events: auto;
}

.ns-box a {
	color: inherit;
	opacity: 0.7;
	font-weight: 700;
}

.ns-box a:hover,
.ns-box a:focus {
	opacity: 1;
}

.ns-box p {
	margin: 0;
}

.ns-box.ns-show,
.ns-box.ns-visible {
	pointer-events: auto;
}

.ns-close {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 4px;
	top: 4px;
	overflow: hidden;
	text-indent: 100%;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.ns-close:hover, 
.ns-close:focus {
	outline: none;
}

.ns-close::before,
.ns-close::after {
	content: '';
	position: absolute;
	width: 3px;
	height: 60%;
	top: 50%;
	left: 50%;
	background: #6e6e6e;
}

.ns-close:hover::before,
.ns-close:hover::after {
	background: #fff;
}

.ns-close::before {
	-webkit-transform: translate(-50%,-50%) rotate(45deg);
	transform: translate(-50%,-50%) rotate(45deg);
}

.ns-close::after {
	-webkit-transform: translate(-50%,-50%) rotate(-45deg);
	transform: translate(-50%,-50%) rotate(-45deg);
}


/* To bar notifications */
.ns-box.ns-bar {
	top: 0;
	left: 0;
	width: 100%;
    height:130px;
}

.ns-bar .ns-close {
	background: transparent;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ns-bar .ns-close::before,
.ns-bar .ns-close::after {
	background: #fff;
}

[class^="ns-effect-"].ns-bar.ns-hide,
[class*=" ns-effect-"].ns-bar.ns-hide {
	-webkit-animation-direction: reverse;
	animation-direction: reverse;
}

/* Individual Effects */

/* Slide on top */
.ns-effect-slidetop {
	box-shadow: inset 4.5em 0 rgba(0,0,0,0.6);
}

.ns-effect-slidetop .cookie-noti-icon {
	position: absolute;
	display: block;
	font-size: 109%;
	top: 50%;
	left: 1em;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}

.ns-effect-slidetop p {
	padding: 0 3.2em;
	font-size: 1.2em;
	display: inline-block;
}

.ns-effect-slidetop .ns-close::before,
.ns-effect-slidetop .ns-close::after {
	width: 2px;
	background: #14151b;
}

.ns-effect-slidetop .ns-close:hover::before,
.ns-effect-slidetop .ns-close:hover::after {
	background: #fff;
}

.ns-effect-slidetop.ns-show .cookie-noti-icon,
.ns-effect-slidetop.ns-show p {
	-webkit-animation-name: animScaleUp;
	animation-name: animScaleUp;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.ns-effect-slidetop.ns-show p {
	-webkit-animation-name: animFade;
	animation-name: animFade;
}

@-webkit-keyframes animScaleUp {
	0% { opacity: 0; -webkit-transform: translate3d(0,-50%,0) scale3d(0,0,1); }
	100% { opacity 1; -webkit-transform: translate3d(0,-50%,0) scale3d(1,1,1); }
}

@keyframes animScaleUp {
	0% { opacity: 0; -webkit-transform: translate3d(0,-50%,0) scale3d(0,0,1); transform: translate3d(0,-50%,0) scale3d(0,0,1); }
	100% { opacity 1; -webkit-transform: translate3d(0,-50%,0) scale3d(1,1,1); transform: translate3d(0,-50%,0) scale3d(1,1,1); }
}

.ns-effect-slidetop.ns-show,
.ns-effect-slidetop.ns-hide {
	-webkit-animation-name: animSlideTop;
	animation-name: animSlideTop;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
}

@-webkit-keyframes animSlideTop {
	0% { -webkit-transform: translate3d(0,-100%,0); }
	100% { -webkit-transform: translate3d(0,0,0); }
}

@keyframes animSlideTop {
	0% { -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); }
	100% { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
}

/* Expanding Loader */
.ns-effect-exploader {
	background: #005293;
	color: #fff;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	z-index: 99999;
}

.ns-effect-exploader .cookie-noti-icon {
	position: absolute;
	left: 0.25em;
	top: 50%;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}

.ns-effect-exploader .ns-box-inner {
	position: relative;
}

.ns-effect-exploader p {
	padding: 0.25em 2em 0.25em 3em;
}

.ns-effect-exploader .ns-close:hover::before,
.ns-effect-exploader .ns-close:hover::after {
	background: #98815a;
}

.ns-effect-exploader.ns-show {
	-webkit-animation-name: animLoad;
	animation-name: animLoad;
	-webkit-animation-duration: 2.5s;
	animation-duration: 2.5s;
}

@-webkit-keyframes animLoad {
	0% { opacity: 1; -webkit-transform: scale3d(0,0.3,1); }
	33% { opacity: 1; -webkit-transform: scale3d(0.5,0.3,1); }
	50% { opacity: 1; -webkit-transform: scale3d(0.6,0.3,1); }
	80%, 85% { opacity: 1; -webkit-transform: scale3d(1,0.3,1); -webkit-animation-timing-function: cubic-bezier(0.7,0,0.3,1); }
	100% { opacity: 1; -webkit-transform: scale3d(1,1,1); }
}

@keyframes animLoad {
	0% { opacity: 1; -webkit-transform: scale3d(0,0.3,1); transform: scale3d(0,0.3,1); }
	33% { opacity: 1; -webkit-transform: scale3d(0.5,0.3,1); transform: scale3d(0.5,0.3,1); }
	50% { opacity: 1; -webkit-transform: scale3d(0.6,0.3,1); transform: scale3d(0.6,0.3,1); }
	80%, 85% { opacity: 1; -webkit-transform: scale3d(1,0.3,1); transform: scale3d(1,0.3,1); -webkit-animation-timing-function: cubic-bezier(0.7,0,0.3,1); animation-timing-function: cubic-bezier(0.7,0,0.3,1); }
	100% { opacity: 1; -webkit-transform: scale3d(1,1,1); transform: scale3d(1,1,1); }
}

.ns-effect-exploader.ns-hide {
	-webkit-animation-name: animFade;
	animation-name: animFade;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
}

.ns-effect-exploader.ns-show .ns-box-inner,
.ns-effect-exploader.ns-show .ns-close {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-delay: 2.4s;
	animation-delay: 2.4s;
}

.ns-effect-exploader.ns-show .ns-close {
	-webkit-animation-name: animFade;
	animation-name: animFade;	
}

.ns-effect-exploader.ns-show .ns-box-inner {
	-webkit-animation-name: animFadeMove;
	animation-name: animFadeMove;
	-webkit-animation-timing-function: ease-out; 
	animation-timing-function: ease-out;
}

@-webkit-keyframes animFadeMove {
	0% { opacity: 0; -webkit-transform: translate3d(0,10px,0); }
	100% { opacity: 1; -webkit-transform: translate3d(0,0,0); }
}

@keyframes animFadeMove {
	0% { opacity: 0; -webkit-transform: translate3d(0,10px,0); transform: translate3d(0,10px,0); }
	100% { opacity: 1; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
}

@-webkit-keyframes animFade {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

@keyframes animFade {
	0% { opacity: 0; }
	100% { opacity: 1; }
}


.cookie-noti-icon:before {
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 2em;
	display: inline-block;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.cookie-noti-icon-settings:before {
	content: "\e702";
}
/*------------------------------------*    MIXINS THAT ARE NEEDED FOR VARIABLE CALCULATION
\*------------------------------------*/
/*------------------------------------*    $VARIABLES
\*------------------------------------*/
/*------------------------------------*    MIXINS
\*------------------------------------*/
body { position: relative; }

.image-missing { padding: 20px; }

.bannerContainer { margin-bottom: 50px; }

.video-modal-overlay { position: fixed; top: 0; bottom: 0; left: 0; right: 0; width: 100vw; height: 100vh; background: rgba(0, 0, 0, 0.75); z-index: 10000; }

.video--modal { position: fixed; width: 100%; height: 400px; margin: auto; top: 50%; transform: translateY(-50%); left: 0; right: 0; bottom: auto; z-index: 10001; display: none; padding: 10px; }

.video--modal video { height: auto; }

.video--modal .video-modal-close { color: white; cursor: pointer; position: absolute; top: -40px; line-height: 1; font-size: 50px; right: 10px; }

.video--modal .video-modal-close:hover, .video--modal .video-modal-close:focus { text-decoration: none; color: #005293; }

.video--modal.active { display: block; }

.banner { margin-bottom: 30px; border-bottom: 1px solid #E5E5E5; }

.banner-gradient { z-index: auto !important; }

.banner--multiple { padding-bottom: 50px; }

.banner--slim .banner--multiple { padding-bottom: 25px; }

.banner--multiple .slick-arrow.next, .banner--multiple .slick-arrow.prev { display: none !important; }

.banner--multiple .slick-arrow.slick-prev { left: 0; }

.banner--multiple .slick-arrow.slick-next { right: 0; }

.banner--multiple .slick-dots { bottom: 0; margin-bottom: 30px; }

.banner--multiple.in-authoring .banner-item { display: none; }

.banner--multiple.in-authoring .banner-item[data-node-order="1"] { display: block; }

.banner--multiple.in-authoring .slick-track { display: block; }

.banner--multiple.not-in-authoring .banner-item:first-of-type { display: block; }

.banner--multiple.not-in-authoring.banner--reindex .banner-item:first-of-type { display: none; }

.banner--multiple.not-in-authoring.banner--reindex .banner-item[data-reindex-order="true"] { display: block; }

.banner--multiple {
  display: flex;
  flex-wrap: nowrap;
}

.banner--multiple:not(.slick-initialized) .banner-item {
  flex: 0 0 100%;
}

.banner-item {
  align-items: stretch;
  position: relative;
  overflow: hidden;
}

.banner-item .banner-item__image {
  height: auto;
  position: absolute;
  top: 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
    .banner-item .banner-item__image {
      position: relative;
    }
}
.banner-item .banner-item__image img {
  height: auto;
  width: 100%;
}

.banner-item .banner-item__media {
  display: block;
  overflow: hidden;
  position: relative;
}


.title-h1 {
  font-size: 2em;
  line-height: 2em;
}

.title-h2 {
  font-size: 1.25em;
  line-height: 1.25em;
}

.description-h1 {
  font-size: 2em;
  line-height: 2em;
}

.description-h2 {
  font-size: 1.25em;
  line-height: 1.25em;
}

@media screen and (min-width: 768px) {
    .banner-item__media-slim {
      padding-top: 15%; /* 2048 * 308 */
      min-height:185px;
    }
}

@media screen and (min-width: 768px) {
   .banner-item__media-short {
     padding-top: 22.22%;
}
}

@media screen and (min-width: 768px) {
    .banner-item__media-default {
      padding-top: 33.35%; /* 2048 * 683 */
    }
}

@media screen and (min-width: 768px) {
    .banner-item__media-tall {
      padding-top: 40%; /* 2048 * 820 */
    }
}

.banner-item .playicon { position: absolute; top: 50%; left: 0; right: 0; margin: auto; transform: translateY(-50%); width: 50px; font-size: 0; line-height: 1; padding: 10px; border: 1px solid; color: white; cursor: pointer; display: inline-block; pointer-events: auto; }

.banner-item .playicon:hover, .banner-item .playicon:focus { text-decoration: none; color: #E5E5E5; }

.banner-item .playicon:after { font-family: "icomoon-v2"; content: "\e617"; display: block; text-align: center; line-height: 30px; font-size: 30px; }

.banner-item__video .cta { display: none; }

.banner-item__media { position: relative; }

.banner-item__media .video { position: absolute; left: 0; right: 0; bottom: 0; top: 0; margin: auto; z-index: -1; display: none; }

.banner-item__media .video video, .banner-item__media .video iframe { height: 100%; width: 100%; background: black; }

.banner-item__media .video.active { display: block; z-index: 1; }

.banner-item__media .video.active:not(.video--modal) { padding: 0 50px; }

.banner-item__media .video.active:not(.video--modal) .video-close  { color: white; cursor: pointer; position: absolute; top: 0; line-height: 1; font-size: 50px; right: 10px; z-index: 100; }

.banner-item__media .video.active:not(.video--modal) .video-close:focus, .banner-item__media .video.active:not(.video--modal) .video-close:hover { text-decoration: none; color: #005293; }

.banner-item__media .video.active + .playicon { display: none; }

.banner-item__image { position: relative; overflow: hidden; }

.banner-item__image.banner-item__image-top_gradient:before { content: ""; position: absolute; top: 0; bottom: 0; height: 50%; width: 100%; background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, transparent 100%); }

.banner-item__content { text-align: center; padding: 30px; font-family: "theSansNormal", Helvetica, Arial, sans-serif; }

.banner--slim .banner-item__content { padding: 0px;}

.banner-item__content .title-description { padding-right: 20px; }

.banner-item__content .title { padding: 0; margin-top: 0; font-size: 28px; line-height: 1.25; font-family: "theSansBold", Helvetica, Arial, sans-serif; }

.banner-item__content .description { font-size: 16px; }

.banner-item__content .title, .banner-item__content .description { margin-bottom: 15px; }

@media (max-width: 64rem) { .banner-item__content .call-to-action .cta { background-color: #005293; background-color: rgba(0, 82, 147, 0.8); border: 1px solid #005293; }
  .banner-item__content .call-to-action .cta:hover { background-color: rgba(0, 82, 147, 0.8); } }

.banner-item__content .call-to-action { margin-bottom: 0; }

.banner--slim .banner-item__content .call-to-action { padding: 10px 0px; }

.banner-item__content .call-to-action--play .playicon { display: none; left: 0; transform: none; margin: 0; position: relative; }

@media (max-width: 64rem) { .banner-item__content.has-cta .call-to-action { margin-top: 10px; } }

.banner--short .banner-item__content.has-cta .call-to-action { display: block; }

@media (min-width: 64rem) { .banner { border: 0; }
  .banner.has-secondary-navigation { margin-bottom: 50px; }
  .video--modal { width: 50%; }
  .make-container-absolute { position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; }
  .banner--multiple { padding-bottom: 0; }
  .banner--multiple .slick-arrow.next, .banner--multiple .slick-arrow.prev { transition: 200ms all ease-in-out; background: rgba(0, 0, 0, 0.5); text-align: center; color: white; height: 100px; width: 50px; line-height: 1; display: block !important; opacity: 0; }
  .banner--multiple.video-active .slick-arrow.next, .banner--multiple.video-active .slick-arrow.prev { background: rgba(255, 255, 255, 0.5); color: black; }
  .banner--multiple:hover .slick-arrow.next, .banner--multiple:hover .slick-arrow.prev { opacity: 1; }
  .banner--multiple .slick-dots { bottom: 10px; position: absolute; margin-bottom: 0; }
  .banner--multiple .slick-dots.inactive { visibility: hidden; }
  .banner-item__media .playicon { display: none; }
  .banner-item__image { position: relative; width: 100%; }
  .banner-item__image img { display: block; }
  .banner-item__content { position: absolute; text-align: left; width: 55%; padding: 30px; }
  .banner--slim .banner-item__content { padding: 0px; }
  .banner--short .banner-item__content { position: absolute; text-align: left; width: 70%; padding: 30px; }
  .banner--short .banner-item__content.has-cta { width: calc(100% - 30px); }
  .banner--short .banner-item__content.has-cta .rtp-text { display: block; justify-content: space-between; align-items: center; }
  .banner--short .banner-item__content.has-cta .call-to-action { display: block; }
  .banner-item__content.text--light { color: white; }
  .banner-item__content.text--dark { color: black; }
  .banner-item__content.text--dark .playicon { color: black; }
  .banner-item__content.text--dark .playicon:hover { color: #005293; }
  .banner--short .banner-item__content.horizontal--left.has-cta { text-align: left; }
  .banner--short .banner-item__content.horizontal--right.has-cta { text-align: right; }
  .banner--short .banner-item__content.horizontal--center.has-cta { text-align: center; }
  .banner-item__content.horizontal--left { left: 15px; }
  .banner-item__content.horizontal--right { right: 15px; text-align: right; }
  .banner-item__content.horizontal--center { left: 50%; transform: translateX(-50%); text-align: center; }
  .banner-item__content.vertical--top { top: 10%; /*CHANGE BACK WHEN UPDATING BU NAV*/ }
  .banner-item__content.vertical--bottom { bottom: 10%; }
  .banner-item__content.vertical--center { top: 50%; /*CHANGE BACK WHEN UPDATING BU NAV*/ transform: translateY(-50%); }
  .banner-item__content.vertical--center.horizontal--center { transform: translate(-50%, -50%); }
  .banner-item__content.background--light.opacity-10 { background-color: rgba(255, 255, 255, 0.1); }
  .banner-item__content.background--light.opacity-20 { background-color: rgba(255, 255, 255, 0.2); }
  .banner-item__content.background--light.opacity-30 { background-color: rgba(255, 255, 255, 0.3); }
  .banner-item__content.background--light.opacity-40 { background-color: rgba(255, 255, 255, 0.4); }
  .banner-item__content.background--light.opacity-50 { background-color: rgba(255, 255, 255, 0.5); }
  .banner-item__content.background--light.opacity-60 { background-color: rgba(255, 255, 255, 0.6); }
  .banner-item__content.background--light.opacity-70 { background-color: rgba(255, 255, 255, 0.7); }
  .banner-item__content.background--light.opacity-80 { background-color: rgba(255, 255, 255, 0.8); }
  .banner-item__content.background--light.opacity-90 { background-color: rgba(255, 255, 255, 0.9); }
  .banner-item__content.background--dark.opacity-10 { background-color: rgba(0, 0, 0, 0.1); }
  .banner-item__content.background--dark.opacity-20 { background-color: rgba(0, 0, 0, 0.2); }
  .banner-item__content.background--dark.opacity-30 { background-color: rgba(0, 0, 0, 0.3); }
  .banner-item__content.background--dark.opacity-40 { background-color: rgba(0, 0, 0, 0.4); }
  .banner-item__content.background--dark.opacity-50 { background-color: rgba(0, 0, 0, 0.5); }
  .banner-item__content.background--dark.opacity-60 { background-color: rgba(0, 0, 0, 0.6); }
  .banner-item__content.background--dark.opacity-70 { background-color: rgba(0, 0, 0, 0.7); }
  .banner-item__content.background--dark.opacity-80 { background-color: rgba(0, 0, 0, 0.8); }
  .banner-item__content.background--dark.opacity-90 { background-color: rgba(0, 0, 0, 0.9); }
  .banner-item__content.background--none { padding: 0; background-color: transparent; }
  .banner-item__content .title { font-size: 36px; line-height: 1.15; }
  .banner-item__content .description { font-size: 18px; }
  .banner-item__content .title, .banner-item__content .description { margin-bottom: 20px; }
  .banner-item__content .call-to-action--play .playicon { display: inline-block; }
  .banner-item__media .video.active:not(.video--modal) { padding: 0 100px; }
 }

@media (min-width: 75rem) { .banner-item__content { width: 40%; } }
@media (min-width: 75rem) { .banner--short .banner-item__content { width: 70%; } }

.banner .banner-video-background .banner-video-background--video {
  min-height: 100%;
  position: absolute;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .banner .video-background.video .banner-video-background {
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 40%;
  }

  .banner .video-background.video .banner-item__media-tall {
    padding-top: 0;
  }
  
  .banner .banner-video-background .banner-video-background--video {
    min-height: initial;
    position: relative;
    transform: translateY(-75%);
  }
}

.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  margin-bottom: 0;
}
.slick-slider .slick-dots {
  position: absolute;
  text-align: center;
  bottom: -45px;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.slick-slider .slick-dots li {
  display: inline-block;
  margin: 5px;
}
.slick-slider .slick-dots li.slick-active button {
  background: #005293;
}
.slick-slider .slick-dots li button {
  background: #e9e6df;
  color: transparent;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  padding: 0;
  min-height: 0;
}
.slick-slider .slick-dots li button:before {
  color: transparent;
}
.slick-slider .slick-dots li button:focus {
  outline: 0;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.cards--loaded .slick-list,.latest-stories-carousel-component .slick-list,.testimonial-component .slick-list {
  overflow: visible !important;
}
.slick-list *:focus {
  outline: none;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.latest-stories-carousel-component .slick-list,.testimonial-component .slick-list {
  overflow: hidden !important;
}
.slick-list *:focus {
  outline: none;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: flex;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  width: 100%;
  height: auto;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  width: 100%;
  height: auto;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-arrow--comp {
  display: block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  width: 44px;
  height: 96px;
  top: 50%;
  margin-top: -48px;
  color: #fff;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.slick-slider:hover .slick-arrow {
  opacity: 1;
}
.slick-arrow {
  font-size: 0;
  line-height: 30px;
  cursor: pointer;
  background: none;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  
  color: white;
  background: rgba(0, 0, 0, .5)!important;
  height: 80px;
  width: 50px;

  z-index: 1;
  top: calc( 50% - 16px );
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); 
}
.slick-arrow.prev:hover, .slick-arrow.prev:focus, .slick-arrow.next:hover, .slick-arrow.next:focus {
  text-decoration: none;
  color: #005293;
  outline: 0;
}
.slick-arrow:before {
  font-size: 30px;
  font-family: 'icomoon';
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}
.slick-arrow:hover, .slick-arrow:focus {
  text-decoration: none;
  color: #005293;
  outline: 0;
}
.slick-arrow.slick-prev {
  left: 15px;
}
.slick-arrow.slick-prev:before {
  content: '\e946';
}
.slick-arrow.slick-next {
  right: 15px;
}
.slick-arrow.slick-next:before {
  content: '\e949';
}
/*------------------------------------*    MIXINS THAT ARE NEEDED FOR VARIABLE CALCULATION
\*------------------------------------*/
/*------------------------------------*    $VARIABLES
\*------------------------------------*/
/*------------------------------------*    MIXINS
\*------------------------------------*/
.media { position: relative; margin: 0; }

.media .playicon { position: absolute; top: 50%; left: 0; right: 0; margin: auto; transform: translateY(-50%); width: 50px; height: 50px; line-height: 0; padding: 10px; border: 1px solid; color: white; z-index: 1; cursor: pointer; display: inline-block; pointer-events: auto; font-size: 0; }

.media .playicon:hover, .media .playicon:focus { text-decoration: none; color: #E5E5E5; }

.media .playicon:hover:after, .media .playicon:focus:after { background-image: url("data:image/svg+xml,%0A%3Csvg%20width='11px'%20height='14px'%20viewBox='0%200%2011%2014'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3E%3Cg%20fill='%23E5E5E5'%3E%3Cpolygon%20points='0%200%200%2014%2011%207'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.media .playicon:after { content: ""; background-size: 30px 30px; height: 30px; width: 30px; display: block; background-image: url("data:image/svg+xml,%0A%3Csvg%20width='11px'%20height='14px'%20viewBox='0%200%2011%2014'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3E%3Cg%20fill='%23ffffff'%3E%3Cpolygon%20points='0%200%200%2014%2011%207'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.card--horizontal .media--youtube .media__wrapper {
    padding-bottom: 52.01%;
}

.card--horizontal .media--aemvideo .media__image {
    padding-bottom: 52.01%;
}

.card--horizontal .media--brightcove .media__image {
    padding-bottom: 52.01%;
}

.card.card--storysnippet .media--youtube .media__image {
    padding-bottom: 100%;
}

.card--storysnippet .media--aemvideo .media__image {
    padding-bottom: 52.01%;
}

.card--storysnippet .media--brightcove .media__image {
    padding-bottom: 52.01%;
}

.card--full .media--youtube {
    padding-bottom: 40.01%;
}

.media--youtube .media__wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
}

.media--youtube .media__image {
    position: relative;
}

.media--youtube .media__image img {
    height: auto;
    width: 100%;
}

.card--storysnippet .card--rectangle .media--image,
.card--storysnippet .card--rectangle .media__wrapper .media__image,
.card--default .card--rectangle .media--image,
.card--default .card--rectangle .media__wrapper .media__image {
    position: relative;
    height: 0;
    /* Aspect Ratio Padding (Height / Width) * 100% */
    padding-bottom: 52.5%;
    width: 100%;
}

.card--storysnippet .card--square .media--image,
.card--storysnippet .card--square .media__wrapper .media__image,
.card--default .card--square .media--image,
.card--default .card--square .media__wrapper .media__image   {
    position: relative;
    height: 0;
    /* Aspect Ratio Padding (Height / Width) * 100% */
    padding-bottom: 100%;
    width: 100%;
}

/*------------------------------------*\
    MIXINS THAT ARE NEEDED FOR VARIABLE CALCULATION
\*------------------------------------*/
/*------------------------------------*\
    $VARIABLES
\*------------------------------------*/
/*------------------------------------*\
    MIXINS
\*------------------------------------*/
/*------------------------------------*\
    $RESET
\*------------------------------------*/
/* Border-Box http:/paulirish.com/2012/box-sizing-border-box-ftw/ */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.search-page .jcf-radio {
  border-radius: 9px;
}

.search-page .jcf-radio span {
  display: none;
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background: #777;
  border-radius: 100%;
}

.search-page .jcf-radio input[type=radio] {
  position: absolute;
  height: 100%;
  width: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0;
}

.search-page .jcf-radio.jcf-checked span {
  display: block;
}

.search-page .jcf-checkbox,
.search-page .jcf-radio {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #fff;
  border: 1px solid #777;
  margin: 0 3px 0 0;
  height: 16px;
  width: 16px;
}

.search-page .jcf-checkbox span {
  position: absolute;
  display: none;
  height: 4px;
  width: 8px;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -6px;
  border: 3px solid #777;
  border-width: 0 0 3px 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}

.search-page :root .jcf-checkbox span {
  margin: -4px 0 0 -5px;
}

.search-page .jcf-checkbox input[type=checkbox] {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0;
}

.search-page .jcf-checkbox.jcf-checked span {
  display: block;
}

.search-page .jcf-button,
.search-page .jcf-file {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.search-page .jcf-button {
  vertical-align: top;
  border: 1px solid #777;
  margin: 0 10px 10px 0;
  padding: 5px 10px;
}

.search-page .jcf-button .jcf-real-element {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  outline: none;
  opacity: 0;
  padding: 0;
  margin: 0;
  border: 0;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.search-page .jcf-file {
  white-space: nowrap;
}

.search-page .jcf-file .jcf-real-element {
  position: absolute;
  font-size: 200px;
  height: 200px;
  margin: 0;
  right: 0;
  top: 0;
}

.search-page .jcf-file .jcf-fake-input,
.search-page .jcf-file .jcf-upload-button {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #777;
  line-height: 28px;
  height: 28px;
}

.search-page .jcf-file .jcf-fake-input {
  text-overflow: ellipsis;
  font-size: 13px;
  width: 125px;
  padding: 0 8px;
}

.search-page .jcf-file .jcf-upload-button {
  margin: 0 0 0 -1px;
  padding: 0 10px;
}

.search-page .jcf-scrollable-wrapper {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: relative;
}

.search-page .jcf-scrollbar-vertical {
  position: absolute;
  cursor: default;
  background: #e3e3e3;
  width: 14px;
  bottom: 0;
  right: 0;
  top: 0;
}

.search-page .jcf-scrollbar-vertical .jcf-scrollbar-dec,
.search-page .jcf-scrollbar-vertical .jcf-scrollbar-inc {
  background: #bbb;
  height: 14px;
  width: 14px;
  left: 0;
  top: 0;
}

.search-page .jcf-scrollbar-vertical .jcf-scrollbar-inc {
  top: auto;
  bottom: 0;
}

.search-page .jcf-scrollbar-vertical .jcf-scrollbar-handle {
  background: #888;
  height: 1px;
  width: 14px;
}

.search-page .jcf-scrollbar-horizontal {
  position: absolute;
  background: #e3e3e3;
  right: auto;
  top: auto;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 14px;
}

.search-page .jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.search-page .jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  background: #bbb;
  height: 14px;
  width: 14px;
}

.search-page .jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  left: auto;
  right: 0;
}

.search-page .jcf-scrollbar-horizontal .jcf-scrollbar-slider {
  display: inline-block;
  position: relative;
  height: 14px;
}

.search-page .jcf-scrollbar-horizontal .jcf-scrollbar-handle {
  position: absolute;
  background: #888;
  height: 14px;
}

.search-page .jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
  visibility: hidden;
}

.search-page .jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.search-page .jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
  background: #e3e3e3;
}

.search-page .jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid #777;
  background: #fff;
  margin: 0 0 12px;
  min-width: 150px;
  height: 26px;
}

.search-page .jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}

.search-page .jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 13px;
  line-height: 26px;
  margin: 0 35px 0 8px;
}

.search-page .jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  background: #aaa;
  width: 26px;
  bottom: 0;
  right: 0;
  top: 0;
}

.search-page body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999;
}

.search-page body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}

.search-page .jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px;
}

.search-page .jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}

.search-page .jcf-select.jcf-compact-multiple {
  max-width: 220px;
}

.search-page .jcf-select.jcf-compact-multiple .jcf-select-opener:before {
  display: inline-block;
  padding-top: 2px;
  content: '...';
}

.search-page .jcf-select-drop .jcf-select-drop-content {
  border: 1px solid red;
}

.search-page .jcf-select-drop.jcf-compact-multiple .jcf-hover {
  background: 0 0;
}

.search-page .jcf-select-drop.jcf-compact-multiple .jcf-selected {
  background: #e6e6e6;
  color: #000;
}

.search-page .jcf-select-drop.jcf-compact-multiple .jcf-selected:before {
  display: inline-block;
  content: '';
  height: 4px;
  width: 8px;
  margin: -7px 5px 0 -3px;
  border: 3px solid #777;
  border-width: 0 0 3px 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}

.search-page .jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px;
}

.search-page .jcf-list,
.search-page .jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  width: 100%;
}

.search-page .jcf-list {
  position: relative;
  background: #fff;
  line-height: 14px;
  font-size: 12px;
}

.search-page .jcf-list .jcf-list-content {
  overflow: auto;
}

.search-page .jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.search-page .jcf-list .jcf-option,
.search-page .jcf-list ul li {
  overflow: hidden;
  display: block;
}

.search-page .jcf-list .jcf-overflow {
  overflow: auto;
}

.search-page .jcf-list .jcf-option {
  white-space: nowrap;
  cursor: default;
  padding: 5px 9px;
  color: #656565;
  min-height: 14px;
  height: 1%;
}

.search-page .jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}

.search-page .jcf-list-box .jcf-selected,
.search-page .jcf-select-drop .jcf-hover {
  background: #e6e6e6;
  color: #000;
}

.search-page .jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: 700;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000;
}

.search-page .jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}

.search-page .jcf-textarea {
  border: 1px solid #b8c3c9;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: inline-block;
  position: relative;
}

.search-page .jcf-textarea .jcf-scrollbar-horizontal {
  display: none;
  height: 0;
}

.search-page .jcf-textarea textarea {
  padding: 8px 10px;
  border: none;
  margin: 0;
}

.search-page .jcf-textarea .jcf-resize {
  position: absolute;
  text-align: center;
  cursor: se-resize;
  background: #e3e3e3;
  font-weight: 700;
  line-height: 15px;
  text-indent: 1px;
  font-size: 12px;
  height: 15px;
  width: 14px;
  bottom: 0;
  right: 0;
}

.search-page .jcf-textarea .jcf-resize:before {
  border: 1px solid #000;
  border-width: 0 1px 1px 0;
  display: block;
  margin: 4px 0 0 3px;
  width: 6px;
  height: 6px;
  content: '';
}

.search-page .jcf-number {
  display: inline-block;
  position: relative;
  height: 32px;
}

.search-page .jcf-number input {
  -moz-appearance: textfield;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #777;
  padding: 3px 27px 3px 7px;
  margin: 0;
  height: 100%;
}

.search-page .jcf-number input::-webkit-inner-spin-button,
.search-page .jcf-number input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.search-page .jcf-number .jcf-btn-dec,
.search-page .jcf-number .jcf-btn-inc {
  position: absolute;
  background: #aaa;
  width: 20px;
  height: 15px;
  right: 1px;
}

.search-page .jcf-number .jcf-btn-inc {
  top: 1px;
}

.search-page .jcf-number .jcf-btn-dec {
  top: auto;
  bottom: 1px;
}

.search-page .jcf-number .jcf-btn-dec:hover,
.search-page .jcf-number .jcf-btn-inc:hover {
  background: #e6e6e6;
}

.search-page .jcf-number.jcf-disabled .jcf-btn-dec:hover,
.search-page .jcf-number.jcf-disabled .jcf-btn-inc:hover {
  background: #aaa;
}

.search-page .jcf-number .jcf-btn-dec:before,
.search-page .jcf-number .jcf-btn-inc:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  border: 4px solid #aaa;
}

.search-page .jcf-number .jcf-btn-inc:before {
  margin: -6px 0 0 -4px;
  border-color: transparent transparent #000 transparent;
}

.search-page .jcf-number .jcf-btn-dec:before {
  margin: -1px 0 0 -4px;
  border-color: #000 transparent transparent transparent;
}

.search-page .jcf-number .jcf-btn-dec.jcf-disabled:before,
.search-page .jcf-number .jcf-btn-inc.jcf-disabled:before,
.search-page .jcf-number.jcf-disabled .jcf-btn-dec:before,
.search-page .jcf-number.jcf-disabled .jcf-btn-inc:before {
  opacity: .3;
}

.search-page .jcf-number.jcf-disabled input {
  background: #ddd;
}

.search-page .jcf-range {
  display: inline-block;
  min-width: 200px;
  margin: 0 10px;
  width: 130px;
}

.search-page .jcf-range .jcf-range-track {
  margin: 0 20px 0 0;
  position: relative;
  display: block;
  height: 10px;
}

.search-page .jcf-range .jcf-range-wrapper {
  position: relative;
  background: #e5e5e5;
  border-radius: 5px;
  display: block;
  margin: 5px 0;
}

.search-page .jcf-range.jcf-vertical {
  min-width: 0;
  width: auto;
}

.search-page .jcf-range.jcf-vertical .jcf-range-wrapper {
  margin: 0;
  width: 10px;
  height: auto;
  padding: 20px 0 0;
}

.search-page .jcf-range.jcf-vertical .jcf-range-track {
  height: 180px;
  width: 10px;
}

.search-page .jcf-range.jcf-vertical .jcf-range-handle {
  left: -5px;
  top: auto;
}

.search-page .jcf-range .jcf-range-display-wrapper {
  position: absolute;
  min-height: 10px;
  min-width: 10px;
  left: 10px;
  right: 10px;
}

.search-page .jcf-range .jcf-range-display {
  border-radius: 5px;
  position: absolute;
  background: #888;
  width: 10px;
  height: 10px;
}

.search-page .jcf-range .jcf-range-display.jcf-range-min {
  margin: 0 0 0 -10px;
  padding: 0 0 0 10px;
}

.search-page .jcf-range .jcf-range-display.jcf-range-max {
  margin: 0 -10px 0 0;
  padding: 0 10px 0 0;
}

.search-page .jcf-range.jcf-vertical .jcf-range-display-wrapper {
  left: auto;
  right: auto;
  top: 10px;
  bottom: 10px;
}

.search-page .jcf-range.jcf-vertical .jcf-range-display.jcf-range-min {
  margin: 0 0 -10px;
  padding: 0 0 10px;
}

.search-page .jcf-range.jcf-vertical .jcf-range-display.jcf-range-max {
  margin: -10px 0 0;
  padding: 10px 0 0;
}

.search-page .jcf-range .jcf-range-handle {
  position: absolute;
  background: #aaa;
  border-radius: 19px;
  width: 19px;
  height: 19px;
  margin: -4px 0 0;
  z-index: 1;
  top: 0;
  left: 0;
}

.search-page .jcf-range .jcf-range-mark {
  position: absolute;
  overflow: hidden;
  background: #000;
  width: 1px;
  height: 3px;
  top: -7px;
  margin: 0 0 0 9px;
}

.search-page .jcf-range.jcf-vertical .jcf-range-mark {
  margin: 0 0 9px;
  left: 14px;
  top: auto;
  width: 3px;
  height: 1px;
}

.search-page .jcf-range .jcf-active-handle {
  z-index: 2;
}

.search-page .jcf-range.jcf-focus .jcf-active-handle {
  border: 1px solid red;
  margin: -5px 0 0 -1px;
}

.search-page .jcf-range.jcf-disabled {
  background: 0 0 !important;
  opacity: .3;
}

.search-page .jcf-disabled {
  background: #ddd !important;
}

.search-page .form-control {
  height: auto !important;
  margin-bottom: 1.25rem;
  padding: 0.625rem 0.9375rem;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 2px !important;
}

.search-page .form-control:focus {
  outline: none;
  border-color: 1px solid #005293;
}

.search-page .form.form-secondary {
  color: #ffffff;
  background-color: #4c86b3;
  border: 1px solid #4c86b3;
}

.search-page .form.form-secondary:hover, .search-page .form.form-secondary:focus {
  color: #ffffff;
}

.search-page label {
  text-transform: none;
  color: #1e1e1e;
  font-size: 0.875rem;
  font-family: "theSansBold", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

.search-page label.error,
.search-page label .error {
  color: #ff0000;
}

.search-page label.disabled {
  opacity: 0.5;
}

.search-page .error,
.search-page .help-block,
.search-page .account-section .account-section-content .help-block,
.search-page .has-error .help-block {
  color: #ff0000;
  font-weight: normal;
}

.search-page .has-error .help-block {
  font-size: 0.875rem;
}

.search-page .has-error .control-label {
  color: #1e1e1e;
}

.search-page .has-error input,
.search-page .has-error textarea,
.search-page .has-error select,
.search-page .has-error select.form-control,
.search-page .has-error .jcf-select {
  border: 1px solid #ff0000;
  color: #ff0000;
}

.search-page .has-error input .jcf-select-text, .search-page .has-error input jcf-select-opener i,
.search-page .has-error textarea .jcf-select-text,
.search-page .has-error textarea jcf-select-opener i,
.search-page .has-error select .jcf-select-text,
.search-page .has-error select jcf-select-opener i,
.search-page .has-error select.form-control .jcf-select-text,
.search-page .has-error select.form-control jcf-select-opener i,
.search-page .has-error .jcf-select .jcf-select-text,
.search-page .has-error .jcf-select jcf-select-opener i {
  color: #ff0000;
}

.search-page input,
.search-page textarea,
.search-page select,
.search-page .jcf-select {
  line-height: normal;
  border: 0;
  border: 1px solid #CCCCCC;
  border-radius: 0.125rem;
  font-size: 0.9375rem;
  font-family: "theSansNormal", Helvetica, Arial, sans-serif;
  background: #ffffff;
  padding: 0.625rem 0.9375rem;
}

.search-page input.error,
.search-page textarea.error,
.search-page select.error,
.search-page .jcf-select.error {
  border: 1px solid #ff0000;
  color: #ff0000;
}

.search-page input:focus,
.search-page textarea:focus,
.search-page select:focus,
.search-page .jcf-select:focus {
  outline: none;
  border-color: #005293;
}

.search-page select {
  font-size: 0.9375rem;
  padding: 0.625rem 0.9375rem;
  padding-right: 2.375rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNS4wOTNweCIgaGVpZ2h0PSI5LjA4NXB4IiB2aWV3Qm94PSItMC4wNDYgMC40NTMgMTUuMDkzIDkuMDg1IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IC0wLjA0NiAwLjQ1MyAxNS4wOTMgOS4wODUiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiNBN0E3QTciIGQ9Ik0xNC43MDUsMC43Yy0wLjM3Ny0wLjMyOS0wLjkzOS0wLjMyOS0xLjMxNiwwTDcuNSw3LjU0TDEuNjExLDAuN2MtMC4zNzYtMC4zMjktMC45MzktMC4zMjktMS4zMTUsMEMtMC4xMjEsMS4wNjMtMC4xNjMsMS42OTUsMC4yLDIuMTExTDYuMzg5LDkuM0M2LjcwNCw5LjU3NSw3LjE0Myw5LjYwNiw3LjUsOS40MjJDNy44NTcsOS42MDYsOC4yOTYsOS41NzUsOC42MTEsOS4zTDE0LjgsMi4xMTFDMTUuMTYzLDEuNjk1LDE1LjEyMSwxLjA2MywxNC43MDUsMC43eiIvPjwvc3ZnPg==) !important;
  background-repeat: no-repeat;
  background-size: 0.625rem;
  background-position: right 0.9375rem center;
  background-color: white;
}

.search-page textarea {
  min-height: 9.375rem;
}

.search-page .jcf-select {
  height: auto;
}

.search-page .jcf-select.disabled {
  opacity: 0.5;
}

.search-page .jcf-select .jcf-select-text {
  font-size: inherit;
  font-family: inherit;
  background: inherit;
  margin-right: 1.625rem;
}

.search-page .jcf-select .jcf-select-opener {
  font-size: inherit;
  font-family: inherit;
  background: inherit;
  font-size: 0.625rem;
}

.search-page .jcf-select .jcf-select-opener i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  position: relative;
  right: 0.375rem;
  color: #5f5f5f;
  font-size: 0.5rem;
}

.search-page .jcf-select-wide-block {
  width: 100%;
}

.search-page .jcf-radio {
  border-color: #CCCCCC;
  vertical-align: text-top;
}

.search-page .jcf-radio.jcf-checked {
  overflow: visible;
}

.search-page .jcf-radio span {
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background-color: white;
  border: 5px solid #4c86ff;
}

.search-page select.form-control,
.search-page .okta .o-form input {
  height: 3.125rem;
  margin-bottom: 1.25rem;
}

.search-page .sort-by-selection__select-style .jcf-select-sort-by-selection__select {
  margin-bottom: 0;
  padding-bottom: 0.21875rem;
  padding-top: 0.21875rem;
  width: auto;
}

.search-page .sort-by-selection__select-style select {
  padding: 0.5rem;
}

.search-page .facet-container__checkbox-label {
  color: #005293;
}

.search-page {
  margin-bottom: 2rem;
}

.search-page h1 {
  font-family: "theSansBold", Helvetica, Arial, sans-serif;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.625rem;
  margin-bottom: 2.1875rem;
  margin-top: 0;
}

.search-page h2 {
  font-family: "theSansBold", Helvetica, Arial, sans-serif;
  line-height: 1.5rem;
  margin-bottom: 10px;
  margin-top: 20px;
}

.search-page h3 {
  font-size: 1.3125rem;
  font-family: "theSansNormal", Helvetica, Arial, sans-serif;
  line-height: 1.6875rem;
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
}

.search-page input[type=checkbox],
.search-page input[type=radio] {
  line-height: normal;
  margin-right: 0.625rem;
}

.search-page button {
  color: #0068b3;
  text-decoration: none;
}

.search-page .container .no-results-wrapper {
  margin-bottom: 10px;
}

.search-page .container.results-for {
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
}

.search-page .container.spell-check {
  border: 1px solid #CCCCCC;
  padding: 12px;
  margin: 0px 1rem 10px;
  background-color: #f3f3f3;
}

.search-page .container.spell-check p {
  display: block;
  font-family: "theSansBold", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  margin-bottom: 10px;
}

.search-page .container.spell-check ul {
  display: inline-block;
  padding-left: 0px;
}

.search-page .container.spell-check ul li {
  display: block;
  margin-bottom: 10px;
}

.search-page .container.spell-check ul li a {
  cursor: pointer;
}

.search-page .container.spell-check ul li a:after {
  display: inline-block;
  content: ",";
}

.search-page .container.spell-check ul li:last-child {
  margin-bottom: 0px;
}

.search-page .container.spell-check ul li:last-child a:after {
  content: "";
}

.search-page .container .col-md-9,
.search-page .container .col-md-3 {
  padding: 0px;
}

.search-page.hide-content .toggle-mobile {
  display: none;
}

.search-page.hide-content .fusion-results-wrapper__content {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.search-page.hide-content .results-container__mobile-toggle {
  margin-top: 0;
}

.search-page.hide-content .results-container__mobile-toggle.active {
  margin-bottom: 0;
}

.search-page.hide-content .results-container__mobile-toggle.active .corn-icon-minus {
  font-size: 1.375rem;
  height: 1.375rem;
}

.search-page.hide-content .results-container__mobile-toggle.active .corn-icon-minus:before {
  content: "\e905";
}

.search-page__global-options-wrap {
  display: none;
}

.search-page__global-options-wrap + .container {
  margin-bottom: 40px;
}

.search-page .sort-by-selection__select-style .jcf-select-sort-by-selection__select {
  width: 100%;
  font-size: 0.875rem;
  font-family: "theSansNormal", Helvetica, Arial, sans-serif;
}

.facet-container h2 {
  display: none;
  font-size: 1.125rem;
  font-family: "theSansNormal", Helvetica, Arial, sans-serif;
}

.facet-container h3 {
  color: #1e1e1e;
  font-size: 1rem;
  margin-bottom: 0.9375rem;
  margin-top: 1.25rem;
  opacity: 0.8;
  word-break: break-all;
}

.facet-container ul {
  font-size: 0.875rem;
  list-style: none;
  padding-left: 0;
}

.facet-container ul.expanded li:nth-child(n + 6) {
  display: list-item;
}

.facet-container ul li {
  margin-bottom: 0.3125rem;
}

.facet-container ul li label {
  font-family: "theSansNormal", Helvetica, Arial, sans-serif;
}

.facet-container ul li:nth-child(n + 6) {
  display: none;
}

.facet-container__facet-sections-wrap {
  display: none;
}

.facet-container__facet-sections-wrap.modal-open {
  bottom: 0;
  display: block;
  margin: auto;
  max-height: 95vh;
  max-width: calc(100vw - 4rem);
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 200;
}

.facet-container__modal-trigger {
  margin-bottom: 0.9375rem;
  width: 100%;
}

.facet-container__close-button {
  float: right;
  padding: 0.3125rem 0.625rem;
}

.facet-container__close-button:after {
  content: "\e913";
  cursor: pointer;
  display: block;
  font-family: "icomoon-v2";
  position: absolute;
  right: 1rem;
  top: 1rem;
  display: none;
}

.facet-container__modal-content {
  background: #ffffff;
  border: 1px solid #CCCCCC;
  padding: 1.875rem;
  position: relative;
  border-bottom-left-radius: 0.1875rem;
  border-bottom-right-radius: 0.1875rem;
}

.facet-container__modal-content:before {
  background: rgba(0, 0, 0, 0.3);
  bottom: 0;
  content: '';
  display: block;
  height: 100vh;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.facet-container__modal-header {
  position: relative;
  padding: 1.875rem;
  background: #ffffff;
  border: 1px solid #CCCCCC;
  border-bottom: none;
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
}

.facet-container__modal-header__title h3 {
  float: left;
  font-family: "theSansNormal", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  margin: 0;
}

.facet-container__ecoChoice-icon {
  background-image: url("data:image/svg+xml,%3Csvg%20id='Layer_1'%20data-name='Layer%201'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2033.21%2031.72'%3E%3Cdefs%3E%3Cstyle%3E%20.cls-1%20%7B%20fill:%20none;%20stroke:%20%236e9934;%20stroke-linecap:%20round;%20stroke-linejoin:%20round;%20stroke-width:%201.5px;%20%7D%20%3C/style%3E%3C/defs%3E%3Cpath%20class='cls-1'%20d='m14.03,8.75C11.88,3.9,8.12.75,8.12.75h0s-13.87,11.6-3.53,24.58m3.55-10.7V1.04m1.49,29.93s.28-5.7,5.2-9.78c4.92-4.08,17.44-12.59,17.44-12.59M10.05,28.58s-3.59-8.37,3.94-14.77c0,0,6.12-5.84,18.43-5.2,0,0,1.06,11.39-6.89,17.58,0,0-5.35,4.85-15.47,2.39Zm2.18-12.87l.21,8.02,13.22,2.11m-6.47-14.84l-2.11,8.51m0-.07l12.94,1.2m2.11-6.4l-8.72.63,1.55-5.84'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  background-size: contain;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  margin-left: 5px;
}

.facet-container__facet-section h3 {
  margin: 0;
}

.facet-container__facet-section a:hover, .facet-container__facet-section a:focus {
  text-decoration: none;
}

.facet-container__facet-section:last-child .facet-container__facet-section__label {
  border-bottom: 1px solid #CCCCCC;
}

.facet-container__facet-section:last-child .facet-container__facet-section__facets {
  border-bottom: 1px solid #CCCCCC;
}

.facet-container__facet-section__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.9375rem;
  background-color: #f0f0f0;
  font-family: "theSansNormal", Helvetica, Arial, sans-serif;
  border: 1px solid #CCCCCC;
  border-bottom: none;
  margin-bottom: 0.625rem;
  cursor: pointer;
}

.facet-container__facet-section__label::after {
  content: "\e905";
  font-size: 1rem;
  font-family: "icomoon-v2";
  float: right;
  color: #005293;
}

.facet-container__facet-section__label.showing-facets::after {
  content: "\e903";
  font-family: "icomoon-v2";
  font-size: 0.34375rem;
}

.facet-container__facet-section__facets {
  display: none;
  padding: 1rem;
  margin-bottom: 0;
}

.facet-container__facet-section__facets.showing-facets {
  display: block;
  padding: 1rem;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}

.facet-container__facet-section__facets.showing-facets > li {
  margin-bottom: 0;
}

.facet-container__facet-section__facets.toggle-facets {
  display: block;
}

.facet-container__checkbox-label {
  color: #005293;
  cursor: pointer;
  margin-bottom: 0;
  vertical-align: middle;
}

.facet-container__checkbox-label span {
  vertical-align: middle;
}

.facet-container__show-more {
  cursor: pointer;
  display: inline-block;
  font-family: "theSansBold", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  margin-top: 0.3125rem;
  display: none;
}

.facet-container__radio-input {
  display: none;
}

.facet-container__radio-label {
  color: #1e1e1e;
  cursor: pointer;
  font-family: "theSansNormal", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  margin-bottom: 0;
  position: relative;
}

.facet-container__radio-label .corn-icon-close-icon {
  display: none;
}

.facet-container__radio-label.active {
  font-family: "theSansBold", Helvetica, Arial, sans-serif;
  padding-right: 20px;
}

.facet-container__radio-label.active:after {
  display: none;
}

.facet-container__radio-label.active .corn-icon-close-icon {
  bottom: 0;
  color: #005293;
  content: "\e913";
  display: inline-block;
  font-family: "icomoon-v2";
  font-size: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: middle;
}

.facet-container__radio-label.active .facet-container__total-count {
  font-family: "theSansNormal", Helvetica, Arial, sans-serif;
}

.facet-container__checkbox-input[type="checkbox"] {
  background: #ffffff;
  height: 16px;
  margin-bottom: 0;
  margin-top: 0;
  vertical-align: middle;
  width: 16px;
  padding: 0;
}

.facet-container__checkbox-input[type="checkbox"]:focus {
  outline: 0;
}

.facet-container__total-count {
  color: #818181;
  display: inline-block;
  margin-left: 5px;
}

.product-search label {
  width: 100%;
}

.product-search__label {
  color: #1e1e1e;
  display: block;
  font-size: 1rem;
  margin-bottom: 0.3125rem;
  opacity: 0.8;
  width: 100%;
  font-family: "theSansNormal", Helvetica, Arial, sans-serif;
}

.product-search__input-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #CCCCCC;
  padding: 0.625rem;
  border-radius: 2px;
}

.product-search__input {
  height: 100%;
  width: 100%;
  border: none !important;
  padding: 0 !important;
  margin: 0;
}

.product-search button[type="submit"] {
  background: transparent;
  border: none;
  outline: none;
  line-height: 0;
}

.product-search button[type="submit"]:active {
  outline: none;
}

.selected-facets {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  margin: -0.25rem;
  margin-right: 1.875rem;
  margin-bottom: 1.875rem;
  font-size: 0.875rem;
}

.selected-facets:empty {
  display: none;
}

.selected-facets h3 {
  color: #1e1e1e;
  display: inline-block;
  font-family: "theSansNormal", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.8125rem;
  margin-bottom: 0;
  margin-right: 5px;
  margin-top: 0;
  opacity: 0.78;
}

.selected-facets__facet {
  margin: 0.25rem;
  display: inline-block;
}

.selected-facets__facet a {
  background: #f3f3f3;
  border-radius: 1rem;
  color: #1e1e1e;
  cursor: pointer;
  display: block;
  font-family: "theSansNormal", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  padding: 0.1875rem 0.8125rem;
}

.selected-facets__facet a:after {
  display: none;
}

.selected-facets__facet a .corn-icon-close-icon {
  color: #005293;
  display: inline-block;
  font-size: 0.5rem;
  height: 8px;
  margin-left: 10px;
  width: 8px;
}

.selected-facets__label {
  display: inline-block;
  margin: 0.25rem;
  color: #818181;
}

.selected-facets__clear-all {
  cursor: pointer;
  display: inline-block;
  margin: 0.25rem;
}

.product-listing-page .results-container__mobile-toggle {
  display: none;
}

.product-listing-page__top-wrap {
  min-height: 2.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-listing-page__total-results {
  color: #1e1e1e;
  display: block;
  font-family: "theSansNormal", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  vertical-align: top;
}

.family-result {
  border: 1px solid #CCCCCC;
  border-radius: 0.3125rem;
  margin-top: 20px;
  overflow: hidden;
}

.family-result:first-child {
  margin-top: 0.9375rem;
}

.family-result > a {
  display: block;
  padding: 1rem 1.25rem;
}

.family-result h3 {
  color: #005293;
  font-size: 1.125rem;
  margin-bottom: 0;
  margin-top: 0.3125rem;
}

.family-result h3 a {
  font-size: 1.125rem;
}

.family-result__image-wrap {
  border: 1px solid #CCCCCC;
  display: inline-block;
  vertical-align: top;
  width: 74px;
}

.family-result__image-wrap img {
  display: block;
  max-width: 100%;
}

.family-result__text-wrap {
  display: inline-block;
  padding-left: 1rem;
  vertical-align: top;
  width: calc(100% - 74px);
}

.family-result__text-wrap p {
  color: #1e1e1e;
  font-size: 0.875rem;
  margin-top: 0.5rem;
}

.family-result__text-wrap .content ul {
  list-style: disc;
  padding-left: 1.25rem;
}

.family-result__results-count {
  color: #1e1e1e;
  display: block;
  font-size: 0.75rem;
  opacity: 0.6;
  text-transform: uppercase;
}

.family-result__products {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}

.family-result__products.expanded > li:nth-child(n+ 6) {
  display: list-item;
}

.family-result__products > li:nth-child(n + 6) {
  display: none;
}

.family-result__show-more {
  background: #4c86b3;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  padding: 0.75rem;
  text-align: center;
}

.family-result__show-more:hover {
  color: #ffffff;
}

.family-result__more-text {
  display: inline-block;
}

.family-result__more-text:after {
  content: "\e916";
  display: inline-block;
  font-family: "icomoon-v2";
  font-size: 0.5rem;
  margin-left: 0.625rem;
  display: none;
}

.family-result__less-text {
  display: inline-block;
}

.family-result__less-text:after {
  content: "\e916";
  display: inline-block;
  font-family: "icomoon-v2";
  font-size: 0.5rem;
  margin-left: 0.625rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.family-result__key-value-pairs {
  list-style: none;
  margin-top: 0.75rem;
  padding-left: 0;
}

.family-result__key-value-pairs li {
  display: inline-block;
  margin-right: 0.9375rem;
}

.result-key-value-pair {
  display: inline-block;
}

.result-key-value-pair span {
  color: #1e1e1e;
  display: inline-block;
  font-family: "theSansBold", Helvetica, Arial, sans-serif;
  font-size: 0.8125rem;
}

.result-key-value-pair__key {
  opacity: 0.6;
}

.result-key-value-pair__value {
  margin-left: 0.9375rem;
}

.product-result {
  background: #fbfbfb;
  border-top: 1px solid #CCCCCC;
  padding: 0.9375rem 1.25rem;
}

.product-result__preview-row {
  position: relative;
}

.product-result__preview-row > * {
  vertical-align: middle;
}

.product-result__product-code {
  color: #005293;
  display: inline-block;
  font-size: 0.875rem;
  min-width: 5rem;
  width: auto;
  white-space: nowrap;
  margin-right: 0.625rem;
}

.product-result__product-title {
  color: #1e1e1e;
  cursor: pointer;
  display: inline-block;
  max-width: calc(100% - 90px);
}

.product-result__product-title:hover {
  color: #1e1e1e;
}

.product-result__product-title:after {
  display: none;
}

.product-result__info-row {
  display: none;
}

.product-result__product-info {
  display: inline-block;
  font-family: "theSansBold", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  margin-right: 1.875rem;
  padding-top: 1.5625rem;
}

.product-result__product-info-key {
  display: inline-block;
  opacity: 0.6;
}

.product-result__product-info-value {
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.product-result__product-info-value:before {
  content: "\A";
  white-space: pre;
}

.pagination {
  border: none;
  display: block;
  line-height: 1.4;
  text-align: center;
  width: 100%;
}

.pagination__page-links {
  border: 1px solid #CCCCCC;
  display: inline-block;
  font-size: 0.9375rem;
  list-style: none;
  margin: 0;
  padding: 0 0.3125rem;
  vertical-align: top;
}

.pagination__page-link {
  display: inline-block;
  font-weight: 600;
  vertical-align: top;
}

.pagination__page-link.active a {
  color: #a7a7a7;
}

.pagination__page-link a {
  color: #005293;
  cursor: pointer;
  display: inline-block;
  font-size: 0.9375rem;
  padding: 0.4375rem 1.0625rem;
}

.pagination__prev-page, .pagination__next-page {
  background: #ffffff;
  border: 1px solid #CCCCCC;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  height: 2.3125rem;
  padding: 0 0.625rem;
  vertical-align: top;
}

.pagination__prev-page.inactive, .pagination__next-page.inactive {
  color: #a7a7a7;
}

.pagination__prev-page i, .pagination__next-page i {
  font-size: 0.75rem;
  line-height: 2.3125rem;
  text-indent: -9999px;
  white-space: nowrap;
}

.pagination__prev-page i:before, .pagination__next-page i:before {
  text-indent: 0;
}

.pagination__prev-page {
  border-right: none;
}

.pagination__next-page {
  border-left: none;
}

.search-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: 1px solid #CCCCCC;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1.25rem;
  border-radius: 3px;
  position: relative;
  margin-top: 1.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.search-result:first-child {
  margin-top: 0.9375rem;
}

.search-result h3 {
  color: #005293;
  font-size: 1.125rem;
  line-height: 1.25rem;
  margin-bottom: 0.375rem;
  margin-top: 0;
}

.search-result__icon {
  padding-right: 1.25rem;
  padding-top: 0.5625rem;
}

.search-result__icon i {
  color: #005293;
  font-size: 1.5rem;
}

.search-result__text-wrap {
  width: 80%;
}

.search-result__text-wrap .search-result__description {
  font-size: 0.9375rem;
}

.search-result__text-wrap .search-result__description em {
  font-family: "theSansBold", Helvetica, Arial, sans-serif;
  font-style: normal;
}

.search-result__text-wrap .search-result__description p {
  margin-bottom: 0px;
}

.search-result__text-wrap .search-result__sub-information {
  margin-top: 1.25rem;
}

.search-result__text-wrap .search-result__sub-information ul {
  list-style-type: none;
  font-size: 0.8125rem;
  padding-left: 0;
  margin-bottom: 0px;
}

.search-result__text-wrap .search-result__sub-information ul li {
  text-transform: uppercase;
  margin-top: 0.9375rem;
  color: rgba(30, 30, 30, 0.5);
}

.search-result__text-wrap .search-result__sub-information ul li:first-child {
  margin-top: 0;
}

.search-result--related-content h3 {
  font-size: 1rem;
}

.search-result--related-content .search-result__image-wrap {
  background-position: center;
  background-size: cover;
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  display: block;
  height: 9.1875rem;
  margin-left: -1.25rem;
  margin-top: -1.5rem;
  width: calc(100% + 40px);
}

.search-result--related-content .search-result__image-link {
  display: block;
  width: 100%;
}

.search-result--related-content.has-image {
  min-height: 8.75rem;
}

.search-result--related-content.has-image .search-result__text-wrap {
  display: block;
  padding-top: 0.625rem;
  width: 100%;
}

.fusion-results-wrapper {
  width: auto;
}

.fusion-results-wrapper__content__inner, .fusion-results-wrapper__sidebar__inner {
  padding: 0 1.875rem;
}

.fusion-results-wrapper__content {
  margin-top: 1.875rem;
  padding-top: 1.875rem;
  border-top: 1px solid #CCCCCC;
}

.fusion-results__page-title {
  font-family: "theSansBold", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  font-family: "theSansBold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1;
  margin: 0.9375rem auto 1.875rem;
  padding: 0 1.875rem;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #CCCCCC;
}

.results-per-page {
  display: inline-block;
  padding-top: 1rem;
  text-align: right;
  width: 25%;
}

.results-per-page span {
  color: #1e1e1e;
  display: inline-block;
  font-size: 0.9375rem;
}

.results-per-page__options {
  display: inline-block;
  list-style: none;
  padding: 0;
  padding-left: 1rem;
}

.results-per-page__options li {
  display: inline-block;
  margin-right: 0.625rem;
}

.results-per-page__options li.active a {
  color: #1e1e1e;
  font-family: "theSansBold", Helvetica, Arial, sans-serif;
}

.results-per-page__options li:last-child {
  margin-right: 0;
}

.results-per-page__options li:last-child:after {
  content: none;
}

.results-per-page__options li:after {
  background: #CCCCCC;
  content: '';
  display: inline-block;
  height: 10px;
  margin-left: 8px;
  width: 1px;
}

.results-per-page__options li a {
  color: #005293;
  cursor: pointer;
  font-size: 0.875rem;
}

.jcf-select-sort-by-selection__select {
  margin-bottom: 0;
  padding-bottom: 0.21875rem;
  padding-top: 0.21875rem;
  width: 100%;
}

.sort-by-selection {
  position: relative;
  text-align: left;
}

.sort-by-selection label {
  display: block;
  margin-bottom: 0;
  width: 100%;
}

.sort-by-selection__select {
  padding: 0.625rem 0.9375rem;
}

.sort-by-selection__select-style {
  display: inline;
  vertical-align: middle;
  width: 100%;
  font-family: "theSansNormal", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
}

.sort-by-selection__select-style select {
  font-size: 0.875rem;
  padding-right: 2.375rem !important;
  line-height: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNS4wOTNweCIgaGVpZ2h0PSI5LjA4NXB4IiB2aWV3Qm94PSItMC4wNDYgMC40NTMgMTUuMDkzIDkuMDg1IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IC0wLjA0NiAwLjQ1MyAxNS4wOTMgOS4wODUiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiNBN0E3QTciIGQ9Ik0xNC43MDUsMC43Yy0wLjM3Ny0wLjMyOS0wLjkzOS0wLjMyOS0xLjMxNiwwTDcuNSw3LjU0TDEuNjExLDAuN2MtMC4zNzYtMC4zMjktMC45MzktMC4zMjktMS4zMTUsMEMtMC4xMjEsMS4wNjMtMC4xNjMsMS42OTUsMC4yLDIuMTExTDYuMzg5LDkuM0M2LjcwNCw5LjU3NSw3LjE0Myw5LjYwNiw3LjUsOS40MjJDNy44NTcsOS42MDYsOC4yOTYsOS41NzUsOC42MTEsOS4zTDE0LjgsMi4xMTFDMTUuMTYzLDEuNjk1LDE1LjEyMSwxLjA2MywxNC43MDUsMC43eiIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-size: 0.625rem;
  background-position: right 0.9375rem center;
  background-color: white;
  appearance: none;
}

.sort-by-selection__label-text {
  display: inline-block;
  font-family: "theSansBold", Helvetica, Arial, sans-serif;
  line-height: normal;
  margin-right: 0.5rem;
  vertical-align: middle;
}

.results-container__results {
  margin-bottom: 50px;
}

.results-container__mobile-toggle {
  margin-top: 1.875rem;
}

.results-container__mobile-toggle.first {
  margin-top: 0;
}

.results-container__mobile-toggle.active {
  margin-bottom: 1.25rem;
}

.results-container__mobile-toggle ~ .results-container__mobile-toggle {
  margin-top: 0;
}

.results-container__mobile-toggle a {
  background: #f9f9f9;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  color: #1e1e1e;
  cursor: pointer;
  display: block;
  font-size: 1.125rem;
  margin: 0 -2rem;
  padding: 1.5625rem 2.5rem;
  position: relative;
}

.results-container__mobile-toggle .corn-icon-minus, .results-container__mobile-toggle .corn-icon-plus {
  bottom: 0;
  color: #005293;
  margin: auto;
  position: absolute;
  right: 3rem;
  top: 0;
}

.results-container__mobile-toggle .corn-icon-minus {
  font-size: 7px;
  height: 7px;
}

.results-container__mobile-toggle .corn-icon-plus {
  font-size: 22px;
  height: 22px;
}

input:focus ~ .search__previous-searches, input:focus ~ .search__suggestions, input:active ~ .search__previous-searches, input:active ~ .search__suggestions {
  display: block;
}

.search__suggestions, .search__previous-searches {
  font-family: "theSansNormal", Helvetica, Arial, sans-serif;
  background: #ffffff;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  margin: auto;
  max-width: 100%;
  padding: 1.5625rem 0;
  position: relative;
  text-align: left;
  width: 100%;
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  margin-top: 0.1875rem;
  left: 0;
}

.search__suggestions:hover, .search__previous-searches:hover {
  display: block;
}

.search__suggestions h3, .search__previous-searches h3 {
  color: #808080;
  font-size: 0.9375rem;
  margin-top: 0;
  font-family: "theSansBold", Helvetica, Arial, sans-serif;
  margin-bottom: 0.625rem;
  padding: 0 1.5625rem;
}

.search__suggestions ul, .search__previous-searches ul {
  list-style: none;
  padding: 0;
}

.search__suggestion {
  font-size: 0.9375rem;
  line-height: 1.3125rem;
  margin-bottom: 0.9375rem;
  padding: 0 1.5625rem;
}

.search__suggestion:last-of-type {
  margin-bottom: 0;
}

.search__suggestion:focus, .search__suggestion:active, .search__suggestion.active {
  background: #f0f0f0;
}

.search__suggestion em {
  font-family: "theSansBold", Helvetica, Arial, sans-serif;
  font-style: normal;
}

.search__suggestion a {
  color: #1e1e1e;
  cursor: pointer;
}

.search__sub-suggestion {
  display: block;
  font-family: "theSansItalic", Helvetica, Arial, sans-serif;
  margin-left: 10px;
}

.search__sub-suggestion em {
  font-family: "theSansBoldItalic", Helvetica, Arial, sans-serif;
}

.results-container__keymatchInject {
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 1.875rem;
  padding-bottom: 1.875rem;
}

.results-container #myVideoModal .modal-dialog {
  background-color: #1e1e1e;
}

.results-container #myVideoModal .modal-dialog .modal-content {
  margin-top: 0 !important;
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.results-container #myVideoModal .modal-dialog .modal-content .modal-header h3 {
  margin: 0;
  line-height: 1em;
}

.search-result--related-content.search-result--keymatch-content.has-image {
  padding: 0;
  min-height: auto;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.search-result--related-content.search-result--keymatch-content.has-image .search-result--keymatch__topWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-result--related-content.search-result--keymatch-content.has-image .search-result--keymatch__mediaWrap {
  width: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22%;
          flex: 0 0 22%;
  min-width: 4.6875rem;
  max-width: 13.25rem;
  padding: 1.25rem 0 1.25rem 1.25rem;
}

.search-result--related-content.search-result--keymatch-content.has-image .search-result--keymatch__mediaWrap a {
  display: block;
  position: relative;
}

.search-result--related-content.search-result--keymatch-content.has-image .search-result--keymatch__mediaWrap .play-button-outer {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
}

.search-result--related-content.search-result--keymatch-content.has-image .search-result--keymatch__mediaWrap .play-button {
  margin: 0 auto;
  position: relative;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.5em 0 1.5em 3em;
  border-color: transparent transparent transparent #fff;
  display: block;
  -ms-flex-item-align: center;
      align-self: center;
}

.search-result--related-content.search-result--keymatch-content.has-image .search-result--keymatch__mediaWrap img {
  border: 1px solid #CCCCCC;
}

.search-result--related-content.search-result--keymatch-content.has-image .search-result__text-wrap {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding: 1.25rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.search-result--related-content.search-result--keymatch-content.has-image .search-result__text-wrap h3 {
  font-size: 1.125rem;
}

.search-result--related-content.search-result--keymatch-content.has-image .search-result__extraLinks {
  clear: both;
  width: 100%;
  border-top: 1px solid #CCCCCC;
  padding: 1.25rem;
}

.search-result--related-content.search-result--keymatch-content.has-image .search-result__extraLinks section h4 {
  font-weight: bold;
  font-size: 1rem;
}

.search-result--related-content.search-result--keymatch-content.has-image .search-result__extraLinks section ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.search-result--related-content.search-result--keymatch-content.has-image .search-result__extraLinks section ul li,
.search-result--related-content.search-result--keymatch-content.has-image .search-result__extraLinks section ul a {
  font-size: 0.875rem;
}

.search-result--related-content.search-result--keymatch-content.has-image.is-qc {
  padding: 0;
}

.search-result--related-content.search-result--keymatch-content.has-image.is-qc .lookup-card,
.search-result--related-content.search-result--keymatch-content.has-image.is-qc .leftAlign {
  width: 100%;
  padding: 1.875rem;
}

.search-result--related-content.search-result--keymatch-content.has-image.is-qc .lookup-card {
  border: none;
}

.search-result--related-content.search-result--keymatch-content.has-image.is-qc .lookup-card .lookup-card__content {
  padding: 0;
}

.search-result--related-content.search-result--keymatch-content.has-image.is-qc .lookup-card .lookup-card__content .lookup-card-title {
  margin-top: 0;
}

.search-result--related-content.search-result--keymatch-content.has-image.is-qc .leftAlign {
  border-top: 1px solid #CCCCCC;
}

.search-result--related-content.search-result--keymatch-content.has-image.is-qc .leftAlign b {
  font-size: 1rem;
}

.search-result--related-content.search-result--keymatch-content.has-image.is-qc .leftAlign ul {
  list-style-type: none;
  margin: 1.25rem 0 0;
  padding: 0;
}

.modal .modal-content {
  border-radius: 0.1875rem;
}

.modal .modal-header {
  padding: 1.875rem;
}

.modal .modal-header .close {
  line-height: inherit;
  margin-top: 0;
}

.modal .modal-body {
  padding: 1.875rem;
}

.modal .modal-title {
  font-family: "theSansNormal", Helvetica, Arial, sans-serif;
}

.modal .modal-footer {
  text-align: left;
  padding: 1.875rem;
}

@media (min-width: 48rem) {
  .search-page {
    min-height: 500px;
    margin-bottom: 0;
  }
  .search-page.hide-content .toggle-mobile {
    display: block;
  }
  .search-page h1 {
    font-size: 2.5rem;
    margin-top: 2.1875rem;
    line-height: 1.25;
  }
  .search-page .search-page__global-options-wrap + .container .row {
    margin-right: 0;
    margin-left: 0;
  }
  .search-page .container {
    padding: 0 2rem;
    line-height: 1.375rem;
  }
  .search-page .container .no-results-wrapper {
    margin-bottom: 20px;
  }
  .search-page .container.spell-check {
    margin: 0 auto 20px;
  }
  .search-page .container.spell-check p {
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 0px;
  }
  .search-page .container.spell-check ul {
    padding-left: 0px;
    margin-bottom: 0px;
  }
  .search-page .container.spell-check ul li {
    display: inline-block;
    margin-bottom: 0px;
    margin-right: 7px;
  }
  .search-page__global-options-wrap {
    border-bottom: 1px solid #CCCCCC;
    display: block;
    margin-bottom: 3rem;
  }
  .search-page__type-tabs {
    display: inline-block;
    width: 75%;
  }
  .search-page__type-tabs ul {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
  }
  .search-page__type-tab {
    display: inline-block;
    margin-right: 10px;
  }
  .search-page__type-tab.active a {
    background: #4c86b3;
    color: #ffffff;
  }
  .search-page__type-tab--deactivated {
    opacity: 0.6;
  }
  .search-page__type-tab a {
    border: #CCCCCC 1px solid;
    border-bottom: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #005293;
    cursor: pointer;
    display: block;
    font-size: 0.875rem;
    padding: 0.5rem 1.1875rem 0.625rem 1.1875rem;
  }
  .jcf-select-sort-by-selection__select {
    width: auto;
    padding-right: 5px;
    padding-left: 5px;
    min-width: 0;
  }
  .sort-by-selection {
    display: inline-block;
    margin-top: 0;
    width: auto;
  }
  .sort-by-selection__select-style {
    display: inline-block;
    width: auto;
  }
  .results-container__mobile-toggle {
    display: none;
  }
  .search-result--related-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
  .search-result--related-content .search-result__image-wrap {
    background-position: center;
    background-size: cover;
    border-bottom: none;
    margin: 0;
    width: 100%;
  }
  .search-result--related-content .search-result__image-link {
    -webkit-box-flex: 1;
        -ms-flex: 1 3 auto;
            flex: 1 3 auto;
    -webkit-flex: 1 3 auto;
  }
  .search-result--related-content.has-image {
    padding: 0;
  }
  .search-result--related-content.has-image .search-result__text-wrap {
    -webkit-box-flex: 3;
        -ms-flex: 3 1 auto;
            flex: 3 1 auto;
    -webkit-flex: 3 1 auto;
    padding: 1.25rem;
  }
  .search-result__text-wrap {
    width: 90%;
  }
  .search-result__text-wrap .search-result__description {
    display: block;
  }
  .search-result__text-wrap .search-result__description * {
    line-height: 1.25rem;
  }
  .search-result__text-wrap .search-result__sub-information ul li {
    margin: 0 0 0 1.25rem;
    display: inline-block;
  }
  .search-result__text-wrap .search-result__sub-information ul li:first-child {
    margin: 0;
  }
  .search-result--related-content.search-result--keymatch-content.has-image .search-result__extraLinks section ul {
    margin: 0;
  }
}

@media (min-width: 64rem) {
  .hide-content .facet-container {
    display: block;
  }
  .facet-container h2 {
    display: block;
    margin-bottom: 1.6875rem;
  }
  .facet-container__facet-sections-wrap {
    display: block;
  }
  .facet-container__facet-sections-wrap.modal-open {
    background: transparent;
    max-height: none;
    max-width: none;
    overflow: visible;
    position: static;
    width: auto;
  }
  .facet-container__modal-trigger.btn.btn-primary {
    display: none;
  }
  .facet-container__close-button {
    display: none;
  }
  .facet-container__modal-content {
    background: transparent;
    border: none;
    padding: 0;
  }
  .facet-container__modal-content:before {
    content: none;
  }
  .facet-container__modal-header {
    display: none;
  }
  .facet-container__show-more {
    display: block;
    margin-top: 0.625rem;
  }
  .facet-container__facet-section {
    margin-bottom: 1.5625rem;
  }
  .facet-container__facet-section h3 {
    margin-bottom: 0.5rem;
    margin-top: 1.25rem;
  }
  .facet-container__facet-section:last-child .facet-container__facet-section__label {
    border-bottom: none;
  }
  .facet-container__facet-section:last-child .facet-container__facet-section__facets {
    border-bottom: none;
  }
  .facet-container__facet-section__label {
    padding: 0;
    border: none;
    background-color: inherit;
    font-family: "theSansBold", Helvetica, Arial, sans-serif;
  }
  .facet-container__facet-section__label::after {
    content: "";
  }
  .facet-container__facet-section__label.showing-facets::after {
    content: "";
  }
  .facet-container__facet-section__facets {
    display: block;
    border: none;
    padding: 0;
  }
  .facet-container__facet-section__facets.showing-facets {
    display: block;
    border: none;
    padding: 0;
  }
  .product-listing-page__total-results {
    display: inline-block;
    margin-top: 0;
    text-align: right;
    vertical-align: middle;
    margin-left: 1.25rem;
  }
  .product-listing-page__top-wrap {
    margin-top: 1rem;
    border-top: none;
    padding-top: 0;
  }
  .selected-facets {
    margin-bottom: 0;
    vertical-align: top;
    max-width: calc(100% - 20.75rem);
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
  .selected-facets:empty {
    display: inherit;
  }
  .selected-facets:nth-last-child(2) {
    margin-top: 0;
    width: calc(100% - 8rem);
  }
  .selected-facets:before {
    content: none;
  }
  .family-result__image-wrap {
    width: 122px;
  }
  .family-result__text-wrap {
    width: calc(100% - 122px);
  }
  .search__suggestions, .search__previous-searches {
    width: 27.5rem;
    position: absolute;
    top: 100%;
  }
  .fusion-results-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1140px;
    padding: 0 2rem;
    margin-left: auto;
    margin-right: auto;
  }
  .fusion-results-wrapper__content__inner, .fusion-results-wrapper__sidebar__inner {
    padding: 0;
  }
  .fusion-results-wrapper__sidebar {
    width: calc(100%/4 * 1);
    padding-right: 1.875rem;
  }
  .fusion-results-wrapper__content {
    margin: 0;
    padding: 0;
    padding-left: 1.875rem;
    border: 0;
    width: calc(100%/4 * 3);
  }
  .fusion-results__page-title {
    font-size: 2.8125rem;
    margin: 2rem 0;
    max-width: 1140px;
    padding: 0 2rem;
    border: 0;
  }
  .search-result--related-content.search-result--keymatch-content.has-image {
    padding: 1.25rem;
  }
  .search-result--related-content.search-result--keymatch-content.has-image .search-result--keymatch__mediaWrap {
    padding-left: 0;
  }
  .search-result--related-content.search-result--keymatch-content.has-image .search-result__text-wrap {
    padding-right: 0;
  }
  .search-result--related-content.search-result--keymatch-content.has-image .search-result__extraLinks {
    padding-left: 0;
    padding-right: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .search-result--related-content.search-result--keymatch-content.has-image .search-result__extraLinks section {
    display: inline-block;
    margin-left: 40px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .search-result--related-content.search-result--keymatch-content.has-image .search-result__extraLinks section:first-child {
    margin-left: 0;
  }
  .search-result--related-content.search-result--keymatch-content.has-image .search-result__extraLinks section ul {
    margin: 0;
  }
  .search-result--related-content.search-result--keymatch-content.has-image.is-qc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .search-result--related-content.search-result--keymatch-content.has-image.is-qc .lookup-card,
  .search-result--related-content.search-result--keymatch-content.has-image.is-qc .leftAlign {
    width: 50%;
  }
  .search-result--related-content.search-result--keymatch-content.has-image.is-qc .lookup-card {
    border: none;
  }
  .search-result--related-content.search-result--keymatch-content.has-image.is-qc .leftAlign {
    border: none;
    border-left: 1px solid #CCCCCC;
  }
}

@media (min-width: 75rem) {
  .search-page .container {
    padding: 0;
  }
  .fusion-results-wrapper, .fusion-results__page-title {
    padding: 0;
    width: 75rem;
    margin-left: auto;
    margin-right: auto;
  }
}

/*# sourceMappingURL=../../public/css/search.style.css.map */

.search-page .row {
	margin-left: -15px;
	margin-right: -15px;
}

.resource-library {
	margin-bottom: 60px;
}
/*------------------------------------*    MIXINS THAT ARE NEEDED FOR VARIABLE CALCULATION
\*------------------------------------*/
/*------------------------------------*    $VARIABLES
\*------------------------------------*/
/*------------------------------------*    MIXINS
\*------------------------------------*/
.lookup { display: flex; flex-direction: column; border: 1px solid #CCCCCC; border-radius: 3px; margin-bottom: 50px; }

.lookup-card--quality-certificate { border-bottom: 1px solid #CCCCCC; }

.lookup-card { position: relative; display: flex; flex-direction: column; font-family: "theSansNormal", Helvetica, Arial, sans-serif; }

.lookup-card__content { padding: 30px; }

.lookup-card-title { font-size: 21px; font-family: "theSansBold", Helvetica, Arial, sans-serif; margin: 0; }

.lookup-card-description { margin: 15px 0 20px; line-height: 1.4; }

.lookup-card-text-link { margin-top: 15px; font-size: 14px; }

.lookup-card .form-group { margin: 15px 0; }

.lookup-card .form-group .control-label { font-family: "theSansBold", Helvetica, Arial, sans-serif; font-size: 14px; }

.lookup-card .form-group .form-control { width: 100%; padding: 10px; border-radius: 2px; min-height: 0; height: auto; box-shadow: none; }

.lookup-card .form-group .form-control:hover, .lookup-card .form-group .form-control:focus { border-color: #005293; }

.lookup-card .form-group .lookup-card-submit { margin-top: 5px; font-size: 14px; color: #ffffff; border-radius: 0; min-height: 0; display: inline-block; padding: 10px 20px; background-image: url(../resources/images/global/btn-glass.png); background-position: top left; background-repeat: no-repeat; background-color: rgba(0, 82, 147, 0.7); border: 1px solid #005293; }

.lookup-card .form-group .lookup-card-submit:hover, .lookup-card .form-group .lookup-card-submit:focus { color: #ffffff; background-color: rgba(0, 82, 147, 0.8); }

.lookup-card .form-group .lookup-card-submit.disabled, .lookup-card .form-group .lookup-card-submit[disabled], .lookup-card .form-group .lookup-card-submit[disabled=disabled], .lookup-card .form-group .lookup-card-submit[disabled=true] { cursor: not-allowed; opacity: 0.5; }

.certificate-lookup-form-error { color: #ff0000; }

@media (min-width: 48rem) { .lookup { flex-direction: row; }
  .lookup-card { width: 50%; }
  .lookup-card--quality-certificate { border-right: 1px solid #CCCCCC; border-bottom: none; } }

.lookup-card .certificate-lookup-form .form-group {
  position: relative;
}

.lookup-card .certificate-lookup-form .form-group .form-control {
  margin-bottom: 0px;
}

.lookup-card .certificate-lookup-form-error {
  color: #ff0000;
}

.lookup-card .certificate-lookup-form input:focus {
  outline: -webkit-focus-ring-color auto 4px;
}

.lookup-card .certificate-lookup-form input:focus ~ .product__suggestions,
.lookup-card .certificate-lookup-form input:active ~ .product__suggestions,
.lookup-card .certificate-lookup-form input:focus ~ .lot__suggestions,
.lookup-card .certificate-lookup-form input:active ~ .lot__suggestions {
  display: block;
}

.lookup-card .certificate-lookup-form .product__suggestions, .lookup-card .certificate-lookup-form .lot__suggestions {
  font-family: "theSansNormal", Helvetica, Arial, sans-serif;
  background: #ffffff;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  margin: auto;
  max-width: 100%;
  padding: 1.5625rem 0;
  position: absolute;
  z-index: 1;
  text-align: left;
  width: 100%;
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  margin-top: 0.1875rem;
  left: 0;
}

.lookup-card .certificate-lookup-form .product__suggestions:hover, .lookup-card .certificate-lookup-form .lot__suggestions:hover {
  display: block;
}

.lookup-card .certificate-lookup-form .product__suggestions h3, .lookup-card .certificate-lookup-form .lot__suggestions h3 {
  color: #808080;
  font-size: 0.9375rem;
  margin-top: 0;
  font-family: "theSansBold", Helvetica, Arial, sans-serif;
  margin-bottom: 0.625rem;
  padding: 0 1.5625rem;
}

.lookup-card .certificate-lookup-form .product__suggestions ul, .lookup-card .certificate-lookup-form .lot__suggestions ul {
  list-style: none;
  padding: 0;
}

.lookup-card .certificate-lookup-form .search__suggestion {
  font-size: 0.9375rem;
  line-height: 1.3125rem;
  margin-bottom: 0.9375rem;
  padding: 0 1.5625rem;
}

.lookup-card .certificate-lookup-form .search__suggestion:last-of-type {
  margin-bottom: 0;
}

.lookup-card .certificate-lookup-form .search__suggestion:focus, .lookup-card .certificate-lookup-form .search__suggestion:active, .lookup-card .certificate-lookup-form .search__suggestion.active {
  background: #f0f0f0;
}

.lookup-card .certificate-lookup-form .search__suggestion em {
  font-family: "theSansBold", Helvetica, Arial, sans-serif;
  font-style: normal;
}

.lookup-card .certificate-lookup-form .search__suggestion a {
  color: #1e1e1e;
  cursor: pointer;
}

.lookup-card .certificate-lookup-form .search__sub-suggestion {
  display: block;
  font-family: "theSansItalic", Helvetica, Arial, sans-serif;
  margin-left: 10px;
}

.lookup-card .certificate-lookup-form .search__sub-suggestion em {
  font-family: "theSansBoldItalic", Helvetica, Arial, sans-serif;
}
.roleBasedContent {
  margin: 10px 0;
}
.roleBasedContent .roleBasedContent__title {
  background-color: #999999;
  color: #ffffff;
  font-weight: bold;
  margin: 10px 0;
  margin-bottom: 10px;
  padding: 10px;
}

.roleBasedContent__inner {
  border: 1px solid #999999;
}

.roleBasedContent .editMode p,
.roleBasedContent .editMode ul {
  margin-left: 10px;
  padding: 10px;
}

.roleBasedContentChooser > .editMode {
  border: 2px solid #005293;
}

.roleBasedContentChooser .roleBasedContentChooser__title {
  background-color: #808080;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 10px;
}

.roleBasedContentChooser .editMode p,
.roleBasedContentChooser .editMode ul {
  margin-left: 10px;
  padding-left: 10px;
}

.portal-contact-us {
  font-family: 'TheSans Bold';
}
.portal-contact-us h2 {
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 26px;
}
.portal-contact-us .region-selector {
  margin: 20px 0 0;
}
@media (min-width: 768px) {
  .portal-contact-us .region-selector {
    margin: 33px 0;
    border: 1px solid #c7c7c7;
  }
}
.portal-contact-us .select-wrapper {
  position: relative;
  box-shadow: 0 0 0 1px #c7c7c7;
  background: #ffffff;
  overflow: hidden;
}
.portal-contact-us .select-wrapper:after {
  content: '';
  position: absolute;
  height: 15px;
  width: 15px;
  top: 40%;
  right: 20px;
  transform: rotate(45deg) translateY(-50%);
  border-right: 1px solid #005293;
  border-bottom: 1px solid #005293;
  pointer-events: none;
}
.portal-contact-us .region-select {
  width: 100%;
  height: 72px;
  background: #ffffff;
  border: 0;
  color: #000000;
  font-size: 1rem;
  line-height: 1.25;
  padding-left: 22px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.portal-contact-us .region {
  height: 100%;
}
.portal-contact-us .region img {
  width: 100%;
  height: 100%;
}
.portal-contact-us .region-image {
  display: none;
}
@media (min-width: 768px) {
  .portal-contact-us .region-image {
    display: block;
  }
}
.region-selector {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.region-selector .region-selector-wrapper {
  padding: 30px 0 0;
  width: 100%;
  border-right: 1px solid #c7c7c7;
}
@media (min-width: 768px) {
  .region-selector .region-selector-wrapper {
    min-width: 400px;
    max-width: 400px;
    padding: 30px 25px 25px;
    background-color: #f0f0f0;
  }
}
.region-list,
.global-contacts {
  display: flex;
  flex-flow: column nowrap;
}
.region-list h3,
.global-contacts h3 {
  display: block;
  font-size: 1.17em;
  margin-top: 45px;
  font-weight: bold;
}
.region-list .contact-group,
.global-contacts .contact-group {
  display: flex;
  flex-flow: row wrap;
}
.region-list .contact,
.global-contacts .contact {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 25px;
  padding: 20px 20px 40px;
  border: 1px solid #c7c7c7;
}
@media (min-width: 768px) {
  .region-list .contact,
  .global-contacts .contact {
    width: calc(33.33333333% - 26px);
    margin-right: 26px;
  }
}
.region-list .contact-image,
.global-contacts .contact-image {
  display: none;
  margin-right: 20px;
}
@media (min-width: 768px) {
  .region-list .contact-image,
  .global-contacts .contact-image {
    display: block;
  }
}
.region-list .contact-image img,
.global-contacts .contact-image img {
  min-width: 115px;
  max-width: 115px;
  height: auto;
  border-radius: 50%;
  max-height: 115px;
}
.region-list .contact-info,
.global-contacts .contact-info {
  word-break: break-word;
}
.region-list .contact-info .contact-name,
.global-contacts .contact-info .contact-name {
  font-size: .875rem;
  margin-bottom: 9px;
}
.region-list .contact-info .contact-territory,
.global-contacts .contact-info .contact-territory,
.region-list .contact-info .contact-role,
.global-contacts .contact-info .contact-role,
.region-list .contact-info .contact-email,
.global-contacts .contact-info .contact-email,
.region-list .contact-info .contact-phone,
.global-contacts .contact-info .contact-phone {
  font-size: .75rem;
  font-family: TheSans;
  margin-bottom: 9px;
  color: #6a6c73;
  text-transform: initial;
}
.region-list .contact-info .contact-role,
.global-contacts .contact-info .contact-role {
  line-height: 1.5;
}
@media (min-width: 768px) {
  .region-list .contact-info .contact-phone a,
  .global-contacts .contact-info .contact-phone a {
    pointer-events: none;
    color: #6a6c73;
  }
}
.global-contacts {
  position: relative;
  padding-bottom: 50px;
  margin-top: 50px;
  margin-bottom: 100px;
}
.global-contacts:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background-color: #979797;
}
.global-contacts:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #979797;
}

.box-container {
  width: 100%;
}

.box-row {
  display: flex;
  flex-wrap: wrap;
}

.box {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    margin: 1.5rem;
    min-width: 200px;
    padding: 1rem;
    text-align: center;
    flex-grow: 1;
    display:inline;
    grid-template-rows: max-content;
    
}

.box-title {
    overflow-x: hidden;
    overflow-y: hidden;
    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: bold;
    margin: 1.5rem 0px;
    word-wrap: break-word;
    hyphens: auto;
}

.box-link {
    border: 2px solid rgba(0, 0, 0, 0.1);
    font-size: 1.2rem;
    margin: 15px auto;
    padding: 0.5rem 1rem;
    max-width: 350px;
    text-align:left;
    overflow:auto;
}

.box-link:after {
    content: "\2192";
    color: #005293;
    float:right;
}

.box-link__container {
    display:flex;
    gap: .75rem;
    flex-direction: column;
}

.box-link__arrow {
    font-size:1.5rem;
    vertical-align: 0.1rem;
}

.box-viewAll {
    text-align: right;
    font-size:1.2rem;
    margin: 0.5rem 1rem;
    align-self: flex-end;
}
.field-missing-notice {
	display: inline-block!important;
	font-size: .875em;
	padding: .25em 1em;
	color: #aaa;
	border: 2px dashed #ccc;
	font-weight: bold;
}

/*.cards:not(.cards--story-snippet-tabbed) [class^="cq-placeholder-"] {
    display: none;
}*/
/*------------------------------------*    $VARIABLES
\*------------------------------------*/
/*------------------------------------*    MIXINS
\*------------------------------------*/
.legacy-header {
  font-family: "theSansBold";
  line-height: 1.2;
}

.legacy-header .title {
  font-size: 24px;
  margin: 0;
  padding: 0;
}

.legacy-header .topic {
  font-size: 14px;
  text-transform: uppercase;
  font-family: inherit;
  display: inline-block;
}

.legacy-header hr {
  width: 30px;
  background: #ccc;
  margin-top: 10px;
  border: 0;
  height: 1px;
}

.centerAlign .legacy-header hr {
  margin-left: auto;
  margin-right: auto;
}

.leftAlign .legacy-header hr {
  margin-right: auto;
}

.rightAlign .legacy-header hr {
  margin-left: auto;
}

@media (min-width: 768px) {
  .legacy-header .title {
    font-size: 30px;
  }
}

