.ie8.no-touch header nav.primary a.navbar-logo > div {
    height: 90px !important;
    width:90px !important;
}
.ie8.no-touch header.sticky nav.primary a.navbar-logo > div {
  height: 45px !important;
}
.ie8.no-touch header{
  height:140px;
}

.navs.sticky ~ .page .anchor {
  margin-top: -45px;
  padding-top: 45px;
}

.navs ~ .page .anchor {
  margin-top: -60px;
  padding-top: 60px;
}

@media(min-width: 1024px){
  .navs.sticky ~ .page .anchor {
    margin-top: -116px;
    padding-top: 116px;
  }

  .navs ~ .page .anchor {
    margin-top: -186px;
    padding-top: 186px;
  }
}


.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon:empty {
  width: 1em;
}

.glyphicon-user:before {
  content: "\e67d";
}
.glyphicon-earphone:before {
  content: "\e616";
}
.glyphicon-envelope:before {
  content: "\e76e";
}
.glyphicon-remove:before {
  content: "\e609";
}



.carousel {
  position: relative;
}



.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}



.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}



.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}



.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}



.carousel-inner > .active {
  left: 0;
}



.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}



.carousel-inner > .next {
  left: 100%;
}



.carousel-inner > .prev {
  left: -100%;
}



.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}



.carousel-inner > .active.left {
  left: -100%;
}



.carousel-inner > .active.right {
  left: 100%;
}



.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  -webkit-filter: alpha(opacity=50);
  filter: alpha(opacity=50);
  font-size: 20px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}



.carousel-control.left {
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}



.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}



.carousel-control:hover,
.carousel-control:focus {
  color: white;
  text-decoration: none;
  opacity: 0.9;
  -webkit-filter: alpha(opacity=90);
  filter: alpha(opacity=90);
}



.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}



.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}



.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}



.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}



.carousel-control .icon-prev:before {
  content: '\2039';
}



.carousel-control .icon-next:before {
  content: '\203a';
}



.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}



.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid white;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}



.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: white;
}



.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}



.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {


  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }



  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }



  .carousel-indicators {
    bottom: 20px;
  }
}



/*.clearfix:before,
.clearfix:after {
  content: " ";

  display: table;

}



.clearfix:after {
  clear: both;
}



.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}



.pull-right {
  float: right !important;
}



.pull-left {
  float: left !important;
}



.hide {
  display: none !important;
}



.show {
  display: block !important;
}



.invisible {
  display:none;
}



.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}



.hidden {
  display: none !important;
  visibility: hidden !important;
}



.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}



.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {


  .visible-xs {
    display: block !important;
  }



  tr.visible-xs {
    display: table-row !important;
  }



  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {


  .visible-xs.visible-sm {
    display: block !important;
  }



  tr.visible-xs.visible-sm {
    display: table-row !important;
  }



  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {


  .visible-xs.visible-md {
    display: block !important;
  }



  tr.visible-xs.visible-md {
    display: table-row !important;
  }



  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {


  .visible-xs.visible-lg {
    display: block !important;
  }



  tr.visible-xs.visible-lg {
    display: table-row !important;
  }



  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}



.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}

@media (max-width: 767px) {


  .visible-sm.visible-xs {
    display: block !important;
  }



  tr.visible-sm.visible-xs {
    display: table-row !important;
  }



  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {


  .visible-sm {
    display: block !important;
  }



  tr.visible-sm {
    display: table-row !important;
  }



  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {


  .visible-sm.visible-md {
    display: block !important;
  }



  tr.visible-sm.visible-md {
    display: table-row !important;
  }



  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {


  .visible-sm.visible-lg {
    display: block !important;
  }



  tr.visible-sm.visible-lg {
    display: table-row !important;
  }



  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}



.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}

@media (max-width: 767px) {


  .visible-md.visible-xs {
    display: block !important;
  }



  tr.visible-md.visible-xs {
    display: table-row !important;
  }



  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {


  .visible-md.visible-sm {
    display: block !important;
  }



  tr.visible-md.visible-sm {
    display: table-row !important;
  }



  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {


  .visible-md {
    display: block !important;
  }



  tr.visible-md {
    display: table-row !important;
  }



  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {


  .visible-md.visible-lg {
    display: block !important;
  }



  tr.visible-md.visible-lg {
    display: table-row !important;
  }



  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}



.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {


  .visible-lg.visible-xs {
    display: block !important;
  }



  tr.visible-lg.visible-xs {
    display: table-row !important;
  }



  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {


  .visible-lg.visible-sm {
    display: block !important;
  }



  tr.visible-lg.visible-sm {
    display: table-row !important;
  }



  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {


  .visible-lg.visible-md {
    display: block !important;
  }



  tr.visible-lg.visible-md {
    display: table-row !important;
  }



  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {


  .visible-lg {
    display: block !important;
  }



  tr.visible-lg {
    display: table-row !important;
  }



  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}



.hidden-xs,
.tabs nav {
  display: block !important;
}



tr.hidden-xs {
  display: table-row !important;
}



th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}

@media (max-width: 767px) {


  .hidden-xs,
  .tabs nav,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {


  .hidden-xs.hidden-sm,
  .tabs nav.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {


  .hidden-xs.hidden-md,
  .tabs nav.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {


  .hidden-xs.hidden-lg,
  .tabs nav.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}



.hidden-sm {
  display: block !important;
}



tr.hidden-sm {
  display: table-row !important;
}



th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}

@media (max-width: 767px) {


  .hidden-sm.hidden-xs,
  .tabs nav.hidden-sm,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {


  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {


  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {


  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}



.hidden-md {
  display: block !important;
}



tr.hidden-md {
  display: table-row !important;
}



th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}

@media (max-width: 767px) {


  .hidden-md.hidden-xs,
  .tabs nav.hidden-md,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {


  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {


  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {


  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}



.hidden-lg {
  display: block !important;
}



tr.hidden-lg {
  display: table-row !important;
}



th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}

@media (max-width: 767px) {


  .hidden-lg.hidden-xs,
  .tabs nav.hidden-lg,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {


  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {


  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {


  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}



.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}

@media print {


  .visible-print {
    display: block !important;
  }



  tr.visible-print {
    display: table-row !important;
  }



  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }



  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}*/





/*@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/FontAwesome/fontawesome-webfont.eot?v=4.1.0");
  src: url("../fonts/FontAwesome/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("../fonts/FontAwesome/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("../fonts/FontAwesome/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("../fonts/FontAwesome/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
*/

@font-face {
  font-family: 'icomoon';
  src:url('../fonts/icomoon/icomoon.eot?j0avwk');
  src:url('../fonts/icomoon/icomoon.eot?#iefixj0avwk') format('embedded-opentype'),
    url('../fonts/icomoon/icomoon.woff?j0avwk') format('woff'),
    url('../fonts/icomoon/icomoon.ttf?j0avwk') format('truetype'),
    url('../fonts/icomoon/icomoon.svg?j0avwk#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

.ie8.loading *:before {
  content: none !important;
}

.fa {
  display: inline-block;
  font-family: icomoon;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}



.fa-2x {
  font-size: 2em;
}



.fa-3x {
  font-size: 3em;
}



.fa-4x {
  font-size: 4em;
}

/*.fa-play-circle:before {
content: "\f144";
}*/
.fa-play-circle {
  border: 1px solid #ffffff !important;
  padding: 9px 8px 8px 10px !important;
  width: 52px;
  height: 52px;
}
.fa-play-circle:before {
content: "\e617";
}

.fa-5x {
  font-size: 5em;
}



.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-file-pdf-o:before {
  content: "\e9b2";
}

.fa-file-mate-list-o:before{
  content: "\e632";
}

.fa-file-word-o:before {
  content: "\e9b0";
}
.fa-file-excel-o:before {
  content: "\e9af";
}
.fa-file:before {
  content: "\e9ae";
}
.fa-file-powerpoint-o:before {
  content: "\e9b1";
}
.fa-html5:before {
  content: "\e7e8";
}
.fa-caret-down:before {
  content: "\e601";
}

.fa-file-video-o:before{
  content: "\e622";
}
.fa-caret-up:before {
  content: "\e91b";
}

.fa-times:before {
  content: "\e609";
}

.fa-search:before {
  content: "\e61c";
}


.fa-hospital-o:before {
  content: "\e610";
}

.fa-file-text:before {
  content: "\e9ad";
}

.fa-noicon:before {
  content: "\e9ae";
}

.fa-check:before {
  content: "\e72c";
}
.fa-youtube-play:before {
  content: "\e780";
}
.fa-youtube:before {
  content: "\e7a1";
}
.glyphicon-map-marker:before {
content: "\e611";
}

.glyphicon-thumbs-up:before {
content: "\e6e1";
}

.glyphicon-stats:before {
content: "\e6a3";
}


.fa-chevron-down:before {
content: "\e91e";
}
.fa-envelope:before {
  content: "\e60b";
}
.fa-fax:before {
  content: "\e616";
}
.icon-user:before {
  content: "\e615";
}
.icon-pencil:before {
  content: "\e60a";
}
.glyphicon-chevron-down:before {
  content: "\e91e";
}
.fa-building-o:before {
content: "\e631";
}
.fa-rss-square:before {
  content: "\e79e";
  color: #ff6600;
}

.fa-renren:before {
  content: "\e983";
  font-size: 1.4em;
}
.fa-weibo:before {
  content: "\e984";
}
.fa-vk:before {
  content: "\e623";
}
.fa-weixin:before {
  content: "\e621";
}
.fa-odno:before {
  content: "\e627";
  font-size: 1.5em;
}
.fa-line:before {
  content: "\e625";
  font-size: 30px;
}
.fa-tweibo:before {
  content: "\e629";
  font-size: 1.4em;
}
.fa-youku:before {
  content: "\e60a";
  font-size: 1.4em;
}

html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}



article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary {
  display: block;
}

i {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}


*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}





img,
object,
embed {
  max-width: 100%;
}





ul {
  list-style: none;
}



blockquote,
q {
  quotes: none;
}



blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}



a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}



del {
  text-decoration: line-through;
}



abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}





table {
  border-collapse: collapse;
  border-spacing: 0;
}



th {
  font-weight: bold;
  vertical-align: bottom;
}



td {
  font-weight: normal;
  vertical-align: top;
}



hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}



input,
select {
  vertical-align: middle;
}



pre {
  white-space: pre;

  white-space: pre-wrap;

  white-space: pre-line;

  word-wrap: break-word;

}



input[type="radio"] {
  vertical-align: text-bottom;
}



input[type="checkbox"] {
  vertical-align: bottom;
}



.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}

html.ie9 .ie-fix, html.ie10 .ie-fix, html.no-flexboxlegacy .ie-fix {
  max-width: 255px;
  float: left !important;}

.ie6 input {
  vertical-align: text-bottom;
}



select,
input,
textarea {
  font: 99% sans-serif;
}



table {
  font-size: inherit;
  font: 100%;
}



small {
  font-size: 85%;
}



strong {
  font-weight: bold;
}



td,
td img {
  vertical-align: top;
}





sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}



sup {
  top: -0.5em;
}



sub {
  bottom: -0.25em;
}





pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}





.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
}





button,
input,
select,
textarea {
  margin: 0;
}





button,
input[type=button] {
  width: auto;
  overflow: visible;
}





.ie7 img {
  -ms-interpolation-mode: bicubic;
}





.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}



.clearfix:after {
  clear: both;
}



.clearfix {
  zoom: 1;
}
.clear{
  clear:both;
}





html,
body,
main,
header.sticky {
  min-width: 320px;
  /*overflow-x: hidden;*/
}



body,
input,
button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}



a,
a:focus,
a:active,
html.no-touch a:hover {
  outline: none;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: background 200ms, color 200ms, opacity 200ms;
  -ms-transition: background 200ms, color 200ms, opacity 200ms;
  transition: background 200ms, color 200ms, opacity 200ms;
}



.transparent {
  opacity: 0 !important;
}



.svg img.raster {
  display: none;
}



.no-svg img.vector {
  display: none;
}



img.img-full {
  width: 100%;
  height: auto;
}



.scroll-cover.pause {
  z-index: -1 !important;
}

.scroll-cover{
  display:none !important;
}


section,
.row {
  position: relative;
  float: none;
  display: block;
  clear: both;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}



section:before,
section:after,
.row:before,
.row:after {
  content: " ";

  display: table;

}



section:after,
.row:after {
  clear: both;
}



section > .row {
  margin: 0;
  padding: 0;
}



noscript {
  display: none;
}





.container-xs-height,
.container-sm-height {
  display: table;
  padding-left: 0px;
  padding-right: 0px;
  float: right;
}



.row-xs-height,
.row-sm-height {
  display: table-row;
  float: none;
}



.col-xs-height,
.col-xs-height {
  display: table-cell;
  float: none;
  vertical-align: top;
}

@media (min-width: 768px) {


  .container-sm-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
  }



  .row-sm-height {
    display: table-row;
  }



  .col-sm-height {
    display: table-cell;
    float: none;
  }
}

@media (min-width: 992px) {


  .container-md-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
  }



  .row-md-height {
    display: table-row;
  }



  .col-md-height {
    display: table-cell;
    float: none;
  }
}



@font-face {
  font-family: 'Corning';
  src: url("../fonts/CorningLogo/Corning.eot?-aq5fhz");
  src: url("../fonts/CorningLogo/Corning.eot?#iefix-aq5fhz") format("embedded-opentype"), url("../fonts/CorningLogo/Corning.woff?-aq5fhz") format("woff"), url("../fonts/CorningLogo/Corning.ttf?-aq5fhz") format("truetype"), url("../fonts/CorningLogo/Corning.svg?-aq5fhz#Corning") format("svg");
  font-weight: normal;
  font-style: normal;
}



[class^="icon-"],
[class*=" icon-"] {
  font-family: 'Corning';
  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;
}



.icon-corning-logo:before {
  content: "\e600";
}

.ie8 .icon-corning-logo:before {
  font-weight: bold;
}

@font-face {
  font-family: 'TheSans ExtraLight';
  src: url("../fonts/TheSans/TheSans_B2ExtraLight.eot");

  src: url("../fonts/TheSans/TheSans_B2ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/TheSans/TheSans_B2ExtraLight.woff") format("woff"), url("../fonts/TheSans/TheSans_B2ExtraLight.ttf") format("truetype"), url("../fonts/TheSans/TheSans_B2ExtraLight.svg#7b4f629ba8b79f6a32da133bee398496") format("svg");

  font-style: normal;
  font-weight: 200;
}

@font-face {
  font-family: 'TheSans ExtraLight';
  src: url("../fonts/TheSans/TheSans_B2ExtraLightItalic.eot");

  src: url("../fonts/TheSans/TheSans_B2ExtraLightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/TheSans/TheSans_B2ExtraLightItalic.woff") format("woff"), url("../fonts/TheSans/TheSans_B2ExtraLightItalic.ttf") format("truetype"), url("../fonts/TheSans/TheSans_B2ExtraLightItalic.svg#567b5f07f280fce36b7cd495518566aa") format("svg");

  font-style: italic;
  font-weight: 200;
}

@font-face {
  font-family: 'TheSans Light';
  src: url("../fonts/TheSans/TheSans_B3Light.eot");

  src: url("../fonts/TheSans/TheSans_B3Light.eot?#iefix") format("embedded-opentype"), url("../fonts/TheSans/TheSans_B3Light.woff") format("woff"), url("../fonts/TheSans/TheSans_B3Light.ttf") format("truetype"), url("../fonts/TheSans/TheSans_B3Light.svg#748d00d12ccfea96b911b5c3449ab69c") format("svg");

  font-style: normal;
  font-weight: 200;
}

@font-face {
  font-family: 'TheSans Light';
  src: url("../fonts/TheSans/TheSans_B3LightItalic.eot");

  src: url("../fonts/TheSans/TheSans_B3LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/TheSans/TheSans_B3LightItalic.woff") format("woff"), url("../fonts/TheSans/TheSans_B3LightItalic.ttf") format("truetype"), url("../fonts/TheSans/TheSans_B3LightItalic.svg#1cfa04de933ab6795e74288ece422cbe") format("svg");

  font-style: italic;
  font-weight: 200;
}

@font-face {
  font-family: 'TheSans SemiLight';
  src: url("../fonts/TheSans/TheSans_B4SemiLight.eot");

  src: url("../fonts/TheSans/TheSans_B4SemiLight.eot?#iefix") format("embedded-opentype"), url("../fonts/TheSans/TheSans_B4SemiLight.woff") format("woff"), url("../fonts/TheSans/TheSans_B4SemiLight.ttf") format("truetype"), url("../fonts/TheSans/TheSans_B4SemiLight.svg#819462fd037a9bed9b896b346823231d") format("svg");

  font-style: normal;
  font-weight: 200;
}

@font-face {
  font-family: 'TheSans SemiLightItalic';
  src: url("../fonts/TheSans/TheSans_B4SemiLightItalic.eot");

  src: url("../fonts/TheSans/TheSans_B4SemiLightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/TheSans/TheSans_B4SemiLightItalic.woff") format("woff"), url("../fonts/TheSans/TheSans_B4SemiLightItalic.ttf") format("truetype"), url("../fonts/TheSans/TheSans_B4SemiLightItalic.svg#c49076462af4b92c891129be421dc9c7") format("svg");

  font-style: normal;
  font-weight: 200;
}

@font-face {
  font-family: 'TheSans';
  src: url("../fonts/TheSans/TheSans_B5Plain.eot");

  src: url("../fonts/TheSans/TheSans_B5Plain.eot?#iefix") format("embedded-opentype"), url("../fonts/TheSans/TheSans_B5Plain.woff") format("woff"), url("../fonts/TheSans/TheSans_B5Plain.ttf") format("truetype"), url("../fonts/TheSans/TheSans_B5Plain.svg#5e5e53f66de8b6a1dc3f8d60052c271d") format("svg");

  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'TheSans';
  src: url("../fonts/TheSans/TheSans_B5PlainItalic.eot");

  src: url("../fonts/TheSans/TheSans_B5PlainItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/TheSans/TheSans_B5PlainItalic.woff") format("woff"), url("../fonts/TheSans/TheSans_B5PlainItalic.ttf") format("truetype"), url("../fonts/TheSans/TheSans_B5PlainItalic.svg#4e2b4d4407bb66a2984f40900351939e") format("svg");

  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: 'TheSans SemiBold';
  src: url("../fonts/TheSans/TheSans_B6SemiBold.eot");

  src: url("../fonts/TheSans/TheSans_B6SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/TheSans/TheSans_B6SemiBold.woff") format("woff"), url("../fonts/TheSans/TheSans_B6SemiBold.ttf") format("truetype"), url("../fonts/TheSans/TheSans_B6SemiBold.svg#cb5866c828067fb8e4f2cf6d633b920e") format("svg");

  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: 'TheSans SemiBold';
  src: url("../fonts/TheSans/TheSans_B6SemiBoldItalic.eot");

  src: url("../fonts/TheSans/TheSans_B6SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/TheSans/TheSans_B6SemiBoldItalic.woff") format("woff"), url("../fonts/TheSans/TheSans_B6SemiBoldItalic.ttf") format("truetype"), url("../fonts/TheSans/TheSans_B6SemiBoldItalic.svg#8c644e7f65f7edf50dae855d14484754") format("svg");

  font-style: italic;
  font-weight: 700;
}

@font-face {
  font-family: 'TheSans Bold';
  src: url("../fonts/TheSans/TheSans_B7Bold.eot");

  src: url("../fonts/TheSans/TheSans_B7Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/TheSans/TheSans_B7Bold.woff") format("woff"), url("../fonts/TheSans/TheSans_B7Bold.ttf") format("truetype"), url("../fonts/TheSans/TheSans_B7Bold.svg#ff60b5a53fff0869d9017a2508061445") format("svg");

  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: 'TheSans Bold';
  src: url("../fonts/TheSans/TheSans_B7BoldItalic.eot");

  src: url("../fonts/TheSans/TheSans_B7BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/TheSans/TheSans_B7BoldItalic.woff") format("woff"), url("../fonts/TheSans/TheSans_B7BoldItalic.ttf") format("truetype"), url("../fonts/TheSans/TheSans_B7BoldItalic.svg#14cf963080f8d75abbfe3b531efa398e") format("svg");

  font-style: italic;
  font-weight: 700;
}

@font-face {
  font-family: 'TheSans ExtraBold';
  src: url("../fonts/TheSans/TheSans_B8ExtraBold.eot");

  src: url("../fonts/TheSans/TheSans_B8ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/TheSans/TheSans_B8ExtraBold.woff") format("woff"), url("../fonts/TheSans/TheSans_B8ExtraBold.ttf") format("truetype"), url("../fonts/TheSans/TheSans_B8ExtraBold.svg#c3f70525213cd2350e2a3eb5ef97b345") format("svg");

  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: 'TheSans ExtraBold';
  src: url("../fonts/TheSans/TheSans_B8ExtraBoldItalic.eot");

  src: url("../fonts/TheSans/TheSans_B8ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/TheSans/TheSans_B8ExtraBoldItalic.woff") format("woff"), url("../fonts/TheSans/TheSans_B8ExtraBoldItalic.ttf") format("truetype"), url("../fonts/TheSans/TheSans_B8ExtraBoldItalic.svg#e302a81c72da7e3cedb86b10d11b1cd3") format("svg");

  font-style: italic;
  font-weight: 700;
}

@font-face {
  font-family: 'TheSans Black';
  src: url("../fonts/TheSans/TheSans_B9Black.eot");

  src: url("../fonts/TheSans/TheSans_B9Black.eot?#iefix") format("embedded-opentype"), url("../fonts/TheSans/TheSans_B9Black.woff") format("woff"), url("../fonts/TheSans/TheSans_B9Black.ttf") format("truetype"), url("../fonts/TheSans/TheSans_B9Black.svg#98e9f089fbb8639e903786e01a771c51") format("svg");

  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'TheSans Black';
  src: url("../fonts/TheSans/TheSans_B9BlackItalic.eot");

  src: url("../fonts/TheSans/TheSans_B9BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/TheSans/TheSans_B9BlackItalic.woff") format("woff"), url("../fonts/TheSans/TheSans_B9BlackItalic.ttf") format("truetype"), url("../fonts/TheSans/TheSans_B9BlackItalic.svg#ee73b50e78d30699574b59962388494c") format("svg");

  font-style: italic;
  font-weight: 400;
}



@font-face {
  font-family: 'socicon';
  src: url("../fonts/Socicon/socicon-webfont.eot");
  src: url("../fonts/Socicon/socicon-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Socicon/socicon-webfont.woff") format("woff"), url("../fonts/Socicon/socicon-webfont.ttf") format("truetype"), url("../fonts/Socicon/socicon-webfont.svg#sociconregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Feather';
  src: url("../fonts/Feather/Feather.eot?-np6zvj");
  src: url("../fonts/Feather/Feather.eot?#iefix-np6zvj") format("embedded-opentype"), url("../fonts/Feather/Feather.woff?-np6zvj") format("woff"), url("../fonts/Feather/Feather.ttf?-np6zvj") format("truetype"), url("../fonts/Feather/Feather.svg?-np6zvj#Feather") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: "theSansBold";
    src: url("../fonts/thesansnew/TheSans_B2_700_.eot");
    src: url("../fonts/thesansnew/TheSans_B2_700_.eot?#iefix") format("embedded-opentype"),
    url("../fonts/thesansnew/TheSans_B2_700_.woff") format("woff"),
    url("../fonts/thesansnew/TheSans_B2_700_.svg#TheSans_B2_700_") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "theSansNormal";
        src: url("../fonts/thesansnew/TheSans_B2_500_.eot");
        src: url("../fonts/thesansnew/TheSans_B2_500_.eot?#iefix") format("embedded-opentype"),
        url("../fonts/thesansnew/TheSans_B2_500_.woff") format("woff"),
        url("../fonts/thesansnew/TheSans_B2_500_.svg#TheSans_B2_500_") format("svg");
        font-weight: normal;
        font-style: normal;
}

@font-face{
    font-family: "theSansBoldItalic";
    src: url("../fonts/thesansnew/TheSans_B2_700i.eot");
    src: url("../fonts/thesansnew/TheSans_B2_700i.eot?#iefix") format("embedded-opentype"),
    url("../fonts/thesansnew/TheSans_B2_700i.woff") format("woff"),
    url("../fonts/thesansnew/TheSans_B2_700i.svg#TheSans_B2_700_") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: "theSansItalic";
    src: url("../fonts/thesansnew/TheSans_B2_500i.eot");
    src: url("../fonts/thesansnew/TheSans_B2_500i.eot?#iefix") format("embedded-opentype"),
    url("../fonts/thesansnew/TheSans_B2_500i.woff") format("woff"),
    url("../fonts/thesansnew/TheSans_B2_500i.svg#TheSans_B2_700_") format("svg");
    font-weight: normal;
    font-style: normal;
}


[class^="iOS-icon-"],
[class*=" iOS-icon-"],
.slick-next {
  font-family: 'Feather';
  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;
}

.ico-tick {
  /*background: url("../../../assets/images/modules/icon-tick.png") 50% 50% no-repeat;*/
  text-indent: -1000em;
  display: block;
}




body {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 16px;
  line-height: 1.5 !important;
  line-height: 1.2;
  color: #1e1e1e;
}



h1,
h2,
h3,
h4,
h5 {
  line-height: 1;
}



h5 {
  text-transform: uppercase;
}



a {
  color: #005293;
}



a:hover {
  color: #4c86b3;
}



.socicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  padding-top: 8px;
  background-color: #1e1e1e;
  color: #ffffff;
  -webkit-transition: background-color 500ms;
  transition: background-color 500ms;
}



.socicon:empty {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}



.socicon-twitter:before {
  content: "\e79b";
}
.socicon-facebook:before {
  content: "\e797";
}
.socicon-youtube:before {
  content: "\e7a2";
}
.socicon-rss:before {
  content: "\e8db";
}
.socicon-linkedin:before {
  content: "\e970";
}
.socicon-instagram:before {
    content: "\e79a";
}



section .heading {
  display: block;
  clear: both;
  position: relative;
}



section .heading:before,
section .heading:after {
  content: " ";

  display: table;

}



section .heading:after {
  clear: both;
}



section .heading .wrap {
  margin-bottom: 30px;


}



section .heading h2 {
  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 (min-width: 0px) and (max-width: 767px) {


  section .heading h2 {
    font-size: 24px;
    box-shadow:none !important;
    padding: 0;
  }
}



section .heading h3 {
  text-align: left;
  font-family: 'theSansNormal',Arial,Helvetica,sans-serif;
  font-size: 21px;
  line-height: 1.2;
  color: #1e1e1e;
  box-shadow:none !important;
}

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


  section .heading h3 {
    font-size: 18px;
    box-shadow:none !important;
  }
}



section .heading.dark h2,
section .heading.dark h3 {
  color: #ffffff;
  text-shadow: 0px 0px 10px #666666;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}



section .heading.dark .eyebrow {
  color: #ffffff;
  text-shadow: 0px 0px 10px #666666;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}



section .heading.white-text a {
  color: #ffffff;
  text-shadow: 0px 0px 10px #666666;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}



section .heading a {
  color: #1e1e1e;
}



section .heading a .glyphicon {
  font-size: 16px;
  top: -1px;
  left: 10px;
}



.eyebrow {
  text-align: left;
  margin-bottom: 20px;
}



.eyebrow p {
  font-family: 'theSansBold',Arial,Helvetica,sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.2;

  clear: both;
  margin: 0 auto;
}



.eyebrow p span {
  display: block;
  clear: both;
  margin: 0px;
}

.ie8 .eyebrow p span.text {
  font-weight: normal;
}


.eyebrow p span.text {
  padding-bottom: 15px;
  font-weight: bold;
}



.eyebrow p span.underline {
  width: 30px;
  height: 1px;
  background: #cccccc;
}



.eyebrow.white {
  color: #ffffff;
  text-shadow: 0px 0px 10px #666666;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}



.eyebrow.white p span.underline {
  background: #fff;
}



.eyebrow.blue {
  color: #005293;
}



.eyebrow.blue p span.underline {
  background: #005293;
}



.eyebrow.left {
  text-align: left;
}



.eyebrow.left p,
.eyebrow.left p span {
  margin-left: 0;
}



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



.eyebrow.center p,
.eyebrow.center p span {
  margin-center: 0;
}





.cta {
  display: inline-block;
}



.cta.light,
.cta.gloss {
  background-color: #767676;
  background-color: rgba(255, 255, 255, 0.2);
  background-image: url("../images/global/gloss-top-white.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  border: 1px solid #e7e7e7;
  margin: 0;
  padding: .75em 1.5em;
  font-family: 'theSansNormal',Arial,Helvetica,sans-serif;
  font-size: 14px;
  text-decoration: none;
  color: white;
  text-shadow: 0px 0px 14px #767676;
  letter-spacing: 0.01em;
  -webkit-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
  white-space: nowrap;
}



.cta.light:hover,
.cta.light:active,
.cta.light:visited,
.cta.gloss:hover,
.cta.gloss:active,
.cta.gloss:visited {
  background-color: #767676;
  background-color: rgba(255, 255, 255, 0.3);
  background-position: 0 -42px;
}

.ie8.no-touch .cta.light,
.ie8.no-touch .cta.gloss {
 background-color: transparent;
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff,endColorstr=#33ffffff);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff,endColorstr=#33ffffff);
  background-position: 0 0;
}
.ie8 .cta.light:hover,
.ie8 .cta.gloss:hover {
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4cffffff,endColorstr=#4cffffff);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4cffffff,endColorstr=#4cffffff);
  background-position: 0 -42px;
}

.cta.dark,
.cta.gloss-blue {
  background-color: #005293;
  background-color: rgba(0, 82, 147, 0.7);
  background-image: url("../images/global/gloss-top-blue.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  border: 1px solid #005293;
  margin: 0;
  padding: .75em 1.5em;
  font-family: 'theSansNormal',Arial,Helvetica,sans-serif;
  font-size: 14px;
  text-decoration: none;
  color: white;
  text-shadow: 0px 0px 14px #767676;
  letter-spacing: 0.01em;
  -webkit-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
  white-space: nowrap;
}



.cta.dark:hover,
.cta.dark:active,
.cta.dark:visited,
.cta.gloss-blue:hover,
.cta.gloss-blue:active,
.cta.gloss-blue:visited {
  background-color: #005293;
  background-color: rgba(0, 82, 147, 0.8);
  background-position: 0 -42px;
}

.cta.gloss-gray {
  background-color: #616365;
  background-color: rgba(97, 99, 101, 0.7);
  background-image: url("../images/global/gloss-top-blue.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  border: 1px solid #616365;
  margin: 0;
  padding: .75em 1.5em;
  font-family: 'theSansNormal',Arial,Helvetica,sans-serif;
  font-size: 14px;
  text-decoration: none;
  color: white;
  text-shadow: 0px 0px 14px #767676;
  letter-spacing: 0.01em;
  -webkit-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
  white-space: nowrap;
}

.cta.gloss-gray:hover{
  background-color: #63666a;
  background-color: rgba(99, 102, 106, 0.8);
  background-position: 0 -42px;
}



.cta.simple {
  /*font-family: 'TheSans Bold', Arial;*/
  font-family: 'theSansBold',Arial,Helvetica,sans-serif;
  font-size: 16px;
  line-height: 1.2;
}



.cta.simple::after {
  content: '\e92c';
  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;
}

.cta.simple:after {
  content: '\e9b3';
  position: relative;
  top: 0px;
  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;
}


.cta.light-link {
  color: #ffffff;
  text-shadow: 0px 0px 10px #666666;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  color: rgba(255, 255, 255, 0.6);
  text-shadow: 0px 0px 10px #666666;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}



.cta.light-link:hover {
  color: #ffffff;
  text-shadow: 0px 0px 10px #666666;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}





.form-wrapper div {
  margin-bottom: 12px;
}



.form-wrapper .form-select {
  display: block;
  color: #1e1e1e;
  padding: 14px;
  width: 100%;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  border-radius: 0;
  background: #ffffff;
  -webkit-appearance: button;
}



.form-wrapper .form-input {
  color: #1e1e1e;
  padding: 14px;
  width: 100%;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #cccccc;
}



.form-wrapper .form-input:focus {
  border: 1px solid #005293;
  box-shadow: 0;
}



.form-wrapper label {
  /*font-family: 'TheSans Bold', Arial;*/
  font-family: 'theSansBold',Arial,Helvetica,sans-serif;
  font-size: 14px;
  line-height: 1.2;
}



.form-wrapper label.title {
  font-family: 'theSansBold',Arial,Helvetica,sans-serif;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 10px;
}

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


  .form-wrapper label.title {
    font-size: 24px;
  }
}



.form-wrapper .focused {
  color: #30aed6;
}



.form-wrapper .field-wrap {
  position: relative;
}



.form-wrapper .field-wrap input,
.form-wrapper .field-wrap textarea,
.form-wrapper .field-wrap select {
  padding-left: 50px;
}



.form-wrapper .field-wrap .icon {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -10px;
  font-size: 20px;
  color: #cccccc;
}

.form-wrapper .field-wrap.message-wrap .icon {
  top: 24px;
}

.form-wrapper .field-wrap.right input,
.form-wrapper .field-wrap.right select {
  padding-left: 14px;
  padding-right: 50px;
}



.form-wrapper .field-wrap.right .icon {
  left: auto;
  right: 15px;
  pointer-events: none;
}



img.wallpaper {
  position: absolute;
  top: 0;
  left: 0 !important;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  z-index: -1;
}



.sliding-reveal {
  /*text-align: center;*/
  margin-bottom: 30px;
}



.sliding-reveal.large a.toggle {

  width: 70%;
}



.sliding-reveal .toggle {
  color: #666666;
  margin: 0 auto;
  display: block;
  width: 260px;
}



.sliding-reveal .toggle span.toggle-label {
  display: block;
  clear: both;
  font-family: 'theSansNormal',Arial,Helvetica,sans-serif;
  margin-bottom: 15px;
}



.sliding-reveal .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);

  z-index: 1;
  background: #fff;
  position:relative;
  top:-25px;

}



.sliding-reveal .toggle span.toggle-cta i.arrow {
  position: absolute;
  margin: auto;
  top: 20px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 0px 5px 5px 5px;
  border-bottom: 8px solid #666666;
}



.sliding-reveal .toggle span.toggle-cta i.arrow.down {
  border-color: transparent;
  border-style: solid;
  border-bottom: none;
  border-width: 5px 5px 0px 5px;
  border-top: 8px solid #666666;
}



.sliding-reveal .toggle .shadow-wrap {
  height: 40px;
  overflow: hidden;
  width: 100%;
  position: relative;
  margin: 0 auto;
  display: block;
}



.sliding-reveal .toggle .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;
}



.sliding-reveal .toggle .shadow-wrap .fade-out {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}



.sliding-reveal .toggle .shadow-wrap .fade-out .fade-to-white {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
}



.sliding-reveal .toggle .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 );

}



.sliding-reveal .toggle .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 );

}



.fact-sheets .graph-text {
  width: 60%;
  padding: 30px 80px 30px 15px;
}



.fact-sheets .graph-text p {
  margin-bottom: 20px;
}



html,
body {
  min-height: 100%;
  min-height: 100%;
  height: auto;
  width: 100%;
}



html.no-touch.resizing .page,
html.no-touch.resizing .navs,
html.no-touch.resizing header,
html.no-touch.resizing form,
html.no-touch.resizing fieldset {
  -webkit-transition: none !important;
  transition: none !important;
}



html.disable-scroll {
  overflow: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}



main {
  position: relative;
  overflow-x: hidden;
}


/*
main .container {
  max-width: 1170px;

  margin: 0 auto;
  float: none;
}*/



main .container:before,
main .container:after {
  content: " ";

  display: table;

}



main .container:after {
  clear: both;
}



.module-advglass-iframe {
  margin-bottom: 50px;
}





.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}



.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}



.slick-list:focus {
  outline: none;
}



.slick-loading .slick-list {
  background: #fff;
}



.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}



.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}



.slick-track:after {
  clear: both;
}



.slick-loading .slick-track {
  display:none;
}



.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}



.slick-slide img {
  display: block;
}



.slick-slide.slick-loading img {
  display: none;
}



.slick-slide.dragging img {
  pointer-events: none;
}



.slick-initialized .slick-slide {
  display: block;
}



.slick-loading .slick-slide {
  display:none;
}



.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}



/*@font-face {
  font-family: "slick";
  src: imag-url("../global/global/css/slick.eot");
  src: imag-url("../global/global/css/slick.eot?#iefix") format("embedded-opentype"), 
  imag-url("../global/global/css/slick.woff") format("woff"), 
  imag-url("../global/global/css/slick.ttf") format("truetype"), 
  imag-url("../global/global/css/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}*/





.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
  z-index:99999;
  }



.slick-prev:focus,
.slick-next:focus {
  outline: none;
}



.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}



.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



.slick-prev {
  left: -25px;
}



.slick-prev:before {
  content: "\2190";
}



.slick-next {
  right: -25px;
}



.slick-next:before {
  content: "\2192";
}





.slick-slider {
  margin-bottom: 30px;
}



.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0px;
  width: 100%;
}



.slick-dots li {
  position: relative;
  display: inline-block;
  height: 18px;
  width: 20px;
  margin: 0px 5px;
  padding: 0px;
  cursor: pointer;
  line-height: normal;
  pointer-events: auto;
}



.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: 0;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}



.slick-dots li button:focus {
  outline: 0;
}



.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



.slick-dots li.slick-active button:before {
  opacity: 0.75;
}



.module-carousel {
  margin-bottom: 50px;
  z-index:1;
}

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


  .module-carousel {
    margin-bottom: 20px;
  }
}



.no-touch .module-slick .slick-dots li:not(.slick-active) button:hover {
  background: #fff;
}



.carousel.slick-slider {
  margin-bottom: 0;
}

.carousel .item {
  padding: 0;
  margin: 0;
  display: inline-block;
}

.carousel.slick-slider .item img.wallpaper {
  min-height: 0;
  width: auto;
  height: 100%;
  top: 0;
  bottom: 0;
}

.carousel .item-image,
.carousel .item-text {
  width: 100%;
  display: block;
  clear: both;
}



.carousel .item-image:before,
.carousel .item-image:after,
.carousel .item-text:before,
.carousel .item-text:after {
  content: " ";

  display: table;

}



.carousel .item-image:after,
.carousel .item-text:after {
  clear: both;
}



.carousel .item-image img {
  min-width: 100%;
  position: relative;
}



.carousel .slick-dots {
  bottom: -30px;
  z-index: 2;
}

.ie8 .carousel .slick-dots li{
  background: url(../images/global/spacer.png) repeat;
}

.carousel .slick-dots li button,
.carousel .slick-dots li div {
  background:#e9e6df;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}



.carousel .slick-dots li button:before,
.carousel .slick-dots li div:before {
  content: "";
}



.carousel .slick-dots li.slick-active button,
.carousel .slick-dots li.slick-active div {
  border-color: #005293;
  background: #005293;
}



.carousel .slick-prev,
.carousel .slick-next {
  display: inline-block;
  font-family: 'icomoon';
  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;
}


.carousel .slick-prev:before,
.carousel .slick-next:before {
  padding-left: 10px;
  font-family: 'icomoon';
}



.carousel .slick-prev {
  left: -44px;
}



.carousel .slick-prev:before {
  content: "\e946";
}



.carousel .slick-next {
  right: -44px;
}



.carousel .slick-next:before {
  content: "\e949";
}



.carousel:hover .slick-prev {
  left: 0;
}



.carousel:hover .slick-next {
  right: 0;
}



.carousel.single .item {
  height: 100%;
  float: left;
  width: 100%;
  color: #ffffff;
  text-shadow: 0px 0px 10px #666666;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  position:relative;
}



.carousel.single .item:before {
  content: "";
  height: 40%;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);*/
  /* FF3.6+ */
  /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.7)), color-stop(100%, rgba(0, 0, 0, 0)));*/
  /* Chrome,Safari4+ */
  /*background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);*/
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /*background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);*/
  /* IE10+ */
  /*background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);*/
  /* W3C */
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3000000', endColorstr='#00000000',GradientType=0 );*/
  /* IE6-8 */
  top: 0;
}



.carousel.single .item:after {
  content: "";
  height: 40%;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);*/
  /* FF3.6+ */
  /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));*/
  /* Chrome,Safari4+ */
  /*background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);*/
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /*background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);*/
  /* IE10+ */
  /*background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);*/
  /* W3C */
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 );*/
  /* IE6-8 */
  bottom: 0;
}



.carousel.single .item .inner {
  display: table;
  height: 100%;

}



.carousel.single .item .inner > div {

  width: 50%;
  padding-bottom: 0px;
  position: relative;
  z-index: 2;
  float:left;
}
.carousel.single .item .inner > div.rightAlign{
    float:right;
}

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


  .carousel.single .item .inner > div {
    padding-left: 15px;
  }
}

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


  .carousel.single .item .inner > div {
    padding-left: 0;
  }
}



.carousel.single .item .item-text {
  text-align: left;
  max-width: 100%;
}

@media (max-width: 481px) {


  .carousel.single .item .item-text {
    max-width: 90%;
  }
}



.carousel.single .slick-dots {
  bottom: 30px;
}

.carousel.single ul.slick-dots{
    pointer-events: none;
}

.carousel.single .slick-dots li button {
    background:#e9e6df;
  line-height: normal;
  font-size: 1em;
}
.ie8 .carousel.single .slick-dots li button{
  text-indent:-9999px;
}


.carousel.single .slick-dots li.slick-active button {
  border-color: #005494;
  background: #005494;
}



.carousel.multiple {
  background: transparent;
}

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


  .carousel.multiple {
    margin-bottom: 50px;
  }
}

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


  .carousel.multiple .slick-list {
    padding: 0 80px;
  }
}

.carousel.multiple.simple .inner {
  background: none;
  border: none;
  box-shadow: none;
}



.carousel.multiple.simple .item-text {
  padding-left: 0px !important;
}



.module-tabview {
  margin-bottom: 50px;
}



.module-tabview.full {
  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-tabview.wallpapers > .container,
.module-tabview.full > .container {
  /*padding-top: 50px;
  padding-bottom: 50px;*/
}



.module-tabview.full {
  background-color: #f0f0f0;
}


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


  .module-tabview {
    margin-bottom: 20px;
  }
  .module-tabview.wallpapers {
    box-shadow: none;
  }
}


.module-tabview > .container.dark .heading h2 {
  color: #ffffff;
  text-shadow: 0px 0px 10px #666666;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}



.module-tabview .tabs.white-border nav,
.module-tabview .tabs.white-border nav li {
  border-bottom: 5px solid white;
}



.tabs .tab-pane,
.tabs .wallpapers img {
  display:none;
  opacity: 0;
}

.tabs .tab-pane.active,
.tabs .wallpapers img.active {
  opacity: 1;
  height: auto;
  display:block;
}

.tabs nav {
  margin: 0 0 20px 0;
  padding: 0;
  background: none;
  text-align: center;
  border-bottom: 6px solid #cccccc;
  border-bottom: 5px solid rgba(204, 204, 204, 0.5);
}

.tabs nav .nav-inner {
  display: table;
  margin: 0px auto -5px auto;
}



.tabs nav .nav-inner ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}



.tabs nav .nav-inner ul:before,
.tabs nav .nav-inner ul:after {
  content: " ";

  display: table;

}



.tabs nav .nav-inner ul:after {
  clear: both;
}



.tabs nav .nav-inner ul li {
  float: left;
  display: inline;
  margin: 0;
  font-family: 'theSansBold',Arial,Helvetica,sans-serif;
  font-size: 16px;
  line-height: 1.2;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  border-bottom: 5px solid #cccccc;
  border-bottom: 5px solid rgba(255, 255, 255, 0);
  max-width: 228px;
  text-align: left;
}



.tabs nav .nav-inner ul li:hover {
  color: #005293;
}



.tabs nav .nav-inner ul li a {
  padding: 10px 30px;
  display: block;
  color: #1e1e1e;
  text-decoration: none;
  background: none;
  border: none;
  outline: none;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  font-size: 1.05em;
  text-align: center;
}



.tabs nav .nav-inner ul li a:hover {
  color: #005293;
}



.tabs nav .nav-inner ul li.active {
  border-bottom: 5px solid #005293;
}



.tabs nav .nav-inner ul li .icon {
  display: block;
  margin: 0 auto 10px auto;
  font-size: 20px;
}



.tabs nav .nav-inner.dark li,
.tabs nav .nav-inner.dark a {
  color: #ffffff;
  text-shadow: 0px 0px 10px #666666;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}



.tabs nav .nav-inner.light li,
.tabs nav .nav-inner.light a {
  color: #1e1e1e;
}



.tabs.clean nav,
.tabs.clean nav li {
  border-bottom: 5px solid #cccccc;
}



.tabs .tab-pane {
  position: absolute;
  height: 100%;
  z-index: -1;
  width: 100%;
  -webkit-transition: opacity 750ms;
  transition: opacity 750ms;
}



.tabs .tab-pane.active {
  position: relative;
  display: block;
  clear: both;
  z-index: 2;
}



.tabs .tab-pane.active:before,
.tabs .tab-pane.active:after {
  content: " ";

  display: table;

}



.tabs .tab-pane.active:after {
  clear: both;
}



.tabs .wallpapers img {
  height: 100%;
  display:block;
  -webkit-transition: opacity 750ms;
  transition: opacity 750ms;
}



.tabs .content {
  z-index: 1;
  display: block;
  position: relative;
  clear: both;
}



.tabs .content:before,
.tabs .content:after {
  content: " ";

  display: table;

}



.tabs .content:after {
  clear: both;
}



.tabs .wallpapers {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}





.accord {
  position: relative;
}



.accord dt > a {
  font-family: 'theSansBold',Arial,Helvetica,sans-serif;
  font-size: 30px;
  line-height: 1.2;
  padding: 10px 2px;
  display: block;
  color: #1e1e1e;
  border-top: 1px solid #1e1e1e;
}

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


  .accord dt > a {
    font-size: 24px;
  }
}



.accord dt > a:before {
  content: "\e618";
  font-size: 19px;
  font-family: icomoon;
  line-height: 0.5em;
  padding: 10px;
  float: right;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -ms-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}



.accord dt > a.accord-active:before {
  content: "\e612";
  font-size: 19px;
  font-family: icomoon;
}



.accord dd {
  height: auto;
  max-height: auto;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}

.accord dd.accord-active{
  display:block;
}

.accord dd > p {
  padding: 1em 2em 1em 2em;
}



.accord dd.accord-collapsed {
  max-height: 0;
  display:none !important;
}



.accord .eyebrow {
  clear: both;
}





.accordion .item {
  display: inline-block;
  float: left;
  overflow: hidden;
}

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


  .accordion.horz {
    display:none;
    position: absolute;
  }
}



.accordion.horz .item {
  width: 25%;
  -webkit-transition: all 600ms;
  transition: all 600ms;
}



.accordion.horz .item .wrap {
  border-right: 1px solid #fff;
  color: #fff;
  width: 100%;
}



.accordion.horz .item .wrap a {
  color: #fff;
}



.accordion.horz .item .wrap > * {
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
}



.accordion.horz .item .wrap .item-brief {
  width: auto;
  text-align: center;
}



.accordion.horz .item .wrap .item-full {
  width: 55%;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
}



.accordion.horz .item:last-child .wrap {
  border-right: none;
}



.accordion.horz:hover .item {
  width: 23%;
}



.accordion.horz:hover .item .wrap > * {
  opacity: 0;
}



.accordion.horz .item:hover {
  width: 31%;
}



.accordion.horz .item:hover .wrap > * {
  opacity: 1;
}



.accordion.horz .item:hover .item-full {
  opacity: 1;
  -webkit-transition: opacity 400ms 400ms;
  transition: opacity 400ms 400ms;
  display: block;
}



.accordion.horz.large:hover .item {
  width: 3%;
}



.accordion.horz.large .item:hover {
  width: 91%;
}



.flexbox .accordion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}



.flexbox .accordion:before,
.flexbox .accordion:after {
  display: none;
}



.flexbox .accordion.horz .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}



.flexbox .accordion.horz .item .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}



.flexbox .accordion.horz .item .wrap > * {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}



.flexbox .accordion.horz .item .wrap .item-brief {
  text-align: center;
}



.flexbox .accordion.horz .item .wrap .item-brief * {
  max-width: 60%;
  margin: auto;
  padding-bottom: 15px;
}



.flexbox .accordion.horz .item .wrap .item-brief h2 {
  margin: auto auto -50px auto;
  line-height: 120px;
}



.flexbox .accordion.horz .item .wrap .item-brief h2.item-1 {
  margin: auto auto -40px auto;
}



.flexbox .accordion.horz .item .wrap .item-brief hr {
  width: 15%;
}



.flexbox .accordion.horz .item .wrap .item-full > * {
  max-width: 80%;
}



.flexbox .accordion.horz .item .wrap .item-full h2 {
  margin-bottom: 15px;
}



.flexbox .accordion.horz .item .wrap .item-full p {
  margin-bottom: 40px;
}



.flexbox .accordion.horz .item .wrap .item-full h5 {
  font-size: 11px;
  line-height: 1;
}



.flexbox .accordion.horz .item .wrap .item-full a.item-cta {
  display: inline-block;
  padding: 0px 15px;
  border: 2px solid #fff;
}



.map-wrapper {
  width: 100%;
  height: 500px;
}



#map-canvas {
  height: 100%;
}



#map_canvas img {
  max-width: none;
}



.gm-style img {
  max-width: none;
}



.gm-style label {
  width: auto;
  display: inline;
}



.map-background {
  background-color: #f0f0f0;
}



.contact-map-results-set .address-card {
  min-height: 249px;
}



.map h1 {
  font-family: 'theSansBold',Arial,Helvetica,sans-serif;
  font-size: 24px;
  line-height: 1.2;
  padding: 10px 2px;
  display: block;
  color: #1e1e1e;
  margin-top: 25px;
}



.map p {
  font-family: 'theSansBold',Arial,Helvetica,sans-serif;
  font-size: 18px;
  line-height: 1.2;
  padding: 10px 2px;
  display: block;
  color: #1e1e1e;
}



.map p .strikethrough {
  display: inline-block;
  padding: 20px 40px;
}



.map select {
  width: 100%;
  padding: 20px;
  color: #1d1d1d;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}



.map #bodyContent h1 {
  font-size: 15px;
}



.map #bodyContent p {
  font-size: 15px;
}



.module-story {
  /*margin-bottom: 50px;*/
}

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


  .module-story {
    margin-bottom: 20px;
  }
  .twocol .module-story.module-story-aside-sidebar .container{
    padding: 0;
  }
}


.main .module-story.module-story-aside-sidebar .container {
  width: 100%;
}
.main .module-story.module-story-aside-sidebar .container.aside-left aside {
  width: 100%;
  padding: 0;
}
.module-story .container.aside-left aside {
  padding-left: 0;
}



.module-story .container.aside-left article {
  padding-left: 15px;
}



.module-story .container .sect {
  margin-bottom: 40px;
}



.module-story aside .caption-wrapper {
  margin-bottom: 40px;
}

.module-story-aside-sidebar aside .caption-wrapper {
  margin-bottom: 0;
}
.module-story-aside-sidebar .container .heading:after {
  content: none;
}
.module-story-aside-sidebar aside .caption-wrapper .rte-reset li a {
  display: block;
}



.module-story aside .caption-wrapper .caption {
  font-family: 'theSansBold',Arial,Helvetica,sans-serif;
  font-size: 21px;
  line-height: 1.2;
  margin-bottom: 20px;
}

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


  .module-story aside .caption-wrapper .caption {
    font-size: 20px;
  }
}



.module-story aside .caption-wrapper .subcaption {
  font-family: Arial;
  font-size: 14px;
  line-height: 1.2;
}



.module-story aside h3 {
  font-family: 'theSansBold',Arial,Helvetica,sans-serif;
  font-size: 21px;
  line-height: 1.2;
  margin-bottom: 20px;
}

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


  .module-story aside h3 {
    font-size: 20px;
  }
}



.module-story aside h5 {
  font-family: 'theSansBold',Arial,Helvetica,sans-serif;
  font-size: 21px;
  line-height: 1.2;
  text-transform: none;
  margin-bottom: 20px;
}

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


  .module-story aside h5 {
    font-size: 20px;
  }
}



.module-story aside p {
  font-family: Arial;
  font-size: 16px;
  line-height: 1.5 !important;
  line-height: 1.2;
  margin-bottom: 20px;
}
section.module-story aside p:last-of-type {
  margin-bottom: 0;
}
section.module-story-aside-sidebar {
  margin-bottom: 50px;
}


.module-story article {
  padding-left: 0;
}

.module-story article.full {
  padding-left: 0;
  margin-bottom: 50px;
}

.module_3a-story article.full:not(:only-of-type) {
  margin-bottom: 25px;
}

.module_3a-story article.full:last-of-type {
  margin-bottom: 50px;
}

.module_3a-story + .module_3a-story:not(:only-of-type) {
  margin-top: -25px;
}

.module_3a-story:first-of-type {
  margin-top: 0;
}

.module-story article h2 {
  font-family: 'theSansBold',Arial,Helvetica,sans-serif;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 20px;
}

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


  .module-story article h2 {
    font-size: 24px;
  }
  .module-story article.full {
    margin-bottom: 10px;
  }
}



.module-story article h3 {
  font-family: 'theSansBold',Arial,Helvetica,sans-serif;
  font-size: 21px;
  line-height: 1.2;
  margin-bottom: 20px;
}

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


  .module-story article h3 {
    font-size: 20px;
  }
}



.module-story article h4 {
  font-family: 'theSansBold',Arial,Helvetica,sans-serif;
  font-size: 18px;
  line-height: 1.2;
}



.module-story article p {
  margin-bottom: 20px;
  font-family: Arial;
  font-size: 16px;
  line-height: 1.5 !important;
  line-height: 1.2;
}



.module-story article p.dates {
  line-height: 1.2;
  margin-bottom: 5px;
}



.module-story article p.last {
  margin-bottom: 40px;
}



.module-story article ul li {
  margin-bottom: 20px;
  font-family: Arial;
  font-size: 16px;
  line-height: 1.5 !important;
  line-height: 1.2;
}



.module-accordion.hpfs .item {
  width: 25%;
  border: 1px solid #ccc;
  background: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: none;
  transition: none;
}



.module-accordion.hpfs .item:hover {
  width: 32%;
  background-repeat: no-repeat;
}



.module-accordion.hpfs .item .inner .item-content {
  text-align: left;
  padding: 60px;
}



.module-accordion.hpfs .item .inner .item-content h2 {
  background: none;
  font-family: 'theSansBold',Arial,Helvetica,sans-serif;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 15px;
}

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


  .module-accordion.hpfs .item .inner .item-content h2 {
    font-size: 24px;
  }
}



.module-accordion.hpfs .item .inner .item-content p {
  margin-bottom: 15px;
}



.module-accordion.hpfs .item .inner .item-content .cta {
  max-width: 100%;
}



.module-accordion.hpfs .item .item-rating {
  display: none;
}



.module-accordion.hpfs .item .cta {
  max-width: 100%;
}



.module-accordion.hpfs .item-0:hover {
  /*background-image: url("../global/images/fpo/Corning_992_HPFS_AnimatedGraph_1.1.1.gif");*/
}



.module-accordion.hpfs .item-1:hover {
  /*background-image: url("../global/images/fpo/Corning_992_HPFS_AnimatedGraph_2.1.1.gif");*/
}



.module-accordion.hpfs .item-2:hover {
  /*background-image: url("../global/images/fpo/Corning_992_HPFS_AnimatedGraph_1.1.1.gif");*/
}



.module-accordion.hpfs .item-3:hover {
  /*background-image: url("../global/images/fpo/Corning_992_HPFS_AnimatedGraph_2.1.1.gif");*/
}



.module-content-block {
  margin-bottom: 50px;
}

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


  .module-content-block {
    margin-bottom: 20px;
  }
}



.module-content-block .container .reveal-content {
  clear: both;
}



.module-content-block .container .reveal-content .half {
  float: left;
  padding: 0 30px 30px;
}



.module-content-block .container .toggle {
  width: 100% !important;
}



.module-content-block .eyebrow {
  text-align: center;
  margin-bottom: 30px;
}



.module-content-block h2 {
  text-align: center;
  font-size: 42px;
}

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


  .module-content-block h2 {
    font-size: 28px;
  }
}



.module-expanded-strip {
  margin-bottom: 50px;
}

:lang(ja_jp) .module-expanded-strip i.glyphicon-remove {
  font-family: 'icomoon' !important;
}

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


  .module-expanded-strip {
    margin-bottom: 20px;
  }
}

.module-expanded-strip .item-wrapper .item .black {
  height: 100%;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .module-expanded-strip .item-wrapper .item .black .wrap .item-text {
      position: absolute;
      bottom: 0px;
  }
}


.module-expanded-strip .item-wrapper {
  clear: both;
  position: relative;
  overflow: hidden;
}



.module-expanded-strip .item-wrapper .item {
  /*height: 600px;*/
  float: left;
  overflow: hidden;
  -webkit-transition: all 600ms;
  transition: all 600ms;
}

.module-expanded-strip .item-wrapper .item > div {
  position: absolute;
  top: 0;
  pointer-events:none;
  bottom: 0;
  z-index: 10;
}



.module-expanded-strip .item-wrapper .item.active .wrap > .item-desc,
.module-expanded-strip .item-wrapper .item.active .wrap > .item-text {
  opacity: 1;
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
  visibility :visible;

}



.module-expanded-strip .item-wrapper .item.inactive > div{

  opacity: 0;
  visibility :hidden;
}



.module-expanded-strip .item-wrapper .item img {
  min-height: 100%;
  min-width: 100%;
  max-width: none;
  -webkit-transition: all 600ms;
  transition: all 600ms;
}



.module-expanded-strip .item-wrapper .item .close-btn {
  color: #ffffff;
  text-shadow: 0px 0px 10px #666666;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
}

.ie8 .module-expanded-strip .item-wrapper .item.active .close-btn {
    float:right;
    visibility:visible;
}

.module-expanded-strip .item-wrapper .item .wrap {
  display: table;
  height: 100%;
  width: 100%;
}



.module-expanded-strip .item-wrapper .item .wrap .item-text {
  display: table-cell;
  vertical-align: bottom;
  padding: 30px;
  color: #ffffff;
  text-shadow: 0px 0px 10px #666666;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 600ms;
  transition: all 600ms;
}


.module-expanded-strip .item-wrapper .item .wrap .item-desc {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  padding: 0 40px 0 80px;
  color: #ffffff;
  text-shadow: 0px 0px 10px #666666;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 600ms;
  transition: all 600ms;
  pointer-events:auto;
}



.module-expanded-strip .item-wrapper .item .wrap h3,
.module-expanded-strip .item-wrapper .item .wrap p,
.module-expanded-strip .item-wrapper .item .wrap h4 {
  margin-bottom: 10px;
}



.module-expanded-strip .item-wrapper .item .wrap h3 {
  font-family: 'theSansBold',Arial,Helvetica,sans-serif;
  font-size: 30px;
  line-height: 1.2;
}

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


  .module-expanded-strip .item-wrapper .item .wrap h3 {
    font-size: 24px;
  }
}



.module-expanded-strip .item-wrapper .item .wrap h4 {
  font-family: 'theSansBold',Arial,Helvetica,sans-serif;
  font-size: 18px;
  line-height: 1.2;
}



.module-expanded-strip.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-expanded-strip.lifeatcorning .item-wrapper .item .wrap .quote .quote-first {
  margin-left: -30px;
  margin-right: 10px;
}



.module-expanded-strip.lifeatcorning .item-wrapper .item .wrap .quote .quote-last {
  margin-left: 10px;
}



.module-expanded-strip.advglass .item-wrapper .item .wrap .item-desc {
  padding: 20px;
}



.module-expanded-strip.advglass .item-wrapper .item .wrap .item-desc p,
.module-expanded-strip.advglass .item-wrapper .item .wrap .item-desc .subtitle,
.module-expanded-strip.advglass .item-wrapper .item .wrap .item-desc .subdesc {
  font-family: Arial;
  font-size: 14px;
  line-height: 1.2;
}



.module-expanded-strip.advglass .item-wrapper .item .wrap .item-desc p {
  margin-bottom: 15px;
}



.module-expanded-strip.advglass .item-wrapper .item .wrap .item-desc .subtitle {
  font-weight: bold;
  margin-bottom: 5px;
}



.module-expanded-strip.advglass .item-wrapper .item .wrap .item-desc .sect {
  margin-bottom: 30px;
}



.module-expanded-strip.advglass .item-wrapper .item .wrap .item-desc .spec-wrapper {
  margin: 20px 0 10px 0;
}



.module-expanded-strip.advglass .item-wrapper .item .wrap .item-desc .spec-wrapper:before,
.module-expanded-strip.advglass .item-wrapper .item .wrap .item-desc .spec-wrapper:after {
  content: " ";

  display: table;

}



.module-expanded-strip.advglass .item-wrapper .item .wrap .item-desc .spec-wrapper:after {
  clear: both;
}



.module-expanded-strip.advglass .item-wrapper .item .wrap .item-desc .spec-wrapper .specs {
  margin-bottom: 10px;
}



.module-expanded-strip.advglass .item-wrapper .item .wrap .item-desc .spec-wrapper .specs:before,
.module-expanded-strip.advglass .item-wrapper .item .wrap .item-desc .spec-wrapper .specs:after {
  content: " ";

  display: table;

}



.module-expanded-strip.advglass .item-wrapper .item .wrap .item-desc .spec-wrapper .specs:after {
  clear: both;
}



.module-expanded-strip.advglass .item-wrapper .item .wrap .item-desc .spec-wrapper .specs div {
  float: left;
  margin-right: 2px;
}



.module-expanded-strip.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-expanded-strip.advglass .item-wrapper .item .wrap .item-desc .spec-wrapper .specs .spec {
  width: 28px;
  height: 6px;
  border: 1px solid #fff;
  margin-top: 3px;
}



.module-expanded-strip.advglass .item-wrapper .item .wrap .item-desc .spec-wrapper .specs .spec.full {
  background-color: #fff;
}



.module-expanded-strip.advglass .item-wrapper .item .wrap h3 {
  font-family: 'theSansBold',Arial,Helvetica,sans-serif;
  font-size: 21px;
  line-height: 1.2;
}

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


  .module-expanded-strip.advglass .item-wrapper .item .wrap h3 {
    font-size: 20px;
  }
}



.module-expanded-strip.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-expanded-strip.advglass .item-wrapper .item .wrap h4 {
    font-size: 20px;
  }
}



.module-expanded-strip.advglass .item-wrapper .item .wrap h5 {
  font-family: 'theSansNormal',Arial,Helvetica,sans-serif;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 15px;
}



.module-expanded-strip.hpfs .item-wrapper {
  height: 500px;
}



.module-expanded-strip.hpfs .item-wrapper .item {
  height: 500px;
}



.module-expanded-strip.hpfs .item-wrapper .item > div {
  height: 500px;
}



.module-expanded-strip.hpfs .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.hpfs .item-wrapper .item {
  border-right: 1px solid #cccccc;
  padding-top: 30px;
}



.module-expanded-strip.hpfs .item-wrapper .item img {
  width: 447px;
  height: 234px;
  min-height: 0;
  min-width: 0;
}



.module-expanded-strip.hpfs .item-wrapper .item .wrap {
  color: #1e1e1e;
}



.module-expanded-strip.hpfs .item-wrapper .item .wrap .item-desc {
  padding: 80px;
}



.module-expanded-strip.hpfs .item-wrapper .item .wrap .item-desc .close-btn {
  color: #1e1e1e;
  text-shadow: none;
}



.module-expanded-strip.hpfs .item-wrapper .item .wrap p,
.module-expanded-strip.hpfs .item-wrapper .item .wrap h3,
.module-expanded-strip.hpfs .item-wrapper .item .wrap h4,
.module-expanded-strip.hpfs .item-wrapper .item .wrap h5 {
  color: #1e1e1e;
  text-shadow: none;
}



.module-expanded-strip.hpfs .item-wrapper .item .wrap h3 {
  font-family: 'theSansBold',Arial,Helvetica,sans-serif;
  font-size: 21px;
  line-height: 1.2;
}

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


  .module-expanded-strip.hpfs .item-wrapper .item .wrap h3 {
    font-size: 20px;
  }
}



.module-expanded-strip.hpfs .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-expanded-strip.hpfs .item-wrapper .item .wrap h4 {
    font-size: 20px;
  }
}



.module-expanded-strip.hpfs .item-wrapper .item .wrap h5 {
  font-family: 'theSansNormal',Arial,Helvetica,sans-serif;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 15px;
}



.module-expanded-strip.ones .item-wrapper .item {
  width: 100%;
}



.module-expanded-strip.ones .item-wrapper .item > div {
  width: 100%;
}



.module-expanded-strip.ones .item-wrapper .item.active {
  width: 100%;
}



.module-expanded-strip.ones .item-wrapper .item.inactive {
  width: 100%;
}



.module-expanded-strip.ones .item-wrapper .item .wrap > .item-text {
  width: 45%;
}



.module-expanded-strip.ones .item-wrapper .item .wrap > .item-desc {
  width: 55%;
  display: block;
  opacity: 1;
}



.module-expanded-strip.ones .item-wrapper .item .wrap > .item-desc .close-btn {
  display: none;
}



.module-expanded-strip.twos .item-wrapper .item {
  width: 50%;
}



.module-expanded-strip.twos .item-wrapper .item > div {
  width: 90%;
}



.module-expanded-strip.twos .item-wrapper .item.active {
  width: 90%;
}



.module-expanded-strip.twos .item-wrapper .item.inactive {
  width: 10%;
}



.module-expanded-strip.twos .item-wrapper .item .wrap > .item-text {
  width: 45%;
}



.module-expanded-strip.twos .item-wrapper .item .wrap > .item-desc {
  width: 55%;
}



.module-expanded-strip.threes .item-wrapper .item {
  width: 33.3333333%;
}



.module-expanded-strip.threes .item-wrapper .item > div {
  width: 80%;
}



.module-expanded-strip.threes .item-wrapper .item.active {
  width: 80%;
}



.module-expanded-strip.threes .item-wrapper .item.inactive {
  width: 10%;
}



.module-expanded-strip.threes .item-wrapper .item .wrap > .item-text {
  width: 30%;
}



.module-expanded-strip.threes .item-wrapper .item .wrap > .item-desc {
  width: 50%;
}



.module-expanded-strip.fours .item-wrapper .item {
  width: 25%;
}



.module-expanded-strip.fours .item-wrapper .item > div {
  width: 70%;
}



.module-expanded-strip.fours .item-wrapper .item.active {
  width: 70%;
}



.module-expanded-strip.fours .item-wrapper .item.inactive {
  width: 10%;
}



.module-expanded-strip.fours .item-wrapper .item .wrap > .item-text {
  width: 25%;
}



.module-expanded-strip.fours .item-wrapper .item .wrap > .item-desc {
  width: 45%;
  pointer-events:auto;
}

.module-expanded-strip.threes .item-wrapper .item div.wrap > .item-text {
  width: 40%;
}
.module-expanded-strip.fours .item-wrapper .item div.wrap > .item-text {
  width: 28%;
}

.module-expanded-strip .item-wrapper .item .black div.wrap .item-text {
  position: relative;
}
/*.module-expanded-strip .item-wrapper .item div.wrap > .item-text > div {
  min-height: 132px;
}
.module-expanded-strip.fours .item-wrapper .item div.wrap > .item-text > div {
  min-height: 180px;
}
.module-expanded-strip.product-tiles .item-wrapper .item div.wrap > .item-text > div {
  min-height: 108px;
}
.module-expanded-strip.product-tiles.fours .item-wrapper .item div.wrap > .item-text > div {
  min-height: 140px;
}


@media (min-width: 768px) and (max-width: 940px) {
  .module-expanded-strip .item-wrapper .item div.wrap > .item-text > div {
    min-height: 229px;
  }
  .module-expanded-strip.fours .item-wrapper .item div.wrap > .item-text > div {
    min-height: 278px;
  }
  .module-expanded-strip.product-tiles .item-wrapper .item div.wrap > .item-text > div {
    min-height: 205px;
  }
  .module-expanded-strip.product-tiles.fours .item-wrapper .item div.wrap > .item-text > div {
    min-height: 230px;
  }
}
@media (min-width: 940px) and (max-width: 1024px) {
  .module-expanded-strip .item-wrapper .item div.wrap > .item-text > div {
    min-height: 190px;
  }
  .module-expanded-strip.fours .item-wrapper .item div.wrap > .item-text > div {
    min-height: 229px;
  }
  .module-expanded-strip.product-tiles .item-wrapper .item div.wrap > .item-text > div {
    min-height: 132px;
  }
  .module-expanded-strip.product-tiles.fours .item-wrapper .item div.wrap > .item-text > div {
    min-height: 181px;
  }
}*/

/*@font-face {
  font-family: 'footable';
  src: url("../global/global/css/fonts/footable.eot");
  src: url("../global/global/css/fonts/footable.eot?#iefix") format("embedded-opentype"), url("../global/global/css/fonts/footable.woff") format("woff"), url("../global/global/css/fonts/footable.ttf") format("truetype"), url("../global/global/css/fonts/footable.svg#footable") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'footable';
    src: url("../global/global/css/fonts/footable.svg#footable") format("svg");
    font-weight: normal;
    font-style: normal;
  }
}*/
.footable {
  width: 100%;
}
.footable.breakpoint > tbody > tr.footable-detail-show > td {
  border-bottom: none;
}
.footable.breakpoint > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\2212";
}
.footable.breakpoint > tbody > tr:hover:not(.footable-row-detail) {
  cursor: pointer;
}
.footable.breakpoint > tbody > tr > td.footable-cell-detail {
  background: #eee;
  border-top: none;
}
.footable.breakpoint > tbody > tr > td > span.footable-toggle {
  display: inline-block;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  padding-right: 5px;
  font-size: 14px;
  color: #888888;
}
.footable.breakpoint > tbody > tr > td > span.footable-toggle:before {
  content: "\2b";
}
.footable.breakpoint.toggle-circle > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e005";
}
.footable.breakpoint.toggle-circle > tbody > tr > td > span.footable-toggle:before {
  content: "\2212";
}
.footable.breakpoint.toggle-circle-filled > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e003";
}
.footable.breakpoint.toggle-circle-filled > tbody > tr > td > span.footable-toggle:before {
  content: "\e002";
}
.footable.breakpoint.toggle-square > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e007";
}
.footable.breakpoint.toggle-square > tbody > tr > td > span.footable-toggle:before {
  content: "\e006";
}
.footable.breakpoint.toggle-square-filled > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e009";
}
.footable.breakpoint.toggle-square-filled > tbody > tr > td > span.footable-toggle:before {
  content: "\e008";
}
.footable.breakpoint.toggle-arrow > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e00f";
}
.footable.breakpoint.toggle-arrow > tbody > tr > td > span.footable-toggle:before {
  content: "\e011";
}
.footable.breakpoint.toggle-arrow-small > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e013";
}
.footable.breakpoint.toggle-arrow-small > tbody > tr > td > span.footable-toggle:before {
  content: "\e015";
}
.footable.breakpoint.toggle-arrow-circle > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e01b";
}
.footable.breakpoint.toggle-arrow-circle > tbody > tr > td > span.footable-toggle:before {
  content: "\e01d";
}
.footable.breakpoint.toggle-arrow-circle-filled > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e00b";
}
.footable.breakpoint.toggle-arrow-circle-filled > tbody > tr > td > span.footable-toggle:before {
  content: "\e00d";
}
.footable.breakpoint.toggle-arrow-tiny > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e01f";
}
.footable.breakpoint.toggle-arrow-tiny > tbody > tr > td > span.footable-toggle:before {
  content: "\e021";
}
.footable.breakpoint.toggle-arrow-alt > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e017";
}
.footable.breakpoint.toggle-arrow-alt > tbody > tr > td > span.footable-toggle:before {
  content: "\e019";
}
.footable.breakpoint.toggle-medium > tbody > tr > td > span.footable-toggle {
  font-size: 18px;
}
.footable.breakpoint.toggle-large > tbody > tr > td > span.footable-toggle {
  font-size: 24px;
}
.footable > thead > tr > th {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
}
.footable > thead > tr > th.footable-sortable:hover {
  cursor: pointer;
}
.footable > thead > tr > th.footable-sorted > span.footable-sort-indicator:before {
  content: "\e013";
}
.footable > thead > tr > th.footable-sorted-desc > span.footable-sort-indicator:before {
  content: "\e012";
}
.footable > thead > tr > th > span.footable-sort-indicator {
  display: inline-block;
  font-family: 'footable';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  padding-left: 5px;
}
.footable > thead > tr > th > span.footable-sort-indicator:before {
  content: "\e022";
}
.footable > tfoot .pagination {
  margin: 0;
}
.footable.no-paging .hide-if-no-paging {
  display: none;
}
.footable-row-detail-inner {
  display: table;
}
.footable-row-detail-row {
  display: table-row;
  line-height: 1.5em;
}
.footable-row-detail-group {
  display: block;
  line-height: 2em;
  font-size: 1.2em;
  font-weight: bold;
}
.footable-row-detail-name {
  display: table-cell;
  font-weight: bold;
  padding-right: 0.5em;
}
.footable-row-detail-value {
  display: table-cell;
}
.footable-odd {
  background-color: #f7f7f7;
}
.module-innovation-library .ptitle-container {
  padding: 21px 0px 24px;
  border: 1px solid #f0f0f0;
}
.module-innovation-library .horizontal_group {
  padding: 0px 15px 9px;
}
.module-innovation-library .horizontal_group .filter_heading h2 {
  font-family: 'theSansNormal',Arial,Helvetica,sans-serif;
  font-size: 30px;
  line-height: 30px;
  color: #000000;
  text-align: left;
  display: inline-block;
}
.module-innovation-library .horizontal_group .sort_options {
  text-align: right;
  float: right;
}
.module-innovation-library .horizontal_group .sort_options .horzheading {
  font-family: 'theSansBold',Arial,Helvetica,sans-serif;
  font-size: 14px;
  line-height: 42px;
  color: #616365;
  text-transform: uppercase;
  float: left;
  padding-right: 15px;
}
.module-innovation-library .horizontal_group .sort_options .select_options {
  float: left;
}
.module-innovation-library .horizontal_group .sort_options .select_options .form-control {
  font-family: 'theSansBold',Arial,Helvetica,sans-serif;
  font-size: 14px;
  line-height: 42px;
  color: #005293;
  border: 2px solid #b3b3b3;
  width: 190px;
  height: 37px;
  text-transform: uppercase;
  border-radius: 0px;
}
.module-innovation-library .filter_research .filter_article_block {
  border: 1px solid #f0f0f0;
  margin-bottom: 15px;
}
.module-innovation-library .filter_research .filter_article_block .article_block {
  padding: 12px 30px 0px;
}
.module-innovation-library .filter_research .filter_article_block .article_block h3 {
  font-family: 'theSansBold',Arial,Helvetica,sans-serif;
  font-size: 11px;
  line-height: 15px;
  color: #616365;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.module-innovation-library .filter_research .filter_article_block .article_block .subheading {
  font-family: 'theSansNormal',Arial,Helvetica,sans-serif;
  font-size: 22px;
  line-height: 27px;
  color: #616365;
  margin-bottom: 14px;
}
.module-innovation-library .filter_research .filter_article_block .article_block .lineseparator {
  border: 1px solid #616365;
  width: 10%;
  margin-bottom: 15px;
}
.module-innovation-library .filter_research .filter_article_block .article_block .authordetail {
  margin-bottom: 18px;
}
.module-innovation-library .filter_research .filter_article_block .article_block .authordetail .designation {
  font-family: 'theSansBold',Arial,Helvetica,sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #616365;
}
.module-innovation-library .filter_research .filter_article_block .article_block .authordetail .name {
  font-family: 'theSansNormal',Arial,Helvetica,sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #616365;
  margin-top: 5px;
}
.module-innovation-library .filter_research .filter_article_block .article_block .publication {
  margin-bottom: 18px;
}
.module-innovation-library .filter_research .filter_article_block .article_block .publication .publicationtype {
  font-family: 'theSansBold',Arial,Helvetica,sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #616365;
}
.module-innovation-library .filter_research .filter_article_block .article_block .publication .content {
  font-family: 'theSansNormal',Arial,Helvetica,sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #616365;
  margin-top: 5px;
}
.module-innovation-library .filter_research .filter_article_block .article_block .description {
  font-family: 'theSansNormal',Arial,Helvetica,sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #616365;
  margin-bottom: 20px;
}
.module-innovation-library .filter_research .filter_article_block .article_block .expand {
  margin-bottom: 23px;
}
.module-innovation-library .filter_research .filter_article_block .article_block .expand a {
  font-family: 'theSansBold',Arial,Helvetica,sans-serif;
  font-size: 11px;
  line-height: 15px;
  color: #005293;
  text-transform: uppercase;
  text-decoration: none;
}
.module-innovation-library .filter_research .filter_article_block .foobar {
  width: 100%;
  height: 40px;
  background: #f0f0f0;
  padding: 15px 2px;
}
.module-innovation-library .filter_research .filter_article_block .foobar ul.options {
  list-style: none;
  display: block;
  padding: 0px;
}
.module-innovation-library .filter_research .filter_article_block .foobar ul.options li {
  float: left;
  padding: 0px 11px;
  border-right: 1px solid #d3d4d4;
  height: 14px;
}
.module-innovation-library .filter_research .filter_article_block .foobar ul.options li.last_opt {
  border-right: none;
}
.module-innovation-library .filter_research .filter_article_block .foobar ul.options .icon_pdf {
  /*background: url(../global/assets/images/innovation-library/sp_media_icons.png) no-repeat scroll transparent;*/
  width: 25px;
  height: 11px;
  background-position: 0px 0px;
  display: inline-block;
  text-indent: -99999px;
  float: left;
  cursor: pointer;
}
.module-innovation-library .filter_research .filter_article_block .foobar ul.options .icon_email {
  /*background: url(../global/assets/images/innovation-library/sp_media_icons.png) no-repeat scroll transparent;*/
  width: 16px;
  height: 12px;
  background-position: -30px 0px;
  display: inline-block;
  text-indent: -99999px;
  float: left;
  cursor: pointer;
}
.module-innovation-library .filter_research .filter_article_block .foobar ul.options .icon_print {
  /*background: url(../global/assets/images/innovation-library/sp_media_icons.png) no-repeat scroll transparent;*/
  width: 17px;
  height: 17px;
  background-position: -60px 0px;
  display: inline-block;
  text-indent: -99999px;
  float: left;
  cursor: pointer;
}
.module-innovation-library .filter_research .filter_article_block .foobar ul.options .pdf {
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'theSansBold',Arial,Helvetica,sans-serif;
  font-size: 11px;
  line-height: 11px;
  vertical-align: top;
  color: #616365;
  padding-left: 4px;
}
.module-innovation-library .filter_research .filter_article_block .foobar ul.options .email {
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'theSansBold',Arial,Helvetica,sans-serif;
  font-size: 11px;
  line-height: 11px;
  vertical-align: top;
  color: #616365;
  padding-left: 4px;
}
.module-innovation-library .filter_research .filter_article_block .foobar ul.options .print {
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'theSansBold',Arial,Helvetica,sans-serif;
  font-size: 11px;
  line-height: 11px;
  vertical-align: top;
  color: #616365;
  padding-left: 4px;
}
.module-innovation-library .filter_option .filters {
  border: 1px solid #cccccc;
  border-top: none;
}



.module-innovation-library .filter_option .filters .groupby .section_heading {
  height: 46px;
  background: #f0f0f0;
  font-family: 'theSansBold',Arial,Helvetica,sans-serif;
  font-size: 14px;
  line-height: 30px;
  color: #1e1e1e;
  padding: 8px 13px 6px 15px;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  text-transform: uppercase;
}



.module-innovation-library .filter_option .filters .groupby .section_heading .icon_collapse {
  float: right;
  /*background: url(../global/assets/images/innovation-library/helpers_icon.png) no-repeat scroll transparent;*/
  width: 20px;
  height: 20px;
  text-indent: -99999px;
  background-position: -30px 0px;
  margin-top: 4px;
  cursor: pointer;
}



.module-innovation-library .filter_option .filters .groupby .section_heading .icon_expand {
  float: right;
  /*background: url(../global/assets/images/innovation-library/helpers_icon.png) no-repeat scroll transparent;*/
  width: 20px;
  height: 20px;
  text-indent: -99999px;
  background-position: 0px 0px;
  margin-top: 4px;
  cursor: pointer;
}



.module-innovation-library .filter_option .filters .groupby .group {
  padding: 24px 17px 0px;
  overflow-y: scroll;
  max-height: 282px;
}



.module-innovation-library .filter_option .filters .groupby .group .title {
  padding-bottom: 24px;
  font-family: 'theSansNormal',Arial,Helvetica,sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #666666;
  display: block;
  text-decoration: none;
}



.module-innovation-library .filter_option .filters .groupby .group .title.active {
  font-family: 'theSansBold',Arial,Helvetica,sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #005293;
}



.module-innovation-library .filter_option .filters .groupby.a_expanding .section_heading {
  border-bottom: none;
}



.module-innovation-library .filter_option .filters .groupby.a_expanding .group {
  display: none;
}



.module-innovation-library .pagination {
  padding-left: 40px;
  margin: 12px 0px;
}



.module-innovation-library .pagination a {
  width: 38px;
  height: 38px;
  border: 1px solid #b9b9b9;
  text-decoration: none;
  color: #b9b9b9;
  display: inline-block;
  padding: 10px 0px;
  text-align: center;
}



.module-innovation-library .pagination .dots {
  margin: 0px 17px 0px 11px;
  color: #cdcdcd;
}



.module-innovation-library .pagination .page {
  font-family: 'theSansBold',Arial,Helvetica,sans-serif;
  font-size: 11px;
  line-height: 15px;
  color: #b9b9b9;
  margin: 0px 10px;
}



.module-innovation-library .pagination .pagenumber {
  margin-right: 6px;
}



.module-innovation-library .pagination .view_all {
  font-family: 'theSansBold',Arial,Helvetica,sans-serif;
  font-size: 10px;
  line-height: 12px;
  color: #005293;
  border: 1px solid #005293;
  padding: 14px 20px 10px;
  margin-left: 17px;
}



.module-innovation-library .pagination .active {
  background: #b9b9b9;
  color: #fff;
}



.module-innovation-library .mini-pagination .pagination {
  padding-left: 156px;
  margin: 138px 0px 50px 0px;
}



.module-innovation-library .mini-pagination .pagination a {
  width: auto;
  height: auto;
  border: none;
  text-decoration: none;
  color: #b9b9b9;
  display: inline-block;
  padding: 0px 3px;
  border-right: 1px solid #767676;
}



.module-innovation-library .mini-pagination .pagination .previous {
  display: none;
}



.module-innovation-library .mini-pagination .pagination .next {
  display: none;
}



.module-innovation-library .mini-pagination .pagination .last-showing,
.module-innovation-library .mini-pagination .pagination .lastindex {
  border: none;
}



.module-innovation-library .mini-pagination .pagination .dots {
  margin: 0px 4px 0px 0px;
  color: #cdcdcd;
}



.module-innovation-library .mini-pagination .pagination .page {
  font-family: 'theSansBold',Arial,Helvetica,sans-serif;
  font-size: 10px;
  line-height: 12px;
  color: #005293;
  margin: 0px;
}



.module-innovation-library .mini-pagination .pagination .pagenumber {
  font-family: 'theSansBold',Arial,Helvetica,sans-serif;
  font-size: 10px;
  line-height: 12px;
  color: #767676;
  margin-right: 0px;
  padding-right: 13px;
}



.module-innovation-library .mini-pagination .pagination .active {
  font-family: 'theSansBold',Arial,Helvetica,sans-serif;
  font-size: 10px;
  line-height: 12px;
  color: #005293;
  background: none;
}



@media (min-width: 767px) {


  html.search-active header.full:before {
    -webkit-transition: background 400ms;
    transition: background 400ms;
  }
}



html.search-active section.module-search form.search-form {
  -webkit-transition: background 400ms;
  transition: background 400ms;
  z-index: 99999;
  display:block;
}



html.search-active section.module-search form.search-form fieldset {
  -webkit-transition: all 600ms 400ms;
  transition: all 600ms 400ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}



html.search-active .page_search section.module-search form.search-form {
  bottom: auto;
}



html.search-active .page_search section.module-search form.search-form fieldset {
  background: #fff;
}



html.search-active body:not(.page_search) section.module-search {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99999;
  overflow-y: auto;
  background: rgba(255, 255, 255, 0.9);
}



html.search-active body:not(.page_search) section.module-search.show-response {
  background: #fff;
}



html .search-sort {
  display: none;
}

.module-long-form {
  margin-bottom: 50px;
}



.module-long-form .heading {
  padding: 40px 0;
  margin-bottom: 160px;
  width: 45%;
}

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


  .module-long-form .heading {
    margin-bottom: 50px;
  }
}



.module-long-form .heading .title {
  color: #fff;
  font-family: 'theSansBold',Arial,Helvetica,sans-serif;
  font-size: 30px;
  line-height: 1.2;
}

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


  .module-long-form .heading .title {
    font-size: 24px;
  }
}



.module-long-form .container article {
  padding-top: 200px;
  padding-bottom: 200px;
  margin-bottom: 0;
}

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


  .module-long-form .container article {
    padding-top: 30px;
    padding-bottom: 30px;
    border: none;
  }
}



.module-long-form .container article h2,
.module-long-form .container article p {
  color: #fff;
}



.module-long-form .container article h2 {
  font-family: 'theSansBold',Arial,Helvetica,sans-serif;
  font-size: 45px;
  line-height: 1.2;
  margin-bottom: 20px;
}

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


  .module-long-form .container article h2 {
    font-size: 32px;
  }
}



.module-long-form .container article.last {
  margin-bottom: 50px;
  padding-bottom: 0;
}

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


  .module-long-form .container aside {
    padding-bottom: 50px;
  }
}



.module-long-form .container aside h2,
.module-long-form .container aside p {
  color: #fff;
}



.module-long-form .container aside h2 {
  font-family: 'theSansBold',Arial,Helvetica,sans-serif;
  font-size: 45px;
  line-height: 1.2;
  margin-bottom: 10px;
}

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


  .module-long-form .container aside h2 {
    font-size: 32px;
  }
}



.module-long-form .container aside .sub {
  font-family: 'theSansBold',Arial,Helvetica,sans-serif;
  font-size: 21px;
  line-height: 1.2;
  margin-bottom: 20px;
}

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


  .module-long-form .container aside .sub {
    font-size: 20px;
  }
}





.hpfs-accordion .titleHeader {
  margin: auto;
  font-size: 42px;
  text-align: center;
  margin-bottom: 23px;
  font-family: 'theSansNormal',Arial,Helvetica,sans-serif;
}



.table-container .shadow-wrapper {
  position: relative;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}



.table-container .shadow-wrapper:after {
  position: absolute;
  right: 10px;
  bottom: 0;
  left: 10px;
  height: 20px;
  border-radius: 0 0 50% 50% / 0 0 20px 20px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
  content: '';
}



.table-container .tab-content {
  background-color: #fff;
  margin-bottom: 50px;
}



.table-container table {
  width: 100%;
  white-space: no-wrap;
  background: #fff;
  float: left;
  overflow-x: auto;
  float: left;
  border: 1px solid #cccccc;
  font-family: 'theSansNormal',Arial,Helvetica,sans-serif;
}



.table-container table.fixed-column th {
  border-right: 0;
}



.table-container table.fixed-column td {
  border-right: 0;
}



.table-container table.fixed-column {
  width: auto;
}



.table-container table.cloned {
  width: 75%;
}

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


  .table-container table.fixed-column {
    width: 19%;
  }
}



.table-container tbody tr:nth-child(odd) {
  /*background: #f3f3f4;*/
}



.table-container td {
  padding: 15px;
  margin: 0;
  border-right: 1px solid #ccc;
}



.table-container th {
  padding: 10px;
  border-right: 1px solid #ccc;
  letter-spacing: -1px;
}



.table-container .product-type {
  text-align: center;
}



.table-container .product-type span {
  display: block;
  font-weight: bold;
  padding: 20px;
  font-family: 'theSansNormal',Arial,Helvetica,sans-serif;
  font-size: 18px;
}



.table-container .table-wrapper {
  background: #fff;
}



.table-container .table-indent {
  overflow-x: scroll;
  overflow-y: visible;
  padding-bottom: 1px;
}



.table-container .table-footer p {
  margin: 20px;
}



.table-container .headcol {
  left: 0;
  top: auto;
  width: auto
}

.table-container .headcol.footable-visible{
  display:block !important;
}


.table-container .headcol.no-border-right {
  border-right: 0;
}

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


  .table-container .responsive-table .fixed-column {
    display: none;
  }
}

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


  .table-container .responsive-table .fixed-column {
    position: absolute;
    display: inline-block;
    width: auto;
    border-right: 1px solid #ddd;
  }
}



.table-container .product-name {
  display: block;
  font-weight: bold;
}



.module-product-tiles-cards {
  margin-bottom: 50px;
}

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


  .module-product-tiles-cards {
    margin-bottom: 20px;
  }
}



.module-product-tiles-cards .item-wrapper {
  display: table;
  height: 100%;
}

@media (max-width: 767px) {


  .module-product-tiles-cards .item-wrapper {
    display: block;
    height: auto;
  }
}



.module-product-tiles-cards .item-wrapper .item {

  width: 33.3%;
  display: table-cell;
  float: none;
  margin: 0;
  padding: 0 6px;
}

@media (max-width: 767px) {


  .module-product-tiles-cards .item-wrapper .item {
    display: block;
    height: auto;
    width: 100%;
    padding: 0 0 20px 0 !important;
  }
}



.module-product-tiles-cards .item-wrapper .item:first-child {
  padding: 0 12px 0 0;
}



.module-product-tiles-cards .item-wrapper .item:last-child {
  padding: 0 0 0 12px;
}



.module-product-tiles-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-product-tiles-cards .item-wrapper .item > div .item-image {
  overflow: hidden;
}



.module-product-tiles-cards .item-wrapper .item > div .item-image img {
  width: 100%;
  height: auto;
  float: left;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}



.module-product-tiles-cards .item-wrapper .item > div .item-text {
  padding: 30px 20px;
}

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


  .module-product-tiles-cards .item-wrapper .item > div .item-text {
    padding: 20px;
  }
}

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


  .module-product-tiles-cards .item-wrapper .item > div .item-text {
    padding: 15px;
  }
}



.module-product-tiles-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-product-tiles-cards .item-wrapper .item > div .item-text h3 {
    font-size: 20px;
  }
}



.module-product-tiles-cards .item-wrapper .item > div .item-text a {
  color: #1e1e1e;
}



.module-product-tiles-cards .item-wrapper .item > div .item-text a:hover {
  color: #005293;
}



.module-product-tiles-cards .item-wrapper .item:hover .item-image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}



.module-product-tiles-text {
  margin-bottom: 50px;
}

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


  .module-product-tiles-text {
    margin-bottom: 20px;
  }
}



.module-product-tiles-text h2.title {

}



.module-product-tiles-text .container {
  padding-top: 50px;
  padding-bottom: 50px;
}



.module-product-tiles-text .story-wrapper {
  display: table;
  background: #fff;
  box-shadow: 0 0 5px #cccccc;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}



.module-product-tiles-text .story-wrapper p,
.module-product-tiles-text .story-wrapper h3,
.module-product-tiles-text .story-wrapper h4,
.module-product-tiles-text .story-wrapper ul {
  margin-bottom: 12px;
}



.module-product-tiles-text .story-wrapper h3 {
  font-family: 'theSansBold',Arial,Helvetica,sans-serif;
  font-size: 21px;
  line-height: 1.2;
  position: absolute;
  bottom: 10px;
  left: 20px;
  width: 70%;
}

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


  .module-product-tiles-text .story-wrapper h3 {
    font-size: 20px;
  }
}

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


  .module-product-tiles-text .story-wrapper h3 {
    font-size: 15px;
  }
}



.module-product-tiles-text .story-wrapper h5 {
  font-family: 'theSansNormal',Arial,Helvetica,sans-serif;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 20px;
}



.module-product-tiles-text .story-wrapper .featured,
.module-product-tiles-text .story-wrapper article {
  display: table-cell;
  height: 100%;

  width: 50%;
}

@media (max-width: 880px) {


  .module-product-tiles-text .story-wrapper .featured,
  .module-product-tiles-text .story-wrapper article {
    display: block;
    width: 100%;
  }
}



.module-product-tiles-text .story-wrapper .featured {
  color: #fff;
  vertical-align: bottom;
  height: 100%;
  overflow: hidden;
  position: relative;
}

@media (max-width: 880px) {


  .module-product-tiles-text .story-wrapper .featured {
    background-color: #1e1e1e;
  }
}



.module-product-tiles-text .story-wrapper .featured .featured-item {
  padding: 30px;
  position: relative;
  z-index: 2;
}



.module-product-tiles-text .story-wrapper .featured .featured-image {
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}

@media (max-width: 880px) {
  .module-product-tiles-text .story-wrapper .featured .featured-image {
    display:none;
  }
}



.module-product-tiles-text .story-wrapper .featured .featured-image img {
  height: 100%;
  width: auto;
  max-width: none;
}



.module-product-tiles-text .story-wrapper article .story-row {
  border-bottom: 1px solid #cccccc;
  clear: both;
}



.module-product-tiles-text .story-wrapper article .story-row .story-item {
  padding: 0;
  float: left;
  position: relative;
  vertical-align: bottom;

  width: 20%;
  color: #fff;
}



.module-product-tiles-text .story-wrapper article .story-row .story-item img {
  float: left;
}



.module-product-tiles-text .story-wrapper article .story-row .story-item.full-width {
  width: 100%;
}

@media (max-width: 550px) {
  .module-product-tiles-text .story-wrapper article {
    border-bottom: none;
  }

  .module-product-tiles-text .story-wrapper article .story-row {
    display: inline;
  }

  .module-product-tiles-text .story-wrapper article .story-row .story-item {
    border-left: none;
    border-bottom: 1px solid #cccccc;
    width: 50%;
    font-size: 15px;
  }
}

@media (min-width: 320px) and (max-width: 1023px){
  .visible-device{display:table !important;}
  .visible-desktop{display:none !important;}
  .social-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.5);
    z-index: 9999;
  }
  .social-overlay img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
  }
  .story-snippets-multimedia-carousel .item p.visible-device {
    display: block !important;
  }
}
@media (min-width: 1024px){
  .visible-device{display:none !important;}
  .visible-desktop{display:block !important;}
}

@media (max-width: 1024px){
  .visible-device{display:block !important;}
  .visible-desktop{display:none !important;}
}

@media (min-width: 1025px){
  .visible-device{display:none !important;}
  .visible-desktop{display:block !important;}
}

.lt-ie9 .visible-device{
  display: none !important;
}


.page_search header nav.primary .utils .search-form fieldset{
    padding: 5px 10px 5px 0;
}
.no-touch header nav.primary .utils .search-form fieldset input{
    padding-left:6px;
    font-weight:normal;
}
.no-touch header nav.primary .utils .search-form fieldset .tt-dropdown-menu{
  position: absolute;
  top: 100%;
  left: -10px;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 290px;
  padding: 10px;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  margin:5px 0 0 0;
}
.no-touch header nav.primary .utils .search-form fieldset .tt-dropdown-menu .tt-dataset-2{
    /*border-top:dotted 1px #999999;*/
}
.no-touch header nav.primary .utils .search-form fieldset .tt-dropdown-menu h2{
  padding:5px 0;
  color:#a4a4a4;
}

.modal-content{
  border: none;
  box-shadow: none;
  background: none;
}
.modal-dialog{
  padding:0px !important;
}
.modal{
  overflow-y:hidden;
}

#myModal .modal-body img,
#myModal .modal-body object,
#myModal .modal-body embed,
#myModal .modal-body video,
#myModal .modal-body iframe{
  width: 100%;
  height:300px;
}
#myModal .modal-body iframe {
  height: 325px;
}
.ie8 #myModal .modal-body iframe {
  filter: alpha(opacity=0);
}

#myModal .modal-header{
    padding:15px 5px 15px 15px;
    border-bottom: none;
}

#myModal .modal-header .close{
    /*margin-top:-15px;*/
    opacity:1;
    background-color: #ffffff;
    color: rgba(255, 255, 255, 0);
    width: 35px;
    height: 35px;
    background-color: #ffffff;
    font-family: "Times New Roman", "Helvetica", "Arial";
    font-size: 3em;
    padding: 0;
    font-weight: normal;
    line-height: .6em;
    padding: 0;
    color: #005292;
    display: none;

}
#myModal .modal-header:before{
    content: "\e609";
    font-family: 'icomoon';
    opacity:1;
    background-color: #ffffff;
    color: rgba(255, 255, 255, 0);
    width: 35px;
    height: 35px;
    background-color: #ffffff;
    font-size: 26px;
    padding: 0;
    font-weight: normal;
    line-height: 38px;
    color: #005292;
    float: right;
    text-align:center;     
    display: inline-block;
    cursor: pointer;
}


@media (min-width: 320px) and (max-width: 480px) {
  #myModal .modal-header {
    text-align: right;
    padding-right: 2em;
  }

  #myModal .modal-header .close {
    position: absolute;
    margin-top: 1.5em;
  }
  #myModal .modal-content .modal-header .close {
    margin-top: 0;
  }
}

@media (min-width: 320px) and (max-width: 767px) and (orientation:landscape) {
  #myModal{
    z-index: 10000;
  }
}

@media (min-width: 1025px) {
  .wallpapers img.wallpaper {
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    filter: blur(15px);
  }
}

  .wallpapers img{
    display:none !important;
  }

   .wallpapers img.active{
    display:block !important;
  }

.item-image img{
    display:block !important;
}

.mobile-only{
  display: none !important;
}
a.cta.simple.mobile-only {
  display: none !important;
}
.desktop-only{
    display: inline-block;
}
@media (max-width: 767px){
  .mobile-only{
    display: inline-block !important;
  }
  a.cta.simple.mobile-only {
    display: inline-block !important;
  }
  .desktop-only{
    display: none !important;
  }
}

.fa,
[class^="fa-"],
[class*=" fa-"] {
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: 'icomoon';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.carousel .slick-prev:before,
.carousel .slick-next:before{
  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;
}

a.cta.simple {
    display: inline !important;
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\e60e";
}

.fa-chevron-left:before {
content: "\e93e";
}

.fa-chevron-right:before {
content: "\e941";
}

.fa-globe:before {
content: "\e840";
}
.fa-regions:before {
content: "\e61a";
}
.fa-icon-arrow-right:before{
    content: "\e941";
}

.fa-icon-arrow-down:before{
    content: "\e943";
}

.fa-weixin:before {
  content: "\e621";
font-size:19px;
color:#ffffff;
}

.fa-google-plus:before {
content: "\e96a";
font-size:20px;
color:#ffffff;
}
.icon-download:before {
  content: "\e61b";
}

.tabs.contact-tabs nav {
  display: block !important;
}

.module-marketo{
  margin-bottom: 20px;
}

.marketo-form-left form{
  margin: 30px 0;
}

.marketo-form-center form{
  margin: 30px auto;
}

.open-module{
  margin-bottom: 50px;
}

.open-module > .container {
  width: 100%;
}

section.open-module .heading{
	margin-bottom: 30px;
}

.open-module iframe{
  margin: 0 auto;
}

@media (min-width: 0px) and (max-width: 1024px) {
  #iframeWrapper{
    overflow:auto !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .open-module #iframeWrapper {
    overflow: hidden !important;
  }
}

.open-module-iframe{
   /*height:100% !important;*/
}

.open-module-iframe body {
  overflow-x: hidden;
}

.module-bright-talk{
  margin-bottom: 50px;
}

.module-bright-talk object {
  margin: 0 auto;
  width: 100%;
  margin-top: 30px;
}
.socicon.light {
background-color: #cccccc;
}
.glyphicon-print:before {
content: "\e619";
}

.hide-device {
  display:block;
}
.overview-device{
  display:none !important;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .overview-device{
    display:block !important;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .hide-device {
    display:none;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .hide-mobile {
    display:none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hide-tablet {
    display:none;
  }
}

/* Tab View : Changes for tabbed carousel to set the width of nav bar as per content width */
.carousel .tab-pane .mobiletitle a {
  text-decoration: none;
}

@media (min-width: 480px) and (max-width: 768px) {

  .tabs nav .nav-inner ul .slick-track li {
    text-align: center;
    max-width: 100%;
    width: 100%;
    border-bottom: none;
  }
  .tabs nav .nav-inner ul .slick-track li a {
    border-bottom:solid 5px #005293;
    margin:0 50px;
  }

  .tabs nav .nav-inner ul .slick-track li.active {
    border-bottom: none;
  }

  .carousel .slick-list {
    padding:0px !important;
  }

  .carousel.multiple .slick-active {
    opacity:1 !important;
  }

}
.playicon{
  pointer-events:none;
}

.welcome-msg {
  overflow: hidden;
  width: 1px;
  height: 1px;
  position: absolute;
}


.customizedTabs tr {
  border-bottom: 1px solid #cccccc;
}
.customizedTabs tr.odd{
    background: #f3f3f4;
  }
  .customizedTabs tr.even{
      background:#fff;
  }
@media (min-width: 0px) and (max-width: 768px) {
  .customizedTabs tr.odd{
    background: #f3f3f4;
    border-top:solid 1px #eeeeee;
    border-bottom:solid 1px #eeeeee;
  }
  .customizedTabs tr.even{
      background:#fff;
      border-top:solid 1px #eeeeee;
      border-bottom:solid 1px #eeeeee;
  }
  .responsive-table{
    border:solid 1px #eeeeee;
  }
  .table-container table{
   width:95%;
   margin-left:10px;
  }
  .table-container td{
    border:none !important;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .responsive-table thead tr{
    display: table-row !important;
  }
  .responsive-table thead tr th:first-child{
    display: table-cell !important;
  }
}
.infoBox {
  height: 30px;
  padding: 4px 30px;
  font-size: .8em;
  background: #262626;
  color:#fff;
  position:relative;
}
.infoBox > .infoClose {
  position: absolute;
  right: 30px;
  top: 5px;
  color:#fff;
}
.openmodule-hide-desktop, .openmodule-hide-tablet, .openmodule-hide-mobile{
    display:block !important;
}

@media (min-width:320px) and ( max-width:767px ){
    .openmodule-hide-mobile{
        display:none !important;
    }
}

@media (min-width:768px) and ( max-width:1024px ){
    .openmodule-hide-tablet{
        display: none !important;
    }
}

@media (min-width:1025px){
    .openmodule-hide-desktop{
        display: none !important;
    }
}

sup{
  font-family: Arial, Helvetica, sans-serif;
}


/*Text over image for banner components*/
  .banner2a-gradient-left,
  .banner2b-gradient-left,
  .banner2c-gradient-left,
  .banner5b-gradient-left{
    position: absolute;
    top:0;
    bottom:0;
    left: 0;
    width: 50%;
  }
  .banner2a-gradient-right,
  .banner2b-gradient-right
  .banner2c-gradient-right
  .banner5b-gradient-right {
    position: absolute;
    top:0;
    bottom:0;
    right: 0;
    width: 50%;
  }
  .component4b-gradient-bottom{
    bottom: 0;
    height: 50%;
    position: absolute;
    left: 0;
    right: 0;
  }
  .banner2a-gradient-left.gradient-black.opacity-10,
  .banner2b-gradient-left.gradient-black.opacity-10,
  .banner2c-gradient-left.gradient-black.opacity-10,
  .banner5b-gradient-left.gradient-black.opacity-10 {
    z-index: 1;
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0)));
      background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
      background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
      background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a000000', endColorstr='#00000000',GradientType=1 );
      width: 50%;
      height: 100%;
      top: 0px;
      left: 0px;
      position: absolute;
  }
  .banner2a-gradient-left.gradient-black.opacity-20,
  .banner2b-gradient-left.gradient-black.opacity-20,
  .banner2c-gradient-left.gradient-black.opacity-20,
  .banner5b-gradient-left.gradient-black.opacity-20  {
    z-index: 1;
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0)));
      background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
      background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
      background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#00000000',GradientType=1 );
      width: 50%;
      height: 100%;
      top: 0px;
      left: 0px;
      position: absolute;
  }
  .banner2a-gradient-left.gradient-black.opacity-30,
  .banner2b-gradient-left.gradient-black.opacity-30,
  .banner2c-gradient-left.gradient-black.opacity-30,
  .banner5b-gradient-left.gradient-black.opacity-30  {
    z-index: 1;
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.3)), color-stop(100%, rgba(0, 0, 0, 0)));
      background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
      background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
      background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#00000000',GradientType=1 );
      width: 50%;
      height: 100%;
      top: 0px;
      left: 0px;
      position: absolute;
  }
  
  .banner2a-gradient-right.gradient-black.opacity-10,
  .banner2b-gradient-right.gradient-black.opacity-10,
  .banner2c-gradient-right.gradient-black.opacity-10,
  .banner5b-gradient-right.gradient-black.opacity-10  {
    z-index: 1;
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
      background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
      background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
      background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000',GradientType=1 );
      width: 50%;
      height: 100%;
      top: 0px;
      right: 0px;
      position: absolute;
  }
    .banner2a-gradient-right.gradient-black.opacity-20,
    .banner2b-gradient-right.gradient-black.opacity-20,
    .banner2c-gradient-right.gradient-black.opacity-20,
    .banner5b-gradient-right.gradient-black.opacity-20 {
    z-index: 1;
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.2)));
      background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
      background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
      background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#33000000',GradientType=1 );
      width: 50%;
      height: 100%;
      top: 0px;
      right: 0px;
      position: absolute;
  }
    .banner2a-gradient-right.gradient-black.opacity-30,
    .banner2b-gradient-right.gradient-black.opacity-30,
    .banner2c-gradient-right.gradient-black.opacity-30,
    .banner5b-gradient-right.gradient-black.opacity-30 {
     z-index: 1;
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.3)));
      background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
      background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
      background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#4d000000',GradientType=1 );
      width: 50%;
      height: 100%;
      top: 0px;
      right: 0px;
      position: absolute;
  }

  .banner-top-gradient {
    display: none;
  }

  .ie8 .banner-top-gradient {
    height: 50%;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000',GradientType=0 );
    top: 0;
    display: block;
  }

  .module-story-snippet-visual .carousel.single .item:before {
    content: "";
    height: 50%;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    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;
  }
  .module-story-snippet-visual div.carousel.single div .item:before {
    content: none;
  }

  .module-story-snippet-visual .carousel.single > .item {
    opacity: 1;
    z-index: 900;
  }
  .module-story-snippet-visual .carousel.single>.item ~ .item{
    opacity: 0;
    z-index: 800;
  }
  @media (min-width: 1024px) {
    .module-story-snippet-visual .carousel.single {
      min-height: 450px;
    }
    .module-story-snippet-visual .carousel .item .inner > div .item-text {
      top: 100px;
    }
  }

.component4b-gradient-bottom.gradient-black.opacity-30{
    content: "";
    height: 50%;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.3)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='##4d000000', GradientType=0);
    bottom: 0;
}

.eu-cookieSection {
	display: none;
}

/*5A component*/
.module-expanded-strip.ones .item-wrapper .item .component5a-gradient-bottom.gradient-black.opacity-30,
.module-expanded-strip.threes .item-wrapper .item .component5a-gradient-bottom.gradient-black.opacity-30,
.module-expanded-strip.ones .item-wrapper .item .component7a-gradient-bottom.gradient-black.opacity-30,
.module-expanded-strip.threes .item-wrapper .item .component7a-gradient-bottom.gradient-black.opacity-30{
    content: "";
    height: 50%;
    position: absolute;
    z-index: 1;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.3)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#4d000000', GradientType=0);
    bottom: 0 !important;
    top:50% !important;
    width:33.3333333%
}
.module-expanded-strip.twos .item-wrapper .item .component5a-gradient-bottom.gradient-black.opacity-30,
.module-expanded-strip.twos .item-wrapper .item .component7a-gradient-bottom.gradient-black.opacity-30{
    content: "";
    height: 50%;
    position: absolute;
    z-index: 1;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.3)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#4d000000', GradientType=0);
    bottom: 0 !important;
    top:50% !important;
    width:50%
}
.module-expanded-strip.fours .item-wrapper .item .component7a-gradient-bottom.gradient-black.opacity-30,
.module-expanded-strip.fours .item-wrapper .item .component5a-gradient-bottom.gradient-black.opacity-30{
    content: "";
    height: 50%;
    position: absolute;
    z-index: 1;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.3)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#4d000000', GradientType=0);
    bottom: 0 !important;
    top:50% !important;
    width:25%
}

.module-expanded-strip.ones .item-wrapper .item.active .component5a-gradient-bottom.gradient-black.opacity-30,
.module-expanded-strip.twos .item-wrapper .item.active .component5a-gradient-bottom.gradient-black.opacity-30,
.module-expanded-strip.threes .item-wrapper .item.active .component5a-gradient-bottom.gradient-black.opacity-30,
.module-expanded-strip.fours .item-wrapper .item.active .component5a-gradient-bottom.gradient-black.opacity-30,
.module-expanded-strip.ones .item-wrapper .item.active .component7a-gradient-bottom.gradient-black.opacity-30,
.module-expanded-strip.twos .item-wrapper .item.active .component7a-gradient-bottom.gradient-black.opacity-30,
.module-expanded-strip.threes .item-wrapper .item.active .component7a-gradient-bottom.gradient-black.opacity-30,
.module-expanded-strip.fours .item-wrapper .item.active .component7a-gradient-bottom.gradient-black.opacity-30{
    content: "";
    height: 50%;
    position: absolute;
    z-index: 1;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.3)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#4d000000', GradientType=0);
    bottom: 0 !important;
    top:50% !important;
    width:80%
}


.module-expanded-strip.twos .item-wrapper .item.active .component5a-gradient-bottom.gradient-black.opacity-30,
.module-expanded-strip.twos .item-wrapper .item.active .component7a-gradient-bottom.gradient-black.opacity-30{
    content: "";
    height: 50%;
    position: absolute;
    z-index: 1;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.3)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#4d000000', GradientType=0);
    bottom: 0 !important;
    top:50% !important;
    width:90%
}
.module-expanded-strip.threes .item-wrapper .item.active .component5a-gradient-bottom.gradient-black.opacity-30,
.module-expanded-strip.threes .item-wrapper .item.active .component7a-gradient-bottom.gradient-black.opacity-30{
    content: "";
    height: 50%;
    position: absolute;
    z-index: 1;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.3)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#4d000000', GradientType=0);
    bottom: 0 !important;
    top:50% !important;
    width:80%
}
.module-expanded-strip.fours .item-wrapper .item.active .component5a-gradient-bottom.gradient-black.opacity-30,
.module-expanded-strip.fours .item-wrapper .item.active .component7a-gradient-bottom.gradient-black.opacity-30{
    content: "";
    height: 50%;
    position: absolute;
    z-index: 1;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.3)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#4d000000', GradientType=0);
    bottom: 0 !important;
    top:50% !important;
    width:70%
}


.module-story-snippet-text .component5d-gradient-bottom.gradient-black.opacity-30,
.module-event-mulitile .component9a-gradient-bottom.gradient-black.opacity-30{
    content: "";
    height: 50%;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.3)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#4d000000', GradientType=0);
    bottom: 0 !important;
}

  .module-product-tiles-visual .component7f-gradient-bottom.gradient-black.opacity-30{
    content: "";
    height: 50%;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.3)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#4d000000', GradientType=0);
    bottom: 0 !important;
}
  /*Text over image for banner components*/

/* recaptcha changes */
.cn-recaptcha {
  display: inline-block;
  background-color: #f9f9f9;
  width: 45%;
  height: 72px;
  border: 1px solid rgb(215, 210, 210);
  border-radius: 3px;
}

.cn-recaptcha span {
  color: #545454;
  float: right;
  padding: 20px 10px;
  padding-right: 13px;
}

.module-contact-module .cn-recaptcha span {
  position: absolute;
  margin-top: 0px;
}
.cn-recaptcha .chkbox {
  background: url(../images/global/cn-captcha.png) no-repeat;
  display: inline-block;
  width: 24px;
  height: 25px;
  cursor: pointer;
  margin: 22px 14px 15px 20px;
}

.cn-recaptcha .chkbox.checked{
  background: url(../images/global/cn-captcha.png) no-repeat left -25px;
}
.userFeedback  .cn-recaptcha{
	width:50%;
}
main .container .rte-reset ul{
    list-style-type: disc !important;
}

main .container .rte-reset ol {
    list-style-type: decimal !important;
}

main .rte-reset b {
    font-weight:bold !important;
}

main .container .rte-reset ul,
main .container .rte-reset ol{
	margin-left:19px !important;
}
main .container .rte-reset p:last-of-type {
  margin-bottom: 0;
}
.ie8 .modal-open {
  padding-right: 0 !important;
}

.tablestyle{
	border-right:solid 1px #eeeeee;
	border-bottom:solid 1px #eeeeee;
}
.tablestyle th{
	border-left:solid 1px #eeeeee;
	border-top:solid 1px #eeeeee;
	padding:5px;
}
.tablestyle td{
	border-left:solid 1px #eeeeee;
	border-top:solid 1px #eeeeee;
	padding:5px;
}
.tablestyle tr:nth-child(even) {background: #f3f3f4}
.tablestyle tr:nth-child(odd) {background: #fff}

.date-capitalize{
	text-transform: capitalize;
}

.print-corning-logo{
  display:none;
}
.module-table{
  padding-bottom:50px;
}
.bold {
    font-weight: 700;
}

main .two-column-layout .container section.module-story .container,
main .two-column-layout .container section.module-carousel .container,
main .two-column-layout .container section.module-statement-standard .container,
main .two-column-layout .container section.module-product-related-documents .container {
  max-width: 100%;
  width: 100%;
}

.two-column-layout > .container > .row {
  margin-right: -15px;
  margin-left: -15px;
}

@media(min-width: 1024px){
  .module-story-banner-standard .visible-desktop.visible-1200 {
    display: none!important;
  }
  .module-story-banner-standard .visible-device.visible-1200 {
    display: block!important;
  }
}

@media(min-width: 1200px){
  .module-story-banner-standard .visible-desktop.visible-1200 {
    display: block!important;
  }
  .module-story-banner-standard .visible-device.visible-1200 {
    display: none!important;
  }
}

@media(max-width: 768px){
  .hide-mediasmall {
    display: none;
  }
}

.ie9 .video[data-attribute="brightcove"] span {
  display: block!important;
}

@media(min-width: 768px){
  .bannerno {
    height: 45px;
    background: #005293;
    background: rgba(0, 82, 147, 0.96);
    margin-bottom: 30px;
  }
}

@media(min-width: 1024px){
  .bannerno {
    height: 140px;
  }
}
div.invalidcaption {
  background-color: #ff6666!important;
}
/****************************
    Component :  1A Navigation
    Description: This CSS file includes style for navigation, dropwon(hover), 
                 stick navigation, mobile navigation, hamburger menu.    
*******************************/

/* CSS for 1A Navigation starts here */

header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999;
    overflow: visible;
    font-family: theSansNormal,Arial,Helvetica,sans-serif;
    font-weight: normal;
}
header a {
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}
header a:hover {
    text-decoration: none;
}
header .site-nav ul li .subnav {
    overflow: hidden;
    position: absolute;
}

.ie8 header .site-nav ul li .subnav {
    margin-top: -5px;
}

.horz-space {
    height: 175px;
}
.only-mobile {
    display: none;
}
@media (min-width: 1025px) {
    .no-touch header {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 140px;
        overflow: visible;
    }
    .no-touch header:hover, .no-touch header.sticky, .no-touch header.menu-open {
        background: #005293;
        background: rgba(0, 82, 147, 1);
        -webkit-transition: background 1s ease-in-out;
        -moz-transition: background 1s ease-in-out;
        -o-transition: background 1s ease-in-out;
        transition: background 1s ease-in-out;
    }
    .no-touch .gorilla-glass header:hover,
    .no-touch .gorilla-glass header.sticky,
    .no-touch .gorilla-glass header.menu-open {
        background: black;
    }
    header.visbilebg {
        background: #005293 !important;
        background: rgba(0, 82, 147, 0.96);
        -webkit-transition: background 300ms ease;
        transition: background 300ms ease;
    }
    .no-touch header .mobile-banner, .no-touch header .pushnav-shadow {
        display: none;
    }
    .no-touch header.sticky {
        height: 45px;
        position: fixed;
        -webkit-transform: translateZ(0);
            
    }
    .no-touch header.sticky nav.primary {
        padding-top: 0;
    }
    .no-touch header.sticky nav.primary a.navbar-logo {
        color: #fff;
        font-size: 12px;
        text-align: left;
        height: 45px;
        padding-top: 0px;
    }
    .no-touch header.sticky nav.primary a.navbar-logo > div {
        height: auto;
        display: block;
        position: relative;
        height: 100%;
        max-height: 45px;
    }
    .no-touch header.sticky nav.primary a.navbar-logo .bg-wrap {
        display: none;
    }
    .no-touch header.sticky nav.primary a.navbar-logo .logo-wrap {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        margin: auto auto auto 0;
        display: table;
        height: 100%;
    }
    .no-touch header.sticky nav.primary > .utils-account {
        padding-bottom: 0px;
    }
    .no-touch header.sticky nav.primary .site-nav > ul > li > .wrap {
        height: 100%;
    }
    .no-touch header.sticky nav.primary a.navbar-logo i {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        margin: auto;
        height: auto;
        display: table-cell;
        vertical-align: middle;
    }
    .no-touch header.sticky nav.primary .site-nav {
        height: 45px;
    }
    .no-touch header.sticky nav.primary .site-nav > ul {
        padding-top: 0px;
        margin-bottom: 0px;
    }
    .no-touch header.sticky nav.primary .site-nav > ul > li {
        height: 100%;
    }
    .no-touch header.sticky nav.primary .site-nav > ul > li > .wrap > a {
        /*display: table;*/
    }
    .no-touch header.sticky nav.primary .site-nav > ul > li > .wrap > a > span {
        /*display: table-cell;*/
        /*vertical-align: middle;*/
        /*float: none;*/
        
        float: left;
        padding-top: 12px;
    }
    .no-touch header.sticky nav.primary .utils-account ul.account {
        display: none;
    }
    .no-touch header nav.condensed {
        display: none;
    }
    .no-touch header nav.primary {
        width: 100%;
        max-width: 1170px;
        padding: 20px 15px 0;
        margin: 0 auto;
        display: block;
    }
    .no-touch header nav.primary:before, .no-touch header nav.primary:after {
        content: " ";
        display: table;
    }
    .no-touch header nav.primary:after {
        clear: both;
    }
    .no-touch header nav.primary > * {
        display: inline-block;
        float: left;
    }
    .no-touch header nav.primary > a {
        opacity: 1;
    }
    .no-touch header nav.primary a.navbar-menu-cta {
        display: none;
    }
    .no-touch header nav.primary a.navbar-logo {
        color: #fff;
        font-size: 10px;
        text-align: center;
        height: 90px;
        margin: 0;
        padding-top: 5px;
    }
    .no-touch header nav.primary a.navbar-logo > div {
        width: 90px;
        height: 90px;
        display: block;
        position: relative;
    }
    .no-touch header nav.primary a.navbar-logo > div > div {
        display: block;
        max-height: 100%;
        max-width: 100%;
    }
    .no-touch header nav.primary a.navbar-logo .bg-wrap img {
        height: 90px;
    }
    .no-touch header nav.primary a.navbar-logo .logo-wrap {
        position: absolute;
        top: 0px;
        left: 0;
        right: 0;
        bottom: 0px;
        margin: auto;
    }
    .no-touch header nav.primary a.navbar-logo i {
        position: absolute;
        top: 0px;
        left: 0;
        right: 0;
        bottom: 0px;
        margin: auto;
        height: 12px;
    }
    .no-touch header nav.primary .site-nav {
        height: 97px;
        width: 100%;
        margin-right: -420px;
        padding-left: 80px;
    }
    .no-touch header nav.primary .site-nav > ul {
        height: 100%;
        padding: 0;
        width: 100%;
        display: block;
        padding-top: 10px;
        margin-bottom: -35px;
    }
    .no-touch header nav.primary .site-nav > ul:before, .no-touch header nav.primary .site-nav > ul:after {
        content: " ";
        display: table;
    }
    .no-touch header nav.primary .site-nav > ul:after {
        clear: both;
    }
    .no-touch header nav.primary .site-nav > ul > li {
        float: left;
        display: inline-block;
        margin: 0 auto auto;
        font-family: theSansNormal,Arial,Helvetica,sans-serif;
        font-weight: normal;
        text-align: center;
        height: 16px;
        margin-right: 70px;
    }
    .no-touch header nav.primary .site-nav > ul > li:hover{

    }
    .no-touch header nav.primary .site-nav > ul > li > .wrap {
        display: inline-block;
        margin: 0 auto;
    }
    .no-touch .navs header nav.primary .site-nav {
      padding-left: 45px;
    }
    .no-touch .navs header nav.primary .site-nav  > ul > li{
      margin-left: 35px;
      margin-right: 35px;
    }

    .no-touch header nav.primary .site-nav > ul > li.mega-menu .wrap > a{
      cursor: pointer;
    }
    .no-touch header nav.primary .site-nav > ul > li.menu-open {
        height: 100%; 
    }
    .no-touch header nav.primary .site-nav > ul > li > .wrap:before, .no-touch header nav.primary .site-nav > ul > li > .wrap:after {
        content: " ";
        display: table;
    }
    .no-touch header nav.primary .site-nav > ul > li > .wrap:after {
        clear: both;
    }
    .no-touch header nav.primary .site-nav > ul > li > .wrap > a {
        line-height: 1;
        font-size: 19px;
        cursor: pointer;
        color: #fff;
        color: rgba(255, 255, 255, 1);
        background-color: transparent !important;
        white-space: nowrap;
        -webkit-transition: color 200ms, opacity 200ms;
        transition: color 200ms, opacity 200ms;
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        min-height: 16px;
        /*text-transform:capitalize;*/
        opacity: 0.7;
        filter: alpha(opacity=70);
        /*border: 1px red solid;*/
    }
    .no-touch header nav.primary .site-nav > ul > li > .wrap > a.active {
        color: rgba(255, 255, 255, 1);
        opacity: 1;
        filter: alpha(opacity=100);
    }
    .no-touch header nav.primary .site-nav > ul > li > .wrap > a > span {
        float: left;
    }
    .no-touch header nav.primary .site-nav > ul > li > .wrap > a > .arrow-top {
        position: absolute;
        bottom: -11px;
        left: 0;
        right: 0;
        margin: auto;
        width: 0;
        height: 0;
        opacity: 0;
        /*  -webkit-transition: opacity 150ms, bottom 300ms;
    transition: opacity 150ms, bottom 300ms;*/
        
        border-bottom: 10px solid #fff;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        display: none;
    }
    .no-touch header nav.primary .site-nav > ul > li.open-menu > .wrap > a {
        color: #fff;
        opacity: 1;
        font-family: theSansNormal,Arial,Helvetica,sans-serif;
        font-weight:bold;
        filter: alpha(opacity=100);
    }
    .no-touch header nav.primary .site-nav > ul > li.open-menu > .wrap > a > .arrow-top {
        bottom: 7px;
        opacity: 1;
        -webkit-transition: opacity 300ms, bottom 150ms;
        transition: opacity 300ms, bottom 150ms;
        display: block;
    }
    .no-touch header.sticky nav.primary .site-nav > ul > li.open-menu > .wrap > a > .arrow-top {
        bottom: 0px;
        opacity: 1;
        -webkit-transition: opacity 300ms, bottom 150ms;
        transition: opacity 300ms, bottom 150ms;
        display: block;
    }
    .no-touch header nav.primary .site-nav > ul > li.mega-menu .subnav {
        left: 0;
        right: 0;
        top: 100%;
        background: #fff;
        opacity: 0;
        /*transition:visibility 0.2s linear, opacity 0.2s linear;
    -webkit-transition: visibility 0.2s linear, opacity 0.2s linear;
    -moz-transition: visibility 0.2s linear, opacity 0.2s linear;
    -o-transition: visibility 0.2s linear, opacity 0.2s linear;*/
        /*-webkit-transition: min-height 300ms;
    transition: min-height 300ms;*/
        
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        visibility: hidden;
        overflow: hidden;
        max-height: 0;
        transition: max-height 300ms ease-in;
    }
    .ie8.no-touch header nav.primary .site-nav > ul > li.mega-menu .subnav {
         margin-top: 0;
         zoom: 1;
         filter: progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, Strength=5, Direction=180);
    }
    .no-touch header nav.primary .site-nav > ul > li.mega-menu .wrap:hover > .subnav {
       /* opacity: 1;
        visibility: visible;
        max-height: 250px;*/
    }
    .no-touch header nav.primary .site-nav > ul > li.mega-menu ul {
        padding: 25px 0px 22px;
        display: block;
    }
    .no-touch header nav.primary .site-nav > ul > li.mega-menu ul:before, .no-touch header nav.primary .site-nav > ul > li.mega-menu ul:after {
        content: " ";
        display: table;
    }
    .no-touch header nav.primary .site-nav > ul > li.mega-menu ul:after {
        clear: both;
    }
    .no-touch header nav.primary .site-nav > ul > li.mega-menu ul li {
        display: inline-block;
        float: left;
        display: table;
    }
    .no-touch header nav.primary .site-nav > ul > li.mega-menu ul li a {
        color: #616365;
        line-height: 1.2;
        border-right: 1px solid #cccccc;
        display: block;
        width: 100%;
        /*text-transform: capitalize;*/
        display: table-cell;
        vertical-align: middle;
        /*padding: 10px 0px;*/
        font-family: theSansNormal,Arial,Helvetica,sans-serif;
    }
    .no-touch header nav.primary .site-nav > ul > li.mega-menu ul li a:hover {
        color: #005293;
    }
    .no-touch header nav.primary .site-nav > ul > li.mega-menu ul li:last-child a {
        border-right: none;
    }
    .ie8.no-touch header nav.primary .site-nav > ul > li.mega-menu ul li a {
      border-right: none;
      border-left: 1px solid #cccccc;
    }
    .ie8.no-touch header nav.primary .site-nav > ul > li.mega-menu ul li:first-child a {
        border-left: none;
    }
    .no-touch header nav.primary .utils {
        float: right;
        /*min-width: 337px;*/
    }
    .no-touch header nav.primary .utils > * {
        display: block;
    }
    .no-touch header nav.primary .utils > *:before, .no-touch header nav.primary .utils > *:after {
        content: " ";
        display: table;
    }
    .no-touch header nav.primary .utils > *:after {
        clear: both;
    }
    .no-touch header nav.primary .utils-account ul.account {
        font-family: theSansNormal,Arial,Helvetica,sans-serif;
        list-style-type: none;
        line-height: 1;
        margin-bottom: 10px;
        height: 12px;
        float: right;
        font-size: 13px;
    }
    .no-touch header nav.primary .utils-account ul.account li {
        display: inline-block;
        padding-left: 10px;
        margin-left: 10px;
        /*display:none*/
        
        ;
    }
    .no-touch header nav.primary .utils-account ul.account li:first-child {
        padding-left: 0;
        margin-left: 0;
    }
    .no-touch header nav.primary .utils-account ul.account li.for-dev {
        border-left: 1px solid rgba(255, 255, 255, 0.5);
    }
    .no-touch header nav.primary .utils-account ul.account li a {
        color: #ffffff;
        filter: alpha(opacity = 70);
        color: rgba(255, 255, 255, 0.7);
        -webkit-font-smoothing: subpixel-antialiased;
        white-space: nowrap;
        /*text-transform:capitalize;*/
    }
    .no-touch header nav.primary .utils-account ul.account li a:hover {
        filter: alpha(opacity = 100);
        color: rgba(255, 255, 255, 1);
        -webkit-font-smoothing: subpixel-antialiased;
        white-space: nowrap;
    }
    .no-touch header nav.primary .utils-account ul.account li a i {
        margin-right: 3px;
    }
    .no-touch header nav.primary .utils .search-form {
        /*height: 45px;*/
        /*width:300px;*/
        /*clear:both;*/
        
        /*float: left;*/
        position: relative;
/*        float: none;
*/    }

    .no-touch header nav.primary .utils .search-form input, .no-touch header nav.primary .utils .search-form button, .no-touch header nav.primary .utils .search-form button i {
        background: transparent !important;
        border: none;
        color: #fff;
        color: rgba(255, 255, 255, 0.7);
        padding: 0;
        margin: 0;
    }
    .no-touch header nav.primary .utils .search-form fieldset {
        padding: 0 !important;
        margin: 0 !important;
        border: none !important;
    }
    .no-touch header nav.primary .utils .search-form fieldset input {
        font-family: theSansNormal,Arial,Helvetica,sans-serif;
        font-weight: normal;
        font-size: 18px;
        border-radius: 3px 0 0 3px;
    }
    .no-touch header nav.primary .utils .search-form fieldset input.tt-input::-webkit-input-placeholder {
        color: #fff;
        -webkit-font-smoothing: antialiased;
    }
    .no-touch header nav.primary .utils .search-form fieldset input.tt-input:-moz-placeholder {
        color: #fff;
    }
    .no-touch header nav.primary .utils .search-form fieldset input.tt-input::-moz-placeholder {
        color: #fff;
    }
    .no-touch header nav.primary .utils .search-form fieldset input.tt-input:-ms-input-placeholder {
        color: #fff;
    }
    .no-touch header nav.primary .utils .search-form fieldset input.tt-input::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.7);
        -webkit-font-smoothing: antialiased;
    }
    .no-touch header nav.primary .utils .search-form fieldset input.tt-input:-moz-placeholder {
        color: rgba(255, 255, 255, 0.7);
    }
    .no-touch header nav.primary .utils .search-form fieldset input.tt-input::-moz-placeholder {
        color: rgba(255, 255, 255, 0.7);
    }
    .no-touch header nav.primary .utils .search-form fieldset input.tt-input:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.7);
    }
    .no-touch header nav.primary .utils .search-form fieldset button {
        float: right;
    }
    .no-touch header nav.primary .utils .search-form fieldset button i {
        display: block;
        padding-top: 2px;
    }
}
@media (max-width: 1024px) {
    .no-touch .navs, .no-touch .page {
        -webkit-transition: -webkit-transform 600ms;
        -ms-transition: -ms-transform 600ms;
        transition: transform 600ms;
    }
    .no-touch.menu-active .page, .no-touch.menu-active .navs {
        -webkit-transform: translate3d(265px, 0, 0);
        -ms-transform: translate3d(265px, 0, 0);
        transform: translate3d(265px, 0, 0);
    }
    .no-touch .navs {
        position: fixed;
        height: 45px;
        top: 0;
        left: 0;
        z-index: 9999;
        width: 100%;
    }
    .no-touch .navs header a {
        cursor: pointer;
        display: inline-block;
    }
    .no-touch .navs header .pushnav-shadow {
        top: 0;
        left: 0px;
        margin-left: -15px;
        width: 15px;
        height: 100vh;
        position: absolute;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4yNSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.25)));
        background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.25) 100%);
        background: -ms-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.25) 100%);
        background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.25) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#40000000', GradientType=1);
    }
    .no-touch .navs header .mobile-banner {
        top: 0px;
        position: absolute;
        left: 0;
        height: 45px;
        display: block;
        background: #005293;
        width: 265px;
        margin-left: -265px;
        color: #fff;
        text-align: center;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .no-touch .navs header .mobile-banner a {
        line-height: 45px;
        opacity: 1;
        color: #fff;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }
    .no-touch .navs header .mobile-banner a i {
        min-width: 45px;
        text-align: center;
    }
    .no-touch .navs header .mobile-banner span {
        text-align: center;
        line-height: 45px;
    }
    .no-touch .navs header nav.primary {
        top: 45px;
        position: absolute;
        left: 0;
        bottom: 0;
        overflow-y: auto;
        overflow-x: hidden;
        background: #005293;
        color: #fff;
        width: 265px;
        margin-left: -265px;
        height: -webkit-calc(100vh - 45px);
        height: calc(100vh - 45px);
    }
    .no-touch .navs header nav.primary .navbar-search-cta, .no-touch .navs header nav.primary a.navbar-logo, .no-touch .navs header nav.primary .utils {
        display: none;
    }
    .no-touch .navs header nav.primary .site-nav ul {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .no-touch .navs header nav.primary .site-nav ul li {
        display: block;
        clear: both;
        line-height: 45px;
        padding: 0 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        font-size: 16px;
        font-weight: normal;
        font-family: theSansNormal,Arial,Helvetica,sans-serif;
    }
    .no-touch .navs header nav.primary .site-nav ul li a, .no-touch .navs header nav.primary .site-nav ul li a:hover {
        background-color: transparent;
    }
    .no-touch .navs header nav.primary .site-nav ul li a {
        padding: 0px;
        margin: 0;
        display: block;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        font-family: theSansNormal,Arial,Helvetica,sans-serif;
    }
    .no-touch .navs header nav.primary .site-nav ul li .subnav {
        left: -99999px;
        top: 0;
        height: auto;
        width: 265px;
        min-height: 100%;
        background: #005293;
        position: absolute;
        -webkit-transition: left 600ms;
        transition: left 600ms;
    }
    .no-touch .navs header nav.primary .site-nav ul li .subnav .container {
        padding: 0;
    }
    .no-touch .navs header nav.primary .site-nav ul li .subnav li a br {
        display: none;
    }
    .no-touch .navs header nav.primary ul.account-utils {
        background: #007fe3;
        width: 100%;
    }
    .no-touch .navs header nav.primary ul.account-utils li {
        display: inline-block;
        float: left;
        border: none;
        margin: 0;
        font-size: 10px;
        padding: 0;
        line-height: 45px;
        padding-right: 20px;
    }
    .no-touch .navs header nav.primary ul.account-utils li:last-child {
        padding-right: 0px;
    }
    .no-touch .navs header nav.primary ul.account-utils li a {
        color: #fff;
    }
    .no-touch .navs header nav.condensed {
        height: 45px;
        position: relative;
        left: auto;
        bottom: auto;
        right: auto;
        color: #fff;
        background: #005293;
        background: rgba(0, 82, 147, 0.96);
    }
    .no-touch .navs header nav.condensed .container {
        padding: 0;
        text-align: center;
    }
    .no-touch .navs header nav.condensed a {
        color: #fff;
        position: absolute;
        top: 0;
        bottom: 0;
        font-size: 21px;
    }
    .no-touch .navs header nav.condensed a i {
        display: block;
        line-height: 45px;
    }
    .no-touch .navs header nav.condensed a.navbar-brand {
        font-size: 15px;
        left: 50%;
        margin-left: -55px;
    }
    .no-touch .navs header nav.condensed a.navbar-menu-cta, .no-touch .navs header nav.condensed a.navbar-search-cta {
        width: 45px;
        left: 0;
    }
    .no-touch .navs header nav.condensed a.navbar-search-cta {
        left: auto;
        right: 0;
    }
    .no-touch .navs header nav.condensed a.navbar-search-cta i {
        line-height: 44px;
    }
    .no-touch.menu-active .navs {
        bottom: 0;
        height: auto;
    }
}
html.menu-active {
    overflow: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.no-touch .page.scrolling section {
    pointer-events: none;
}
.touch .navs, .touch .page {
    -webkit-transition: -webkit-transform 600ms;
    -ms-transition: -ms-transform 600ms;
    transition: transform 600ms;
}
.touch.menu-active .page, .touch.menu-active .navs {
    -webkit-transform: translate3d(265px, 0, 0);
    -ms-transform: translate3d(265px, 0, 0);
    transform: translate3d(265px, 0, 0);
}
.touch .navs {
    position: fixed;
    height: 45px;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
}
.touch .navs header a {
    cursor: pointer;
    display: inline-block;
}
.touch .navs header .pushnav-shadow {
    top: 0;
    left: 0px;
    margin-left: -15px;
    width: 15px;
    height: 100vh;
    position: absolute;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4yNSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.25)));
    background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.25) 100%);
    background: -ms-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.25) 100%);
    background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.25) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#40000000', GradientType=1);
}
.touch .navs header .mobile-banner {
    top: 0px;
    position: absolute;
    left: 0;
    height: 45px;
    display: block;
    background: #005293;
    width: 265px;
    margin-left: -265px;
    color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.touch .navs header .mobile-banner a {
    line-height: 45px;
    opacity: 1;
    color: #fff;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.touch .navs header .mobile-banner a i {
    min-width: 45px;
    text-align: center;
}
.touch .navs header .mobile-banner span {
    text-align: center;
    line-height: 45px;
}
.touch .navs header nav.primary {
    top: 45px;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    background: #005293;
    color: #fff;
    width: 265px;
    margin-left: -265px;
    height: -webkit-calc(100vh - 45px);
    height: calc(100vh - 45px);
    padding-bottom: 50px;
}
.touch .navs header nav.primary .navbar-search-cta, .touch .navs header nav.primary a.navbar-logo, .touch .navs header nav.primary .utils {
    display: none;
}
.touch .navs header nav.primary .site-nav ul {
    width: 100%;
    padding: 0;
    margin: 0;
}
.touch .navs header nav.primary .site-nav ul li {
    display: block;
    clear: both;
    line-height: 45px;
    padding: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 16px;
    font-weight: normal;
    font-family: theSansNormal,Arial,Helvetica,sans-serif;
    width: 100% !important;
}
.touch .navs header nav.primary .site-nav ul li.active{
    background:#ffffff;
}
.touch .navs header nav.primary .site-nav ul li.active a{
   color:#005293;
}

.touch .navs header nav.primary .site-nav ul li a, .touch .navs header nav.primary .site-nav ul li a:hover {
    background-color: transparent;
}
.touch .navs header nav.primary .site-nav ul li a {
    padding: 0 15px;
    margin: 0;
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    font-family: theSansNormal,Arial,Helvetica,sans-serif;
}
.touch .navs header nav.primary .site-nav ul li .subnav {
    /*left: 100%;*/
    
    left: -9999px;
    top: 0;
    height: auto;
    width: 265px;
    min-height: 100%;
    background: #005293;
    position: absolute;
    -webkit-transition: left 600ms;
    transition: left 600ms;
}

.touch .navs header nav.primary .site-nav ul li .subnav .container {
    padding: 0;
    width: 100%;
}
.touch .navs header nav.primary .site-nav ul li .subnav li a br {
    display: none;
}
.touch .navs header nav.primary ul.account-utils {
    background: #007fe3;
    width: 100%;
}
.touch .navs header nav.primary ul.account-utils li {
    display: inline-block;
    float: left;
    border: none;
    margin: 0;
    font-size: 10px;
    padding: 0;
    line-height: 45px;
    padding-right: 20px;
}
.touch .navs header nav.primary ul.account-utils li:last-child {
    padding-right: 0px;
}
.touch .navs header nav.primary ul.account-utils li a {
    color: #fff;
}
.touch .navs header nav.condensed {
    height: 45px;
    position: relative;
    left: auto;
    bottom: auto;
    right: auto;
    color: #fff;
    background: #005293;
    background: rgba(0, 82, 147, 0.96);
}
.touch .navs header nav.condensed .container {
    padding: 0;
    text-align: center;
}
.touch .navs header nav.condensed a {
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    font-size: 21px;
}
.touch .navs header nav.condensed a i {
    display: block;
    line-height: 45px;
}
.touch .navs header nav.condensed a.navbar-brand {
    font-size: 15px;
    left: 50%;
    margin-left: -55px;
    padding: 0;
}
.touch .navs header nav.condensed a.navbar-menu-cta, .touch .navs header nav.condensed a.navbar-search-cta {
    width: 45px;
    left: 0;
}
.touch .navs header nav.condensed a.navbar-search-cta {
    left: auto;
    right: 0;
}
.touch .navs header nav.condensed a.navbar-search-cta i {
    line-height: 44px;
}
.touch.menu-active .navs {
    bottom: 0;
    height: auto;
}
.no-touch header nav.primary .utils .search-form input {
    color: #fff;
    opacity: 0.7;
    width: 257px;
}
.no-touch header nav.primary .utils .search-form input::-webkit-input-placeholder {
    color: #fff;
}
.no-touch header nav.primary .utils .search-form input:-moz-placeholder {
    color: #fff;
    opacity: 0.7;
}
.no-touch header nav.primary .utils .search-form input::-moz-placeholder {
    color: #fff;
    opacity: 0.7;
}
.no-touch header nav.primary .utils .search-form input:-ms-input-placeholder {
    color: #fff;
}
header nav.primary .utils .context-search .btn-default {
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: rgba(255, 255, 255, 0.7);
    padding: 7px 10px;
}
header nav.primary .utils .context-search .options {
    display: block;
    float: left;
    width: 95px;
    overflow: hidden;
    text-align: left;
}
header nav.primary .utils .context-search .caret {
    float: right;
    margin-top: 7px;
    border-top-color: rgba(255, 255, 255, 0.7);
}
header nav.primary .utils .context-search .form-control {
    height: 36px;
}

.no-touch header nav.primary .utils ul.account {
    height: 27px;
    margin-bottom: 0;
}
.no-touch header nav.primary .utils ul.account li {
    padding-left: 0;
    margin-left: 0;
}
.no-touch header nav.primary .utils ul.account li a {
    padding: 8px 10px;
}
.no-touch header nav.primary .utils-account ul.account {
    height: 27px;
    margin-bottom: 0;
}
.no-touch header nav.primary .utils-account ul.account li {
    /*padding-left: 0;*/
    
    margin-left: 0;
    padding: 8px 0px;
}
.no-touch header nav.primary .utils-account ul.account li a {
    padding: 0px 6px;
}
.ie8 nav.primary ul li a.localeTitle {
  height: 15px;
}
.no-touch header nav.primary .utils-account ul.account li.locale-selector {
    position: relative;
}
.no-touch header nav.primary .utils-account ul.account li.locale-selector.selected {
    background: #fff;
}
.no-touch header nav.primary .utils-account ul li.locale-selector.selected a {
    color: #005293;
    height:auto !important;
}
.no-touch header nav.primary .utils-account ul li.selected .showMenu {
    display: block;
}
div.empty-div-wh-bg {
    background: #fff;
    position: absolute;
    height: 10px;
    width: 100%;
    top: 24px;
    right: 0;
    z-index: 9999;
    display: none;
}
div.rem-selection {
    clear: both;
    float: right;
    padding: 10px 20px;
    background: #eee;
    border-top: 1px #ddd solid;
    width: 100%;
    text-align: right;
}
div.rem-selection h3 {
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    opacity: 0.7;
    white-space: nowrap;
}
.no-touch header nav.primary .utils ul li.selected div.empty-div-wh-bg {
    display: block;
}
.no-touch header nav.primary .utils-account ul div.showMenu {
    position: absolute;
    top: 30px;
    width: 500px;
    line-height: 1em;
    background: #fff;
    color: #1e1e1e;
    font-weight: normal;
    z-index: 1;
    -webkit-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, .5);
    -moz-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, .5);
    box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 1.5);
    padding: 0px;
    right: 0px;
    display: none;
    border-radius: 3px;
}
.no-touch header nav.primary .utils-account ul div.showMenu div.locale-selector-sub-nav {
    width: 50%;
    padding: 6% 0 1% 5%;
    float: left;
}
.no-touch header div.locale-selector-sub-nav ul {
    margin: 0;
    padding-bottom: 20px;
    list-style: none
}
.no-touch header div.locale-selector-sub-nav ul:last-child {
    padding-bottom: 0px;
}
.no-touch header div.locale-selector-sub-nav ul li {
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    font-family: theSansBold,Arial,Helvetica,sans-serif;
}
.no-touch header div.locale-selector-sub-nav ul li a {
    display: block;
    padding: 10px 0 !important;
    color: #000 !important;
    font-size: 14px;
    font-weight: normal;
    font-family: Arial;
}
.no-touch header div.locale-selector-sub-nav ul li a:hover {
    color: #005293 !important;
}
.no-touch header nav.primary .utils-account ul li .showMenu h2 {
    font-family: theSansBold,Arial,Helvetica,sans-serif;
    font-size: 15px;
    opacity: 0.7;
    display: block;
    padding: 0 0 5px 0;
    margin: 0;
    line-height: 1.2;
    position: relative;
    color: #000;
}
.no-touch header nav.primary > .utils-account {
    float: right;
    padding-bottom: 5px;
    width: 90%;
}
header nav.primary .utils .search-form fieldset {
    padding: 5px 0px 4px 0px !important;
    margin-top: 10px;
}
.no-touch header nav.primary .utils .search-form fieldset input {
    padding: 6px;
    font-family: theSansNormal,Arial,Helvetica,sans-serif;
    font-weight: normal;
    border: solid 1px #ddd;
    color: #474747;
    margin-left: 0!important;
    height: 36px;
}
.ie8.no-touch header nav.primary .utils .search-form fieldset input.search-input.tt-hint {
  display: none;
}
.tt-dropdown-menu {
    position: absolute;
    top: 85% !important;
    left: -10px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 440px;
    padding: 10px;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    margin: 5px 0 0 0;
}
.search-box .close-search {
    color: #333;
    float: right;
    position: absolute;
    right: 10px;
    top: 5px;
    width: 10px;
    text-indent: -9999px;
    background: url(../images/global/close.png) no-repeat right center;
}
.module-search-module .close-icon {
    background: url(../images/global/close.png) no-repeat right center;
    padding: 0 15px 0 0;
    display: inline-block;
}
.fa-search.close-icon {
    display: inline-block;
    margin: 0px -4px 0 -4px;
    /*font-family: "cursive", sans-serif;*/
}
.fa-search.close-icon:before {
    content: '\e609';
    color: #fff;
    font-size: 20px;
}
header nav.primary .utils .search-form {
    float: left;
}
.no-touch header nav.primary .utils .search-form input {
    width: 440px;
}
header nav.primary .utils .context-search {
    width: 200px;
    float: left;
    margin-top: 0px;
    display: block;
    display: none!important;
    /*position: absolute;*/
}
header nav.primary .utils .context-search .btn-default {
    background: transparent !important;
    border: 1px solid #ccc;
    color: rgba(255, 255, 255, 0.7);
    padding: 7px 10px;
    border-radius: 0px;
    box-shadow: none;
}
header nav.primary .utils .context-search .caret {
    float: right;
    margin-top: 7px;
    border-top-color: #ccc;
}
header nav.primary .utils .context-search .btn {
    padding: 6px 10px;
    width:100% !important;
}
header nav.primary .utils .context-search .options {
    display: block;
    float: left;
    width: 170px;
    overflow: hidden;
    text-align: left;
    color: #000;
}
/*header nav.primary .utils .context-search .form-control{
   height:37px;
}*/

.no-touch header nav.primary .utils .search-box {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    opacity: 1;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 40px 0;
    display: none;
}
.no-touch header.sticky .search-icon {
    float: right;
    clear: both;
    margin-top: 5px;
}
.search-icon {
    float: right;
    clear: both;
    padding-top: 5px;
}
.search-icon button {
    background: none;
    border: 0px;
    outline: none;
}
.search-icon button .fa-search {
    font-size: 23px;
    color: #fff;
}
.no-touch header nav.primary .utils .search-form fieldset button {
    padding: 0px 40px 0px;
    background: #005293 url("../images/global/gloss-top-blue.png") no-repeat left top !important;
    /*border: 1px solid #005293;*/
    
    margin: 0;
    font-family: theSansNormal,Arial,Helvetica,sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: white;
    text-shadow: 0px 0px 14px #767676;
    letter-spacing: 0.01em;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
    white-space: nowrap;
    /*margin-left:-2px;*/
    
    height: 36px;
    /*line-height:35px;*/
    
    float: left;
}
.no-touch header nav.primary .utils .search-form fieldset > span.twitter-typeahead {
    float: left;
}
.search-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
header nav.primary .utils .context-search .dropdown-menu {
    top: 100%;
    width: 205px;
    margin-top: 0px
}
header nav.primary .utils .search-form .tt-dropdown-menu .actv, header nav.primary .utils .search-form .tt-dropdown-menu .tt-dataset-0 div.tt-cursor {
    background: #eee;
}
@media (min-width: 0px) and (max-width: 767px) {
    header nav.primary .utils .search-form fieldset .tt-dropdown-menu {
        max-width: 300px;
        min-width: 300px;
        overflow-y: scroll;
        max-height: 150px;
    }
    .touch .navs header nav.primary div.site-nav ul {
      margin-bottom: 50px;
    }
    .touch .navs header nav.primary div.site-nav .locale-selector-sub-nav ul {
      margin-bottom: 0;
    }
    .touch .navs header nav.primary div.site-nav .locale-selector-sub-nav:last-child ul:last-child {
      margin-bottom: 50px;
    }
}
@media (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .touch .navs header nav.primary div.site-nav ul {
      padding-bottom: 80px;
    }
    .touch .navs header nav.primary div.site-nav .locale-selector-sub-nav ul {
      margin-bottom: 0;
    }
    .touch .navs header nav.primary div.site-nav .locale-selector-sub-nav:last-child ul:last-child {
      margin-bottom: 80px;
    }
    .touch .navs header nav.primary div.site-nav ul .showMenu.subnav.active {
        padding-bottom: 80px;
    }
    .touch .navs header nav.primary div.site-nav ul .showMenu.subnav.active ul {
        padding-bottom: 80px;
    }
}
@media (min-width: 0px) and (max-width: 1024px) {
    .fa-search.close-icon:before {
        font-size: 16px;
        margin-left: -5px;
    }
    .only-mobile {
        display: block;
    }
    .no-touch header nav.primary .utils .search-box {
        top: 0;
        padding-bottom: 0;
    }
    .no-touch header nav.primary .utils .search-form input {
        width: 101%;
    }
    header nav.primary .utils .search-icon, header nav.primary .utils .search-box .close-search, header nav.primary.search-box-on .site-nav, header nav.primary.search-box-on .utils .account, header nav.primary.search-box-on .utils-account .account {
        display: none;
        /*opacity:0;*/
    }
    header nav.primary .utils .search-box button.submit {
        display: block !important;
        opacity: 0;
        margin: -30px;
    }
    .touch header nav.primary .utils .search-form fieldset input {
        padding: 0 6px;
        font-family: theSansNormal,Arial,Helvetica,sans-serif;
        font-weight: normal;
        border: solid 1px #cccccc;
        color: #474747;
        margin-left: -2px;
        height: 36px;
        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(hsla(0, 0%, 100%, 0)), to(hsla(0, 0%, 100%, 0)));
        background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
        border-top: 0;
    }
    .touch .navs header nav.primary .site-nav ul li.sec-nav-li {
        font-size: 14px;
        /*background: #eeeeee;*/
    }
    .touch #site-nav li.mega-menu .wrap a .fa-globe {
        margin-right: 5px;
    }
    .touch #site-nav li.mega-menu .wrap a span:before {
        font-family: 'icomoon';
        content: "\e941";
        float: right;
    }


    .touch .navs header nav.primary .site-nav .secondary-nav-mobile li.active{
        background:#fff;

        }
    .touch .navs header nav.primary .site-nav .secondary-nav-mobile li.active a{
        color:#005293;
       }

    .touch .navs header nav.primary .site-nav .secondary-nav-mobile li .subnav li.active a{
        color:#005293;
      }
    .touch .navs header nav.primary .site-nav .secondary-nav-mobile li .subnav li a{
        color:#fff;
      }

    header nav.primary .utils .context-search .options {
        width: 85%;
        padding: 0 5px;
    }
    header nav.primary .utils .context-search {
        width: 40%;
        float: left;
        position: relative;
        font-size: 13px;
    }
    header nav.primary .utils .context-search .caret {
        float: left;
        margin-top: 8px;
        margin-left: 8px;
    }
    .navs header nav.primary.search-box-on {
        width: 100%;
        margin-left: 0;
        top: 45;
        background: none repeat scroll 0 0 transparent;
        height: 49px;
        overflow: visible;
    }
    .touch .navs header nav.primary.search-box-on {
        top: 33px;
    }
    .navs header nav.primary.search-box-on .utils {
        display: block;
    }
    .only-mobile.search-inline-icon {
        margin-left: -40px;
        position: absolute;
        width: 35px;
        height: 35px;
        z-index: 99999;
        background: #ffffff;
        padding-top: 0px;
        padding-left: 0px;
    }
    .only-mobile.search-inline-icon .fa-search {
        padding: 9px;
        background: #ffffff;
    }
    .no-touch .only-mobile.search-inline-icon {
        margin-left: -20px;
        margin-top: 6px;
        position: absolute;
    }
    header nav.primary .utils .context-search .dropdown-menu {
        width: 158%;
        background: #fff;
        z-index: 999;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    header nav.primary .utils .context-search .dropdown-menu > li > a {
        white-space: normal;
        display: block;
    }
    @-moz-document url-prefix() {
        .only-mobile.search-inline-icon {
            margin-left: -20px;
            margin-top: 6px;
            position: absolute;
        }
    }
    header nav.primary .utils .context-search .form-control {
        height: 36px;
        border-top: 0;
        border-left: 0;
    }
    .no-touch header nav.primary .utils .context-search .form-control {
        height: 35px;
    }
    header nav.primary .utils .search-form {
       /* float: left;
        width: 60%;*/
    }
    header nav.primary .utils .search-form fieldset .twitter-typeahead {
        width: 100%;
        float: left;
    }
    header nav.primary .utils .search-form fieldset {
        padding: 0 !important;
        margin-top: 0;
    }
    header nav.primary .utils .search-form fieldset input {
        width: 101%;
        border-top: 0;
        border-radius: 0;
    }
    header nav.primary .utils .search-box {
        padding-bottom: 0;
        top: 0;
    }
    header nav.primary .utils .search-box .search-wrapper {
        padding-top: 0;
        width: 100%;
        position: absolute;
        left: 0;
        background: #fff;
        top: 12px;
    }
    .horz-space {
        height: 30px;
    }
}
@media (min-width: 0px) and (max-width: 1024px) {
  .touch .navs {
    position: absolute;
  }
  .touch .navs.sticky {
    position: fixed;
  }
  header.sticky {
    position: fixed;
  }
  .menu-active header.sticky {
    position:absolute;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .touch .only-mobile.search-inline-icon {
        margin-left: -30px;
        margin-top: 0px;
        position: absolute;
    }
    .only-mobile {
        display: none;
    }
}

@media (min-width: 0px) and (max-width: 320px) {
   header nav.primary .utils .search-form fieldset .tt-dropdown-menu{
  left:-110px !important; 
   }
}

.no-touch header nav.primary .utils .search-form fieldset button.disable {
    background: #c7c7c7 url("../images/global/gloss-top-blue.png") no-repeat left top !important;
    /*border:solid 1px #c7c7c7 !important;*/
}
.tt-dataset-2 p, .tt-dataset-0 p {
    padding: 3px 0;
    color: #333;
}
.tt-dataset-2 strong, .tt-dataset-0 strong {
    font-family: theSansBold,Arial,Helvetica,sans-serif;
    color: #000;
}
.tt-dataset-2 p:hover, .tt-dataset-0 p:hover {
    background: #e6e6e6;
}
@media (max-width: 1024px) {
    .touch header nav.primary > .utils-account {
        float: left;
        width: 100%
    }
    .touch header nav.primary .utils-account ul.account {
        height: auto;
    }
    .touch .navs header nav.primary .site-nav ul li.about_us {
        margin-bottom: 15px;
    }
    .touch .navs header nav.primary .site-nav ul li.accountLi {
        border-bottom: none;
        line-height: 30px;
    }
    .touch .navs header nav.primary .site-nav ul li.accountLi a {
        font-size: 14px;
    }
    .touch .navs header nav.primary .site-nav ul li.accountLi a span{
      padding: 5px;
    }
    .touch .navs header nav.primary .site-nav ul li.accountLi li {
        line-height: 25px;
    }
    .touch .navs header nav.primary .site-nav ul li.accountLi li a {
        padding: 10px 20px !important;
    }
    .touch .navs header nav.primary .site-nav ul li.accountLi h2 {
        background-color: #ebebeb;
        padding: 10px;
        margin: 0;
        display: block;
        color: #1e1e1e;
        font-size: 16px;
        font-weight: bold;
        font-family: theSansNormal,Arial,Helvetica,sans-serif;
    }
    div.rem-selection {
        float: left;
        padding: 10px;
        text-align: left;
    }
    div.rem-selection input[type="checkbox"] {
        position: relative;
        top: -7px;
    }
    #site-nav .hidemenu {
        display: none;
    }
}
.search-input .tt-hint {
    pointer-events: none;
}
#site-nav .hidemenu {
    position: absolute;
    width: 630px;
    height: 100px;
    top: 47px;
}
.ie8 .navs {
  position: relative;
}
.no-touch header nav.primary .utils-account ul li ul li a.locale-active {
    color: #005293 !important;
    font-weight: bold;
}
.touch .navs header nav.primary .site-nav ul li.accountLi li a.locale-active {
    color: #005293 !important;
    background: #fff;
    margin-bottom: -1px;
    font-weight: bold;
}
.ie9 .twitter-typeahead .twitter-typeahead .search-input:first-child {
    width: 10px !important;
}
.twitterinlineStyles {
    position: relative;
    display: inline-block;
    direction: ltr;
}

/* CSS for 1A Navigation ends here */

@media (min-width: 0px) and (max-width: 1025px) {

    .no-touch header nav.primary .site-nav > ul > li.mega-menu ul li a, .touch .navs header nav.primary .site-nav ul li a{
        height: auto !important;
    }
} 

@media (max-width: 1024px) and (min-width: 0px) {
  .touch #site-nav li.arrowActive a:before {
    font-family: 'icomoon';
    content: "\e941";
    float: right;
  }
}

    .no-touch header nav.primary .site-nav > ul > li:hover > .wrap .hover-cover{ 
        padding-left: 70px;
        padding-right: 70px;
        margin-left: -70px;
        margin-right: -70px;
        padding-bottom: 97px;
        margin-bottom: -97px;
    }

   .no-touch .navs header nav.primary .site-nav {
      width: 880px;
    }

    .no-touch header nav.primary .site-nav > ul > li.menu-open > .wrap, .no-touch header nav.primary .site-nav > ul > li.menu-open {
        height: 100%;
    }
    .no-touch header nav.primary .site-nav > ul > li.menu-open > .wrap > a,
    .no-touch header nav.primary .site-nav > ul > li > .wrap > a:hover {
        color: #fff;
        opacity: 1;
    }
    .no-touch header nav.primary .site-nav > ul > li.menu-open > .wrap > a > .arrow-top {
        bottom: 7px;
        opacity: 1;
        -webkit-transition: opacity 300ms, bottom 150ms;
        transition: opacity 300ms, bottom 150ms;
        display: block;
    }
    .ie8.no-touch header nav.primary .site-nav > ul > li.menu-open > .wrap > a > .arrow-top {
      bottom: 4px;
    }
    .no-touch header.sticky nav.primary .site-nav > ul > li.menu-open > .wrap > a > .arrow-top {
      bottom: 0;
    }
    .no-touch header nav.primary .site-nav > ul > li.mega-menu.menu-open .wrap > .subnav {
        opacity: 1;
        visibility: visible;
        max-height: 250px;
   }
   .ie8 .primary .utils-account .account #userDisplayName span{
      padding-left: 2px;
   }

.tt-dropdown-menu .tt-dataset-2 h2 {
  padding: 5px 0;
  color: #a4a4a4;
}

.ie8.no-touch header nav.primary a.navbar-logo .logo-wrap {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0px;
    margin: auto;
    background:url("../images/global/corning-logo.png") no-repeat center center;
    width:90px;
}
.ie8.no-touch header nav.primary a.navbar-logo .logo-wrap i.icon-corning-logo{
  display:none !important;
}
.search-wrapper .context-search .btn-group>.btn{
    width:auto !important;
}
.infoBox{
    display:none !important;
}
.ie8 .infoBox{
  display:block !important
}
.ie8.no-touch header nav.primary .utils-account ul.account li a {
    padding: 0px;
}
.ie8 nav.primary {
  display: none;
}


.typeaheadResults {
    position: absolute;
    top: 100%;
    background: white;
    padding: 20px 0;
    border: 1px solid #ddd;
    width: 100%;
    margin-top: 3px;
    border-radius: 3px;
}

.typeaheadResults:empty {
    display: none!important;
}

.typeaheadResults ul li {
    margin: 5px 0;
}

.typeaheadResults ul li a {
    display: block;
    padding: 3px 20px;
    outline: initial;
    color: black;
}
.typeaheadResults ul li a em {
    font-style: normal;
    font-family: theSansBold,Arial,Helvetica,sans-serif;
}
.typeaheadResults ul li a:focus, 
.typeaheadResults ul li a:hover {
    outline: initial;
    color: black;
}
.typeaheadResults ul li a:focus {
    background: #eee;
}



/****************************
    Component :  1C Navigation - Secondary
    Description: This CSS file includes style for navigation , text, link,
                 dropdown on navigation link hover,
                 different css for secondary navigation in Devices.
*******************************/

/* CSS for 1C Navigation - Secondary starts here */

.secondary-navigaiton {
    position: relative;
    border-bottom: 1.5px solid #cccccc;
    float: left;
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
    margin-top: -50px;
}
#site-navigation ul {
    display: block;
    padding: 0px;
}
#site-navigation ul ul {
    width: 100% !important;
}
.secondary-navigaiton li {
    float: left;
    padding: 0px;
    margin: 0px;
}
.secondary-navigaiton .wrap a {
    display: block;
    color: #666666;
    white-space: nowrap;
}
.secondary-navigaiton .wrap > a {
    position: relative;
    padding: 0 5px;
    font-family: theSansBold,Arial,Helvetica,sans-serif;
}
.secondary-navigaiton > .site-nav {
    background: #f3f3f3;
}
.secondary-navigaiton .wrap > a:after {
    content: '';
    position: absolute;
    width: 1px;
    background: #ccc;
    top: 25%;
    bottom: 20%;
    right: -5px;
}
.secondary-navigaiton li:last-child a:after {
    background: none;
}
.secondary-navigaiton li.userLogin a:after {
    background: none;
}
.secondary-navigaiton li.userLogout a:after {
    background: none;
}
.secondary-navigaiton li.mega-menu .wrap a span {
  padding: 11px 15px 11px 19px;
  margin-right: 11px;
}
.secondary-navigaiton .wrap a span {
    line-height: 1.2;
    font-weight: normal;
    color: #666666;
    display: inline-block;
    padding-bottom: 10px;
    padding: 11px 11px 11px 19px;
    margin-right: 0px;
    font-size: 15px;
    position: relative;
}
.secondary-navigaiton .mega-menu .wrap a span:after {
    content: '';
    position: absolute;
    border-top: 4px solid #666;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    top: 50%;
    right: 0px;
}
.secondary-navigaiton .mega-menu.active .wrap a span:after {
  content: '';
  position: absolute;
  border-top: 4px solid #005293;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  top: 50%;
  right: 0px;
}
.secondary-navigaiton .mega-menu .wrap a:hover span:after {
    border-top: 4px solid #005293;
}
.secondary-navigaiton .wrap a:hover span {
    color: #005293;
}
.secondary-navigaiton .wrap .subnav li a:hover{
  color: #005293;
}
.secondary-navigaiton .wrap .subnav li {
    width: 23% !important;
    border-bottom: 1px solid #e0e0e0;
    margin: 0 10px;
    text-align: center;
}
.secondary-navigaiton .wrap .subnav a {
    display: inline-block;
    font-family: theSansBold,Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 1.2;
    padding: 14px 0 13px;
    text-align: left;
    font-weight: normal;
    height:auto !important;
}
.secondary-navigaiton .wrap .subnav {
    box-shadow: 0px 5px 10px #e6e6e6;
    width: 100%;
    position: absolute;
    left: 0px;
    z-index: 99999;
    border-bottom: 1px solid #cccccc;
    background: #fff;
    opacity: 1;
    top: 102%;
    display: none;
}
.secondary-navigaiton li .wrap .arrow-top{
  content: '';
  opacity: 1;
  width: 100%;
  height: 10px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -3px;
  display: none;
  position:absolute;
  background:url(../images/global/secondary-nav-arrow.png) no-repeat center top;
}
.secondary-navigaiton .wrap .subnav.menu-open,
.secondary-navigaiton li .wrap.menu-open .arrow-top {
  display: block;
}
.secondary-navigaiton .wrap .subnav.menu-open {
}
.secondary-navigaiton li.active a span {
    color: #005293;
}
.secondary-navigaiton .wrap a.white_text span {
  color: #fff;
}
.userLogin, .userLogout {
    display: none;
}
.secondary-navigaiton .wrap .subnav li {
    width: 262px !important;
    border-top: 1px solid #e0e0e0;
    border-bottom: 0!important;
    margin: 0 10px;
    text-align: center;
}

@media(min-width:1024px){
  .sec-nav-li .wrap .subnav li:nth-child(-n+4) {
      border: 0!important;
  }
}

@media(min-width:1200px){
  .sec-nav-li .wrap .subnav li:nth-child(-n+5) {
      border: 0!important;
  }
}

#site-navigation .mega-menu.sec-nav-li .wrap .subnav ul.menu1 {
  width: 292px !important;
  margin: 0 auto;
}
#site-navigation .mega-menu.sec-nav-li .wrap .subnav ul.menu2 {
  width: 584px !important;
  margin: 0 auto;
}
#site-navigation .mega-menu.sec-nav-li .wrap .subnav ul.menu3 {
  width: 876px !important;
  margin: 0 auto;
}
.topSticky {
  position: fixed;
  z-index: 1040;
  margin-top: 0;
  margin-bottom: 0;
}

.resetSecNavSticky {
  position: relative;
  z-index: 1040;
  margin-top: -50px;
  margin-bottom: 30px;
  top: auto !important;
}

.secondary-navigaiton .wrap .subnav.menu-open,
.secondary-navigaiton li .wrap.menu-open .arrow-top {
  display: block;
}

@media(max-width: 1024px){
  .secondary-nav-l3-item {
    display: none!important;
  }
}

/* CSS for 1C Navigation - Secondary ends here */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot");
  src: url("../fonts/icomoon/icomoon.eot") format("embedded-opentype"),  url("../fonts/icomoon/icomoon.woff") format("woff"), url("../fonts/icomoon/icomoon.ttf") format("truetype"), url("../fonts/icomoon/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.breadcrumb {
	list-style: none;
	background-color: transparent;
	padding: 0;
	margin: 0;
	line-height: 30px;
	z-index: 9999;
}

.breadcrumb-navigation {
	z-index: 1035;
	overflow: visible;
	background-color: #fff;
  	width: 100%;
  	margin-bottom: 50px;
}

@media (min-width: 768px) {
	.breadcrumb-navigation {
		padding: 0;
	}
}


.breadcrumb li {
	display: inline-block;
	font-family: theSansNormal,Arial,Helvetica,sans-serif;
	white-space: nowrap; 
}

.breadcrumb li a {
	text-decoration: underline;
	color: #808080;
	font-size: 12px;
	font-weight: normal;
}

.breadcrumb li .non-link {
	color: #808080;
	font-size: 12px;
	font-weight: normal;
}

.breadcrumb li a img {
	height: 12px;
}

.breadcrumb a.home {
	font-family: 'icomoon' !important;
	text-decoration: none;
}

.breadcrumb a.home:before {
	content: "\e893";
}

.breadcrumb li .app,
.breadcrumb li.active a {
	color: #005293;
	text-decoration: none;
	font-size: 12px;
}
section.breadcrumb-navigation .breadcrumb {
  line-height: 18px;
}
section.breadcrumb-navigation {
  margin-bottom: 30px;
}
section.breadcrumb-navigation.sticky-breadcrumb .breadcrumb {
  line-height: 30px;
}

.breadcrumb li:before {
	font-size: 13px;
}



footer {
  margin: 0;
  display: block;
  clear:both;
}



footer:before,
footer:after {
  content: " ";

  display: table;

}



footer:after {
  clear: both;
}



footer > .container {
  padding-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 1024px) {


  footer > .container {
    padding-top: 30px;
    padding-bottom: 80px;
  }
}
footer .pull-right {
  position: relative;
}
@media (min-width: 0px) and (max-width: 767px) {


  footer > .container {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  footer .logo-container.pull-left {
    float: none;
    text-align: center;
    width: 100%;
  }
  footer .pull-right {
    float: none;
    text-align: center;
    width: 100%;
  }
  footer nav.primary .icon-corning-logo {
    margin-right: 0px !important;
  }
}



footer .footer-logo {
  /*background: url("../components/clientlibs.global/assets/images/logo-corning.png") 0 0 no-repeat;*/
  display: inline-block;
  text-indent: -3000em;
  width: 155px;
  height: 24px;
  margin: 0 40px 0 20px;
}



footer .styled-select {
  position: relative;

  display: inline-block;
}



footer .styled-select .dropdown-nav {
  font-family: theSansBold,Arial,Helvetica,sans-serif;
  font-size: 14px;
  line-height: 1.2;
  opacity: 0.7;
  display: inline-block;
  padding: 4px 20px 3px 5px;
  margin: 0;
  outline: none;
  line-height: 1.2;
  position: relative;
  background-image: none;
  background: #005293;
  color: #fff;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}



footer .styled-select:after {
  content: "▼";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 60%;
  line-height: 30px;
  padding: 0 7px;
  color: white;
}



footer nav .logo-container {
  margin-top: 27px;
}

footer nav .logo-container.hide-device {
  margin-top: 20px;
}

footer nav ul {
  display: block;
  clear: both;
  line-height: 40px;
}



footer nav ul:before,
footer nav ul:after {
  content: " ";

  display: table;

}



footer nav ul:after {
  clear: both;
}



footer nav ul.horizontal {
  margin: 0;
  padding: 20px 0px;
  display: inline-block;
  text-align: center;
  clear: none;
  float: left;
}



footer nav ul.horizontal li {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  position: relative;
}
footer nav ul.horizontal li.social a {
  padding: 5px;
  width: 30px;
  height: 30px;
  display: block;
}
footer nav ul.horizontal li .showMenu {
  position: absolute;
  bottom: 26px;
  min-width: 180px;
  line-height: 1em;
  padding-bottom: 20px;
  right: -10px;
  display: none;
  z-index: 9999;
}
footer nav ul.horizontal li .showMenu > ul {
  background: #fff;
  color: #1e1e1e;
  font-weight: normal;
  z-index: 1;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, .5);
  padding: 0px;
  float: right;
  width: 100%;
}
.ie8 footer nav ul.horizontal li .showMenu > ul {
  border: 1px solid #cccccc;
}
footer nav ul.horizontal li.selected .corning-ss-rss {
  background: #ff9327;
}
footer nav ul.horizontal li.selected .corning-ss-twitter {
  background: #29a8dd;
}
footer nav ul.horizontal li.selected .corning-ss-facebook {
  background: #3a5698;
}
footer nav ul.horizontal li.selected .corning-ss-youtube {
  background: #dc2b34;
}
footer nav ul.horizontal li.selected .corning-ss-linkedin {
  background: #0378b3;
}

footer nav ul.horizontal li.selected .corning-ss-weixin {
  background: #95d100;
}
footer nav ul.horizontal li.selected .corning-ss-plus {
  background: #db5442;
}
footer nav ul.horizontal li.selected .corning-ss-line {
  background: #00c300;
}
footer nav ul.horizontal li.selected .corning-ss-odno {
  background: #e67e17;
}
footer nav ul.horizontal li.selected .corning-ss-renren {
  background: #005eac;
}
footer nav ul.horizontal li.selected .corning-ss-weibo {
  background: #ffcc3e;
}
footer nav ul.horizontal li.selected .corning-ss-tweibo {
  background: #128abc;
}
footer nav ul.horizontal li.selected .corning-ss-vk {
  background: #325078;
}
footer nav ul.horizontal li.selected .corning-ss-youku {
  background: #ef4023;
}
footer nav ul.horizontal li.selected .showMenu{
  display: block;
}
footer nav ul.horizontal li .showMenu > ul:after{
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 14px;
  right: 8%;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid white;
}
footer nav ul.horizontal li .showMenu li{
  display: block;
  line-height: 1em;
  margin: 0;
  height: 40px;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  width: 100%;
}
footer nav ul.horizontal li .showMenu li a {
  display: block;
  padding: 10px;
  width: 100%;
  height: 100%;
}
footer nav ul.horizontal li .showMenu li a:hover{
  color: #333;
  text-decoration: none;

}
footer nav ul.horizontal li .showMenu li:hover{
  background: #eee;
}

footer nav ul.horizontal-small {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1.6;
  margin: 15px auto 10px;
}

@media (min-width: 1024px) {
  footer nav ul.horizontal-small {
    margin-top: 70px;
  }
}

footer nav ul.horizontal-small li {
  display: inline-block;
  text-align: center;
  margin: 0px 15px;
  white-space: nowrap;
}

footer nav.secondary > ul.horizontal-small > li {
  float: none;
  width: auto;
}

footer nav ul.horizontal-small li a {
  padding: 15px 10px;
}


@media (min-width: 1024px) {
  footer nav ul.horizontal-small li a {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 320px) and (max-width: 400px) {
  footer nav ul.horizontal-small li {
    display: block;
    margin-bottom: 5px;
  }
}


footer nav ul li h3 {
  font-family: Arial;
  font-weight: bold;
  font-size: 21px;
  line-height: 1.2;
  font-size: 25px;
  margin-bottom: 10px;
}

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


  footer nav ul li h3 {
    font-size: 18px;
  }
}



footer nav ul li h3 a {
  font-size: 18px;
}



footer nav ul li h4 {
  margin: 10px 0;
}



footer nav ul li h4 a {
  color: #1e1e1e;
}



footer nav ul li h5 {
  text-transform: none;
}



footer nav ul li a {
  text-decoration: none;
  font-family: Arial;
  font-size: 14px;
  line-height: 1.2;
}



footer nav ul li a:hover {
  color: #005293;
}



footer nav ul li ul li {
  font-size: 14px;
  font-weight: normal;
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1.2;
}



footer nav ul li ul li h4 {
  text-transform: uppercase;
}



footer nav ul li ul li ul li {
  font-family: theSansNormal,Arial,Helvetica,sans-serif;
  font-size: 14px;
  line-height: 1.2;
  margin-left: 10px;
  line-height: 2;
}



footer nav.primary {
  margin-bottom: 31px;
  background: #005293;
}



footer nav.primary h3 a {
  font-family: theSansBold,Arial,Helvetica,sans-serif;
  font-size: 16px;
  line-height: 1.2;
}



footer nav.primary.visible-xs .container {
  text-align: center;
}



footer nav.primary.visible-xs .container .logo-container {
  text-align: center;
}



footer nav.primary.visible-xs .container .logo-container .footer-logo {
  margin: 0;
}



footer nav.primary.visible-xs .container .horizontal {
  width: auto;
  text-align: center;
}



footer nav.primary.visible-xs .container .horizontal li {
  margin: 0 10px;
}



footer nav.secondary ul.horizontal li h5,
footer nav.secondary ul.horizontal li h5 a {
  line-height: 1;
  font-family: theSansBold,Arial,Helvetica,sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 1.2;
  color: #cccccc;
}



footer nav.secondary .copyright-text {
  text-align: center;
}







footer nav.mobile {
  margin: 0;
  padding: 0;
}



footer nav.mobile li {
  list-style-type: none;
  margin: 15px;
  padding: 0;
}
.footer .pull-right span.social {
  position: relative;
  display: inline-block;
  float: left;
  padding: 23px 0;
  white-space: nowrap;
}

footer .socicon:empty {
    border-radius: 0;
    height: auto;
    width: auto;
    border-right: solid 1px #7696bb;
    padding-right: 10px;
    padding-left: 2px;
}
.ie8 footer .socicon {
    border-radius: 0;
    height: auto;
    width: auto;
    border-left: solid 1px #7696bb;
    padding-left: 10px;
    padding-right: 2px;
    float: right;
}
.ie8 footer li.social:first-child .socicon {
  border: none;
}
.ie8 footer .fa.fa-youtube {
    color: #fff;
    font-size: 16px;
    margin-top: 2px;
    border-left: solid 1px #7696bb;
    border-right: 0px;
    padding-left: 10px;
    padding-right: 2px;
    height: 20px;
    float: right;
}
footer .socicon {
    font-size: 16px;
    background: none;
    padding: 0;
}
footer .social {
  color:#fff;
}
footer nav ul.horizontal li {
    margin: 0 5px;
    font-size: 14px;
    display: block;
    float: left;
}
footer nav ul li h3 a {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
}
footer nav.secondary .horizontal-small li a {
  color: #999999;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}

footer nav.secondary .horizontal-small li a:hover{
  color:#005293;
}

footer nav.secondary p.copyright-text {
  color: #999999;
  font-size: 11px;
}
footer nav ul li a {
    color: #333333;
    /*display: block;*/
    padding: 5px 5px 5px 0px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    padding: 0;
}
footer nav.primary .icon-corning-logo {
    color: #fff;
    display: inline-block;
    font-size: 22px;
    line-height: 30px;
    margin-right: 40px;
}
footer .icon-corning-logo {
    font-family: 'Corning';
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
}
footer .fa.fa-youtube {
    color: #fff;
    font-size: 16px;
    margin-top: 2px;
    border-right: solid 1px #7696bb;
    padding-right: 10px;
    padding-left: 2px;
    height: 20px;
}
footer .socicon.fa-renren {
  font-size: .8em;
  margin-top: 1px;
}
footer .socicon.fa-weibo {
  font-size: 1.2em;
}
footer .socicon.fa-vk {
  font-size: 1.3em;
}
footer .socicon.fa-youku {
  margin-top: -2px;
  margin-left: -2px;
}
footer .fa-weixin {
  margin-top: 2px;
}
footer .fa-weixin:before {
  font-size: 16px;
}
footer .socicon.fa-tweibo {
  font-size: 1.4em;
  margin-top: -3px;
  margin-left: -2px;
}
footer .socicon.fa-odno {
  margin-top: -4px;
  left: -4px;
  font-size: 1.3em;
}
footer .socicon.fa-line {
  margin-top: -5px;
  margin-left: -4px;
  font-size: 1.4em;
}
footer .socicon.fa-google-plus {
  margin-top: 2px;
}
footer .socicon.socicon-linkedin,
footer .socicon.socicon-linkedin {
    /*margin-top: -1px;*/
}
.fa-youtube:before {
content: "\e7a1";
}

footer .secondary > ul li.location-item:first-child {
  padding-left: 0;
}

footer .secondary > ul li.location-item:last-child {
  padding-right: 0;
}

footer nav.secondary .horizontal-small li:first-child{
  margin-left: 0;
}
footer nav.secondary .horizontal-small li:last-child {
  margin-right: 0;
}

@media (min-width: 768px) and (max-width: 1023px) {
  footer nav.secondary .horizontal-small li:last-child {
    padding-right: 15px;
  }
  footer nav.secondary {
    margin: 0 auto;
    display: table;
  }
  footer > .container {
    padding: 0 0 95px;
  }
  footer nav ul li h3 a {
    font-size: 16px;
  }
  footer nav.secondary .col-sm-3 {
    width: auto;
  }
  footer .container .pull-right {
    float: none !important;
    text-align: center;
  }
  footer nav ul:after {
    clear: none;
  }
  footer nav ul.horizontal-small {
    margin-top: 0;
  }
}
@media (min-width: 320px) and (max-width: 1020px) {
  footer nav.secondary {
    margin: 0 auto;
    display: table;
  }
  footer nav.secondary.visible-device{
    display: table !important;
  }
  footer nav.secondary.visible-device ul li a {
    font-family: Arial;
    font-weight: bold;
    font-size: 21px;
    line-height: 1.2;
    font-size: 18px;
    margin-bottom: 10px;
  }
  footer nav.secondary.visible-device ul li a:hover { text-decoration: none; }
  footer .location-item.col-xs-12.hide-device {
    display: none !important;
  }
  footer > .container {
    padding: 0 0 80px;
  }
  footer nav ul.horizontal-small li {
    display: inline-block;
    margin: 0;
  }
  footer nav.secondary .horizontal-small li a {
    font-size: 10px;
  }
  footer nav ul li h3 a {
    font-size: 14px;
  }
  footer .location-item.col-xs-12 {
    width: auto;
    display: table-cell;
    padding: 0 10px !important;
    white-space: nowrap;
  }
  footer .secondary > ul li.location-item:last-child {
    padding-right: 15px;
  }
  footer .secondary > ul li.location-item:first-child {
    padding-left: 15px;
  }
  footer .container .pull-right {
    float: none !important;
    text-align: center;
  }
}

footer .only-device-tablet{
  display: table-cell !important;
}

@media (min-width: 320px) and (max-width: 760px) {
  footer .only-device-tablet{
    display: none !important;
  }
}

@media (min-width: 320px) and (max-width: 1023px) {
  footer .container .pull-right{
    position: relative;
    width: auto;
    display: inline-block;
  }
  footer nav > .container {
    text-align: center;
    padding-top: 5px;
  }
  footer nav ul.horizontal li .showMenu{
    bottom: 40px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  footer .container .pull-right{
    position: relative;
  }
  footer nav ul.horizontal li{
    position: static;
  }
  footer nav ul.horizontal li .showMenu{
    right: 0;
    left: 0;
  }
  footer nav ul.horizontal li .showMenu > ul:after{
    display: none;
  }
  footer nav ul.horizontal li.social.selected a:after{
    display: none;
  }
  footer nav ul.horizontal li.social.selected > a:before{
    content: '';
    display: inline-block;
    /* position: absolute; */
    /* bottom: 0; */
    /* right: 0; */
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid white;
    margin-top: -15px;
    float: left;
  }

}

  @media (min-width: 320px) and (max-width:767px) {
  .g-recaptcha > div > div > iframe{
      zoom:.75;
    }
    #googleReCaptchaWrap{
      background: #f9f9f9;
      border: 1px solid #d3d3d3;
      color: #000;
      border-radius: 3px;
      box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.08);
      -webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.08);
      -moz-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.08);
      height: 74px;

    }
    #googleReCaptchaWrap .g-recaptcha div div {
        margin: -1px 0 0 -1px;
    }
}
footer nav ul.horizontal li:last-child a span{
    border-right:none;
}

@media (min-width: 1024px){
.secondary.visible-device{
  display:none !important;
  }
}
