/*******************
	Fonts Family 
********************/
/*******************
	common color
********************/
/******************
	Media Queries
*********************/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
  font-family: "Galano Grotesque";
  color: #3b3936;
  font-size: 28px;
  line-height: 1.18em;
  letter-spacing: -0.45px; }
  @media only screen and (max-width: 1450px) {
    body {
      font-size: 24px; } }
  @media only screen and (max-width: 767px) {
    body {
      font-size: 20px;
      line-height: 1.5em; } }
  body.fixed {
    overflow: hidden; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0; }

h1, .h1-title, .page-title {
  color: #FFCD00;
  font-size: 54px;
  font-family: "Galano Grotesque";
  font-weight: bold;
  line-height: 1.35em;
  text-transform: capitalize;
  margin-bottom: 0; }
  @media only screen and (max-width: 1450px) {
    h1, .h1-title, .page-title {
      font-size: 50px; } }
  @media only screen and (max-width: 767px) {
    h1, .h1-title, .page-title {
      font-size: 36px;
      line-height: 1.2em;
      margin-bottom: 8px; } }

.h1-md-title {
  color: #FFCD00;
  font-size: 50px;
  font-family: "Galano Grotesque";
  font-weight: bold;
  line-height: 1.22em;
  text-transform: capitalize;
  margin-bottom: 0; }
  @media only screen and (max-width: 1450px) {
    .h1-md-title {
      font-size: 48px; } }
  @media only screen and (max-width: 767px) {
    .h1-md-title {
      font-size: 36px;
      line-height: 1.2em;
      margin-bottom: 8px; } }

h2, .h2-title {
  font-size: 48px;
  line-height: 1.35em;
  color: #2B2E34;
  font-weight: bold;
  margin-bottom: 30px; }
  @media only screen and (max-width: 1450px) {
    h2, .h2-title {
      font-size: 40px;
      margin-bottom: 15px; } }
  @media only screen and (max-width: 991px) {
    h2, .h2-title {
      font-size: 32px;
      line-height: 1.3em; } }

.h2-title-lg {
  font-size: 60px;
  font-weight: bold;
  line-height: 1.33em;
  margin-bottom: 2px; }
  @media only screen and (max-width: 1340px) {
    .h2-title-lg {
      font-size: 50px; } }
  @media only screen and (max-width: 991px) {
    .h2-title-lg {
      font-size: 35px; } }

h3, .h3-title {
  font-size: 31px;
  font-weight: bold;
  line-height: 1.33em;
  margin-bottom: 2px; }
  @media only screen and (max-width: 1450px) {
    h3, .h3-title {
      font-size: 25px; } }

.h3-title-md {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.33em;
  margin-bottom: 2px; }

.h3-title-lg {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.33em;
  margin-bottom: 2px; }
  @media only screen and (max-width: 1340px) {
    .h3-title-lg {
      font-size: 34px; } }
  @media only screen and (max-width: 767px) {
    .h3-title-lg {
      font-size: 30px; } }
  @media only screen and (max-width: 480px) {
    .h3-title-lg {
      font-size: 24px; } }

h4 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.15em;
  margin-bottom: 2px;
  color: #363330; }

.subHeading {
  font-size: 36px;
  line-height: 1.2em;
  color: #fff;
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: 30px;
  letter-spacing: -0.5px; }
  @media only screen and (max-width: 991px) {
    .subHeading {
      font-size: 26px; } }

.justify_content {
  line-height: 1.34em;
  font-size: 28px; }
  @media only screen and (max-width: 1450px) {
    .justify_content {
      font-size: 24px; } }
  @media only screen and (max-width: 1450px) {
    .justify_content {
      font-size: 21px; } }

.bg--green {
  background-color: #C0D400; }

.bg--yellow {
  background-color: #FFCD00; }

.bg--orange {
  background-color: #EA7800; }

.bg--skyblue {
  background-color: #04B2E2; }

.bg--purple {
  background-color: #D04B9B; }

.bg--red {
  background-color: #F04C24; }

.bg--grey {
  background-color: #EBEAE5; }

.text--brown {
  color: #363330; }

a:not(.btn):visited {
  text-decoration: none; }
a:not(.btn):focus {
  color: #3b3936;
  outline: 1px dotted #3b3936;
  outline-offset: 5px; }

a:focus, button:focus, .button.alt:focus, input:focus, textarea:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus {
  color: #3b3936;
  outline: 1px dotted #3b3936 !important;
  outline-offset: 5px; }

p {
  margin-bottom: 10px; }
  p:empty {
    display: none; }
  p a:not(.btn) {
    text-decoration: underline; }
  p:last-of-type {
    margin-bottom: 0; }

:root {
  scroll-behavior: auto; }

ul, ol {
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
  padding-left: 0; }

.post, .page {
  margin: 0; }

.site-header {
  position: fixed;
  left: 0;
  width: 100%;
  padding-top: 40px;
  z-index: 999;
  letter-spacing: -.8px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; }
  .site-header .site-branding {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; }
  .site-header.fixed {
    background-color: #837971;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 1px 1px 3px #746b65; }
    .site-header.fixed .site-branding {
      max-width: 150px;
      display: none; }
    .site-header.fixed .top-menu {
      top: 4px; }
      .site-header.fixed .top-menu li.top_nav {
        display: none; }
    .site-header.fixed .header__inner .main-navigation {
      width: calc(100% - 150px);
      padding-left: 0px; }
    .site-header.fixed .header__inner ul li.home_menu {
      display: block !important; }
  .site-header ul li {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    font-weight: bold; }
    .site-header ul li a {
      text-decoration: none;
      color: #fff; }
      .site-header ul li a .menu-image-title {
        vertical-align: middle;
        padding-left: 0; }
  .site-header .container {
    position: relative; }
  .site-header .top-menu {
    position: absolute;
    right: 0;
    top: 0; }
    .site-header .top-menu .menu {
      display: -webkit-box ;
      display: -moz-box ;
      display: -ms-flexbox ;
      display: -webkit-flex ;
      display: flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      align-items: center;
      -webkit-align-items: center;
      -moz-align-items: center; }
  .site-header .header__inner {
    display: -webkit-box ;
    display: -moz-box ;
    display: -ms-flexbox ;
    display: -webkit-flex ;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media only screen and (max-width: 1340px) {
      .site-header .header__inner .site-branding {
        width: 150px; } }
    .site-header .header__inner .main-navigation {
      padding-left: 30px;
      width: calc(100% - 250px); }
      @media only screen and (max-width: 1340px) {
        .site-header .header__inner .main-navigation {
          width: calc(100% - 150px); } }
      .site-header .header__inner .main-navigation ul li {
        font-size: 24px;
        padding: 12px 15px;
        margin-right: 10px; }
        @media only screen and (max-width: 1340px) {
          .site-header .header__inner .main-navigation ul li {
            font-size: 21px; } }
        @media only screen and (max-width: 1340px) {
          .site-header .header__inner .main-navigation ul li {
            font-size: 21px; } }
        .site-header .header__inner .main-navigation ul li:last-child {
          margin-right: 0px; }
        .site-header .header__inner .main-navigation ul li.home_menu {
          display: none; }

.main-navigation .menu li .sub-menu {
  display: none; }
.main-navigation .menu li:hover {
  background: #EBEAE5;
  border-radius: 15px;
  color: #2B2E34; }
  .main-navigation .menu li:hover a {
    color: #2B2E34; }
  .main-navigation .menu li:hover .sub-menu {
    width: 330px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #EBEAE5;
    margin-left: -15px;
    margin-top: -12px;
    border-radius: 0px 15px 15px 15px;
    padding-top: 10px;
    padding-bottom: 15px;
    display: block; }
    .main-navigation .menu li:hover .sub-menu li {
      padding: 6px 15px;
      width: 100%; }
      .main-navigation .menu li:hover .sub-menu li a {
        width: 100%;
        color: #717274;
        line-height: 1.3em; }
        .main-navigation .menu li:hover .sub-menu li a:hover {
          color: #2B2E34; }

header.mobileMenu {
  display: none; }
  @media only screen and (max-width: 991px) {
    header.mobileMenu {
      display: block !important;
      position: relative;
      width: 100%;
      background-color: #837971;
      padding: 14px 0; } }
  header.mobileMenu .site-branding {
    width: 80px;
    margin-left: 30px; }
    @media only screen and (max-width: 991px) {
      header.mobileMenu .site-branding {
        z-index: 9999999;
        position: relative;
        margin-left: 12px; } }
  header.mobileMenu button.menu-toggle {
    display: none; }
  header.mobileMenu .mean-nav {
    margin-top: 70px; }
    header.mobileMenu .mean-nav ul li {
      background: #2B2E34;
      text-transform: none;
      font-size: 18px; }
      header.mobileMenu .mean-nav ul li a {
        text-transform: none !important; }
      header.mobileMenu .mean-nav ul li a.mean-expand {
        line-height: 40px;
        width: 34px;
        height: 42px; }
  header.mobileMenu .mean-bar {
    position: absolute !important;
    top: 30px;
    background: transparent !important; }
    @media only screen and (max-width: 991px) {
      header.mobileMenu .mean-bar a {
        right: 16px;
        color: #fff; }
        header.mobileMenu .mean-bar a:focus {
          color: #fff; } }
@media only screen and (max-width: 991px) {
  header.site-header {
    display: none !important; } }

.top-menu--search {
  max-width: 350px;
  float: right;
  top: 70px;
  position: absolute;
  width: 100%;
  right: 9px; }
  .top-menu--search label {
    width: 100%; }
  .top-menu--search .search-field {
    width: 100%;
    padding-left: 25px !important;
    border-radius: 25px;
    font-size: 17px;
    color: #c2c1bd !important; }
  .top-menu--search input.search-submit {
    /* background-image: url(/wp-content/uploads/2021/09/search-icon.png); */
    margin-left: 5px;
    background-repeat: no-repeat;
    background-color: transparent;
    color: transparent;
    width: auto;
    padding: 0;
    position: absolute;
    right: 12px;
    top: 15px;
    bottom: 0;
    border: 0px;
    width: 31px;
    background-size: 19px;
    outline: none; }
    .top-menu--search input.search-submit:focus {
      outline: none !important; }

.page-template-donate-now header .site-branding img {
  border: 1px solid #fff;
  border-radius: 50%; }
  @media only screen and (max-width: 991px) {
    .page-template-donate-now header .site-branding img {
      border: 0px; } }
.page-template-donate-now header .btn-menu a {
  border: 2px solid #fff; }

@media only screen and (min-width: 992px) and (max-width: 1160px) {
  .site-header .header__inner .main-navigation ul li {
    font-size: 18px;
    padding: 12px 10px; }

  .btn-menu a {
    min-width: 180px !important;
    font-size: 19px !important;
    padding: .275rem .55rem !important; } }
header .mob_item_menu {
  display: none; }
  @media only screen and (max-width: 991px) {
    header .mob_item_menu {
      display: block !important; } }

.site-footer {
  background-color: #363330;
  padding-top: 30px;
  padding-bottom: 70px;
  font-size: 18px;
  line-height: 1.33em;
  letter-spacing: -.8px; }
  @media only screen and (max-width: 767px) {
    .site-footer {
      padding-bottom: 30px; } }
  .site-footer .widget_block,
  .site-footer address {
    color: #FFCD00;
    margin-bottom: 2.5rem; }
  .site-footer .widget_block a {
    color: #FFCD00;
    display: block;
    text-decoration: none; }
    .site-footer .widget_block a[href*="tel"] {
      font-weight: bold; }
  .site-footer .menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    line-height: 1.33em;
    text-transform: capitalize; }
  .site-footer .menu li + li {
    margin-top: 22px; }
    @media only screen and (max-width: 991px) {
      .site-footer .menu li + li {
        margin-top: 10px; } }
  .site-footer .footer__form {
    max-width: 830px;
    width: 100%;
    margin-left: auto;
    margin-bottom: 80px; }
    @media only screen and (max-width: 1199px) {
      .site-footer .footer__form {
        max-width: 100%;
        margin-bottom: 50px; } }
    @media only screen and (max-width: 767px) {
      .site-footer .footer__form {
        margin-bottom: 40px; } }
    .site-footer .footer__form .gform_title {
      font-size: 20px;
      line-height: 1.33em;
      font-weight: bold;
      margin-bottom: 23px;
      color: #FFCD00; }
    .site-footer .footer__form .gform_wrapper form {
      position: relative; }
      .site-footer .footer__form .gform_wrapper form .gform_fields {
        display: -webkit-box ;
        display: -moz-box ;
        display: -ms-flexbox ;
        display: -webkit-flex ;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        grid-column-gap: 0; }
        .site-footer .footer__form .gform_wrapper form .gform_fields .gfield:first-child, .site-footer .footer__form .gform_wrapper form .gform_fields .gfield:nth-child(2) {
          width: 50%; }
          @media only screen and (max-width: 640px) {
            .site-footer .footer__form .gform_wrapper form .gform_fields .gfield:first-child, .site-footer .footer__form .gform_wrapper form .gform_fields .gfield:nth-child(2) {
              width: 100%; } }
        .site-footer .footer__form .gform_wrapper form .gform_fields .gfield:first-child {
          padding-right: 15px; }
          @media only screen and (max-width: 640px) {
            .site-footer .footer__form .gform_wrapper form .gform_fields .gfield:first-child {
              padding-right: 0px; } }
          .site-footer .footer__form .gform_wrapper form .gform_fields .gfield:first-child input[type="text"] {
            background-color: #FFCD00; }
        .site-footer .footer__form .gform_wrapper form .gform_fields .gfield:nth-child(2) {
          padding-left: 15px; }
          @media only screen and (max-width: 640px) {
            .site-footer .footer__form .gform_wrapper form .gform_fields .gfield:nth-child(2) {
              padding-left: 0px; } }
          .site-footer .footer__form .gform_wrapper form .gform_fields .gfield:nth-child(2) input[type="text"] {
            background-color: #C0D400; }
        .site-footer .footer__form .gform_wrapper form .gform_fields .gfield:nth-child(3) {
          width: calc(100% - 309px); }
          @media only screen and (max-width: 640px) {
            .site-footer .footer__form .gform_wrapper form .gform_fields .gfield:nth-child(3) {
              width: 100%; } }
          .site-footer .footer__form .gform_wrapper form .gform_fields .gfield:nth-child(3) input[type="email"] {
            background-color: #04B2E2; }
      .site-footer .footer__form .gform_wrapper form .gform_footer,
      .site-footer .footer__form .gform_wrapper form .gform_page_footer {
        position: absolute;
        padding: 0;
        margin: 0;
        right: 0;
        bottom: 0; }
        @media only screen and (max-width: 640px) {
          .site-footer .footer__form .gform_wrapper form .gform_footer,
          .site-footer .footer__form .gform_wrapper form .gform_page_footer {
            position: relative;
            margin-top: 18px; } }
        @media only screen and (max-width: 641px) {
          .site-footer .footer__form .gform_wrapper form .gform_footer input#gform_submit_button_1,
          .site-footer .footer__form .gform_wrapper form .gform_page_footer input#gform_submit_button_1 {
            line-height: 100% !important;
            width: 100%; } }
  @media only screen and (max-width: 991px) {
    .site-footer .site-info .footer__inner div[class*="col-"] {
      font-size: 15px; }
    .site-footer .site-info .footer__inner li a {
      font-size: 15px; } }
  @media only screen and (max-width: 767px) {
    .site-footer .site-info .footer__inner div[class*="col-"] {
      /* width:50%; */
      font-size: 18px; }
    .site-footer .site-info .footer__inner li a {
      font-size: 18px; } }
  @media only screen and (max-width: 640px) {
    .site-footer .site-info .footer__inner div[class*="col-"] {
      font-size: 18px;
      text-align: center;
      width: 100%; }
      .site-footer .site-info .footer__inner div[class*="col-"] .wp-block-image img {
        width: 70% !important;
        margin-bottom: 20px; } }
  @media only screen and (max-width: 480px) {
    .site-footer .site-info .footer__inner div[class*="col-"] .wp-block-image img {
      width: 85% !important; } }
  @media only screen and (max-width: 1600px) {
    .site-footer .site-info .footer__inner .last-widget {
      margin-left: -64px; } }
  @media only screen and (max-width: 767px) {
    .site-footer .site-info .footer__inner .last-widget {
      margin-left: 0px; } }

footer input[type="submit"],
footer input[type="text"],
footer input[type="email"] {
  border-radius: 50px; }

footer .gform_confirmation_wrapper {
  text-align: center; }

@media only screen and (min-width: 1200px) {
  footer .footer__inner .footer__inner-col .logo__left {
    width: calc(100% - 830px); }
  footer .footer__inner .footer__inner-col .footer__right {
    width: 830px;
    padding-left: 0px; } }
footer .footer__inner .footer__inner-col .logo__left {
  text-align: center; }
  @media only screen and (max-width: 767px) {
    footer .footer__inner .footer__inner-col .logo__left .widget_media_image {
      width: 50%;
      margin: 0px auto 30px; } }
  @media only screen and (max-width: 640px) {
    footer .footer__inner .footer__inner-col .logo__left .widget_media_image {
      width: 90%; } }
@media only screen and (max-width: 767px) {
  footer .footer__inner .footer__inner-col .footer__right div[class*="col-"] {
    font-size: 15px;
    width: 33%; } }
  @media only screen and (max-width: 767px) and (max-width: 640px) {
    footer .footer__inner .footer__inner-col .footer__right div[class*="col-"] {
      width: 100%;
      text-align: center;
      margin-bottom: 15px; } }

@media only screen and (max-width: 767px) {
  footer .footer__inner .footer__inner-col .footer__right .last-widget address {
    margin-bottom: 10px; } }

.container.min-wrap {
  max-width: 1300px; }
  @media only screen and (max-width: 1340px) {
    .container.min-wrap {
      max-width: 96%; } }

@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1700px; } }
@media only screen and (max-width: 1599px) {
  .container {
    max-width: 1340px; } }
@media only screen and (max-width: 1340px) {
  .container {
    max-width: 96%; } }
.buttom-button {
  margin-top: 50px; }
  @media only screen and (max-width: 767px) {
    .buttom-button {
      margin-top: 24px; } }

[class*="--orange"] {
  background-color: #EA7800; }

[class*="--purple"] {
  background-color: #D04B9B; }

[class*="--purpleRight"] {
  background-color: #D04B9B;
  position: relative; }
  [class*="--purpleRight"]::before {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    background-color: #D04B9B;
    height: 100%;
    width: 1000px; }

.btn {
  min-width: 230px;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  border-radius: 50px;
  font-weight: bold;
  border-width: 2px;
  letter-spacing: 0; }
  @media only screen and (max-width: 1450px) {
    .btn {
      font-size: 20px;
      min-width: 210px; } }
  .btn-lg {
    padding-left: 55px;
    padding-right: 55px; }
    @media only screen and (max-width: 767px) {
      .btn-lg {
        padding-left: 30px;
        padding-right: 30px; } }
  .btn:hover, .btn:active, .btn:focus {
    box-shadow: none; }
  .btn.btn-warning {
    color: #fff;
    background-color: #FFCD00;
    border-color: #FFCD00; }
    .btn.btn-warning:focus, .btn.btn-warning:hover {
      color: #FFCD00;
      background-color: #fff;
      border-color: #FFCD00; }
  .btn.btn-light {
    color: #EA7800;
    background-color: #fff;
    border-color: #fff; }
    .btn.btn-light:focus, .btn.btn-light:hover {
      color: #fff;
      background-color: #EA7800;
      border-color: #fff; }
    .btn.btn-light--purple {
      color: #D04B9B; }
      .btn.btn-light--purple:focus, .btn.btn-light--purple:hover {
        color: #fff;
        background-color: #D04B9B;
        border-color: #fff; }
  .btn.btn-dark {
    color: #FFCD00;
    border-color: #3b3936;
    background-color: #3b3936; }
    .btn.btn-dark:focus, .btn.btn-dark:hover {
      color: #3b3936;
      background-color: transparent;
      border-color: #3b3936; }
  .btn.btn-orange {
    background: #ef4c23;
    color: #fff; }
    .btn.btn-orange:focus, .btn.btn-orange:hover {
      color: #3b3936; }
  .btn.btn-light--blue {
    color: #fff;
    background-color: #04B2E2;
    border-color: #04B2E2; }
    .btn.btn-light--blue:focus, .btn.btn-light--blue:hover {
      color: #3b3936;
      background-color: transparent;
      border-color: #3b3936; }

.btn-menu a {
  min-width: 230px;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  border-radius: 50px;
  font-weight: bold;
  padding: .375rem .75rem;
  border: 2px solid #FFCD00;
  color: #fff;
  background-color: #FFCD00;
  border-color: #FFCD00;
  display: block; }
  .btn-menu a:hover {
    color: #FFCD00;
    background-color: #fff;
    border-color: #FFCD00; }

.banner {
  padding-top: 300px;
  padding-bottom: 70px;
  background-color: #3b3936;
  display: -webkit-box ;
  display: -moz-box ;
  display: -ms-flexbox ;
  display: -webkit-flex ;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-size: cover; }
  @media only screen and (max-width: 991px) {
    .banner {
      padding-top: 150px;
      padding-bottom: 110px; } }
  @media only screen and (max-width: 767px) {
    .banner {
      padding-top: 60px;
      padding-bottom: 60px;
      min-height: 100% !important; } }
  .banner__inner {
    max-width: 1167px;
    width: 100%; }

@media only screen and (max-width: 1340px) {
  .inner-banner {
    padding-top: 230px;
    min-height: 100% !important; } }
@media only screen and (max-width: 991px) {
  .inner-banner {
    padding-top: 0px;
    padding-bottom: 50px;
    min-height: 100% !important; } }
@media only screen and (max-width: 1340px) {
  .inner-banner.banner-pd {
    padding-top: 170px; } }
@media only screen and (max-width: 991px) {
  .inner-banner.banner-pd {
    padding-top: 0px; } }
.inner-banner .banner__inner {
  max-width: 100%;
  width: 100%;
  padding-top: 40px; }
  @media only screen and (max-width: 767px) {
    .inner-banner .banner__inner {
      margin: 0px; } }
  .inner-banner .banner__inner p {
    margin-bottom: 22px; }
  .inner-banner .banner__inner h1 {
    font-size: 50px;
    text-shadow: none;
    padding-bottom: 25px;
    line-height: 1.12em;
    text-transform: none; }
    @media only screen and (max-width: 1599px) {
      .inner-banner .banner__inner h1 {
        font-size: 46px; } }
    @media only screen and (max-width: 991px) {
      .inner-banner .banner__inner h1 {
        font-size: 35px; } }
    @media only screen and (max-width: 767px) {
      .inner-banner .banner__inner h1 {
        font-size: 28px;
        margin-bottom: 0;
        padding-bottom: 10px; } }
  .inner-banner .banner__inner .banner__image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .inner-banner .banner__inner .subHeading {
    font-size: 36px;
    line-height: 1.2em;
    color: #fff;
    font-weight: bold;
    margin-bottom: 8px;
    margin-top: 30px;
    letter-spacing: -0.5px; }
    @media only screen and (max-width: 991px) {
      .inner-banner .banner__inner .subHeading {
        font-size: 26px; } }
  .inner-banner .banner__inner .left__content {
    padding-right: 60px;
    line-height: 1.35em;
    width: calc(100% - 664px); }
    @media only screen and (max-width: 1600px) {
      .inner-banner .banner__inner .left__content {
        width: calc(100% - 540px); } }
    @media only screen and (max-width: 1340px) {
      .inner-banner .banner__inner .left__content {
        width: calc(100% - 460px); } }
    @media only screen and (max-width: 1199px) {
      .inner-banner .banner__inner .left__content {
        width: calc(100% - 300px);
        padding-right: 30px; } }
    @media only screen and (max-width: 991px) {
      .inner-banner .banner__inner .left__content {
        padding-top: 48px;
        font-size: 20px; } }
    @media only screen and (max-width: 767px) {
      .inner-banner .banner__inner .left__content {
        padding-top: 30px;
        padding-right: 0px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-left: 0px;
        width: 100%; } }
  .inner-banner .banner__inner .banner__rightimg {
    width: 664px;
    height: 664px;
    border-radius: 50%;
    object-fit: cover;
    padding: 0; }
    @media only screen and (max-width: 1600px) {
      .inner-banner .banner__inner .banner__rightimg {
        width: 540px;
        height: 540px; } }
    @media only screen and (max-width: 1340px) {
      .inner-banner .banner__inner .banner__rightimg {
        width: 460px;
        height: 460px; } }
    @media only screen and (max-width: 1199px) {
      .inner-banner .banner__inner .banner__rightimg {
        width: 300px;
        height: 300px; } }
    @media only screen and (max-width: 767px) {
      .inner-banner .banner__inner .banner__rightimg {
        width: 280px;
        height: 280px;
        margin: 0px auto; } }
    .inner-banner .banner__inner .banner__rightimg .banner__image {
      overflow: hidden;
      height: 100%;
      width: 100%;
      border-radius: 50%; }
      @media only screen and (max-width: 767px) {
        .inner-banner .banner__inner .banner__rightimg .banner__image {
          max-width: 100%;
          margin: 0px auto; } }

.banner-heading-white .page-title {
  color: #fff; }

.error404 .site-header,
.search .site-header {
  padding-bottom: 40px;
  background-color: #ef4c23; }
.error404 main,
.search main {
  padding-top: 270px; }
  .error404 main .page-content .widget,
  .search main .page-content .widget {
    display: none; }
  .error404 main .page-content .search-form,
  .search main .page-content .search-form {
    margin-top: 40px; }
    .error404 main .page-content .search-form .search-submit,
    .search main .page-content .search-form .search-submit {
      background: #ef4c23;
      color: #fff;
      border: 0px;
      font-size: 20px;
      line-height: 27px;
      height: 50px;
      position: relative;
      top: 1px; }
    .error404 main .page-content .search-form .search-field,
    .search main .page-content .search-form .search-field {
      background: #EBEAE5;
      border-radius: 0; }
  .error404 main section,
  .search main section {
    padding-bottom: 150px;
    padding-top: 100px; }
    @media only screen and (max-width: 1340px) {
      .error404 main section,
      .search main section {
        padding-bottom: 0px;
        padding-top: 0px; } }
    .error404 main section .page-title,
    .search main section .page-title {
      text-shadow: none; }

.search_results {
  display: -webkit-box ;
  display: -moz-box ;
  display: -ms-flexbox ;
  display: -webkit-flex ;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .search_results article {
    width: 100%;
    padding-bottom: 58px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 45px; }
    .search_results article:last-child {
      border-bottom: 0px; }
    @media only screen and (max-width: 767px) {
      .search_results article {
        width: 100%; } }
    .search_results article img {
      max-width: 40%; }
    .search_results article .entry-header .entry-title {
      font-size: 35px; }
      .search_results article .entry-header .entry-title a {
        text-decoration: none;
        color: #3b3936; }
    .search_results article .entry-summary {
      margin-top: 25px; }

.search-results .page-header .page-title {
  text-shadow: none;
  padding: 50px 0; }
.search-results aside#secondary {
  display: none; }

.error404 main .error-404 {
  text-align: center; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #363330; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #363330; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #363330; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #363330; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
  height: 50px;
  padding: 10px 26px !important;
  font-size: 20px;
  line-height: 1.33em;
  font-family: "Galano Grotesque";
  color: #363330;
  border: 0 !important; }

.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="password"],
.gform_wrapper input[type="search"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="range"],
.gform_wrapper input[type="date"],
.gform_wrapper input[type="month"],
.gform_wrapper input[type="week"],
.gform_wrapper input[type="time"],
.gform_wrapper input[type="datetime"],
.gform_wrapper input[type="datetime-local"],
.gform_wrapper input[type="color"],
.gform_wrapper textarea,
.gform_wrapper select {
  height: 50px;
  padding: 10px 26px !important;
  font-size: 20px;
  line-height: 1.33em;
  font-family: "Galano Grotesque";
  color: #363330;
  border: 0 !important; }
.gform_wrapper input[type="button"],
.gform_wrapper input[type="reset"],
.gform_wrapper input[type="submit"] {
  min-width: 270px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 14px;
  font-size: 20px;
  color: #363330;
  background-color: #fff;
  font-family: "Galano Grotesque";
  margin-bottom: 0 !important; }

.gform_validation_errors {
  display: none; }

.gfield_validation_message {
  background: transparent !important;
  border: 0 !important;
  font-size: 16px !important;
  padding: 0 27px !important; }
  @media only screen and (max-width: 375px) {
    .gfield_validation_message {
      font-size: 14px !important;
      padding: 0 20px !important; } }

footer .gform_validation_error .gform_footer.top_label {
  position: relative;
  bottom: 31px !important; }
  @media only screen and (max-width: 640px) {
    footer .gform_validation_error .gform_footer.top_label {
      bottom: 0px !important; } }

.form__wrapper {
  padding-top: 0.8em;
  padding-bottom: 5.5em; }
  @media only screen and (max-width: 767px) {
    .form__wrapper {
      padding-bottom: 1.0em; } }
  .form__wrapper label {
    text-transform: uppercase;
    font-weight: 600;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 0.1px !important;
    margin-bottom: 4px !important;
    font-size: 20px !important; }
    .form__wrapper label .gfield_required_text {
      display: none; }
  .form__wrapper .gfield_validation_message {
    padding-left: 0px !important; }
  .form__wrapper .gform_heading {
    display: none; }
  .form__wrapper input[type="text"],
  .form__wrapper input[type="email"],
  .form__wrapper input[type="url"],
  .form__wrapper input[type="password"],
  .form__wrapper input[type="search"],
  .form__wrapper input[type="number"],
  .form__wrapper input[type="tel"],
  .form__wrapper input[type="range"],
  .form__wrapper input[type="date"],
  .form__wrapper input[type="month"],
  .form__wrapper input[type="week"],
  .form__wrapper input[type="time"],
  .form__wrapper input[type="datetime"],
  .form__wrapper input[type="datetime-local"],
  .form__wrapper input[type="color"],
  .form__wrapper select {
    text-transform: uppercase; }
  .form__wrapper .gform_footer input[type="submit"] {
    min-width: 215px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 14px;
    font-size: 20px;
    color: #fff !important;
    background-color: #FFCD00;
    margin-bottom: 0 !important;
    border-radius: 50px;
    text-transform: none; }
    @media only screen and (max-width: 767px) {
      .form__wrapper .gform_footer input[type="submit"] {
        line-height: 34px !important;
        padding: 6px 14px; } }
  @media only screen and (max-width: 767px) {
    .form__wrapper textarea {
      height: 150px !important; } }
  .form__wrapper select {
    appearance: none;
    background-image: url(http://wac-pittsburgh.flywheelsites.com/wp-content/uploads/2021/09/caret_up_dwn.png);
    background-repeat: no-repeat;
    background-position: 9px center;
    background-size: 16px;
    padding-left: 32px !important; }
  .form__wrapper .gform_validation_error .gfield_required:after {
    content: '*';
    font-size: 18px;
    position: relative;
    top: -5px;
    color: #c02b0a;
    margin-left: 2px; }

@media only screen and (max-width: 640px) {
  .form__wrapper .gform_wrapper .gfield--width-half {
    -ms-grid-column-span: 12 !important;
    grid-column: span 12 !important; } }
.form__wrapper .gfield_validation_message {
  font-weight: 600; }
.form__wrapper .gform_confirmation_message {
  color: #fff; }

.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="url"],
.woocommerce-checkout input[type="password"],
.woocommerce-checkout input[type="search"],
.woocommerce-checkout input[type="number"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout input[type="range"],
.woocommerce-checkout input[type="date"],
.woocommerce-checkout input[type="month"],
.woocommerce-checkout input[type="week"],
.woocommerce-checkout input[type="time"],
.woocommerce-checkout input[type="datetime"],
.woocommerce-checkout input[type="datetime-local"],
.woocommerce-checkout input[type="color"],
.woocommerce-checkout textarea,
.woocommerce-checkout select {
  height: 50px;
  padding: 10px 15px !important;
  font-size: 16px;
  line-height: 1.33em;
  font-family: "Galano Grotesque";
  color: #363330;
  border: 0 !important; }

.single .site-header,
.category .site-header {
  padding-bottom: 65px;
  background-color: #ef4c23; }
  .single .site-header.fixed,
  .category .site-header.fixed {
    background-color: #837971;
    padding-bottom: 32px;
    padding-top: 32px; }
.single .entry-title,
.category .entry-title {
  font-size: 55px;
  text-decoration: none;
  text-shadow: none;
  color: #3b3936; }
.single main,
.category main {
  padding-top: 350px; }
  @media only screen and (max-width: 1340px) {
    .single main,
    .category main {
      padding-top: 268px; } }
  @media only screen and (max-width: 991px) {
    .single main,
    .category main {
      padding-top: 0px; } }
  .single main article .buttom-button,
  .category main article .buttom-button {
    display: none; }
  .single main #comments,
  .category main #comments {
    display: none; }

.archive aside,
.single aside {
  display: none; }

.single-staff .site-header {
  background-color: transparent; }
.single-staff main {
  padding-top: 0px; }

main .single_members {
  color: #fff;
  padding-bottom: 180px; }
  main .single_members .banner__inner {
    padding-bottom: 230px; }
    @media only screen and (max-width: 767px) {
      main .single_members .banner__inner {
        padding-bottom: 0px; } }
    @media only screen and (max-width: 767px) {
      main .single_members .banner__inner .banner__rightimg {
        width: 100%;
        height: 100%;
        margin: 0px auto;
        text-align: center; }
        main .single_members .banner__inner .banner__rightimg .banner__image {
          max-width: 100%;
          margin: 0px auto;
          width: 290px;
          height: 290px;
          border-radius: 50%;
          overflow: hidden; } }
  main .single_members .contact_info {
    padding-left: 150px;
    padding-top: 115px; }
    @media only screen and (max-width: 1340px) {
      main .single_members .contact_info {
        padding-left: 70px;
        padding-top: 80px; } }
    @media only screen and (max-width: 1199px) {
      main .single_members .contact_info {
        padding-left: 25px;
        padding-top: 80px; } }
    @media only screen and (max-width: 767px) {
      main .single_members .contact_info {
        padding-left: 0px;
        padding-top: 50px; } }
    main .single_members .contact_info a {
      color: #fff;
      font-size: 22px;
      text-decoration: none; }
      @media only screen and (max-width: 1199px) {
        main .single_members .contact_info a {
          font-size: 20px; } }
    main .single_members .contact_info .contact_infoemail {
      padding: 22px 0; }
    main .single_members .contact_info span {
      background: #FFCD00;
      border-radius: 50%;
      width: 63px;
      height: 63px;
      display: inline-block;
      text-align: center;
      line-height: 57px;
      font-weight: 700;
      font-size: 36px;
      margin-right: 8px; }
      @media only screen and (max-width: 1199px) {
        main .single_members .contact_info span {
          width: 40px;
          height: 40px;
          line-height: 36px;
          font-weight: 700;
          font-size: 22px; } }
    main .single_members .contact_info h4 {
      font-size: 30px;
      color: #fff; }
      @media only screen and (max-width: 1199px) {
        main .single_members .contact_info h4 {
          font-size: 27px; } }

.category .page-header {
  padding: 40px 0; }
  .category .page-header .page-title {
    text-shadow: none; }
.category header .entry-meta {
  padding-bottom: 25px; }
.category article .entry-footer {
  display: none; }

.single .news__content .entry-content .entry-title {
  margin-top: 0px; }

.single-board_of_directors main,
.single-youth_board main {
  padding-top: 15px; }

.single-ajde_events .site-header {
  background-color: #D04B9B; }
.single-ajde_events main {
  padding-top: 0; }
.single-ajde_events .ticket__section .evotx_hidable_section {
  background: #363330;
  color: #fff;
  border-radius: 8px;
  padding: 20px 15px; }
  .single-ajde_events .ticket__section .evotx_hidable_section .tx_price_line,
  .single-ajde_events .ticket__section .evotx_hidable_section .evotx_quantity {
    padding-left: 10px;
    padding-right: 10px; }
  .single-ajde_events .ticket__section .evotx_hidable_section .value {
    float: right; }
  .single-ajde_events .ticket__section .evotx_hidable_section .evo_health_b.ehb_other {
    color: #8d8d8d; }

.event-ticket__area {
  background: #d04b9b; }
  .event-ticket__area .evo_page_body {
    max-width: 1300px; }

.contact_title h1 {
  margin-bottom: 10px; }

.colsection {
  width: 100%;
  overflow: hidden; }
  .colsection .row {
    margin-left: -50px;
    margin-right: -50px; }
    .colsection .row div[class*="col-"] {
      padding-top: 50px;
      padding-left: 50px;
      padding-right: 50px;
      padding-bottom: 100px; }
      @media only screen and (max-width: 767px) {
        .colsection .row div[class*="col-"] {
          padding-bottom: 50px; } }

.fullsection--yellow {
  background: #FFCD00;
  padding: 80px 0px 120px; }
  @media only screen and (max-width: 1199px) {
    .fullsection--yellow {
      padding: 50px 0px 50px; } }
  @media only screen and (max-width: 767px) {
    .fullsection--yellow {
      padding: 50px 0px 50px; } }

.newspost_section {
  background: #cccccc; }
  .newspost_section div[class*="col-"] {
    padding: 0px !important; }
    @media only screen and (max-width: 991px) {
      .newspost_section div[class*="col-"] {
        width: 100%; } }
  .newspost_section .colsection--grayRight {
    background: #cccccc; }
    .newspost_section .colsection--grayRight .colsection__content h2 {
      padding-left: 45px;
      padding-top: 19px;
      padding-bottom: 18px; }
      @media only screen and (max-width: 1200px) {
        .newspost_section .colsection--grayRight .colsection__content h2 {
          font-size: 25px; } }
      @media only screen and (max-width: 575px) {
        .newspost_section .colsection--grayRight .colsection__content h2 {
          padding-left: 18px; } }
    .newspost_section .colsection--grayRight .colsection__content .postcontent_thumbnail img {
      width: 100%; }
    .newspost_section .colsection--grayRight .colsection__content .post__content {
      padding: 10px 50px;
      font-size: 20px;
      line-height: 24px;
      text-align: left;
      letter-spacing: 0px;
      color: #3b3936; }
      @media only screen and (max-width: 1200px) {
        .newspost_section .colsection--grayRight .colsection__content .post__content {
          padding: 24px 22px;
          font-size: 18px;
          line-height: 26px; } }
      @media only screen and (max-width: 991px) {
        .newspost_section .colsection--grayRight .colsection__content .post__content {
          padding: 24px 22px 40px; } }
      .newspost_section .colsection--grayRight .colsection__content .post__content .post_meta {
        color: #796E66;
        font-size: 24px;
        line-height: 29px;
        display: -webkit-box ;
        display: -moz-box ;
        display: -ms-flexbox ;
        display: -webkit-flex ;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        align-items: center;
        -webkit-align-items: center;
        -moz-align-items: center; }
        @media only screen and (max-width: 767px) {
          .newspost_section .colsection--grayRight .colsection__content .post__content .post_meta {
            font-size: 18px; } }
        .newspost_section .colsection--grayRight .colsection__content .post__content .post_meta .tag {
          text-transform: uppercase;
          color: #000; }
        .newspost_section .colsection--grayRight .colsection__content .post__content .post_meta .dot_icon {
          color: #000;
          display: inline-block;
          height: 5px;
          width: 5px;
          border-radius: 50%;
          margin: 0 6px;
          background: #000; }
      .newspost_section .colsection--grayRight .colsection__content .post__content .h3-title-lg {
        padding-top: 24px; }
        @media only screen and (max-width: 767px) {
          .newspost_section .colsection--grayRight .colsection__content .post__content .h3-title-lg {
            padding-top: 6px; } }
      .newspost_section .colsection--grayRight .colsection__content .post__content .buttom-button {
        margin-top: 28px; }
        .newspost_section .colsection--grayRight .colsection__content .post__content .buttom-button .btn {
          line-height: 32px; }
          @media only screen and (max-width: 1200px) {
            .newspost_section .colsection--grayRight .colsection__content .post__content .buttom-button .btn {
              line-height: 24px; } }
  .newspost_section .newspost__content {
    display: -webkit-box ;
    display: -moz-box ;
    display: -ms-flexbox ;
    display: -webkit-flex ;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    width: 100%; }
    .newspost_section .newspost__content .newspost_list {
      width: 50%;
      position: relative; }
      @media only screen and (max-width: 640px) {
        .newspost_section .newspost__content .newspost_list {
          width: 100%; } }
      .newspost_section .newspost__content .newspost_list .newslist_inner {
        display: -webkit-box ;
        display: -moz-box ;
        display: -ms-flexbox ;
        display: -webkit-flex ;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        height: 100%;
        /* 			&:hover{
            		.overlay_box{
            			opacity: 1;
            		}
            	} */ }
        .newspost_section .newspost__content .newspost_list .newslist_inner .newpost_img {
          width: 100%;
          position: relative;
          height: 100%; }
          .newspost_section .newspost__content .newspost_list .newslist_inner .newpost_img img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
          .newspost_section .newspost__content .newspost_list .newslist_inner .newpost_img .plus_icon {
            position: absolute;
            bottom: 16px;
            left: 16px;
            z-index: 99;
            cursor: pointer; }
        .newspost_section .newspost__content .newspost_list .newslist_inner .overlay_box {
          position: absolute;
          height: 100%;
          color: #fff;
          opacity: 0;
          width: 100%; }
          .newspost_section .newspost__content .newspost_list .newslist_inner .overlay_box:before {
            content: '';
            background: #04B2E2;
            width: 100%;
            height: 100%;
            display: block;
            opacity: 0.7;
            position: absolute; }
          .newspost_section .newspost__content .newspost_list .newslist_inner .overlay_box .post__content {
            padding: 40px 20px;
            height: 100%;
            position: relative;
            z-index: 9;
            font-size: 20px;
            line-height: 28px;
            display: -webkit-box ;
            display: -moz-box ;
            display: -ms-flexbox ;
            display: -webkit-flex ;
            display: flex;
            flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            align-items: center;
            -webkit-align-items: center;
            -moz-align-items: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            justify-content: center;
            -webkit-justify-content: center;
            -moz-justify-content: center; }
            @media only screen and (max-width: 1600px) {
              .newspost_section .newspost__content .newspost_list .newslist_inner .overlay_box .post__content {
                padding: 24px 20px;
                font-size: 17px;
                line-height: 24px; } }
            @media only screen and (max-width: 1600px) {
              .newspost_section .newspost__content .newspost_list .newslist_inner .overlay_box .post__content {
                padding: 18px 12px;
                font-size: 16px;
                line-height: 21px !important; } }
            @media only screen and (max-width: 1340px) {
              .newspost_section .newspost__content .newspost_list .newslist_inner .overlay_box .post__content {
                line-height: 24px; } }
            @media only screen and (max-width: 991px) {
              .newspost_section .newspost__content .newspost_list .newslist_inner .overlay_box .post__content {
                padding: 18px 22px; } }
            @media only screen and (max-width: 767px) {
              .newspost_section .newspost__content .newspost_list .newslist_inner .overlay_box .post__content {
                font-size: 16px;
                padding: 22px 16px; } }
            .newspost_section .newspost__content .newspost_list .newslist_inner .overlay_box .post__content .post_meta {
              font-weight: 400;
              display: -webkit-box ;
              display: -moz-box ;
              display: -ms-flexbox ;
              display: -webkit-flex ;
              display: flex;
              flex-wrap: wrap;
              -webkit-flex-wrap: wrap;
              -moz-flex-wrap: wrap;
              align-items: center;
              -webkit-align-items: center;
              -moz-align-items: center;
              width: 100%;
              font-weight: 22px; }
              .newspost_section .newspost__content .newspost_list .newslist_inner .overlay_box .post__content .post_meta .tag {
                text-transform: uppercase; }
              .newspost_section .newspost__content .newspost_list .newslist_inner .overlay_box .post__content .post_meta .dot_icon {
                color: #fff;
                display: inline-block;
                height: 5px;
                width: 5px;
                border-radius: 50%;
                margin: 0 6px;
                background: #fff; }
            .newspost_section .newspost__content .newspost_list .newslist_inner .overlay_box .post__content h3 {
              width: 100%;
              padding-bottom: 14px; }
              @media only screen and (max-width: 991px) {
                .newspost_section .newspost__content .newspost_list .newslist_inner .overlay_box .post__content h3 {
                  font-size: 22px !important; } }
            .newspost_section .newspost__content .newspost_list .newslist_inner .overlay_box .post__content .buttom-button {
              margin-top: 30px;
              width: 100%; }
              @media only screen and (max-width: 1340px) {
                .newspost_section .newspost__content .newspost_list .newslist_inner .overlay_box .post__content .buttom-button {
                  margin-top: 15px; } }
              .newspost_section .newspost__content .newspost_list .newslist_inner .overlay_box .post__content .buttom-button .btn-light--blue {
                line-height: 32px; }
                @media only screen and (max-width: 1600px) {
                  .newspost_section .newspost__content .newspost_list .newslist_inner .overlay_box .post__content .buttom-button .btn-light--blue {
                    min-width: 200px;
                    font-size: 18px;
                    padding: 3px 5px; } }
                @media only screen and (max-width: 1450px) {
                  .newspost_section .newspost__content .newspost_list .newslist_inner .overlay_box .post__content .buttom-button .btn-light--blue {
                    padding: 4px 5px;
                    line-height: 30px;
                    font-size: 17px; } }
                .newspost_section .newspost__content .newspost_list .newslist_inner .overlay_box .post__content .buttom-button .btn-light--blue:hover {
                  background: transparent;
                  border-color: #fff;
                  color: #fff; }
        .newspost_section .newspost__content .newspost_list .newslist_inner .hover_icon {
          position: absolute;
          bottom: 15px;
          left: 15px;
          z-index: 9; }
          .newspost_section .newspost__content .newspost_list .newslist_inner .hover_icon img {
            cursor: pointer;
            z-index: 99;
            position: relative; }

.colsection--orange .colsection--purpleRight a.btn {
  color: #D04B9B; }
  .colsection--orange .colsection--purpleRight a.btn:hover {
    background: #D04B9B;
    color: #fff; }

.your_support .fullsection__content {
  max-width: 1100px;
  margin: 0px auto; }
  .your_support .fullsection__content p {
    padding-left: 30px;
    padding-right: 30px; }
    @media only screen and (max-width: 991px) {
      .your_support .fullsection__content p {
        padding-left: 0px;
        padding-right: 0px; } }

.event__calendar {
  background-color: #363330;
  margin-top: -6px; }
  .event__calendar .container-fluid {
    padding: 0px; }
  .event__calendar .desc_trig_outter a {
    /* 	border-color: $colorPurple !important; */ }
  .event__calendar .eventon_list_event.no_events {
    background: #cccccc;
    min-height: 544px;
    height: 100%;
    display: -webkit-box ;
    display: -moz-box ;
    display: -ms-flexbox ;
    display: -webkit-flex ;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center; }
    @media only screen and (max-width: 1199px) {
      .event__calendar .eventon_list_event.no_events {
        min-height: 460px; } }
    @media only screen and (max-width: 991px) {
      .event__calendar .eventon_list_event.no_events {
        min-height: 250px; } }
    .event__calendar .eventon_list_event.no_events .no_events {
      font-size: 20px !important;
      padding: 0 25px !important; }
  .event__calendar .ajde_evcal_calendar .calendar_header {
    width: 35%;
    text-align: center;
    display: -webkit-box ;
    display: -moz-box ;
    display: -ms-flexbox ;
    display: -webkit-flex ;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    display: none; }
  .event__calendar .event_description .evo_metarow_directimg,
  .event__calendar .event_description .evcal_close {
    display: none !important; }
  .event__calendar .event_description.evcal_eventcard .evorow {
    display: none; }
  .event__calendar .evoFC_nextto.evoFC .eventon_fullcal {
    width: 35%;
    float: left;
    padding-top: 30px; }
    @media only screen and (max-width: 991px) {
      .event__calendar .evoFC_nextto.evoFC .eventon_fullcal {
        width: 100%;
        padding-bottom: 25px;
        min-height: 400px; } }
    @media only screen and (max-width: 480px) {
      .event__calendar .evoFC_nextto.evoFC .eventon_fullcal {
        min-height: 450px; } }
    .event__calendar .evoFC_nextto.evoFC .eventon_fullcal .eventon_fc_days {
      border-left: 0px !important; }
      @media only screen and (max-width: 1199px) {
        .event__calendar .evoFC_nextto.evoFC .eventon_fullcal .eventon_fc_days p {
          margin-bottom: 14px !important; } }
    .event__calendar .evoFC_nextto.evoFC .eventon_fullcal .evo_arrows {
      justify-content: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      display: -webkit-box ;
      display: -moz-box ;
      display: -ms-flexbox ;
      display: -webkit-flex ;
      display: flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      padding-bottom: 25px;
      padding-top: 15px; }
      @media only screen and (max-width: 1199px) {
        .event__calendar .evoFC_nextto.evoFC .eventon_fullcal .evo_arrows {
          padding-top: 22px; } }
      .event__calendar .evoFC_nextto.evoFC .eventon_fullcal .evo_arrows .evo_month_title {
        color: #FFCD00 !important;
        font-size: 40px !important;
        text-transform: none !important;
        font-family: "Galano Grotesque" !important;
        font-weight: bold;
        line-height: 0.5em; }
        @media only screen and (max-width: 991px) {
          .event__calendar .evoFC_nextto.evoFC .eventon_fullcal .evo_arrows .evo_month_title {
            font-size: 30px !important; } }
      .event__calendar .evoFC_nextto.evoFC .eventon_fullcal .evo_arrows span {
        height: 24px; }
    .event__calendar .evoFC_nextto.evoFC .eventon_fullcal .eventon_fc_daynames {
      display: none; }
    .event__calendar .evoFC_nextto.evoFC .eventon_fullcal .eventon_fc_days .has_events span {
      /* 	display: none; */ }
    .event__calendar .evoFC_nextto.evoFC .eventon_fullcal .evo_fc_day {
      border: 0px; }
  .event__calendar .evoFC_nextto.evoFC #evcal_list {
    width: 65%;
    float: right; }
    @media only screen and (max-width: 991px) {
      .event__calendar .evoFC_nextto.evoFC #evcal_list {
        width: 100%; } }
  .event__calendar .eventcalcontent {
    display: -webkit-box ;
    display: -moz-box ;
    display: -ms-flexbox ;
    display: -webkit-flex ;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    width: 100%;
    background: #cccccc;
    min-height: 450px; }
    .event__calendar .eventcalcontent .evotx_hidable_section {
      /* margin-top: 30px;
      background: #e3e1e1;
      padding: 15px 15px;
      border-radius: 8px;
      border: 1px solid $colorBdrCart;
      @include breakpoint($b-xs, max){
      	padding: 15px 8px;
      } */ }
      .event__calendar .eventcalcontent .evotx_hidable_section .evotx_inquery {
        padding-top: 10px;
        padding-bottom: 20px; }
      .event__calendar .eventcalcontent .evotx_hidable_section .tx_price_line,
      .event__calendar .eventcalcontent .evotx_hidable_section .evotx_quantity,
      .event__calendar .eventcalcontent .evotx_hidable_section .evotx_addtocart_total {
        /* 		@include dFlex(!important);
        			@include justifyContent(center);
        			line-height: 48px;
        			border-bottom: 1px solid $colorBdrCart; */ }
        .event__calendar .eventcalcontent .evotx_hidable_section .tx_price_line span,
        .event__calendar .eventcalcontent .evotx_hidable_section .evotx_quantity span,
        .event__calendar .eventcalcontent .evotx_hidable_section .evotx_addtocart_total span {
          font-size: 18px; }
      .event__calendar .eventcalcontent .evotx_hidable_section .evotx_addtocart_total {
        border-bottom: 0 !important; }
      .event__calendar .eventcalcontent .evotx_hidable_section .evotx_quantity {
        /* 			span{
        				&.evo_label {
        					padding-left: 5px;
        					@include breakpoint($b-xs, max){
        						line-height: 20px;
        						padding-top: 5px;
        						padding-bottom: 5px;
        					}
        				}
        				&.evotx_qty_adjuster {
        					padding-right: 5px;
        					padding-top: 4px;
        				}
        			} */ }
    @media only screen and (max-width: 991px) {
      .event__calendar .eventcalcontent {
        display: block; } }
    .event__calendar .eventcalcontent .eventcalcontent__inner {
      width: calc(100% - 300px);
      padding: 20px 40px 20px 25px;
      font-size: 22px;
      background-color: #cccccc;
      color: #363330; }
      @media only screen and (max-width: 1340px) {
        .event__calendar .eventcalcontent .eventcalcontent__inner {
          padding: 20px 20px 20px 20px;
          font-size: 18px;
          line-height: 21px; } }
      @media only screen and (max-width: 991px) {
        .event__calendar .eventcalcontent .eventcalcontent__inner {
          width: 100%; } }
      @media only screen and (max-width: 767px) {
        .event__calendar .eventcalcontent .eventcalcontent__inner {
          font-size: 16px; } }
      .event__calendar .eventcalcontent .eventcalcontent__inner .eventcaltitle {
        margin-bottom: 6px; }
      .event__calendar .eventcalcontent .eventcalcontent__inner .eventdetails {
        padding-top: 25px; }
        @media only screen and (max-width: 767px) {
          .event__calendar .eventcalcontent .eventcalcontent__inner .eventdetails .eventplacecont {
            padding-top: 0px; } }
        .event__calendar .eventcalcontent .eventcalcontent__inner .eventdetails .eventplacecont p {
          font-size: 22px !important;
          color: #363330 !important;
          font-family: "Galano Grotesque" !important; }
          @media only screen and (max-width: 767px) {
            .event__calendar .eventcalcontent .eventcalcontent__inner .eventdetails .eventplacecont p {
              font-size: 17px !important; } }
        .event__calendar .eventcalcontent .eventcalcontent__inner .eventdetails .eventplacecont .evotx_inquery {
          padding-bottom: 20px; }
        .event__calendar .eventcalcontent .eventcalcontent__inner .eventdetails .eventinfobox .rsvp-btn {
          padding-top: 25px;
          padding-bottom: 25px; }
          .event__calendar .eventcalcontent .eventcalcontent__inner .eventdetails .eventinfobox .rsvp-btn .btn {
            background: #D04B9B;
            color: #fff !important;
            border-color: #D04B9B; }
            .event__calendar .eventcalcontent .eventcalcontent__inner .eventdetails .eventinfobox .rsvp-btn .btn:hover {
              border-color: #D04B9B;
              background: #D04B9B;
              color: #2B2E34; }
        .event__calendar .eventcalcontent .eventcalcontent__inner .eventdetails .eventinfobox .eventtime {
          padding: 20px 0; }
          @media only screen and (max-width: 767px) {
            .event__calendar .eventcalcontent .eventcalcontent__inner .eventdetails .eventinfobox .eventtime {
              padding: 10px 0px; } }
        .event__calendar .eventcalcontent .eventcalcontent__inner .eventdetails .eventinfobox .eventsubtitle {
          font-size: 35px;
          font-weight: 600;
          display: block;
          margin-top: 5px;
          margin-bottom: 16px; }
          @media only screen and (max-width: 1340px) {
            .event__calendar .eventcalcontent .eventcalcontent__inner .eventdetails .eventinfobox .eventsubtitle {
              font-size: 28px;
              margin-top: 10px;
              margin-bottom: 0px; } }
          @media only screen and (max-width: 767px) {
            .event__calendar .eventcalcontent .eventcalcontent__inner .eventdetails .eventinfobox .eventsubtitle {
              font-size: 26px;
              margin-top: 18px; } }
          @media only screen and (max-width: 575px) {
            .event__calendar .eventcalcontent .eventcalcontent__inner .eventdetails .eventinfobox .eventsubtitle {
              font-size: 22px; } }
        .event__calendar .eventcalcontent .eventcalcontent__inner .eventdetails .eventinfobox span {
          display: block; }
          .event__calendar .eventcalcontent .eventcalcontent__inner .eventdetails .eventinfobox span strong {
            font-weight: bold; }
          .event__calendar .eventcalcontent .eventcalcontent__inner .eventdetails .eventinfobox span.eventcat {
            font-weight: 600;
            text-transform: uppercase;
            font-size: 20px;
            display: -webkit-box ;
            display: -moz-box ;
            display: -ms-flexbox ;
            display: -webkit-flex ;
            display: flex;
            flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            align-items: center;
            -webkit-align-items: center;
            -moz-align-items: center;
            line-height: 26px;
            padding-bottom: 12px; }
            .event__calendar .eventcalcontent .eventcalcontent__inner .eventdetails .eventinfobox span.eventcat:before {
              content: '';
              width: 20px;
              height: 20px;
              background: #D04B9B;
              display: inline-block;
              border-radius: 50px;
              margin-right: 6px;
              position: relative;
              top: -2px; }
    .event__calendar .eventcalcontent .eventcalcontent__img {
      width: 300px;
      max-height: 100%; }
      @media only screen and (max-width: 991px) {
        .event__calendar .eventcalcontent .eventcalcontent__img {
          width: 100%; } }
      .event__calendar .eventcalcontent .eventcalcontent__img img {
        height: 100%;
        width: 100%;
        object-fit: cover; }

@media only screen and (max-width: 1800px) {
  .newspost_section .newspost__content .newspost_list .newslist_inner .overlay_box .post__content h3 {
    font-size: 23px; } }
@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .newspost_section .newspost__content .newspost_list .newslist_inner .overlay_box .post__content h3 {
    font-size: 20px; } }
@media only screen and (min-width: 992px) and (max-width: 1140px) {
  .newspost_section .newspost__content .post__content {
    padding: 14px 18px !important;
    font-size: 13px !important;
    line-height: 20px !important; }

  .newspost_section .newspost__content .post__content .buttom-button .btn {
    font-size: 14px;
    line-height: 24px !important;
    min-width: 156px;
    padding: 2px 10px; }

  .newspost_section .newspost__content .newspost_list .newslist_inner .overlay_box .post__content h3 {
    width: 100%;
    padding-bottom: 4px;
    font-size: 15px; } }
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .newspost_section .colsection--grayRight .colsection__content h2 {
    font-size: 24px; }

  .newspost_section .colsection--grayRight .colsection__content .post__content .h3-title-lg {
    padding-top: 10px !important; } }
.theory__section .therory__content {
  padding-top: 60px;
  padding-bottom: 60px; }
  .theory__section .therory__content .h2-title-lg {
    display: -webkit-box ;
    display: -moz-box ;
    display: -ms-flexbox ;
    display: -webkit-flex ;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center; }
    @media only screen and (max-width: 1450px) {
      .theory__section .therory__content .h2-title-lg {
        font-size: 45px; } }
    @media only screen and (max-width: 991px) {
      .theory__section .therory__content .h2-title-lg {
        font-size: 30px; } }
    @media only screen and (max-width: 480px) {
      .theory__section .therory__content .h2-title-lg {
        font-size: 27px; } }
  .theory__section .therory__content .h3-title {
    width: 100%;
    font-size: 34px;
    padding-bottom: 26px; }
    @media only screen and (max-width: 1450px) {
      .theory__section .therory__content .h3-title {
        font-size: 32px; } }
    @media only screen and (max-width: 1340px) {
      .theory__section .therory__content .h3-title {
        font-size: 28px; } }
    @media only screen and (max-width: 991px) {
      .theory__section .therory__content .h3-title {
        font-size: 20px; } }
  .theory__section .therory__content .theory_drop_arrow {
    margin-left: 18px;
    margin-top: 0;
    position: relative;
    top: 4px;
    cursor: pointer;
    display: inline-block;
    line-height: 0px; }
    @media only screen and (max-width: 991px) {
      .theory__section .therory__content .theory_drop_arrow {
        top: -5px; } }
    @media only screen and (max-width: 480px) {
      .theory__section .therory__content .theory_drop_arrow {
        margin-left: 12px; } }
    .theory__section .therory__content .theory_drop_arrow img {
      max-width: 50px; }
      @media only screen and (max-width: 991px) {
        .theory__section .therory__content .theory_drop_arrow img {
          width: 34px; } }
      @media only screen and (max-width: 480px) {
        .theory__section .therory__content .theory_drop_arrow img {
          width: 24px; } }

@media only screen and (max-width: 991px) {
  .circle_colboxouter {
    padding-top: 10px; } }
.circle_colboxouter .btn-light--blue {
  cursor: text; }
  .circle_colboxouter .btn-light--blue:hover, .circle_colboxouter .btn-light--blue:focus {
    color: #fff;
    background-color: #04B2E2;
    border-color: #04B2E2;
    outline: none !important; }
.circle_colboxouter .group_btns {
  padding-top: 20px; }
  @media only screen and (max-width: 767px) {
    .circle_colboxouter .group_btns {
      padding-top: 70px; } }
  .circle_colboxouter .group_btns .buttom-button:first-child {
    margin-bottom: -25px; }
    @media only screen and (max-width: 767px) {
      .circle_colboxouter .group_btns .buttom-button:first-child {
        margin-bottom: 0px; } }
  .circle_colboxouter .group_btns .buttom-button a {
    line-height: 30px;
    font-size: 28px;
    padding: 8px 50px;
    text-transform: none;
    font-weight: 600;
    width: 100%;
    max-width: 870px; }
    @media only screen and (max-width: 1340px) {
      .circle_colboxouter .group_btns .buttom-button a {
        font-size: 22px; } }
    @media only screen and (max-width: 767px) {
      .circle_colboxouter .group_btns .buttom-button a {
        line-height: 22px;
        font-size: 28px;
        padding: 8px 18px;
        font-size: 16px !important; } }
  .circle_colboxouter .group_btns .buttom-button.purple_btn {
    width: 100%;
    margin-top: 24px; }
    .circle_colboxouter .group_btns .buttom-button.purple_btn a {
      background: #D04B9B;
      border-color: #D04B9B;
      max-width: 1190px;
      width: 100%;
      padding: 28px 28px;
      font-size: 30px; }
      @media only screen and (max-width: 1340px) {
        .circle_colboxouter .group_btns .buttom-button.purple_btn a {
          padding: 15px 10px;
          font-size: 22px; } }
      @media only screen and (max-width: 991px) {
        .circle_colboxouter .group_btns .buttom-button.purple_btn a {
          font-size: 20px;
          padding: 8px 10px;
          line-height: 24px; } }
      .circle_colboxouter .group_btns .buttom-button.purple_btn a:hover, .circle_colboxouter .group_btns .buttom-button.purple_btn a:focus {
        border-color: #D04B9B;
        background: #D04B9B;
        border-color: #D04B9B;
        outline: none !important; }
  .circle_colboxouter .group_btns h3.h3-title {
    padding-top: 34px;
    padding-bottom: 12px; }

.circle_colbox {
  display: -webkit-box ;
  display: -moz-box ;
  display: -ms-flexbox ;
  display: -webkit-flex ;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  padding-top: 22px; }
  @media only screen and (max-width: 767px) {
    .circle_colbox {
      display: block;
      margin: 50px 0px; } }
  .circle_colbox .h3-title {
    width: 100%;
    font-size: 36px;
    padding-bottom: 26px; }
  .circle_colbox .circle_item {
    width: 344px;
    height: 344px;
    border-radius: 50%;
    display: -webkit-box ;
    display: -moz-box ;
    display: -ms-flexbox ;
    display: -webkit-flex ;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    margin-right: -30px;
    margin-left: -30px;
    background: #fff;
    background: #fff; }
    @media only screen and (max-width: 1340px) {
      .circle_colbox .circle_item {
        width: 270px;
        height: 270px; } }
    @media only screen and (max-width: 991px) {
      .circle_colbox .circle_item {
        width: 224px;
        height: 224px; } }
    @media only screen and (max-width: 767px) {
      .circle_colbox .circle_item {
        width: 280px;
        height: 280px;
        margin: -50px auto; } }
    .circle_colbox .circle_item:before {
      content: '';
      background: #35bee7;
      opacity: 0.5;
      width: 330px;
      height: 330px;
      border-radius: 50%;
      position: absolute;
      margin-left: 7px; }
      @media only screen and (max-width: 1340px) {
        .circle_colbox .circle_item:before {
          width: 256px;
          height: 256px; } }
      @media only screen and (max-width: 991px) {
        .circle_colbox .circle_item:before {
          width: 210px;
          height: 210px; } }
      @media only screen and (max-width: 767px) {
        .circle_colbox .circle_item:before {
          width: 266px;
          height: 266px; } }
    .circle_colbox .circle_item .circle__itemcont {
      display: -webkit-box ;
      display: -moz-box ;
      display: -ms-flexbox ;
      display: -webkit-flex ;
      display: flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      align-items: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      justify-content: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 344px;
      height: 344px;
      border-radius: 50%;
      border: 2px solid #fff;
      position: relative;
      left: 0;
      padding: 50px 60px;
      border: 4px solid #35BEE8; }
      @media only screen and (max-width: 1340px) {
        .circle_colbox .circle_item .circle__itemcont {
          width: 270px;
          height: 270px; }
          .circle_colbox .circle_item .circle__itemcont h4 {
            font-size: 20px; } }
      @media only screen and (max-width: 991px) {
        .circle_colbox .circle_item .circle__itemcont {
          width: 224px;
          height: 224px; }
          .circle_colbox .circle_item .circle__itemcont h4 {
            font-size: 17px; } }
      @media only screen and (max-width: 767px) {
        .circle_colbox .circle_item .circle__itemcont {
          width: 280px;
          height: 280px;
          padding: 50px 25px; }
          .circle_colbox .circle_item .circle__itemcont h4 {
            font-size: 22px; } }
      .circle_colbox .circle_item .circle__itemcont p {
        color: #363330;
        font-size: 28px;
        line-height: 28px; }
        @media only screen and (max-width: 1340px) {
          .circle_colbox .circle_item .circle__itemcont p {
            font-size: 18px;
            line-height: 1.2em;
            padding-top: 7px; } }
        @media only screen and (max-width: 991px) {
          .circle_colbox .circle_item .circle__itemcont p {
            font-size: 14px; } }
        @media only screen and (max-width: 767px) {
          .circle_colbox .circle_item .circle__itemcont p {
            font-size: 18px; } }
      .circle_colbox .circle_item .circle__itemcont:after {
        content: '+';
        position: absolute;
        right: 13px;
        font-size: 40px;
        z-index: 9;
        color: #363330;
        font-weight: 700; }
        @media only screen and (max-width: 767px) {
          .circle_colbox .circle_item .circle__itemcont:after {
            right: 0;
            font-size: 32px;
            left: 0;
            bottom: 7px; } }
    .circle_colbox .circle_item:last-child .circle__itemcont:after {
      display: none; }
  .circle_colbox.purple__circle .circle_item:before {
    background: #D04B9B; }
  @media only screen and (max-width: 767px) {
    .circle_colbox.orange__circle h3 {
      margin-bottom: 60px;
      margin-top: 20px; } }
  .circle_colbox.orange__circle .circle_item:before {
    background: #EA7800; }
  @media only screen and (max-width: 767px) {
    .circle_colbox.yellow__circle {
      margin-bottom: 0px; } }
  @media only screen and (max-width: 767px) {
    .circle_colbox.yellow__circle h3 {
      margin-bottom: 20px;
      padding-bottom: 0px;
      margin-top: 20px; } }
  .circle_colbox.yellow__circle h3.second_title {
    padding-bottom: 60px;
    padding-top: 20px; }
  .circle_colbox.yellow__circle .circle_item:before {
    background: #FFCD00; }
  .circle_colbox.yellow__circle .group_btns {
    padding-top: 45px; }
    .circle_colbox.yellow__circle .group_btns h3.h3-title {
      padding-bottom: 20px;
      padding-top: 12px; }
  .circle_colbox .buttom-button {
    margin: 10px auto 20px;
    display: block;
    clear: both;
    width: 100%; }
    .circle_colbox .buttom-button a {
      line-height: 30px;
      font-size: 28px;
      padding: 8px 50px;
      text-transform: none;
      font-weight: 600;
      width: 100%;
      max-width: 870px; }
      @media only screen and (max-width: 991px) {
        .circle_colbox .buttom-button a {
          line-height: 30px;
          font-size: 20px;
          padding: 4px 35px; } }

.council_staffsection {
  padding: 40px 0px 20px; }
  @media only screen and (max-width: 767px) {
    .council_staffsection {
      text-align: center; } }
  .council_staffsection .h3-title-lg {
    margin-bottom: 42px;
    margin-top: 8px; }
    @media only screen and (max-width: 991px) {
      .council_staffsection .h3-title-lg {
        margin-bottom: 20px; } }
    @media only screen and (max-width: 767px) {
      .council_staffsection .h3-title-lg {
        text-align: center; } }
  .council_staffsection .cstaff_content .cstaff_details {
    display: -webkit-box ;
    display: -moz-box ;
    display: -ms-flexbox ;
    display: -webkit-flex ;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    padding-right: 30px;
    padding-bottom: 95px; }
    @media only screen and (max-width: 991px) {
      .council_staffsection .cstaff_content .cstaff_details {
        display: block; } }
    @media only screen and (max-width: 767px) {
      .council_staffsection .cstaff_content .cstaff_details {
        padding-bottom: 60px;
        padding-right: 0px; } }
    .council_staffsection .cstaff_content .cstaff_details .cstaff_profile {
      width: 267px;
      height: 267px;
      border-radius: 50%;
      margin: 0px auto;
      overflow: hidden; }
      @media only screen and (max-width: 1340px) {
        .council_staffsection .cstaff_content .cstaff_details .cstaff_profile {
          width: 210px;
          height: 210px; } }
      @media only screen and (max-width: 991px) {
        .council_staffsection .cstaff_content .cstaff_details .cstaff_profile {
          margin: 0px auto; } }
      .council_staffsection .cstaff_content .cstaff_details .cstaff_profile img {
        width: 100%;
        height: 100%; }
    .council_staffsection .cstaff_content .cstaff_details .cstaff_desc {
      width: calc(100% - 270px);
      padding-left: 15px; }
      @media only screen and (max-width: 1340px) {
        .council_staffsection .cstaff_content .cstaff_details .cstaff_desc {
          width: calc(100% - 210px); } }
      @media only screen and (max-width: 991px) {
        .council_staffsection .cstaff_content .cstaff_details .cstaff_desc {
          width: 100%;
          padding-left: 5px;
          padding-right: 5px;
          text-align: center;
          padding-top: 12px; } }
      .council_staffsection .cstaff_content .cstaff_details .cstaff_desc h3 {
        font-size: 21.5px;
        background: #fff;
        display: inline-block;
        width: auto;
        padding: 5px 10px;
        line-height: 1.3em;
        color: #3b3936; }
        @media only screen and (max-width: 1340px) {
          .council_staffsection .cstaff_content .cstaff_details .cstaff_desc h3 {
            font-size: 20px; } }
      .council_staffsection .cstaff_content .cstaff_details .cstaff_desc h4 {
        font-size: 22px;
        line-height: 1.3em;
        padding-top: 12px;
        color: #3b3936;
        padding-left: 5px; }
      .council_staffsection .cstaff_content .cstaff_details .cstaff_desc p {
        font-size: 22px;
        line-height: 1.3em;
        padding-left: 5px;
        color: #3b3936; }
        @media only screen and (max-width: 1340px) {
          .council_staffsection .cstaff_content .cstaff_details .cstaff_desc p {
            font-size: 18px; } }
      .council_staffsection .cstaff_content .cstaff_details .cstaff_desc .buttom-button {
        margin-top: 25px; }
        .council_staffsection .cstaff_content .cstaff_details .cstaff_desc .buttom-button .btn-warning {
          color: #FFCD00;
          background-color: #fff;
          border-color: #fff; }
          .council_staffsection .cstaff_content .cstaff_details .cstaff_desc .buttom-button .btn-warning:hover {
            color: #3b3936; }

.world__affairsection {
  padding: 95px 0 20px; }
  @media only screen and (max-width: 991px) {
    .world__affairsection {
      padding: 60px 0 20px; }
      .world__affairsection [class*="col-md"] {
        width: 50%; } }
  @media only screen and (max-width: 767px) {
    .world__affairsection [class*="col-md"] {
      width: 100%; } }
  .world__affairsection .h3-title-lg {
    margin-bottom: 45px; }
    @media only screen and (max-width: 767px) {
      .world__affairsection .h3-title-lg {
        text-align: center; } }
  .world__affairsection .cstaff_details {
    padding-bottom: 60px; }
    @media only screen and (max-width: 1340px) {
      .world__affairsection .cstaff_details {
        padding-bottom: 50px; } }
    .world__affairsection .cstaff_details a {
      text-decoration: none; }
    .world__affairsection .cstaff_details .cstaff_profile {
      width: 267px;
      height: 267px;
      border-radius: 50%;
      overflow: hidden;
      margin: 0px auto; }
      @media only screen and (max-width: 1340px) {
        .world__affairsection .cstaff_details .cstaff_profile {
          width: 210px;
          height: 210px; } }
      .world__affairsection .cstaff_details .cstaff_profile img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .world__affairsection .cstaff_details .cstaff_desc {
      padding-left: 30px;
      padding-right: 30px; }
      @media only screen and (max-width: 1199px) {
        .world__affairsection .cstaff_details .cstaff_desc {
          padding-right: 0px;
          padding-left: 0px; } }
      .world__affairsection .cstaff_details .cstaff_desc h3 {
        font-size: 22px;
        margin-top: 22px;
        background: #fff;
        display: inline-block;
        width: auto;
        padding: 5px 26px;
        line-height: 1.3em;
        margin-bottom: 14px;
        color: #3b3936; }
        @media only screen and (max-width: 991px) {
          .world__affairsection .cstaff_details .cstaff_desc h3 {
            margin-top: 12px; } }
      .world__affairsection .cstaff_details .cstaff_desc h4 {
        margin-bottom: 8px;
        color: #3b3936;
        font-size: 24px; }
        @media only screen and (max-width: 1340px) {
          .world__affairsection .cstaff_details .cstaff_desc h4 {
            font-size: 22px;
            padding-right: 15px;
            padding-left: 15px; } }
      .world__affairsection .cstaff_details .cstaff_desc p {
        font-size: 21px;
        line-height: 1.3em;
        padding-left: 5px;
        color: #3b3936; }
        @media only screen and (max-width: 1340px) {
          .world__affairsection .cstaff_details .cstaff_desc p {
            font-size: 20px; } }

.wac-america__section {
  padding: 90px 0px; }
  @media only screen and (max-width: 767px) {
    .wac-america__section {
      padding: 30px 0px 40px; } }
  .wac-america__section .wac-america__logo {
    padding-top: 28px; }
    @media only screen and (max-width: 1450px) {
      .wac-america__section .wac-america__logo {
        padding-top: 0px; } }
    .wac-america__section .wac-america__logo img {
      max-width: 478px;
      width: 100%; }
  .wac-america__section .wac-america__content {
    font-size: 30px;
    line-height: 1.333em;
    padding-left: 5px;
    color: #3b3936; }
    .wac-america__section .wac-america__content p {
      margin-bottom: 50px; }
      .wac-america__section .wac-america__content p:last-child {
        margin-bottom: 0px; }
      @media only screen and (max-width: 767px) {
        .wac-america__section .wac-america__content p {
          margin-bottom: 18px; } }
    @media only screen and (max-width: 1450px) {
      .wac-america__section .wac-america__content {
        font-size: 22px; } }
    @media only screen and (max-width: 480px) {
      .wac-america__section .wac-america__content {
        font-size: 20px; } }
    .wac-america__section .wac-america__content .h3-title-lg {
      margin-bottom: 26px; }

.youth_boardsection .cstaff_details a {
  text-decoration: none; }
.youth_boardsection .cstaff_details .cstaff_profile {
  border-radius: 50%;
  width: 267px;
  height: 267px; }
  .youth_boardsection .cstaff_details .cstaff_profile img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  @media only screen and (max-width: 1450px) {
    .youth_boardsection .cstaff_details .cstaff_profile {
      width: 210px;
      height: 210px; } }
.youth_boardsection .cstaff_details .cstaff_desc {
  padding-top: 22px; }
  .youth_boardsection .cstaff_details .cstaff_desc a {
    text-decoration: none; }

.past_chair {
  font-size: 18px; }

@media only screen and (max-width: 767px) {
  .unique__series .unique__contcols [class*="col-md-6"] {
    width: 100%; }
    .unique__series .unique__contcols [class*="col-md-6"] h2 br {
      display: none; } }
.unique__series .unique__contcols .bg--yellow h2 {
  padding-top: 40px; }
  @media only screen and (max-width: 767px) {
    .unique__series .unique__contcols .bg--yellow h2 {
      padding-top: 0px; } }
.unique__series .unique__contcols .bg--skyblue .btn-light {
  color: #04B2E2;
  background-color: #fff;
  border-color: #fff; }
  .unique__series .unique__contcols .bg--skyblue .btn-light:hover, .unique__series .unique__contcols .bg--skyblue .btn-light:focus {
    color: #3b3936;
    background-color: #fff;
    border-color: #fff; }
.unique__series .unique__contcols .bg--green .btn-light {
  color: #C0D400;
  background-color: #fff;
  border-color: #fff; }
  .unique__series .unique__contcols .bg--green .btn-light:hover, .unique__series .unique__contcols .bg--green .btn-light:focus {
    color: #3b3936;
    background-color: #fff;
    border-color: #fff; }
.unique__series .unique__contcols .bg--red .btn-light {
  color: #F04C24;
  background-color: #fff;
  border-color: #fff; }
  .unique__series .unique__contcols .bg--red .btn-light:hover, .unique__series .unique__contcols .bg--red .btn-light:focus {
    color: #3b3936;
    background-color: #fff;
    border-color: #fff; }
.unique__series .unique__contcols .bg--purple .btn-light {
  color: #D04B9B;
  background-color: #fff;
  border-color: #fff; }
  .unique__series .unique__contcols .bg--purple .btn-light:hover, .unique__series .unique__contcols .bg--purple .btn-light:focus {
    color: #3b3936;
    background-color: #fff;
    border-color: #fff; }
.unique__series .unique__contcols .bg--orange .btn-light {
  color: #EA7800;
  background-color: #fff;
  border-color: #fff; }
  .unique__series .unique__contcols .bg--orange .btn-light:hover, .unique__series .unique__contcols .bg--orange .btn-light:focus {
    color: #3b3936;
    background-color: #fff;
    border-color: #fff; }
.unique__series .unique__contcols .unique__contbox {
  padding: 170px 80px;
  font-weight: 400;
  line-height: 1.35em; }
  @media only screen and (max-width: 1599px) {
    .unique__series .unique__contcols .unique__contbox {
      padding: 100px 50px; } }
  @media only screen and (max-width: 991px) {
    .unique__series .unique__contcols .unique__contbox {
      padding: 50px 25px;
      font-size: 20px; } }
  @media only screen and (max-width: 767px) {
    .unique__series .unique__contcols .unique__contbox {
      padding: 60px 5px 60px;
      text-align: center; } }
  .unique__series .unique__contcols .unique__contbox .unique__icontitle {
    display: -webkit-box ;
    display: -moz-box ;
    display: -ms-flexbox ;
    display: -webkit-flex ;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    padding-bottom: 30px; }
    @media only screen and (max-width: 991px) {
      .unique__series .unique__contcols .unique__contbox .unique__icontitle {
        padding-bottom: 10px; } }
    @media only screen and (max-width: 767px) {
      .unique__series .unique__contcols .unique__contbox .unique__icontitle {
        padding-bottom: 10px;
        justify-content: center;
        -webkit-justify-content: center;
        -moz-justify-content: center; } }
    .unique__series .unique__contcols .unique__contbox .unique__icontitle h2 {
      margin-bottom: 0;
      margin-left: 35px;
      font-size: 54px;
      line-height: 1.15em; }
      @media only screen and (max-width: 1599px) {
        .unique__series .unique__contcols .unique__contbox .unique__icontitle h2 {
          font-size: 40px; } }
      @media only screen and (max-width: 991px) {
        .unique__series .unique__contcols .unique__contbox .unique__icontitle h2 {
          font-size: 30px;
          width: 100% !important;
          margin-left: 0;
          margin-top: 20px; }
          .unique__series .unique__contcols .unique__contbox .unique__icontitle h2 br {
            display: none; } }
      @media only screen and (max-width: 767px) {
        .unique__series .unique__contcols .unique__contbox .unique__icontitle h2 {
          margin-left: 0;
          display: block;
          width: 100%;
          margin-top: 16px; } }
      @media only screen and (max-width: 575px) {
        .unique__series .unique__contcols .unique__contbox .unique__icontitle h2 {
          font-size: 28px; } }

.virtual__program div[class*="col-"] {
  padding: 0; }
.virtual__program img {
  width: 100%;
  height: 100%;
  object-fit: cover; }
.virtual__program .virtual__programmcont {
  padding-left: 60px;
  padding-top: 68px;
  padding-right: 100px;
  line-height: 1.31em;
  padding-bottom: 60px; }
  @media only screen and (max-width: 767px) {
    .virtual__program .virtual__programmcont {
      padding: 30px 20px; } }
  .virtual__program .virtual__programmcont h2 {
    margin-bottom: 20px; }

@media only screen and (max-width: 991px) {
  .page-template-public-programming .inner-banner {
    min-height: 100%; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .unique__series .unique__contcols .unique__contbox {
    padding: 80px 20px;
    font-size: 20px; }

  .unique__icontitle img {
    width: 30%; }

  .virtual__programmcont {
    font-size: 20px; }

  .unique__icontitle h2.text-white {
    width: 60%;
    font-size: 34px !important; } }
.gifts__section .bg--skyblue .btn-light {
  color: #04B2E2; }
  .gifts__section .bg--skyblue .btn-light:hover, .gifts__section .bg--skyblue .btn-light:focus {
    background-color: #fff;
    color: #363330; }
.gifts__section .bg--green .btn-light {
  color: #C0D400; }
  .gifts__section .bg--green .btn-light:hover, .gifts__section .bg--green .btn-light:focus {
    background-color: #fff;
    color: #363330; }
.gifts__section .colsection_content {
  padding: 48px 70px 48px 42px; }
  @media only screen and (max-width: 767px) {
    .gifts__section .colsection_content {
      padding: 35px 8px; } }
  .gifts__section .colsection_content h2 {
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .gifts__section .colsection_content h2 {
        font-size: 28px; } }
.gifts__section .colsection_image img {
  width: 100%; }

.planning__section .colsection_content {
  padding: 75px 70px 48px 80px; }
  @media only screen and (max-width: 991px) {
    .planning__section .colsection_content {
      font-size: 20px; } }
  @media only screen and (max-width: 991px) {
    .planning__section .colsection_content {
      padding: 50px 32px; } }
  @media only screen and (max-width: 767px) {
    .planning__section .colsection_content {
      padding: 30px 20px; } }
.planning__section .bg--purple .btn-light {
  color: #D04B9B; }
  .planning__section .bg--purple .btn-light:hover, .planning__section .bg--purple .btn-light:focus {
    background-color: #fff;
    color: #363330; }

.steps__section {
  padding-bottom: 70px; }
  @media only screen and (max-width: 767px) {
    .steps__section {
      padding-bottom: 20px; } }
  .steps__section .steps_content {
    padding-top: 64px; }
    .steps__section .steps_content .steps_icontop {
      padding-bottom: 65px;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .steps__section .steps_content .steps_icontop {
          padding-bottom: 25px; } }
      @media only screen and (max-width: 767px) {
        .steps__section .steps_content .steps_icontop img {
          width: 90px; } }
    .steps__section .steps_content .steps__title {
      padding-left: 120px;
      padding-right: 120px; }
      @media only screen and (max-width: 767px) {
        .steps__section .steps_content .steps__title {
          padding-right: 0px;
          padding-left: 0px; } }
      .steps__section .steps_content .steps__title h2 {
        margin-bottom: 5px; }
        @media only screen and (max-width: 767px) {
          .steps__section .steps_content .steps__title h2 {
            font-size: 24px; } }
      .steps__section .steps_content .steps__title p {
        font-size: 36px;
        line-height: 1.31em; }
        @media only screen and (max-width: 1450px) {
          .steps__section .steps_content .steps__title p {
            font-size: 24px; } }
    .steps__section .steps_content .steps__itemlist {
      max-width: 960px;
      margin: 100px auto 60px; }
      @media only screen and (max-width: 767px) {
        .steps__section .steps_content .steps__itemlist {
          margin-bottom: 0px; } }
      .steps__section .steps_content .steps__itemlist .steps__item {
        display: -webkit-box ;
        display: -moz-box ;
        display: -ms-flexbox ;
        display: -webkit-flex ;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding-bottom: 55px; }
        .steps__section .steps_content .steps__itemlist .steps__item .steps__itemicon {
          margin-right: 25px;
          width: 43px; }
          @media only screen and (max-width: 767px) {
            .steps__section .steps_content .steps__itemlist .steps__item .steps__itemicon {
              margin-right: 10px !important; } }
        .steps__section .steps_content .steps__itemlist .steps__item .steps__itemcont {
          width: calc(100% - 43px); }
          @media only screen and (max-width: 767px) {
            .steps__section .steps_content .steps__itemlist .steps__item .steps__itemcont {
              font-size: 18px;
              line-height: 25px; } }
          .steps__section .steps_content .steps__itemlist .steps__item .steps__itemcont h3 {
            font-size: 36px;
            line-height: 1.2em;
            margin-bottom: 5px; }
            @media only screen and (max-width: 1450px) {
              .steps__section .steps_content .steps__itemlist .steps__item .steps__itemcont h3 {
                font-size: 30px; } }
            @media only screen and (max-width: 991px) {
              .steps__section .steps_content .steps__itemlist .steps__item .steps__itemcont h3 {
                font-size: 23px; } }
            @media only screen and (max-width: 767px) {
              .steps__section .steps_content .steps__itemlist .steps__item .steps__itemcont h3 {
                font-size: 21px; } }

@media only screen and (max-width: 991px) {
  .otherways__section .right__content {
    padding-top: 25px; } }
@media only screen and (max-width: 767px) {
  .otherways__section .right__content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px; }
    .otherways__section .right__content h2 {
      font-size: 26px; } }
.otherways__section .colsection_content .arrow_down {
  margin-left: 6px;
  cursor: pointer;
  position: relative;
  top: -7px; }
  @media only screen and (max-width: 991px) {
    .otherways__section .colsection_content .arrow_down {
      width: 30px;
      top: -3px; } }
  @media only screen and (max-width: 767px) {
    .otherways__section .colsection_content .arrow_down {
      width: 25px;
      top: -3px; } }
.otherways__section .colsection_image {
  width: 100%; }
  @media only screen and (max-width: 991px) {
    .otherways__section .colsection_image {
      height: 100%; } }
  .otherways__section .colsection_image img {
    width: 100%; }
@media only screen and (min-width: 992px) {
  .otherways__section .left__img {
    /* width: 36%; */ }
  .otherways__section .right__content {
    /* width: 64%; */
    padding: 52px 110px 40px 40px; } }
.otherways__section .steps__itemlist {
  padding-top: 34px; }
  @media only screen and (max-width: 767px) {
    .otherways__section .steps__itemlist {
      padding-top: 15px; } }
  .otherways__section .steps__itemlist .steps__item {
    display: -webkit-box ;
    display: -moz-box ;
    display: -ms-flexbox ;
    display: -webkit-flex ;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 55px; }
    @media only screen and (max-width: 767px) {
      .otherways__section .steps__itemlist .steps__item {
        padding-bottom: 30px; } }
    .otherways__section .steps__itemlist .steps__item .steps__itemicon {
      margin-right: 25px;
      width: 43px; }
      @media only screen and (max-width: 767px) {
        .otherways__section .steps__itemlist .steps__item .steps__itemicon {
          margin-right: 10px; } }
    .otherways__section .steps__itemlist .steps__item .steps__itemcont {
      width: calc(100% - 43px); }
      @media only screen and (max-width: 767px) {
        .otherways__section .steps__itemlist .steps__item .steps__itemcont {
          width: 100%;
          font-size: 17px;
          line-height: 24px; } }
      .otherways__section .steps__itemlist .steps__item .steps__itemcont h3 {
        font-size: 36px;
        line-height: 1.2em;
        margin-bottom: 5px; }
        @media only screen and (max-width: 1450px) {
          .otherways__section .steps__itemlist .steps__item .steps__itemcont h3 {
            font-size: 30px; } }
        @media only screen and (max-width: 767px) {
          .otherways__section .steps__itemlist .steps__item .steps__itemcont h3 {
            font-size: 23px; } }
      .otherways__section .steps__itemlist .steps__item .steps__itemcont ul {
        list-style: disc;
        padding-top: 28px;
        padding-left: 30px; }
        @media only screen and (max-width: 767px) {
          .otherways__section .steps__itemlist .steps__item .steps__itemcont ul {
            font-size: 18px; } }
        .otherways__section .steps__itemlist .steps__item .steps__itemcont ul li {
          padding-bottom: 30px; }
          @media only screen and (max-width: 767px) {
            .otherways__section .steps__itemlist .steps__item .steps__itemcont ul li {
              padding-bottom: 5px;
              line-height: 21px; } }
          .otherways__section .steps__itemlist .steps__item .steps__itemcont ul li:last-child {
            padding-bottom: 0px; }
      .otherways__section .steps__itemlist .steps__item .steps__itemcont .app_process {
        padding-top: 0px; }
        .otherways__section .steps__itemlist .steps__item .steps__itemcont .app_process ol {
          list-style: none;
          padding-top: 28px;
          padding-left: 30px;
          position: relative;
          margin-left: 26px;
          position: relative; }
          .otherways__section .steps__itemlist .steps__item .steps__itemcont .app_process ol li {
            counter-increment: inst;
            padding-bottom: 30px; }
            .otherways__section .steps__itemlist .steps__item .steps__itemcont .app_process ol li:before {
              content: counter(inst);
              position: absolute;
              left: -28px;
              background: #3b3936;
              width: 43px;
              height: 43px;
              color: #fff;
              border-radius: 50%;
              text-align: center;
              display: -webkit-box ;
              display: -moz-box ;
              display: -ms-flexbox ;
              display: -webkit-flex ;
              display: flex;
              flex-wrap: wrap;
              -webkit-flex-wrap: wrap;
              -moz-flex-wrap: wrap;
              justify-content: center;
              -webkit-justify-content: center;
              -moz-justify-content: center;
              align-items: center;
              -webkit-align-items: center;
              -moz-align-items: center;
              font-weight: 700;
              margin-top: -4px; }

.gifts__section .bg--skyblue .colsection_content {
  padding-bottom: 92px; }
  @media only screen and (max-width: 767px) {
    .gifts__section .bg--skyblue .colsection_content {
      padding-bottom: 35px; } }
@media only screen and (max-width: 1340px) {
  .gifts__section .colsection_image {
    height: 100% !important; }
    .gifts__section .colsection_image img {
      height: 100%; } }

.steps__itemlist .eitc_process {
  padding-left: 74px; }
  @media only screen and (max-width: 991px) {
    .steps__itemlist .eitc_process {
      padding-left: 56px; } }
  @media only screen and (max-width: 767px) {
    .steps__itemlist .eitc_process {
      padding-left: 0px; } }

.otherways__section .arrow_up {
  margin-top: -14px;
  margin-left: 5px;
  cursor: pointer; }
  @media only screen and (max-width: 991px) {
    .otherways__section .arrow_up {
      width: 28px; } }
  @media only screen and (max-width: 767px) {
    .otherways__section .arrow_up {
      width: 24px;
      margin-top: -6px; } }

article .news__thumbnail {
  width: 46%;
  padding: 0px; }
  @media only screen and (max-width: 767px) {
    article .news__thumbnail {
      width: 100%; } }
  article .news__thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
article .news__content {
  width: 54%;
  padding: 0px; }
  @media only screen and (max-width: 767px) {
    article .news__content {
      width: 100%; } }
  article .news__content .meta-info {
    background: #FFCD00;
    padding-left: 55px;
    padding-right: 60px;
    padding-top: 30px;
    padding-bottom: 30px; }
    @media only screen and (max-width: 1199px) {
      article .news__content .meta-info {
        padding-left: 25px;
        padding-right: 25px; } }
    @media only screen and (max-width: 991px) {
      article .news__content .meta-info {
        padding: 16px 20px; } }
    article .news__content .meta-info i {
      display: block;
      text-transform: uppercase; }
    article .news__content .meta-info span {
      font-size: 32px;
      line-height: 1.35em;
      color: #2B2E34;
      font-weight: bold;
      margin-bottom: 30px;
      position: relative; }
      @media only screen and (max-width: 1200px) {
        article .news__content .meta-info span {
          font-size: 26px; } }
      @media only screen and (max-width: 767px) {
        article .news__content .meta-info span {
          font-size: 20px; } }
      article .news__content .meta-info span.category_name {
        text-transform: uppercase; }
        article .news__content .meta-info span.category_name:after {
          content: '.';
          display: inline-block;
          border-radius: 100%;
          overflow: hidden;
          font-size: 50px;
          padding: 0px 2px;
          color: #2B2E34; }
          @media only screen and (max-width: 767px) {
            article .news__content .meta-info span.category_name:after {
              font-size: 34px; } }
  article .news__content .entry-content {
    padding: 54px 70px 60px 55px;
    margin-top: 0px;
    line-height: 1.345em; }
    @media only screen and (max-width: 1199px) {
      article .news__content .entry-content {
        padding: 30px 25px 50px 25px;
        font-size: 20px; }
        article .news__content .entry-content .buttom-button {
          margin-top: 28px; } }
    @media only screen and (max-width: 991px) {
      article .news__content .entry-content {
        padding: 16px 20px; } }
    article .news__content .entry-content .publish_date {
      font-size: 24px; }
      article .news__content .entry-content .publish_date a {
        color: #3b3936;
        text-decoration: none; }
    article .news__content .entry-content .posted_by {
      margin-bottom: 18px;
      font-size: 24px; }
      article .news__content .entry-content .posted_by a {
        color: #3b3936;
        text-decoration: none; }
    article .news__content .entry-content p {
      margin-bottom: 15px; }
    article .news__content .entry-content .entry-title {
      font-size: 55px;
      margin-bottom: 5px;
      margin-top: 0px; }
      @media only screen and (max-width: 1599px) {
        article .news__content .entry-content .entry-title {
          font-size: 40px; } }
      @media only screen and (max-width: 767px) {
        article .news__content .entry-content .entry-title {
          font-size: 28px; } }
      article .news__content .entry-content .entry-title a {
        color: #3b3936;
        text-decoration: none; }

.archive main article .news__content .meta-info i {
  display: none; }
.archive main article:nth-child(6n+1) .news__content .meta-info {
  background-color: #EA7800; }
.archive main article:nth-child(6n+2) .news__content .meta-info {
  background-color: #C0D400; }
.archive main article:nth-child(6n+3) .news__content .meta-info {
  background-color: #ef4c23; }
.archive main article:nth-child(6n+4) .news__content .meta-info {
  background-color: #D04B9B; }
.archive main article:nth-child(6n+5) .news__content .meta-info {
  background-color: #F04C24; }
.archive main article:nth-child(6n+6) .news__content .meta-info {
  background-color: #FFCD00; }

.ticket-banner {
  padding-bottom: 0px; }
  .ticket-banner .ticket__banner {
    text-align: center;
    margin: 0px auto;
    max-width: 900px; }

.ticket__section .ticket__context {
  letter-spacing: 0px; }
  .ticket__section .ticket__context .h1-md-title {
    margin: 26px 0 30px; }
  .ticket__section .ticket__context .publish_date {
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 26px;
    display: inline-block; }
  .ticket__section .ticket__context p {
    margin-bottom: 28px; }
  .ticket__section .ticket__context .featured__content > strong {
    margin-bottom: 8px;
    display: inline-block;
    margin-top: 14px; }
  .ticket__section .ticket__context .register__now a {
    background: #C0D400;
    color: #fff;
    border-color: #C0D400;
    padding-left: 20px;
    padding-right: 20px; }
    .ticket__section .ticket__context .register__now a:hover {
      color: #2B2E34;
      border-color: #C0D400; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  article .news__content .entry-content .entry-title {
    font-size: 30px; }

  article .news__content .meta-info span {
    font-size: 20px; }

  article .news__content .meta-info span.category_name:after {
    font-size: 40px;
    position: relative;
    top: -2px; }

  article .news__content .entry-content {
    padding: 12px 14px; }

  article .news__content .entry-content {
    font-size: 18px; } }
.donateform__section {
  background-color: #FFCD00;
  padding-bottom: 140px; }
  .donateform__section .donateform__right {
    padding-left: 40px; }
    @media only screen and (max-width: 1199px) {
      .donateform__section .donateform__right {
        padding-left: 0px; } }
    @media only screen and (max-width: 991px) {
      .donateform__section .donateform__right {
        width: 100%;
        margin-top: 60px;
        padding-right: 0px; } }
    .donateform__section .donateform__right .donate_texttop {
      border-bottom: 2px solid #cccccc;
      padding-bottom: 30px;
      margin-bottom: 10px; }
    .donateform__section .donateform__right .donate__formbox {
      background: #fff;
      padding: 30px 50px;
      box-shadow: 1px 2px 6px #ddb204; }
      @media only screen and (max-width: 1199px) {
        .donateform__section .donateform__right .donate__formbox {
          padding: 30px 30px;
          max-width: 480px;
          margin: 0px auto; } }
      .donateform__section .donateform__right .donate__formbox .donate__heading {
        display: -webkit-box ;
        display: -moz-box ;
        display: -ms-flexbox ;
        display: -webkit-flex ;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        align-items: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        padding-bottom: 33px;
        padding-top: 15px; }
        .donateform__section .donateform__right .donate__formbox .donate__heading h3 {
          font-weight: 600; }
      .donateform__section .donateform__right .donate__formbox select {
        border: 2px solid #cccccc !important;
        padding-left: 15px !important;
        font-size: 20px; }
      .donateform__section .donateform__right .donate__formbox .gfield_radio {
        background-color: #fdfdfd;
        display: -webkit-box ;
        display: -moz-box ;
        display: -ms-flexbox ;
        display: -webkit-flex ;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .donateform__section .donateform__right .donate__formbox .gfield_radio .gchoice {
          width: 24%;
          text-align: center; }
          .donateform__section .donateform__right .donate__formbox .gfield_radio .gchoice label {
            max-width: calc(100% - 0px);
            border: 2px solid #cccccc;
            width: 100%;
            height: 50px;
            line-height: 50px;
            font-size: 20px;
            font-weight: 500; }
            @media only screen and (max-width: 375px) {
              .donateform__section .donateform__right .donate__formbox .gfield_radio .gchoice label {
                height: 40px;
                line-height: 40px;
                font-size: 15px; } }
      .donateform__section .donateform__right .donate__formbox .frequency__donate .gfield_radio .gchoice {
        width: 50%; }
      .donateform__section .donateform__right .donate__formbox .ginput_container_product_price {
        border: 2px solid #cccccc;
        background-color: #fdfdfd; }
        .donateform__section .donateform__right .donate__formbox .ginput_container_product_price input {
          background-color: #fdfdfd !important; }
      .donateform__section .donateform__right .donate__formbox .gform_wrapper input[type="submit"] {
        background-color: #01456c;
        color: #fff;
        width: 100%;
        padding: 25px;
        text-transform: capitalize;
        font-size: 25px;
        border-radius: 12px;
        margin-top: 10px; }
        @media only screen and (max-width: 1199px) {
          .donateform__section .donateform__right .donate__formbox .gform_wrapper input[type="submit"] {
            padding: 18px 25px; } }
        @media only screen and (max-width: 991px) {
          .donateform__section .donateform__right .donate__formbox .gform_wrapper input[type="submit"] {
            height: 55px;
            padding: 0px; } }
        @media only screen and (max-width: 991px) {
          .donateform__section .donateform__right .donate__formbox .gform_wrapper input[type="submit"] {
            height: 44px;
            padding: 0px;
            min-width: 100%;
            line-height: 44px;
            font-size: 18px; } }
      .donateform__section .donateform__right .donate__formbox .gform_wrapper .ginput_full input,
      .donateform__section .donateform__right .donate__formbox .gform_wrapper .ginput_container_email input {
        border: 2px solid #cccccc !important; }
      .donateform__section .donateform__right .donate__formbox .gform_wrapper input[type="radio"] {
        display: none; }
        .donateform__section .donateform__right .donate__formbox .gform_wrapper input[type="radio"]:checked + label {
          border: 2px solid #01456c;
          background-image: url(/wp-content/uploads/2021/09/tick.jpg);
          background-repeat: no-repeat;
          background-position: 94% 50%;
          background-size: 20px; }
          @media only screen and (max-width: 640px) {
            .donateform__section .donateform__right .donate__formbox .gform_wrapper input[type="radio"]:checked + label {
              background-size: 14px; } }
      .donateform__section .donateform__right .donate__formbox .gform_wrapper .gfield_label {
        font-size: 22px;
        font-weight: 400;
        margin-bottom: 4px; }
      .donateform__section .donateform__right .donate__formbox .gform_wrapper .ginput_container_total input {
        width: 100%;
        border: 2px solid #cccccc;
        font-size: 18px;
        height: 50px;
        padding-left: 15px;
        padding-right: 15px; }
      .donateform__section .donateform__right .donate__formbox .gform_wrapper .StripeElement {
        background-color: #fff;
        height: 50px;
        padding: 15px 15px;
        border-radius: 2px;
        border: 2px solid #cccccc;
        box-shadow: none; }
  .donateform__section .donateform__left {
    padding-right: 40px; }
    @media only screen and (max-width: 991px) {
      .donateform__section .donateform__left {
        width: 100%; } }
    .donateform__section .donateform__left .donate__text .donate__img {
      text-align: center;
      padding-bottom: 15px;
      padding-top: 25px;
      padding-bottom: 40px; }
      .donateform__section .donateform__left .donate__text .donate__img img {
        max-width: 120px; }
    .donateform__section .donateform__left .donate__text h2 {
      line-height: 1.28em; }
      @media only screen and (max-width: 1199px) {
        .donateform__section .donateform__left .donate__text h2 {
          font-size: 30px; } }

@media only screen and (max-width: 1023px) {
  .event__calendar .ajde_evcal_calendar .evofc_title_tip {
    display: none !important; } }
.event-ticket__area .eventon_full_description .eventon_desc_in a {
  color: #04B2E2; }
.event-ticket__area .eventon_full_description .evcal_evdata_cell a {
  color: #04B2E2; }
.event-ticket__area .eventon_full_description .eventon_shad_p .evo_btn_secondary {
  background: #C0D400 !important; }
.event-ticket__area .evotx_quantity .evotx_qty_change {
  position: relative;
  top: 1px !important; }
.event-ticket__area .evotx_quantity .qty em,
.event-ticket__area .evotx_quantity .evotx_qty_adjuster em {
  padding: 3px 10px !important; }
.event-ticket__area .eventon_list_event a {
  color: #04B2E2 !important; }

/*# sourceMappingURL=main.css.map */


/*Customizer CSS*/
.donate__formbox .gform_wrapper.gravity-theme fieldset input[type=text] {
    border: 2px solid #cccccc !important;
}

.gf_right_half select#input_3_4 {
    border-radius: 3px;
}
.event__calendar .evoFC_nextto.evoFC .eventon_fullcal .evo_arrows .evo_month_title {
    width: fit-content !important;
}
header .top-menu .kindful-donate-btn{
    min-width: 230px;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px ;
    border-radius: 50px !important;
    font-weight: bold;
    padding: .375rem .75rem !important;
    border: 2px solid #FFCD00;
    color: #fff;
    background-color: #FFCD00;
    border-color: #FFCD00;
    display: block;
}

body .user_embeds.show .infoCard {
    width: 450px !important;
    max-width: 450px !important;
 }


.fullsection__content .kindful-donate-btn-custom {
    min-width: 230px;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    border-radius: 50px;
    font-weight: bold;
    border-width: 2px;
    letter-spacing: 0;
    padding: 6px 32px;
    margin-top: 30px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    border: 2px solid #2B2E34 !important;
  background-color:#2B2E34 !important;
}

.fullsection__content .kindful-donate-btn-custom:hover {
    background-color: transparent !important;
    color: #2b2e34;
    border-color: #2b2e34 !important;
}

.fullsection__content .kindful-donate-btn-custom:focus{
  outline: 1px dotted #3b3936 !important;
  outline-offset: 5px;
  }
#evcal_list p label {
    color: #237ebd !important;
    font-size: 18px;
}

#evcal_list p label span {
    opacity: 1;
}
.evotx_add_to_cart_bottom p.evotx_item_price_line span {
    color: #237ebd;
    font-size: 18px;
  font-style: normal !important;
}
.evotx_add_to_cart_bottom 
 .evovo_price_option_prices_container {
    border-radius: 5px;
    border-top: 0px;
}

.evotx_add_to_cart_bottom .evovo_price_option_prices_container p.evotx_item_price_line {
    border: 0px !important;
}

.evovo_add_to_cart_bottom.evotx_add_to_cart_bottom>div>p.price.tx_price_line {
    border: 0px;
}
@media (max-width:1199px){
  
  #monthly-giving .buttom-button a {
    margin: 5px 0;
}
  
  .user_embeds form {
      padding-left: 10px;
      padding-right: 10px;
  }
}



.single-ajde_events .eventon_list_event .evocard_box {
    background-color: transparent;
}

.single-ajde_events .event_description .evocard_row {
    padding-bottom: 0;
    padding-left: 0;
}

.single-ajde_events #evcal_list p.desc_trig_outter {
    border: 0 !important;
}


.single-ajde_events .event-ticket__area .evo_sin_page #evcal_list .eventon_list_event {
    border: 0;
}

.single-ajde_events .event_description .evocard_box.time {
    margin-top: 15px;
    margin-bottom: 15px;
}

.single-ajde_events .event-ticket__area .evo_metarow_directimg.evcal_evdata_row {
    background-color: transparent;
}

.single-ajde_events .evcal_event_details .evcal_evdata_cell.shorter_desc .eventon_desc_in:after {
    background: transparent;
}

.single-ajde_events .evobtn_details_show_more {
    margin-top: 12px;
}


.page-id-1214 #otherways-give,
.page-id-1214 #planned-giving {
    display: none;
}

.page-id-1214 .inner-banner .banner__inner .left__content .gform_heading h2 {
    color: #fff;
}

.page-id-1214 .inner-banner .banner__inner .left__content a {
    color: #ffcd00;
}

.page-id-1214 .inner-banner .banner__inner .left__content .gform_wrapper.gravity-theme .gfield textarea {
    height: 180px;
}

.page-id-1214 .shareStory_icons img {
    max-height: 80px;
    width: auto;
    margin-right: 8px;
}

.page-id-1214 .shareStory_icons img:first-child {
    margin-right: 1px;
}

.page-id-1214 .shareStory_icons {
    padding: 15px 0px;
}


@media (max-width:640px){
  .page-id-1214 .inner-banner .banner__inner .left__content .gform_wrapper.gravity-theme .gfield textarea {
    height: 100px;
}
}

.shareStory-form {
    padding-top: 30px;
}


.shareStory-form .gfield_radio input#input_7_4_other {
    width: 100%;
}

.term-youth-programming .content-area {
    padding-top: 390px;
}

.term-youth-programming .site-header {
    background-color: #D04B9B;
    padding-bottom: 30px;
}



/* .site-header .header__inner .main-navigation{
  width: calc(100% - 135px);
} */
.site-footer .footer__form .gform_wrapper form .gform_fields .gfield:nth-child(3){
  width: 100%;
}
.gform_footer.top_label{
  position: relative!important;
  padding-top: 8px!important;
}
.gform_wrapper #validation_message_1_5{
  margin-bottom: 28px;
  padding: 0!important;
}

@media only screen and (max-width: 1600px){
/*  .site-header .header__inner .main-navigation ul li{
    font-size: 20px;
    padding: 12px 4px;
  } */
/*  .site-header .header__inner .main-navigation{
    width: 100%;
    padding-left: 0!important;
  } */
  
}
@media only screen and (max-width: 1300px){
/*  .site-header .top-menu{
    top: 4px;
  } */
/*  .site-header.fixed .top-menu{
    top: 8px;
  } */
}
@media only screen and (min-width: 992px) and (max-width: 1160px){
/*  .site-header .header__inner .main-      navigation ul li{
    font-size: 17px;
    padding: 12px 5px;
  } */
/*  .site-header ul li{
    font-size: 16px!important; 
    padding-left: 5px;
    padding-right: 5px;
  } */

/*  header .btn-menu a{
    font-size: 17px!important;
  } */
/*  header .menu-image-title-after{
    max-width: 30px;
    width: 100%;
  }  */
}



.gform_wrapper .captcha-field label {
    display: none !important;
}

.form--register .gform_wrapper input[type="text"], .form--register .gform_wrapper input[type="email"] {
    border: 1px solid #ccc !important;
}

.globally-register_form form {
    padding-top: 30px;
}

.evcal_evdata_cell ul li {
    color: #656565;
}

#gform_wrapper_20 .gfield_header_item {
    line-height: 20px;
}
/*Customizer CSS*/