*,
*:after,
*:before {
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  -webkit-font-smoothing:antialiased;
  font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

@font-face {
  font-family: 'karla';
  src: url('../fonts/Karla-Bold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;    
}

@font-face {
  font-family: 'karla';
  src: url('../fonts/Karla-BoldItalic.ttf') format('truetype');
  font-style: italic;
  font-weight: 600;    
}

@font-face {
  font-family: 'karla';
  src: url('../fonts/Karla-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;    
}

@font-face {
  font-family: 'karla';
  src: url('../fonts/Karla-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;    
}

body{
  margin:0px;
  padding:0;
  background-color: #E5E3E0;
  font-family: 'karla';
  font-weight: 400;
  overflow-x:hidden;
  font-size: 16px;
  letter-spacing: -0.1px;
  padding-top: 116px;
}
/*body.home{
  padding-top: 116px;
}*/
img{
  max-width: 100%;
  display: block;
}

.content_container img{
  height: auto;
  border-radius:30px;
  margin:0 auto;
  transition:0.2s all ease-out;
}

.content_container a:hover img{
    transform: translateY(-6px);
}
.content_container p{
    padding-top:8px;
	text-align:left;
}
.text-center .content_container p,
.content_container .cta_editor p{
	text-align:center;
}
.content_container p:first-child{
    padding-top:0px;
}
.content_container form p{
    padding-top:16px;
}
.content_container form p:first-child{
    padding-top:0px;
}
.content_container ol,
.content_container ul {
margin: 0 auto;
    padding-left: 18px;

    max-width: 100%;
}
.content_container ol li,
.content_container ul li{
    list-style: disc;
    text-align: left;
    padding-top: 0px;
    margin: 0;
}
.content_container ol li
{
    list-style: decimal;
}
h1, h2, h3, h4, h5, h6, p, a{
  margin: 0px;
  padding: 0px;
  font-family: 'karla';
}
a{
  color:inherit;
}

.display h1,
.display{
  font-size: 48px;
  letter-spacing: -0.1px;
  font-weight: 600;
}

.white-color{
  color: #fff;
}
.white-bg{
  background-color: #fff;
}
.justify-between{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.orange-bg{
  background-color: #FD8956;
}
.light-sky-bg{
  background-color: #D7F0FF;
}
.padding-top16{
  padding-top: 16px;
}
.padding-bottom16{
  padding-bottom: 16px;
}
.padding-bottom45{
  padding-bottom: 45px;
}
.margin-bottom16{
  margin-bottom: 16px;
}
.padding-top30{
  padding-top: 30px;
}
.padding-bottom30{
  padding-bottom: 30px;
}
.padding-bottom55{
  padding-bottom: 55px;
}
.padding-bottom55{
  padding-bottom: 55px;
}
.padding-top144{
  padding-top: 144px;
}

.padding-bottom144{
  padding-bottom: 144px;
}

h1{
  font-size: 40px;
  letter-spacing: -0.1px;
  font-weight: 600;
}

h2{
  font-size: 32px;
  letter-spacing: -0.1px;
  font-weight: 600;
}

h3{
  font-size: 20px;
  letter-spacing: -0.1px;
  font-weight: 600;
}

.slider_container em{
  font-size: 24px;
  letter-spacing: -0.1px;
  font-weight: 400;  
}

h4{
  font-size: 20px;
  letter-spacing: -0.1px;
  font-weight: 600;
}

h5{
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.1px;
}

h6{
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.1px;
}

em, p{
  font-size: 16px;
  font-weight: 400;
}


.body_11 h1{
  font-size: 48px;
  letter-spacing: -0.1px;
  font-weight: 600;
}

.body_11 h2{
  font-size: 40px;
  letter-spacing: -0.1px;
  font-weight: 600;
}

.body_11 h3{
  font-size: 32px;
  letter-spacing: -0.1px;
  font-weight: 600;
}
.body_11 .slider_container em{
  font-size: 32px;
  letter-spacing: -0.1px;
  font-weight: 400;  
}

.body_11 h4{
  font-size: 28px;
  letter-spacing: -0.1px;
  font-weight: 600;
}

.body_11 h5{
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.1px;
}

.body_11 h6{
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.1px;
}
.body_11 em,
.body_11 p{
  font-size: 24px;
  font-weight: 400;
}
body.body_11{
  font-size: 24px;
}

.body_21 h1{
  font-size: 56px;
  letter-spacing: -0.1px;
  font-weight: 600;
}

.body_21 h2{
  font-size: 48px;
  letter-spacing: -0.1px;
  font-weight: 600;
}

.body_21 h3{
  font-size: 40px;
  letter-spacing: -0.1px;
  font-weight: 600;
}
.body_21 .slider_container em{
  font-size: 40px;
  letter-spacing: -0.1px;
  font-weight: 400;  
}

.body_21 h4{
  font-size: 36px;
  letter-spacing: -0.1px;
  font-weight: 600;
}

.body_21 h5{
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.1px;
}

.body_21 h6{
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.1px;
}

.body_21 p,
.body_21 em{
  font-size: 32px;
  font-weight: 400;
}
body.body_21{
  font-size: 32px;
}
.small_copy p,
.small_copy{
  font-size: 16px;
}

.bracket_padding{
  padding-top: 121px;
}

.no_padding{
  padding: 0px;
}

.small_padding{
  padding-top: 8px;
}
.medium_padding{
  padding-top: 16px;
}

.x_medium_padding{
  padding-top: 32px;
}

.large_padding{
  padding-top: 64px;
}

.x_large_padding{
  padding-top: 80px;
}

.x_x_large_padding{
  padding-top: 136px;
}

.x_x_x_large_padding{
  padding-top: 136px;
}

.bottom_small_padding{
  padding-bottom: 8px;
}

.bottom_medium_padding{
  padding-bottom: 16px;
}

.contact_module_section .bottom_medium_padding{
  padding-bottom: 20px;
}

.contact_module_section .bottom_x_medium_padding{
  padding-bottom: 32px;
}
.contact_module_section a{
  text-decoration: none;
  position: relative;
}
.contact_module_section a:after{
  width: 0;
  position: absolute;
  content: '';
  height: 2px;
  background-color: black;
  bottom: 0;
  left: 0;
  transition: 0.2s all ease-out;
}
.contact_module_section a:hover:after{
  width: 100%;
}
.bottom_x_medium_padding{
  padding-bottom: 32px;
}

.bottom_large_padding{
  padding-bottom: 64px;
}

.bottom_x_large_padding{
  padding-bottom: 80px;
}

.bottom_x_x_large_padding{
  padding-bottom: 112px;
}

.bottom_x_x_x_large_padding{
  padding-bottom: 136px;
}

.error404 .faq-section{
	padding-top:100px;
}

.content_container *:first-child{
  padding-top: 0;
}
.content_container *{
  padding-top: 16px;
}
.content_container p:nth-child(3){
  padding-top: 10px;
}
.content_container .wpcf7-form p.submit_button{
  text-align: center;
  padding-top: 24px;
}
.content_container .wpcf7-form p,
.content_container .wpcf7-form label{
  text-align: left;
  display: block;
}
.content_container .wpcf7-form label{
  font-weight:600;
  padding-bottom:5px;
}




.row {
    max-width: 100%;
    padding: 0 40px;
    width: 840px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.row-fullwidth{
  width: 100%;
}
.col {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 0;
}


@media screen and (min-width: 768px) {
.col-3 {
  max-width: 25%;
}

.col-4 {
  max-width: 33.333333%;
}

.col-5 {
  max-width: 41.666667%;
}

.col-6 {
  max-width: 50%;
}

.col-7 {
  max-width: 58.333333%;
}

.col-8 {
  max-width: 66.666667%;
}

.col-9 {
  max-width: 75%;
}

.col-10 {
  max-width: 83.333333%;
}

.col-11 {
  max-width: 91.666667%;
}

.col-12 {
  max-width: 100%;
}
}
.hero .copy_container{
  max-width: 100%;
  width: 728px;
  margin: 0 auto;
  color: white;
  text-align: center;
}
/* header class */
.menu-home {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    background-color: #444967;
    color: white;
    font-weight: bold;
    font-size: 12px;
    height: 36px;
    width: 100%;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    letter-spacing: -0.1px;
}
.menu-home,
.menu-main {
  padding: 0 25px;
}
.menu-main  .join-menu{
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 157px;
  z-index: 3;
  position: relative;
}
.menu-main{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    color: white;
    height: 80px;
    width: 100%;
    position: fixed;
    top: 36px;
    z-index: 9;
    left: 0;
    padding: 0 25px;
}

.menu-main .menu-main-middle {
  position: relative;
  z-index: 3;
}

.menu-main:after{
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  background-color: #0E153A;
  z-index: 2;
  left: 0;
  top: 0;
}
.woocommerce-view-subscription .woocommerce a.button{
    margin-right:10px;
    margin-top:10px;
}

.woocommerce .subscription_details  a.button{
    min-width:180px;
}
.button_li.donate a{
  background-color:#fd8956;
}
.menu-main .menu-main-middle a{
    margin:0 10px;
} 

.menu-main .menu-main-middle li{
  position: relative;
}

.menu-main .menu-main-middle li .sub-menu  li{
  padding-bottom: 5px;
}

.menu-main .menu-main-middle .sub-menu li:last-child{
  padding-bottom: 0;
}
.menu-main .menu-main-middle li .sub-menu li a{
  margin: 0;
  color: #0E153A;
}
.menu-main .menu-main-middle li .sub-menu li a:after{
  background-color: #0E153A;
}

.menu-main .menu-main-middle li .sub-menu li .sub-menu{
  min-height: auto;
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads{
    display:none;
}
.menu-main .menu-main-middle li .sub-menu{
    position: absolute;
    display: block;
    text-align: left;
    flex-wrap: wrap;
    top: -180px;
    padding: 16px 16px 16px 11px;
    opacity: 0;
    z-index: -1;
    transition: 0.3s all ease-out;
}
@media screen and (min-width: 768px){
  .open_nav .menu-main .menu-main-middle li .sub-menu{
    top: 49px;
  }

  .open_nav .menu-main .menu-main-middle li.active_nav .sub-menu{
    opacity: 1;
    z-index: 1;
  }
  .open_nav .menu-main .menu-main-middle li .sub-menu li .sub-menu{
    opacity: 0;
  }
  .open_nav .menu-main .menu-main-middle li .sub-menu li.active_nav .sub-menu{
    opacity: 1;
    z-index:3;
  }

}

  .menu-main .menu-main-middle li.open_nav>.sub-menu{
    opacity: 1;
    z-index: 1;
  }

.menu-main .menu-main-middle li .sub-menu .sub-menu{
  left: 115px;
  top: 0;
  padding: 0px;
}
.body_11 .menu-main .menu-main-middle li .sub-menu .sub-menu{
  left: 200px;
  top: 0;
  padding: 0px;
}

.menu-main .menu-main-middle li .sub-menu li.anchor_tag a{
  font-weight: 400;
}

.menu-main .menu-main-middle li .sub-menu .sub-menu li a{
  font-weight: 400;
}

.menu-main .menu-main-middle li .sub-menu .sub-menu li a:after{
    height:1px;
}
.menu-main:before{
  background-color: #FD8956;

  content: '';
  position: absolute;
  left: 0;
  top: -180px;
  width: 100vw;
  height: 180px;
  transition: 0.3s all ease-out;
}
.body_11 .menu-main:before{
	height:320px;
	top:-320px;
}
.open_nav .menu-main:before{
  top: 80px;
  z-index: 1;
}

a.anchor {
    display: block;
    position: relative;
    top: -116px;
    visibility: hidden;
}

.videoWrapper {
  position: relative;
  padding-bottom: 496px;
  height: 0;
      max-width: 1000px;
    margin: 0 auto;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero_video_wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 177.778vh;
    height: 56.25vw;
    min-width: 100%;
    min-height: 105%;
}

.hero_video_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*.home .menu-main {
  top: 36px;
}*/
.menu-main a{
  text-decoration: none;
  z-index: 3;
}

.menu-main .menu-main-middle ul {
    display: flex;
    flex-direction: row;
}
.nav_tag ul{
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 317px;
}

.font_managed{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.nav_tag ul.pre-header-menu li a span{
    transition: 0.2s all ease-out;
    border-radius: 50%;
    border: 2px solid white;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
  }

  .copy_font{
    cursor: default;
  }

  .font_increase{
    padding-bottom: 2px;
  }

.nav_tag ul.pre-header-menu li a span:hover{
  color: #444967;
  background-color: white;
}

.nav_tag a{
  position: relative;
  text-decoration: none;
}
.nav_tag a:after{ 
  transition: all 0.2s linear;
  width: 0;
  height: 2px;
  background-color: white;
  position: absolute;
  content: '';
  left: 0;
  bottom: -1px;
}
.nav_tag a:hover:after, .nav_tag a.active:after{ width: 100%; }

.nav_tag li.no_hover a:hover:after{
  width: 0;
}


.button_li a{
  padding: 0.5em 1em;
  border-radius: 2em;
  background-color: #D7F0FF;
  color: #0E153A;
  transition: all 0.2s linear;
}

.button_li a:hover {
  background-color: white;
  transition-delay:0ms !important;
}

/* hero section */
.hero{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-shadow: 0 0 50px rgba(0,0,0,40);
  overflow: hidden;
  height: calc(100vh - 116px);
  width: 100%;
  background-size: cover;
  background-position: center;
  color: white;
}

.hero .row{
  position: relative;
  z-index: 3;
}

.hero.bracket{
  padding: 0 0 121px 0;
}

.hero.bracket.why_become_a_partner{
  padding-bottom: 62px;
}

.bracket:after{
    position: absolute;
    content: '';
    left: 58px;
    bottom: -1px;
    width: calc(50% - 160px);
    height: 70px;
    z-index:2;
}
.bracket:before{
    z-index:2;
    position: absolute;
    content: '';
    right: 58px;
    bottom: -1px;
    width: calc(50% - 160px);
    height: 70px;
}
.divider{
  border-bottom:1.5px solid #0E153A;
  height: 1.5px;
  width: 100%;
}

.white_braket_bg.bracket:after,
.white_braket_bg.bracket:before{
    background-color: #ffffff;
}

.blue_braket_bg.bracket:after,
.blue_braket_bg.bracket:before{
    background-color: #0E153A;
}

.light_blue_braket_bg.bracket:after,
.light_blue_braket_bg.bracket:before{
    background-color: #D7F0FF;
}

.peach_braket_bg.bracket:after,
.peach_braket_bg.bracket:before{
    background-color: #FFDACF;
}

.orange_braket_bg.bracket:after,
.orange_braket_bg.bracket:before{
    background-color: #fd8956;
}


.blue_secion{
  background-color: #0E153A;
  color: white;
  position: relative;
}

.white_section{
  background-color: #fff;
  position: relative;
  color: #0E153A;
}

.light_blue_section{
  position: relative;
  background-color: #D7F0FF;
  color: #0E153A;
}

.light_orange_section{
  position: relative;
  background-color: #FD8956;
  color: #0E153A;

}

.orange_section{
  background: #fd8956;
  position: relative;
  color: #0E153A;
}

.peach_section{
  position: relative;
  background-color: #FFDACF;
  color: #0E153A;
}





.memberships{
  background-color: white;
  text-align: center;
  position: relative;
  padding: 95px 0 90px;
}
/*
.memberships:after{
  position: absolute;
  content: '';
  height: 88px;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #0E153A;
}
*/
.membership_fee{
  max-width: 100%;
  width: 484px;
  margin: 0 auto
}

.memberships h2{
  color: #0E153A;
  text-align: center;
}
.page-template-thank-you-donation-php .signup-buttons,
.page-template-donation_form .signup-buttons,
.page-template-thank-you .signup-buttons,
.page-template-form .signup-buttons{
  min-height: calc(100vh - 321px);
}
.page-template-thank-you .signup_wraper{
  width: 480px;
  max-width: 100%;
  margin: 0 auto;
}
.page-template-thank-you .signup_wraper h4{
  margin-bottom: 40px;
}
.page-template-thank-you .signup_wraper p{
  margin-bottom: 20px;
  font-weight: bold;
}
.signup-buttons{
  padding: 115px 0 60px;
  background-color: #0E153A;
  color: white;
  text-align: center;
}


.logged-in-user{
    display:none;
}

.logged-in  .logged-in-user{
    display:block;
}

.woocommerce-account  .content {
    color: #0E153A;
}

.woocommerce-account .woocommerce-notices-wrapper{
	display:block !important;
}
.orange-section .signup-buttons,
.page-template-org_form .signup-buttons{
  background-color: #FD8956;
  color: #0E153A;
}

.membership_fee .next_step{
  margin: 64px auto 0;
}
.membership_fee .cta_button{
  margin: 0 auto;
}
.membership_fee h4{
  margin-top: 84px;
  margin-bottom: 20px;
}
.membership_fee p{
  padding-bottom: 28px;
}
.membership_fee .wage a{
  margin-bottom: 10px;
}
.wage .cta_button{
  border-radius: 10px;
  max-width: 188px;
  background-color:white;
}
.show_on_selection{
  opacity: 0;
  transition: all 0.2s linear;
}
.show_on_selection.show{
  opacity: 1;
}

.orange-section .wage .cta_button,
.page-template-org_form .wage .cta_button{
  max-width:168px;
}
.total_membership{
  margin-top: 54px;
  font-size: 20px;
  letter-spacing: -0.1px;
  position: relative;
}
.total_membership:after{
  position: absolute;
  content: '';
  height: 2px;
  width: calc(50% - 110px);
  right: 0;
  top: 11px;
  background-color: white;
}
.total_membership:before{
  position: absolute;
  content: '';
  height: 2px;
  width: calc(50% - 110px);
  left: 0;
  top: 11px;
  background-color: white;
}

.orange-section .total_membership:after,
.orange-section .total_membership:before,
.page-template-org_form .total_membership:after,
.page-template-org_form .total_membership:before{
  background-color: #0E153A;
}

.orange-section .total_amount,
.page-template-org_form .total_amount{
  border-bottom: 2px solid #0E153A;  
}

.total_amount{
  margin-top: 32px;
  padding-bottom: 32px;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -.1px;
  border-bottom: 2px solid white;
}

.signup_wraper{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  width: 480px;
  margin:0 auto;
}

.signup_wraper h3{
  color: white;
  width: 100%;
  text-align: center;
}

.button_wraper{
  width: 396px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 48px;
}
.regular_donation .button_wraper{
  margin: 20px auto 0;
}

.member_duration_wage .wage_duration{
  position: relative;
  padding-top: 290px;
  width: 100%;
}
.duration_wage,
.member_duration_wage{
  opacity: 0;
  z-index: -1;
}

.show_duration.member_duration_wage{
  opacity: 1;
  z-index: 1;
}
.show_duration.duration_wage{
  opacity: 1;
  z-index: 1;
}
.duration_wage {
    position: absolute;
    height: 290px;
    width: 100%;
    top: 0;
    left: 0;
}

.wpcf7-submit,
.button,
.cta_white_editor a,
.cta_editor a{
  background-color: #fd8956 !important;
  color: #0E153A !important;
  height: 48px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: -.1px !important;
  text-align: center !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  border-radius: 27px !important;
  border:0px solid white !important;
  cursor: pointer !important;
  transition: 0.3s all ease-in-out;
  padding: 0 26px !important;
  min-width:148px;
}
.button{
  height: 37px !important;
}

.button,
.cta_white_editor a{
    background-color: white !important;
}

.orange_section .wpcf7-submit{
    background-color: white !important;
}

.cta_editor a:hover{
  background-color: #fff !important;
}
.white_section .cta_editor a:hover{
  background-color: #0E153A !important;
  color:#fff !important;
}

.wpcf7-submit:hover,
.button:hover,
.cta_white_editor a:hover{
  background-color: #fff !important;
  color: #0E153A !important;
}


.orange_section .cta_white_editor a:hover,
.orange_section  .wpcf7-submit:hover,
.orange_section  .button:hover,
.page-template-org_form .button:hover{
  background-color: #0E153A !important;
  color: #fff !important;
}
.contact_form_checkbox .wpcf7-form-control{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.contact_form_checkbox .wpcf7-list-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.contact_form_checkbox .wpcf7-list-item-label{
  padding: 0 0 0 5px;
}
.duration_wage{
  opacity: 
}
.no_underline a{
  text-decoration:none;
  font-size:16px;
  font-weight:600;
}

.woocommerce-page .woocommerce form.checkout_coupon,
.woocommerce-page .woocommerce form.login,
.woocommerce-page .woocommerce form.register {
    border: 0;
    padding: 20px 20px 20px 0;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;
}
#place_order{
	position:relative;
	font-size:0 !important;
}
#place_order:after{
	content:'Finalise Payment';
	position:absolute;
	    left: 28px;
    top: 11px;
    font-size: 16px !important;
}
.woocommerce #payment #place_order,
.cta_button{
  min-width: 188px;
  height: 48px;
  background-color: #FFDACF;
  color:#0E153A;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -.1px;
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 27px;
  border:0px solid white;
  cursor: pointer;
  transition: 0.2s all ease-in-out;
  padding: 0 30px;
}
.cta_button.deactive{
  background-color: rgba(255,255,255,0.3);
}
.bg_white{
  background-color: white;
}
.woocommerce #payment #place_order:hover,
.cta_button:hover,
.cta_button.deactive:hover,
.cta_button.active{
  background-color: #FD8956;
}
.cta_button:hover,
.cta_button.deactive:hover{
    transition-delay:0ms !important;
}
.membership_fee .wage .cta_button:hover,
.membership_fee .wage .cta_button.deactive:hover,
.membership_fee .wage .cta_button.active{
  transition-delay: 0ms !important;  
}

.orange-section .cta_button:hover,
.orange-section .cta_button.deactive:hover,
.orange-section .cta_button.active,

.page-template-org_form .cta_button:hover,
.page-template-org_form .cta_button.deactive:hover,
.page-template-org_form .cta_button.active{
  background-color: #0E153A;
  color: white;
}

body img.lefttop{
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 121px;
  background-color: transparent;
  z-index: 1;
}
body img.righttop{
  position: absolute;
  right: 0;
  bottom: -1px;
  height: 121px;
  z-index: 1;
  background-color: transparent;

}
body img.middletop{
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 226px;
  height: 70px;
  z-index: 1;
  background-color: transparent;
}




.footerleftlayer{
  position: absolute;
  left: 0;
  top: 0;
  width: 123px;
  height: 150px;
  z-index: 2;
}
.footerrightlayer{
  position: absolute;
  right: 0;
  top: 0;
  width: 123px;
  height: 150px;
  z-index: 2;
}
.footermiddlelayer{
  position: absolute;
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: 143px;
  z-index: 2;
  background-color: #05112C;
}

.step_container{
  margin: 0 auto;
  position: relative;
  max-width: 100%;
  width: 430px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}

.step_container .steps{
  position: relative;
  text-align: center;
  font-size: 16px;
  padding-top: 32px;
}

.step_container .steps:after{
  position: absolute;
  content: '';
  height: 20px;
  width: 20px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background-image: url(../images/ellipse.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.step_container .steps.selected:after{
  background-image: url(../images/Eellipse_selected.svg);
}

.page-template-checkout .step_container .steps.step1:after,
.page-template-checkout .step_container .steps.step2:after{
  background-image: url(../images/ellipse_done.svg);
}

.page-template-checkout .step_container .steps.step3:after{
  background-image: url(../images/Eellipse_selected.svg);
}

.page-template-donation_regular_declaration-php .step_container .steps.step1:after,
.page-template-donation_declaration-php .step_container .steps.step1:after,
.page-template-checkout .orange-section .step_container .steps.step1:after,
.page-template-checkout .orange-section .step_container .steps.step2:after,
.page-template-checkout .page-template-org_form .step_container .steps.step1:after,
.page-template-checkout .page-template-org_form .step_container .steps.step2:after{
  background-image: url(../images/memer_ellipse_done.svg);
}


.page-template-checkout .orange-section .step_container .steps.step3:after,
.page-template-checkout .page-template-org_form .step_container .steps.step3:after{
  background-image: url(../images/member_eellipse_selected.svg);
}

.page-template-declaration .step_container .steps.step1:after{
  background-image: url(../images/ellipse_done.svg);  
}

.page-template-declaration .step_container .steps.step2:after{
  background-image: url(../images/Eellipse_selected.svg);  
}

.page-template-org_declaration .step_container .steps.step1:after{
  background-image: url(../images/memer_ellipse_done.svg);  
}

.page-template-org_declaration .step_container .steps.step2:after{
  background-image: url(../images/member_eellipse_selected.svg);  
}

.orange-section .step_container .steps:after,
.page-template-org_form .step_container .steps:after{
  background-image: url(../images/member_ellipse.svg);
}

.orange-section .step_container .steps.selected:after,
.page-template-org_form .step_container .steps.selected:after{
  background-image: url(../images/member_eellipse_selected.svg);
}

.step_container .steps:before{
position: absolute;
content: '';
height: 2px;
width: 186px;
left: 50%;
top: 9px;
background-image: url(../images/Line_100.svg);
background-position: center;
background-repeat: no-repeat;
}

.step_container .steps.step3:before{
  display: none;
}

.required_fields{
  color: #FD8956;
  margin-top: 24px;
}
.orange-section .required_fields,
.page-template-org_form .required_fields{
  color: #0E153A;
}
.page-template-checkout .woocommerce form .form-row .required{
  color: #FD8956;  
  margin-left: -10px;
}
.page-template-checkout .woocommerce form .woocommerce-terms-and-conditions-wrapper .form-row .required{
  margin-left: 0px;	
}
.page-template-checkout .page-template-org_form .woocommerce form .form-row .required{
  margin-left: 0px;
}
.in_order_to{
  background-color: #D7F0FF;
  color: #0E153A;
}
.page-template-org_declaration .in_order_to{
  background-color: #FFDACF;
}
.in_order_to .col{
  width: 416px;
  max-width: 100%;
  margin: 0 auto;
  padding: 35px 0;
  text-align: center;
}

.in_order_to .col p{
  font-weight: 600;
}
.declaration_form{
  padding: 70px 0 40px;
  background-color:#0E153A;
  color: white;
}
.declaration_form.donation_questions{
  padding: 20px 0 40px;
}
.page-template-org_form .declaration_form{
  background-color: #FD8956;
  color: #0E153A;
}
.declaration_form .col{
  max-width: 100%;
  width: 500px;
  margin: 0 auto;
}
.declaration_form.donation_questions .col{
    width:424px;
}
#billing_country_field{
    display:none;
}
.declaration_form .col p{
  padding-bottom: 40px;
}
.declaration_form .col .cta_button{
  margin:0 auto;
}
.required{
  color: #FD8956;
  text-decoration: none;
}
.page-template-org_form .required{
  color: #0E153A;
}
.declaration_form .woocommerce-input-wrapper{
  max-width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.declaration_form.donation_questions .woocommerce-input-wrapper{
  justify-content: flex-start;
  margin-bottom: 10px;
}
.radio_wraper{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 50%;
}
.input_radio_wrap{
  position: relative;
}
.declaration_form p>label{
  display: block;
  margin-bottom: 25px;
}
textarea{
  width: 100%;
  height: 89px;
  border-radius: 10px;
  padding: 10px;
}
.woocommerce-invalid textarea{
  border:2px solid #FD8956;
}
.woocommerce-invalid input+label:before{
  border:2px solid #FD8956;
  border-radius: 50%;
}
.page-template-org_form .woocommerce-invalid textarea{
  border:2px solid #0E153A;
}
.page-template-org_form .woocommerce-invalid input+label:before{
  border:2px solid #0E153A;
}

body .woocommerce a.remove{
  color: #fff !important;
  transition: 0.3s all ease-out;
}

body .woocommerce a.remove:hover{
  background-color: transparent;
  color: #0E153A !important;
}
input[type=text].nyp-input{
	width:204px;
}

::placeholder{
	color:#0E153A;
	font-weight:600;
}
input[type=radio],
input[type=checkbox]{
  height: 27px;
  width: 27px;
  margin: 0 10px 0 0;
  position: relative;
  z-index: 2;
  opacity: 0;
}
.wpcf7-form input[type=radio], .wpcf7-form input[type=checkbox]{
  margin:0;
}
span.wpcf7-list-item{
  margin: 0 !important;
  padding-top: 0px;
}
.wpcf7-list-item-label{
  padding-top: 7px;
  padding-left: 7px;
}
input[type="checkbox"] +label,
input[type="checkbox"] +span,
input[type="radio"] +label{
  position: relative;
}
input[type="checkbox"] +label:before,
input[type="checkbox"] +span:before,
input[type="radio"] +label:before{
  position: absolute;
  content:'';
  height: 27px;
  width: 27px;
  background-image: url(../images/radio_unselected.svg);
  background-size: cover;
  background-position: center;
  left: -37px;
  top: -3px;
}
.wpcf7-form input[type="checkbox"] +label:before,
.wpcf7-form input[type="checkbox"] +span:before,
.wpcf7-form input[type="radio"] +label:before{
  left: -27px;
  top: -5px;
}
.wpcf7-form input[type="checkbox"]:checked+label:after,
.wpcf7-form input[type="checkbox"]:checked+span:after,
.wpcf7-form input[type="radio"]:checked+label:after{
    left: -21px;
    top: 1px;
}
.wpcf7-list-item.first{
  margin-right: 10px !important;
}
.go_big{
    max-width:400px;
    margin:20px auto;

}
.go_big p{
    padding-bottom:10px;
}
input[type="checkbox"]:checked+label:after,
input[type="checkbox"]:checked+span:after,
input[type="radio"]:checked+label:after{
  position: absolute;
    content: '';
    height: 15px;
    width: 15px;
    background-color: #FD8956;
    background-size: cover;
    background-position: center;
    left: -31px;
    top: 3px;
    border-radius: 50%;
}

.wc_payment_method input[type="radio"] +label:before,
.wc_payment_method input[type="radio"] +label:after{
  display: none;
}
.orange-section input[type="checkbox"]:checked+label:after,
.orange-section input[type="checkbox"]:checked+span:after,
.orange-section input[type="radio"]:checked+label:after,
.page-template-org_form input[type="checkbox"]:checked+label:after,
.page-template-org_form input[type="checkbox"]:checked+span:after,
.page-template-org_form  input[type="radio"]:checked+label:after{
  background-color: #0E153A;
}
.coverall{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
}
.woocommerce-additional-fields{
  display: none;
}
input[type=password],
input[type=tel],
input[type=text],
input[type=email],
input[type=number]{
  height: 36px;
  width: 100%;
  border-radius: 5px;
  border: 0px solid white;
  border-radius: 10px;
}
textarea{
  width: 100%;
  border-radius: 5px;
  border: 0px solid white;
  border-radius: 10px;
    
}
.checkout_container{
  width: 480px;
  max-width: 100%;
  margin: 0 auto;
}
.woocommerce-order-pay .checkout_container{
  width: 570px;
}
.declaration{
  text-align: center;
  margin-top: 55px;
  line-height: 20px;
}
.page-template-checkout  .woocommerce form .form-row label {
    line-height: 19px;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 5px;
}

.page-template-checkout .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.page-template-checkout .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: none;
    width: 480px;
    max-width: 100%;
    margin: 0 auto;
}
.page-template-checkout .woocommerce form .form-row.woocommerce-invalid label{
  color: inherit;
}

.page-template-checkout .woocommerce form .form-row.woocommerce-invalid .select2-container,
.page-template-checkout .woocommerce form .form-row.woocommerce-invalid input.input-text,
.page-template-checkout .woocommerce form .form-row.woocommerce-invalid select{
  border:2px solid #FD8956;
}

.page-template-checkout .orange-section .woocommerce form .form-row.woocommerce-invalid .select2-container,
.page-template-checkout .orange-section .woocommerce form .form-row.woocommerce-invalid input.input-text,
.page-template-checkout .orange-section .woocommerce form .form-row.woocommerce-invalid select,

.page-template-checkout .page-template-org_form .woocommerce form .form-row.woocommerce-invalid .select2-container,
.page-template-checkout .page-template-org_form .woocommerce form .form-row.woocommerce-invalid input.input-text,
.page-template-checkout .page-template-org_form .woocommerce form .form-row.woocommerce-invalid select{
  border:2px solid #0E153A;
}


.page-template-checkout .woocommerce form .form-row-first, 
.page-template-checkout .woocommerce form .form-row-last, 
.page-template-checkout .woocommerce-page form .form-row-first, 
.page-template-checkout .woocommerce-page form .form-row-last {
    width: 100%;
    overflow: visible;
}

.woocommerce-billing-fields>h3{
  display: none;
}

.page-template-checkout .woocommerce form .form-row {
    padding: 0;
    margin: 0 0 17px;
}

.page-template-checkout .membership_fee p.required_fields{
  padding-bottom: 40px;
}

 input, textarea {
    padding-left: 10px !important;
}

.woocommerce-shipping-fields {
  margin: 120px 0 40px;
}
h3#ship-to-different-address{
  float: none !important;
  text-align: left;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: -0.1px;
}

.woocommerce-shipping-fields h3 label{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.page-template-checkout .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 0px solid #aaa;
    border-radius: 10px;
    height: 36px;
}
.page-template-checkout .select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 36px;
  text-align: left;
}

.page-template-checkout .select2-container--default .select2-selection--single .select2-selection__clear{
  display: none;
}


.page-template-checkout .select2-container--default .select2-selection--single .select2-selection__arrow b{
  background-image: url(../images/select_drop_down.svg);
  border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 0px 0px 0 0px !important;
    height: 36px;
    left: auto;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: -3px;
    width: 36px;
    right: -4px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.page-template-checkout .orange-section .select2-container--default .select2-selection--single .select2-selection__arrow b
.page-template-checkout .page-template-org_form .select2-container--default .select2-selection--single .select2-selection__arrow b{
  right: -1px;
}

.page-template-checkout .select2-container--default .select2-selection--single .select2-selection__arrow b:after{
    background-image: url(../images/sel_arrow.svg);
    position: absolute;
    content: '';
    top: 13px;
    right: 9px;
    width: 15px;
    height: 14px;
    background-repeat: no-repeat;
    z-index: 2;
}


.page-template-checkout .select2-container--default .select2-selection--single .select2-selection__arrow{
  top: 5px;
}

.page-template-checkout .woocommerce form .form-row#billing_address_1_field{
  margin-top: 100px;
}

.woocommerce-checkout .checkout #shipping_address_1_field {
  margin-top: 30px;
}

#order_review_heading{
  text-align: left;
  margin-bottom: 40px;
}

.page-template-checkout .woocommerce table.shop_table td,
.page-template-checkout .woocommerce table.shop_table th{
  padding-left: 0;
}

.woocommerce-privacy-policy-text{
  text-align: left;
  margin-bottom: 20px;
  color: #0E153A;
}
.sbi_btn_text{
    font-size: 0;
    position: relative;
    display: block;
    width: 78px;
    margin: 0 auto;
    height: 39px;
}
#sb_instagram #sbi_load .sbi_load_btn:hover {
    box-shadow: none !important;
}
.sbi_btn_text:after{
    background-image:url(../images/load_more.svg);
    position:absolute;
    content:'';
    width:78px;
    height:39px;
    top:0;
    left:0;
}


#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a{
    background:transparent !important;
}

.sbi_follow_btn,
.sb_instagram_header.sbi_no_avatar,
.woocommerce-notices-wrapper,
.woocommerce-form-login-toggle{
    display:none !important;
}
.page-template-checkout .woocommerce table.shop_table td {
    border-top: 0px solid rgba(0,0,0,.1);
}
.page-template-checkout .woocommerce table.shop_table {
    border: 0px solid rgba(0,0,0,.1);
}
.page-template-checkout .woocommerce table.shop_table tbody th, .page-template-checkout .woocommerce table.shop_table tfoot td, .page-template-checkout .woocommerce table.shop_table tfoot th {
    font-weight: 700;
    border-top: 0px solid rgba(0,0,0,.1);
}

.content{
    text-align:left;
    color:white;
}
.content p{
    margin-bottom:15px;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    left: 0.5em !important;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message{
    padding:15px 15px 10px 30px !important;
}

.content h3{
    margin-bottom:20px;
}

.content h2{
    margin-bottom:25px;
}
.content h1{
    margin-bottom:30px;
}

.hide_further_questions{
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: 0.2s all ease-in-out;
}

body.show_further_questions .hide_further_questions{
  opacity: 1;
  max-height: 900px;
}

.form-row a{
  text-decoration: underline;
}

#organisation_type_field,
#name_of_organisation_field{
  display: none;
}

.page-template-org_form #organisation_type_field,
.page-template-org_form #name_of_organisation_field{
  display: block;
}

.page-template-org_form .optional{
  display: none;
}

body .find-more:after{
  transform: translate(-50%,0);
  animation: bounce 2.5s infinite; 
   -webkit-animation: bounce 2.5s infinite; 
   -moz-animation: bounce 2.5s infinite; 
   -o-animation: bounce 2.5s infinite; 
}


@-webkit-keyframes bounce {
    0%,  
    100% {
       -webkit-transform: translate(0,-50%);
    } 
    50% {
        -webkit-transform: translate(10px,-50%);
    }
}
@-moz-keyframes bounce {
    0%, 
    100% {
       -moz-transform: translate(-50%,0);
    }
    50% {
       -moz-transform: translate(-50%,10px);
    }
}
@-o-keyframes bounce {
    0%,
    100% {
       -o-transform: translate(-50%,0);
    }
    50% {
       -o-transform: translate(-50%,10px);
    }
}
@keyframes bounce {
    0%,  
    100% {
        transform: translate(-50%,0);
    }
    50% {
        transform: translate(-50%,10px);
    }
}

.col-show {
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.2s ease-in-out;
}
span.col-show {
    display:block;
}
.vissible {
    opacity: 1;
    transform: translate(0);
}

.section_padding{
  padding: 112px 0 136px;
}
.section_padding_double{
  padding: 170px 0 136px;  
}
.section_padding_2{
  padding: 136px 0 136px;
}
.section_padding_136_80{
  padding: 136px 0 124px;  
}

.section_padding_3{
  padding: 136px 0;
}

ul, li{list-style: none; margin: 0; padding:0}
footer a{text-decoration: none; }
.position-relative{position: relative;}
.d-block{display: block;}
.mt-18{margin-top: 18px;}
.mt-45{margin-top: 45px;}
.fz-20{font-size: 20px;}
.fz-12{font-size: 12px;}
.font-600{font-weight: 600}
.font-normal{font-weight: normal;}
.text-center{text-align: center;}
.text-left{text-align: left;}
.text-white{color: #ffffff;}
.text-blue{color: #0E153A;}

.mid_container{max-width: 100%; width: 728px; margin: 0 auto;}
.about .mid_container h5{
    margin-bottom:15px;
}
.mid_container_second {
  max-width: 100%;
  width: 480px;
  margin: 0 auto;
}
.benifit_box {
    width: 389px;
    margin: 0 auto;
    max-width: 100%;
}
.table_container {max-width: 100%;width: 520px;margin: 0 auto; text-align: center;}
.elt-logo{margin: 0 auto; padding-bottom: 65px;}


.light_orange_section{background: #ffdbcf;  position: relative; display: flex; align-items: center;justify-content: center; }
.light_orange_section h4{margin-bottom: 64px;}
.light_orange_section .cta_button{display: inline-flex;}
.cta_button.bg_orange{background: #fd8956;}
.cta_button.bg_orange:hover{background: #ffffff; font-size: 17px; padding:0 36px;}
.bg_bottom img.middletop{top: -77px;height: 149px;background-color: transparent;}
.bg_bottom img.lefttop,
.bg_bottom img.righttop{background: #ffffff;bottom: inherit;top: -77px;height: 77px;}
.bg_bottom:before {position: absolute;content: '';left: 58px;bottom: 0px;width: calc(50% - 160px);
height: 70px;background-color: #ffffff;}
.bg_bottom:after {position: absolute;content: '';right: 58px;bottom: 0px;width: calc(50% - 160px);height: 70px;background-color: #ffffff;}


.white_section{background: #ffffff; }
.who_slider p {font-style: italic; padding: 16px 0;}
.slider_container{
  height: 245px;
  margin: 0 auto;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.slider_container div{
  width: 480px;
  max-width: 100%;
  margin: 0 auto;
}

.heading{margin-bottom: 15px;}

.member_box{
  display: flex;
  align-items: flex-start;
  justify-content: space-between; 
}
.member_box .img_con{
  background-size: cover;
  width: 232px;
  height: 174px;
  background-position: center;
}
.member_box li{
  width: 232px;background: white; border-radius: 10px; transition: all 0.2s ease-in-out; padding-top:37px;
}
.member_box li .title_con{
  background-image: url(../../assets/images/white-bottom-bg.svg);
  position: absolute;
  width: 100%;
  background-repeat: no-repeat;top: 0px; border-radius: 10px; padding: 14px 0 42px 0;
}

.member_box li .img_con{
  border-radius: 0 0 10px 10px;
}

.member_box li:hover { 
    transform: translateY(-6px);
}

.upcoming_section{
  margin-top: 64px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 100%;
  width: 727px;
  margin: 0 auto;
}
.upcoming_section.centered{
    justify-content:center;
}

.centered_aligned .upcoming_section{
  justify-content:center;
  align-items: center;  
}
.upcoming_box.resource_download .upcoming_content a{
  background-color: #0E153A;
}

.upcoming_box.resource_download svg rect {
    fill: #0E153A;
}

.upcoming_box{ 
  width: 356px;
  margin: 15px 0 0 0; 
  max-width: 100%; 
  position: relative;
  display: grid;
}

.upcoming_box .event_img{
  width: 100%;
  height: 200px;
  margin-bottom: 56px;
  background-position: center;
  background-size: cover;
  position: relative;
}
.upcoming_box .event_img:after{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #000;
  transition: 0.3s all ease-out;
}
.upcoming_box:hover .event_img:after{
  opacity: 0.35;
}
.upcoming_box:first-child{
  margin: 0;
}

.upcoming_box:nth-child(2){
  margin: 0;
}

.cover_all{
  position: absolute;
  top: 25%;
  left: 50%;
  background-color: #FD8956;
  transform: translate(-50%,-50%);
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease-out;
}
.upcoming_box:hover .cover_all{
  opacity: 1;
  z-index: 3;
}
.upcoming_box .cta_button{
  padding-top: 2px;
  transition: 0.2s all linear;
}
.upcoming_box .cta_button:hover{
  background-color: #fff;
}

.cover_all_box{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}
.upcoming_content{
  background: #ffdbcf; 
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 56px;
  transition: 0.3s all ease-out;
}

.peach_section .upcoming_content,
.orange_section .upcoming_content{
  background-color: #fff;
}
.upcoming_content>div{
  padding-top: 10px;
}
.upcoming_box:hover .upcoming_content{
  height: 120px;
}

.upcoming_content a{
  background: #fd8956; 
  width: 56px; height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all ease-out;
}

.upcoming_box:hover .upcoming_content a{
  height: 120px;
}


.upcoming_content div{
  display: inline-block; 
  padding-left: 10px; 
  text-align: left;
  transition: 0.3s all ease-out;
  padding-right:10px;
}

.upcoming_content p{
    max-height: 19px;
    overflow: hidden;
    margin-bottom: 1px;
  transition: 0.3s all ease-out;
}

.upcoming_box:hover .upcoming_content p{
  max-height: 56px;
}

.footer_bg img.lefttop, .footer_bg img.righttop{bottom: -74px; height: 128px;}
.footer_bg:after{background: #ffffff;content: '';position: absolute;left: 58px;bottom: 0;width: calc(50% - 160px);height: 70px;}
.footer_bg:before{background: #ffffff;content: '';position: absolute;right: 58px;bottom: 0;width: calc(50% - 160px);height: 70px;z-index: 1;}

footer.blue_secion{min-height: inherit; padding:140px 0 44px 0}
.social_connect_section{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.userful_connect_section{
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.connect_section{ line-height: 24px;}
.connect_section strong{margin-bottom: 14px;}
.connect_section p{font-size: 16px; margin-bottom: 18px;}

.social-connect .icon{
  background: url(../../assets/images/social_icon.svg) no-repeat;
  width: 25px;
  height: 22px;
  display: inline-flex;
  margin:0 7px;
}

.social-connect .icon:hover{
  background: url(../../assets/images/social_icon_preach.svg) no-repeat;
}


.social-connect .icon.insta{background-position: 2px 0;}
.social-connect .icon.linkedin{background-position: -37px 0px;}
.social-connect .icon.twitter{background-position: -78px 0;}
.social-connect .icon.facebook{background-position: -120px 0;}
.footer-bottom{margin-top: 42px;}
.footer-bottom p{margin-top: 4px; width: 100%}
.footer-bottom a{
  margin:0 2px;
}

footer a{
  position: relative;
}
footer a:after{
  position: absolute;
  content: '';
  width: 0;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #FFDACF;
  transition: 0.2s all ease-out;
}
footer a{
  transition: 0.2s all ease-out;  
}
footer a:hover{
  color: #FFDACF; 
}
footer a:hover:after{
  width: 100%;
}

footer .social-connect a.icon:after{
  width: 0;
}
.footer-bottom img{margin-top:10px;}
footer img{margin:0 auto;}
.back_top{top: -150px; right: 37px; font-size: 16px; color: #0E153A; cursor: pointer; z-index:9;display: none; position: absolute; transition: 0.2s all linear;}

.back_top span{ 
        border-radius: 50%;
    width: 32px;
    height: 32px;
    margin: 0 auto 6px auto;
    display: flex;
    transition: 0.2s all linear;
    align-items: center;
    justify-content: center;
    padding-left: 1px;
    border:2px solid  #0E153A;
}
.back_top:hover span{ background: #0E153A;}
.back_top svg g line,
.back_top svg g path{ 
    transition: 0.2s all linear;
    }

.back_top:hover svg g line{ stroke: #ffffff !important;}
.back_top:hover svg g path{ stroke: #ffffff !important;}
.slick-prev,
.slick-next {
    transition:0.2s all ease-in-out;
    border-radius:50%;
}
.slick-next:hover {
    background-image: url(../images/arrow-w-white.svg);
    background-color:#0E153A;
}
.slick-prev:hover{
    background-image: url(../images/arrow-w-white.svg);
    background-color:#0E153A;
}


.find-more{position: absolute; bottom:102px;left: 50%;transform: translate(-50%);color: #fff;font-size: 16px; cursor: pointer;}
.find-more:after{content: ''; background-size: contain; background-repeat: no-repeat; background: url(../../assets/images/arrow-bottom.svg); position: absolute; width: 15px; height: 16px; bottom: -30px;left: 50%;transform: translateX(-50%);}
.about{height: calc(100vh - 80px);width: 100%;background-size: cover;background-position: center; display: flex;align-items: center;justify-content: center; text-shadow: 0 0 20px rgba(0,0,0,40)}
.about:before{    position: absolute;content: '';right: 58px;bottom: 0px;width: calc(50% - 160px);height: 70px;background-color: #ffffff;}
.about:after {position: absolute;content: '';left: 58px;bottom: 0px;width: calc(50% - 160px);height: 70px;background-color: #ffffff;}
.about img.lefttop, .about img.righttop {height: 121px;}
.about img.middletop, .about img.lefttop, .about img.righttop {background-color: transparent;bottom: 0;}


.combox_slide{padding:0px 80px; width: 650px; max-width: 100%; margin: 0 auto; }

/*.combox_slide.show_right_slide:after{
  background: url(../../assets/images/right_bracket.svg) no-repeat; content: ''; position: absolute; width: 56px; height: 197px; 
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -16px;
}
.combox_slide:not(.show_right_slide):before{
background: url(../../assets/images/left_bracket.svg) center center no-repeat; 
content: ''; position: absolute; width: 65px; height: 197px; 
left: 0; top: 50%; transform: translateY(-50%);
margin-top: -16px;
}*/

.combat_box{
  padding:0px 80px;
}
.combat_box:after{
  background: url(../../assets/images/combat-right.svg) no-repeat; content: ''; position: absolute; width: 56px; height: 197px; right: 0; top: 50%;transform: translateY(-50%);}
.combat_box:before{
  background: url(../../assets/images/combat-left.svg) center center no-repeat; content: ''; position: absolute; width: 65px; height: 197px; left: 0; top: 50%; transform: translateY(-50%);}



.orange_arrow:after{position: absolute; top:30px; left: 50%; transform: translateX(-50%); background: url(../../assets/images/orange_top_arrow.svg) no-repeat; width: 386px; height: 42px; content: '';}
.bracket_orange_arrow{ height: 42px; }
.bracket_orange_arrow:after{position: absolute; top:0px; left: 50%; transform: translateX(-50%); background: url(../../assets/images/orange_top_arrow.svg) no-repeat; width: 386px; height: 42px; content: '';}

.focus_area_section{margin-top: 120px;}
.focus_area{
   display: flex; justify-content: center;
 }
.focus_area span{font-weight: bold; font-size: 20px;}
.focus_area p{font-size: 16px; padding-top: 10px;}
.focus_icon{color: #FD8956;  width: 86px; height: 86px;  font-size: 16px; align-items: flex-start; justify-content: flex-start; display: flex; text-transform: uppercase; font-weight: bold;}
.focus_area_content{padding-left: 35px; max-width: 65%;}


.image_section{
  padding:188px 0;
  min-height: 35vw;
  background-size: cover; background-position: center;display: flex;align-items: center;justify-content: center; text-shadow: 0 0 20px rgba(0,0,0,40);}
.aim_table{border-bottom: 2px solid #0E153A; margin-top: 65px;}
.aim_table div{background: #ffffff; width: 65px; display: inline-flex; margin:0 6px; vertical-align: bottom;
justify-content: center; padding-top: 4px;}
.aim_table div.nineteen{height: 176px;}
.aim_table div.twenty{height: 166px;}
.aim_table div.twentyfive{height: 126px;}
.aim_table div.thirty{height: 83px;}
.aim_table div.active{background: #0E153A; color: #ffffff;}



.board_commitee ul{display: flex;flex-wrap: wrap;}
.board_commitee li{width: calc(33.33333% - 10px);margin: 0 5px; font-size: 16px; margin-top: 30px;}
.board_commitee li.show_bio{
  cursor: pointer;
}
.img_box{ 
  height: 240px; 
  align-items: center; 
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  position: relative;
}
.show_bio .img_box:after{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #FFDACF;
  transition: 0.3s all ease-out;

}
.show_bio:hover .img_box:after{
  opacity: 0.35;
}

.img_box span{
    background: #FFDACF;
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0;
    align-items: center;
    justify-content: center;
}
.img_box span img{
  width: 100%;
}
.img_box.white_filter span{background: #0E153A;}
.board_commitee p{font-size: 16px;}
.black_filter img{filter: brightness(0); height: 136px;}
.white_filter img{filter: brightness(4); height: 136px;}
.board_commitee_section img.middletop{background-color: #d6f0ff;}



.modal--align { width: 500px; max-width: 100%; height: 100%;position: fixed; opacity: 0; right: -500px;top: 0;z-index: -1; transition: all 0.2s ease-in-out; }
.modal--show{
  right: 0;
  opacity: 1;
  z-index: 999;
}

.modal__container {
    position: relative;
    width: 500px;
    max-width: 100%;
    padding: 30px;
    background: #FD8956;
    top: 0;
    color: #ffffff;
    right: 0;
    height: 100vh;
    overflow-y: scroll;
}
.modal__container::-webkit-scrollbar { 
    display: none; 
}
.bio_popup{
  padding-top: 60px;
}
.popup_close{
  font-size: 0; 
  position: fixed;
  top: 30px;right: 15px; background: url(../../assets/images/close-icon.svg) no-repeat; width: 34px; height: 25px;
}
.popup_close:hover {cursor: pointer;}
.bio_popup strong{font-size: 20px; font-weight: bold;}
.bio_popup span#obposition{font-size: 20px; display: block; font-weight: normal; margin-bottom: 30px;}
.bio_popup p{font-size: 16px; line-height:20px; margin: 7px 0;}
.bio_popup img{margin-bottom: 20px;}

.linked_in_profile{
  margin-top: 25px;
  color: white;
  position: relative;
  
  padding-right: 25px;
    display: block;
    max-width: 145px;
}
.linked_in_profile:after{
  background-image: url(../images/linkedin_profile.svg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  position: absolute;
  content: '';
  height: 16px;
  width: 18px;
  right: 0;
  top: 0;
}



.getinvoled{height: calc(100vh - 80px);width: 100%;background-size: cover;background-position: center; display: flex;align-items: center;justify-content: center; text-shadow: 0 0 20px rgba(0,0,0,40); }
.getinvoled img.lefttop, .getinvoled img.righttop{bottom: 0px;
    height: 122px;}
.getinvoled img.middletop{background: transparent; bottom: 0}
.getinvoled:after{position: absolute;content: '';left: 58px;bottom: 0px;width: calc(50% - 160px);height: 70px;background-color: #d6f0ff;}
.getinvoled:before{position: absolute;content: '';right: 58px;bottom: 0px;width: calc(50% - 160px);height: 70px;background-color: #d6f0ff;}


.membershipheading{background: #ffffff; padding:60px 0 20px 0;}

.white_above_image_bg img.lefttop,
.white_above_image_bg img.righttop,
.membershipheading img.lefttop,
.membershipheading img.righttop{
  bottom: -57px; z-index: 1; background: transparent; top: inherit;
  height: 74px;
}

.white_above_image_bg {
  position: relative;
}
.white_above_image_bg img.middletop,
.membershipheading img.middletop {
  bottom: -129px;height: 149px;background-color: transparent; top: inherit;
}

.white_above_image_bg:before, 
.membershipheading:before{
  position: absolute;content: ''; right: 58px;width: calc(50% - 160px);
  height: 70px;background-color: #ffffff; bottom: -57px; z-index: 1; 
}

.white_above_image_bg:after, 
.membershipheading:after{
  position: absolute;content: ''; left: 58px;width: calc(50% - 160px);
  height: 70px;background-color: #ffffff;bottom: -57px; z-index: 1;
}



body .memberships img.lefttop {
    position: absolute;
    left: 0;
    bottom: -45px;
    height: 77px;
}

body .memberships img.middletop {
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
    width: 226px;
    height: 70px;
    z-index: 1;
    background-color: white;
}

body .memberships img.righttop {
    position: absolute;
    right: 0;
    bottom: -45px;
    height: 77px;
}



.orange_section h4{margin-top: 50px;}
.orange_section h5{margin-top: 10px;}
.benifit_box .focus_area_content{max-width: 80%;}
.benifit_box .focus_area_content p{ position: relative; padding-left: 20px; }
.benifit_box .focus_area_content p:before{content: '+'; position: absolute; left: 0px; top: 10px; font-size: 16px}
.peach_section .benifit_box .focus_area_content p:before{
  display: none;
}
.peach_section .benifit_box .focus_area_content p{
  padding-left: 0;
}
.cta_button.white_btn{background: #ffffff; display: inline-flex;}
.cta_button.white_btn:hover{background: #0E153A; color: #ffffff; }
.benifit_section:before{    position: absolute;content: '';right: 58px;bottom: 0px;width: calc(50% - 160px);height: 70px;background-color: #0e153a;}
.benifit_section:after {position: absolute;content: '';left: 58px;bottom: 0px;width: calc(50% - 160px);height: 70px;background-color: #0e153a;}
.benifit_section img.lefttop, .benifit_section img.righttop {background-color: #fd8956;bottom: 0;z-index: 1;}
.benifit_section img.middletop{background-color: transparent;bottom: -77px;height: 160px;}

.pricing-plans {position: relative;margin: 0 auto;width: 100%; flex-direction: row; display: flex; align-items:center; justify-content:center; margin: 64px 0 80px 0; }
.pricing-plans .plan {margin: 0 auto;min-width: 0;position: relative;will-change: transform;text-align: center; width: 24%;background-color: #fff; border-radius: 20px 20px 0 0;}
.plan.options{background: transparent;width:52%;}
.plan.pink{background:#FFDACF;}
.plan .plan-header {display: flex;flex-direction: column;height: 45px;justify-content: center; border-bottom: 2px solid #0e153a;}
.plan.options .plan-header{justify-content: flex-end; align-items: baseline; padding-right: 10px;}
.plan-header h3 {font-size: 16px;margin: 0;text-align: center; line-height: normal;word-break: break-word;}
.plan.options .plan-info{text-align: left; padding-right: 10px;}
.list-group-item{padding:12px 0; height: 50px;}
.list-group-item img{margin:0 auto;}


.accordion-container{position: relative;max-width:490px;height: auto;margin:0 auto; font-size: 16px; text-align: left;}
.accordion{position: relative;width: 100%;height: auto;}
.accordion > a{
  display: block;padding:14px 25px 14px 0;
  text-decoration: none;color:#000000;
  font-weight: 600; 
  -webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;transition:all 0.2s linear;
}
.accordion > a i{     
    position: absolute;
    top: 17px;
    right: 0; 
  }
.accordion:last-child a, .accordion:last-child p{
  border-bottom: 2px solid #0E153A;}

  
.accordion a{border-top: 2px solid #0E153A !important;}
.accordion .content p a{
  border-bottom: 0px solid #fff !important;
  border-top: 0px solid #fff !important;
}
.accordion  .content{
  display: none;
}

.content p{padding: 5px 15px 10px 0;margin: 0;color: #000000; font-size: 16px;}
.content ul li{
  color: black;
  list-style: disc;
  padding-bottom: 5px;
}

.woocommerce-page .content ul li{
  color: #0E153A;
}
.woocommerce-page .content ul li{
  list-style: none;
  margin: 9px 9px 9px 0;
}
.woocommerce-page .content ul li a{
  text-decoration: none;
  position: relative;
  transition:all 0.2s linear;
}
.woocommerce-page .content ul li a:hover{
    text-decoration:underline;
}

.content ul li{
      margin: 9px;
}
.arrow-left{background: url(../../assets/images/plus.svg) right center no-repeat;width: 16px;display: inline-block;height: 17px; transform: rotate(90deg);}
.arrow-top{background: url(../../assets/images/minus.svg) right center no-repeat;width: 16px;display: inline-block;height: 17px;}

.single-product .price,
.product_meta,
.related.products{
  display: none;
}
tr.product-type-variable-subscription,
tr.product-type-variable{
  display: grid;
}

body.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label{
  padding: 0 0 10px;
}

body.woocommerce div.product form.cart .group_table td {
    padding-bottom: 2em;
}

body.woocommerce div.product form.cart .group_table td:first-child{
  width: 200px;
  padding-bottom: .5em;
}
.wwa h5,
.wwa h4,
.wwa h3,
.wwa h2{
  margin-bottom: 15px;
}

 .wwa p{font-size: 32px;
    letter-spacing: -0.1px;
    font-weight: 600;padding-bottom:18px; }
    .hci p{font-size: 16px;
    font-weight: normal;
    letter-spacing: -0.1px;}

    .wwwa .cta_button{margin-top: 46px;} 

    .aim_table .nineteen:last-of-type { background: #0E153A;
    color: #ffffff;}
.footer-bottom .mt-45 span:last-of-type{display: none;}
  
  .membership_benefits p{  
    font-size: 16px;
    font-weight: normal;
    letter-spacing: -0.1px;  
  }

.white-page{
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
}
 .white-page h2{
  margin-bottom: 80px;
 }   

  .white-page h6{
    margin-bottom: 64px;
  }
    .white-page p{
        margin:0 auto;
        width:480px;
        max-width:100%;
        text-align:left;
      margin-bottom: 20px;
      font-size: 16px;
    }
.woocommerce-terms-and-conditions-checkbox-text{
    color:black;
}

.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
    display: block !important;
}

.payment_method_eway_payments label{
color: #0E153A;
    font-weight: 600;
    }
.shipping,    
.woocommerce-shipping-totals.shipping,    
.payment_method_eway_payments label:after,
.payment_method_eway_payments label:before{
    display:none;
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number{
  font-size:inherit !important;    
}

.share_social{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 104px;
  margin: 0 auto;
}

.share_social p{
  padding-top: 10px;
  width: 100%;
}
.article_pagination_container{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.article_pagination{
  position: relative;
  padding-right: 44px;
  text-decoration: none;
}
.article_pagination.previous_article{
  position: relative;
  padding-left: 44px;
}

.article_pagination:after{
  position: absolute;
  content: '';
  height: 32px;
  width: 32px;
  background-repeat: no-repeat;
  right: 0;
  top: -7px;
  background-image: url(../images/arrow.svg);
}

.article_pagination.previous_article:after{
  left: 0;
  transform: rotate(180deg);
}

.all_news_block .latest-first{
  max-width: 100%;
  width: 356px;
  padding: 0 0 16px;
  position:relative;
}

.latest-first .latest_img_news{
  background-size: cover;
  background-position: center;
  height: 200px;
  width: 100%;
 background-image: url('../images/ending-loneliness-together-light-blue-four-faces.jpg');
}
.latest-news .latest_img_news{
  background-size: cover;
  background-position: center;
  height: 400px;
  width: 100%;
 background-image: url('../images/ending-loneliness-together-light-blue-four-faces.jpg');
}

.row.article_block{
  width: 856px;
}

.row.article_block .mid_container{
  width: 744px;
}
.hidethissection,
.hidethis
{
    display:none !important;
}

.wc_payment_method label{
	color:black !important;
}

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

.partner_logos_container .partner_logo{
  width: 25%;
  padding: 20px;
}
.row.partner_logos{
  width: 1024px;
}
.partner_logos .mid_container{
  width: 1024px;
}