/*Viewport---------------------------------------------------------*/
@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
/*300 light, 400 regular, 700 bold,*/
/*300 light, 400 regular,600 semi-bold, 700 bold*/
/*400 regular, bold 800 */
/*400 regular, 700 bold*/
/*START Helper Classes------------------------------------------*/
.d-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  justify-content: space-evenly;
  align-items: flex-start;
  -webkit-justify-content: space-evenly;
  -webkit-align-items: flex-start;
  flex-wrap: wrap; }
  .d-flex.justify-content-between {
    -webkit-flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center; }
  .d-flex.justify-content-center {
    -webkit-flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center; }
  .d-flex.justify-content-around {
    -webkit-flex-flow: row wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
  .d-flex.flex-end {
    -webkit-flex-flow: row wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center; }
  .d-flex.flex-start {
    -webkit-flex-flow: row wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center; }

.d-grid, #mdf_results_by_ajax {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px; }

.flex-container {
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-around;
  -webkit-align-items: center;
  justify-content: center;
  align-items: center;
  align-content: space-around;
  -webkit-align-content: space-around;
  margin: 0 auto;
  position: relative;
  display: flex; }

.alignleft {
  float: left;
  margin: 0 15px 15px 0; }

.alignright {
  float: right;
  margin: 0 0 15px 15px; }

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

#mySelect {
  width: 130px !important; }

#myMember .col-md-4 {
  padding: 0 !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin: 15px;
  text-align: center; }
  #myMember .col-md-4 a {
    text-decoration: none !important;
    transition: 0.4s; }
    #myMember .col-md-4 a:hover {
      text-decoration: underline !important;
      transition: 0.4s; }
  #myMember .col-md-4 .mytitle {
    width: 85%;
    margin: 35px auto;
    text-decoration: none !important; }
  #myMember .col-md-4 .myfirm {
    margin-bottom: 15px;
    display: block; }

.blog-section #mdf_results_by_ajax {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px 20px; }

div.printfriendly {
  position: absolute;
  right: 0;
  top: -50px; }

#bbp-search-form {
  margin-bottom: 15px; }
  #bbp-search-form input#bbp_search_submit {
    display: inline-block;
    height: 35px;
    padding: 9px 25px; }

#bbpress-forums div.bbp-breadcrumb {
  display: inline-block;
  float: none;
  vertical-align: middle; }
  #bbpress-forums div.bbp-breadcrumb p {
    margin-bottom: 0; }

#subscription-toggle {
  display: inline-block;
  float: none;
  vertical-align: middle;
  margin-left: 15px; }
  #subscription-toggle .subscription-toggle {
    font-family: 'Oswald', sans-serif;
    background: #053667;
    border-radius: 5px;
    color: #fff !important;
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    font-weight: 800;
    margin: 0 auto;
    max-width: 100%;
    padding: 9px 25px;
    text-align: center;
    text-decoration: none !important;
    text-transform: none; }
    #subscription-toggle .subscription-toggle:hover, #subscription-toggle .subscription-toggle:focus, #subscription-toggle .subscription-toggle:active {
      background: #fff;
      text-decoration: none;
      color: #053667 !important; }

.follow {
  padding: 20px; }
  .follow ul.social {
    display: inline-block;
    line-height: 1em;
    margin: 0;
    padding: 0;
    text-align: center; }
    .follow ul.social li {
      font-family: 'Noto Serif', sans-serif;
      color: #464648;
      display: inline-block;
      font-size: 18px;
      font-style: italic;
      font-weight: 400;
      margin: 0px !important;
      vertical-align: middle; }
      .follow ul.social li a {
        border-radius: 50%;
        border: 2px solid #464648;
        color: #464648;
        display: inherit;
        height: 35px;
        margin: 0 5px;
        position: relative;
        transition: 0.4s;
        width: 35px; }
        .follow ul.social li a i {
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          font-size: 18px;
          left: 50%;
          position: absolute;
          top: 50%; }
        .follow ul.social li a:hover {
          background: #464648;
          color: #181818;
          box-shadow: none; }
          .follow ul.social li a:hover i {
            background: transparent;
            text-shadow: none; }

@media only screen and (max-width: 991px) {
  #myMember .col-md-4 {
    width: 50%;
    margin: auto; } }
@media only screen and (max-width: 768px) {
  #myMember .col-md-4 {
    width: 50%;
    margin: auto; } }
@media only screen and (max-width: 480px) {
  div.printfriendly {
    top: -80px; }

  #myMember .col-md-4 {
    width: 95%;
    margin: auto; } }
/*END Helper Classes-------------------------------------*/
/*START Buttons------------------------------------------*/
a.btn-1, button.btn-1, span.btn-1 {
  font-family: 'Muli', sans-serif;
  background: #007371;
  border-radius: 3px;
  border: 1px solid #007371;
  color: #fff !important;
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  padding: 10px 40px;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: 0.4s; }
  a.btn-1:hover, a.btn-1:focus, a.btn-1:active, button.btn-1:hover, button.btn-1:focus, button.btn-1:active, span.btn-1:hover, span.btn-1:focus, span.btn-1:active {
    transition: 0.4s;
    background: #053667;
    border: 1px solid #053667;
    text-decoration: none; }
a.btn-2, button.btn-2, span.btn-2 {
  font-family: 'Muli', sans-serif;
  background: #053667;
  border-radius: 5px;
  border: 1px solid #053667;
  color: #fff !important;
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  padding: 10px 40px;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: 0.4s; }
  a.btn-2:hover, a.btn-2:focus, a.btn-2:active, button.btn-2:hover, button.btn-2:focus, button.btn-2:active, span.btn-2:hover, span.btn-2:focus, span.btn-2:active {
    transition: 0.4s;
    background: #007371;
    border: 1px solid #007371;
    text-decoration: none; }
a.btn-3, button.btn-3, span.btn-3 {
  font-family: 'Muli', sans-serif;
  background: transparent;
  border-radius: 5px;
  border: 1px solid #fff;
  color: #fff !important;
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  padding: 10px 40px;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: 0.4s; }
  a.btn-3:hover, a.btn-3:focus, a.btn-3:active, button.btn-3:hover, button.btn-3:focus, button.btn-3:active, span.btn-3:hover, span.btn-3:focus, span.btn-3:active {
    transition: 0.4s;
    background: #007371;
    border: 1px solid #007371;
    text-decoration: none; }
a.btn-4, button.btn-4, span.btn-4 {
  font-family: 'Muli', sans-serif;
  font-weight: 700;
  font-size: 22px;
  background: transparent;
  border: 2px solid #000000;
  color: #000000;
  border-radius: 3px;
  text-transform: capitalize;
  padding: 15px;
  position: relative;
  display: inline-block;
  text-decoration: none !important;
  transition: 0.4s; }
  a.btn-4:hover, button.btn-4:hover, span.btn-4:hover {
    transition: 0.4s;
    background: #000000;
    color: #fff; }
a.btn-5, button.btn-5, span.btn-5 {
  font-family: 'Muli', sans-serif;
  font-weight: 700;
  font-size: 22px;
  background: #053667;
  border: 2px solid #053667;
  color: #fff !important;
  border-radius: 3px;
  text-transform: capitalize;
  padding: 15px 25px;
  position: relative;
  display: inline-block;
  transition: 0.4s;
  text-decoration: none !important; }
  a.btn-5:hover, button.btn-5:hover, span.btn-5:hover {
    transition: 0.4s;
    background: #fff;
    color: #053667 !important; }

button#zakat_form {
  font-family: 'Muli', sans-serif;
  font-weight: 700;
  font-size: 17px !important;
  background: #00556e;
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  display: inline-block;
  border: 1px solid #00556e;
  text-transform: uppercase;
  transition: 0.4s;
  position: relative;
  z-index: 20; }
  button#zakat_form:hover {
    transition: 0.4s;
    background: #002e3b; }

@media only screen and (max-width: 480px) {
  a.btn-1, button.btn-1 {
    padding: 15px 12px 14px; } }
/*END Buttons-------------------------------------*/
/* START header-------------*/
/*START Sticky header*/
body.fixed {
  padding-top: 155px; }
  body.fixed.page-template-donate {
    padding-top: 0 !important; }
  body.fixed header.header {
    position: fixed;
    top: 0;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.47);
    left: 0;
    width: 100%;
    z-index: 150;
    -webkit-animation: hanimation 0.5s forwards ease-out;
    /* Chrome, Safari, Opera */
    animation: hanimation 0.5s forwards ease-out;
    /* Chrome, Safari, Opera */
    /* Standard syntax */ }
@-webkit-keyframes hanimation {
  0% {
    top: -100%; }
  100% {
    top: 0px; } }
@keyframes hanimation {
  0% {
    top: -100%; }
  100% {
    top: 0px; } }
    body.fixed header.header::after, body.fixed header.header::before {
      content: none; }
    body.fixed header.header .header-navigation .header-top .header-toolbar .header-toolbar-right ul.social-networks li a:hover {
      color: #053667; }
    body.fixed header.header .header-navigation .header-top .header-toolbar .header-toolbar-right #open-search:hover {
      color: #053667; }
    body.fixed header.header .navbar .navbar-header {
      top: -40px; }
    body.fixed header.header .navbar #NavDropdown ul li > a:hover, body.fixed header.header .navbar #NavDropdown ul li.open > a:hover {
      color: #053667; }

/*End Sticky header*/
header.header {
  font-family: 'Oswald', sans-serif;
  background: #fff;
  position: relative;
  z-index: 150;
  width: 100%; }
  header.header .textwidget {
    display: inline-block; }
  header.header p {
    margin-bottom: 0 !important; }

.header-navigation .header-top {
  background-color: transparent;
  overflow: hidden;
  padding-bottom: 15px; }
  .header-navigation .header-top .header-toolbar {
    color: #fff; }
    .header-navigation .header-top .header-toolbar ul {
      list-style-type: none;
      padding: 0;
      margin: 0; }
      .header-navigation .header-top .header-toolbar ul li {
        display: inline-block; }
    .header-navigation .header-top .header-toolbar h3 {
      display: none; }
    .header-navigation .header-top .header-toolbar .header-toolbar-left {
      width: 50%; }
      .header-navigation .header-top .header-toolbar .header-toolbar-left .navbar-brand {
        background-position: left center;
        background-repeat: no-repeat;
        background-size: contain;
        display: block;
        height: 95px;
        margin: 0;
        overflow: hidden;
        position: relative;
        width: 330px; }
        .header-navigation .header-top .header-toolbar .header-toolbar-left .navbar-brand .white-logo {
          display: none; }
        .header-navigation .header-top .header-toolbar .header-toolbar-left .navbar-brand .desktop-logo {
          display: block; }
        .header-navigation .header-top .header-toolbar .header-toolbar-left .navbar-brand .navbar-brand-fixed {
          display: none; }
        .header-navigation .header-top .header-toolbar .header-toolbar-left .navbar-brand img {
          width: 100%;
          height: 100%; }
    .header-navigation .header-top .header-toolbar .header-toolbar-right {
      display: flex;
      -webkit-flex-flow: row wrap;
      justify-content: flex-end;
      align-items: center;
      width: 50%; }
      .header-navigation .header-top .header-toolbar .header-toolbar-right ul.social-networks {
        position: relative;
        z-index: 2;
        display: inline-block;
        font-size: 0;
        line-height: 1em;
        margin: 0;
        padding: 0;
        text-align: center;
        vertical-align: middle; }
        .header-navigation .header-top .header-toolbar .header-toolbar-right ul.social-networks li {
          display: inline-block;
          margin: 0 10px 0 0 !important;
          width: inherit !important;
          height: inherit !important;
          background-color: transparent !important; }
          .header-navigation .header-top .header-toolbar .header-toolbar-right ul.social-networks li a {
            border-radius: 0;
            border: none;
            color: #fff;
            display: inherit;
            background-color: transparent !important;
            height: 28px;
            margin: 0;
            position: relative;
            transition: 0.4s;
            width: 30px; }
            .header-navigation .header-top .header-toolbar .header-toolbar-right ul.social-networks li a i {
              -webkit-transform: translate(-50%, -50%);
              -moz-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
              font-size: 20px;
              left: 50%;
              position: absolute;
              top: 50%; }
            .header-navigation .header-top .header-toolbar .header-toolbar-right ul.social-networks li a:hover {
              background: transparent;
              color: #007371;
              box-shadow: none; }
              .header-navigation .header-top .header-toolbar .header-toolbar-right ul.social-networks li a:hover i {
                background: transparent;
                text-shadow: none; }
      .header-navigation .header-top .header-toolbar .header-toolbar-right #open-search {
        background: transparent;
        border-radius: 7px;
        border: none;
        color: #053667;
        display: inline-block;
        font-size: 0;
        height: 35px;
        margin: 0 10px 0 0;
        position: relative;
        text-align: center;
        transition: 0.4s;
        vertical-align: middle;
        width: 35px; }
        .header-navigation .header-top .header-toolbar .header-toolbar-right #open-search .fa-search {
          font-size: 22px; }
        .header-navigation .header-top .header-toolbar .header-toolbar-right #open-search:hover {
          box-shadow: none;
          color: #007371;
          opacity: 0.8;
          outline: none;
          transition: 0.4s; }
      .header-navigation .header-top .header-toolbar .header-toolbar-right .header-link {
        font-family: 'Muli', sans-serif;
        font-weight: 700;
        color: #062b65;
        font-size: 17px !important;
        letter-spacing: 1px;
        margin-left: 30px;
        position: relative;
        padding-left: 40px; }
        .header-navigation .header-top .header-toolbar .header-toolbar-right .header-link:first-child::before {
          content: "\f007";
          border-radius: 50%;
          border: 2px solid #062b65;
          font-family: "Font Awesome 5 Free";
          font-style: normal;
          font-variant: normal;
          font-weight: 400;
          -webkit-font-smoothing: antialiased;
          text-rendering: auto;
          height: 30px;
          font-size: 20px;
          display: flex;
          align-items: center;
          justify-content: center;
          left: 0;
          position: absolute;
          top: 0;
          width: 30px; }
        .header-navigation .header-top .header-toolbar .header-toolbar-right .header-link:nth-child(2) {
          margin-right: 20px; }
          .header-navigation .header-top .header-toolbar .header-toolbar-right .header-link:nth-child(2)::before {
            content: "";
            background: transparent url("../images/header-2.svg") no-repeat;
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            height: 30px;
            left: 0;
            position: absolute;
            top: 0;
            width: 30px; }

/*END header-------------------------------------*/
/*START Main Navigation------------------------------------------*/
.navbar {
  padding: 0 !important;
  justify-content: flex-end;
  background: transparent url("../images/navbar-bg.jpg") no-repeat;
  background-size: 100% 100%; }
  .navbar .navbar-header {
    left: 0;
    overflow: hidden;
    position: absolute;
    top: -35px; }
    .navbar .navbar-header:before {
      -webkit-transform: skewX(-25deg);
      -moz-transform: skewX(-25deg);
      -ms-transform: skewX(-25deg);
      transform: skewX(-25deg);
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
      content: '';
      display: block;
      height: 100%;
      left: -70%;
      position: absolute;
      top: 0;
      width: 50%;
      z-index: 2; }
    .navbar .navbar-header .navbar-brand {
      background-position: left center;
      background-repeat: no-repeat;
      background-size: contain;
      display: block;
      margin: 0;
      overflow: hidden;
      position: relative; }
      .navbar .navbar-header .navbar-brand .navbar-brand-fixed {
        display: none; }
      .navbar .navbar-header .navbar-brand .white-logo {
        display: none; }
      .navbar .navbar-header .navbar-brand .desktop-logo {
        display: block; }
    .navbar .navbar-header:hover:before {
      -webkit-animation: shine .75s;
      animation: shine .75s; }
@-webkit-keyframes shine {
  100% {
    left: 125%; } }
@keyframes shine {
  100% {
    left: 125%; } }
#NavDropdown {
  font-size: 1rem;
  justify-content: flex-end;
  padding-left: 0px;
  padding-right: 0px;
  text-align: right;
  max-width: 100%; }
  #NavDropdown ul.nav {
    width: 100%;
    justify-content: flex-end; }
    #NavDropdown ul.nav li, #NavDropdown ul.nav li.open {
      display: inline-block;
      float: none;
      vertical-align: middle;
      position: static; }
      #NavDropdown ul.nav li.active a.current-active, #NavDropdown ul.nav li.open.active a.current-active {
        color: #04e4d7 !important; }
      #NavDropdown ul.nav li::before, #NavDropdown ul.nav li.open::before {
        content: none !important; }
      #NavDropdown ul.nav li.active > a, #NavDropdown ul.nav li.open.active > a {
        font-weight: 700; }
      #NavDropdown ul.nav li.current-page-ancestor > a, #NavDropdown ul.nav li.open.current-page-ancestor > a {
        color: #04e4d7 !important; }
      #NavDropdown ul.nav li.current-page-ancestor a.current-active, #NavDropdown ul.nav li.open.current-page-ancestor a.current-active {
        color: #04e4d7 !important; }
      #NavDropdown ul.nav li:last-child::after, #NavDropdown ul.nav li.open:last-child::after {
        content: none; }
      #NavDropdown ul.nav li:last-child ul li ul, #NavDropdown ul.nav li.open:last-child ul li ul {
        right: auto;
        left: 100%; }
      #NavDropdown ul.nav li:last-child ul li:last-child ul, #NavDropdown ul.nav li.open:last-child ul li:last-child ul {
        right: 0;
        left: -100%;
        padding-top: 0; }
      #NavDropdown ul.nav li a, #NavDropdown ul.nav li.open a {
        font-family: 'Muli', sans-serif;
        background: transparent;
        border-radius: 0;
        color: #fff;
        display: block;
        font-size: 16px;
        font-weight: 600;
        padding: 10px 22px;
        position: relative;
        text-align: left;
        text-shadow: none;
        text-transform: uppercase;
        transition: 0.4s;
        white-space: normal; }
        #NavDropdown ul.nav li a::before, #NavDropdown ul.nav li.open a::before {
          content: "";
          background: #fff;
          position: absolute;
          width: 0%;
          height: 2px;
          bottom: 0;
          left: 0;
          transition: 0.4s; }
        #NavDropdown ul.nav li a::after, #NavDropdown ul.nav li.open a::after {
          content: none; }
        #NavDropdown ul.nav li a:hover, #NavDropdown ul.nav li a:focus, #NavDropdown ul.nav li a:active, #NavDropdown ul.nav li.open a:hover, #NavDropdown ul.nav li.open a:focus, #NavDropdown ul.nav li.open a:active {
          text-decoration: none;
          color: #fff !important; }
      #NavDropdown ul.nav li.btn-donate, #NavDropdown ul.nav li.open.btn-donate {
        background: #0cb9af;
        transition: 0.4s; }
        #NavDropdown ul.nav li.btn-donate:hover, #NavDropdown ul.nav li.open.btn-donate:hover {
          background: #053667;
          transition: 0.4s; }
        #NavDropdown ul.nav li.btn-donate a, #NavDropdown ul.nav li.open.btn-donate a {
          padding: 10px 40px 10px 10px; }
          #NavDropdown ul.nav li.btn-donate a::before, #NavDropdown ul.nav li.open.btn-donate a::before {
            content: none !important; }
        #NavDropdown ul.nav li.btn-donate ul li a, #NavDropdown ul.nav li.open.btn-donate ul li a {
          color: #3c3c3c !important;
          font-weight: 400 !important;
          text-transform: none; }
      #NavDropdown ul.nav li > a, #NavDropdown ul.nav li.open > a {
        transition: 0.4s; }
        #NavDropdown ul.nav li > a:hover, #NavDropdown ul.nav li.open > a:hover {
          transition: 0.4s; }
          #NavDropdown ul.nav li > a:hover::before, #NavDropdown ul.nav li.open > a:hover::before {
            width: 100%;
            transition: 0.4s; }
      #NavDropdown ul.nav li > ul, #NavDropdown ul.nav li.open > ul {
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#062c66+0,015d6e+100 */
        background: #062c66;
        /* Old browsers */
        background: -moz-linear-gradient(left, #062c66 0%, #015d6e 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #062c66 0%, #015d6e 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #062c66 0%, #015d6e 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#062c66', endColorstr='#015d6e',GradientType=1 );
        /* IE6-9 */
        border: none;
        display: none;
        left: 50%;
        padding: 0 !important;
        text-align: left;
        bottom: 0;
        margin-top: 0;
        width: 100vw;
        height: 260px !important;
        max-height: calc(100vh - 154px);
        overflow-y: scroll;
        padding: 15px; }
        #NavDropdown ul.nav li > ul > li, #NavDropdown ul.nav li.open > ul > li {
          display: inline-block !important;
          width: 24%;
          vertical-align: top !important;
          float: none !important; }
          #NavDropdown ul.nav li > ul > li > a, #NavDropdown ul.nav li.open > ul > li > a {
            font-family: 'Muli', sans-serif;
            font-weight: 600 !important;
            font-size: 20px !important;
            color: #04e4d7 !important;
            text-transform: none !important;
            text-align: left !important; }
          #NavDropdown ul.nav li > ul > li::before, #NavDropdown ul.nav li.open > ul > li::before {
            content: none !important; }
          #NavDropdown ul.nav li > ul > li ul, #NavDropdown ul.nav li.open > ul > li ul {
            display: block !important;
            position: relative !important;
            width: 100% !important;
            height: unset !important;
            overflow-y: unset; }
            #NavDropdown ul.nav li > ul > li ul li, #NavDropdown ul.nav li.open > ul > li ul li {
              display: block !important;
              width: 100% !important; }
              #NavDropdown ul.nav li > ul > li ul li a, #NavDropdown ul.nav li.open > ul > li ul li a {
                font-family: 'Muli', sans-serif;
                font-weight: 400 !important;
                font-size: 18px !important;
                color: #fff !important;
                text-transform: none !important; }
        #NavDropdown ul.nav li > ul li, #NavDropdown ul.nav li.open > ul li {
          display: block; }
          #NavDropdown ul.nav li > ul li::after, #NavDropdown ul.nav li > ul li::before, #NavDropdown ul.nav li.open > ul li::after, #NavDropdown ul.nav li.open > ul li::before {
            content: none; }
          #NavDropdown ul.nav li > ul li:first-child a, #NavDropdown ul.nav li.open > ul li:first-child a {
            border-radius: 0;
            border-top: none; }
            #NavDropdown ul.nav li > ul li:first-child a::after, #NavDropdown ul.nav li.open > ul li:first-child a::after {
              content: ""; }
          #NavDropdown ul.nav li > ul li:last-child a, #NavDropdown ul.nav li.open > ul li:last-child a {
            border-radius: 0; }
          #NavDropdown ul.nav li > ul li:last-child ul, #NavDropdown ul.nav li.open > ul li:last-child ul {
            left: 50%;
            top: 0px;
            padding-top: 0;
            right: auto; }
          #NavDropdown ul.nav li > ul li > ul, #NavDropdown ul.nav li.open > ul li > ul {
            padding: 0 !important;
            top: 0 !important; }
            #NavDropdown ul.nav li > ul li > ul li::before, #NavDropdown ul.nav li.open > ul li > ul li::before {
              content: none; }
    #NavDropdown ul.nav li > ul {
      padding: 0 25px !important; }
      #NavDropdown ul.nav li > ul li a {
        padding: 0 !important; }
        #NavDropdown ul.nav li > ul li a::before {
          content: none !important; }

.dropdown-menu {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-radius: 0;
  display: block;
  left: 50%;
  margin: 0 auto;
  padding: 0px;
  position: absolute; }
  .dropdown-menu .dropdown-menu {
    background: transparent !important;
    border-radius: 0;
    border: 0 !important;
    box-shadow: none;
    display: block;
    left: 100%; }

.dropdown-btn {
  display: none; }

/*END Main Navigation--------------------------------------------*/
@media only screen and (min-width: 320px) and (max-width: 1199.98px) {
  body.fixed {
    padding-top: 100px !important; }
    body.fixed header.header .header-navigation nav.navbar {
      padding: 0 !important; }
      body.fixed header.header .header-navigation nav.navbar .navbar-header {
        top: unset !important; }

  header.header {
    background: #007371; }
    header.header .header-top {
      padding: 0; }
    header.header .navbar {
      flex-wrap: wrap;
      padding: 0; }
      header.header .navbar .navbar-header {
        -ms-flex-wrap: wrap;
        display: flex;
        flex-basis: 100% !important;
        flex-wrap: nowrap;
        justify-content: space-between;
        left: unset;
        position: relative;
        top: unset;
        height: 100px; }
        header.header .navbar .navbar-header::before {
          content: none !important; }
        header.header .navbar .navbar-header .navbar-brand {
          position: relative;
          top: unset;
          display: inline-block !important;
          margin: 0;
          width: 285px;
          max-width: 300px;
          margin-left: 10px !important;
          padding: 10px !important; }
          header.header .navbar .navbar-header .navbar-brand img {
            height: 90%; }
          header.header .navbar .navbar-header .navbar-brand .white-logo {
            display: block; }
          header.header .navbar .navbar-header .navbar-brand .desktop-logo {
            display: none; }
        header.header .navbar .navbar-header .navbar-toggler {
          background-color: transparent;
          background-image: none;
          border-radius: 4px;
          border: none;
          color: #333333;
          position: relative;
          -webkit-transition: background-image 0.4s ease-in-out;
          transition: background-image 0.4s ease-in-out;
          display: flex !important;
          flex-direction: column;
          outline: none !important;
          height: 30px;
          width: 40px;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 25px;
          margin: auto 0;
          padding: 0 !important; }
          header.header .navbar .navbar-header .navbar-toggler .navbar-toggler-icon {
            display: inline-block;
            width: 1.5em;
            height: 1.5em;
            vertical-align: middle;
            content: "";
            background: no-repeat center center;
            background-size: 100% 100%;
            color: white; }
          header.header .navbar .navbar-header .navbar-toggler span.navbar-toggler-icon {
            -webkit-transition: background-image 0.4s ease-in-out;
            transition: background-image 0.4s ease-in-out;
            background-image: none; }
          header.header .navbar .navbar-header .navbar-toggler span.icon-bar {
            width: 40px;
            height: 2px;
            background: #fff;
            margin: 4px 0;
            display: block;
            outline: none !important; }
      header.header .navbar #NavDropdown {
        text-align: center;
        justify-content: center;
        max-width: 100%; }
        header.header .navbar #NavDropdown ul.navbar-nav {
          text-align: center; }
          header.header .navbar #NavDropdown ul.navbar-nav li {
            text-align: center;
            position: relative; }
            header.header .navbar #NavDropdown ul.navbar-nav li.btn-donate {
              width: 33%;
              margin: 0 auto; }
              header.header .navbar #NavDropdown ul.navbar-nav li.btn-donate button {
                display: none; }
            header.header .navbar #NavDropdown ul.navbar-nav li a {
              text-align: center !important;
              position: relative; }
              header.header .navbar #NavDropdown ul.navbar-nav li a:hover, header.header .navbar #NavDropdown ul.navbar-nav li a:active, header.header .navbar #NavDropdown ul.navbar-nav li a:focus {
                color: #053667; }
              header.header .navbar #NavDropdown ul.navbar-nav li a::before {
                content: none; }
            header.header .navbar #NavDropdown ul.navbar-nav li ul {
              position: relative;
              height: unset !important; }
              header.header .navbar #NavDropdown ul.navbar-nav li ul li {
                width: 100% !important;
                display: block !important; }
                header.header .navbar #NavDropdown ul.navbar-nav li ul li::before {
                  content: none !important; }
                header.header .navbar #NavDropdown ul.navbar-nav li ul li ul {
                  left: 50%; }
                  header.header .navbar #NavDropdown ul.navbar-nav li ul li ul li {
                    background: #053667; }
                    header.header .navbar #NavDropdown ul.navbar-nav li ul li ul li a {
                      color: #fff !important; }
        header.header .navbar #NavDropdown .dropdown-btn {
          background: #053667;
          border-radius: 4px;
          border: none;
          color: #fff !important;
          display: inline-block;
          font-size: 16px !important;
          font-weight: 700 !important;
          padding: 5px 10px;
          position: absolute;
          right: 15px;
          text-decoration: none !important;
          top: 5px;
          transition: all 0.4s ease; }
          header.header .navbar #NavDropdown .dropdown-btn span {
            font-family: "Font Awesome 5 Free"; }
            header.header .navbar #NavDropdown .dropdown-btn span.open::before {
              content: "\f068"; }
          header.header .navbar #NavDropdown .dropdown-btn::after {
            content: none !important; }
        header.header .navbar #NavDropdown .header-toolbar-right {
          display: flex;
          -webkit-flex-flow: row wrap;
          justify-content: center;
          align-items: center;
          padding: 10px 0; }
          header.header .navbar #NavDropdown .header-toolbar-right #open-search {
            background: transparent;
            border-radius: 7px;
            border: none;
            color: #fff;
            display: inline-block;
            font-size: 0;
            height: 35px;
            margin: 0 10px 0 0;
            position: relative;
            text-align: center;
            transition: 0.4s;
            vertical-align: middle;
            width: 35px; }
            header.header .navbar #NavDropdown .header-toolbar-right #open-search .fa-search {
              font-size: 22px; }
            header.header .navbar #NavDropdown .header-toolbar-right #open-search:hover {
              box-shadow: none;
              color: #007371;
              opacity: 0.8;
              outline: none;
              transition: 0.4s; }
          header.header .navbar #NavDropdown .header-toolbar-right .header-link {
            font-family: 'Oswald', sans-serif;
            font-weight: 400;
            color: #fff;
            letter-spacing: 1px;
            margin-left: 40px; }
          header.header .navbar #NavDropdown .header-toolbar-right .header-link + .header-link {
            position: relative; }
            header.header .navbar #NavDropdown .header-toolbar-right .header-link + .header-link::before {
              content: "";
              background: #fff;
              position: absolute;
              left: -20px;
              top: 0;
              bottom: 0;
              width: 1px;
              height: 90%;
              margin: auto 0; }
      header.header .navbar #NavDropdown ul.nav li > ul > li ul > li a, header.header .navbar #NavDropdown ul.nav li.open > ul > li ul > li a {
        padding: 5px 0 10px !important; }
      header.header .navbar #NavDropdown ul.navbar-nav li > a {
        padding: 10px 0 !important; }
      header.header .navbar #NavDropdown ul.nav li > ul > li .dropdown-toggle.dropdown-btn, header.header .navbar #NavDropdown ul.nav li.open > ul > li .dropdown-toggle.dropdown-btn {
        display: none; }
      header.header .navbar #NavDropdown ul.nav li > ul, header.header .navbar #NavDropdown ul.nav li.open > ul {
        background: transparent !important;
        width: 80vw; }
    header.header header.header .navbar #NavDropdown ul.navbar-nav li > a {
      padding: 10px 0 !important; }

  body.fixed header.header .navbar #NavDropdown {
    height: calc(100vh - 100px);
    overflow: scroll; } }
@media only screen and (max-width: 480px) {
  header.header .navbar .navbar-header .navbar-brand img {
    width: 90%;
    height: inherit; } }
/*END Main Navigation------------------------------------- */
/*STRART Search Widget------------------------------------------*/
body.search h1 span {
  font-size: inherit; }

.search-section {
  display: none;
  background: #053667; }

div.search {
  font-family: 'Oswald', sans-serif;
  background: #053667;
  display: block;
  float: none;
  position: relative;
  vertical-align: middle; }
  div.search::before {
    content: "";
    background: #031d36;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 2px; }
  div.search::after {
    content: "";
    background: #031d36;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 2px; }
  div.search .screen-reader-text {
    display: none; }
  div.search .fa-times {
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    margin-right: 10px;
    opacity: 0.5;
    transition: 0.3s; }
    div.search .fa-times:hover {
      text-decoration: none;
      opacity: 1; }
  div.search #searchsubmit {
    background-color: transparent;
    background: url("../images/search-icon.png") no-repeat;
    background-position: center;
    background-size: 24px 24px;
    border-radius: 0;
    border: none;
    color: #fff;
    float: right;
    font-size: 12px;
    height: 47px;
    margin-left: -4px;
    opacity: 0.7;
    position: relative;
    text-indent: -99999999px;
    text-transform: uppercase;
    outline: none !important;
    transition: 0.4s;
    transition: 0.4s;
    vertical-align: middle;
    width: 50px; }
    div.search #searchsubmit:hover {
      opacity: 1; }
  div.search #s {
    background: transparent;
    background-color: transparent !important;
    border: none;
    color: #fff;
    font-size: 20px;
    height: 47px;
    padding: 15px;
    vertical-align: middle;
    width: calc(100% - 50px);
    outline: none !important; }
  div.search ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff; }
  div.search ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff; }
  div.search :-ms-input-placeholder {
    /* IE 10+ */
    color: #fff; }
  div.search :-moz-placeholder {
    /* Firefox 18- */
    color: #fff; }

/*END Search Widget------------------------------------------*/
/*START Landing--------------------------------------*/
.landing {
  /*TOP------------------------------*/
  /*END TOP----------------------------*/
  /*BODY--------------------------------*/
  /*END BODY-------------------*/ }
  .landing .interior-top .caption-a h1 {
    text-shadow: 0 0 45px #000; }
  .landing .landing-a {
    padding: 60px 0;
    background: #ebebeb;
    border-top: 8px solid #007371;
    text-align: center; }
    .landing .landing-a p {
      font-family: 'Noto Serif', sans-serif;
      font-size: 20px;
      color: #053667; }
  .landing .landing-b {
    padding: 80px 0 120px;
    position: relative;
    background: #fff;
    overflow: hidden; }
    .landing .landing-b::before {
      content: "";
      background: transparent url("../images/arrow-c.png") no-repeat;
      width: 370px;
      height: 170%;
      left: 10px;
      top: 30%;
      bottom: 0;
      margin: auto;
      z-index: 0;
      position: absolute; }
    .landing .landing-b .member {
      width: 32%;
      display: inline-block;
      position: relative;
      z-index: 2; }
      .landing .landing-b .member h2 {
        font-family: 'Oswald', sans-serif;
        font-size: 49px;
        font-weight: 700;
        text-transform: uppercase;
        display: block;
        color: #053667; }
        .landing .landing-b .member h2 span {
          color: #007371;
          display: block; }
      .landing .landing-b .member p {
        color: #053667; }
    .landing .landing-b .benefits {
      width: 65%;
      display: inline-block; }
      .landing .landing-b .benefits .d-flex .benefits-item {
        width: 44%;
        margin-bottom: 55px; }
        .landing .landing-b .benefits .d-flex .benefits-item .img-benefits {
          width: 25%;
          position: relative;
          height: 60px;
          background-repeat: no-repeat;
          background-position: center; }
        .landing .landing-b .benefits .d-flex .benefits-item .benefits-text {
          width: 70%;
          position: relative; }
          .landing .landing-b .benefits .d-flex .benefits-item .benefits-text h2 {
            font-family: 'Noto Serif', sans-serif;
            color: #053667 !important;
            font-size: 21px !important;
            font-weight: 700;
            position: relative;
            margin-bottom: 5px !important; }
          .landing .landing-b .benefits .d-flex .benefits-item .benefits-text p {
            font-family: 'Noto Serif', sans-serif;
            font-size: 18px;
            color: #053667; }
        .landing .landing-b .benefits .d-flex .benefits-item:nth-last-child(2) {
          margin-bottom: 0; }
        .landing .landing-b .benefits .d-flex .benefits-item:nth-last-child(1) {
          margin-bottom: 0; }
  .landing .landing-c {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 160px 0 85px; }
    .landing .landing-c .text-body-c {
      position: relative;
      text-align: center; }
      .landing .landing-c .text-body-c h2 {
        font-family: 'Oswald', sans-serif;
        color: #fff;
        display: block;
        font-size: 36px;
        font-weight: 700;
        margin-bottom: 15px;
        position: relative;
        text-transform: uppercase; }
        .landing .landing-c .text-body-c h2::before {
          content: "";
          background: transparent url("../images/landing-logo.png") no-repeat;
          position: absolute;
          top: -80px;
          left: 0;
          right: 0;
          margin: 0 auto;
          width: 80px;
          height: 80px; }
      .landing .landing-c .text-body-c p {
        font-family: 'Noto Serif', sans-serif;
        font-size: 18px !important;
        color: #fff !important; }
      .landing .landing-c .text-body-c a.btn-2 {
        margin-top: 30px; }
        .landing .landing-c .text-body-c a.btn-2:hover {
          color: #fff !important; }
  .landing .landing-d {
    background: #fff;
    padding: 65px 0; }
    .landing .landing-d .member-img {
      position: absolute;
      width: 85%;
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      margin: auto;
      left: 0;
      right: 0; }
    .landing .landing-d .text-testimonial-slider {
      position: relative;
      display: inline-block;
      text-align: left; }
      .landing .landing-d .text-testimonial-slider h2 {
        font-family: 'Oswald', sans-serif;
        font-size: 49px !important;
        color: #053667;
        font-weight: 700 !important;
        margin-bottom: 25px !important;
        display: block;
        text-transform: uppercase;
        position: relative; }
        .landing .landing-d .text-testimonial-slider h2 span {
          display: block; }
        .landing .landing-d .text-testimonial-slider h2::before {
          content: "";
          position: absolute;
          top: -15px;
          width: 60px;
          height: 4px;
          background: #007371;
          left: 0; }
      .landing .landing-d .text-testimonial-slider p {
        font-family: 'Muli', sans-serif;
        font-size: 18px !important;
        color: #053667;
        margin-bottom: 50px; }
    .landing .landing-d .bullets {
      height: 50px;
      right: 35%;
      position: absolute;
      bottom: 0%;
      z-index: 1; }
      .landing .landing-d .bullets .carousel-indicators {
        bottom: 0;
        list-style: none;
        margin: 0;
        position: relative;
        right: 0;
        text-align: center;
        width: 100%;
        left: unset;
        display: inline;
        z-index: 15; }
        .landing .landing-d .bullets .carousel-indicators li {
          background: white;
          border-radius: 50%;
          border: 2px solid #053667;
          height: 8px;
          width: 8px;
          margin: 20px 10px;
          display: inline-block; }
          .landing .landing-d .bullets .carousel-indicators li.active {
            background: transparent;
            transition: 0.4s;
            border: 1px solid #053667;
            width: 20px;
            height: 20px;
            display: inline-block;
            margin: 15px 10px;
            position: relative; }
            .landing .landing-d .bullets .carousel-indicators li.active::before {
              content: "";
              -webkit-transform: translate(-50%, -50%);
              -moz-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
              position: absolute;
              left: 50%;
              top: 50%;
              border-radius: 50%;
              width: 8px;
              height: 8px;
              border: 1px solid #053667;
              background: #053667; }
  .landing .landing-e {
    padding: 25px 0; }
    .landing .landing-e h2.title {
      font-family: 'Oswald', sans-serif;
      color: #053667;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 49px;
      margin-bottom: 70px;
      text-align: center; }
      .landing .landing-e h2.title span {
        color: #007371; }
    .landing .landing-e .panel-group {
      border: none !important; }
      .landing .landing-e .panel-group .panel {
        background: #053667;
        border-radius: 0 !important; }
        .landing .landing-e .panel-group .panel a, .landing .landing-e .panel-group .panel h4.panel-title {
          font-family: 'Noto Serif', sans-serif;
          font-weight: 600;
          color: #fff;
          font-size: 22px; }
      .landing .landing-e .panel-group .panel-body {
        background: #ebebeb; }
        .landing .landing-e .panel-group .panel-body h2, .landing .landing-e .panel-group .panel-body h3 {
          color: #053667; }
        .landing .landing-e .panel-group .panel-body p {
          color: #053667; }
    .landing .landing-e .panel-default {
      border: none !important; }
    .landing .landing-e a .panel-heading {
      position: relative; }
      .landing .landing-e a .panel-heading::before {
        content: "\f107";
        font-family: FontAwesome;
        font-size: 35px;
        position: absolute;
        right: 32px;
        color: #fff;
        z-index: 1;
        top: -4px;
        transition: 0.4s;
        height: 27px; }
    .landing .landing-e a.collapsed .panel-heading {
      position: relative; }
      .landing .landing-e a.collapsed .panel-heading::before {
        content: "\f105";
        font-family: FontAwesome;
        font-size: 35px;
        position: absolute;
        right: 32px;
        color: #fff;
        z-index: 1;
        top: -4px;
        transition: 0.4s;
        height: 27px; }
    .landing .landing-e .align-center {
      text-align: center; }

/*END Landing------------------------------------------*/
@media only screen and (max-width: 768px) {
  .landing-b::before {
    display: none; }
  .landing-b .member {
    width: 100% !important; }
    .landing-b .member h2 {
      display: inline-block; }
      .landing-b .member h2 span {
        display: inline-block; }
  .landing-b .benefits {
    width: 100% !important; } }
@media only screen and (max-width: 480px) {
  .landing-b {
    padding: 60px 0 100px !important; }
    .landing-b .benefits .d-flex {
      flex-direction: column !important; }
      .landing-b .benefits .d-flex .benefits-item {
        width: 100% !important;
        text-align: center !important; }
        .landing-b .benefits .d-flex .benefits-item .img-benefits {
          width: 100% !important; }
        .landing-b .benefits .d-flex .benefits-item .benefits-text {
          width: 100% !important;
          text-align: center !important; }
        .landing-b .benefits .d-flex .benefits-item a.btn-3 {
          margin-top: 25px !important;
          margin-left: 0 !important; }

  .landing .landing-e a.collapsed .panel-heading::before {
    right: 15px; }

  .landing .landing-e a .panel-heading::before {
    right: 15px; } }
/*START footer--------------------------------------------------*/
footer.footer {
  position: relative;
  background: #090908;
  padding: 30px 0 0;
  overflow: hidden; }
  footer.footer .social-f .social-networks {
    display: inline-block;
    font-size: 0;
    line-height: 1em;
    margin-bottom: 0 !important;
    padding: 0;
    text-align: center;
    vertical-align: middle; }
    footer.footer .social-f .social-networks li {
      border: none;
      display: inline-block;
      height: 30px;
      position: relative;
      width: 30px; }
      footer.footer .social-f .social-networks li a {
        border: none;
        color: #747880;
        display: inherit;
        font-size: 18px;
        padding: 4px 0;
        position: relative;
        transition: all 0.4s ease; }
        footer.footer .social-f .social-networks li a:hover {
          color: #0cb9af !important; }
  footer.footer .footer-top {
    padding-bottom: 40px;
    position: relative; }
    footer.footer .footer-top::before {
      content: "";
      width: 90%;
      position: absolute;
      height: 1px;
      background: #54565a;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
    footer.footer .footer-top .logo-box {
      text-align: center; }
      footer.footer .footer-top .logo-box figure {
        width: 185px;
        height: 170px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center; }
    footer.footer .footer-top .info-box {
      width: 65%;
      margin-left: 5%;
      align-items: flex-start !important; }
      footer.footer .footer-top .info-box .item-footer p {
        font-family: 'Muli', sans-serif;
        font-weight: 400 !important;
        font-size: 18px !important;
        color: #747880 !important;
        margin-bottom: 5px !important; }
        footer.footer .footer-top .info-box .item-footer p:first-child {
          color: #fff !important;
          font-size: 16px !important;
          font-weight: 700 !important;
          text-transform: uppercase !important; }
        footer.footer .footer-top .info-box .item-footer p a {
          font-family: 'Muli', sans-serif;
          color: #747880 !important;
          font-size: 18px !important;
          font-weight: 400 !important;
          margin-bottom: 5px !important; }
          footer.footer .footer-top .info-box .item-footer p a:hover {
            color: #fff;
            text-decoration: underline; }
  footer.footer .footer-copyright {
    padding: 20px 0; }
    footer.footer .footer-copyright p, footer.footer .footer-copyright a {
      font-family: 'Muli', sans-serif;
      font-weight: 400 !important;
      font-size: 16px !important;
      color: #747880 !important;
      margin-bottom: 5px !important; }
    footer.footer .footer-copyright .copyright {
      font-weight: 700 !important; }
    footer.footer .footer-copyright .elevation-box {
      z-index: 1; }
  footer.footer figure.footer-bg {
    position: absolute;
    width: 50%;
    right: 0;
    top: 0;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .2; }
    footer.footer figure.footer-bg::before {
      content: "";
      background: transparent url("../images/footer-shadow.png") no-repeat;
      background-size: 100% 100%;
      background-position: left;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }

@media only screen and (max-width: 991px) {
  footer.footer .d-flex {
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    footer.footer .d-flex .info-box {
      margin-left: 0;
      align-items: center !important; }
      footer.footer .d-flex .info-box .item-footer {
        display: block;
        text-align: center;
        margin: 15px 0; }
        footer.footer .d-flex .info-box .item-footer:first-child {
          margin: 20px 0; } }
@media only screen and (max-width: 480px) {
  footer.footer .d-flex .logo-box {
    width: 100%; }
    footer.footer .d-flex .logo-box figure {
      margin: 0 auto; }

  footer.footer .footer-copyright p, footer.footer .footer-copyright a {
    text-align: center; }

  footer.footer .d-flex .info-box .d-flex + .d-flex a.elevation {
    text-align: center;
    padding: 0 !important; }
    footer.footer .d-flex .info-box .d-flex + .d-flex a.elevation::before {
      content: none !important; }

  footer.footer .d-flex .info-box .d-flex + .d-flex a.elevation + a {
    text-align: center;
    padding: 0 !important; }
    footer.footer .d-flex .info-box .d-flex + .d-flex a.elevation + a::after {
      content: none !important; } }
/*END footer------------------------------------------*/
/*START Slider--------------------------------------------------*/
.slider-widget {
  overflow: hidden;
  position: relative; }
  .slider-widget .slider-a {
    position: relative;
    overflow: hidden; }
    .slider-widget .slider-a #home-slider {
      overflow: hidden; }
      .slider-widget .slider-a #home-slider .item {
        width: 100%; }
      .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner {
        /* Safari 4.0 - 8.0 */
        /* Standard syntax */
        /* Safari 4.0 - 8.0 */
        /* Standard syntax */ }
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .caption-a {
          opacity: 0; }
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .left .caption-a, .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .right .caption-a {
          -webkit-animation-name: opacityTransitionOff;
          /* Safari 4.0 - 8.0 */
          -webkit-animation-duration: 0.4s;
          /* Safari 4.0 - 8.0 */
          animation-name: opacityTransitionOff;
          animation-duration: 0.4s; }
@-webkit-keyframes opacityTransitionOff {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes opacityTransitionOff {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .active .caption-a {
          -webkit-animation-name: opacityTransition;
          /* Safari 4.0 - 8.0 */
          -webkit-animation-duration: 0.8s;
          /* Safari 4.0 - 8.0 */
          -webkit-animation-fill-mode: forwards;
          /* Safari 4.0 - 8.0 */
          animation-name: opacityTransition;
          animation-duration: 0.8s;
          animation-fill-mode: forwards; }
@-webkit-keyframes opacityTransition {
  0% {
    opacity: 0; }
  100% {
    background-color: 1; } }
@keyframes opacityTransition {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .item {
          transition-property: opacity; }
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .item,
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .active.left,
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .active.right {
          opacity: 0; }
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .active,
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .next.left,
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .prev.right {
          opacity: 1; }
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .next,
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .prev,
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .active.left,
        .slider-widget .slider-a #home-slider.carousel-fade .carousel-inner .active.right {
          left: 0;
          transform: translate3d(0, 0, 0); }
      .slider-widget .slider-a #home-slider.carousel-fade .bullets {
        height: 20px;
        margin: 0 auto;
        position: absolute;
        left: 0%;
        bottom: 5%;
        width: 100%;
        z-index: 3; }
        .slider-widget .slider-a #home-slider.carousel-fade .bullets .carousel-indicators {
          -webkit-transform: translate(0%, -50%);
          -moz-transform: translate(0%, -50%);
          -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
          top: 50%;
          left: unset;
          list-style: none;
          margin: 0;
          position: relative;
          right: 0;
          text-align: center;
          width: 100%;
          z-index: 15; }
          .slider-widget .slider-a #home-slider.carousel-fade .bullets .carousel-indicators li {
            background: #fff !important;
            width: 10px;
            height: 10px;
            position: relative;
            text-align: center;
            border: 0 !important;
            opacity: .6;
            margin: 0 10px; }
            .slider-widget .slider-a #home-slider.carousel-fade .bullets .carousel-indicators li::before {
              content: "";
              position: absolute;
              top: 0;
              left: 0;
              height: 10px;
              width: 10px;
              background: #fff;
              transform: rotate(135deg); }
            .slider-widget .slider-a #home-slider.carousel-fade .bullets .carousel-indicators li.active {
              transition: 0.4s;
              opacity: 1; }
      .slider-widget .slider-a #home-slider .carousel-control {
        opacity: 1;
        display: none !important;
        transition: 0.4s; }
        .slider-widget .slider-a #home-slider .carousel-control span {
          background-position: 50% 50%;
          background-size: auto;
          height: 30px;
          text-align: center;
          text-shadow: none;
          transition: box-shadow 0.4s;
          font-size: 13px;
          width: 45px;
          top: 0;
          left: 0;
          margin: 0 !important; }
          .slider-widget .slider-a #home-slider .carousel-control span i {
            font-size: 30px; }
          .slider-widget .slider-a #home-slider .carousel-control span:before {
            -webkit-transform: translate(-50%, -55%);
            -moz-transform: translate(-50%, -55%);
            -ms-transform: translate(-50%, -55%);
            transform: translate(-50%, -55%);
            display: none;
            left: 50%;
            position: absolute;
            top: 50%; }
        .slider-widget .slider-a #home-slider .carousel-control.left, .slider-widget .slider-a #home-slider .carousel-control.right {
          background: transparent;
          width: 10%; }
    .slider-widget .slider-a .slider-box {
      height: 595px;
      position: relative;
      text-align: left; }
      .slider-widget .slider-a .slider-box::before {
        content: "";
        background: transparent url("../images/shadow-slider.png") no-repeat;
        background-size: 100% 100%;
        background-position: left;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        opacity: .8; }
      .slider-widget .slider-a .slider-box a.link-slider {
        display: block;
        height: 100%;
        position: absolute;
        width: 100%;
        z-index: 4; }
    .slider-widget .slider-a .bg-img {
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
    .slider-widget .slider-a .container {
      position: relative;
      height: 100%;
      z-index: 2; }
  .slider-widget .caption-a {
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    left: 2%;
    margin: 0 auto;
    max-width: 100%;
    position: absolute;
    text-align: left;
    top: 55%;
    width: 45%;
    z-index: 10; }
    .slider-widget .caption-a h2 {
      font-family: 'Oswald', sans-serif;
      color: #fff;
      display: block;
      font-size: 50px;
      font-weight: 500 !important;
      line-height: .9em;
      padding: 0;
      text-transform: uppercase;
      position: relative;
      z-index: 12; }
      .slider-widget .caption-a h2 br {
        display: block; }
      .slider-widget .caption-a h2 span {
        font-family: 'Noto Serif', sans-serif;
        color: #fff;
        font-size: 35px;
        text-transform: capitalize; }
      .slider-widget .caption-a h2 strong {
        font-family: 'Noto Serif', sans-serif;
        font-style: italic;
        text-transform: none !important;
        font-weight: 400; }
    .slider-widget .caption-a p {
      font-family: 'Muli', sans-serif;
      font-weight: 400;
      font-size: 18px;
      color: #fff;
      margin-bottom: 25px !important; }
  .slider-widget .carousel-control.right {
    bottom: 45% !important;
    right: 5%; }
  .slider-widget .carousel-control.left {
    left: unset !important;
    right: 5% !important;
    bottom: 35% !important; }

.slider-widget .slider-a #home-slider .carousel-control.left, .slider-widget .slider-a #home-slider .carousel-control.right {
  width: 45px;
  height: 30px;
  top: unset;
  bottom: 0;
  background: #007371; }

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .slider-widget .slider-a .slider-box {
    height: 70vh; }
  .slider-widget .slider-a .caption-a {
    margin-top: 0; } }
@media only screen and (max-width: 991px) {
  header.header .sticky-logo {
    display: block; }

  header.header .menu-logo {
    display: none; }

  .slider-widget .slider-a .slider-box .bg-img {
    background-size: cover;
    background-position: center; }
  .slider-widget .slider-a .caption-a h2 {
    font-size: 40px; }
  .slider-widget .slider-a .caption-a p {
    font-size: 20px; }

  .slider-widget .caption-a {
    width: 55%; } }
@media only screen and (max-width: 768px) {
  .slider-widget .carousel-control.right {
    bottom: 20% !important;
    right: 8% !important; }

  .slider-widget .carousel-control.left {
    bottom: 10% !important;
    right: 8% !important; }

  .slider-widget {
    padding-top: 0px !important; }
    .slider-widget .slider-a .slider-box {
      height: 400px; }
    .slider-widget .slider-a .caption-a {
      width: 90%; }
      .slider-widget .slider-a .caption-a h2 {
        font-size: 27px;
        line-height: .9em; }
        .slider-widget .slider-a .caption-a h2 span {
          font-size: 20px; }
      .slider-widget .slider-a .caption-a a.btn-1 {
        margin-top: 0;
        margin-bottom: 30px; }
      .slider-widget .slider-a .caption-a p {
        font-size: 18px;
        line-height: 1em; } }
@media only screen and (max-width: 480px) {
  .slider-widget .slider-a #home-slider.carousel-fade .bullets {
    bottom: 22px; }

  a.btn-1 {
    font-size: 15px; }

  .slider-widget .carousel-control.right {
    bottom: 15% !important; }

  .slider-widget .carousel-control.left {
    bottom: 2% !important; }

  .slider-widget {
    width: 100%; }
    .slider-widget .slider-a {
      width: 100%; }
      .slider-widget .slider-a .bg-img {
        background-size: cover;
        background-position: center; }
      .slider-widget .slider-a .slider-box {
        height: 350px; }
      .slider-widget .slider-a .caption-a {
        width: 90%;
        left: 0 !important;
        right: 0 !important;
        margin: 0 auto;
        text-align: center;
        font-size: 15px; }
        .slider-widget .slider-a .caption-a h2 {
          font-size: 20px; }
        .slider-widget .slider-a .caption-a a.btn-1 {
          margin-bottom: 40px; }
        .slider-widget .slider-a .caption-a p {
          font-size: 16px;
          line-height: 1em; } }
/*END Slider--------------------------------------------------*/
/*START Breadcrumbs----------------------------------------*/
ul.breadcrumbs {
  padding: 0px;
  margin-bottom: 25px;
  text-transform: uppercase; }
  ul.breadcrumbs li {
    display: inline-block;
    margin-right: 10px; }
    ul.breadcrumbs li strong {
      font-family: 'Oswald', sans-serif;
      color: #053667;
      font-size: 12.5px;
      font-weight: 400;
      margin-bottom: 0; }
    ul.breadcrumbs li.separator {
      color: transparent;
      font-size: 0px; }
      ul.breadcrumbs li.separator::after {
        content: "\f054";
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        font-size-adjust: none;
        font-stretch: normal;
        font-feature-settings: normal;
        font-language-override: normal;
        font-kerning: auto;
        font-synthesis: weight style;
        font-variant: normal;
        font-size: inherit;
        text-rendering: auto;
        font-size: 0.9rem;
        color: #7c7c7c; }
    ul.breadcrumbs li a {
      font-family: 'Oswald', sans-serif;
      font-weight: 400;
      color: #181818;
      font-size: 12.5px;
      font-weight: unset;
      margin-bottom: 0;
      text-decoration: none; }
      ul.breadcrumbs li a:hover {
        text-decoration: underline; }
    ul.breadcrumbs li.last-child {
      color: #053667; }

/*END Breadcrumbs----------------------------------------*/
/*STRART INTERIOR PAGE------------------------------------------------------------------------------------------*/
/*START Interior Top (BANNER)--------------------------------------------------*/
.interior-top {
  background-color: #fff;
  min-height: 295px;
  overflow: hidden;
  position: relative; }
  .interior-top::before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .08;
    z-index: 1; }
  .interior-top figure {
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    margin: 0 !important; }

/*END Interior Top (BANNER)------------------------------------------*/
.interior {
  font-family: 'Muli', sans-serif;
  background: #fff;
  color: #181818;
  font-size: 18px;
  overflow: hidden;
  position: relative; }
  .interior .side-direction {
    padding-top: 40px; }
  .interior h1 {
    font-family: 'Noto Serif', sans-serif;
    font-weight: 400 !important;
    font-size: 40px !important;
    color: #083350 !important;
    text-align: center;
    margin-top: 0 !important;
    margin-bottom: 20px !important; }
  .interior img {
    height: auto;
    margin-bottom: 30px;
    max-width: 100%; }
  .interior a[class*="btn"] + a[class*="btn"] {
    margin-left: 15px; }
  .interior a[class*="btn"] {
    margin-bottom: 15px; }
  .interior .sponsor-b {
    width: 200px;
    height: 95px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
    .interior .sponsor-b figure {
      width: 100%;
      height: 95px;
      background-size: contain !important;
      background-repeat: no-repeat;
      background-position: center; }
  .interior .img-box, .interior .single-article {
    display: flex;
    align-content: space-between;
    justify-content: space-between;
    margin-top: 35px;
    margin-bottom: 35px; }
    .interior .img-box .left-side, .interior .single-article .left-side {
      background-size: cover;
      background-repeat: no-repeat;
      width: 45%;
      background-position: center; }
    .interior .img-box .right-side, .interior .single-article .right-side {
      width: 55%;
      margin-left: 15px; }
      .interior .img-box .right-side h2, .interior .single-article .right-side h2 {
        font-family: 'Oswald', sans-serif;
        font-weight: 700;
        color: #053667;
        font-size: 35px;
        margin-bottom: 25px;
        margin-top: 0 !important;
        text-transform: capitalize; }
      .interior .img-box .right-side p, .interior .single-article .right-side p {
        font-size: 18px;
        text-align: left; }
  .interior .social-bar {
    padding-top: 45px; }
    .interior .social-bar .content-wrap {
      display: flex; }
      .interior .social-bar .content-wrap p {
        margin: 15px 5px;
        font-weight: 700;
        color: #747474 !important; }
      .interior .social-bar .content-wrap i {
        color: #747474;
        margin: 17px 10px; }
  .interior h2, .interior h3, .interior h4, .interior h5, .interior h6 {
    font-family: 'Noto Serif', sans-serif;
    color: #083350;
    font-weight: 400;
    margin: 25px 0;
    position: relative;
    display: block;
    text-transform: capitalize; }
  .interior h2 {
    font-size: 35px; }
  .interior h3 {
    font-size: 32px; }
  .interior h4 {
    font-size: 30px; }
  .interior h5 {
    font-size: 25px; }
  .interior h6 {
    font-size: 20px; }
  .interior hr {
    border-color: #181818 !important;
    border-style: dashed none none;
    border-width: 1px 0px 0px;
    margin-bottom: 35px;
    margin-top: 35px; }
  .interior p {
    font-family: 'Muli', sans-serif;
    color: #181818 !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 25px;
    margin-top: 15px; }
    .interior p strong {
      color: #053667;
      font-size: 18px;
      line-height: 1.4em; }
  .interior blockquote {
    font-family: 'Noto Serif', sans-serif;
    background: #f1f4f5;
    border: none;
    color: #181818;
    display: block;
    float: none;
    font-size: 25px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.1em;
    margin: 10px auto 20px;
    padding: 25px 30px;
    position: relative;
    text-align: center; }
    .interior blockquote p, .interior blockquote a, .interior blockquote address, .interior blockquote span, .interior blockquote strong, .interior blockquote time {
      font-family: 'Noto Serif', sans-serif;
      color: #181818 !important;
      font-size: 25px;
      font-style: italic;
      font-weight: 400;
      line-height: 1.2;
      margin: 0;
      width: 100%; }
    .interior blockquote a {
      text-decoration: underline; }
    .interior blockquote strong {
      font-weight: 700 !important; }
  .interior small {
    color: #181818; }
  .interior a {
    font-weight: 700;
    color: #007371;
    text-decoration: none;
    transition: all 0.3s ease;
    text-decoration: underline; }
  .interior dl.list dt {
    font-family: 'Muli', sans-serif;
    color: #053667 !important;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 8px;
    padding-left: 0; }
  .interior dl.list dd {
    font-family: 'Muli', sans-serif;
    color: #181818 !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 8px;
    padding-left: 15px;
    position: relative; }
    .interior dl.list dd::before {
      content: "";
      border-bottom: 4px solid transparent;
      border-left: 4px solid #053667;
      border-top: 4px solid transparent;
      display: inline-block;
      margin-left: 0;
      left: 0;
      margin-right: 5px;
      margin-top: 9px;
      position: absolute;
      width: 6px;
      height: 6px; }
  .interior ul.list {
    font-family: 'Muli', sans-serif;
    padding: 0;
    margin: 15px auto; }
    .interior ul.list br {
      display: none; }
    .interior ul.list li {
      font-family: 'Muli', sans-serif;
      color: #181818 !important;
      font-size: 18px;
      font-weight: 400;
      line-height: 1.4em;
      list-style-type: none;
      margin: 0 0 8px 0 !important;
      padding-left: 15px;
      position: relative; }
      .interior ul.list li::before {
        content: "";
        display: inline-block;
        margin-right: 5px;
        position: absolute;
        margin-top: 9px;
        margin-left: -15px;
        border-left: 4px solid #007371;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        width: 6px;
        height: 6px; }
      .interior ul.list li p {
        font-family: 'Muli', sans-serif;
        color: #181818 !important;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.4em; }
        .interior ul.list li p strong {
          color: #053667;
          font-size: 18px;
          font-weight: 700;
          line-height: 1.7em; }
      .interior ul.list li ul {
        padding-left: 10px;
        margin-top: 10px; }
  .interior ol.list {
    margin: 25px 0;
    counter-reset: item; }
    .interior ol.list li {
      font-family: 'Muli', sans-serif;
      color: #181818 !important;
      font-size: 18px;
      font-weight: 400;
      line-height: 1.4em;
      margin: 0 0 8px 0 !important;
      position: relative;
      list-style: none; }
      .interior ol.list li::before {
        font-family: 'Muli', sans-serif;
        content: counter(item) "-";
        counter-increment: item;
        color: #007371;
        display: inline-block;
        font-size: 18px;
        padding: 0 4px;
        margin: 0 4px; }
      .interior ol.list li p {
        font-family: 'Muli', sans-serif;
        color: #181818 !important;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.4em; }
        .interior ol.list li p strong {
          color: #053667;
          font-size: 18px;
          font-weight: 700;
          line-height: 1.7em; }
      .interior ol.list li ol {
        padding-left: 10px;
        margin-top: 10px;
        counter-reset: item; }
    .interior ol.list ol {
      counter-reset: item; }
  .interior .table-responsive {
    width: 100%; }
    .interior .table-responsive .table {
      border: none;
      font-family: 'Muli', sans-serif; }
      .interior .table-responsive .table tr {
        text-align: center;
        background-color: transparent;
        border-bottom: 1px solid #a5a5a5; }
        .interior .table-responsive .table tr th {
          background: #053667;
          border: none;
          color: #fff;
          font-weight: 900;
          padding: 10px;
          text-align: center; }
          .interior .table-responsive .table tr th:hover {
            background: #007371; }
          .interior .table-responsive .table tr th:nth-child(1) {
            text-align: left; }
        .interior .table-responsive .table tr td {
          background: #fff;
          border: none;
          color: #404040;
          font-weight: 400;
          padding: 10px; }
          .interior .table-responsive .table tr td:nth-child(1) {
            text-align: left; }
        .interior .table-responsive .table tr:nth-child(1) {
          border-bottom: none; }
  .interior input, .interior textarea, .interior select {
    height: 40px;
    background: #f6f6f6;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    box-shadow: none;
    color: #2d1a09; }
    .interior input:active, .interior input:focus, .interior textarea:active, .interior textarea:focus, .interior select:active, .interior select:focus {
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); }
  .interior select {
    background: transparent url("../images/arrow-select.jpg") no-repeat;
    background-position: right;
    background-size: contain;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .interior input[type="submit"] {
    font-family: 'Muli', sans-serif;
    background: #053667;
    border-radius: 5px;
    border: 1px solid #053667;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    height: unset !important;
    padding: 12px 25px;
    text-transform: uppercase; }
  .interior textarea {
    height: 45px;
    resize: none;
    background: #f6f6f6;
    padding: 8px 15px;
    max-width: 100%;
    margin-bottom: 25px;
    width: 30%;
    /* firefox 19+ */
    /* ie */ }
    .interior textarea::-webkit-input-placeholder {
      color: #d0cd9b;
      opacity: 1; }
    .interior textarea::-moz-placeholder {
      color: #d0cd9b;
      opacity: 1; }
    .interior textarea:-ms-input-placeholder {
      color: #d0cd9b;
      opacity: 1; }
  .interior #message {
    background: transparent;
    border: 1px solid #dbdbdb;
    color: #181818; }
  .interior input[type="checkbox"], .interior input[type="radio"] {
    height: 15px; }

.event-items {
  width: 100%;
  min-height: 310px;
  border-radius: 5px;
  background: #f1f4f5;
  position: relative;
  display: block;
  text-decoration: none !important;
  margin-bottom: 25px; }
  .event-items .img-event {
    width: 35%;
    border-radius: 5px 0 0 5px;
    height: 100%;
    position: absolute;
    left: 0; }
    .event-items .img-event figure {
      position: absolute;
      border-radius: 5px 0 0 5px;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
  .event-items .body-event {
    width: 65%;
    background: #f1f4f5;
    padding: 20px 40px;
    border-radius: 0 5px 5px 0;
    text-align: left; }
    .event-items .body-event h2 {
      font-family: 'Muli', sans-serif;
      font-weight: 700;
      font-size: 25px;
      margin-top: 0 !important;
      margin-bottom: 20px !important;
      color: #062b65; }
    .event-items .body-event p {
      margin-bottom: 30px !important; }

.tab-box {
  position: relative; }
  .tab-box .tab-left {
    width: 30%;
    align-self: flex-start;
    padding-top: 40px; }
    .tab-box .tab-left .program-link {
      text-decoration: none !important;
      transition: all 0.4s ease; }
      .tab-box .tab-left .program-link h2 {
        font-family: 'Muli', sans-serif;
        color: #083350;
        display: block;
        font-size: 22px;
        font-weight: 600;
        margin: 0 0 20px !important;
        padding-bottom: 20px;
        position: relative; }
        .tab-box .tab-left .program-link h2::before {
          content: "";
          background: #e1e1e1;
          width: 0;
          position: absolute;
          bottom: 0;
          left: 0;
          opacity: 0;
          height: 1px;
          transition: all 0.4s ease; }
      .tab-box .tab-left .program-link.active h2 {
        color: #007371; }
        .tab-box .tab-left .program-link.active h2::before {
          opacity: 1;
          width: 90%;
          transition: all 0.4s ease; }
  .tab-box .tab-box {
    min-height: 450px;
    width: 70%;
    border-left: 1px solid #e1e1e1; }
    .tab-box .tab-box .tab-right {
      width: 100%;
      padding: 20px 30px;
      display: none; }

.social-bar .content-wrap {
  display: flex;
  justify-content: flex-start;
  margin: 25px 0; }
.social-bar .social-share p {
  font-size: 20px;
  color: #053667;
  font-weight: 700;
  display: inline-block;
  font-family: 'Muli', sans-serif;
  margin: 0;
  vertical-align: middle; }
  .social-bar .social-share p strong {
    color: #007371;
    font-weight: 700; }
.social-bar .social-share .addtoany_shortcode {
  display: inline-block; }
  .social-bar .social-share .addtoany_shortcode .a2a_kit::before {
    content: attr(data-a2a-title);
    font-size: 20px;
    color: #053667;
    font-weight: 700;
    display: inline-block;
    font-family: 'Muli', sans-serif;
    margin: 0;
    text-transform: uppercase;
    vertical-align: middle; }
  .social-bar .social-share .addtoany_shortcode .a2a_kit a span {
    background: transparent !important;
    color: #007371 !important;
    width: 24px !important;
    height: 24px !important; }
    .social-bar .social-share .addtoany_shortcode .a2a_kit a span svg path {
      fill: #007371 !important; }

.addtoany_content .addtoany_header {
  font-size: 20px;
  color: #007371;
  font-weight: 400;
  display: inline-block;
  font-family: 'Muli', sans-serif;
  margin: 0;
  text-transform: uppercase;
  vertical-align: middle; }
.addtoany_content .a2a_kit a span {
  background: transparent !important;
  color: #007371 !important;
  width: 24px !important;
  height: 24px !important; }
  .addtoany_content .a2a_kit a span svg path {
    fill: #007371 !important; }

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .interior-top {
    min-height: 240px; } }
@media only screen and (max-width: 991px) {
  .interior-top {
    min-height: 240px; }

  .tab-box .d-flex {
    flex-direction: row !important; }

  .interior .side-direction {
    padding: 30px 0 !important; }

  .tab-box .tab-left .program-link h2 {
    text-align: center;
    font-size: 20px; }
    .tab-box .tab-left .program-link h2::before {
      right: 0;
      margin: 0 auto;
      width: 70%; }

  .tab-box .tab-left {
    width: 100%; }
    .tab-box .tab-left .program-container {
      text-align: center;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column; }
      .tab-box .tab-left .program-container a {
        display: inline-block;
        margin: 0 auto; }

  .tab-box .tab-box {
    width: 100%;
    border-top: 1px solid #e1e1e1;
    border-left: none; }

  .event-items {
    flex-direction: column;
    width: 450px;
    max-width: 100%;
    margin: 0 auto; }
    .event-items .img-event, .event-items .body-event {
      width: 100%; }
    .event-items .img-event {
      position: relative;
      border-radius: 5px 5px 0 0;
      height: 300px; }
      .event-items .img-event figure {
        border-radius: 5px 5px 0 0; }
    .event-items .body-event {
      border-radius: 0 0 5px 5px; }

  .page-id-159 .interior a[class*="btn"] {
    margin-bottom: 15px;
    display: block;
    text-align: center; }

  #printAndMonth {
    overflow: auto; }
    #printAndMonth #monthContainer h3 {
      font-size: 0; } }
@media only screen and (max-width: 768px) {
  .alignright {
    margin: 0 0 10px 10px; }

  .interior-top {
    min-height: 240px; }

  .interior .gallery #carouselSuccess3 .carousel-control span {
    left: 0; }

  .interior .gallery #carouselSuccess3 .carousel-control.left span {
    left: unset;
    right: 0; }

  .interior .gallery .flex-container .content-item {
    flex-basis: 35%; }
    .interior .gallery .flex-container .content-item a {
      width: 100%; }

  .team .member {
    margin: auto !important; }
    .team .member .member-img {
      margin: auto !important; }

  .gallery, .img-box, .single-article, .testimonial-box {
    flex-direction: column;
    margin-bottom: 35px; }
    .gallery .left-side, .img-box .left-side, .single-article .left-side, .testimonial-box .left-side {
      text-align: center;
      margin: 0 auto; }
    .gallery .right-side, .img-box .right-side, .single-article .right-side, .testimonial-box .right-side {
      width: 100%; }

  .single-article .left-side, .img-box .left-side {
    height: 350px;
    width: 50% !important; }
  .single-article .right-side, .img-box .right-side {
    margin: auto !important;
    width: 100% !important; }

  .carousel-img .flex-container .content-item {
    width: 100% !important; }

  .testimonial-box .left-side {
    margin-bottom: 25px !important; }
  .testimonial-box .right-side {
    margin: auto !important; } }
@media only screen and (max-width: 480px) {
  .interior .side-direction {
    padding: 30px 15px !important; }

  .interior-top {
    min-height: 125px; }

  .alignright, .alignleft {
    float: none;
    margin: 15px auto;
    display: block; }

  .event-items {
    flex-direction: column;
    width: 100%; }
    .event-items .img-event, .event-items .body-event {
      width: 100%; }
    .event-items .img-event {
      position: relative;
      border-radius: 5px 5px 0 0;
      height: 350px; }
      .event-items .img-event figure {
        border-radius: 5px 5px 0 0; }
    .event-items .body-event {
      border-radius: 0 0 5px 5px; }

  .single-article .left-side, .img-box .left-side {
    width: 100% !important; }

  .interior .gallery .flex-container .content-item {
    flex-basis: 80%; }
    .interior .gallery .flex-container .content-item a {
      width: 100%; }

  .interior .team .member {
    width: 55%; }

  .blog-section .d-grid {
    grid-template-columns: repeat(1, 1fr); }

  .interior a[class*="btn"] + a[class*="btn"] {
    margin-left: 0 !important;
    margin: 10px 0; }

  .tab-box .tab-box .tab-right {
    padding: 20px 10px; }
    .tab-box .tab-box .tab-right p a {
      word-break: break-word; }

  .interior a[class*="btn"] {
    display: block;
    text-align: center;
    padding: 10px 10px; }

  .interior h1.title-page {
    font-size: 34px !important; }
  .interior h1 {
    font-size: 34px; }
  .interior h2 {
    font-size: 30px; }
  .interior h3 {
    font-size: 26px; }
  .interior h4 {
    font-size: 24px; }
  .interior h5 {
    font-size: 22px; }
  .interior h6 {
    font-size: 20px; } }
/*END INTERIOR PAGE--------------------------------------------*/
.sidebar {
  padding: 40px 0;
  background: #f2f2f2;
  position: relative; }
  .sidebar::before {
    content: "";
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background: transparent url("../images/h-triangles.svg") no-repeat;
    width: 12%;
    background-size: cover;
    background-position: left;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0; }
  .sidebar::after {
    content: "";
    background: transparent url("../images/h-triangles.svg") no-repeat;
    background-size: cover;
    background-position: left;
    position: absolute;
    right: 0;
    top: 0;
    width: 15%;
    height: 100%;
    z-index: 0; }
  .sidebar .sidebar-item {
    position: relative;
    width: calc(90%/3);
    background-size: cover;
    height: 350px;
    -webkit-mask: url("../images/d-item.svg") no-repeat center/100% 125%;
    mask: url("../images/d-item.svg") no-repeat center/100% 125%;
    mask-position: top;
    -webkit-mask-position: top;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    transition: 0.4s;
    z-index: 1; }
    .sidebar .sidebar-item::before {
      content: "";
      position: absolute;
      background: #000;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: .22;
      z-index: 1; }
    .sidebar .sidebar-item:hover {
      transition: 0.4s; }
      .sidebar .sidebar-item:hover figure {
        transition: 0.4s;
        transform: scale(1.1, 1.1); }
    .sidebar .sidebar-item figure {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      position: absolute;
      transition: 0.4s;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      z-index: 0; }
    .sidebar .sidebar-item h2 {
      font-family: 'Noto Serif', sans-serif;
      font-weight: 400;
      font-size: 25px;
      margin: 0 !important;
      color: #fff;
      position: relative;
      text-align: center;
      z-index: 2; }

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .sidebar .sidebar-item {
    width: calc(95%/3); } }
@media only screen and (max-width: 991px) {
  .sidebar .sidebar-item {
    width: calc(95%/3);
    height: 275px; } }
@media only screen and (max-width: 480px) {
  .sidebar .sidebar-item {
    width: 100%;
    height: 275px;
    margin: 0 auto 25px; } }
/*START Sigle Page----------------------------------*/
.single .featuredImg img {
  width: 100%;
  height: auto; }

/*END Sigle Page----------------------------------*/
/*START Category Page----------------------------------*/
form.searchandfilter {
  margin-bottom: 30px; }
  form.searchandfilter ul {
    padding: 0;
    display: block;
    margin: 0 auto;
    text-align: left; }
    form.searchandfilter ul li {
      display: inline-block !important;
      padding: 0;
      margin: 0 10px; }
      form.searchandfilter ul li .postform {
        width: 275px;
        max-width: 100%; }
    form.searchandfilter ul select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: url("../images/caret-down.png") 92%/auto no-repeat; }
      form.searchandfilter ul select option {
        height: 30px; }
      form.searchandfilter ul select:focus {
        outline: none !important;
        outline: 0; }
    form.searchandfilter ul input, form.searchandfilter ul select {
      border-radius: 5px;
      border: 1px solid #b7b7b7;
      width: 100%;
      padding: 0 20px;
      display: block;
      margin: 0 0 20px 0;
      line-height: 2em; }
      form.searchandfilter ul input:focus, form.searchandfilter ul input:active, form.searchandfilter ul select:focus, form.searchandfilter ul select:active {
        outline: none; }
    form.searchandfilter ul input[type=submit], form.searchandfilter ul .mdf_button, form.searchandfilter ul .mdf_reset_button {
      font-family: 'Muli', sans-serif;
      background: #053667;
      border-radius: 5px;
      border: none;
      color: #fff;
      display: block;
      font-size: 16px;
      font-weight: 700;
      line-height: 1em;
      margin: 20px auto;
      max-width: 100%;
      padding: 12px 20px;
      position: relative;
      text-align: center;
      text-decoration: none !important;
      text-transform: uppercase;
      transition: all 0.4s ease;
      width: auto !important; }
      form.searchandfilter ul input[type=submit]:hover, form.searchandfilter ul .mdf_button:hover, form.searchandfilter ul .mdf_reset_button:hover {
        text-decoration: none;
        background: #007371; }

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

.category-container {
  padding-bottom: 40px; }

.single-bogs {
  margin-bottom: 30px;
  background: #f1f4f5;
  border-radius: 5px; }
  .single-bogs .featured-post-images {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 230px;
    border-radius: 5px 0 0 5px; }
  .single-bogs .body-post {
    border-radius: 0 5px 5px 0;
    text-align: left;
    padding: 20px 40px;
    background: #f1f4f5; }
    .single-bogs .body-post .title-post a {
      font-family: 'Muli', sans-serif;
      color: #062b65;
      font-size: 25px;
      font-weight: 700;
      margin-bottom: 25px;
      margin-top: 0 !important;
      text-decoration: none;
      text-transform: capitalize; }
    .single-bogs .body-post .content-post, .single-bogs .body-post p {
      font-family: 'Muli', sans-serif;
      color: #181818;
      font-size: 18px;
      font-weight: 400;
      line-height: 1.5;
      text-align: left; }
    .single-bogs .body-post .date-author {
      padding: 0 0 0; }
      .single-bogs .body-post .date-author .author-post, .single-bogs .body-post .date-author .date-post {
        font-family: 'Muli', sans-serif;
        color: #181818;
        display: inline-block;
        font-weight: 700;
        font-size: 16px; }

hr.solid {
  border-style: solid; }

.interior.category a {
  text-decoration: none; }
  .interior.category a:hover {
    text-decoration: none;
    color: #053667; }

/*END Category Page----------------------------------*/
@media only screen and (max-width: 768px) {
  form.searchandfilter ul li {
    display: block !important;
    width: 100%;
    margin: 0; }
    form.searchandfilter ul li .postform {
      width: 100%; } }
@media only screen and (max-width: 480px) {
  form.searchandfilter ul li {
    display: block !important;
    width: 100%;
    margin: 0; }
    form.searchandfilter ul li .postform {
      width: 100%; } }
.pagination {
  text-align: center;
  display: block; }
  .pagination .nav-links a {
    background: transparent;
    border-radius: 5px;
    color: #4b5562;
    display: inline-block;
    margin: 0 10px;
    min-width: 50px;
    padding: 8px 5px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: 0.4s;
    z-index: 2; }
    .pagination .nav-links a:before {
      content: "";
      display: block;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background: transparent;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: -2; }
    .pagination .nav-links a:hover {
      text-decoration: none;
      color: #464648; }
      .pagination .nav-links a:hover:before {
        background: #007371; }
  .pagination .nav-links span {
    color: #053667; }
  .pagination .nav-links .current {
    font-family: 'Oswald', sans-serif;
    background: transparent;
    color: #464648;
    display: inline-block;
    margin: 0 10px;
    min-width: 50px;
    padding: 8px 5px;
    position: relative;
    text-align: center;
    text-decoration: none;
    z-index: 2; }
    .pagination .nav-links .current:before {
      content: "";
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background: #007371;
      border-radius: 50%;
      display: block;
      height: 50px;
      left: 50%;
      position: absolute;
      top: 50%;
      width: 50px;
      z-index: -2; }

/*START Search Page------------------------------------------*/
body.search {
  display: block;
  padding-top: 0px;
  margin-left: 0; }

/*END Search Page-----------------------------------*/
/*START Error Page------------------------------------------*/
.fourerror {
  text-align: center; }
  .fourerror .fa-exclamation-circle {
    font-size: 8rem;
    color: #181818; }
  .fourerror h1 {
    font-size: 10.214rem;
    margin: 0;
    font-family: lato-eb;
    color: #053667; }
  .fourerror h2::after {
    content: none; }
  .fourerror p {
    line-height: 2em; }
  .fourerror .search {
    margin: 25px 10%;
    width: 80%; }
    .fourerror .search #searchform {
      visibility: visible;
      opacity: 1;
      transition: all 0.4s ease 0s;
      display: block;
      width: 100%; }
    .fourerror .search #s, .fourerror .search #searchsubmit {
      display: inline-block;
      margin: 0;
      vertical-align: top;
      width: 25%; }
    .fourerror .search #s {
      width: 70%; }
    .fourerror .search #searchsubmit {
      margin-left: -5px; }

.interior .gform_confirmation_wrapper {
  font-size: 25px; }

.footer .gform_wrapper .validation_error {
  color: #FFB3B3;
  border-color: #FFB3B3; }
.footer .gform_wrapper.gform_validation_error .gform_body ul.gform_fields li.gfield .ginput_container input {
  color: #000; }
.footer .gform_confirmation_wrapper {
  display: block;
  width: 100%;
  float: left;
  color: white;
  font-size: 20px;
  margin-top: 25px; }

/*END Error Page------------------------------------------*/
.accordion {
  margin: 0 0 20px 0 !important; }
  .accordion br {
    display: none; }
  .accordion p {
    margin-bottom: 0; }

h1[id*="accordion-"],
h2[id*="accordion-"],
h3[id*="accordion-"],
h4[id*="accordion-"],
h5[id*="accordion-"],
h6[id*="accordion-"] {
  background: #053667 !important;
  border-radius: 0;
  color: #fff !important;
  cursor: pointer;
  display: block;
  font-size: 25px !important;
  padding: 15px 35px !important;
  position: relative;
  text-decoration: none !important;
  transition: 0.4s; }
  h1[id*="accordion-"]::after,
  h2[id*="accordion-"]::after,
  h3[id*="accordion-"]::after,
  h4[id*="accordion-"]::after,
  h5[id*="accordion-"]::after,
  h6[id*="accordion-"]::after {
    content: "\f107";
    -webkit-font-smoothing: antialiased;
    align-items: center;
    bottom: 0;
    color: #fff;
    display: flex;
    font-family: "Font Awesome 5 Free";
    font-size: 25px;
    font-style: normal;
    font-variant: normal;
    height: 20px;
    justify-content: center;
    margin: auto 0;
    position: absolute;
    right: 15px;
    text-rendering: auto;
    transition: 0.4s;
    top: 0;
    width: 20px; }
  h1[id*="accordion-"].open,
  h2[id*="accordion-"].open,
  h3[id*="accordion-"].open,
  h4[id*="accordion-"].open,
  h5[id*="accordion-"].open,
  h6[id*="accordion-"].open {
    background: #053667;
    color: #fff; }
    h1[id*="accordion-"].open::after,
    h2[id*="accordion-"].open::after,
    h3[id*="accordion-"].open::after,
    h4[id*="accordion-"].open::after,
    h5[id*="accordion-"].open::after,
    h6[id*="accordion-"].open::after {
      color: #464648; }
  h1[id*="accordion-"]:hover, h1[id*="accordion-"]:active, h1[id*="accordion-"]:focus,
  h2[id*="accordion-"]:hover,
  h2[id*="accordion-"]:active,
  h2[id*="accordion-"]:focus,
  h3[id*="accordion-"]:hover,
  h3[id*="accordion-"]:active,
  h3[id*="accordion-"]:focus,
  h4[id*="accordion-"]:hover,
  h4[id*="accordion-"]:active,
  h4[id*="accordion-"]:focus,
  h5[id*="accordion-"]:hover,
  h5[id*="accordion-"]:active,
  h5[id*="accordion-"]:focus,
  h6[id*="accordion-"]:hover,
  h6[id*="accordion-"]:active,
  h6[id*="accordion-"]:focus {
    background: #053667;
    color: #fff;
    outline: none; }
    h1[id*="accordion-"]:hover::after, h1[id*="accordion-"]:active::after, h1[id*="accordion-"]:focus::after,
    h2[id*="accordion-"]:hover::after,
    h2[id*="accordion-"]:active::after,
    h2[id*="accordion-"]:focus::after,
    h3[id*="accordion-"]:hover::after,
    h3[id*="accordion-"]:active::after,
    h3[id*="accordion-"]:focus::after,
    h4[id*="accordion-"]:hover::after,
    h4[id*="accordion-"]:active::after,
    h4[id*="accordion-"]:focus::after,
    h5[id*="accordion-"]:hover::after,
    h5[id*="accordion-"]:active::after,
    h5[id*="accordion-"]:focus::after,
    h6[id*="accordion-"]:hover::after,
    h6[id*="accordion-"]:active::after,
    h6[id*="accordion-"]:focus::after {
      color: #fff; }

.accordion-title {
  padding-right: 25px; }
  .accordion-title::after {
    content: "\f107";
    -webkit-font-smoothing: antialiased;
    align-items: center;
    bottom: 0;
    color: #fff;
    display: flex;
    font-family: "Font Awesome 5 Free";
    font-size: 25px;
    font-style: normal;
    font-variant: normal;
    height: 20px;
    justify-content: center;
    margin: auto 0;
    position: absolute;
    right: 15px;
    text-rendering: auto;
    transition: 0.4s;
    top: 0;
    width: 20px; }
  .accordion-title.open {
    transition: 0.4s;
    background: #243e7c !important; }
    .accordion-title.open::after {
      transition: 0.4s;
      color: #fff !important;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }

.panel-default .panel-heading {
  background: #243e7c;
  padding: 20px 35px;
  position: relative; }
  .panel-default .panel-heading .panel-title {
    font-family: 'Oswald', sans-serif;
    margin: 0 !important;
    font-size: 25px !important;
    color: #fff !important;
    font-weight: 700 !important; }
.panel-default .collapsed .panel-heading {
  background: #053667 !important; }

[data-parent="#accordion"] {
  text-decoration: none !important;
  position: relative;
  transition: 0.4s;
  display: block; }
  [data-parent="#accordion"]::after {
    content: "\f107";
    -webkit-font-smoothing: antialiased;
    align-items: center;
    bottom: 0;
    color: #fff;
    display: flex;
    font-family: "Font Awesome 5 Free";
    font-size: 25px;
    font-style: normal;
    font-variant: normal;
    height: 20px;
    justify-content: center;
    margin: auto 0;
    position: absolute;
    right: 15px;
    text-rendering: auto;
    transition: 0.4s;
    top: 0;
    width: 20px; }
  [data-parent="#accordion"][aria-expanded="true"] {
    transition: 0.4s; }
    [data-parent="#accordion"][aria-expanded="true"]::after {
      transition: 0.4s;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }

.accordion-content {
  background: transparent;
  border-top: none;
  border: none;
  padding: 15px; }

label.gfield_label {
  margin: 10px 0 0 0; }

button:focus,
a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  outline: none !important;
  border: none; }

select:-moz-focusring {
  color: transparent !important;
  text-shadow: 0 0 0 #fff !important; }

option:not(:checked) {
  color: #fff !important;
  /* prevent <option>s from becoming transparent as well */ }

select.otherMonth {
  border: 1px solid #181818 !important;
  width: 166px;
  margin-top: 5px; }
  select.otherMonth option:not(:checked) {
    color: #181818 !important; }

.gform_wrapper ul.gform_fields li.gfield .ginput_container_radio {
  /*RADIO Button circular style*/ }
  .gform_wrapper ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li input {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0; }
  .gform_wrapper ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label,
  .gform_wrapper ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label {
    font-family: 'Oswald', sans-serif;
    color: #000000;
    cursor: pointer;
    display: inline-block !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 1em;
    margin: 0 auto;
    padding: 0 0 0 25px !important;
    position: relative;
    vertical-align: middle;
    z-index: 1; }
    .gform_wrapper ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label::after,
    .gform_wrapper ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label::after {
      content: "";
      transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      background: #053667;
      border: 4px solid #053667;
      border-radius: 50%;
      height: 15px;
      left: 0;
      position: absolute;
      width: 15px;
      z-index: -1; }
  .gform_wrapper ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li [type="radio"]:checked,
  .gform_wrapper ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
    margin: 0 !important; }
  .gform_wrapper ul.gform_fields li.gfield .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label:after {
    content: "";
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
    border: 4px solid #939382;
    background: transparent; }

.interior .gform_confirmation_wrapper {
  font-size: 18px !important; }

.gform_confirmation_wrapper .gform_confirmation_message {
  font-size: 18px; }

.e-left {
  /* facebook fedd */ }
  .e-left #cff .cff-author .cff-page-name.cff-author-date {
    font-family: 'Muli', sans-serif;
    font-size: 19px;
    font-weight: 600; }
  .e-left #cff .cff-author .cff-story {
    font-family: 'Oswald', sans-serif;
    display: block;
    font-size: 15px;
    font-weight: 400; }
  .e-left #cff .cff-author .cff-date {
    font-family: 'Oswald', sans-serif;
    font-size: 17px; }

.e-right #ctf.ctf-masonry .ctf-item {
  background: #fff;
  border-bottom: none;
  border-radius: 7px;
  box-shadow: 0px 5px 18px 5px rgba(0, 0, 0, 0.25);
  padding: 10px 4.5%;
  padding-bottom: 120px !important;
  margin: 0 0 25px 25px;
  width: 45%; }
  .e-right #ctf.ctf-masonry .ctf-item .ctf-author-box {
    position: absolute;
    bottom: 15px; }
    .e-right #ctf.ctf-masonry .ctf-item .ctf-author-box .ctf-author-name {
      font-family: 'Muli', sans-serif;
      font-weight: 600;
      font-size: 19px; }
  .e-right #ctf.ctf-masonry .ctf-item .ctf-tweet-content .ctf-tweet-text {
    line-height: 1.2em; }
    .e-right #ctf.ctf-masonry .ctf-item .ctf-tweet-content .ctf-tweet-text a {
      word-break: break-all; }

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .e-right #ctf.ctf-masonry .ctf-item {
    margin: 0 0 25px 15px;
    width: 43%; } }
@media only screen and (max-width: 991px) {
  section.section-social-media .box-social {
    padding-right: 10px !important; }

  .e-right #ctf .ctf-item {
    background: #fff;
    border-bottom: none;
    border-radius: 7px;
    box-shadow: 0px 5px 18px 5px rgba(0, 0, 0, 0.25);
    padding: 10px 4.5%;
    padding-bottom: 120px !important;
    margin: 20px auto 20px;
    width: 90%;
    position: relative; }
    .e-right #ctf .ctf-item .ctf-author-box {
      position: absolute;
      bottom: 15px; }
      .e-right #ctf .ctf-item .ctf-author-box .ctf-author-name {
        font-family: 'Muli', sans-serif;
        font-weight: 600;
        font-size: 19px; }
    .e-right #ctf .ctf-item .ctf-tweet-content .ctf-tweet-text {
      line-height: 1.2em; } }
/*Start GRID View*/
.staff-template .flex-container {
  /*Flex*/
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  float: none; }

.team-grid-box {
  margin-bottom: 40px;
  text-align: center;
  background-color: #000000; }
  .team-grid-box .img-wrap {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 10px solid #053667;
    border-radius: 0;
    box-shadow: none;
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    transition: 0.4s;
    width: 250px;
    height: 300px;
    z-index: 0; }
    .team-grid-box .img-wrap .hover-effect-link {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      background: #000000;
      bottom: -60px;
      height: 150px;
      opacity: 0;
      position: absolute;
      right: -30px;
      transition: 0.4s;
      width: 90px;
      z-index: 1; }
      .team-grid-box .img-wrap .hover-effect-link .fa-external-link {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        color: #fff;
        font-size: 20px;
        position: absolute;
        left: 20%;
        bottom: 44%;
        z-index: 2; }
    .team-grid-box .img-wrap:hover {
      transition: opacity 0.4s; }
      .team-grid-box .img-wrap:hover .hover-effect-link {
        transition: opacity 0.4s;
        opacity: 1; }
  .team-grid-box .team-info {
    margin: 10px auto 0;
    position: relative;
    text-align: center;
    padding-bottom: 15px; }
    .team-grid-box .team-info h3, .team-grid-box .team-info span, .team-grid-box .team-info p, .team-grid-box .team-info a {
      background: transparent;
      color: #fff;
      display: block;
      line-height: 1em;
      margin: 0 0 10px;
      text-align: center; }
    .team-grid-box .team-info h3 {
      font-size: 22px;
      font-weight: bold;
      margin-top: 0 !important; }
      .team-grid-box .team-info h3 a {
        text-decoration: none; }
      .team-grid-box .team-info h3:hover a {
        text-decoration: underline; }
    .team-grid-box .team-info span {
      font-size: 16px;
      color: #fff; }
    .team-grid-box .team-info .social-networks {
      position: relative;
      font-size: 0;
      line-height: 1em;
      margin: 0;
      padding: 0;
      text-align: center;
      vertical-align: middle; }
      .team-grid-box .team-info .social-networks li {
        display: inline-block;
        background: #053667;
        margin: 0 10px 0 0 !important;
        vertical-align: middle; }
        .team-grid-box .team-info .social-networks li a {
          border-radius: 0;
          border: none;
          color: #fff;
          display: inherit;
          height: 30px;
          margin: 0;
          position: relative;
          transition: 0.4s;
          width: 30px; }
          .team-grid-box .team-info .social-networks li a i {
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            font-size: 18px;
            left: 50%;
            position: absolute;
            top: 50%; }
          .team-grid-box .team-info .social-networks li a:hover {
            background: transparent;
            color: #053667;
            box-shadow: none; }
            .team-grid-box .team-info .social-networks li a:hover i {
              background: transparent;
              text-shadow: none; }

/*END Grid View*/
header.header-2 {
  position: relative;
  width: 100%;
  text-align: center; }
  header.header-2 .interior-top {
    height: 330px !important; }
    header.header-2 .interior-top::before {
      opacity: .2; }
  header.header-2 .logo {
    width: 410px;
    height: 110px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 15%;
    left: 6%; }

.dnt-a {
  padding: 60px 0;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  position: relative; }
  .dnt-a::before {
    content: "";
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background-position: top left !important;
    background-size: cover !important;
    background: transparent url("../images/h-triangles.svg") no-repeat;
    height: 60%;
    width: 30%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.4;
    z-index: 1; }
  .dnt-a .text-l {
    padding-bottom: 80vh;
    z-index: 2;
    position: relative; }
    .dnt-a .text-l h2 {
      font-family: 'Noto Serif', sans-serif;
      font-weight: 400;
      font-size: 30px;
      color: #083350;
      margin-top: 0 !important;
      margin-bottom: 25px;
      position: relative; }
    .dnt-a .text-l p {
      font-family: 'Muli', sans-serif;
      font-size: 18px;
      font-weight: 400;
      color: #181818;
      margin-bottom: 15px !important; }
  .dnt-a figure {
    position: absolute;
    width: 50%;
    height: 500px;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    margin: 0 !important; }
    .dnt-a figure::before {
      content: "";
      background: transparent url("../images/donate-shadow.png") no-repeat;
      background-position: top right;
      background-size: 100% 100%;
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%; }

.template-donate .col-md-6.col-md-offset-1 {
  height: 1395px; }

@media only screen and (max-width: 480px) {
  header.header-2 .logo {
    left: 35px;
    width: 275px; }

  .dnt-a .text-l .ways-g .ways-list .way-item {
    flex-direction: column;
    text-align: center; }
    .dnt-a .text-l .ways-g .ways-list .way-item .icon {
      margin-bottom: 25px; } }
/*START Sign Up--------------------------------------------------*/
.sign-up-section {
  padding: 55px 0;
  position: relative;
  /*
    .gform_wrapper{
      display: inline-block; 
      top: 0;
      bottom: 0;
      position: relative;
      height: 50px;
      width: 50%;
      .gform-container{
        display: flex !important;
        display: -webkit-flex!important;
        display: -ms-flexbox!important;
        flex-direction: row;
        justify-content: end;
        align-items: center;
      }
      .gform_body{
        width: 100%;
        display: inline-block;
        vertical-align: top;
        ul.gform_fields{
          padding-left: 0;
          margin: 0;
          li.gfield{
            list-style-type: none !important;
            padding: 0 !important;
            margin-top: 0 !important;
            .gfield_label{
              display: none;
            }
            .ginput_container{
              margin:0 !important;
              input{
                @include input;
                color: #454243;
                font-size: 1rem;
                height: 50px;
                border-radius: 5px;
                padding: 0 15px !important;
                width: 100%;
                border: none;
                position: relative;
                &:active,&:focus,&:hover{
                  outline: none !important;
                }
                &::-webkit-input-placeholder { 
                  color: $grey;
                  opacity: 1;
                }
                &::-moz-placeholder { 
                  color: $grey;
                  opacity: 1;
                }
                &:-ms-input-placeholder { 
                  color: $grey;
                  opacity: 1;
                }
                &:-moz-placeholder { 
                  color: $grey;
                  opacity: 1;
                }              
              }
            }
          }
        }
      }
      .gform_footer{
        .gform_button{
          @include font1;
          background: #083350;
          border: none;
          color: $white;
          font-size: 18px;
          border-radius: 5px;
          font-weight: 400;
          height: 50px;
          letter-spacing: 1px;
          padding: 0 50px;
          position: absolute;
          right: 0;
          text-transform: uppercase;
          top: 0;
          margin: 0;
        }
      }
      .gfield_description{
        display: none;
      }
    } */ }
  .sign-up-section figure {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: 100% 100%;
    background-position: right;
    background-repeat: no-repeat;
    z-index: -1; }
  .sign-up-section .s-box {
    width: 100%; }
    .sign-up-section .s-box .text-sign {
      width: 45%;
      text-align: left; }
      .sign-up-section .s-box .text-sign h2 {
        font-family: 'Noto Serif', sans-serif;
        font-size: 35px !important;
        font-weight: 400 !important;
        color: #fff !important;
        margin-bottom: 0 !important;
        margin-top: 0 !important; }
  .sign-up-section .gform_title {
    display: none; }
  .sign-up-section .gform-container {
    flex-basis: 50%; }
    .sign-up-section .gform-container .flocknote-form {
      display: flex !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      flex-direction: row;
      justify-content: end;
      align-items: center; }
      .sign-up-section .gform-container .flocknote-form input {
        font-family: 'Muli', sans-serif;
        border-radius: 5px;
        border: none;
        color: #083350;
        font-size: 1rem;
        height: 50px;
        padding: 0 15px !important;
        position: relative;
        width: 100%; }
        .sign-up-section .gform-container .flocknote-form input:active, .sign-up-section .gform-container .flocknote-form input:focus, .sign-up-section .gform-container .flocknote-form input:hover {
          outline: none !important; }
        .sign-up-section .gform-container .flocknote-form input::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          color: #083350;
          opacity: 1; }
        .sign-up-section .gform-container .flocknote-form input::-moz-placeholder {
          /* Firefox 19+ */
          color: #083350;
          opacity: 1; }
        .sign-up-section .gform-container .flocknote-form input:-ms-input-placeholder {
          /* IE 10+ */
          color: #083350;
          opacity: 1; }
        .sign-up-section .gform-container .flocknote-form input:-moz-placeholder {
          /* Firefox 18- */
          color: #083350;
          opacity: 1; }
      .sign-up-section .gform-container .flocknote-form .gform_button {
        font-family: 'Muli', sans-serif;
        background: #083350;
        border-radius: 5px;
        border: none;
        color: #fff;
        font-size: 17px;
        font-weight: 800;
        height: 50px;
        left: -5px;
        letter-spacing: 0;
        margin: 0;
        padding: 0 50px;
        position: relative;
        right: 0;
        text-transform: uppercase;
        top: 0; }
        .sign-up-section .gform-container .flocknote-form .gform_button:hover {
          background: #06437f; }
  .sign-up-section form[name="pShoppingCartFormBean"] {
    width: 80%; }
    .sign-up-section form[name="pShoppingCartFormBean"] .subscriber-form input[type="text"] {
      width: 40%;
      height: 48px;
      border: none;
      padding-left: 5px; }

footer .sign-up-section {
  padding: 0 !important;
  overflow: unset; }
  footer .sign-up-section h3.f-title {
    font-family: 'Noto Serif', sans-serif;
    color: #fff;
    font-size: 18px !important;
    font-weight: 700 !important;
    text-transform: capitalize !important;
    margin-top: 0 !important; }
    footer .sign-up-section h3.f-title::before {
      content: none; }
  footer .sign-up-section .s-box {
    width: 100%; }
  footer .sign-up-section .gform_wrapper {
    width: 100%;
    margin-left: 0; }

@media only screen and (max-width: 991px) {
  .sign-up-widget h2 {
    text-align-last: center;
    margin-bottom: 50px; }

  .sign-up-section .s-box .text-sign {
    width: 100%;
    text-align: center;
    margin-bottom: 35px; } }
@media only screen and (max-width: 768px) {
  .sign-up-section h3 {
    margin: 0 0 20px;
    text-align: center; }
  .sign-up-section .gform_wrapper {
    width: 80%;
    display: block; }
    .sign-up-section .gform_wrapper .gform_body {
      width: 80%;
      display: block;
      margin-bottom: 5px;
      text-align: center; }
    .sign-up-section .gform_wrapper .gform_footer {
      width: 100%;
      margin: 0 !important;
      display: block; }

  .col-align-vertical {
    flex-direction: column; }

  .sign-up-section .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input {
    width: 75%; }
  .sign-up-section .gform_wrapper .gform_footer {
    text-align: center; }

  .sign-up-section {
    padding-bottom: 45px; }

  .sign-up-section .gform_wrapper .gform_footer::after {
    display: none; }

  .sign-up-section .gform_wrapper .gform_body, .sign-up-section .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input {
    width: 100%; }

  .sign-up-section {
    text-align: center;
    padding-top: 20px; }

  .sign-up-section .gform_wrapper {
    width: 100%;
    margin-left: 0; } }
@media only screen and (max-width: 480px) {
  .sign-up-section .gform-container {
    flex-basis: 100%; }
    .sign-up-section .gform-container .flocknote-form {
      flex-direction: column; }
      .sign-up-section .gform-container .flocknote-form .gform_button {
        margin-top: 20px;
        width: 100%;
        display: block;
        left: 0; }

  .sign-up-section {
    text-align: center;
    padding: 20px 0; }

  .sign-up-section .gform_wrapper .gform_body, .sign-up-section .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container input {
    width: 100%; }

  .sign-up-section .gform_wrapper {
    height: unset !important; }

  .sign-up-section .gform_wrapper .gform_footer .gform_button {
    position: relative;
    margin-bottom: 25px; }

  .sign-up-section .gform_wrapper {
    width: 100%;
    margin-left: 0; }

  .sign-up-section .s-box {
    width: 100%;
    float: unset !important; }

  .sign-up-section .family {
    margin-top: 10px;
    position: relative;
    height: 265px;
    width: 100%; } }
/*END Sign Up------------------------------------------*/
@media only screen and (max-width: 991px) {
  #gform_wrapper_3 {
    top: 0 !important; }
    #gform_wrapper_3::before {
      top: 303px; }

  .template-donate .col-md-6.col-md-offset-1 {
    height: unset !important; } }
@media only screen and (max-width: 768px) {
  .donate-custom .custom-box-form {
    top: 0 !important; } }
@media only screen and (max-width: 480px) {
  #gform_wrapper_3::before {
    top: 340px; }

  .template-donate .col-md-6.col-md-offset-1 {
    height: unset !important; }

  #gform_wrapper_3 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left select, #gform_wrapper_3 form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left select {
    margin-right: 14px !important; }

  #gform_wrapper_3 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_right::before, #gform_wrapper_3 form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_right::before {
    top: 25px; }

  #gform_wrapper_3 form .gform_body ul.gform_fields li.gfield .ginput_container input, #gform_wrapper_3 form .gform_body ul.gform_fields li.gfield .ginput_container select, #gform_wrapper_3 form .gform_body ul.gform_fields li.gfield .ginput_container textarea, #gform_wrapper_3 form .gform_body .top_label li.gfield .ginput_container input, #gform_wrapper_3 form .gform_body .top_label li.gfield .ginput_container select, #gform_wrapper_3 form .gform_body .top_label li.gfield .ginput_container textarea {
    margin: 12px 0 !important; }

  #gform_wrapper_3 form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio .gfield_radio li, #gform_wrapper_3 form .gform_body .top_label li.gfield_price .ginput_container_radio .gfield_radio li {
    width: 30%; }

  #gform_wrapper_3 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left, #gform_wrapper_3 form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left {
    width: 100%; }

  #gform_wrapper_3 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left, #gform_wrapper_3 form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left, #gform_wrapper_3 form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_right, #gform_wrapper_3 form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_right {
    width: 100% !important; } }
[id=social-stream-256], .dc-wall {
  padding: 0;
  background: transparent;
  border-radius: 0; }
  [id=social-stream-256].col-4, .dc-wall.col-4 {
    -ms-flex: inherit !important;
    -webkit-box-flex: inherit !important;
    flex: inherit !important;
    max-width: inherit !important; }

/*START Social Widget--------------------------------------------------*/
.wall-outer .dcsns-toolbar {
  display: none; }
  .wall-outer .dcsns-toolbar ul#dcsns-filter {
    width: calc(100% - 30px);
    text-align: center;
    padding: 0 !important;
    margin: 0 !important; }
    .wall-outer .dcsns-toolbar ul#dcsns-filter li {
      display: inline-block;
      height: 44px;
      width: 44px;
      margin: 0 15px;
      position: relative; }
      .wall-outer .dcsns-toolbar ul#dcsns-filter li a {
        padding: 0;
        position: absolute;
        left: 50%;
        top: 50%;
        height: 36px;
        width: 36px;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        border-radius: 50%;
        background: transparent;
        border: none !important;
        box-shadow: none !important; }
        .wall-outer .dcsns-toolbar ul#dcsns-filter li a span.socicon {
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
        .wall-outer .dcsns-toolbar ul#dcsns-filter li a.link-all {
          display: none; }
      .wall-outer .dcsns-toolbar ul#dcsns-filter li:first-child {
        display: none !important; }
      .wall-outer .dcsns-toolbar ul#dcsns-filter li.f-facebook a, .wall-outer .dcsns-toolbar ul#dcsns-filter li.f-twitter a, .wall-outer .dcsns-toolbar ul#dcsns-filter li.f-instagram a, .wall-outer .dcsns-toolbar ul#dcsns-filter li.f-youtube a {
        background: transparent; }
        .wall-outer .dcsns-toolbar ul#dcsns-filter li.f-facebook a span.socicon, .wall-outer .dcsns-toolbar ul#dcsns-filter li.f-twitter a span.socicon, .wall-outer .dcsns-toolbar ul#dcsns-filter li.f-instagram a span.socicon, .wall-outer .dcsns-toolbar ul#dcsns-filter li.f-youtube a span.socicon {
          color: #053667; }
        .wall-outer .dcsns-toolbar ul#dcsns-filter li.f-facebook a.iso-active, .wall-outer .dcsns-toolbar ul#dcsns-filter li.f-twitter a.iso-active, .wall-outer .dcsns-toolbar ul#dcsns-filter li.f-instagram a.iso-active, .wall-outer .dcsns-toolbar ul#dcsns-filter li.f-youtube a.iso-active {
          background: #053667 !important; }
          .wall-outer .dcsns-toolbar ul#dcsns-filter li.f-facebook a.iso-active span.socicon, .wall-outer .dcsns-toolbar ul#dcsns-filter li.f-twitter a.iso-active span.socicon, .wall-outer .dcsns-toolbar ul#dcsns-filter li.f-instagram a.iso-active span.socicon, .wall-outer .dcsns-toolbar ul#dcsns-filter li.f-youtube a.iso-active span.socicon {
            color: #fff; }
        .wall-outer .dcsns-toolbar ul#dcsns-filter li.f-facebook a:hover, .wall-outer .dcsns-toolbar ul#dcsns-filter li.f-twitter a:hover, .wall-outer .dcsns-toolbar ul#dcsns-filter li.f-instagram a:hover, .wall-outer .dcsns-toolbar ul#dcsns-filter li.f-youtube a:hover {
          background: #007371 !important; }
          .wall-outer .dcsns-toolbar ul#dcsns-filter li.f-facebook a:hover span.socicon, .wall-outer .dcsns-toolbar ul#dcsns-filter li.f-twitter a:hover span.socicon, .wall-outer .dcsns-toolbar ul#dcsns-filter li.f-instagram a:hover span.socicon, .wall-outer .dcsns-toolbar ul#dcsns-filter li.f-youtube a:hover span.socicon {
            color: #fff; }
      .wall-outer .dcsns-toolbar ul#dcsns-filter li.f-facebook a.iso-active span.socicon, .wall-outer .dcsns-toolbar ul#dcsns-filter li.f-twitter a.iso-active span.socicon, .wall-outer .dcsns-toolbar ul#dcsns-filter li.f-instagram a.iso-active span.socicon, .wall-outer .dcsns-toolbar ul#dcsns-filter li.f-youtube a.iso-active span.socicon {
        color: #fff; }
      .wall-outer .dcsns-toolbar ul#dcsns-filter li.f-facebook a:hover span.socicon, .wall-outer .dcsns-toolbar ul#dcsns-filter li.f-twitter a:hover span.socicon, .wall-outer .dcsns-toolbar ul#dcsns-filter li.f-instagram a:hover span.socicon, .wall-outer .dcsns-toolbar ul#dcsns-filter li.f-youtube a:hover span.socicon {
        color: #fff; }
.wall-outer .dc-wall .dcwss-content ul.stream li.dcsns-li {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  padding: 0 !important;
  border-radius: 3px;
  overflow: hidden;
  background: #f1f4f5;
  border: none !important; }
  .wall-outer .dc-wall .dcwss-content ul.stream li.dcsns-li .inner {
    margin: 0 !important; }
    .wall-outer .dc-wall .dcwss-content ul.stream li.dcsns-li .inner .section-thumb {
      width: 100%;
      margin: 0;
      float: none; }
      .wall-outer .dc-wall .dcwss-content ul.stream li.dcsns-li .inner .section-thumb a img {
        max-width: 100% !important;
        height: 165px !important;
        width: 100% !important;
        object-fit: cover !important;
        margin: 0 !important;
        border: none !important;
        padding: 0 !important; }
    .wall-outer .dc-wall .dcwss-content ul.stream li.dcsns-li .inner .section-title {
      display: none !important; }
    .wall-outer .dc-wall .dcwss-content ul.stream li.dcsns-li .inner .section-text {
      font-family: 'Muli', sans-serif;
      background: #f1f4f5;
      color: #54565a;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.125;
      line-height: 20px;
      margin-bottom: 25px;
      padding: 25px 20px;
      position: relative;
      text-align: left; }
      .wall-outer .dc-wall .dcwss-content ul.stream li.dcsns-li .inner .section-text:after {
        content: "...";
        font-family: 'Muli', sans-serif;
        display: none;
        color: #54565a;
        display: inline-block;
        font-size: 16px;
        position: relative; }
      .wall-outer .dc-wall .dcwss-content ul.stream li.dcsns-li .inner .section-text span a {
        color: #0096ff; }
    .wall-outer .dc-wall .dcwss-content ul.stream li.dcsns-li .inner .section-user {
      background: transparent;
      float: none;
      line-height: 1.4;
      margin-bottom: 0px;
      padding: 3px 15px 0 55px;
      text-align: left; }
      .wall-outer .dc-wall .dcwss-content ul.stream li.dcsns-li .inner .section-user a.link-user {
        font-family: 'Muli', sans-serif;
        color: #062b65;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 1.4;
        text-transform: uppercase; }
        .wall-outer .dc-wall .dcwss-content ul.stream li.dcsns-li .inner .section-user a.link-user strong {
          color: #062b65; }
        .wall-outer .dc-wall .dcwss-content ul.stream li.dcsns-li .inner .section-user a.link-user:hover, .wall-outer .dc-wall .dcwss-content ul.stream li.dcsns-li .inner .section-user a.link-user:active, .wall-outer .dc-wall .dcwss-content ul.stream li.dcsns-li .inner .section-user a.link-user:focus {
          color: #062b65;
          text-decoration: underline; }
    .wall-outer .dc-wall .dcwss-content ul.stream li.dcsns-li .inner .section-share {
      display: none; }
  .wall-outer .dc-wall .dcwss-content ul.stream li.dcsns-li .section-intro {
    background: #f1f4f5 !important;
    padding: 0 15px 15px 55px;
    text-align: left; }
    .wall-outer .dc-wall .dcwss-content ul.stream li.dcsns-li .section-intro a.link-intro {
      display: none; }
    .wall-outer .dc-wall .dcwss-content ul.stream li.dcsns-li .section-intro span {
      font-family: 'Muli', sans-serif;
      color: #20181a;
      font-size: 16px;
      font-style: normal;
      font-weight: 400; }
      .wall-outer .dc-wall .dcwss-content ul.stream li.dcsns-li .section-intro span a {
        color: #20181a; }
  .wall-outer .dc-wall .dcwss-content ul.stream li.dcsns-li a span.socicon {
    bottom: 20px !important;
    color: #007371;
    font-size: 25px !important;
    left: 15px !important;
    right: auto !important; }
    .wall-outer .dc-wall .dcwss-content ul.stream li.dcsns-li a span.socicon.socicon-facebook {
      color: #007371; }

.wall-outer #dcsns-filter.dc-center {
  float: none;
  margin-left: 0 !important;
  margin: 0 auto;
  text-align: center !important;
  padding-left: 0 !important;
  margin-bottom: 35px !important; }

ul#dcsns-filter li:first-child {
  display: none; }

@media screen and (max-width: 1025px) and (orientation: portrait) {
  .wall-outer .dcsns-toolbar ul#dcsns-filter {
    text-align: center;
    width: 100%; } }
@media screen and (max-width: 1025px) and (orientation: landscape) {
  .wall-outer .dcsns-toolbar ul#dcsns-filter {
    text-align: center;
    width: 100%; } }
@media only screen and (max-width: 320px) {
  .wall-outer {
    margin-top: 0; }
    .wall-outer .dcsns-toolbar .filter {
      margin-bottom: 0; }

  #social-stream-256 .dcwss-content ul.stream li.dcsns-li {
    margin: 0 auto !important;
    right: 0; } }
/*STRART Carousel------------------------------------------------------------------------------------------*/
#sponsors.carousel-fade .carousel-inner {
  /* Safari 4.0 - 8.0 */
  /* Standard syntax */
  /* Safari 4.0 - 8.0 */
  /* Standard syntax */ }
  #sponsors.carousel-fade .carousel-inner .caption-a {
    opacity: 0; }
  #sponsors.carousel-fade .carousel-inner .left .caption-a, #sponsors.carousel-fade .carousel-inner .right .caption-a {
    -webkit-animation-name: opacityTransitionOff;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 0.4s;
    /* Safari 4.0 - 8.0 */
    animation-name: opacityTransitionOff;
    animation-duration: 0.4s; }
@-webkit-keyframes opacityTransitionOff {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes opacityTransitionOff {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
  #sponsors.carousel-fade .carousel-inner .active .caption-a {
    -webkit-animation-name: opacityTransition;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 0.8s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-fill-mode: forwards;
    /* Safari 4.0 - 8.0 */
    animation-name: opacityTransition;
    animation-duration: 0.8s;
    animation-fill-mode: forwards; }
@-webkit-keyframes opacityTransition {
  0% {
    opacity: 0; }
  100% {
    background-color: 1; } }
@keyframes opacityTransition {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  #sponsors.carousel-fade .carousel-inner .carousel-item {
    transition-property: opacity; }
  #sponsors.carousel-fade .carousel-inner .carousel-item,
  #sponsors.carousel-fade .carousel-inner .active.left,
  #sponsors.carousel-fade .carousel-inner .active.right {
    opacity: 0; }
  #sponsors.carousel-fade .carousel-inner .active,
  #sponsors.carousel-fade .carousel-inner .next.left,
  #sponsors.carousel-fade .carousel-inner .prev.right {
    opacity: 1; }
  #sponsors.carousel-fade .carousel-inner .next,
  #sponsors.carousel-fade .carousel-inner .prev,
  #sponsors.carousel-fade .carousel-inner .active.left,
  #sponsors.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0); }
#sponsors .bullets {
  bottom: 33px;
  height: 25px;
  left: 0;
  position: absolute;
  z-index: 1;
  right: 0;
  margin: 0 auto; }
  #sponsors .bullets .carousel-indicators {
    bottom: 10px;
    list-style: none;
    margin: 0;
    position: relative;
    right: unset;
    text-align: center;
    width: 100%;
    z-index: 15; }
    #sponsors .bullets .carousel-indicators li {
      background: transparent;
      border-radius: 50%;
      border: 3px solid #fff;
      height: 12px;
      margin: 0 6px;
      width: 12px; }
      #sponsors .bullets .carousel-indicators li.active {
        background: #053667;
        transition: 0.4s;
        border: 5px solid #053667;
        width: 15px;
        height: 15px; }
#sponsors .carousel-control {
  opacity: 1;
  transition: 0.4s; }
  #sponsors .carousel-control span {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: transparent url("../images/sponsor-arrow.png") no-repeat;
    background-position: 50% 50%;
    background-size: auto;
    border-radius: 50%;
    height: 47px;
    text-align: center;
    text-shadow: none;
    transition: box-shadow 0.4s;
    width: 47px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%; }
    #sponsors .carousel-control span:before {
      -webkit-transform: translate(-50%, -55%);
      -moz-transform: translate(-50%, -55%);
      -ms-transform: translate(-50%, -55%);
      transform: translate(-50%, -55%);
      display: none;
      left: 50%;
      position: absolute;
      top: 50%; }
    #sponsors .carousel-control span:hover {
      box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.4); }
  #sponsors .carousel-control.left, #sponsors .carousel-control.right {
    background: transparent;
    width: 50px;
    height: 50px;
    top: calc(50% - 25px); }
  #sponsors .carousel-control.left span {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 5%;
    left: 1%; }

/*END INTERIOR PAGE--------------------------------------------*/
#tribe-events-content-wrapper {
  /* Title Bar */
  /* Tribe Bar */ }
  #tribe-events-content-wrapper .tribe-events-title-bar {
    display: none; }
  #tribe-events-content-wrapper #tribe-events-bar {
    margin-bottom: 35px; }
    #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form {
      background: #fafafa;
      /* Views */ }
      #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner {
        display: flex;
        -webkit-flex-flow: row nowrap;
        justify-content: center;
        margin-top: 10px; }
      #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-date-filter label, #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-search-filter label, #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-geoloc-filter label {
        font-family: 'Oswald', sans-serif;
        color: #4c4c4c;
        font-size: 18px;
        text-align: left; }
      #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-date-filter input[type="text"], #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-search-filter input[type="text"], #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-geoloc-filter input[type="text"] {
        border-bottom: 1px dashed #312f73;
        color: #0aaacb !important;
        font-size: 18px !important;
        min-height: 30px !important;
        padding: 7px 10px 7px 0 !important; }
        #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-date-filter input[type="text"] ::-webkit-input-placeholder, #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-search-filter input[type="text"] ::-webkit-input-placeholder, #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-geoloc-filter input[type="text"] ::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          color: #0aaacb; }
        #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-date-filter input[type="text"] ::-moz-placeholder, #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-search-filter input[type="text"] ::-moz-placeholder, #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-geoloc-filter input[type="text"] ::-moz-placeholder {
          /* Firefox 19+ */
          color: #0aaacb; }
        #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-date-filter input[type="text"] :-ms-input-placeholder, #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-search-filter input[type="text"] :-ms-input-placeholder, #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-geoloc-filter input[type="text"] :-ms-input-placeholder {
          /* IE 10+ */
          color: #0aaacb; }
        #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-date-filter input[type="text"] :-moz-placeholder, #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-search-filter input[type="text"] :-moz-placeholder, #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-geoloc-filter input[type="text"] :-moz-placeholder {
          /* Firefox 18- */
          color: #0aaacb; }
        #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-date-filter input[type="text"]:focus, #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-date-filter input[type="text"]:hover, #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-search-filter input[type="text"]:focus, #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-search-filter input[type="text"]:hover, #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-geoloc-filter input[type="text"]:focus, #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-geoloc-filter input[type="text"]:hover {
          outline: none; }
      #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-submit {
        text-align: center; }
        #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-submit input[type="submit"] {
          font-family: 'Oswald', sans-serif;
          background: #f7863d;
          border-radius: 30px;
          border: none;
          color: #ffffff !important;
          display: inline-block;
          font-size: 18px !important;
          font-weight: 800 !important;
          line-height: 1em;
          margin: 0 auto;
          max-width: 100%;
          padding: 15px 22px !important;
          position: relative;
          text-align: center;
          letter-spacing: 0;
          text-decoration: none !important;
          text-transform: uppercase;
          transition: all 0.4s ease;
          width: auto; }
          #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-submit input[type="submit"]:hover, #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-submit input[type="submit"]:focus, #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form .tribe-bar-filters .tribe-bar-submit input[type="submit"]:active {
            background: #f5670c;
            color: #fff !important;
            text-decoration: none; }
      #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form #tribe-bar-views {
        padding: 0;
        background: #e8e8ed; }
        #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form #tribe-bar-views .tribe-bar-views-inner {
          background: #e8e8ed;
          height: 100%;
          padding: 26px 0; }
          #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form #tribe-bar-views .tribe-bar-views-inner label {
            font-family: 'Oswald', sans-serif;
            color: #4c4c4c;
            font-size: 18px;
            text-align: center; }
          #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form #tribe-bar-views .tribe-bar-views-inner ul.tribe-bar-views-list {
            background: #e8e8ed;
            float: none;
            padding: 0 0 20px 0;
            text-align: center; }
            #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form #tribe-bar-views .tribe-bar-views-inner ul.tribe-bar-views-list li.tribe-bar-views-option {
              margin: 0 auto;
              width: 100%; }
              #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form #tribe-bar-views .tribe-bar-views-inner ul.tribe-bar-views-list li.tribe-bar-views-option:first-child {
                display: inherit;
                margin: 0 auto; }
            #tribe-events-content-wrapper #tribe-events-bar #tribe-bar-form #tribe-bar-views .tribe-bar-views-inner ul.tribe-bar-views-list .tribe-bar-views-option a {
              background: transparent;
              display: block;
              font-size: 18px;
              margin: 0 auto;
              text-align: left;
              width: 100px; }

.content-box .tribe-bar-submit {
  float: none;
  margin-left: 0 !important; }

.tribe-events-visuallyhidden {
  font-size: 0 !important;
  margin: 0 !important; }

#tribe-events-content .tribe-events-calendar td {
  height: 110px !important; }
  #tribe-events-content .tribe-events-calendar td .tribe-events-month-event-title a {
    display: block; }

.tribe-events-tooltip h3 {
  font-size: 25px;
  margin: 0 0 10px 0; }
.tribe-events-tooltip .tribe-event-description p {
  font-size: 16px !important;
  line-height: 1.2; }

@media only screen and (max-width: 768px) {
  #tribe-events-content .tribe-events-calendar td {
    height: 60px !important; } }
@media only screen and (max-width: 480px) {
  #tribe-events-content .tribe-events-calendar td {
    height: 60px !important; } }
/*START Volunteer---------------------------*/
.volunteer-custom {
  /*TOP---------------------*/
  /*TOP---------------------*/
  /*BODY--------------------*/
  /*BODY---------------------*/
  /*SOCIAL-------------------*/
  /*SOCIAL-------------------*/ }
  .volunteer-custom .interior-top {
    height: 450px; }
    .volunteer-custom .interior-top::before {
      width: 80%; }
  .volunteer-custom .volunteer-body {
    padding: 60px 0; }
    .volunteer-custom .volunteer-body h2 {
      color: #053667;
      font-size: 32px !important;
      margin-top: 0;
      margin-bottom: 25px !important; }
    .volunteer-custom .volunteer-body .info-event .event-box {
      margin: 0 0 15px; }
      .volunteer-custom .volunteer-body .info-event .event-box .icon-event {
        width: 26px;
        height: 26px; }
      .volunteer-custom .volunteer-body .info-event .event-box .text-event {
        align-self: flex-end;
        margin-left: 15px; }
        .volunteer-custom .volunteer-body .info-event .event-box .text-event h3 {
          margin: 0;
          font-size: 20px !important;
          font-weight: 700 !important;
          color: #053667;
          text-transform: none !important; }
      .volunteer-custom .volunteer-body .info-event .event-box:nth-child(2) .text-event h3 {
        font-weight: 400 !important;
        color: #000000 !important; }
      .volunteer-custom .volunteer-body .info-event .event-box:nth-child(3) .text-event h3 {
        color: #d9143d !important; }
    .volunteer-custom .volunteer-body .info-event .volunteer-text {
      padding: 15px 0 0;
      border-bottom: 1px solid #a7a7a7; }
      .volunteer-custom .volunteer-body .info-event .volunteer-text .img-box .left-side {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        border: 1px solid #d0cd9b; }
      .volunteer-custom .volunteer-body .info-event .volunteer-text .img-box .right-side {
        width: 78%;
        align-self: center; }
        .volunteer-custom .volunteer-body .info-event .volunteer-text .img-box .right-side p {
          margin-top: 0 !important;
          font-size: 20px !important;
          margin-bottom: 0 !important; }
          .volunteer-custom .volunteer-body .info-event .volunteer-text .img-box .right-side p strong {
            color: #053667 !important; }
    .volunteer-custom .volunteer-body .volunteer-activities {
      padding: 45px 0 75px;
      border-bottom: 1px solid #a7a7a7; }
      .volunteer-custom .volunteer-body .volunteer-activities .left-side {
        width: 54%;
        display: inline-block; }
        .volunteer-custom .volunteer-body .volunteer-activities .left-side h2 {
          font-size: 26px !important; }
        .volunteer-custom .volunteer-body .volunteer-activities .left-side .volunteer-box {
          margin: 0 0 15px; }
          .volunteer-custom .volunteer-body .volunteer-activities .left-side .volunteer-box .icon-event {
            width: 26px;
            height: 26px; }
          .volunteer-custom .volunteer-body .volunteer-activities .left-side .volunteer-box .text-event {
            align-self: flex-end;
            margin-left: 15px; }
            .volunteer-custom .volunteer-body .volunteer-activities .left-side .volunteer-box .text-event h3 {
              margin: 0;
              font-size: 20px !important;
              font-weight: 400 !important;
              color: #181818;
              text-transform: none !important; }
      .volunteer-custom .volunteer-body .volunteer-activities .right-side {
        width: 45%;
        height: 195px;
        position: relative;
        display: inline-block; }
        .volunteer-custom .volunteer-body .volunteer-activities .right-side .volunteer-img {
          position: absolute;
          width: 100%;
          height: 100%;
          background-position: center;
          background-size: cover;
          background-repeat: no-repeat; }
        .volunteer-custom .volunteer-body .volunteer-activities .right-side .center-button {
          text-align: center;
          width: 100%; }
          .volunteer-custom .volunteer-body .volunteer-activities .right-side .center-button a.btn-5 {
            position: absolute;
            bottom: -20px;
            left: 0;
            right: 0;
            margin: 0 auto;
            display: inline-block;
            width: 68%; }
    .volunteer-custom .volunteer-body .typical-day {
      padding: 50px 0 0; }
      .volunteer-custom .volunteer-body .typical-day h2 {
        font-size: 26px !important; }
      .volunteer-custom .volunteer-body .typical-day .blue {
        color: #053667 !important;
        font-weight: 700 !important; }
      .volunteer-custom .volunteer-body .typical-day .time-section .time-box .time {
        display: block;
        margin-top: 25px;
        margin-bottom: 0;
        font-weight: 700 !important; }
      .volunteer-custom .volunteer-body .typical-day .time-section .time-box .activities {
        display: block;
        font-weight: 400;
        margin-top: 0; }
    .volunteer-custom .volunteer-body .form-side .gform_wrapper {
      background: #053667;
      padding: 50px 30px;
      color: #fff;
      border-radius: 5px; }
    .volunteer-custom .volunteer-body .form-side .gform_wrapper .top_label .gfield_label {
      display: none; }
    .volunteer-custom .volunteer-body .form-side #field_11_7 .gfield_label {
      display: block !important; }
    .volunteer-custom .volunteer-body .form-side .gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label {
      display: none; }
    .volunteer-custom .volunteer-body .form-side .gform_wrapper .ginput_complex .ginput_right {
      width: 100% !important;
      padding-right: 0 !important;
      margin-top: 16px; }
    .volunteer-custom .volunteer-body .form-side .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
      width: 100% !important; }
    .volunteer-custom .volunteer-body .form-side .gform_wrapper ul li.gfield.field_sublabel_above.field_description_below + li.gfield {
      margin-top: 12px !important; }
    .volunteer-custom .volunteer-body .form-side input {
      color: #fff;
      /* firefox 19+ */
      /* ie */ }
      .volunteer-custom .volunteer-body .form-side input::-webkit-input-placeholder {
        color: #fff;
        opacity: 1;
        font-weight: 700; }
      .volunteer-custom .volunteer-body .form-side input::-moz-placeholder {
        color: #fff;
        opacity: 1;
        font-weight: 700; }
      .volunteer-custom .volunteer-body .form-side input:-ms-input-placeholder {
        color: #fff;
        opacity: 1;
        font-weight: 700; }
    .volunteer-custom .volunteer-body .form-side .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
      padding-left: 16px !important; }
    .volunteer-custom .volunteer-body .form-side textarea {
      color: #fff;
      padding-left: 16px !important;
      /* firefox 19+ */
      /* ie */ }
      .volunteer-custom .volunteer-body .form-side textarea::-webkit-input-placeholder {
        color: #fff;
        opacity: 1;
        font-weight: 700; }
      .volunteer-custom .volunteer-body .form-side textarea::-moz-placeholder {
        color: #fff;
        opacity: 1;
        font-weight: 700; }
      .volunteer-custom .volunteer-body .form-side textarea:-ms-input-placeholder {
        color: #fff;
        opacity: 1;
        font-weight: 700; }
    .volunteer-custom .volunteer-body .form-side .gform_wrapper ul.gform_fields li.gfield {
      padding-right: 0 !important; }
    .volunteer-custom .volunteer-body .form-side .gform_wrapper ul li.field_description_below div.ginput_container_checkbox {
      display: inline-block; }
    .volunteer-custom .volunteer-body .form-side .gform_wrapper .field_description_below .gfield_description {
      position: relative;
      display: inline;
      padding-top: 0;
      bottom: 10px; }
      .volunteer-custom .volunteer-body .form-side .gform_wrapper .field_description_below .gfield_description a {
        color: #fff !important;
        font-weight: 700 !important; }
    .volunteer-custom .volunteer-body .form-side .gform_wrapper .gform_footer {
      background: #fff;
      border-radius: 3px;
      border: 1px solid #fff;
      display: block;
      margin: 16px auto 0;
      padding: 10px 25px;
      text-align: center;
      transform: skew(14deg);
      transition: 0.4s;
      width: 60%;
      -webkit-transform: skew(14deg);
      -moz-transform: skew(14deg);
      -ms-transform: skew(14deg);
      -o-transform: skew(14deg); }
      .volunteer-custom .volunteer-body .form-side .gform_wrapper .gform_footer input[type="submit"] {
        color: #053667;
        display: inline-block;
        font-size: 22px;
        font-weight: 700 !important;
        text-decoration: none !important;
        text-transform: uppercase;
        transform: skew(-14deg);
        -webkit-transform: skew(-14deg);
        -moz-transform: skew(-14deg);
        -ms-transform: skew(-14deg);
        -o-transform: skew(-14deg);
        transition: 0.4s;
        border: none; }
      .volunteer-custom .volunteer-body .form-side .gform_wrapper .gform_footer:hover, .volunteer-custom .volunteer-body .form-side .gform_wrapper .gform_footer:focus, .volunteer-custom .volunteer-body .form-side .gform_wrapper .gform_footer:active {
        transition: 0.4s;
        background: transparent;
        text-decoration: none; }
        .volunteer-custom .volunteer-body .form-side .gform_wrapper .gform_footer:hover input[type="submit"], .volunteer-custom .volunteer-body .form-side .gform_wrapper .gform_footer:focus input[type="submit"], .volunteer-custom .volunteer-body .form-side .gform_wrapper .gform_footer:active input[type="submit"] {
          color: #fff;
          transition: 0.4s; }
  .volunteer-custom .addtoany_list.a2a_kit_size_32 a > span {
    width: 135px; }
  .volunteer-custom .a2a_svg svg {
    height: 30px; }

/*END Volunteer------------------------------------------*/
@media only screen and (max-width: 768px) {
  .volunteer-custom .interior-top::before {
    width: 100%; }

  .volunteer-custom .volunteer-body .info-event .event-box .text-event, .volunteer-custom .volunteer-body .volunteer-activities .left-side .volunteer-box .text-event {
    align-self: unset !important;
    margin-left: 0;
    margin-top: 15px; }

  .volunteer-custom .volunteer-body .info-event .volunteer-text .img-box .left-side {
    width: 120px !important; }

  .volunteer-custom .volunteer-body .info-event .volunteer-text .img-box .right-side {
    text-align: center;
    margin-top: 15px !important; }

  .volunteer-custom .volunteer-body .volunteer-activities .left-side {
    width: 100%; }

  .volunteer-custom .volunteer-body .volunteer-activities .right-side {
    width: 100%;
    height: 300px; } }
@media only screen and (max-width: 480px) {
  .volunteer-custom .volunteer-body .volunteer-activities .right-side .center-button a.btn-5 {
    width: 55%;
    margin: 0 auto !important; } }
.team-bios-widget .content-wrap {
  display: flex;
  align-items: center;
  justify-content: center; }
.team-bios-widget .Grid-Boxes-with-Side-Panel {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-gap: 30px; }
  .team-bios-widget .Grid-Boxes-with-Side-Panel .single-box {
    height: 230px;
    width: 230px;
    border-radius: 50%; }
    .team-bios-widget .Grid-Boxes-with-Side-Panel .single-box .img-wrap {
      width: 100%;
      display: flex;
      align-items: flex-end;
      transition: 0.6s;
      margin: 0 auto; }
      .team-bios-widget .Grid-Boxes-with-Side-Panel .single-box .img-wrap a {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 3px solid #464648;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #464648;
        position: absolute;
        top: -50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        transition: 0.6s; }
        .team-bios-widget .Grid-Boxes-with-Side-Panel .single-box .img-wrap a:hover {
          background: #464648;
          color: #053667; }
    .team-bios-widget .Grid-Boxes-with-Side-Panel .single-box .info-wrap {
      padding-bottom: 15px;
      position: relative;
      left: 0%;
      transition: 0.6s; }
      .team-bios-widget .Grid-Boxes-with-Side-Panel .single-box .info-wrap span.name, .team-bios-widget .Grid-Boxes-with-Side-Panel .single-box .info-wrap span.position {
        display: inline-block;
        color: #464648;
        font-size: 14px;
        padding: 5px 10px;
        background: rgba(5, 54, 103, 0.8); }
      .team-bios-widget .Grid-Boxes-with-Side-Panel .single-box .info-wrap span.position {
        margin-top: 10px;
        display: block; }
    .team-bios-widget .Grid-Boxes-with-Side-Panel .single-box .text-wrap {
      margin-top: 50px;
      text-align: center; }
      .team-bios-widget .Grid-Boxes-with-Side-Panel .single-box .text-wrap span.name, .team-bios-widget .Grid-Boxes-with-Side-Panel .single-box .text-wrap span.position {
        color: #053667;
        font-family: 'Muli', sans-serif;
        font-size: 24px;
        font-weight: 500;
        display: block;
        margin-bottom: 25px; }
      .team-bios-widget .Grid-Boxes-with-Side-Panel .single-box .text-wrap span.position {
        font-size: 18px; }
    .team-bios-widget .Grid-Boxes-with-Side-Panel .single-box:hover .img-wrap a {
      top: 50%;
      text-decoration: none; }
    .team-bios-widget .Grid-Boxes-with-Side-Panel .single-box:hover .info-wrap {
      left: -100%; }
  .team-bios-widget .Grid-Boxes-with-Side-Panel.Circular-Grid-Boxes-with-Side-Panel .img-wrap {
    border-radius: 50%; }
    .team-bios-widget .Grid-Boxes-with-Side-Panel.Circular-Grid-Boxes-with-Side-Panel .img-wrap .info-wrap {
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0%, -50%);
      -moz-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
      transform: translate(0%, -50%);
      transition: 0.6s; }
.team-bios-widget #teamBios .Grid-Boxes-with-carousel-and-Side-Panel {
  display: flex;
  justify-content: center;
  align-items: center; }
  .team-bios-widget #teamBios .Grid-Boxes-with-carousel-and-Side-Panel .content-wrap {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    grid-template-columns: unset !important;
    grid-gap: unset !important;
    width: 100%; }
    .team-bios-widget #teamBios .Grid-Boxes-with-carousel-and-Side-Panel .content-wrap .single-box {
      width: 23%;
      margin: 0 1%; }
      .team-bios-widget #teamBios .Grid-Boxes-with-carousel-and-Side-Panel .content-wrap .single-box .img-wrap {
        display: flex;
        align-items: flex-end;
        transition: 0.6s;
        height: 230px;
        width: 230px;
        margin: 0 auto; }
        .team-bios-widget #teamBios .Grid-Boxes-with-carousel-and-Side-Panel .content-wrap .single-box .img-wrap a {
          width: 40px;
          height: 40px;
          border-radius: 50%;
          border: 3px solid #464648;
          display: flex;
          justify-content: center;
          align-items: center;
          color: #464648;
          position: absolute;
          top: -50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          transition: 0.6s; }
          .team-bios-widget #teamBios .Grid-Boxes-with-carousel-and-Side-Panel .content-wrap .single-box .img-wrap a:hover {
            background: #464648;
            color: #053667; }
      .team-bios-widget #teamBios .Grid-Boxes-with-carousel-and-Side-Panel .content-wrap .single-box .info-wrap {
        padding-bottom: 15px;
        position: relative;
        left: 0%;
        transition: 0.6s; }
        .team-bios-widget #teamBios .Grid-Boxes-with-carousel-and-Side-Panel .content-wrap .single-box .info-wrap span.name, .team-bios-widget #teamBios .Grid-Boxes-with-carousel-and-Side-Panel .content-wrap .single-box .info-wrap span.position {
          display: inline-block;
          color: #464648;
          font-size: 14px;
          padding: 5px 10px;
          background: rgba(5, 54, 103, 0.8); }
        .team-bios-widget #teamBios .Grid-Boxes-with-carousel-and-Side-Panel .content-wrap .single-box .info-wrap span.position {
          margin-top: 10px;
          display: block; }
      .team-bios-widget #teamBios .Grid-Boxes-with-carousel-and-Side-Panel .content-wrap .single-box .text-wrap {
        margin-top: 50px;
        text-align: center; }
        .team-bios-widget #teamBios .Grid-Boxes-with-carousel-and-Side-Panel .content-wrap .single-box .text-wrap span.name, .team-bios-widget #teamBios .Grid-Boxes-with-carousel-and-Side-Panel .content-wrap .single-box .text-wrap span.position {
          color: #053667;
          font-family: 'Muli', sans-serif;
          font-size: 24px;
          font-weight: 500;
          display: block;
          margin-bottom: 15px; }
        .team-bios-widget #teamBios .Grid-Boxes-with-carousel-and-Side-Panel .content-wrap .single-box .text-wrap span.position {
          font-size: 18px;
          border-top: 1px solid #000;
          padding-top: 15px; }
      .team-bios-widget #teamBios .Grid-Boxes-with-carousel-and-Side-Panel .content-wrap .single-box .social-box {
        width: auto;
        margin: 0 auto;
        position: relative;
        transition: 0.6s; }
        .team-bios-widget #teamBios .Grid-Boxes-with-carousel-and-Side-Panel .content-wrap .single-box .social-box ul.social {
          padding: 0;
          list-style: none;
          display: flex;
          justify-content: center; }
          .team-bios-widget #teamBios .Grid-Boxes-with-carousel-and-Side-Panel .content-wrap .single-box .social-box ul.social li {
            margin: 3px; }
            .team-bios-widget #teamBios .Grid-Boxes-with-carousel-and-Side-Panel .content-wrap .single-box .social-box ul.social li a {
              color: #464648;
              width: 30px;
              height: 30px;
              display: flex;
              align-items: center;
              background: #053667;
              display: block;
              display: flex;
              justify-content: center;
              align-items: center;
              transition: 0,5s;
              font-size: 13px; }
              .team-bios-widget #teamBios .Grid-Boxes-with-carousel-and-Side-Panel .content-wrap .single-box .social-box ul.social li a:hover {
                background: #007371;
                text-decoration: none; }
      .team-bios-widget #teamBios .Grid-Boxes-with-carousel-and-Side-Panel .content-wrap .single-box:hover .img-wrap a {
        top: 50%;
        text-decoration: none; }
      .team-bios-widget #teamBios .Grid-Boxes-with-carousel-and-Side-Panel .content-wrap .single-box:hover .info-wrap {
        left: -100%; }
.team-bios-widget #teamBios.carousel-fade .carousel-inner {
  /* Safari 4.0 - 8.0 */
  /* Standard syntax */
  /* Safari 4.0 - 8.0 */
  /* Standard syntax */ }
  .team-bios-widget #teamBios.carousel-fade .carousel-inner .caption-a {
    opacity: 0; }
  .team-bios-widget #teamBios.carousel-fade .carousel-inner .left .caption-a, .team-bios-widget #teamBios.carousel-fade .carousel-inner .right .caption-a {
    -webkit-animation-name: opacityTransitionOff;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 0.4s;
    /* Safari 4.0 - 8.0 */
    animation-name: opacityTransitionOff;
    animation-duration: 0.4s; }
@-webkit-keyframes opacityTransitionOff {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes opacityTransitionOff {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
  .team-bios-widget #teamBios.carousel-fade .carousel-inner .active .caption-a {
    -webkit-animation-name: opacityTransition;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 0.8s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-fill-mode: forwards;
    /* Safari 4.0 - 8.0 */
    animation-name: opacityTransition;
    animation-duration: 0.8s;
    animation-fill-mode: forwards; }
@-webkit-keyframes opacityTransition {
  0% {
    opacity: 0; }
  100% {
    background-color: 1; } }
@keyframes opacityTransition {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  .team-bios-widget #teamBios.carousel-fade .carousel-inner .item {
    transition-property: opacity; }
  .team-bios-widget #teamBios.carousel-fade .carousel-inner .item,
  .team-bios-widget #teamBios.carousel-fade .carousel-inner .active.left,
  .team-bios-widget #teamBios.carousel-fade .carousel-inner .active.right {
    opacity: 0; }
  .team-bios-widget #teamBios.carousel-fade .carousel-inner .active,
  .team-bios-widget #teamBios.carousel-fade .carousel-inner .next.left,
  .team-bios-widget #teamBios.carousel-fade .carousel-inner .prev.right {
    opacity: 1; }
  .team-bios-widget #teamBios.carousel-fade .carousel-inner .next,
  .team-bios-widget #teamBios.carousel-fade .carousel-inner .prev,
  .team-bios-widget #teamBios.carousel-fade .carousel-inner .active.left,
  .team-bios-widget #teamBios.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0); }
.team-bios-widget #teamBios.carousel-fade .carousel-control {
  z-index: 2; }
.team-bios-widget #teamBios.carousel-fade .bullets {
  bottom: -5%;
  height: 25px;
  left: 0;
  position: absolute;
  z-index: 1;
  right: 0;
  margin: 0 auto; }
  .team-bios-widget #teamBios.carousel-fade .bullets .carousel-indicators {
    bottom: 0;
    left: 0;
    list-style: none;
    margin: 0;
    position: relative;
    right: unset;
    text-align: center;
    width: 100%;
    z-index: 15; }
    .team-bios-widget #teamBios.carousel-fade .bullets .carousel-indicators li {
      background: transparent;
      border-radius: 50%;
      border: 3px solid #053667;
      height: 12px;
      margin: 0 6px;
      width: 12px; }
      .team-bios-widget #teamBios.carousel-fade .bullets .carousel-indicators li.active {
        background: #007371;
        transition: 0.4s;
        border: 5px solid #007371;
        width: 15px;
        height: 15px; }
.team-bios-widget #teamBios .carousel-control {
  opacity: 1;
  transition: 0.4s;
  display: none; }
  .team-bios-widget #teamBios .carousel-control span {
    background: transparent url("../images/testimonials-slider.png") no-repeat;
    background-position: 50% 50%;
    background-size: auto;
    border-radius: 50%;
    height: 47px;
    text-align: center;
    text-shadow: none;
    transition: box-shadow 0.4s;
    width: 47px;
    display: block;
    position: absolute;
    top: 40%;
    left: 0%; }
    .team-bios-widget #teamBios .carousel-control span:before {
      -webkit-transform: translate(-50%, -55%);
      -moz-transform: translate(-50%, -55%);
      -ms-transform: translate(-50%, -55%);
      transform: translate(-50%, -55%);
      display: none;
      left: 50%;
      position: absolute;
      top: 50%; }
    .team-bios-widget #teamBios .carousel-control span:hover {
      box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.4); }
  .team-bios-widget #teamBios .carousel-control.left, .team-bios-widget #teamBios .carousel-control.right {
    background: transparent;
    width: 10%; }
  .team-bios-widget #teamBios .carousel-control.left span {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    left: unset;
    right: 0; }
.team-bios-widget .Stacked-Layout-with-Side-Panel {
  display: grid;
  grid-gap: 50px; }
  .team-bios-widget .Stacked-Layout-with-Side-Panel .single-box {
    display: grid;
    grid-template-columns: 300px 1fr;
    grid-gap: 30px;
    border-bottom: 2px solid #181818;
    padding-bottom: 30px; }
    .team-bios-widget .Stacked-Layout-with-Side-Panel .single-box .side-left {
      text-align: center; }
      .team-bios-widget .Stacked-Layout-with-Side-Panel .single-box .side-left .img-wrap {
        margin-bottom: 25px;
        background-size: cover; }
        .team-bios-widget .Stacked-Layout-with-Side-Panel .single-box .side-left .img-wrap a {
          width: 40px;
          height: 40px;
          border-radius: 50%;
          border: 3px solid #464648;
          display: flex;
          justify-content: center;
          align-items: center;
          color: #464648;
          position: absolute;
          top: -50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          transition: 0.6s; }
          .team-bios-widget .Stacked-Layout-with-Side-Panel .single-box .side-left .img-wrap a:hover {
            background: #464648;
            color: #053667; }
        .team-bios-widget .Stacked-Layout-with-Side-Panel .single-box .side-left .img-wrap:hover a {
          top: 50%;
          text-decoration: none; }
      .team-bios-widget .Stacked-Layout-with-Side-Panel .single-box .side-left span.name, .team-bios-widget .Stacked-Layout-with-Side-Panel .single-box .side-left span.position {
        color: #053667;
        font-family: 'Muli', sans-serif;
        font-size: 24px;
        font-weight: 500;
        display: block;
        margin-bottom: 15px; }
      .team-bios-widget .Stacked-Layout-with-Side-Panel .single-box .side-left span.position {
        border-top: 1px dashed #181818;
        padding-top: 15px;
        font-size: 18px; }
    .team-bios-widget .Stacked-Layout-with-Side-Panel .single-box .side-right .text-wrap h3 {
      color: #053667;
      font-size: 25px;
      margin-top: 0;
      font-weight: 700;
      display: block;
      margin-bottom: 25px; }
    .team-bios-widget .Stacked-Layout-with-Side-Panel .single-box .side-right .text-wrap p {
      font-size: 18px;
      color: #181818;
      font-family: 'Oswald', sans-serif; }
      .team-bios-widget .Stacked-Layout-with-Side-Panel .single-box .side-right .text-wrap p a {
        font-weight: 700;
        color: #007371; }
    .team-bios-widget .Stacked-Layout-with-Side-Panel .single-box .side-right .text-wrap ul.list {
      font-family: 'Oswald', sans-serif;
      color: #181818;
      padding: 0; }
      .team-bios-widget .Stacked-Layout-with-Side-Panel .single-box .side-right .text-wrap ul.list br {
        display: none; }
      .team-bios-widget .Stacked-Layout-with-Side-Panel .single-box .side-right .text-wrap ul.list li {
        line-height: 1.6em;
        list-style-type: none;
        padding-left: 15px;
        position: relative;
        font-family: 'Oswald', sans-serif;
        font-size: 18px;
        color: #464648; }
        .team-bios-widget .Stacked-Layout-with-Side-Panel .single-box .side-right .text-wrap ul.list li::before {
          content: "\f105";
          margin-right: 15px;
          margin-left: -15px;
          box-sizing: border-box;
          display: inline-block;
          font: normal normal normal 14px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          transition: 0.4s;
          color: #007371; }
        .team-bios-widget .Stacked-Layout-with-Side-Panel .single-box .side-right .text-wrap ul.list li a {
          color: #007371;
          font-weight: 400;
          font-size: 18px;
          font-family: 'Oswald', sans-serif;
          text-decoration: none; }
          .team-bios-widget .Stacked-Layout-with-Side-Panel .single-box .side-right .text-wrap ul.list li a:hover {
            text-decoration: underline; }
        .team-bios-widget .Stacked-Layout-with-Side-Panel .single-box .side-right .text-wrap ul.list li ul {
          padding: 0; }
          .team-bios-widget .Stacked-Layout-with-Side-Panel .single-box .side-right .text-wrap ul.list li ul li {
            padding-left: 35px; }
            .team-bios-widget .Stacked-Layout-with-Side-Panel .single-box .side-right .text-wrap ul.list li ul li::before {
              color: #007371; }
    .team-bios-widget .Stacked-Layout-with-Side-Panel .single-box .side-right .social-box {
      width: auto;
      margin: 0;
      position: relative;
      transition: 0.6s; }
      .team-bios-widget .Stacked-Layout-with-Side-Panel .single-box .side-right .social-box ul.social {
        padding: 0;
        list-style: none;
        display: flex;
        justify-content: flex-start; }
        .team-bios-widget .Stacked-Layout-with-Side-Panel .single-box .side-right .social-box ul.social li {
          margin: 3px; }
          .team-bios-widget .Stacked-Layout-with-Side-Panel .single-box .side-right .social-box ul.social li a {
            color: #464648;
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            background: #053667;
            display: block;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: 0,5s;
            font-size: 13px; }
            .team-bios-widget .Stacked-Layout-with-Side-Panel .single-box .side-right .social-box ul.social li a:hover {
              background: #007371;
              text-decoration: none; }
.team-bios-widget .Grid-Boxes-with-Pop-Up .single-box .img-wrap {
  display: flex;
  align-items: flex-end;
  transition: 0.6s;
  height: 230px;
  width: 230px;
  margin: 0 auto;
  border-radius: 50%;
  background-size: cover; }
  .team-bios-widget .Grid-Boxes-with-Pop-Up .single-box .img-wrap a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid #464648;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #464648;
    position: absolute;
    top: -50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: 0.6s; }
    .team-bios-widget .Grid-Boxes-with-Pop-Up .single-box .img-wrap a:hover {
      background: #464648;
      color: #053667; }
.team-bios-widget .Grid-Boxes-with-Pop-Up .single-box .info-wrap {
  padding-bottom: 15px;
  position: relative;
  left: 0%;
  transition: 0.6s; }
  .team-bios-widget .Grid-Boxes-with-Pop-Up .single-box .info-wrap span.name, .team-bios-widget .Grid-Boxes-with-Pop-Up .single-box .info-wrap span.position {
    display: inline-block;
    color: #464648;
    font-size: 14px;
    padding: 5px 10px;
    background: rgba(5, 54, 103, 0.8); }
  .team-bios-widget .Grid-Boxes-with-Pop-Up .single-box .info-wrap span.position {
    margin-top: 10px;
    display: block; }
.team-bios-widget .Grid-Boxes-with-Pop-Up .single-box .text-wrap {
  margin-top: 50px;
  text-align: center; }
  .team-bios-widget .Grid-Boxes-with-Pop-Up .single-box .text-wrap span.name, .team-bios-widget .Grid-Boxes-with-Pop-Up .single-box .text-wrap span.position {
    color: #053667;
    font-family: 'Muli', sans-serif;
    font-size: 24px;
    font-weight: 500;
    display: block;
    margin-bottom: 15px; }
  .team-bios-widget .Grid-Boxes-with-Pop-Up .single-box .text-wrap span.position {
    font-size: 18px;
    border-top: 1px solid #000;
    padding-top: 15px; }
.team-bios-widget .Grid-Boxes-with-Pop-Up .single-box .social-box {
  width: auto;
  margin: 0 auto;
  position: relative;
  transition: 0.6s; }
  .team-bios-widget .Grid-Boxes-with-Pop-Up .single-box .social-box ul.social {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center; }
    .team-bios-widget .Grid-Boxes-with-Pop-Up .single-box .social-box ul.social li {
      margin: 3px; }
      .team-bios-widget .Grid-Boxes-with-Pop-Up .single-box .social-box ul.social li a {
        color: #464648;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        background: #053667;
        display: block;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0,5s;
        font-size: 13px; }
        .team-bios-widget .Grid-Boxes-with-Pop-Up .single-box .social-box ul.social li a:hover {
          background: #007371;
          text-decoration: none; }
.team-bios-widget .Grid-Boxes-with-Pop-Up .single-box:hover .img-wrap a {
  top: 50%;
  text-decoration: none; }
.team-bios-widget .Grid-Boxes-with-Pop-Up .single-box:hover .info-wrap {
  left: -100%; }
.team-bios-widget .Grid-Boxes-with-Pop-Up.Circular-Grid-Boxes-with-Pop-Up .img-wrap {
  border-radius: 50%; }
  .team-bios-widget .Grid-Boxes-with-Pop-Up.Circular-Grid-Boxes-with-Pop-Up .img-wrap .info-wrap {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    transition: 0.6s; }
.team-bios-widget .Grid-Boxes-with-Pop-Up-2 .single-box {
  height: 230px;
  width: 230px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 3%; }
  .team-bios-widget .Grid-Boxes-with-Pop-Up-2 .single-box .img-wrap {
    display: flex;
    align-items: flex-end;
    transition: 0.6s;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover; }
    .team-bios-widget .Grid-Boxes-with-Pop-Up-2 .single-box .img-wrap .text {
      position: absolute;
      top: -60%;
      left: 0%;
      display: block;
      width: 100%;
      height: 100%;
      transition: 0.6s;
      padding-left: 5%; }
      .team-bios-widget .Grid-Boxes-with-Pop-Up-2 .single-box .img-wrap .text a {
        align-items: center;
        bottom: 0;
        color: #fff;
        display: flex;
        font-size: 20px;
        font-weight: 700;
        height: 100%;
        justify-content: center;
        position: absolute;
        right: 0;
        text-decoration: none !important;
        transition: 0.6s;
        width: 100%; }
        .team-bios-widget .Grid-Boxes-with-Pop-Up-2 .single-box .img-wrap .text a:hover {
          background: rgba(0, 0, 0, 0.4);
          color: #fff; }
        .team-bios-widget .Grid-Boxes-with-Pop-Up-2 .single-box .img-wrap .text a i {
          font-size: 25px;
          border: 2px solid #fff;
          border-radius: 50%;
          width: 40px;
          height: 40px;
          font-weight: 700;
          display: flex;
          align-items: center;
          justify-content: center; }
  .team-bios-widget .Grid-Boxes-with-Pop-Up-2 .single-box .info-wrap {
    position: absolute;
    left: 0%;
    bottom: 30%;
    transition: 0.6s;
    display: flex;
    flex-direction: column; }
    .team-bios-widget .Grid-Boxes-with-Pop-Up-2 .single-box .info-wrap span {
      display: inline-block;
      color: #fff;
      font-size: 14px;
      padding: 5px 10px;
      background: rgba(5, 54, 103, 0.8); }
    .team-bios-widget .Grid-Boxes-with-Pop-Up-2 .single-box .info-wrap span.position {
      margin-top: 10px;
      display: block; }
  .team-bios-widget .Grid-Boxes-with-Pop-Up-2 .single-box .text-wrap {
    margin-top: 50px;
    text-align: center; }
    .team-bios-widget .Grid-Boxes-with-Pop-Up-2 .single-box .text-wrap span.name, .team-bios-widget .Grid-Boxes-with-Pop-Up-2 .single-box .text-wrap span.position {
      color: #053667;
      font-family: 'Muli', sans-serif;
      font-size: 24px;
      font-weight: 500;
      display: block;
      margin-bottom: 15px; }
    .team-bios-widget .Grid-Boxes-with-Pop-Up-2 .single-box .text-wrap span.position {
      font-size: 18px;
      border-top: 1px solid #000;
      padding-top: 15px; }
  .team-bios-widget .Grid-Boxes-with-Pop-Up-2 .single-box .social-box {
    width: auto;
    margin: 0 auto;
    position: relative;
    transition: 0.6s; }
    .team-bios-widget .Grid-Boxes-with-Pop-Up-2 .single-box .social-box ul.social {
      padding: 0;
      list-style: none;
      display: flex;
      justify-content: center; }
      .team-bios-widget .Grid-Boxes-with-Pop-Up-2 .single-box .social-box ul.social li {
        margin: 3px; }
        .team-bios-widget .Grid-Boxes-with-Pop-Up-2 .single-box .social-box ul.social li a {
          color: #464648;
          width: 30px;
          height: 30px;
          display: flex;
          align-items: center;
          background: #053667;
          display: block;
          display: flex;
          justify-content: center;
          align-items: center;
          transition: 0,5s;
          font-size: 13px; }
          .team-bios-widget .Grid-Boxes-with-Pop-Up-2 .single-box .social-box ul.social li a:hover {
            background: #007371;
            text-decoration: none; }
  .team-bios-widget .Grid-Boxes-with-Pop-Up-2 .single-box:hover .img-wrap::before {
    opacity: 1;
    bottom: 0;
    transition: 0.4s; }
  .team-bios-widget .Grid-Boxes-with-Pop-Up-2 .single-box:hover .img-wrap .text {
    transition: 0.4s;
    top: 0%;
    text-decoration: none; }
  .team-bios-widget .Grid-Boxes-with-Pop-Up-2 .single-box:hover .info-wrap {
    left: -100%; }
.team-bios-widget .Grid-Boxes-with-Pop-Up-2.Circular-Grid-Boxes-with-Pop-Up .img-wrap {
  border-radius: 50%; }
  .team-bios-widget .Grid-Boxes-with-Pop-Up-2.Circular-Grid-Boxes-with-Pop-Up .img-wrap .info-wrap {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    transition: 0.6s; }
.team-bios-widget .Grid-Circular-with-Pop-Up .single-box .img-wrap {
  display: flex;
  align-items: flex-end;
  transition: 0.6s;
  height: 230px;
  width: 230px;
  margin: 0 auto; }
  .team-bios-widget .Grid-Circular-with-Pop-Up .single-box .img-wrap a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid #464648;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #464648;
    position: absolute;
    top: -50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: 0.6s; }
    .team-bios-widget .Grid-Circular-with-Pop-Up .single-box .img-wrap a:hover {
      background: #464648;
      color: #053667; }
.team-bios-widget .Grid-Circular-with-Pop-Up .single-box .info-wrap {
  padding-bottom: 15px;
  position: relative;
  left: 0%;
  transition: 0.6s; }
  .team-bios-widget .Grid-Circular-with-Pop-Up .single-box .info-wrap span.name, .team-bios-widget .Grid-Circular-with-Pop-Up .single-box .info-wrap span.position {
    display: inline-block;
    color: #464648;
    font-size: 14px;
    padding: 5px 10px;
    background: rgba(5, 54, 103, 0.8); }
  .team-bios-widget .Grid-Circular-with-Pop-Up .single-box .info-wrap span.position {
    margin-top: 10px;
    display: block; }
.team-bios-widget .Grid-Circular-with-Pop-Up .single-box .text-wrap {
  margin-top: 50px;
  text-align: center; }
  .team-bios-widget .Grid-Circular-with-Pop-Up .single-box .text-wrap span.name, .team-bios-widget .Grid-Circular-with-Pop-Up .single-box .text-wrap span.position {
    color: #053667;
    font-family: 'Muli', sans-serif;
    font-size: 24px;
    font-weight: 500;
    display: block;
    margin-bottom: 15px; }
  .team-bios-widget .Grid-Circular-with-Pop-Up .single-box .text-wrap span.position {
    font-size: 18px;
    border-top: 1px solid #000;
    padding-top: 15px; }
.team-bios-widget .Grid-Circular-with-Pop-Up .single-box .social-box {
  width: auto;
  margin: 0 auto;
  position: relative;
  transition: 0.6s; }
  .team-bios-widget .Grid-Circular-with-Pop-Up .single-box .social-box ul.social {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center; }
    .team-bios-widget .Grid-Circular-with-Pop-Up .single-box .social-box ul.social li {
      margin: 3px; }
      .team-bios-widget .Grid-Circular-with-Pop-Up .single-box .social-box ul.social li a {
        color: #464648;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        background: #053667;
        display: block;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0,5s;
        font-size: 13px; }
        .team-bios-widget .Grid-Circular-with-Pop-Up .single-box .social-box ul.social li a:hover {
          background: #007371;
          text-decoration: none; }
.team-bios-widget .Grid-Circular-with-Pop-Up .single-box:hover .img-wrap a {
  top: 50%;
  text-decoration: none; }
.team-bios-widget .Grid-Circular-with-Pop-Up .single-box:hover .info-wrap {
  left: -100%; }
.team-bios-widget .Grid-Circular-with-Pop-Up.Circular-Grid-Boxes-with-Pop-Up .img-wrap {
  border-radius: 50%; }
  .team-bios-widget .Grid-Circular-with-Pop-Up.Circular-Grid-Boxes-with-Pop-Up .img-wrap .info-wrap {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    transition: 0.6s; }
.team-bios-widget .Grid-Circles-with-Single-View {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-gap: 30px; }
  .team-bios-widget .Grid-Circles-with-Single-View .single-box .img-wrap {
    display: flex;
    align-items: flex-end;
    transition: 0.6s;
    border-radius: 50%;
    border: 1px solid #464648;
    box-shadow: 0 0 0 4px #fff, 0 0 0 7px;
    height: 240px;
    width: 240px; }
    .team-bios-widget .Grid-Circles-with-Single-View .single-box .img-wrap a.plus {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: 3px solid #464648;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #464648;
      position: absolute;
      top: -50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      transition: 0.6s; }
      .team-bios-widget .Grid-Circles-with-Single-View .single-box .img-wrap a.plus:hover {
        background: #464648;
        color: #053667; }
  .team-bios-widget .Grid-Circles-with-Single-View .single-box .info-wrap {
    position: absolute;
    left: 0%;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    transition: 0.6s; }
    .team-bios-widget .Grid-Circles-with-Single-View .single-box .info-wrap span.name, .team-bios-widget .Grid-Circles-with-Single-View .single-box .info-wrap span.position {
      display: inline-block;
      color: #464648;
      font-size: 14px;
      padding: 5px 10px;
      background: rgba(5, 54, 103, 0.8); }
    .team-bios-widget .Grid-Circles-with-Single-View .single-box .info-wrap span.position {
      margin-top: 0px;
      display: block; }
  .team-bios-widget .Grid-Circles-with-Single-View .single-box .social-box {
    width: auto;
    margin: 0 auto;
    position: relative;
    bottom: -50px;
    transition: 0.6s; }
    .team-bios-widget .Grid-Circles-with-Single-View .single-box .social-box ul.social {
      padding: 0;
      list-style: none;
      display: flex;
      justify-content: center; }
      .team-bios-widget .Grid-Circles-with-Single-View .single-box .social-box ul.social li {
        margin: 3px; }
        .team-bios-widget .Grid-Circles-with-Single-View .single-box .social-box ul.social li a {
          color: #464648;
          width: 30px;
          height: 30px;
          display: flex;
          align-items: center;
          background: #053667;
          display: block;
          display: flex;
          justify-content: center;
          align-items: center;
          transition: 0,5s;
          font-size: 13px; }
          .team-bios-widget .Grid-Circles-with-Single-View .single-box .social-box ul.social li a:hover {
            background: #007371;
            text-decoration: none; }
  .team-bios-widget .Grid-Circles-with-Single-View .single-box:hover .img-wrap a {
    top: 50%;
    text-decoration: none; }
  .team-bios-widget .Grid-Circles-with-Single-View .single-box:hover .info-wrap {
    left: -100%; }
  .team-bios-widget .Grid-Circles-with-Single-View .single-box:hover .social-box {
    bottom: 25px; }
.team-bios-widget .Grid-Circles-with-Single-Page {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-gap: 30px; }
  .team-bios-widget .Grid-Circles-with-Single-Page .single-box .img-wrap {
    display: flex;
    align-items: flex-end;
    transition: 0.6s;
    height: 400px;
    width: 100%; }
    .team-bios-widget .Grid-Circles-with-Single-Page .single-box .img-wrap a.plus {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: 3px solid #464648;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #464648;
      position: absolute;
      top: -50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      transition: 0.6s; }
      .team-bios-widget .Grid-Circles-with-Single-Page .single-box .img-wrap a.plus:hover {
        background: #464648;
        color: #053667; }
  .team-bios-widget .Grid-Circles-with-Single-Page .single-box .info-wrap {
    padding-bottom: 15px;
    position: absolute;
    left: 0%;
    bottom: 0%;
    transition: 0.6s; }
    .team-bios-widget .Grid-Circles-with-Single-Page .single-box .info-wrap span.name, .team-bios-widget .Grid-Circles-with-Single-Page .single-box .info-wrap span.position {
      display: inline-block;
      color: #464648;
      font-size: 14px;
      padding: 5px 10px;
      background: rgba(5, 54, 103, 0.8); }
    .team-bios-widget .Grid-Circles-with-Single-Page .single-box .info-wrap span.position {
      margin-top: 10px;
      display: block; }
  .team-bios-widget .Grid-Circles-with-Single-Page .single-box .social-box {
    width: auto;
    margin: 0 auto;
    position: relative;
    bottom: -50px;
    transition: 0.6s; }
    .team-bios-widget .Grid-Circles-with-Single-Page .single-box .social-box ul.social {
      padding: 0;
      list-style: none;
      display: flex;
      justify-content: center; }
      .team-bios-widget .Grid-Circles-with-Single-Page .single-box .social-box ul.social li {
        margin: 3px; }
        .team-bios-widget .Grid-Circles-with-Single-Page .single-box .social-box ul.social li a {
          color: #464648;
          width: 30px;
          height: 30px;
          display: flex;
          align-items: center;
          background: #053667;
          display: block;
          display: flex;
          justify-content: center;
          align-items: center;
          transition: 0,5s;
          font-size: 13px; }
          .team-bios-widget .Grid-Circles-with-Single-Page .single-box .social-box ul.social li a:hover {
            background: #007371;
            text-decoration: none; }
  .team-bios-widget .Grid-Circles-with-Single-Page .single-box:hover .img-wrap a {
    top: 50%;
    text-decoration: none; }
  .team-bios-widget .Grid-Circles-with-Single-Page .single-box:hover .info-wrap {
    left: -100%; }
  .team-bios-widget .Grid-Circles-with-Single-Page .single-box:hover .social-box {
    bottom: 25px; }
.team-bios-widget .our-team-single .side-left .list-team_member > ul > li {
  margin-bottom: 25px; }
.team-bios-widget .our-team-single .side-left .list-team_member ul {
  list-style: none;
  padding: 0; }
  .team-bios-widget .our-team-single .side-left .list-team_member ul li ul li {
    border-bottom: thin solid #053667;
    padding: 5px 0 5px 0; }
    .team-bios-widget .our-team-single .side-left .list-team_member ul li ul li:last-of-type {
      border: none; }
  .team-bios-widget .our-team-single .side-left .list-team_member ul li span.title-list {
    text-transform: uppercase;
    letter-spacing: .125em;
    color: #181818;
    display: inline-block;
    padding: 5px 0 5px 0;
    cursor: pointer; }
  .team-bios-widget .our-team-single .side-left .list-team_member ul li a {
    color: #053667; }
    .team-bios-widget .our-team-single .side-left .list-team_member ul li a:hover {
      text-decoration: none;
      color: #007371; }
.team-bios-widget .our-team-single .side-center {
  padding: 0 30px; }
.team-bios-widget .our-team-single h1.title {
  font-size: 46px;
  margin: 0 0 0 0; }
.team-bios-widget .our-team-single p.sub-title {
  font-size: 18px;
  margin: 0 0 0 0; }
.team-bios-widget .our-team-single hr {
  margin: 10px 0 10px 0;
  background-color: #ccc;
  border: 0;
  height: 1px; }
.team-bios-widget .our-team-single .social-box {
  width: auto;
  margin: 0 auto;
  position: relative;
  transition: 0.6s;
  margin-bottom: 50px; }
  .team-bios-widget .our-team-single .social-box ul.social {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start; }
    .team-bios-widget .our-team-single .social-box ul.social li {
      margin: 3px; }
      .team-bios-widget .our-team-single .social-box ul.social li a {
        color: #464648;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        background: #053667;
        display: block;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0,5s;
        font-size: 13px; }
        .team-bios-widget .our-team-single .social-box ul.social li a:hover {
          background: #007371;
          text-decoration: none; }
.team-bios-widget .our-team-single .profile-picture {
  border-bottom: 5px solid #053667;
  height: 250px;
  width: 250px;
  background-size: cover;
  background-position: center;
  margin: 0 auto 50px; }
.team-bios-widget .sidebar-Grid-Boxes-with-Pop-Up {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  max-width: 100%;
  z-index: 200;
  background: rgba(24, 24, 24, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999999; }
  .team-bios-widget .sidebar-Grid-Boxes-with-Pop-Up .big-content-wrap {
    width: 900px;
    height: 400px;
    display: grid;
    grid-template-columns: 300px 1fr;
    grid-gap: 30px;
    padding: 30px;
    border-radius: 10px;
    background: #fff;
    position: relative; }
    .team-bios-widget .sidebar-Grid-Boxes-with-Pop-Up .big-content-wrap .info-side-left .img-wrap {
      margin-bottom: 15px;
      background-size: cover;
      height: 245px; }
    .team-bios-widget .sidebar-Grid-Boxes-with-Pop-Up .big-content-wrap .info-side-left .position {
      display: block;
      font-size: 23px;
      font-weight: 700;
      color: #181818;
      margin: 15px auto; }
    .team-bios-widget .sidebar-Grid-Boxes-with-Pop-Up .big-content-wrap .info-side-left .social-box {
      width: auto;
      margin: 15px auto;
      position: relative;
      transition: 0.6s;
      margin-bottom: 50px; }
      .team-bios-widget .sidebar-Grid-Boxes-with-Pop-Up .big-content-wrap .info-side-left .social-box ul.social {
        padding: 0;
        list-style: none;
        display: flex;
        justify-content: flex-start; }
        .team-bios-widget .sidebar-Grid-Boxes-with-Pop-Up .big-content-wrap .info-side-left .social-box ul.social li {
          margin: 3px; }
          .team-bios-widget .sidebar-Grid-Boxes-with-Pop-Up .big-content-wrap .info-side-left .social-box ul.social li a {
            color: #464648;
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            background: #053667;
            display: block;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: 0,5s;
            font-size: 13px; }
            .team-bios-widget .sidebar-Grid-Boxes-with-Pop-Up .big-content-wrap .info-side-left .social-box ul.social li a:hover {
              background: #007371;
              text-decoration: none; }
    .team-bios-widget .sidebar-Grid-Boxes-with-Pop-Up .big-content-wrap .info-side-right .close-box {
      position: absolute;
      right: 15px;
      top: 15px; }
      .team-bios-widget .sidebar-Grid-Boxes-with-Pop-Up .big-content-wrap .info-side-right .close-box button.close {
        width: 40px;
        height: 40px;
        color: #181818; }
    .team-bios-widget .sidebar-Grid-Boxes-with-Pop-Up .big-content-wrap .info-side-right .info-wrap .description {
      height: 350px;
      overflow: scroll; }
      .team-bios-widget .sidebar-Grid-Boxes-with-Pop-Up .big-content-wrap .info-side-right .info-wrap .description h3 {
        color: #053667;
        font-size: 25px;
        margin-top: 0;
        font-weight: 700;
        display: block;
        margin-bottom: 25px; }
      .team-bios-widget .sidebar-Grid-Boxes-with-Pop-Up .big-content-wrap .info-side-right .info-wrap .description p {
        font-size: 18px;
        color: #181818;
        font-family: 'Oswald', sans-serif; }
        .team-bios-widget .sidebar-Grid-Boxes-with-Pop-Up .big-content-wrap .info-side-right .info-wrap .description p a {
          font-weight: 700;
          color: #053667; }
      .team-bios-widget .sidebar-Grid-Boxes-with-Pop-Up .big-content-wrap .info-side-right .info-wrap .description ul.list {
        font-family: 'Oswald', sans-serif;
        color: #181818;
        padding: 0; }
        .team-bios-widget .sidebar-Grid-Boxes-with-Pop-Up .big-content-wrap .info-side-right .info-wrap .description ul.list br {
          display: none; }
        .team-bios-widget .sidebar-Grid-Boxes-with-Pop-Up .big-content-wrap .info-side-right .info-wrap .description ul.list li {
          line-height: 1.6em;
          list-style-type: none;
          padding-left: 15px;
          position: relative;
          font-family: 'Oswald', sans-serif;
          font-size: 18px;
          color: #464648; }
          .team-bios-widget .sidebar-Grid-Boxes-with-Pop-Up .big-content-wrap .info-side-right .info-wrap .description ul.list li::before {
            content: "\f105";
            margin-right: 15px;
            margin-left: -15px;
            box-sizing: border-box;
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            transition: 0.4s;
            color: #053667; }
          .team-bios-widget .sidebar-Grid-Boxes-with-Pop-Up .big-content-wrap .info-side-right .info-wrap .description ul.list li a {
            color: #053667;
            font-weight: 400;
            font-size: 18px;
            font-family: 'Oswald', sans-serif;
            text-decoration: none; }
            .team-bios-widget .sidebar-Grid-Boxes-with-Pop-Up .big-content-wrap .info-side-right .info-wrap .description ul.list li a:hover {
              text-decoration: underline; }
          .team-bios-widget .sidebar-Grid-Boxes-with-Pop-Up .big-content-wrap .info-side-right .info-wrap .description ul.list li ul {
            padding: 0; }
            .team-bios-widget .sidebar-Grid-Boxes-with-Pop-Up .big-content-wrap .info-side-right .info-wrap .description ul.list li ul li {
              padding-left: 35px; }
              .team-bios-widget .sidebar-Grid-Boxes-with-Pop-Up .big-content-wrap .info-side-right .info-wrap .description ul.list li ul li::before {
                color: #053667; }
.team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel {
  position: fixed;
  right: -100%;
  top: 0;
  height: 100%;
  width: 400px;
  max-width: 100%;
  z-index: 200;
  background: rgba(24, 24, 24, 0.9);
  display: grid;
  grid-template-columns: 40px minmax(280px, 1fr); }
  .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel .social-box {
    background: #181818; }
    .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel .social-box ul.social {
      padding: 0;
      list-style: none;
      display: flex;
      flex-direction: column; }
      .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel .social-box ul.social li {
        border-bottom: 1px solid #464648; }
        .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel .social-box ul.social li a {
          color: #464648;
          width: 40px;
          height: 40px;
          display: block;
          display: flex;
          justify-content: center;
          align-items: center;
          transition: 0,5s; }
          .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel .social-box ul.social li a:hover {
            background: #007371;
            text-decoration: none; }
  .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel .bio-wrap {
    overflow: scroll; }
    .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel .bio-wrap .content-wrap {
      display: flex;
      flex-direction: column;
      height: 100%;
      overflow-y: auto; }
      .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel .bio-wrap .content-wrap .box-top {
        background: #053667;
        padding: 15px;
        display: grid;
        grid-template-columns: 1fr max-content; }
        .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel .bio-wrap .content-wrap .box-top .name {
          font-size: 30px;
          color: #464648; }
        .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel .bio-wrap .content-wrap .box-top button.close {
          width: 40px;
          height: 40px;
          color: #464648; }
      .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel .bio-wrap .content-wrap .img-wrap {
        background-position: top center;
        height: auto;
        padding-bottom: 100%; }
      .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel .bio-wrap .content-wrap .info-wrap {
        display: flex;
        flex-direction: column; }
        .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel .bio-wrap .content-wrap .info-wrap .position {
          font-size: 23px;
          font-weight: 700;
          padding: 15px;
          color: #464648; }
        .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel .bio-wrap .content-wrap .info-wrap .description {
          padding: 15px 15px 30px; }
          .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel .bio-wrap .content-wrap .info-wrap .description p {
            font-size: 18px;
            color: #464648;
            font-family: 'Oswald', sans-serif; }
            .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel .bio-wrap .content-wrap .info-wrap .description p a {
              font-weight: 700;
              color: #007371; }
          .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel .bio-wrap .content-wrap .info-wrap .description ul.list {
            font-family: 'Oswald', sans-serif;
            color: #181818;
            padding: 0; }
            .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel .bio-wrap .content-wrap .info-wrap .description ul.list br {
              display: none; }
            .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel .bio-wrap .content-wrap .info-wrap .description ul.list li {
              line-height: 1.6em;
              list-style-type: none;
              padding-left: 15px;
              position: relative;
              font-family: 'Oswald', sans-serif;
              font-size: 18px;
              color: #464648; }
              .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel .bio-wrap .content-wrap .info-wrap .description ul.list li::before {
                content: "\f0da";
                margin-right: 15px;
                margin-left: -15px;
                box-sizing: border-box;
                display: inline-block;
                font: normal normal normal 14px/1 FontAwesome;
                font-size: inherit;
                text-rendering: auto;
                transition: 0.4s;
                color: #007371; }
              .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel .bio-wrap .content-wrap .info-wrap .description ul.list li a {
                color: #464648;
                font-weight: 400;
                font-size: 18px;
                font-family: 'Oswald', sans-serif;
                text-decoration: none; }
              .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel .bio-wrap .content-wrap .info-wrap .description ul.list li ul {
                padding: 0; }
                .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel .bio-wrap .content-wrap .info-wrap .description ul.list li ul li {
                  padding-left: 35px; }
                  .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel .bio-wrap .content-wrap .info-wrap .description ul.list li ul li::before {
                    color: #007371; }
  .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel.full-s {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    max-width: 100%;
    z-index: 200;
    background: rgba(24, 24, 24, 0.9);
    display: flex;
    justify-content: center;
    align-items: center; }
    .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel.full-s .big-content-wrap {
      width: 900px;
      height: 400px;
      display: grid;
      grid-template-columns: 300px 1fr;
      grid-gap: 30px;
      padding: 30px;
      border-radius: 10px;
      background: #fff;
      position: relative; }
      .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel.full-s .big-content-wrap .info-side-left .img-wrap {
        margin-bottom: 15px; }
      .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel.full-s .big-content-wrap .info-side-left .position {
        display: block;
        font-size: 23px;
        font-weight: 700;
        color: #181818;
        margin: 15px auto; }
      .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel.full-s .big-content-wrap .info-side-left .social-box {
        width: auto;
        margin: 15px auto;
        position: relative;
        transition: 0.6s;
        margin-bottom: 50px; }
        .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel.full-s .big-content-wrap .info-side-left .social-box ul.social {
          padding: 0;
          list-style: none;
          display: flex;
          justify-content: flex-start; }
          .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel.full-s .big-content-wrap .info-side-left .social-box ul.social li {
            margin: 3px; }
            .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel.full-s .big-content-wrap .info-side-left .social-box ul.social li a {
              color: #464648;
              width: 30px;
              height: 30px;
              display: flex;
              align-items: center;
              background: #053667;
              display: block;
              display: flex;
              justify-content: center;
              align-items: center;
              transition: 0,5s;
              font-size: 13px; }
              .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel.full-s .big-content-wrap .info-side-left .social-box ul.social li a:hover {
                background: #007371;
                text-decoration: none; }
      .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel.full-s .big-content-wrap .info-side-right .close-box {
        position: absolute;
        right: 15px;
        top: 15px; }
        .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel.full-s .big-content-wrap .info-side-right .close-box button.close {
          width: 40px;
          height: 40px;
          color: #181818; }
      .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel.full-s .big-content-wrap .info-side-right .info-wrap .description {
        height: 350px;
        overflow: scroll; }
        .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel.full-s .big-content-wrap .info-side-right .info-wrap .description h3 {
          color: #053667;
          font-size: 25px;
          margin-top: 0;
          font-weight: 700;
          display: block;
          margin-bottom: 25px; }
        .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel.full-s .big-content-wrap .info-side-right .info-wrap .description p {
          font-size: 18px;
          color: #181818;
          font-family: 'Oswald', sans-serif; }
          .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel.full-s .big-content-wrap .info-side-right .info-wrap .description p a {
            font-weight: 700;
            color: #007371; }
        .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel.full-s .big-content-wrap .info-side-right .info-wrap .description ul.list {
          font-family: 'Oswald', sans-serif;
          color: #181818;
          padding: 0; }
          .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel.full-s .big-content-wrap .info-side-right .info-wrap .description ul.list br {
            display: none; }
          .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel.full-s .big-content-wrap .info-side-right .info-wrap .description ul.list li {
            line-height: 1.6em;
            list-style-type: none;
            padding-left: 15px;
            position: relative;
            font-family: 'Oswald', sans-serif;
            font-size: 18px;
            color: #464648; }
            .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel.full-s .big-content-wrap .info-side-right .info-wrap .description ul.list li::before {
              content: "\f105";
              margin-right: 15px;
              margin-left: -15px;
              box-sizing: border-box;
              display: inline-block;
              font: normal normal normal 14px/1 FontAwesome;
              font-size: inherit;
              text-rendering: auto;
              transition: 0.4s;
              color: #007371; }
            .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel.full-s .big-content-wrap .info-side-right .info-wrap .description ul.list li a {
              color: #007371;
              font-weight: 400;
              font-size: 18px;
              font-family: 'Oswald', sans-serif;
              text-decoration: none; }
              .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel.full-s .big-content-wrap .info-side-right .info-wrap .description ul.list li a:hover {
                text-decoration: underline; }
            .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel.full-s .big-content-wrap .info-side-right .info-wrap .description ul.list li ul {
              padding: 0; }
              .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel.full-s .big-content-wrap .info-side-right .info-wrap .description ul.list li ul li {
                padding-left: 35px; }
                .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel.full-s .big-content-wrap .info-side-right .info-wrap .description ul.list li ul li::before {
                  color: #007371; }
    .team-bios-widget .sidebar-Stacked-Layout-with-Side-Panel.full-s .bio-wrap {
      overflow: unset !important; }
.team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel {
  position: fixed;
  right: -100%;
  top: 0;
  height: 100%;
  width: 400px;
  max-width: 100%;
  z-index: 200;
  background: #181818;
  display: grid;
  grid-template-columns: 40px minmax(280px, 1fr);
  transition: 0.4s;
  z-index: 999999999999999; }
  .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel.active {
    right: 0;
    transition: 0.4s; }
  .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .social-box {
    background: #181818; }
    .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .social-box ul.social {
      padding: 0;
      list-style: none;
      display: flex;
      flex-direction: column; }
      .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .social-box ul.social li {
        border-bottom: 1px solid #464648; }
        .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .social-box ul.social li a {
          color: #464648;
          width: 40px;
          height: 40px;
          display: block;
          display: flex;
          justify-content: center;
          align-items: center;
          transition: 0,5s; }
          .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .social-box ul.social li a:hover {
            background: #007371;
            text-decoration: none; }
  .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .bio-wrap {
    overflow: scroll; }
    .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .bio-wrap .content-wrap {
      display: flex;
      flex-direction: column;
      height: 100%;
      overflow-y: auto; }
      .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .bio-wrap .content-wrap .box-top {
        background: #053667;
        padding: 15px;
        display: grid;
        grid-template-columns: 1fr max-content; }
        .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .bio-wrap .content-wrap .box-top .name {
          font-size: 30px;
          color: #fff; }
        .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .bio-wrap .content-wrap .box-top button.close {
          width: 40px;
          height: 40px;
          color: #fff; }
      .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .bio-wrap .content-wrap .img-wrap {
        background-position: top center;
        height: auto;
        padding-bottom: 100%; }
      .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .bio-wrap .content-wrap .info-wrap {
        display: flex;
        flex-direction: column; }
        .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .bio-wrap .content-wrap .info-wrap .position {
          font-size: 23px;
          font-weight: 700;
          padding: 15px;
          color: #fff; }
        .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .bio-wrap .content-wrap .info-wrap .description {
          padding: 15px 15px 30px; }
          .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .bio-wrap .content-wrap .info-wrap .description p {
            font-size: 18px;
            color: #fff;
            font-family: 'Oswald', sans-serif; }
            .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .bio-wrap .content-wrap .info-wrap .description p a {
              font-weight: 700;
              color: #007371; }
          .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .bio-wrap .content-wrap .info-wrap .description ul.list {
            font-family: 'Oswald', sans-serif;
            color: #fff;
            padding: 0; }
            .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .bio-wrap .content-wrap .info-wrap .description ul.list br {
              display: none; }
            .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .bio-wrap .content-wrap .info-wrap .description ul.list li {
              line-height: 1.6em;
              list-style-type: none;
              padding-left: 15px;
              position: relative;
              font-family: 'Oswald', sans-serif;
              font-size: 18px;
              color: #fff; }
              .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .bio-wrap .content-wrap .info-wrap .description ul.list li::before {
                content: "\f0da";
                margin-right: 15px;
                margin-left: -15px;
                box-sizing: border-box;
                display: inline-block;
                font: normal normal normal 14px/1 FontAwesome;
                font-size: inherit;
                text-rendering: auto;
                transition: 0.4s;
                color: #007371; }
              .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .bio-wrap .content-wrap .info-wrap .description ul.list li a {
                color: #fff;
                font-weight: 400;
                font-size: 18px;
                font-family: 'Oswald', sans-serif;
                text-decoration: none; }
              .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .bio-wrap .content-wrap .info-wrap .description ul.list li ul {
                padding: 0; }
                .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .bio-wrap .content-wrap .info-wrap .description ul.list li ul li {
                  padding-left: 35px; }
                  .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .bio-wrap .content-wrap .info-wrap .description ul.list li ul li::before {
                    color: #007371; }
.team-bios-widget .sidebar-Grid-Boxes-with-carousel-and-Side-Panel {
  position: fixed;
  right: -100%;
  top: 0;
  height: 100%;
  width: 400px;
  max-width: 100%;
  z-index: 200;
  background: #181818;
  display: grid;
  grid-template-columns: 40px minmax(280px, 1fr); }
  .team-bios-widget .sidebar-Grid-Boxes-with-carousel-and-Side-Panel .social-box {
    background: #181818; }
    .team-bios-widget .sidebar-Grid-Boxes-with-carousel-and-Side-Panel .social-box ul.social {
      padding: 0;
      list-style: none;
      display: flex;
      flex-direction: column; }
      .team-bios-widget .sidebar-Grid-Boxes-with-carousel-and-Side-Panel .social-box ul.social li {
        border-bottom: 1px solid #464648; }
        .team-bios-widget .sidebar-Grid-Boxes-with-carousel-and-Side-Panel .social-box ul.social li a {
          color: #fff;
          width: 40px;
          height: 40px;
          display: block;
          display: flex;
          justify-content: center;
          align-items: center;
          transition: 0,5s; }
          .team-bios-widget .sidebar-Grid-Boxes-with-carousel-and-Side-Panel .social-box ul.social li a:hover {
            background: #007371;
            text-decoration: none; }
  .team-bios-widget .sidebar-Grid-Boxes-with-carousel-and-Side-Panel .bio-wrap {
    overflow: scroll; }
    .team-bios-widget .sidebar-Grid-Boxes-with-carousel-and-Side-Panel .bio-wrap .content-wrap {
      display: flex;
      flex-direction: column;
      height: 100%;
      overflow-y: auto; }
      .team-bios-widget .sidebar-Grid-Boxes-with-carousel-and-Side-Panel .bio-wrap .content-wrap .box-top {
        background: #053667;
        padding: 15px;
        display: grid;
        grid-template-columns: 1fr max-content; }
        .team-bios-widget .sidebar-Grid-Boxes-with-carousel-and-Side-Panel .bio-wrap .content-wrap .box-top .name {
          font-size: 30px;
          color: #fff; }
        .team-bios-widget .sidebar-Grid-Boxes-with-carousel-and-Side-Panel .bio-wrap .content-wrap .box-top button.close {
          width: 40px;
          height: 40px;
          color: #fff; }
      .team-bios-widget .sidebar-Grid-Boxes-with-carousel-and-Side-Panel .bio-wrap .content-wrap .img-wrap {
        background-position: top center;
        height: auto;
        padding-bottom: 100%; }
      .team-bios-widget .sidebar-Grid-Boxes-with-carousel-and-Side-Panel .bio-wrap .content-wrap .info-wrap {
        display: flex;
        flex-direction: column; }
        .team-bios-widget .sidebar-Grid-Boxes-with-carousel-and-Side-Panel .bio-wrap .content-wrap .info-wrap .position {
          font-size: 23px;
          font-weight: 700;
          padding: 15px;
          color: #fff; }
        .team-bios-widget .sidebar-Grid-Boxes-with-carousel-and-Side-Panel .bio-wrap .content-wrap .info-wrap .description {
          padding: 15px 15px 30px; }
          .team-bios-widget .sidebar-Grid-Boxes-with-carousel-and-Side-Panel .bio-wrap .content-wrap .info-wrap .description p {
            font-size: 18px;
            color: #fff;
            font-family: 'Oswald', sans-serif; }
            .team-bios-widget .sidebar-Grid-Boxes-with-carousel-and-Side-Panel .bio-wrap .content-wrap .info-wrap .description p a {
              font-weight: 700;
              color: #007371; }
          .team-bios-widget .sidebar-Grid-Boxes-with-carousel-and-Side-Panel .bio-wrap .content-wrap .info-wrap .description ul.list {
            font-family: 'Oswald', sans-serif;
            color: #fff;
            padding: 0; }
            .team-bios-widget .sidebar-Grid-Boxes-with-carousel-and-Side-Panel .bio-wrap .content-wrap .info-wrap .description ul.list br {
              display: none; }
            .team-bios-widget .sidebar-Grid-Boxes-with-carousel-and-Side-Panel .bio-wrap .content-wrap .info-wrap .description ul.list li {
              line-height: 1.6em;
              list-style-type: none;
              padding-left: 15px;
              position: relative;
              font-family: 'Oswald', sans-serif;
              font-size: 18px;
              color: #fff; }
              .team-bios-widget .sidebar-Grid-Boxes-with-carousel-and-Side-Panel .bio-wrap .content-wrap .info-wrap .description ul.list li::before {
                content: "\f0da";
                margin-right: 15px;
                margin-left: -15px;
                box-sizing: border-box;
                display: inline-block;
                font: normal normal normal 14px/1 FontAwesome;
                font-size: inherit;
                text-rendering: auto;
                transition: 0.4s;
                color: #007371; }
              .team-bios-widget .sidebar-Grid-Boxes-with-carousel-and-Side-Panel .bio-wrap .content-wrap .info-wrap .description ul.list li a {
                color: #464648;
                font-weight: 400;
                font-size: 18px;
                font-family: 'Oswald', sans-serif;
                text-decoration: none; }
              .team-bios-widget .sidebar-Grid-Boxes-with-carousel-and-Side-Panel .bio-wrap .content-wrap .info-wrap .description ul.list li ul {
                padding: 0; }
                .team-bios-widget .sidebar-Grid-Boxes-with-carousel-and-Side-Panel .bio-wrap .content-wrap .info-wrap .description ul.list li ul li {
                  padding-left: 35px; }
                  .team-bios-widget .sidebar-Grid-Boxes-with-carousel-and-Side-Panel .bio-wrap .content-wrap .info-wrap .description ul.list li ul li::before {
                    color: #fff; }

@media only screen and (max-width: 991px) {
  .team-bios-widget .our-team-single .side-center {
    padding: 0; }

  .team-bios-widget .our-team-single .col-left {
    order: 3; }
  .team-bios-widget .our-team-single .col-center {
    order: 2; }

  .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .bio-wrap .content-wrap .box-top .name {
    font-size: 25px; }
  .team-bios-widget .sidebar-Grid-Boxes-with-Side-Panel .bio-wrap .content-wrap .img-wrap {
    padding-bottom: 75%; }

  .team-bios-widget .sidebar-Grid-Boxes-with-Pop-Up .big-content-wrap {
    width: 90%;
    height: 90%;
    padding: 60px 20px 30px;
    grid-template-columns: auto;
    overflow: scroll; }
    .team-bios-widget .sidebar-Grid-Boxes-with-Pop-Up .big-content-wrap .info-side-left {
      text-align: center; }
      .team-bios-widget .sidebar-Grid-Boxes-with-Pop-Up .big-content-wrap .info-side-left .img-wrap {
        height: 180px; }
      .team-bios-widget .sidebar-Grid-Boxes-with-Pop-Up .big-content-wrap .info-side-left .social-box {
        margin-bottom: 10px; }
        .team-bios-widget .sidebar-Grid-Boxes-with-Pop-Up .big-content-wrap .info-side-left .social-box ul.social {
          justify-content: center; }
    .team-bios-widget .sidebar-Grid-Boxes-with-Pop-Up .big-content-wrap .info-side-right .info-wrap .description {
      height: auto;
      overflow: unset; } }
@media only screen and (max-width: 768px) {
  .team-bios-widget .Stacked-Layout-with-Side-Panel .single-box {
    grid-template-columns: auto;
    text-align: center; }

  .team-bios-widget .Stacked-Layout-with-Side-Panel .single-box .side-right .social-box ul.social {
    justify-content: center; }

  .team-bios-widget .content-wrap {
    grid-template-columns: auto;
    justify-content: center; }

  .team-bios-widget .Grid-Boxes-with-Side-Panel {
    grid-template-columns: auto; }

  .team-bios-widget .Grid-Circles-with-Single-View {
    grid-template-columns: auto;
    justify-content: center; }

  .team-bios-widget .Grid-Circles-with-Single-Page {
    grid-template-columns: auto; }

  .sponsor-widget.sponsor-widget-interior #sponsors-slider .carousel-inner .content-wrap {
    grid-template-columns: 1fr; } }
/*START Landing--------------------------------------*/
.landing-interior {
  /*TOP------------------------------*/
  /*END TOP----------------------------*/
  /*BODY--------------------------------*/
  /*END BODY-------------------*/ }
  .landing-interior .interior-top .caption-a h1 {
    text-shadow: 0 0 45px #000; }
  .landing-interior .landing-a {
    padding: 60px 0;
    background: #c01a35;
    text-align: center; }
    .landing-interior .landing-a p {
      font-family: 'Noto Serif', sans-serif;
      font-size: 20px;
      color: #fff; }
  .landing-interior .landing-b {
    padding: 80px 0 120px;
    position: relative;
    background: #fff;
    overflow: hidden;
    text-align: center; }
    .landing-interior .landing-b h2 {
      font-family: 'Oswald', sans-serif;
      font-weight: 700;
      font-size: 36px;
      color: #053667;
      margin-bottom: 25px;
      text-align: center;
      text-transform: uppercase; }
    .landing-interior .landing-b .member-link {
      display: inline-block;
      margin: 0 2%;
      width: 170px; }
      .landing-interior .landing-b .member-link .member-box {
        position: relative; }
        .landing-interior .landing-b .member-link .member-box .member-img {
          width: 100%;
          height: 170px;
          background-size: cover;
          background-position: top;
          background-repeat: no-repeat; }
        .landing-interior .landing-b .member-link .member-box .member-body {
          background: #053667;
          padding: 15px;
          text-align: center; }
          .landing-interior .landing-b .member-link .member-box .member-body h3 {
            font-family: 'Noto Serif', sans-serif;
            color: #fff;
            font-size: 20px;
            font-weight: 700;
            margin: 0 !important; }
          .landing-interior .landing-b .member-link .member-box .member-body .arrow-box {
            position: absolute;
            width: 60px;
            height: 42px;
            background: #007371;
            right: -15px;
            bottom: -30px;
            transition: 0.4s; }
            .landing-interior .landing-b .member-link .member-box .member-body .arrow-box i {
              -webkit-transform: translate(-50%, -50%);
              -moz-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
              transition: 0.4s;
              color: #fff;
              font-size: 30px;
              left: 50%;
              position: absolute;
              top: 50%; }
      .landing-interior .landing-b .member-link:hover {
        text-decoration: none; }
        .landing-interior .landing-b .member-link:hover .member-box .member-body .arrow-box {
          background: #fff;
          border: 1px solid #007371;
          transition: 0.4s; }
          .landing-interior .landing-b .member-link:hover .member-box .member-body .arrow-box i {
            transition: 0.4s;
            color: #053667; }
    .landing-interior .landing-b .btn-2 {
      margin-top: 75px; }
  .landing-interior .landing-c {
    background: #053667;
    padding: 70px 0 0; }
    .landing-interior .landing-c h2 {
      font-family: 'Oswald', sans-serif;
      color: #fff;
      text-transform: uppercase;
      margin-bottom: 25px;
      text-align: center; }
    .landing-interior .landing-c .job_filters {
      background: transparent !important;
      color: #fff !important; }
      .landing-interior .landing-c .job_filters .search_jobs {
        width: 80%;
        margin: 0 auto 25px; }
        .landing-interior .landing-c .job_filters .search_jobs .search_keywords, .landing-interior .landing-c .job_filters .search_jobs .search_location {
          width: 45%; }
          .landing-interior .landing-c .job_filters .search_jobs .search_keywords input, .landing-interior .landing-c .job_filters .search_jobs .search_location input {
            font-family: 'Noto Serif', sans-serif;
            background: #ebebeb !important;
            color: #053667 !important;
            border: none;
            border-radius: 5px;
            padding-left: 25px;
            height: 50px;
            font-size: 20px;
            outline: none; }
      .landing-interior .landing-c .job_filters .job_types {
        background: transparent !important; }
        .landing-interior .landing-c .job_filters .job_types li {
          border-right: none !important;
          margin: 0 30px !important;
          padding: 30px 0 !important; }
          .landing-interior .landing-c .job_filters .job_types li label {
            font-family: 'Noto Serif', sans-serif;
            font-size: 18px;
            font-weight: 400;
            text-transform: uppercase; }
    .landing-interior .landing-c div.job_listings ul.job_listings {
      color: #fff !important; }
  .landing-interior .landing-d {
    position: relative;
    overflow: hidden;
    margin: 70px 0; }
    .landing-interior .landing-d .f-img {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      left: 2%;
      top: 0;
      position: absolute;
      width: 50%;
      height: 100%; }
    .landing-interior .landing-d .text-f {
      width: 98%;
      box-shadow: 10px 10px 65px #000;
      margin: 45px 0;
      position: relative;
      padding: 60px;
      background: #fff; }
      .landing-interior .landing-d .text-f h2 {
        font-family: 'Oswald', sans-serif;
        font-size: 49px;
        font-weight: 700;
        color: #007371;
        display: block;
        margin-bottom: 25px;
        margin-top: 0 !important;
        padding-left: 15px;
        position: relative; }
        .landing-interior .landing-d .text-f h2 span {
          color: #053667;
          display: block; }
        .landing-interior .landing-d .text-f h2::before {
          content: "";
          background: #fac300;
          height: 100%;
          width: 2px;
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0; }
      .landing-interior .landing-d .text-f p {
        font-size: 18px;
        color: #053667; }
      .landing-interior .landing-d .text-f a.red-arrow {
        background: #007371;
        height: 45px;
        padding: 15px 35px;
        position: absolute;
        right: 5%;
        bottom: -20px;
        width: 60px; }
        .landing-interior .landing-d .text-f a.red-arrow i {
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          color: #fff;
          font-size: 30px;
          left: 50%;
          position: absolute;
          top: 50%; }
  .landing-interior .landing-e {
    padding: 110px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative; }
    .landing-interior .landing-e::before {
      content: "";
      background: url("../images/landing-i-s.png") no-repeat;
      background-size: 100% 100%;
      background-position: left;
      background-repeat: no-repeat;
      left: 0;
      top: 0;
      position: absolute;
      width: 100%;
      height: 100%; }
    .landing-interior .landing-e .text-box {
      width: 34%; }
      .landing-interior .landing-e .text-box .text-testimonial-slider {
        position: relative;
        left: unset;
        display: inline-block;
        text-align: left;
        float: left; }
        .landing-interior .landing-e .text-box .text-testimonial-slider h2 {
          font-family: 'Oswald', sans-serif;
          font-size: 49px !important;
          color: #053667;
          font-weight: 700 !important;
          margin-bottom: 25px !important;
          display: block;
          text-transform: uppercase;
          position: relative; }
          .landing-interior .landing-e .text-box .text-testimonial-slider h2 span {
            display: block; }
          .landing-interior .landing-e .text-box .text-testimonial-slider h2::before {
            content: "";
            position: absolute;
            top: -25px;
            width: 60px;
            height: 2px;
            background: #007371;
            left: 0; }
        .landing-interior .landing-e .text-box .text-testimonial-slider p {
          font-family: 'Muli', sans-serif;
          font-size: 18px !important;
          color: #053667;
          margin-bottom: 50px; }

/*END Landing------------------------------------------*/
@media only screen and (max-width: 768px) {
  .landing-interior .landing-d .f-img {
    position: relative;
    width: 100%;
    height: 400px;
    left: 0; }
  .landing-interior .landing-d .text-f {
    width: 100%;
    box-shadow: 4px 4px 25px #000; }

  .landing-interior .landing-e::before {
    background: rgba(255, 255, 255, 0.4); }

  .landing-interior .landing-e {
    background: none !important; }

  .landing-interior .landing-b .member-link {
    margin-bottom: 45px; } }
@media only screen and (max-width: 480px) {
  .landing-interior .landing-b .member-link {
    margin-bottom: 45px; } }
.search-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  justify-content: space-evenly;
  align-items: flex-start;
  -webkit-justify-content: space-evenly;
  -webkit-align-items: flex-start; }
  .search-box #ajaxsearchpro1_1, .search-box #ajaxsearchpro1_2, .search-box div.asp_m.asp_m_1 {
    width: 33% !important;
    background: transparent;
    margin-left: 25px; }
    .search-box #ajaxsearchpro1_1 .probox, .search-box #ajaxsearchpro1_2 .probox, .search-box div.asp_m.asp_m_1 .probox {
      border-radius: 30px;
      border: 1px solid #dbdbdb;
      background: transparent !important;
      height: 38px !important; }
      .search-box #ajaxsearchpro1_1 .probox .promagnifier, .search-box #ajaxsearchpro1_2 .probox .promagnifier, .search-box div.asp_m.asp_m_1 .probox .promagnifier {
        background: #053667 !important;
        height: 100% !important;
        display: flex;
        align-items: center;
        justify-content: center; }
      .search-box #ajaxsearchpro1_1 .probox .proinput, .search-box #ajaxsearchpro1_2 .probox .proinput, .search-box div.asp_m.asp_m_1 .probox .proinput {
        background: #fff !important; }
        .search-box #ajaxsearchpro1_1 .probox .proinput form input, .search-box #ajaxsearchpro1_2 .probox .proinput form input, .search-box div.asp_m.asp_m_1 .probox .proinput form input {
          font-family: 'Muli', sans-serif;
          font-size: 18px;
          height: unset !important;
          padding: 5px 10px !important;
          background: #f6f6f6 !important;
          color: #000000;
          /* firefox 19+ */
          /* ie */ }
          .search-box #ajaxsearchpro1_1 .probox .proinput form input::-webkit-input-placeholder, .search-box #ajaxsearchpro1_2 .probox .proinput form input::-webkit-input-placeholder, .search-box div.asp_m.asp_m_1 .probox .proinput form input::-webkit-input-placeholder {
            color: #000000;
            opacity: 1; }
          .search-box #ajaxsearchpro1_1 .probox .proinput form input::-moz-placeholder, .search-box #ajaxsearchpro1_2 .probox .proinput form input::-moz-placeholder, .search-box div.asp_m.asp_m_1 .probox .proinput form input::-moz-placeholder {
            color: #000000;
            opacity: 1; }
          .search-box #ajaxsearchpro1_1 .probox .proinput form input:-ms-input-placeholder, .search-box #ajaxsearchpro1_2 .probox .proinput form input:-ms-input-placeholder, .search-box div.asp_m.asp_m_1 .probox .proinput form input:-ms-input-placeholder {
            color: #000000;
            opacity: 1; }
  .search-box .mdf_shortcode_container form select {
    font-family: 'Muli', sans-serif;
    font-size: 18px;
    height: 40px !important;
    padding: 5px 10px;
    background: #f6f6f6 !important;
    border-radius: 30px;
    border: 1px solid #dbdbdb;
    color: #000000;
    outline: none !important;
    margin-bottom: 0 !important;
    /* firefox 19+ */
    /* ie */ }
    .search-box .mdf_shortcode_container form select::-webkit-input-placeholder {
      color: #000000;
      opacity: 1; }
    .search-box .mdf_shortcode_container form select::-moz-placeholder {
      color: #000000;
      opacity: 1; }
    .search-box .mdf_shortcode_container form select:-ms-input-placeholder {
      color: #000000;
      opacity: 1; }

.donate-body .width-container {
  opacity: 0;
  display: block; }
  .donate-body .width-container .date {
    width: 100% !important; }
.donate-body .modal-content {
  padding: 40px; }
  .donate-body .modal-content .close {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 10px;
    right: 10px;
    font-weight: 900;
    color: #919191; }
  .donate-body .modal-content h3 {
    font-family: 'Noto Serif', sans-serif;
    color: #053667;
    font-size: 30px;
    font-weight: 500;
    line-height: 1em;
    margin-bottom: 20px; }
  .donate-body .modal-content #zakat-form-table {
    width: 100%; }
    .donate-body .modal-content #zakat-form-table .question-mark {
      border: none;
      background: transparent;
      margin-right: 10px;
      -webkit-appearance: none; }
      .donate-body .modal-content #zakat-form-table .question-mark i {
        color: #007371;
        font-size: 20px; }
    .donate-body .modal-content #zakat-form-table #zakat-compute, .donate-body .modal-content #zakat-form-table #zakat-compute-reset, .donate-body .modal-content #zakat-form-table #zakat-computed-submit {
      font-family: 'Muli', sans-serif;
      background: #007371;
      border-radius: 3px;
      border: 1px #007371 solid;
      color: #fff;
      font-weight: 700;
      padding: 5px 15px;
      text-transform: uppercase;
      display: block;
      margin-bottom: 10px;
      width: 100%; }
    .donate-body .modal-content #zakat-form-table [type=button], .donate-body .modal-content #zakat-form-table [type=reset], .donate-body .modal-content #zakat-form-table [type=submit], .donate-body .modal-content #zakat-form-table button {
      -webkit-appearance: none;
      outline: none; }
    .donate-body .modal-content #zakat-form-table input[disabled="disabled"] {
      cursor: not-allowed; }
      .donate-body .modal-content #zakat-form-table input[disabled="disabled"]:hover, .donate-body .modal-content #zakat-form-table input[disabled="disabled"]:focus {
        cursor: not-allowed; }
    .donate-body .modal-content #zakat-form-table tbody tr td {
      font-family: 'Muli', sans-serif;
      font-size: 18px;
      font-weight: 400;
      padding: 0 0 7px 0; }
    .donate-body .modal-content #zakat-form-table input {
      background: #ebebeb;
      height: 40px;
      padding: 10px;
      border-radius: 3px;
      width: 100%;
      border: 1px solid #cccccc;
      /* firefox 19+ */
      /* ie */ }
      .donate-body .modal-content #zakat-form-table input::-webkit-input-placeholder {
        color: #181818;
        opacity: 1; }
      .donate-body .modal-content #zakat-form-table input::-moz-placeholder {
        color: #181818;
        opacity: 1; }
      .donate-body .modal-content #zakat-form-table input:-ms-input-placeholder {
        color: #181818;
        opacity: 1; }

.donate-banner {
  height: 400px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0%; }
  .donate-banner::before {
    content: "";
    background: rgba(0, 0, 0, 0.25);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%; }
  .donate-banner .container {
    position: absolute;
    height: 100%;
    margin: 0 auto;
    left: 0;
    right: 0; }
    .donate-banner .container .row {
      height: 100%; }
  .donate-banner .logo {
    margin-bottom: 30px;
    width: 250px; }

.donate-body {
  padding: 50px 0 40px; }
  .donate-body .container .row .col-xl-6.col-lg-12.col-md-12.col-12:first-child {
    padding-bottom: 80vh; }
  .donate-body .donation-information {
    margin-bottom: 30px;
    z-index: 10;
    position: relative; }
    .donate-body .donation-information .width-container {
      position: absolute;
      bottom: -200px; }
    .donate-body .donation-information h2 {
      font-family: 'Noto Serif', sans-serif;
      color: #053667;
      font-size: 30px;
      font-weight: 500;
      line-height: 1em;
      margin-bottom: 20px; }
    .donate-body .donation-information p {
      font-family: 'Muli', sans-serif;
      color: #181818;
      font-size: 18px;
      font-weight: 400;
      line-height: 1.4em !important; }
      .donate-body .donation-information p a {
        border-bottom: 1px solid #009ece;
        color: #009ece;
        font-weight: 700;
        line-height: 1em;
        text-decoration: none; }
    .donate-body .donation-information a.btn-green-light {
      font-family: 'Oswald', sans-serif;
      background: #04d282;
      border-radius: 3px !important;
      border: none;
      color: #fff !important;
      color: #fff;
      display: inline-block;
      font-size: 20px;
      font-weight: 400;
      line-height: 1em;
      margin: 20px auto 20px;
      padding: 20px 25px 21px !important;
      text-transform: none;
      transition: all 0.4s ease;
      z-index: 20;
      position: relative; }
      .donate-body .donation-information a.btn-green-light:hover, .donate-body .donation-information a.btn-green-light:focus, .donate-body .donation-information a.btn-green-light:active {
        background: #04294f;
        color: #fff;
        text-decoration: none; }
  .donate-body .items-donate {
    margin: 40px auto; }
    .donate-body .items-donate .icon-box {
      display: inline-block; }
      .donate-body .items-donate .icon-box img {
        min-width: 75px; }
    .donate-body .items-donate .info-item {
      margin: auto 35px; }
      .donate-body .items-donate .info-item h4 {
        font-family: 'Oswald', sans-serif;
        color: #04d282;
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 7px; }
      .donate-body .items-donate .info-item p {
        font-size: 18px;
        line-height: 1.3em;
        color: #333333; }

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .donate-body .container .row .col-xl-6.col-lg-12.col-md-12.col-12:first-child {
    padding-bottom: 10vh; }

  .dnt-a::before {
    z-index: 0; } }
@media only screen and (max-width: 991px) {
  .donate-banner .logo a {
    display: block; }
    .donate-banner .logo a img {
      width: 100%; }

  .donate-body .container .row .col-xl-6.col-lg-12.col-md-12.col-12:first-child {
    padding-bottom: 10vh; }

  .dnt-a::before {
    z-index: 0; } }
@media only screen and (max-width: 768px) {
  .donate-banner {
    height: 230px; }

  .donate-body .modal-content {
    padding: 40px 15px; } }
@media only screen and (max-width: 480px) {
  .donate-body .modal-content #zakat-form-table tbody tr td {
    display: block; } }
.container-donation-form {
  background: #00556e;
  border-radius: 5px;
  margin-top: -150px;
  overflow: hidden; }

/*custom Donate FORM*/
/*div[id*="gform_wrapper_"],*/
.donateColumn_wrapper {
  background: transparent;
  border-radius: 7px;
  padding: 15px 25px;
  margin-bottom: 0;
  text-align: left;
  /*form*/
  /*Validation Error */
  /*Validation Error */ }
  .donateColumn_wrapper form {
    margin: 0 !important;
    padding: 0;
    /*start Body Form*/
    /* gform_body */
    /* gform_footer*/ }
    .donateColumn_wrapper form .gform_heading {
      display: none; }
      .donateColumn_wrapper form .gform_heading .gform_title {
        display: none; }
    .donateColumn_wrapper form .gform_body {
      display: block;
      /*ul.gform_fields, .top_labe */
      /*.ginput_container_total */ }
      .donateColumn_wrapper form .gform_body ul.gform_fields,
      .donateColumn_wrapper form .gform_body .top_label {
        padding: 0;
        margin: 0;
        /*gfield is a GLOBAL class*/
        /* end gfield is a global class*/
        /*Checkbox legal*/
        /*Checkbox Styles*/
        /*Gfield HTML*/
        /*Gfield HTML*/
        /*Input Fied TEXT*/
        /* input[type="text"]{ */
        /* } */
        /*Input Fied TEXT*/
        /* Product PRICE */
        /* End Product PRICE*/
        /*WARNING MESSAGE*/
        /*WARNING MESSAGE*/
        /*Credit Card Fields*/
        /* END Credit Card Fields*/
        /*Radio Button Recurring*/ }
        .donateColumn_wrapper form .gform_body ul.gform_fields li.gfield,
        .donateColumn_wrapper form .gform_body .top_label li.gfield {
          display: block;
          margin: 0;
          padding: 0; }
          .donateColumn_wrapper form .gform_body ul.gform_fields li.gfield label.gfield_label,
          .donateColumn_wrapper form .gform_body .top_label li.gfield label.gfield_label {
            display: none; }
          .donateColumn_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container,
          .donateColumn_wrapper form .gform_body .top_label li.gfield .ginput_container {
            margin-top: 0;
            /*Input Fied TEXT*/
            /*SELECT field price product*/ }
            .donateColumn_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input:active, .donateColumn_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input:focus,
            .donateColumn_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container textarea:active,
            .donateColumn_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container textarea:focus,
            .donateColumn_wrapper form .gform_body .top_label li.gfield .ginput_container input:active,
            .donateColumn_wrapper form .gform_body .top_label li.gfield .ginput_container input:focus,
            .donateColumn_wrapper form .gform_body .top_label li.gfield .ginput_container textarea:active,
            .donateColumn_wrapper form .gform_body .top_label li.gfield .ginput_container textarea:focus {
              outline: none !important;
              outline: 0; }
            .donateColumn_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input,
            .donateColumn_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container select,
            .donateColumn_wrapper form .gform_body .top_label li.gfield .ginput_container input,
            .donateColumn_wrapper form .gform_body .top_label li.gfield .ginput_container select {
              font-family: 'Muli', sans-serif;
              background-color: transparent !important;
              border-radius: 7px;
              border: 1px solid #fff !important;
              box-shadow: none;
              color: #ffffff;
              font-size: 18px !important;
              font-weight: 400;
              height: 50px;
              margin-bottom: 15px;
              padding: 10px 15px 10px 45px !important;
              position: relative;
              text-transform: none;
              width: 100%;
              /* firefox 19+ */
              /* ie */ }
              .donateColumn_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input::-webkit-input-placeholder,
              .donateColumn_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container select::-webkit-input-placeholder,
              .donateColumn_wrapper form .gform_body .top_label li.gfield .ginput_container input::-webkit-input-placeholder,
              .donateColumn_wrapper form .gform_body .top_label li.gfield .ginput_container select::-webkit-input-placeholder {
                color: #ffffff;
                opacity: 1; }
              .donateColumn_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input::-moz-placeholder,
              .donateColumn_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container select::-moz-placeholder,
              .donateColumn_wrapper form .gform_body .top_label li.gfield .ginput_container input::-moz-placeholder,
              .donateColumn_wrapper form .gform_body .top_label li.gfield .ginput_container select::-moz-placeholder {
                color: #ffffff;
                opacity: 1; }
              .donateColumn_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input:-ms-input-placeholder,
              .donateColumn_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container select:-ms-input-placeholder,
              .donateColumn_wrapper form .gform_body .top_label li.gfield .ginput_container input:-ms-input-placeholder,
              .donateColumn_wrapper form .gform_body .top_label li.gfield .ginput_container select:-ms-input-placeholder {
                color: #ffffff;
                opacity: 1; }
              .donateColumn_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input::before,
              .donateColumn_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container select::before,
              .donateColumn_wrapper form .gform_body .top_label li.gfield .ginput_container input::before,
              .donateColumn_wrapper form .gform_body .top_label li.gfield .ginput_container select::before {
                font-family: FontAwesome;
                font-style: normal;
                font-weight: normal;
                text-decoration: inherit;
                /*--adjust as necessary--*/
                display: inline-block;
                margin-left: 10px;
                position: relative; }
              .donateColumn_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input:focus, .donateColumn_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input:active,
              .donateColumn_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container select:focus,
              .donateColumn_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container select:active,
              .donateColumn_wrapper form .gform_body .top_label li.gfield .ginput_container input:focus,
              .donateColumn_wrapper form .gform_body .top_label li.gfield .ginput_container input:active,
              .donateColumn_wrapper form .gform_body .top_label li.gfield .ginput_container select:focus,
              .donateColumn_wrapper form .gform_body .top_label li.gfield .ginput_container select:active {
                outline: none !important;
                outline: 0 !important; }
              .donateColumn_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input::-moz-focus-inner,
              .donateColumn_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container select::-moz-focus-inner,
              .donateColumn_wrapper form .gform_body .top_label li.gfield .ginput_container input::-moz-focus-inner,
              .donateColumn_wrapper form .gform_body .top_label li.gfield .ginput_container select::-moz-focus-inner {
                outline: none !important;
                outline: 0 !important; }
            .donateColumn_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container #input_2_3,
            .donateColumn_wrapper form .gform_body .top_label li.gfield .ginput_container #input_2_3 {
              /* firefox 19+ */
              /* ie */ }
              .donateColumn_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container #input_2_3::-webkit-input-placeholder,
              .donateColumn_wrapper form .gform_body .top_label li.gfield .ginput_container #input_2_3::-webkit-input-placeholder {
                font-weight: 700;
                color: #ffffff;
                opacity: 1; }
              .donateColumn_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container #input_2_3::-moz-placeholder,
              .donateColumn_wrapper form .gform_body .top_label li.gfield .ginput_container #input_2_3::-moz-placeholder {
                font-weight: 700;
                color: #ffffff;
                opacity: 1; }
              .donateColumn_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container #input_2_3:-ms-input-placeholder,
              .donateColumn_wrapper form .gform_body .top_label li.gfield .ginput_container #input_2_3:-ms-input-placeholder {
                font-weight: 700;
                color: #ffffff;
                opacity: 1; }
            .donateColumn_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container select.gfield_select,
            .donateColumn_wrapper form .gform_body .top_label li.gfield .ginput_container select.gfield_select {
              padding-left: 15px !important;
              background: url("../images/select-arrow-white.png") 97%/auto no-repeat;
              -moz-appearance: none;
              -webkit-appearance: none;
              appearance: none; }
              .donateColumn_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container select.gfield_select option,
              .donateColumn_wrapper form .gform_body .top_label li.gfield .ginput_container select.gfield_select option {
                background: rgba(0, 0, 0, 0.6); }
              .donateColumn_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container select.gfield_select::-moz-focus-inner,
              .donateColumn_wrapper form .gform_body .top_label li.gfield .ginput_container select.gfield_select::-moz-focus-inner {
                outline: none !important;
                outline: 0; }
            .donateColumn_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container label,
            .donateColumn_wrapper form .gform_body .top_label li.gfield .ginput_container label {
              display: none; }
          .donateColumn_wrapper form .gform_body ul.gform_fields li.gfield textarea,
          .donateColumn_wrapper form .gform_body .top_label li.gfield textarea {
            font-family: 'Muli', sans-serif;
            background-color: transparent !important;
            border-radius: 7px;
            border: 1px solid #fff !important;
            box-shadow: none;
            color: #ffffff;
            font-size: 18px !important;
            font-weight: 400;
            margin-bottom: 15px;
            padding: 10px 15px 10px 45px !important;
            /* firefox 19+ */
            /* ie */ }
            .donateColumn_wrapper form .gform_body ul.gform_fields li.gfield textarea::-webkit-input-placeholder,
            .donateColumn_wrapper form .gform_body .top_label li.gfield textarea::-webkit-input-placeholder {
              color: #ffffff;
              opacity: 1; }
            .donateColumn_wrapper form .gform_body ul.gform_fields li.gfield textarea::-moz-placeholder,
            .donateColumn_wrapper form .gform_body .top_label li.gfield textarea::-moz-placeholder {
              color: #ffffff;
              opacity: 1; }
            .donateColumn_wrapper form .gform_body ul.gform_fields li.gfield textarea:-ms-input-placeholder,
            .donateColumn_wrapper form .gform_body .top_label li.gfield textarea:-ms-input-placeholder {
              color: #ffffff;
              opacity: 1; }
            .donateColumn_wrapper form .gform_body ul.gform_fields li.gfield textarea:focus, .donateColumn_wrapper form .gform_body ul.gform_fields li.gfield textarea:hover,
            .donateColumn_wrapper form .gform_body .top_label li.gfield textarea:focus,
            .donateColumn_wrapper form .gform_body .top_label li.gfield textarea:hover {
              outline: none;
              outline: 0; }
            .donateColumn_wrapper form .gform_body ul.gform_fields li.gfield textarea::-moz-focus-inner,
            .donateColumn_wrapper form .gform_body .top_label li.gfield textarea::-moz-focus-inner {
              outline: none !important;
              outline: 0; }
          .donateColumn_wrapper form .gform_body ul.gform_fields li.gfield.show-icon .ginput_container,
          .donateColumn_wrapper form .gform_body .top_label li.gfield.show-icon .ginput_container {
            position: relative; }
            .donateColumn_wrapper form .gform_body ul.gform_fields li.gfield.show-icon .ginput_container::before,
            .donateColumn_wrapper form .gform_body .top_label li.gfield.show-icon .ginput_container::before {
              font-family: "Font Awesome 5 Free";
              font-weight: normal;
              font-style: normal;
              text-decoration: inherit;
              /*--adjust as necessary--*/
              color: #fff;
              display: inline-block;
              left: 15px;
              position: absolute;
              top: 16px; }
          .donateColumn_wrapper form .gform_body ul.gform_fields li.gfield.show-icon .ginput_container_email::before,
          .donateColumn_wrapper form .gform_body .top_label li.gfield.show-icon .ginput_container_email::before {
            content: "\f0e0"; }
          .donateColumn_wrapper form .gform_body ul.gform_fields li.gfield.show-icon .ginput_container_textarea::before,
          .donateColumn_wrapper form .gform_body ul.gform_fields li.gfield.show-icon .ginput_container_text::before,
          .donateColumn_wrapper form .gform_body .top_label li.gfield.show-icon .ginput_container_textarea::before,
          .donateColumn_wrapper form .gform_body .top_label li.gfield.show-icon .ginput_container_text::before {
            content: "\f007"; }
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_29 label.gfield_label,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_36 label.gfield_label,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_38 label.gfield_label,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_37 label.gfield_label,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_42 label.gfield_label,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_48 label.gfield_label,
        .donateColumn_wrapper form .gform_body .top_label li#field_2_29 label.gfield_label,
        .donateColumn_wrapper form .gform_body .top_label li#field_2_36 label.gfield_label,
        .donateColumn_wrapper form .gform_body .top_label li#field_2_38 label.gfield_label,
        .donateColumn_wrapper form .gform_body .top_label li#field_12_37 label.gfield_label,
        .donateColumn_wrapper form .gform_body .top_label li#field_12_42 label.gfield_label,
        .donateColumn_wrapper form .gform_body .top_label li#field_12_48 label.gfield_label {
          font-family: 'Muli', sans-serif;
          color: #fff;
          display: block;
          font-size: 18px;
          margin: 0 auto 25px;
          font-weight: 400;
          text-align: center; }
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_14 ul li label,
        .donateColumn_wrapper form .gform_body .top_label li#field_2_14 ul li label {
          font-family: 'Muli', sans-serif;
          font-size: 18px;
          font-weight: 400;
          color: #fff;
          padding: 0 0 0 40px !important;
          display: block !important; }
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_14 ul li input[type="checkbox"],
        .donateColumn_wrapper form .gform_body .top_label li#field_2_14 ul li input[type="checkbox"] {
          display: none; }
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_14 ul li input[type="checkbox"]:not(:checked) + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_2_14 ul li input[type="checkbox"]:not(:checked) + label::after {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          border-radius: 3px !important;
          width: 30px !important;
          height: 30px !important;
          background: #fff !important;
          border: none !important;
          top: 0 !important; }
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_14 ul li input[type="checkbox"]:checked + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_2_14 ul li input[type="checkbox"]:checked + label::after {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          background: #fff url("../images/check.png") no-repeat;
          background-size: 70%;
          background-position: center;
          background-repeat: no-repeat;
          border-radius: 3px !important;
          width: 30px !important;
          height: 30px !important;
          border: none !important;
          top: 0 !important; }
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_38 ul#input_2_38,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_38 ul#input_12_48,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_48 ul#input_2_38,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_48 ul#input_12_48,
        .donateColumn_wrapper form .gform_body .top_label li#field_2_38 ul#input_2_38,
        .donateColumn_wrapper form .gform_body .top_label li#field_2_38 ul#input_12_48,
        .donateColumn_wrapper form .gform_body .top_label li#field_12_48 ul#input_2_38,
        .donateColumn_wrapper form .gform_body .top_label li#field_12_48 ul#input_12_48 {
          display: flex;
          align-items: flex-start;
          justify-content: space-around;
          flex-wrap: wrap; }
          .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_38 ul#input_2_38 li,
          .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_38 ul#input_12_48 li,
          .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_48 ul#input_2_38 li,
          .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_48 ul#input_12_48 li,
          .donateColumn_wrapper form .gform_body .top_label li#field_2_38 ul#input_2_38 li,
          .donateColumn_wrapper form .gform_body .top_label li#field_2_38 ul#input_12_48 li,
          .donateColumn_wrapper form .gform_body .top_label li#field_12_48 ul#input_2_38 li,
          .donateColumn_wrapper form .gform_body .top_label li#field_12_48 ul#input_12_48 li {
            width: 30%;
            min-height: 40px;
            line-height: 0 !important; }
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_42 ul#input_12_42,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_42 ul#input_2_36,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_36 ul#input_12_42,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_36 ul#input_2_36,
        .donateColumn_wrapper form .gform_body .top_label li#field_12_42 ul#input_12_42,
        .donateColumn_wrapper form .gform_body .top_label li#field_12_42 ul#input_2_36,
        .donateColumn_wrapper form .gform_body .top_label li#field_2_36 ul#input_12_42,
        .donateColumn_wrapper form .gform_body .top_label li#field_2_36 ul#input_2_36 {
          display: flex;
          align-items: flex-start;
          justify-content: center;
          flex-wrap: wrap; }
          .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_42 ul#input_12_42 li,
          .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_42 ul#input_2_36 li,
          .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_36 ul#input_12_42 li,
          .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_36 ul#input_2_36 li,
          .donateColumn_wrapper form .gform_body .top_label li#field_12_42 ul#input_12_42 li,
          .donateColumn_wrapper form .gform_body .top_label li#field_12_42 ul#input_2_36 li,
          .donateColumn_wrapper form .gform_body .top_label li#field_2_36 ul#input_12_42 li,
          .donateColumn_wrapper form .gform_body .top_label li#field_2_36 ul#input_2_36 li {
            width: 20%;
            min-height: 40px;
            line-height: 0 !important; }
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_29 ul#input_2_29,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_29 ul#input_12_37,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_37 ul#input_2_29,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_37 ul#input_12_37,
        .donateColumn_wrapper form .gform_body .top_label li#field_2_29 ul#input_2_29,
        .donateColumn_wrapper form .gform_body .top_label li#field_2_29 ul#input_12_37,
        .donateColumn_wrapper form .gform_body .top_label li#field_12_37 ul#input_2_29,
        .donateColumn_wrapper form .gform_body .top_label li#field_12_37 ul#input_12_37 {
          display: flex;
          align-items: flex-start;
          justify-content: flex-start;
          flex-wrap: wrap; }
          .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_29 ul#input_2_29 li,
          .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_29 ul#input_12_37 li,
          .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_37 ul#input_2_29 li,
          .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_37 ul#input_12_37 li,
          .donateColumn_wrapper form .gform_body .top_label li#field_2_29 ul#input_2_29 li,
          .donateColumn_wrapper form .gform_body .top_label li#field_2_29 ul#input_12_37 li,
          .donateColumn_wrapper form .gform_body .top_label li#field_12_37 ul#input_2_29 li,
          .donateColumn_wrapper form .gform_body .top_label li#field_12_37 ul#input_12_37 li {
            width: 50%;
            min-height: 40px;
            line-height: 0 !important; }
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_29 ul#input_2_29 li label,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_29 ul#input_2_36 li label,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_29 ul#input_2_38 li label,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_29 ul#input_12_37 li label,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_29 ul#input_12_42 li label,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_29 ul#input_12_48 li label,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_36 ul#input_2_29 li label,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_36 ul#input_2_36 li label,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_36 ul#input_2_38 li label,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_36 ul#input_12_37 li label,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_36 ul#input_12_42 li label,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_36 ul#input_12_48 li label,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_38 ul#input_2_29 li label,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_38 ul#input_2_36 li label,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_38 ul#input_2_38 li label,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_38 ul#input_12_37 li label,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_38 ul#input_12_42 li label,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_38 ul#input_12_48 li label,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_37 ul#input_2_29 li label,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_37 ul#input_2_36 li label,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_37 ul#input_2_38 li label,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_37 ul#input_12_37 li label,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_37 ul#input_12_42 li label,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_37 ul#input_12_48 li label,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_42 ul#input_2_29 li label,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_42 ul#input_2_36 li label,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_42 ul#input_2_38 li label,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_42 ul#input_12_37 li label,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_42 ul#input_12_42 li label,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_42 ul#input_12_48 li label,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_48 ul#input_2_29 li label,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_48 ul#input_2_36 li label,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_48 ul#input_2_38 li label,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_48 ul#input_12_37 li label,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_48 ul#input_12_42 li label,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_48 ul#input_12_48 li label,
        .donateColumn_wrapper form .gform_body .top_label li#field_2_29 ul#input_2_29 li label,
        .donateColumn_wrapper form .gform_body .top_label li#field_2_29 ul#input_2_36 li label,
        .donateColumn_wrapper form .gform_body .top_label li#field_2_29 ul#input_2_38 li label,
        .donateColumn_wrapper form .gform_body .top_label li#field_2_29 ul#input_12_37 li label,
        .donateColumn_wrapper form .gform_body .top_label li#field_2_29 ul#input_12_42 li label,
        .donateColumn_wrapper form .gform_body .top_label li#field_2_29 ul#input_12_48 li label,
        .donateColumn_wrapper form .gform_body .top_label li#field_2_36 ul#input_2_29 li label,
        .donateColumn_wrapper form .gform_body .top_label li#field_2_36 ul#input_2_36 li label,
        .donateColumn_wrapper form .gform_body .top_label li#field_2_36 ul#input_2_38 li label,
        .donateColumn_wrapper form .gform_body .top_label li#field_2_36 ul#input_12_37 li label,
        .donateColumn_wrapper form .gform_body .top_label li#field_2_36 ul#input_12_42 li label,
        .donateColumn_wrapper form .gform_body .top_label li#field_2_36 ul#input_12_48 li label,
        .donateColumn_wrapper form .gform_body .top_label li#field_2_38 ul#input_2_29 li label,
        .donateColumn_wrapper form .gform_body .top_label li#field_2_38 ul#input_2_36 li label,
        .donateColumn_wrapper form .gform_body .top_label li#field_2_38 ul#input_2_38 li label,
        .donateColumn_wrapper form .gform_body .top_label li#field_2_38 ul#input_12_37 li label,
        .donateColumn_wrapper form .gform_body .top_label li#field_2_38 ul#input_12_42 li label,
        .donateColumn_wrapper form .gform_body .top_label li#field_2_38 ul#input_12_48 li label,
        .donateColumn_wrapper form .gform_body .top_label li#field_12_37 ul#input_2_29 li label,
        .donateColumn_wrapper form .gform_body .top_label li#field_12_37 ul#input_2_36 li label,
        .donateColumn_wrapper form .gform_body .top_label li#field_12_37 ul#input_2_38 li label,
        .donateColumn_wrapper form .gform_body .top_label li#field_12_37 ul#input_12_37 li label,
        .donateColumn_wrapper form .gform_body .top_label li#field_12_37 ul#input_12_42 li label,
        .donateColumn_wrapper form .gform_body .top_label li#field_12_37 ul#input_12_48 li label,
        .donateColumn_wrapper form .gform_body .top_label li#field_12_42 ul#input_2_29 li label,
        .donateColumn_wrapper form .gform_body .top_label li#field_12_42 ul#input_2_36 li label,
        .donateColumn_wrapper form .gform_body .top_label li#field_12_42 ul#input_2_38 li label,
        .donateColumn_wrapper form .gform_body .top_label li#field_12_42 ul#input_12_37 li label,
        .donateColumn_wrapper form .gform_body .top_label li#field_12_42 ul#input_12_42 li label,
        .donateColumn_wrapper form .gform_body .top_label li#field_12_42 ul#input_12_48 li label,
        .donateColumn_wrapper form .gform_body .top_label li#field_12_48 ul#input_2_29 li label,
        .donateColumn_wrapper form .gform_body .top_label li#field_12_48 ul#input_2_36 li label,
        .donateColumn_wrapper form .gform_body .top_label li#field_12_48 ul#input_2_38 li label,
        .donateColumn_wrapper form .gform_body .top_label li#field_12_48 ul#input_12_37 li label,
        .donateColumn_wrapper form .gform_body .top_label li#field_12_48 ul#input_12_42 li label,
        .donateColumn_wrapper form .gform_body .top_label li#field_12_48 ul#input_12_48 li label {
          font-family: 'Muli', sans-serif;
          font-size: 17px;
          font-weight: 400;
          color: #fff;
          text-align: left;
          padding: 7px 0 0 40px !important; }
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_29 ul#input_2_29 li input[type="radio"],
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_29 ul#input_2_36 li input[type="radio"],
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_29 ul#input_2_38 li input[type="radio"],
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_29 ul#input_12_37 li input[type="radio"],
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_29 ul#input_12_42 li input[type="radio"],
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_29 ul#input_12_48 li input[type="radio"],
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_36 ul#input_2_29 li input[type="radio"],
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_36 ul#input_2_36 li input[type="radio"],
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_36 ul#input_2_38 li input[type="radio"],
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_36 ul#input_12_37 li input[type="radio"],
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_36 ul#input_12_42 li input[type="radio"],
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_36 ul#input_12_48 li input[type="radio"],
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_38 ul#input_2_29 li input[type="radio"],
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_38 ul#input_2_36 li input[type="radio"],
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_38 ul#input_2_38 li input[type="radio"],
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_38 ul#input_12_37 li input[type="radio"],
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_38 ul#input_12_42 li input[type="radio"],
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_38 ul#input_12_48 li input[type="radio"],
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_37 ul#input_2_29 li input[type="radio"],
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_37 ul#input_2_36 li input[type="radio"],
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_37 ul#input_2_38 li input[type="radio"],
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_37 ul#input_12_37 li input[type="radio"],
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_37 ul#input_12_42 li input[type="radio"],
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_37 ul#input_12_48 li input[type="radio"],
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_42 ul#input_2_29 li input[type="radio"],
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_42 ul#input_2_36 li input[type="radio"],
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_42 ul#input_2_38 li input[type="radio"],
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_42 ul#input_12_37 li input[type="radio"],
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_42 ul#input_12_42 li input[type="radio"],
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_42 ul#input_12_48 li input[type="radio"],
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_48 ul#input_2_29 li input[type="radio"],
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_48 ul#input_2_36 li input[type="radio"],
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_48 ul#input_2_38 li input[type="radio"],
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_48 ul#input_12_37 li input[type="radio"],
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_48 ul#input_12_42 li input[type="radio"],
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_48 ul#input_12_48 li input[type="radio"],
        .donateColumn_wrapper form .gform_body .top_label li#field_2_29 ul#input_2_29 li input[type="radio"],
        .donateColumn_wrapper form .gform_body .top_label li#field_2_29 ul#input_2_36 li input[type="radio"],
        .donateColumn_wrapper form .gform_body .top_label li#field_2_29 ul#input_2_38 li input[type="radio"],
        .donateColumn_wrapper form .gform_body .top_label li#field_2_29 ul#input_12_37 li input[type="radio"],
        .donateColumn_wrapper form .gform_body .top_label li#field_2_29 ul#input_12_42 li input[type="radio"],
        .donateColumn_wrapper form .gform_body .top_label li#field_2_29 ul#input_12_48 li input[type="radio"],
        .donateColumn_wrapper form .gform_body .top_label li#field_2_36 ul#input_2_29 li input[type="radio"],
        .donateColumn_wrapper form .gform_body .top_label li#field_2_36 ul#input_2_36 li input[type="radio"],
        .donateColumn_wrapper form .gform_body .top_label li#field_2_36 ul#input_2_38 li input[type="radio"],
        .donateColumn_wrapper form .gform_body .top_label li#field_2_36 ul#input_12_37 li input[type="radio"],
        .donateColumn_wrapper form .gform_body .top_label li#field_2_36 ul#input_12_42 li input[type="radio"],
        .donateColumn_wrapper form .gform_body .top_label li#field_2_36 ul#input_12_48 li input[type="radio"],
        .donateColumn_wrapper form .gform_body .top_label li#field_2_38 ul#input_2_29 li input[type="radio"],
        .donateColumn_wrapper form .gform_body .top_label li#field_2_38 ul#input_2_36 li input[type="radio"],
        .donateColumn_wrapper form .gform_body .top_label li#field_2_38 ul#input_2_38 li input[type="radio"],
        .donateColumn_wrapper form .gform_body .top_label li#field_2_38 ul#input_12_37 li input[type="radio"],
        .donateColumn_wrapper form .gform_body .top_label li#field_2_38 ul#input_12_42 li input[type="radio"],
        .donateColumn_wrapper form .gform_body .top_label li#field_2_38 ul#input_12_48 li input[type="radio"],
        .donateColumn_wrapper form .gform_body .top_label li#field_12_37 ul#input_2_29 li input[type="radio"],
        .donateColumn_wrapper form .gform_body .top_label li#field_12_37 ul#input_2_36 li input[type="radio"],
        .donateColumn_wrapper form .gform_body .top_label li#field_12_37 ul#input_2_38 li input[type="radio"],
        .donateColumn_wrapper form .gform_body .top_label li#field_12_37 ul#input_12_37 li input[type="radio"],
        .donateColumn_wrapper form .gform_body .top_label li#field_12_37 ul#input_12_42 li input[type="radio"],
        .donateColumn_wrapper form .gform_body .top_label li#field_12_37 ul#input_12_48 li input[type="radio"],
        .donateColumn_wrapper form .gform_body .top_label li#field_12_42 ul#input_2_29 li input[type="radio"],
        .donateColumn_wrapper form .gform_body .top_label li#field_12_42 ul#input_2_36 li input[type="radio"],
        .donateColumn_wrapper form .gform_body .top_label li#field_12_42 ul#input_2_38 li input[type="radio"],
        .donateColumn_wrapper form .gform_body .top_label li#field_12_42 ul#input_12_37 li input[type="radio"],
        .donateColumn_wrapper form .gform_body .top_label li#field_12_42 ul#input_12_42 li input[type="radio"],
        .donateColumn_wrapper form .gform_body .top_label li#field_12_42 ul#input_12_48 li input[type="radio"],
        .donateColumn_wrapper form .gform_body .top_label li#field_12_48 ul#input_2_29 li input[type="radio"],
        .donateColumn_wrapper form .gform_body .top_label li#field_12_48 ul#input_2_36 li input[type="radio"],
        .donateColumn_wrapper form .gform_body .top_label li#field_12_48 ul#input_2_38 li input[type="radio"],
        .donateColumn_wrapper form .gform_body .top_label li#field_12_48 ul#input_12_37 li input[type="radio"],
        .donateColumn_wrapper form .gform_body .top_label li#field_12_48 ul#input_12_42 li input[type="radio"],
        .donateColumn_wrapper form .gform_body .top_label li#field_12_48 ul#input_12_48 li input[type="radio"] {
          display: none; }
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_29 ul#input_2_29 li input[type="radio"]:not(:checked) + label::after,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_29 ul#input_2_36 li input[type="radio"]:not(:checked) + label::after,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_29 ul#input_2_38 li input[type="radio"]:not(:checked) + label::after,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_29 ul#input_12_37 li input[type="radio"]:not(:checked) + label::after,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_29 ul#input_12_42 li input[type="radio"]:not(:checked) + label::after,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_29 ul#input_12_48 li input[type="radio"]:not(:checked) + label::after,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_36 ul#input_2_29 li input[type="radio"]:not(:checked) + label::after,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_36 ul#input_2_36 li input[type="radio"]:not(:checked) + label::after,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_36 ul#input_2_38 li input[type="radio"]:not(:checked) + label::after,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_36 ul#input_12_37 li input[type="radio"]:not(:checked) + label::after,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_36 ul#input_12_42 li input[type="radio"]:not(:checked) + label::after,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_36 ul#input_12_48 li input[type="radio"]:not(:checked) + label::after,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_38 ul#input_2_29 li input[type="radio"]:not(:checked) + label::after,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_38 ul#input_2_36 li input[type="radio"]:not(:checked) + label::after,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_38 ul#input_2_38 li input[type="radio"]:not(:checked) + label::after,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_38 ul#input_12_37 li input[type="radio"]:not(:checked) + label::after,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_38 ul#input_12_42 li input[type="radio"]:not(:checked) + label::after,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_38 ul#input_12_48 li input[type="radio"]:not(:checked) + label::after,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_37 ul#input_2_29 li input[type="radio"]:not(:checked) + label::after,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_37 ul#input_2_36 li input[type="radio"]:not(:checked) + label::after,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_37 ul#input_2_38 li input[type="radio"]:not(:checked) + label::after,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_37 ul#input_12_37 li input[type="radio"]:not(:checked) + label::after,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_37 ul#input_12_42 li input[type="radio"]:not(:checked) + label::after,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_37 ul#input_12_48 li input[type="radio"]:not(:checked) + label::after,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_42 ul#input_2_29 li input[type="radio"]:not(:checked) + label::after,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_42 ul#input_2_36 li input[type="radio"]:not(:checked) + label::after,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_42 ul#input_2_38 li input[type="radio"]:not(:checked) + label::after,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_42 ul#input_12_37 li input[type="radio"]:not(:checked) + label::after,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_42 ul#input_12_42 li input[type="radio"]:not(:checked) + label::after,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_42 ul#input_12_48 li input[type="radio"]:not(:checked) + label::after,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_48 ul#input_2_29 li input[type="radio"]:not(:checked) + label::after,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_48 ul#input_2_36 li input[type="radio"]:not(:checked) + label::after,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_48 ul#input_2_38 li input[type="radio"]:not(:checked) + label::after,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_48 ul#input_12_37 li input[type="radio"]:not(:checked) + label::after,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_48 ul#input_12_42 li input[type="radio"]:not(:checked) + label::after,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_48 ul#input_12_48 li input[type="radio"]:not(:checked) + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_2_29 ul#input_2_29 li input[type="radio"]:not(:checked) + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_2_29 ul#input_2_36 li input[type="radio"]:not(:checked) + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_2_29 ul#input_2_38 li input[type="radio"]:not(:checked) + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_2_29 ul#input_12_37 li input[type="radio"]:not(:checked) + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_2_29 ul#input_12_42 li input[type="radio"]:not(:checked) + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_2_29 ul#input_12_48 li input[type="radio"]:not(:checked) + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_2_36 ul#input_2_29 li input[type="radio"]:not(:checked) + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_2_36 ul#input_2_36 li input[type="radio"]:not(:checked) + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_2_36 ul#input_2_38 li input[type="radio"]:not(:checked) + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_2_36 ul#input_12_37 li input[type="radio"]:not(:checked) + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_2_36 ul#input_12_42 li input[type="radio"]:not(:checked) + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_2_36 ul#input_12_48 li input[type="radio"]:not(:checked) + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_2_38 ul#input_2_29 li input[type="radio"]:not(:checked) + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_2_38 ul#input_2_36 li input[type="radio"]:not(:checked) + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_2_38 ul#input_2_38 li input[type="radio"]:not(:checked) + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_2_38 ul#input_12_37 li input[type="radio"]:not(:checked) + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_2_38 ul#input_12_42 li input[type="radio"]:not(:checked) + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_2_38 ul#input_12_48 li input[type="radio"]:not(:checked) + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_12_37 ul#input_2_29 li input[type="radio"]:not(:checked) + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_12_37 ul#input_2_36 li input[type="radio"]:not(:checked) + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_12_37 ul#input_2_38 li input[type="radio"]:not(:checked) + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_12_37 ul#input_12_37 li input[type="radio"]:not(:checked) + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_12_37 ul#input_12_42 li input[type="radio"]:not(:checked) + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_12_37 ul#input_12_48 li input[type="radio"]:not(:checked) + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_12_42 ul#input_2_29 li input[type="radio"]:not(:checked) + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_12_42 ul#input_2_36 li input[type="radio"]:not(:checked) + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_12_42 ul#input_2_38 li input[type="radio"]:not(:checked) + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_12_42 ul#input_12_37 li input[type="radio"]:not(:checked) + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_12_42 ul#input_12_42 li input[type="radio"]:not(:checked) + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_12_42 ul#input_12_48 li input[type="radio"]:not(:checked) + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_12_48 ul#input_2_29 li input[type="radio"]:not(:checked) + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_12_48 ul#input_2_36 li input[type="radio"]:not(:checked) + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_12_48 ul#input_2_38 li input[type="radio"]:not(:checked) + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_12_48 ul#input_12_37 li input[type="radio"]:not(:checked) + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_12_48 ul#input_12_42 li input[type="radio"]:not(:checked) + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_12_48 ul#input_12_48 li input[type="radio"]:not(:checked) + label::after {
          border-radius: 3px !important;
          width: 30px !important;
          height: 30px !important;
          background: #fff !important;
          border: none !important;
          top: 0 !important; }
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_29 ul#input_2_29 li input[type="radio"]:checked + label::after,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_29 ul#input_2_36 li input[type="radio"]:checked + label::after,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_29 ul#input_2_38 li input[type="radio"]:checked + label::after,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_29 ul#input_12_37 li input[type="radio"]:checked + label::after,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_29 ul#input_12_42 li input[type="radio"]:checked + label::after,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_29 ul#input_12_48 li input[type="radio"]:checked + label::after,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_36 ul#input_2_29 li input[type="radio"]:checked + label::after,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_36 ul#input_2_36 li input[type="radio"]:checked + label::after,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_36 ul#input_2_38 li input[type="radio"]:checked + label::after,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_36 ul#input_12_37 li input[type="radio"]:checked + label::after,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_36 ul#input_12_42 li input[type="radio"]:checked + label::after,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_36 ul#input_12_48 li input[type="radio"]:checked + label::after,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_38 ul#input_2_29 li input[type="radio"]:checked + label::after,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_38 ul#input_2_36 li input[type="radio"]:checked + label::after,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_38 ul#input_2_38 li input[type="radio"]:checked + label::after,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_38 ul#input_12_37 li input[type="radio"]:checked + label::after,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_38 ul#input_12_42 li input[type="radio"]:checked + label::after,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_38 ul#input_12_48 li input[type="radio"]:checked + label::after,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_37 ul#input_2_29 li input[type="radio"]:checked + label::after,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_37 ul#input_2_36 li input[type="radio"]:checked + label::after,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_37 ul#input_2_38 li input[type="radio"]:checked + label::after,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_37 ul#input_12_37 li input[type="radio"]:checked + label::after,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_37 ul#input_12_42 li input[type="radio"]:checked + label::after,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_37 ul#input_12_48 li input[type="radio"]:checked + label::after,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_42 ul#input_2_29 li input[type="radio"]:checked + label::after,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_42 ul#input_2_36 li input[type="radio"]:checked + label::after,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_42 ul#input_2_38 li input[type="radio"]:checked + label::after,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_42 ul#input_12_37 li input[type="radio"]:checked + label::after,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_42 ul#input_12_42 li input[type="radio"]:checked + label::after,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_42 ul#input_12_48 li input[type="radio"]:checked + label::after,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_48 ul#input_2_29 li input[type="radio"]:checked + label::after,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_48 ul#input_2_36 li input[type="radio"]:checked + label::after,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_48 ul#input_2_38 li input[type="radio"]:checked + label::after,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_48 ul#input_12_37 li input[type="radio"]:checked + label::after,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_48 ul#input_12_42 li input[type="radio"]:checked + label::after,
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_12_48 ul#input_12_48 li input[type="radio"]:checked + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_2_29 ul#input_2_29 li input[type="radio"]:checked + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_2_29 ul#input_2_36 li input[type="radio"]:checked + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_2_29 ul#input_2_38 li input[type="radio"]:checked + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_2_29 ul#input_12_37 li input[type="radio"]:checked + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_2_29 ul#input_12_42 li input[type="radio"]:checked + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_2_29 ul#input_12_48 li input[type="radio"]:checked + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_2_36 ul#input_2_29 li input[type="radio"]:checked + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_2_36 ul#input_2_36 li input[type="radio"]:checked + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_2_36 ul#input_2_38 li input[type="radio"]:checked + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_2_36 ul#input_12_37 li input[type="radio"]:checked + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_2_36 ul#input_12_42 li input[type="radio"]:checked + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_2_36 ul#input_12_48 li input[type="radio"]:checked + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_2_38 ul#input_2_29 li input[type="radio"]:checked + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_2_38 ul#input_2_36 li input[type="radio"]:checked + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_2_38 ul#input_2_38 li input[type="radio"]:checked + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_2_38 ul#input_12_37 li input[type="radio"]:checked + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_2_38 ul#input_12_42 li input[type="radio"]:checked + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_2_38 ul#input_12_48 li input[type="radio"]:checked + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_12_37 ul#input_2_29 li input[type="radio"]:checked + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_12_37 ul#input_2_36 li input[type="radio"]:checked + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_12_37 ul#input_2_38 li input[type="radio"]:checked + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_12_37 ul#input_12_37 li input[type="radio"]:checked + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_12_37 ul#input_12_42 li input[type="radio"]:checked + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_12_37 ul#input_12_48 li input[type="radio"]:checked + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_12_42 ul#input_2_29 li input[type="radio"]:checked + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_12_42 ul#input_2_36 li input[type="radio"]:checked + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_12_42 ul#input_2_38 li input[type="radio"]:checked + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_12_42 ul#input_12_37 li input[type="radio"]:checked + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_12_42 ul#input_12_42 li input[type="radio"]:checked + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_12_42 ul#input_12_48 li input[type="radio"]:checked + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_12_48 ul#input_2_29 li input[type="radio"]:checked + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_12_48 ul#input_2_36 li input[type="radio"]:checked + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_12_48 ul#input_2_38 li input[type="radio"]:checked + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_12_48 ul#input_12_37 li input[type="radio"]:checked + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_12_48 ul#input_12_42 li input[type="radio"]:checked + label::after,
        .donateColumn_wrapper form .gform_body .top_label li#field_12_48 ul#input_12_48 li input[type="radio"]:checked + label::after {
          background: #fff url("../images/check.png") no-repeat;
          background-size: 70%;
          background-position: center;
          background-repeat: no-repeat;
          border-radius: 3px !important;
          width: 30px !important;
          height: 30px !important;
          border: none !important;
          top: 0 !important; }
        .donateColumn_wrapper form .gform_body ul.gform_fields li.gfield_html,
        .donateColumn_wrapper form .gform_body .top_label li.gfield_html {
          color: #fff !important;
          font-size: 18px;
          line-height: 1.4em !important;
          list-style-type: none !important;
          margin-bottom: 20px; }
          .donateColumn_wrapper form .gform_body ul.gform_fields li.gfield_html h3,
          .donateColumn_wrapper form .gform_body .top_label li.gfield_html h3 {
            color: #fff !important;
            display: block;
            font-family: "Noto Serif", sans-serif;
            font-size: 30px !important;
            font-weight: 400;
            line-height: 1em;
            margin-bottom: 20px;
            margin-top: 0;
            text-transform: none !important; }
            .donateColumn_wrapper form .gform_body ul.gform_fields li.gfield_html h3 span,
            .donateColumn_wrapper form .gform_body .top_label li.gfield_html h3 span {
              color: #fff !important;
              display: inline-block;
              font-size: 24px;
              font-weight: 400; }
          .donateColumn_wrapper form .gform_body ul.gform_fields li.gfield_html p,
          .donateColumn_wrapper form .gform_body .top_label li.gfield_html p {
            font-family: 'Muli', sans-serif;
            color: #fff !important;
            font-size: 17px;
            line-height: 1.4em; }
            .donateColumn_wrapper form .gform_body ul.gform_fields li.gfield_html p a,
            .donateColumn_wrapper form .gform_body .top_label li.gfield_html p a {
              color: #fff !important; }
          .donateColumn_wrapper form .gform_body ul.gform_fields li.gfield_html ul.list,
          .donateColumn_wrapper form .gform_body .top_label li.gfield_html ul.list {
            padding: 0 !important;
            margin: 0 !important;
            list-style-type: none !important; }
            .donateColumn_wrapper form .gform_body ul.gform_fields li.gfield_html ul.list li,
            .donateColumn_wrapper form .gform_body .top_label li.gfield_html ul.list li {
              font-family: 'Muli', sans-serif;
              color: #fff !important;
              font-size: 16px;
              font-weight: 400 !important;
              line-height: 1.4em !important;
              list-style-type: none !important;
              margin: 0 !important;
              padding-left: 20px !important;
              position: relative; }
              .donateColumn_wrapper form .gform_body ul.gform_fields li.gfield_html ul.list li::before,
              .donateColumn_wrapper form .gform_body .top_label li.gfield_html ul.list li::before {
                content: "";
                background: #ffffff;
                border-radius: 50%;
                border: none !important;
                display: inline-block;
                height: 6px;
                left: 5px;
                position: absolute;
                top: 10px;
                width: 6px; }
              .donateColumn_wrapper form .gform_body ul.gform_fields li.gfield_html ul.list li p,
              .donateColumn_wrapper form .gform_body .top_label li.gfield_html ul.list li p {
                font-family: 'Muli', sans-serif;
                font-size: 16px;
                font-weight: 400;
                line-height: 1.4em;
                color: #fff; }
                .donateColumn_wrapper form .gform_body ul.gform_fields li.gfield_html ul.list li p strong,
                .donateColumn_wrapper form .gform_body .top_label li.gfield_html ul.list li p strong {
                  color: #fff;
                  font-size: 16px;
                  font-weight: 400;
                  line-height: 1.4em; }
        .donateColumn_wrapper form .gform_body ul.gform_fields li.gfield_price,
        .donateColumn_wrapper form .gform_body .top_label li.gfield_price {
          /*SELECT field price product*/
          /*Select Field  price product*/
          /*RADIO Button circular style*/
          /* End RADIO Button circular style */
          /*Other field, User define price*/
          /*Other field, User define price*/ }
          .donateColumn_wrapper form .gform_body ul.gform_fields li.gfield_price .ginput_container_select select.gfield_select,
          .donateColumn_wrapper form .gform_body .top_label li.gfield_price .ginput_container_select select.gfield_select {
            background: rgba(0, 0, 0, 0.6);
            padding-left: 15px !important; }
            .donateColumn_wrapper form .gform_body ul.gform_fields li.gfield_price .ginput_container_select select.gfield_select option,
            .donateColumn_wrapper form .gform_body .top_label li.gfield_price .ginput_container_select select.gfield_select option {
              background: rgba(0, 0, 0, 0.6); }
          .donateColumn_wrapper form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio,
          .donateColumn_wrapper form .gform_body .top_label li.gfield_price .ginput_container_radio {
            margin-bottom: 10px;
            display: block !important; }
            .donateColumn_wrapper form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio .gfield_radio,
            .donateColumn_wrapper form .gform_body .top_label li.gfield_price .ginput_container_radio .gfield_radio {
              /*Flex*/
              align-content: space-around;
              align-items: center;
              display: flex;
              flex-wrap: wrap;
              flex-flow: row wrap;
              justify-content: space-around;
              margin: 0;
              padding: 0;
              width: auto !important; }
              .donateColumn_wrapper form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio .gfield_radio li,
              .donateColumn_wrapper form .gform_body .top_label li.gfield_price .ginput_container_radio .gfield_radio li {
                text-align: center;
                list-style-type: none;
                margin: 15px 0 25px 0;
                overflow: visible; }
                .donateColumn_wrapper form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio .gfield_radio li input,
                .donateColumn_wrapper form .gform_body .top_label li.gfield_price .ginput_container_radio .gfield_radio li input {
                  left: 0;
                  margin: 0;
                  padding: 0;
                  position: absolute;
                  top: 0;
                  visibility: hidden; }
                .donateColumn_wrapper form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio .gfield_radio li input:checked + label,
                .donateColumn_wrapper form .gform_body .top_label li.gfield_price .ginput_container_radio .gfield_radio li input:checked + label {
                  color: #00556e !important;
                  /*background: #d0d996;*/ }
                .donateColumn_wrapper form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:checked + label,
                .donateColumn_wrapper form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:not(:checked) + label,
                .donateColumn_wrapper form .gform_body .top_label li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:checked + label,
                .donateColumn_wrapper form .gform_body .top_label li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:not(:checked) + label {
                  font-family: 'Noto Serif', sans-serif;
                  color: #ffffff;
                  cursor: pointer;
                  display: inline-block !important;
                  font-size: 24px;
                  font-weight: 400;
                  line-height: 1em;
                  margin: 0 auto;
                  max-width: 100%;
                  padding: 10px !important;
                  position: relative;
                  vertical-align: top;
                  z-index: 1; }
                  .donateColumn_wrapper form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:checked + label::after,
                  .donateColumn_wrapper form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:not(:checked) + label::after,
                  .donateColumn_wrapper form .gform_body .top_label li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:checked + label::after,
                  .donateColumn_wrapper form .gform_body .top_label li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:not(:checked) + label::after {
                    content: "";
                    -webkit-transform: translate(-50%, -50%);
                    -moz-transform: translate(-50%, -50%);
                    -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
                    background: #ffffff;
                    border: none;
                    border-radius: 5px;
                    height: 45px;
                    left: 50%;
                    position: absolute;
                    top: 50%;
                    transition: all 0.2s ease;
                    width: 80px;
                    z-index: -1; }
                .donateColumn_wrapper form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:checked,
                .donateColumn_wrapper form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:not(:checked),
                .donateColumn_wrapper form .gform_body .top_label li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:checked,
                .donateColumn_wrapper form .gform_body .top_label li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:not(:checked) {
                  position: absolute;
                  left: -9999px; }
                .donateColumn_wrapper form .gform_body ul.gform_fields li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:not(:checked) + label:after,
                .donateColumn_wrapper form .gform_body .top_label li.gfield_price .ginput_container_radio .gfield_radio li [type="radio"]:not(:checked) + label:after {
                  opacity: 0;
                  -webkit-transform: scale(0);
                  transform: scale(0); }
          .donateColumn_wrapper form .gform_body ul.gform_fields li.gfield_price .ginput_container_product_price,
          .donateColumn_wrapper form .gform_body .top_label li.gfield_price .ginput_container_product_price {
            position: relative;
            transition: 0.4s;
            margin-bottom: 18px; }
            .donateColumn_wrapper form .gform_body ul.gform_fields li.gfield_price .ginput_container_product_price .ginput_amount,
            .donateColumn_wrapper form .gform_body .top_label li.gfield_price .ginput_container_product_price .ginput_amount {
              text-align: center;
              margin-bottom: 20px;
              padding: 15px 10px 15px 30px !important; }
        .donateColumn_wrapper form .gform_body ul.gform_fields .gfield_creditcard_warning,
        .donateColumn_wrapper form .gform_body .top_label .gfield_creditcard_warning {
          color: #fff;
          width: auto !important; }
          .donateColumn_wrapper form .gform_body ul.gform_fields .gfield_creditcard_warning .gfield_creditcard_warning_message,
          .donateColumn_wrapper form .gform_body .top_label .gfield_creditcard_warning .gfield_creditcard_warning_message {
            margin-bottom: 10px; }
          .donateColumn_wrapper form .gform_body ul.gform_fields .gfield_creditcard_warning .ginput_container_creditcard .gform_card_icon_container,
          .donateColumn_wrapper form .gform_body .top_label .gfield_creditcard_warning .ginput_container_creditcard .gform_card_icon_container {
            display: none; }
        .donateColumn_wrapper form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full,
        .donateColumn_wrapper form .gform_body .top_label .ginput_container_creditcard span.ginput_full {
          position: relative;
          display: inline-block; }
          .donateColumn_wrapper form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full:first-child::after,
          .donateColumn_wrapper form .gform_body .top_label .ginput_container_creditcard span.ginput_full:first-child::after {
            content: "\f09d";
            font-family: "Font Awesome 5 Free";
            font-style: normal;
            text-decoration: inherit;
            /*--adjust as necessary--*/
            color: #fff;
            font-weight: 400;
            display: inline-block;
            left: 15px;
            line-height: 1em;
            position: absolute;
            bottom: 35px; }
          .donateColumn_wrapper form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full:last-child::before,
          .donateColumn_wrapper form .gform_body .top_label .ginput_container_creditcard span.ginput_full:last-child::before {
            content: "\f2c2";
            font-family: "Font Awesome 5 Free";
            font-style: normal;
            font-weight: 400;
            text-decoration: inherit;
            /*--adjust as necessary--*/
            color: #fff;
            display: inline-block;
            left: 15px;
            line-height: 1em;
            position: absolute;
            bottom: 35px; }
          .donateColumn_wrapper form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras,
          .donateColumn_wrapper form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras {
            font-size: 0;
            display: block; }
            .donateColumn_wrapper form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_right,
            .donateColumn_wrapper form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_right {
              display: inline-block;
              width: 30%;
              vertical-align: top;
              position: relative; }
              .donateColumn_wrapper form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_right::before,
              .donateColumn_wrapper form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_right::before {
                content: "\f023";
                font-family: "Font Awesome 5 Free";
                font-style: normal;
                font-weight: 900;
                text-decoration: inherit;
                /*--adjust as necessary--*/
                color: #fff;
                display: inline-block;
                font-size: 15px;
                left: 15px;
                position: absolute;
                top: 17px;
                line-height: 1em; }
              .donateColumn_wrapper form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_right input.ginput_card_security_code,
              .donateColumn_wrapper form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_right input.ginput_card_security_code {
                display: inline-block;
                max-width: 99% !important; }
              .donateColumn_wrapper form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_right span.ginput_card_security_code_icon,
              .donateColumn_wrapper form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_right span.ginput_card_security_code_icon {
                top: -18px;
                display: none; }
            .donateColumn_wrapper form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left,
            .donateColumn_wrapper form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left {
              width: 64%;
              display: inline-block;
              margin-right: 25px; }
              .donateColumn_wrapper form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left span.ginput_card_field,
              .donateColumn_wrapper form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left span.ginput_card_field {
                display: block; }
              .donateColumn_wrapper form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left select,
              .donateColumn_wrapper form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left select {
                font-family: 'Muli', sans-serif;
                width: 45% !important;
                margin: 0 15px 10px 0;
                padding: 10px !important;
                position: relative;
                background: url("../images/select-arrow-white.png") 97%/auto no-repeat;
                -moz-appearance: none;
                -webkit-appearance: none;
                appearance: none; }
                .donateColumn_wrapper form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left select#input_2_6_2_year,
                .donateColumn_wrapper form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left select#input_2_6_2_year {
                  margin: 0 0 10px 0 !important; }
                .donateColumn_wrapper form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left select option,
                .donateColumn_wrapper form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left select option {
                  /*height: 50px;*/
                  /* firefox 19+ */
                  /* ie */
                  background: #053667; }
                  .donateColumn_wrapper form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left select option::-webkit-input-placeholder,
                  .donateColumn_wrapper form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left select option::-webkit-input-placeholder {
                    color: #ffffff;
                    opacity: 1; }
                  .donateColumn_wrapper form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left select option::-moz-placeholder,
                  .donateColumn_wrapper form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left select option::-moz-placeholder {
                    color: #ffffff;
                    opacity: 1; }
                  .donateColumn_wrapper form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left select option:-ms-input-placeholder,
                  .donateColumn_wrapper form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left select option:-ms-input-placeholder {
                    color: #ffffff;
                    opacity: 1; }
          .donateColumn_wrapper form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full .gform_card_icon_container,
          .donateColumn_wrapper form .gform_body .top_label .ginput_container_creditcard span.ginput_full .gform_card_icon_container {
            display: none !important; }
        .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_7,
        .donateColumn_wrapper form .gform_body .top_label li#field_2_7 {
          /*Radio Button Recurring*/ }
          .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_7 .ginput_container_radio,
          .donateColumn_wrapper form .gform_body .top_label li#field_2_7 .ginput_container_radio {
            margin-bottom: 10px;
            margin-top: 0;
            display: block !important; }
            .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_7 .ginput_container_radio ul.gfield_radio,
            .donateColumn_wrapper form .gform_body .top_label li#field_2_7 .ginput_container_radio ul.gfield_radio {
              /*Flex*/
              display: flex;
              flex-wrap: wrap;
              flex-flow: row wrap;
              justify-content: space-between;
              align-items: center;
              align-content: center;
              padding: 0;
              margin: 0;
              width: 100%; }
              .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_7 .ginput_container_radio ul.gfield_radio li,
              .donateColumn_wrapper form .gform_body .top_label li#field_2_7 .ginput_container_radio ul.gfield_radio li {
                position: relative;
                text-align: center;
                list-style-type: none;
                width: 47%; }
                .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_7 .ginput_container_radio ul.gfield_radio li input,
                .donateColumn_wrapper form .gform_body .top_label li#field_2_7 .ginput_container_radio ul.gfield_radio li input {
                  left: 0;
                  margin: 0;
                  padding: 0;
                  position: absolute;
                  top: 0;
                  visibility: hidden; }
                .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_7 .ginput_container_radio ul.gfield_radio li label,
                .donateColumn_wrapper form .gform_body .top_label li#field_2_7 .ginput_container_radio ul.gfield_radio li label {
                  display: block;
                  margin: 0 !important; }
                .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_7 .ginput_container_radio ul.gfield_radio li input:checked + label,
                .donateColumn_wrapper form .gform_body .top_label li#field_2_7 .ginput_container_radio ul.gfield_radio li input:checked + label {
                  background: #ffffff !important;
                  color: #00556e !important;
                  display: block !important; }
                .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_7 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label,
                .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_7 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label,
                .donateColumn_wrapper form .gform_body .top_label li#field_2_7 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label,
                .donateColumn_wrapper form .gform_body .top_label li#field_2_7 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label {
                  font-family: 'Muli', sans-serif;
                  background-color: transparent;
                  border-radius: 7px;
                  border: 1px solid #fff !important;
                  box-shadow: none;
                  color: #ffffff;
                  font-size: 18px !important;
                  font-weight: 400;
                  height: 50px;
                  line-height: 1em;
                  margin-bottom: 15px;
                  max-width: 100%;
                  padding: 15px 5px !important;
                  position: relative !important;
                  text-transform: none;
                  width: 100%;
                  /* firefox 19+ */
                  /* ie */ }
                  .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_7 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label::-webkit-input-placeholder,
                  .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_7 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label::-webkit-input-placeholder,
                  .donateColumn_wrapper form .gform_body .top_label li#field_2_7 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label::-webkit-input-placeholder,
                  .donateColumn_wrapper form .gform_body .top_label li#field_2_7 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label::-webkit-input-placeholder {
                    color: #009ece;
                    opacity: 1; }
                  .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_7 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label::-moz-placeholder,
                  .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_7 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label::-moz-placeholder,
                  .donateColumn_wrapper form .gform_body .top_label li#field_2_7 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label::-moz-placeholder,
                  .donateColumn_wrapper form .gform_body .top_label li#field_2_7 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label::-moz-placeholder {
                    color: #009ece;
                    opacity: 1; }
                  .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_7 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label:-ms-input-placeholder,
                  .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_7 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label:-ms-input-placeholder,
                  .donateColumn_wrapper form .gform_body .top_label li#field_2_7 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label:-ms-input-placeholder,
                  .donateColumn_wrapper form .gform_body .top_label li#field_2_7 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label:-ms-input-placeholder {
                    color: #009ece;
                    opacity: 1; }
                  .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_7 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label:after,
                  .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_7 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label:after,
                  .donateColumn_wrapper form .gform_body .top_label li#field_2_7 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked + label:after,
                  .donateColumn_wrapper form .gform_body .top_label li#field_2_7 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label:after {
                    content: none; }
                .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_7 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked,
                .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_7 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked),
                .donateColumn_wrapper form .gform_body .top_label li#field_2_7 .ginput_container_radio ul.gfield_radio li [type="radio"]:checked,
                .donateColumn_wrapper form .gform_body .top_label li#field_2_7 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) {
                  position: absolute;
                  left: -9999px; }
                .donateColumn_wrapper form .gform_body ul.gform_fields li#field_2_7 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label:after,
                .donateColumn_wrapper form .gform_body .top_label li#field_2_7 .ginput_container_radio ul.gfield_radio li [type="radio"]:not(:checked) + label:after {
                  opacity: 0;
                  -webkit-transform: scale(0);
                  transform: scale(0); }
      .donateColumn_wrapper form .gform_body .ginput_container_total {
        margin-bottom: 10px; }
        .donateColumn_wrapper form .gform_body .ginput_container_total .ginput_total {
          color: #fff;
          font-size: 15px !important; }
    .donateColumn_wrapper form .gform_footer {
      padding: 0;
      margin: 0 !important; }
      .donateColumn_wrapper form .gform_footer input[type="submit"] {
        font-family: 'Muli', sans-serif;
        background: #007371;
        border-radius: 7px;
        border: none;
        color: #ffffff !important;
        display: block !important;
        font-size: 20px !important;
        font-weight: 700;
        height: unset;
        line-height: 1em;
        margin: 5px auto 10px;
        padding: 15px 10px;
        text-transform: uppercase;
        transition: all 0.4s ease;
        width: 100% !important; }
        .donateColumn_wrapper form .gform_footer input[type="submit"]:hover, .donateColumn_wrapper form .gform_footer input[type="submit"]:focus, .donateColumn_wrapper form .gform_footer input[type="submit"]:active {
          background: #00403f;
          color: #fff !important;
          text-decoration: none;
          outline: none; }
  .donateColumn_wrapper .gform_wrapper div.validation_error {
    border-top: 2px solid #053667;
    color: #fff !important;
    line-height: 1em;
    padding: 10px 0;
    text-align: center;
    border-bottom: 2px solid #053667; }
  .donateColumn_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    padding: 0;
    text-align: center; }
  .donateColumn_wrapper .gform_confirmation_wrapper .gform_confirmation_message {
    font-size: 18px;
    color: #fff !important;
    display: block;
    background: #053667;
    padding: 20px 30px; }

/* .donateColumn_wrapper*/
@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  /*.donateColumn_wrapper form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_right input.ginput_card_security_code, .donateColumn_wrapper form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_right {
    &::before{
      left: 16px !important
    }
  }*/
  .donateColumn_wrapper
  form
  .gform_body
  ul.gform_fields
  .ginput_container_creditcard
  span.ginput_full.ginput_cardextras
  span.ginput_cardinfo_left,
  .donateColumn_wrapper
  form
  .gform_body
  .top_label
  .ginput_container_creditcard
  span.ginput_full.ginput_cardextras
  span.ginput_cardinfo_left {
    margin-right: 0; }

  .donateColumn_wrapper
  form
  .gform_body
  ul.gform_fields
  .ginput_container_creditcard
  span.ginput_full.ginput_cardextras
  span.ginput_cardinfo_right
  input.ginput_card_security_code,
  .donateColumn_wrapper
  form
  .gform_body
  .top_label
  .ginput_container_creditcard
  span.ginput_full.ginput_cardextras
  span.ginput_cardinfo_right
  input.ginput_card_security_code {
    max-width: 100% !important;
    margin: 0 !important; }

  .donateColumn_wrapper
  form
  .gform_body
  ul.gform_fields
  .ginput_container_creditcard
  span.ginput_full:first-child::after {
    bottom: inherit;
    top: 15px; }

  .donateColumn_wrapper
  form
  .gform_body
  ul.gform_fields
  li#field_2_7
  .ginput_container_radio
  ul.gfield_radio
  li,
  .donateColumn_wrapper
  form
  .gform_body
  .top_label
  li#field_2_7
  .ginput_container_radio
  ul.gfield_radio
  li {
    width: 49%; }

  .donateColumn_wrapper
  form
  .gform_body
  ul.gform_fields
  .ginput_container_creditcard
  span.ginput_full:last-child::before,
  .donateColumn_wrapper
  form
  .gform_body
  .top_label
  .ginput_container_creditcard
  span.ginput_full:last-child::before {
    top: 15px; }

  .donateColumn_wrapper
  form
  .gform_body
  ul.gform_fields
  .ginput_container_creditcard
  span.ginput_full,
  .donateColumn_wrapper
  form
  .gform_body
  .top_label
  .ginput_container_creditcard
  span.ginput_full {
    display: block; }

  .modal-dialog {
    max-width: 90%; } }
@media only screen and (max-width: 991px) {
  .container-donation-form {
    margin-top: 0; }

  /*.donateColumn_wrapper form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_right::before, 
  .donateColumn_wrapper form .gform_body .top_label .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_right::before{
    left: 15px;
  }*/
  .donateColumn_wrapper
  form
  .gform_body
  ul.gform_fields
  .ginput_container_creditcard
  span.ginput_full.ginput_cardextras
  span.ginput_cardinfo_right
  input.ginput_card_security_code,
  .donateColumn_wrapper
  form
  .gform_body
  .top_label
  .ginput_container_creditcard
  span.ginput_full.ginput_cardextras
  span.ginput_cardinfo_right
  input.ginput_card_security_code {
    max-width: 100%; }

  .donateColumn_wrapper
  form
  .gform_body
  ul.gform_fields
  .ginput_container_creditcard
  span.ginput_full.ginput_cardextras
  span.ginput_cardinfo_left,
  .donateColumn_wrapper
  form
  .gform_body
  .top_label
  .ginput_container_creditcard
  span.ginput_full.ginput_cardextras
  span.ginput_cardinfo_left {
    margin-right: 0; } }
@media only screen and (max-width: 768px) {
  .donateColumn_wrapper
  form
  .gform_body
  ul.gform_fields
  .ginput_container_creditcard
  span.ginput_full.ginput_cardextras
  span.ginput_cardinfo_left,
  .donateColumn_wrapper
  form
  .gform_body
  .top_label
  .ginput_container_creditcard
  span.ginput_full.ginput_cardextras
  span.ginput_cardinfo_left {
    margin-right: 0; }

  .donateColumn_wrapper
  form
  .gform_body
  ul.gform_fields
  .ginput_container_creditcard
  span.ginput_full.ginput_cardextras
  span.ginput_cardinfo_right
  input.ginput_card_security_code,
  .donateColumn_wrapper
  form
  .gform_body
  .top_label
  .ginput_container_creditcard
  span.ginput_full.ginput_cardextras
  span.ginput_cardinfo_right
  input.ginput_card_security_code {
    max-width: 100%; }

  .donateColumn_wrapper {
    padding: 15px; }
    .donateColumn_wrapper form .gform_body ul.gform_fields {
      /*.ginput_container_creditcard span.ginput_full*/ }
      .donateColumn_wrapper form .gform_body ul.gform_fields .gfield_price .ginput_container_radio ul li {
        margin: 5px 0; }
        .donateColumn_wrapper form .gform_body ul.gform_fields .gfield_price .ginput_container_radio ul li label {
          width: 100%; }
      .donateColumn_wrapper form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full {
        display: block; }
        .donateColumn_wrapper form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left {
          width: 70%; }
          .donateColumn_wrapper form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left .ginput_card_expiration_container.ginput_card_field .ginput_card_expiration {
            width: 48% !important;
            margin: 0 0 10px 0; }
            .donateColumn_wrapper form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left .ginput_card_expiration_container.ginput_card_field .ginput_card_expiration.ginput_card_expiration_month {
              margin: 0 6px 0 0; }
            .donateColumn_wrapper form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_left .ginput_card_expiration_container.ginput_card_field .ginput_card_expiration.ginput_card_expiration_year {
              margin: 0 0 0 6px; }
        .donateColumn_wrapper form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_right {
          width: 30%; }
          .donateColumn_wrapper form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full.ginput_cardextras span.ginput_cardinfo_right .ginput_card_security_code {
            max-width: 100% !important;
            margin-bottom: 0;
            margin-left: 0 !important; }
        .donateColumn_wrapper form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full:first-child::after {
          top: inherit;
          bottom: 33px !important; }
        .donateColumn_wrapper form .gform_body ul.gform_fields .ginput_container_creditcard span.ginput_full:last-child::before {
          top: 17px !important; }

  .donateColumn_wrapper form .gform_footer .gform_button {
    padding: 10px 5px !important;
    font-size: 17px !important; }

  .donateColumn_wrapper
  form
  .gform_body
  ul.gform_fields
  li#field_2_11
  ul#input_2_11
  li,
  .donateColumn_wrapper
  form
  .gform_body
  .top_label
  li#field_2_11
  ul#input_2_11
  li {
    width: 49%; }

  .donateColumn_wrapper
  form
  .gform_body
  ul.gform_fields
  li.gfield
  .ginput_container,
  .donateColumn_wrapper
  form
  .gform_body
  .top_label
  li.gfield
  .ginput_container {
    margin-top: 0 !important; } }
@media only screen and (max-width: 480px) {
  .donateColumn_wrapper
  form
  .gform_body
  ul.gform_fields
  .ginput_container_creditcard
  span.ginput_full.ginput_cardextras
  span.ginput_cardinfo_right
  input.ginput_card_security_code::before,
  .donateColumn_wrapper
  form
  .gform_body
  .top_label
  .ginput_container_creditcard
  span.ginput_full.ginput_cardextras
  span.ginput_cardinfo_right::before {
    left: 16px !important; }

  .donateColumn_wrapper
  form
  .gform_body
  ul.gform_fields
  .ginput_container_creditcard
  span.ginput_full.ginput_cardextras
  span.ginput_cardinfo_right
  input.ginput_card_security_code,
  .donateColumn_wrapper
  form
  .gform_body
  .top_label
  .ginput_container_creditcard
  span.ginput_full.ginput_cardextras
  span.ginput_cardinfo_right
  input.ginput_card_security_code {
    max-width: 50% !important; }

  .donateColumn_wrapper
  form
  .gform_body
  ul.gform_fields
  .ginput_container_creditcard
  span.ginput_full,
  .donateColumn_wrapper
  form
  .gform_body
  .top_label
  .ginput_container_creditcard
  span.ginput_full {
    display: block; }

  .donateColumn_wrapper
  form
  .gform_body
  ul.gform_fields
  .ginput_container_creditcard
  span.ginput_full.ginput_cardextras
  span.ginput_cardinfo_right,
  .donateColumn_wrapper
  form
  .gform_body
  ul.gform_fields
  .ginput_container_creditcard
  span.ginput_full.ginput_cardextras
  span.ginput_cardinfo_left {
    width: 100%; }

  .donateColumn_wrapper
  form
  .gform_body
  ul.gform_fields
  li.gfield_price
  .ginput_container_radio
  .gfield_radio
  li
  [type="radio"]:checked
  + label,
  .donateColumn_wrapper
  form
  .gform_body
  ul.gform_fields
  li.gfield_price
  .ginput_container_radio
  .gfield_radio
  li
  [type="radio"]:not(:checked)
  + label,
  .donateColumn_wrapper
  form
  .gform_body
  .top_label
  li.gfield_price
  .ginput_container_radio
  .gfield_radio
  li
  [type="radio"]:checked
  + label,
  .donateColumn_wrapper
  form
  .gform_body
  .top_label
  li.gfield_price
  .ginput_container_radio
  .gfield_radio
  li
  [type="radio"]:not(:checked)
  + label {
    font-size: 20px; }

  .donateColumn_wrapper
  form
  .gform_body
  ul.gform_fields
  li.gfield_price
  .ginput_container_radio
  .gfield_radio
  li
  [type="radio"]:checked
  + label::after,
  .donateColumn_wrapper
  form
  .gform_body
  ul.gform_fields
  li.gfield_price
  .ginput_container_radio
  .gfield_radio
  li
  [type="radio"]:not(:checked)
  + label::after,
  .donateColumn_wrapper
  form
  .gform_body
  .top_label
  li.gfield_price
  .ginput_container_radio
  .gfield_radio
  li
  [type="radio"]:checked
  + label::after,
  .donateColumn_wrapper
  form
  .gform_body
  .top_label
  li.gfield_price
  .ginput_container_radio
  .gfield_radio
  li
  [type="radio"]:not(:checked)
  + label::after {
    width: 55px;
    height: 40px; } }
/*START html & body-------------------------------------*/
html, body {
  font-family: 'Oswald', sans-serif;
  color: #464648;
  font-size: 16px;
  overflow-x: hidden; }
  html a, body a {
    outline: none !important; }
  html h1, html h2, html h3, html h4, html h5, html h6, body h1, body h2, body h3, body h4, body h5, body h6 {
    font-family: 'Muli', sans-serif;
    font-weight: 700; }
  html .classic-text-widget, body .classic-text-widget {
    display: inline-block !important; }

/*END html & body-------------------------------------*/
/*START FrontPage (similar elements)-------------------------------------------*/
body.home {
  /*global Css*/ }
  body.home h2 {
    font-weight: 400;
    color: #053667;
    font-size: 35px;
    margin-top: 0 !important; }
    body.home h2 span {
      color: #007371; }
    body.home h2.white {
      color: #fff; }
      body.home h2.white span {
        color: #fff; }
    body.home h2.title {
      font-family: 'Noto Serif', sans-serif; }
  body.home p {
    font-family: 'Muli', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4em;
    margin: 0 0 15px 0; }
    body.home p strong {
      font-weight: 600 !important; }
  body.home figure {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    margin-bottom: 0 !important; }

/*global Css*/
.section-b {
  position: relative;
  background: #fff;
  padding: 45px 0;
  z-index: 1;
  text-align: center; }
  .section-b::before {
    content: "";
    background: transparent url("../images/triangles.png") no-repeat;
    background-size: contain;
    background-position: top left;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 30%; }
  .section-b .text-box {
    position: relative;
    z-index: 3; }
    .section-b .text-box::before {
      content: "";
      background: transparent url("../images/icon.png") no-repeat;
      width: 65px;
      height: 65px;
      position: relative;
      margin: 0 auto;
      display: block;
      background-position: center; }
    .section-b .text-box h2 {
      font-family: 'Oswald', sans-serif;
      display: block;
      color: #007371 !important;
      font-weight: 500 !important;
      text-transform: uppercase;
      font-size: 36px !important;
      margin-bottom: 35px !important; }
      .section-b .text-box h2 span {
        font-family: 'Noto Serif', sans-serif;
        color: #053667 !important;
        font-size: 30px !important;
        display: block;
        font-weight: 500;
        text-transform: none !important; }
      .section-b .text-box h2 strong {
        font-family: 'Noto Serif', sans-serif;
        font-weight: 400 !important;
        font-style: italic;
        text-transform: none !important;
        color: #053667;
        padding-right: 5px; }
    .section-b .text-box p {
      color: #000;
      margin-bottom: 40px !important; }
  .section-b .b-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 30%;
    position: absolute;
    right: 0%;
    top: 0;
    filter: grayscale(100%);
    z-index: 0;
    opacity: .46; }
    .section-b .b-img::before {
      content: "";
      background: transparent url("../images/b-shadow.png") no-repeat;
      width: 100%;
      height: 100%;
      background-size: 100% 100%;
      background-position: left center;
      left: 0;
      top: 0;
      z-index: 1;
      position: absolute; }

.section-c {
  padding: 50px 0;
  position: relative; }
  .section-c::before {
    content: "";
    background: transparent url("../images/c-shadow.jpg") no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .78;
    background-size: 100% 100%;
    z-index: 1; }
  .section-c figure {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    z-index: 0; }
  .section-c .btn-3 {
    margin-bottom: 15px !important; }
  .section-c .text-box {
    position: relative;
    z-index: 3;
    text-align: center; }
    .section-c .text-box h2 {
      margin-bottom: 55px; }
    .section-c .text-box .item-box {
      width: 16.6%;
      margin-bottom: 65px;
      text-align: center;
      position: relative; }
      .section-c .text-box .item-box::before {
        content: "";
        background: #fff;
        width: 1px;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0; }
      .section-c .text-box .item-box:last-child::before {
        content: none !important; }
      .section-c .text-box .item-box h3 {
        font-family: 'Muli', sans-serif;
        color: #fff;
        font-size: 45px;
        font-weight: 600;
        margin-top: 0 !important;
        margin-bottom: 20px;
        letter-spacing: 2px; }
        .section-c .text-box .item-box h3 span {
          font-size: 20px;
          text-transform: uppercase; }
      .section-c .text-box .item-box h4 {
        color: #04e4d7;
        font-size: 26px;
        font-family: 'Noto Serif', sans-serif;
        font-weight: 400;
        font-style: italic;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        letter-spacing: 2px; }
    .section-c .text-box a + a {
      margin-left: 10px; }
  .section-c .dpt-horizontal-wrapper.customStyles {
    width: 100% !important; }
    .section-c .dpt-horizontal-wrapper.customStyles .dpt-heading {
      display: none !important; }
    .section-c .dpt-horizontal-wrapper.customStyles .dpt-wrapper-container {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row wrap;
      align-items: flex-start;
      -webkit-justify-content: space-around;
      justify-content: space-around;
      -webkit-align-items: center;
      align-items: center;
      background: transparent !important;
      margin-bottom: 30px; }
      .section-c .dpt-horizontal-wrapper.customStyles .dpt-wrapper-container .prayer-time {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: column;
        -webkit-align-items: center;
        align-items: center;
        height: unset !important;
        width: calc(100%/6);
        position: relative;
        padding: 0 15px 20px;
        border-right: none; }
        .section-c .dpt-horizontal-wrapper.customStyles .dpt-wrapper-container .prayer-time::before {
          content: "";
          background: #d7d7d7;
          display: block;
          height: 80%;
          position: absolute;
          right: 0px;
          top: 10%;
          width: 1px; }
        .section-c .dpt-horizontal-wrapper.customStyles .dpt-wrapper-container .prayer-time:last-child::before {
          content: none; }
        .section-c .dpt-horizontal-wrapper.customStyles .dpt-wrapper-container .prayer-time.highlight {
          background-color: transparent !important; }
        .section-c .dpt-horizontal-wrapper.customStyles .dpt-wrapper-container .prayer-time div {
          font-size: 0;
          margin: 0; }
        .section-c .dpt-horizontal-wrapper.customStyles .dpt-wrapper-container .prayer-time h3 {
          font-family: 'Noto Serif', sans-serif;
          color: #04e4d7;
          font-size: 26px !important;
          font-style: italic;
          font-weight: 400 !important;
          letter-spacing: 2px;
          margin: 15px 0 0 0 !important; }
        .section-c .dpt-horizontal-wrapper.customStyles .dpt-wrapper-container .prayer-time .prayer-jamaat, .section-c .dpt-horizontal-wrapper.customStyles .dpt-wrapper-container .prayer-time .prayer-start {
          font-family: 'Muli', sans-serif;
          color: #fff;
          font-size: 40px !important;
          font-weight: 600;
          letter-spacing: 2px;
          margin: 0 0 10px 0 !important;
          padding-right: 36px;
          line-height: 1;
          position: relative; }
          .section-c .dpt-horizontal-wrapper.customStyles .dpt-wrapper-container .prayer-time .prayer-jamaat span, .section-c .dpt-horizontal-wrapper.customStyles .dpt-wrapper-container .prayer-time .prayer-start span {
            bottom: 3px;
            font-size: 18px;
            position: absolute;
            letter-spacing: 1px;
            right: 0;
            text-transform: uppercase; }
        .section-c .dpt-horizontal-wrapper.customStyles .dpt-wrapper-container .prayer-time .prayer-start {
          order: 0;
          display: none; }
        .section-c .dpt-horizontal-wrapper.customStyles .dpt-wrapper-container .prayer-time.prayer-sunrise .prayer-start {
          display: block !important; }
        .section-c .dpt-horizontal-wrapper.customStyles .dpt-wrapper-container .prayer-time .prayer-jamaat {
          order: 1; }
        .section-c .dpt-horizontal-wrapper.customStyles .dpt-wrapper-container .prayer-time h3 {
          order: 2; }
    .section-c .dpt-horizontal-wrapper.customStyles .dpt-announcement {
      margin-bottom: 50px;
      display: none; }

.section-d {
  padding: 55px 0;
  text-align: center; }
  .section-d h2 {
    margin-bottom: 60px; }
  .section-d .item-box {
    display: block;
    padding: 0 15px;
    text-decoration: none !important; }
    .section-d .item-box .d-item {
      min-height: 360px;
      width: 100%;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      flex-direction: column;
      transition: all 0.4s;
      margin-bottom: 55px; }
      .section-d .item-box .d-item .bg-item {
        width: 100%;
        transition: 0.4s;
        height: 100%;
        position: absolute;
        background-color: #f1f4f5;
        background-position: center;
        -webkit-mask: url("../images/d-item.svg") no-repeat center/100% 100%;
        mask: url("../images/d-item.svg") no-repeat center/100% 100%; }
      .section-d .item-box .d-item .star-box {
        margin-bottom: 50px;
        transition: all 0.4s;
        display: flex;
        align-items: center;
        justify-content: center; }
        .section-d .item-box .d-item .star-box::before {
          transition: all 0.4s; }
        .section-d .item-box .d-item .star-box .icon {
          width: 75px;
          transition: 0.4s;
          height: 60px;
          background-color: #fff;
          background-position: center; }
      .section-d .item-box .d-item h2 {
        font-size: 22px !important;
        z-index: 2;
        transition: all 0.4s;
        margin-bottom: 35px !important;
        padding: 0 56px; }
      .section-d .item-box .d-item.first {
        transition: all 0.4s; }
        .section-d .item-box .d-item.first .star-box {
          background: #02446b !important;
          width: 100px;
          height: 100px;
          position: relative;
          text-align: center; }
          .section-d .item-box .d-item.first .star-box::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            height: 100px;
            width: 100px;
            background: #02446b;
            transform: rotate(135deg); }
        .section-d .item-box .d-item.first:hover .bg-item {
          background-color: #02446b; }
        .section-d .item-box .d-item.first:hover .star-box .icon {
          background-color: #02446b; }
      .section-d .item-box .d-item.second {
        transition: 0.4s; }
        .section-d .item-box .d-item.second .star-box {
          background: #00556e !important;
          width: 100px;
          height: 100px;
          position: relative;
          text-align: center; }
          .section-d .item-box .d-item.second .star-box::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            height: 100px;
            width: 100px;
            background: #00556e;
            transform: rotate(135deg); }
        .section-d .item-box .d-item.second:hover .bg-item {
          background-color: #00556e; }
        .section-d .item-box .d-item.second:hover .star-box .icon {
          background-color: #00556e; }
      .section-d .item-box .d-item.third {
        transition: 0.4s; }
        .section-d .item-box .d-item.third .star-box {
          background: #005f6f !important;
          width: 100px;
          height: 100px;
          position: relative;
          text-align: center; }
          .section-d .item-box .d-item.third .star-box::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            height: 100px;
            width: 100px;
            background: #005f6f;
            transform: rotate(135deg); }
        .section-d .item-box .d-item.third:hover .bg-item {
          background-color: #005f6f; }
        .section-d .item-box .d-item.third:hover .star-box .icon {
          background-color: #005f6f; }
      .section-d .item-box .d-item.quarter {
        transition: 0.4s; }
        .section-d .item-box .d-item.quarter .star-box {
          background: #007871 !important;
          width: 100px;
          height: 100px;
          position: relative;
          text-align: center; }
          .section-d .item-box .d-item.quarter .star-box::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            height: 100px;
            width: 100px;
            background: #007871;
            transform: rotate(135deg); }
        .section-d .item-box .d-item.quarter:hover .bg-item {
          background-color: #007871; }
        .section-d .item-box .d-item.quarter:hover .star-box .icon {
          background-color: #007871; }
      .section-d .item-box .d-item:hover {
        transition: all 0.4s; }
        .section-d .item-box .d-item:hover .bg-item {
          transition: all 0.4s; }
        .section-d .item-box .d-item:hover .star-box {
          background: #fff !important;
          width: 100px;
          height: 100px;
          position: relative;
          text-align: center;
          transition: all 0.4s; }
          .section-d .item-box .d-item:hover .star-box::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            height: 100px;
            width: 100px;
            background: #fff;
            transform: rotate(135deg);
            transition: all 0.4s; }
          .section-d .item-box .d-item:hover .star-box .icon {
            transition: 0.4s; }
        .section-d .item-box .d-item:hover h2 {
          transition: all 0.4s;
          color: #fff; }

.section-e {
  padding: 50px 0;
  position: relative; }
  .section-e h2 {
    margin-bottom: 50px;
    position: relative;
    z-index: 3; }
  .section-e .grid-text {
    width: 63%; }
    .section-e .grid-text .flex-item {
      width: 46%;
      margin-bottom: 30px; }
      .section-e .grid-text .flex-item .top-item {
        margin-bottom: 20px; }
        .section-e .grid-text .flex-item .top-item .img-top {
          position: relative;
          top: 5px;
          width: 75px; }
          .section-e .grid-text .flex-item .top-item .img-top figure {
            width: 100%;
            height: 50px;
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain; }
          .section-e .grid-text .flex-item .top-item .img-top img {
            margin: 0 auto;
            display: block; }
        .section-e .grid-text .flex-item .top-item .body-top {
          width: calc(100% - 75px); }
          .section-e .grid-text .flex-item .top-item .body-top h3 {
            font-family: 'Muli', sans-serif;
            font-weight: 800;
            font-size: 22px;
            margin: 0 !important;
            color: #083350; }
      .section-e .grid-text .flex-item .body-item p {
        line-height: 1.6em;
        color: #181818; }
  .section-e .e-bg {
    position: absolute;
    width: 55%;
    height: 100%;
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    left: 0;
    z-index: -1;
    top: 0; }
    .section-e .e-bg::before {
      content: "";
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+27,ffffff+100&0+0,0+27,0+27,0+27,1+100 */
      background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 27%, white 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 27%, white 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 27%, white 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
      /* IE6-9 */
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      width: 20%;
      background-size: 100% 100%; }

.section-f {
  padding: 0; }
  .section-f .testimonial-box-f {
    width: 90%;
    margin: 0 auto;
    padding: 40px 100px 90px;
    position: relative;
    border-radius: 5px;
    text-align: center;
    top: -70px; }
    .section-f .testimonial-box-f figure.bg-testimonial {
      width: 100%;
      position: absolute;
      height: 100%;
      left: 0;
      top: 0;
      border-radius: 5px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      z-index: -1; }
    .section-f .testimonial-box-f h2 {
      margin-bottom: 20px !important; }
    .section-f .testimonial-box-f .t-box {
      text-align: center; }
      .section-f .testimonial-box-f .t-box .star-profile {
        width: 105px;
        height: 105px;
        margin: 0 auto 25px !important;
        position: relative;
        background-size: cover;
        background-position: center;
        -webkit-mask: url("../images/star.svg") no-repeat center/105px 105px;
        mask: url("../images/star.svg") no-repeat center/105px 105px; }
      .section-f .testimonial-box-f .t-box p {
        color: #fff; }
        .section-f .testimonial-box-f .t-box p.name {
          font-weight: 700 !important; }
    .section-f .testimonial-box-f #testimonials .carousel-control {
      display: none !important; }
    .section-f .testimonial-box-f #testimonials .bullets {
      height: 20px;
      margin: 0 auto;
      position: absolute;
      left: 0%;
      bottom: -30px;
      width: 100%;
      z-index: 3; }
      .section-f .testimonial-box-f #testimonials .bullets .carousel-indicators {
        -webkit-transform: translate(0%, -50%);
        -moz-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
        top: 50%;
        left: unset;
        list-style: none;
        margin: 0;
        position: relative;
        right: 0;
        text-align: center;
        width: 100%;
        z-index: 15; }
        .section-f .testimonial-box-f #testimonials .bullets .carousel-indicators li {
          background: #fff !important;
          width: 10px;
          height: 10px;
          position: relative;
          text-align: center;
          border: 0 !important;
          opacity: .6;
          margin: 0 10px; }
          .section-f .testimonial-box-f #testimonials .bullets .carousel-indicators li::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            height: 10px;
            width: 10px;
            background: #fff;
            transform: rotate(135deg); }
          .section-f .testimonial-box-f #testimonials .bullets .carousel-indicators li.active {
            transition: 0.4s;
            opacity: 1; }

.section-g {
  position: relative;
  text-align: center;
  padding: 0 0 55px; }
  .section-g h3 {
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    font-size: 25px;
    color: #54565a;
    margin-top: 0 !important;
    margin-bottom: 55px !important; }
  .section-g .left-side {
    width: 65%; }
    .section-g .left-side .event-items {
      width: 100%;
      min-height: 310px;
      border-radius: 5px;
      background: #f1f4f5;
      position: relative;
      display: block;
      text-decoration: none !important;
      margin-bottom: 0 !important; }
      .section-g .left-side .event-items:nth-child(1) {
        margin-bottom: 25px !important; }
      .section-g .left-side .event-items:hover {
        transition: 0.4s;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
      .section-g .left-side .event-items .border-star {
        background: #f1f4f5 !important;
        width: 75px;
        height: 75px;
        position: relative;
        text-align: center;
        position: absolute !important;
        left: 40%; }
        .section-g .left-side .event-items .border-star::before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          height: 75px;
          width: 75px;
          background: #f1f4f5;
          transform: rotate(135deg); }
        .section-g .left-side .event-items .border-star .star-event {
          background: #007371 !important;
          width: 65px;
          height: 65px;
          position: relative;
          text-align: center;
          position: absolute !important;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column; }
          .section-g .left-side .event-items .border-star .star-event::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            height: 65px;
            width: 65px;
            background: #007371;
            transform: rotate(135deg); }
          .section-g .left-side .event-items .border-star .star-event h3 {
            font-family: 'Noto Serif', sans-serif;
            font-weight: 400 !important;
            font-size: 20px !important;
            margin-bottom: 0 !important;
            color: #fff;
            position: relative; }
      .section-g .left-side .event-items .img-event {
        width: 45%;
        border-radius: 5px 0 0 5px;
        height: 100%;
        position: absolute;
        left: 0; }
        .section-g .left-side .event-items .img-event figure {
          position: absolute;
          border-radius: 5px 0 0 5px;
          width: 100%;
          height: 100%;
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat; }
      .section-g .left-side .event-items .body-event {
        width: 55%;
        background: #f1f4f5;
        padding: 45px 20px 45px 60px;
        border-radius: 0 5px 5px 0;
        text-align: left; }
        .section-g .left-side .event-items .body-event h2 {
          font-family: 'Oswald', sans-serif;
          font-weight: 700;
          font-size: 22px;
          margin-top: 0 !important;
          margin-bottom: 20px !important;
          color: #062b65; }
        .section-g .left-side .event-items .body-event h3 {
          font-family: 'Oswald', sans-serif;
          font-weight: 400;
          font-size: 18px;
          margin-top: 0 !important;
          margin-bottom: 30px !important;
          color: #54565a; }
        .section-g .left-side .event-items .body-event p {
          color: #54565a; }
  .section-g .right-side {
    width: 30%; }
    .section-g .right-side .event-item {
      background-color: #007371;
      width: 100%;
      border-radius: 5px;
      position: relative;
      display: block;
      text-decoration: none !important;
      transition: 0.4s; }
      .section-g .right-side .event-item figure {
        width: 100%;
        height: 315px;
        border-radius: 5px 5px 0 0;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; }
      .section-g .right-side .event-item .border-star {
        background: #007371 !important;
        width: 75px;
        height: 75px;
        position: relative;
        text-align: center;
        position: absolute !important;
        left: 0;
        right: 0;
        top: 43%;
        margin: auto; }
        .section-g .right-side .event-item .border-star::before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          height: 75px;
          width: 75px;
          background: #007371;
          transform: rotate(135deg); }
        .section-g .right-side .event-item .border-star .star-event {
          background: #f1f4f5 !important;
          width: 65px;
          height: 65px;
          position: relative;
          text-align: center;
          position: absolute !important;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column; }
          .section-g .right-side .event-item .border-star .star-event::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            height: 65px;
            width: 65px;
            background: #f1f4f5;
            transform: rotate(135deg); }
          .section-g .right-side .event-item .border-star .star-event h3 {
            font-family: 'Noto Serif', sans-serif;
            font-weight: 400 !important;
            font-size: 20px !important;
            margin-bottom: 0 !important;
            color: #007371;
            position: relative; }
      .section-g .right-side .event-item .body-item {
        background: #007371;
        padding: 65px 20px 0;
        text-align: left;
        border-radius: 0 0 5px 5px; }
        .section-g .right-side .event-item .body-item h2 {
          font-family: 'Muli', sans-serif;
          font-weight: 700;
          font-size: 22px;
          margin-top: 0 !important;
          margin-bottom: 20px !important;
          color: #fff; }
        .section-g .right-side .event-item .body-item h3 {
          font-family: 'Oswald', sans-serif;
          font-weight: 400;
          font-size: 18px;
          margin-top: 0 !important;
          margin-bottom: 30px !important;
          color: #fff; }
        .section-g .right-side .event-item .body-item p {
          color: #fff; }
      .section-g .right-side .event-item:hover {
        transition: 0.4s;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }

.section-h {
  padding: 60px 0;
  background: #f1f4f5;
  position: relative; }
  .section-h::before {
    content: "";
    background: transparent url("../images/h-triangles.svg") no-repeat;
    position: absolute;
    height: 100%;
    width: 50%;
    background-size: contain;
    background-position: right;
    right: 0;
    top: 0; }
  .section-h h2 {
    margin-bottom: 55px; }
  .section-h .left-side {
    width: 100%;
    padding-bottom: 45px; }
    .section-h .left-side figure {
      height: 330px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      margin-bottom: 35px !important; }
    .section-h .left-side span.date {
      font-family: 'Muli', sans-serif;
      font-weight: 400;
      font-size: 18px;
      color: #54565a;
      margin: 0 !important; }
    .section-h .left-side h2 {
      font-family: 'Muli', sans-serif;
      font-weight: 700;
      font-size: 22px;
      color: #007371 !important;
      margin-top: 0 !important;
      margin-bottom: 25px !important; }
    .section-h .left-side p {
      line-height: 1.6em;
      color: #54565a;
      margin-bottom: 30px !important; }
  .section-h .right-side {
    padding: 60px 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    background: #f1f4f5; }
    .section-h .right-side .news-item {
      text-decoration: none !important;
      padding-bottom: 55px !important;
      margin-bottom: 50px !important;
      position: relative;
      display: block; }
      .section-h .right-side .news-item:nth-child(3) {
        margin-bottom: 50px; }
        .section-h .right-side .news-item:nth-child(3)::before {
          content: none !important; }
      .section-h .right-side .news-item::before {
        content: "";
        background: #000;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        width: 100%; }
      .section-h .right-side .news-item span.date {
        font-family: 'Muli', sans-serif;
        font-weight: 400;
        font-size: 18px;
        color: #54565a;
        margin: 0 !important; }
      .section-h .right-side .news-item h2 {
        font-family: 'Muli', sans-serif;
        font-weight: 700;
        font-size: 22px;
        color: #007371 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important; }
      .section-h .right-side .news-item:hover h2, .section-h .right-side .news-item:active h2, .section-h .right-side .news-item:focus h2 {
        transition: all 0.4s ease;
        color: #053667 !important; }

.section-i {
  padding: 50px 0; }
  .section-i h2 {
    margin-bottom: 50px; }

/*END FrontPage-------------------------------------------*/
/* Media queries----------------------------------*/
@media only screen and (min-width: 480px) and (max-width: 1199.98px) {
  .sign-up-section .gform-container {
    flex-basis: 100%; } }
@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
  .section-d .item-box .d-item {
    min-height: 450px; }
    .section-d .item-box .d-item h2 {
      margin-bottom: 70px !important; }

  .section-b::before {
    width: 32%; }

  .section-e .e-bg {
    width: 36%; }

  .section-g .right-side .event-item {
    height: inherit !important; }
    .section-g .right-side .event-item .border-star {
      top: 47%; }
    .section-g .right-side .event-item .body-item {
      padding-bottom: 60px; }

  .section-c .dpt-horizontal-wrapper.customStyles .dpt-wrapper-container {
    -webkit-justify-content: center;
    justify-content: center; }
    .section-c .dpt-horizontal-wrapper.customStyles .dpt-wrapper-container .prayer-time {
      width: 210px; }
      .section-c .dpt-horizontal-wrapper.customStyles .dpt-wrapper-container .prayer-time:nth-child(2)::before {
        content: none; } }
@media only screen and (max-width: 991px) {
  .section-b::before {
    background-size: cover;
    width: 42%; }

  .section-c .dpt-horizontal-wrapper.customStyles .dpt-wrapper-container {
    -webkit-justify-content: center;
    justify-content: center; }
    .section-c .dpt-horizontal-wrapper.customStyles .dpt-wrapper-container .prayer-time {
      width: 210px; }
      .section-c .dpt-horizontal-wrapper.customStyles .dpt-wrapper-container .prayer-time:nth-child(2)::before {
        content: none; }

  .section-c .item-box {
    margin: 0 0 25px; }
    .section-c .item-box:nth-child(even)::before {
      content: none !important; }

  .section-f .testimonial-box-f {
    top: -55px; }

  .section-e .grid-text {
    width: 100%; }
  .section-e .e-bg {
    display: none !important; }

  .section-g .left-side {
    width: 100%; }
  .section-g .right-side {
    width: 100% !important;
    margin: 25px 0 0; }
    .section-g .right-side .event-item {
      width: 350px !important;
      max-width: 100%;
      margin: 0 auto; }
      .section-g .right-side .event-item figure {
        height: 283px; }

  .section-h .left-side figure {
    height: 250px; }
  .section-h::before {
    display: none; } }
@media only screen and (max-width: 768px) {
  .section-c .dpt-horizontal-wrapper.customStyles .dpt-wrapper-container {
    -webkit-justify-content: center;
    justify-content: center; }
    .section-c .dpt-horizontal-wrapper.customStyles .dpt-wrapper-container .prayer-time {
      width: 210px; }
      .section-c .dpt-horizontal-wrapper.customStyles .dpt-wrapper-container .prayer-time::before {
        content: none; }

  .section-g .left-side .event-items .border-star {
    left: 38%; }
  .section-g .right-side .event-item .border-star {
    top: 41%; }
  .section-g .right-side .event-item .body-item {
    padding: 75px 20px 50px; } }
@media only screen and (max-width: 480px) {
  .section-b::before {
    content: none !important; }
  .section-b .b-img {
    display: none; }

  .section-c .dpt-horizontal-wrapper.customStyles .dpt-wrapper-container .prayer-time {
    width: 100%; }
    .section-c .dpt-horizontal-wrapper.customStyles .dpt-wrapper-container .prayer-time::before {
      content: none !important; }

  .section-d .item-box .d-item {
    min-height: 420px; }
    .section-d .item-box .d-item .star-box {
      margin-bottom: 75px; }

  .section-e .grid-text .title {
    text-align: center; }
  .section-e .grid-text .d-flex .flex-item {
    width: 100% !important; }

  .section-f .testimonial-box-f {
    padding: 15px 15px 70px !important;
    width: 100% !important; }

  .section-g .left-side .event-items {
    flex-direction: column; }
    .section-g .left-side .event-items .img-event {
      width: 100%;
      height: 250px;
      position: relative !important;
      border-radius: 5px 5px 0 0 !important; }
      .section-g .left-side .event-items .img-event figure {
        border-radius: 5px 5px 0 0 !important; }
    .section-g .left-side .event-items .border-star {
      top: 38%; }
    .section-g .left-side .event-items .body-event {
      width: 100% !important;
      border-radius: 0 0 5px 5px !important;
      padding: 50px 20px !important; }
  .section-g .right-side .event-item {
    height: unset !important; }
    .section-g .right-side .event-item figure {
      height: 250px; }
    .section-g .right-side .event-item .body-item {
      padding: 50px 20px !important; }

  .section-h .title {
    text-align: center; }
  .section-h .left-side {
    margin-bottom: 35px !important; }
  .section-h .right-side {
    padding: 40px 25px; }
    .section-h .right-side .news-item {
      padding-bottom: 30px !important;
      margin-bottom: 20px !important; } }

/*# sourceMappingURL=style.css.map */
