/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 15px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/*-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff;*/
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
    bottom: 1px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: 1px;
	font-family: Arial;
	font-weight: bold;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager .bx-pager-item{
    border-right: solid 2px transparent;
}
.bx-wrapper .bx-pager .bx-pager-item:last-child{
    border-right: none;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background-color: #eaeaec;
	text-indent: -9999px;
	display: block;
	xwidth: 10px;
	height:7px;
	xmargin: 0 5px;
	outline: 0;
	x-moz-border-radius: 5px;
	x-webkit-border-radius: 5px;
	xborder-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #61a7e5;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../images/controls.png) no-repeat 0 -32px;
    opacity: .6;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../images/controls.png) no-repeat -43px -32px;
    opacity: .6;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
 }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
 }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto_thin/Roboto-Thin-webfont.eot');
    src: url('../fonts/roboto_thin/Roboto-Thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto_thin/Roboto-Thin-webfont.woff') format('woff'),
         url('../fonts/roboto_thin/Roboto-Thin-webfont.ttf') format('truetype'),
         url('../fonts/roboto_thin/Roboto-Thin-webfont.svg#Roboto') format('svg');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto_thinitalic/Roboto-ThinItalic-webfont.eot');
    src: url('../fonts/roboto_thinitalic/Roboto-ThinItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto_thinitalic/Roboto-ThinItalic-webfont.woff') format('woff'),
         url('../fonts/roboto_thinitalic/Roboto-ThinItalic-webfont.ttf') format('truetype'),
         url('../fonts/roboto_thinitalic/Roboto-ThinItalic-webfont.svg#Roboto') format('svg');
    font-weight: 100;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto_light/Roboto-Light-webfont.eot');
    src: url('../fonts/roboto_light/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto_light/Roboto-Light-webfont.woff') format('woff'),
         url('../fonts/roboto_light/Roboto-Light-webfont.ttf') format('truetype'),
         url('../fonts/roboto_light/Roboto-Light-webfont.svg#Roboto') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto_lightitalic/Roboto-LightItalic-webfont.eot');
    src: url('../fonts/roboto_lightitalic/Roboto-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto_lightitalic/Roboto-LightItalic-webfont.woff') format('woff'),
         url('../fonts/roboto_lightitalic/Roboto-LightItalic-webfont.ttf') format('truetype'),
         url('../fonts/roboto_lightitalic/Roboto-LightItalic-webfont.svg#Roboto') format('svg');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto_regular/Roboto-Regular-webfont.eot');
    src: url('../fonts/roboto_regular/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto_regular/Roboto-Regular-webfont.woff') format('woff'),
         url('../fonts/roboto_regular/Roboto-Regular-webfont.ttf') format('truetype'),
         url('../fonts/roboto_regular/Roboto-Regular-webfont.svg#Roboto') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto_italic/Roboto-Italic-webfont.eot');
    src: url('../fonts/roboto_italic/Roboto-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto_italic/Roboto-Italic-webfont.woff') format('woff'),
         url('../fonts/roboto_italic/Roboto-Italic-webfont.ttf') format('truetype'),
         url('../fonts/roboto_italic/Roboto-Italic-webfont.svg#Roboto') format('svg');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto_medium/Roboto-Medium-webfont.eot');
    src: url('../fonts/roboto_medium/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto_medium/Roboto-Medium-webfont.woff') format('woff'),
         url('../fonts/roboto_medium/Roboto-Medium-webfont.ttf') format('truetype'),
         url('../fonts/roboto_medium/Roboto-Medium-webfont.svg#Roboto') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto_mediumitalic/Roboto-MediumItalic-webfont.eot');
    src: url('../fonts/roboto_mediumitalic/Roboto-MediumItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto_mediumitalic/Roboto-MediumItalic-webfont.woff') format('woff'),
         url('../fonts/roboto_mediumitalic/Roboto-MediumItalic-webfont.ttf') format('truetype'),
         url('../fonts/roboto_mediumitalic/Roboto-MediumItalic-webfont.svg#Roboto') format('svg');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto_bold/Roboto-Bold-webfont.eot');
    src: url('../fonts/roboto_bold/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto_bold/Roboto-Bold-webfont.woff') format('woff'),
         url('../fonts/roboto_bold/Roboto-Bold-webfont.ttf') format('truetype'),
         url('../fonts/roboto_bold/Roboto-Bold-webfont.svg#Roboto') format('svg');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto_bolditalic/Roboto-BoldItalic-webfont.eot');
    src: url('../fonts/roboto_bolditalic/Roboto-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto_bolditalic/Roboto-BoldItalic-webfont.woff') format('woff'),
         url('../fonts/roboto_bolditalic/Roboto-BoldItalic-webfont.ttf') format('truetype'),
         url('../fonts/roboto_bolditalic/Roboto-BoldItalic-webfont.svg#Roboto') format('svg');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto_black/Roboto-Black-webfont.eot');
    src: url('../fonts/roboto_black/Roboto-Black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto_black/Roboto-Black-webfont.woff') format('woff'),
         url('../fonts/roboto_black/Roboto-Black-webfont.ttf') format('truetype'),
         url('../fonts/roboto_black/Roboto-Black-webfont.svg#Roboto') format('svg');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto_blackitalic/Roboto-BlackItalic-webfont.eot');
    src: url('../fonts/roboto_blackitalic/Roboto-BlackItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto_blackitalic/Roboto-BlackItalic-webfont.woff') format('woff'),
         url('../fonts/roboto_blackitalic/Roboto-BlackItalic-webfont.ttf') format('truetype'),
         url('../fonts/roboto_blackitalic/Roboto-BlackItalic-webfont.svg#Roboto') format('svg');
    font-weight: 900;
    font-style: italic;
}

@charset "utf-8";
#onetrust-banner-sdk, #onetrust-pc-sdk, #ot-sdk-cookie-policy, #ot-sync-ntfy {
    font-size: 1.5rem !important;
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy {
    font-size: 1.5rem !important;
}
/*====================================== reset.css is here ========================================*/
body,div,pre,form,
fieldset,input,textarea,blockquote,th,td    {margin:0; padding:0;}
table                                       {border-collapse:collapse; border-spacing:0;}
fieldset,img                                {border:0; }
address,caption,cite,code,
dfn,em,strong,th,var                        {font-weight:bold;}
caption,th                                  {text-align:left;}
h1,h2,h3,h4,h5,h6                           {color: #4f5960;}
q:before,q:after                            {content:'';}
abbr,acronym                                {border:0;}
.clear                                      {clear:both; font-size:1px;line-height:1px; display:block; height:0;}
.clrflt                                     {clear:both;}

.last	                                    {margin:0 !important;}
.pad_last                                   {padding:0 !important;}
.no_bg                                      {background:none !important;}
header ol,header ul,                         
nav ol, nav ul,                             
footer ol, nav ul                           {list-style:none;}
p                                           {margin:0 0 26px;}

/**************************************************************************************/
a											{color:#083d7e; font-weight: 400; text-decoration:none; outline:0 none;}
a:focus										{outline:none;border:none;}
h1											{font-size:24px;}
h2											{font-size:22px;}
h3											{font-size:18px;}
h4											{font-size:16px;}
h5											{font-size:14px;}
h6											{font-size:12px;}
/*----------------------------------------------------------------------------------*/
html 										{}
body										{background-color:#FFF; color:#71797f; font-family:'Roboto', sans-serif; font-weight:300; font-size:16px;}
.flt_lt										{float:left !important; display:inline !important;}
.flt_rt										{float:right !important; display:inline !important;}

.container                                  {width:1140px; margin:0 auto; height:100%; display:block; padding:0 10px;}
.row										{margin:0 -10px; padding:0;}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, 
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, 
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, 
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, 
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, 
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, 
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, 
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, 
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, 
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, 
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12  {padding-left: 10px; padding-right: 10px;}
.form-horizontal .form-group                    {margin-left: -10px; margin-right: -10px;}
.navbar-toggle                                  {border-color: #3b91dd; margin:8px 0; padding:10px;}
.icon-bar                                       {background-color: #3b91dd;}


/* ----------------------- LAYOUT  ---------- */
.wrapper									{margin:0 auto; background:#ffffff;}
#main-content                               {display: block; margin: 0; padding: 0;}
#main-content::before                       {
    /* used to check Media Query in jQuery */
    display: none;
    content: 'desktop';
}

header										{display:block; margin:0; padding: 28px 0 0 0; position:relative;}
footer										{display:block; padding:60px 0 40px 0; background:#424d55;}
/* ----------------------- END LAYOUT  ---------- */


/* ------------------ HEADER  -------------------*/

header img									{display:block; width:100%; height:auto;}
header a.scroll								{display:block; position:absolute; bottom:22px; width:100%; text-align:center;}
header a.scroll	img							{width:auto; height:auto; display:inline-block;}
header .header-banner>img                   {min-height: 200px;}
header .header-banner>video                 {display: block; padding:0; margin:0; width:100%; height: auto !important; z-index: -100; background: gray; overflow: hidden;}
header .header-banner>video::-webkit-media-controls-start-playback-button 
                                            {display: none !important; -webkit-appearance: none;}

header nav									{display:inline-block; margin-left:157px; padding:27px 0 0 0;}
header nav ul								{display:block; margin:0; padding:0;}
header nav>ul>li							{float:left; margin:0; padding:0 19px 0 20px; min-height: 48px;width: 156px;}
header nav > ul > li:not(:nth-last-child(1))      {background:url(../images/nav-bg.png) no-repeat left top; }
           
header nav>ul>li>a							{display:block;margin:0;padding:0 0 14px 0;font-weight: 400 ;font-size:13px;
                                              color:#ffffff;line-height:17px;text-transform:uppercase;text-decoration:none;}
header nav>ul>li.active                     {text-decoration:underline;background:url(../images/trans-hover.png) no-repeat;
                                            background-size:100% 100%;}
header nav>ul>li:hover                      {text-decoration:underline;background:url(../images/trans-hover.png) no-repeat;
                                            background-size:100% 100%;}
header nav>ul>li>a:hover                    {color: #FFF}
header nav>ul>li>a:focus                    {color: #FFF}
header .sitetools-subnav                    {display:none;}

.menu-icon                                  {display:none; color: #083d7e; background-color: #fff; border: solid 1px #083d7e; }
.menu-icon .icon-bar                        {background-color: #083d7e;}
.search-icon                                {display:none; color: #083d7e; background-color: #fff; border: none; font-size:18px}
.menu-drop                                  {display: none;}
.menu                                       {display: none;}


.header-con									{display:block; width:100%; margin:0; padding:0; position: fixed; top:0; left:0; z-index: 999;}
.header-in									{display:block; margin:0; padding:0; width: 100%;}
.header-top									{display:block; margin:0; padding:0; background:#ffffff;}
.header-top-in								{display:block; padding-top:3px; padding-bottom:3px; width:100%;float:right}
.header-top-in h1                           {display:none;}
.header-btm									{display:block; margin:0; padding:0; background:url(../images/nav-trans.png) repeat;}

.logo										{display:inline-block;float:left;margin:0;padding:0; position:absolute;top:0;/*z-index: 9999;*/}
.logo a										{display:block;margin:0;padding:0;}
.logo a	img									{width:auto;height:auto;}
.logo a em                                  {position:absolute; top: 18px; left: -8px;}
.logo a em img                              {width:auto;height:auto;display:inline-block;}

.social-icons								{display:inline-block; float:right; margin:0 0 0 18px; padding:0;}
.social-icons ul							{display:block; margin:0; padding:0;}
.social-icons ul li							{display:block; float:left; margin:0 0 0 12px; padding:0;}
.social-icons ul li a						{display:block; margin:0; padding:0; text-decoration:none;}
.social-icons ul li a img					{width:auto; height:auto; opacity:.65; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; -webkit-transition: all 0.3s linear; -ms-transition: all 0.3s linear; transition: all 0.3s linear;}
.social-icons ul li a:hover img				{opacity: 1;  -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; -webkit-transition: all 0.3s linear; -ms-transition: all 0.3s linear; transition: all 0.3s linear; 
                                             -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg); -webkit-transform: rotateY(180deg); transform: rotateY(180deg);}


.head-nav									{display:inline-block; float:right; margin:0; padding:0;}
.head-nav ul								{display:block; float:left; margin:0; padding:0; font-size:11px; line-height:21px;}
.head-nav ul li								{display:inline-block; float:left; margin:0 0 0 23px; padding:0;}
.head-nav ul li a							{display:inline-block; margin:0; padding:0; font-weight:400; font-size:11px; color:#71797f; 
                                             text-transform:uppercase; text-decoration:none;}
.head-nav ul li.active a                    {text-decoration:underline;}

.head-nav ul li a:hover						{text-decoration: underline;}
.head-nav a.confer							{width:161px;border-radius:50px;background:url(../images/arrow.png) no-repeat 91% center #4090dc; 
                                             font-weight:400; font-size:10px; color:#ffffff; line-height:10px; display:inline-block; float:left;
                                             text-transform:uppercase;margin:0 0 0 28px;padding:5px 0 6px 16px;}
.head-nav a.youriaa							{width:81px;border-radius:50px;background:url(../images/arrow.png) no-repeat 85% center #4090dc; 
                                             font-weight:400; font-size:10px; color:#ffffff; line-height:10px; display:inline-block; float:left;
                                             text-transform:uppercase;margin:0 0 0 28px;padding:5px 0 6px 16px;}

.header-in.sticky                           {position:fixed; top:0; left:0; transition:0.5s all ease-in-out;}
.header-btm.sticky                          {background:#1969B5; color:#000; display: block; transition:0.5s all ease-in-out;}
.sticky nav                                 {padding:12px 0 0 0;}
/* ------------------ END HEADER  -------------------*/


/* ------------------ COOKIE MESSAGE -------------------*/
#cookiemessage                              {position: fixed; left: 0; bottom: 0; z-index: 100000; width:100%; background:url(../images/want-trans.png) repeat-x;background-size:cover; opacity: .9; overflow: auto; display: none;}
#cookiemessage h2                           {color: #fff; font-size:22px; padding: 20px 0 10px 0;}
#cookiemessage p                            {color: #fff; font-size:13px; padding-bottom: 20px;}
#cookiemessage #continuelink                {float: right; font-size: 23px; text-align: center; padding-top: 40px;}
#cookiemessage a                            {color: #fff; text-decoration: none;}
#cookiemessage a:hover                      {text-decoration: underline;}
#cookiemessage .btn-primary                 {display:inline-block; padding:18px 52px 18px 37px; border-radius:50px; line-height:14px; background: url(../images/watch-arrow.png) no-repeat 83% center #4090dc;}
/* ------------------ END COOKIE MESSAGE ---------------*/


/* ------------------ BANNER  (Inc Breadcrumb)-------------------*/
.carousel-control .glyphicon-chevron-left:before {content: " "; display:block; background:url(../images/previous.png) no-repeat; 
                                                   width:15px; height:30px;}
.carousel-control .glyphicon-chevron-right:before {content: " "; display:block; background:url(../images/next-bg.png) no-repeat; 
                                                    width:15px; height:30px;}
.carousel-control .glyphicon-chevron-left   {left:30px; width:15px}
.carousel-control .glyphicon-chevron-right  {right:30px; width:15px}
.carousel-indicators                        {display:none;}
.carousel-control                           {width:8%;}


.carousel-block								{display:block;position:absolute;top:33.8%;}
.carousel-block	h2							{display:block;margin:0 0 14px 0;padding:0;font-weight:700;font-size:44px;color:#ffffff;line-height:54px;text-transform:uppercase;}
.carousel-block	p							{display:block;margin:0 0 23px 0;padding:0;font-weight:100;font-size:24px;color:#ffffff;line-height:33px;}
.carousel-block	ul							{display:block;margin:0;padding:0;}
.carousel-block	ul li						{display:inline-block;margin:0 10px 0 0;padding:0;float:left;}
.carousel-block	ul li a						{display:inline-block;margin:0;padding:18px 52px 18px 37px;float:left;
                                             font-weight:500; font-size:14px;line-height:14px;text-transform:uppercase;
                                             background: url(../images/watch-arrow.png) no-repeat 83% center #4090dc;
                                             color:#fff; border-radius:50px;}
.carousel-block	ul li a:hover				{background:url(../images/watch-arrow.png) no-repeat 83% center #2067ad;color:#fff;}
.carousel-block	ul li:nth-child(2) a        {background:url(../images/read-arrow.png) no-repeat 83% center #fff;color:#2067ad;}
.carousel-block	ul li:nth-child(2) a:hover	{background: url(../images/read-arrow.png) no-repeat 83% center #d9dbdd;color:#2067ad;}
.carousel-inner                             {max-height: 80vh;}

.leader                                     {background-color: #a0a6aa; text-align: center;}
.leadertext                                 {padding-top:40px; padding-bottom:40px; font-size:24px; color: #FFF; font-weight: 300;}
.breadcrumb-block			                {display:block; position:absolute; bottom:40px;}
.breadcrumb-block ul		                {display:block;margin:0;padding:0;}
.breadcrumb-block ul li	                    {display:inline-block; float:left; margin: 0 12px 0 0; padding: 0 14px 0 0;
                                             background:url(../images/ban-arrow.png) no-repeat right; line-height:11px;}
.breadcrumb-block ul li a	                {display:inline-block; margin:0; padding:0; font-weight:300; font-size:11px;
                                             color:#ffffff; line-height:11px; text-transform:uppercase;}
.breadcrumb-block h3		                {display:block; font-weight:700; font-size:36px;color:#ffffff; line-height:36px; 
                                             margin:13px 0 0 0; padding:0; text-transform:uppercase;}
.breadcrumb-block p		                    {display:block; font-weight:400; font-size:32px;color:#ffffff; line-height:32px; 
                                             margin:40px 0 0 0; padding:0; width:60%;}
.header-banner .banner-default              {display:block;}
.header-banner .banner-xs                   {display:none;}

/* ------------------ END BANNER  -------------------*/


/* ------------------------ MAIN CONTENT  --------------*/

.content-body								{margin:0; padding:0; background:url('../images/bg-subnav-body.png') repeat-y; background-size: 100%; overflow:hidden;}
.body-lt-con								{background-color:#e8e9ea; padding-top:30px; padding-bottom: 100000px; margin-bottom: -100000px; height: 100%;}
.body-rt-con								{background-color:#fff; padding-top:30px; padding-left:30px; padding-bottom: 100000px; margin-bottom: -100000px; height: 100%;}
.body-con								    {background-color:#fff;}

.body-lt-con h3                             {font-size: 16px; font-weight: normal;}

.body-nav									{display:block; margin:0 6% 0 0; padding:0;}
.body-nav ul								{display:block; margin:0; padding:0; width: 100%}
.body-nav ul li								{display:block; margin:0 0 18px 0; padding:0 0 8px; border-bottom:solid 1px #c7cacc;
                                             background:url(../images/accord-bg.png) no-repeat left 5px; }
.body-nav ul li	 a							{display:block; margin:0; padding:0 0 0 15px; font-weight:400; font-size:16px; color:#424d55;
                                             line-height:19px;}
.body-nav ul li	ul							{display:block;margin:17px 0 2px 14px; padding:0;}
.body-nav ul li	ul li						{display:block;margin:0 0 14px 0;padding:0 0 0 12px !important; background:url(../images/bullet.png) no-repeat left 5px; border-bottom:none;height:auto;}
.body-nav ul li ul li a						{display:block;margin:0;padding:0;font-weight:300; font-size:14px;color:#424d55;line-height:14px;}
.body-nav ul li.click:hover                 {height:205px;background:url(../images/accord-bg1.png) no-repeat left 5px;}
.body-nav ul li a:hover				        {color:#4090dc;}
.body-nav ul li.selected>a                  {color:#4090dc; font-weight:500}



.content-iwantto							{background:url(../images/want-trans.png) repeat-x;background-size:cover;
                                             padding-top:98px; padding-bottom:124px; text-align:center;}
.content-iwantto a					        {color:#ffffff; display:block;}
.content-iwantto h2						    {font-weight:100; font-size:22px; color:#ffffff;line-height:22px;display:block;
                                               text-align:center;text-transform:uppercase; letter-spacing: 1px;
                                               background:url(../images/want-bg.png) no-repeat center 43px; 
                                               padding: 0 0 24px 0;margin: 0 0 41px 0;}
.content-iwantto p					        {font-weight:400;font-size:16px;color:#ffffff;line-height:22px; display:block; padding:0 10%; margin-bottom:40px;}
.content-iwantto img				        {display:block; margin-bottom:25px; height:auto; width:100%; max-width:158px; padding:0; margin-left: auto; margin-right: auto}

.temporaryrestritedareas                    {background-color: #e8e9ea;}
.temporaryrestritedareas h2                 {color: #bb5801 !important;}
.temporaryrestritedareas .single_item       {margin: 0 auto; float: none;}

.content-grid								{display:block;margin:0;padding:80px 0;background:#a0a6aa;}

.col_100                                    {min-width: 100px;}
.col_150                                    {min-width: 150px;}
.col_200                                    {min-width: 200px;}
.newsitem .seperator                        {height:3px; width: 100px; background:url(../images/update-bg.png); padding:0; margin:5px 0 19px 0;}
.newsitem .date                             {font-size:14px;}
.publicationitem .seperator                 {height:3px; width: 100px; background:url(../images/update-bg.png); padding:0; margin:5px 0 19px 0;}
.publicationitem .heading                   {min-width: 100px; display: inline-block;}
.publicationitem .desc                      {margin-top: 20px; margin-bottom: 5px;}
.publicationitem .appendix                  {margin-top: 20px; margin-bottom: 5px;}
.safetyarticleitem .seperator               {height:3px; width: 100px; background:url(../images/update-bg.png); padding:0; margin:5px 0 19px 0;}
.safetyarticleitem .date                    {font-size:14px;}
.safetyarticleitem .source                  {padding-top: 20px;}
.vacancyitem .seperator                     {height:3px; width: 100px; background:url(../images/update-bg.png); padding:0; margin:5px 0 19px 0;}
.vacancyitem .date                          {font-size:14px;}
.vacancyitem .source                        {padding-top: 20px;}
.temporaryrestrictedareaitem .seperator     {height:3px; width: 100px; background:url(../images/update-bg.png); padding:0; margin:5px 0 19px 0;}
.temporaryrestrictedareaitem .date          {font-size:14px;}
.temporaryrestrictedareaitem .heading       {min-width: 100px; display: inline-block;}
.badge                                      {vertical-align: top; border-radius: 5px; background-color: #777; color: #fff}

.category                                   {padding: 2px !important; min-width: 22px; font-size: 12px; font-weight: 300;}
.categories .dropdown-menu                  {float: none;position:relative}
.docselected                                {color:#4090dc; font-weight:600}

.body-con hr,
.body-rt-con hr                             {border:none; border-top:solid 1px #d9dbdd;}

.careers_leader_videos                      {
                                                padding:70px 0;
                                                background: #0a1045; /* For browsers that do not support gradients */
                                                background: -webkit-linear-gradient(left, #0a1045, #133c70); /* For Safari 5.1 to 6.0 */
                                                background: -o-linear-gradient(right, #0a1045, #133c70); /* For Opera 11.1 to 12.0 */
                                                background: -moz-linear-gradient(right, #0a1045, #133c70); /* For Firefox 3.6 to 15 */
                                                background: linear-gradient(to right, #0a1045, #133c70); /* Standard syntax */
                                            }
.careers_leader_videos h3                   {font-size: 22px; font-weight: 300; text-transform: uppercase; text-align: center; color: #fff;}
.careers_leader_videos hr                   {border:none; border-top:solid 1px #4a5c83; width: 70px; margin-bottom: 40px;}

.body-con img,
.body-rt-con img                            {max-width: 100%; height: auto;}
/* ------------------------ END MAIN CONTENT  --------------*/


/* ------------------------ TILES  --------------*/
.tiles                  {background-color: #a0a6aa; padding: 80px 0;}
.tile                   {display:block; color: #000; font-size: 16px;}
.tile a                 {position:relative; color: #fff; display: block;}
.tile a:hover h1,
.tile a:hover p         {text-decoration: underline;}
.tile a:hover img       {opacity:.8; 
                         /*-moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; -webkit-transition: all 0.3s linear; transition: all 0.3s linear;*/
}
.tile img               {width:100%; height:auto; z-index: 1;}
.tile_default           {}
.tiletext               {color: #fff; position:absolute; padding: 1em; bottom:-10px; left:0; right:0; overflow:hidden;}
.tile h1                {color: #fff; font-weight: bold; margin:0 0 10px 0; text-transform: uppercase;}
.tile p                 {font-size: 1em; margin:0 0 10px 0}
.tile_effect            {margin-bottom:20px; background-color: #000}


.tile_190               {font-size:14px;}
.tile_190 h1            {font-size:1.2em;}
.tile_260 h1            {font-size:1.35em;}
.tile_300 h1            {font-size:1.5em;}
.tile_360 h1            {font-size:1.8em;}

.tile_300 .tiletext     {padding: 2em;}
.tile_360 .tiletext     {padding: 2em;}
/* ------------------------ END TILES  --------------*/


/* ------------------------ SOCIAL SHARE --------------*/
.es-icon-facebook           {border-radius: 8px; background-position: 0 -37px; background-image: url(../images/es-sprite.png); background-size: 148px 37px; width: 37px; height: 37px;}
.es-icon-twitter            {border-radius: 8px; background-position: -37px -37px; background-image: url(../images/es-sprite.png); background-size: 148px 37px; width: 37px; height: 37px; }
.es-icon-linkedin           {border-radius: 8px; background-position: -74px -37px; background-image: url(../images/es-sprite.png); background-size: 148px 37px; width: 37px; height: 37px; }
.es-icon-mailto             {border-radius: 8px; background-position: -111px -37px; background-image: url(../images/es-sprite.png); background-size: 148px 37px; width: 37px; height: 37px; }
.es-icon-facebook:hover,
.es-icon-twitter:hover,
.es-icon-linkedin:hover,
.es-icon-mailto:hover       {background-image: url(../images/es-sprite-hover.png);}

.es-icon-blogger            {display:none;}
.es-icon-delicious          {display:none;}
.es-icon-digg               {display:none;}
.es-icon-google             {display:none;}
.es-icon-myspace            {display:none;}
.es-icon-reddit             {display:none;}
.es-icon-stumble-upon       {display:none;}
.es-icon-tumblr             {display:none;}
/* ------------------------ END SOCIAL SHARE --------------*/

/* ------------------------ INNOVATION ------------------*/
.innovation                             {position:relative; margin-bottom:20px; height:228px; width:100%; max-height:228px; overflow:hidden; }
.innovation_image                       {position:absolute; left:0;}
.innovation_image img                   {width:303px; height:228px;}
.innovation_image h2                    {position:absolute; bottom: 10px; padding: 0 20px; color: #FFF; text-transform:uppercase}
.innovation_text                        {position:absolute; left:303px; right:0; padding:20px; height:100%; overflow: hidden; overflow-y: auto} 
.innovation_text.gray                   {background-color:#e8e9ea } 
.innovation_text.cyan                   {background-color:#e8f2fb } 
.innovation_text a.read-more            {color: #fff; text-transform:uppercase; font-size: 12px; text-decoration: none; display:inline-block; padding:12px 35px 12px 25px; border-radius:50px; line-height:14px; background: url(../images/watch-arrow.png) no-repeat 81% center #4090dc;}
.innovation_text a.read-more:hover      {text-decoration: underline; background: url(../images/watch-arrow.png) no-repeat 81% center #2067ad;}
/* ------------------------ END INNOVATION  --------------*/


/* ------------------------ VIDEO CONTAINER ------------------*/
.video-container            {position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden;}
.video-container iframe,
.video-container object,
.video-container embed      {position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important;}
/* ------------------------ END VIDEO CONTAINER --------------*/


/* ------------------------ FOOTER --------------*/
x.footer-in									{display:block; margin:0;padding:75px 0 40px 0;float:none;}
x.footer-top									{display:block; margin:0;padding:0 0 54px 0;}
x.footer-block								{display:inline-block; xfloat:left; xmargin:0 9% 0 0;xpadding:0;}
.footer-block ul							{display:block; margin:0 0 44px 0;padding:0;}
.footer-block ul li							{display:block; margin:0;padding:0;}
.footer-block ul li h2>a					{display:block; font-weight:300; font-size:20px;color:#ffffff; line-height:20px; 
                                             margin:0 0 21px 0;padding:0;}
.footer-block ul li>a						{display:block; font-weight:300; font-size:13px; color:#bcc1c3; line-height:13px;
                                             margin:0 0 11px 0; padding:0;}
.footer-block ul li a:hover					{text-decoration:underline;}


.social-icons-footer						{display:inline-block; padding-top:23px;}
.social-icons-footer p						{display:block; font-weight:300; font-size:13px;color:#bcc1c3;line-height:19px; margin:0 0 20px 0;padding:0;}
.social-icons-footer ul						{display:block;margin:0;padding:0;}
.social-icons-footer ul li					{display:inline-block; float:left; margin:0 17px 0 0;padding:0;}
.social-icons-footer ul li a				{display:inline-block; margin:0; padding:0;}
.social-icons-footer ul li a img			{width:auto; height:auto; opacity:.65; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; -webkit-transition: all 0.3s linear; -ms-transition: all 0.3s linear; transition: all 0.3s linear;}
.social-icons-footer ul li a:hover img		{opacity: 1;  -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; -webkit-transition: all 0.3s linear; -ms-transition: all 0.3s linear; transition: all 0.3s linear; 
                                             -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg); -webkit-transform: rotateY(180deg); transform: rotateY(180deg);}

.foot-logo									{display:block; margin:0 0 22px 0;}
.foot-logo a								{display:block;}
.foot-logo a img                            {opacity:.4; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; -webkit-transition: all 0.3s linear; -ms-transition: all 0.3s linear; transition: all 0.3s linear;}
.foot-logo a:hover img                      {opacity: 1;  -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; -webkit-transition: all 0.3s linear; -ms-transition: all 0.3s linear; transition: all 0.3s linear;}


.footer-btm hr                              {border:none; border-top:solid 1px #5b656c;}
.footer-btm ul								{display:inline-block; float:left; margin:0; padding:0;}
.footer-btm ul li							{display:inline-block; float:left; margin:0 31px 0 0; padding:0;}
.footer-btm ul li a							{display:inline-block; margin:0; padding:0;font-weight:300; font-size:12px; color:#cccccc;
                                             line-height:12px;}
.footer-btm ul li a:hover					{text-decoration:underline;}
.footer-btm p								{display:inline-block; float:right; margin:0;padding:2px 2px 0 0; font-weight:300; 
                                             font-size:12px;color:#cccccc;line-height:20px;}

p.enginesolutions                           {font-size: 12px; color:#ccc; padding-top: 20px; float: none;}
p.enginesolutions a                         {color: #ccc;}
p.enginesolutions a span                    {font-weight:700; color: #8e9499}
p.enginesolutions a img                     {padding-left:7px}
/* ------------------------ END FOOTER --------------*/


.video-popup-link:after {
    content: "";
    position: absolute;
    top: 50%;
    left:50%;
    margin-left:-70px;
    margin-top:-70px;
    width: 140px;
    height: 140px;
    z-index: 100;
    background: transparent url(../images/vid-play.png) no-repeat center;
    opacity: .7;
    -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; -webkit-transition: all 0.3s linear; -ms-transition: all 0.3s linear; transition: all 0.3s linear; 
    pointer-events: none;
}

.video-popup-link .tiletext p {display:none}


.content-findoutmoreabout                               {text-align:center; color:#ffffff; background-color:#458fdb; margin-bottom:20px;}
.content-findoutmoreabout img                           {display:block; height:auto; width:auto; max-width: none; max-height: none; margin:auto;}
.content-findoutmoreabout h2                            {margin:0; padding:50px 0; font-weight:300; color:#ffffff; text-transform:uppercase;}
.content-findoutmoreabout .findoutmoreabout-items       {padding-bottom:50px; margin:0;}
.content-findoutmoreabout .findoutmoreabout-items>div   {border-right:dotted 1px white; height:190px;}
.content-findoutmoreabout a                             {color:#FFF;font-weight:400; display:block;padding:0 35px;}

div[data-sf-role="lists"]>div                           {margin:.5em 0 1em 0;}
div[data-sf-role="lists"] p[data-sf-role="expandAll"],
div[data-sf-role="lists"] p[data-sf-role="collapseAll"] {color: #083d7e;font-weight:400;text-decoration:none;outline:0 none;cursor:pointer;}

/* forms */
.sfTxtLbl{cursor:default}
.sfTxtLbl.sfLargeTxtLbl{font-size:22px;font-weight:400}
.sfExample{font-size:11px;color:#666}
.sfLeftLbls .sfError,.sfRightLbls .sfError{margin-left:164px}
.sfSuccess{margin-top:50px;font-size:18px;text-align:center;color:#690}
.sfNeutral{margin-bottom:10px;background-color:#ffc;padding:5px 15px}
.sfErrorSummary{background-color:#ffb9b9}
.sfTopMsg{margin-bottom:10px}
.sfFormBox{margin-bottom:20px}
.sfFormBox .sfTxt{padding:3px;font-size:12px;font-family:inherit}
.sfFormBox.sfTxtBoxSmall .sfTxt{width:120px}
.sfFormBox.sfTxtBoxMedium .sfTxt{width:300px}
.sfFormBox.sfTxtBoxLarge .sfTxt{width:400px}
.sfFormRadiolist{margin-bottom:20px}
.sfFormRadiolist .sfRadioList{display:block;line-height:18px}
.sfFormRadiolist .sfRadioList label,.sfFormRadiolist .sfRadioList input{vertical-align:middle}
.sfFormRadiolist .sfRadioList label{margin-left:3px}
.sfFormCheckboxlist{margin-bottom:20px}
.sfFormCheckboxlist .sfCheckListBox{display:block;line-height:20px}
.sfFormCheckboxlist .sfCheckListBox label,.sfFormCheckboxlist .sfCheckListBox input{vertical-align:middle}
.sfFormCheckboxlist .sfCheckListBox label{margin-left:3px}
.sfFormBlock{margin-bottom:20px}
.sfFormBlock .sfTxt{padding:3px;font-size:12px;font-family:inherit}
.sfFormBlock.sfTxtBlockSmall .sfTxt{width:300px;height:60px}
.sfFormBlock.sfTxtBlockMedium .sfTxt{width:300px;height:100px}
.sfFormBlock.sfTxtBlockLarge .sfTxt{width:420px;height:260px}
.sfFormDropdown{margin-bottom:20px}
.sfFormDropdown select{padding:1px;font-size:12px;font-family:inherit}
.sfFormDropdown.sfDdlSmall select{width:120px}
.sfFormDropdown.sfDdlMedium select{width:300px}
.sfFormDropdown.sfDdlLarge select{width:420px}
.sfFormTitle{margin:50px 0 20px}
.sfFormTitle:first-child{margin:0 0 20px 0}
.sfFormTitle.sfTitleSmall{font-size:14px;font-weight:bold}
.sfFormTitle.sfTitleMedium{font-size:18px;font-weight:normal}
.sfFormTitle.sfTitleLarge{font-size:24px;font-weight:normal}
.sfFormInstructions{margin-bottom:20px}
.sfFormFile{margin-bottom:20px}
.sfFormFile .sfFieldWrp{margin-bottom:5px}
.sfFormFile .RadUpload .ruInputs li.ruActions{margin-top:0}
.RadUpload .ruActions .ruButton,.RadUploadProgressArea .ruActions .ruButton{background-image:none;width:auto!important;color:#105CB6;cursor:pointer;font-size:12px}
.RadUpload .ruActions .ruButton:hover,.RadUploadProgressArea .ruActions .ruButton:hover{color:#00f}
.sfFormCaptcha{margin-bottom:20px}
.sfFormCaptcha .rcRefreshImage{font-size:11px}
.sfFormCaptcha p{margin-top:10px;padding-top:20px;position:relative}
.sfFormCaptcha p .sfTxt{padding:3px;font-size:12px;font-family:inherit;width:150px}
.sfFormCaptcha p .sfTxtLbl{left:0;position:absolute;top:0;font-weight:normal}
.sfFormSubmit{margin-bottom:20px}
.sfLeftLbls .sfFormSubmit,.sfRightLbls .sfFormSubmit{margin-left:164px}
.sfFormSubmit.sfSubmitBtnSmall input{font-size:13px;padding:2px 5px}
.sfFormSubmit.sfSubmitBtnMedium input{font-size:14px;font-weight:bold;padding:4px 10px}
.sfFormSubmit.sfSubmitBtnLarge input{font-size:18px;padding:4px 10px}
.sfTopLbls .sfTxtLbl{font-weight:bold;display:block}
.sfLeftLbls .sfTxtLbl,.sfLeftLbls .sfFieldWrp{display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:top}
.sfLeftLbls .sfTxtLbl{margin-top:2px;margin-right:10px;width:150px; line-height:1.1}
.sfRightLbls .sfTxtLbl,.sfRightLbls .sfFieldWrp{display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;vertical-align:top}
.sfRightLbls .sfTxtLbl{margin-top:2px;margin-right:10px;width:150px;line-height:1.1;text-align:right}

.sfFormsEditor
{
    background-color: #f4f5f5;
    padding-bottom: 20px;
}
.sfFormBox, .sfFormRadiolist, .sfFormBlock, .sfFormDropdown, .sfFormInstructions, .sfFormCheckboxlist, .sfFormFile
{
    padding: 0 20px;
}
.sfFormsEditor .sfSuccess
{
    background-color: #fff;
    padding-bottom: 20px;
    margin-bottom: -20px;
}
.sfFormsEditor .sfSuccess p
{
    padding: 0 20px;
}
.sfFormsEditor .sfSuccess h1
{
    margin-top: 0;
}
.sfFormsEditor h1, .sfFormsEditor h2, .sfFormsEditor h3, .sfFormsEditor h4{
    padding: 20px 20px 10px;
    background-color: #e8e9ea;
    border-top: 1px solid #d9dbdd;
    border-bottom: 1px solid #d9dbdd;
}
.sfFormsEditor h2
{
    font-size: 24px !important;
    font-weight: normal !important;
}
.sfFormsEditor h3
{
    font-size: 16px !important;
    font-weight: bold !important;
}
.sfFormsEditor h4 
{
    font-size: 16px !important;
    font-weight: normal !important;
}
.sfFormTitle
{
    margin-top: 20px;
}

.sfFormsEditor label, .sfFormsEditor .sfTxtLbl 
{
    font-size: 15px;
    font-weight: normal !important;
    margin-bottom: 0 !important;
}
.sfFormBox, .sfFormFile
{
    margin-bottom: 0;
    padding-bottom: 20px;

}
.sfFormCheckboxlist .sfCheckListBox input {
    vertical-align: top !important;
}

.sfFormCheckboxlist .sfCheckListBox label, .sfFormRadiolist .sfRadioList label
{
    padding-right: 15px;
    display: inline;
}
.sfFormRadiolist .sfRadioList label, .sfFormRadiolist .sfRadioList input
{
    vertical-align: inherit !important;
}
.sfFieldWrp input[type=text], .sfFieldWrp input[type=password], .sfFieldWrp textarea, .sfFieldWrp select {
    width: 100% !important;
    border-radius: 4px;
}
.sfTxt 
{
    padding: 5px !important;
    font-size: 14px !important;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(169, 169, 169);
}
.sfFormDropdown select {
    padding: 4px 0 5px !important;
    font-size: 14px;
    font-family: inherit;
    border-radius: 4px;
}
.estwocolumn {
    float: left;
    width: 50%;
    margin:0;
}

.sfFormBlock{
    clear:both;
}


.sfError
{
    color: #c24343;
    font-size: 13px;
}
.sfErrorSummary
{
    padding: 20px 20px 10px;
    margin-bottom: 20px;
    border-top: 1px solid #e0a1a1;
    border-bottom: 1px solid #e0a1a1;
    background-color: #f6e3e3;
    color: #c24343;
}
.RadCaptcha
{
    width: 250px;
    background-color: #e8e9ea;
    padding: 20px;
    border: 1px solid #d9dbdd;
    margin-left: 20px;
}
.sfFormSubmit input, .sfFormSubmit a
{
    padding: 15px 50px !important; 
    background:#4090dc; 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    font-size: 14px !important;
    color: #fff;
    margin-left: 20px;
}
.sfFormInstructions table
{
    width: 100%;
}
.sfFormInstructions td
{
    border: 1px solid #d9dbdd;
    padding: 10px;
}
.sfFormInstructions hr
{
    height: 1px;
    background-color: #d9dbdd;
}
.sfSuccess 
{
    margin-top: 0;
    font-size: 14px;
    text-align: left;
    color: #71797f;
}

.forms_uppercase input, .forms_uppercase textarea {
    text-transform: uppercase;
}

.sfregisterFieldsList {
    list-style: none;
    padding-left: 0;
}

.sfregisterFieldsList .RadCaptcha {
    margin-top: 20px;
}

.sfregisterFieldsList span {
    padding: 0 20px;
}

.RadCaptcha span
{
    padding: 0;
}

.RadCaptcha input 
{
    border-radius: 4px;
}

.sfregisterField {
    padding: 0 20px;
    margin-top: 20px;
}


/* filters */
.filters{
    line-height: 16px;
    margin: 0 6% 0 0;
}
.filters a:first-child{
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    margin-right: 5px;
}

.filters a:last-child{
    float: left;
    display: block;
}

.filters a.circle { 
    background: #4090dc; 
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
}

.filters a.icon-plus:before {
    font-family: FontAwesome;
    content: "\f067";
    color: #fff;
}

.filters a.icon-minus:before {
    font-family: FontAwesome;
    content: "\f068";
    color: #fff;
}

.filters>ul{
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
    border-top: solid 1px #c7cacc;
    padding-top: 20px;
}

.filters>ul>li{
    padding-bottom: 20px;
    border-bottom: solid 1px #c7cacc;
    margin-bottom: 20px;
}

.filters>ul>li>ul{
    list-style: none;
    padding-left: 0;
}


/* tables */
.table>thead>tr>th,
.table th {
    font-size: 16px;
    padding:24px 0 16px 20px !important;
    background-color: #e8e9ea;
    color: #424d55;
    border-top: solid 1px #d9dbdd !important;
    border-bottom: solid 1px #d9dbdd !important;
    vertical-align: top;
}

.table>tbody>tr>td, 
.table td {
    padding: 15px 0 19px 20px !important;
    border-top: none !important;
    font-size: 15px;
}
.table td a {
    font-weight: 500;
}


.table-striped>tbody>tr:nth-of-type(odd), .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fff !important;
}

.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #f4f5f5 !important;
}

.table-condensed>thead>tr>th
.table-condensed th {
    font-size: 16px;
    padding:14px 0 6px 10px !important; 
    background-color: #e8e9ea;
    color: #424d55;
    border-top: solid 1px #d9dbdd !important;
    border-bottom: solid 1px #d9dbdd !important;
    vertical-align: top;
}
.table-condensed>tbody>tr>td, 
.table-condensed td {
    padding: 7px 0 9px 10px !important; 
    border-top: none !important;
    font-size: 15px;
}

/* buttons */
.btn{
    text-transform: uppercase;
}

.btn-default {
    color: #4090dc;
    background-color: #fff;
    border: none;
}

.btn-primary {
    color: #fff;
    background-color: #4090dc;
    border: none;
}

.btn-primary:hover{
    background-color: #1969b5;
    text-decoration: underline;
}

.btn-group-lg>.btn, .btn-lg {
    font-size: 14px;
    line-height: 1.5;
    border-radius: 20px;
}

/* search */
.sf-search-results .media                      {padding: 10px 0;}
.sf-search-results .media:nth-of-type(odd)     {background-color: #f4f5f5;}
.sf-search-results .media:nth-of-type(even)    {background-color: #fff;}

.sfPageWrapper .header-con {
    position: relative !important;
}
.sfPageWrapper .ban-block{
    position:absolute;
    bottom: 20%;
}


/* MVC forms */
div[data-sf-role="form-container"] {
    background-color: #f4f5f5;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

div[data-sf-role="form-container"] .sf-fieldWrp h1, 
div[data-sf-role="form-container"] .sf-fieldWrp h2, 
div[data-sf-role="form-container"] .sf-fieldWrp h3,
div[data-sf-role="form-container"] .sf-fieldWrp h4 {
    padding: 20px 20px 10px;
    background-color: #e8e9ea;
    border-top: 1px solid #d9dbdd;
    border-bottom: 1px solid #d9dbdd;
    font-weight: 400;
    margin: 0
}

div[data-sf-role="form-container"] .sf-fieldWrp h2 {
    font-size: 24px !important;
    font-weight: normal !important;
}

div[data-sf-role="form-container"] .sf-fieldWrp h3 {
    font-size: 16px !important;
    font-weight: bold !important;
}

div[data-sf-role="form-container"] .sf-fieldWrp h4 {
    font-size: 16px !important;
    font-weight: normal !important;
}

div[data-sf-role="form-container"] .sf-fieldWrp label,
div[data-sf-role="form-container"] .sf-fieldWrp[data-sf-role="checkboxes-field-container"] strong {
    margin-top: 20px;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 15px;
}

div[data-sf-role="form-container"] .sf-fieldWrp[data-sf-role="checkboxes-field-container"] label {
    margin-top: 0;
}

div[data-sf-role="form-container"] .sf-fieldWrp[data-sf-role="text-field-container"],
div[data-sf-role="form-container"] .sf-fieldWrp[data-sf-role="checkboxes-field-container"]
{
    padding: 0 20px;
}

div[data-sf-role="form-container"] .sf-fieldWrp[data-sf-role="checkboxes-field-container"] {
    padding-top: 20px;
}

div[data-sf-role="form-container"] .sf-fieldWrp[data-sf-role="field-captcha-container"]
{
    margin: 20px;

    padding: 0 20px;
    padding-top: 20px;

    background-color: #e8e9ea;
    padding: 20px;
    border: 1px solid #d9dbdd;

}

div[data-sf-role="form-container"] .sf-fieldWrp[data-sf-role="field-captcha-container"] LABEL {
    margin-top: 0;
}

div[data-sf-role="form-container"] .sf-fieldWrp[data-sf-role="field-captcha-container"] INPUT
{
    display: block;
    border-radius: 4px;
    padding: 5px !important;
    font-size: 14px !important;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(169, 169, 169);
}

div[data-sf-role="form-container"] .sf-fieldWrp[data-sf-role="text-field-container"] INPUT {
    display: block;
}

div[data-sf-role="form-container"] .sf-fieldWrp[data-sf-role="text-field-container"] INPUT[data-sf-role="text-field-input"] {
    width: 100% !important;
    border-radius: 4px;
    padding: 5px !important;
    font-size: 14px !important;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(169, 169, 169);
}

div[data-sf-role="form-container"] .sf-fieldWrp BUTTON {
    padding: 15px 50px !important;
    background:#4090dc;
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    font-size: 14px !important;
    color: #fff;
    margin-left: 20px;
}

div[data-sf-role="form-container"] .sf-fieldWrp p[data-sf-role="error-message"] {
    color: #c24343;
    font-size: 13px;
    margin-bottom: 0;
}

div[data-sf-role="form-container"] div[data-type="image"] {
    margin: 20px;
}
@media only screen and (max-width:1200px)
{
    /* ----------------------- LAYOUT  ---------- */
	.container                              {width:100%;}
    /* ----------------------- END LAYOUT  ---------- */

    /* ------------------ HEADER  -------------------*/
	header nav  							{margin-left:156px;}
	header nav>ul>li 						{width:135px;}
	header nav>ul>li>a		                {padding: 0 0 14px 0;}
	.head-nav								{position:relative; z-index:9999;}
    .logo a	img								{width:100%; height:auto;}
    
    /* ------------------ END HEADER  -------------------*/

    /* ------------------ BANNER  (Inc Breadcrumb)-------------------*/
	.carousel-block							{top:30%; left:3%}
	.breadcrumb-block						{bottom: 11px;}
    /* ------------------ END BANNER  -------------------*/

    /* ------------------------ MAIN CONTENT  --------------*/
    .body-nav                               {padding-left: 10px;}
    /* ------------------------ END MAIN CONTENT  --------------*/

    /* ------------------------ TILES  --------------*/

    /* ------------------------ END TILES  --------------*/

    /* ------------------------ FOOTER --------------*/
    /* ------------------------ END FOOTER --------------*/
}

@media only screen and (max-width:1023px)
{
    #main-content::before {
          /* used to check Media Query in jQuery */
        content: 'tablet';
    }

    /* ------------------ HEADER  -------------------*/
	.head-nav ul li                     {margin:0 0 0 10px;}
	.head-nav a.confer					{margin:0 0 0 9px;padding: 7px 0 6px 8px;width:150px;}
	.head-nav a.youriaa					{margin:1px 0 0 9px;padding: 4px 0 5px 8px;width:70px;}
	.social-icons ul li:nth-child(1)	{margin:0;}
	.social-icons						{margin:0 0 0 8px;}
	.social-icons ul li					{margin:0 0 0 5px;}
	.head-nav ul li a					{font-size:10px;}
	.header-top							{position:relative; z-index:9999;}
	.header-btm							{position:relative; z-index:999;}
	.logo								{width:130px;}
	.logo a em							{top:19px; width:109%; left: -6px; z-index:999999}
    .logo a	em img						{width:100%; height:auto;}
	header nav  						{margin-left:130px; padding-top:1.5%;}
	header nav>ul>li					{width:16.6%; padding-left:2%; padding-right: 6px;}
	header nav>ul>li>a					{padding:0 0 14px 0;}

    .leadertext                         {padding:5% 10px; font-size:17px; color: #FFF; font-weight: 300;}

    /* ------------------ END HEADER  -------------------*/

    /* ------------------ BANNER  (Inc Breadcrumb)-------------------*/
    .carousel-control .glyphicon-chevron-left   {left:20px;}
    .carousel-control .glyphicon-chevron-right  {right:20px;}

	.breadcrumb-block					{bottom:32px;left:26px}
	.breadcrumb-block h3				{font-size:26px;line-height:26px; margin:12px 0 0 0;}
    .breadcrumb-block p		            {font-size:18px; line-height:18px; margin:15px 0 0 0; padding:0; width:70%;}


	.carousel-block	ul li a				{padding:15px 41px 15px 25px;}
	.carousel-block	p					{font-size:20px;line-height:31px;}
	.carousel-block	h2					{font-size:32px;line-height:42px;}
    /* ------------------ END BANNER  -------------------*/

    .tile_190               {font-size:13px;}
    .tile_190 p             {max-height: 4.8em;}
    .tile_260 p             {max-height: 4.8em;}

    /* ------------------------ MAIN CONTENT  --------------*/
    .body-nav ul li						{display:block; margin:0 0 18px 0; padding:0 0 8px; border-bottom:solid 1px #c7cacc;
                                         background:url(../images/accord-bg.png) no-repeat left 5px; }
    .body-nav ul li	 a					{display:block; margin:0; padding:0 0 0 15px; font-weight:400; font-size:14px; color:#424d55;
                                         line-height:19px;}
    .body-nav ul li ul li a				{display:block;margin:0;padding:0;font-weight:300; font-size:12px;color:#424d55;
                                         line-height:14px;}
	.content-iwantto                    {padding-top:80px; padding-bottom:30px;}
    /* ------------------------ END MAIN CONTENT  --------------*/

    .innovation                             {height:200px; max-height:200px;}
    .innovation_image img                   {width:265px; height:200px;}
    .innovation_text                        {left:265px;}
    
    /* ------------------------ FOOTER --------------*/
	.footer-block ul li h2>a			{font-size:17px; line-height:17px;}
	.footer-block ul li>a   			{font-size:12px;}

    .social-icons-footer p				{font-size:12px; line-height: 16px;}
    .social-icons-footer ul li			{margin:0 10px 0 0;}

	.footer-top							{margin:0 auto; padding: 0 0 33px 0;}
    /* ------------------------ END FOOTER --------------*/
}

@media only screen and (max-width:767px)
{
    #main-content::before {
          /* used to check Media Query in jQuery */
        content: 'mobile';
    }
    /* ----------------------- LAYOUT  ---------- */
    header                                  {display: block;margin: 0; padding: 0;}
	.header-top							    {height:64px; z-index: 1}
    .header-con                             {position:relative}
    .header-btm .container                  {padding:0;}
    .body-con                               {padding:20px 3%;}
    /* ----------------------- END LAYOUT  ---------- */

    /* ------------------------ TILES  --------------*/
    .tile h1                    {color: #053589; font-size:15px; margin-bottom: 13px;}
    .tile a                     {position:relative; color: #000; display: block;}
    .tiletext                   {color: #083d7e; position:relative; padding: 17px; top:100%; 
                                 overflow-y: scroll; bottom:0; background-color:#e8f2fb;}

    .tileslider-xs              {overflow: hidden; position: relative; z-index: 1;}
    .tileslider-xs .tile_effect {margin-bottom: 10px;}

    .tileslider-xs img          {width:40%; position: relative; height:auto; float:left;}
    .tileslider-xs .tiletext    {width:60%; position: absolute; height:100%; left:40%; top:0; }


    .tile_190                   {font-size:16px;}
    .tile_190 p                 {max-height: none;}
    .tile_260 p                 {max-height: none;}
    .tile_300 .tiletext         {padding: 1em;}
    .tile_360 .tiletext         {padding: 1em;}

    .tileslider-xs .tile        {clear:both; height:100%; display:block}
    /* ------------------------ END TILES  --------------*/

    .innovation                             {height:150px; max-height:150px;}
    .innovation_image img                   {width:200px; height:150px;}
    .innovation_text                        {left:200px;}


    

    /* ------------------ HEADER  -------------------*/
    .head-nav                   {display:none;}
    .social-icons               {display:none;}
    .header-btm					{background:none; width: 100%; z-index: 10;}
	.logo                       {display:inline-block; width: 120px; z-index: 999999999; padding:0; margin: -15px 0 0 -22px;}
	.logo a em					{display:none;}
    .menu-icon                  {display: inline-block;float: right; position: relative; z-index: 999999999; margin-top:10px; margin-right: 5px }
    .search-icon                {display: inline-block;float: right; position: relative; z-index: 999999999; margin-top: 10px; margin-right:10px;}
    
    .header-btm-in              {padding:0;}
    .header-in.sticky           {position:relative;}

	header nav					{display:none; float:none; width:100%;padding:0;margin:0;background: #1f3a6a;}
	header nav>ul>li 			{width: 100%; margin:0; display:block; min-height:0;
                                  float:none; background:none; border-bottom:solid 1px #fff;}
	header nav>ul>li>a 			{padding: 5px 0;width: 100%;display: block;}
	header a.scroll				{bottom:2px;}

    .menu-drop                  {display: inline-block; margin-left: 10px;font-size:.9em;}
    .menu-link                  {width:80%; display:inline-block}
    .sticky nav {padding: 0;}

    header nav li a.menu        {width:10%; display:inline-block}
    header nav > ul ul          {padding-top: 5px;}
    header nav > ul > li:hover  {text-decoration: none;}
    header nav ul li            {position:relative; border-top: 1px solid #6a6a6a; width:100%; margin: 0; padding: 7px; padding-left: 12px; padding-right: 10px;}
    header nav>ul>li.active     {background:none no-repeat #1f3a6a; }
    header nav>ul>li:hover      {background:none no-repeat #1f3a6a; }
    header nav li a             {color:#FFF; text-decoration: none !important; padding:0;}
    header nav li a:hover       {text-decoration: underline !important; color: #fff;}
    header nav li a.menu:hover  {text-decoration: none !important;}
    .slideactive>.menu:after    {-moz-transform: rotate(-135deg);-ms-transform: rotate(-135deg); -o-transform: rotate(-135deg); -webkit-transform: rotate(-135deg); transform: rotate(-135deg); top:14px}
    header li .menu-drop        {display: none;}
    header nav ul li .menu:after {border-color:#dedede; border-style:solid; border-width:0 2px 2px 0;
                                  box-sizing: border-box; content: ""; display: block; height: 13px;
                                  margin: 0; padding: 0; width: 13px; 
                                  position: absolute; right: 20px; top: 8px;
                                  -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg);}
    
    header .sitetools-subnav            {display:block;background-color:#6a6a6a !important; padding:0}
    header .sitetools-subnav.active     {background:none no-repeat #1f3a6a; text-decoration:none !important}
    header .sitetools-subnav:hover      {background:none no-repeat #6a6a6a; }
    header .sitetools-subnav>ul         {padding:0;}
    header .sitetools-subnav>ul li      {border-bottom:dotted 1px white}
    header .sitetools-subnav>ul li:last-child {border-bottom:none}
    

    /* ------------------ END HEADER  -------------------*/


    /* ------------------ COOKIE MESSAGE -------------------*/
    #cookiemessage h2                           {font-size:20px; padding-top: 10px; margin: 0;}
    #cookiemessage p                            {padding-bottom: 10px; margin: 0;}
    #cookiemessage #continuelink                {padding-top: 0; padding-bottom: 10px;}
    #cookiemessage .btn-primary                 {padding: 10px 35px 10px 21px;font-size:12px;}
    /* ------------------ END COOKIE MESSAGE ---------------*/


    /* ------------------ BANNER  (Inc Breadcrumb)-------------------*/
    .carousel-control .glyphicon-chevron-left           {left:15px;}
    .carousel-control .glyphicon-chevron-right          {right:15px;}

    .breadcrumb-block p		                            {width:90%;}

    .carousel-block 									{top: 117px; left:0; padding:0 8%;}
	.carousel-block	h2									{font-size:20px;line-height:27px;margin:0 0 4px 0;}
	.carousel-block	p 									{font-size: 16px;line-height: 23px;margin:0 0 16px 0;}
	.carousel-block	ul li								{margin:0 9px 0 0;}
	.carousel-block	ul li a 							{padding: 10px 35px 10px 21px;font-size:12px;}
    .leadertext                                         {padding-top:20px; padding-bottom:20px; color:#FFF;}

    .header-banner                                      {z-index:99999;position:relative;}
    .header-banner .banner-default                      {display:none;}
    .header-banner .banner-xs                           {display:block;}
    /* ------------------ END BANNER  -------------------*/

    /* ------------------------ MAIN CONTENT  --------------*/
    .body-nav > ul									    {display: none; padding-top: 20px;}
    .body-rt-con								        {padding-top:20px; padding-left:10px;}
    .content-body                                       {background:none}
    .body-lt-con                                        {padding-top:0}
    .content-grid                                       {padding: 40px 0 20px 0;}
    /* ------------------------ END MAIN CONTENT  --------------*/

    /* ------------------------ TILES  --------------*/
    /* ------------------------ END TILES  --------------*/
    
    /* ------------------------ FOOTER --------------*/
	.footer-block										{text-align:center;margin:0;}
    .footer-block ul li h2>a							{font-size:20px;line-height:20px;}
	.footer-block ul li>a   							{font-size:13px;line-height:13px;margin:0 0 11px 0;}

	.footer-block ul									{margin:0 0 30px;}

	.social-icons-footer							 	{width: 100%;padding: 0 17%;float: left;margin: 0;text-align: center;}
	.social-icons-footer p 								{font-size: 13px;line-height: 19px;}
	.social-icons-footer ul								{display:inline-block;}


	.foot-logo 											{width:30%; margin: 0 auto 22px;}
	.foot-logo a img									{width:100%; height:auto;}
	.footer-btm ul										{float:none;padding:0 9% 4px;text-align:center;display:block;}
	.footer-btm ul li									{text-align:center;margin:0 11px 3px 0;float:none;}
	.footer-btm p										{display:block;float:none;text-align:center;}    
    /* ------------------------ END FOOTER --------------*/
}

@media only screen and (max-width:599px)
{
    .innovation                             {margin-bottom:20px; height:auto; max-height:none; width:100%;}
    .innovation_image                       {position:relative; left:auto;}
    .innovation_image img                   {width:100%; height:auto;}
    .innovation_image h2                    {position:absolute; bottom: 10px; padding: 0 20px; color: #FFF; text-transform:uppercase}
    .innovation_text                        {position:relative; left:auto; right:auto; padding:20px; width:100%; overflow:auto;}



    /* ----------------------- LAYOUT  ---------- */
    /* ----------------------- END LAYOUT  ---------- */

    /* ------------------ HEADER  -------------------*/
    /* ------------------ END HEADER  -------------------*/

    /* ------------------ BANNER  (Inc Breadcrumb)-------------------*/
	.carousel-block 									        {top:10px;}
    /* ------------------ END BANNER  -------------------*/

    /* ------------------------ MAIN CONTENT  --------------*/
    /* ------------------------ END MAIN CONTENT  --------------*/
    
    /* ------------------------ TILES  --------------*/
    /* ------------------------ END TILES  --------------*/

    /* ------------------------ FOOTER --------------*/
    /* ------------------------ END FOOTER --------------*/

	
/* ------------------------ INNER PAGE HERE --------------*/
}

@media only screen and (max-width:479px)
{
    /* ----------------------- LAYOUT  ---------- */
    x.header-top-in                              {padding-bottom:20px;}

    /* ----------------------- END LAYOUT  ---------- */

    /* ------------------ HEADER  -------------------*/

    /* ------------------ END HEADER  -------------------*/

    /* ------------------ BANNER  (Inc Breadcrumb)-------------------*/
	.carousel-control                           {width:2%;}
    .header-banner .scroll                      {display:none}
    /* ------------------ END BANNER  -------------------*/

    /* ------------------------ MAIN CONTENT  --------------*/
    /* ------------------------ END MAIN CONTENT  --------------*/
    
    /* ------------------------ TILES  --------------*/
    /* ------------------------ END TILES  --------------*/

    /* ------------------------ FOOTER --------------*/
    /* ------------------------ END FOOTER --------------*/
}
@media only screen and (min-width:992px) and (max-width:1023px)
{
}

@media only screen and (min-width:768px)
{
	header nav                                      {display:block !important;}
}

