
html,
body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

html#not-logged-in {
    margin-top: 0 !important;
}

body.menu {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

img.aligncenter {
    display: block;
    margin: 0 auto;
}

p {
    font-family: 'Poppins', sans-serif;
}

.poppins {
    font-family: 'Poppins', sans-serif;
}

.center-row {
    align-items: center;
}

a {
    -webkit-transition: .4s ease-out;
    -moz-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    transition: .4s ease-out;
}

a:hover,
a:focus {
    text-decoration-line: none;
}

h1,
.h1 {
    font-size: 50px;
    line-height: 49px;
    font-weight: 700;
}

h2,
.h2 {
    font-size: 36px;
    line-height: 39px;
    font-weight: 700;
}

h3 {
    font-size: 24px;
    color: #243e49;
    font-weight: 600;
    font-family: "Poppins";
}

h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}

h5 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}

h6 {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

#form-wrapper li {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.f46 {
    font-size: 46px;
    line-height: 44px;
}

.f36 {
    font-size: 36px;
    line-height: 39px;
}

.grey {
    color: #636363;
}

.black {
    color: #243e49;
}

.dark-black {
    color: #000;
}

.light-blue {
    color: #77bac1;
}

.dark-blue {
    color: #15313c;
}

.white {
    color: #FFF;
}

.uppercase {
    text-transform: uppercase;
}

.mb-25 {
    margin-bottom: 25px;
}

button {
    -webkit-transition: .4s ease-out;
    -moz-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    transition: .4s ease-out;
}

.button {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    min-width: 145px;
    max-width: 180px;
    padding: 14px;
    border-radius: 3px;
}

.button.w-140 {
    max-width: 140px;
}

.button .text {
    font-size: 11px;
    line-height: 10px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: .4s ease-out;
    -moz-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    transition: .4s ease-out;
}

.button .icon {
    font-size: 10px;
    -webkit-transition: .4s ease-out;
    -moz-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    transition: .4s ease-out;
}

.blue-button {
    border: 2px solid #77bac1;
}

.blue-button .text {
    color: #243e49;
}

.blue-button .icon {
    color: #77bac1;
    padding-left: 15px;
}

.dark-blue-button {
    border: 2px solid #243e49;
}

.dark-blue-button .text {
    color: #243e49;
}

.dark-blue-button .icon {
    color: #243e49;
    padding-left: 15px;
}

.dark-blue-button.yellow:hover,
.dark-blue-button.yellow:focus {
    color: #ffcb5b;
    border-color: #ffcb5b;
}

.dark-blue-button.yellow:hover .text,
.dark-blue-button.yellow:focus .text,
.dark-blue-button.yellow:hover .icon,
.dark-blue-button.yellow:focus .icon {
    color: #ffcb5b;
}

.blue-button.yellow:hover,
.blue-button.yellow:focus {
    color: #ffcb5b;
    border-color: #ffcb5b;
}

/*.blue-button.yellow:hover .text,*/
/*.blue-button.yellow:focus .text,*/
.blue-button.yellow:hover .icon,
.blue-button.yellow:focus .icon {
    color: #ffcb5b;
}


.banner-section {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 85px 0 70px 0;
}

.banner-section .hero-separator {
    margin-bottom: 15px;
}

.banner-section h4 {
    font-size: 26px;
    font-weight: 700 !important;
}

.banner-section p {
    font-size: 20px;
    line-height: 44px;
    color: #77bac1;
    font-weight: 300 !important;
}

.banner-button {
    border: 2px solid #77bac1;
    color: #77bac1;
}

.banner-button .icon {
    color: #ffcb5b;
}

.banner-button:hover,
.banner-button:focus {
    color: #ffcb5b;
    border-color: #ffcb5b;
}

/*
=======================
HEADER
=======================
 */
#page-hero-section {
    padding-top: 170px;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-bottom: 100px;
    z-index: 1;
    background-color: #243e49;
}

/*
========================
SECTIONS
========================
 */
.pad-60 {
    padding: 60px 0;
}

.pad-70 {
    padding: 70px 0;
}

.pad-75 {
    padding: 75px 0;
}

.pad-100 {
    padding: 100px 0;
}

.pad-120 {
    padding: 120px 0;
}

.pad-140 {
    padding: 140px 0;
}

/*
========================
Footer
========================
 */
footer {
    background-color: #10262e;
    padding: 30px 0;
    margin-top: auto;
}

/*#footer-container {*/
/*    max-width: 1000px;*/
/*    margin: 0 auto;*/
/*}*/

#footer-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#footer-menu li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 50px;
}

#footer-menu li:first-of-type {
    margin-left: 0;
}

#footer-menu li:last-of-type {
    margin-right: 0;
}

#footer-menu li a {
    color: #77bac1;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#footer-menu li a:hover,
#footer-menu li a:focus {
    color: #ffcb5b;
}

#footer-menu li a.department-link span.icon {
    mask: url('/wp-content/uploads/2021/05/Shape-11.svg') no-repeat center;
    -webkit-mask: url('/wp-content/uploads/2021/05/Shape-11.svg') no-repeat center;
}

#footer-menu li a.forms-link span.icon {
    mask: url('/wp-content/uploads/2021/06/Icon-2.svg') no-repeat center;
    -webkit-mask: url('/wp-content/uploads/2021/06/Icon-2.svg') no-repeat center;
}

#footer-menu li a.careers-link span.icon {
    mask: url('/wp-content/uploads/2021/06/Shape-14.svg') no-repeat center;
    -webkit-mask: url('/wp-content/uploads/2021/06/Shape-14.svg') no-repeat center;
}

#footer-menu li a.members-link span.icon {
    mask: url('/wp-content/uploads/2021/05/Shape-12.svg') no-repeat center;
    -webkit-mask: url('/wp-content/uploads/2021/05/Shape-12.svg') no-repeat center;
}

#footer-menu li a span.icon {
    background: #77bac1;
    margin-right: 14px;
    display: flex;
    flex-basis: 44px;
    width: 44px;
    height: 44px;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: .4s ease-out;
    -moz-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    transition: .4s ease-out;
}

#footer-menu li a:hover .icon,
#footer-menu li a:focus .icon {
    background: #ffcb5b;
    -webkit-transition: .4s ease-out;
    -moz-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    transition: .4s ease-out;
}

#footer-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#terms-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style-type: none;
    /*flex-basis: 100%;*/
    justify-content: center;
    padding-left: 10px;
}

#terms-menu li {
    padding: 5px 10px;
    text-align: center;
}

#terms-menu li a {
    font-size: 12px;
    line-height: 18px;
    color: #77bac1;
    font-weight: 400;
    text-decoration-line: none;
    position: relative;
}

#terms-menu li a::before {
    content: "";
    display: block;
    position: absolute;
    left: -9px;
    height: 12px;
    width: 1px;
    background-color: #2c4d50;
    top: 2px;
}

#terms-menu li a:hover,
#terms-menu li a:focus,
.social-section a:hover,
.social-section a:focus {
    color: #ffcb5b;
}

#terms-menu li a:hover span,
#terms-menu li a:focus span {
    color: #77bac1;
}

.bottom-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.bottom-list {
    margin-top: 10px;
}

.bottom-list a,
.bottom-list {
    font-size: 12px;
    line-height: 18px;
    color: #77bac1;
    font-weight: 400;
    text-decoration-line: none;
}

.bottom-list a:hover,
.bottom-list a:focus {
    color: #ffcb5b;
}


#terms-menu li.trait-link a {
    font-weight: 600;
}

#terms-menu li.trait-link a span {
    font-weight: 400;
}

/*
===================
Join Section
===================
 */
.join-section {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 25px;
}

.join-section .text-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-basis: 100%;
    width: 100%;
}

.join-section .text-wrapper p {
    font-size: 20px;
    color: #77bac1;
    font-weight: 300;
    margin-bottom: 0;
}

.join-section .text-wrapper p strong {
    font-weight: 600;
}

.join-section .form-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-basis: 100%;
    width: 100%;
}

#gform_wrapper_1 {
    margin: 0;
}

#form-modal-button,
#footer-facebook-button {
    background-color: inherit;
    border: 2px solid #77bac1;
    color: #77bac1;
    font-size: 11px;
    line-height: 11px;
    font-weight: 700;
    outline: none;
    padding: 5px 12px;
    height: 40px;
    text-align: center;
    position: relative;
    right: auto;
    left: auto;
    width: 140px;
    text-transform: uppercase;
    -webkit-transition: .4s ease-out;
    -moz-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    transition: .4s ease-out;
    margin-left: 15px;
}

#form-modal-button:hover,
#form-modal-button:focus,
#footer-facebook-button:hover,
#footer-facebook-button:focus {
    color: #ffcb5b;
    border-color: #ffcb5b;
}


.social-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 18px;
    color: #77bac1;
    font-weight: 400;
}

.social-section #social-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-left: 10px;
}

.social-section #social-menu li {
    margin-left: 15px;
}

.social-section #social-menu li a {
    color: #77bac1;
    font-size: 20px;
    line-height: 18px;
}

.social-section #social-menu li a:hover,
.social-section #social-menu li a:focus {
    color: #ffcb5b;
}

.show-lg {
    display: none;
}

/*
========================
Members Page
=======================
 */
.item-header-cover-image .container {
    position: relative;
}

span.activity {
    position: absolute;
    right: 15px;
    bottom: 25px;
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    font-family: "Poppins";

}

#buddypress #header-cover-image,
#item-header-cover-image,
#buddypress #item-header-cover-image .container#top-container {
    height: 345px;
    display: flex;
    flex-wrap: wrap;
    flex-basis: 100%;
    width: 100%;
    padding: 0 20px;
    background: inherit;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

}

#buddypress #item-header-cover-image .container {
    position: relative;
}

#buddypress #item-header-cover-image #item-header-avatar {
    position: relative;
    margin-top: 275px;
    z-index: 2;
    /*width: 154px;*/
}

#buddypress div#item-header #item-header-cover-image #item-header-content {
    background-color: #243e49;
    padding: 0;
    margin: 0 auto;
    float: none;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-basis: 100%;
}

#buddypress #item-header-cover-image #item-header-avatar img.avatar {
    border-radius: 5px;
    background-color: #000000;
    border: 2px solid #243e49;
    height: 154px;
    width: 154px;
    z-index: 2;
    position: absolute;
    left: 0;
}


#buddypress div#item-header-cover-image .user-nicename a, #buddypress div#item-header-cover-image .user-nicename {
    font-size: 50px;
    line-height: 49px;
    color: #ffffff;
    font-weight: 700;
    /*margin-left: 185px;*/
    margin-bottom: 0;
}

.bp-user #buddypress #item-header {
    background-color: #243e49;
}

#item-body {
    /*margin-top: 70px;*/
    position: relative;
    /*padding-top: 20px;*/
}

#item-body #member-container {
    padding-top: 100px;
    margin-bottom: 80px;
}

#item-body::before {
    content: "";
    display: block;
    width: 100%;
    height: 100px;
    position: absolute;
    top: 0;
    background-color: #ebf1f2;
    z-index: -1;
}

#buddypress div#item-header #object-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    margin: 0;
    /*margin-left: 154px;*/
}

#buddypress #item-header-content div#object-nav li {
    position: relative;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#buddypress #item-header-content div#object-nav li#notifications-personal-li {
    display: none;
}

#buddypress #item-header-content div#object-nav li.bp-notifications-nav,
#buddypress #item-header-content div#object-nav li.bp-settings-nav {
    margin-left: auto;
    order: 5;

}

#buddypress #item-header-content div#object-nav li.bp-settings-nav {
    margin-left: 0;
}

#buddypress #item-header-content div#object-nav li.bp-notifications-nav a,
#buddypress #item-header-content div#object-nav li.bp-settings-nav a {
    padding-left: 40px;
}

#buddypress #item-header-content div#object-nav li.bp-settings-nav a {
    margin-right: 0;
}

#buddypress #item-header-content div#object-nav li a {
    font-size: 14px;
    color: #FFF;
    font-weight: 600;
    font-family: "Poppins";
    margin: 0 30px;
    padding: 25px 0;
    background-color: inherit;
    position: relative;
    text-transform: uppercase;
}

#buddypress #item-header-content div#object-nav li:first-of-type a {
    margin-left: 10px;
}

#buddypress #item-header-content div#object-nav li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: #ffcb5b;
    -webkit-transition: .4s ease-out;
    -moz-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    transition: .4s ease-out;
    transform: translateY(100%);
}

#buddypress #item-header-content div#object-nav li.current a,
#buddypress #item-header-content div#object-nav li.selected a {
    color: #77bac1;
}

#buddypress #item-header-content div#object-nav li a span,
#buddypress #item-header-content div#object-nav li.current a span,
#buddypress #item-header-content div#object-nav li.selected a span {
    color: #ffcb5b;
}

#buddypress #item-header-content div#object-nav li a:hover::after,
#buddypress #item-header-content div#object-nav li a:focus::after,
#buddypress #item-header-content div#object-nav li.current-menu-item a::after,
#buddypress #item-header-content div#object-nav li.selected a::after {
    color: #77bac1;
    transform: translateY(0);
}

#buddypress div.item-list-tabs#subnav {
    padding-top: 0;
    margin-top: -57px;
    margin-bottom: 60px;
    width: 100%;
    float: none;

}

#buddypress div.item-list-tabs#subnav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    margin: 0;
}

#buddypress div.item-list-tabs#subnav ul li a {
    font-size: 14px;
    line-height: 14px;
    color: #243e49;
    font-weight: 600;
    padding: 20px;
    border-top: 3px solid rgba(255, 255, 255, 0);
    text-decoration-line: none;
    text-transform: uppercase;
}

#buddypress div.item-list-tabs#subnav ul li#change-avatar-personal-li,
#buddypress div.item-list-tabs#subnav ul li#information-personal-li,
#buddypress div.item-list-tabs#subnav ul li#notifications-personal-li,
#buddypress div.item-list-tabs#subnav ul li#profile-personal-li,
#buddypress div.item-list-tabs#subnav ul li#data-personal-li {
    display: none;
}

#buddypress div.item-list-tabs#subnav ul li.current a {
    background-color: #FFF;
    opacity: 1;
    border-color: #ffcb5b;
}

#buddypress div.item-list-tabs#subnav ul li.last {
    margin-left: auto;
    margin-right: 0;
    margin-top: 0;

}

#buddypress div.item-list-tabs ul li label {
    font-size: 14px;
    line-height: 14px;
    color: #243e49;
    font-weight: 600;
    text-decoration-line: none;
    text-transform: uppercase;
    padding-right: 8px;
}

#members-menu li div.counter {
    display: block;
    position: absolute;
    top: 18px;
    left: 20px;
    color: #FFF;
    font-size: 12px;
}

#members-menu li img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

input#notification-counter {
    display: none;
}

#buddypress #item-header-cover-image #item-buttons {
    position: absolute;
    right: 0;
    top: -100px;
}

#buddypress div#item-header div#item-meta {
    margin: 0 auto;
    margin-top: 71px;
    padding: 0;
}

/*
============
WHATS NEW
============
 */
#buddypress #cover-image-container {
    background-image: url("/wp-content/uploads/2021/06/memebr-hero.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

#item-body a {
    color: #243e49;
    text-decoration-line: underline;
}

#item-body p {
    color: #636363;
}

#buddypress form#whats-new-form textarea {
    border: 1px solid rgba(36, 62, 73, 0.2);
    border-radius: 3px;
    padding: 14px;
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    height: 80px;
    resize: none;
}

#buddypress div.activity-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

#buddypress div.activity-meta a.button,
#buddypress .comment-reply-link,
#buddypress .generic-button a,
#buddypress .standard-form button,
#buddypress a.button, #buddypress input[type="button"],
#buddypress input[type="reset"],
#buddypress input[type="submit"],
#buddypress ul.button-nav li a,
a.bp-title-button {
    border: 2px solid #77bac1;
    color: #77bac1;
    padding: 8px 14px;
    border-radius: 3px;
    text-align: center;
    text-transform: uppercase;
    min-width: auto;
    font-size: 12px;
    font-weight: 600;
    outline: none;
}

#buddypress div.activity-meta a.button:hover,
#buddypress div.activity-meta a.button:focus,
#buddypress .comment-reply-link:hover,
#buddypress .generic-button a:hover,
#buddypress .standard-form button:hover,
#buddypress a.button:hover,
#buddypress input[type="button"]:hover,
#buddypress input[type="reset"]:hover,
#buddypress input[type="submit"]:hover,
#buddypress ul.button-nav li a:hover,
a.bp-title-button:hover,
#buddypress .comment-reply-link:focus,
#buddypress .generic-button a:focus,
#buddypress .standard-form button:focus,
#buddypress a.button:focus,
#buddypress input[type="button"]:focus,
#buddypress input[type="reset"]:focus,
#buddypress input[type="submit"]:focus,
#buddypress ul.button-nav li a:focus,
a.bp-title-button:focus {
    border-color: #ffcb5b !important;
    color: #ffcb5b !important;
    background-color: rgba(255, 255, 255, 0) !important;
    padding: 8px 14px;
    outline: none;
}

#buddypress .activity-button.mention {
    border: 2px solid #ffcb5b !important;
    color: #ffcb5b !important;
    background-color: rgba(255, 255, 255, 0) !important;
    margin: 0;
    padding: 8px 14px;
}

#buddypress a.activity-time-since {
    color: #ffcb5b;
}

#buddypress a.activity-time-since:hover,
#buddypress a.activity-time-since:focus {
    color: #ffcb5b;
}

#buddypress #reply-title small a span, #buddypress a.bp-primary-action span,
#buddypress #reply-title small a:hover span, #buddypress a.bp-primary-action:hover span {
    margin-left: 5px;
    background-color: #ffcb5b;
}

#buddypress ul.item-list li {
    border-bottom: 1px solid #e5e5e5;
}

#buddypress div.item-list-tabs ul li.last select {
    border: 2px solid #ffcb5b;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0);
    padding: 5px 10px;
}

.profile-fields {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

#buddypress div.bp-widget.base h2 {
    display: none;
}

.profile-fields div {
    display: flex;
    flex-basis: 20%;
    width: 20%;
    flex-wrap: wrap;

}

.profile-fields div.label {
    font-size: 16px;
    line-height: 22px;
    color: #243e49;
    font-weight: 600;
    width: 100%;
    flex-basis: 100%;
    margin-bottom: 10px;
}

.profile-fields div.data {
    font-size: 16px;
    line-height: 22px;
    color: #243e49;
    font-weight: 600;
    width: 100%;
    flex-basis: 100%;
    margin-bottom: 10px;
}

.profile-fields div p,
.profile-fields div a {
    font-size: 16px;
    line-height: 22px;
    color: #243e49;
    font-weight: 400;
    word-break: break-word;
}

.bprm-form-headng {
    display: none;
}

#buddypress div.profile h2 {
    font-size: 26px;
    line-height: 44px;
    color: #243e49;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

#buddypress div.profile h2::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    background-color: #e5e5e5;
    height: 1px;
    z-index: -1;
}

.change-avatar #buddypress div.profile h2::before {
    display: none;
}

#buddypress div.profile #profile-edit-form h2::before {
    display: none;
}

#buddypress div.profile h2 abbr {
    background-color: #FFF;
    padding: 0 15px;
}

#buddypress div.profile tbody {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    flex-basis: 100%;
}

#buddypress div.profile tbody tr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    flex-basis: 100%;
}

#buddypress div.profile .profile-fields tbody tr.set-odd.first {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
}

#buddypress div.profile .profile-fields tbody tr.set-odd {
    background-color: #FFF;
}

#buddypress div.profile .field-title {
    width: 50%;
    flex-basis: 50%;
    text-align: right;
    font-size: 14px;
    line-height: 26px;
    color: #243e49;
    font-weight: 600;
    font-family: "Poppins";
    padding: 5px 10px;
    border-right: none !important;
    position: relative;
}

#buddypress div.profile .field-title::after {
    display: block;
    top: 5px;
    right: 3px;
    content: " :";
    height: 10px;
    font-size: 14px;
    line-height: 26px;
    color: #243e49;
    position: absolute;
}

#buddypress div.profile .fields-items {
    font-size: 14px;
    line-height: 26px;
    color: #243e49;
    font-weight: 400;
    font-family: "Poppins";
    width: 50%;
    flex-basis: 50%;
    text-align: left;
    padding: 5px 10px;
}

body #member-container .bprm_resume_form fieldset {
    border: 0 !important;
    padding: 0 !important;
    position: relative;
}

body #member-container .bprm_resume_form fieldset legend {
    background-color: #FFF;
    font-size: 26px;
    line-height: 44px;
    color: #243e49;
    font-weight: 700;
    font-family: "Montserrat";
    border: none;
    padding: 0;
    position: relative;
    width: 100%;
    margin-bottom: 20px;

}

body #member-container .bprm_resume_form fieldset legend::before {
    content: "";
    display: block;
    width: 50%;
    height: 1px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    background-color: #e5e5e5;
}

body #member-container .bprm-container {
    border: none;
    padding: 0;
    margin-bottom: 30px;
}

.bprm_resume_form div label {
    font-size: 16px;
    line-height: 22px;
    color: #243e49;
    font-weight: 600;
    width: 100%;
    flex-basis: 100%;
    margin-bottom: 10px;
}

.bprm_resume_form input[type="text"], .bprm_resume_form input[type="email"], .bprm_resume_form input[type="url"], .bprm_resume_form input[type="tel"] {
    border: 1px solid rgba(36, 62, 73, 0.2) !important;
    border-radius: 3px;
    padding: 14px;
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    width: 100% !important;

}

.bprm_resume_form textarea:focus, .bprm_resume_form input[type="text"]:focus,
.bprm_resume_form input[type="email"]:focus, .bprm_resume_form input[type="url"]:focus,
.bprm_resume_form input[type="tel"]:focus {
    border: 1px solid rgba(36, 62, 73, 0.2) !important;
}

.bprm_resume_form textarea,
.field-bprms_poswork.bprm-field-contain textarea {
    border: 1px solid rgba(36, 62, 73, 0.2) !important;
    border-radius: 3px;
    padding: 14px;
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    width: 100% !important;
    height: 50px;
}

.bprm_resume_form select {
    border: 1px solid rgba(36, 62, 73, 0.2) !important;
    border-radius: 3px;
    padding: 14px;
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    width: 100% !important;
    height: 50px
}

#item-body .bprm_resume_form .bprm_add_repeater_grp,
#item-body .bprm-add-repeater-field,
#item-body .bprm_resume_form input[type="submit"] {
    border: 2px solid #77bac1 !important;
    color: #77bac1 !important;
    padding: 8px 14px !important;
    border-radius: 3px !important;
    text-align: center;
    margin-right: 5px !important;
    margin-left: 0;
    text-transform: uppercase;
    min-width: auto;
    font-size: 12px !important;
    font-weight: 600;
    background-color: rgba(255, 255, 255, 0) !important;
    font-family: 'Montserrat', sans-serif;
}

#latest-update {
    padding: 20px 0;
    color: #FFF;
}

#latest-update a {
    color: #ffcb5b;
}

#buddypress div.activity-meta a.button {
    margin-right: 5px;
}

.bp-uploader-window #bp-browse-button {
    margin: 0 auto;
}

#profile-edit-form legend {
    font-size: 16px;
    line-height: 22px;
    color: #243e49;
    font-weight: 600;
    width: 100%;
    flex-basis: 100%;
    margin-bottom: 10px;
}

body #buddypress .standard-form input[type="tel"],
body #buddypress .standard-form input[type="text"],
body #buddypress .standard-form input[type="number"],
body #buddypress .standard-form input[type="email"],
#buddypress .standard-form #basic-details-section input[type="password"] {
    border: 1px solid rgba(36, 62, 73, 0.2) !important;
    border-radius: 3px;
    padding: 14px;
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    width: 100% !important;
    background-color: inherit;
}

/*#buddypress form fieldset {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    align-items: center;*/
/*}*/
#buddypress .standard-form label,
#buddypress .standard-form legend,
#buddypress .standard-form span.label,
body.registration #buddypress .standard-form legend {
    font-size: 16px;
    line-height: 22px;
    color: #243e49;
    font-weight: 600;
    width: 100%;
    flex-basis: 100%;
    margin-bottom: 10px;
}

body.registration #buddypress .standard-form legend {
    margin-top: 0 !important;
}

body #buddypress .standard-form legend,
body #buddypress #member-container .standard-form legend,
body.settings #buddypress .standard-form label,
body.settings #buddypress #settings-form.standard-form label {
    width: 35% !important;
    display: inline-block !important;
    float: left;
}

body #buddypress .standard-form input[type="tel"],
body.registration #buddypress .standard-form input[type="tel"],
body.registration #buddypress .standard-form input[type="text"],
body.registration #buddypress .standard-form input[type="number"],
body.registration #buddypress .standard-form input[type="email"],
#buddypress .standard-form #basic-details-section input[type="password"] {
    width: 100% !important;
}

body #buddypress .standard-form input[type="tel"],
body #buddypress .standard-form input[type="text"],
body #buddypress .standard-form input[type="number"],
body #buddypress .standard-form input[type="email"],
body.settings #buddypress #settings-form.standard-form input[type="tel"],
body.settings #buddypress #settings-form.standard-form input[type="text"],
body.settings #buddypress #settings-form.standard-form input[type="number"] {
    width: 65% !important;
    display: inline-block !important;
    float: right;
    background-color: inherit;
    margin-bottom: 8px;
}

body.settings #buddypress #settings-form.standard-form input[type="email"] {
    width: 65% !important;
    display: inline-block !important;
    float: none;
    margin-bottom: 8px;
    border: 1px solid rgba(36, 62, 73, 0.2) !important;
    border-radius: 3px;
    padding: 14px;
    font-size: 12px;
    line-height: 22px;
}

body.settings #buddypress #settings-form.standard-form input[type="password"] {
    width: 65% !important;
    display: inline-block !important;
    float: left;
    background-color: inherit;
    margin-bottom: 8px;
    border: 1px solid rgba(36, 62, 73, 0.2) !important;
    border-radius: 3px;
    padding: 14px;
    font-size: 12px;
    line-height: 22px;
}

body.settings #buddypress #settings-form.standard-form label {
    margin-top: 0;
    margin-bottom: 0;
}

body.settings #buddypress #settings-form.standard-form a {
    display: block;
    width: 100%;
    padding-left: 35%;
    text-align: left;
    margin-bottom: 20px;
}

#buddypress .standard-form select {
    border: 1px solid rgba(36, 62, 73, 0.2) !important;
    border-radius: 3px;
    padding: 14px;
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    background-color: inherit;
}

#buddypress .standard-form div.submit {
    margin-top: 20px;
}

.input-options.datebox-selects {
    margin-top: 8px;
    margin-bottom: 12px;
}

#errmsg {
    text-align: right;
    color: red;
}

/*
==================
REGISTER
==================
 */
.registration #buddypress {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 40px;
}

.basic-details-section,
.profile-details-section {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-basis: 100%;
}


body.registration #buddypress .standard-form .field_7 legend {
    width: 100% !important;
}

body.registration #buddypress h2 {
    font-size: 26px;
    line-height: 44px;
    color: #243e49;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

#register-page {
    padding: 40px 0;
}

#signup_form p {
    text-align: center;
    margin-bottom: 20px;
}

#signup_form .g-recaptcha {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 700px;
    margin: 0 auto;
}

#signup_form div.error {
    text-align: center;
}

p#field_6-3 {
    display: none;
}

.field_7 .input-options.datebox-selects {
    float: left;
    margin-top: 12px;
}

body.registration #buddypress #profile-details-section legend {
    width: 100% !important;
}

#activate-page {
    padding: 40px 0;
}

body #buddypress #activation-form input[type="text"] {
    width: 100% !important;
}

/*
=================
REGISTER FORM
=================
 */
label[for=signup_username],
#signup_username,
body #buddypress input#signup_username {
    display: none !important;
}

.registration #buddypress .standard-form #basic-details-section {
    margin-bottom: 20px !important;
}

.registration #buddypress .standard-form #basic-details-section,
.registration #buddypress .standard-form #profile-details-section {
    width: 100%;
    display: block;
    max-width: 700px;
    margin: 0 auto;
    float: none;
}

.registration #buddypress .standard-form#signup_form div.submit {
    float: none;
    margin: 0 auto;
    display: block;
    width: 200px;
}

/*
=================
BLOG
==================
 */
.blog-hero {
    height: 650px;
    position: relative;
    margin-top: -55px;
    background-size: cover;
    background-position: center center;
    z-index: 1;
}

.blog-hero-no-image {
    margin-top: -55px;
    position: relative;
    padding-top: 65px;
    padding-bottom: 30px;
    background: #FFF;
    z-index: 2;
}

.blog-hero-no-image .blog-info {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
}

.blog-info {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.blog-hero .blog-wrapper {
    position: relative;
    height: 100%;
    margin: 0 auto;
}

.blog-wrapper {
    position: relative;
    margin: 0 auto;
}

.blog .blog-wrapper {
    margin: 10px auto;
}

.blog-hero:before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    content: "";
    background-image: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.blog-info h1 {
    width: 100%;
    text-align: center;
}

.blog-info a span {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #77bac1;
    display: block;
    position: relative;
}

.blog-info a span i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
    font-size: 10px;
}

.blog-info .buttons-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.blog-info .buttons-wrapper .date {
    font-size: 12px;
    color: #aeaeae;
    font-weight: 400;
    font-family: "Poppins";
    text-align: center;
    margin: auto 30px;
}

.blog-content {
    margin-top: 20px;
    margin-bottom: 80px;
}

.blog-content p {
    font-size: 14px;
    line-height: 22px;
    color: #636363;
    font-weight: 400;
    font-family: "Poppins";
    margin-bottom: 35px;
}

.blog-content ul {
    margin-bottom: 35px;
    list-style-type: none;
    padding: 0;
}

.blog-content ul li {
    display: flex;
    padding-left: 35px;
    position: relative;
}

.blog-content ul li::before {
    content: " \B7 ";
    font-size: 30px;
    line-height: 30px;
    color: #77bac1;
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 0;
}

.blog-content ol {
    list-style: none;
    counter-reset: my-awesome-counter;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    margin-bottom: 35px;
    padding: 0;
}

.blog-content ol li {
    counter-increment: my-awesome-counter;
    display: flex;
    padding-left: 35px;
    position: relative;
}

.blog-content ol li::before {
    content: counter(my-awesome-counter) ". ";
    font-size: 16px;
    line-height: 30px;
    color: #77bac1;
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 0;
}

.blog-content li {
    font-size: 14px;
    line-height: 30px;
    color: #636363;
    font-weight: 400;
    font-family: "Poppins";

}

.blog-content blockquote {
    margin-left: -155px;
    margin-right: -155px;
    border-left: 4px solid #ffcb5b;
    padding-left: 30px;
}

.blog-content blockquote p {
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 20px;
}

.blog-content blockquote cite {
    font-size: 16px;
    line-height: 28px;
    color: #1a1b1d;
    font-weight: 500;
    font-family: "Poppins";
}

.blog-content .wp-block-image {
    margin-left: -40px;
    margin-right: -40px;
}

.blog-content .wp-block-image figcaption {
    font-size: 12px;
    line-height: 30px;
    color: #aeaeae;
    font-weight: 400;
    font-family: "Poppins";
    text-align: center;
}

/*
==================
Events
=================
 */
.mec-single-event .mec-events-meta-group-booking, .mec-single-event .mec-frontbox {
    padding: 0;
}

.mec-single-event-date,
.mec-single-event-time {
    background-color: #77bac1;
    padding: 30px;
}

.mec-event-container-simple .mec-monthly-tooltip h4 {
    font-family: 'Poppins', sans-serif;
}

.mec-calendar.mec-event-calendar-classic dl dt {
    font-family: 'Poppins', sans-serif;
}

.mec-wrap, .mec-wrap div:not([class^="elementor-"]), .lity-container, .mec-wrap h1, .mec-wrap h2, .mec-wrap h3, .mec-wrap h4, .mec-wrap h5, .mec-wrap h6, .entry-content .mec-wrap h1, .entry-content .mec-wrap h2, .entry-content .mec-wrap h3, .entry-content .mec-wrap h4, .entry-content .mec-wrap h5, .entry-content .mec-wrap h6, .mec-wrap .mec-totalcal-box input[type="submit"], .mec-wrap .mec-totalcal-box .mec-totalcal-view span, .mec-agenda-event-title a, .lity-content .mec-events-meta-group-booking select, .lity-content .mec-book-ticket-variation h5, .lity-content .mec-events-meta-group-booking input[type="number"], .lity-content .mec-events-meta-group-booking input[type="text"], .lity-content .mec-events-meta-group-booking input[type="email"], .mec-organizer-item a {
    font-family: 'Poppins', sans-serif;
}

.single-mec-events .mec-single-event-date {
    border-top: none;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin-bottom: 0;
    border-bottom: 1px solid #6ba7ad;
}

.single-mec-events .mec-single-event-time {
    margin-bottom: 0;
}

.mec-single-event .mec-events-meta-group-booking, .mec-single-event .mec-frontbox {
    border: none;
}

.mec-single-event .mec-sl-calendar::before,
.mec-single-event .mec-sl-clock::before {
    color: #243e49 !important;

}

.mec-color, .mec-color-before ::before, .mec-color-hover:hover, .mec-wrap .mec-color, .mec-wrap .mec-color-before ::before, .mec-wrap .mec-color-hover:hover {
    color: #000;
}

.mec-wrap {
    color: #000;
}

.mec-single-event .mec-event-meta h3 {
    font-size: 20px;
    color: #243e49;
    font-weight: 700;
    text-transform: none;
}

.mec-single-event .mec-start-date-label,
.mec-single-event .mec-events-abbr {
    font-size: 18px;
    color: #243e49;
    font-weight: 400;
    font-family: "Poppins";
}

.show-md {
    display: none;
}

.hide-md {
    display: flex;
    flex-wrap: wrap;
}

.single-mec-events .mec-container {
    margin-top: 30px;
}

.single-mec-events #respond {
    display: none !important;
}

.single-mec-events .mec-events-meta-group-countdown {
    display: none;
}

.mec-wrap .mec-single-title,
.single-mec-events .mec-wrap.mec-no-access-error h1 {
    font-size: 36px;
    line-height: 44px;
    color: #243e49;
    font-weight: 700;
}

.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li a {
    background-color: #77bac1;
    color: #FFF;
    border: none;
    font-weight: 600 !important;

}

.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li a:hover {
    background-color: #ffcb5b;
    color: #243e49;
}

#buddypress .field-visibility-settings, #buddypress .field-visibility-settings-notoggle, #buddypress .field-visibility-settings-toggle {
    display: none;
}

#buddypress .comment-reply-link:hover, #buddypress .standard-form button:hover, #buddypress a.button:focus, #buddypress a.button:hover, #buddypress div.generic-button a:hover, #buddypress input[type="button"]:hover, #buddypress input[type="reset"]:hover, #buddypress input[type="submit"]:hover, #buddypress ul.button-nav li a:hover, #buddypress ul.button-nav li.current a {
    border: 2px solid #ffcb5b;
}

/*
================
Modal
==============
 */
#galleryModal img,
.galleryModal img {
    max-height: 520px;
}

#galleryModal.fade,
.galleryModal.fade {
    display: block !important;
    z-index: -999;
}

#galleryModal .sldier-button-wrapper,
.galleryModal .sldier-button-wrapper {
    border: 1px solid #15313b;
    border-radius: 50%;
    background-color: #77bac1;
    height: 40px;
    width: 40px;
    cursor: pointer;
}

#galleryModal .sldier-button-wrapper i,
.galleryModal .sldier-button-wrapper i {
    color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#galleryModal.fade,
.galleryModal.fade {
    display: block;
    z-index: -99;
}

#galleryModal.fade.show,
.galleryModal.fade.show {
    z-index: 1050;
}

#galleryModal .fact-slider,
.galleryModal .fact-slider {
    height: auto;
}

#galleryModal .fact-slider img {
    width: 100%;
}

.slick-track {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/*
============================
SLIDER
============================
 */
/*
=========
FACTS
=========
 */
.facts-slider {
    width: 100%;
    background-color: #10262e;
}

.fact-slider {
    height: 400px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 6px 3px;
    position: relative;
}

.fact-slider a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    color: #ffcb5b;
    font-size: 40px;
}

.fact-slider a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fact-slider a {
    opacity: 0;
}

.fact-slider a:hover,
.fact-slider a:focus {
    opacity: 1;
}

.facts-slider .sldier-button-wrapper {
    position: absolute;
    top: calc(50% - 22px);
    height: 45px;
    width: 45px;
    display: block;
    z-index: 2;
    border: 2px solid #15313b;
    border-radius: 50%;
    background-color: #77bac1;
    cursor: pointer;

}

.facts-slider .sldier-button-wrapper:hover,
.facts-slider .sldier-button-wrapper:focus {
    background-color: #15313b;
}

.facts-slider .prev-button {
    left: 25px;
}

.facts-slider .next-button {
    right: 25px;
}

.facts-slider .sldier-button-wrapper i {
    color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#galleryModal .modal-content button.close,
.galleryModal .modal-content button.close {
    position: absolute;
    right: -30px;
    opacity: 1;
    background: none;
    top: -25px;
    outline: none;
    border: none;
}

.slick-slide img {
    margin: 0 auto;
}

.modal-body .sldier-button-wrapper {
    position: absolute;
    top: calc(50% - 14px);
    z-index: 99;
}

.modal-body #stori-previous {
    left: 0;
}

.modal-body #stori-next {
    right: 0;
}

#galleryModal .modal-body,
.galleryModal .modal-body {
    padding: 10px;
}

#galleryModal .modal-content,
.galleryModal .modal-content {
    border: none;
    border-top: 5px solid #ffcb5b;
    border-radius: 5px;
}

#galleryModal .fact-slider,
.galleryModal .fact-slider {
    margin: 0 auto;
}

/*
==============
Feedback Modal
==============
 */
#support-modal #form-wrapper h3 {
    font-size: 24px;
    line-height: 24px;
    color: #243e49;
    font-weight: 700;
    text-align: center;
}

#support-modal #form-wrapper h3 span {
    color: #77bac1;
    margin-left: 10px;
    font-size: 18px;
}

#support-modal #form-wrapper ul {
    display: flex;
    flex-wrap: wrap;
}

#support-modal #form-wrapper ul li {
    padding-right: 6px;
    padding-bottom: 6px;
}

#support-modal #form-wrapper ul li {
    margin-top: 0;
}

#support-modal #form-wrapper ul li#field_16_5 {
    width: 100%;
}

#support-modal #form-wrapper ul li.one-three {
    flex-basis: 33.33%;
    width: 33.33%;
}

#support-modal #form-wrapper ul li {
    padding-right: 6px;
    padding-bottom: 6px;
}

#support-modal #form-wrapper ul li {
    margin-top: 0;
}

#support-modal #form-wrapper label {
    display: none;
}

#support-modal #form-wrapper div.ginput_container_name span {
    padding-right: 16px !important;
}

#support-modal #form-wrapper ul li#field_16_4 {
    padding-right: 0;
    width: 100%;
    flex-basis: 100%;
}

#support-modal #form-wrapper .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    border: 1px solid rgba(36, 62, 73, 0.2);
    border-radius: 3px;
    padding: 14px;
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
}

#support-modal #form-wrapper .gform_wrapper textarea.medium {
    border: 1px solid rgba(36, 62, 73, 0.2);
    border-radius: 3px;
    padding: 14px;
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    height: 80px;
}

#form-wrapper ul li#field_16_6 {
    width: 100%;
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-right: 0;
}

#support-modal #form-wrapper .gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first,
#support-modal #form-wrapper .gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last,
#support-modal #form-wrapper .gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle {
    padding-top: 0;
}

#support-modal #form-wrapper button#gform_submit_button_16 {
    font-size: 11px;
    line-height: 16px;
    color: #243e49;
    font-weight: 700;
    width: 100%;
    border: none;
    padding: 10px;
    background-color: #ffcb5b;
    border-radius: 3px;
    text-align: center;
    display: block;
    max-width: 100%;
}

#support-modal #form-wrapper button .icon {
    margin-left: 8px;
    font-size: 10px;
}

body #support-modal #form-wrapper .gform_legacy_markup_wrapper .top_label div.ginput_container {
    margin-top: 8px !important;
}

#support-modal #form-wrapper .gform_footer.top_label {
    margin-top: 0;
    padding-top: 10px;
}

#subscribe-modal .modal-body,
#support-modal .modal-body {
    border-top: 5px solid #ffcb5b;
    border-radius: 5px;
    padding: 40px 20px 60px 20px;
}

#subscribe-modal .modal-content button.close,
#support-modal .modal-content button.close {
    position: absolute;
    right: -30px;
    opacity: 1;
    background: none;
    top: -25px;
    outline: none;
    border: none;
}

#subscribe-modal #mc_embed_signup label,
#support-modal #mc_embed_signup label {
    font-size: 24px;
    line-height: 24px;
    color: #243e49;
    font-weight: 700;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;

}

#subscribe-modal .gform_wrapper {
    margin: 0 auto;
}

#subscribe-modal .modal-body form {
    max-width: 300px;
    margin: 0 auto;
}

#subscribe-modal .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
    position: relative;
    margin-top: 0;
}

#subscribe-modal .gform_wrapper ul.gform_fields li.gfield input,
#subscribe-modal .gform_wrapper textarea {
    margin-bottom: 5px;
    border: 1px solid #d3d8db;
    border-radius: 5px;
}

#subscribe-modal #mc_embed_signup input,
#subscribe-modal #mc_embed_signup textarea {
    margin-bottom: 5px;
    border: 1px solid #d3d8db;
    border-radius: 5px;
}

#subscribe-modal .gform_wrapper ul.gform_fields li.gfield input,
#subscribe-modal #mc_embed_signup input {
    height: 48px;
    padding: 10px;
    font-size: 12px;
    color: #243e49;
    font-weight: 400;
    font-family: "Poppins";
    text-align: left;
    width: 100%;
    max-width: 100%;
}

#subscribe-modal #mc-embedded-subscribe {
    width: 100%;
    text-align: center !important;
    text-transform: uppercase !important;
    line-height: 16px;
    color: #223e48 !important;
    font-weight: 700 !important;
    border: none;
    padding: 10px;
    background-color: #ffcb5b;
    border-radius: 3px !important;
    outline: none !important;
    display: block;
    max-width: 100%;
    border: none !important;
}

#subscribe-modal #mc-embedded-subscribe:hover,
#subscribe-modal #mc-embedded-subscribe:focus {
    background-color: #77bac1;
    color: #FFF !important;
}

#field_1_3 {
    font-size: 24px;
    line-height: 44px;
    color: #243e49;
    font-weight: 700;
    font-family: "Montserrat";
    text-align: center;
    margin-bottom: 15px;
}


#subscribe-modal .gform_wrapper textarea {
    height: 80px;
    padding: 10px;
    font-size: 12px;
    color: #243e49;
    font-weight: 400;
    font-family: "Poppins";
    text-align: left;
}

#subscribe-modal .gform_wrapper .top_label li ul.gfield_radio {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#subscribe-modal .gform_wrapper ul.gfield_checkbox li label,
#subscribe-modal .gform_wrapper ul.gfield_radio li label {
    margin: 0 8px 0 30px;
}

#subscribe-modal .gform_wrapper ul.gfield_checkbox li input[type="checkbox"],
#subscribe-modal .gform_wrapper ul.gfield_radio li input[type="radio"] {
    margin: 0;
}

#subscribe-modal .gform_wrapper .gfield_radio li {
    width: 70px;
    margin-right: 5px;
}

#subscribe-modal .gform_wrapper ul.gform_fields li.gfield input.medium {
    width: 100%;
}

#subscribe-modal .gform_wrapper .field_description_below .gfield_description {
    display: none;
}

#subscribe-modal .gform_wrapper #field_1_2 .gfield_label,
#subscribe-modal .gform_wrapper #field_1_1 .gfield_label {
    position: absolute;
    left: -225px;
    width: 100%;
    max-width: 205px;
    font-size: 12px;
    color: #636363;
    font-weight: 400;
    font-family: "Poppins";
    text-align: right;
    top: 15px;

}

body #subscribe-modal .gform_wrapper .top_label div.ginput_container {
    width: 100%;
    flex-basis: 100%;
}

body #subscribe-modal div.ginput_container_name span {
    padding-right: 0;
}

#subscribe-modal .gform_wrapper .top_label .gfield_label {
    position: absolute;
    left: -225px;
    width: 100%;
    max-width: 205px;
    font-size: 12px;
    color: #636363;
    font-weight: 400;
    font-family: "Poppins";
    text-align: right;
    top: 15px;
}

#input_1_2_3_container label {
    display: none;
}

#subscribe-modal .gform_wrapper .gform_footer {
    padding: 0;
    margin-top: 0;
}

#subscribe-modal button#gform_submit_button_1 {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    border: none;
    outline: none;
    box-shadow: none;
    background-color: #ffcb5b;
    font-size: 11px;
    line-height: 38px;
    color: #243e49;
    font-weight: 700;
    height: 48px;
    padding: 0;
    align-content: center;
    border-radius: 5px;
    margin-top: 9px;
}

#subscribe-modal button#gform_submit_button_1 .icon {
    margin-left: 10px;
}


/*
=============
Login
==============
 */
#mobile-menu-wrapper-profile {
    display: none;
}

.profile-mobile-menu {
    display: none;
}


.popup-container.popup-visible {
    opacity: 1;
    z-index: 9999;
}

.popup-container{
    opacity: 0;
    z-index: -1;
    transition: 0.5s all ease-in;
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,.5);
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    display: none;
}

.popup-container .container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-inner {

    padding: 65px 0;
    height: 100%;
    position: relative;
}

.popup-overflow {
    position: relative;
    max-width: 90%;
}

.popup-button {
    position: absolute;
    top: -30px;
    right: 0;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #77bac1;
    border-radius: 11px;
    cursor: pointer;
}

.popup-button i {
    color: #243e49;
    font-size: 12px;
}

.popup-button:hover i {
    color: #ffffff;
}

.popup-wrapper {
    width: 670px;
    max-width: 90%;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 5px;
    filter: drop-shadow(0px 25px 16px rgba(36,62,73,0.13));
    border-top: 4px solid #ffcb5b;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.popup-first-image {
    display: block;
    position: absolute;
    top: -70px;
    left: 40px;
    width: 158px;
    height: 306px;
}

.popup-second-image {
    display: block;
    position: absolute;
    top: -110px;
    right: 40px;
    width: 171px;
    height: 417px;
}

.popup-text {
    font-size: 34px;
    color: #243e49;
    font-weight: 400;
    font-family: "Montserrat";
    width: 370px;
    max-width: 100%;
    margin: 40px auto 0;
    line-height: 40px;
}

.popup-text span {
    font-weight: 600;
}



@media (min-width: 767.8px) {
    .md-text-right {
        text-align: right;
    }

    .md-text-left {
        text-align: left;
    }
}

@media (min-width: 991.8px) {
    #subscribe-modal .modal-dialog-centered {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {


    .container {
        max-width: 1170px;
    }

    #galleryModal .modal-dialog-centered,
    .galleryModal .modal-dialog-centered {
        min-width: 1100px;
    }

    #galleryModal .fact-slider,
    .galleryModal .fact-slider {
        height: 100%;
        width: 100%;
    }


    #galleryModal .fact-slider img,
    .galleryModal .fact-slider img {
        max-height: 700px;
        width: auto;
        max-width: 100%;

    }
}

@media (max-width: 1199.9px) {
    .blog-hero {
        height: 400px;
    }

    #galleryModal .modal-dialog,
    .galleryModal .modal-dialog {
        max-width: 992px;
    }

    .profile-fields div {
        display: flex;
        flex-basis: 33.3%;
        width: 33.3%;
        flex-wrap: wrap;

    }

    #footer-menu li {
        margin: 0 20px;
    }

    .join-section .text-wrapper p {
        width: 100%;
    }

    #form-modal-button, #footer-facebook-button {
        margin: 20px 10px;
    }
}

@media (max-width: 991.8px) {
    /*
========================
SECTIONS
========================
 */
    .pad-60 {
        padding: 40px 0;
    }

    .pad-70 {
        padding: 50px 0;
    }

    .pad-75 {
        padding: 55px 0;
    }

    .pad-100 {
        padding: 80px 0;
    }

    .pad-120 {
        padding: 100px 0;
    }

    .pad-140 {
        padding: 120px 0;
    }

    h1,
    .h1 {
        font-size: 40px;
        line-height: 40px;
    }

    #stories-section h2,
    h2,
    .f46,
    .h2 {
        font-size: 32px;
        line-height: 36px;
        font-weight: 700;
    }


    #right-menu-wrapper {
        display: none;
    }

    .hide-lg {
        display: none !important;
    }

    .show-lg {
        display: block;
    }

    .banner-section h4 {
        line-height: 24px;
    }

    .banner-section p {
        line-height: 24px;
    }

    #footer-menu li {
        flex-basis: 25%;
        margin: 5px auto;
        justify-content: center;
        text-align: center;
    }

    #footer-menu li a span.icon {
        display: block;
        margin: 5px auto;
        width: auto;
    }

    #footer-menu li a span {
        width: 100%;
        display: block;
    }

    #footer-menu li a:hover .icon-hover, #footer-menu li a:focus .icon-hover {
        display: block;
        margin: 5px auto;
        width: auto;
    }

    .join-section .text-wrapper,
    .join-section .form-wrapper {
        flex-basis: 100%;
        justify-content: center;
    }

    #form-modal-button {
        margin-top: 20px;
    }

    #gform_wrapper_1 {
        max-width: 500px;
        margin: 0 auto;
        position: relative;
    }

    /*#gform_wrapper_1 #input_1_1 {*/
    /*    width: 200px;*/
    /*}*/
    .join-section .gform_wrapper .gform_footer {
        right: -170px;
    }

    .join-section .gform_wrapper form {
        margin-left: -115px;
    }

    .mb-25 {
        margin-bottom: 15px;
    }

    #buddypress .standard-form #basic-details-section, #buddypress .standard-form #blog-details-section, #buddypress .standard-form #profile-details-section {
        width: 100%;
        margin-bottom: 20px;
    }


    .blog-hero {
        height: 300px;
    }

    .blog-content blockquote {
        margin-left: 0;
        margin-right: 0;
        padding-left: 20px;
        border-left: 2px solid #ffcb5b;
    }

    .blog-content p {
        margin-bottom: 25px;
    }

    #galleryModal img,
    .galleryModal img {
        max-height: 600px;
    }

    #galleryModal .modal-dialog,
    .galleryModal .modal-dialog {
        max-width: 768px !important;
    }
}

@media (max-width: 767.8px) {
    .profile-fields div {
        display: flex;
        flex-basis: 50%;
        width: 50%;
        flex-wrap: wrap;

    }

    #buddypress #item-header-cover-image .container {
        max-width: 100%;
    }

    body #buddypress .standard-form legend,
    body #buddypress #member-container .standard-form legend,
    body.settings #buddypress .standard-form label,
    body.settings #buddypress #settings-form.standard-form label {
        width: 100% !important;
    }

    body.settings #buddypress #settings-form.standard-form input[type="password"],
    body.settings #buddypress #settings-form.standard-form input[type="email"] {
        width: 100% !important;
    }

    #page-hero-section {
        padding-top: 120px;
        padding-bottom: 50px;
    }

    /*#galleryModal .fact-slider {*/
    /*    height: auto;*/
    /*    width: 100vw !important;*/
    /*}*/
    /*
========================
SECTIONS
========================
*/
    .pad-60 {
        padding: 30px 0;
    }

    .pad-70 {
        padding: 35px 0;
    }

    .pad-75 {
        padding: 35px 0;
    }

    .pad-100 {
        padding: 50px 0;
    }

    .pad-120 {
        padding: 60px 0;
    }

    .pad-140 {
        padding: 70px 0;
    }

    h1,
    .h1 {
        font-size: 36px;
        line-height: 40px;
    }

    #stories-section h2,
    h2,
    .f46,
    .h2 {
        font-size: 28px;
        line-height: 32px;
    }

    #footer-menu li {
        flex-basis: 50%;
        margin-bottom: 10px;
    }

    .join-section .gform_wrapper form {
        margin-left: -50%;
    }

    .join-section .gform_wrapper .gform_footer {
        left: 50%;
    }

    .banner-section {
        padding: 20px 0 25px 0;
        text-align: center !important;
    }

    .banner-section .banner-button {
        margin: 0 auto;
        float: none;
    }

    .banner-section h4 {
        line-height: 26px;
    }

    .mb-25 {
        margin-bottom: 10px;
    }

    .banner-section h4 {
        font-size: 22px;
    }

    .banner-section p {
        font-size: 18px;
    }

    .join-section .text-wrapper p {
        text-align: center;
        margin-top: 10px;
    }

    .join-section .text-wrapper p strong {
        display: block;
        width: 100%;
    }

    .hide-md {
        display: none !important;
    }

    .show-md {
        display: block;
    }

    body #buddypress .standard-form legend {
        width: 100% !important;
    }

    body #buddypress .standard-form input[type="text"],
    body #buddypress .standard-form input[type="number"],
    body #buddypress .standard-form input[type="email"] {
        width: 100% !important;

    }

    body.settings #buddypress #settings-form.standard-form a {
        padding-left: 0;
    }

    .fact-slider {
        height: 300px;
    }

    .mec-calendar-side .mec-calendar-table {
        min-height: auto;
    }

    .blog-content ol,
    .blog-content ul {
        margin-bottom: 20px;
    }

    .blog-content ul li,
    .blog-content ol li {
        padding-left: 20px;
        line-height: 22px;
    }

    .blog-content ol li::before {
        font-size: 14px;
        line-height: 24px;
    }

    .blog-content ul li::before {
        line-height: 20px;
    }

    #galleryModal.fade.show,
    .galleryModal.fade.show {
        padding-right: 0;
    }

    #galleryModal .modal-dialog .slick-slide img {
        width: 100vw !important;
    }

    #terms-menu li:first-of-type a::before {
        display: none;
    }

    .popup-container .container {
        max-width: 100%;
    }

    .popup-first-image {
        width: 150px;
    }

    .popup-second-image {

        top: -145px;
        width: 150px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .popup-image {
        margin-top: 150px;
    }

    .popup-text {
        margin-top: 20px;
    }

    .popup-inner {
        padding-top: 50px;
    }
}

@media (max-width: 640px) {
    #support-modal #form-wrapper ul li.one-three {
        flex-basis: 100%;
        width: 100%;
    }

    #support-modal #form-wrapper div.ginput_container_name span {
        padding-right: 0 !important;
    }
}

@media (max-width: 575.8px) {
    .blog-hero {
        height: 350px;
        padding-top: 90px;
    }

    .blog-hero::before {
        height: 70%;
    }

    .blog-info {
        bottom: 0;
    }

    .profile-mobile-menu {
        display: block;
        padding: 15px;
        color: #77bac1;
    }

    .profile-mobile-menu p {
        margin-bottom: 0;
    }

    .profile-mobile-menu #menuToggle {
        top: 18px;
    }

    .profile-mobile-menu #menuToggle span {
        background-color: #77bac1;
        margin-bottom: 3px;
        width: 20px;
    }

    .profile-mobile-menu #menuToggle input:checked ~ span {
        background-color: #77bac1;
    }

    .profile-mobile-menu #menuToggle input:checked ~ span:nth-last-child(2) {
        transform: rotate(-45deg) translate(2px, 11px);
        opacity: 1;
    }

    .profile-mobile-menu #menuToggle input:checked ~ span {
        opacity: 1;
        transform: rotate(45deg) translate(-1px, -13px);
    }

    .profile-mobile-menu #menuToggle input:checked ~ span:nth-last-child(3) {
        opacity: 0;
        transform: none;
    }

    #buddypress div#item-header #item-header-cover-image #item-header-content {
        /*overflow: hidden;*/
    }

    .bp-user #buddypress #item-header {
        background-color: inherit;
    }

    #item-nav {
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;

        background-color: #243e49;
        opacity: 0;
        z-index: -99;
        -webkit-transition: .4s ease-out;
        -moz-transition: .4s ease-out;
        -o-transition: .4s ease-out;
        transition: .4s ease-out;
    }

    #item-nav.visible {
        z-index: 99;
        opacity: 1;
    }

    .profile-fields div {
        display: flex;
        flex-basis: 100%;
        width: 100%;
        flex-wrap: wrap;

    }

    #subscribe-modal .gform_wrapper #field_1_2 .gfield_label,
    #subscribe-modal .gform_wrapper #field_1_1 .gfield_label {
        text-align: center;
        top: auto;
        position: relative;
        left: auto;
        right: auto;
        max-width: 100%;
    }

    #buddypress #item-header-content div#object-nav li a {
        font-size: 12px;
        padding: 26px 0;
        margin: 0 5px;
    }

    #buddypress #item-header-cover-image .container {
        padding: 0;

    }

    #buddypress div#item-header #object-nav {
        justify-content: space-around;
    }

    #buddypress div#item-header #item-header-cover-image #item-header-content {
        flex-basis: calc(100% + 30px);
        width: calc(100% + 30px);
        margin: 0 -15px;
    }

    /*
========================
SECTIONS
========================
*/
    .pad-60 {
        padding: 20px 0;
    }

    .pad-70 {
        padding: 20px 0;
    }

    .pad-75 {
        padding: 25px 0;
    }

    .pad-100 {
        padding: 30px 0;
    }

    .pad-120 {
        padding: 35px 0;
    }

    .pad-140 {
        padding: 40px 0;
    }

    h1,
    .h1 {
        font-size: 32px;
        line-height: 32px;
    }

    h2,
    .f46,
    .h2 {
        font-size: 24px;
        line-height: 26px;
        font-weight: 700;
    }

    #footer-menu li {
        flex-basis: 100%;
    }

    .join-section {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .join-section .gform_wrapper form {
        margin: 0 auto;
    }

    .join-section .gform_wrapper .gform_footer {
        position: relative;
        margin: 0 auto;
        top: auto;
        left: auto;
        right: auto;
        display: flex;
        flex-wrap: wrap;
        margin-top: 10px;
    }

    .join-section .gform_wrapper .gform_footer button, .join-section .gform_wrapper .gform_footer input[type="submit"] {
        position: relative;
        margin: 0 auto;
        top: auto;
        left: auto;
        right: auto;
    }

    .social-section span {
        order: 2;
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .social-section #social-menu {
        order: 1;
        width: 100%;
        justify-content: center;
        margin-bottom: 15px;
    }

    .mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul {
        margin: 0 auto;
    }

    .single-mec-events .mec-container {
        width: 100% !important;
    }

    .mec-single-event .mec-event-content {
        padding: 10px 0;
    }

    body #buddypress .standard-form input[type="text"], body #buddypress .standard-form input[type="number"], body #buddypress .standard-form input[type="email"], #buddypress .standard-form #basic-details-section input[type="password"] {
        padding: 8px;
    }

    #buddypress .standard-form select {
        padding: 8px;
    }

    #galleryModal .modal-dialog,
    .galleryModal .modal-dialog {
        margin: 0 25px;
    }

    .blog-hero-no-image {
        padding-bottom: 15px;
    }

    .blog-content {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .blog-content blockquote p {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    #footer-menu li {
        margin-bottom: 15px;
        margin-top: 0;
        padding-bottom: 10px;
        border-bottom: 1px solid #2f535a;
    }

    #footer-menu li a span.icon {
        width: 60px;
        flex-basis: 60px;
        margin: 0;
        order: 2;
    }

    #footer-menu li a {
        justify-content: flex-start;
        flex-basis: 100%;
        text-align: left;
    }

    #footer-menu li a span {
        width: calc(100% - 60px);
        flex-basis: calc(100% - 60px);
    }

    .social-section #social-menu li,
    .social-section #social-menu {
        margin-left: 0;
    }

    .fact-slider {
        height: 220px;
    }

    #galleryModal .modal-dialog,
    .galleryModal .modal-dialog {
        margin: 20px 0;
    }

    #galleryModal .modal-content button.close,
    .galleryModal .modal-content button.close {
        right: -7px;
        top: -32px;
    }

    #galleryModal .modal-body,
    .galleryModal .modal-body {
        padding: 0;
    }

    #galleryModal img,
    .galleryModal img {
        max-height: 100%;
        height: 100%;
        margin: 0 auto;
    }

    #galleryModal .modal-dialog,
    .galleryModal .modal-dialog {
        max-width: 100% !important;
    }

    #galleryModal .fact-slider img,
    .galleryModal .fact-slider img {
        max-width: 100%;


    }

    #galleryModal .sldier-button-wrapper,
    .galleryModal .sldier-button-wrapper {
        height: 30px;
        width: 30px;
    }

    .modal-body #stori-previous {
        left: 4px
    }

    .modal-body #stori-next {
        right: 4px;
    }

    #subscribe-modal .modal-content button.close {
        right: -7px;
        top: -32px;
    }

    .modal-dialog {
        margin: 30px 10px;
    }

    #cover-image-container #top-container {
        padding: 0 !important;
    }

    #buddypress #item-header-content div#object-nav li:first-of-type a {
        margin: 0 auto;
    }

    #buddypress #item-header-content div#object-nav li {
        width: 100%;
        flex-basis: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        margin: 0 auto;

    }

    #buddypress #item-header-content div#object-nav li a {
        padding: 15px 0;
        margin: 0 auto;
    }

    #buddypress #item-header-content div#object-nav li a::after {
        display: none;
    }

    #buddypress div#item-header #item-header-cover-image #item-header-content {
        flex-basis: calc(100% + 32px);
        width: calc(100% + 32px);
        margin: 0px -16px;
        z-index: 2;
    }

    #item-body #member-container {
        padding-top: 100px;
        margin-top: -20px;
        -webkit-transition: .4s ease-out;
        -moz-transition: .4s ease-out;
        -o-transition: .4s ease-out;
        transition: .4s ease-out;

    }

    #item-body #member-container.top {
        margin-top: 140px;
    }

    body #buddypress .standard-form input[type="tel"] {
        width: 100% !important;
        left: 0;
        float: left;
    }

    #buddypress div.item-list-tabs#subnav {
        margin-bottom: 10px;
    }

    .popup-text {
        margin-top: 20px;
        font-size: 28px;
        line-height: 34px;
        padding: 0 15px;
    }

    .popup-first-image, .popup-second-image {
        width: 35%;
    }

    .popup-fist-image {
        left: 10px;
    }

    .popup-second-image {
        right: 10px;
    }

    .popup-image {
        margin-top: 37.5%;
    }
}

@media (max-width: 480px) {
    #terms-menu li {
        flex-basis: 100%;
        width: 100%;
    }

    #terms-menu li a::before {
        display: none;
    }

    .popup-text {
        font-size: 26px;
        line-height: 32px;
    }

    .popup-image img {
        width: 130px;
    }

    .popup-button {
        right: -15px;
    }
}

#error-container a.button {
    margin: 20px auto;
    max-width: 140px;
}

.news-slide-inner {
    overflow: hidden;
}

@media (max-width: 360px) {
    #form-modal-button {
        margin: 5px auto;
    }

    #footer-facebook-button {
        margin: 5px auto 10px auto;
    }
}

.wp-block-image .alignleft {
    float: none;
}

