@charset 'UTF-8'; 
/* @FONT-FACE loads font into browser */

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.fa {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: block;
    text-decoration: inherit;
    width: 20px;
    height: 20px;
    font-size: 14px;
    color: #000;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    padding: 3px;
}
.fa-search {
    color: black;
    display: inline-block;
}
.fa-caret-right:before {
    content: "\f0da";
}
.fa-caret-right {
    color: #000;
    float: right;
}
.fa-caret-down:before {
    content: "\f0d7";
}
.fa-caret-down {
    color: #000;
    float: right;
    margin-top: -3px;
}
.fa-caret-up:before {
    content: "\f0d8";
}
.fa-caret-up {
    color: #000;
    float: right;
    margin-top: -3px;
}
.white {
    color: #fff;
}
.fa-caret-left:before {
    content: "\f0d9";
}
.fa-caret-left {
    color: #000;
    float: right;
}
.fa-chevron-left:before {
    content: "\f053";
}
.fa-chevron-left {
    float: left;
    font-size: 12px;
    padding: 4px 0px 0px 7px;
}
.fa-chevron-left:hover,
a:focus {
    border-bottom: 0px;
    text-decoration: none;
}
.fa-chevron-right:before {
    content: "\f054";
}
.fa-chevron-right {
    float: left;
    font-size: 12px;
    padding: 4px 7px 0px 0px;
}
.fa-chevron-right:hover,
a:focus {
    border-bottom: 0px;
    text-decoration: none;
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-angle-down {
    padding: 0px 0px 0px 3px;
    font-size: 20px;
    float: right;
    width: auto;
    height: auto;
}
.fa-angle-down:hover {
    font-size: 20px;
    color: #39beea;
    border-bottom: 0px;
    text-decoration: none;
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-angle-right {
    padding: 0px;
    font-size: 20px;
    float: right;
    width: auto;
    height: auto;
}
.fa-angle-right:hover {
    font-size: 20px;
    color: #000;
    border-bottom: 0px;
    text-decoration: none;
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-angle-left {
    padding: 0px;
    font-size: 20px;
    float: right;
    width: auto;
    height: auto;
}
.fa-angle-left:hover {
    font-size: 20px;
    border-bottom: 0px;
    text-decoration: none;
}
/*== Feature Social Icon==== */
 
.btn-twitter {
    background-color: #26c4f1;
}
.btn-twitter:hover {
    background-color: #22b9e4;
}
.btn-facebook {
    background-color: #3b5998;
}
.btn-facebook:hover {
    background-color: #334f88;
}
.btn-linkedin {
    background-color: #007bb6;
}
.btn-linkedin:hover {
    background-color: #036898;
}
.fa-twitter {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    float: left;
    padding: 0px;
    width: auto;
    height: auto;
}
.fa-facebook {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    float: none;
    padding: 0px;
    width: auto;
    height: auto;
}
.fa-linkedin {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    float: left;
    padding: 0px;
    width: auto;
    height: auto;
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-envelope,
.fa-print {
    font-size: 18px;
    display: inline-block;
    padding: 0px;
    width: auto;
    height: auto;
}
.fa-print:before {
    content: "\f02f";
}
.fa-plus,
.fa-minus {
    float: none;
    display: inline-block;
    color: #39beea;
}
.fa-microphone,
.fa-play,
.fa-soundcloud,
.fa-camera {
    font-size: 20px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 100px;
    position: absolute;
    bottom: 15px;
    left: 20px;
    width: 35px;
    height: 35px;
    text-align: center;
}
.fa-microphone {
    padding: 5px 0px 0px 0px;
}
.fa-play {
    padding: 5px 0px 0px 5px;
}
.fa-soundcloud {
    padding: 5px 0px 0px 0px;
}
/******************START***********************/
/*Data from /etc/designs/wbr/clientlibs/css/oldStyle-and-newStyle-Balancer.css*/
/**********************************************/
 
.breadcrumb {
    margin-bottom: 0px;
    padding: 6px 10px 0px 0px;
    background-color: transparent;
    white-space: nowrap;
}
/*Changes to overwrite bootstrap-overwrite STARTS - Manasi*/
 
header .navbar-default .navbar-nav li > a:hover {
    border-bottom: none;
}
/*Changes to overwrite bootstrap-overwrite ENDS - Manasi*/
/*custom.css STARTS - Manasi*/
 
.table-condensed>tbody>tr>td {
    padding: 3px;
}
.text-right {
    line-height: 10px;
    display: inline-block;
}
.thumbnail {
    padding: 0px 0px 12px 0px;
    border: 0px;
    margin-bottom: 0px;
}
.btn-sm {
    min-height: 37px;
    font-size: 13px;
    line-height: 18px;
    padding: 8px 10px;
    border-radius: 0px;
    border: 1px solid #dedede;
    color: #39beea;
    word-wrap: break-word;
    white-space: normal;
    text-align: left;
}
.btn-link:hover,
.btn-link:focus {
    border-right: 1px solid #dedede;
    color: #39beea;
    text-decoration: none;
    word-wrap: break-word;
}
.btn-default a {
    border: 1px solid #fff;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    /*background-color: #fff;
    border-color: #39beea;
    border: 1px solid #39beea;
    color: #39BEEA;*/
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: 0px auto -webkit-focus-ring-color;
}
.btn:active,
.btn.active {
    box-shadow: 0px 0px 0px #fff;
}
.btn-group.open .dropdown-toggle {
    box-shadow: none;
}
.contact-btn {
    min-height: 37px;
    font-size: 13px;
    padding: 3px 8px;
    line-height: 18px;
    border-radius: 0px;
    border: 1px solid #dedede;
    color: #39beea;
    word-wrap: break-word;
    white-space: normal;
    text-align: left;
}
.media {
    display: inline-block;
    width: 100%;
}
.media-left,
.media>.pull-left:hover {
    text-decoration: none;
    border-bottom: 0px;
}
.panel {
    margin: 0px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.panel-default>.panel-heading {
    background-color: #fff;
    border: 0px;
}
.panel-hight {
    height: 270px;
    background-color: #f2f2f2;
}
.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse {
    border: 0px;
}
.panel-body {
    padding: 0px;
}
.map {
    margin-bottom: 25px;
    padding-left: 20px;
}
.well {
    padding: 15px;
    margin-bottom: 0;
    background-color: #f2f2f2;
    border: 0px;
    box-shadow: none;
}
.form-control {
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
    height: 37px;
    border-radius: 0px;
}
.input-group {
    width: 100%;
    height: auto;
    display: inline-block;
    border-radius: 0px;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
}
.prev {
    float: left;
    display: block;
}
.next {
    float: right;
    display: block;
    margin: 0px 0px 0px 0px;
}
.prev:hover {
    text-decoration: none;
    border-bottom: 0px;
}
.next:hover {
    text-decoration: none;
    border-bottom: 0px;
    margin: 0px 0px 0px 0px;
}
.arrow-down {
    margin-top: -3px;
    cursor: pointer;
}
.arrow_down a:hover {
    text-decoration: none;
    border: 0px!important;
    margin-top: 1px;
}
.form-horizontal .form-group {
    margin-right: -10px;
    margin-left: -10px;
}
.dropdown-menu>li>a {
    padding: 3px 10px 3px 10px;
    line-height: 18px;
    white-space: normal;
}
.dropdown-menu>li>a:hover {
    color: #39beea;
    background-color: #f2f2f2;
    border: 0px;
}
.input-group .form-control {
    width: auto;
}
.breadcrumb {
    margin-bottom: 0px;
    padding: 6px 10px 0px 0px;
    background-color: transparent;
    white-space: nowrap;
}
.table>tbody>tr>td {
    padding: 0px;
}
.mrg {
    margin-top: 0px!important;
}
.mrg-t-0 {
    margin-top: 0px;
}
.mrg-t-5 {
    margin-top: 5px;
}
.mrg-t-10 {
    margin-top: 10px;
}
.mrg-t-15 {
    margin-top: 15px;
}
.mrg-t-20 {
    margin-top: 20px;
}
.mrg-t-22 {
    margin-top: 22px;
}
.mrg-t-25 {
    margin-top: 25px;
}
.mrg-b-0 {
    margin-bottom: 0px;
}
.mrg-b-3 {
    margin-bottom: 3px;
}
.mrg-b-5 {
    margin-bottom: 5px;
}
.mrg-b-8 {
    margin-bottom: 8px;
}
.mrg-b-10 {
    margin-bottom: 10px;
}
.mrg-b-15 {
    margin-bottom: 15px;
}
.mrg-b-20 {
    margin-bottom: 20px;
}
.mrg-b-22 {
    margin-bottom: 22px;
}
.mrg-b-25 {
    margin-bottom: 25px;
}
.mrg-10 {
    margin-bottom: -10px;
}
.mrg-l-0 {
    margin-left: 0px;
}
.mrg-l-5 {
    margin-left: 5px;
}
.mrg-r-5 {
    margin-right: 5px;
}
.margin10 {
    margin-left: 10px;
    margin-right: 10px;
}
.brd-l-1 {
    border-left: 1px solid #dedede;
}
.brd-r-1 {
    border-right: 1px solid #dedede;
}
.brd-l-0 {
    border-left: 0px solid #dedede;
}
.brd-t-1 {
    border-top: 1px solid #adadad;
}
.brd-t-0 {
    border: none!important;
}
.brd-b-0 {
    border: none!important;
}
.brd {
    border: 0px solid #e4e4e4;
    border-top: 0px solid #0e2240;
}
.brd-b-0 {
    border-bottom: 0;
}
.padding {
    padding: 0px;
}
.padding-l-0 {
    padding-left: 0px;
}
.padd-5 {
    padding: 5px;
}
.pad-t-10 {
    padding-top: 10px;
}
.pad0 {
    padding: 0;
}
.pad-l-0 {
    padding-left: 0;
}
.flot-l {
    float: left;
}
.flot-r {
    float: right;
}
.display {
    display: table-cell;
}
.font {
    font-weight: normal;
}
.height {
    min-height: 0px!important;
}
.block {
    display: block;
}
.direction {
    direction: ltr;
}
.bg-gry {
    background-color: #F2F2F2;
}
.clear {
    clear: both;
}
.min-ht-auto {
    min-height: auto;
}
.image-width {
    width: 100%;
}
.padd10 {
    padding: 10px;
}
.c11v1-pullquote-title {
    margin-bottom: 15px;
}
//infographic chages
@media (max-width: 767px) {
    .infographic-img {
        width: 355px;
        height: 200px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .infographic-img {
        width: 213px;
        height: 120px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .infographic-img {
        width: 213px;
        height: 120px;
    }
}
@media (min-width: 1200px) {
   .infographic-img {
        width: 213px;
        height: 120px;
    }
}
/*custom.css ENDS - Manasi*/
 
.f01v2_language_toggler .dropdown-menu {
    right: 0;
    float: left;
    margin-left: 0;
    margin-top: 0;
    left: initial;
}
.g01v1-this-page-in-text .dropdown span,
.g01v1-this-page-in-text .dropdown a {
    float: none;
    width: 100%;
}
@media (max-width: 480px) and (min-width: 320px) {
    .social-btn {
        width: 67px;
        margin-right: 5px;
        padding: 8px 3px 8px 3px;
    }
}
@media (max-width: 991px) and (min-width: 0px) {
    .remove-padding-grid {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .center-right-border {
        border-right: none;
    }
}
#n06v1-owl {
    /*margin-bottom: 32px;*/
}
footer {
    margin-top: 32px;
}
.btn-link:hover,
.btn-link:focus {
    border-right: 1px solid #dedede;
    color: #39beea;
    text-decoration: none;
    word-wrap: break-word;
}
.btn-default a {
    border: 1px solid #fff;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    background-color: #fff!important;
    border-color: #39beea;
    border: 1px solid #39beea;
    color: #39BEEA;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: 0px auto -webkit-focus-ring-color;
}
.btn:active,
.btn.active {
    box-shadow: 0px 0px 0px #fff;
}
.btn-group.open .dropdown-toggle {
    box-shadow: none;
}
/********************END***********************/
/*Data from /etc/designs/wbr/clientlibs/css/oldStyle-and-newStyle-Balancer.css*/
/**********************************************/
/******************START***********************/
/*Data from /etc/designs/wbr/clientlibs/css/l1_header_footer_fullwider_2.css*/
/**********************************************/
 
 
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese';
@import url("https://fonts.googleapis.com/css?family=Roboto");
@font-face {
  font-family: 'Andes';
  src: url("../fonts/304244_1_0.eot");
  src: url("../fonts/304244_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/304244_1_0.woff2") format("woff2"), url("../fonts/304244_1_0.woff") format("woff"), url("../fonts/304244_1_0.ttf") format("truetype"); }
 
@font-face {
  font-family: 'font-icon';
  src: url("../fonts/font-icon.eot?90cppw");
  src: url("../fonts/font-icon.eot?90cppw#iefix") format("embedded-opentype"), url("../fonts/font-icon.ttf?90cppw") format("truetype"), url("../fonts/font-icon.woff?90cppw") format("woff"), url("../fonts/font-icon.svg?90cppw#font-icon") format("svg");
  font-weight: normal;
  font-style: normal; }
 
header,
footer {
  /* == Begin Icons css ==*/
  /* == END Icons css ==*/ }
  header [class^="icon-"],
  header [class*=" icon-"],
  footer [class^="icon-"],
  footer [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'font-icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  header .icon-angle-down-orange:before,
  footer .icon-angle-down-orange:before {
    content: "\e900"; }
  header .icon-angle-down:before,
  footer .icon-angle-down:before {
    content: "\e901"; }
  header .icon-angle-right-thin:before,
  footer .icon-angle-right-thin:before {
    content: "\e902"; }
  header .icon-angle-right-thin,
  footer .icon-angle-right-thin {
    vertical-align: middle;
    margin-left: 5px;
    font-size: 10px;
    line-height: 18px; }
  header .icon-angle-right:before,
  footer .icon-angle-right:before {
    content: "\e903"; }
  header .icon-angle-right,
  footer .icon-angle-right {
    vertical-align: middle;
    margin-left: 5px;
    font-size: 10px;
    line-height: 18px; }
  header .icon-search-orange:before,
  footer .icon-search-orange:before {
    content: "\e904"; }
  header .icon-search:before,
  footer .icon-search:before {
    content: "\e905"; }
 
/* == Begin Typography Mixins ==*/
/* == End Typography Mixins ==*/
/* === Begin Button Mixin === */
/* === End Button Mixin === */
header a,
footer a {
  color: #0071BC;
  text-decoration: none;
  cursor: pointer; }
  header a:hover, header a:focus,
  footer a:hover,
  footer a:focus {
    border-bottom: 0;
    color: #004c92;
    text-decoration: none; }
  header a:focus,
  footer a:focus {
    outline: -webkit-focus-ring-color auto 2px; }
 
header h2,
header h4,
footer h2,
footer h4 {
  margin: 0px; }
  header h2 small,
  header h2 .small,
  header h4 small,
  header h4 .small,
  footer h2 small,
  footer h2 .small,
  footer h4 small,
  footer h4 .small {
    color: #d4d4d4; }
  header h2 a,
  header h4 a,
  footer h2 a,
  footer h4 a {
    color: #333333; }
    header h2 a:hover, header h2 a:focus, header h2 a:active,
    header h4 a:hover,
    header h4 a:focus,
    header h4 a:active,
    footer h2 a:hover,
    footer h2 a:focus,
    footer h2 a:active,
    footer h4 a:hover,
    footer h4 a:focus,
    footer h4 a:active {
      color: #333333;
      text-decoration: underline;
      border-bottom: 0px; }
 
header h2,
footer h2 {
  font-family: "Andes", sans-serif;
  font-size: 32px;
  line-height: 38px;
  margin: 0px 0px 16px 0px;
  font-weight: bold; }
  @media (max-width: 767px) {
    header h2,
    footer h2 {
      font-size: 26px;
      line-height: 32px; } }
 
header h4,
footer h4 {
  font-family: "Andes", sans-serif;
  font-size: 20px;
  line-height: 26px;
  margin: 0px 0px 8px 0px; }
 
@media (min-width: 767px) {
  header .container, footer .container {
    width: 750px; } }
 
@media (min-width: 768px) {
  header .container, footer .container {
    width: 750px; } }
 
@media (min-width: 992px) {
  header .container, footer .container {
    width: 960px; } }
 
@media (min-width: 1200px) {
  header .container, footer .container {
    width: 1170px; } }
 
header .col-xs-15,
header .col-sm-15,
header .col-md-15,
header .col-lg-15, footer .col-xs-15,
footer .col-sm-15,
footer .col-md-15,
footer .col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
 
header .col-xs-15, footer .col-xs-15 {
  width: 20%;
  float: left; }
 
@media (min-width: 768px) {
  header .col-sm-15, footer .col-sm-15 {
    width: 20%;
    float: left; } }
 
@media (min-width: 992px) {
  header .col-md-15, footer .col-md-15 {
    width: 20%;
    float: left; } }
 
@media (min-width: 1200px) {
  header .col-lg-15, footer .col-lg-15 {
    width: 20%;
    float: left; } }
 
@media (max-width: 768px) {
  header .col-xs-15,
  header .col-sm-15,
  header .col-md-15,
  header .col-lg-15, footer .col-xs-15,
  footer .col-sm-15,
  footer .col-md-15,
  footer .col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; } }
 
header .btn-default {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #ffffff;
  word-wrap: break-word;
  text-transform: none;
  white-space: normal;
  letter-spacing: 0.78px;
  border: 0px;
  border-radius: 0px;
  display: inline-block;
  text-align: center; }
 
header .btn-lg {
  min-width: 140px;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  padding: 12px 12px 12px 12px !important;
  margin: 0px 0px 16px 0px !important; }
 
header .primary-light-blue-btn {
  background-color: #0071BC;
  margin-right: 16px; }
  header .primary-light-blue-btn:last-child {
    margin-right: 0px; }
  header .primary-light-blue-btn:hover, header .primary-light-blue-btn:focus, header .primary-light-blue-btn:active {
    background-color: #004c92;
    color: #ffffff; }
 
header .input-group, footer .input-group {
  width: 100%;
  height: auto;
  display: inline-block;
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 0px; }
 
header .search-section, header .header-search-section, footer .search-section, footer .header-search-section {
  margin-bottom: 10px; }
  header .search-section .search-input-field, header .search-section .search-input-field-1, header .header-search-section .search-input-field, header .header-search-section .search-input-field-1, footer .search-section .search-input-field, footer .search-section .search-input-field-1, footer .header-search-section .search-input-field, footer .header-search-section .search-input-field-1 {
    width: 100%;
    border: 0px;
    height: 40px;
    padding-left: 8px;
    border-radius: 0px;
    color: #333333;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold; }
  header .search-section .search-input-field-1, header .header-search-section .search-input-field-1, footer .search-section .search-input-field-1, footer .header-search-section .search-input-field-1 {
    font-weight: normal;
    color: #333333;
    -moz-box-shadow: inset 1px 1px 2px #d4d4d4;
    -webkit-box-shadow: inset 1px 1px 2px #d4d4d4;
    box-shadow: inset 1px 1px 2px #d4d4d4;
    border: 1px solid #d4d4d4; }
  header .search-section .search-submit-icon, header .header-search-section .search-submit-icon, footer .search-section .search-submit-icon, footer .header-search-section .search-submit-icon {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 12px;
    height: 40px;
    width: 40px;
    border-radius: 0px;
    background: transparent; }
 
header .footer-newsletter input[type="text"], footer .footer-newsletter input[type="text"] {
  background-color: #444;
  color: #fff;
  box-shadow: none;
  border: 0px; }
 
header .footer-newsletter input[type="image"], footer .footer-newsletter input[type="image"] {
  background-color: transparent !important; 
}
 
header input.search-input-field-1, header input.email-input-field-1::-webkit-input-placeholder, footer input.search-input-field-1, footer input.email-input-field-1::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #787878; }
 
header input.search-input-field-1, header input.email-input-field-1::-moz-placeholder, footer input.search-input-field-1, footer input.email-input-field-1::-moz-placeholder {
  /* Firefox 19+ */
  color: #787878; }
 
header input.search-input-field-1, header input.email-input-field-1:-ms-input-placeholder, footer input.search-input-field-1, footer input.email-input-field-1:-ms-input-placeholder {
  /* IE 10+ */
  color: #787878; }
 
header input.search-input-field-1, header input.email-input-field-1:-moz-placeholder, footer input.search-input-field-1, footer input.email-input-field-1:-moz-placeholder {
  /* Firefox 18- */
  color: #787878; }
 
header .search-section input:-webkit-autofill,
header .search-section input:-webkit-autofill:hover,
header .search-section input:-webkit-autofill:focus,
header .search-section input:-webkit-autofill:active, footer .search-section input:-webkit-autofill,
footer .search-section input:-webkit-autofill:hover,
footer .search-section input:-webkit-autofill:focus,
footer .search-section input:-webkit-autofill:active {
  border: 1px solid #d5dde9;
  -webkit-text-fill-color: #0071BC;
  -webkit-box-shadow: 0 0 0px 1000px #fafcff inset;
  transition: background-color 5000s ease-in-out 0s; }
 
header .header-search-section input:-webkit-autofill,
header .header-search-section input:-webkit-autofill:hover,
header .header-search-section input:-webkit-autofill:focus,
header .header-search-section input:-webkit-autofill:active, footer .header-search-section input:-webkit-autofill,
footer .header-search-section input:-webkit-autofill:hover,
footer .header-search-section input:-webkit-autofill:focus,
footer .header-search-section input:-webkit-autofill:active {
  border: 1px solid #e5e5e5;
  -webkit-text-fill-color: #333;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s; }
 
header .footer-newsletter input:-webkit-autofill,
header .footer-newsletter input:-webkit-autofill:hover,
header .footer-newsletter input:-webkit-autofill:focus,
header .footer-newsletter input:-webkit-autofill:active, footer .footer-newsletter input:-webkit-autofill,
footer .footer-newsletter input:-webkit-autofill:hover,
footer .footer-newsletter input:-webkit-autofill:focus,
footer .footer-newsletter input:-webkit-autofill:active {
  border: 1px solid #787878;
  -webkit-text-fill-color: #e5e5e5;
  -webkit-box-shadow: 0 0 0px 1000px #444 inset;
  transition: background-color 5000s ease-in-out 0s; }
 
/* == Begin Custom SASS == */
header .padd {
  padding: 150px 200px 150px 200px !important;
  float: none !important; }
  header .padd h2 {
    text-align: right; }
 
header .mrg-t-16 {
  margin-top: 16px !important; }
 
@media (min-width: 768px) and (max-width: 1200px) {
  header .padd {
    padding: 150px !important; } }
 
/* == End Custom SASS == */
body header,
body footer {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  background-color: #ffffff; }
 
body header *,
body footer * {
  direction: ltr; }
 
header ul,
header ol,
footer ul,
footer ol {
  margin: 0px;
  padding: 0; }
 
header hr,
footer hr {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
  border-top: 1px solid #e5e5e5; }
 
/* === Begin Navbar css === */
header {
  /* === End Navbar css === */
  /* === End Bootstraps Overwrite css === */
  /* === Begin Bootstraps Overwrite Media - Query === */
  /* === End Bootstraps Overwrite Media - Query === */ }
  header .container > .navbar-collapse {
    margin-left: 0px;
    margin-right: 0px; }
  header .navbar-collapse {
    padding-right: 0px;
    padding-left: 0px; }
  header .navbar-default {
    background-color: #ffffff;
    border-color: transparent; }
    header .navbar-default .navbar-nav {
      float: right;
      margin-top: 16px; }
      header .navbar-default .navbar-nav li > a {
        font-family: "Andes", sans-serif;
        font-weight: bold;
        font-size: 13px;
        line-height: 16px;
        color: #0071BC;
        text-transform: uppercase;
        padding: 0px 0px 8px 0px;
        margin: 8px 16px 0px 16px; }
        header .navbar-default .navbar-nav li > a.active {
          color: #002245;
          background-color: transparent !important;
          border-bottom: 3px solid #002245;
          cursor: default; }
  header .navbar-nav {
    margin: 0px; }
  header .navbar {
    border: 0px;
    margin-bottom: 0px;
    border-bottom: 1px solid #e5e5e5; }
  header .navbar-brand {
    padding: 16px;
    height: auto; }
  header .dropdown-menu > li > a:focus, header .dropdown-menu > li > a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #004c92; }
  header .btn-group.open .dropdown-toggle {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none; }
  header .btn-default.active, header .btn-default:active, header .open > .dropdown-toggle.btn-default {
    background-color: transparent; }
  @media (max-width: 1200px) {
    header .navbar-default .navbar-nav {
      margin-top: 24px; }
      header .navbar-default .navbar-nav li a {
        margin: 0px 8px 0px 8px;
        padding-bottom: 6px; } }
  @media only screen and (max-width: 1199.9px) {
    header .navbar {
      min-height: 50px; }
    header .navbar-header {
      display: inline-block;
      float: left; }
    header .navbar-collapse.collapse {
      overflow: hidden !important; }
    header .navbar-collapse {
      width: 100%;
      border-top: 0;
      box-shadow: none; }
    header .navbar-default .navbar-nav {
      margin-top: 0px;
      background-color: #f6f6f6;
      padding: 16px; }
      header .navbar-default .navbar-nav li > a {
        margin: 0px;
        padding: 0px; }
        header .navbar-default .navbar-nav li > a.active {
          border-bottom: 0px solid transparent;
          padding-bottom: 0px; }
    header .navbar-default .navbar-toggle {
      border: 0px;
      margin-right: 0px;
      margin-top: 16px;
      display: block; }
      header .navbar-default .navbar-toggle .icon-bar {
        background-color: #EC553A; }
      header .navbar-default .navbar-toggle:hover, header .navbar-default .navbar-toggle:focus {
        background-color: transparent; }
    header .navbar-collapse.collapse {
      /*display: none !important; }*/
    header .navbar-nav {
      float: none !important; }
    header .navbar-nav > li {
      float: none; }
    header .collapse.show {
      display: block !important; }
    header .navbar-collapse.show {
      overflow-y: visible !important; } }
 
header {
  /* == Begin  Global Header ==*/
  /* == End Global Header ==*/
  /* ===== Begin Media query Global Header  =======*/
  /* ===== End Media query Global Header  =======*/
  /* == Begin G01v1 Global Header  Media Query ==*/
  /* == End G01v1 Global Header Media Query ==*/ }
  header .g01v1-logo img {
    height: 44px;
    width: 220px; }
  header .navbar-nav .mega-menu {
    position: static; }
    header .navbar-nav .mega-menu:hover:last-child > a {
      opacity: 0.5;
      border-bottom: 0px;
      margin-bottom: 21px; }
    header .navbar-nav .mega-menu:hover a.dropdown-toggle {
      color: #002245;
      border-bottom: 3px solid #002245;
      margin-bottom: 21px; }
      header .navbar-nav .mega-menu:hover a.dropdown-toggle:before {
        content: "";
        border-color: transparent;
        border-width: 18px;
        display: -moz-inline-box;
        display: inline-block;
        position: absolute;
        left: 35%;
        z-index: 105;
        top: 157%;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+IDxnPiAgPHJlY3QgZmlsbD0ibm9uZSIgaWQ9ImNhbnZhc19iYWNrZ3JvdW5kIiBoZWlnaHQ9IjQ2IiB3aWR0aD0iNTgiIHk9IjAiIHg9IjAiLz4gIDxnIGRpc3BsYXk9Im5vbmUiIG92ZXJmbG93PSJ2aXNpYmxlIiB5PSIwIiB4PSIwIiBoZWlnaHQ9IjEwMCUiIHdpZHRoPSIxMDAlIiBpZD0iY2FudmFzR3JpZCI+ICAgPHJlY3QgZmlsbD0idXJsKCNncmlkcGF0dGVybikiIHN0cm9rZS13aWR0aD0iMCIgeT0iMCIgeD0iMCIgaGVpZ2h0PSIxMDAlIiB3aWR0aD0iMTAwJSIvPiAgPC9nPiA8L2c+IDxnPiAgPHBhdGggc3Ryb2tlPSIjZTVlNWU1IiBpZD0ic3ZnXzQiIGQ9Im0xLjUsNDEuNDk5OTlsMjUuNSwtMzkuOTk5OTlsMjUuNSwzOS45OTk5OWwtNTAuOTk5OTksMHoiIHN0cm9rZS13aWR0aD0iMyIgZmlsbD0iI2Y2ZjZmNiIvPiA8L2c+PC9zdmc+");
        background-repeat: no-repeat;
        background-size: 35px 16px;
        width: 35px;
        height: 14px;
        -webkit-transition: all 0s ease 0.5s;
        transition: all 0s ease 0.5s; }
        @media (max-width: 1199.9px) {
          header .navbar-nav .mega-menu:hover a.dropdown-toggle:before {
            background-image: none; } }
    header .navbar-nav .mega-menu:hover .megamenu_search_icon {
      opacity: 0.5; }
    header .navbar-nav .mega-menu:hover .mega-menu-dropdown {
      visibility: visible;
      opacity: 1;
      -webkit-transition: all 0s ease 0.3s;
      transition: all 0s ease 0.3s; }
    header .navbar-nav .mega-menu .megamenu_search_icon {
      padding: 0px 0px 8px 0px;
      margin: 8px 16px 10px 16px;
      cursor: pointer; }
    header .navbar-nav .mega-menu li h4 {
      font-size: 18px;
      line-height: 24px;
      font-weight: bold;
      cursor: default; }
    header .navbar-nav .mega-menu .close-this-megamenu {
      position: absolute;
      top: 0px;
      right: 16px;
      color: #0071BC; }
    header .navbar-nav .mega-menu .mega-menu-blurb {
      font-family: "Andes", sans-serif;
      font-size: 18px;
      line-height: 26px;
      color: #333333;
      font-style: normal;
      word-wrap: break-word;
      text-align: left;
      padding: 32px; }
    header .navbar-nav .mega-menu .mega-menu-right-column {
      padding-top: 32px; }
      header .navbar-nav .mega-menu .mega-menu-right-column ul li a {
        margin: 0px;
        padding: 0px;
        border-bottom: 0px;
        opacity: inherit; }
        header .navbar-nav .mega-menu .mega-menu-right-column ul li a span.menu-highlight-item {
          font-family: "Open Sans", sans-serif;
          font-size: 14px;
          line-height: 20px;
          color: #0071BC;
          font-weight: bold;
          margin: 0px;
          text-transform: none; }
          header .navbar-nav .mega-menu .mega-menu-right-column ul li a span.menu-highlight-item:hover {
            color: #004c92;
            text-decoration: underline; }
    header .navbar-nav .mega-menu .mega-menu-left-column {
      background-color: #e5e5e5; }
      header .navbar-nav .mega-menu .mega-menu-left-column ul li a {
        margin: 0px; }
        header .navbar-nav .mega-menu .mega-menu-left-column ul li a:hover {
          border-bottom: 0px;
          text-decoration: underline; }
    header .navbar-nav .mega-menu .mega-menu-search-padd {
      padding: 32px; }
    header .navbar-nav .mega-menu .mega-menu-dropdown {
      font-family: "Open Sans", sans-serif;
      background-color: #f6f6f6;
      position: absolute;
      left: 0px;
      right: 0px;
      margin: 0 auto;
      padding: 0px;
      border: 0px;
      border-top: 1px solid #e5e5e5;
      z-index: 10;
      box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
      cursor: default;
      opacity: 0;
      -webkit-transition: all 0s ease 0.3s;
      transition: all 0s ease 0.3s;
      display: block;
      visibility: hidden; }
      header .navbar-nav .mega-menu .mega-menu-dropdown ul {
        list-style: none;
        padding: 0px;
        margin: 10px 0px;
        width: 100%; }
    header .navbar-nav .mega-menu .globa-dropdown-search {
      font-family: "Open Sans", sans-serif;
      background-color: #f6f6f6;
      position: absolute;
      left: 0px;
      right: 0px;
      margin: 0 auto;
      padding: 0px;
      border: 0px;
      border-top: 1px solid #e5e5e5;
      z-index: 10;
     -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
      box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
      cursor: default; }
    header .navbar-nav .mega-menu ul.mega-menu-sublist li a {
      font-family: "Open Sans", sans-serif;
      font-size: 14px;
      line-height: 20px;
      color: #0071BC;
      font-weight: normal;
      text-transform: none;
      padding: 0px 3px 0px 3px;
      margin: 0px 0px 8px 0px;
      position: relative;
      z-index: 100;
      display: block; }
      header .navbar-nav .mega-menu ul.mega-menu-sublist li a:hover {
        color: #002245;
        padding: 0px 3px 0px 3px;
        margin: 0px 0px 8px 0px;
        border-bottom: 0px;
        display: block;
        text-decoration: underline; }
    header .navbar-nav .mega-menu ul.no-mega-menu-sublist {
      display: inline-block;
      margin: 0px; }
      header .navbar-nav .mega-menu ul.no-mega-menu-sublist li {
        display: inline-block;
        width: auto; }
        header .navbar-nav .mega-menu ul.no-mega-menu-sublist li a {
          font-weight: normal;
          padding-bottom: 0px;
          margin-bottom: 0px;
          color: #0071BC;
          margin-right: 4px; }
          header .navbar-nav .mega-menu ul.no-mega-menu-sublist li a:hover {
            font-weight: normal;
            padding-bottom: 0px;
            margin-bottom: 0px;
            color: #004c92; }
    header .navbar-nav .mega-menu ul.mega-menu-left-column-wrapper {
      margin-bottom: 32px; }
      header .navbar-nav .mega-menu ul.mega-menu-left-column-wrapper span.menu-highlight-item {
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        line-height: 20px;
        color: #0071BC;
        font-weight: bold;
        margin: 0px;
        text-transform: none; }
        header .navbar-nav .mega-menu ul.mega-menu-left-column-wrapper span.menu-highlight-item:hover {
          color: #004c92;
          text-decoration: underline; }
  header .lang-box {
    display: inline; }
  header .toggle-box {
    float: right; }
  @media (min-width: 991px) {
    header .mega-menu:not(:last-child) .mega-menu-right-column {
      padding-bottom: 20px !important; }
    header .mega-menu ul li .row,
    header .mega-menu ul li > .row:not(.mega-menu-right-column) > div:first-child {
      display: flex; }
    header .mega-menu-left-column {
      width: 100%; }
    header .mega-menu-right-column.row {
      display: block !important; } }
  @media (max-width: 1200px) {
    header .navbar-nav .mega-menu:hover > a.dropdown-toggle {
      margin-bottom: 0px;
      border-bottom: 0px; }
      header .navbar-nav .mega-menu:hover > a.dropdown-toggle:before {
        top: 137%; }
    header .navbar-nav .mega-menu:hover:last-child > a {
      margin-bottom: 16px; } }
  @media (max-width: 991px) {
    header .navbar-nav .mega-menu:hover > a.dropdown-toggle {
      margin-bottom: 0px;
      border-bottom: 0px; }
      header .navbar-nav .mega-menu:hover > a.dropdown-toggle:before {
        display: none; }
    header .mega-menu .mega-menu-blurb .hidden-sm {
      display: block !important; }
    header .toggle-box {
      float: right; } }
  @media (min-width: 768px) and (max-width: 1200px) {
    header .g01v1-logo img {
      height: 35px;
      width: 175px; } }
  @media (max-width: 991px) {
    header .home-page-header-lang {
      float: right;
      width: 50%; } }
  @media only screen and (max-width: 1199.9px) {
    header .g01v1-logo img {
      height: 32px;
      width: 162px; }
    header .toggle-box {
      float: right; }
    header .navbar-nav .mega-menu {
      margin: 0px 0px 16px 0px;
      padding: 0px 0px 16px 0px;
      border-bottom: 1px solid #e5e5e5; }
      header .navbar-nav .mega-menu:first-child {
        padding: 0px 0px 16px 0px; }
      header .navbar-nav .mega-menu .mega-menu-blurb {
        padding: 8px 0px; }
      header .navbar-nav .mega-menu .mega-menu-dropdown {
        display: none !important; } }
 
footer {
  /* == Begin footer SASS == */
  /* == End footer SASS == */
  /* == Begin Media query footer SASS == */
  /* == End Media queryfooter SASS == */ }
  footer .full-row-footer-components {
    padding-top: 32px;
    padding-bottom: 16px;
    background-color: #262626;
    margin-left: 0px;
    margin-right: 0px; }
  footer .full-row-footer-black-components {
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #000;
    margin-left: 0px;
    margin-right: 0px; }
  footer .footer hr {
    border-top: 1px solid #787878; }
  footer .footer h4 {
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    margin: 0px 0px 16px 0px;
    text-transform: uppercase; }
  footer .footer .footer-menu-item ul {
    padding: 0px;
    list-style: none; }
    footer .footer .footer-menu-item ul li {
      font-size: 13px;
      line-height: 17px;
      margin: 0px 0px 8px 0px; }
      footer .footer .footer-menu-item ul li a {
        color: #ffffff; }
        footer .footer .footer-menu-item ul li a:hover {
          color: #ffffff;
          text-decoration: underline; }
  footer .footer .footer-bottom {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #787878;
    display: block;
    float: left;
    width: 100%;
    opacity: 0.7; }
  footer .footer .list-inline {
    margin-left: 0px; }
    footer .footer .list-inline ul {
      padding: 0px;
      list-style: none; }
      footer .footer .list-inline ul > li {
        padding: 0px;
        line-height: 16px;
        margin: 0px 0px 8px 0px; }
  footer .footer a.disclaimer {
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
    border-right: 1px solid #ffffff;
    margin-right: 8px;
    padding-right: 8px; }
    footer .footer a.disclaimer:hover {
      text-decoration: underline; }
    footer .footer a.disclaimer:last-child {
      border-right: 0px solid #d4d4d4;
      margin-right: 0px;
      padding-right: 0px; }
  footer .footer .footer-copy-right {
    font-size: 12px;
    line-height: 26px;
    color: #ffffff;
    text-align: right;
    opacity: 0.5;
    margin-top: 4px; }
  footer .footer .footer-bottom-left {
    float: left; }
    footer .footer .footer-bottom-left ul {
      padding: 0px;
      list-style: none; }
      footer .footer .footer-bottom-left ul li {
        float: left;
        margin-top: 4px; }
        footer .footer .footer-bottom-left ul li:last-child {
          margin-top: 4px; }
        footer .footer .footer-bottom-left ul li a.wbg-partnership {
          font-size: 12px;
          line-height: 16px;
          color: #ffffff;
          font-weight: bold;
          text-transform: uppercase;
          opacity: 0.5;
          margin-left: 8px;
          padding-left: 8px; }
          footer .footer .footer-bottom-left ul li a.wbg-partnership:first-child {
            border-left: 1px solid #e5e5e5; }
          footer .footer .footer-bottom-left ul li a.wbg-partnership:hover {
            text-decoration: underline; }
  footer .footer .footer-bottom-right {
    float: right; }
  footer .footer .footer-fraud {
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
    text-transform: uppercase;
    float: right;
    display: inline-block; }
    footer .footer .footer-fraud a {
      color: #ffffff; }
      footer .footer .footer-fraud a:hover {
        color: #ffffff;
        text-decoration: underline; }
  @media (min-width: 320px) and (max-width: 991px) {
    footer .footer ul.footer-bottom-left li {
      margin: 0px 0px 8px 0px; }
    footer .footer .footer-bottom-right {
      float: none; }
      footer .footer .footer-bottom-right .footer-fraud {
        float: left; }
    footer .footer .footer-copy-right {
      text-align: left; } }
  @media (min-width: 320px) and (max-width: 768px) {
    footer .footer .footer-fraud {
      float: none;
      text-align: left; } }
  @media (min-width: 391px) and (max-width: 450px) {
    footer .footer .footer-bottom-left ul li a.wbg-partnership:first-child {
      margin-left: 4px;
      padding-left: 4px; } }
  @media (min-width: 320px) and (max-width: 390px) {
    footer .footer .footer-bottom-left ul li a.wbg-partnership {
      margin-left: 8px;
      padding-left: 8px; }
      footer .footer .footer-bottom-left ul li a.wbg-partnership:first-child {
        border-left: 0px;
        margin-left: 4px;
        padding-left: 4px; } }
 
/*== Begin Social Icon ==*/
footer .social-icon {
  display: block;
  float: left;
  width: 100%;
  border-right: 0px; }
  footer .social-icon ul {
    list-style: none;
    padding: 0px; }
    footer .social-icon ul li {
      float: left;
      padding-right: 16px; }
      footer .social-icon ul li:first-child {
        padding-right: 16px; }
      footer .social-icon ul li:last-child {
        padding-right: 0px; }
      footer .social-icon ul li a:hover {
        text-decoration: none !important;
        border: 0px; }
 
footer .social-icon-img img:hover {
  opacity: 0.5; }
 
@media (min-width: 320px) and (max-width: 1200px) {
  footer .social-icon {
    margin: 0px 0px 32px 0px; } }
 
/*== End Social Icon ==*/
footer {
  /*== Begin footer global Language dropdown ==*/
  /*== End footer global Language dropdown ==*/ }
  footer .lang-switch-wrapper {
    padding: 16px 0px 16px 0px;
    display: inline-block; }
    footer .lang-switch-wrapper span {
      font-size: 12px;
      line-height: 30px;
      font-weight: 600;
      margin-right: 8px;
      color: #ffffff;
      float: left; }
    footer .lang-switch-wrapper img {
      width: 10px;
      margin-left: 5px;
      margin-top: -3px;
      display: inline-block; }
    footer .lang-switch-wrapper .lang-switch {
      display: inline-block;
      text-align: right;
      height: 30px;
      min-width: 94px;
      font-size: 12px;
      line-height: 16px;
      background-color: #0071BC;
      padding: 8px;
      margin-right: 8px; }
      footer .lang-switch-wrapper .lang-switch .lang-lable {
        text-transform: uppercase; }
      footer .lang-switch-wrapper .lang-switch ul {
        padding: 0px;
        text-align: center; }
        footer .lang-switch-wrapper .lang-switch ul li {
          list-style: none; }
          footer .lang-switch-wrapper .lang-switch ul li a {
            font-size: 12px;
            line-height: 16px;
            color: #ffffff;
            vertical-align: top; }
      footer .lang-switch-wrapper .lang-switch .text {
        padding-right: 8px; }
      footer .lang-switch-wrapper .lang-switch .dropdown-menu {
        margin: 0px 0px 7px -8px;
        border-radius: 0px;
        float: right;
        left: initial;
        min-width: 90px;
        background-color: #0071BC; }
        footer .lang-switch-wrapper .lang-switch .dropdown-menu > li > a:hover, footer .lang-switch-wrapper .lang-switch .dropdown-menu > li > a:focus {
          background-color: #004c92; }
 
.header-search-section i.search-submit-icon {
  cursor: pointer;
  color: #0071BC;
  font-size: 1.5em;
  padding: 8px 16px 8px 16px;
  background: none; }
 
header .navbar-nav .mega-menu .mega-menu-dropdown ul.tt-menu {
  max-height: 250px;
  overflow: auto;
  margin-top: 0;
  padding: 0;
  background: white;
  width: 100%;
  display: none;
  border: 1px solid #d4d4d4;
  box-shadow: 1px 1px 2px #d4d4d4; }
 
header .navbar-nav .mega-menu .mega-menu-dropdown ul.tt-menu.show-tt-menu {
  display: block; }
 
header .navbar-nav .mega-menu .mega-menu-dropdown ul.tt-menu.show-tt-menu .tt-suggestion {
  display: block;
  padding: 5px 10px;
  cursor: pointer; }
 
header .navbar-nav .mega-menu .mega-menu-dropdown ul.tt-menu.show-tt-menu .tt-suggestion a {
  margin-right: 4px;
  margin-left: 4px; }
 
@-moz-document url-prefix() {
  header .lang-switch-wrapper img, footer .lang-switch-wrapper img {
    margin-top: 0px; }
  header .navbar-nav .mega-menu:hover a.dropdown-toggle:before, footer .navbar-nav .mega-menu:hover a.dropdown-toggle:before {
    top: 145%; } }
 
/* IE10+ CSS styles go here */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body {
    -ms-overflow-style: scrollbar; } }
 
@media (max-width: 1200px) and (min-width: 991px) {
  html[lang="es"] header .navbar-default .navbar-nav {
    margin-top: 24px; }
    html[lang="es"] header .navbar-default .navbar-nav li a {
      margin: 0px 4px 0px 4px;
      padding-bottom: 6px; }
      html[lang="es"] header .navbar-default .navbar-nav li a:hover {
        margin: 0px 4px 0px 4px;

        padding-bottom: 6px; }
  html[lang="es"] header .navbar-nav .mega-menu:hover a.dropdown-toggle {
   /* margin: 0px 4px 16px 4px;*/
     border-bottom: 0px; } }
 
html[lang="ru"] header *, html[lang="ru"] footer * {
  font-family: "Roboto", sans-serif;
  font-weight: normal; }
 
html[lang="ru"] header .navbar-default .navbar-nav li > a, html[lang="ru"] header .menu-list-v1-wrapper .menu-list-item ul li a, html[lang="ru"] footer .navbar-default .navbar-nav li > a, html[lang="ru"] footer .menu-list-v1-wrapper .menu-list-item ul li a {
  font-family: "Roboto", sans-serif; }
 
html[lang="ru"] header i.fa, html[lang="ru"] footer i.fa {
  font-family: "FontAwesome" !important; }
 
html[lang="zh"] header .g01v1-logo img {
  height: 44px;
  width: auto; }
 
 
 
/********************END***********************/
/*Data from /etc/designs/wbr/clientlibs/css/l1_header_footer_fullwider_2.css*/
/**********************************************/
/*START: Static Share*/
 
@media (min-width: 768px) {
    .fixed-meida-share {
       position: fixed;
        left: 0;
        top: 40%;
        z-index: 1000;
    }
    .fixed-meida-share ol,
    .fixed-meida-share ul,
    .fixed-meida-share li {
        list-style: none;
    }
    .pull-left.fixed-meida-share li {
        background-color: white;
    }
    .fixed-meida-share >li {
        display: block;
        float: none;
        margin: 0px 0px;
        width: 2.5pc;
        border-radius: 0;
        transition: width .15s ease-in-out;
        height: 43px;
        padding: 12px 11px 8px 10px;
        margin-left: 0 !important;
    }
    .fixed-meida-share>li:hover {
        width: 4pc;
    }
    .fixed-meida-share >li .social-btn-text {
        position: absolute;
        clip: rect(1px, 1px, 1px, 1px);
        padding: 0;
        border: 0;
        overflow: hidden;
    }
    .fixed-meida-share li.social-btn a>i.fa {
        float: none;
    }
    .fixed-meida-share li div#plus-drop {
        /*position: fixed;
        left: 3pc;
        width: 334px;
        min-height: 100px;
        background: rgb(255, 255, 255);
        padding: 15px 0px 0px 15px;
        border: 1px solid #dedede;
        transition: left .15s ease-in-out;
        margin-top: -8px;
        box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.21);
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.72);
        left: 0px;
        top: 0px;*/
       
        position: fixed;
        bottom: initial;
        left: 2.6pc;
        top: calc((100% - (188px - 125px)) / 2);
    }
    .s03v2-icon_sharebox_wrapper {
        /* overflow: hidden;
        background: white;
        padding: 15px 15px 0px 15px;
        width: 350px;
        display: inline-block;
        box-shadow: 2px 2px 15px rgba(255, 255, 255, 0.55);
        border-radius: 4px;
        top: calc((100% - 138px) / 2);
        position: absolute;
        left: calc((100% - 350px) / 2);*/
    }
    .fixed-meida-share>li:hover div#plus-drop {
        /*left: 4pc;*/
    }
    .s03v2-icon ul li a {
        padding-right: 10px;
        vertical-align: sub;
        /* margin-bottom: 10px;*/
    }
    .fixed-meida-share>li#plus:hover {
        /*padding: 10px 10px 0 17px;*/
    }
    .fixed-meida-share>li#plus {
        /*padding: 10px 10px 0 10px;
        color: white;
               background:none;
        background-color: bisque;*/
       
        transition: padding .15s ease-in-out;
        width: 2.5pc;
    }
    .pull-left.fixed-meida-share {
        top: calc((100% - (94px + 172px)) / 2);
    }
    .pull-right.fixed-meida-share {
        top: calc((100% - (188px - 94px)) / 2);
    }
    .share-media-pop-close {
        position: fixed;
       right: 20px;
        top: 20px;
        width: 30px;
        height: 30px;
        margin: 0;
        padding: 8px;
        z-index: 16777274;
        background: none;
        background-color: #fff;
        border: none;
        border-radius: 50%;
        color: #000;
        cursor: pointer;
        transition: all .4s ease;
    }
    .share-media-pop-close:hover {
        background-color: #666;
        color: #fff;
    }
    #f03v1-social-sharing {
        height: 0px;
        margin: 0;
        padding: 0;
    }
    /*.pull-right.fixed-meida-share > li .social-btn-text {
        position: relative;
         clip: auto;
     }
     .pull-right.fixed-meida-share > li
     {
        width:5pc
     }
     .pull-right.fixed-meida-share > li:hover
     {
        width:6pc
     }*/
}
.fixed-meida-share>li .social-btn-text {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    overflow: hidden;
}
.fixed-meida-share>li {
    padding: 9px 13px 10px 10px;
    width: 2.7em;
}
/*END: Static share*/
 
.n02v11 ul li {
    overflow: hidden;
}
/*START: 3-17-2017: Sai gayathiri reported issue fixes*/
 
header .primary-light-blue-btn:hover,
header .primary-light-blue-btn:focus,
header .primary-light-blue-btn:active {
    background-color: #004c92 !important;
    color: #ffffff;
    border: 0;
}
footer .social-icon {
    width: auto;
}
@media (max-width: 1199.9px) and (min-width: 320px) {
    header .navbar-default .navbar-nav li.mega-menu > a:hover,
    header .navbar-default .navbar-nav li.mega-menu > a {
        font-size: 14px;
        border-bottom: 0px solid rgba(0, 34, 69, 0);
    }
    li.mega-menu:hover a.dropdown-toggle:hover:before,
    li.mega-menu:hover a.dropdown-toggle:before {
        background-image: none;
    }
}
/*@media (max-width: 1200px) and (min-width: 992px) {
    header .navbar-default .navbar-nav > li > a {
        margin: 24px 8px 27px 8px;
    }
    header .navbar-default .navbar-nav > li > a:hover {
        margin: 24px 8px 27px 8px;
    }
}*/
.tweetable a {
    padding: 2px 3px 1px 3px;
}
@media (max-width: 991px) and (min-width: 320px) {
    .f02v4-arrow-box-1 {
        position: relative;
        width: 42px;
        height: 37px;
        padding: 10px;
        margin: -11px 0px 0px 0px;
        border: 1px solid #dedede;
        border-left: none;
        float: right;
        right: -11px;
        background: #000 url(../img/search-arrow.png) no-repeat center;
    }
    .country-dropdown-search {
        margin: 0px !important;
        top: 83%;
        width: 100%;
        border-bottom: 0px;
        border-top: 0px;
        border: 1px solid #dedede;
    }
    .country-dropdown-selectpicker {
        width: 100%;
    }
    .center-left-border {
        border-left: 0;
    }
}
@media (max-width: 991px) and (min-width: 320px) {
    .navbar-nav>li {
        float: left;
    }
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .center-padding-left {
        padding-left: 0;
    }
    form[name="datesearch"] table td:nth-child(3) li {
        height: 37px !important;
    }
}
/*END: 3-17-2017: Sai gayathiri reported issue fixes*/
/* footer swapping copyright and fraud/corruption */
 
.footer .footer-fraud {
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    text-transform: uppercase;
    float: right;
    display: inline-block;
}
.footer .footer-fraud a {
    color: #fff;
}
.footer .footer-fraud a:hover {
    text-decoration: underline;
}
.footer .footer-copy-right {
    font-size: 12px;
    line-height: 26px;
    color: #fff;
    text-align: right;
    opacity: 0.5;
    margin-top: 4px;
}
/* footer swapping copyright and fraud/corruption end*/
 
.navbar-brand {
    float: left;
    height: auto;
}
.social-icon ul li {
    margin-right: 0px!important;
    margin-bottom: 0px!important;
}
@media(max-width:767px) {
    .breadcrumb>li {
        /*display: block;*/
    }
}
footer .footer h4 {
    font-weight: 500;
}
/*27-3-2017*/
/*[lang="en"] .media-header {
    float: none;
    display: block;
}
[lang="en"] .ql-icon {
    display: inline-table;
    padding: 5px;
}
 
[lang="en"] .ql-icon img {
    width: 32px;
    height: 32px;
}*/
 
header .lang-switch .dropdown-menu>li>a:focus,
header .lang-switch .dropdown-menu>li>a:hover,
footer .lang-switch .dropdown-menu>li>a:focus,
footer .lang-switch .dropdown-menu>li>a:hover{
   color: #fff;
    text-decoration: none;
    background-color: #004c92;
}
[lang="ru"] .map-global-home {
    height: 350px;
}
[lang="ru"] .map-globalbg {
    height: 350px;
    background-color: #f4f4f4;
}
.map-globalbg {
    background-color: #f4f4f4;
}
.map-links {
    left: initial;
    right: 10px;
}
.map-links-button table td, .map-links-buttonhover table td {
    font-size: 13px;
}
.map-links-buttonhover {
    width: auto;
}
/*27-3-2017*/
 
/*START: Survey*/
 
img.btn-dismiss.survey-dismiss {
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin: 8px;
}
.survey {
    background: #136dbd;
    top: 0;
    left: 0;
    /* display: none; */
   
    width: 100%;
    z-index: 10000;
    padding: 10px 0;
    font: 16px "Open Sans";
    position: fixed;
}
.survey a.btn-schedule {
    background-color: #004c92;
    color: #fff;
    border-radius: 15px;
    padding: 3px 10px;
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
}
.survey a.btn-schedule:hover, .survey a.btn-schedule:active, .survey a.btn-schedule:focus
{
        border-bottom: 0;
}
.survey .survey_title {
    color: #fff;
    font-size: 13px;
        margin-right: 8px;
}
.survey .survey_title img {
    width: 90px
}
@media (min-width: 768px) {
    .survey .survey_title img {
        width: 95px;
        margin: 0px 4px 0px 2px
    }
}
.survey_center {
    text-align: center;
}
 
.survey_title a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
}
.survey_title a:hover {
    text-decoration: underline;
}
.survey input {
    border: solid 1px #e6e6e6;
    border-radius: 3px;
    moz-border-radius: 3px;
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 1.0);
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 1.0);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 1.0);
    font-size: 16px;
    color: #696869;
    padding: 1px 10px;
    margin: 0 5px;
    background: #ffffff;
    cursor: pointer;
}
.survey_containier {
    margin: 0px auto;
}
[lang="ar"] .pull-left {
    float: right!important;
}
[lang="ar"] .pull-right {
    float: left!important;
}
[lang="ar"] .survey {
    direction: rtl;
}
[class^="icon-"],
[class*=" icon-"] {
    font-family: 'FontAwesome' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-angle-right:before {
    content: "\f105";
    margin-left: 7px;
}
[lang="ar"] .icon-angle-right:before {
    content: "\f104";
    margin-right: 7px;
}
.icon-angle-right {
    line-height: 20px;
    font-size: 16px;
    font-weight: 800;
    display: inline;
    padding: 0;
    vertical-align: baseline;
}
[lang="ar"] .icon-angle-right {
    float: left;
}
/*END: Survey*/
 
 
.floating-bars {
    position: fixed !important;
    right: 4px !important;
    bottom: 25px !important;
    width: 175px !important;
    z-index: 4;
}
.btn-help-to-improve {
    background: white;
    border: 1px solid #36ABF7;
    color: #36ABF7;
}
.btn-talk-to-help,
.btn-talk-to-help a,
.btn-talk-to-help a:hover,
.btn-talk-to-help:focus {
    background: #36ABF7;
    color: white;
}
.btn-help-to-improve:hover {
    color: #36ABF7;
}
.btn-help-to-improve a:hover,
.btn-help-to-improve a:active,
.btn-help-to-improve a:focus,
.btn-talk-to-help a:hover,
.btn-talk-to-help a:active,
.btn-talk-to-help a:focus {
    border-bottom: 0;
    outline: 0;
}
.btn-talk-to-help,
.btn-help-to-improve {
    font-size: 13px;
    margin: 5px;
    width: 95%;
    box-sizing: border-box;
}
 
.btn-help-to-improve:focus {
color: #36ABF7;
    border: 1px solid #36ABF7;
 
}
 
.card-v3-section .card-content{
    padding: 24px 24px 0px 24px;
}
.card-wrapper1.indepth-card-wrapper{
        border: 1px solid #e5e5e5;
}
.card-v3-section .card-content h4 {
    font-size: 20px;
   line-height: 24px;
}

/*=== begin covid19 css updated ==== */


     .lp__megamenu_list a.lp__covidmenu_item {
  font-family: "Andes", sans-serif;
  font-size: 13px;
  line-height: 16px;
  display: inline-block!important;
  position: relative;
  color: #ffffff!important;
  background-color: #DF3416!important;
  padding: 8px 16px 8px 16px!important;
margin:-8px 0px 0px 0px!important;}
  .lp__megamenu_list a.lp__covidmenu_item:hover {
     background-color: #DF3416!important;
     color: #ffffff!important;
     text-decoration:underline;
  }
@media only screen and (max-width: 1199.9px) {
    .mega-menu .hidden-md,
    .mega-menu.visible-sm{
        display:block!important;
    }
            header .navbar-nav .mega-menu .megamenu_search_icon {
                 display: none !important;
            }
}
@media (min-width:1200px) {
html[lang=es] header .navbar-default .navbar-nav li a{
            margin: 8px 10px 0px 10px;
    }
html[lang=es] header .navbar-default .navbar-nav li a:hover {
            margin: 8px 10px 21px 10px;
    }
html[lang=es] header .navbar-nav .mega-menu ul.mega-menu-sublist li a,
html[lang=es] header .navbar-nav .mega-menu .mega-menu-right-column ul li a{
        margin: 0px 0px 8px 0px;
}
}
html[lang=zh] header .g01v1-logo img {
        width: auto;
}
/*=== end covid19 css updated ==== */

    .lp_covidmenu_btn .lp__megamenu_sublist {
    padding: 0px 64px;
}
@media (min-width: 1200px) {
header .navbar-nav .lp_covidmenu_btn:hover a.lp__covidmenu_item:before{
                content: "";
                border-color: transparent;
                border-width: 18px;
                display: -moz-inline-box;
                display: inline-block;
                position: absolute;
                left: 35%;
                z-index: 105;
                top: 147%;
                background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+IDxnPiAgPHJlY3QgZmlsbD0ibm9uZSIgaWQ9ImNhbnZhc19iYWNrZ3JvdW5kIiBoZWlnaHQ9IjQ2IiB3aWR0aD0iNTgiIHk9IjAiIHg9IjAiLz4gIDxnIGRpc3BsYXk9Im5vbmUiIG92ZXJmbG93PSJ2aXNpYmxlIiB5PSIwIiB4PSIwIiBoZWlnaHQ9IjEwMCUiIHdpZHRoPSIxMDAlIiBpZD0iY2FudmFzR3JpZCI+ICAgPHJlY3QgZmlsbD0idXJsKCNncmlkcGF0dGVybikiIHN0cm9rZS13aWR0aD0iMCIgeT0iMCIgeD0iMCIgaGVpZ2h0PSIxMDAlIiB3aWR0aD0iMTAwJSIvPiAgPC9nPiA8L2c+IDxnPiAgPHBhdGggc3Ryb2tlPSIjZTVlNWU1IiBpZD0ic3ZnXzQiIGQ9Im0xLjUsNDEuNDk5OTlsMjUuNSwtMzkuOTk5OTlsMjUuNSwzOS45OTk5OWwtNTAuOTk5OTksMHoiIHN0cm9rZS13aWR0aD0iMyIgZmlsbD0iI2Y2ZjZmNiIvPiA8L2c+PC9zdmc+");
                background-repeat: no-repeat;
                background-size: 35px 16px;
                width: 35px;
                height: 13px;
                -webkit-transition: all 0s ease 0.5s;
                transition: all 0s ease 0.5s; 
            }
                header .navbar-nav .lp_covidmenu_btn:hover a.lp__covidmenu_item{
    border:0px;
    margin-bottom:21px !important;
}
    }
    header .mega-menu-blurb a {
    margin:0px;
    color: rgba(0, 0, 0, 0.87);
}

header .mega-menu-blurb a:hover {
    color: #0071bc;
}
footer .footer .footer-fraud ul li{
    list-style: none;
}