div.col-md-4 
{
	margin-top: 30px !important;
}
body.path-resource-library div#contentcutomdiv h2 {
    display: none;
}
.tbm-item
{
  border : none ! important; 
}
body {
    width: 100%;
    height: 100%;
    font-family: "Andes", sans-serif !important;
    color: #333;
    font-size: 14px;
    background-color: #fff;
    font-weight: normal;
}
html {
    width: 100%;
    height: 100%;
}
a {
    color: #009fda;
    text-decoration: none;
}
a:hover, a:focus {
    text-decoration: underline;
    color: #337ab7;
    text-shadow: none;
    outline: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'andesbold';
    line-height: 1.1;
    color: inherit;
}
p {
    font-family: "Open Sans", sans-serif;
    line-height: 23px;
    font-weight: normal;
    color: #333;
    font-size: 14px;
}
/* === Begin navbar === */

.navbar-default {
    height: auto;
    background-color: #ffffff;
    border-radius: 0px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0px;
    border: 0px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

@media (min-width: 60em) {
.navbar-default .navbar-nav > li {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 40px;
}
}
.navbar-default .navbar-nav > li > a {
    font-family: "Andes", sans-serif;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 4px 8px 4px 8px;
    color: #009fda;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:active {
    color: #004c92;
}
.navbar-default .navbar-text {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 17px;
    font-weight: bold;
    margin: 16px 16px 8px 0px;
    padding: 2px 0px 0px 16px;
    float: left;
    border-left: 1px solid #e5e5e5;
    position: relative;
}
.navbar-default .navbar-text a {
    color: #002245;
}
.navbar-default .navbar-text a:hover {
    color: #002245;
}
.navbar-header {
    padding: 25px 0 15px 0;
}

@media only screen and (max-width: 991px) {
.navbar {
    min-height: 50px;
}
.navbar-default {
    border: 0px;
    border-bottom: 1px solid #e5e5e5;
}
.navbar-header {
    display: inline-block;
    float: left;
    padding-top: 0px;
}
.navbar-collapse.collapse {
    overflow: hidden !important;
}
.navbar-collapse {
    width: 100%;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar-default .navbar-nav {
    margin-top: 0px;
    background-color: #f6f6f6;
    padding: 16px;
}
.navbar-default .navbar-nav li {
    padding-bottom: 8px;
    margin: 8px 0px 8px 0px;
    border-bottom: 1px solid #e5e5e5;
}
.navbar-default .navbar-nav li > a {
    margin: 0px;
    padding: 0px;
}
.navbar-default .navbar-nav li > a.active {
    border-bottom: 0px solid transparent;
    padding-bottom: 0px;
}
.navbar-default .navbar-toggle {
    border: 0px;
    margin-right: 0px;
    margin-top: 16px;
    display: block;
    padding: 9px 6px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #EC553A;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}
.navbar-default .navbar-text {
    margin: 22px 16px 8px 0px;
}
.navbar-collapse.collapse {
    display: none !important;
}
.navbar-nav {
    float: none !important;
}
.navbar-nav > li {
    float: none;
}
.collapse.in {
    display: block !important;
}
.navbar-collapse.in {
    overflow-y: visible !important;
}
}

@media (min-width: 992px) {
.navbar-default .navbar-nav > li > a {
    color: #009fda;
}
}

@media (min-width: 1200px) {
.navbar-default .navbar-nav > li > a {
    color: #009fda;
    padding: 7px 0 4px 0;
    border-bottom: 3px solid transparent;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav > li > a.active {
    color: #009fda;
    background-color: transparent;
    border-bottom: 3px solid;
}
}

@media (max-width: 768px) and (min-width: 320px) {
.navbar-brand {
    /* padding: 16px 8px 16px 0px; */
}
.navbar-default .navbar-text {
    padding-left: 8px;
    margin: 16px 0px 8px 0px;
}
}
/* === End navbar === */

.mega-dropdown {
    position: static !important;
}
.mega-dropdown-menu {
    padding: 30px 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 150px;
    border-radius: 0;
    border: none;
    outline: none;
    width: 100%;
    background-color: #f6f6f6;
}
i.fa-angle-down {
    position: absolute;
    margin-left: 25%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    display: none;
}
.mega-dropdown-menu > li {
    width: 100%;
}
.mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0;
}
.mega-dropdown-menu > li > ul > li {
    list-style: none;
    margin-bottom: 5px;
    line-height: 18px;
}
.mega-dropdown-menu > li > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 500;
    line-height: 1.428571429;
    color: #fff;
    white-space: normal;
    text-transform: uppercase;
    font-size: 14px;
}
.mega-dropdown-menu > li ul > li > a:hover, .mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none;
    color: #fff;
    background-color: transparent;
}
ul.mega-links {
    margin: 0;
    padding: 0;
}
ul.mega-links li {
    list-style: none;
    font-size: 14px;
    line-height: inherit;
}
ul.mega-links li a {
    display: block;
    padding: 5px 0;
    clear: both;
    font-weight: 500;
    line-height: 1.428571429;
    color: #000;
    white-space: normal;
    text-transform: inherit;
    font-size: 18px;
}
ul.mega-links li a:hover {
    color: #009fda !important;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #000;
    background-color: transparent;
    border-bottom: 3px solid transparent;
}

@media (min-width: 60em) {
.navbar-default .navbar-nav>.open>a:after, .navbar-default .navbar-nav>.open>a:focus:after, .navbar-default .navbar-nav>.open>a:hover:after {
    content: "\f078";
    font-family: 'FontAwesome';
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 14px;
    font-weight: 200;
}
}

@media (max-width: 60em) {
.mega-dropdown-menu {
    position: inherit;
}
}
/* === Begin Language toggle SASS === */
.lang-switch-inverse-wrapper {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: #ffffff;
    padding: 0px;
    float: right;
}
.lang-switch-inverse-wrapper span {
    color: #787878;
    font-weight: 600;
    margin-right: 0px;
    text-transform: uppercase;
}
.lang-switch-inverse-wrapper .lang-switch {
    background-color: #ffffff;
    margin: 8px 16px 0px 8px;
    min-width: auto;
    height: auto;
    border-right: 1px solid #787878;
    padding-right: 16px;
}
.lang-switch-inverse-wrapper .lang-switch ul {
    padding: 0px;
}
.lang-switch-inverse-wrapper .lang-switch ul li a {
    font-size: 12px;
    line-height: 16px;
    color: #787878;
}
.lang-switch-inverse-wrapper .lang-switch ul li a:hover, .lang-switch-inverse-wrapper .lang-switch ul li a:focus {
    color: #787878;
    background-color: #ffffff;
}
.lang-switch-inverse-wrapper .lang-switch .dropdown-menu {
    border-radius: 0;
    float: right;
    left: initial;
    min-width: 90px;
    color: #0071BC;
    background-color: #141514;
    margin: 0 0 7px -24px;
}
.lang-switch-inverse-wrapper .lang-switch .dropdown-menu a {
    color: #787878;
    padding: 8px 16px 8px 16px;
}
.lang-switch-inverse-wrapper .lang-switch .dropdown-menu a:hover, .lang-switch-inverse-wrapper .lang-switch .dropdown-menu a:focus {
    color: #0071BC;
    background-color: #ffffff;
}

@media (min-width: 320px) and (max-width: 991px) {
.lang-switch-inverse-wrapper .lang-switch {
    padding-right: 8px;
    border-right: 1px solid #e5e5e5;
    margin-right: 4px;
    margin-top: 16px;
}
}
/* === End Language toggle SASS === */
/* == Begin Header Sass === */
.top-header {
    display: inline-block;
    width: 100%;
}
.site_logo_text {
    text-transform: uppercase;
    font-size: 18px;
    margin-right: 7px;
    display: block;
    font-weight: normal;
    float: none;
    color: #0071bc;
}

@media (min-width: 600px) {
.site_logo_text {
    font-size: 32px;
    float: none;
}
}

@media (min-width: 992px) {
.site_logo_text {
    float: left;
}
}
.findit {
    position: absolute;
    left: 15px;
    top: -25px;
    font-size: 13px!important;
    font-family: andes!important;
    font-weight: normal;
    color: #A9A9A9;
    margin-left: 4px;
}
.ppp_text {
    font-size: 50px!important;
    font-weight: bold!important;
    color: #009FDA;
    font-family: andes!important;
}
.business_text {
    font-size: 50px!important;
    font-weight: 500!important;
    color: #333;
    font-family: andes!important;
}
.site-slogan-text {
    font-weight: normal;
    display: inline-block;
    font-family: andes!important;
    font-size: 15px!important;
    color: #002244;
    line-height: 20px;
    vertical-align: top;
    padding-left: 10px;
}
.header-top-right-section {
    float: right;
    padding: 8px 0px 8px 0px;
}
.bottom-header-section {
    /* float: right; */
    width: 100%;
    display: block;
}
.bottom-header-section .social-icon-wrapper {
    float: right;
}
.user-logged-in section.search-form { 
  top: 150px;
}
section.search-form {
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  background: #F7F7F7;
  padding: 35px 0;
  z-index: 9999;
  border-top: 1px solid #E1E0E6;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0s ease .5s;
  transition: all 0s ease .5s;
  visibility: hidden;
  opacity: 0;
}
.global-search {
    float: right;
}
.global-search section.search-form {
    opacity: 1;
}
/* == End Header Sass === */
/*== Begin Social Icon ==*/
.social-icon {
    display: block;
    float: left;
}
.social-icon ul {
    list-style: none;
    padding: 0px;
}
.social-icon ul li {
    float: left;
    margin-right: 8px;
}
.social-icon ul li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}
.social-icon ul li a:hover {
    text-decoration: none !important;
    border: 0px;
}
.social-icon ul li .fa-play {
    padding: 7px 10px;
}
.social-icon-wrapper {
    padding: 0px;
}
.social-icon-img img:hover {
    opacity: 0.5;
}
.social-icon-style {
    width: 32px;
    height: 32px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 100%;
    padding: 8px 10px;
}
.social-icon-style a {
    padding: 2px 8px;
    display: block;
}
.social-icon-style i {
    padding: 1px;
}

/*== End Social Icon ==*/
/* == Begin Media-query Header Sass === */
@media (max-width: 60em) {
.navbar-default .navbar-text {
    margin-top: 24px;
}
.site-slogan-text {
    font-size: 10px;
    display: none;
}
.findit {
    display: none;
}
}

@media (min-width: 992px) {
.primary-nav-items {
    background-color: #f6f6f6;
}
.top-header-section {
    margin-bottom: 10px;
    display: inline-block;
    float: right;
}
.header-search-section {
    width: 60%;
    margin: auto;
}
}
/* == End Media-query Header Sass === */
/* === Begin Input_groups === */
.input-group {
    width: 100%;
    height: auto;
    display: inline-block;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.search-section, .header-search-section {
    margin-bottom: 10px;
}
.search-section .search-input-field, .search-section .search-input-field-1, .search-section .country-search-1, .header-search-section .search-input-field, .header-search-section .search-input-field-1, .header-search-section .country-search-1 {
    width: 100%;
    height: 45px;
    border: 0px;
    padding: 10px 64px 10px 10px;
    border-radius: 0px;
    color: #333333;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
}
.search-section .search-input-field-1, .search-section .country-search-1, .header-search-section .search-input-field-1, .header-search-section .country-search-1 {
    font-weight: normal;
    color: #333333;
    -webkit-box-shadow: inset 1px 1px 2px #d4d4d4;
    box-shadow: inset 1px 1px 2px #d4d4d4;
    border: 1px solid #d4d4d4;
}
.search-section .search-submit-icon, .header-search-section .search-submit-icon {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 10px;
    height: 35px;
    border-radius: 0px;
    margin: 5px;
    background: transparent;
}
/* === End Input_groups === */

/* == begin Banner Components == */
.img-gradient {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.7)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#99000000', GradientType=0);
}
.banner-container {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.lp__banner_fixedwidth {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 1199px) {
.lp__banner_fixedwidth {
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto;
}
}

@media (max-width: 991px) {
.lp__banner_fixedwidth {
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
}
}
/* === begin Banner Landing V1 and v2 ==== */
.lp__banner_title {
    color: #333333;
    text-transform: uppercase;
    margin: 0px 0px 16px 0px;
    font-weight: normal;
}

@media (min-width: 991px) {
.lp__banner_title {
    color: #ffffff;
}
}
.lp__banner_title a {
    color: #333;
}
.lp__banner_title a:hover {
    color: #333;
}
.lp__banner_description {
    font-family: "Andes", sans-serif;
    color: #333333;
    margin: 0px 0px 16px 0px;
    font-size: 1.25rem;
    line-height: 1.625rem;
}

@media (min-width: 991px) {
.lp__banner_description {
    font-size: 1.5rem;
    line-height: 1.75rem;
    color: #ffffff;
}
}
.lp__banner_img {
    overflow: hidden;
    position: relative;
}
.lp__banner_landing {
    position: relative;
    display: block;
    z-index: 1;
    /* background-color: #f6f6f6; */
}
.lp__banner_landing .cover_image {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 300px;
}

@media (min-width: 768px) {
.lp__banner_landing .cover_image {
    height: 380px;
}
}

@media (min-width: 991px) {
.lp__banner_landing .cover_image {
    height: 500px;
}
}
.lp__banner_img_overlay_v1 {
    position: relative;
    margin: auto;
    right: 0px;
    padding: 16px;
    display: block;
    z-index: 2;
    left: 0px;
    bottom: 10%;
    text-align: center;
}
.lp__banner_img_overlay_v2 {
    position: relative;
    margin: auto;
    right: 0px;
    padding: 16px;
    display: block;
    z-index: 2;
    float: right;
    bottom: 0px;
    padding-right: 30px;
}
.lp__banner_img_overlay_v2 .lp__banner_description {
    font-family: "Open Sans", sans-serif;
    font-size: 1.5rem;
    line-height: 1.625rem;
    color: #333333;
    text-align: left;
    margin: 0px 0px 16px 0px;
}

/* === End Banner Landing V1 and v2 ==== */

/* == Begin Media Query ==*/
@media (min-width: 991px) {
.lp__banner_title {
    color: #333333;
    text-transform: initial;
    margin: 0px 0px 16px 0px;
    font-weight: normal;
}
}

@media (min-width: 991px) and (min-width: 991px) {
.lp__banner_title {
    color: #ffffff;
}
}

@media (min-width: 991px) {
.lp__banner_title a {
    color: #fff;
}
.lp__banner_title a:hover {
    color: #fff;
}
.banner-container {
    position: absolute;
}
.lp__banner_img_overlay_v1 {
    position: absolute;
}
.lp__banner_img_overlay_v2 {
    position: absolute;
    bottom: 32px;
}
.lp__banner_img_overlay_v2 .lp__banner_description {
    color: #ffffff;
}
.lp__banner_img_overlay_v3 {
    position: absolute;
}
.lp__banner_img_overlay_v4 {
    top: 32px;
}
.lp__homepage_banner_content {
    content: '';
    right: 0px;
    bottom: 0px;
    left: 0px;
    padding: 32px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#b3000000', GradientType=0 );
    min-height: 120px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.lp__homepage_banner_content .lp__banner_description {
    font-size: 1.25rem;
    line-height: 1.75rem;
    display: none;
    padding-right: 32px;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    position: absolute;
    z-index: -1;
}
.lp__homepage_banner_content .banner_btn {
    display: none;
    transform: translateY(70px);
    -webkit-transform: translateY(70px);
    position: absolute;
    z-index: -1;
    width: 100%;
}
.lp__homepage_banner_content:hover {
    min-height: 260px;
    position: initial;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.lp__homepage_banner_content:hover .lp__banner_description {
    display: block;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    z-index: 1;
}
.lp__homepage_banner_content:hover .banner_btn {
    display: block;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transform: translateY(80px);
    -webkit-transform: translateY(80px);
    z-index: 1;
}
._banner_social_btn {
    position: absolute;
    right: 32px;
    float: right;
    margin-top: 0px;
}
}

@media (max-width: 767px) {
.banner_btn .lp__cta_btn_gradient {
    background: transparent;
    color: #0071bc;
    margin: 0px 8px 8px 0px;
    padding: 0px 8px 0px 0px;
    border-right: 1px solid #e5e5e5;
    min-width: 0px;
}
.banner_btn .lp__cta_btn_gradient::after {
    display: none;
}
 .banner_btn .lp__cta_btn_gradient::hover {
 color: #004c92;
}
.banner_btn .lp__cta_btn_gradient:last-child {
    border-right: 0px solid #e5e5e5;
}
}
/* == End Media Query ==*/
/* == Begin Buttons == */
.lp__btn {
    font-family: "Open Sans", sans-serif;
    display: inline-block;
    margin-bottom: 0px;
    text-align: center;
    vertical-align: middle;
    background-image: none;
    white-space: nowrap;
    letter-spacing: .78px;
    text-transform: uppercase;
    border: 1px solid transparent;
    font-weight: 600;
    border-radius: 0;
    touch-action: manipulation;
    cursor: pointer;/* &:hover,
  &:active,
  &:focus,
  &.active {
    color: $loop-btn-primary-color;
    background-color: $loop-btn-primary-bg-hover;

  }*/
}
.lp__btn:focus, .lp__btn.focus, .lp__btn:active:focus, .lp__btn:active.focus, .lp__btn.active:focus, .lp__btn.active.focus {
    outline: 2px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.lp__btn:hover, .lp__btn.hover, .lp__btn.active, .lp__btn:focus, .lp__btn.focus {
    text-decoration: none;
}
.lp__btn.disabled, .lp__btn[disabled], fieldset [disabled] .lp__btn {
    cursor: default;
    color: #ffffff;
    background-color: #d4d4d4;
}
a .lp__btn .disabled, fieldset [disabled] a .lp__btn {
    pointer-events: none;
}
.lp__btn_lg {
    font-size: 14px;
    line-height: 18px;
    min-width: 160px;
    padding: 24px 32px 24px 32px;
}
.lp__btn_md {
    font-size: 12px;
    line-height: 16px;
    min-width: 140px;
    padding: 16px 32px 16px 32px;
}
.lp__btn_sm {
    font-size: 12px;
    line-height: 16px;
    min-width: 120px;
    padding: 12px 24px 12px 24px;
}
.lp__btn_xs {
    font-size: 11px;
    line-height: 16px;
    min-width: 100px;
    padding: 8px 12px 8px 12px;
}
.lp__btn_primary {
    color: #ffffff;
    background-color: #0071bc;
}
.lp__btn_primary:hover, .lp__btn_primary.hover, .lp__btn_primary:active, .lp__btn_primary.active, .lp__btn_primary:focus {
    color: #ffffff;
    background-color: #004c92;
}
.lp__btn_primary_white {
    color: #ffffff;
    background-color: #0071bc;
}
.lp__btn_primary_white:hover, .lp__btn_primary_white.hover, .lp__btn_primary_white:active, .lp__btn_primary_white.active, .lp__btn_primary_white:focus {
    color: #ffffff;
    background-color: #004c92;
}
.lp__btn_secondary {
    color: #ffffff;
    background-color: #787878;
}
.lp__btn_secondary:hover, .lp__btn_secondary.hover, .lp__btn_secondary:active, .lp__btn_secondary.active, .lp__btn_secondary:focus {
    color: #ffffff;
    background-color: #333333;
}
.lp__btn_secondary_orange {
    background-color: #ec553a;
    color: #ffffff;
}
.lp__btn_secondary_orange:hover, .lp__btn_secondary_orange.hover, .lp__btn_secondary_orange:active, .lp__btn_secondary_orange.active, .lp__btn_secondary_orange:focus {
    background-color: #cd2c0f;
    color: #ffffff;
}
.lp__btn_secondary_orange:active:hover {
    background-color: #cd2c0f;
    color: #ffffff;
}
.lp__btn_secondary_blue {
    background-color: #002245;
    color: #ffffff;
}
.lp__btn_secondary_blue:hover, .lp__btn_secondary_blue.hover, .lp__btn_secondary_blue:active, .lp__btn_secondary_blue.active, .lp__btn_secondary_blue:focus {
    background-color: #013367;
    color: #ffffff;
}
.lp__btn_primary_inverse {
    color: #0071bc;
    background-color: #ffffff;
}
.lp__btn_primary_inverse:hover, .lp__btn_primary_inverse.hover, .lp__btn_primary_inverse:active, .lp__btn_primary_inverse.active, .lp__btn_primary_inverse:focus {
    color: #004c92;
    background-color: #ffffff;
}
.lp__btn_primary_ghost {
    color: #ffffff;
    background-color: transparent;
    border: 1px solid #ffffff;
}
.lp__btn_primary_ghost:hover, .lp__btn_primary_ghost.hover, .lp__btn_primary_ghost:active, .lp__btn_primary_ghost.active, .lp__btn_primary_ghost:focus {
    color: #ffffff;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
}
.lp__btn_primary_ghost_inverse {
    color: #ffffff;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    border: 1px solid #ffffff;
}
.lp__btn_primary_ghost_inverse:hover, .lp__btn_primary_ghost_inverse.hover, .lp__btn_primary_ghost_inverse:active, .lp__btn_primary_ghost_inverse.active, .lp__btn_primary_ghost_inverse:focus {
    color: #ffffff;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.lp__cta_btn {
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
}
.lp__cta_btn:after {
    font-family: 'loop_icon' !important;
    content: '\e714';
    font-size: 10px;
    line-height: 18px;
    font-weight: normal;
    margin-left: 3px;
    vertical-align: middle;
}
.lp__cta_btn_white {
    color: #0071bc;
    background-color: #ffffff;
}
.lp__cta_btn_white:hover, .lp__cta_btn_white.hover, .lp__cta_btn_white:active, .lp__cta_btn_white.active, .lp__cta_btn_white:focus {
    color: #004c92;
    background-color: #ffffff;
}
.lp__cta_btn_blue {
    color: #ffffff;
    background-color: #0079aa;
}
.lp__cta_btn_blue:hover, .lp__cta_btn_blue.hover, .lp__cta_btn_blue:active, .lp__cta_btn_blue.active, .lp__cta_btn_blue:focus {
    color: #004c92;
    background-color: #ffffff;
}
.lp__cta_btn_gray {
    color: #0071bc;
    background-color: #f6f6f6;
}
.lp__cta_btn_gray:hover, .lp__cta_btn_gray.hover, .lp__cta_btn_gray:active, .lp__cta_btn_gray.active, .lp__cta_btn_gray:focus {
    color: #004c92;
    background-color: #f6f6f6;
}
.lp__cta_btn_gradient {
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    background: -moz-linear-gradient(top, rgba(51, 51, 51, 0.8) 0%, rgba(51, 51, 51, 0.8) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(51, 51, 51, 0.8) 0%, rgba(51, 51, 51, 0.8) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(51, 51, 51, 0.8) 0%, rgba(51, 51, 51, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc333333', endColorstr='#cc333333', GradientType=0 );
    /* IE6-9 */
    color: #ffffff;
}
.lp__cta_btn_gradient:after {
    font-family: 'loop_icon' !important;
    content: '\e714';
    font-size: 10px;
    line-height: 18px;
    font-weight: normal;
    margin-left: 3px;
    vertical-align: middle;
}
.lp__cta_btn_gradient:hover {
    color: #ffffff;
}
.lp__btn_block {
    display: block;
    width: 100%;
}
.lp__btn_block + .lp__btn_block {
    margin-top: 5px;
}
input [type='submit'] .lp__btn_block, input [type='reset'] .lp__btn_block, input [type='button'] .lp__btn_block {
    width: 100%;
}
.lp__btn_group_vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.lp__btn_group_vertical > .lp__btn {
    position: relative;
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}
.lp__btn_group_vertical > .lp__btn:hover, .lp__btn_group_vertical > .lp__btn:focus, .lp__btn_group_vertical > .lp__btn:active, .lp__btn_group_vertical > .lp__btn.active {
    z-index: 2;
}
.lp__btn_group_vertical > .lp__btn {
    margin-bottom: 16px;
}
.lp__btn_group_vertical > .lp__btn:last-child {
    margin-bottom: 0;
}
.lp__btn_group_horizontal {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.lp__btn_group_horizontal > .lp__btn {
    position: relative;
}
.lp__btn_group_horizontal > .lp__btn:hover, .lp__btn_group_horizontal > .lp__btn:focus, .lp__btn_group_horizontal > .lp__btn:active, .lp__btn_group_horizontal > .lp__btn.active {
    z-index: 2;
}
.lp__btn_group_horizontal > .lp__btn {
    margin-right: 16px;
}
.lp__btn_group_horizontal > .lp__btn:last-child {
    margin-right: 0;
}
.lp__btn_group .lp__dropdown_toggle:active, .lp__btn_group.open .lp__dropdown_toggle {
    outline: 0;
}
[data-toggle='buttons'] > .lp__btn input [type='radio'], [data-toggle='buttons'] > .lp__btn input [type='checkbox'], [data-toggle='buttons'] > .lp__btn_group > .lp__btn input [type='radio'], [data-toggle='buttons'] > .lp__btn_group > .lp__btn input [type='checkbox'] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
/* == End Buttons == */

.lp__dropdown_menu {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 4px 0px;
    margin: 0px;
    display: none;
    float: left;
    width: 100%;
    z-index: 1000;
    position: absolute;
    top: 100%;
    left: 0;
    list-style: none;
    text-align: left;
    max-height: 185px;
    overflow-y: scroll;
    -webkit-box-shadow: 0 6px 12px rgba 0, 0, 0, 0.175;
    box-shadow: 0 6px 12px rgba 0, 0, 0, 0.175;
    background-color: white;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    background-clip: padding-box;
}
.lp__dropdown_menu.pull-right {
    right: 0;
    left: auto;
}
.lp__dropdown_menu > li > a {
    display: block;
    padding: 8px 16px 8px 16px;
    clear: both;
    color: #333333;
    white-space: pre-wrap;
}
.lp__dropdown_menu > li > a:hover, .lp__dropdown_menu > li > a:focus {
    text-decoration: none;
    color: #004c92;
    background-color: #ffffff;
}
.lp__dropdown_menu > .active > a, .lp__dropdown_menu > .active > a:hover, .lp__dropdown_menu > .active > a:focus {
    color: #004c92;
    text-decoration: none;
    outline: 0;
    background-color: #ffffff;
    cursor: default;
}
.lp__dropdown_menu > .disabled > a, .lp__dropdown_menu > .disabled > a:hover, .lp__dropdown_menu > .disabled > a:focus {
    color: #333333;
}
.lp__dropdown_menu > .disabled > a:hover, .lp__dropdown_menu > .disabled > a:focus {
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    cursor: default;
}
.open > .lp__dropdown_menu {
    display: block;
}
.open > a {
    outline: 0;
}
.lp__dropdown_group {
    position: relative;
    display: block;
    float: none;
    margin-bottom: 10px;
}
.lp__dropdown_toggle {
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-align: left;
    padding: 8px 16px 8px 16px;
    width: 100%;
    height: 40px;
    border: 0;
    border-radius: 0;
    vertical-align: middle;
}
.lp__filter_option {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 75%;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    padding: 8px;
}
.lp__dropdown_arrow {
    padding: 12px;
    margin: -9px -16px 0 0;
    cursor: pointer;
    float: right;
    width: 40px;
    height: 40px;
    text-align: center;
}
.lp__dropdown_arrow i {
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    vertical-align: super;
}
.lp__primary_dropdown .lp__dropdown_toggle {
    color: #787878;
    background-color: #fafcff;
    border: 1px solid #d8e7f5;
    border-radius: 0;
    -moz-box-shadow: inset 0 3px 0 #f0f7fe;
    -webkit-box-shadow: inset 0 3px 0 #f0f7fe;
    box-shadow: inset inset 0 3px 0 #f0f7fe;
    outline: 0;
}
.lp__primary_dropdown .lp__dropdown_arrow i {
    color: #0071bc;
}
.lp__primary_dropdown .lp__dropdown_menu {
    border: 2px solid #b6d9fa;
}
.lp__primary_dropdown .select-item {
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.lp__primary_dropdown .select-item > li {
    padding: 8px 16px 8px 16px;
}
.lp__primary_dropdown .select-item > li span a {
    display: inline-block;
    clear: both;
    color: #333333;
    white-space: pre-wrap;
}
.lp__primary_dropdown .select-item > li span a:hover, .lp__primary_dropdown .select-item > li span a:focus {
    text-decoration: none;
    color: #004c92;
    background-color: #ffffff;
}
.lp__primary_dropdown .select-item .search-input-field {
    width: 100%;
    height: 40px;
    border: 0px;
    padding: 10px 64px 10px 10px;
    border-radius: 0px;
    color: #333333;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: bold;
    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;
}
.lp__primary_dropdown .select-item .search-submit-icon {
    position: absolute;
    right: 16px;
    top: 12px;
    padding: 12px;
    height: 40px;
    border-radius: 0px;
    background: transparent;
}
.lp__primary_inverse_dropdown .lp__dropdown_toggle {
    color: #787878;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    box-shadow: inset 0 3px 0 #f6f6f6;
    outline: 0;
}
.lp__primary_inverse_dropdown .lp__dropdown_menu {
    border: 2px solid #e5e5e5;
}
.lp__secondary_dropdown .lp__dropdown_toggle {
    color: #ffffff;
    background-color: #0071bc;
    outline: 0;
}
.lp__secondary_dropdown .lp__dropdown_menu {
    background-color: #d0f3f9;
    color: #ffffff;
}
.lp__secondary_dropdown .lp__dropdown_menu > li > a {
    color: #555;
    font-size: 14px;
    font-weight: normal;
}
.lp__secondary_dropdown .lp__dropdown_menu > li > a:hover, .lp__secondary_dropdown .lp__dropdown_menu > li > a:focus {
    background-color: #0071bc;
    font-size: 14px;
    color: #ffffff;
}
.lp__secondary_dropdown .lp__dropdown_menu > .active > a, .lp__secondary_dropdown .lp__dropdown_menu > .active > a:hover, .lp__secondary_dropdown .lp__dropdown_menu > .active > a:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #0071bc;
    cursor: default;
}
.lp__secondary_inverse_dropdown .lp__dropdown_toggle {
    color: #ffffff;
    background-color: #0c5e9e;
    border: 1px solid #0c5e9e;
    border-radius: 0;
    box-shadow: inset 0 3px 0 #0c5e9e;
    outline: 0;
}
.lp__secondary_inverse_dropdown .lp__dropdown_menu {
    background-color: #0c5e9e;
    border: 0px;
    border-top: 1px solid #0071bc;
}
.lp__input_group {
    position: relative;
    width: 100%;
    height: auto;
    display: inline-block;
    border-radius: 0;
    box-shadow: none;
}
.lp__input_group[class*='col-'] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}
.lp__input_group .lp__form_control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.lp__input_group .lp__form_control:focus {
    z-index: 2;
}
.input-type-img {
    position: absolute;
    right: 0px;
    top: 0;
    padding: 14px;
    height: 40px;
    border: 0px;
    background: transparent;
}
.input-type-img:hover {
    opacity: 0.6;
}
.input_text {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #333333;
    font-weight: bold;
    margin: 0px 0px 8px 0px;
}
.lp__primary_input, .lp__primary_search {
    margin: 0px 0px 16px 0px;
    position: relative;
}
.lp__primary_input input[type='text'], .lp__primary_input input[type='search'], .lp__primary_search input[type='text'], .lp__primary_search input[type='search'] {
    font-size: 0.875rem;
    line-height: 1.25rem;
    width: 100%;
    height: 45px;
    padding: 8px 16px 8px 16px;
    font-weight: bold;
    color: #787878;
    background-color: #fafdff;
    border: 1px solid #d8e7f5;
    border-radius: 0;
    -webkit-appearance: none;
    box-shadow: inset 0px 2px 1px 0px #F0F7FE;
}
.lp__primary_input input[type='text']:focus, .lp__primary_input input[type='search']:focus, .lp__primary_search input[type='text']:focus, .lp__primary_search input[type='search']:focus {
    border: 2px solid #d8e7f5;
    background-color: #ffffff;
    outline: 0px;
}
.lp__primary_input[disabled], .lp__primary_search[disabled] {
    opacity: 0.6;
}
.lp__secondary_input, .lp__secondary_search {
    margin: 0px 0px 16px 0px;
    position: relative;
}
.lp__secondary_input input[type='text'], .lp__secondary_input input[type='search'], .lp__secondary_search input[type='text'], .lp__secondary_search input[type='search'] {
    font-size: 0.875rem;
    line-height: 1.25rem;
    width: 100%;
    height: 45px;
    padding: 8px 16px 8px 16px;
    font-weight: normal;
    color: #787878;
    background-color: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 0;
    -webkit-appearance: none;
    box-shadow: inset 0px 1px 2px 0px #d4d4d4;
}
.lp__secondary_input input[type='text']:focus, .lp__secondary_input input[type='search']:focus, .lp__secondary_search input[type='text']:focus, .lp__secondary_search input[type='search']:focus {
    border: 2px solid #d4d4d4;
    background-color: #ffffff;
    outline: 0px;
    border-radius: 0;
    -webkit-appearance: none;
}
.lp__secondary_input[disabled], .lp__secondary_search[disabled] {
    opacity: 0.6;
}
.secondary_inverse_input .input_text, .secondary_inverse_search .input_text {
    color: #ffffff;
}
.lp__search {
    position: relative;
}
.lp__submit_icon {
    font-family: 'loop_icon' !important;
    content: "\e730";
    font-size: 10px;
    line-height: 16px;
    margin-left: 4px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    border: 0px;
    border-radius: 0;
    -webkit-appearance: none;
    background-color: transparent;
    height: 35px;
}
 input[type="search"]::-webkit-search-cancel-button {
 -webkit-appearance: none;
  /* Now your own custom styles */
  height: 1px;
 width: 1px;
 background: transparent;
}
.lp__primary_inverse_search {
    margin: 0px 0px 16px 0px;
    position: relative;
}
.lp__primary_inverse_search input[type='text'], .lp__primary_inverse_search input[type='search'] {
    font-size: 0.875rem;
    line-height: 1.25rem;
    width: 100%;
    height: 45px;
    padding: 8px 16px 8px 16px;
    font-weight: 600;
    color: #ffffff;
    background-color: #0071bc;
    border: 0px;
    border-radius: 0;
    -webkit-appearance: none;
    box-shadow: none;
}
.lp__primary_inverse_search input[type='text']:focus, .lp__primary_inverse_search input[type='search']:focus {
    color: #0071bc;
    background-color: #fafdff;
    border: 1px solid #d8e7f5;
    border-radius: 0;
    -webkit-appearance: none;
    box-shadow: inset 0px 2px 1px 0px #F0F7FE;
    outline: 0px;
}
.lp__primary_inverse_search[disabled] {
    opacity: 0.6;
}
.lp__primary_inverse_search input[type='image'] {
    background-color: #0071bc;
    border-radius: 0;
    -webkit-appearance: none;
}
.lp__primary_inverse_search input[type='image'][disabled] {
    opacity: 0.6;
}
.lp__input_group_btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.lp__input_group_btn > .lp__btn {
    position: relative;
}
.lp__input_group_btn > .lp__btn + .lp__btn {
    margin-left: -1px;
}
.lp__input_group_btn > .lp__btn:hover, .lp__input_group_btn > .lp__btn:focus, .lp__input_group_btn > .lp__btn:active {
    z-index: 2;
}
.lp__input_group_btn:first-child > .lp__btn, .lp__input_group_btn:first-child > .lp__btn-group {
    margin-right: -1px;
}
.lp__input_group_btn:last-child > .lp__btn, .lp__input_group_btn:last-child > .lp__btn-group {
    z-index: 2;
    margin-left: -1px;
}
/* === Begin Home Banner Search === */
#b-search {
    background-color: #f6f6f6;
    padding: 32px 0;
}
#b-search h2 {
    font-size: 24px;
    font-weight: 500;
    color: #333;
    font-family: "Open Sans",sans-serif;
}
#b-search h2 span {
    font-size: 24px;
    font-weight: 700;
    color: #009FDA;
}
#b-search h3 {
    font-size: 24px;
    font-weight: 500;
    color: #333;
    font-family: inherit;
    text-transform: uppercase;
}

@media (min-width: 991px) {
.dropdown_lable {
    line-height: 64px;
}
}
.dropdown_lable {
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    display: block;
}
/* === End Home Banner Search === */

/* == Start Link css ==*/
.lp__link_list_section ul {
    list-style: none;
}
.lp__link_list_section p {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-bottom: 8px;
}
.lp__link_list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.lp__link_list span {
    font-size: 13px;
    line-height: 17px;
    color: #787878;
    margin-left: 4px;
}
.lp__link_list i {
    font-size: 18px;
    line-height: 24px;
    color: #0071bc;
    margin-right: 4px;
    vertical-align: middle;
}
.lp__link_list_item {
    font-size: 14px;
    line-height: 20px;
    margin: 0px 0px 16px 0px;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
}
.lp__link_smallheading {
    margin-bottom: 8px;
}
.lp__link_smallheading span {
    border-right: 1px solid #787878;
    margin-right: 8px;
    padding-right: 8px;
}
.lp__link_smallheading span:last-child {
    border-right: 0px solid #787878;
    margin-right: 2px;
    padding-right: 2px;
}
.lp__link_mdheading {
    font-size: 1rem;
    line-height: 1.25rem;
    color: #333333;
    margin-bottom: 8px;
}
.lp__link_list_sublist_item {
    font-size: 14px;
    line-height: 20px;
    margin: 0px 0px 16px 0px;
    display: inline;
}
.lp__link_list_sublist_item ul {
    display: inline;
}
.lp__link_list_sublist_item ul li {
    display: inline;
    border-right: 1px solid #787878;
    margin-right: 8px;
    padding-right: 8px;
}
.lp__link_list_sublist_item ul li:last-child {
    border-right: 0px solid #787878;
    margin-right: 2px;
    padding-right: 2px;
}
/* == End Link css ==*/

.three-sec {
    border-top: 1px solid #058a8f;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 2px 1px #e5e5e5;
    -moz-box-shadow: 0px 2px 2px 1px #e5e5e5;
    -o-box-shadow: 0px 2px 2px 1px #e5e5e5;
    box-shadow: 0px 2px 2px 2px #e5e5e5;
/*    height: 450px;*/
    height: auto;
    min-height: 100%;
    position: relative;
}

@media (max-width: 60em) {
.three-sec {
    margin-bottom: 15px;
}
}
.three-sec a.img-sec {
    position: relative;
    display: block;
    height: 203px;
    overflow: hidden;
}
.three-sec a.img-sec img {
    min-height: 100%;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}
.three-sec .b-section {
    padding: 24px;
}
.three-sec .b-section a {
    font-weight: 600;
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
    display: block;
    line-height: 26px;
}
.three-sec .b-section a:hover {
    text-decoration: underline;
}

@media (min-width: 60em) {
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
}
.three-sec .b-section ul.card_list {
    padding: 0px;
    list-style: none;
    display: block;
    margin-bottom: 0;
}
.three-sec .b-section ul.card_list li.card_list_item {
    display: inline;
    margin-right: 8px;
    padding-right: 8px;
    border-right: 1px solid #e5e5e5;
}
.three-sec .b-section ul.card_list li.card_list_item:last-child {
    border-right: none;
}
.three-sec .b-section ul.card_list li.card_list_item a {
    font-size: 14px;
    line-height: 1.25rem;
    color: #0071bc;
    margin: 0px 0px 6px 0px;
    word-break: break-word;
    display: inline-block;
    font-weight: normal;
    font-family: "Open Sans", sans-serif;
}
.h-blog-sec {
    float: left;
    width: 100%;
    height: 100%;
    min-height: 100%;
}
.h-blog-sec h3 {
    font-size: 18px;
    font-weight: 600;
}
.h-blog-sec ul.h-blog-content {
    margin: 0;
    padding: 0;
}
.h-blog-sec ul.h-blog-content li.field-item {
    display: table;
    margin-bottom: 10px;
}
.h-blog-sec ul.h-blog-content li {
    display: table;
    width: 100%;
    border-top: 1px solid #e5e5e5;
    border-bottom: 0;
    padding: 15px;
}
.h-blog-sec ul.h-blog-content li:last-child {
    display: table;
    width: 100%;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 15px;
}
.h-blog-sec ul.h-blog-content li .field-img {
    width: 75px;
    display: table-cell;
    vertical-align: top;
}
.h-blog-sec ul.h-blog-content li .field-img img {
    width: 75px;
}
.h-blog-sec ul.h-blog-content li .field-content {
    display: table-cell;
    padding-left: 10px;
}
.h-blog-sec ul.h-blog-content li .field-content a {
    font-size: 14px;
    line-height: 1.25rem;
    color: #333;
    font-weight: normal;
    font-family: "Open Sans", sans-serif;
}
.h-publication-sec {
    float: left;
    width: 100%;
}
.h-publication-sec img {
    border: 1px solid #eee;
}
.h-publication-sec h3 {
    font-size: 18px;
    font-weight: 600;
}
.read-more {
    float: right;
    margin: 15px 0;
}
hr.sec-devider {
    margin-top: 40px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #e5e5e5;
}
ul.publication_list {
    padding: 0px;
    list-style: none;
    display: block;
    margin: 15px 0;
}
ul.publication_list li.publication_list_item {
    display: inline;
    padding: 0;
    margin-right: 8px;
    padding-right: 8px;
    border: none;
    border-right: 1px solid #e5e5e5;
}
ul.publication_list li.publication_list_item:last-child {
    padding: 0;
    margin-right: 8px;
    padding-right: 8px;
    border: none;
    border-right: none;
    display: inline;
}
ul.publication_list li.publication_list_item a {
    font-size: 14px;
    line-height: 1.25rem;
    color: #0071bc !important;
    margin: 0px 0px 6px 0px;
    word-break: break-word;
    display: inline-block;
    font-weight: normal;
    font-family: "Open Sans", sans-serif;
}
.h-latest-doc-sec {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.h-latest-doc-sec h3 {
    font-size: 18px;
    font-weight: 600;
}
.h-latest-doc-sec ul {
    padding: 0 15px;
    display: inline-block;
    width: 100%;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    list-style: none;
    margin: 0;
}
.h-latest-doc-sec ul li {
    padding: 25px 0;
    border-bottom: 1px solid #e5e5e5;
}
.h-latest-doc-sec ul li:last-child {
    padding: 25px 0;
    border-bottom: none;
}
.h-latest-doc-sec ul li .latest_hammer {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 2rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #787878;
    margin: 0px 0px 20px 0px;
}
.h-latest-doc-sec ul li .latest_hammer span {
    margin-right: 8px;
    padding-right: 8px;
    border-right: 1px solid #e5e5e5;
}
.h-latest-doc-sec ul li .latest_hammer span:last-child {
    border-right: none;
}
.h-latest-doc-sec ul li a {
    font-family: "Andes", sans-serif;
    color: #333333;
    margin: 0px 0px 16px 0px;
    font-size: 20px;
    line-height: 2.5rem;
    font-weight: 600;
}
#h-relatedweb ul {
    margin: 0;
    padding: 0;
}
#h-relatedweb ul li {
    padding: 0;
    list-style-type: none;
    margin: 10px 15px 10px 0;
    display: inline-block;
}

@media (min-width: 60em) {
#h-relatedweb ul li {
    padding: 0;
    list-style-type: none;
    margin: 0 60px 0 0;
    display: inline-block;
}
}
#h-our-donor ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
}
#h-our-donor ul li {
    padding: 0;
    list-style-type: none;
    margin: 0 60px 0 0;
}
#h-our-donor ul[hidden] {
    display: none;
}

.marg-t-15 {
    margin-top: 15px;
}
#h-relatedweb {
    background-color: #fff;
    padding: 35px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
#h-relatedweb h2 {
    margin: 0 0 15px 0;
}
#h-our-donor {
    margin: 30px 0;
}
.full-row-footer-components {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #262626;
    margin-left: 0px;
    margin-right: 0px;
}
.full-row-footer-black-components {
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #000;
    margin-left: 0px;
    margin-right: 0px;
}
.footer .footer-fraud {
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
    text-transform: uppercase;
    float: right;
    display: inline-block;
    opacity: 0.7;
}
.footer hr {
    border-top: 1px solid #787878;
}
.footer .footer-bottom {
    margin-top: 8px;
    margin-bottom: 8px;
    border-top: 0px solid #787878;
    display: block;
    float: left;
    width: 100%;
}
.footer .list-inline {
    margin-left: 0px;
}
.footer .list-inline ul {
    padding: 6px 0 0 0;
    list-style: none;
}
.footer .list-inline ul > li {
    padding: 0px;
    line-height: 16px;
    margin: 0px 0px 8px 0px;
    opacity: 0.7;
}
.footer a.disclaimer {
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
    border-right: 1px solid #ffffff;
    margin-right: 8px;
    padding-right: 8px;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
}
.footer a.disclaimer:hover {
    text-decoration: underline;
}
.footer a.disclaimer:last-child {
    border-right: 0px solid #d4d4d4;
    margin-right: 0px;
    padding-right: 0px;
}
.footer .footer-copy-right {
    font-size: 12px;
    line-height: 26px;
    color: #ffffff;
    text-align: right;
    opacity: 0.5;
    margin-top: 4px;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
}
.footer .footer-bottom-left {
    float: left;
}
.footer .footer-bottom-left ul {
    padding: 0px;
    list-style: none;
}
.footer .footer-bottom-left ul li {
    float: left;
}
.footer .footer-bottom-left ul li:last-child {
    margin-top: 4px;
}
.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-bottom-left ul li a.wbg-partnership:first-child {
    border-left: 1px solid #e5e5e5;
}
.footer .footer-bottom-left ul li a.wbg-partnership:hover {
    text-decoration: underline;
}
.footer .footer-bottom-right {
    float: right;
}
.footer .footer-fraud {
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
    text-transform: uppercase;
    float: right;
    display: inline-block;
    opacity: 0.7;
    margin-top: 8px;
}
.footer .footer-fraud a {
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
}
.footer .footer-fraud a:hover {
    color: #ffffff;
    text-decoration: underline;
}
#overview {
 /*   margin: 30px 0;*/
}
#overview h3 {
    font-family: "Andes", sans-serif;
    font-size: 18px;
    line-height: 30px;
    margin: 0px 0px 10px 0px;
    font-weight: normal;
}
#overview h2 {
    margin: 0 0 10px 0;
}
hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid #dedede;
}
/* == Begin Accordions ==*/
.lp__accordion_wrapper {
    border-bottom: 2px solid transparent;
}
.lp__accordion_btn {
    font-size: 16px;
    font-weight: normal;
    font-family: "Open Sans", sans-serif;
    line-height: 1.25rem;
    color: #0071bc;
    padding: 8px 16px 8px 16px;
    height: auto;
    border: 1px solid #d8e7f5;
    background-color: #fafcff;
    border-radius: 0px;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 0;
    text-align: left;
    -moz-box-shadow: inset 0 3px 0 #f0f7fe;
    -webkit-box-shadow: inset 0 3px 0 #f0f7fe;
    box-shadow: inset 0 3px 0 #f0f7fe;
}
.lp__accordion_btn[aria-expanded=false]:after {
    font-family: 'FontAwesome';
    content: "\f078";
    font-size: 12px;
    color: #0071bc;
    margin-left: 8px;
    float: right;
}
.lp__accordion_btn[aria-expanded=true]:after {
    font-family: 'FontAwesome';
    content: "\f077";
    font-size: 12px;
    color: #0071bc;
    margin-left: 8px;
    float: right;
}
.lp__accordion_btn:focus {
    outline: -webkit-focus-ring-color auto 3px;
}
.lp__accordion_content {
    padding: 16px;
    border: 1px solid #d8e7f5;
    font-family: "Open Sans", sans-serif;
}
.lp__accordion_content ul {
    margin: 0 0 0 15px;
    padding: 0;
}
.lp__accordion_content ul li {
    margin: 10px 0;
    padding: 0;
}
.inner-resources {
    background-color: #f6f6f6;
    padding: 35px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.further-reading-right-side {
    border-top: 3px solid #009fda;
    background-color: #f6f6f6;
    padding: 15px;
}

@media (max-width: 60em) {
.further-reading-right-side {
    margin: 15px 0 0 0;
}
}
/* == End Accordions ==*/

/* == Begin Common Components ==*/
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #787878 !important;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #F5F7FC;
}
#signup-sec {
    background-color: #424242;
    padding: 30px 0;
    float: left;
    width: 100%;
}
#signup-sec .form-search {
    margin: 10px auto;
    display: table;
}
#signup-sec .form-search .form-control-search {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #333;
    box-shadow: none;
    border-radius: 0px;
    width: 300px;
    padding: 0 12px;
    height: 41px;
}
#signup-sec .form-search .searchBtn {
    background-color: #0071bc;
    padding: 10px 15px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    text-align: center;
    border: 2px solid #0071bc;
    text-transform: uppercase;
    border-radius: 0px;
    width: 100px;
}
#signup-sec .form-search .searchBtn:hover {
    background-color: #0071bc;
    color: #fff;
    border: 2px solid #0071bc;
    text-decoration: none;
}
#signup-sec .form-search label.control-label {
    font-size: 14px;
    color: #fff;
    margin-right: 15px;
    font-weight: 500;
    text-transform: uppercase;
}
 input.form-control-search::placeholder {
 color: #333;
 opacity: 1;
}
 input.form-control-search:-ms-input-placeholder {
 color: #333;
}
 input.form-control-search::-ms-input-placeholder {
 color: #333;
}
h4.related-title {
    font-family: "AndesBold", sans-serif;
    font-size: 19px;
    line-height: 26px;
    margin: 0px 0px 8px 0px;
    text-transform: uppercase;
}
#team_sec .inner-wrapper {
    border-bottom: 1px solid #D8DEE3;
    padding-bottom: 10px;
    display: block;
    text-decoration: none;
    margin-bottom: 30px;
}
#team_sec .inner-wrapper:hover {
    cursor: pointer;
}
#team_sec .inner-wrapper h3 {
    font-size: 20px;
    margin-bottom: 0;
    height: 45px;
    overflow: hidden;
    font-weight: 600;
    width: 180px;
    color:#009fda;
}
#team_sec .inner-wrapper img {
    width: 266px;
    height: 234px
}

@media (max-width: 60em) {
#team_sec .inner-wrapper img {
    width: 100%;
    height: 100%;
}
}
#team_sec .inner-wrappe p {
    font-style: normal;
    line-height: 20px;
    overflow: hidden;
    font-size: 16px;
    height: 60px;
    width: 180px;
}
.modal-content {
    position: relative;
    background-color: #f6f6f6;
    border: none;
    border-radius: 0;
    outline: 0;
    box-shadow: none !important;
    padding: 0 30px;
}
.modal-header h2 {
    font-size: 24px;
    color: #231f20;
    margin-top: 15px;
    margin-bottom: 0;
}
.modal-header h5 {
    font-size: 18px;
    color: #231f20;
    margin-top: 10px;
    margin-bottom: 0;
}
.modal-body p {
    color: #231f20;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -1px;
    margin-bottom: 15px;
    margin-top: 10px;
}
.close {
    text-shadow: none;
    filter: alpha(opacity=100);
    opacity: 1;
}
.close img {
    width: 26px;
    height: 26px;
    outline: none;
}
.close:focus, .close:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
}
#search-results h4 {
    font-size: 24px;
}
#search-results .search-box {
    background-color: #f6f6f6;
    border-bottom: 1px solid #dedee4;
    padding: 15px 0;
}
#search-results .search-box .form-search {
    margin: 10px auto;
    display: table;
}
#search-results .search-box .form-search .form-control-search {
    border: 1px solid #e5e5e5;
    box-shadow: none;
    border-radius: 0px;
    width: 300px;
    padding: 0 12px;
    height: 41px;
}
#search-results .search-box .form-search .searchBtn {
    background-color: #0071bc;
    padding: 10px 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    margin: 0;
    text-align: center;
    border: 2px solid #0071bc;
    text-transform: uppercase;
    border-radius: 0px;
    width: 100px;
}
#search-results .search-box .form-search .searchBtn:hover {
    background-color: #0071bc;
    color: #fff;
    border: 2px solid #0071bc;
    text-decoration: none;
}
#search-results ol {
    margin: 0 0 0 15px;
    padding: 0;
}
#search-results ol li {
    border-bottom: 1px solid #dedede;
}
#search-results ol li h3 {
    font-size: 17px;
    font-weight: 500;
}
.lp__search {
    position: relative;
}
.lp__submit_icon {
    font-family: 'loop_icon' !important;
    content: "\e730";
    font-size: 10px;
    line-height: 16px;
    margin-left: 4px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    border: 0px;
    border-radius: 0;
    -webkit-appearance: none;
    background-color: transparent;
    height: 35px;
}
 input[type="search"]::-webkit-search-cancel-button {
 -webkit-appearance: none;
  /* Now your own custom styles */
  height: 1px;
 width: 1px;
 background: transparent;
}
.lp__primary_inverse_search {
    margin: 0px 0px 16px 0px;
    position: relative;
}
.lp__primary_inverse_search input[type='text'], .lp__primary_inverse_search input[type='search'] {
    font-size: 14px;
    line-height: 1.25rem;
    width: 100%;
    height: 40px;
    padding: 8px 16px 8px 16px;
    font-weight: normal;
    color: #ffffff;
    background-color: #0071bc;
    border: 0px;
    border-radius: 0;
    -webkit-appearance: none;
    box-shadow: none;
}
.lp__primary_inverse_search input[type='text']:focus, .lp__primary_inverse_search input[type='search']:focus {
    color: #0071bc;
    background-color: #fafdff;
    border: 1px solid #d8e7f5;
    border-radius: 0;
    -webkit-appearance: none;
    box-shadow: inset 0px 2px 1px 0px #F0F7FE;
    outline: 0px;
}
.lp__primary_inverse_search[disabled] {
    opacity: 0.6;
}
.lp__primary_inverse_search input[type='image'] {
    background-color: #0071bc;
    border-radius: 0;
    -webkit-appearance: none;
}
.lp__primary_inverse_search input[type='image'][disabled] {
    opacity: 0.6;
}
.lp__input_group_btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.lp__input_group_btn > .lp__btn {
    position: relative;
}
.lp__input_group_btn > .lp__btn + .lp__btn {
    margin-left: -1px;
}
.lp__input_group_btn > .lp__btn:hover, .lp__input_group_btn > .lp__btn:focus, .lp__input_group_btn > .lp__btn:active {
    z-index: 2;
}
.lp__input_group_btn:first-child > .lp__btn, .lp__input_group_btn:first-child > .lp__btn-group {
    margin-right: -1px;
}
.lp__input_group_btn:last-child > .lp__btn, .lp__input_group_btn:last-child > .lp__btn-group {
    z-index: 2;
    margin-left: -1px;
}
.lp__primary_inverse_search input[type='image'] {
    background-color: #0071bc;
    border-radius: 0;
    -webkit-appearance: none;
}
.lp__primary_inverse_search input[type='image'][disabled] {
    opacity: 0.6;
}
#topic {
    margin: 30px 0;
}
a.topic-more {
    font-weight: normal !important;
    font-size: 14px !important;
    color: #009fda !important;
    display: inline-block !important;
}
.marg-b-30 {
    margin-bottom: 30px;
}

/* == End Common Components ==*/

@media (min-width: 320px) and (max-width: 991px) {
.footer ul.footer-bottom-left li {
    margin: 0px 0px 8px 0px;
}
.footer .footer-bottom-right {
    float: none;
}
.footer .footer-bottom-right .footer-fraud {
    float: left;
}
.footer .footer-copy-right {
    text-align: left;
}
}

@media (min-width: 320px) and (max-width: 768px) {
.footer .footer-fraud {
    float: none;
    text-align: left;
}
}

@media (min-width: 320px) and (max-width: 450px) {
.footer .footer-bottom-left ul li {
    float: none;
}
.footer .footer-bottom-left ul li a.wbg-partnership:first-child {
    border-left: 0px;
    margin-left: 0px;
    padding-left: 0px;
}
}
/* == End footer SASS == */

.librarySecLg {
    margin: 30px 6% 0 6%;
    padding: 0;
    width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}
.librarySecLg li.lib-list {
    position: relative;
    display: flex;
    background-color: #fff;
    padding: 30px 30px 135px 30px;
    border: 1px solid #dad7d7;
    margin: 0.5%;
    width: 43%;
    display: inline-block;
    list-style-type: none;
    text-align: left !important;
    -webkit-box-shadow: 0px 0px 60px 0px rgba(45,51,54,0.3);
    -moz-box-shadow: 0px 0px 60px 0px rgba(45,51,54,0.3);
    box-shadow: 0px 0px 60px 0px rgba(45,51,54,0.3);
}
.librarySecLg li.lib-list .librarySecLg-content {
    width: 100%;
}
.librarySecLg li.lib-list .librarySecLg-content img.icon {
    margin: 15px auto 0 auto;
    display: block;
}
.librarySecLg li.lib-list .librarySecLg-content h6 {
    font-size: 16px;
    font-weight: 600;
    color: #0071bc;
    margin: 28px 0 40px 0;
    text-align: center;
}
.librarySecLg li.lib-list .librarySecLg-content h6 span {
    margin: 0;
    color: #909090;
}
.librarySecLg li.lib-list .librarySecLg-content h6 span.devider {
    margin: 0 10px;
    color: #909090;
}
.librarySecLg li.lib-list .librarySecLg-content h4 {
    margin: 25px 0 20px 0;
    text-align: center;
    padding: 0 15px;
}
.librarySecLg li.lib-list .librarySecLg-content h4 a {
    font-size: 22px;
    font-weight: 600;
    color: #4f5355;
    line-height: 28px;
    display: block;
}
.librarySecLg li.lib-list .librarySecLg-content h4 a:hover {
    color: #1f7dd1;
}
.librarySecLg li.lib-list .librarySecLg-content h5 {
    font-size: 13px;
    font-weight: 600;
    color: #a7a7a7;
    margin: 14px 0 20px 0;
    text-align: center;
}
.librarySecLg li.lib-list .librarySecLg-content p {
    font-size: 16px;
    font-weight: normal;
    color: #5a5a5a;
    line-height: 24px;
    text-align: center;
    padding: 0 15px;
}
.librarySecLg li.lib-list p.featuredTxt {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 30px;
    background-color: #ffac33;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}
.no-marg-right {
    margin-right: 0 !important;
}
.no-marg-left {
    margin-left: 0 !important;
}
.no-pad {
    padding: 0 !important;
}
.BtnDownLib {
    border-radius: 35px;
    width: 170px;
    margin: 30px auto 10px auto;
    display: block;
    padding: 8px 20px;
}
.librarySecSm {
    margin: 0 6% 0 6%;
    padding: 0;
    width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}
.librarySecSm li.lib-list-sm {
    position: relative;
    display: flex;
    background-color: #fff;
    padding: 30px 30px 60px 30px;
    border: 1px solid #dad7d7;
    margin: 0.5%;
    width: 28%;
    display: inline-block;
    list-style-type: none;
    text-align: left !important;
}
.librarySecSm li.lib-list-sm .librarySecSm-content {
    text-align: left !important;
    width: 100%;
}
.librarySecSm li.lib-list-sm .librarySecSm-content img.icon {
    margin: 15px 0 22px 0;
    visibility: hidden;
}
.librarySecSm li.lib-list-sm .librarySecSm-content h6 {
    font-size: 13px;
    font-weight: 600;
    color: #0071bc;
    margin: 0 0 30px 0;
}
.librarySecSm li.lib-list-sm .librarySecSm-content h6 span {
    margin: 0;
    color: #909090;
}
.librarySecSm li.lib-list-sm .librarySecSm-content h6 span.devider {
    margin: 0 10px;
    color: #909090;
}
.librarySecSm li.lib-list-sm .librarySecSm-content h4 {
    margin: 0 0 20px 0;
}
.librarySecSm li.lib-list-sm .librarySecSm-content h4 a {
    font-size: 16px;
    font-weight: 600;
    color: #4f5355;
    line-height: 21px;
    display: block;
}
.librarySecSm li.lib-list-sm .librarySecSm-content h4 a:hover {
    color: #1f7dd1;
}
.librarySecSm li.lib-list-sm .librarySecSm-content h5 {
    font-size: 13px;
    font-weight: 600;
    color: #a7a7a7;
    margin: 14px 0 20px 0;
}
.librarySecSm li.lib-list-sm .librarySecSm-content p {
    font-size: 14px;
    font-weight: normal;
    color: #5a5a5a;
    line-height: 20px;
}
.librarySecSm li.lib-list-sm p.upcomingTxt {
    position: absolute;
    top: 0;
    right: 0;
    padding: 7px 17px;
    background-color: #ffac33;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}
.librarySecSm li.lib-list-sm p.pastTxt {
    position: absolute;
    top: 0;
    right: 0;
    padding: 7px 17px;
    background-color: #d2d7d9;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}
.pagination {
    display: table;
    padding-left: 0;
    margin: 20px auto;
    border-radius: 4px;
}
.pagination>li {
    display: inline-block;
    margin: 0 10px;
    line-height: inherit;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 10px 18px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #989898;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid transparent;
    font-size: 16px;
    font-weight: 500;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #0071bc;
    border-color: transparent;
    font-weight: bold;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #0071bc;
    background-color: transparent;
    border-color: transparent;
}
.table-custom>tbody>tr>td, .table-custom>tbody>tr>th, .table-custom>tfoot>tr>td, .table-custom>tfoot>tr>th, .table-custom>thead>tr>td, .table-custom>thead>tr>th {
    padding: 10px;
}
.table-custom>thead>tr>th {
    background-color: #303030;
    vertical-align: bottom;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 20px 10px;
}
.table-custom>tbody>tr>td a {
    color: #0071bc;
    text-decoration: none;
}
.table-custom>tbody>tr>td a:hover {
    color: #0071bc;
    text-decoration: underline;
}
.table-custom>tbody>tr>td ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.table-custom>tbody>tr:nth-of-type(odd) {
    background-color: #f0f5f7;
}
table {
    border-collapse: separate;
    margin-bottom: 30px;
    margin-top: 30px;
}
.btn-group {
    float: right;
    margin-top: 30px;
}
.btn-info {
    background-color: transparent;
    padding: 0 10px;
    font-size: 18px;
    font-weight: 600;
    color: #0071bc;
    text-shadow: none;
    border-radius: none;
    display: inline-block;
    margin: 0;
    border: 1px solid transparent;
}
.btn-info:hover {
    color: #cbcbcb;
    background-color: transparent;
    border: 1px solid transparent;
    text-decoration: none;
    border-color: transparent;
}
.btn-info.focus, .btn-info:focus {
    color: #cbcbcb;
    background-color: transparent;
    border-color: transparent;
}
.btn-info.active, .btn-info:active, .open>.dropdown-toggle.btn-info {
    color: #cbcbcb;
    background-color: transparent;
    border: 1px solid transparent;
    text-decoration: none;
    box-shadow: none;
    border-color: transparent;
}
.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open>.dropdown-toggle.btn-info.focus, .open>.dropdown-toggle.btn-info:focus, .open>.dropdown-toggle.btn-info:hover {
    color: #cbcbcb;
    background-color: transparent;
    border: 1px solid transparent;
    text-decoration: none;
    border-color: transparent;
}
/* === Begin Font-face === */
@font-face {
    font-family: 'andesbold';
    src: url('../fonts/andes/andes-bold-webfont.woff2') format('woff2'), url('../fonts/andes/andes-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'andesextralight';
    src: url('../fonts/andes/andes-extralight-webfont.woff2') format('woff2'), url('../fonts/andes/andes-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'andesregular';
    src: url('../fonts/andes/andes-regular-webfont.woff2') format('woff2'), url('../fonts/andes/andes-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* === End Font-face === */

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
.no-pad-sm {
    padding: 0;
}
.cus-width-sm-list-l {
    width: 60% !important;
    margin: 0.5% 0 !important;
    padding: 30px !important;
}
.cus-width-sm-list-r {
    width: 40% !important;
    margin: 0.5% 0 !important;
}
.librarySecLg {
    margin: 15px 0 1% 0;
}
}

@media only screen and (max-width:767px) {
.kc-containerMobileFix {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; /* optional */
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.kc-containerMobileFix .first_div {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}
.kc-containerMobileFix .second_div {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}
.librarySecLg {
    margin: 100px 0 0 0;
}
.librarySecLg li {
    display: block !important;
    margin: 0 !important;
    width: 100% !important;
}
.no-marg-bot-xs {
    margin-bottom: 0 !important;
}
.no-marg-top-xs {
    margin-top: 0 !important;
}
}

@media (max-width: 60em) {
.librarySecSm {
    margin: 0;
}
.librarySecSm li.lib-list-sm {
    margin: 2.5% 0;
    width: 100%;
}
}

body.path-frontpage div#contentcutomdiv,
body.irc-ppplrc-library div#contentcutomdiv,
body.irc-topics div#contentcutomdiv,
body.irc-sectors div#contentcutomdiv{
    display:none;
    
}
body.irc-resource-library div#contentcutomdiv h2,
body.irc-library_search div#contentcutomdiv h2
 {
display: none;
}

ul.mega-dropdown-menu{
    top: 150px;
}

body.toolbar-horizontal ul.mega-dropdown-menu{
    top: 50px;
}
.field--name-body img:first-of-type{
    width:100%;
}

#block-librarysorting-2,
#block-exposedformlibrarypage-1-2,
#block-pppirc-barrio-exposedformlibrarypage-1 { display: none;}

#search-form .input-group {
    position: relative;
    display: table;
}

/** Languages **/
.site_languages {
    display: none;
}

.library-grid-list a#list {
    margin-left: -100px;
    position: relative;
}
.atri_imgbox {
    height: auto !important;
}
/*.form--inline .form-item {
    width: 200px !important;
}*/
.view-plrc-latest-documents span.file.icon-before:before {
    content: "• ";
    /* padding: 5px; */
    margin: 5px;
    font-size: 20px;
    padding-left: 20px;
}
.view-plrc-latest-documents span.file.icon-before {
    white-space: pre !important;
}
.view-plrc-latest-documents span.file-size {
    padding-left: 5px;
}
.form-inline .form-control {
    width: 100% !important;
}
#ftn1 em {
    display: none;
}
.wbgm_menu__toggle {    
    width: 30px !important;
    height: 30px !important;
}
li.es {
    display: none;
}
li.fr {
    display: none;
}
li.zh-hans {
    display: none;
}
.toolbar-horizontal .toolbar-tray {
    position: absolute;
}

.fa.fa-list.tableofcontents {
font-size:18px !important;
}
.tableofcontentslink
{

    position: absolute;
    right: 160px;
}

.tools-sample-ppp-clauses #block-views-block-tab-landing-page-tablandingpage {
    display: none;
}

.user-logged-in.tools-sample-ppp-clauses #block-views-block-tab-landing-page-tablandingpage {
    display: block;
}

.tools-benchmarking #block-views-block-tab-landing-page-tablandingpage {
    display: none;
}

.user-logged-in.tools-benchmarking #block-views-block-tab-landing-page-tablandingpage {
    display: block;
}

.file-icon,.file-link, .file-size {
    border: none !important;
}
.view-taxonomy-term .views-row .views-field-body .field-content ,.view-taxonomy-term .views-row .views-field-body .field-content p {
font-family: "Open Sans",sans-serif;
}
.view-taxonomy-term .view-content {
 margin-bottom: 50px;
}

