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

/****************************
    Component :  2C Banner-Short
    Description: This CSS file includes style for banner, 
                 title, CTA-Button, and text.    
*******************************/

/*CSS for 2C Banner-Short starts here*/

.module-story-banner-small {
    overflow: hidden;
    height: 250px;
    margin-bottom: 50px;
}
.module-story-banner-small.sec-nav-absent {
  margin-bottom: 30px;
}
.module-story-banner-small > div {
    display: table;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 -5px 5px -5px #666666;
    box-shadow: inset 0 -5px 5px -5px rgba(0, 0, 0, 0.2);
    min-height: 250px;
    text-align: center;
}

.module-story-banner-small .container {
  position: absolute;
  top: -230px;
  margin-left: 70px;
}
.module-story-banner-small article div.container {
  top: auto;
  bottom: 45px;
}

.module-story-banner-small div.container { 
  margin: 0 auto; 
  left:0; 
  right: 0; 
}
.module-story-banner-small div.container .leftAlign {
  text-align: left;
}
.module-story-banner-small div.container .rightAlign {
  text-align: right;
}
.module-story-banner-small div.container .centerAlign {
  text-align: center;
}
.module-story-banner-small div.container .white{
  color: white;
}
.module-story-banner-small div.container .white h1{
  color: white;
}
.module-story-banner-small div.container .black{
  color: black;
}
.module-story-banner-small div.container .black h1{
  color: black;
}

.module-story-banner-small .top-gradient:before {
    content: "";
    height: 50%;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3000000', endColorstr='#00000000',GradientType=0 );
    top: 0;
}
.ie9 .module-story-banner-small div.top-gradient:before {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=)
}
.ie9 .module-story-banner-small > div:before {
    background: none;
}
.module-story-banner-small > div > article {
    display: table-cell;
    vertical-align: bottom;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    background: #ffffff;
    z-index:10;
}
.module-story-banner-small.story article {
    padding: 160px 5% 60px;
    vertical-align: bottom;
}
.module-story-banner-small.story article h1 {
    margin: auto;
}
.module-story-banner-small img {
    position: absolute;
    top: 0;
    min-width: 100%;
    width: auto;
    max-width: none;
    height: 100%;
    -webkit-backface-visibility: hidden;
}

.module-story-banner-small h1 {
    font-family: theSansBold,Arial,Helvetica,sans-serif;
    font-size: 45px;
    line-height: 1.2;
    color: #ffffff;
    text-shadow: 0px 0px 10px #666666;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    margin: 10px 0 10px 0;
    letter-spacing: -1px;
    color: #1e1e1e;
    position: relative;
}
@media (min-width: 0px) and (max-width: 768px) {
    .module-story-banner-small h1 {
        font-size: 32px;
        margin: 10px 0 10px 0;
    }
    .module-story-banner-small div.container > div {
        text-align: left !important;
    }
}
.module-story-banner-small.black {
    color: #1e1e1e;
}
.module-story-banner-small .container a {
    white-space: pre-wrap;
    word-wrap: break-word;
    margin-bottom: 1px;
}
.module-story-banner-small .container h1 {
    word-wrap: break-word;
}

@media (min-width: 0px) and (max-width: 940px) {
  section.module-story-banner-small img{
    width: auto;
    height: 100%;
  }

}


/* CSS for 2C Banner-Short ends here */
.mktoAsterix {
  width: auto;
  margin-right: 2px;
  display: none;
}

.mktoRequiredField .mktoAsterix {
  display: inline;
}

.mktoFormRow .mktoFieldWrap {
  text-align: left;
}

.mktoFormRow .mktoFieldWrap > label {
  max-width: 90%;
}

.mktoFormRow .mktoFieldWrap > .mktoCheckboxList ~ label{
  max-width: 97%!important;
  text-align: left;
}

.mktoFormRow .mktoFieldWrap > .mktoCheckboxList {
  float: left;
  text-align: left;
  width: 3%;
}

.mktoFormRow .mktoFieldWrap > .mktoCheckboxList + .mktoClear {
  clear: both;
}

.mktoFormRow,
.mktoButtonRow {
  position: relative;
  clear: both;
}

.mktoFormRow:first-of-type,
.mktoButtonRow:first-of-type {
  margin-top: 0;
}

.mktoFormRow .mktoError,
.mktoButtonRow .mktoError {
  position: relative !important;
  left: 0;
  bottom: 0px !important;
  font-size: 13px;
  font-family: "theSansItalic";
  opacity: .65;
}

.mktoFormRow .mktoLabel,
.mktoButtonRow .mktoLabel {
  width: auto !important;
}

.mktoFormRow .mktoGutter,
.mktoButtonRow .mktoGutter {
  display: none;
}

.label--cover .mktoFormRow .mktoLabel.input-label, .label--cover
.mktoButtonRow .mktoLabel.input-label {
  position: absolute;
  color: #999;
  visibility: visible;
  line-height: normal;
  top: 12px;
  left: 2px;
  padding-left: 5px;
  cursor: text;
}

.label--cover .mktoFormRow .mktoLabel.input-label.select-one, .label--cover
.mktoButtonRow .mktoLabel.input-label.select-one {
  background: white;
  white-space: nowrap;
  overflow: hidden;
  width: 155px !important;
  text-overflow: ellipsis;
}

.label--cover .mktoFormRow .mktoLabel.input-label.select-one ~ select, .label--cover
.mktoButtonRow .mktoLabel.input-label.select-one ~ select {
  color: white;
}

.label--cover .mktoFormRow .mktoLabel.input-label.select-one ~ select:focus option, .label--cover
.mktoButtonRow .mktoLabel.input-label.select-one ~ select:focus option {
  color: black;
}

.label--cover .mktoFormRow .mktoLabel.input-label.focused, .label--cover
.mktoButtonRow .mktoLabel.input-label.focused {
  visibility: hidden;
}

.label--cover .mktoFormRow .mktoLabel.input-label.focused ~ select, .label--cover
.mktoButtonRow .mktoLabel.input-label.focused ~ select {
  color: #1e1e1e;
}

.label--cover .mktoFormRow .mktoLabel.input-label.input-empty, .label--cover
.mktoButtonRow .mktoLabel.input-label.input-empty {
  visibility: visible;
}

.label--cover .mktoFormRow .mktoLabel.input-label.input-empty ~ select, .label--cover
.mktoButtonRow .mktoLabel.input-label.input-empty ~ select {
  color: white;
}

.label--cover .mktoFormRow .mktoLabel.input-label.input-empty ~ select:focus option, .label--cover
.mktoButtonRow .mktoLabel.input-label.input-empty ~ select:focus option {
  color: black;
}

.label--cover .mktoFormRow .mktoLabel.input-label.input-full, .label--cover
.mktoButtonRow .mktoLabel.input-label.input-full {
  visibility: hidden;
}

.label--cover .mktoFormRow .mktoLabel.input-label.input-full ~ select, .label--cover
.mktoButtonRow .mktoLabel.input-label.input-full ~ select {
  color: #1e1e1e;
}

.design-wrap {
  position: relative;
  padding-left: 40px;
  height: 100%;
  overflow: hidden;
}

.design-flag {
  left: 0;
  bottom: -40px;
  position: absolute;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  padding-right: 20px;
  font-size: .875rem;
  background: #005293;
  width: 100%;
  color: white;
  font-family: "theSansBoldItalic";
  border-left: 1px solid white;
  border-bottom: 1px solid white;
}

.marketo {
   padding-top: 40px;
   padding-bottom: 40px;
   margin-bottom: 50px;
 }

.marketo--white {
  margin-top: -40px;
  margin-bottom: -50px;
}


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

.marketo__title {
  font-family: "theSansBold";
  margin: 10px 0 30px;
  font-weight: normal;
  font-size: 30px;
}

.marketo__content {
  font-family: Arial,Helvetica,sans-serif;
  line-height: 1.5;
  font-size: 16px;
}

.marketo__content form {
  font-family: "theSans";
}

.marketo__content ul {
  list-style: disc inside;
}

.marketo__content ol {
  list-style: decimal inside;
}

.marketo__content ul,
.marketo__content ol {
  margin: 20px 0;
}

.marketo__content ul li,
.marketo__content ol li {
  margin: 5px 0;
}

.marketo__content ul li:first-of-type,
.marketo__content ol li:first-of-type {
  margin-top: 0;
}

.marketo__content ul li:last-of-type,
.marketo__content ol li:last-of-type {
  margin-bottom: 0;
}

.marketo__content p strong,
.marketo__content p b,
.marketo__content li strong,
.marketo__content li b {
  font-weight: bold;
}

.mktoFieldDescriptor,
.marketo__content p {
  margin: 20px 0;
}

@media (min-width: 992px) and (max-width: 1060px) {
  .marketo.layout--01 .marketo__title,
  .marketo.layout--01 .marketo__content, .marketo.layout--02 .marketo__title,
  .marketo.layout--02 .marketo__content, .marketo.layout--03 .marketo__title,
  .marketo.layout--03 .marketo__content {
    padding-left: 80px;
    padding-right: 80px;
  }
}

.marketo.layout--03 .marketo-form, .marketo.layout--08 .marketo-form {
  margin-top: 25px;
}

.marketo.layout--06, .marketo.layout--07 {
  margin-left: -15px;
  margin-right: -15px;
  padding: 25px;
}

@media (min-width: 992px) and (max-width: 1060px) {
  .marketo.layout--06, .marketo.layout--07 {
    padding: 10px;
  }
  .marketo.layout--06 .marketo-form form input,
  .marketo.layout--06 .marketo-form form textarea, .marketo.layout--07 .marketo-form form input,
  .marketo.layout--07 .marketo-form form textarea {
    width: 100%;
  }
}

.marketo.layout--06 .marketo__title, .marketo.layout--07 .marketo__title {
  font-size: 21px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.marketo.layout--06 .marketo-form {
  margin-top: 20px;
}

.marketo .post-submission {
  display: none;
}

.marketo .post-submission__title {
  font-family: "theSansBold";
  margin: 0 0 20px;
  font-weight: normal;
  font-size: 21px;
  line-height: 1.5;
}

.marketo .post-submission__content {
  font-family: "theSans";
}

.marketo .post-submission__content p,
.marketo .post-submission__content li {
  margin: 20px 0;
}

.marketo .post-submission__content p:first-of-type,
.marketo .post-submission__content li:first-of-type {
  margin-top: 0;
}

.marketo .post-submission__content p:last-of-type,
.marketo .post-submission__content li:last-of-type {
  margin-bottom: 0;
}

.marketo .cta {
  font-family: "theSans" !important;
}

.marketo-lightbox {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.marketo-lightbox .marketo-form {
  margin-top: 20px;
}

.marketo-lightbox .modal-title {
  font-family: "theSansBold";
  margin: 10px 0 20px;
  line-height: 1.2;
  font-weight: normal;
  font-size: 24px;
}

.marketo-lightbox .modal-body {
  max-height: 100%;
  overflow: auto;
  padding: 40px;
}

@media (min-width: 600px) {
  .marketo-lightbox .modal-body {
    max-height: 450px;
  }
}

.marketo-lightbox .modal-close {
  display: block;
  cursor: pointer;
  position: fixed;
  right: 0;
  top: 45px;
  z-index: 1070;
  height: 35px;
  width: 35px;
  text-align: center;
  color: #005293;
  background-color: white;
  border: 0;
  font-size: 3em;
  line-height: 30px;
}

@media (min-width: 600px) {
  .marketo-lightbox .modal-close {
    top: -40px;
  }
}

.marketo-lightbox .modal-close span {
  content: "\e609";
  opacity: 1;
  font-weight: normal;
  font-family: 'icomoon';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  line-height: .4;
}

.marketo-lightbox .modal-close:focus {
  outline: 1px solid transparent;
}

.marketo-lightbox .modal-content {
  border-radius: 0;
  box-shadow: none;
  margin-top: auto !important;
  position: fixed;
  background: white;
  color: #1e1e1e;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  z-index: 1060;
  border: 0;
  top: 45px;
  bottom: 0;
}

@media (min-width: 600px) {
  .marketo-lightbox .modal-content {
    width: 600px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    bottom: auto;
  }
}

.background--blue {
  background: #005293;
  color: white;
}

.background--blue .inline-headingdesc a,
.background--blue .post-submission a {
  color: white;
}

.background--gray {
  background-color: #EFEFEF;
  color: #1e1e1e;
}

.background--white {
  background-color: white;
  color: #1e1e1e;
}


@media (max-width: 767px) {
  .marketo-form {
    margin-top: 25px;
  }
}

.marketo-form form input,
.marketo-form form textarea {
  width: auto;
  border: 0;
  display: block;
  padding: 6.66667px;
  border: 1px solid #e2e2e2;
  color: #1e1e1e;
}

.marketo-form form input:focus,
.marketo-form form textarea:focus {
  outline: 1px solid transparent;
  color: #999;
}

.marketo-form form .mktoLabel {
  font-size: 14px;
}

.marketo-form form select,
.marketo-form form input[type="text"],
.marketo-form form input[type="tel"],
.marketo-form form input[type="url"],
.marketo-form form input[type="number"],
.marketo-form form input[type="email"],
.marketo-form form input[type="date"],
.marketo-form form textarea {
  max-width: 100%;
  width: 400px;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
}

.marketo-form form input[type="text"],
.marketo-form form input[type="tel"],
.marketo-form form input[type="url"],
.marketo-form form input[type="number"],
.marketo-form form input[type="email"] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.marketo-form form textarea {
  resize: none;
  min-height: 115px;
}

.marketo-form form select {
  vertical-align: middle;
  padding: 6.66667px;
  padding-right: 40px;
  color: #1e1e1e;
  box-sizing: border-box;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  background-color: white;
  background: url("../resources/images/global/arrow-down.png") no-repeat white;
  background-position: right 10px center;
  background-size: 9px 9px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.marketo-form form select:focus {
  outline: 1px solid transparent;
}

.marketo-form form select::-ms-expand {
  display: none;
}

.marketo-form form button[type=submit],
.marketo-form form input[type=submit] {
  background-color: rgba(0, 82, 147, 0.8);
  background-image: url("../resources/images/global/gloss-top-white.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  border: 1px solid #005293;
  margin: 0;
  padding: .75em 1.5em;
  font-size: 14px;
  text-decoration: none;
  color: white;
  text-shadow: 0 0 14px #999;
  letter-spacing: .01em;
  -webkit-transition: none !important;
  transition: none !important;
  white-space: nowrap;
}

.marketo-form form button[type=submit]:hover,
.marketo-form form input[type=submit]:hover {
  background-color: #005293;
}

.marketo-form form .select-wrapper {
  display: block;
  width: 180px;
  vertical-align: middle;
  position: relative;
}

.marketo-form form .select-wrapper:after {
  position: absolute;
  content: "v";
  right: 0;
  padding-right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.marketo-form form .mktoCheckboxList input,
.marketo-form form .mktoRadioList input {
  display: inline;
  vertical-align: top;
  margin: 6px 0 0 0; 
}

.marketo-form form .mktoCheckboxList label,
.marketo-form form .mktoRadioList label {
  vertical-align: top;
  padding-left: 6.66667px;
  max-width: 90%;
}

.marketo-form form .mktoCheckboxList br + br,
.marketo-form form .mktoRadioList br + br {
  display: none;
}

.marketo-form.button--gray button[type=submit],
.marketo-form.button--gray input[type=submit] {
  background-color: rgba(97, 99, 101, 0.9);
  border-color: #616365;
}

.marketo-form.button--gray button[type=submit]:hover,
.marketo-form.button--gray input[type=submit]:hover {
  background-color: #616365;
}

.marketo-form.button--white button[type=submit],
.marketo-form.button--white input[type=submit] {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: white;
}

.marketo-form.button--white button[type=submit]:hover,
.marketo-form.button--white input[type=submit]:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

/****************************
    Page :  Story Page
    Description: This CSS file includes style for wrapper container with right and left align ,
                 RTE font styles, title, CTA Links, and text.
*******************************/

/* CSS for Story Page starts here */

.module-secondary-story-text-multimedia aside {
    margin-left: 0px;
    float: right;
}
.module-secondary-story-text-multimedia article aside {
    float: right;
    margin-left: 25px;
    width:31%;
}

.module-secondary-story-text-multimedia .container ul {
	list-style-position: inside;
}

@media (min-width: 0px) and (max-width: 480px) {
  .module-secondary-story-text-multimedia article aside {
    float: none;
    width: 100%;
    margin-left: auto;
  }
}

.module-secondary-story-text-multimedia aside img {
    width: 100%;
    pointer-events: none;
}
.module-secondary-story-text-multimedia article.rightAlign {
    float: right;
    margin-right: 0px;
}
.module-secondary-story-text-multimedia ol {
    margin-left: 25px;
    list-style-position: inside;
}
/* Added for RTE font styles */

.module-story article p ol, .module-story article p ol li {
    list-style-type: decimal !important;
}
.module-story article p ul, .module-story article p ul li {
    list-style: disc outside none;
}
.module-story article p b, .module-story article p strong, .module-story article p b i {
    font-weight: bold !important;
}
.module-secondary-story-text-multimedia .module-story-body.leftAlign aside {
    float: left;
}
.module-secondary-story-text-multimedia .module-story-body.leftAlign article {
    float: right;
}
.column-control .content {
    width: 58.33333%;
    float: left;
}
.column-control .content .container {
    width: 100%;
}
.column-control.rightAlign .content {
    width: 58.33333%;
    float: right;
}
.column-control .sidebar {
    width: 33.33333%;
    float: right;
}
.column-control.rightAlign .sidebar {
    width: 33.33333%;
    float: left;
}
.module-story-body {
    margin-bottom: 50px;
    overflow: hidden;
}

@media (min-width: 320px) and (max-width: 1024px) {
    .module-story .container .sect {
        margin-bottom: 10px;
    }
    .module-story .container .cta.simple.sect {
        display: inline-block;
    }
    .module-secondary-story-text-multimedia article aside{
      padding: 0;
    }
}
.module-secondary-story-text-multimedia aside .modelbox {
    position: relative;
    display: block;
    z-index: auto;
}
.module-secondary-story-text-multimedia .playicon {
    position: absolute;
    top: 45%;
    left: 45%;
    z-index: auto;
    font-size: 35px;
    color: #ffffff;
    font-size: 33px;
}
.module-secondary-story-text-multimedia .playicon:hover {
    color: #005293;
}
.module-secondary-story-text-multimedia ul {
    list-style: disc inside none;
    margin-left: 15px;
}
.module-secondary-story-text-multimedia b, .module-secondary-story-text-multimedia strong, .module-secondary-story-text-multimedia b i {
    font-weight: bold !important;
}
.module-secondary-story-text-multimedia article aside.leftAlign {
    float: left;
    margin-right: 25px;
    margin-left: 0;
    padding-left: 0;
}
.module-secondary-story-text-multimedia article aside.rightAlign {
    float: right;
}
.module-secondary-story-text-multimedia a.cta.simple {
    display: inline !important;
}
.module-secondary-story-text-multimedia.module-story article .cta-container {
    display: block;
}
.module-secondary-story-text-multimedia.module-story article a > .icon-download {
    margin-left: 5px;
}

.column-control .sidebar .container {
  width:100% !important;
}

.module-story article .story-image-caption {
    font-size: 14px;
    font-family: 'TheSansItalic';
}
/* CSS for Story Page ends here */

/****************************
    Component :  4A Story Snippets - Multimedia Carousel
    Description: This CSS file includes style for banner carousel , 
                 title, CTA-Button, and text.    
*******************************/

/* CSS for 4A Story Snippets - Multimedia Carousel starts here */

.story-snippets-multimedia-carousel .slick-list {
    /*padding-bottom: 15px !important;*/
}
.story-snippets-multimedia-carousel .item {
    border: none;
    overflow: visible;
}
.story-snippets-multimedia-carousel .item:hover .item-image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.ie8 .story-snippets-multimedia-carousel .item:hover .item-image img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')";
    margin-left: -14px; 
    margin-top: -6px;
}
.story-snippets-multimedia-carousel .inner {
    margin: 0 15px;
    background-color: #fff;
    height: 100%;
    border: 1px inset #cccccc;
    border: 1px inset rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px #cccccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.story-snippets-multimedia-carousel .item-image {
    overflow: hidden;
}
.story-snippets-multimedia-carousel .item .item-image a {
    cursor: default;
}
.story-snippets-multimedia-carousel .item .item-image a.modelbox {
    cursor: pointer;
}
.story-snippets-multimedia-carousel .item-image img {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    pointer-events: none;
}
.story-snippets-multimedia-carousel .item-text {
    padding: 26px 12px 50px 12px!important;
}
section.story-snippets-multimedia-carousel .item-text {
}
.story-snippets-multimedia-carousel .item .item-text p {
    overflow: hidden;
}
section.story-snippets-multimedia-carousel .item .item-text p {
    overflow: visible;
}
@media (min-width: 320px) and (max-width: 767px) and (orientation:landscape) {
  section.story-snippets-multimedia-carousel .item-text {
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .story-snippets-multimedia-carousel .item-text {
        padding: 26px 12px 50px 12px!important;
    }
}
@media (min-width: 0px) and (max-width: 767px) {
    .story-snippets-multimedia-carousel .item-text {
        padding: 26px 12px 50px 12px!important;
    }
}
.story-snippets-multimedia-carousel .item-text h2 {
    margin-bottom: 15px;
    min-height: 0;
    font-family: 'theSansBold',Arial,Helvetica,sans-serif;
    font-size: 21px;
    line-height: 1.2;
}
@media (min-width: 0px) and (max-width: 767px) {
    .story-snippets-multimedia-carousel .item-text h2 {
        font-size: 20px;
    }
}
.story-snippets-multimedia-carousel .item-text .sub {
    font-family: 'theSansNormal',Arial,Helvetica,sans-serif;
    font-size: 21px;
    line-height: 1.2;
}
@media (min-width: 0px) and (max-width: 767px) {
    .story-snippets-multimedia-carousel .item-text .sub {
        font-size: 18px;
    }
}
.story-snippets-multimedia-carousel .item-text a {
    color: #1e1e1e;
    cursor: default !important;
}
.story-snippets-multimedia-carousel .item-text a:hover {
    color: #1e1e1e;
}
.story-snippets-multimedia-carousel .item-text a.cta {
    color: #005293;
    margin-top: 15px;
    cursor: pointer !important;
    position: absolute;
    bottom: 15px;
    white-space: nowrap;
}
.story-snippets-multimedia-carousel .item-text a.cta:hover {
    color: #4c86b3;
}
.lt-ie9 .story-snippets-multimedia-carousel .inner {
    border: 1px solid #cccccc;
}
.story-snippets-multimedia-carousel .modelbox {
    position: relative;
    display: block;
    height: 100%;
}
.story-snippets-multimedia-carousel .playicon {
    position: absolute;
    top: 45%;
    left: 45%;
    z-index: 999;
    font-size: 33px;
    border: 1px solid #ffffff;
    padding: 10px 7px 10px 10px;
    color: #ffffff;
}
.story-snippets-multimedia-carousel .playicon:hover {
    color: #005293;
}

.story-snippets-multimedia-carousel .cta.simple{
  /*font-family: Arial, Helvetica, sans-serif !important;*/
}
/* CSS for 4A Story Snippets - Multimedia Carousel ends here */

/****************************
    Component :  5B Story Snippet - Visual
                 5C  Story Snippet - Tabbed

    Description: This CSS file includes style for tabbed functionality, carousel, 
                 videon in background, title, CTA-Button, CTA Links and text.    
*******************************/

/* CSS for 5B Story Snippet - Visual & 5C  Story Snippet - Tabbed starts here */

.module-story-snippet-visual-text .errorLine,
.module-story-snippet-visual-text .catError,
.module-story-snippet-visual-text .lotError {
    color: red;
}
.module-story-snippet-visual-text .catalogTitle {
    margin-bottom: 10px;
}

.module-story-snippet-visual-text .otherCerts {
    margin-top: 10px;
}
.module-story-snippet-visual-text .questionMark {
    float: right;
    cursor: pointer;
}
.module-story-snippet-visual-text .lotDesc {
    position: absolute;
    background-color: white;
    width: 300px;
    font-size: 12px;
    border: 1px black solid;
    top: 274px;
    right: 93px;
    padding: 5px;
}
.module-story-snippet-visual-text .lotDesc .closeBtn {
    float: right;
    background-image: url('../resources/images/global/close.png');
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    cursor: pointer;
}
.module-story-snippet-visual-text .story .content {
    border: 1px inset #cccccc;
    border: 1px inset rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px #cccccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    background: #fff;
    overflow: hidden;
}
.module-story-snippet-visual-text .tabs nav .nav-inner ul li a {
    padding-top: 5px;
    overflow: hidden;
    /*height: 54px !important;*/
}
.module-story-snippet-visual-text .story .content article {
    display: inline-block;
    float: left;
    width: 50%;
    min-height: 569px;
    overflow: auto;
}
.module-story-snippet-visual-text .story .content .item-image {
    display: table;
    float: left;
    width: 50%;
    /*min-height: 569px;*/
    background: #F0F0F0;
}
.module-story-snippet-visual-text .story .content .item-image a {
    display: table-cell;
}
.module-story-snippet-visual-text .story .content .item-image.rightAlign {
    float: right;
}
@media (max-width: 767px) {
    .module-story-snippet-visual-text .tabs .tab-pane.active {
        clear: none;
    }
}
@media (max-width: 1024px) {
    .module-story-snippet-visual-text .story .content {
        border: 0px;
    }
}
.module-story-snippet-visual-text .story .content .item-image.right {
    float: right;
}
.module-story-snippet-visual-text .story .content .item-image img {
    width: 100%;
    display: block;
    float: left;
    /*height: 569px;*/
    pointer-events: none;
}
.module-story-snippet-visual-text .story .content article {
    position: absolute;
    height: 100%;
    min-height: 0;
}
.module-story-snippet-visual-text .story .content article div.inner {
    display: table;
    height: 100%;
    width: 100%;
    padding: 10% 0;
}
.module-story-snippet-visual-text .story .content article div.inner > div {
    display: table-cell;
    vertical-align: middle;
}
.module-story-snippet-visual-text .story .content article div.inner > div .item-text {
   padding: 0 12%;
}

.ie8 .module-story-snippet-visual-text .story .content article div.inner > div .item-text {
    float:left;
}

@media (max-width: 767px) {
    .module-story-snippet-visual-text .story .content article div.inner > div .item-text {
        padding: 8%;
    }
}
.module-story-snippet-visual-text .story .content article div.inner > div .item-text h3 {
    font-family: theSansBold,Arial,Helvetica,sans-serif;
    font-size: 21px;
    line-height: 1.2;
    margin-bottom: 10px;
}
@media (min-width: 0px) and (max-width: 767px) {
    .module-story-snippet-visual-text .story .content article div.inner > div .item-text h3 {
        font-size: 20px;
    }
    .module-story-snippet-visual-text .story .content .item-image img, .module-story-snippet-visual-text .story .content .item-image .modelbox {
        width: 100%;
        display: block;
        float: left;
        /*height: 350px;*/
    }
    .module-story-snippet-visual-text .story .content .item-image .story-row .story-item img, .module-story-snippet-visual-text .story .content .item-image .story-row .story-item .modelbox {
        width: 100%;
        /*height: 144px;*/
    }
}
.module-story-snippet-visual-text .story .content article div.inner > div .item-text h4 {
    font-family: theSansBold,Arial,Helvetica,sans-serif;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 10px;
}
.module-story-snippet-visual-text .story .content article div.inner > div .item-text .list-item {
    margin-bottom: 10px;
}
.module-story-snippet-visual-text .story .content article div.inner > div .item-text > p {
    margin-bottom: 20px;
}
/* Added for RTE font styles */

.module-story-snippet-visual-text .story .content article div.inner > div .item-text > p ol, .module-story-snippet-visual-text .story .content article div.inner > div .item-text > p li {
    list-style-type: decimal !important;
}
.module-story-snippet-visual-text .story .content article div.inner > div .item-text > p ul, .module-story-snippet-visual-text .story .content article div.inner > div .item-text > p ul li {
    list-style: disc outside none;
}
.module-story-snippet-visual-text .story .content article div.inner > div .item-text > p b, .module-story-snippet-visual-text .story .content article div.inner > div .item-text > p strong, .module-story-snippet-visual-text .story .content article div.inner > div .item-text > p b i {
    font-weight: bold !important;
}
.module-story-snippet-visual-text .story .content .item-image .story-row {
    clear: both;
    /*min-height: 289px;*/
    overflow: hidden;
    /*height: 289px;*/
}
.module-story-snippet-visual-text .story .content .item-image .story-row .story-item {
    width: 50%;
    float: left;
    display: table;
}
.module-story-snippet-visual-text .story .content .item-image .story-row .story-item img {
    width: 100%;
    height: 289px;
}
.module-story-snippet-visual-text .story .content .item-image .story-row .story-item.storyItemFull {
    width: 100%;
    height: 289px;
}
.module-story-snippet-visual-text .fa, .module-story-snippet-visual-text .cta.simple::after, .module-story-snippet-visual-text .cta.simple:after, .module-story-snippet-visual-text .carousel .slick-prev:before, .module-story-snippet-visual-text .carousel .slick-next:before, [class^="fa-"], [class*=" fa-"] {
    display: inline-block;
    speak: none;
    font-family: "icomoon";
    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;
}
.module-story-snippet-visual-text .graph-text {
    padding: 30px 80px 30px 15px;
}
.module-story-snippet-visual-text .cta.simple::after, .module-story-snippet-visual-text .cta.simple:after {
    content: '\e9b3';
    position: relative;
    top: 2px;
    padding-left: 3px;
    display: inline-block;
    font-family: 'icomoon';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.module-story-snippet-visual-text .modelbox {
    position: relative;
    display: block;
    height: 289px;
    width:100%;
}
.module-story-snippet-visual-text .playicon {
    position: absolute;
    top: 45%;
    left: 45%;
    z-index: 999;
    font-size: 33px;
    border: 1px solid #fff;
    padding: 10px 7px 10px 10px;
    color: #fff;
}
.module-story-snippet-visual-text .playicon:hover {
    color: #005293;
}
/*.mobile-only{
  display: none;
  }*/

.cta.gloss-blue.mobile-only {
    margin: 15px 0 20px;
}
@media (min-width: 480px) and (max-width: 1024px) {
    .module-story-snippet-visual-text .story .content article, .module-story-snippet-visual-text .story .content .item-image {
        min-height: 0px !important;
    }
    .module-story-snippet-visual-text .story .content .item-image .story-row {
        height: auto;
        min-height: 0px !important;
    }
    .module-story-snippet-visual-text .carousel.multiple .slick-list {
        padding: 0px;
    }
}
/*@media (max-width: 767px){
  .mobile-only{
    display: block;

  }
  .desktop-only{
    display: none;
  }
  }*/

@media (max-width: 767px) {
    .module-story-snippet-visual-text .playicon {
        top: 25%;
    }
    .module-story-snippet-visual-text .graph-text {
        padding: 20px;
        width: 100%;
    }
    .module-story-snippet-visual-text .footable-row-detail-name {
        text-align: left;
    }
    .module-story-snippet-visual-text .story .content .item-image {
        clear: both;
        width: 100%;
        float: none;
        min-height: 288px;
    }
    .module-story-snippet-visual-text .story .content .item-image .story-row {
        min-height: 175px;
        height: 175px;
    }
    .module-story-snippet-visual-text .story .content article {
        width: 100%;
        position: static;
        height: auto;
        min-height: 100%;
        margin-top: 0 !important;
    }
    .module-story-snippet-visual-text .tabs .tab-pane {
        display: block !important;
        position: static !important;
        opacity: 1 !important;
    }
    .module-story-snippet-visual-text .tabs nav .nav-inner ul li.slick-center {
        border-bottom: solid 5px #005293 !important;
    }
    .module-story-snippet-visual-text .tabs nav .nav-inner ul li a {
        height: 64px !important;
        text-align: center;
    }
    .module-story-snippet-visual-text .tabs nav .nav-inner ul li.active {
        border-bottom: none;
    }
    .module-story-snippet-visual-text .story .nav-inner .nav-tabs .slick-track li {
        display: block;
        max-width: none;
        text-align: center;
        border-bottom: 5px solid #cccccc;
    }
    .module-story-snippet-visual-text .story .nav-inner {
        display: block;
    }
    .module-story-snippet-visual-text .story .nav-inner .nav-tabs {
        border-bottom: 5px solid #cccccc;
    }
    .module-story-snippet-visual-text .story .nav-inner .nav-tabs .slick-list {
        margin-bottom: -5px;
    }
    .module-story-snippet-visual-text .container .story .content .item-image .story-row {
        min-height: 0;
    }
}
.cta.desktop-only {
    display: inline-block;
}
.module-story-snippet-visual-text.module-tabview .item-text .cta.desktop-only {
    margin-top: 20px;
}
.module-story-snippet-visual-text .customizedTabs .headcol {
    display: block !important;
}
.module-story-snippet-visual-text .customizedTabs .footable-row-detail-name {
    text-align: left !important;
}
/*
.module-story-snippet-visual-text .customizedTabs tr:nth-child(1){
    background:#ffffff !important;
    }
.module-story-snippet-visual-text .customizedTabs tr:nth-child(3){
  background:#f3f3f4 !important;
 }
*/

.module-story-snippet-visual-text .mobiletitle {
    display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
    .carousel .slick-prev {
        left: 0;
    }
    .carousel .slick-next {
        right: 0;
    }
    .carousel .slick-prev, .carousel .slick-next {
        display: block;
        top: 0;
        margin: 0;
        height: auto;
        background: transparent;
    }
    .carousel .slick-prev:before {
        color: #bbb;
        content: '\e9b4';
        font-size: 35px;
    }
    .carousel .slick-next:before {
        color: #bbb;
        content: '\e9b3';
        font-size: 35px;
    }
    .module-story-snippet-visual-text .tabs .content .slick-dots {
        position: relative;
        bottom: 0;
        margin-top: 15px;
    }
    .module-story-snippet-visual-text.module-tabview.wallpapers > .container {
        padding-bottom: 0;
    }
    .module-story-snippet-visual-text .tabs nav, .module-story-snippet-visual-text .tabs .nav-inner {
        display: none !important;
    }
    .slick-list {
        overflow: visible;
    }
    .module-story-snippet-visual-text .mobiletitle {
        display: block;
        height: 70px;
        text-align: center;
        margin: -90px 0 20px 0;
        padding: 0;
        background: none;
        text-align: center;
        border-bottom: 5px solid white;
        border-bottom: 5px solid #ddd;
    }
    .module-story-snippet-visual-text .mobiletitle a {
        border-bottom: 5px solid #005293;
        display: block;
        margin: 0 20%;
        height: 70px;
        color: #000;
    }
    .module-story-snippet-visual-text .story .content {
        border: none;
        border: none;
        box-shadow: none;
        box-shadow: none;
        background: none;
        padding: 90px 0 0 0;
        overflow: hidden;
    }
    .module-story-snippet-visual-text .tabs .tab-pane {} .module-story-snippet-visual-text .slick-list {
        border: 1px inset #cccccc;
        border: 1px inset rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 5px #cccccc;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        background: #fff;
    }
    .module-story-snippet-visual-text .story .content article {
        position: static;
        margin-top: 140px;
    }
    .module-story-snippet-visual-text .mobile-only {
      display: inline-block !important;
    }
    
    .module-story-snippet-visual-text .container.no-bg.single-tab div.tabs-carousel{
        padding-top: 0;
        height: auto !important;
    }
    .module-story-snippet-visual-text .container.no-bg.single-tab div.tabs-carousel .slick-list{
        height: auto !important;
    }
    .module-story-snippet-visual-text .container.no-bg.single-tab div.tabs-carousel .slick-slide {
        min-height: 0 !important;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .tabs .wallpapers {
        display: none !important;
    }
}
@media (min-width: 320px) and (max-width: 769px) {
    .module-story-snippet-visual-text .lotDesc {
        top: inherit;
        right: inherit;
    }
}
.module-story-snippet-visual-text .story .content.newTabClass .slick-track {
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
}

@media screen and (min-width: 1025px) {
    .module-story-snippet-visual-text .container{
        padding-bottom: 50px;
        padding-top:50px;
    }

    .module-story-snippet-visual-text .container.no-bg{
        padding-bottom: 0px;
        padding-top:0px;
    }
    .module-story-snippet-visual-text .customizedTabs .headcol {
        display: table-cell !important;
    }
}

.module-story-snippet-visual-text .table-container{
    overflow:auto;
    -webkit-overflow-scrolling: touch;
}

.module-story-snippet-visual-text .tabs nav .nav-inner ul.five li{
    width:20%;
    max-width: none;
}
.module-story-snippet-visual-text .tabs nav .nav-inner ul.four li{
  width:25%;
  max-width: none;
}
.module-story-snippet-visual-text .tabs nav .nav-inner ul.three li{
   max-width: none;
}
.module-story-snippet-visual-text .tabs nav .nav-inner ul.two li{
   width:50%;
   max-width: none;
}


/* CSS for 5B Story Snippet - Visual & 5C  Story Snippet - Tabbed ends here */
/****************************
    Component :  5B Story Snippet - Visual
    Description: This CSS file includes style for banner carousel , 
                 title, CTA-Button, Video and text.    
*******************************/
/* CSS for 5B Story Snippet - Visual starts here */

.storysnippetimagecarousel .module-secondary-story-visual .carousel .item {
    position: relative;
}
.module-secondary-story-visual .item:hover h2 {
    text-shadow: 0px 0px 10px #666666;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
.module-secondary-story-visual .inner {
    background: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.module-secondary-story-visual .inner:after {
    content: "";
    height: 40%;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    bottom: 0;
}
.module-secondary-story-visual .inner >div.black .item-text {
    color: #000;
}
.module-secondary-story-visual .inner >div.black .item-text:hover h2 {
    color: #000;
}
.module-secondary-story-visual .item-image img {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.module-secondary-story-visual .item:hover .item-image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.module-secondary-story-visual .item-image {
    overflow: hidden;
    /*height: 442px;*/
}
.ie9 .module-secondary-story-visual .inner:after {
    background: transparent
}
.module-secondary-story-visual .carousel .slick-prev.white, .module-secondary-story-visual .carousel .slick-next.white {
    background-color: white;
}
.module-secondary-story-visual .carousel .slick-prev.white:before, .module-secondary-story-visual .carousel .slick-next.white:before {
    color: #000;
}
.module-secondary-story-visual .item:hover h2 {
    text-shadow: 0px 0px 10px #666666;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
.module-secondary-story-visual .inner {
    background: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.module-secondary-story-visual .inner:after {
    -webkit-transform: translate3d(0, 0, 0);
}
.module-secondary-story-visual .item-text {
    color: #ffffff;
    text-shadow: 0px 0px 10px #666666;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    position: absolute;
    bottom: 0;
    z-index: 2;
    -webkit-transform: translate3d(0, 0, 0);
    padding: 26px 23px !important;
    height: 200px;
}
.module-secondary-story-visual .item-text h2 {
    margin-bottom: 15px;
    min-height: 0;
    font-family: theSansBold,Arial,Helvetica,sans-serif;
    font-size: 21px;
    line-height: 1.2;
}
.module-secondary-story-visual .inner >div.black .item-text {
    color: #000;
}
.module-secondary-story-visual .inner >div.black .item-text:hover h2 {
    color: #000;
}
.module-secondary-story-visual .item-image img {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    height: 100%;
}
.module-secondary-story-visual .item:hover .item-image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.ie8 .module-secondary-story-visual .item:hover .item-image img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')";
    margin-left: -14px; 
    margin-top: -6px;
}
.module-secondary-story-visual .item-image {
    overflow: hidden;
}
.ie9 .module-secondary-story-visual .inner:after {
    background: transparent
}
.module-secondary-story-visual .carousel .slick-prev.white, .module-secondary-story-visual .carousel .slick-next.white {
    background-color: #000;
    opacity: .6;
}
.module-secondary-story-visual .carousel .slick-prev.white:before, .module-secondary-story-visual .carousel .slick-next.white:before {
    color: #fff;
}
.module-secondary-story-visual .carousel .slick-prev.black, .module-secondary-story-visual .carousel .slick-next.black {
    background-color: #fff;
    opacity: .6;
}
.module-secondary-story-visual .carousel .slick-prev.black:before, .module-secondary-story-visual .carousel .slick-next.black:before {
    color: #000;
}
/* CSS for 5B Story Snippet - Visual ends here */


/****************************
    Component :  5A Story Snippet - Expanding
    Description: This CSS file includes style for tile in collapased and expanded  state, 
                 style for 2,3,4 tiles, title, CTA-Button, and text.    
*******************************/

/* CSS for 5A Story Snippet - Expanding starts here */

.module-story-snippet-standard.lifeatcorning .item-wrapper .item .wrap .quote {
    margin-bottom: 60px;
    font-family: 'theSansItalic',Arial,Helvetica,sans-serif;
    font-size: 21px;
    letter-spacing: -0.3px;
    line-height: 1.2;
}
.module-story-snippet-standard.lifeatcorning .item-wrapper .item .wrap .quote .quote-first {
    margin-left: -30px;
    margin-right: 10px;
}
.module-story-snippet-standard .item-wrapper .item a {
    cursor: pointer;
    color: inherit;
}
.module-expanded-strip.twos .item-wrapper .item > a {
    width: 100%;
    height: 100%;
    display: block;
}
.module-expanded-strip.fours .item-wrapper .item > a {
    width: 100%;
    height: 100%;
    display: block;
}
/* Added for RTE font styles */

.module-story-snippet-standard.advglass .item-wrapper .item .black .wrap .item-desc p ol, .module-story-snippet-standard.advglass .item-wrapper .item .black .wrap .item-desc p li {
    list-style-type: decimal !important;
}
.module-story-snippet-standard.advglass .item-wrapper .item .black .wrap .item-desc p ul, .module-story-snippet-standard.advglass .item-wrapper .item .black .wrap .item-desc p ul li {
    list-style: disc outside none;
}
.module-story-snippet-standard.advglass .item-wrapper .item .black .wrap .item-desc p b, .module-story-snippet-standard.advglass .item-wrapper .item .black .wrap .item-desc p strong, .module-story-snippet-standard.advglass .item-wrapper .item .black .wrap .item-desc p b i {
    font-weight: bold !important;
}
.module-story-snippet-standard.lifeatcorning .item-wrapper .item .wrap .quote .quote-last {
    margin-left: 10px;
}
.module-story-snippet-standard.advglass .item-wrapper .item .wrap .item-desc {
    padding: 20px;
}
.module-story-snippet-standard.advglass .item-wrapper .item .wrap .item-desc p, .module-story-snippet-standard.advglass .item-wrapper .item .wrap .item-desc .subtitle, .module-story-snippet-standard.advglass .item-wrapper .item .wrap .item-desc .subdesc {
    font-family: Arial;
    font-size: 14px;
    line-height: 1.2;
}
.module-story-snippet-standard.advglass .item-wrapper .item .wrap .item-desc p {
    margin-bottom: 15px;
}
.module-story-snippet-standard.advglass .item-wrapper .item .wrap .item-desc .subtitle {
    font-weight: bold;
    margin-bottom: 5px;
}
.module-story-snippet-standard.advglass .item-wrapper .item .wrap .item-desc .sect {
    margin-bottom: 30px;
}
.module-story-snippet-standard.advglass .item-wrapper .item .wrap .item-desc .spec-wrapper {
    margin: 20px 0 10px 0;
}
.module-story-snippet-standard.advglass .item-wrapper .item .wrap .item-desc .spec-wrapper:before, .module-story-snippet-standard.advglass .item-wrapper .item .wrap .item-desc .spec-wrapper:after {
    content: " ";
    display: table;
}
.module-story-snippet-standard.advglass .item-wrapper .item .wrap .item-desc .spec-wrapper:after {
    clear: both;
}
.module-story-snippet-standard.advglass .item-wrapper .item .wrap .item-desc .spec-wrapper .specs {
    margin-bottom: 10px;
}
.module-story-snippet-standard.advglass .item-wrapper .item .wrap .item-desc .spec-wrapper .specs:before, .module-story-snippet-standard.advglass .item-wrapper .item .wrap .item-desc .spec-wrapper .specs:after {
    content: " ";
    display: table;
}
.module-story-snippet-standard.advglass .item-wrapper .item .wrap .item-desc .spec-wrapper .specs:after {
    clear: both;
}
.module-story-snippet-standard.advglass .item-wrapper .item .wrap .item-desc .spec-wrapper .specs div {
    float: left;
    margin-right: 2px;
}
.module-story-snippet-standard.advglass .item-wrapper .item .wrap .item-desc .spec-wrapper .specs .title {
    margin-right: 12px;
    font-family: 'theSansBold',Arial,Helvetica,sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 1.2;
    width: 70px;
}
.module-story-snippet-standard.advglass .item-wrapper .item .wrap .item-desc .spec-wrapper .specs .spec {
    width: 28px;
    height: 6px;
    border: 1px solid #fff;
    margin-top: 3px;
}
.module-story-snippet-standard.advglass .item-wrapper .item .wrap .item-desc .spec-wrapper .specs .spec.full {
    background-color: #fff;
}
.module-story-snippet-standard.advglass .item-wrapper .item .wrap h3 {
    font-family: 'theSansBold',Arial,Helvetica,sans-serif;
    font-size: 21px;
    line-height: 1.2;
}
.module-story-snippet-standard.advglass .close-btn {
    cursor: pointer;
}
@media (min-width: 0px) and (max-width: 767px) {
    .module-story-snippet-standard.advglass .item-wrapper .item .wrap h3 {
        font-size: 20px;
    }
}
.module-story-snippet-standard.advglass .item-wrapper .item .wrap h4 {
    font-family: 'theSansBold',Arial,Helvetica,sans-serif;
    font-size: 21px;
    line-height: 1.2;
    margin-bottom: 5px;
}
@media (min-width: 0px) and (max-width: 767px) {
    .module-story-snippet-standard.advglass .item-wrapper .item .wrap h4 {
        font-size: 20px;
    }
}
.module-story-snippet-standard.advglass .item-wrapper .item .wrap h5 {
    font-family: 'theSansNormal', Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 15px;
}
.module-story-snippet-standard.advglass .item-wrapper .item .black .wrap h3, .module-story-snippet-standard.advglass .item-wrapper .item .black .wrap p {
    color: #000;
}
.module-story-snippet-standard.advglass .item-wrapper .item .black .wrap .item-desc p, .module-story-snippet-standard.advglass .item-wrapper .item .black .wrap .item-desc h4, .module-story-snippet-standard.advglass .item-wrapper .item .black .wrap .item-desc ul {
    color: #000;
}
.module-story-snippet-standard.advglass .item-wrapper .item .black .wrap .item-desc .glyphicon {
    color: #000;
}
.module-story-snippet-standard.advglass .item-wrapper .item .white .wrap .item-desc .glyphicon {
    color: #fff;
}
.module-story-snippet-standard.advglass .black a.cta.mobile-only {
    color: #000;
    pointer-events: auto;
    white-space:nowrap;
}
.module-story-snippet-standard.advglass .white a.cta.mobile-only {
    color: #fff;
    pointer-events: auto;
    white-space:nowrap;
}
.module-expanded-strip.fours .item-wrapper .item .wrap > div.item-text {
    /*width: 0%;*/
}
.module-expanded-strip.fours .item-wrapper .item > a {
    color: #ffffff;
    /*cursor: default;*/
}
/* Changes for product expanding after including <a> */

.module-expanded-strip .item-wrapper .item > a > div {
    position: absolute;
    height: 600px;
    top: 0;
}
.module-expanded-strip .item-wrapper .item.inactive > a > div {
    opacity: 0;
    visibility: hidden;
}
.module-expanded-strip.hpfs .item-wrapper .item > a > div {
    height: 500px;
}
.module-expanded-strip.ones .item-wrapper .item > a > div {
    width: 100%;
}
.module-expanded-strip.twos .item-wrapper .item > a > div {
    width: 90%;
}
.module-expanded-strip.threes .item-wrapper .item > a > div {
    width: 80%;
}
.module-expanded-strip.fours .item-wrapper .item > a > div {
    width: 70%;
}

@media (min-width: 320px) and (max-width: 960px) {
  .module-expanded-strip .item-wrapper .item .wrap > div.item-text p{
      display: none !important;
  }
}
/*.mobile-only{
  display: none !important;
}*/

@media (min-width: 320px) and (max-width: 767px) {
    /*.mobile-only{
    display: block !important;
  }*/
    
    .module-story-snippet-standard .item-wrapper {
        height: auto;
        overflow: hidden;
    }
    .module-story-snippet-standard .item-wrapper .item {
        width: 100% !important;
        height: 200px;
        clear: both;
        position: relative;
        padding-top: 0;
    }
    .module-story-snippet-standard .item-wrapper .item > div {
        height: auto;
        width: 100% !important;
    }
    .module-expanded-strip .item-wrapper .item .wrap {
        display: block;
    }
    .module-expanded-strip.fours .item-wrapper .item .wrap > .item-text {
        width: 100% !important;
        display: block;
    }
    .module-expanded-strip.fours .item-wrapper .item .wrap > .item-desc {
        display: none;
    }
}
.ie9 .module-expanded-strip.fours .item-wrapper .item .wrap > .item-desc, .lt-ie9 .module-expanded-strip.fours .item-wrapper .item .wrap > .item-desc {
    visibility: hidden;
}
.ie9 .module-expanded-strip .item-wrapper .item.active .wrap > .item-desc, .ie9 .module-expanded-strip .item-wrapper .item.active .wrap > .item-text, .lt-ie9 .module-expanded-strip .item-wrapper .item.active .wrap > .item-desc, .lt-ie9 .module-expanded-strip .item-wrapper .item.active .wrap > .item-text {
    visibility: visible;
}
.module-story-snippet-standard b, .module-story-snippet-standard strong, .module-story-snippet-standard b i {
    font-weight: bold !important;
}
.module-story-snippet-standard ul {
    list-style: disc outside none;
}
@media (min-width: 320px) and (max-width: 767px) {
    .module-expanded-strip .item-wrapper .item .wrap .item-text {
        vertical-align: top;
    }
    .module-expanded-strip.twos .item-wrapper .item div.wrap > .item-text,
    .module-expanded-strip.threes .item-wrapper .item div.wrap > .item-text,
    .module-expanded-strip.fours .item-wrapper .item div.wrap > .item-text {
      display: block;
      width: 100%;
    }
}
@media (min-width: 0px) and (max-width: 1024px) {

  .module-story-snippet-standard .item-wrapper .item .wrap .item-desc .rte-reset {
    display:none;
    }
  .module-story-snippet-standard .item-wrapper .item.active .wrap .item-desc .rte-reset{
      display:block;
    }
  .module-story-snippet-standard .item-wrapper .item.active div.wrap > .item-text{
    display:none;
  }
  .module-story-snippet-standard .item-wrapper .item div.wrap > .item-text p{
    display:none;
  }
}
/* CSS for 5A Story Snippet - Expanding ends here */

/****************************
    Component :  5B Story Snippet - Visual
    Description: This CSS file includes style for carousel , 
                 title, CTA-Button, and text.    
*******************************/

/*CSS for 5B Story Snippet - Visual starts here*/

.module-story-snippet-visual .item .inner > div .item-text, .module-story-snippet-visual .banneroverlay .inner > div .item-text {
    position: absolute;
    bottom: 80px;
    width: 100%;
    padding-right: 30px;
}
.module-story-snippet-visual .carousel .bannerTopGradient {
  position: absolute;
  top:0;
  height: 50%;
  overflow: hidden;
  width: 100%;
  z-index: 1000;
}
.module-story-snippet-visual .carousel .bannerTopGradient:before {
    content: "";
    height: 102%;
    display: block;
    left: 0;
    right: 0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=0);
    
}
.module-story-snippet-visual .carousel.single .bannerTopGradient {
  display: none;
}
.module-story-snippet-visual .item .inner > div .item-text .heading {
    width: 100%;
    padding-top: 50px;
}
.module-story-snippet-visual .item .inner > div .item-text .heading h2 {
    font-family: theSansBold,Arial,Helvetica,sans-serif;
    font-size: 30px;
    line-height: 1.2;
    color: #ffffff;
    text-shadow: 0px 0px 10px #666666;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
.module-story-snippet-visual .item .inner > div .item-text, .module-story-snippet-visual .banneroverlay .inner > div .item-text {
  bottom:auto;
}
.module-story-snippet-visual .item .inner > div .item-text div.heading, .module-story-snippet-visual .banneroverlay .inner > div .item-text div.heading{
  padding-top: 0;
}
.module-story-snippet-visual .item .inner > div.rightAlign .item-text div.heading p,
.module-story-snippet-visual .banneroverlay .inner > div.rightAlign .item-text div.heading p,
.module-story-snippet-visual .item .inner > div.rightAlign .item-text div.heading h2,
.module-story-snippet-visual .banneroverlay .inner > div.rightAlign .item-text div.heading h2{
  text-align: right;
}
.module-story-snippet-visual .item .inner > div.centerAlign .item-text div.heading p,
.module-story-snippet-visual .banneroverlay .inner > div.centerAlign .item-text div.heading p,
.module-story-snippet-visual .item .inner > div.centerAlign .item-text div.heading h2,
.module-story-snippet-visual .banneroverlay .inner > div.centerAlign .item-text div.heading h2{
  text-align: center;
}

.module-story-snippet-visual .item .inner > div.rightAlign .item-text div.heading .eyebrow .underline{
  float:right;
}
.module-story-snippet-visual .item .inner > div.centerAlign .item-text div.heading .eyebrow .underline{
  margin:0 auto;
}

@media (min-width: 0px) and (max-width: 767px) {
    .module-story-snippet-visual .item .inner > div .item-text .heading h2 {
        font-size: 24px;
    }

    .module-story-snippet-visual .item .inner > div .item-text, .module-story-snippet-visual .banneroverlay .inner > div .item-text {
        padding-right:0px;
    }
}
.module-story-snippet-visual .item .inner > div .item-text .heading p {
    font-family: theSansBold,Arial,Helvetica,sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.2;
    margin-bottom: 0;
}
.module-story-snippet-visual .item .inner > div .item-text h2, .module-story-snippet-visual .banneroverlay .inner > div .item-text h2 {
    font-family: theSansBold,Arial,Helvetica,sans-serif;
    font-size: 45px;
    line-height: 1.2;
    margin-top: 0;
    line-height: 1;
    margin-bottom: 15px;
    letter-spacing: -.025em;
}
@media (min-width: 0px) and (max-width: 767px) {
    .module-story-snippet-visual .item .inner > div .item-text h2, .module-story-snippet-visual .banneroverlay .inner > div .item-text h2 {
        font-size: 32px;
    }
    
    .module-story-snippet-visual .item .inner > div .item-text div.heading p,
    .module-story-snippet-visual .banneroverlay .inner > div .item-text div.heading p,
    .module-story-snippet-visual .item .inner > div .item-text div.heading h2,
    .module-story-snippet-visual .banneroverlay .inner > div .item-text div.heading h2{
      text-align: left !important;
    }

    .module-story-snippet-visual .item .inner > div .item-text .item-desc,
    .module-story-snippet-visual .banneroverlay .inner > div.center .item-text .item-desc {
        width: 100% !important;
        margin: 0 auto;
        text-align: left !important;
    }

    .module-story-snippet-visual .item .inner > div .item-text div.heading .eyebrow .underline{
        margin:0 !important;
        float: none !important;
    }
}
.module-story-snippet-visual .item .inner > div .item-text p, .module-story-snippet-visual .banneroverlay .inner > div .item-text p {
    font-family: theSansNormal,Arial,Helvetica,sans-serif;
    font-size: 21px;
    line-height: 1.2;
    margin-bottom: 25px;
    letter-spacing: -.01em;
    line-height: 24px;
}
@media (min-width: 0px) and (max-width: 767px) {
    .module-story-snippet-visual .item .inner > div .item-text p {
        font-size: 18px;
    }
}
.module-story-snippet-visual .item .inner > div .item-text .callout {
    position: absolute;
    top: 0;
    right: 100px;
    width: 600px;
    font-family: Arial;
    font-size: 16px;
    line-height: 1.5 !important;
    line-height: 1.2;
    color: #1e1e1e;
    text-shadow: none;
    background-color: #fff;
    padding: 30px;
}
.module-story-snippet-visual .item .inner > div .item-text .item-desc, .module-story-snippet-visual .banneroverlay .inner > div .item-text .item-desc {
    width: 50%;
}
.module-story-snippet-visual .item .inner > div.centerAlign .item-text .item-desc, .module-story-snippet-visual .banneroverlay .inner > div.center .item-text .item-desc {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
.module-story-snippet-visual .item .inner > div.rightAlign .item-text .item-desc, .module-story-snippet-visual .banneroverlay .inner > div.right .item-text .item-desc {
    float: right;
    text-align: right;
}
.module-story-snippet-visual .item .inner > div.white, .module-story-snippet-visual .item .inner > div.white .heading h2, .module-story-snippet-visual .item .inner > div.white a, .module-story-snippet-visual .banneroverlay .inner > div.white, .module-story-snippet-visual .banneroverlay .inner > div.white .heading h2, .module-story-snippet-visual .banneroverlay .inner > div.white a {
    color: #ffffff;
}
.module-story-snippet-visual .item .inner > div.black, .module-story-snippet-visual .item .inner > div.black .heading h2, .module-story-snippet-visual .item .inner > div.black a, .module-story-snippet-visual .banneroverlay .inner > div.black, .module-story-snippet-visual .banneroverlay .inner > div.black .heading h2, .module-story-snippet-visual .banneroverlay .inner > div.black a {
    color: #000;
}
.module-story-snippet-visual .carousel.single .item .inner > div {
    width: 100%;
}
.module-story-snippet-visual .carousel .slick-prev.white, .module-story-snippet-visual .carousel .slick-next.white {
    background: rgba(0, 0, 0, 0.5);
}
.module-story-snippet-visual .carousel .slick-prev.black, .module-story-snippet-visual .carousel .slick-next.black {
    background: rgba(255, 255, 255, 0.5);
}
.carousel .slick-next:before {
    padding-left: 5px;
}
.carousel .slick-prev:before {
    padding-right: 5px;
    padding-left: 0;
}
.module-story-snippet-visual .carousel .white:before, .module-story-snippet-visual .carousel .white:before {
    color: #ffffff !important;
}
.module-story-snippet-visual .carousel .black:before, .module-story-snippet-visual .carousel .black:before {
    color: #000 !important;
}
.visible-tablet {
    display: none !important;
}
@media (min-width: 768px) and (max-width: 1023px) {
    .visible-tablet {
        display: block !important;
    }
    .module-story-snippet-visual .item .inner > div .item-text .item-desc, .module-story-snippet-visual .banneroverlay .inner > div .item-text .item-desc {
        width: 80%;
    }
}/*
.carousel .slick-dots {
    z-index: 999999 !important;
}*/
.carousel.single .item .inner > div {
    padding: 75px 15px;
}
.ie8 .carousel.single .item .inner > div {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1023px) {
    .carousel.single .item .inner > div {
        width: 100%;
    }
    .carousel.single .item .inner {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .carousel.single .item .inner > div.rightAlign .item-text, .carousel.single .item .inner > div.centerAlign .item-text {
        padding-right: 30px;
    }
}
.lt-ie9 .module-story-snippet-visual .item .inner > div .item-text {
    position: static;
    padding-top: 80px;
}
.ie8.lt-ie9 .module-story-snippet-visual .item .inner > div .item-text {
    position: absolute;
    padding-top: 0;
}
@media (max-width: 767px) {
    .module-story-snippet-visual .carousel.single .item .inner > div {
        width: 100%;
    }
    .module-story-snippet-visual .item .inner > div .item-text .item-desc {
        width: 100%;
    }
    .module-story-snippet-visual .item .inner > div.center .item-text .item-desc {
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }
    .carousel.single .item .inner > div.rightAlign .item-text, .carousel.single .item .inner > div.centerAlign .item-text {
        padding-right: 0px;
    }
}
.module-story-snippet-visual .banneroverlay {
    position: absolute;
    width: 100%;
    height: 474px;
    z-index: 999;
    bottom: 50px;
    padding-top: 50px;
}
@media (min-width: 0px) and (max-width: 1024px) {
    .module-story-snippet-visual .banneroverlay {
        position: absolute;
        width: 100%;
        height: 474px;
        z-index: 999;
        pointer-events: none;
    }
    .module-story-snippet-visual .banneroverlay a {
        pointer-events: auto;
    }
}
.module-story-snippet-visual .banneroverlay .inner > div .item-text {
    position: absolute;
    bottom: 80px;
}
.video-wrapper {
    height: 474px;
    overflow: hidden;
    width: 100%;
}
.video-wrapper.white {
    background: #000;
}
.video-wrapper.black {
    background: #fff;
}
.video-playing {
    width: 100%;
}
.module-story-snippet-visual .banneroverlay .inner > div.centerAlign {
    margin: 0 auto;
    float: none;
}
.module-story-snippet-visual .banneroverlay .inner > div.centerAlign .item-text {
    text-align: center;
    left: 25%;
}
.module-story-snippet-visual .banneroverlay .inner > div.centerAlign .item-text .cta, .module-story-snippet-visual .banneroverlay .inner > div.centerAlign .item-text .cta-gloss {
    display: inline-block;
    margin: 0 auto;
    float: none;
}
.module-story-snippet-visual .banneroverlay .container {
    position: relative;
    height: 474px;
    bottom: 50px;
    padding-top: 50px;
}
.module-secondary-story-visual .carousel .slick-prev.white, .module-secondary-story-visual .carousel .slick-next.white {
    background-color: #000;
    opacity: .6;
}
.module-secondary-story-visual .carousel .slick-prev.white:before, .module-secondary-story-visual .carousel .slick-next.white:before {
    color: #fff;
}
.module-secondary-story-visual .carousel .slick-prev.black, .module-secondary-story-visual .carousel .slick-next.black {
    background-color: #fff;
    opacity: .6;
}
.module-secondary-story-visual .carousel .slick-prev.black:before, .module-secondary-story-visual .carousel .slick-next.black:before {
    color: #000;
}
@media (min-width: 769px) and (max-width: 1024px) {
    .video-wrapper {
        height: 574px;
        overflow: hidden;
        width: 100%;
    }
}

 @media (min-width: 0px) and (max-width: 940px) {
    .module-story-snippet-visual img{
      width: auto;
      height:100%;
    }
  }

/*CSS for 5B Story Snippet - Visual ends here*/

/****************************
    Component :  18A Image Gallery
    Description: This CSS file includes style for image gallery , 
                 image, cusotm scroll, title, CTA Links, and text. 

*******************************/

/* CSS for 18A Image Gallery  starts here */

.module-photo-gallery .container {
    width: 936px;
    padding: 40px 0;
}
section.module-photo-gallery .container {
    padding-bottom: 0;
}
section.module-photo-gallery {
    margin-bottom: 50px;
}
.module-photo-gallery .container > h2 {
    margin-bottom: 30px;
    font-size: 1.9em;
    font-family: theSansBold,Arial,Helvetica,sans-serif;
}
.module-photo-gallery .container > div {
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .1);
}
.ie8 .module-photo-gallery .container > div {
    border: 1px solid #cccccc;
}
.module-photo-gallery .flexslider {
    float: left;
}
.module-photo-gallery .gallery-slider {
    height: 535px;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.module-photo-gallery .gallery-slider .flex-viewport {
    width: 76%;
    float: left;
}
.module-photo-gallery .gallery-slider .flex-control-nav {
    width: 20%;
    height: 330px;
    margin: 20px 15px;
    float: right;
    list-style: none;
}
.module-photo-gallery .gallery-slider .flex-direction-nav {
    position: absolute;
    top: 40%;
    left: 0;
    right: 24%;
    display: none;
}
.module-photo-gallery .gallery-slider:hover .flex-direction-nav {
    display: block;
}
.module-photo-gallery .gallery-slider .flex-direction-nav > li.first {
    float: left;
    position: relative;
}
.module-photo-gallery .gallery-slider .flex-direction-nav > li.last {
    float: right;
    margin-right: 0;
    position: relative;
}
.module-photo-gallery .gallery-slider .flex-direction-nav > li a {
    width: 44px;
    height: 95px;
    display: block;
    background: rgba(0, 0, 0, .2);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2c000000', endColorstr='#2c000000'); /* IE */
    text-indent: -9999px;
}
.module-photo-gallery .gallery-slider .flex-direction-nav > li a:hover {
    background: rgba(0, 0, 0, .8);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8c000000', endColorstr='#8c000000'); /* IE */
}
.module-photo-gallery .flex-viewport, .module-photo-gallery .slides, .module-photo-gallery .gallery li {
    height: 100%;
}
.module-photo-gallery .thumbnails {
    overflow-y: scroll;
}
.module-photo-gallery .slides li {
    position: relative;
}
.module-photo-gallery .slides li img {
    display: block;
}
.module-photo-gallery .flex-control-thumbs li {
    width: 155px;
    height: 80px;
    margin-bottom: 10px;
    position: relative;
}
.module-photo-gallery .flex-control-thumbs li.selected:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: inset 0px 0px 0px 5px #005293;
}
.ie8 .module-photo-gallery .flex-control-thumbs li.selected {
  border: 5px solid #005293;
  overflow: hidden;
}
.module-photo-gallery .slides .image-info {
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, .85);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#9cffffff', endColorstr='#9cffffff'); /* IE */
    padding: 25px 20px;
    height: 64px;
    width: 100%;
}
.ie8 .module-photo-gallery .slides .image-info {
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9ffffff', endColorstr='#d9ffffff',GradientType=0 );
}
.module-photo-gallery .slides .image-info.open {
    height: auto;
}
.module-photo-gallery .slides .image-info > h3 {
    font-size: 1.25em;
    margin-bottom: 15px;
    position: relative;
    font-family: theSansBold,Arial,Helvetica,sans-serif;
}
.module-photo-gallery .slides .image-info > p {
    padding-right: 90px;
    overflow: hidden;
}
.module-photo-gallery .image-info > a {
    position: absolute;
    right: 10px;
    display: inline-block;
    width: 21px;
    height: 12px;
    z-index: 1;
}
.module-photo-gallery .image-info > a:before {
    content: '';
    background: url(../resources/images/global/up-down-arrow.png);
    display: block;
    width: 21px;
    height: 12px;
    overflow: hidden;
    position: absolute;
    background-position: 0 -12px;
}
.module-photo-gallery .flex-direction-nav a:after {
    content: '';
    background: url(../resources/images/global/left-right-arrow.png) 0 -22px no-repeat;
    position: absolute;
    right: 15px;
    display: inline-block;
    width: 15px;
    height: 21px;
    top: 35px;
    overflow: hidden;
}
.module-photo-gallery .flex-direction-nav a.flex-next:after {
    background-position: 0 0;
    right: 13px;
}
.module-photo-gallery .image-info.open > a:before {
    background-position: 0 0;
}
.module-photo-gallery .scrollable.corning-custom-skin .scroll-bar.vertical {
    width: 13px;
    z-index: 1;
}
.module-photo-gallery .scrollable.corning-custom-skin .scroll-bar {
    background-color: #d9d9d9;
    border: 0;
}
.module-photo-gallery .scrollable.corning-custom-skin .scroll-bar .thumb {
    background-color: #005293;
}
.module-photo-gallery .flex-control-thumbs img {
    display: block;
}
@media screen and (max-width: 935px) and (min-width: 768px) {
    .module-photo-gallery .container {
        width: 100%;
    }
    .module-photo-gallery .gallery-slider {
        height: 439px;
    }
    .module-photo-gallery .container > h2 {
        margin-left: 20px;
    }
    .module-photo-gallery .gallery-slider .flex-control-nav {
        height: 399px;
    }
    .module-photo-gallery .gallery-slider .flex-direction-nav {
        top: 35%;
    }
    .scrollable .viewport {
        width: 80%;
    }
    .scrollable .viewport li {
        width: 100%;
    }
    .scrollable .viewport li img {
        height: 100%;
    }
}
@media screen and (max-width: 767px) {
    .module-photo-gallery .container {
        width: 100%;
        padding: 25px 0;
    }
    .module-photo-gallery .container > h2 {
        margin-bottom: 25px;
        font-size: 1.4em;
        text-align: center;
    }
    .module-photo-gallery .gallery-slider .flex-viewport {
        width: 100%;
        height: 100%;
        float: none;
    }
    .module-photo-gallery .gallery-slider {
        height: auto;
    }
    .module-photo-gallery .gallery-slider .flex-control-nav {
        width: 100%;
        height: 80px;
        margin: 10px 0;
        float: none;
    }
    .module-photo-gallery .gallery-slider .flex-control-nav .viewport {
        height: 80px;
    }
    .module-photo-gallery .flex-control-thumbs li {
        width: 100px;
        height: 80px;
        margin-right: 10px;
        display: inline-block;
    }
    .module-photo-gallery .flex-control-thumbs li.selected:after {
        width: 100px;
        height: 80px;
    }
    .module-photo-gallery .scrollable .viewport .overview {
        white-space: nowrap;
    }
    .module-photo-gallery .gallery-slider:hover .flex-direction-nav {
        display: none;
    }
    .module-photo-gallery .slides .image-info {
        bottom: -64px;
    }
    .module-photo-gallery .image-info > a {
        width: 45px;
        height: 45px;
        bottom: 64px;
        background: rgba(255, 255, 255, .85);
        right: 0;
    }
    .module-photo-gallery .image-info > a:before {
        top: 17px;
        left: 11px;
    }
    .module-photo-gallery .flex-control-thumbs img {
        width: 100%;
        height: 100%;
    }
    .module-photo-gallery .slides .image-info.open {
        height: 179px;
        bottom: 0;
    }
    .module-photo-gallery .image-info.open > a {
        bottom: 179px;
        height: 28px;
    }
    .module-photo-gallery .slides .image-info > h3 {
        font-size: 1em;
    }
    .module-photo-gallery .slides .image-info > p {
        padding-right: 0;
        font-size: .9em;
        overflow: hidden;
    }
}

@media screen and (max-width: 767px) {
  .module-photo-gallery .slides li img {
      width: 100%;
  }
  .module-photo-gallery .gallery-slider {
      overflow: visible;
  }
  .module-photo-gallery .gallery-container{
      padding-bottom: 75px;
  }
  .module-photo-gallery .flex-control-thumbs li.selected:after {
    height: 100%;
  }
  .module-photo-gallery .slides .image-info.open {
      height: 138px;
  }
  .module-photo-gallery .image-info.open > a {
      bottom: 138px;
  }
}
@media screen and (max-width: 935px) and (min-width: 768px) {
  .scrollable .viewport li img {
      width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .module-photo-gallery .gallery-container .gallery-slider .flex-direction-nav{
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .module-photo-gallery .flex-control-thumbs li img.flex-active {
    border: solid 4px #005293;
  }
  .module-photo-gallery .flex-control-thumbs li.selected:after {
    content: none;
  }
}
/* CSS for 18A Image Gallery  ends here */
.scrollable {
  position: relative;
}

.scrollable:focus {
  outline: 0;
}

.scrollable .viewport {
  position: relative;
  overflow: hidden;
}

.scrollable .viewport .overview {
  position: absolute;
}

.scrollable .scroll-bar {
  display: none;
}

.scrollable .scroll-bar.vertical {
  position: absolute;
  right: 0;
  height: 100%;
}

.scrollable .scroll-bar.horizontal {
  position: relative;
  width: 100%;
}

.scrollable .scroll-bar .thumb {
  position: absolute;
}

.scrollable .scroll-bar.vertical .thumb {
  width: 100%;
  min-height: 10px;
}

.scrollable .scroll-bar.horizontal .thumb {
  height: 100%;
  min-width: 10px;
  left: 0;
}

.not-selectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*Default skin*/

.scrollable.default-skin {
  padding-right: 10px;
  padding-bottom: 6px;
}

.scrollable.default-skin .scroll-bar.vertical {
  width: 6px;
}

.scrollable.default-skin .scroll-bar.horizontal {
  height: 6px;
}

.scrollable.default-skin .scroll-bar .thumb {
  background-color: black;
  opacity: 0.4;
  border-radius: 3px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.scrollable.default-skin .scroll-bar:hover .thumb {
  opacity: 0.6;
}

/*Gray skin*/

.scrollable.gray-skin {
  padding-right: 17px;
}

.scrollable.gray-skin .scroll-bar {
  border: 1px solid gray;
  background-color: #d3d3d3;
}

.scrollable.gray-skin .scroll-bar .thumb {
  background-color: gray;
}

.scrollable.gray-skin .scroll-bar:hover .thumb {
  background-color: black;
}

.scrollable.gray-skin .scroll-bar.vertical {
  width: 10px;
}

.scrollable.gray-skin .scroll-bar.horizontal {
  height: 10px;
  margin-top: 2px;
}

/*Modern skin*/
.scrollable.modern-skin {
  padding-right: 17px;
}

.scrollable.modern-skin .scroll-bar {
  border: 1px solid gray;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-box-shadow: inset 0 0 5px #888;
  -webkit-box-shadow: inset 0 0 5px #888;
  box-shadow: inset 0 0 5px #888;
}

.scrollable.modern-skin .scroll-bar .thumb {
  background-color: #95aabf;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #536984;
}

.scrollable.modern-skin .scroll-bar.vertical .thumb {
  width: 8px;
  background: -moz-linear-gradient(left, #95aabf 0%, #547092 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #95aabf), color-stop(100%, #547092));
  background: -webkit-linear-gradient(left, #95aabf 0%, #547092 100%);
  background: -o-linear-gradient(left, #95aabf 0%, #547092 100%);
  background: -ms-linear-gradient(left, #95aabf 0%, #547092 100%);
  background: linear-gradient(to right, #95aabf 0%, #547092 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#95aabf', endColorstr='#547092',GradientType=1 )";
}

.scrollable.modern-skin .scroll-bar.horizontal .thumb {
  height: 8px;
  background-image: linear-gradient(#95aabf, #547092);
  background-image: -o-linear-gradient(#95aabf, #547092);
  background-image: -moz-linear-gradient(#95aabf, #547092);
  background-image: -webkit-linear-gradient(#95aabf, #547092);
  background-image: -ms-linear-gradient(#95aabf, #547092);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#95aabf', endColorstr='#547092',GradientType=0 )";
}

.scrollable.modern-skin .scroll-bar.vertical {
  width: 10px;
}

.scrollable.modern-skin .scroll-bar.horizontal {
  height: 10px;
  margin-top: 2px;
}

/****************************
    Component :  5A Story Snippet - Expanding
    Description: This CSS file includes style for tiles in both collapsed and expanded state ,
                 for 2,3,4 tiles, title, CTA-Button, CTA Links and text.
*******************************/

/* CSS for 5A Story Snippet - Expanding starts here */

.module-story-snippet-cards {
    margin-bottom: 50px;
}
@media (min-width: 0px) and (max-width: 767px) {
    .module-story-snippet-cards {
        margin-bottom: 20px;
    }
}
.module-story-snippet-cards .item-wrapper {
    height: 100%;
}
@media (max-width: 767px) {
    .module-story-snippet-cards .item-wrapper {
        display: block;
        height: auto;
    }
}
.module-story-snippet-cards .item-wrapper .item {
    /*Fractions*/

    width: 33.3%;
    float: left;
    margin: 0;
    padding: 0 6px;
    height: 100%;
}
@media (max-width: 767px) {
    .module-story-snippet-cards .item-wrapper .item {
        display: block;
        height: auto;
        width: 100%;
        padding: 0 0 20px 0 !important;
    }
}
.module-story-snippet-cards .item-wrapper .item:first-child {
    padding: 0 12px 0 0;
}
.module-story-snippet-cards .item-wrapper .item:last-child {
    padding: 0 0 0 12px;
}
.module-story-snippet-cards .item-wrapper .item > div {
    padding: 0;
    background-color: #fff;
    height: 100%;
    overflow: hidden;
    border: 1px inset #cccccc;
    border: 1px inset rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px #cccccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.module-story-snippet-cards .item-wrapper .item > div .item-image {
    overflow: hidden;
}
.module-story-snippet-cards .item-wrapper .item > div .item-image img {
    width: 100%;
    height: auto;
    float: left;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.module-story-snippet-cards .item-wrapper .item > div .item-text {
    padding: 30px 20px;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .module-story-snippet-cards .item-wrapper .item > div .item-text {
        padding: 20px;
    }
}
@media (min-width: 0px) and (max-width: 767px) {
    .module-story-snippet-cards .item-wrapper .item > div .item-text {
        padding: 15px;
    }
}
.module-story-snippet-cards .item-wrapper .item > div .item-text h3 {
    min-height: 0;
    font-family: theSansBold,Arial,Helvetica,sans-serif;
    font-size: 21px;
    line-height: 1.2;
    margin-bottom: 15px;
}
@media (min-width: 0px) and (max-width: 767px) {
    .module-story-snippet-cards .item-wrapper .item > div .item-text h3 {
        font-size: 20px;
    }
    .module-story-snippet-cards .item .item-text .title {
        padding: 0px;
    }
}
.module-story-snippet-cards .item-wrapper .item > div .item-text a {
    color: #1e1e1e;
}
.module-story-snippet-cards .item-wrapper .item > div .item-text a:hover {
    color: #005293;
    text-decoration:none;
}
.module-story-snippet-cards .item-wrapper .item:hover .item-image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    pointer-events: none;
}
.ie8 .module-story-snippet-cards .item-wrapper .item:hover .item-image img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')";
  margin-left: -14px; 
  margin-top: -6px;
}
@media (min-width: 0px) and (max-width: 1024px) {
    .module-story-snippet-cards .item-wrapper .item > div .item-image {
        min-height: 0em !important;
    }
}
.module-story-snippet-cards .modelbox {
    position: relative;
    display: block;
    float: left;
    width: 100%;
}
.module-story-snippet-cards .playicon {
    position: absolute;
    top: 45%;
    left: 45%;
    z-index: 1028;
    font-size: 35px;
    color: #ffffff;
    border: 1px solid #ffffff;
    font-size: 33px;
    padding: 10px 7px 10px 10px;
}
.module-story-snippet-cards .playicon:hover {
    color: #005293;
}


/****************************
    Component :  5D  Story Snippet - Multi tile
    Description: This CSS file includes style for, 
                 title, CTA Links, and text.    
*******************************/

/* CSS for 5D  Story Snippet - Multi tile starts here */

.module-story-snippet-text .black, .module-story-snippet-text .black h2.title, .module-story-snippet-text .black .eyebrow.white, .module-story-snippet-text .black h2.title a {
    color: #000;
}
.module-story-snippet-text .black .eyebrow.white p span.underline {
    background: #000;
}
.module-story-snippet-text .story-wrapper .featured.rightAlign {
    float: right;
}
.module-story-snippet-text {
    margin-bottom: 50px;
}
.module-story-snippet-text h3[title]:hover {
    cursor: pointer;
}
.module-story-snippet-text h2.title {
    color: #ffffff;
    text-shadow: 0px 0px 10px #666666;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
@media (max-width: 550px) {
    .module-story-snippet-text h2.title, .module-story-snippet-text h2.title a {
        color: #1e1e1e;
        text-shadow: none;
    }
    .module-story-snippet-text .eyebrow {
        color: #1e1e1e;
        text-shadow: none;
    }
    .module-story-snippet-text .eyebrow p span.underline {
        background: #1e1e1e;
    }
}
.module-story-snippet-text .container {
    padding-top: 50px;
    padding-bottom: 50px;
}
.module-story-snippet-text .container.no-bg {
    padding-top: 0px;
    padding-bottom: 0px;
}
.module-story-snippet-text .story-wrapper {
    display: table;
    background: #fff;
    box-shadow: 0 0 5px #cccccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    width: 100%;
}
.module-story-snippet-text .story-wrapper p, .module-story-snippet-text .story-wrapper h3, .module-story-snippet-text .story-wrapper h4, .module-story-snippet-text .story-wrapper ul {
    margin-bottom: 12px;
}
.module-story-snippet-text .story-wrapper h3 {
    font-family: theSansBold,Arial,Helvetica,sans-serif;
    font-size: 21px;
    line-height: 1.2;
}
@media (min-width: 0px) and (max-width: 767px) {
    .module-story-snippet-text .story-wrapper h3 {
        font-size: 20px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .module-story-snippet-text .story-wrapper h3 {
        max-height: 100px;
        overflow: hidden;
    }
}
.module-story-snippet-text .story-wrapper h5 {
    font-family: theSansNormal,Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 20px;
}
.module-story-snippet-text .story-wrapper .featured, .module-story-snippet-text .story-wrapper article {
    display: table-cell;
    height: 100%;
    width: 50%;
    float: left;
}
.module-story-snippet-text .story-wrapper .featured.black {
    color: #000;
}
@media (max-width: 880px) {
    .module-story-snippet-text .story-wrapper .featured, .module-story-snippet-text .story-wrapper article {
        display: block;
        width: 100%;
    }
}
.module-story-snippet-text .story-wrapper .featured {
    color: #fff;
    vertical-align: top;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.module-story-snippet-text .story-wrapper .featured .featured-item {
    padding: 30px;
    position: absolute;
    z-index: 2;
    bottom: 0px;
}
.module-story-snippet-text .story-wrapper .featured .featured-image {
    height: 100%;
    font-size: 0px;
    top: 0;
    z-index: 1;
}
.module-story-snippet-text .story-wrapper .featured .featured-image img {
    height: auto;
    /*width: 592px;*/
    max-width: none;
    width: 100%;
}
.module-story-snippet-text .story-wrapper article .story-row {
    border-bottom: 1px solid #cccccc;
    clear: both;
}
.module-story-snippet-text .story-wrapper article .story-row .story-item {
    padding: 45px 40px;
    float: left;
    width: 50%;
}
.module-story-snippet-text .story-wrapper article .story-row .story-item.storyItemFull {
    width: 100%;
}
.module-story-snippet-text .story-wrapper article .story-row .story-item.full-width {
    width: 100%;
}
.module-story-snippet-text .story-wrapper article .story-row .story-item:last-child {
    border-left: 1px solid #cccccc;
}
@media (max-width: 550px) {
    .module-story-snippet-text .story-wrapper article .story-row {
        border-bottom: none;
    }
    .module-story-snippet-text .story-wrapper article .story-row .story-item {
        padding: 20px;
        width: 100%;
        float: none;
        border-left: none;
        border-bottom: 1px solid #cccccc;
    }
}
@media (max-width: 550px) {
    .module-story-snippet-text .story-wrapper .featured .featured-image img {
        width: 100%;
    }
    .module-story-snippet-text .story-wrapper .featured {
        min-height: 100%;
    }
    .module-story-snippet-text .wallpaper {
        display: none;
    }
    .module-story-snippet-text .story-wrapper {
        box-shadow: none;
    }
    .module-story-snippet-text .story-wrapper article .story-row .story-item {
        padding: 20px 0;
    }
    .module-story-snippet-text .story-wrapper article .story-row .story-item .title {
        display: none;
    }
    .module-story-snippet-text .story-wrapper article .story-row .story-item:last-child {
        border-left: 0;
    }
}
.visible-tablet {
    display: none !important;
}
@media (min-width: 768px) and (max-width: 1023px) {
    .visible-tablet {
        display: block !important;
    }
}
@media (min-width: 768px) {
    .module-story-snippet-text .story-wrapper .featured, .module-story-snippet-text .story-wrapper article {
        display: block;
        width: 50%;
    }
}
@media (max-width: 767px) {
    .module-story-snippet-text .story-wrapper article .story-row {
        min-height: 100%;
        border-bottom: 0;
    }
    .module-story-snippet-text .story-wrapper article .story-row .story-item {
        min-height: 100px;
        width: 100%;
        border-bottom: 1px solid #cccccc;
        padding: 15px;
    }
    .module-story-snippet-text .story-wrapper .featured .featured-item{
        padding: 15px;
        width: 100%;
    }
    .module-story-snippet-text .story-wrapper article .story-row .story-item:last-child {
        border-left: 0;
    }
    .module-story-snippet-text .story-wrapper .featured {
        height: 250px;
        min-height: 100%;
    }
    .module-story-snippet-text .story-wrapper .featured .featured-image img {
        width: 100%;
    }
    .module-story-snippet-text {
        margin-bottom: 0;
    }
    .module-story-snippet-text .container {
        padding: 50px 0 0;
    }
    .module-story-snippet-text .container > .heading {
        margin-left: 15px;
    }
}

/* CSS for 5D  Story Snippet - Multi tile ends here */

/****************************
    Component :  6A Story Aside - Sidebar
    Description: This CSS file includes style for modelbox, playico ,
                 title, CTA, and text.
*******************************/

/* CSS for 6A Story Aside - Sidebar starts here */

.module-story-aside-sidebar .modelbox {
    position: relative;
    display: block;
}
.module-story-aside-sidebar .container {
    width: 100%;
}
.module-story-aside-sidebar .playicon {
    position: absolute;
    top: 40%;
    left: 45%;
    z-index: 999;
    font-size: 35px;
    color: #ffffff;
}
.module-story-aside-sidebar .playicon:hover {
    color: #005293;
}
.module-story-aside-sidebar .modelbox img {
    width: 100%;
    pointer-events: none;
}
.module-story-aside-sidebar a.cta.simple {
    display: inline !important;
}
.module-story-aside-sidebar aside {
    width: 100%;
}
.module-story-aside-sidebar ol, .module-story-aside-sidebar ol li {
    list-style-type: decimal !important;
}
.module-story-aside-sidebar ul, .module-story-aside-sidebar ol li {
    list-style: disc outside none;
    padding-left: 5px;
}
.module-story-aside-sidebar b, .module-story-aside-sidebar .rte-content b, .module-story-aside-sidebar .rte-content strong .module-story-aside-sidebar strong, .module-story-aside-sidebar b i, .module-story-aside-sidebar .rte-content b i {
    font-weight: bold !important;
}

/* CSS for 6A Story Aside - Sidebar ends here */

/****************************
    Component :  8A Jobs - Multi tile
     Description: This CSS file includes style for tiles 2,3,4 format ,
                  container with left and right option,
                  title, CTA Links, image and text. 
*******************************/

/* CSS for 8A Jobs - Multi tile starts here */

.module-job-mulitile .black, .module-job-mulitile .black h2.title, .module-job-mulitile .black .eyebrow.white, .module-job-mulitile .black h2.title a {
    color: #000;
}
.module-job-mulitile .black .eyebrow.white p span.underline {
    background: #000;
}
.module-job-mulitile .story-wrapper .featured.rightAlign {
    float: right;
}
.module-job-mulitile {
    margin-bottom: 50px;
}
.module-job-mulitile h2.title {
    color: #ffffff;
    text-shadow: 0px 0px 10px #666666;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
    .module-job-mulitile h2.title, .module-job-mulitile h2.title a {
        color: #1e1e1e;
        text-shadow: none;
    }
    .module-job-mulitile .eyebrow {
        color: #1e1e1e;
        text-shadow: none;
    }
    .module-job-mulitile .eyebrow p span.underline {
        background: #1e1e1e;
    }
    .module-job-mulitile .container .heading{
      padding: 0 15px
    }
}
.module-job-mulitile .container {
    padding-top: 50px;
    padding-bottom: 50px;
}
.module-job-mulitile .container.no-bg {
    padding-top: 0px;
    padding-bottom: 0px;
}
.module-job-mulitile .story-wrapper {
    display: block;
    border-top: 1px solid #cccccc;
    float: left;
    background: #fff;
    box-shadow: 0 0 5px #cccccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    width: 100%;
}
.module-job-mulitile .story-wrapper p, .module-job-mulitile .story-wrapper h3, .module-job-mulitile .story-wrapper h4, .module-job-mulitile .story-wrapper ul {
    margin-bottom: 12px;
}
.module-job-mulitile .story-wrapper h3 {
    font-family: theSansBold,Arial,Helvetica,sans-serif;
    font-size: 21px;
    line-height: 1.2;
}
@media (min-width: 0px) and (max-width: 767px) {
    .module-job-mulitile .story-wrapper h3 {
        font-size: 20px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .module-job-mulitile .story-wrapper h3 {
        max-height: 100px;
        overflow: hidden;
    }
}
.module-job-mulitile .story-wrapper h5 {
    font-family: theSansNormal,Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 20px;
}
.module-job-mulitile .story-wrapper .featured {
    background: #000;
}
.module-job-mulitile .story-wrapper .featured, .module-job-mulitile .story-wrapper article {
    display: table-cell;
    height: 100%;
    width: 50%;
    float: left;
}
.module-job-mulitile .story-wrapper .featured.black {
    color: #000;
}
@media (max-width: 880px) {
    .module-job-mulitile .story-wrapper .featured, .module-job-mulitile .story-wrapper article {
        display: block;
        width: 100%;
    }
}
.module-job-mulitile .story-wrapper .featured {
    color: #fff;
    vertical-align: top;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.module-job-mulitile .story-wrapper .featured .featured-item {
    padding: 30px;
    position: absolute;
    z-index: 2;
    top: 0px;
}
.module-job-mulitile .story-wrapper .featured .featured-image {
    height: 100%;
    font-size: 0px;
    top: 0;
    z-index: 1;
}
.module-job-mulitile .story-wrapper .featured .featured-image img {
    max-width: none;
    width: 100%;
}
.module-job-mulitile .story-wrapper article .story-row {
    border-bottom: 1px solid #cccccc;
    clear: both;
}
.module-job-mulitile .story-wrapper article .story-row .story-item {
    padding: 40px 30px 35px;
    float: left;
    width: 50%;
}
@media (max-width: 1024px) {
    .module-job-mulitile .story-wrapper article .story-row .story-item {
        padding: 20px;
    }
}
.module-job-mulitile .story-wrapper article .story-row .story-item.storyItemFull {
    width: 100%;
}
.module-job-mulitile .story-wrapper article .story-row .story-item.full-width {
    width: 100%;
}
.module-job-mulitile .story-wrapper article .story-row .story-item:last-child {
    border-left: 1px solid #cccccc;
}
@media (max-width: 767px) {
    .module-job-mulitile .story-wrapper article .story-row {
        border-bottom: none;
    }
    .module-job-mulitile .story-wrapper article .story-row .story-item {
        padding: 20px;
        width: 100%;
        float: none;
        border-left: none;
        border-bottom: 1px solid #cccccc;
    }
}
@media (max-width: 767px) {
    .module-job-mulitile .story-wrapper .featured .featured-image img {
        width: 100%;
    }
    .module-job-mulitile .story-wrapper .featured {
        min-height: 100%;
    }
    .module-job-mulitile .wallpaper {
        display: none;
    }
    .module-job-mulitile .story-wrapper {
        box-shadow: none;
    }
    .module-job-mulitile .story-wrapper article .story-row .story-item .title {
        display: none;
    }
    .module-job-mulitile .story-wrapper article .story-row .story-item:last-child {
        border-left: 0;
    }
}
.visible-tablet {
    display: none !important;
}
@media (min-width: 768px) and (max-width: 1023px) {
    .visible-tablet {
        display: block !important;
    }
}
@media (min-width: 768px) {
    .module-job-mulitile .story-wrapper .featured, .module-job-mulitile .story-wrapper article {
        display: block;
        width: 50%;
    }
}
@media (max-width: 767px) {
    .module-job-mulitile .story-wrapper article .story-row {
        min-height: 100%;
        border-bottom: 0;
    }
    .module-job-mulitile .story-wrapper article .story-row .story-item {
        min-height: 100px;
        width: 100%;
        border-bottom: 1px solid #cccccc;
    }
    .module-job-mulitile .story-wrapper article .story-row .story-item:last-child {
        border-left: 0;
    }
    .module-job-mulitile .story-wrapper .featured {
        height: 250px;
        min-height: 100%;
    }
    .module-job-mulitile .story-wrapper .featured .featured-image img {
        width: 100%;
    }
    .module-job-mulitile .container {
        padding: 50px 0;
    }
}
p.clamp-two.date {
    margin-bottom: 0;
}
.extra-cta-link {
    float: right;
    clear: both;
    margin: 10px 0 0 0;
    text-align: right;
}
@media (max-width: 767px) {
  .extra-cta-link {
      margin: 10px 15px;
  }
}

/* CSS for 8A Jobs - Multi tile ends here */

/****************************
    Component :  10A  Statement - standard
    Description: This CSS file includes style for test and heading.

*******************************/

/* CSS for 10A  Statement - standard starts here */

.module-statement-standard {
    margin-bottom: 50px;
}
.module-statement-standard .eyebrow {
    margin-bottom: 40px;
}
.module-statement-standard .headline, .module-statement-standard p {
    margin: 0;
    padding: 0;
    font-family: theSansItalic,Arial,Helvetica,sans-serif;
    font-size: 33px;
    letter-spacing: -0.3px;
    line-height: 1.2;
    text-align: center;
}
.module-statement-standard .subhead {
    margin: 0;
    padding: 0;
    font-family: theSansNormal,Arial,Helvetica,sans-serif;
    font-size: 21px;
    line-height: 1.2;
    text-align: center;
}
@media (min-width: 0px) and (max-width: 767px) {
    .module-statement-standard .headline, .module-statement-standard p {
        font-size: 20px;
    }
    .module-statement-standard .subhead {
        font-size: 18px;
    }
}

section.module-statement-standard .col-xs-12.col-md-12 *{
  margin: 0;
  padding: 0;
  font-family: theSansItalic,Arial,Helvetica,sans-serif !important;
  font-size: 33px !important;
  letter-spacing: -0.3px;
  line-height: 1.2;
  text-align: center !important;
  color: #1e1e1e !important;
  font-weight: normal !important;
  }

/* CSS for 10A  Statement - standard ends here */

/****************************
    Component :  6B Story Aside - Related Content
    Description: This CSS file includes style for wrapper container, 
                 imgages, title, CTA Links, and text.    
*******************************/

/* CSS for 6B Story Aside - Related Content starts here */

.module-story-aside-related-content {
    margin-bottom: 50px;
}
.module-story-aside-related-content .wrapper {
    width: 100%;
    height: 100%;
}
.module-story-aside-related-content .wrapper p, .module-story-aside-related-content .wrapper h3, .module-story-aside-related-content .wrapper ul {
    margin-bottom: 10px;
}
.module-story-aside-related-content .wrapper h3 {
    font-family: 'theSansBold',Arial,Helvetica,sans-serif;
    font-size: 21px;
    line-height: 1.2;
}
@media (min-width: 0px) and (max-width: 767px) {
    .module-story-aside-related-content .wrapper h3 {
        font-size: 20px;
    }
}
.module-story-aside-related-content .wrapper .featured {
    width: 49%;
    height: 100%;
    float: none;
    padding-right: 1%;
    float: left;
}
.module-story-aside-related-content .wrapper .featured.second-item {
    padding-left: 1%;
    padding-right: 0;
}
.module-story-aside-related-content .wrapper .featured .item {
    background: #fff;
    border: 1px inset #cccccc;
    border: 1px inset rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px #cccccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    height: 100%;
    overflow: hidden;
    width: 100%;
    height: 100%;
    float: left;
}
.module-story-aside-related-content .item-image {
    overflow: hidden;
}
.module-story-aside-related-content .item-image img {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    min-width: 100%;
    position: relative;
    display: block;
    /*max-height: 307px;*/
}
.module-story-aside-related-content .item:hover .item-image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    cursor: default;
}
.module-story-aside-related-content .item-text {
    padding: 26px 23px !important;
}
.module-story-aside-related-content .item-text h2 {
    margin-bottom: 15px;
    min-height: 0;
    font-family: 'theSansBold',Arial,Helvetica,sans-serif;
    font-size: 21px;
    line-height: 1.2;
}
.module-story-aside-related-content .item-text p {
    margin-bottom: 10px;
}
.module-story-aside-related-content .item-text h2 a {
    color: #1e1e1e;
    cursor: default;
}
.module-story-aside-related-content .item-text a:hover {
    color: #1e1e1e;
}
.module-story-aside-related-content .item-text a.cta.simple {
    color: #005293;
    margin-top: 15px;
}
.module-story-aside-related-content .item-text a.cta.simple:hover {
    color: #4c86b3;
}
@media (max-width: 767px) {
    .module-story-aside-related-content .wrapper .featured {
        display: block;
        width: 100%;
        margin-right: 0;
    }
    .module-story-aside-related-content .wrapper .featured {
        margin-bottom: 5%;
        height: auto;
    }
    .module-story-aside-related-content .wrapper .featured .item {
        float: none;
        height: auto;
    }
}

/*ie 8 fixes*/

.lt-ie9 .visible-device {
    display: none !important;
}
.lt-ie9 .module-story-aside-related-content .wrapper .featured {
    box-shadow: none;
    border: 1px #cccccc solid;
}
.lt-ie9 .module-story-aside-related-content .wrapper .featured {
    box-shadow: none;
    border: 1px #cccccc solid;
}
.lt-ie9 .module-story-aside-related-content .wrapper {
    border-collapse: separate;
    border-spacing: 20px 0px;
}
.ie9 .module-story-aside-related-content .wrapper {
    border-collapse: separate;
    border-spacing: 20px 0px;
}
.module-story-aside-related-content a.cta.simple {
    display: inline !important;
}

.ie8 .module-story-aside-related-content .container .wrapper .featured {
  border: none;
}
.ie8 .module-story-aside-related-content .container .wrapper .featured .item {
  border: 1px solid #cccccc;
}
.ie8 .module-story-aside-related-content .item:hover .item-image img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')";
  margin-left: -14px; 
  margin-top: -14px;
}

/* CSS for 6B Story Aside - Related Content ends here */

/****************************
    Component :  7B Product Tile - Image Carousel
    Description: This CSS file includes style for carousel ,
                 playicon, modelbox, title, CTA Links, and text.
*******************************/

/* CSS for 7B Product Tile - Image Carousel starts here */

.module-product-tiles-image-carousel .item-text h2 {
    margin-bottom: 5px;
}
.module-product-tiles-image-carousel .item-text h5 {
    font-family: 'theSansBold',Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 10px;
}
.module-product-tiles-image-carousel .item-text p {
    margin-bottom: 10px;
    min-height: 170px;
}
.module-product-tiles-image-carousel .slick-list {
    padding-bottom: 15px !important;
}
section.module-product-tiles-image-carousel .slick-list {
    padding-bottom: 1px !important;
}
.module-product-tiles-image-carousel .item {
    border: none;
    overflow: visible;
}
.module-product-tiles-image-carousel .item:hover .item-image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.ie8 .module-product-tiles-image-carousel .item:hover .item-image img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')";
    margin-left: -14px; 
    margin-top: -6px;
}
.module-product-tiles-image-carousel .inner {
    margin: 0 15px;
    background-color: #fff;
    height: 100%;
    border: 1px inset #cccccc;
    border: 1px inset rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px #cccccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.module-product-tiles-image-carousel .item-image {
    overflow: hidden;
}
.module-product-tiles-image-carousel .item-image img {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.module-product-tiles-image-carousel .item-text {
  padding: 26px 23px 40px 23px!important; 
}
@media (min-width: 768px) and (max-width: 1024px) {
    .module-product-tiles-image-carousel .item-text {
        padding: 26px 23px 30px 23px!important;
    }
}

.module-product-tiles-image-carousel .item-text h2 {
    margin-bottom: 15px;
    min-height: 0;
    font-family: 'theSansBold',Arial,Helvetica,sans-serif;
    font-size: 21px;
    line-height: 1.2;
    color: #005293;
}
@media (min-width: 0px) and (max-width: 767px) {
    .module-product-tiles-image-carousel .item-text {
        padding: 26px 23px 40px 23px!important;
    }

    .module-product-tiles-image-carousel .item-text h2 {
        font-size: 20px;
    }
    .module-product-tiles-image-carousel .item-text .sub {
        font-size: 18px;
    }
}
.module-product-tiles-image-carousel .item-text .sub {
    font-family: 'theSansNormal',Arial,Helvetica,sans-serif;
    font-size: 21px;
    line-height: 1.2;
}

.module-product-tiles-image-carousel .item-text a {
    color: #005293;
}
.module-product-tiles-image-carousel .item-text a:hover {
    color: #4c86b3;
}
.module-product-tiles-image-carousel .modelbox {
    position: relative;
    display: block;
}
.module-product-tiles-image-carousel .playicon {
    position: absolute;
    top: 45%;
    left: 45%;
    z-index: 999;
    font-size: 35px;
    color: #ffffff;
}
.module-product-tiles-image-carousel .playicon:hover {
    color: #4c86b3;
}
.module-product-tiles-image-carousel a.cta.simple {
    display: inline !important;
    position: absolute;
    bottom: 20px;
}

/* CSS for 7B Product Tile - Image Carousel ends here */

/****************************
    Component :  7D Product Aside – Sidebar
    Description: This CSS file includes style for playicon , modelbox ,
                 title, CTA links, and text.
*******************************/

/* CSS for 7D Product Aside – Sidebar starts here */

.module-product-aside .product-wrapper h3 {
    margin-bottom: 5px;
}
.module-product-aside .product-wrapper h5 {
    font-family: theSansBold,Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 10px;
}
.module-product-aside .product-wrapper p {
    margin-bottom: 10px;
}
.module-product-aside.module-story .container, .module-product-aside.module-story .container aside {
    width: 100%;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .module-product-aside.module-story{
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
    .module-product-aside .product-wrapper img {
        float: none;
        width: 150px;
    }
    .module-product-aside.module-story .subcaption {
        display: none;
    }
    .module-product-aside.module-story .container, .module-product-aside.module-story .container aside {
      padding: 0;
    }
    .product-wrapper img {
        margin-right: 0;
    }
    .module-product-aside.module-story .product-image-wrapper {
      width: 100%;
      overflow: hidden;
      float: none;
      margin-right: 0;
      margin-left: 0;
    }
    .module-product-aside.module-story .product-image-wrapper img {
        max-width: 100%;
    }
}
@media (min-width: 0px) and (max-width: 700px) {
  .module-product-aside.module-story{
    padding: 0;
  }
}
/*ie 8 fixes*/

.lt-ie9 .visible-mobile {
    display: none !important;
}
.module-product-aside.module-story .modelbox {
    position: relative;
    display: block;
}
.module-product-aside.module-story .playicon {
    position: absolute;
    top: 40%;
    left: 45%;
    z-index: 999;
    font-size: 35px;
    color: #ffffff;
}
.module-product-aside.module-story .playicon:hover {
    color: #005293;
}
.module-product-aside.module-story .modelbox img {
    width: 100%;
    pointer-events: none;
}
.module-product-aside img {
    width: 100%;
}
.module-product-aside a.cta.simple {
    display: inline !important;
}

/* CSS for 7D Product Aside – Sidebar ends here */

/****************************
    Component :  7E Related Product Documents
    Description: This CSS file includes style for banner carousel , 
                 title, CTA-Button, and text.    
*******************************/

/* CSS for 7E Related Product Documents starts here */

.module-product-related-documents {
    margin-bottom: 50px;
}
.row, .module-product-related-documents .document-row {
    margin-left: -15px;
    margin-right: -15px;
}
.row:before, .module-product-related-documents .document-row:before, .row:after, .module-product-related-documents .document-row:after {
    content: " ";
    display: table;
}
.row:after, .module-product-related-documents .document-row:after {
    clear: both;
}
.module-product-related-documents .document-row .document-col {
    position: relative;
    min-height: 1px;
    padding: 10px 15px;
    transition: width 300ms;
    -webkit-transition: width 300ms;
    float: left;
    width: 32%;
    border-bottom: 1px #ccc solid;
    margin-right: 1.333%;
    height:auto !important;
}
.module-product-related-documents .document-row .document-col .fa {
    position: absolute;
    top: 15px;
    left: 5px;
}
.module-product-related-documents .document-row .document-col h3, .module-product-related-documents .document-row .document-col p {
    margin-bottom: 0px;
    padding-left: 12px;
}
.module-product-related-documents .document-row .document-col h3 {
    font-family: theSansBold,Arial,Helvetica,sans-serif;
    font-size: 21px;
    line-height: 1.2;
}
@media (min-width: 480px) and (max-width: 767px) {
    .module-product-related-documents .document-row .document-col h3 {
        font-size: 20px;
    }
    .module-product-related-documents .document-row .document-col {
        width: 48%;
    }
}
@media (min-width: 0px) and (max-width: 767px) {
    .module-product-related-documents .document-row .document-col {
        width: 100%;
    }
    .row, .module-product-related-documents .document-row {
        margin-left: 0;
        margin-right: 0;
    }
    .module-product-related-documents .document-row .document-col h3 {
        font-size: 18px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .module-product-related-documents .document-row .document-col {
        width: 48.5%;
    }
}

/* CSS for 7E Related Product Documents ends here */

/****************************
    Component :  Story Two Columns
    Description: This CSS file includes style for container div
                 and  change of container with as per selection.
*******************************/

/*CSS for 2A Banner-homepage starts here*/

.column-control .content {
    width: 58.33333%;
    float: left;
}
.column-control .content .container {
    width: 100%;
}
.column-control.rightAlign .content {
    width: 58.33333%;
    float: right;
}
.column-control .sidebar {
    width: 33.33333%;
    float: right;
}
.column-control.rightAlign .sidebar {
    width: 33.33333%;
    float: left;
}
@media (min-width: 320px) and (max-width: 767px) {
    .column-control .content, .column-control.rightAlign .content, .column-control .sidebar, .column-control.rightAlign .sidebar {
        width: 100% !important;
        float: none;
    }
    .column-control .content .container{
      padding: 0;
    }
}
.column-control .sidebar .container {
  width:100% !important;
}

.two-column-layout {
    margin-bottom: 50px;
}


/****************************
    Component :  2B Banner-Standard
    Description: This CSS file includes style for banner carousel ,
                 title, CTA-Button, and text.
*******************************/

/*CSS for 2A Banner-homepage starts here*/

.module-story-banner-standard{
  margin-bottom: 50px;
}
.module-story-banner-standard .carousel.single > .item{
  opacity: 0;
  z-index: 800;
}
.ie8 .module-story-banner-standard .carousel.single{
  min-height: 400px;
}
.module-story-banner-standard .carousel.single > .item:first-child{
  opacity: 1;
  z-index: 900;
}
/*section.module-story-banner-standard ul.slick-dots{
  z-index: 1030 !important;
}*/
.module-story-banner-standard .banneroverlay .inner > div{
    width: 50% !important;
}

.module-story-banner-standard .item .inner > div .item-text {
  position: absolute;
  bottom: 80px;
}
.module-story-banner-standard .banneroverlay .inner > div .item-text {
  position: absolute;
  bottom:140px;
}

.module-story-banner-standard {
  overflow: hidden;
}
.module-story-banner-standard.sec-nav-absent {
  margin-bottom: 30px;
}

.module-story-banner-standard .item .inner > div .item-text h2,
.module-story-banner-standard .banneroverlay .inner > div .item-text h2 {
  font-family: "theSansBold",Arial,Helvetica,sans-serif;
  font-size: 45px;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 15px;
  letter-spacing: -.025em;
}
.module-story-banner-standard.item .inner > div .item-text,
.module-story-banner-standard.banneroverlay .inner > div .item-text {
    top: 0;
    bottom: auto;
}

@media print {
  .module-story-banner-standard .carousel.single .item .inner > div.centerAlign .item-text,
  .module-story-banner-standard .banneroverlay .inner > div.centerAlign .item-text {
    width: 60%;
  }
  .module-story-banner-standard .item .inner > .white .item-text h2,
  .module-story-banner-standard .banneroverlay .inner > .white .item-text h2 {
    color: #ffffff !important;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .module-story-banner-standard .item .inner > div .item-text,
  .module-story-banner-standard .banneroverlay .inner > div .item-text{
    text-align:left !important;
  }

  .carousel.single .item .inner > div.rightAlign,
  .module-story-banner-standard .banneroverlay .inner > div.rightAlign,
  .carousel.single .item .inner > div.centerAlign,
  .module-story-banner-standard .banneroverlay .inner > div.centerAlign {
     float:left !important;
  }

  .module-story-banner-standard .item .inner > div.rightAlign .item-text .cta,
  .module-story-banner-standard .item .inner > div.rightAlign .item-text .cta-gloss
  .module-story-banner-standard .banneroverlay  .inner > div.rightAlign .item-text .cta,
  .module-story-banner-standard .banneroverlay  .inner > div.rightAlign .item-text .cta-gloss  {
    float: left !important;
  }

  .module-story-banner-standard .item .inner > div .item-text h2,
  .module-story-banner-standard .banneroverlay .inner > div .item-text h2{
    font-size: 32px;
    overflow:hidden;
  }
}

.module-story-banner-standard .item .inner > div .item-text p,
.module-story-banner-standard .banneroverlay .inner > div .item-text p{
  font-family: "theSansNormal",Arial,Helvetica,sans-serif;
  font-size: 21px;
  line-height: 1.2;
  margin-bottom: 15px;
  letter-spacing: -.01em;
  line-height: 24px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .module-hero .carousel.single .item .inner>div.centerAlign .item-text {
    bottom: 43%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .module-hero .carousel.single .item .inner>div.centerAlign .item-text {
    bottom: 36%;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .module-story-banner-standard {
    margin-bottom: 20px;
  }
  .module-hero .carousel.single .item .inner>div.centerAlign .item-text {
    padding: 0 20px;
  }
  .module-hero .item-text .visible-device {
    display: block !important;
  }
}

@media (min-width: 1024px) {
  .module-story-banner-standard .carousel{
    min-height: 450px
  }
  .module-story-banner-standard .carousel .item .inner > div .item-text {
    top:190px;
  }
}

.module-story-banner-standard > div:not(.section-nav):before {
  content: "";
  height: 50%;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  display: none;

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3000000', endColorstr='#00000000',GradientType=0 );
  top: 0;
}

.module-story-banner-standard > div:not(.section-nav) > article {
  display: table-cell;
  vertical-align: middle;
}

.module-story-banner-standard.story article {
  padding: 160px 5% 60px;
  vertical-align: bottom;
}

.module-story-banner-standard.story article h1 {
  margin: auto;
}

.module-story-banner-standard img {
  top: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  -webkit-backface-display:none;
  width: 100%;
  -webkit-transform: none !important;
}
.module-story-banner-standard .item img {
  min-height: 0;
}

.module-story-banner-standard h1 {
  font-family: "theSansBold",Arial,Helvetica,sans-serif;
  font-size: 45px;
  line-height: 1.2;
  color: #ffffff;
  text-shadow: 0px 0px 10px #666666;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  margin: 160px auto 120px;
  letter-spacing: -1px;
  text-align: center;
}

@media (min-width: 0px) and (max-width: 767px) {
  .module-story-banner-standard h1 {
    font-size: 32px;
  }
  .module-story-banner-standard .banneroverlay .inner > div .item-text p{
    overflow: hidden;
  }
  .module-story-banner-standard .banneroverlay .inner > div .item-text p.visible-device{
    display:block;
  }
}

@media (min-width: 0) and (max-width: 1024px) {


  .module-story-banner-standard h1 {
    margin: 100px auto 100px;
  }
}

.module-story-banner-standard .tabs.section-nav {
  background: rgba(0, 82, 147, 0.95);
  position: absolute;
  bottom: 0;
  height: 60px;
  z-index: 100000;
}

.module-story-banner-standard .tabs.section-nav > nav {
  margin-bottom: 0;
  border: none;
}

.module-story-banner-standard .tabs.section-nav > nav .nav-inner ul li {
  border: none;
  max-width: none;
}

.module-story-banner-standard .tabs.section-nav > nav .nav-inner ul li a {
  color: rgba(255, 255, 255, 0.7);
  min-height: 40px;
  text-align: left;
}

.module-story-banner-standard .tabs.section-nav .content {
  height: 0;
  overflow: hidden;
}

.module-story-banner-standard .tabs.section-nav.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
@media (max-width: 1025px) {
  .module-story-banner-standard .tabs.section-nav {
    display: none;
}
}

.carousel.single .item .inner > div.rightAlign,
.module-story-banner-standard .banneroverlay .inner > div.rightAlign{
   float:right;
}
.carousel.single .item .inner > div.rightAlign .item-text,
.module-story-banner-standard .banneroverlay .inner > div.rightAlign .item-text{
  text-align:right;
}
.module-story-banner-standard .item .inner > div.rightAlign .item-text .cta,
.module-story-banner-standard .item .inner > div.rightAlign .item-text .cta-gloss
.module-story-banner-standard .banneroverlay  .inner > div.rightAlign .item-text .cta,
.module-story-banner-standard .banneroverlay  .inner > div.rightAlign .item-text .cta-gloss  {
  float: right;
  display: block;
}

.carousel.single .item .inner > div.centerAlign,
.module-story-banner-standard .banneroverlay .inner > div.centerAlign{
   margin:0 auto;
   float:none;
}
.carousel.single .item .inner > div.centerAlign .item-text,
.module-story-banner-standard .banneroverlay .inner > div.centerAlign .item-text{
  text-align:center;
}
.module-story-banner-standard .item .inner > div.centerAlign .item-text .cta,
.module-story-banner-standard .item .inner > div.centerAlign .item-text .cta-gloss,
.module-story-banner-standard .banneroverlay .inner > div.centerAlign .item-text .cta,
.module-story-banner-standard .banneroverlay .inner > div.centerAlign .item-text .cta-gloss{

  display: inline-block;
  margin:0 auto;
  float:none;
}

.module-story-banner-standard .item .inner > div.white,
.module-story-banner-standard .item .inner > div.white a,
.module-story-banner-standard .banneroverlay .inner > div.white,
.module-story-banner-standard .banneroverlay .inner > div.white a{
  color:#ffffff;
}

.module-story-banner-standard .item .inner > div.black,
.module-story-banner-standard .item .inner > div.black a,
.module-story-banner-standard .banneroverlay .inner > div.black,
.module-story-banner-standard .banneroverlay .inner > div.black a{
  color:#000;
}
.video-wrapper{
  height: 474px;
  overflow: hidden;
  width: 100%;
}
.video-wrapper.white{
    background:#000;
}
.video-wrapper.black{
    background:#fff;
}
.video-playing{
  width:100%;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000',GradientType=0 );
  top: 0;
}
.video-wrapper > span{
	width:100%;
}
.module-story-banner-standard .carousel .slick-prev.white,
.module-story-banner-standard .carousel .slick-next.white{
  background: rgba(0, 0, 0, 0.5);
}
.module-story-banner-standard .carousel .slick-prev.black,
.module-story-banner-standard .carousel .slick-next.black{
  background: rgba(255, 255, 255, 0.5);
}
.carousel .slick-next:before { padding-left : 5px; }
.carousel .slick-prev:before { padding-right : 5px; padding-left: 0; }

.module-story-banner-standard .carousel .white:before,
.module-story-banner-standard .carousel .white:before {
  color: #ffffff !important;
}

.module-story-banner-standard .carousel .black:before,
.module-story-banner-standard .carousel .black:before {
  color: #000 !important;
}
/*.carousel .slick-dots{
  z-index: 999999 !important;
}*/
.carousel.single .item .inner > div {
    padding: 75px 0px;
}
.ie8 .carousel.single .item .inner > div {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1023px){
  .carousel.single .item .inner > div {
    width: 100%;
  }
  .carousel.single .item .inner{
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
.carousel.single .item .inner > div.rightAlign .item-text,
.carousel.single .item .inner > div.centerAlign .item-text {
    padding-right: 30px;
  }
}

.lt-ie9 .module-story-banner-standard .item .inner > div .item-text {
  position: static;
  padding-top: 80px;
}
.ie8.lt-ie9 .module-story-banner-standard .item .inner > div .item-text {
  position: absolute;
  padding-top: 0;
}
.module-story-banner-standard .banneroverlay{
    position:absolute;
    width:100%;
    height:474px;
    z-index:999;
    bottom: 40px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .module-story-banner-standard .banneroverlay{
    position:absolute;
    width:100%;
    height:474px;
    z-index:999;
    pointer-events: none;
  }
  .module-story-banner-standard .banneroverlay a{
      pointer-events: auto;
  }
}

.module-story-banner-standard .banneroverlay .inner > div.rightAlign .item-text{
  text-align: right;
}
.module-story-banner-standard .banneroverlay .inner > div .item-text {
  position: absolute;
  bottom:80px;
  width:570px;
  margin-top: 40px;
}
.carousel.single .item .inner > div.centerAlign,
.module-story-banner-standard .banneroverlay .inner > div.centerAlign{
   margin:0 auto;
   float:none;
}
.carousel.single .item .inner > div.centerAlign .item-text,
.module-story-banner-standard .banneroverlay .inner > div.centerAlign .item-text{
  text-align:center;
}
.module-story-banner-standard .item .inner > div.centerAlign .item-text .cta,
.module-story-banner-standard .item .inner > div.centerAlign .item-text .cta-gloss,
.module-story-banner-standard .banneroverlay .inner > div.centerAlign .item-text .cta,
.module-story-banner-standard .banneroverlay .inner > div.centerAlign .item-text .cta-gloss{

  display: inline-block;
  margin:0 auto;
  float:none;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .video-wrapper{
      height: 574px;
      overflow: hidden;
      width: 100%;
    }
}
@media (max-width: 480px){
  .module-story-banner-standard .carousel.single .item .inner {
      clear:both;
      height:350px;

  }
}
.module-story-banner-standard .banneroverlay.lt-ie11{
  background:url(../resources/images/global/spacer.png) repeat left top;
}

@media (min-width: 0px) and (max-width: 767px) {
  .video-playing {
    width: auto;
    max-width: 100%;
  }

   .module-story-banner-standard .item .inner > div .item-text{
		width:90% !important;
     }
}

.module-story-banner-standard .carousel.single .item:before{
  content: "";
  height: 50%;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000',GradientType=0 );
  top: 0;
}

/* CSS for 2B Banner-Standard ends here */


/*R&D fix for banner copy length*/

.module-story-banner-standard .item .inner > div .item-text {
  position: absolute;
    top:145px;
}
.module-story-banner-standard .item .inner > div .item-text h2.visible-desktop{
    overflow:hidden;
}
.module-story-banner-standard .item .inner > div .item-text p.visible-desktop{
    overflow:hidden;
}
.module-story-banner-standard div.item .inner > div .item-text h2.visible-desktop{
    overflow:visible;
}
.module-story-banner-standard div.item .inner > div .item-text p.visible-desktop{
    overflow:visible;
}

.module-story-banner-standard .item .inner > div .item-text,
.module-story-banner-standard .banneroverlay .inner > div .item-text {
    top: 0;
    bottom: auto;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .carousel.single .item .item-text{
    width:70%;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
    .carousel.single .item .inner > div{
      padding: 20px 15px;
    }
    .module-story-banner-standard .item .inner > div .item-text{
      top:0;
    }
    .module-story-banner-standard .item .inner > div .item-text p.visible-device{
      overflow:hidden;
       display:block !important;
    }
    .module-story-banner-standard .item .inner > div .item-text h2.visible-device{
      overflow: hidden;
      display:block !important;
    }
  .module-story-banner-standard .banneroverlay .inner > div .item-text {
    position: absolute;
    bottom:80px;
    width:auto;
  }
  .module-story-banner-standard .video-wrapper .banneroverlay .inner > div .item-text {
    bottom:auto;
  }
}
@media (min-width: 479px) and (max-width: 767px) and (orientation:landscape) {
  .module-story-banner-standard .item .inner > div .item-text p.visible-device{
      margin-bottom: 25px;
    }
    .module-story-banner-standard .item .inner > div .item-text h2.visible-device{
      margin-bottom: 15px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .module-story-banner-standard .item .inner > div.centerAlign .item-text,
  .module-story-banner-standard .carousel.single .item .inner > div.centerAlign .item-text {
      margin: 0 auto;
      padding: 0;
      left: 0;
      right: 0;
  }
  .module-story-banner-standard .item .inner > div.centerAlign .item-text,
  .module-story-banner-standard .carousel.single .item .inner > div.centerAlign .item-text{
    margin: 0 auto;
  }
   .module-story-banner-standard .item .inner > div.rightAlign .item-text,
  .module-story-banner-standard .carousel.single .item .inner > div.rightAlign .item-text{
      margin-right: 0;
      margin-left: auto;
      padding-right: 5%;
      right: 0
  }
  .module-story-banner-standard .item .inner > div.rightAlign .item-text h2,
  .module-story-banner-standard .carousel.single .item .inner > div.rightAlign .item-text .visible-device {
    margin-left: auto;
  }
}

@media (max-width: 1024px) {
  .module-hero .carousel.single .item .inner>div.centerAlign div.item-text {
    bottom: auto;
  }
}

 @media (min-width: 0px) and (max-width: 940px) {
    .module-story-banner-standard img{
      width: auto;
      height:100%;
    }
  }

/****************************
    Component :  9A Events - Multi tile
    Description: This CSS file includes style for tiles ,
                 title, CTA-Button, and text.
*******************************/

/*CSS for 9A Events - Multi tile starts here*/


.module-event-mulitile .black, .module-event-mulitile .black h2.title, .module-event-mulitile .black .eyebrow.white, .module-event-mulitile .black h2.title a {
    color: #000;
}
.module-event-mulitile .black .eyebrow.white p span.underline {
    background: #000;
}
.module-event-mulitile .featured {
    background: #000;
}
.module-event-mulitile .story-wrapper .featured.rightAlign {
    float: right;
}
.module-event-mulitile {
    margin-bottom: 50px;
}
.module-event-mulitile h2.title {
    color: #ffffff;
    text-shadow: 0px 0px 10px #666666;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
    .module-event-mulitile h2.title, .module-event-mulitile h2.title a {
        color: #1e1e1e;
        text-shadow: none;
    }
    .module-event-mulitile .eyebrow {
        color: #1e1e1e;
        text-shadow: none;
    }
    .module-event-mulitile .eyebrow p span.underline {
        background: #1e1e1e;
    }
    .module-event-mulitile .container .heading{
      padding: 0 15px;
    }
}
.module-event-mulitile .container {
    padding-top: 50px;
    padding-bottom: 50px;
}
.module-event-mulitile .container.no-bg {
    padding-top: 0px;
    padding-bottom: 0px;
}
.module-event-mulitile .story-wrapper {
    display: table;
    background: #fff;
    box-shadow: 0 0 5px #cccccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    width: 100%;
}
.module-event-mulitile .story-wrapper p, .module-event-mulitile .story-wrapper h3, .module-event-mulitile .story-wrapper h4, .module-event-mulitile .story-wrapper ul {
    margin-bottom: 12px;
    font-size: 16px;
    padding: 0;
}
.module-event-mulitile .story-wrapper h3 {
    font-family: theSansBold,Arial,Helvetica,sans-serif;
    font-size: 21px;
    line-height: 1.2;
}
@media (min-width: 0px) and (max-width: 767px) {
    .module-event-mulitile .story-wrapper h3 {
        font-size: 20px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .module-event-mulitile .story-wrapper h3 {
        max-height: 100px;
        overflow: hidden;
    }
}
.module-event-mulitile .story-wrapper h5 {
    font-family: theSansNormal,Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 20px;
}
.module-event-mulitile .story-wrapper .featured, .module-event-mulitile .story-wrapper article {
    display: table-cell;
    height: 100%;
    width: 50%;
    float: left;
}
.module-event-mulitile .story-wrapper .featured.black, .module-event-mulitile .story-wrapper .featured.black a {
    color: #000;
}
@media (max-width: 880px) {
    .module-event-mulitile .story-wrapper .featured, .module-event-mulitile .story-wrapper article {
        display: block;
        width: 100%;
    }
}
.module-event-mulitile .story-wrapper .featured {
    color: #fff;
    vertical-align: top;
    height: 100%;
    overflow: hidden;
    position: relative;
    min-height: 592px;
}
.module-event-mulitile .story-wrapper .featured .featured-item {
    padding: 30px;
    position: absolute;
    z-index: 2;
    bottom: 0px;
}
.module-event-mulitile .story-wrapper .featured .featured-image {
    font-size: 0px;
    top: 0;
    z-index: 1;
}
.module-event-mulitile .story-wrapper .featured .featured-image img {
    width: 592px;
    max-width: none;
}
.module-event-mulitile .story-wrapper article .story-row {
    border-bottom: 1px solid #cccccc;
    clear: both;
    min-height: 296px;
}
.module-event-mulitile .story-wrapper article .story-row .story-item {
    padding: 40px 30px 35px;
    float: left;
    width: 50%;
    min-height: 296px;
    padding-bottom: 0;
}
.ie8 .module-event-mulitile .story-wrapper article {
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
.ie8 .module-event-mulitile .story-wrapper article .story-row {
  min-height: 294px;
}
@media (max-width: 1024px) {
    .module-event-mulitile .story-wrapper article .story-row .story-item {
        padding: 20px;
    }
}
.module-event-mulitile .story-wrapper article .story-row .story-item.storyItemFull {
    width: 100%;
}
.module-event-mulitile .story-wrapper article .story-row .story-item.full-width {
    width: 100%;
}
.module-event-mulitile .story-wrapper article .story-row .story-item:last-child {
    border-left: 1px solid #cccccc;
}
.ie8 .module-event-mulitile .story-wrapper .featured, .ie8 .module-event-mulitile .story-wrapper article {
  height: auto !important;
}
.ie8 .module-event-mulitile .story-wrapper article .story-row .story-item {
  min-height: 220px;
}
@media (max-width: 767px) {
    .module-event-mulitile .story-wrapper article .story-row {
        border-bottom: none;
    }
    .module-event-mulitile .story-wrapper article .story-row .story-item {
        padding: 20px;
        width: 100%;
        float: none;
        border-left: none;
        border-bottom: 1px solid #cccccc;
    }
}
@media (max-width: 767px) {
    .module-event-mulitile .story-wrapper .featured .featured-image img {
        width: 100%;
    }
    .module-event-mulitile .story-wrapper .featured {
        min-height: 100%;
    }
    .module-event-mulitile .wallpaper {
        display: none;
    }
    .module-event-mulitile .story-wrapper {
        box-shadow: none;
    }
    .module-event-mulitile .story-wrapper article .story-row .story-item .title {
        display: none;
    }
    .module-event-mulitile .story-wrapper article .story-row .story-item:last-child {
        border-left: 0;
    }
}
.visible-tablet {
    display: none !important;
}
.module-event-mulitile .story-wrapper .mobile-link{
      display: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
    .visible-tablet {
        display: block !important;
    }
}
@media (min-width: 768px) {
    .module-event-mulitile .story-wrapper .featured, .module-event-mulitile .story-wrapper article {
        display: block;
        width: 50%;
    }
}
@media (max-width: 767px) {
    .module-event-mulitile .story-wrapper article .story-row {
        min-height: 100%;
        border-bottom: 0;
    }
    .module-event-mulitile .story-wrapper article .story-row .story-item {
        min-height: 100px;
        width: 100%;
        border-bottom: 1px solid #cccccc;
    }
    .module-event-mulitile .story-wrapper article .story-row .story-item:last-child {
        border-left: 0;
    }
    .module-event-mulitile .story-wrapper .featured {
        height: 250px;
        min-height: 100%;
        display: none;
    }
    .module-event-mulitile .story-wrapper .featured .featured-image img {
        width: 100%;
    }
    .module-event-mulitile .container {
        padding: 50px 0;
    }
     .module-event-mulitile .story-wrapper .mobile-link{
      display: block;
      padding: 0 20px;
      padding-bottom: 20px;
      border-bottom: 1px solid #cccccc;
    }
    .module-event-mulitile .story-wrapper article p.title {
      display: none !important;
    }
    .module-event-mulitile .container .heading  > div.wrap {
      margin-bottom: 20px;
    }
}
p.clamp-two.date {
    margin-bottom: 0;
}


/*CSS for 9A Events - Multi tile ends here*/

/****************************
    Component :  16C Contact Information - sidebar
    Description: This CSS file includes style for heading , 
                 title, CTA-Button, and text.    
*******************************/

/*CSS for 16C Contact Information - sidebar starts here*/

.module-contact-information-sidebar  .event-dec-aside{
    padding-top: 110px;
  }

.module-contact-information-sidebar .event-dec-aside p{
    font-size:16px;
     font-family: Arial;
}
.module-contact-information-sidebar .event-dec-aside h4.event-dec-aside-title{
  font-family: theSansBold,Arial,Helvetica,sans-serif;
  font-size:21px;
  margin: 0;
  padding-bottom: 18px;
}
.module-contact-information-sidebar .event-dec-aside div p{
     padding-bottom: 4px;
}
.module-contact-information-sidebar .event-dec-aside div{
  padding-bottom: 25px;
}
.module-contact-information-sidebar .event-dec-aside i{
  padding-right: 25px;
}
.module-contact-information-sidebar .event-dec-aside .padding-15{
  padding-top: 10px;
}
.module-contact-information-sidebar .user-name{
  font-family: theSansBold,Arial,Helvetica,sans-serif;
  font-size: 16px;
}
@media (max-width: 1023px) {
  .module-contact-information-sidebar .event-dec-aside{
    padding-right: 10px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .module-contact-information-sidebar .filters-article{
    padding: 0 15px;
  }
  #event-dec-aside-contianer{
    float: left;
    margin-top: 25px;
  }
  .module-contact-information-sidebar  .event-dec-aside{
    padding-top: 0;
  }
  .module-faq .pagination{
    left: 50%;
    margin-left: -110px !important;
  }
}

/* CSS for 16C Contact Information - sidebar ends here */

/****************************
    Component :  9B  Events - Multimedia Carousel
    Description: This CSS file includes style for carousel ,
                 title, CTA, and text.
*******************************/

/*CSS for 9B  Events - Multimedia Carousel starts here*/

.module-events-multimedia-carousel .slick-list {
    padding-bottom: 2px !important;
}
.module-events-multimedia-carousel .item {
    border: none;
    overflow: visible;
}
.module-events-multimedia-carousel .item:hover .item-image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.module-events-multimedia-carousel .inner {
    margin: 0 15px;
    background-color: #fff;
    height: 100%;
    border: 1px inset #cccccc;
    border: 1px inset rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px #cccccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.module-events-multimedia-carousel .item-image {
    overflow: hidden;
}
.module-events-multimedia-carousel .item-image img {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.module-events-multimedia-carousel .item-text {
    padding: 26px 23px !important;
}
.module-events-multimedia-carousel .item-text h2 {
    margin-bottom: 15px;
    min-height: 0;
    font-family: 'theSansBold',Arial,Helvetica,sans-serif;
    font-size: 21px;
    line-height: 1.2;
}
.module-events-multimedia-carousel .item-text .sub {
    font-family: 'theSansNormal',Arial,Helvetica,sans-serif;
    font-size: 21px;
    line-height: 1.2;
}
.module-events-multimedia-carousel .item-text a {
    color: #1e1e1e;
    cursor: default !important;
}
.module-events-multimedia-carousel .item-text h2 a {
    cursor: pointer !important;
}
.module-events-multimedia-carousel .item-text a:hover {
    color: #1e1e1e;
}
.module-events-multimedia-carousel .item-text h2 a:hover {
    opacity: 0.3 !important;
    filter: alpha(opacity=30) !important;
}
.module-events-multimedia-carousel .item-text a.cta {
    color: #005293;
    margin-top: 15px;
    cursor: pointer !important;
}
.module-events-multimedia-carousel .item-text a.cta:hover {
    color: #4c86b3;
    opacity: 0.5 !important;
    filter: alpha(opacity=50) !important;
}
.lt-ie9 .module-events-multimedia-carousel .inner {
    border: 1px solid #cccccc;
}
.module-events-multimedia-carousel .modelbox {
    position: relative;
    display: block;
}
.module-events-multimedia-carousel .playicon {
    position: absolute;
    top: 45%;
    left: 45%;
    z-index: 999;
    font-size: 35px;
    color: #ffffff;
}
.module-events-multimedia-carousel .playicon:hover {
    color: #005293;
}
.module-events-tile .item-date {
    padding: 26px 23px;
    background: #005293;
    color: #ffffff;
    text-shadow: 0px 0px 10px #666666;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    position: relative;
    height: 135px;
}
.module-events-tile .item-date:after {
    content: "";
    height: 50%;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 0;
}
.module-events-tile .item-date h3 {
    font-family: 'theSansBold',Arial,Helvetica,sans-serif;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.module-events-tile .item-date h4 {
    font-family: 'theSansBold',Arial,Helvetica,sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}
.module-events-tile .item-text h5 {
    margin-bottom: 10px;
    font-family: 'theSansBold',Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 1.2;
}
.module-events-tile .item-text p {
    margin-bottom: 10px;
}
/*ie 8 fixes*/

.lt-ie9 .visible-mobile {
    display: none !important;
}
.module-events-tile .visible-mobile {
    display: none;
}
.module-events-tile .visible-non-mobile {
    display: block;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .module-events-multimedia-carousel .item-text {
        padding: 20px !important;
    }
}
@media (min-width: 0px) and (max-width: 767px) {
    .module-events-multimedia-carousel .item-text {
        padding: 15px !important;
    }
    .module-events-multimedia-carousel .item-text h2 {
        font-size: 20px;
    }
    .module-events-multimedia-carousel .inner {
        height: auto;
        clear: both;
    }
    .module-events-multimedia-carousel .item-text .sub {
        font-size: 18px;
    }
    .module-events-tile .item-text p {
        display: none;
    }
    .noMobile-carousel {
        display: inline-block;
        width: 100%;
    }
}
@media (min-width: 0px) and (max-width: 767px) {
    .module-events-tile .visible-mobile {
        display: block;
    }
    .module-events-tile .visible-non-mobile {
        display: none;
    }
}
@media (min-width: 768px) {
    .module-events-multimedia-carousel #loadMore, .module-events-multimedia-carousel #showLess {
        display: none;
    }
}
@media (min-width: 0px) and (max-width: 767px) {
    .module-events-multimedia-carousel .carousel .multiple {
        width: 100% !important;
        -webkit-transform: none !important;
    }
    .module-events-multimedia-carousel .item {
        border: none;
        overflow: visible;
        width: 100% !important;
        height: auto !important
    }
    .module-events-multimedia-carousel .item-date {
        width: 23%;
        float: left;
        clear: none;
        padding: 15px;
    }
    .module-events-multimedia-carousel .item-text {
        padding: 15px !important;
        width: 76%;
        float: left;
        clear: none;
    }
    .module-events-multimedia-carousel .inner {
        /*box-shadow: none;*/
        /*border-top: none;*/
        overflow: hidden;
    }
    .module-events-multimedia-carousel #carouselItems li {
        display: none;
    }
    .module-events-multimedia-carousel #loadMore {
        cursor: pointer;
        color: #005293;
        font-weight: bold;
        text-align: center;
    }
    .module-events-multimedia-carousel #showLess {
        cursor: pointer;
        display: none;
        color: #005293;
        font-weight: bold;
        text-align: center;
    }
    .module-events-multimedia-carousel .carousel.multiple {
        margin-bottom: 20px;
    }
}
@media (min-width: 320px) and (max-width: 450px) {
    .module-events-multimedia-carousel .item-date {
        width: 35%;
    }
    .module-events-multimedia-carousel .item-text {
        width: 65%;
    }
}

.module-events-multimedia-carousel .item-date h4 div{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*CSS for 9B  Events - Multimedia Carousel ends here*/

/****************************
    Component :  15A  Social Share
    Description: This CSS file includes style for text, links,
                 social icons

*******************************/

/* CSS for 15A  Social Share starts here */

.module-sharing-tools {
    position: fixed;
    top: 30%;
    width: 52px;
    z-index: 100020;
    float: left;
    left: 0;
    right: auto;
    -webkit-transform: translateZ(0);
    transition: left 600ms;
}
.module-sharing-tools a {
    display: block;
    float: left;
    margin: 0;
    outline: medium none;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    transition: width 0.15s ease-in-out 0s;
    width: 35px;
    left: -6px;
    z-index: 100030;
}
.module-sharing-tools a i.fa-times:before{
  content: '\e609';
}
.tools-wrapper a {
    width: 46px;
    height: 42px;
}
@media (min-width: 1025px) {
  .module-sharing-tools .tools-wrapper a:hover {
      left: 0;
      width: 50px;
  }
}
.module-sharing-tools a img {
    border: medium none;
    cursor: pointer;
    display: block;
    height: 42px;
    line-height: 42px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.tools-wrapper {
    float: left;
    width: 52px;
}
.hiddendiv {
    position: absolute;
    left: -52px;
}
.fa-chevron-right:after {
    content: "\e941";
}
.open-tools a, .close-tools a, .open-tools a:hover, .close-tools a:hover {
    text-decoration: none;
    color: black;
    float: right;
    padding: 10px 0;
}
.left-triangle {
    width: 0;
    height: 0;
    border-right: 10px solid rgb(194, 185, 187);
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    float: right;
    display: block;
}
.right-triangle {
    width: 0;
    height: 0;
    border-left: 11px solid rgb(194, 185, 187);
    border-top: 7px solid transparent;
    border-bottom: 8px solid transparent;
    float: right;
    display: block;
}
.open-tools, .close-tools {
    height: 40px;
    float: left;
    width: 46px;
    vertical-align: middle;
}
.ie8 .open-tools a, .ie8 .close-tools a {
  background: url(../resources/images/global/spacer.png) repeat;
}
body {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}
.mobile_more_button {
    display: none;
}
.mobileWrapper {
    display: none;
}
.module-sharing-tools .mobile_more_button {
    display: none;
}
@media (min-width: 0px) and (max-width: 980px) {
    .module-sharing-tools {
        bottom: 0px;
        width: 100%;
        z-index: 100020;
        float: left;
        left: 0;
        right: auto;
        top: auto;
        text-align: center;
        height: 42px;
    }
    .tools-wrapper {
        width: auto;
        display: inline-block;
        float: none;
    }
    .tools-wrapper a {
        width: 16.5% !important;
        left: 0px;
        background-position: center center !important;
        padding: 0 5px;
    }
    .addthis_button_more {
        display: none !important;
    }
    .open-tools, .close-tools {
        display: none !important;
    }
    .mobileWrapper {
        display: none;
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 100%;
        background: #ffffff;
        z-index: 999999;
    }
    .mobile {
        width: 100%;
        background: #ffffff;
        overflow: auto;
    }
    .mobile a {
        display: block;
        padding: 3px 10px;
        width: 93%;
        margin: 0 10px 10px 20px;
        text-align: left;
        border-bottom: solid 1px #ebebeb;
        padding: 3px 10px 10px 0px !important;
    }
    .mobile a span {
        margin-right: 10px;
    }
    .title {
        padding: 10px 0 10px 0px;
        /* -webkit-box-shadow: 0px 3px 3px 0px rgba(119, 119, 119, 0.75);
        -moz-box-shadow:    0px 3px 3px 0px rgba(119, 119, 119, 0.75);
        box-shadow:         0px 3px 3px 0px rgba(119, 119, 119, 0.75);*/
        
        font-size: 24px;
        margin-bottom: 20px;
    }
    .title a {
        float: right;
        width: 50px;
        text-align: right;
        padding: 0px;
        margin: 0px;
    }
    .module-sharing-tools .mobile_more_button {
        display: block;
    }
    .at3winwrapper, .at3lblight, #at3win {
        display: none!important;
    }
}
@media (min-width: 981px) and (max-width: 1024px) {
    .mobileWrapper {
        display: none!important;
    }
    .open-tools, .close-tools {
        display: none !important;
    }
}
@media (min-width: 0px) and (max-width: 767px) {
  .title {
        padding: 10px 0 10px 15px;
  }
}

/*updated the style as per new comment from creative to update the image to icons - CORN-3103*/
.addthis_toolbox a.Analytics-Social-Share.addthis_button_facebook {
  font-family: 'icomoon' !important;
  background: #005293 no-repeat !important;
  padding-top: 6px;
}
.addthis_toolbox a.Analytics-Social-Share.addthis_button_facebook:before {
  content: "\e797";
  color: white;
  font-size: 19px;
  font-weight: normal;
}

.addthis_toolbox a.Analytics-Social-Share.addthis_button_twitter {
  font-family: 'icomoon' !important;
  background: #29a8dd no-repeat !important;
  padding-top: 6px;
}
.addthis_toolbox a.Analytics-Social-Share.addthis_button_twitter:before {
  content: "\e79b";
  color: white;
  font-size: 19px;
  font-weight: normal;
}

.addthis_toolbox a.Analytics-Social-Share.addthis_button_linkedin {
  font-family: 'icomoon' !important;
  background: #0378b3 no-repeat !important;
  padding-top: 6px;
}
.addthis_toolbox a.Analytics-Social-Share.addthis_button_linkedin:before {
  content: "\e970";
  color: white;
  font-size: 19px;
  font-weight: normal;
}

.addthis_toolbox a.Analytics-Social-Share.addthis_button_email {
  font-family: 'icomoon' !important;
  background: #738b8d no-repeat !important;
  padding-top: 6px;
}
.addthis_toolbox a.Analytics-Social-Share.addthis_button_email:before {
  content: "\e60b";
  color: white;
  font-size: 17px;
  font-weight: normal;
}

.addthis_toolbox a.Analytics-Social-Share.addthis_button_print {
  font-family: 'icomoon' !important;
  background: #738b8d no-repeat !important;
  padding-top: 6px;
}
.addthis_toolbox a.Analytics-Social-Share.addthis_button_print:before {
  content: "\e619";
  color: white;
  font-size: 17px;
  font-weight: normal;
}

.addthis_toolbox a.Analytics-Social-Share.addthis_button_more,
.addthis_toolbox a.Analytics-Social-Share.mobile_more_button {
  font-family: 'icomoon' !important;
  background: #f9694e no-repeat !important;
  padding-top: 6px;
  padding-left: 2px;
}
.addthis_toolbox a.Analytics-Social-Share.addthis_button_more:before,
.addthis_toolbox a.Analytics-Social-Share.mobile_more_button:before {
  content: "\e618";
  color: white;
  font-size: 18px;
  font-weight: bold;
}
.addthis_toolbox a.Analytics-Social-Share.addthis_button_vk {
  font-family: 'icomoon' !important;
  background: #325078 no-repeat !important;
  padding-top: 6px;
  line-height:30px;
}
.addthis_toolbox a.Analytics-Social-Share.addthis_button_vk:before {
  content: "\e623";
  color: white;
  font-size: 25px;
  font-weight: normal;
}

.addthis_toolbox a.Analytics-Social-Share.addthis_button_odnoklassniki_ru {
  font-family: 'icomoon' !important;
  background: #d57819 no-repeat !important;
  padding-top: 6px;
  line-height:30px;
}
.addthis_toolbox a.Analytics-Social-Share.addthis_button_odnoklassniki_ru:before {
  content: "\e627";
  color: white;
  font-size: 45px;
  font-weight: normal;
}

.addthis_toolbox a.Analytics-Social-Share.addthis_button_google_plusone_share {
  font-family: 'icomoon' !important;
  background: #ce4d39 no-repeat !important;
  padding-top: 6px;
  line-height: 30px;
}
.addthis_toolbox a.Analytics-Social-Share.addthis_button_google_plusone_share:before {
  content: "\e96a";
  color: white;
  font-size: 24px;
  font-weight: normal;
}

.addthis_toolbox a.Analytics-Social-Share.addthis_button_sinaweibo {
  font-family: 'icomoon' !important;
  background: #f5ca59 no-repeat !important;
  padding-top: 6px;
  line-height: 30px;
}

.addthis_toolbox a.Analytics-Social-Share.addthis_button_sinaweibo:before {
  content: "\e984";
  color: white;
  font-size: 25px;
  font-weight: normal;
}

.addthis_toolbox a.Analytics-Social-Share.addthis_button_renren {
  font-family: 'icomoon' !important;
  background: #0058A0 no-repeat !important;
  padding-top: 6px;
  line-height: 30px;
}

.addthis_toolbox a.Analytics-Social-Share.addthis_button_renren:before {
  content: "\e983";
  color: white;
  font-size: 25px;
  font-weight: normal;
}

.addthis_toolbox a.Analytics-Social-Share.addthis_button_youku {
  font-family: 'icomoon' !important;
  background: #2fb3ff no-repeat !important;
  padding-top: 6px;
  line-height: 30px;
}

.addthis_toolbox a.Analytics-Social-Share.addthis_button_youku:before {
  content: "\e60a";
  color: white;
  font-size: 25px;
  font-weight: normal;
}

.addthis_toolbox a.Analytics-Social-Share.addthis_button_wechat {
    font-family: 'icomoon' !important;
    background: #2fb3ff no-repeat !important;
    padding-top: 6px;
    line-height: 30px;
}

.addthis_toolbox a.Analytics-Social-Share.addthis_button_wechat:before {
    content: "\e621";
    color: white;
    font-size: 25px;
    font-weight: normal;
}

@media (min-width: 0px) and (max-width: 450px) {
  div.mobile.Analytics-Social-Share.addthis_toolbox a.at300b{
     width:90%;
  }  
}

@media (min-width: 450px) and (max-width: 767px) {
  div.mobile.Analytics-Social-Share.addthis_toolbox a.at300b{
     width:42%;
  }  
}

@media (min-width: 768px) and (max-width: 940px) {
  div.mobile.Analytics-Social-Share.addthis_toolbox a.at300b{
     width:29%;
  }  
}

@media (min-width: 940px) and (max-width: 1023px) {
  div.mobile.Analytics-Social-Share.addthis_toolbox a.at300b{
     width:21%;
  }  
}
/* CSS for 15A  Social Share ends here */

/****************************
    Component :  7A Product Tile - Expanding
    Description: This CSS file includes style for tile in collapased and expanded  state, 
                 style for 2,3,4 tiles, title, CTA-Button, and text.      
*******************************/

/* CSS for 7A Product Tile - Expanding starts here */

.module-product-tiles-expanding .item-wrapper {
    height: 500px;
}
.module-product-tiles-expanding .item-wrapper .item {
    height: 500px;
    border-right: 1px solid #cccccc;
    padding-top: 30px;
}
.module-product-tiles-expanding .item-wrapper .item > div {
    height: 500px;
}
.module-product-tiles-expanding .item-wrapper {
    background-color: #f2f2f2;
    box-shadow: inset 0 5px 5px -5px #666666, inset 0 -5px 5px -5px #666666;
    box-shadow: inset 0 5px 5px -5px rgba(0, 0, 0, 0.2), inset 0 -5px 5px -5px rgba(0, 0, 0, 0.2);
}
.module-expanded-strip.fours .item-wrapper .item .wrap > .item-text div {
    /*height: 220px;*/
}
.module-product-tiles-expanding .item-wrapper .item img {
    width: 447px;
    height: 234px;
    min-height: 0;
    min-width: 0;
}
.module-product-tiles-expanding .item-wrapper .item .wrap {
    color: #1e1e1e;
}
.module-product-tiles-expanding b {
    font-weight: bold;
}
.module-product-tiles-expanding .item-wrapper .item .wrap .item-desc {
    padding: 20px;
}
.module-product-tiles-expanding .item-wrapper .item .wrap .item-desc .close-btn {
    color: #1e1e1e;
    text-shadow: none;
    cursor: pointer;
    right: -9999999px;
}
.module-product-tiles-expanding .item-wrapper .item.active .wrap .item-desc .close-btn {
    right: 0px;
}
.module-product-tiles-expanding .item-wrapper .item .wrap p, .module-product-tiles-expanding .item-wrapper .item .wrap h3, .module-product-tiles-expanding .item-wrapper .item .wrap h4, .module-product-tiles-expanding .item-wrapper .item .wrap h5 {
    color: #1e1e1e;
    text-shadow: none;
}
.module-product-tiles-expanding .item-wrapper .item .wrap h3 {
    font-family: theSansBold,Arial,Helvetica,sans-serif;
    font-size: 21px;
    line-height: 1.2;
}
/* Added for RTE font styles */

.module-product-tiles-expanding .item-wrapper .item .item-desc p ol, .module-product-tiles-expanding .item-wrapper .item .item-desc p ol li {
    list-style-type: decimal !important;
}
.module-product-tiles-expanding .item-wrapper .item .item-desc p ul, .module-product-tiles-expanding .item-wrapper .item .item-desc p ul li {
    list-style: disc outside none;
}
.module-product-tiles-expanding .item-wrapper .item .item-desc p b, .module-product-tiles-expanding .item-wrapper .item .item-desc p strong, .module-product-tiles-expanding .item-wrapper .item .item-desc p b i {
    font-weight: bold !important;
}
.module-product-tiles-expanding .item-wrapper .item .wrap h4 {
    font-family: theSansBold,Arial,Helvetica,sans-serif;
    font-size: 21px;
    line-height: 1.2;
    margin-bottom: 5px;
}
.module-product-tiles-expanding .item-wrapper .item .wrap h5 {
    font-family: theSansNormal,Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 15px;
}
/*.mobile-only{
  display: none !important;
  color: #000;
}*/

.module-product-tiles-expanding.module-expanded-strip .item-wrapper .item .black .wrap .item-desc li {
    list-style-position: inside;
}
.module-product-tiles-expanding.module-expanded-strip .item-wrapper .item .black .wrap .item-desc ul li {
    list-style-type: disc;
}
.module-product-tiles-expanding.module-expanded-strip .item-wrapper .item .white .wrap .item-desc {
    color: #ffffff;
}
.module-product-tiles-expanding.module-expanded-strip .item-wrapper .item .black .wrap .item-desc {
    color: #1e1e1e;
}
.module-product-tiles-expanding .item-wrapper .item .white .wrap h3, .module-product-tiles-expanding .item-wrapper .item .white .wrap p {
    color: #fff;
}
.module-product-tiles-expanding .item-wrapper .item .white .wrap .item-desc p, .module-product-tiles-expanding .item-wrapper .item .white .wrap .item-desc h4, .module-product-tiles-expanding .item-wrapper .item .white .wrap .item-desc a {
    color: #fff;
}
.module-product-tiles-expanding .item-wrapper .item .white .wrap .item-desc .glyphicon {
    color: #fff;
}
@media (min-width: 480px) and (max-width: 767px) {
    .module-product-tiles-expanding .item-wrapper .item p {
        font-size: 14px;
    }
}
@media (min-width: 480px) and (max-width: 1024px) {
    .module-product-tiles-expanding .item-wrapper .item {
        padding-top: 0;
    }
    .module-expanded-strip.fours .item-wrapper .item .wrap > .item-text {
        padding: 30px 15px;
    }
    .module-product-tiles-expanding .item-wrapper .item .wrap h4 {
        font-size: 20px;
    }
    .module-product-tiles-expanding .item-wrapper .item .wrap h3 {
        font-size: 20px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .module-expanded-strip.twos .item-wrapper .item .wrap > .item-text {
        width: 100% !important;
    }
    .module-product-tiles-expanding.module-expanded-strip .item-wrapper .item .wrap .item-text {
        display: block;
        height: auto;
        width: 100%;
    }
    .mobile-only {
        display: block !important;
    }
    .module-product-tiles-expanding .item-wrapper {
        height: auto;
        overflow: hidden;
    }
    .module-product-tiles-expanding .item-wrapper .item {
        width: 100% !important;
        height: 200px;
        clear: both;
        position: relative;
        padding-top: 0;
    }
    .module-product-tiles-expanding .item-wrapper .item > div {
        height: auto;
        width: 100% !important;
    }
    .module-expanded-strip .item-wrapper .item .wrap {
        display: block;
    }
    .module-expanded-strip.fours .item-wrapper .item .wrap > .item-text {
        width: 100% !important;
        display: block;
    }
    .module-expanded-strip.fours .item-wrapper .item .wrap > .item-desc {
        display: none;
    }
}
@media (min-width: 0) and (max-width: 479px) {
    .module-expanded-strip.twos .item-wrapper .item .wrap > .item-text {
        display: block;
    }
}
.ie9 .module-expanded-strip.fours .item-wrapper .item .wrap > .item-desc, .lt-ie9 .module-expanded-strip.fours .item-wrapper .item .wrap > .item-desc {
    visibility: hidden;
}
.ie9 .module-expanded-strip .item-wrapper .item.active .wrap > .item-desc, .ie9 .module-expanded-strip .item-wrapper .item.active .wrap > .item-text, .lt-ie9 .module-expanded-strip .item-wrapper .item.active .wrap > .item-desc, .lt-ie9 .module-expanded-strip .item-wrapper .item.active .wrap > .item-text {
    visibility: visible;
}
.lt-ie9 .module-product-tiles-expanding .item-text {
    width: 25% !important;
}
.lt-ie9 .module-expanded-strip.fours .item-wrapper .item .wrap > .item-desc {
    margin-left: 25%;
    margin-top: 8%;
}
.module-product-tiles-expanding .item picture {
    float: left;
    height: 100%;
}
@media (min-width: 0px) and (max-width: 1024px) {
  .module-story-snippet-standard .item-wrapper .item .wrap .item-desc .rte-reset {
    display:none;
    }
  .module-story-snippet-standard .item-wrapper .item.active .wrap .item-desc .rte-reset{
      display:block;
    }
  .module-story-snippet-standard .item-wrapper .item.active div.wrap > .item-text{
    display:none;
  }
  .module-story-snippet-standard .item-wrapper .item div.wrap > .item-text p{
    display:none;
  }
}

/* CSS for 7A Product Tile - Expanding ends here */
.brighttalk-content {
	padding-top: 20px;
	padding-bottom: 20px;
}

/****************************
    Component :  7F Product Tiles – Visual
    Description: This CSS file includes style for image , 
                 title, CTA Links, and text.    
*******************************/

/* CSS for 7F Product Tiles – Visual starts here */

.module-product-tiles-visual.last {
    margin-bottom: 50px;
}
.module-product-tiles-visual .container {
    padding-top: 50px;
}
.module-product-tiles-visual .story-wrapper {
    display: table;
    width: 100%;
}
.module-product-tiles-visual .story-wrapper article .story-row {
    clear: both;
}
.module-product-tiles-visual .story-wrapper article .story-row .story-item {
    overflow: hidden;
    padding: 0;
    float: left;
    position: relative;
    vertical-align: bottom;
    width: 20%;
}
.module-product-tiles-visual .story-wrapper article .story-row .story-item img {
    float: left;
}
.module-product-tiles-visual .story-wrapper article .story-row .story-item.full-width {
    width: 100%;
}
.module-product-tiles-visual .story-wrapper article .story-row .story-item h3 {
    font-family: theSansBold,Arial,Helvetica,sans-serif;
    font-size: 21px;
    line-height: 1.2;
    position: absolute;
    bottom: 10px;
    left: 20px;
    width: 70%;
    margin-bottom: 12px;
    z-index: 10;
}
.module-product-tiles-visual .story-wrapper article .story-row .story-item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.ie8 .module-product-tiles-visual .story-wrapper article .story-row .story-item:hover img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')";
    margin-left: -14px; 
    margin-top: -6px;
}
.module-product-tiles-visual .story-wrapper article .story-row .story-item.full-width {
    width: 100%;
}
.module-product-tiles-visual .story-wrapper article .story-row .story-item a:hover {
    color: #005293;
}
.module-product-tiles-visual .story-wrapper article .story-row .story-item img {
    float: left;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
section.module-product-tiles-visual .container {
  padding-top: 0;
}
section.module-product-tiles-visual {
    margin-bottom: 50px;
}
@media (min-width: 0px) and (max-width: 767px) {
    .module-product-tiles-visual .story-wrapper article .story-row .story-item h3 {
        font-size: 20px;
    }
}
.module-product-tiles-visual .story-wrapper article .story-row .story-item h3 a {
    color: #ffffff;
    text-shadow: 0px 0px 10px #666666;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
@media (min-width: 0px) and (max-width: 767px) {
    .module-product-tiles-visual .story-wrapper article .story-row .story-item h3 {
        font-size: 15px;
    }
}
@media (max-width: 550px) {
    .module-product-tiles-visual .container {
        padding-top: 0;
        padding-bottom: 0;
    }
    .module-product-tiles-visual .story-wrapper h3 {
        font-size: 15px;
    }
    .module-product-tiles-visual .story-wrapper article {
        border-bottom: none;
    }
    .module-product-tiles-visual .story-wrapper article .story-row {
        display: inline;
    }
    .module-product-tiles-visual .story-wrapper article .story-row .story-item {
        border-left: none;
        border-bottom: 1px solid #cccccc;
        width: 50%;
        font-size: 15px;
    }
    .module-product-tiles-visual .story-wrapper article .story-row .story-item a {
        color: #fff;
    }
    .module-product-tiles-visual .story-wrapper article .story-row .story-item a:hover {
        color: #005293;
    }
}

/* CSS for 7F Product Tiles – Visual ends here */

/****************************
    Component :  7C Product Detail – Editorial
    Description: This CSS file includes style for expandes and collapsed both states , 
                 title, CTA-Button, and text.    
*******************************/

/* CSS for 7C Product Detail – Editorial starts here */

.product-detail-editorial {
    /*margin-top: 30px;*/
     margin-bottom: 50px;
}
.product-detail-editorial .item-wrapper {
    box-shadow: none;
    clear: both;
    background-color: #fff;
    border-top: 1px #f0efed solid;
}
.product-detail-editorial .item-wrapper:last-of-type {
    border-bottom: 1px #f0efed solid;
}
.product-detail-editorial .item-wrapper .item .wrap {
    color: #1e1e1e;
}
.product-detail-editorial .fa-times {
    display: inline-block;
    speak: none;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.product-detail-editorial .fa-times:before {
    content: "\e609";
}
.product-detail-editorial .close-btn {
    color: #999;
    text-shadow: 0px 0px 10px #666666;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    float: right;
    top: 15px;
    right: 15px;
    position: relative;
}
.product-detail-editorial h4 {
    font-family: 'theSansBold',Arial,Helvetica,sans-serif;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.product-detail-editorial h3 {
    font-family: 'theSansBold',Arial,Helvetica,sans-serif;
    font-size: 21px;
    line-height: 1.2;
    margin-bottom: 15px;
    color: #005293;
}
.product-detail-editorial ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
    clear: both;
    float: left;
}
.product-detail-editorial ul.tabs li {
    background: none;
    cursor: pointer;
    width: 25%;
    border-right: 1px #f0efed solid;
    float: left;
    color: #000;
    position: relative;
}
.product-detail-editorial ul.tabs li .inner a {
    color: #000;
    display: block;
    text-decoration: none !important;
}
.product-detail-editorial ul.tabs li .inner a:hover, .product-detail-editorial ul.tabs li .inner a:focus, .product-detail-editorial ul.tabs li .inner a:active {
    text-decoration: none !important;
    border: none;
    outline: none;
}
.product-detail-editorial ul.tabs li .inner {
    padding: 20px 20px !important;
    min-height: inherit;
}
.product-detail-editorial ul.tabs li.current_new {
    background: #095796;
    -webkit-transition: background-color 300ms ease-in-out;
    -moz-transition: background-color 300ms ease-in-out;
    -o-transition: background-color 300ms ease-in-out;
    -ms-transition: background-color 300ms ease-in-out;
    transition: background-color 300ms ease-in-out;
}
.product-detail-editorial ul.tabs li.current_new .inner h3 {
    color: #fff;
}
.product-detail-editorial ul.tabs li.current_new .tab-content h3, .product-detail-editorial ul.tabs li.current_new .tab-content h4, .product-detail-editorial ul.tabs li.current_new .tab-content p {
    color: #000;
}
.product-detail-editorial .tab-content {
    /*display: none;*/

    visibility: hidden;
    height: 0;
    opacity: 0;
    overflow: hidden;

    position: relative;

    background: #ededed;
    box-shadow: inset 0 5px 5px -5px #666666, inset 0 -5px 5px -5px #666666;
    box-shadow: inset 0 5px 5px -5px rgba(0, 0, 0, 0.2), inset 0 -5px 5px -5px rgba(0, 0, 0, 0.2);

    -webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    -ms-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;

}

.product-detail-editorial .show-content {
    visibility: hidden;
    height: 0;
    opacity: 0;
    overflow: hidden;

    /*min-height: 236px;*/
}
.product-detail-editorial .tab-content .container, .product-detail-editorial .show-content .container {
    padding: 50px 0;
}
.product-detail-editorial .tab-content ul li {
    display: block;
    width: auto;
    padding: 0 !important;
    margin: 0;
}
.product-detail-editorial .tab-content.current_new {
    display: block;
}
.product-detail-editorial .tab-content h3 {
    color: #000;
}
.product-detail-editorial article {
    padding-left: 0;
    padding-right: 60px;
}
.product-detail-editorial .cta.simple {
    font-family: 'theSansBold',Arial,Helvetica,sans-serif;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 10px;
}
@media (min-width: 768px) {
    .product-detail-editorial aside {
        left: 66.66667%;
        width: 33.33333%;
        float: right;
    }
    .product-detail-editorial article {
        right: 33.33333%;
        width: 66.66667%;
        float: left;
    }
}
@media (min-width: 0px) and (max-width: 767px) {
	.product-detail-editorial {
		overflow: visible;
	}
    .product-detail-editorial .tab-link.active .tab-content {
        visibility: visible;
        height: auto;
        opacity: 1;
        overflow: visible;
    }
   
    /*.product-detail-editorial .tab-content {
		position: relative;
		z-index: 10;
	}*/
    .product-detail-editorial article, .product-detail-editorial aside {
        padding-left: 10px;
        padding-right: 10px;
    }
    .product-detail-editorial h4 {
        font-size: 20px;
    }
    .product-detail-editorial h3 {
        font-size: 20px;
    }
    .product-detail-editorial ul.tabs li {
        width: 100%;
        display: block;
        border-bottom: 1px #f0efed solid;
    }
    .product-detail-editorial ul.tabs li:last-of-type {
        border-bottom: 0;
    }
    .product-detail-editorial ul.tabs li.current_new {
        height: auto!important;
    }
    .product-detail-editorial .tab-content .container, .product-detail-editorial .show-content .container {
        padding: 15px;
    }
    .product-detail-editorial aside {
        padding-top: 25px;
    }
    .product-detail-editorial ul.tabs li.current_new:after {
        top: -5px;
    }
    .product-detail-editorial ul.tabs li .tab-content:before {
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(242, 240, 239, 0);
        border-bottom-color: #f2f0ef;
        border-width: 15px;
        top: -25px;
        left: 0;
        margin: 0 auto;
        right: 0;
    }
    .product-detail-editorial ul.tabs li.current_new .inner:before {
        display: none;
    }
}
/*ie 8 fixes*/

.lt-ie9 .visible-mobile {
    display: none !important;
}
.lt-ie9 .product-detail-editorial article {
    right: 33.33333%;
    width: 66.66667%;
    float: left;
}
.lt-ie9 .product-detail-editorial ul.tabs li.current_new {
    -moz-transition-property: none;
    -webkit-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
}
.product-detail-editorial .show-content {
    clear: both;
    background: #ededed;
    box-shadow: inset 0 5px 5px -5px #666666, inset 0 -5px 5px -5px #666666;
    box-shadow: inset 0 5px 5px -5px rgba(0, 0, 0, 0.2), inset 0 -5px 5px -5px rgba(0, 0, 0, 0.2);
  
    -webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    -ms-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
}

.product-detail-editorial ul.tabs li.current_new .inner {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}

.product-detail-editorial ul.tabs li.current_new .inner:before {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(242, 240, 239, 0);
    border-bottom-color: #f2f0ef;
    border-width: 15px;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;

    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}
.product-detail-editorial .show-content h3, .product-detail-editorial .show-content h4 {
    color: #000;
}
.product-detail-editorial .contact-list-container p i {
    padding-right: 25px;
}

@media (min-width: 768px) {
    .product-detail-editorial .standard-tab.active .show-content {
        visibility: visible;
        height: auto;
        opacity: 1;
        overflow: visible;
    }
}

.product-detail-editorial .standard-tab p {
    padding-bottom: 10px;
}
/* Added for RTE font styles */

.product-detail-editorial .standard-tab .container div ol, .product-detail-editorial .standard-tab .container div ol li {
    list-style-type: decimal !important;
}
.product-detail-editorial .standard-tab .container div ul, .product-detail-editorial .standard-tab .container div ul li {
    list-style: disc inside none;
}
.product-detail-editorial .standard-tab .container div b, .product-detail-editorial .standard-tab .container div strong, .product-detail-editorial .standard-tab .container div b i {
    font-weight: bold !important;
}
.product-detail-editorial .standard-tab img {
    float: left;
    margin-right: 25px;
    margin-bottom: 10px;
}
.product-detail-editorial .contact-list-container {
    padding: 20px 0 0px;
}
.product-detail-editorial .contact-list-container h5 {
    text-transform: capitalize;
    font-family: 'theSansBold',Arial,Helvetica,sans-serif;
    font-size: 19px;
    line-height: 1.2;
    margin-bottom: 5px;
    color: #000;
    font-weight: normal;
}
.product-detail-editorial .contact-list-container div {
    padding-top: 5px;
}
.product-detail-editorial .contact-list-container div p {
    padding-bottom: 4px;
}
@media (min-width: 0px) and (max-width: 767px) {
    .product-detail-editorial .product-details {
        margin-bottom: 25px;
    }
    .product-detail-editorial .contact-list-container {
        clear: both;
    }
}

/* CSS for 7C Product Detail – Editorial ends here */

/****************************
    Component :  7G Product Description
    Description: This CSS file includes style for collapsed and expanded both states, 
                 title, CTA, and text.    
*******************************/

/* CSS for 7G Product Description starts here */

.module-product-description {
    margin-bottom: 50px;
}
.module-product-description .container .reveal-content {
    overflow: hidden;
}
.module-product-description {
    clear: both;
}
.module-product-description .container .reveal-content .half {
    float: left;
    padding: 0 30px 30px;
    width: 50%;
    text-align: left;
}
.module-product-description .container .reveal-content .full {
    float: left;
    padding: 0 30px 30px;
    width: 100%;
    text-align: left;
}
.module-product-description .container .toggle {
    width: 100% !important;
}
.module-product-description h2 {
    text-align: center;
    font-size: 42px;
}
@media (min-width: 0px) and (max-width: 767px) {
    .module-product-description h2 {
        font-size: 28px;
    }
}
.module-product-description .toggle span.toggle-cta i {
    position: absolute;
    margin: auto;
    left: 0;
    bottom: 10px;
    right: 0;
}
.module-product-description .fa-caret-down.down:before {
    content: "\e91a";
}
.lt-ie9 .visible-mobile {
    display: none !important;
}
.module-product-description {
    text-align: center;
    margin-bottom: 30px;
}
.module-product-description.large a.toggle {
    width: 70%;
}
.module-product-description .toggle {
    color: #666666;
    margin: 0 auto;
    display: block;
    width: 260px;
}
.module-product-description .toggle span.toggle-label {
    display: block;
    clear: both;
    font-family: theSansNormal,Arial,Helvetica,sans-serif;
    margin-bottom: 15px;
}
.module-product-description .toggle span.toggle-cta {
    border: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    clear: both;
    height: 60px;
    width: 60px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: -25px;
    margin-left: -30px;
    z-index: 1;
    background: #fff;
    left: 50%;
    /*PANKAJ*/
}
.module-product-description .toggle span.toggle-cta i {
    position: absolute;
    margin: auto;
    left: 0;
    bottom: 10px;
    right: 0;
}
.module-product-description .toggle span.toggle-cta i.down:before {
    content: "\e605";
}
.module-product-description .shadow-wrap {
    height: 40px;
    overflow: hidden;
    width: 100%;
    position: relative;
    margin: 0 auto;
    display: block;
}
.module-product-description .shadow-wrap .shadow {
    position: absolute;
    top: 0px;
    bottom: -20px;
    left: -20px;
    right: -20px;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.3);
    z-index: 0;
}
.module-product-description .shadow-wrap .fade-out {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.module-product-description .shadow-wrap .fade-out .fade-to-white {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
}
.module-product-description .shadow-wrap .fade-out .fade-to-white.left {
    left: 0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, white), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
}
.module-product-description .shadow-wrap .fade-out .fade-to-white.right {
    right: 0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
}
.module-product-description .sliding-reveal .reveal-content {
    text-align: left;
}
.module-product-description .sliding-reveal .reveal-content p {
    margin-bottom: 25px;
}
.module-product-description .sliding-reveal ol, .module-product-description .sliding-reveal ol li {
    list-style-type: decimal !important;
}
.module-product-description .sliding-reveal ul, .module-product-description .sliding-reveal ul li {
    list-style: disc outside none;
    margin: 0 0 0 10px;
}
.module-product-description .sliding-reveal b, .module-product-description .sliding-reveal strong, .module-product-description .sliding-reveal b i {
    font-weight: bold !important;
}
.module-product-description .sliding-reveal .reveal-content {
    text-align: left;
    position: relative;
}
.module-product-description .box-shadow {
    position: absolute;
    width: 100%;
    /* border: 1px red solid; */
    
    bottom: 0;
    -webkit-box-shadow: 0px -10px 15px 15px rgba(255, 255, 255, 0.9);
    -moz-box-shadow: 0px -10px 15px 15px rgba(255, 255, 255, 0.9);
    box-shadow: 0px -10px 15px 15px rgba(255, 255, 255, 0.9);
}
.module-product-description .container .reveal-content .space {
    height: 50px;
}

/* CSS for 7G Product Description ends here */
.glossaryWord{
  cursor:pointer;
  color:#005293 !important;
  pointer-events: auto;
}
.page .popover{
  border-radius:0px !important;
  font-family: 'theSansNormal',Arial,Helvetica,sans-serif;
  z-index:100021;
}
.popover .closebtn{
  position: absolute;
  right: 5px;
  background: none;
  border: 0px;
  top: 0px;
  line-height: 35px;
  font-size: 35px;
  outline: none;
}
.popover .popover-inner h3{
  font-size:16px !important;
  color:#000;
  font-weight:bold;
}
.popover .popover-content p{
  font-size:14px !important;
  color:#000;
}

.tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -2px;
}
.tooltip.right {
  margin-left: 2px;
}
.tooltip.bottom {
  margin-top: 2px;
}
.tooltip.left {
  margin-left: -2px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.popover{
      max-width:600px;
  }
.popover .popover-content img {
    display: block !important;
    width: 100px;
    float: left;
    min-width: 100px !important;
    margin-right:15px;
    margin-bottom:15px;
  }
.popover .popover-content .glossaryimg{
    display: block !important;
    width: 115px;
    min-height:115px;
    float: left;
    overflow:hidden;
}
.popover .closebtn{
    display:block;
  }
.popover.top{
  margin-top:0px;
}
@media (min-width: 320px) and (max-width: 480px) {
.popover{
      width:100%;
      max-width: none;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
.popover{
      width:80%;
      max-width: none;
  }
}

section.module-statement-standard .col-xs-12.col-md-12 span.glossaryWord{
  color:#005293 !important;
}
.accordion.baseComponent {
  display: block !important;
}
.accordion-component .hidedesktop {
  display:none;
}

.accordion-component .hidemobile{
  display:block;
}

.accordion-component .hidedesktop.hidemobile{
  display:none;
}
.accordion-component .container h1 + p, .accordion-component .nested-two-col h1 + p  {
  padding-bottom:20px;
}
.accordion-component h1 {
  text-align: left;
  font-family: 'theSansBold',Arial,Helvetica,sans-serif;
  font-size: 30px;
  line-height: 1.2;
  color: #1e1e1e;
  margin-bottom: 5px;
  box-shadow:none !important;
  font-weight:normal;
}



@media (max-width: 768px) {
  .accordion-component .hidemobile {
    display:none;
  }
  .accordion-component .hidedesktop {
    display:block;
  }

  .accordion-component .hidedesktop.hidemobile{
    display:none;
  }
}

.accordion-component {
  margin-bottom: 50px;
}

.accordion-component strong,
.accordion-component b {
  font-weight: bold;
}

.accordion-component em,
.accordion-component i {
  font-style: italic;
}

.accordion-component .accordion {
  list-style: none;
  margin: 0;
  line-height: normal;
  display: block;
}

.accordion-component .accordion-item {
  margin: 0;
  border-top: 1px solid #1e1e1e;
}

.accordion-component .accordion-item-title {
  padding: 15px 15px 15px 0;
  display: block;
  cursor: pointer;
  color: #1e1e1e;
  line-height: 1.42857;
  font-weight: normal;
  font-family: "theSansBold";
  font-size: 18px;
  position: relative;
}

.accordion-component .accordion-item-title:hover, .accordion-component .accordion-item-title:focus {
  color: #005293;
  text-decoration: none;
}

.accordion-component .accordion-item-title:before {
  content: "\e618";
  font-size: 14px;
  line-height: 0;
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
}

.accordion-component .accordion-item.active > .accordion-item-title {
  padding: 15px 15px 0 0;
}

.accordion-component .accordion-item.active > .accordion-item-title:before {
  content: "\e612";
}

.accordion-component .accordion-item.active > .accordion-item-content {
  margin: 15px 0 0;
  display: block;
}

.accordion-component .accordion-item.active > .accordion-item-content ul:not(.accordion) {
  list-style-type: disc;
}

.accordion-component .accordion-item.active > .accordion-item-content ol:not(.accordion) {
  list-style-type: decimal;
}

.accordion-component .accordion-item.active > .accordion-item-content > .accordion-item-content-body ul:not(.accordion),
.accordion-component .accordion-item.active > .accordion-item-content > .accordion-item-content-body ol:not(.accordion),
.accordion-component .accordion-item.active > .accordion-item-content > .accordion-item-content-body p:not(.accordion) {
  margin: 15px 0;
  line-height: 1.42857;
}

.accordion-component .accordion-item.active > .accordion-item-content > .accordion-item-content-body ul > li,
.accordion-component .accordion-item.active > .accordion-item-content > .accordion-item-content-body ol > li {
  margin-left: 20px;
}

.accordion-component .accordion-item.active > .accordion-item-content > .accordion-item-content-body h3,
.accordion-component .accordion-item.active > .accordion-item-content > .accordion-item-content-body h4 {
  font-family: "theSansBold";
  text-transform: none;
}

.accordion-component .accordion-item.active > .accordion-item-content > .accordion-item-content-body > *:not(.accordion):last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.accordion-component .accordion-item.active .accordion-item-content-body {
  padding: 0 15px 15px 0;
}

.accordion-component .accordion-item-content {
  display: none;
}

.accordion-component .accordion .accordion {
  margin-left: 30px;
}

b, strong {
  font-weight: bold;
}

.accordion-component strong,
.accordion-component b {
  font-weight: bold;
}
.accordion-component em,
.accordion-component i {
  font-style: italic;
}
/*------------------------------------*    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--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 { display: none; }

.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-item { position: relative; overflow: hidden; }

.banner-item .banner-item__image img { width: 100%; }

.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-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-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--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: flex; 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, .banner--short .banner-item__content.horizontal--right.has-cta, .banner--short .banner-item__content.horizontal--center.has-cta { text-align: left; }
  .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%; } }

.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: hidden !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 width='11px' height='14px' viewBox='0 0 11 14' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg fill='%23E5E5E5'%3E%3Cpolygon points='0 0 0 14 11 7'%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 width='11px' height='14px' viewBox='0 0 11 14' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff'%3E%3Cpolygon points='0 0 0 14 11 7'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

/*------------------------------------*    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__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 {
  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, input:focus ~ .micrositeSearch__previous-searches, input:focus ~ .micrositeSearch__suggestions, input:active ~ .micrositeSearch__previous-searches, input:active ~ .micrositeSearch__suggestions {
  display: block;
}

.search__suggestions, .search__previous-searches, .micrositeSearch__suggestions, .micrositeSearch__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, .micrositeSearch__suggestions:hover, .micrositeSearch__previous-searches:hover {
  display: block;
}

.search__suggestions h3, .search__previous-searches h3, .micrositeSearch__suggestions h3, .micrositeSearch__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, .micrositeSearch__suggestions ul, .micrositeSearch__previous-searches ul {
  list-style: none;
  padding: 0;
}

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

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

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

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

.search__suggestion a {
  color: #1e1e1e;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: inline-block;
}

.micrositeSearch__suggestion a {
  color: #1e1e1e !important;
  cursor: pointer;
}

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

.search__sub-suggestion em, .micrositeSearch__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;
  margin-bottom: auto;
  min-height: 1px;
}

.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: 16px;
  -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: 0.9rem;
}

.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, .micrositeSearch__suggestions, .micrositeSearch__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;
  }
}

@media (min-width: 685px) {
  .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;
}
.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;
}

