/*
Theme Name: wgbi
Template: vantage
*/

@import url("https://fonts.googleapis.com/css2?family=Alumni+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

a:focus {
    outline: none;
}
body.layout-full {
  background-color: #fff;
}

body.responsive.layout-full #page-wrapper .full-container {
  max-width: 100% !important;
  padding: 0px;
  padding-bottom: 60px;
}
.main-navigation-container ul li {
  text-transform: uppercase;
}
#masthead.masthead-logo-in-menu .main-navigation-container {
  flex-direction: row-reverse;
}
.main-navigation-container ul ul {
  border-radius: 40px;
  margin-left: 35px;
  padding: 40px;
  border-radius: 40px;
  text-align: center;
  background-color: #65bbb0;
  white-space: nowrap;
}

.main-navigation-container ul ul a {
  width: auto !important;
  letter-spacing: 1px;
  font-size: 24px;
  text-transform: capitalize;
}

#menu-item-33 a {
  width: 210px !important;
}

/* Header */

.header-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 20px 0px;
}

/* Breadcrumbs */
.custom-breadcrumbs {
  background-size: cover;
  background-position: center;
  min-height: 220px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  overflow: hidden;
  position: relative;
  margin-bottom: 60px;
}
.custom-breadcrumbs h1 {
  font-size: 60px;
  font-family: "Alumni Sans", sans-serif !important;
  font-weight: 600 !important;
  color: #fff;
  letter-spacing: normal;
  line-height: 1.3;
  margin-bottom: 0px;
  margin-top: 0px;
  text-align: center;
  width: 100%;
}

.circle-left {
  position: absolute;
  left: 383px;
  bottom: -7px;
}
.circle-right-top {
  position: absolute;
  top: 0;
  right: 363px;
  z-index: 50;
}
.circle-right-bottom {
  position: absolute;
  right: 310px;
  bottom: -7px;
  z-index: 60;
}

@media only screen and (max-width: 1860px) {
  .circle-left {
    left: 354px;
  }
  .circle-right-bottom {
    right: 281px;
  }
  .circle-right-top {
    right: 333px;
  }
}
@media only screen and (max-width: 1760px) {
  .circle-left {
    left: 307px;
  }
  .circle-right-bottom {
    right: 235px;
  }
  .circle-right-top {
    right: 287px;
  }
}
@media only screen and (max-width: 1650px) {
  .circle-left {
    left: 195px;
  }
  .circle-right-bottom {
    right: 126px;
  }
  .circle-right-top {
    right: 177px;
  }
}
@media only screen and (max-width: 1450px) {
  .circle-right-top {
    right: 125px;
  }
  .circle-right-bottom {
    right: 75px;
  }
  .circle-left {
    left: 150px;
  }
}
@media only screen and (max-width: 1300px) {
  .circle-left {
    left: 72px;
  }
  .circle-right-bottom {
    right: 0;
  }
  .circle-right-top {
    right: 50px;
  }
}
@media only screen and (max-width: 1200px) {
  .circle-left,
  .circle-right-top,
  .circle-right-bottom {
    display: none;
  }
  .custom-breadcrumbs {
    background-image: url("../wgbi/Images/sub_hero_bg_blank.png") !important;
  }
}

/* style the topbar */
.top-bar {
  background-color: #fff;
  color: #000;
  padding: 0px 0px 10px;
  margin-bottom: 0px;
}

.top-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  max-width: 100%;
}

ul.top-bar-right li {
  list-style-type: none;
  display: inline-block;
}
.top-bar-right .fa.fa-linkedin {
  font-size: 24px;
  background: #00549f;
  color: #fff;
  border-radius: 50%;
  padding: 10px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
}
.top-bar-right .fa.fa-linkedin:hover {
  background-color: #65bbb0;
}
ul.sub-menu li a {
  padding: 0px !important;
}
#page-wrapper h3 {
  font-weight: 500 !important;
  margin-bottom: 30px !important;
  line-height: normal !important;
}
#main {
  background-color: #ffffff;
  padding: 0px;
}
#masthead {
  margin-top: 0px;
}
.logo-in-menu-wrapper img {
  width: 404px !important;
}
ul#menu-menu-1 {
  display: flex;
  justify-content: space-between;
}
ul#menu-menu-1 a {
  padding: 30px;
}
#menu-menu-1 li:last-child a {
  padding-right: 0px;
}
.top-bar-right a {
  padding: 5px !important;
}
a.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #00549f;
  border-radius: 50%;
  text-align: center;
}
a.icon i {
  color: #fff;
  font-size: 24px;
  line-height: 20px;
}
li:hover a.icon {
  background: #65bbb0 !important;
  text-decoration: none !important;
}
a.icon:hover {
  background: #65bbb0 !important;
}
ul.top-bar-right {
  display: flex;
  justify-content: end;
  width: 100%;
  align-items: center;
  text-align: right;
}
.top-bar a {
  color: #54575a !important;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  font-family: "Alumni Sans", sans-serif;
  border-right: 1px solid #ccc;
  margin-right: 10px;
  padding: 0px 10px !important;
}
a.icon {
  border-right: none;
  margin-right: 0px;
}
.top-bar a:hover {
  text-decoration: underline;
}
ul#menu-menu-1 a:focus {
  border: none;
  outline: none;
}

/* Home Page CSS */
/* Banner */

.banner {
  background: url(Images/hero_bg_dots.png) no-repeat center;
  background-size: cover;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner-content {
  max-width: 720px;
  min-height: 440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Alumni Sans", sans-serif;
}
.banner-para p {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 30px;
  text-align: center;
}
.banner-btn {
  text-align: center;
}
.banner-btn .button {
  display: inline-block;
  padding: 10px 20px;
  color: #00549f;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  font-family: "Alumni Sans", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid #ffffff;
  cursor: pointer;
  box-sizing: border-box;
}
.banner-btn .button:hover,
.banner-btn .button:focus {
  border-color: #65bbb0;
  background-color: #65bbb0;
  color: #fff;
  opacity: 1;
}

/* Overlay image */

@media only screen and (max-width: 1550px) {
  #home-hero .container {
    max-width: 600px;
    padding: 0;
  }
  #home-hero .container p {
    font-size: 24px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 1275px) {
  #home-hero .container {
    max-width: 500px;
  }
  #home-hero .container p {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 25px;
  }
}
/* Benefits */
#benefits {
  padding: 60px 0px;
}
#benefits h3 {
  color: #00549f;
  font-size: 40px;
  font-family: "Alumni Sans", sans-serif;
  text-align: center;
  text-transform: uppercase;
  line-height: 40px;
  margin-bottom: 55px;
  font-weight: 500;
}
.benefits-box {
  display: inline-block;
  text-align: center;
  width: 240px;
}
.benefits-wrapper {
  display: flex;
  justify-content: space-between;
}
.icon-wrapper {
  width: 220px;
  height: 220px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.icon-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.benefits-box:hover .icon-ring img {
  animation: rotate-center 0.6s ease-in-out both;
}
@keyframes rotate-center {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.benefit-icon {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hover-image {
  display: none;
}
.benefits-box:hover .benefit-icon .hover-image {
  display: block;
}
.benefits-box:hover .benefit-icon .base-image {
  display: none;
}
.benefit-content {
  padding: 0px 20px;
  font-family: "Alumni Sans", sans-serif;
  font-size: 28px;
  line-height: 28px;
  font-weight: 600;
  transition: color 0.75s ease-out;
}
.benefits-box:hover .benefit-content {
  color: #65bbb0;
}

/* Feature */
#feature {
  width: 100%;
  background: url("Images/feature_bg.png") no-repeat center;
  background-size: cover;
  padding: 85px 0px;
}
.feature-content h2 {
  font-size: 46px;
  font-family: "Alumni Sans", sans-serif;
  font-weight: 700;
  color: #00549f;
  letter-spacing: normal;
  line-height: 46px;
  margin-bottom: 25px;
  margin-top: 0px;
}
.feature-content h2 a {
  color: #00549f;
  text-decoration: none;
  font-weight: 700;
}
.feature-content h2 a:hover {
  color: #65bbb0;
  text-decoration: none !important;
}

.feature-wrapper {
  display: flex;
  gap: 30px;
}
.feature-image,
.feature-content {
  width: 50%;
}
.feature-image img {
  border-radius: 20px;
  max-width: 100%;
}
.summary {
  font-size: 18px;
  margin: 0 0 18px 0;
  line-height: 26px;
}
.read-more a {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  color: #00549f;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none !important;
}
.read-more a:after {
  content: "\f061";
  font-family: "FontAwesome";
  font-weight: 900;
  background: #00549f;
  color: #fff;
  border-radius: 50%;
  padding: 3px 4.63px;
  transition: margin-left 0.4s ease;
  margin-left: 6px;
}
.read-more a:hover {
  color: #65bbb0;
  text-decoration: none !important;
}
.read-more a:hover:after {
  margin-left: 12px;
  background: #65bbb0;
}
.feature-btn {
  text-align: center;
  margin-top: 50px;
}
.feature-btn .button {
  display: inline-block;
  padding: 10px 20px;
  color: #ffffff !important;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  font-family: "Alumni Sans", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: #00549f;
  border-radius: 10px;
  border: 1px solid #00549f;
  cursor: pointer;
  box-sizing: border-box;
}
.feature-btn .button:hover {
  color: #ffffff !important;
  font-weight: 700 !important;
  border-color: #65bbb0;
  background-color: #65bbb0;
  text-decoration: none;
  outline: 0;
}

/*  */
#sponsors {
  padding: 60px 0px;
  width: 100%;
}

#sponsors h3,
#events h3 {
  font-family: "Alumni Sans", sans-serif;
  font-size: 40px;
  color: #00549f;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: normal;
  line-height: 4rem;
  margin-top: 0;
  margin-bottom: 55px;
  font-weight: 500;
}
.sponsor-box {
  height: 186px !important;
  padding: 5px;
}
.sponsor-level img {
  border: none;
}
.slick-slide img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
button.slick-arrow:hover,
button.slick-arrow:focus {
  background-color: #65bbb0;
  border-color: #65bbb0;
}
.sponsor-box .img-box {
  border: 1px solid rgba(112, 112, 112, 0.4);
  overflow: hidden;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.sponsor-box.sponsor-level .img-box {
  padding: 0px !important;
  border: none !important;
}
.slide-left i:before,
.slide-right i:before {
  font-family: "FontAwesome";
  font-size: 20px;
  color: #ffffff;
}
.slide-left,
.slide-right {
  background: #54575a;
  padding: 5px;
  border: none;
  border-radius: 50%;
  width: 37px;
  height: 37px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}
.slide-left {
  left: -50px;
}
.slide-right {
  right: -50px;
}

/* Page */

.static-page .sponsor-box.slick-slide {
    height: 120px !important;
}
.static-page #sponsors {
    padding-bottom:0px;
}

@media (max-width: 1340px) {
  .slide-left {
    left: -5px;
  }
  .slide-right {
    right: -5px;
  }
}

/* footer */
footer {
  background: url("../wgbi/Images/footer_bg-2.png") no-repeat top center;
  width: 100%;
  background-size: cover;
  color: #fff;
  min-height: 180px;
  padding-top: 59px;
  padding-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-top: 75px;
}
footer#colophon {
  display: none !important;
}
#footer .top-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

footer .row {
  margin-bottom: 50px;
}
#footer .top-row .address {
  text-align: center;
}
#footer .top-row .address .email {
  margin-top: 13px;
}
.email a,
.footer_links a {
  color: #fff;
  text-decoration: none !important;
}
.email a:hover,
.footer_links a:hover {
  color: #65bbb0 !important;
}
#footer .top-row .social {
  text-align: right;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
#footer .top-row .social a.social_media,
#footer .top-row .social a.social_media:link,
#footer .top-row .social a.social_media:visited,
#footer .top-row .social a.social_media:active {
  color: #00549f;
  background: #fff;
  font-weight: normal;
  text-decoration: none !important;
  border-radius: 50%;
  width: 37px;
  text-align: center;
  line-height: normal;
  height: 37px;
  display: inline-block;
  font-size: 24px;
  margin-left: 10px;
}
#footer .top-row .social a.social_media:hover i {
  background-color: #65bbb0;
  color: #00549f;
  font-weight: normal;
  text-decoration: none !important;
  border-radius: 50%;
  width: 37px;
  text-align: center;
  line-height: normal;
  height: 37px;
  display: inline-block;
  font-size: 24px;
}
#footer .top-row .social a.social_media i,
#footer .top-row .social a.social_media:hover i,
#footer .top-row .social a.social_media:link i,
#footer .top-row .social a.social_media:visited i,
#footer .top-row .social a.social_media:active i {
  line-height: 37px;
}
footer .fa.fa-linkedin {
  font-weight: 400;
  text-align: center;
  width: 1.25em;
}
.col-md-3.logo,
.col-md-3.social {
  width: 25%;
  float: left;
}
.col-md-6.address {
  width: 50%;
  float: left;
}
.col-md-12.copyright {
  width: 100%;
}
.row.no-margin {
  margin: 0;
}
#footer .copyright {
  text-align: center;
}

#footer .copyright .footer_links a,
#footer .copyright .footer_links a:link,
#footer .copyright .footer_links a:visited,
#footer .copyright .footer_links a:focus {
  color: #fff;
  font-weight: 600;
}
#footer .copyright .footer_links span {
  display: inline-block;
}

/* Banner code */
.img-responsive {
    max-width: 100%;
    box-sizing: border-box;
}
.banner #circle-right {
    position: absolute;
    right: 180px;
    bottom: -7px;
}
.banner #circle-left-sm {
    position: absolute;
    left: 210px;
    top: 114px;
}
.banner #circle-left-md {
    position: absolute;
    top: 0;
    left: 310px;
    z-index: 50;
}
@media only screen and (max-width: 1760px) {
    .banner #circle-right {
        right: 40px;
    }
    .banner #circle-left-sm {
        left: 75px;
    }
    .banner #circle-left-md {
        left: 175px;
    }
}
@media only screen and (max-width: 1550px) {
    .banner #circle-right {
        right: 153px;
        max-width: 308px;
    }
    .banner #circle-left-sm {
        left: 174px;
        max-width: 165px;
        top: 80px;
    }
    .banner #circle-left-md {
        left: 250px;
        max-width: 200px;
    }
}
@media only screen and (max-width: 1510px) {
    .banner #circle-right {
        right: 120px;
    }
    .banner #circle-left-sm {
        left: 150px;
    }
    .banner #circle-left-md {
        left: 220px;
    }
}
@media only screen and (max-width: 1450px) {
    .banner #circle-right {
        right: 42px;
    }
    .banner #circle-left-sm {
        left: 68px;
    }
    .banner #circle-left-md {
        left: 146px;
    }
}
@media only screen and (max-width: 1300px) {
    .banner #circle-right {
        right: 25px;
    }
    .banner #circle-left-sm {
        left: 40px;
    }
    .banner #circle-left-md {
        left: 115px;
    }
}
@media only screen and (max-width: 1130px) {
    .banner #circle-right {
        right: 25px;
        max-width: 250px;
    }
    .banner #circle-left-sm {
        max-width: 125px;
        left: 80px;
    }
    .banner #circle-left-md {
        left: 115px;
        max-width: 150px;
    }
}
@media only screen and (max-width: 1025px) {
    .banner #circle-right,
    .banner #circle-left-md,
    .banner #circle-left-sm {
        display: none;
    }
}


@media (min-width: 768px) {
  .container,
  .sub_container {
    width: 100%;
  }
}
@media (min-width: 400px) {
  .container,
  .sub_container {
    width: 85%;
    padding: 0;
  }
}
.container {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
@media (min-width: 400px) {
  #body_content .sub_container {
    width: 100% !important;
    padding: 0 20px !important;
  }
}
@media (min-width: 1550px) {
  .banner-para p {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    line-height: 32px;
    font-family: "Alumni Sans", sans-serif;
    margin-bottom: 30px;
    text-align: center;
  }
}


@media only screen and (max-width: 1550px) {
  .banner-content {
    max-width: 600px;
    min-height: 338px;
  }
}




@media only screen and (max-width: 1275px) {
  .banner .container p {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 25px;
  }
  .banner-content {
    max-width: 500px;
    padding: 40px 0px;
  }
  .banner-content {
    min-height: 285px;
  }
}



@media only screen and (max-width: 1130px) {
  /* Benefits */
  .benefits-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
}
@media only screen and (max-width: 768px) {
  #feature {
    min-height: auto;
    padding: 50px 0px 50px;
  }
  .banner-content {
    min-height: auto;
  }
}
@media only screen and (max-width: 1200px) {
  .banner {
    background: url("../wgbi/Images/hero_bg_blank.png") no-repeat center;
    background-size: cover;
    padding: 0px;
  }
  .banner-content {
    min-height: 100%;
}
}

@media (max-width: 991px) {
  .feature-wrapper {
    flex-direction: column;
  }
  .feature-content h2 {
    font-size: 36px;
  }
  #sponsors h3,
  #events h3,
  #benefits h3 {
    font-size: 35px;
  }
  .feature-image,
  .feature-content {
    width: 100%;
  }

  .feature-image img {
    margin: 0px;
  }
  footer {
    padding-top: 20px;
  }
  footer .container {
    padding: 0;
  }
  .col-md-3.logo,
  .col-md-3.social,
  .col-md-6.address {
    width: 100%;
  }

  .logo img {
    margin: 0 auto 20px auto;
    display: block;
  }
  #footer .top-row .social {
    justify-content: center;
    margin-top: 20px;
  }
  #footer .copyright {
    padding-bottom: 20px;
  }
  /* Menu */
  .mobilenav-main-link-text {
    display: none;
  }
  .so-mobilenav-mobile + * {
    display: block !important;
  }
  .so-mobilenav-standard + * {
    display: none !important;
  }
  section.footer-area.footer-area-one img {
    margin: 0 auto !important;
    display: block;
    margin-bottom: 20px !important;
  }
}
@media (max-width: 550px) {
  .feature-wrapper {
    gap: 15px;
  }
  .sponsor-box.slick-slide {
    height: 120px !important;
  }
}
@media (min-width: 400px) {
  .sub_container {
    width: 100% !important;
    padding: 0 20px !important;
  }
}
@media only screen and (max-width: 1275px) {
  .custom-breadcrumbs {
    min-height: 150px;
  }
}
@media only screen and (max-width: 900px) {
  .custom-breadcrumbs {
    min-height: 120px;
  }
}
@media only screen and (max-width: 768px) {
  .custom-breadcrumbs {
    min-height: auto;
    background: url("../wgbi/Images/sub_hero_bg_blank.png") no-repeat center;
    background-size: cover;
  }
}

/* Static page */

.sub-container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0px 20px;
}

.static-page a,
.static-page a:link,
.static-page a:visited {
  color: #00549f;
  font-weight: 700;
  text-decoration: none;
}
.static-page a:hover {
  color: #65bbb0;
  font-weight: 700;
  text-decoration: underline;
}
.static-page ul {
  margin-left: 72px;
}
.static-page ul li {
  position: relative;
  margin: 0px;
  margin-bottom: 20px;
  list-style: none;
}
.static-page ul li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: -20px;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  border: 1px solid #141414;
}
.static-page ul li b {
  color: #000;
  font-family: bold;
}

/* Page Title image */
.page-title-image img {
  width: 100%;
}
.static-page h2 {
  font-size: 46px !important;
  font-family: "Alumni Sans", sans-serif !important;
  font-weight: 700 !important;
  color: #00549f !important;
  letter-spacing: normal;
  line-height: 46px;
  margin-bottom: 30px;
  margin-top: 0px;
}
.static-page h3 {
  font-size: 40px !important;
  font-family: "Alumni Sans", sans-serif !important;
  font-weight: 700 !important;
  color: #7fbc42 !important;
  letter-spacing: normal;
  line-height: 40px !important;

  margin-top: 50px;
}
#page-wrapper .static-page h3 {
  font-weight: 700 !important;
  margin-bottom: 15px !important;
}
.static-page h6 {
  font-family: "Montserrat", sans-serif !important;
  color: #54575a !important;
  font-weight: 700 !important;
  font-variant: normal;
  margin: 0;
  font-size: 18px !important;
}
.static-page p {
  font-size: 18px;
  margin: 0 0 20px;
  color: #54575a;
  font-family: "Montserrat", sans-serif;
}
.static-page.post-page p {
  color: #54575a;
}
.static-page b {
  color: #54575a;
  margin-bottom: 0px;
}
.membership-application label,
.membership-application strong {
  font-size: 18px;
  font-weight: 600 !important;
  font-family: "Montserrat", sans-serif;
  color: #54575a;
  background: #ffffff;
  line-height: 2.6rem;
  max-width: 600px;
}

.membership-application strong {
  display: block;
  margin-top: 40px;
}
h2.form-head {
  margin-top: 60px;
}
.membership-application input[type="text"],
.membership-application input[type="email"],
.membership-application input[type="tel"],
.membership-application .membership-application textarea {
  width: 100%;
  max-width: 600px;
  margin: 10px 0px 5px;
  border-left: 5px solid #00549f !important;
  padding: 6px 12px;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.membership-application textarea,
.membership-application .no-border input {
  border-left: 1px solid #ccc !important;
}
.membership-application .wpcf7-checkbox .wpcf7-list-item {
  display: block;
  padding-bottom: 26px;
  margin-bottom: 0px !important;
  margin-left: 0px;
}
.membership-application .wpcf7-list-item-label {
  font-weight: 400;
}
.membership-application .wpcf7-radio .wpcf7-list-item {
  display: block;
  margin: 0px;
  margin-bottom: 20px;
}
.form-submit-btn {
  text-align: center;
}
.form-submit-btn input[type="submit"] {
  display: inline-block;
  padding: 10px 20px;
  color: #ffffff !important;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  font-family: "Alumni Sans", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: #00549f;
  border-radius: 10px;
  border: 1px solid #00549f;
  cursor: pointer;
  box-sizing: border-box;
}
.form-note {
  width: 100% !important;
  font-family: Arial, Helvetica, Sans-Serif !important;
}
.form-submit-btn input[type="submit"]:hover {
  color: #ffffff !important;
  border-color: #65bbb0;
  background-color: #65bbb0;
  text-decoration: none;
  outline: 0;
}
.post-card {
  margin-bottom: 60px;
}
.textwidget p:last-child {
  margin-bottom: 20px !important;
}
.panel-grid,
.so-panel {
  margin: 0px !important;
}
h3.with-image-header {
  margin-top: 0px !important;
}
ul.icon-list li:before {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  background: #00549f;
  color: #fff;
  border-radius: 50%;
  border: none;
  line-height: 28px !important;
  text-align: center;
  margin-right: 8px;
  height: 28px;
  width: 28px;
  position: absolute;
  top: 0px;
  left: -40px;
}
.contact-box {
  background: #00549f;
  color: #fff;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 157px;
  border-radius: 5px;
}
.contact-box i {
  color: #fff;
  font-size: 24px;
}

.contact-details {
  margin-top: 10px;
}
.contact-us input[type="text"],
.contact-us input[type="email"],
.contact-us input[type="tel"] {
  width: 100%;
  max-width: 600px;
  margin: 10px 0px 5px;
  border-left: 5px solid #00549f !important;
  padding: 6px 12px;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.contact-us label {
  font-size: 18px;
  font-weight: 600 !important;
  font-family: "Montserrat", sans-serif;
  color: #54575a;
  background: #ffffff;
  line-height: 2.6rem;
  max-width: 600px;
}
.box-inner {
  padding-top: 30px;
}
span.tooltip {
  display: block;
  position: relative;
}

span.tooltiptext {
  display: none;
  position: absolute;
  top: -15px;
  left: 20px;
  width: 200px;
  line-height: 24px !important;
  font-size: 11px;
  line-height: normal;
  z-index: 999;
  border: 1px solid #46a3d3;
  background: #edf8ff;
  color: #46a3d3;
  padding: 10px;
}
.tooltip:hover .tooltiptext {
  display: block;
}
.widget #wgbi-leadership img {
  margin-top: 0 !important;
  margin-bottom: 2rem !important;
}
.static-page #wgbi-leadership ul li:before {
  display: none;
}
#wgbi-leadership .fa-arrow-right {
  background: #00549f;
  color: #fff;
  border-radius: 50%;
  padding: 10px;
}
span.wpcf7-list-item-label {
    padding-left: 15px;
}

/* Event page */
.event-page {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
}
.event-page h2{
    margin:0px;
}
.no-event-update {
    text-align: center;
    font-weight: 700;
    font-size: 22px;
}

@media (min-width: 992px) and (max-width: 1225px) {
  ul#menu-menu-1 a {
    font-size: 21px !important;
  }
}
@media (max-width: 991px) {
  .header-wrapper {
    display: block;
    padding-top: 60px; /* to match with the absolute positioned menu bar with heigt 60px */
    padding-bottom: 0;
  }

  .top-bar-right {
    justify-content: center !important;
  }
  .main-navigation-container {
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    margin-left: -20px;
    height: 60px;
    background: #00549f;
    align-items: center;
  }
  a.mobilenav-main-link {
    color: #fff !important;
  }
  .logo-in-menu-wrapper img {
    width: 230px !important;
    max-width: 230px !important;
  }
  .logo img {
    margin: 0 !important;
  }
  #masthead.masthead-logo-in-menu .logo {
    flex-direction: column;
  }
  .mobilenav-main-link-text {
    display: inline;
  }
  .main-navigation-container ul li:hover > a,
  .main-navigation-container ul li:focus > a {
    background-color: #00549f !important;
    color: #fff !important;
  }
  .main-navigation-container ul li a {
    padding: 0 35px !important;
  }
}
@media (max-width: 900px) {
  .custom-breadcrumbs h1 {
    font-size: 50px !important;
  }
  .static-page h2 {
    font-size: 40px !important;
    line-height: 40px;
  }
}
