/*
Theme Name: inCharity Child
Theme URI: http://inwavethemes.com/wordpress/incharity
Author: inwavethemes
Author URI: http://inwavethemes.com
Template: incharity
Description: Wordpress theme for Charity and Fundraising and non-profit organization
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: inwavethemes
Tags: light, fluid-layout, responsive-layout, post-formats, theme-options, flexible-header, custom-header, custom-background, custom-colors, left-sidebar, right-sidebar


This theme, like WordPress, is licensed under the GPL.
*/
@font-face {
  font-family: 'Noteworthy-Light';
  src: url("Noteworthy-Light.eot") format("embedded-opentype"), url("../fonts/Noteworthy-Light.otf") format("opentype"), url("../fonts/Noteworthy-Light.woff2") format("woff2"), url("../fonts/Noteworthy-Light.woff") format("woff"), url("../fonts/Noteworthy-Light.ttf") format("truetype"), url("../fonts/Noteworthy-Light.svg#Noteworthy-Light") format("svg");
  font-weight: normal;
  font-style: normal; }
body {
  font-family: 'urw-din' !important;
  font-weight: 400;
  font-size: 15px !important;
  line-height: 1.5em !important;
  transition: opacity .25s ease;
  -webkit-transition: opacity .25s ease;
  -moz-transition: opacity .25s ease;
  -o-transition: opacity .25s ease;
  opacity: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'urw-din' !important;
  font-weight: 700; }

/* Large Devices, Wide Screens */
@media only screen and (min-width: 993px) {
  h1 {
    font-size: 56px !important; }

  h2 {
    font-size: 48px !important; }

  h3 {
    font-size: 30px !important; }

  h4 {
    font-size: 18px !important; } }
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  h1 {
    font-size: 53px !important; }

  h2 {
    font-size: 45px !important; }

  h3 {
    font-size: 25px !important; }

  h4 {
    font-size: 18px !important; } }
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 50px !important; }

  h2 {
    font-size: 43px !important; }

  h3 {
    font-size: 22px !important; }

  h4 {
    font-size: 16px !important; } }
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  h1 {
    font-size: 46px !important; }

  h2 {
    font-size: 28px !important; }

  h3 {
    font-size: 20px !important; }

  h4 {
    font-size: 14px !important; } }
/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  h1 {
    font-size: 43px !important; }

  h2 {
    font-size: 28px !important; }

  h3 {
    font-size: 17px !important; }

  h4 {
    font-size: 12px !important; } }
a {
  cursor: pointer !important;
  color: #f7941d; }

b, strong {
  font-family: 'urw-din' !important;
  font-weight: 800; }

input:focus, textarea:focus {
  background-color: #f1f1f1 !important; }

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus,
.profile-box:focus {
  outline-style: revert !important;
  outline-color: #46b000 !important;
  outline-width: 2px !important;
  outline-offset: 3px !important; }

body.mobile a:focus,
body.mobile button:focus,
body.mobile input:focus,
body.mobile select:focus,
body.mobile textarea:focus,
body.mobile .profile-box:focus {
  outline: none !important; }

body > .wrapper {
  max-width: 1920px;
  margin: 0 auto; }

.theme-bg {
  background: #f7941d !important; }

.contents-main {
  background-color: #FFF !important; }

.no-margin .vc_column_container > .vc_column-inner,
.no-margin.wpb_content_element {
  margin: 0 !important; }

.no-top-padding > .vc_column-inner {
  padding-top: 0 !important; }

.no-top-padding .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item:first-child {
  padding-top: 0 !important; }

.vc_col-has-fill > .vc_column-inner, .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {
  padding-top: 0px !important; }

.affix-bottom {
  float: none;
  vertical-align: bottom; }

.mobile-logo {
  display: none; }

body.error404 #contents-main.contents-main {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top; }
  body.error404 #contents-main.contents-main > .container-wrapper {
    width: 100%; }

.wrapper .page-heading {
  background-image: none !important; }

/* =Theme customization starts here
-------------------------------------------------------------- */
@media (max-width: 767px) {
  .wpb_column {
    float: left !important; } }
.fill-color {
  fill: #f7941d; }

/* Navigation
---------------------- */
.header.header-default {
  position: absolute;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5) !important; }
  .header.header-default .navbar.navbar-default .logo {
    font-size: 24px !important;
    padding: 18px 0 17px !important; }
    @media (min-width: 991px) and (max-width: 1199px) {
      .header.header-default .navbar.navbar-default .logo {
        padding: 21px 0 16px !important; } }
  .header.header-default .navbar.navbar-default .header-right-container {
    float: right; }
    .header.header-default .navbar.navbar-default .header-right-container .iw-menu-default.main-menu {
      float: left;
      margin-top: 18px;
      margin-bottom: 0px; }
      @media (min-width: 991px) and (max-width: 1199px) {
        .header.header-default .navbar.navbar-default .header-right-container .iw-menu-default.main-menu {
          margin-top: 19px !important; } }
      @media (max-width: 991px) {
        .header.header-default .navbar.navbar-default .header-right-container .iw-menu-default.main-menu #main-nav-container {
          background-color: #313131 !important; } }
      .header.header-default .navbar.navbar-default .header-right-container .iw-menu-default.main-menu #main-nav-container .iw-nav-menu li {
        padding-bottom: 0px !important; }
        .header.header-default .navbar.navbar-default .header-right-container .iw-menu-default.main-menu #main-nav-container .iw-nav-menu li a {
          opacity: 0.8;
          filter: alpha(opacity=80); }
          .header.header-default .navbar.navbar-default .header-right-container .iw-menu-default.main-menu #main-nav-container .iw-nav-menu li a strong {
            color: #fff !important;
            font-weight: 700 !important; }
          .header.header-default .navbar.navbar-default .header-right-container .iw-menu-default.main-menu #main-nav-container .iw-nav-menu li a:hover {
            opacity: 1;
            filter: alpha(opacity=100); }
        .header.header-default .navbar.navbar-default .header-right-container .iw-menu-default.main-menu #main-nav-container .iw-nav-menu li.home-button {
          display: none; }
        .header.header-default .navbar.navbar-default .header-right-container .iw-menu-default.main-menu #main-nav-container .iw-nav-menu li#menu-item-1, .header.header-default .navbar.navbar-default .header-right-container .iw-menu-default.main-menu #main-nav-container .iw-nav-menu li#menu-item-999 {
          display: none; }
      .header.header-default .navbar.navbar-default .header-right-container .iw-menu-default.main-menu #main-nav-container .mobile-logo {
        display: none !important; }
      .header.header-default .navbar.navbar-default .header-right-container .iw-menu-default.main-menu #main-nav-container #mobile-nav-extras {
        display: none; }
    .header.header-default .navbar.navbar-default .header-right-container .header-donate-button {
      float: left !important;
      margin-top: 11px;
      margin-left: 10px;
      top: unset !important; }
      @media (min-width: 991px) and (max-width: 1199px) {
        .header.header-default .navbar.navbar-default .header-right-container .header-donate-button {
          top: -4px !important; } }
      .header.header-default .navbar.navbar-default .header-right-container .header-donate-button a {
        opacity: 0.8;
        filter: alpha(opacity=80);
        background: transparent !important;
        -webkit-transition: all 0.5s ease linear !important;
        -moz-transition: all 0.5s ease linear !important;
        -o-transition: all 0.5s ease linear !important;
        transition: all 0.5s ease linear !important; }
        .header.header-default .navbar.navbar-default .header-right-container .header-donate-button a span {
          -webkit-transition: none;
          -moz-transition: none;
          -o-transition: none;
          transition: none;
          font-weight: normal !important; }
          .header.header-default .navbar.navbar-default .header-right-container .header-donate-button a span:before {
            -webkit-transition: none;
            -moz-transition: none;
            -o-transition: none;
            transition: none;
            font-weight: normal !important; }
        .header.header-default .navbar.navbar-default .header-right-container .header-donate-button a:hover {
          border-color: #f7941d !important;
          opacity: 1;
          filter: alpha(opacity=100); }
    .header.header-default .navbar.navbar-default .header-right-container .header-right-social-container {
      float: right;
      text-align: center;
      margin-top: 13px; }
      @media (min-width: 991px) and (max-width: 1199px) {
        .header.header-default .navbar.navbar-default .header-right-container .header-right-social-container {
          margin-top: 14px !important; } }
      .header.header-default .navbar.navbar-default .header-right-container .header-right-social-container .iw-social-all {
        float: left;
        display: inline-flex; }
        .header.header-default .navbar.navbar-default .header-right-container .header-right-social-container .iw-social-all li {
          margin-left: 20px;
          float: left;
          position: relative;
          font-size: 16px; }
          .header.header-default .navbar.navbar-default .header-right-container .header-right-social-container .iw-social-all li a {
            display: block;
            width: 34px;
            height: 34px;
            padding: 0px;
            background-size: 34px;
            background-repeat: no-repeat;
            background-position: center;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            -webkit-background-clip: padding-box;
            -moz-background-clip: padding;
            background-clip: padding-box;
            -webkit-transition: background 0.5s ease !important;
            -moz-transition: background 0.5s ease !important;
            -o-transition: background 0.5s ease !important;
            transition: background 0.5s ease !important;
            opacity: 0.8;
            filter: alpha(opacity=80); }
            .header.header-default .navbar.navbar-default .header-right-container .header-right-social-container .iw-social-all li a i {
              color: #000;
              font-size: 20px;
              display: none; }
            .header.header-default .navbar.navbar-default .header-right-container .header-right-social-container .iw-social-all li a:hover {
              opacity: 1;
              filter: alpha(opacity=100); }
              .header.header-default .navbar.navbar-default .header-right-container .header-right-social-container .iw-social-all li a:hover i {
                color: #fff !important; }
          .header.header-default .navbar.navbar-default .header-right-container .header-right-social-container .iw-social-all li:hover {
            background: transparent !important; }
          .header.header-default .navbar.navbar-default .header-right-container .header-right-social-container .iw-social-all li .iw-social-fb {
            background-image: url("../images/facebook.png"); }
          .header.header-default .navbar.navbar-default .header-right-container .header-right-social-container .iw-social-all li .iw-social-twitter {
            background-image: url("../images/twitter.png"); }
  .header.header-default.clone {
    background-color: rgba(0, 0, 0, 0.8) !important; }
    .header.header-default.clone .logo {
      padding: 19px 0 17px !important; }
    .header.header-default.clone .header-right-container .iw-menu-default.main-menu {
      margin-top: 13px !important; }
      .header.header-default.clone .header-right-container .iw-menu-default.main-menu #main-nav-container .iw-nav-menu li a {
        opacity: 1;
        filter: alpha(opacity=100); }
    .header.header-default.clone .header-right-container .header-donate-button {
      margin-top: 11px !important; }
      .header.header-default.clone .header-right-container .header-donate-button a {
        opacity: 0.8;
        filter: alpha(opacity=80); }
        .header.header-default.clone .header-right-container .header-donate-button a:hover {
          opacity: 1;
          filter: alpha(opacity=100); }
    .header.header-default.clone .header-right-container .header-right-social-container {
      margin-top: 13px !important; }

body:not(.home) .header {
  background-color: rgba(0, 0, 0, 0.8) !important; }

@media (max-width: 991px) {
  .header .header-right-container .header-donate-button {
    display: none; } }
@media (max-width: 480px) {
  .header .navbar .header-right-container .main-menu {
    padding: 0px 0 !important; }
    .header .navbar .header-right-container .main-menu .nav-menu-top .btn-navbar i {
      font-size: 22px !important; } }
@media (min-width: 481px) and (max-width: 771px) {
  .header .navbar .header-right-container .main-menu {
    padding: 0px 0 !important; }
    .header .navbar .header-right-container .main-menu .nav-menu-top .btn-navbar i {
      font-size: 28px !important; }

  .iw-infunding-donate-us .iw-campaign {
    margin: 69px auto 0 !important; } }
@media (max-width: 991px) {
  .header.header-default.header-sticky .logo {
    background: #FFF !important; }
  .header.header-default.header-sticky .navbar.navbar-default {
    height: 60px; }
    .header.header-default.header-sticky .navbar.navbar-default .header-right-container {
      width: 100% !important; }
      .header.header-default.header-sticky .navbar.navbar-default .header-right-container .iw-menu-default.main-menu {
        width: 100% !important;
        height: 60px;
        padding: 0;
        float: right !important;
        margin-top: 0 !important; }
        .header.header-default.header-sticky .navbar.navbar-default .header-right-container .iw-menu-default.main-menu .nav-menu-top {
          display: block;
          width: 100%;
          height: 60px;
          position: relative; }
          .header.header-default.header-sticky .navbar.navbar-default .header-right-container .iw-menu-default.main-menu .nav-menu-top .mobile-logo {
            display: block !important;
            float: left;
            max-width: 92%;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            padding: 0 0 0 12px;
            margin: auto; }
          .header.header-default.header-sticky .navbar.navbar-default .header-right-container .iw-menu-default.main-menu .nav-menu-top .btn-navbar {
            outline: none !important;
            border-bottom: 0px !important;
            width: auto !important;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            padding: 0 16px;
            margin: auto; }
            .header.header-default.header-sticky .navbar.navbar-default .header-right-container .iw-menu-default.main-menu .nav-menu-top .btn-navbar i {
              font-size: 32px;
              line-height: 1.7em; }
        .header.header-default.header-sticky .navbar.navbar-default .header-right-container .iw-menu-default.main-menu .menu-default-menu-container {
          clear: both; }
          .header.header-default.header-sticky .navbar.navbar-default .header-right-container .iw-menu-default.main-menu .menu-default-menu-container > #mobile-nav-extras {
            clear: both !important;
            display: block !important;
            position: relative;
            right: 0;
            left: 0;
            margin-right: auto;
            margin-left: auto; }
            .header.header-default.header-sticky .navbar.navbar-default .header-right-container .iw-menu-default.main-menu .menu-default-menu-container > #mobile-nav-extras > .header-donate-button {
              position: relative !important;
              float: left;
              left: -13px;
              top: 10px !important; }
              .header.header-default.header-sticky .navbar.navbar-default .header-right-container .iw-menu-default.main-menu .menu-default-menu-container > #mobile-nav-extras > .header-donate-button a {
                background: transparent !important; }
            .header.header-default.header-sticky .navbar.navbar-default .header-right-container .iw-menu-default.main-menu .menu-default-menu-container > #mobile-nav-extras > .iw-social-all {
              display: block;
              position: relative !important;
              float: left !important;
              clear: both;
              left: 25px;
              margin-top: 12px;
              margin-bottom: 12px; }
              .header.header-default.header-sticky .navbar.navbar-default .header-right-container .iw-menu-default.main-menu .menu-default-menu-container > #mobile-nav-extras > .iw-social-all li {
                float: left;
                margin-right: 15px;
                margin-left: 0px;
                position: relative;
                font-size: 16px; }
                .header.header-default.header-sticky .navbar.navbar-default .header-right-container .iw-menu-default.main-menu .menu-default-menu-container > #mobile-nav-extras > .iw-social-all li a {
                  opacity: 0.72;
                  filter: alpha(opacity=72);
                  display: block;
                  width: 34px;
                  height: 34px;
                  padding: 5px;
                  background: #fff;
                  -webkit-border-radius: 50%;
                  -moz-border-radius: 50%;
                  border-radius: 50%;
                  -webkit-background-clip: padding-box;
                  -moz-background-clip: padding;
                  background-clip: padding-box; }
                  .header.header-default.header-sticky .navbar.navbar-default .header-right-container .iw-menu-default.main-menu .menu-default-menu-container > #mobile-nav-extras > .iw-social-all li a i {
                    font-size: 20px;
                    color: #313131; }
                .header.header-default.header-sticky .navbar.navbar-default .header-right-container .iw-menu-default.main-menu .menu-default-menu-container > #mobile-nav-extras > .iw-social-all li .iw-social-fb {
                  padding: 8px 12px !important; }
                .header.header-default.header-sticky .navbar.navbar-default .header-right-container .iw-menu-default.main-menu .menu-default-menu-container > #mobile-nav-extras > .iw-social-all li .iw-social-twitter {
                  padding: 8px 8px !important; }
        .header.header-default.header-sticky .navbar.navbar-default .header-right-container .iw-menu-default.main-menu .iw-nav-menu li a {
          color: #fff !important; }
        .header.header-default.header-sticky .navbar.navbar-default .header-right-container .iw-menu-default.main-menu .iw-nav-menu li#menu-item-1.home-button, .header.header-default.header-sticky .navbar.navbar-default .header-right-container .iw-menu-default.main-menu .iw-nav-menu li#menu-item-999.donate-modal {
          margin-top: 5px;
          display: block !important; }
        .header.header-default.header-sticky .navbar.navbar-default .header-right-container .iw-menu-default.main-menu > .header-donate-button {
          display: none !important; }
        .header.header-default.header-sticky .navbar.navbar-default .header-right-container .iw-menu-default.main-menu .header-donate-button {
          min-width: 132px !important;
          top: 4px !important; }
      .header.header-default.header-sticky .navbar.navbar-default .header-right-container .header-right-social-container {
        display: none !important; }

  .iw-infunding-donate-us {
    padding: 15px 25px !important; }
    .iw-infunding-donate-us .iw-campaign {
      font-size: 20px !important; } }
@media (max-width: 1200px) {
  .header .navbar .header-right-container .main-menu {
    margin-top: 39px; }
    .header .navbar .header-right-container .main-menu .header-donate-button {
      margin-left: 4px; }
  .header .navbar .header-right-container .header-right-social-container .iw-social-all li {
    margin-left: 10px !important; }
    .header .navbar .header-right-container .header-right-social-container .iw-social-all li a {
      width: 30px !important;
      height: 30px !important;
      background-size: 30px !important; }

  body.down .header-sticky.clone .iw-menu-default .iw-nav-menu > li {
    margin-top: 7px !important; } }
/*
--------------------- */
.page-heading {
  height: 104px !important; }
  .page-heading .iw-heading-title {
    padding-top: 125px !important; }
  .page-heading:after {
    background: none !important;
    display: none !important; }
  .page-heading .page-title {
    display: none; }
  @media (max-width: 767px) {
    .page-heading {
      height: 54px !important; } }

@media (max-width: 771px) {
  .vc_row.padded-sides {
    margin-left: 0px !important;
    margin-right: 0px !important; } }
.short-heading {
  width: 675px; }

@media (max-width: 991px) {
  .short-heading {
    width: auto !important; } }
/*
--------------------- */
.dark-gray {
  fill: #e1e1e1;
  background: #e1e1e1; }

.light-gray {
  fill: #f9f9f9;
  background: #f9f9f9; }

.slide-container {
  position: relative;
  margin-top: 62px;
  max-height: 850px;
  background-color: #ff9100; }
  .slide-container rs-fullwidth-wrap rs-module-wrap rs-module {
    max-height: 850px !important; }
  @media (max-width: 1199px) {
    .slide-container {
      margin-top: 57px; } }
  @media (max-width: 1024px) {
    .slide-container {
      max-height: 432px; }
      .slide-container rs-fullwidth-wrap rs-module-wrap rs-module {
        max-height: 432px !important; } }
  @media (max-width: 992px) {
    .slide-container {
      max-height: 581px; }
      .slide-container rs-fullwidth-wrap rs-module-wrap rs-module {
        max-height: 581px !important; } }
  @media (max-width: 768px) {
    .slide-container {
      max-height: 500px; }
      .slide-container rs-fullwidth-wrap rs-module-wrap rs-module {
        max-height: 500px !important; } }
  @media (max-width: 479px) {
    .slide-container {
      max-height: 305px; }
      .slide-container rs-fullwidth-wrap rs-module-wrap rs-module {
        max-height: 305px !important; } }

.rev_slider .slotholder:after {
  background: none !important; }

.rev_slider .tp-mask-wrap .tp-caption {
  font-family: 'urw-din';
  font-weight: 600; }

.rev_slider .tp-mask-wrap .tp-caption.regular-type {
  font-family: 'urw-din' !important;
  font-weight: 400; }

.rev_slider .tp-mask-wrap .tp-caption.noteworthy {
  font-family: 'Noteworthy-Light'; }

rs-module rs-mask-wrap .rs-layer.dinpro-medium {
  font-family: 'urw-din' !important;
  font-weight: 600; }

rs-module rs-mask-wrap .rs-layer.dinpro-bold {
  font-family: 'urw-din' !important;
  font-weight: 800; }

rs-module rs-sbg-px {
  background: white; }

.hesperiden .tp-bullet {
  background: none !important;
  border: 3px solid #fff !important; }

.hesperiden .tp-bullet.selected {
  background: none !important;
  border: 3px solid #f7941d !important; }

.iw-slider-home-first {
  text-transform: none !important; }

.iw-home-default-button a {
  padding: 10px 25px;
  letter-spacing: 1px;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #fff !important;
  color: #f7941d !important; }
  .iw-home-default-button a:hover {
    background: #f7941d !important;
    color: #fff !important; }

@media (max-width: 1280px) {
  .tp-bullets {
    transform: matrix(1, 0, 0, 1, -262, -66) !important; } }
@media (max-width: 1024px) {
  .tp-bullets {
    transform: matrix(1, 0, 0, 1, -217, -66) !important; } }
@media (max-width: 992px) {
  .tp-bullets {
    transform: matrix(1, 0, 0, 1, -228, -66) !important; } }
@media (max-width: 768px) {
  /*
rs-module rs-sbg-wrap {
	top: 45px !important;
}
rs-module rs-sbg-wrap rs-sbg {
	background-image: none !important;
}*/
  .tp-bullets {
    transform: matrix(1, 0, 0, 1, -160, -66) !important; } }
@media (max-width: 576px) {
  /*
rs-slides {
	height: 90vh;
}
.rev_slider {
	.tp-mask-wrap .space-fix {
		letter-spacing: -2px !important;
	}
	
}*/
  .tp-bullets {
    transform: matrix(0.75, 0, 0, 0.75, -111, -66) !important; } }
/*
  @media (min-width: 776px) {
	
	@media (max-height: 776px) {
		.tp-bullets {
			transform: matrix(1, 0, 0, 1, -291, 200) !important;
		}
	}
	@media (max-height: 600px) {
		.tp-bullets {
			transform: matrix(1, 0, 0, 1, -268, 150) !important;
		}
	}
  }
  */
.owl-carousel .owl-wrapper {
  margin: 0 auto !important; }

@media (max-width: 992px) {
  body.home .header {
    background-color: rgba(0, 0, 0, 0.8) !important; }

  body.home .header.no-pageheading.no-slider {
    position: relative;
    margin-bottom: 0px !important; } }
#hero {
  margin-bottom: 0 !important; }

#video-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  display: block; }
  @media screen and (max-width: 1920px) {
    #video-wrapper {
      left: -15px;
      width: calc(100% + 30px); } }
  #video-wrapper #playerContainer #STplayer,
  #video-wrapper #playerContainer #ALTplayer {
    position: relative;
    top: 0;
    right: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    max-height: 1013px;
    padding: 0 !important; }
  #video-wrapper .video-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10; }
    #video-wrapper .video-overlay #home-video-overlay-left {
      float: left;
      width: 50%;
      height: 100%;
      background-position: right center;
      background-size: 75%;
      background-repeat: no-repeat; }
    #video-wrapper .video-overlay #home-video-overlay-right {
      float: right;
      width: 50%;
      height: 100%;
      background-position: left center;
      background-size: 75%;
      background-repeat: no-repeat; }
    #video-wrapper .video-overlay #home-video-overlay-bottom {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-items: center;
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 72px;
      background: black;
      padding-left: 54%; }
      #video-wrapper .video-overlay #home-video-overlay-bottom a {
        float: left;
        padding: 0 10px; }
      #video-wrapper .video-overlay #home-video-overlay-bottom .presenting {
        order: 1;
        cursor: default; }
        #video-wrapper .video-overlay #home-video-overlay-bottom .presenting img {
          width: 115px; }
      #video-wrapper .video-overlay #home-video-overlay-bottom .sponsor-1 {
        order: 2;
        margin-top: 5px; }
        #video-wrapper .video-overlay #home-video-overlay-bottom .sponsor-1 img {
          width: 150px; }
      #video-wrapper .video-overlay #home-video-overlay-bottom .sponsor-2 {
        order: 3;
        margin-top: 7px; }
        #video-wrapper .video-overlay #home-video-overlay-bottom .sponsor-2 img {
          width: 110px; }
      #video-wrapper .video-overlay #home-video-overlay-bottom .sponsor-3 {
        order: 4;
        margin-top: 6px; }
        #video-wrapper .video-overlay #home-video-overlay-bottom .sponsor-3 img {
          width: 70px; }

#home-mobile-header {
  width: 100%;
  margin-top: 50px;
  display: none; }
  @media screen and (max-width: 768px) {
    #home-mobile-header {
      display: block; } }
  #home-mobile-header img {
    width: 100%; }

#header-wrapper {
  width: 100%;
  background-color: black;
  text-align: center; }
  @media screen and (max-width: 768px) {
    #header-wrapper {
      margin-top: 50px; } }
  #header-wrapper img {
    max-width: 1000px;
    margin: 0 auto; }
    @media screen and (max-width: 1000px) {
      #header-wrapper img {
        max-width: 100%; } }

#fallback-header {
  display: none;
  width: 100%;
  margin-top: 50px;
  background-color: black;
  text-align: center; }
  #fallback-header img {
    max-width: 1000px;
    margin: 0 auto; }
    @media screen and (max-width: 1000px) {
      #fallback-header img {
        max-width: 100%; } }

.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-entry-text-wrap {
  color: #fff;
  text-align: left !important; }

.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-entry-meta .published {
  text-transform: uppercase; }

.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-summary:before {
  margin: 0 0 15px !important; }

.lvca-posts-carousel .lvca-posts-carousel-item .hentry {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-title a {
  color: #fff; }

.lvca-portfolio-wrap .lvca-portfolio-header .lvca-heading {
  color: #fff !important;
  text-transform: none;
  margin-bottom: 15px; }

.lvca-container button.slick-prev, .lvca-container button.slick-next {
  font-size: 48px !important;
  width: 36px !important;
  height: 55px !important; }

.lvca-container button.slick-prev:before {
  font-family: 'FontAwesome' !important;
  content: "\f053" !important; }

.lvca-container button.slick-next:before {
  font-family: 'FontAwesome' !important;
  content: "\f054" !important; }

.profile-box.style5 .profile-image img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%); }
.profile-box.style5.active .profile-image img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0); }

#people {
  /*
  @media (min-width: 992px) and (max-width: 1199px) {
	  .profile-info {
		  top: 32% !important;
	  }
  }
  @media (min-width: 821px) and (max-width: 991px) {
	  .profile-info {
		  top: 13% !important;
	  }
  }
  @media (min-width: 768px) and (max-width: 820px) {
	  .profile-info {
		  top: 16% !important;
	  }
  }
  @media (min-width: 500px) and (max-width: 767px) {
	  .profile-info {
		  top: 63% !important;
	  }
  }
  @media (min-width: 450px) and (max-width: 499px) {
	  .profile-info {
		  top: 49% !important;
	  }
  }
  @media (min-width: 421px) and (max-width: 449px) {
	  .profile-info {
		  top: 45% !important;
	  }
  }
  @media (min-width: 321px) and (max-width: 420px) {
	  .profile-info {
		  top: 39% !important;
	  }
  }
  @media (min-width: 200px) and (max-width: 320px) {
	  .profile-info {
		  top: 17% !important;
	  }
  }
  .vc_column_container > .vc_column-inner {
	  
  }
  */ }
  #people.vc_row {
    overflow: visible; }
  @media (max-width: 576px) {
    #people .heading-spacer-1 {
      height: 15px !important; }
    #people .heading-spacer-2 {
      height: 25px !important; } }
  #people .people-row {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 45px 0; }
    #people .people-row .profile-box.style5 {
      flex-grow: 1;
      max-width: 14.2857%; }
      #people .people-row .profile-box.style5:nth-child(7) {
        page-break-after: always;
        break-after: always; }
    @media (max-width: 1600px) {
      #people .people-row .profile-box.style5 {
        max-width: 20%;
        margin-bottom: 2px; } }
    @media (max-width: 1024px) {
      #people .people-row .profile-box.style5 {
        max-width: 25%;
        margin-bottom: 2px; } }
    @media (max-width: 992px) {
      #people .people-row {
        gap: 25px 0; } }
    @media (max-width: 768px) {
      #people .people-row .profile-box.style5 {
        max-width: 33.3333%;
        margin-bottom: 2px; } }
    @media (max-width: 576px) {
      #people .people-row {
        gap: 15px 0; }
        #people .people-row .profile-box.style5 {
          max-width: 50%; } }
  #people .people-row-1 {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: center; }
    #people .people-row-1 .profile-box.style5 {
      flex: 0 0 14.2857%;
      max-width: 200px; }
    @media (max-width: 768px) {
      #people .people-row-1 {
        flex-wrap: wrap; }
        #people .people-row-1 .profile-box.style5 {
          flex: 0 0 33.3333%;
          max-width: 200px; } }
    @media (max-width: 576px) {
      #people .people-row-1 .profile-box.style5 {
        flex: 0 0 50%;
        max-width: 200px; } }
  #people .people-row-2 {
    margin: 45px auto 0;
    padding: 0 7.14%;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: center; }
    #people .people-row-2 .profile-box.style5 {
      flex: 0 0 16.6666%;
      max-width: 200px; }
    @media (max-width: 768px) {
      #people .people-row-2 {
        flex-wrap: wrap;
        padding: 0; }
        #people .people-row-2 .profile-box.style5 {
          flex: 0 0 33.3333%;
          max-width: 200px; } }
    @media (max-width: 576px) {
      #people .people-row-2 .profile-box.style5 {
        flex: 0 0 50%;
        max-width: 200px; } }
  #people .profile-box {
    background-color: none; }
    #people .profile-box .name {
      color: #fff;
      padding-top: 10px;
      font-size: 16px !important; }
    #people .profile-box .description {
      color: #000;
      -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.4);
      -ms-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.4);
      -o-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.4);
      box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.4);
      line-height: 1.2;
      font-size: 15px; }
    #people .profile-box .name, #people .profile-box .description {
      background-color: #f7941d;
      margin: 0 -10px;
      padding-left: 10px;
      padding-right: 10px;
      padding-bottom: 10px;
      text-align: left; }
    #people .profile-box .profile-info {
      top: 43%;
      background-color: #f7941d;
      padding: 0px 10px 12px 10px !important; }

#donate.vc_row {
  overflow: visible; }
#donate .iw-infunding-donate-us {
  color: #000 !important; }
  #donate .iw-infunding-donate-us.style1 {
    margin: 0 !important; }
  #donate .iw-infunding-donate-us .donate-us-title {
    text-transform: none !important; }
    @media (max-width: 768px) {
      #donate .iw-infunding-donate-us .donate-us-title {
        padding-bottom: 30px; } }
  #donate .iw-infunding-donate-us .donate-us-subtitle {
    display: none; }
  #donate .iw-infunding-donate-us .donate-us-description {
    width: 75%;
    margin: 35px auto 65px;
    font-family: 'urw-din' !important;
    font-weight: 400;
    font-size: initial;
    text-transform: none; }
    #donate .iw-infunding-donate-us .donate-us-description p {
      font-size: inherit; }
    @media (max-width: 576px) {
      #donate .iw-infunding-donate-us .donate-us-description {
        margin: 0 auto; }
        #donate .iw-infunding-donate-us .donate-us-description p {
          margin-bottom: 45px; } }
  #donate .iw-infunding-donate-us .iw-campaign {
    font-size: 32px;
    margin: 30px auto 0px;
    font-family: 'urw-din' !important;
    font-weight: 800; }
    #donate .iw-infunding-donate-us .iw-campaign .camp-timeremaining-goal {
      color: #fff; }
      #donate .iw-infunding-donate-us .iw-campaign .camp-timeremaining-goal .camp-current {
        left: 0 !important; }
        #donate .iw-infunding-donate-us .iw-campaign .camp-timeremaining-goal .camp-current small {
          float: right;
          font-size: 14px; }
      #donate .iw-infunding-donate-us .iw-campaign .camp-timeremaining-goal .camp-goal small {
        float: left;
        font-size: 14px; }
    @media (max-width: 576px) {
      #donate .iw-infunding-donate-us .iw-campaign {
        margin: 5px auto 0px; } }
  #donate .iw-infunding-donate-us .camp-progress-goal {
    position: relative;
    top: 5px;
    height: 40px;
    margin: 12px 0 0;
    border: 5px solid #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    padding: 0 !important;
    background: none !important; }
    #donate .iw-infunding-donate-us .camp-progress-goal .camp-funded {
      display: none !important; }
    #donate .iw-infunding-donate-us .camp-progress-goal .camp-progress-current {
      background-color: #fac380;
      background-image: repeating-linear-gradient(140deg, transparent, transparent 3px, rgba(0, 0, 0, 0.1) 3px, rgba(0, 0, 0, 0.1) 6px);
      color: #fff;
      height: 30px;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box; }
      #donate .iw-infunding-donate-us .camp-progress-goal .camp-progress-current:after {
        content: url("../images/butterfly.png");
        float: right;
        position: relative;
        top: -8px;
        right: -26px; }
    #donate .iw-infunding-donate-us .camp-progress-goal .camp-funded {
      color: #fff;
      top: 4px !important;
      font-size: 15px; }
  #donate .iw-infunding-donate-us .donate-btn-effect {
    margin-top: 50px; }
    #donate .iw-infunding-donate-us .donate-btn-effect a.btn-donate {
      font-family: 'urw-din' !important;
      font-weight: 800;
      cursor: pointer;
      border: 2px solid #fff;
      font-size: 24px;
      font-weight: 500;
      padding: 12px 25px;
      position: relative;
      letter-spacing: 1px;
      text-transform: uppercase;
      -webkit-border-radius: 4px !important;
      -moz-border-radius: 4px !important;
      border-radius: 4px !important;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box;
      background: #fff !important;
      color: #f7941d !important;
      -moz-transform: translateY(0);
      -o-transform: translateY(0);
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition: 0.3s linear 0s;
      -moz-transition: 0.3s linear 0s;
      -o-transition: 0.3s linear 0s;
      transition: 0.3s linear 0s; }
      #donate .iw-infunding-donate-us .donate-btn-effect a.btn-donate:hover {
        color: #fff !important;
        background: #f7941d !important; }

#stories {
  background-position: center !important; }
  #stories > .wpb_column > .vc_column-inner > .wpb_wrapper {
    background-color: rgba(0, 0, 0, 0.5); }
    @media (min-width: 768px) {
      #stories > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_row.vc_inner > .hang-left {
        margin-left: auto !important;
        margin-right: auto !important; } }
    @media (min-width: 480px) and (max-width: 767px) {
      #stories > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_row.vc_inner > .hang-left {
        margin-left: 35px !important;
        margin-right: 0px !important; } }
    @media (max-width: 479px) {
      #stories > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_row.vc_inner > .hang-left {
        margin-left: 35px !important;
        margin-right: 0px !important; } }
  #stories .help-left {
    margin-left: 15px !important; }
  #stories .help-right {
    padding-right: 23px !important; }
  #stories .panel {
    background-color: transparent !important;
    border: 0px !important;
    padding: 0px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important; }
  #stories .panel-default > .panel-heading {
    background-color: transparent !important;
    border: 0px;
    padding: 0px;
    margin-top: -5px; }
  #stories .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 0px;
    padding: 0px;
    font-size: 15px; }
  #stories .events-wrapper {
    margin-bottom: 10px; }
    #stories .events-wrapper .events-heading {
      color: #fff;
      font-size: 24px !important;
      margin-bottom: 5px !important; }
    #stories .events-wrapper .events {
      height: 190px !important; }
      #stories .events-wrapper .events .event {
        padding: 10px 0 !important; }
        #stories .events-wrapper .events .event .date span {
          font-style: normal !important;
          font-size: 14px !important;
          color: #fff; }
          #stories .events-wrapper .events .event .date span abbr[title] {
            border-bottom: 0px !important;
            cursor: default;
            text-decoration: none !important; }
        #stories .events-wrapper .events .event .entry-summary {
          margin: 0 auto 10px;
          color: #fff !important; }
          #stories .events-wrapper .events .event .entry-summary a.event-link {
            text-decoration: underline; }
          #stories .events-wrapper .events .event .entry-summary a:hover {
            color: #fff; }
          #stories .events-wrapper .events .event .entry-summary:before {
            margin: 0px !important;
            display: none; }
        #stories .events-wrapper .events .event .entry-title {
          margin: 0 0 5px 0 !important;
          font-size: 20px;
          line-height: 19px !important; }
          #stories .events-wrapper .events .event .entry-title a {
            color: #f7941d;
            font-size: 20px;
            line-height: 19px !important; }
            #stories .events-wrapper .events .event .entry-title a:hover {
              color: #fff; }
            #stories .events-wrapper .events .event .entry-title a:after {
              display: none;
              float: right;
              font-family: 'lvca-icomoon' !important;
              font-weight: 900;
              content: "\e912";
              cursor: pointer;
              color: #fff;
              moz-transform-origin: 50% 50%;
              -o-transform-origin: 50% 50%;
              -ms-transform-origin: 50% 50%;
              -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%; }
              @media (min-width: 1154px) and (max-width: 1226px) {
                #stories .events-wrapper .events .event .entry-title a:after {
                  display: inherit;
                  float: none; } }
        #stories .events-wrapper .events .event.active .entry-title a:after {
          -moz-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        #stories .events-wrapper .events .event:after {
          width: 35px;
          height: 1px;
          background: #aaa;
          display: none;
          content: "";
          margin: 10px auto; }
  #stories .owl-carousel {
    max-width: none !important;
    margin-top: 25px; }
    @media (min-width: 768px) and (max-width: 1199px) {
      #stories .owl-carousel button.slick-prev, #stories .owl-carousel button.slick-next {
        display: block !important; } }
    #stories .owl-carousel .item {
      border-bottom: 0px !important;
      margin: 0 15px; }
      #stories .owl-carousel .item .image {
        margin: 0 auto;
        background-color: #000;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 239px; }
        #stories .owl-carousel .item .image img {
          max-width: 100%;
          margin: 0 auto; }
        #stories .owl-carousel .item .image:hover {
          opacity: 1;
          filter: alpha(opacity=100); }
        #stories .owl-carousel .item .image .lvca-image-info {
          display: none; }
        @media (max-width: 1800px) {
          #stories .owl-carousel .item .image {
            height: 210px; } }
        @media (max-width: 1600px) {
          #stories .owl-carousel .item .image {
            height: 181px; } }
        @media (max-width: 1400px) {
          #stories .owl-carousel .item .image {
            height: 153px; } }
        @media (max-width: 1199px) {
          #stories .owl-carousel .item .image {
            height: 194px; } }
        @media (max-width: 1200px) {
          #stories .owl-carousel .item .image {
            height: 194px; } }
        @media (max-width: 991px) {
          #stories .owl-carousel .item .image {
            height: 318px; } }
        @media (max-width: 768px) {
          #stories .owl-carousel .item .image {
            height: 297px; } }
        @media (max-width: 480px) {
          #stories .owl-carousel .item .image {
            height: 265px; } }
        @media (max-width: 430px) {
          #stories .owl-carousel .item .image {
            height: 235px; } }
        @media (max-width: 380px) {
          #stories .owl-carousel .item .image {
            height: 195px; } }
        @media (max-width: 320px) {
          #stories .owl-carousel .item .image {
            height: 173px; } }
      #stories .owl-carousel .item .description {
        text-align: left;
        width: 100%;
        max-height: 176px;
        background: #fff;
        padding: 12px 15px;
        letter-spacing: 0; }
        #stories .owl-carousel .item .description .title {
          line-height: 1.2;
          font-size: 18px !important;
          color: #000;
          min-height: 64px;
          max-height: 64px;
          text-transform: none !important;
          margin-top: 0 !important;
          margin-bottom: 5px !important;
          overflow: hidden;
          /*
          		  text-overflow: ellipsis;
          		  //ms-text-overflow: ellipsis;
          		  //text-overflow: -o-ellipsis-lastline;
          		  display: -webkit-box;
          		  height: $font-size * $line-height * $lines-to-show;
          		  line-height: $line-height;
          		  -webkit-line-clamp: $lines-to-show;
          		  -webkit-box-orient: vertical;
          */ }
        #stories .owl-carousel .item .description .summary {
          color: #000;
          min-height: 67px;
          max-height: 67px;
          margin-top: 6px !important;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          height: 105px;
          line-height: 1.4;
          -webkit-line-clamp: 5;
          -webkit-box-orient: vertical; }
    #stories .owl-carousel .owl-controls {
      margin-top: 25px !important; }
      #stories .owl-carousel .owl-controls .owl-page span {
        padding: 0;
        background: #aaa;
        border: 1px solid #aaa;
        border-radius: 50%;
        width: 12px;
        height: 12px; }
      #stories .owl-carousel .owl-controls .owl-page.active span {
        background: transparent !important; }
      #stories .owl-carousel .owl-controls .owl-buttons div {
        position: absolute;
        top: 150px;
        background: transparent !important; }
        #stories .owl-carousel .owl-controls .owl-buttons div i {
          font-size: 48px;
          color: #aaa !important; }
      #stories .owl-carousel .owl-controls .owl-buttons .owl-prev {
        left: -65px; }
      #stories .owl-carousel .owl-controls .owl-buttons .owl-next {
        right: -65px; }

@media (max-width: 576px) {
  #events .help-left {
    margin-left: 15px !important; }
  #events .help-right {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-right: 0 !important; } }
#agencies {
  padding-bottom: 55px;
  /*
	@media (min-width: 992px) and (max-width: 1199px) {
	  .profile-info {
		  top: 32% !important;
	  }
  }
	@media (min-width: 821px) and (max-width: 991px) {
	  .profile-info {
		  top: 13% !important;
	  }
  }
	@media (min-width: 768px) and (max-width: 820px) {
	  .profile-info {
		  top: 16% !important;
	  }
  }
  @media (min-width: 500px) and (max-width: 767px) {
	  .profile-info {
		  top: 65% !important;
	  }
  }
  @media (min-width: 450px) and (max-width: 499px) {
	  .profile-info {
		  top: 49% !important;
	  }
  }
  @media (min-width: 421px) and (max-width: 449px) {
	  .profile-info {
		  top: 45% !important;
	  }
  }
  @media (min-width: 321px) and (max-width: 420px) {
	  .profile-info {
		  top: 41% !important;
	  }
  }
  @media (min-width: 200px) and (max-width: 320px) {
	  .profile-info {
		  top: 22% !important;
	  }
  }
  .vc_column_container > .vc_column-inner {
	  
  }
  */ }
  #agencies.vc_row {
    overflow: visible; }
  @media (max-width: 576px) {
    #agencies .heading-spacer-1 {
      height: 15px !important; }
    #agencies .heading-spacer-2 {
      height: 25px !important; } }
  #agencies .agencies-row {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 45px 0; }
    #agencies .agencies-row .profile-box.style5 {
      flex-grow: 1;
      max-width: 14.2857%; }
      #agencies .agencies-row .profile-box.style5:nth-child(7) {
        page-break-after: always;
        break-after: always; }
    @media (max-width: 1600px) {
      #agencies .agencies-row .profile-box.style5 {
        max-width: 20%;
        margin-bottom: 2px; } }
    @media (max-width: 1024px) {
      #agencies .agencies-row .profile-box.style5 {
        max-width: 25%;
        margin-bottom: 2px; } }
    @media (max-width: 992px) {
      #agencies .agencies-row {
        gap: 25px 0; } }
    @media (max-width: 768px) {
      #agencies .agencies-row .profile-box.style5 {
        max-width: 33.3333%;
        margin-bottom: 2px; } }
    @media (max-width: 576px) {
      #agencies .agencies-row {
        gap: 15px 0; }
        #agencies .agencies-row .profile-box.style5 {
          max-width: 50%; } }
  #agencies .agencies-row-1 {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: center; }
    #agencies .agencies-row-1 .profile-box.style5 {
      flex: 0 0 14.2857%;
      max-width: 200px; }
    @media (max-width: 768px) {
      #agencies .agencies-row-1 {
        flex-wrap: wrap; }
        #agencies .agencies-row-1 .profile-box.style5 {
          flex: 0 0 33.3333%;
          max-width: 200px; } }
    @media (max-width: 576px) {
      #agencies .agencies-row-1 .profile-box.style5 {
        flex: 0 0 50%;
        max-width: 200px; } }
  #agencies .agencies-row-2 {
    margin: 45px auto 0;
    padding: 0 7.14%;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: center; }
    #agencies .agencies-row-2 .profile-box.style5 {
      flex: 0 0 16.6666%;
      max-width: 200px; }
    @media (max-width: 768px) {
      #agencies .agencies-row-2 {
        flex-wrap: wrap;
        padding: 0; }
        #agencies .agencies-row-2 .profile-box.style5 {
          flex: 0 0 33.3333%;
          max-width: 200px; } }
    @media (max-width: 576px) {
      #agencies .agencies-row-2 .profile-box.style5 {
        flex: 0 0 50%;
        max-width: 200px; } }
  #agencies .profile-box {
    background-color: none; }
    #agencies .profile-box .name {
      padding-top: 10px;
      font-size: 16px !important; }
    #agencies .profile-box .description {
      -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.4);
      -ms-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.4);
      -o-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.4);
      box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.4);
      line-height: 1.3;
      font-size: 15px; }
    #agencies .profile-box .name, #agencies .profile-box .description {
      color: #fff;
      background-color: #3f3f3f;
      margin: 0 -10px;
      padding-left: 10px;
      padding-right: 10px;
      padding-bottom: 10px;
      text-align: left; }
    #agencies .profile-box .profile-image {
      border: 1px solid #ddd; }
    #agencies .profile-box .profile-info {
      top: 43%;
      background-color: #3f3f3f;
      padding: 0px 10px 12px 10px !important; }

#pre-donors.vc_row {
  overflow: visible; }
#pre-donors .wpb_raw_html {
  margin-bottom: 0 !important; }

#donors.vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0px !important; }
#donors .vc_tta.vc_tta-tabs .vc_tta-tab.vc_active > a, #donors .vc_tta.vc_tta-tabs .vc_tta-panel.vc_active .vc_tta-panel-heading a {
  background-color: #f7941d;
  color: #FFF; }
#donors .vc_tta.vc_tta-tabs .vc_tta-panel.vc_active .vc_tta-panel-heading a {
  background-image: rgba(255, 255, 255, 0.2);
  /* Old browsers */
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.01) 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0.01)));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.01) 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.01) 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.01) 100%);
  /* IE10+ */
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.01) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */ }
#donors .vc_tta.vc_tta-tabs .vc_tta-panels .vc_tta-panel {
  margin: 0 !important;
  overflow: auto !important; }
  #donors .vc_tta.vc_tta-tabs .vc_tta-panels .vc_tta-panel ::-webkit-scrollbar {
    width: 0.5em;
    height: 0.5em; }
  #donors .vc_tta.vc_tta-tabs .vc_tta-panels .vc_tta-panel ::-webkit-scrollbar-thumb {
    background: slategray; }
  #donors .vc_tta.vc_tta-tabs .vc_tta-panels .vc_tta-panel ::-webkit-scrollbar-track {
    background: #b8c0c8; }
  #donors .vc_tta.vc_tta-tabs .vc_tta-panels .vc_tta-panel body {
    scrollbar-face-color: slategray;
    scrollbar-track-color: #b8c0c8; }
  #donors .vc_tta.vc_tta-tabs .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a:after {
    display: block;
    float: right;
    font-family: 'FontAwesome' !important;
    font-weight: 900;
    content: "\f067";
    cursor: pointer;
    color: #000; }
  #donors .vc_tta.vc_tta-tabs .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a:after {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    color: #fff; }

footer.page-footer .footer-donate-container {
  width: 100%;
  background-color: #f9f9f9; }
  footer.page-footer .footer-donate-container .footer-donate {
    width: 197px;
    height: 200px;
    background-image: url("../images/footer_donate.png");
    background-position: center;
    background-size: 197px 200px;
    background-repeat: no-repeat;
    position: relative;
    left: 74%; }
    footer.page-footer .footer-donate-container .footer-donate a {
      display: block;
      width: 75%;
      height: 67%;
      margin: 0 auto;
      position: relative;
      top: 45px;
      cursor: pointer; }
    @media (max-width: 991px) {
      footer.page-footer .footer-donate-container .footer-donate {
        left: 50% !important; } }
    @media (max-width: 388px) {
      footer.page-footer .footer-donate-container .footer-donate {
        left: 25% !important; } }
footer.page-footer .iw-footer-v2-widget {
  background: #000;
  border-bottom: 0px;
  padding: 30px 0px 2px !important; }
  footer.page-footer .iw-footer-v2-widget .iw-footer-logo {
    margin: 0 auto;
    text-align: center; }
    footer.page-footer .iw-footer-v2-widget .iw-footer-logo img {
      width: 230px; }
footer.page-footer .iw-footer-v2-copyright {
  background: #000;
  padding: 2px 0 15px !important; }
  footer.page-footer .iw-footer-v2-copyright .container {
    padding: 0px; }
  footer.page-footer .iw-footer-v2-copyright .back-to-top-container {
    display: none;
    z-index: 1000000;
    position: fixed;
    opacity: 0.8;
    filter: alpha(opacity=80);
    right: 5%;
    bottom: 5%; }
    @media (max-width: 879px) {
      footer.page-footer .iw-footer-v2-copyright .back-to-top-container {
        bottom: 10%; } }
    @media (max-width: 776px) {
      footer.page-footer .iw-footer-v2-copyright .back-to-top-container {
        bottom: 8%; } }
    @media (max-width: 559px) {
      footer.page-footer .iw-footer-v2-copyright .back-to-top-container {
        bottom: 12%; } }
    @media (max-width: 480px) {
      footer.page-footer .iw-footer-v2-copyright .back-to-top-container {
        bottom: 10%; } }
    @media (max-width: 340px) {
      footer.page-footer .iw-footer-v2-copyright .back-to-top-container {
        bottom: 8%; } }
    footer.page-footer .iw-footer-v2-copyright .back-to-top-container .back-to-top a {
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box;
      background: #666;
      color: #aaa;
      -webkit-transition: all 0.5s ease linear !important;
      -moz-transition: all 0.5s ease linear !important;
      -o-transition: all 0.5s ease linear !important;
      transition: all 0.5s ease linear !important; }
      footer.page-footer .iw-footer-v2-copyright .back-to-top-container .back-to-top a:hover {
        color: #fff;
        background: #000; }
footer.page-footer .footer-site-links-container {
  margin: 0 auto;
  display: table; }
  footer.page-footer .footer-site-links-container .footer-site-links {
    display: inline-flex; }
    footer.page-footer .footer-site-links-container .footer-site-links li {
      float: left;
      height: 14px;
      border-left: 1px solid #fff;
      padding: 0 4px;
      font-size: 10px;
      line-height: 14px; }
      footer.page-footer .footer-site-links-container .footer-site-links li a {
        color: #fff;
        font-size: inherit; }
        footer.page-footer .footer-site-links-container .footer-site-links li a:hover {
          color: #ccc; }
      footer.page-footer .footer-site-links-container .footer-site-links li:first-child {
        border-left: 0px !important; }
      footer.page-footer .footer-site-links-container .footer-site-links li:last-child {
        border-right: 0px !important; }

/***/
.accordion-position {
  position: initial !important; }

/***/
@media (max-width: 776px) {
  body:not(.home) .page-heading {
    margin-bottom: 0 !important; } }
@media (min-width: 991px) {
  body:not(.home) .wpb_row .\31 of3 {
    display: block; }
    body:not(.home) .wpb_row .\31 of3:nth-child(1) .vc_column-inner {
      padding-right: 44px !important; }
    body:not(.home) .wpb_row .\31 of3:nth-child(2) .vc_column-inner {
      padding-left: 44px !important;
      padding-right: 44px !important; }
    body:not(.home) .wpb_row .\31 of3:nth-child(3) .vc_column-inner {
      padding-left: 44px !important; } }
@media (min-width: 778px) {
  body:not(.home) .wpb_row .\31 of3 {
    display: block; }
    body:not(.home) .wpb_row .\31 of3:nth-child(1) .vc_column-inner {
      border-right: 1px solid #bdbdbd; }
    body:not(.home) .wpb_row .\31 of3:nth-child(3) .vc_column-inner {
      border-left: 1px solid #bdbdbd; } }
body:not(.home) .wpb_wrapper .social-icon {
  float: left;
  width: 39px;
  height: 39px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #000000;
  color: #fff;
  font-size: 24px;
  margin-right: 16px;
  margin-top: 6px;
  margin-bottom: 5px; }
  body:not(.home) .wpb_wrapper .social-icon.fa-twitter {
    padding: 7px 9px; }
  body:not(.home) .wpb_wrapper .social-icon.fa-facebook {
    padding: 7px 13px; }
body:not(.home) footer.page-footer .footer-donate-container {
  background-color: #fff !important; }

/***/
body .vc_toggle .vc_toggle_title > h4 {
  font-size: 16px !important; }

/***/
.modal-content .modal-title {
  color: #000; }
.modal-content .modal-body .frm_form_fields .frm_submit input {
  color: #fff;
  background: #f7941d;
  -webkit-transition: background 0.5s ease linear !important;
  -moz-transition: background 0.5s ease linear !important;
  -o-transition: background 0.5s ease linear !important;
  transition: background 0.5s ease linear !important; }
  .modal-content .modal-body .frm_form_fields .frm_submit input:hover {
    color: #000;
    background: #fff; }

.frm_style_formidable-style.with_frm_style label.frm_primary_label,
.frm_style_formidable-style.with_frm_style.frm_login_form label {
  font-family: 'urw-din' !important;
  font-weight: 800; }

#contentModal .modal-dialog {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%); }
  #contentModal .modal-dialog .modal-content {
    background-color: #ef8004; }
    #contentModal .modal-dialog .modal-content .modal-title {
      color: #fff; }
    #contentModal .modal-dialog .modal-content .modal-body {
      color: #fff; }

/*** TEMP: People & Agencies Profile Info Position ***/
@media (max-width: 1974px) and (min-width: 1601px) {
  #people .profile-box.style5 .profile-info {
    top: 29%; } }
@media (max-width: 1600px) {
  #people .profile-box.style5.active .profile-image {
    transform: translateY(-47px);
    -o-transform: translateY(-47px);
    -ms-transform: translateY(-47px);
    -webkit-transform: translateY(-47px); }
  #people .profile-box.style5 .profile-info {
    top: 45%; } }
@media (max-width: 1500px) {
  #people .profile-box.style5 .profile-info {
    top: 40%; } }
@media (max-width: 1380px) {
  #people .profile-box.style5 .profile-info {
    top: 35%; } }
@media (max-width: 1280px) {
  #people .profile-box.style5 .profile-info {
    top: 29%; } }
@media (max-width: 1180px) {
  #people .profile-box.style5 .profile-info {
    top: 18%; } }
@media (max-width: 1024px) {
  #people .profile-box.style5.active .profile-image {
    transform: translateY(-47px);
    -o-transform: translateY(-47px);
    -ms-transform: translateY(-47px);
    -webkit-transform: translateY(-47px); }
  #people .profile-box.style5 .profile-info {
    top: 32%; } }
@media (max-width: 992px) {
  #people .profile-box.style5.active .profile-image {
    transform: translateY(-27px);
    -o-transform: translateY(-27px);
    -ms-transform: translateY(-27px);
    -webkit-transform: translateY(-27px); }
  #people .profile-box.style5 .profile-info {
    top: 43%; } }
@media (max-width: 950px) {
  #people .profile-box.style5 .profile-info {
    top: 35%; } }
@media (max-width: 850px) {
  #people .profile-box.style5 .profile-info {
    top: 28%; } }
@media (max-width: 768px) {
  #people .profile-box.style5.active .profile-image {
    transform: translateY(-27px);
    -o-transform: translateY(-27px);
    -ms-transform: translateY(-27px);
    -webkit-transform: translateY(-27px); }
  #people .profile-box.style5 .profile-info {
    top: 50%; } }
@media (max-width: 767px) {
  #people .profile-box.style5 .profile-info {
    top: 60%; } }
@media (max-width: 700px) {
  #people .profile-box.style5 .profile-info {
    top: 54%; } }
@media (max-width: 576px) {
  #people .profile-box.style5 .profile-info {
    top: 61%; } }
@media (max-width: 480px) {
  #people .profile-box.style5.active .profile-image {
    transform: translateY(-17px);
    -o-transform: translateY(-17px);
    -ms-transform: translateY(-17px);
    -webkit-transform: translateY(-17px); }
  #people .profile-box.style5 .profile-info {
    top: 90%; } }

@media (max-width: 1962px) and (min-width: 1762px) {
  #agencies .profile-box.style5 .profile-info {
    top: 35%; } }
@media (max-width: 1728px) {
  #agencies .profile-box.style5 .profile-info {
    top: 29%; } }
@media (max-width: 1600px) {
  #agencies .profile-box.style5 .profile-info {
    top: 43%; } }
@media (max-width: 1420px) {
  #agencies .profile-box.style5 .profile-info {
    top: 37%; } }
@media (max-width: 1300px) {
  #agencies .profile-box.style5 .profile-info {
    top: 25%; } }
@media (max-width: 1100px) {
  #agencies .profile-box.style5 .profile-info {
    top: 19%; } }
@media (max-width: 1024px) {
  #agencies .profile-box.style5.active .profile-image {
    transform: translateY(-47px);
    -o-transform: translateY(-47px);
    -ms-transform: translateY(-47px);
    -webkit-transform: translateY(-47px); }
  #agencies .profile-box.style5 .profile-info {
    top: 32%; } }
@media (max-width: 992px) {
  #agencies .profile-box.style5.active .profile-image {
    transform: translateY(-27px);
    -o-transform: translateY(-27px);
    -ms-transform: translateY(-27px);
    -webkit-transform: translateY(-27px); }
  #agencies .profile-box.style5 .profile-info {
    top: 43%; } }
@media (max-width: 950px) {
  #agencies .profile-box.style5 .profile-info {
    top: 35%; } }
@media (max-width: 850px) {
  #agencies .profile-box.style5 .profile-info {
    top: 28%; } }
@media (max-width: 768px) {
  #agencies .profile-box.style5.active .profile-image {
    transform: translateY(-27px);
    -o-transform: translateY(-27px);
    -ms-transform: translateY(-27px);
    -webkit-transform: translateY(-27px); }
  #agencies .profile-box.style5 .profile-info {
    top: 50%; } }
@media (max-width: 767px) {
  #agencies .profile-box.style5 .profile-info {
    top: 60%; } }
@media (max-width: 700px) {
  #agencies .profile-box.style5 .profile-info {
    top: 54%; } }
@media (max-width: 576px) {
  #agencies .profile-box.style5.active .profile-image {
    transform: translateY(-17px);
    -o-transform: translateY(-17px);
    -ms-transform: translateY(-17px);
    -webkit-transform: translateY(-17px); }
  #agencies .profile-box.style5 .profile-info {
    top: 61%; } }
@media (max-width: 480px) {
  #agencies .profile-box.style5.active .profile-image {
    transform: translateY(-17px);
    -o-transform: translateY(-17px);
    -ms-transform: translateY(-17px);
    -webkit-transform: translateY(-17px); }
  #agencies .profile-box.style5 .profile-info {
    top: 90%; } }

/*** ***/

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