/*
Theme Name: GBA
Author: Jam
Description: Theme For Global Business Alliance
Version: 1.4.7
Tested upto: 6.0.3
*/

body {
    margin: 0;
    padding: 0;
}
h1 {
    font-size: 3rem;
}
p {
    font-size: 1.5rem;
}
a {
    color: #1cadc8;
}
blockquote hr {
    width: 116px;
    height: 8px;
    border: none;
    background-color: #1cadc8!important;
    margin-top: 30px!important;
}
.single main {
    padding: 3% 0;
}
.nav-link {
    color: #ffffff;
    font-size: 20px;
    padding: 15px 0!important;
}
.slidein-header .eael-offcanvas-content-wrap .eael-toggle-text {
    display: none;
}
.eael-offcanvas-content {
    background-color: #00416b!important;  
}
.eael-offcanvas-body {
    padding-right: 0!important;
    padding-left: 0!important;
}
.vertical-menu .nav-link {
    padding: 0 15px!important;
}
.vertical-menu .sub-menu li {
    padding-left: 0!important;
}
.vertical-menu .sub-menu li .nav-link {
    padding: 15px!important;
    font-size: 1em!important;
    line-height: 1.5!important;
}
.hero{
    position: relative;
}
.hero:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: width 0.2s cubic-bezier(0.24, 0.58, 0.38, 0.83);
    transition: width 0.2s cubic-bezier(0.24, 0.58, 0.38, 0.83);
    width: 0;
    height: 15px;
    background-color: #1cadc8;
}
.hero:hover:before {
    width: 100%;
}
.hero .elementor-button {
    position: relative;
}
.hero .elementor-button span {
    position: relative;
    z-index: 1;
}
.hero .elementor-button::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
    background-color: #9FC555;
    transition: 0.3s ease-out;
}
.hero .elementor-button:hover::before {
    width: 0%;
}
.btn-primary {
    font-family: "FuturaBT Heavy", Sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #184068;
    border-color: #184068;
    display: block;
    margin: auto;
    padding: 10px 20px;
    text-transform: uppercase;
}
.btn-primary,
.primary-btn a,
.featured-posts .elementor-posts .elementor-post__read-more {
    position: relative;
    text-transform: uppercase;
}
.primary-btn a > span,
.featured-posts .elementor-posts .elementor-post__read-more span {
    position: relative;
    z-index: 1;
}
.primary-btn a::before,
.featured-posts .elementor-posts .elementor-post__read-more:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
    background-color: #9FC555;
    transition: 0.3s ease-out;
}
.primary-btn a:hover::before,
.featured-posts .elementor-posts .elementor-post__read-more:hover:before {
    width: 0%;
}
.stats-counter .elementor-counter .elementor-counter-number-wrapper {
  display: inline-block;
  text-align: left;
}
.stats-counter .elementor-counter .elementor-counter-title {
  text-align: left;
}
.stat-columns {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.stat-columns:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.stat-columns .elementor-widget-counter {
    margin-bottom: 0!important;
}
.newsletter form input {
  font-size: 1em;
  font-weight: bold;
}
.newsletter form input[type="email"] {
    background: #ffffff;
    border: none;
    color: #222;
    font-size: 1.5em!important;
    padding: 15px!important;
}
.newsletter form input[type="submit"] {
    color: #fff;
    font-size: 1.5em;
    letter-spacing: 1px;
    background-color: #9fc555;
    border: none;
    padding: 10px 40px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
}
.newsletter form input[type="submit"]::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
    background-color: #9FC555;
    transition: 0.3s ease-out;
}
.newsletter form input[type="submit"]:hover::before {
    width: 0%;
}
.newsletter form input[type="submit"]:hover {
    color: #FFFFFF;
    background-color: #184068;
}
.newsletter .gform_title,
.newsletter .gform_confirmation_message {
    color: #222222;
    font-size: 2.5em;
    margin-bottom: 15px;
}
.newsletter .gform_description {
    color: #222222;
    font-size: 1.5em;
    margin-bottom: 30px;
    display: block;
    max-width: 60%;
}
.single .container {
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
}
.image-box {
    background: #184068;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    transform: scale(1.0);
}
.image-box:hover {
     -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.image-box .elementor-image-box-title {
  position: relative;
  padding-left: 45px;
}
.image-box .elementor-image-box-title:before {
    content: url(http://globalbusiness.org/wp-content/uploads/2022/11/arrow-1.svg);
    position: absolute;
    top: 0;
    left: 0;
}
.image-box:after,
.resources-display .box:after,
.latest.box .wrap:after,
.bio .box .wrap:after,
.related-carousel .eael-entry-media:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: width 0.2s cubic-bezier(0.24, 0.58, 0.38, 0.83);
    transition: width 0.2s cubic-bezier(0.24, 0.58, 0.38, 0.83);
    width: 0;
    height: 5px;
    background-color: #1cadc8;
}
.image-box:hover:after,
.resources-display .box:hover:after,
.latest.box .wrap:hover:after,
.bio .box .wrap:hover:after,
.related-carousel .eael-entry-media:hover:after {
   width: 100%;
}
.image-box .elementor-image-box-content {
    padding-left: 15px;
    padding-right: 15px;
}
.featured-posts article {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.featured-posts .elementor-posts .elementor-post__excerpt {
        margin-top: 30px;
        margin-bottom: 30px;
}
.featured-posts .elementor-posts .elementor-post__read-more {
        background-color: #00416b;
        padding: 10px 30px;

}
.about-slider .elementor-slides .swiper-slide-bg {
    background-position: left center;
    background-size: 50%!important;
}
.about-slider .elementor-button {
    position: relative;
}
.about-slider .elementor-button span {
    position: relative;
    z-index: 1;
}
.about-slider .elementor-button::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
    background-color: #9FC555;
    transition: 0.3s ease-out;
}
.about-slider .elementor-button:hover::before {
    width: 0%;
}
.about-slider .swiper-pagination {
    bottom: -30px!important;
}
.classic-grid .elementor-post__text {
    padding: 15px;
}
.classic-grid article:hover {
    transition: background 0.5s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.states select,
.resources-filter select,
.latest-filter select {
    font-size: 1em;
    padding: 12px 15px;
    width: 350px;
    background-color: white;
    border: thin solid #222222;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
    margin-bottom: 15px;
    /* reset */     
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image:
    linear-gradient(45deg, transparent 50%, #ffffff 50%),
    linear-gradient(135deg, #ffffff 50%, transparent 50%),
    linear-gradient(to right, #92c83e, #92c83e);
      background-position:
        calc(100% - 20px) calc(1em + 2px),
        calc(100% - 15px) calc(1em + 2px),
        100% 0;
      background-size:
        5px 5px,
        5px 5px,
        2.5em 2.5em;
      background-repeat: no-repeat;
}
.display-states {
    margin: 30px 0;
}
.display-states .content p {
    font-size: 1em;
    line-height: 1.3;
}
.display-states .primary-btn {
    clear: both;
    display: inline-block;
    margin-top: 15px;
}
.display-states .primary-btn a {
    padding: 10px 30px;
    background: #184068;
    color: #ffff;
    font-size: 1.5em;
    font-family: "FuturaBT Bold", sans-serif;
    letter-spacing: 1px;
}
.single-states .nopadding .eael-elements-flip-box-padding {
    padding: 0 0 5px 0!important;
}
/* Resources  */
.resources-display .box,
.resources-filter,
.latest-display,
.bio {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.resources-display .box,
.latest.box {
    transition: all 0.3s linear;
}
.resources-display .box:hover,
.latest.box:hover {
    transform: scale(1.05);
    filter: drop-shadow(3px 5px 5px rgb(0 65 107 / 20%));
}
.resources-display .box .col,
.latest.box {
    padding: 0 15px;
}
.resources-display .box .col:first-child {
    flex: 0 0 auto;
    width: 33.33333333%;
    padding: 0;
}
.resources-display .box .col:last-child {
    flex: 0 0 auto;
    width: 66.66666667%;
}
.resources-display .box .col .wrap {
    position: relative;
    height: 250px;
    overflow: hidden;
    background: #00416B;
}
.resources-display .box .col .wrap img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.resources-display .box span.category,
.latest span.category {
    color: #908e8e;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.resources-display .box h3,
.latest h3 {
    font-size: 1.5em!important;
    line-height: 1;
    color: #222222;
    margin: 0;
}
.resources-display .box h3 a,
.latest h3 a {
        color: #222222;
}
.resources-display .box p,
.latest p {
    font-size: 1em;
    line-height: 1.3;
}
.resources-filter,
.latest-filter {
    margin-bottom: 30px;
}
.resources-filter .col {
    flex: 0 0 auto;
    width: 25%;
    padding: 0 15px;
}
.resources-filter button,
.latest-filter button {
    background: #92c83e;
    border: none;
    border-radius: 4px;
    font-size: 1em;
    font-weight: bold;
    line-height: 2.5em;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}
.latest.box {
    flex: 0 0 auto;
    width: 33.33333333%;
    margin-bottom: 30px;
}
.latest.box .col {
    background: #e7e9eb;
    height: 100%;
}
.latest.box .col .metas {
    padding: 15px;
}
.latest.box .wrap,
.bio .box .wrap {
    position: relative;
    height: 250px;
    overflow: hidden;
    background: #00416B;
}
.latest.box .wrap img,
.bio .box .wrap img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.latest-display .pagination {
    position: absolute;
    bottom: -30px;
    right: 0;
    left: 0;
}
.pagination {
    display: block;
    text-align: center;
    margin-top: 30px;
}
.pagination .page-numbers {
    color: #222222;
    font-size: 35px;
    font-weight: normal;
}
.pagination .page-numbers.current {
    font-size: 35px;
    font-weight: bold;
}
.bio .box {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    flex: 0 0 auto;
    width: 25%;
}
.bio .box:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.bio .box .col {
    padding: 0 15px;
    margin-bottom: 30px;
}
.bio .box .wrap {
    margin-bottom: 15px;
}
.bio .box h3 {
    margin-bottom: 15px;
}
.bio .box h3,
.bio .box h3 a {
    color: #00adca;
    font-size: 1.3em!important;
    line-height: 1;
    padding-bottom: 0;
}
.bio .box h3,
.bio .box p {
    text-align: center;
    margin-top: 0;
}
.bio .box p {
    font-size: 1em;
    line-height: 1;
    font-style: normal;
    padding-bottom: 0;
    margin-bottom: 0;
}
.bio .box .position.board {
    font-style: normal;
    font-weight: bold;
    margin-bottom: 15px;
}
.board-members ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}
.board-members ul li {
    flex: 0 0 auto;
    width: 25%;
    padding: 0 15px;
    margin-bottom: 15px;
}
.board-members ul li h3,
.board-members ul li h3 a {
    font-size: 1.3em;
    color: #ffffff;
    margin: 0;
}
.board-members ul li p {
    color: #ffffff;
    font-size: 1em;
    line-height: 1;
    padding: 0;
    margin: 0;
}
.membership-filter ul {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-evenly;
    list-style-type: none;
    padding-left: 0;
    text-align: center;
    padding: 20px 0;
}
.membership-filter ul li {
    color: #ffffff;
    display: inline-block;
    margin-right: 15px;
}
.membership-filter ul li a {
    color: #ffffff;
    font-size: 2em;
    line-height: 1.5em;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
}
.membership-filter ul li a.active {
    background: #fff;
    color: #00adca;
    font-weight: bold;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.membership-display .group-letter h2 {
    color: #ffffff;
    margin-top: 0;
    text-transform: uppercase;
}
.membership-display .group-letter .by-letter {
    padding: 3% 0;
}
.membership-display ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    padding-left: 0;
}
.membership-display ul li {
    font-size: 1.5em;
    line-height: 1;
    flex: 0 0 auto;
    width: 50%;
    margin-bottom: 5px;
}
.membership-display ul li,
.membership-display ul li a {
    color: #ffffff;
    text-transform: capitalize;
    transition: all 0.5s ease-in-out;
}
.membership-display ul li:hover,
.membership-display ul li a:hover {
    color: #00416b;
    text-transform: capitalize;
}
.members .tabs-nav ul {
  margin: 0;
  padding: 0;
}
.members .tabs-nav li {
  display: inline-block;
  background: rgba(0, 0, 0, 0.78);
  color: #fefefe;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #34495E;
  margin-right: 5px;
}
.members .tabs-nav a {
  display: block;
  padding: 10px 15px;
  font-weight: bold;
  color: #fff;
}
/* Active tab */
.members .tabs-nav li.active {
  background: #FFF;
  color: #000;
}
.members .tabs-nav li.active a {
  color: inherit;
}
/* Tab content */
.members .tabs-content {
  border: 1px solid #34495E;
  padding: 10px;
  background: #FFF;
  margin-top: -1px;
  overflow: hidden;
}
/* Hide all but first content div */
.members .tabs-content div:not(:first-child) {
  display: none;
}
/* Single */
.single-states .state-neighbor {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    padding-left: 0;
    justify-content: center;
}
.single-states .state-neighbor li {
    position: relative;
    padding-left: 100px;
    padding-right: 15px;
    min-height: 150px;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.single-states .state-neighbor li img {
    position: absolute;
    left: 0;
    max-width: 100px;
}
.single-states .state-neighbor li a {
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    transition: all 0.5s ease-in-out;
}
.single-states .state-neighbor li a:hover,
.single-states .state-neighbor li a:hover span {
    color: #00adca;
}
.single-states .state-neighbor li a span {
    color: #fff;
    font-size: 1em;
    display: block;
    margin-top: 15px;
}
.single-states .state-neighbor li a span:before {
    content: url('/wp-content/uploads/2023/01/up-arrow-24px.png');
    display: inline-block;
    margin-right: 5px;
}
.single-states .state-neighbor li a span.decrease:before {
    content: url('/wp-content/uploads/2023/01/down-arrow-24px.png');
}
.single-states .eael-elements-flip-box-front-container,
.single-states .eael-elements-flip-box-rear-container {
  background-color: rgba(0, 0, 0, 0)!important;
}

@media (max-width: 1024px) {
    .newsletter {
        background-image: none!important;
    }
    .newsletter .gform_title, .newsletter .gform_confirmation_message {
        font-size: 2em;
        text-align: center;
    }
    .newsletter .gform_description {
        font-size: 1em;
        text-align: center;
        max-width: 100%;
    }
    .newsletter form input[type="submit"] {
        font-size: 1em;
        padding: 10px 15px!important;
    }
    .newsletter form input[type="email"] {
        font-size: 1em!important;
        padding: 10px 15px!important;
    }
    .newsletter .gform_footer {
        display: block!important;
        text-align: center;
    }
    .about-slider .elementor-slides .swiper-slide-bg {
        background-position: center;
        background-size: cover!important;
    }
    .about-slider .elementor-background-overlay {
        background-color: rgba(0, 0, 0, 0.5)!important;
    }
    .about-slider .swiper-slide-contents {
        text-align: center;
    }
    .about-slider .swiper-slide-inner {
        justify-content: center!important;
    }
}

@media (max-width: 980px) {
    .hero {
        transition: all 0.3s ease-in-out;
        background-size: cover;
    }
    .hero:hover {
        background-size: cover!important;
    }
    .featured-posts article.elementor-post {
        display: block;
        text-align: center;
    }
    .featured-posts article.elementor-post .elementor-post__thumbnail {
        margin-bottom: 30px;
    }
    .latest.box,
    .board-members ul li {
        flex: 0 0 auto;
        width: 50%;
    }
    .bio .box {
        flex: 0 0 auto;
        width: 33.33%;
    }
    .membership-filter ul {
        display: block;
    }
    .membership-filter ul li {
        margin-bottom: 20px;
    }
    .single-states .state-neighbor li {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .single-states .state-neighbor li a span {
        font-size: 26px;
    }
}
@media (max-width: 767px) {
    .image-box {
        max-width: 365px;
        width: 100%;
        margin: auto;
    }
    .image-box .elementor-image-box-img {
        margin-left: 0;
        width: 100%;
    }
    .image-box .elementor-image-box-content {
        padding-left: 15px!important;
        padding-right: 15px;
    }
    .resources .col:first-child,
    .resources .col:last-child,
    .resources-filter .col,
    .latest.box,
    .board-members ul li {
        flex: 0 0 auto;
        width: 100%;
    }
    .states select, .resources-filter select, .latest-filter select {
        width: 100%;
    }
    .bio .box {
        flex: 0 0 auto;
        width: 50%;
    }
    .membership-display ul li {
        flex: 0 0 auto;
        width: 100%;
    }
    .single-states .state-neighbor li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    } 
}
@media (max-width: 480px) {
    .bio .box {
        flex: 0 0 auto;
        width: 100%;
    }
}