/**
 * 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: 'Aeonik Air';
    src: url('../fonts/Aeonik/Aeonik-Air.woff2') format('woff2'), url('../fonts/Aeonik/Aeonik-Air.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aeonik';
    src: url('../fonts/Aeonik/Aeonik-Black.woff2') format('woff2'), url('../fonts/Aeonik/Aeonik-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aeonik';
    src: url('../fonts/Aeonik/Aeonik-BoldItalic.woff2') format('woff2'), url('../fonts/Aeonik/Aeonik-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Aeonik Air';
    src: url('../fonts/Aeonik/Aeonik-AirItalic.woff2') format('woff2'), url('../fonts/Aeonik/Aeonik-AirItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Aeonik';
    src: url('../fonts/Aeonik/Aeonik-Bold.woff2') format('woff2'), url('../fonts/Aeonik/Aeonik-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aeonik';
    src: url('../fonts/Aeonik/Aeonik-BlackItalic.woff2') format('woff2'), url('../fonts/Aeonik/Aeonik-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Aeonik';
    src: url('../fonts/Aeonik/Aeonik-Thin.woff2') format('woff2'), url('../fonts/Aeonik/Aeonik-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aeonik';
    src: url('../fonts/Aeonik/Aeonik-RegularItalic.woff2') format('woff2'), url('../fonts/Aeonik/Aeonik-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Aeonik';
    src: url('../fonts/Aeonik/Aeonik-MediumItalic.woff2') format('woff2'), url('../fonts/Aeonik/Aeonik-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Aeonik';
    src: url('../fonts/Aeonik/Aeonik-LightItalic.woff2') format('woff2'), url('../fonts/Aeonik/Aeonik-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Aeonik';
    src: url('../fonts/Aeonik/Aeonik-ThinItalic.woff2') format('woff2'), url('../fonts/Aeonik/Aeonik-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Aeonik';
    src: url('../fonts/Aeonik/Aeonik-Light.woff2') format('woff2'), url('../fonts/Aeonik/Aeonik-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aeonik';
    src: url('../fonts/Aeonik/Aeonik-Medium.woff2') format('woff2'), url('../fonts/Aeonik/Aeonik-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aeonik';
    src: url('../fonts/Aeonik/Aeonik-Regular.woff2') format('woff2'), url('../fonts/Aeonik/Aeonik-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}






@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,
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;
}

main a {
  color: #000066;
  text-decoration: underline;
}
main a:hover {
  color: #000066;
  text-decoration: none;
}

h2 {
  color: #0032a3;
  font-weight: 500;
  font-size: 1.5rem;
}
h3 {
  color: #3d3d3d;
  font-weight: 500;
  font-size: 1.25rem;
}
h4 {
  color: #3d3d3d;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.1px;
}

html,
body {
  width: 100%;
  height: 100%;
}
html {
  position: relative;
  font-size: 16px;
}
body {
  background-color: #fff;
  color: #3d3d3d;
  font-family: "Libre Franklin";
  font-weight: 400;
}
.flt_lt {
  float: left !important;
  display: inline !important;
}
.flt_rt {
  float: right !important;
  display: inline !important;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 0px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 0px;
}
.container-fluid {
  max-width: 1140px;
}

/*.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";
}

footer {
  display: block;
  padding: 60px 0 40px 0;
  background: #424d55;
}
/* ----------------------- END LAYOUT  ---------- */

/* ------------------ HEADER  -------------------*/
header {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  font-family: Aeonik;
}
/*header > .container                         {display: grid; grid-template-columns: min-content auto; grid-template-rows: min-content min-content;}
*/
header nav a {
  display: block;
}
header nav ul,
footer nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

header .sitetools {
  font-size: 0.875rem;
  padding: 1em 0 0.5em 0;
  letter-spacing: 0px;
  font-weight: 500;
  display: flex;
  justify-content: flex-end;
}
header .sitetools ul {
  align-items: center;
  height: 2rem;
}
header .sitetools li {
  padding: 0 1em;
}
header .sitetools li a {
  color: rgb(95, 95, 95);
  text-decoration: none;
  display: block;
  transition: ease-in 0.3s;
}
header .sitetools li.active a {
  text-decoration: underline;
}
header .sitetools li a:hover {
  color: rgb(0, 0, 0);
  text-decoration: underline;
}
header .sitetools li.mysrs {
  padding: 0 0 0 1rem;
}
header .sitetools li.searchbox {
  padding: 0 0 0 1rem;
}
header .sitetools li.searchbox .btn {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 0px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 0px;
}
header .sitetools li.social_icon {
  padding: 0 0 0 0.5em;
  font-size: 1.5em;
}
header .sitetools li.social_icon a {
  color: #666;
}
header .sitetools li.social_icon a:hover {
  color: #000066;
}
header .sitetools-subnav {
  display: none;
  font-weight: 500;
}

header .mysrs a {
  height: 1.75rem;
  line-height: 1.75rem;
  padding: 0 1rem;
  text-align: center;
  background-color: #0076d1;
  font-weight: 500;
  color: rgb(255, 255, 255) !important;
  border-radius: 20px;
  text-align: center;
}
header .mysrs a:hover {
  background: #000066;
  color: #ffffff;
}
header .searchbox input[type="search"] {
  height: 32px;
  font-family: "Aeonik";
  font-size: 14px;
  font-weight: 500;
  color: #888888;
  border-radius: 16px;
  background: #f2f2f2;
  border: solid 1px #979797;
  padding: 0 12px 0 35px;
  background-image: url(../images/icon-search.svg);
  background-repeat: no-repeat;
  background-position: left 12px center;
}

header .primarynav {
  align-self: center;
  font-weight: 700;
  justify-self: right;
  line-height: 1rem;
  padding-bottom: 1.5em;
  font-size: 0.95em;
  color: rgb(0, 0, 102);
}
header .primarynav a {
  color: inherit;
}
header .primarynav ul {
  justify-content: end;
  padding-top: 1.5em;
}
header .primarynav li:first-child a {
  padding-left: 0;
}
header .primarynav li {
  width: min-content;
}
header .primarynav li a.menu-link {
  letter-spacing: 1px;
  border-right: solid 1px #c3c3c3;
  padding-right: 1em;
  padding-left: 2em;
  display: block;
  height: 100%;
  text-align: right;
  text-decoration: none;
  xcolor: #000066;
  text-transform: uppercase;
  xfont-size: 0.95em;
  padding-top: 0.25em;
  padding-bottom: 1em;
}

header .primarynav li.active a.menu-link {
  border-right: solid 3px #0076d1;
  color: #0076d1;
}
header .primarynav li a:hover {
  color: #0076d1;
}

header .menu-line {
  height: 100%;
}
header .menu-container {
  height: 100%;
}

header .menu-icon {
  display: none;
  color: #083d7e;
  background-color: #fff;
  border: solid 1px #083d7e;
}
header .menu-drop {
  display: none;
}
header .menu {
  display: none;
}
header .menu-arrow {
  display: none;
}
header .menu-arrow::before {
  display: none;
  transition: ease-in 0.1s;
}

#logo {
  position: absolute;
  top: 3em;
}
#logo a {
  width: max-content;
  display: block;
}
#logo img {
  height: 5rem;
  width: auto;
}

/******* NOTICES ********/
section.noticelist a {
  text-decoration: none;
}
section.noticelist a:hover h3 {
  text-decoration: underline;
}
section.noticelist {
  background: rgba(67, 188, 205, 0.2);
}
section.noticelist h3 {
  font-size: 1.5em;
  color: #000066;
  font-weight: 400;
  margin-bottom: 0.5em;
}
section.noticelist p {
  color: #4d4d4d;
}
section.noticelist > div {
  padding-top: 2em;
  padding-bottom: 2em;
}
section.noticelist article {
  color: #4d4d4d;
  position: relative;
}
section.noticelist article > div {
  padding-left: var(--bs-gutter-x);
}
section.noticelist article:before {
  content: "";
  position: absolute;
  background: #9e9e9e;
  width: 1px;
  height: 55px;
  top: 1rem;
}

/************* IWANTTO ***********/
section.iwantto {
  font-family: aeonik;
  background-color: rgb(0, 0, 102);
  padding: 3em 0;
}
section.iwantto h2 {
  font-size: 2.75em;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0.5em;
  line-height: 0.95em;
}


section.iwantto .dropdown_box {
  max-width: 550px;
  width: 100%;
  margin: auto;
  padding: 8px 10px 0 10px;
  position: relative;
}
section.iwantto .dropdown_box.dropdown_open {
  background: #ffffff;
  
}
/* section.iwantto .dropdown_box.dropdown_open button:focus,section.iwantto .dropdown_box.dropdown_open button:focus-visible{
  outline: 1px dotted black;
} */



section.iwantto .dropdown_box button {
  font-size: 2.25rem;
  font-weight: 300;
  color: #77dd77;
  margin-bottom: 0px;
  padding: 10px 35px 10px 0;
  
  position: relative;
  cursor: pointer;
  background: none;
  border: none;
  border-bottom: 1px solid #77dd77;
  width: 100%;
  text-align: left;
}
/* section.iwantto .dropdown_box button:focus,section.iwantto .dropdown_box button:focus-visible {
  outline: 1px dotted #ffffff;
} */
section.iwantto .dropdown_box button::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-left-width: 13px;
  border-right-width: 13px;
  border-top: 13px solid #77dd77;
  right: 0;
  top: 40%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
section.iwantto .dropdown_open.dropdown_box button:after {
  border-top: 13px solid #0032a3;
  transform: rotate(180deg) translateY(3px) translateX(10px);
}


section.iwantto .dropdown_box.dropdown_open button {
  color: #0032a3;
  border-color: #0032a3;
}
section.iwantto .dropdown_box ul {
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  display: none;
  background: #ffffff;
  padding-bottom: 30px;
  padding: 0 10px;
  z-index: 1;
}
section.iwantto .dropdown_box ul li {
  padding: 10px 0;
  border-bottom: 1px solid #0032a3;
  margin-bottom: 0px;
  list-style: none;
  line-height: 1.25;
}
section.iwantto .dropdown_box ul li a {
  font-size: 2.25rem;
  font-weight: 300;
  color: #0032a3;
  text-decoration: none;
}

/* ------------------ 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: 0.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 ---------------*/

/* ------------------------ MAIN CONTENT  --------------*/

.content-body {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.body-lt-con {
  padding-top: var(--bs-gutter-x);
  xpadding-bottom: 100000px;
  xmargin-bottom: -100000px;
  height: auto;
  border-right: solid 1px rgba(228, 228, 228, 100);
}
.body-rt-con {
  background-color: #fff;
  padding-top: var(--bs-gutter-x);
  padding-left: var(--bs-gutter-x);
  xpadding-bottom: 100000px;
  xmargin-bottom: -99970px;
  height: auto;
}
.body-con {
  background-color: #fff;
  padding: 24px 12px;
}

.body-lt-con h3 {
  font-size: 16px;
  font-weight: normal;
}

.body-nav {
  display: block;
  margin: 0 6% 0 0;
  padding: 0;
  font-family: aeonik;
}
.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 rgba(228, 228, 228, 100);
  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: rgba(61, 61, 61, 100);
  text-decoration: none;
  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;
  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: #0076d1;
}
.body-nav ul li.selected > a {
  color: #0076d1;
  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 {
  margin-bottom: 20px;
}
.categories .dropdown-menu.show {
  position: unset !important;
  transform: translate(0px, 0px) !important;
}

.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  --------------*/

/* ------------------------ 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 --------------*/

footer {
  font-weight: 500;
  font-family: Aeonik;
  font-size: 0.875rem;
  background-color: #3d3d3d;
  line-height: 1rem;
  padding: 30px 0;
  width: 100%;
}
footer nav {
  display: flex;
  justify-content: space-between;
}
footer nav a {
  color: #e9e9e9;
  padding-right: 1.5em;
  text-decoration: none;
}
footer nav a:hover {
  text-decoration: underline;
  color: #e9e9e9;
}
footer nav p {
  margin: 0;
  color: #b3b3b3;
}

.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;
}

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: #a7aaaf;
}
p.enginesolutions a img {
  padding-left: 7px;
}
/* ------------------------ END FOOTER --------------*/

/* ----------------------- 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;
}
/* ------------------------ END SEARCH --------------*/

.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: 0.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;
}
.video-popup-link img {
  max-width: 100%;
}

.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: 0.5em 0 1em 0;
}
div[data-sf-role="lists"] p[data-sf-role="expandAll"],
div[data-sf-role="lists"] p[data-sf-role="collapseAll"],
div[data-sf-role="lists"] p[data-sf-role="expandAll"],
div[data-sf-role="lists"] div[data-sf-role="expandAll"],
div[data-sf-role="lists"] div[data-sf-role="collapseAll"] {
  color: #083d7e;
  font-weight: 400;
  cursor: pointer;
}
div[data-sf-role="lists"] p[data-sf-role="collapseAll"]:hover,
div[data-sf-role="lists"] div[data-sf-role="collapseAll"]:hover {
  text-decoration: underline;
}
div[data-sf-role="lists"] p[data-sf-role="collapseAll"]:active,
div[data-sf-role="lists"] div[data-sf-role="collapseAll"]:active {
  text-decoration: underline;
  outline: 1px solid #083d7e;
}
div[data-sf-role="lists"] p[data-sf-role="collapseAll"]:focus,
div[data-sf-role="lists"] div[data-sf-role="collapseAll"]:focus {
  text-decoration: underline;
  outline: 1px solid #083d7e;
}



div[data-sf-role="lists"] p[data-sf-role="expandAll"]:hover,
div[data-sf-role="lists"] div[data-sf-role="expandAll"]:hover {
  text-decoration: underline;
}
div[data-sf-role="lists"] p[data-sf-role="expandAll"]:active,
div[data-sf-role="lists"] div[data-sf-role="expandAll"]:active {
  text-decoration: underline;
  outline: 1px solid #083d7e;
}
div[data-sf-role="lists"] p[data-sf-role="expandAll"]:focus,
div[data-sf-role="lists"] div[data-sf-role="expandAll"]:focus {
  text-decoration: underline;
  outline: 1px solid #083d7e;
}

/* 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}
.sf-RadioButtons{margin-bottom:20px}
.sf-RadioButtons label, .sfRadioList input{vertical-align:middle}
.sf-RadioButtons 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}
.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, .sf-RadioButtons, .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, .sf-RadioButtons label {
    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,
table {
  border-spacing: 0;
  padding: 0;
}
.table,
table {
  --bs-table-striped-color: #000066;
  --bs-table-striped-bg: transparent;
  --bs-table-active-color: #000066;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #000066;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  --bs-table-bg: transparent;
  --bs-table-accent-bg: rgba(61, 61, 61, 0.05);
  --bs-table-color: var(--bs-emphasis-color);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
}
.table > :not(caption) > * > *,
table > :not(caption) > * > * {
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > thead > tr > th,
table > thead > tr > th {
  font-size: 0.75em;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: rgba(61, 61, 61, 100);
  background-color: rgba(3, 137, 242, 0.1);
}
.table > thead > tr > th a,
table > thead > tr > th a {
  color: rgba(0, 0, 102, 100);
}
.table > tbody > tr,
table > tbody > tr {
  vertical-align: top;
}
.table > tbody > tr > td,
table > tbody > tr > td {
  letter-spacing: 0.44px;
}
.table > tbody > tr > td,
table > tbody > tr > td {
  font-size: 0.875em;
  font-weight: 500;
}
.table > tbody > tr > td a,
table > tbody > tr > td a {
  font-weight: 500;
  color: rgb(0, 0, 102);
}
.table > tbody > tr > td,
table > tbody > tr > td,
.table > thead > tr > th,
table > thead > tr > th {
  padding: 1.25em 1em;
}
.table > :not(:first-child),
table > :not(:first-child) {
  border-top: none;
}
.table > :first-child,
table > :first-child {
  border-bottom: 1px solid rgb(67, 188, 205);
}

/*.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: #0076D1;
  border: none;
}

.btn-primary:hover {
  background-color: #000066;
  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: rgb(242, 249, 254);
  padding-bottom: 20px;
  margin-bottom: 20px;
  padding: 0 20px 20px 20px;
}

/*div[data-sf-role="text-field-container"] {
    padding-bottom: 20px
}*/
div[data-sf-role="form-container"] .sf-fieldWrp,
div[data-sf-role="form-container"] .sfContentBlock.sf-Long-text,
div[data-sf-role="form-container"] fieldset[data-sf-role="multiple-choice-field-container"],
div[data-sf-role="form-container"] fieldset[data-sf-role="checkboxes-field-container"] {
  margin-bottom: 20px;
}

div[data-sf-role="form-container"] .sfContentBlock.sf-Long-text ol,
div[data-sf-role="form-container"] .sfContentBlock.sf-Long-text ul,
div[data-sf-role="form-container"] .sfContentBlock.sf-Long-text dl {
  padding-left: 20px;
}

div[data-sf-role="form-container"] ol li {
  padding-left: 20px;
  margin-bottom: 0.75em;
}

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 {
  background-color: #b3dbfb;
  border-top: 30px solid #fff;
  padding: 15px 20px;
  font-weight: 500;
  margin: 20px -20px 20px -20px;
  color: #3d3d3d;
  font-size: 1.125em;
}

div[data-sf-role="form-container"] .sf-fieldWrp h3,
div[data-sf-role="form-container"] .sf-fieldWrp h4 {
  border-top: none;
  font-weight: 600;
  font-size: 1rem;
  padding: 15px 20px;
}

div[data-sf-role="form-container"] .sfContentBlock.sf-Long-text {
  font-size: 0.875em;
  border-bottom: solid 1px #fff;
  background-color: #e6f4fe;
  margin: -20px -20px 20px -20px;
  padding: 15px 20px;
  font-weight: 300;
}

div[data-sf-role="text-field-container"].sf-fieldWrp p,
div[data-sf-role="paragraph-text-field-container"].sf-fieldWrp p {
  font-size: 0.75em;
  color: #666;
}
div[data-sf-role="form-container"] .sf-fieldWrp LABEL {
  font-size: 0.875em;
  font-weight: 600;
  margin-bottom: 10px;
}
div[data-sf-role="form-container"] .sf-fieldWrp INPUT {
  width: 70%;
  display: block;
  border-radius: 4px;
  padding: 5px !important;
  font-size: 1em;
  border-width: 1px;
  border-style: solid;
  border-color: #e4e4e4;
}

div[data-sf-role="form-container"] .sf-fieldWrp[data-sf-role="paragraph-text-field-container"] LABEL {
  display: block;
}

div[data-sf-role="form-container"] .sf-fieldWrp[data-sf-role="paragraph-text-field-container"] TEXTAREA {
  width: 70%;
  min-height: 5em;
}

div[data-sf-role="form-container"] .sf-fieldWrp[data-sf-role="dropdown-list-field-container"] SELECT {
  display: block;
  width: 70%;
  padding: 5px;
  border-radius: 4px;
  background-color: #fff;
}

div[data-sf-role="form-container"] .sf-fieldWrp BUTTON {
  padding: 15px 50px !important;
  background: #0076d1;
  border: 0 none;
  cursor: pointer;
  font-size: 14px !important;
  color: #fff;
}

/*div[data-sf-role="form-container"] .sfContentBlock.sf-Long-text, div[data-sf-role="form-container"] .sf-fieldWrp.sf-RadioButtons,
div[data-sf-role="form-container"] .sf-fieldWrp.sf-Checkboxes, div[data-sf-role="form-container"] div[data-sf-role="dropdown-list-field-container"].sf-fieldWrp
*/

/*div[data-sf-role="form-container"] .sf-fieldWrp.sf-RadioButtons strong
{
    display:block;
}

div[data-sf-role="form-container"] .sf-fieldWrp.sf-RadioButtons label
{
    padding-right:.75em;
}*/

/*div[data-sf-role="form-container"] .sf-fieldWrp.sf-Checkboxes LABEL{
    font-weight:400;
}

div[data-sf-role="form-container"] .sf-fieldWrp.sf-RadioButtons INPUT,
div[data-sf-role="form-container"] .sf-fieldWrp.sf-Checkboxes INPUT
{
    width:auto;
    display:inline
}
div[data-sf-role="form-container"] .sf-fieldWrp.sf-RadioButtons strong,
div[data-sf-role="form-container"] .sf-fieldWrp.sf-Checkboxes strong {
    font-size:.875em;
}*/

div[data-sf-role="form-container"] fieldset[data-sf-role="checkboxes-field-container"].assc {
  padding: 0;
  margin: 40px 0 0 0;
}

div[data-sf-role="form-container"] fieldset[data-sf-role="checkboxes-field-container"] li label {
  font-size: 0.875em;
  font-weight: 400;
}
div[data-sf-role="form-container"] fieldset[data-sf-role="multiple-choice-field-container"] li label {
  font-size: 0.875em;
  font-weight: 600;
}

div[data-sf-role="form-container"] fieldset[data-sf-role="multiple-choice-field-container"] legend,
div[data-sf-role="form-container"] fieldset[data-sf-role="checkboxes-field-container"] legend {
  font-size: 0.875em;
  font-weight: 600;
}

div[data-sf-role="form-container"] .sf-fieldWrp[data-sf-role="field-captcha-container"] {
  display: inline-block;
  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 {
  width: auto;
}

div[data-sf-role="form-container"] .sf-fieldWrp BUTTON[data-sf-role="captcha-audio-btn"] {
  margin-left: 20px;
}

div[data-sf-role="form-container"] .sf-fieldWrp A[data-sf-role="captcha-refresh-button"] {
  color: #0076d1;
  text-decoration: underline;
}

/*.sfFormTitle{margin:50px 0 20px}
.sfFormTitle:first-child{margin:0 0 20px 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="dropdown-list-field-container"],
    div[data-sf-role="form-container"] .sf-fieldWrp[data-sf-role="paragraph-text-field-container"],
    div[data-sf-role="form-container"] .sf-fieldWrp[data-sf-role="checkboxes-field-container"],
    div[data-sf-role="form-container"] .sf-fieldWrp[data-sf-role="multiple-choice-field-container"],
    div[data-sf-role="form-container"] .sfContentBlock {
        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 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-bottom: 40px;
}
.fa-file-text-o,.fa-newspaper-o,.fa-file-o{
    color: #000066;
}
@media only screen and (max-width:1200px)
{

    /* ----------------------- LAYOUT  ---------- */
    .container                              {width:100%;}
    /* ----------------------- END LAYOUT  ---------- */


    /* ------------------ HEADER  -------------------*/
    header .sitetools       {flex-direction: column-reverse;}
    header .sitetools ul    {justify-content: right; height: auto;}

    #logo   {position: absolute; top: 1rem;}
    /* ------------------ END HEADER  -------------------*/

    /* ------------------ CAROUSEL  -------------------*/
	.carousel-block							{top:30%; left:3%}
    /* ------------------ END CAROUSEL -------------------*/

    /* ------------------------ MAIN CONTENT  --------------*/
/*    .body-nav                               {padding-left: 10px;}
*/    /* ------------------------ END MAIN CONTENT  --------------*/

    /* ------------------------ FOOTER --------------*/
    /* ------------------------ END FOOTER --------------*/
}

@media only screen and (max-width:992px)
{
    #main-content::before {
        /*used to check Media Query in jQuery */
        content: 'tablet';
    }

    /* ------------------ HEADER  -------------------*/
    header .primarynav                                  {font-size: .9em;}
    header .primarynav ul                               {flex-flow: wrap; padding-bottom: 1em}
    header .primarynav li:first-child a.menu-link       {padding-left: 0;}
    header .primarynav li a.menu-link                   {padding-right: .75em; padding-left: 1.5em;}

    /* ------------------ END HEADER  -------------------*/
    section.noticelist article                          {margin-bottom:2em}
    section.noticelist > div                            {padding-bottom:0}
    /* ------------------ CAROUSEL  -------------------*/
    /* ------------------ END CAROUSEL  -------------------*/


    /* ------------------------ MAIN CONTENT  --------------*/
/*	.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 --------------*/
    /* ------------------------ END FOOTER --------------*/
}

@media only screen and (max-width:767px)
{
    #main-content::before {
/*           used to check Media Query in jQuery */        
        content: 'mobile';
    }
    header .header-top-in               {display:flex; height:90px; width:100%; position: relative; justify-content: space-between; align-items: center;}
    header .header-btm .container       {padding:0; max-width: 100%;}
    header #logo                {position:unset; padding-bottom:0; height: fit-content;}
    header #logo img            {height:54px;}

    /* ----------------------- 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  ---------- */
    /*.innovation                             {height:150px; max-height:150px;}
    .innovation_image img                   {width:200px; height:150px;}
    .innovation_text                        {left:200px;}*/
    /* ------------------ HEADER  -------------------*/
    header .menu-icon               {display: inline-block; height: 2em;}
    header .sitetools               {display: none;}

	header .primarynav		                 {display:none; background-color: #015CAC; font-size:.95em; padding-bottom:0;}
    header .primarynav ul                    {flex-direction:column; padding:0}
    header .primarynav ul.level-0            {color:#FFF}
	header .primarynav ul li                 {width: 100%; margin:0; display:block; min-height:0; background:none; border-bottom:solid 1px #fff;}
    header .primarynav li a.menu-link        {flex: 1 0 auto; display: block; text-align: unset; border: none; padding:0; width: min-content;}
    header .primarynav li .menu-arrow        {flex: 0 0 auto; display: block; transition: ease-in 0.25s; background: 0 0; border: none; color: inherit;}
    header .primarynav li .menu-arrow:hover  {text-decoration:none; color:inherit}
    header .primarynav  ul li .menu-arrow:before {display: inline-block; border-color:inherit; border-style:solid; border-width:0 2px 2px 0; content: " "; height: 1em; width: 1em; 
                                                  margin: 0; padding: 0; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg);}
    header .primarynav .slideactive>.menu-line .menu-arrow::before   {-moz-transform: rotate(-135deg); -ms-transform: rotate(-135deg); -o-transform: rotate(-135deg); -webkit-transform: rotate(-135deg); 
                                                                     transform: rotate(-135deg);}

    header .primarynav li.active a.menu-link    {border-right: none; color: inherit;}
    header .primarynav li:first-child a                          {padding: 0;}

    header .primarynav li .menu-container                           {max-width: 540px; padding: .75em calc(var(--bs-gutter-x)/2); margin:0 auto; position: relative; display: flex; justify-content: space-between}
    header .primarynav .slideactive>.menu-line                      {border-bottom: solid 1px white;}
    header .primarynav li.active                                    {background-color: #049DF5}

    header .primarynav ul:not(.level-0)                 {background-color: #EBF5FE; color: #595959}
    header .primarynav ul:not(.level-0) li              {list-style:circle}
    header .primarynav .menu-drop li                    {xpadding-left:2em}
    
    header .primarynav .menu-drop a.menu-link           {text-transform:none; font-weight:400}

    header .primarynav .menu-drop.level-1 .menu-link    {padding-left:1em;}
    header .primarynav .menu-drop.level-2 .menu-link    {padding-left:2em;}
    header .primarynav .menu-drop.level-3 .menu-link    {padding-left:3em;}
    header .primarynav .menu-drop.level-4 .menu-link    {padding-left:4em;}

    header .primarynav .sitetools-subnav                {background-color:#EBF5FE; color:#5F5F5F}
    header .primarynav .sitetools-subnav.active         {background-color:#EBF5FE;}
    header .primarynav .sitetools-subnav .top-bar       {border-bottom:solid 1px #FFF; padding: .75em 0;}
    header .primarynav .sitetools-subnav .top-bar ul    {display: flex; flex-direction: row; width:100%;}

    header .primarynav .sitetools-subnav .top-bar  ul li    {flex: 0 0 auto; width: auto; border-bottom:0}
    header .primarynav .sitetools-subnav .mysrs           {margin-right: auto}
    header .primarynav .sitetools-subnav .mysrs a         {padding: 0 1rem;}
    header .primarynav .sitetools-subnav .social_icon       {font-size:1.75em; padding-left:.5em; color: rgb(3, 137, 242)}
    header .primarynav .sitetools-subnav .social_icon:hover {color:#000066}
    header .primarynav .sitetools-subnav li a.menu-link     {text-transform:initial}

    section.iwantto                                         {padding: 2em 1.5em 3em 1.5em;}
    section.iwantto h2                                      {font-size: 2.25em;}
    section.iwantto .dropdown_box h3                        {font-size: 1.5em;}
    section.iwantto .dropdown_box ul li a                   {font-size: 1.5em;}

    header .primarynav li a:hover                      {color: unset;}
    /*
    header .primarynav                                 {align-self: center; font-weight: 700; justify-self: right; line-height: 1rem; padding-bottom:1.5em}
    header .primarynav li:first-child a                {padding-left: 0;}
    header .primarynav li                              {width: min-content; }
    header .primarynav li a                            {letter-spacing: 1px; border-right: solid 1px #C3C3C3; padding-right: 1em; padding-left: 2em; display: block; height: 100%; 
                                                    text-align: right; text-decoration: none; color: #000066; text-transform: uppercase; font-size: .95em; padding-top:.25em; padding-bottom: 1em}

    header .primarynav li.active a                     {border-right: solid 3px #0076D1; color: #0076D1;}
    header .primarynav li a:hover                      {color: #0076D1;}
*/
    /*.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;}
    .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 ---------------*/
    /* ------------------------ 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}
    .body-rt-con                                        {padding-top: 20px; padding-left: calc(var(--bs-gutter-x) * .5);}
/*    .content-grid                                       {padding: 40px 0 20px 0;}
*/    /* ------------------------ END MAIN CONTENT  --------------*/

    /* ------------------------ FOOTER --------------*/
    footer nav ul {flex-direction:column}
    footer nav ul li {padding-bottom: .5em}
        /* ------------------------ END FOOTER --------------*/
    }

@media only screen and (max-width:576px)
{
    header nav.primarynav li .menu-line         {max-width: unset}

    .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  -------------------*/

    /* ------------------ CAROUSEL -------------------*/
    /* ------------------ END CAROUSEL  -------------------*/

    /* ------------------------ MAIN CONTENT  --------------*/
    /* ------------------------ END MAIN CONTENT  --------------*/
    

    /* ------------------------ FOOTER --------------*/
    /* ------------------------ END FOOTER --------------*/

	
/* ------------------------ INNER PAGE HERE --------------*/
}

@media only screen and (max-width:479px)
{
    /* ----------------------- LAYOUT  ---------- */

    /* ----------------------- END LAYOUT  ---------- */

    /* ------------------ HEADER  -------------------*/

    /* ------------------ END HEADER  -------------------*/

    /* ------------------ CAROUSEL -------------------*/
    /* ------------------ END CAROUSEL  -------------------*/

    /* ------------------------ MAIN CONTENT  --------------*/
    /* ------------------------ END MAIN CONTENT  --------------*/
    
    /* ------------------------ FOOTER --------------*/
    /* ------------------------ END FOOTER --------------*/
}
@media only screen and (min-width:992px) and (max-width:1023px)
{
}

@media only screen and (min-width:768px)
{
	header .primarynav  {display:block !important;}
    header .primarynav .menu-drop  {display:none !important;}
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.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
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.banner_slider {
  list-style: none;
  margin: 0;
  padding: 0;
}
.banner_slider .item {
  position: relative;
}
.banner_slider .item img {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 1440px;
}
.banner_slider .item .content {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.banner_slider .btn {
  height: 40px;
  line-height: 38px;
  font-weight: 500;
  font-size: 1rem;
  padding: 0 30px;
  border-radius: 20px;
  border: 1px solid transparent;
  display: inline-block;
  text-align: center;
  background: #d3313c;
  color: #ffffff;
  text-transform: none;
}
.banner_slider .btn:hover {
  background: #8d1f26;
  text-decoration: underline;

}
.banner_slider .btn:focus {
  background: #8d1f26;
  text-decoration: underline;
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.banner_slider .slick-slide {
  background-color: #000066;
}

.slick-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0;
}
.slick-dots li {
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 0px;
}
.slick-dots li button {
  width: 34px;
  height: 4px;
  border-radius: 20px;
  background: #0389f2;
  font-size: 0px;
  padding: 0px;
  border: none;
}
.slick-dots li.slick-active button {
  background: #ffffff;
}

.banner_text {
  padding: 0;
  font-size: 2.5em;
}
.banner_text p {
  line-height: 1.15;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 1em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}
.banner_text p i {
  font-style: normal;
  color: #77dd77;
}

@media only screen and (max-width: 1400px) {
  .banner_text {
    font-size: 2.5vw;
  }
}

@media only screen and (max-width: 992px) {
}

@media only screen and (max-width: 767px) {
  .banner_slider .item .content {
    position: unset;
    background-color: rgb(23, 23, 122);
    height: 100%;
    border-top: solid 1px #fff;
    transform: none;
  }
  .banner_text {
    display: flex;
    flex-direction: column;
    padding-top: 32px;
    padding-bottom: 69px;
    font-size: 1.5rem;
  }
  .banner_slider .btn {
    align-self: center;
    width: max-content;
  }

  .slick-track {
    display: flex !important;
  }
  .slick-slide {
    height: auto;
  }
  .slick-dots li button {
    background: #77dd77;
  }
}

/*

.carousel .banner_text         {padding: 0;font-size: 2.5em}
.carousel .banner_text p      {line-height: 1.15;font-weight: 300;color: #ffffff; margin-bottom: 1em;}
.carousel .banner_text p i    {font-style: normal;color: #77DD77;}
.carousel .carousel-item            {background-color:#000066}
.carousel .carousel-item>img        {max-width: 1440px; width: 100%; height: auto; margin: 0 auto;}
.carousel .carousel-item .content   {position: absolute; bottom: 50px; width: 100%; }
.carousel .banner_text .btn         {height: 40px; line-height: 38px; font-weight: 500; font-size: 1rem; 
                                        padding: 0 30px; border-radius: 20px;  border: 1px solid transparent; 
                                        display: inline-block; text-align: center; background: #EF636D; color: #ffffff;}
.carousel .carousel-indicators      {bottom: 1rem; margin-bottom:0;}
.carousel .carousel-indicators button   {background-color:#0389F2; opacity:unset}
.carousel .carousel-indicators button.active    {background-color:#FFF}

@media only screen and (max-width:1400px) {
    .carousel .banner_text {font-size: 2.5vw}
}



@media only screen and (max-width:992px) {
}

@media only screen and (max-width:767px) {
    .carousel .carousel-item                {background-color: rgb(23,23,122);}
    .carousel .carousel-item .content       {position: unset; height:100%; border-top: solid 1px #FFF;  }

    .carousel .banner_text    {display:flex; flex-direction:column; padding-top: 32px; padding-bottom:80px; font-size:1.5rem}
    .carousel .banner_text .btn {align-self:center; width:max-content}



}
*/

/* Banner slider pause/play button */
.banner_slider {
  position: relative;
}
.slider-wrapper .container{
position: relative;
}
.banner_slider__pause-btn {
  position: absolute;
  top: 20px;
  right: 0px;
  z-index: 10;
  background: #ffffff;
  color: #000000;
  border: 1px solid #cccccc;
  padding: 6px 16px;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 4px;
  cursor: pointer;
  line-height: 1.4;
}
.banner_slider__pause-btn:hover {
  background: #f0f0f0;
  text-decoration: underline;
}
.banner_slider__pause-btn:focus {
  outline: 2px solid #fff;
  outline-offset: 2px;
  text-decoration: underline;
  outline-offset: 2px;
}

@media only screen and (max-width: 767px) {
  .banner_slider__pause-btn {
    top: 8px;
    right: 8px;
    padding: 4px 12px;
    font-size: 0.8rem;
  }
}

