/* === Begin lp__navbar css === */
.container > .lp__navbar_collapse {
  margin-left: 0px;
  margin-right: 0px;
}

.lp__navbar_collapse {
  padding-right: 0px;
  padding-left: 0px;
}

.lp__navbar_default {
  background-color: #ffffff;
  border-color: transparent;
}
.lp__navbar_default .lp__navbar_nav {
  margin-top: 16px;
  float: right;
}
.lp__navbar_default .lp__navbar_brand:focus {
  background: #ffd380;
}

.lp__navbar_nav {
  margin: 0px;
}

.lp__navbar {
  position: relative;
  min-height: 50px;
  border: 0px;
  margin-bottom: 0px;
  border-bottom: 1px solid #e6e6e6;
}

.lp__navbar_brand {
  float: left;
  padding: 16px 8px;
  height: auto;
}
@media (max-width: 550px) {
  .lp__navbar_brand img {
    width: 160px;
  }
}

.lp__navbar_toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.lp__navbar_toggle[aria-expanded=false]:after {
  font-family: "loopicon";
  content: "\e125";
  font-size: 20px;
  color: #DF3416;
  float: right;
}
.lp__navbar_toggle[aria-expanded=true]:after {
  font-family: "loopicon";
  content: "\e126";
  font-size: 20px;
  color: #DF3416;
  float: right;
}

.lp__navbar_collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.lp__navbar_collapse {
  padding-right: 0px;
  padding-left: 0px;
}

@media (min-width: 768px) {
  .lp__navbar_header {
    float: left;
  }
  .lp__navbar_nav {
    float: left;
    margin: 0;
  }
  .lp__navbar_nav > li {
    float: left;
  }
  .lp__navbar_nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .lp__navbar_collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .lp__navbar_toggle {
    display: none;
  }
}
/* === End lp__navbar css === */
/* ===  begin megamenu css===*/
.lp__menulist_wrappper {
  float: right;
}
.lp__menulist_wrappper .megamenu {
  float: left;
}

.lp__megamenu li.lp__megamenu_list {
  position: static;
}
.lp__megamenu .lp__megamenu_list a.lp__megamenu_item {
  font-family: "Andes", sans-serif;
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
  color: #0071BC;
  text-transform: uppercase;
  padding: 4px 2px 4px 2px;
  margin: 0px;
  border-bottom: 3px solid transparent;
  background-color: transparent;
  display: inline-block;
  position: relative;
  cursor: pointer !important;
}
.lp__megamenu .lp__megamenu_list a.lp__megamenu_item:hover {
  color: #002244;
  text-decoration: none;
}
.lp__megamenu .lp__megamenu_list a.lp__megamenu_item:focus {
  outline: #996300 solid 2px;
  color: #002244;
  text-decoration: none;
}
.lp__megamenu .lp__megamenu_list:last-child a.lp__megamenu_item {
  border: 0px;
}
.lp__megamenu .lp__megamenu_list:last-child a.lp__megamenu_item:before {
  display: none;
}
.lp__megamenu .lp__covidmenu_item {
  font-family: "Andes", sans-serif;
  font-size: 13px;
  line-height: 16px;
  display: inline-block;
  position: relative;
  color: #ffffff;
  background-color: #DF3416;
  padding: 4px 16px 4px 16px;
}

.lp__megamenu_left_col {
  background-color: #e6e6e6;
}
.lp__megamenu_left_col .lp__dropdown-toggle {
  position: absolute;
  right: 0;
  padding: 12px;
  border: 0px;
  background: transparent;
  color: #0071bc;
  height: 40px;
}
.lp__megamenu_left_col .lp__dropdown-toggle:before {
  font-family: "loopicon";
  content: "\e116";
  font-size: 12px;
  line-height: 18px;
  vertical-align: top;
}

.lp__megamenu_blurb {
  font-family: "Andes", sans-serif;
  font-size: 1.125rem;
  line-height: 1.8125rem;
  color: rgba(0, 0, 0, 0.87);
  font-style: normal;
  word-wrap: break-word;
  padding: 0px;
  text-align: left;
}
@media (min-width: 1200px) {
  .lp__megamenu_blurb {
    padding: 32px;
  }
}

.lp__megamenu_right_col {
  padding-top: 32px;
  padding-bottom: 32px;
}

.lp__megamenu_sublist ul li a {
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: normal;
  text-transform: none;
  margin: 0px 0px 8px 0px;
  position: relative;
  z-index: 0;
  display: block;
}
.lp__megamenu_sublist ul li a:hover, .lp__megamenu_sublist ul li a:active {
  color: #002244;
  text-decoration: underline;
}
.lp__megamenu_sublist ul li a:focus {
  text-decoration: underline;
}

.lp__megamenu_highlight_item {
  font-weight: bold;
}

.lp__megamenu_highlight_cta {
  font-weight: bold;
  display: inline-block;
}
.lp__megamenu_highlight_cta:after {
  font-family: "loopicon";
  content: "\e118";
  font-size: 10px;
  margin-left: 2px;
  font-weight: bold;
}

ul.lp__topic_list li {
  float: left;
  width: 47%;
}
ul.lp__topic_list li:last-child {
  float: right;
  width: 53%;
}

.lp__megamenu_dropdown ul.tt-menu {
  max-height: 250px;
  overflow: auto;
  margin-top: 0;
  padding: 0;
  top: 0;
  background: white;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  position: relative;
  /*display: none;*/
  border: 1px solid #d4d4d4;
  box-shadow: 1px 1px 2px #d4d4d4;
}
.lp__megamenu_dropdown ul.tt-menu .open {
  display: block;
}

.lp__globalsearch {
  float: left;
  padding: 4px 2px 4px 2px;
  margin: 15px 16px 0px 16px;
}

.lp__megamenu_dropdown ul.tt-menu.show-tt-menu {
  display: block;
}

.lp__megamenu_dropdown ul.tt-menu .tt-suggestion {
  display: block;
  padding: 8px;
  float: left;
  width: 100%;
}
.lp__megamenu_dropdown ul.tt-menu .tt-suggestion ul {
  display: inline-block;
}
.lp__megamenu_dropdown ul.tt-menu .tt-suggestion ul li {
  display: inline-block;
  padding: 0px;
}

.lp__megamenu_dropdown ul.tt-menu .tt-suggestion a {
  margin: 0px 4px 0px 4px;
  padding: 0px;
  display: inline-block;
  color: #0071BC;
}
.lp__megamenu_dropdown ul.tt-menu .tt-suggestion a:hover, .lp__megamenu_dropdown ul.tt-menu .tt-suggestion a:focus {
  background-color: transparent;
  text-decoration: underline;
  color: #002244;
}

.lp__megamenu_dropdown ul.tt-menu .tt-suggestion a.lang-list {
  padding: 2px 2px 2px 8px;
  border-left: 1px solid #e5e5e5;
}

.lp__global_search {
  padding: 150px 200px 150px 200px;
}
.lp__global_search .h2 {
  font-size: 1.75rem;
  line-height: 2.25rem;
  margin: 0px 0px 16px 0px;
  float: right;
}
@media (min-width: 991px) {
  .lp__global_search .h2 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
}

.lp__top_header {
  float: right;
  width: auto;
  margin: 16px 32px 0px 0px;
}
.lp__top_header:before, .lp__top_header:after {
  content: " ";
  display: table;
}
.lp__top_header:after {
  clear: both;
}
.lp__top_header .lp__top_link {
  display: inline-block;
  float: left;
}

.lp__menuButton {
  position: relative;
  right: 0;
  top: 16px;
}
.lp__menuButton .lp__navbar-toggle {
  position: absolute;
  right: 0;
}

.lp__news_nav {
  float: left;
}
.lp__news_nav a {
  font-size: 0.75rem;
  line-height: 1.5rem;
  color: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  border-right: 1px solid rgba(0, 0, 0, 0.16);
  margin: 4px 8px 4px 0px;
  padding-right: 8px;
  min-width: auto;
  height: auto;
  float: right;
  font-weight: 600;
}
.lp__news_nav a:hover {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: underline;
}

.no-mega-menu-sublist {
  display: inline-block;
  margin: 0px;
}
.no-mega-menu-sublist li {
  display: inline-block;
  width: auto;
}

@media (min-width: 1200px) {
  .lp__megamenu {
    /*    .open .lp__megamenu_dropdown {
          display: block;
        }*/
  }
  .lp__megamenu .lp__megamenu_dropdown {
    font-size: 0.875rem;
    line-height: 1.375rem;
    /*padding: $space-xs $space-xxs;*/
    margin: 0px;
    display: none;
    float: left;
    z-index: 105;
    position: absolute;
    top: 100%;
    left: 0;
    list-style: none;
    text-align: left;
    right: 0;
    background-color: #fafafa;
    border-top: 1px solid #e6e6e6;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    cursor: default;
  }
  .lp__megamenu .lp__megamenu_dropdown:before, .lp__megamenu .lp__megamenu_dropdown:after {
    content: " ";
    display: table;
  }
  .lp__megamenu .lp__megamenu_dropdown:after {
    clear: both;
  }
  .lp__megamenu .has-focus {
    display: block;
  }
  .lp__megamenu .lp__megamenu_list a.lp__megamenu_item {
    padding: 4px 2px 4px 2px;
    margin: 0px 8px 0px 8px;
    display: block;
  }
  .lp__megamenu .lp__megamenu_list a.lp__megamenu_item.active, .lp__megamenu .lp__megamenu_list a.lp__megamenu_item:hover, .lp__megamenu .lp__megamenu_list a.lp__megamenu_item[aria-haspopup].open {
    cursor: default;
    margin-bottom: 21px;
    color: #002244;
    border-bottom: 3px solid #002244;
  }
  .lp__megamenu .lp__megamenu_list:hover .lp__megamenu_dropdown {
    display: block;
  }
  .lp__megamenu .lp__megamenu_list:hover a.lp__megamenu_item {
    color: #002244;
    background-color: transparent !important;
    border-bottom: 3px solid #002244;
  }
  .lp__megamenu .lp__megamenu_list:hover a.lp__megamenu_item:before {
    content: "";
    border-color: transparent;
    border-width: 18px;
    display: -moz-inline-box;
    display: inline-block;
    position: absolute;
    left: 35%;
    z-index: 105;
    top: 155%;
    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;
    transition: all 0s ease 0.5s;
  }
  .lp__megamenu .lp__megamenu_dropdown.open {
    display: block;
  }
  .lp__megamenu_list .row {
    display: flex;
  }
  .lp__megamenu_right_col div:first-child,
  .lp__megamenu_list div > .row:not(.lp__megamenu_right_col) > div:first-child {
    display: block;
  }
  .lp__megamenu_left_col {
    width: 100%;
    height: 100%;
  }
  .lp__megamenu_right_col {
    display: block !important;
  }
  .lp__top_header {
    width: 100%;
    margin: 0px;
  }
  .lp__top_header .lp__top_link {
    float: right;
  }
}
@media (min-width: 1200px) {
  .lp__megamenu .lp__megamenu_list a.lp__megamenu_item {
    padding: 4px 2px 4px 2px;
    margin: 4px 16px 4px 16px;
  }
  .lp__megamenu .lp__megamenu_list:hover a.lp__megamenu_item {
    margin-bottom: 21px;
  }
  .lp__megamenu .lp__megamenu_list:hover a.lp__megamenu_item:before {
    top: 150%;
  }
}
@media only screen and (max-width: 1199px) {
  .lp__menulist_wrappper {
    width: 100%;
  }
  .lp__navbar {
    min-height: 50px;
  }
  .lp__navbar_header {
    display: inline-block;
    float: left;
  }
  .lp__navbar_collapse {
    width: 100%;
    border-top: 0;
    box-shadow: none;
  }
  .lp__navbar_default .lp__navbar-nav {
    margin-top: 0px;
  }
  .lp__navbar_default .lp__navbar-nav li > a {
    margin: 0px;
    padding: 0px;
  }
  .lp__navbar_default .lp__navbar-nav li > a.active {
    border-bottom: 0px solid transparent;
    padding-bottom: 0px;
  }
  .lp__navbar_default .lp__navbar_toggle {
    border: 0px;
    margin: 0px;
    display: block;
    padding: 4px 8px;
    position: absolute;
    right: 0;
  }
  .lp__navbar_default .lp__navbar_toggle .icon-bar {
    background-color: #DF3416;
  }
  .lp__navbar_default .lp__navbar_toggle:hover {
    background-color: transparent;
  }
  .lp__navbar_default .lp__navbar_toggle:focus {
    outline: #996300 solid 2px;
    color: #002244;
    background-color: transparent;
  }
  .lp__navbar_collapse.collapse {
    display: none !important;
  }
  .lp__navbar_nav {
    float: none !important;
  }
  .lp__navbar_nav > li {
    float: none;
  }
  .collapse.in {
    display: block !important;
  }
  .lp__navbar_collapse.in {
    overflow-y: visible !important;
  }
  .collapse.show {
    display: block !important;
  }
  .lp__navbar_collapse.show {
    overflow-y: visible !important;
  }
  .collapsing {
    position: relative;
    overflow: hidden;
    transition: height 0.35s ease;
  }
  .lp__megamenu_list {
    margin: 0px 0px 16px 0px;
    padding: 0px 0px 16px 0px;
    border-bottom: 1px solid #e6e6e6;
  }
  .lp__megamenu_list:first-child {
    padding: 16px 0px 16px 0px;
    border-top: 1px solid #e6e6e6;
  }
  .lp__megamenu {
    background-color: #fafafa;
  }
  .lp__megamenu .header-search-section {
    padding: 16px;
  }
  .lp__megamenu ul {
    padding: 16px;
  }
}
/* ===  end megamenu css===*/
/* == Begin home page header changes ==*/
.lp-header-lang-dropdown {
  padding: 0px;
  float: right;
}
.lp-header-lang-dropdown .lang-lable {
  display: block;
  margin: 4px 0px 4px 0px;
  font-size: 0.75rem;
  line-height: 1.5rem;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 600;
  margin-right: 0px;
  text-transform: uppercase;
  float: right;
  background: transparent;
  border: 0px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .lp-header-lang-dropdown .lang-lable {
    border-right: 1px solid #e5e5e5;
    margin-right: 8px;
  }
}
.lp-header-lang-dropdown .lang-lable:after {
  font-family: "loopicon";
  content: "\e116";
  font-size: 11px;
  color: rgba(0, 0, 0, 0.6);
  float: right;
  margin-left: 4px;
}
.lp-header-lang-dropdown .lang-lable[aria-expanded=true]:after {
  font-family: "loopicon";
  content: "\e119";
  font-size: 11px;
  color: rgba(0, 0, 0, 0.6);
  float: right;
  margin-left: 4px;
}
.lp-header-lang-dropdown .lang-lable:focus {
  outline: #996300 solid 2px;
  color: #002244;
}
.lp-header-lang-dropdown .lang-lable:focus:after {
  color: #002244;
}
.lp-header-lang-dropdown.show .lang-lable {
  outline: #996300 solid 2px;
  color: #002244;
}
.lp-header-lang-dropdown .lp__dropdown_menu {
  text-align: center;
  outline: 0px;
  min-width: 90px;
  float: right;
  left: inherit;
  right: 0;
  z-index: 1000;
  border: 1px solid #e5e5e5;
}
.lp-header-lang-dropdown .lp__dropdown_menu li {
  font-size: 0.75rem;
  line-height: 1.5rem;
  color: rgba(0, 0, 0, 0.6);
  padding: 0px;
  display: block;
}
.lp-header-lang-dropdown .lp__dropdown_menu li a {
  display: block;
  padding: 8px 16px 8px 16px;
}
.lp-header-lang-dropdown .lp__dropdown_menu li:hover {
  color: #0071BC;
  background-color: #ffffff;
}
.lp-header-lang-dropdown .lp__dropdown_menu li:focus, .lp-header-lang-dropdown .lp__dropdown_menu li.focused {
  outline: #996300 solid 2px;
  color: #002244;
}

.lp__countrysearch {
  margin-bottom: 32px;
}

.header-search-section .search-input-field-1 {
  width: 100%;
  height: 40px;
  border: 0px;
  padding: 10px 64px 10px 10px;
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 0.875rem;
  line-height: 1.375rem;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.25);
  box-shadow: none;
}
.header-search-section .search-submit-icon {
  position: absolute;
  top: 0px;
  padding: 8px 10px;
  height: 40px;
  color: #0071bc;
  border-radius: 0px;
  background: transparent;
  right: 0px;
  border: 0px;
}
.header-search-section .search-submit-icon:before {
  font-family: "loopicon";
  content: "\e132";
  color: #ec553a;
}

/* == End home page header changes ==*/
/* == Begin footer SASS == */
.lp__footer_top hr {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.lp__footer_top .h6 {
  font-family: "Andes", sans-serif;
  font-weight: 600;
  color: #ffffff;
  margin: 0px 0px 8px 0px;
  text-transform: uppercase;
}
.lp__footer_top input[type=email]:focus,
.lp__footer_top input[type=image]:focus {
  outline: #ffd380 solid 2px;
}
.lp__footer_top input[type=email]:-internal-autofill-selected,
.lp__footer_top input[type=image]:-internal-autofill-selected {
  background-color: #ccf0ff;
}

.lp__footer_menuitem ul {
  padding: 0px;
  list-style: none;
}
.lp__footer_menuitem ul li {
  font-size: 0.75rem;
  line-height: 1.5rem;
  margin: 0px 0px 8px 0px;
  font-weight: normal;
}
.lp__footer_menuitem ul li:before, .lp__footer_menuitem ul li:after {
  content: " ";
  display: table;
}
.lp__footer_menuitem ul li:after {
  clear: both;
}
.lp__footer_menuitem ul li a {
  color: #ffffff;
  padding: 4px;
}
.lp__footer_menuitem ul li a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.lp__footer_menuitem ul li a:focus {
  background-color: #ffd380;
  outline: 0px;
  color: #002244;
}

.lp__footer_bottom {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  display: block;
  float: left;
  width: 100%;
}

.lp__listinline {
  margin-left: 0px;
}
.lp__listinline ul {
  padding: 0px;
  list-style: none;
}
.lp__listinline ul > li {
  padding: 0px 8px 0px 8px;
  line-height: 16px;
  margin: 0px 0px 8px 0px;
}
.lp__listinline ul > li:before, .lp__listinline ul > li:after {
  content: " ";
  display: table;
}
.lp__listinline ul > li:after {
  clear: both;
}
.lp__listinline ul > li:last-child {
  border-right: 0px solid rgba(0, 0, 0, 0.16);
}
.lp__listinline ul > li:first-child {
  padding: 0px 8px 0px 0px;
}

.disclaimer {
  font-size: 0.75rem;
  line-height: 1.5rem;
  border-right: 1px solid #ffffff;
  font-weight: normal;
  float: left;
}
.disclaimer a {
  opacity: 0.7;
  color: #ffffff;
  padding: 2px;
}
.disclaimer a:hover {
  text-decoration: underline;
}
.disclaimer a:focus {
  opacity: 1;
  background-color: #ffd380;
  outline: 0px;
  color: #002244;
}

.lp__copyright {
  font-size: 0.75rem;
  line-height: 1.625rem;
  color: #ffffff;
  text-align: right;
  opacity: 0.5;
  margin-top: 4px;
  float: right;
}

.lp__newsletter_alert {
  font-size: 0.75rem;
  line-height: 1.625rem;
  color: #ffffff;
  font-weight: 600;
  padding: 4px 0px 4px 0px;
}
.lp__newsletter_alert a {
  color: #ffffff;
}
.lp__newsletter_alert a:hover {
  color: #ffffff;
}
.lp__newsletter_alert a:focus {
  opacity: 1;
  background-color: #ffd380;
  outline: 0px;
  color: #002244;
}

.lp__footer_bottom_left {
  float: left;
}
.lp__footer_bottom_left ul {
  padding: 0px;
  list-style: none;
}
.lp__footer_bottom_left ul li {
  margin-top: 12px;
  float: left;
}
.lp__footer_bottom_left ul li svg {
  opacity: 0.5;
}
.lp__footer_bottom_left ul li a:focus svg {
  opacity: 1;
  background-color: #996300;
  text-decoration: none;
}
.lp__footer_bottom_left ul li a.lp__wbgpartnership {
  font-size: 0.75rem;
  line-height: 1.0625rem;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  opacity: 0.5;
  /*margin-left:$space-sm; */
  padding: 0px 8px 0px 8px;
  float: left;
}
.lp__footer_bottom_left ul li a.lp__wbgpartnership:hover {
  text-decoration: underline;
}
.lp__footer_bottom_left ul li a.lp__wbgpartnership:focus {
  opacity: 1;
  background-color: #ffd380;
  outline: 0px;
  color: #002244;
}
.lp__footer_bottom_left ul li:first-child {
  margin-top: 4px;
}
@media (max-width: 450px) {
  .lp__footer_bottom_left ul li:first-child {
    float: none;
  }
}
.lp__footer_bottom_left ul li:nth-of-type(2) {
  margin: 12px 0px 0px 8px;
  padding-left: 8px;
  border-left: 1px solid #e5e5e5;
}
@media (max-width: 450px) {
  .lp__footer_bottom_left ul li:nth-of-type(2) {
    margin: 12px 0px 0px 0px;
    padding-left: 0px;
    border-left: 0px solid #e5e5e5;
  }
}

.lp__footer_bottom_right {
  float: right;
}

.lp__footer_fraud {
  font-size: 0.75rem;
  line-height: 1rem;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  font-weight: bold;
  float: right;
}
.lp__footer_fraud ul li {
  border-right: 1px solid #ffffff;
  padding: 0px 8px 0px 0px;
  float: left;
}
.lp__footer_fraud ul li:last-child {
  border-right: 0px;
  padding: 0px 0px 0px 8px;
}
.lp__footer_fraud ul li a {
  /*padding: 4px;*/
  color: #ffffff;
}
.lp__footer_fraud ul li a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.lp__footer_fraud ul li a:focus {
  opacity: 1;
  background-color: #ffd380;
  outline: 0px;
  color: #002244;
}

.lp__footer_newsletter {
  margin-bottom: 10px;
}
.lp__footer_newsletter .search-input-field-1 {
  width: 100%;
  height: 40px;
  padding: 10px 64px 10px 10px;
  font-size: 0.875rem;
  line-height: 1.375rem;
  box-shadow: none;
  background-color: transparent;
  color: #fff;
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}
.lp__footer_newsletter .submit-btn {
  position: absolute;
  top: 0px;
  padding: 8px 10px;
  height: 40px;
  border-radius: 0px;
  background: transparent;
  right: 0px;
  border: 0px;
  width: 40px;
  cursor: pointer;
  float: right;
  opacity: 0.5;
  text-indent: -999px;
  background: url("clientlib-google-search/img/angle-right-white.svg") no-repeat center;
}

.lp__footer_newsletter input[type=image] {
  background-color: transparent;
  padding: 14px;
  height: 40px;
  opacity: 0.75;
}

.lp__footer_newsletter label {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #ffffff;
  margin: 0px 0px 8px 0px;
  text-transform: uppercase;
  font-weight: 600;
}

.lp__footer_newsletter input:-webkit-autofill,
.lp__footer_newsletter input:-webkit-autofill:hover,
.lp__footer_newsletterr input:-webkit-autofill:focus,
.lp__footer_newsletter input:-webkit-autofill:active {
  -webkit-text-fill-color: #e5e5e5;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  background-color: transparent;
}

.lp__footer_newsletter input.search-input-field-1::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
  opacity: 0.7;
}

.lp__footer_newsletter input.search-input-field-1::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
  opacity: 0.7;
}

.lp__footer_newsletter input.search-input-field-1:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
  opacity: 0.7;
}

.lp__footer_newsletter input.search-input-field-1:-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
  opacity: 0.7;
}

/* == End footer SASS == */
/* == Begin Media query footer SASS == */
@media (min-width: 320px) and (max-width: 991px) {
  ul.lp__footer_bottom_left li {
    margin: 0px 0px 8px 0px;
  }
  .footer-bottom-right {
    float: none;
    /*.lp__footer_fraud{
    	    float: left;
    }*/
  }
  .lp__footer_fraud {
    float: none;
    text-align: left;
  }
  .lp__copyright {
    text-align: left;
    float: left;
  }
}
@media (min-width: 391px) and (max-width: 450px) {
  .lp__footer_bottom_left ul li a.lp__wbgpartnership:first-child {
    margin-left: 4px;
    padding-left: 4px;
  }
}
@media (min-width: 320px) and (max-width: 390px) {
  .lp__footer_bottom_left ul li a.lp__wbgpartnership {
    margin-left: 8px;
    padding-left: 8px;
  }
  .lp__footer_bottom_left ul li a.lp__wbgpartnership:first-child {
    border-left: 0px;
    margin-left: 4px;
    padding-left: 4px;
  }
}
/* == End Media queryfooter SASS == */
/*== Begin Social Icon ==*/
.lp__social_icon {
  display: block;
  float: left;
}
.lp__social_icon ul {
  list-style: none;
  padding: 0px;
}
.lp__social_icon ul li {
  padding-right: 16px;
  float: left;
}
.lp__social_icon ul li:last-child {
  padding-right: 0px;
}
.lp__social_icon ul li a:hover {
  text-decoration: none !important;
  border: 0px;
}

a.lp__socialimg svg:hover {
  opacity: 0.5;
}
a.lp__socialimg:focus {
  outline: 0px;
}
a.lp__socialimg:focus svg {
  background: #ffd380;
}

@media (min-width: 320px) and (max-width: 1200px) {
  .lp__social_icon {
    margin: 0px 0px 32px 0px;
  }
}
/*== End Social Icon ==*/
/* === Begin simplified footer === */
.simplified-footer .full-row-footer-components {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  background-color: #262626;
}
.simplified-footer .footer .footer-bottom {
  margin-bottom: 4px;
  margin-top: 8px;
  padding-top: 0px;
  border-top: 0px solid rgba(0, 0, 0, 0.6);
}

/* === End simplified footer === */
/*== Begin footer global Language dropdown ==*/
.lp-footer-lang-dropdown {
  padding: 16px 0px 16px 0px;
}
.lp-footer-lang-dropdown:before, .lp-footer-lang-dropdown:after {
  content: " ";
  display: table;
}
.lp-footer-lang-dropdown:after {
  clear: both;
}
.lp-footer-lang-dropdown span.lang-lable {
  font-size: 0.75rem;
  line-height: 1.875rem;
  font-weight: 600;
  margin-right: 8px;
  color: #ffffff;
  float: left;
}
.lp-footer-lang-dropdown .lang-filter-label {
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.0625rem;
  color: #ffffff;
  vertical-align: top;
  padding: 8px 24px;
  display: block;
  background-color: #0071BC;
  border-radius: 2px;
  float: left;
  min-width: 118px;
  width: auto;
  border: 0px;
  height: auto;
}
.lp-footer-lang-dropdown .lang-filter-label:after {
  color: #ffffff;
}
.lp-footer-lang-dropdown .lang-filter-label[aria-expanded=true]:after {
  color: #ffffff;
}
.lp-footer-lang-dropdown .lang-filter-label:hover {
  background-color: #004c92;
  text-decoration: none;
}
.lp-footer-lang-dropdown .lang-filter-label:focus {
  color: #ffffff;
  outline: #ffd380 solid 2px;
}
.lp-footer-lang-dropdown .lp__dropdown_menu {
  margin: 0px 0px 2px 0px;
  border-radius: 0px;
  float: right;
  left: auto;
  min-width: 118px;
  background-color: #0071BC;
  border: 0px;
  top: auto;
  width: auto;
}
.lp-footer-lang-dropdown .lp__dropdown_menu li {
  font-size: 0.75rem;
  line-height: 1.0625rem;
  text-align: center;
  color: #fff;
  display: block;
  border-radius: 0px;
}
.lp-footer-lang-dropdown .lp__dropdown_menu li:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.42);
}
.lp-footer-lang-dropdown .lp__dropdown_menu li:focus, .lp-footer-lang-dropdown .lp__dropdown_menu li.focused {
  background: rgba(0, 0, 0, 0.42);
  color: #ffffff;
}
.lp-footer-lang-dropdown .show .lang-filter-label {
  background-color: #004c92;
  outline: #ffd380 solid 2px;
}

/*== End footer global Language dropdown ==*/
/* === begin Listing ===*/
.all__search_section {
  padding: 16px;
  margin-bottom: 16px;
  background-color: #f2f2f2;
}
.all__search_section .lp__secondary_search {
  margin: 0px;
}
.all__search_section .all__checkbox_btn,
.all__search_section .all__advance_search_btn {
  float: left;
  margin: 12px 0px 0px 0px;
}
.all__search_section .all__advance_search_btn button {
  display: table-cell;
  font-size: 0.8125rem;
  line-height: 1.0625rem;
  font-weight: 600;
  vertical-align: top;
}
.all__search_section .all__checkbox_btn .lp__input_text {
  margin-right: 8px;
  padding-right: 8px;
  border-right: 1px solid #e5e5e5;
}

.all__listing_section {
  display: block;
}
.all__listing_section .all__listing_section_top {
  display: flex;
}
.all__listing_section .all__listing_section_top .list-btn,
.all__listing_section .all__listing_section_top .table-btn {
  background-color: transparent;
  border: 0px;
  border-radius: 0px;
  color: #0071bc;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  font-weight: bold;
  float: left;
}
.all__listing_section .all__listing_section_top .list-btn:after,
.all__listing_section .all__listing_section_top .table-btn:after {
  display: none;
}
.all__listing_section .all__listing_result {
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 16px;
  flex: 1 1 auto;
  /*@media(min-width: 767px) {
      margin-bottom: 0px;
  }*/
}
.all__listing_section .all__listing_selectitem {
  font-size: 0.875rem;
  line-height: 1.375rem;
  background-color: rgba(0, 0, 0, 0.16);
  padding: 4px 8px;
  color: rgba(0, 0, 0, 0.87);
  border-radius: 20px;
}
.all__listing_section .all__listing_selectitem button {
  font-size: 0.75rem;
  line-height: 1.375rem;
  vertical-align: middle;
  margin-left: 4px;
  background-color: transparent;
  border: 0px;
  padding: 0px 0px 0px 6px;
  font-weight: bold;
}
.all__listing_section .all__listing_selectitem button:hover {
  color: #0071BC;
}
.all__listing_section .all__search_listinginfo ul li.all__search_listing_infoitem {
  font-size: 0.875rem;
  line-height: 1.375rem;
  float: left;
  margin: 0px 16px 0px 0px;
  padding: 0px 0px 8px 0px;
  border: 0px;
  flex: auto;
}
.all__listing_section .all__search_listinginfo ul li.all__search_listing_infoitem .lp-file-pdf {
  margin-right: 4px;
  font-size: 14px;
}
.all__listing_section .all__search_listinginfo ul li.all__search_listing_infoitem .all__search_listing_infolabel {
  font-weight: bold;
  margin-right: 6px;
}
.all__listing_section .all__sortby {
  display: inline-block;
  width: 100%;
}
@media (min-width: 600px) {
  .all__listing_section .all__sortby {
    display: flex;
    -ms-flex-pack: justify;
  }
}
.all__listing_section .all__sortby .lp__dropdown_label,
.all__listing_section .all__sortby .all__sortby_label {
  font-size: 0.75rem;
  line-height: 1.375rem;
  font-weight: 600;
  float: left;
  margin: 0px 8px 0px 0px;
}
.all__listing_section .all__sortby .lp__dropdown_group {
  float: left;
  width: 200px;
}
.all__listing_section .all__sortby ul li {
  font-size: 0.75rem;
  line-height: 1.375rem;
  font-weight: 600;
  float: left;
  margin: 0px 8px 0px 0px;
}
.all__listing_section .all__sortby ul li button {
  border: 0px;
  margin: 0px 0px 6px 0px;
}
.all__listing_section .all__sortby ul li .lp__solid_white_btn.active,
.all__listing_section .all__sortby ul li .lp__solid_white_btn:hover,
.all__listing_section .all__sortby ul li .lp__solid_white_btn:focus {
  background-color: #e6e6e6;
}
.all__listing_section .all__sortby ul li .lp__solid_white_btn.active {
  pointer-events: none;
}
.all__listing_section .lp__btn_group {
  text-align: left;
}
@media (min-width: 600px) {
  .all__listing_section .lp__btn_group {
    text-align: right;
  }
}
.all__listing_section .lp__btn_group .lp__btn_label {
  font-size: 0.75rem;
  line-height: 1.375rem;
  font-weight: 600;
}
.all__listing_section .lp__btn_group [class*=lp-file-] {
  background-color: transparent;
  border: 1px solid #e5e5e5;
  border-radius: 100%;
  font-size: 1rem;
  color: #0071bc;
  width: 32px;
  height: 32px;
}

.all__search_listingitem.grid-width ul {
  margin-right: -15px;
  margin-left: -15px;
}
.all__search_listingitem ul {
  display: flex;
  flex-wrap: wrap;
}
.all__search_listingitem ul li {
  position: relative;
  padding: 0px 0px 16px 0px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
  word-break: break-word;
  flex: 100%;
}
.all__search_listingitem ul li.column-width {
  width: 100%;
}
.all__search_listingitem ul li.full-width {
  flex: 100%;
  float: left;
  padding: 16px;
  border: 1px solid #e5e5e5;
  margin: 0px 14px 16px 14px;
  /*@media (min-width: 768px) {
      flex: 0 0 50%;
  }*/
}
@media (min-width: 600px) {
  .all__search_listingitem ul li.full-width {
    flex: 0 0 46%;
  }
}
@media (min-width: 1200px) {
  .all__search_listingitem ul li.full-width {
    flex: 0 0 30%;
  }
}
.all__search_listingitem ul li .lp__lead_paragraph_md {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.all__search_listingitem .all__list_title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 8px;
  padding-right: 10px;
  display: inline-block;
}

/*.all__listing_advance_search {
    .annotate {
  font-style: italic;
  color: #366ed4;
}

.hidden {
  display: none;
}

.combobox-wrapper {
  display: inline-block;
  position: relative;
  font-size: 16px;
}

.combobox-label {
  font-size: 14px;
  font-weight: bold;
  margin-right: 5px;
}

.listbox,
.grid {
  min-width: 230px;
  background: white;
  border: 1px solid #ccc;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 1.7em;
  z-index: 1;
}

.listbox .result {
  cursor: default;
  margin: 0;
}

.grid .result-row {
  padding: 2px;
  cursor: default;
  margin: 0;
}

.listbox .result:hover,
.grid .result-row:hover {
  background: rgb(139, 189, 225);
}

.listbox .focused,
.grid .focused {
  background: rgb(139, 189, 225);
}

.grid .focused-cell {
  outline-style: dotted;
  outline-color: green;
}

.combobox-wrapper input {
  font-size: inherit;
  border: 1px solid #aaa;
  border-radius: 2px;
  line-height: 1.5em;
  padding-right: 30px;
  width: 200px;
}

.combobox-dropdown {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 0 2px;
  height: 1.5em;
  border-radius: 0 2px 2px 0;
  border: 1px solid #aaa;
}

.grid .result-cell {
  display: inline-block;
  cursor: default;
  margin: 0;
  padding: 0 5px;
}

.grid .result-cell:last-child {
  float: right;
  font-size: 12px;
  font-weight: 200;
  color: #333;
  line-height: 24px;
}
}*/
.all__result_group .all__list_title {
  margin-bottom: -16px;
}
.all__result_group li a {
  position: relative;
}

/* === end Listing ===*/
.goole-desclaimr-text {
  font-size: 13px;
  line-height: 17px;
  color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
}
.goole-desclaimr-text span {
  float: left;
  margin-right: 8px;
}

/*=== Begin pagination components SASS===*/
.lp__pagination .lp__pagination_listitem {
  display: inline-block;
}
.lp__pagination .lp__pagination_listlink {
  font-size: 0.75rem;
  line-height: 1.5rem;
  color: #0071BC;
  font-weight: 600;
  padding: 8px;
}
.lp__pagination .lp__pagination_listlink:hover, .lp__pagination .lp__pagination_listlink:active, .lp__pagination .lp__pagination_listlink:focus {
  color: #002244;
  text-decoration: underline;
  font-weight: bold;
}
.lp__pagination .lp__pagination_listitem_disabled a {
  color: rgba(0, 0, 0, 0.6);
  pointer-events: none;
}
.lp__pagination .lp__pagination_listitem_active a {
  color: #002244;
  text-decoration: underline;
  font-weight: bold;
  pointer-events: none;
}

/*=== End pagination components SASS===*/
.lp__leftnav {
  margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
  .lp__leftnav {
    border-right: 1px solid #e5e5e5;
    margin-right: 32px;
  }
}
@media (min-width: 1200px) {
  .lp__leftnav {
    margin-bottom: 0rem;
  }
}
.lp__leftnav .lp__leftnavcollapse {
  display: none;
}

@media (max-width: 991.5px) {
  .lp__leftnav .lp__leftnavcollapse {
    max-height: 400px;
    overflow-y: scroll;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
  }
}
@media (min-width: 992px) {
  .lp__leftnav .lp__leftnavcollapse {
    display: block;
  }
}
.lp__leftnav .lp__leftnavcollapse.show {
  display: block;
}

.lp__leftnav .lp__leftnav_sectiontitle {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #00538A;
  margin-bottom: 1rem;
}

.lp__leftnav .lp__leftnav_listitem {
  display: block;
  position: relative;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .lp__leftnav .lp__leftnav_listitem {
    margin-bottom: 24px;
  }
}

.lp__leftnav .lp__leftnav_listitem:hover[aria-expanded=false]:after {
  font-family: "loopicon";
  content: "\e116";
  font-size: 13px;
  margin-left: 4px;
  float: right;
}

.lp__leftnav .lp__leftnav_listitem:hover[aria-expanded=true]:before {
  content: "";
  position: relative;
  border-left: 2px solid #00538A;
  padding-right: 0.5rem;
  margin-left: -15px;
}

.lp__leftnav .lp__leftnav_listitem:hover[aria-expanded=true]:after {
  font-family: "loopicon";
  content: "\e119";
  font-size: 13px;
  margin-left: 4px;
  float: right;
}

.lp__leftnav .lp__leftnav_listitem.active a.lp__leftnav_listlink:before {
  content: "";
  position: relative;
  border-left: 2px solid #00538A;
  padding-right: 0.5rem;
  margin-left: -10px;
}

.lp__leftnav .lp__leftnav_listlink {
  font-size: 0.875rem;
  line-height: 1.375rem;
  background-color: transparent;
  border: 0px;
  width: 100%;
  text-align: left;
  color: rgba(0, 0, 0, 0.87);
  display: block;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
}

@media (min-width: 992px) {
  .lp__leftnav .lp__leftnav_listlink {
    padding: 0px;
  }
}
.lp__leftnav .lp__leftnav_listlink:hover {
  text-decoration: none;
  color: #00538A;
}

.lp__leftnav .lp__leftnav_listlink:hover[aria-expanded=true]:before {
  margin-left: -15px;
}

.lp__leftnav .lp__leftnav_listlink:hover:before {
  content: "";
  position: relative;
  border-left: 2px solid #00538A;
  padding-right: 0.5rem;
  margin-left: -10px;
}

.lp__leftnav .lp__leftnav_sublist ul {
  padding-left: 0.5rem;
}

.lp__leftnav .lp__leftnav_sublist ul li {
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}

.lp__leftnav .lp__leftnav_sublist ul li a {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #2c333e;
  display: block;
}

.lp__leftnav .lp__leftnav_sublist ul li a:hover {
  color: #252E66;
  text-decoration: none;
}

.lp__leftnav .lp__leftnav_mob_heading {
  border-bottom: 4px solid #00538A;
}

.lp__leftnav .lp__leftnav_mob_heading .dropdown-toggle {
  display: block;
  background-color: transparent;
  border: 0px;
  width: 100%;
  text-align: left;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  color: #00538A;
}

.lp__leftnav .lp__leftnav_mob_heading .dropdown-toggle .lp__leftnav_mob_title {
  width: 80%;
  display: inline-block;
}

.lp__leftnav .lp__leftnav_mob_heading .dropdown-toggle[aria-expanded=false]:after {
  font-family: "loopicon";
  content: "\e116";
  font-size: 13px;
  margin-left: 4px;
  float: right;
}

.lp__leftnav .lp__leftnav_mob_heading .dropdown-toggle[aria-expanded=true]:after {
  font-family: "loopicon";
  content: "\e119";
  font-size: 13px;
  margin-left: 4px;
  float: right;
}

.lp__leftnav .lp__leftnav_accordion_btn {
  background-color: transparent;
  border: 0px;
  float: right;
  position: absolute;
  right: 0;
  top: 0.5rem;
}

.lp__leftnav .lp__leftnav_accordion_btn[aria-expanded=false]:after {
  font-family: "loopicon";
  content: "\e116";
  font-size: 13px;
  margin-left: 4px;
  float: right;
}

.lp__leftnav .lp__leftnav_accordion_btn[aria-expanded=true]:after {
  font-family: "loopicon";
  content: "\e119";
  font-size: 13px;
  margin-left: 4px;
  float: right;
}

.lp__leftnav_sublist {
  padding: 0px 16px 0px 16px;
}

/*====Search page navigation ====*/
.lp__leftnav_inline {
  border: 0px;
}
.lp__leftnav_inline .lp__leftnav_list {
  border-bottom: 1px solid #e5e5e5;
}
@media (min-width: 992px) {
  .lp__leftnav_inline .lp__leftnav_listitem {
    display: inline-block;
    margin-bottom: 0px;
  }
}
.lp__leftnav_inline .lp__leftnav_listitem.active a.lp__leftnav_listlink {
  border-bottom: 3px solid #00538A;
}
.lp__leftnav_inline .lp__leftnav_listitem.active a.lp__leftnav_listlink:before {
  display: none;
}
.lp__leftnav_inline .lp__leftnav_listitem .lp__leftnav_listlink {
  padding: 12px 16px 12px 16px;
  border-bottom: 3px solid transparent;
}
.lp__leftnav_inline .lp__leftnav_listitem .lp__leftnav_listlink:hover {
  border-bottom: 3px solid #00538A;
}
.lp__leftnav_inline .lp__leftnav_listitem .lp__leftnav_listlink:hover:before {
  display: none;
}

/* === Begin List Navigation === */
.lp__lg_horizontal_img img {
  height: 148px;
  width: 263px;
  margin-right: 16px;
  float: left;
  display: block;
}

.lp__md_horizontal_img img {
  height: 93px;
  width: 165px;
  margin-right: 16px;
  float: left;
  display: block;
}

.lp__sm_horizontal_img img {
  height: 48px;
  width: 71px;
  margin-right: 16px;
  float: left;
  display: block;
}

.lp__lg_vertical_img img {
  width: 220px;
  margin-right: 16px;
  float: left;
  display: block;
}

.lp__md_vertical_img {
  float: left;
}
.lp__md_vertical_img img {
  width: 165px;
  margin-right: 16px;
  float: left;
  display: block;
}

.lp__sm_vertical_img img {
  width: 67px;
  margin-right: 16px;
  float: left;
  display: block;
}

.lp__vertical_img img {
  width: 110px;
  margin-right: 16px;
  float: left;
  display: block;
}

.lp__sm_square_img img {
  height: 90px;
  width: 90px;
  margin-right: 16px;
  float: left;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.lp__md_square_img img {
  height: 120px;
  width: 120px;
  margin-right: 16px;
  float: left;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.lp__lg_square_img img {
  height: 145px;
  width: 145px;
  margin-right: 16px;
  float: left;
  display: block;
}

.lp__xl_square_img img {
  width: 220px;
  margin-right: 16px;
  float: left;
  display: block;
}

.global_search_list .lp__listtitle_tag {
  padding: 8px;
  z-index: 2;
  padding: 8px;
  background-color: #C84F22;
  color: #fff;
  border-radius: 3px;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 12px;
  text-transform: uppercase;
  float: left;
  margin: 4px 16px 0px 0px;
  left: -55px;
  position: absolute;
}
.global_search_list .lp__list_navigation_section {
  margin-bottom: 16px;
}
.global_search_list .lp__blurb_text {
  font-size: 16px;
  line-height: 24px;
}
.global_search_list .lp__blurb_text p {
  margin-bottom: 16px;
}

.lp__list_navigation_section {
  position: relative;
  margin-bottom: 32px;
}
.lp__list_navigation_section:before, .lp__list_navigation_section:after {
  content: " ";
  display: table;
}
.lp__list_navigation_section:after {
  clear: both;
}

.lp__list_navigation_content {
  display: block;
}
.lp__list_navigation_content .lp__list_navigation_title {
  font-family: "Andes", sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: rgba(0, 0, 0, 0.87);
  margin: 0px;
  font-weight: 600;
  position: relative;
  z-index: 10;
}
.lp__list_navigation_content .lp__list_navigation_title a {
  color: rgba(0, 0, 0, 0.87);
  display: block;
}
.lp__list_navigation_content .lp__hammer {
  text-transform: none;
  font-size: 0.875rem;
  line-height: 1.375rem;
  position: relative;
  z-index: 2;
}
.lp__list_navigation_content .lp__list_link {
  font-size: 0.875rem;
  line-height: 1.375rem;
  position: relative;
  z-index: 10;
}
.lp__list_navigation_content .lp__list_link ul li {
  margin: 0px;
}
.lp__list_navigation_content .lp__list_link ul li a {
  /*display: block;*/
}
.lp__list_navigation_content .lp__blurb_text {
  position: relative;
  z-index: 10;
}
.lp__list_navigation_content .lp__blurb_text ul {
  list-style: disc;
  padding-left: 20px;
}
.lp__list_navigation_content .lp__blurb_text ol {
  list-style: decimal;
  padding-left: 20px;
}
.lp__list_navigation_content .lp__list_link_inline ul {
  list-style: none;
}
.lp__list_navigation_content .lp__list_link_inline ul li {
  display: inline-block;
  float: left;
}
.lp__list_navigation_content .lp__list_link_inline .lp__list_link_item {
  margin-right: 8px;
  padding-right: 8px;
  border-right: 1px solid #e5e5e5;
}
.lp__list_navigation_content .lp__list_link_inline .lp__list_link_item:last-child {
  margin: 0px;
  padding: 0px;
  border: 0px solid #e5e5e5;
}
.lp__list_navigation_content .lp__list_link_inline .lp__list_link_item a {
  margin-right: 4px;
}
.lp__list_navigation_content .lp__list_link_stack ul {
  list-style: none;
}
.lp__list_navigation_content .lp__list_link_stack ul li {
  display: block;
  margin-bottom: 8px;
}
.lp__list_navigation_content .lp__sublist_link ul {
  list-style: none;
}
.lp__list_navigation_content .lp__sublist_link ul li {
  display: block;
  margin-bottom: 8px;
}
.lp__list_navigation_content .lp__sublist_link ul li:nth-of-type(1), .lp__list_navigation_content .lp__sublist_link ul li:nth-of-type(2) {
  display: inline-block;
  padding: 0px 8px 0px 0px;
  margin: 0px 8px 0px 0px;
  border-top: 0px;
  border-right: 1px solid #e6e6e6;
}
.lp__list_navigation_content .lp__sublist_link ul li:nth-of-type(3) {
  display: inline-block;
}
.lp__list_navigation_content .lp__list_link_bulletpoint {
  display: table-cell;
}
.lp__list_navigation_content .lp__list_link_bulletpoint ul {
  padding-left: 20px;
  display: inline-block;
}
.lp__list_navigation_content .lp__list_link_bulletpoint ul li {
  margin-bottom: 4px;
  list-style: disc;
  width: 100%;
}
.lp__list_navigation_content .lp__list_link_bulletpoint ul li a {
  display: block;
}

@media (min-width: 768px) {
  .lp__list_navigation_content {
    display: table-cell;
  }
}
.lp__list_nav_roundimg img {
  border-radius: 100%;
  border: 2px solid #0071bc;
}

.lp__list_nav_smtitle .lp__list_navigation_content .lp__list_navigation_title {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.4375rem;
}

.lp__list_nav_mdtitle .lp__list_navigation_content .lp__list_navigation_title {
  font-family: "Open Sans", sans-serif;
  font-size: 1.125rem;
  line-height: 1.8125rem;
}

.lp__list_nav_mdtext .lp__list_navigation_section {
  display: flex;
  align-items: center;
}
.lp__list_nav_mdtext .lp__blurb_text {
  font-size: 22px;
  line-height: 36px;
}

.lp__list_navcomponents .two__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.lp__list_navcomponents .two__column > li {
  float: none;
  width: 100%;
}
@media (min-width: 768px) {
  .lp__list_navcomponents .two__column > li {
    float: left;
    width: 47%;
    margin-right: 16px;
  }
}
@media (min-width: 992px) {
  .lp__list_navcomponents .two__column > li {
    width: 47%;
  }
}
.lp__list_navcomponents .three__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.lp__list_navcomponents .three__column li {
  float: none;
  width: 100%;
}
@media (min-width: 768px) {
  .lp__list_navcomponents .three__column li {
    float: left;
    width: 45%;
    margin-right: 16px;
  }
}
@media (min-width: 992px) {
  .lp__list_navcomponents .three__column li {
    width: 30%;
  }
}
.lp__list_navcomponents .four__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.lp__list_navcomponents .four__column li {
  float: none;
  width: 100%;
}
@media (min-width: 768px) {
  .lp__list_navcomponents .four__column li {
    float: left;
    width: 45%;
    margin-right: 16px;
  }
}
@media (min-width: 992px) {
  .lp__list_navcomponents .four__column li {
    width: 23%;
  }
}
.lp__list_navcomponents .six__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.lp__list_navcomponents .six__column li {
  float: none;
  width: 100%;
}
@media (min-width: 600px) {
  .lp__list_navcomponents .six__column li {
    float: left;
    width: 45%;
    margin-right: 16px;
  }
}
@media (min-width: 768px) {
  .lp__list_navcomponents .six__column li {
    width: 14.4%;
  }
}
@media (min-width: 992px) {
  .lp__list_navcomponents .six__column li {
    width: 22.65%;
  }
}
@media (min-width: 1200px) {
  .lp__list_navcomponents .six__column li {
    width: 14.95%;
  }
}

@media (min-width: 992px) {
  .lp__list_nav_inline .lp__vertical_img img {
    float: none;
    width: 100%;
  }
}

/* === End List Navigation === */
/* === begin List Navigation with icon === */
.lp__list_navigation_card {
  position: relative;
  margin-bottom: 32px;
}
.lp__list_navigation_card:before, .lp__list_navigation_card:after {
  content: " ";
  display: table;
}
.lp__list_navigation_card:after {
  clear: both;
}
.lp__list_navigation_card:last-child {
  margin-bottom: 0px;
}
.lp__list_navigation_card .lp__list_icon {
  float: left;
  display: flex;
}
@media (min-width: 600px) {
  .lp__list_navigation_card .lp__list_icon {
    width: 55px;
    height: 55px;
    margin: 0px 16px 8px 0px;
  }
}
.lp__list_navigation_card .lp__list_icon i {
  border: 3px solid #0071bc;
  color: #0071bc;
  border-radius: 100%;
  padding: 13px;
  vertical-align: bottom;
  font-size: 23px;
}
.lp__list_navigation_card .lp__list_icon .lp-file-alt-solid {
  font-size: 30px;
  padding: 10px;
}
.lp__list_navigation_card .lp__list_navigation_content {
  display: block;
}
@media (min-width: 600px) {
  .lp__list_navigation_card .lp__list_navigation_content {
    display: table-cell;
  }
}
.lp__list_navigation_card .lp__list_navigation_content .lp__list_navigation_title {
  font-family: "Andes", sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 8px;
  font-weight: 600;
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  .lp__list_navigation_card .lp__list_navigation_content .lp__list_navigation_title {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
.lp__list_navigation_card .lp__list_navigation_content .lp__list_navigation_title a {
  color: rgba(0, 0, 0, 0.87);
}
.lp__list_navigation_card .lp__list_navigation_content .lp__list_navigation_subtitle {
  font-family: "Andes", sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 16px;
  font-weight: 600;
  position: relative;
  z-index: 10;
}
.lp__list_navigation_card .lp__list_navigation_content .lp__list_navigation_subtitle a {
  color: rgba(0, 0, 0, 0.87);
}
.lp__list_navigation_card .lp__list_navigation_content p {
  margin-bottom: 16px;
}
.lp__list_navigation_card .lp__list_navigation_content .lp__blurb_text {
  font-size: 1.125rem;
  line-height: 1.8125rem;
  color: rgba(0, 0, 0, 0.87);
}

/* === End List Navigation with icon === */
.videolisting .lp__lg_horizontal_img {
  position: relative;
  float: left;
}
.videolisting .lp__lg_horizontal_img i {
  font-size: 18px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 100px;
  position: absolute;
  bottom: 10px;
  left: 20px;
  width: 35px;
  height: 35px;
  text-align: center;
  padding: 6px 8px;
  background: rgba(0, 0, 0, 0.7);
}

/* === Begin career site list nav css === */
.wrap__career_listnav_card .lp__sm_square_img img {
  margin: 0px 0px 16px 0px;
}
.wrap__career_listnav_card .lp__list_navigation_section {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  align-items: center;
  text-align: center;
  padding: 24px 24px 30px 24px;
  flex: auto;
}

/* === End career site list nav css === */
.all__search_listingitem ul li a {
  display: block;
}
.all__search_listingitem ul li a:hover {
  text-decoration: none;
}
.all__search_listingitem ul li a:hover .all__list_title {
  text-decoration: underline;
}

.googleootbsearch .lp__secondary_search {
  display: flex;
  justify-content: center;
  margin: 0px;
}
.googleootbsearch .lp__secondary_search .lp__input_group {
  width: 60%;
}
.googleootbsearch .lp__secondary_search h1 {
  margin: 0px 16px 0px 0px;
}

html[lang=ru] *,
html[lang=ru] .lp__latest_title,
html[lang=ru] .lp__splash_banner .lp__banner_title,
html[lang=ru] h1,
html[lang=ru] h2,
html[lang=ru] h3,
html[lang=ru] h4,
html[lang=ru] h5,
html[lang=ru] h6,
html[lang=ru] .h1,
html[lang=ru] .h2,
html[lang=ru] .h3,
html[lang=ru] .h4,
html[lang=ru] .h5,
html[lang=ru] .h6,
html[lang=ru] .lp__btn,
html[lang=ru] .lp__latest_hammer {
  font-family: "Roboto", sans-serif;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .lp__card img.img-responsive {
    width: 100%;
  }
  .lp__card_equal_768 .row [class*=col-] {
    flex: 0 0 100%;
  }
}
@media (-ms-high-contrast: none) and (min-width: 768px), (-ms-high-contrast: active) and (min-width: 768px) {
  .lp__card_equal_768 .row [class*=col-] {
    flex: 1 0 47%;
  }
}
@media (-ms-high-contrast: none) and (min-width: 992px), (-ms-high-contrast: active) and (min-width: 992px) {
  .lp__card_equal_768 .row [class*=col-] {
    flex: 1 0 22%;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .lp__flex_card_2col .lp__audio_card {
    display: block;
  }
  .lp__primary_input {
    position: relative;
  }
  .lp__primary_input:after {
    font-family: "loopicon";
    content: "\e136";
    position: absolute;
    right: 16px;
    padding: 8px;
  }
}

.ai-button{
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  padding: 0.5rem 0.75rem;
  background-color: #0071BC;
  margin: 0px 0px 16px 16px;
  color: #ffffff;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 1.5rem;
  min-width: 140px;
}
.full-row-gray-components-24 {
    padding: 24px 0px 24px 0px;
    background-color: #f2f2f2;
    margin-left: 0px;
    margin-right: 0px;
}
                .full-row-white-components-16 {
    padding: 0px 0px 16px 0px;
    background-color: #ffffff;
    margin-left: 0px;
    margin-right: 0px;
}