/*
Child theme styles
*/
.custom-theme-1 body {
  background: #101010;
  color: #ffffff;
  font-family: "dinLight", "robotolight", sans-serif;
  /* SELECTION HIGHLIGHT
  \*------------------------------------*/ }
  .custom-theme-1 body p, .custom-theme-1 body ol, .custom-theme-1 body ul, .custom-theme-1 body blockquote {
    font-family: "dinLight", "robotolight", sans-serif; }
  .custom-theme-1 body a {
    color: #ff642e; }
  .custom-theme-1 body .btn {
    background: #ff642e;
    color: #ffffff;
    border: 2px solid #d63700;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .custom-theme-1 body .btn:hover {
      background: #ff4302;
      color: #ffffff;
      border-color: #cccccc; }
  .custom-theme-1 body .main-wrapper {
    float: left;
    width: 100%; }
    .custom-theme-1 body .main-wrapper > section {
      position: relative; }
      .custom-theme-1 body .main-wrapper > section:after {
        bottom: 24px;
        bottom: 1.5rem;
        font: normal normal normal 24px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        content: "\f107";
        z-index: 1; }
      .custom-theme-1 body .main-wrapper > section#footer_section {
        display: table; }
        .custom-theme-1 body .main-wrapper > section#footer_section:after {
          display: none; }
        .custom-theme-1 body .main-wrapper > section#footer_section.mobile {
          display: block; }
      .custom-theme-1 body .main-wrapper > section:not(challenges) {
        float: left;
        position: relative;
        width: 100%; }
        .custom-theme-1 body .main-wrapper > section:not(challenges) .section-wrapper {
          left: 50%;
          position: absolute;
          text-align: center;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .custom-theme-1 body .title {
    position: absolute;
    left: 50%;
    font-size: 48px;
    font-size: 3rem;
    letter-spacing: 2px;
    top: 120px;
    top: 7.5rem;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    text-transform: uppercase;
    z-index: 2; }
  .custom-theme-1 body ::selection {
    background: #ff642e;
    color: #101010; }
  .custom-theme-1 body ::-webkit-selection {
    background: #ff642e;
    color: #101010; }
  .custom-theme-1 body ::-moz-selection {
    background: #ff642e;
    color: #101010; }
  .custom-theme-1 body #scrollsections-navigation {
    display: none; }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.custom-theme-1 .header.sticky .header-container {
  background: rgba(16, 16, 16, 0.6);
  position: relative; }
  .custom-theme-1 .header.sticky .header-container .header-logo, .custom-theme-1 .header.sticky .header-container .main-navigation {
    background: none; }
  .custom-theme-1 .header.sticky .header-container .header-logo {
    border-bottom: 0; }
    .custom-theme-1 .header.sticky .header-container .header-logo .logo {
      top: 0;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none;
      width: 80px; }
    .custom-theme-1 .header.sticky .header-container .header-logo.leos-logo {
      flex: 0 0 100px; }
      .custom-theme-1 .header.sticky .header-container .header-logo.leos-logo .logo {
        left: 0; }
  .custom-theme-1 .header.sticky .header-container .main-navigation .menu ul li.btn a {
    text-decoration: none !important; }
  .custom-theme-1 .header.sticky .header-container .social-media-links {
    background: rgba(16, 16, 16, 0.7); }
    .custom-theme-1 .header.sticky .header-container .social-media-links li a {
      color: rgba(255, 100, 46, 0.6); }
    .custom-theme-1 .header.sticky .header-container .social-media-links li:hover a {
      color: #ff642e; }
  .custom-theme-1 .header.sticky .header-container .toggle-menu {
    right: 16px;
    right: 1rem; }
.custom-theme-1 .header.sticky.fixed-menu .header-container {
  background: rgba(16, 16, 16, 0.9); }
  .custom-theme-1 .header.sticky.fixed-menu .header-container .header-logo, .custom-theme-1 .header.sticky.fixed-menu .header-container .main-navigation {
    background: none; }
  .custom-theme-1 .header.sticky.fixed-menu .header-container .social-media-links {
    background: #101010; }
@media only screen and (min-width: 768px) {
  .custom-theme-1 .header .header-container .header-logo {
    border: none;
    -webkit-box-flex: 0 0 188px;
    -moz-box-flex: 0 0 188px;
    -webkit-flex: 0 0 188px;
    -ms-flex: 0 0 188px;
    flex: 0 0 188px; }
    .custom-theme-1 .header .header-container .header-logo img {
      top: 0;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
  .custom-theme-1 .header .header-container .main-navigation .menu ul {
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    padding-right: 40px;
    padding-right: 2.5rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .custom-theme-1 .header .header-container .main-navigation .menu ul li.btn {
      height: 50px; }
      .custom-theme-1 .header .header-container .main-navigation .menu ul li.btn a:hover {
        color: #ffffff; } }
@media only screen and (max-width: 767px) {
  .custom-theme-1 .header .header-container .header-logo .logo {
    width: 90px; }
  .custom-theme-1 .header .header-container .main-navigation .menu ul {
    padding: 0; }
    .custom-theme-1 .header .header-container .main-navigation .menu ul li.btn {
      border: none;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0; }
    .custom-theme-1 .header .header-container .main-navigation .menu ul li:hover.btn a {
      color: #ff642e !important; } }
@media only screen and (max-width: 768px) {
  .custom-theme-1 .header .header-container .header-logo {
    display: inline-block;
    width: 70px !important;
    height: 55px !important; }
    .custom-theme-1 .header .header-container .header-logo .logo {
      width: 60px !important; }
    .custom-theme-1 .header .header-container .header-logo.leos-logo .logo {
      left: 5px !important; }
  .custom-theme-1 .header .header-container .toggle-menu {
    line-height: 61px;
    padding-top: 0; } }

.custom-theme-1 .footer {
  background: #101010;
  color: #bcbcbc;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  float: none; }
  .custom-theme-1 .footer a {
    color: #ff642e; }
  .custom-theme-1 .footer .social-media-links li a:hover {
    color: white; }
    .custom-theme-1 .footer .social-media-links li a:hover .fa {
      color: white !important; }
  .custom-theme-1 .footer .footer-navigation {
    text-align: center; }
    .custom-theme-1 .footer .footer-navigation .footer-logo {
      float: none;
      display: inline-block;
      margin: 10px;
      width: 100px; }
  .custom-theme-1 .footer .copyright a {
    color: #bcbcbc; }
    .custom-theme-1 .footer .copyright a span {
      color: #fefefe; }
  @media only screen and (max-width: 767px) {
    .custom-theme-1 .footer .footer-navigation .footer-logo .logo {
      width: 80px; } }

#footer_section.mobile .footer {
  display: block;
  width: 100%;
  height: auto;
  float: left; }

.custom-theme-1 .challenges {
  min-height: 780px; }
  .custom-theme-1 .challenges .swiper-wrapper .swiper-slide {
    background-size: cover !important; }
    .custom-theme-1 .challenges .swiper-wrapper .swiper-slide#wildlife-trade {
      background: #8b2b09 url("../img/wildlife-trade.jpg"); }
    .custom-theme-1 .challenges .swiper-wrapper .swiper-slide#effects-on-climate {
      background: #8b2b09 url("../img/effects-on-climate-bg.jpg"); }
    .custom-theme-1 .challenges .swiper-wrapper .swiper-slide#wildlife-conflict {
      background: #8b2b09 url("../img/wildlife-conflict-bg.jpg"); }
    .custom-theme-1 .challenges .swiper-wrapper .swiper-slide#habitat-loss {
      background: #8b2b09 url("../img/habitat-loss-bg.jpg"); }
    .custom-theme-1 .challenges .swiper-wrapper .swiper-slide .section-wrapper {
      padding: 178px 64px 0px 64px;
      padding: 11.125rem 4rem 0rem 4rem;
      width: 100%; }
      .custom-theme-1 .challenges .swiper-wrapper .swiper-slide .section-wrapper .challenge-icon {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%); }
      .custom-theme-1 .challenges .swiper-wrapper .swiper-slide .section-wrapper .challenge-subtitle {
        font-size: 32px;
        font-size: 2rem;
        line-height: 46.4px;
        line-height: 2.9rem;
        margin-bottom: 30px;
        margin-bottom: 1.875rem;
        text-transform: uppercase; }
      .custom-theme-1 .challenges .swiper-wrapper .swiper-slide .section-wrapper article {
        font-family: "dinRegular", "robotoregular", sans-serif;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 27.008px;
        line-height: 1.688rem;
        margin: 0 auto;
        max-width: 100%;
        width: 442px; }
        @media only screen and (max-height: 900px) {
          .custom-theme-1 .challenges .swiper-wrapper .swiper-slide .section-wrapper article {
            width: 700px; } }
        .custom-theme-1 .challenges .swiper-wrapper .swiper-slide .section-wrapper article p {
          font-family: "dinRegular", "robotoregular", sans-serif;
          font-size: 18px;
          font-size: 1.125rem;
          line-height: 27.008px;
          line-height: 1.688rem; }
  .custom-theme-1 .challenges .swiper-button-next, .custom-theme-1 .challenges .swiper-button-prev {
    background-color: rgba(0, 0, 0, 0.2);
    background-image: none !important;
    color: white;
    height: 70px;
    width: 42px;
    opacity: 1;
    font: normal normal normal 24px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 1;
    cursor: pointer;
    pointer-events: all; }
    .custom-theme-1 .challenges .swiper-button-next:hover, .custom-theme-1 .challenges .swiper-button-prev:hover {
      background-color: rgba(0, 0, 0, 0.8); }
  .custom-theme-1 .challenges .swiper-button-next {
    right: 0; }
    .custom-theme-1 .challenges .swiper-button-next:before {
      content: "\f105";
      color: white;
      position: absolute;
      right: 30%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 2; }
  .custom-theme-1 .challenges .swiper-button-prev {
    left: 0; }
    .custom-theme-1 .challenges .swiper-button-prev:before {
      content: "\f104";
      color: white;
      left: 50%;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 2; }
  .custom-theme-1 .challenges .swiper-pagination {
    bottom: 80px; }
    .custom-theme-1 .challenges .swiper-pagination .swiper-pagination-bullet {
      background: transparent;
      border: 1px solid white;
      width: 10px;
      height: 10px;
      opacity: 1; }
    .custom-theme-1 .challenges .swiper-pagination .swiper-pagination-bullet-active {
      background: white; }
  @media only screen and (max-width: 767px) {
    .custom-theme-1 .challenges .title {
      font-size: 32px;
      font-size: 2rem;
      top: 44.8px;
      top: 2.8rem; }
    .custom-theme-1 .challenges .swiper-wrapper .swiper-slide .section-wrapper {
      padding-top: 138px;
      padding-top: 8.625rem; }
      .custom-theme-1 .challenges .swiper-wrapper .swiper-slide .section-wrapper .challenge-subtitle {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 32px;
        line-height: 2rem;
        margin-bottom: 19.2px;
        margin-bottom: 1.2rem; }
      .custom-theme-1 .challenges .swiper-wrapper .swiper-slide .section-wrapper .challenge-icon {
        width: 130px; }
      .custom-theme-1 .challenges .swiper-wrapper .swiper-slide .section-wrapper article p {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 16px;
        line-height: 1rem; } }

.custom-theme-1 .hero {
  background-image: url("../img/tiger-hero.jpg");
  background-size: cover;
  background-position: center; }
  .custom-theme-1 .hero .section-wrapper {
    padding: 0px 32px;
    padding: 0rem 2rem;
    width: 100%; }
  .custom-theme-1 .hero h1 {
    font-family: "ralewayheavy", serif;
    font-size: 90px;
    font-size: 5.625rem;
    line-height: 72px;
    line-height: 4.5rem;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
    text-transform: uppercase; }
  .custom-theme-1 .hero article p {
    font-size: 29.6px;
    font-size: 1.85rem;
    line-height: 36.8px;
    line-height: 2.3rem;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
    font-weight: 600; }
    .custom-theme-1 .hero article p.smaller {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 22px;
      line-height: 1.375rem;
      margin-bottom: 0; }
    @media only screen and (max-width: 1024px) {
      .custom-theme-1 .hero article p br {
        display: none; } }
  .custom-theme-1 .hero article .btn {
    margin-bottom: 32px;
    margin-bottom: 2rem; }
  @media only screen and (min-width: 1024) {
    .custom-theme-1 .hero {
      background-attachment: fixed; } }
  @media only screen and (max-width: 767px) {
    .custom-theme-1 .hero h1 {
      font-size: 60.8px;
      font-size: 3.8rem;
      line-height: 51.2px;
      line-height: 3.2rem;
      margin-bottom: 32px;
      margin-bottom: 2rem; } }
  @media only screen and (max-width: 479px) {
    .custom-theme-1 .hero {
      background-attachment: initial; }
      .custom-theme-1 .hero h1 {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 35.2px;
        line-height: 2.2rem;
        margin-bottom: 16px;
        margin-bottom: 1rem; }
      .custom-theme-1 .hero article p {
        font-size: 14.4px;
        font-size: 0.9rem;
        line-height: 19.2px;
        line-height: 1.2rem;
        margin-bottom: 16px;
        margin-bottom: 1rem; }
      .custom-theme-1 .hero article .btn {
        margin-bottom: 16px;
        margin-bottom: 1rem; } }
  .custom-theme-1 .hero .video-container, .custom-theme-1 .hero .video-bg-wrapper, .custom-theme-1 .hero .video-bg-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    overflow: hidden; }
    .custom-theme-1 .hero .video-container video, .custom-theme-1 .hero .video-bg-wrapper video, .custom-theme-1 .hero .video-bg-content video {
      position: absolute; }
  .custom-theme-1 .hero .video-container:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3); }
  .custom-theme-1 .hero .video-bg {
    display: none !important; }

.custom-theme-1 .impact {
  background: #acbcbc;
  background-image: url("../img/map_bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  min-height: 760px;
  overflow: hidden;
  z-index: 0;
  overflow: hidden; }
  .custom-theme-1 .impact * {
    position: relative;
    z-index: 2; }
  .custom-theme-1 .impact:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+70,000000+100&0+70,0.3+100 */
    background: -moz-radial-gradient(center, ellipse cover, transparent 70%, rgba(0, 0, 0, 0.3) 100%);
    /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, transparent 70%, rgba(0, 0, 0, 0.3) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, transparent 70%, rgba(0, 0, 0, 0.3) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */ }
  .custom-theme-1 .impact .title {
    text-shadow: 2px 0 7px rgba(0, 0, 0, 0.38); }
  .custom-theme-1 .impact .section-wrapper {
    width: 100%; }
    .custom-theme-1 .impact .section-wrapper.ps-left {
      left: 0;
      width: auto;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
  .custom-theme-1 .impact .map-container {
    position: absolute;
    width: 100%;
    height: 100%; }
  .custom-theme-1 .impact .tooltips {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3; }
    .custom-theme-1 .impact .tooltips .tool-tip {
      width: 1px;
      height: 1px;
      display: none; }
      .custom-theme-1 .impact .tooltips .tool-tip .tooltip-content {
        min-width: 150px;
        background: white;
        color: #000;
        text-align: center;
        border-radius: 5px;
        padding: 10px;
        bottom: 10px;
        position: absolute !important;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        transform: translate(-50%); }
        .custom-theme-1 .impact .tooltips .tool-tip .tooltip-content span {
          display: block;
          padding: 5px 0;
          font-family: 'dinBold', 'robotobold', sans-serif;
          text-transform: uppercase;
          font-size: 1.7rem; }
          .custom-theme-1 .impact .tooltips .tool-tip .tooltip-content span.with-under-separation {
            border-bottom: 1px solid #eaebeb; }
          .custom-theme-1 .impact .tooltips .tool-tip .tooltip-content span.number {
            font-family: "dinBlack", "robotoblack", sans-serif;
            color: #29d294; }
        .custom-theme-1 .impact .tooltips .tool-tip .tooltip-content:after {
          content: "";
          width: 0px;
          height: 0px;
          border-left: 8px solid transparent;
          border-right: 8px solid transparent;
          border-top: 14px solid #ffffff;
          position: absolute;
          left: 50%;
          margin-left: -8px;
          bottom: -13px; }
      .custom-theme-1 .impact .tooltips .tool-tip.trend-tooltip .tooltip-content {
        min-width: 200px; }
        .custom-theme-1 .impact .tooltips .tool-tip.trend-tooltip .tooltip-content span {
          color: #4d5658;
          font-family: 'dinMedium', 'robotobold', sans-serif;
          font-size: 1.5rem;
          text-transform: none; }
          .custom-theme-1 .impact .tooltips .tool-tip.trend-tooltip .tooltip-content span.number .fa {
            font-size: 40px; }
          .custom-theme-1 .impact .tooltips .tool-tip.trend-tooltip .tooltip-content span.number.increasing {
            color: #29d294; }
          .custom-theme-1 .impact .tooltips .tool-tip.trend-tooltip .tooltip-content span.number.decreasing {
            color: #d42f14; }
          .custom-theme-1 .impact .tooltips .tool-tip.trend-tooltip .tooltip-content span.number.stable {
            color: #e1c714; }
          .custom-theme-1 .impact .tooltips .tool-tip.trend-tooltip .tooltip-content span.number.neutral {
            color: #c8c8c8c8; }
      .custom-theme-1 .impact .tooltips .tool-tip.bottom .tooltip-content {
        top: 70px;
        bottom: auto; }
        .custom-theme-1 .impact .tooltips .tool-tip.bottom .tooltip-content:after {
          content: "";
          width: 0px;
          height: 0px;
          border-left: 8px solid transparent;
          border-right: 8px solid transparent;
          border-bottom: 14px solid #ffffff;
          border-top: none;
          position: absolute;
          left: 50%;
          margin-left: -8px;
          top: -13px; }
  .custom-theme-1 .impact .interactive_segment {
    cursor: pointer; }
  .custom-theme-1 .impact .with-info {
    cursor: pointer; }
  .custom-theme-1 .impact .countries_select {
    display: none; }
  .custom-theme-1 .impact .impact-trigger {
    background: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    color: #d9d9d9;
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 20px;
    text-decoration: none;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    width: 210px;
    transition: width .25s;
    -o-transition: width .25s;
    -moz-transition: width .25s;
    -webkit-transition: width .25s; }
    .custom-theme-1 .impact .impact-trigger:hover {
      color: white;
      width: 230px; }
    .custom-theme-1 .impact .impact-trigger:before {
      content: "";
      border-top: 50px solid transparent;
      border-right: 50px solid transparent;
      border-bottom: 50px solid transparent;
      border-left: 30px solid rgba(0, 0, 0, 0.2);
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
    .custom-theme-1 .impact .impact-trigger h3 {
      font-family: "dinBold", "robotobold", sans-serif;
      margin: 0;
      text-align: right;
      text-transform: uppercase;
      width: 100%; }
      .custom-theme-1 .impact .impact-trigger h3 span {
        transition: font-size .25s;
        -o-transition: font-size .25s;
        -moz-transition: font-size .25s;
        -webkit-transition: font-size .25s; }
      .custom-theme-1 .impact .impact-trigger h3 .f-18 {
        display: block;
        font-size: 18px;
        line-height: 1; }
      .custom-theme-1 .impact .impact-trigger h3 .f-26 {
        display: block;
        font-size: 26px;
        line-height: 1; }
      .custom-theme-1 .impact .impact-trigger h3 .f-27 {
        display: block;
        font-size: 27px;
        line-height: 1; }
      .custom-theme-1 .impact .impact-trigger h3 .f-31 {
        display: block;
        font-size: 31px;
        line-height: 1; }
      .custom-theme-1 .impact .impact-trigger h3 .f-34 {
        display: block;
        font-size: 34px;
        line-height: 1; }
      .custom-theme-1 .impact .impact-trigger h3 .f-35 {
        display: block;
        font-size: 35px;
        line-height: 1; }
      .custom-theme-1 .impact .impact-trigger h3 .f-38 {
        display: block;
        font-size: 38px;
        line-height: 1; }
    .custom-theme-1 .impact .impact-trigger p, .custom-theme-1 .impact .impact-trigger small {
      display: none; }
    .custom-theme-1 .impact .impact-trigger.active {
      background: rgba(255, 100, 46, 0.85);
      color: white;
      padding-bottom: 30px;
      padding-right: 30px;
      position: relative;
      width: 340px; }
      .custom-theme-1 .impact .impact-trigger.active:before {
        content: "";
        border-top: 100px solid transparent;
        border-right: 100px solid transparent;
        border-bottom: 100px solid transparent;
        border-left: 60px solid #ee5723;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
      .custom-theme-1 .impact .impact-trigger.active h3 {
        font-family: "dinBlack", "robotoblack", sans-serif; }
      .custom-theme-1 .impact .impact-trigger.active.status h3 .f-26 {
        font-size: 57px; }
      .custom-theme-1 .impact .impact-trigger.active.status h3 .f-27 {
        font-size: 59px; }
      .custom-theme-1 .impact .impact-trigger.active.status h3 .f-35 {
        font-size: 75px;
        line-height: 0.8; }
      .custom-theme-1 .impact .impact-trigger.active.status p {
        clear: both;
        float: right;
        font-family: "dinLight", "robotolight", sans-serif;
        font-size: 24px;
        margin-bottom: 20px;
        text-align: center;
        width: 210px; }
        .custom-theme-1 .impact .impact-trigger.active.status p span {
          display: block;
          color: #41e8ab;
          font-family: "dinBold", "robotobold", sans-serif;
          font-size: 75px;
          line-height: 0.75;
          margin-bottom: 10px;
          text-shadow: 5px 10px 14px rgba(0, 0, 0, 0.15); }
      .custom-theme-1 .impact .impact-trigger.active.trend h3 .f-38 {
        font-size: 71px;
        letter-spacing: 3px; }
      .custom-theme-1 .impact .impact-trigger.active.trend h3 .f-34 {
        font-size: 68px; }
      .custom-theme-1 .impact .impact-trigger.active.trend h3 .f-31 {
        font-size: 59px; }
      .custom-theme-1 .impact .impact-trigger.active.trend h3 .f-18 {
        font-size: 34px; }
      .custom-theme-1 .impact .impact-trigger.active.trend p {
        clear: both;
        float: right;
        font-family: "dinLight", "robotolight", sans-serif;
        font-size: 17px;
        margin: 20px 0;
        line-height: 1;
        text-align: center;
        width: 210px; }
      .custom-theme-1 .impact .impact-trigger.active small {
        border-top: 1px solid white;
        font-size: 10px;
        float: right;
        font-family: "dinRegular", "robotoregular", sans-serif;
        line-height: 1;
        text-align: left;
        padding-top: 20px;
        width: 210px; }
      .custom-theme-1 .impact .impact-trigger.active p, .custom-theme-1 .impact .impact-trigger.active small {
        display: block; }
  .custom-theme-1 .impact .status-indicators {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    .custom-theme-1 .impact .status-indicators li {
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      clear: both;
      float: left;
      height: 101px;
      list-style: none;
      margin: 8px 0px;
      margin: 0.5rem 0rem;
      width: 114px; }
      .custom-theme-1 .impact .status-indicators li.government {
        background-image: url("../img/government-bg.png"); }
      .custom-theme-1 .impact .status-indicators li.iucn {
        background-image: url("../img/iucn-bg.png"); }
      .custom-theme-1 .impact .status-indicators li.increasing {
        background-image: url("../img/increasing-bg.png"); }
      .custom-theme-1 .impact .status-indicators li.decreasing {
        background-image: url("../img/decreasing-bg.png"); }
      .custom-theme-1 .impact .status-indicators li.stable {
        background-image: url("../img/stable-bg.png"); }
      .custom-theme-1 .impact .status-indicators li span {
        font-size: 12px;
        font-family: "dinRegular", "robotoregular", sans-serif;
        left: 50%;
        position: absolute;
        text-transform: uppercase;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        .custom-theme-1 .impact .status-indicators li span .fa {
          clear: both;
          display: block;
          font-size: 18px;
          text-align: center; }
      .custom-theme-1 .impact .status-indicators li.impact-status span {
        font-size: 9pt;
        text-align: center;
        line-height: 10pt; }
  @media only screen and (max-width: 767px) {
    .custom-theme-1 .impact .title {
      font-size: 32px;
      font-size: 2rem;
      padding: 0px 16px;
      padding: 0rem 1rem;
      text-align: center;
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .custom-theme-1 .impact {
      background: #fff; }
      .custom-theme-1 .impact:before {
        display: none; }
      .custom-theme-1 .impact .section-wrapper.ps-left {
        position: relative;
        top: initial;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none; }
      .custom-theme-1 .impact .title {
        top: initial;
        left: initial;
        width: 100%;
        text-align: center;
        transform: none;
        position: relative;
        display: none; }
      .custom-theme-1 .impact .status-indicators {
        display: none !important; }
      .custom-theme-1 .impact .countries_select {
        color: #404040;
        display: block; }
        .custom-theme-1 .impact .countries_select .status_title {
          font-size: 28px;
          text-transform: uppercase;
          padding: 10px 0; }
        .custom-theme-1 .impact .countries_select .select-status .countries_data .country-data {
          display: none;
          color: #41e8ab;
          font-family: "dinBold", "robotobold", sans-serif;
          font-size: 90px;
          line-height: initial; }
        .custom-theme-1 .impact .countries_select .select-status.trend .countries_data .country-data {
          padding: 10px 0;
          padding-bottom: 20px;
          line-height: initial;
          font-size: initial; }
          .custom-theme-1 .impact .countries_select .select-status.trend .countries_data .country-data span {
            text-transform: uppercase;
            font-size: 25px; }
            .custom-theme-1 .impact .countries_select .select-status.trend .countries_data .country-data span i {
              font-size: 40px;
              display: block; }
          .custom-theme-1 .impact .countries_select .select-status.trend .countries_data .country-data.decreasing {
            color: #d42f14; }
          .custom-theme-1 .impact .countries_select .select-status.trend .countries_data .country-data.stable {
            color: #e1c714; }
      .custom-theme-1 .impact .impact-trigger, .custom-theme-1 .impact .impact-trigger.active, .custom-theme-1 .impact .impact-trigger:hover, .custom-theme-1 .impact .impact-trigger.active:hover {
        width: 100%;
        background: #f74a20;
        -webkit-border-radius: 0 0 0 0;
        -moz-border-radius: 0 0 0 0;
        -ms-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        padding-left: 0;
        padding-right: 0; }
        .custom-theme-1 .impact .impact-trigger:before, .custom-theme-1 .impact .impact-trigger.active:before, .custom-theme-1 .impact .impact-trigger:hover:before, .custom-theme-1 .impact .impact-trigger.active:hover:before {
          display: none; }
        .custom-theme-1 .impact .impact-trigger.status h3, .custom-theme-1 .impact .impact-trigger.active.status h3, .custom-theme-1 .impact .impact-trigger:hover.status h3, .custom-theme-1 .impact .impact-trigger.active:hover.status h3 {
          text-align: center;
          max-width: 280px;
          margin: auto;
          line-height: 20px; }
          .custom-theme-1 .impact .impact-trigger.status h3 .f-26, .custom-theme-1 .impact .impact-trigger.active.status h3 .f-26, .custom-theme-1 .impact .impact-trigger:hover.status h3 .f-26, .custom-theme-1 .impact .impact-trigger.active:hover.status h3 .f-26 {
            font-size: 75px;
            line-height: 70px; }
          .custom-theme-1 .impact .impact-trigger.status h3 .f-35, .custom-theme-1 .impact .impact-trigger.active.status h3 .f-35, .custom-theme-1 .impact .impact-trigger:hover.status h3 .f-35, .custom-theme-1 .impact .impact-trigger.active:hover.status h3 .f-35 {
            display: inline-block;
            font-size: 100px;
            line-height: 90px; }
          .custom-theme-1 .impact .impact-trigger.status h3 .f-27, .custom-theme-1 .impact .impact-trigger.active.status h3 .f-27, .custom-theme-1 .impact .impact-trigger:hover.status h3 .f-27, .custom-theme-1 .impact .impact-trigger.active:hover.status h3 .f-27 {
            display: inline-block;
            font-size: 80px;
            line-height: 90px; }
        .custom-theme-1 .impact .impact-trigger.status p, .custom-theme-1 .impact .impact-trigger.active.status p, .custom-theme-1 .impact .impact-trigger:hover.status p, .custom-theme-1 .impact .impact-trigger.active:hover.status p {
          max-width: 280px;
          margin: auto;
          width: 100%;
          float: none; }
          .custom-theme-1 .impact .impact-trigger.status p span, .custom-theme-1 .impact .impact-trigger.active.status p span, .custom-theme-1 .impact .impact-trigger:hover.status p span, .custom-theme-1 .impact .impact-trigger.active:hover.status p span {
            font-size: 100px;
            line-height: 120px;
            padding-bottom: 20px;
            border-bottom: 1px solid #d5d5d5; }
        .custom-theme-1 .impact .impact-trigger.status small, .custom-theme-1 .impact .impact-trigger.active.status small, .custom-theme-1 .impact .impact-trigger:hover.status small, .custom-theme-1 .impact .impact-trigger.active:hover.status small {
          display: none; }
        .custom-theme-1 .impact .impact-trigger.trend h3, .custom-theme-1 .impact .impact-trigger.active.trend h3, .custom-theme-1 .impact .impact-trigger:hover.trend h3, .custom-theme-1 .impact .impact-trigger.active:hover.trend h3 {
          width: 100%;
          max-width: 280px;
          float: none;
          margin: auto;
          text-align: center;
          color: #fff; }
          .custom-theme-1 .impact .impact-trigger.trend h3 .f-38, .custom-theme-1 .impact .impact-trigger.active.trend h3 .f-38, .custom-theme-1 .impact .impact-trigger:hover.trend h3 .f-38, .custom-theme-1 .impact .impact-trigger.active:hover.trend h3 .f-38 {
            font-size: 102px;
            display: block;
            line-height: 70px; }
          .custom-theme-1 .impact .impact-trigger.trend h3 .f-34, .custom-theme-1 .impact .impact-trigger.active.trend h3 .f-34, .custom-theme-1 .impact .impact-trigger:hover.trend h3 .f-34, .custom-theme-1 .impact .impact-trigger.active:hover.trend h3 .f-34 {
            font-size: 89px;
            display: block;
            line-height: 90px; }
          .custom-theme-1 .impact .impact-trigger.trend h3 .f-31, .custom-theme-1 .impact .impact-trigger.active.trend h3 .f-31, .custom-theme-1 .impact .impact-trigger:hover.trend h3 .f-31, .custom-theme-1 .impact .impact-trigger.active:hover.trend h3 .f-31 {
            font-size: 76px;
            display: block;
            line-height: 50px; }
          .custom-theme-1 .impact .impact-trigger.trend h3 .f-18, .custom-theme-1 .impact .impact-trigger.active.trend h3 .f-18, .custom-theme-1 .impact .impact-trigger:hover.trend h3 .f-18, .custom-theme-1 .impact .impact-trigger.active:hover.trend h3 .f-18 {
            font-size: 43px;
            line-height: 60px; }
        .custom-theme-1 .impact .impact-trigger.trend p, .custom-theme-1 .impact .impact-trigger.active.trend p, .custom-theme-1 .impact .impact-trigger:hover.trend p, .custom-theme-1 .impact .impact-trigger.active:hover.trend p {
          display: block;
          width: 100%;
          max-width: 280px;
          margin: auto;
          font-size: 23px;
          color: #fff;
          padding-top: 20px;
          margin-top: 10px;
          border-top: 1px solid #d5d5d5; }
      .custom-theme-1 .impact .status-indicators {
        display: none; }
      .custom-theme-1 .impact .map-container {
        display: none; } }

.selectBox-dropdown, select {
  width: 100%;
  max-width: 280px;
  background: #f5f5f5;
  border-color: #c52000;
  height: 51px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }
  .selectBox-dropdown:focus, .selectBox-dropdown:active, select:focus, select:active {
    outline: none; }
  .selectBox-dropdown .selectBox-label, select .selectBox-label {
    line-height: 50px;
    padding: 0;
    text-align: center;
    color: #404040;
    text-transform: uppercase;
    font-family: 'dinMedium', 'robotomedium', sans-serif;
    font-size: 25px; }
  .selectBox-dropdown.trend .selectBox-label, select.trend .selectBox-label {
    font-size: 14px; }
  .selectBox-dropdown .selectBox-arrow, select .selectBox-arrow {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #f74a20;
    border-color: #c52000; }
    .selectBox-dropdown .selectBox-arrow:before, select .selectBox-arrow:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      content: "\f078";
      color: #fff;
      left: 50%;
      top: 50%;
      margin-left: -7px;
      margin-top: -7px;
      font-size: 15px; }

.selectBox-dropdown-menu li a {
  color: #404040;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 50px; }
  .selectBox-dropdown-menu li a:hover, .selectBox-dropdown-menu li a:active, .selectBox-dropdown-menu li a:visited, .selectBox-dropdown-menu li a:focus {
    text-decoration: none;
    outline: none; }

.custom-theme-1 .make-a-donation {
  background-image: url("../img/tiger-make-donation.jpg");
  background-size: cover;
  background-position: center left; }
  .custom-theme-1 .make-a-donation .container {
    height: 100%;
    width: 100%;
    position: relative; }
    .custom-theme-1 .make-a-donation .container .row {
      height: 100%;
      position: relative; }
  .custom-theme-1 .make-a-donation .take-action-bg {
    background: url("../img/action-bg.png") no-repeat center;
    background-size: 538px 110%;
    height: 100%;
    float: right;
    position: relative; }
  .custom-theme-1 .make-a-donation .take-action-column {
    height: 100%;
    position: absolute;
    top: 0; }
    .custom-theme-1 .make-a-donation .take-action-column .section-wrapper {
      max-width: 538px;
      padding: 0 50px;
      width: 538px; }
      .custom-theme-1 .make-a-donation .take-action-column .section-wrapper h3 {
        color: #41e7aa;
        font-size: 48px;
        font-size: 3rem;
        margin: 0 0 40px 0;
        text-transform: uppercase; }
      .custom-theme-1 .make-a-donation .take-action-column .section-wrapper p {
        font-family: "dinRegular", "robotoregular", sans-serif; }
        .custom-theme-1 .make-a-donation .take-action-column .section-wrapper p:last-of-type {
          margin-bottom: 45px; }
      .custom-theme-1 .make-a-donation .take-action-column .section-wrapper .btn {
        margin-bottom: 45px; }
      .custom-theme-1 .make-a-donation .take-action-column .section-wrapper small {
        display: block;
        font-size: 14px;
        line-height: 18px;
        margin: 0 auto;
        max-width: 340px; }
  @media only screen and (max-width: 1199px) {
    .custom-theme-1 .make-a-donation .take-action-bg {
      float: right;
      margin-right: 100px; }
    .custom-theme-1 .make-a-donation .take-action-column {
      background-size: 100% 110%;
      right: 100px; }
      .custom-theme-1 .make-a-donation .take-action-column .section-wrapper {
        max-width: 100%; } }
  @media only screen and (min-width: 1024) {
    .custom-theme-1 .make-a-donation {
      background-attachment: fixed; } }
  @media only screen and (max-width: 991px) {
    .custom-theme-1 .make-a-donation .take-action-bg {
      background-size: 100% 110%;
      margin-right: 0;
      width: 100%; }
    .custom-theme-1 .make-a-donation .take-action-column {
      right: 0;
      width: 100%; }
      .custom-theme-1 .make-a-donation .take-action-column .section-wrapper article .btn {
        line-height: 1.5;
        padding: 8px 0px;
        padding: 0.5rem 0rem; } }
  @media only screen and (max-width: 767px) {
    .custom-theme-1 .make-a-donation {
      background-position: -250px 0;
      background-attachment: initial; }
      .custom-theme-1 .make-a-donation .take-action-column {
        right: 0;
        width: 100%; }
        .custom-theme-1 .make-a-donation .take-action-column .section-wrapper article h3 {
          font-size: 32px;
          font-size: 2rem;
          margin-bottom: 32px;
          margin-bottom: 2rem; } }
  @media only screen and (max-width: 479px) {
    .custom-theme-1 .make-a-donation {
      background-position: -200px 0;
      background-attachment: initial; }
      .custom-theme-1 .make-a-donation .take-action-column .section-wrapper article p:last-of-type {
        margin-bottom: 24px;
        margin-bottom: 1.5rem; }
      .custom-theme-1 .make-a-donation .take-action-column .section-wrapper article .btn {
        margin-bottom: 24px;
        margin-bottom: 1.5rem; } }

.custom-theme-1 .quote-section {
  background-color: #000;
  background-image: url("../img/tiger-texture.jpg");
  background-size: cover; }
  .custom-theme-1 .quote-section:after {
    content: "\f107"; }
  .custom-theme-1 .quote-section .section-wrapper {
    width: 100%; }
    .custom-theme-1 .quote-section .section-wrapper .container {
      max-width: 650px; }
      .custom-theme-1 .quote-section .section-wrapper .container article p {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 32px;
        line-height: 2rem; }
        .custom-theme-1 .quote-section .section-wrapper .container article p cite {
          display: block;
          font-family: "dinRegular", "robotoregular", sans-serif;
          font-style: normal;
          line-height: 32px;
          line-height: 2rem; }
      .custom-theme-1 .quote-section .section-wrapper .container article .author {
        color: #676868;
        display: block;
        width: 100%; }
        .custom-theme-1 .quote-section .section-wrapper .container article .author .name {
          -webkit-box-align: baseline;
          -webkit-align-items: baseline;
          -ms-flex-align: baseline;
          align-items: baseline;
          color: #ff642e;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          font-family: "dinBold", "robotobold", sans-serif;
          font-size: 22px;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          margin: 0 0 6px 0;
          padding: 0 30px; }
          .custom-theme-1 .quote-section .section-wrapper .container article .author .name span {
            -webkit-box-flex: 0 0 190px;
            -moz-box-flex: 0 0 190px;
            -webkit-flex: 0 0 190px;
            -ms-flex: 0 0 190px;
            flex: 0 0 190px;
            margin: 0 15px; }
          .custom-theme-1 .quote-section .section-wrapper .container article .author .name:before, .custom-theme-1 .quote-section .section-wrapper .container article .author .name:after {
            content: "";
            background: rgba(255, 100, 46, 0.2);
            -webkit-box-flex: 1 1 50%;
            -moz-box-flex: 1 1 50%;
            -webkit-flex: 1 1 50%;
            -ms-flex: 1 1 50%;
            flex: 1 1 50%;
            height: 1px; }
        .custom-theme-1 .quote-section .section-wrapper .container article .author small {
          display: block;
          font-size: 18px; }
  @media only screen and (max-width: 767px) {
    .custom-theme-1 .quote-section .section-wrapper .container {
      max-width: 80%;
      width: 80%; }
      .custom-theme-1 .quote-section .section-wrapper .container article .author span {
        width: 100%;
        padding: 0; }
      .custom-theme-1 .quote-section .section-wrapper .container article .author hr {
        margin: 5px 0 2px 0; } }
  @media only screen and (max-width: 479px) {
    .custom-theme-1 .quote-section {
      min-height: 550px; }
      .custom-theme-1 .quote-section .section-wrapper .container {
        max-width: 90%;
        width: 90%; }
        .custom-theme-1 .quote-section .section-wrapper .container article {
          padding: 0; }
          .custom-theme-1 .quote-section .section-wrapper .container article p {
            font-size: 16px;
            font-size: 1rem;
            line-height: 1.5; } }

.custom-theme-1 .take-action {
  background-image: url("../img/tiger-take-action.jpg");
  background-size: cover;
  background-position: center right; }
  .custom-theme-1 .take-action .container {
    height: 100%;
    width: 100%;
    position: relative; }
    .custom-theme-1 .take-action .container .row {
      height: 100%;
      position: relative; }
  .custom-theme-1 .take-action .take-action-bg {
    background: url("../img/action-bg.png") no-repeat center;
    background-size: 538px 110%;
    height: 100%;
    position: relative; }
  .custom-theme-1 .take-action .take-action-column {
    height: 100%;
    position: absolute;
    top: 0; }
    .custom-theme-1 .take-action .take-action-column .section-wrapper {
      max-width: 538px;
      padding: 0 50px;
      width: 538px; }
      .custom-theme-1 .take-action .take-action-column .section-wrapper h3 {
        color: #41e7aa;
        font-size: 48px;
        font-size: 3rem;
        margin: 0 0 40px 0;
        text-transform: uppercase; }
        @media only screen and (min-width: 768px) {
          .custom-theme-1 .take-action .take-action-column .section-wrapper h3 {
            margin-top: 80px; } }
      .custom-theme-1 .take-action .take-action-column .section-wrapper p {
        font-family: "dinRegular", "robotoregular", sans-serif; }
      .custom-theme-1 .take-action .take-action-column .section-wrapper ul {
        text-align: left; }
        .custom-theme-1 .take-action .take-action-column .section-wrapper ul li {
          font-family: "dinRegular", "robotoregular", sans-serif;
          margin-bottom: 10px; }
          .custom-theme-1 .take-action .take-action-column .section-wrapper ul li.follow strong {
            color: #ff642e; }
        .custom-theme-1 .take-action .take-action-column .section-wrapper ul.social-links {
          float: left;
          margin: 0 0 45px 0;
          padding: 0;
          text-align: center;
          width: 100%; }
          .custom-theme-1 .take-action .take-action-column .section-wrapper ul.social-links li {
            color: #ff642e;
            list-style: none;
            margin: 0 5px;
            display: inline-block; }
            .custom-theme-1 .take-action .take-action-column .section-wrapper ul.social-links li a {
              display: block;
              color: #ff642e;
              cursor: pointer; }
              .custom-theme-1 .take-action .take-action-column .section-wrapper ul.social-links li a .fa {
                font-size: 24px;
                font-size: 1.5rem;
                cursor: pointer; }
  @media only screen and (max-width: 1199px) {
    .custom-theme-1 .take-action .take-action-bg {
      margin-left: 100px; }
    .custom-theme-1 .take-action .take-action-column {
      background-size: 100% 110%;
      left: 100px; }
      .custom-theme-1 .take-action .take-action-column .section-wrapper {
        max-width: 100%; } }
  @media only screen and (min-width: 1024) {
    .custom-theme-1 .take-action {
      background-attachment: fixed; } }
  @media only screen and (max-height: 900px) {
    .custom-theme-1 .take-action .col-md-6 {
      width: 60%; }
      .custom-theme-1 .take-action .col-md-6.take-action-bg {
        background-size: 100% 110%; }
      .custom-theme-1 .take-action .col-md-6 .section-wrapper {
        max-width: 620px;
        padding: 0;
        width: 95%; } }
  @media only screen and (max-width: 991px) {
    .custom-theme-1 .take-action {
      background-position: -430px 0; }
      .custom-theme-1 .take-action .take-action-bg {
        background-size: 100% 110%;
        margin-left: 0; }
      .custom-theme-1 .take-action .take-action-column {
        left: 0;
        width: 100%; }
        .custom-theme-1 .take-action .take-action-column .section-wrapper article .btn {
          line-height: 1.5;
          padding: 8px 0px;
          padding: 0.5rem 0rem; } }
  @media only screen and (max-width: 767px) {
    .custom-theme-1 .take-action {
      background-position: center right;
      background-attachment: initial; }
      .custom-theme-1 .take-action .take-action-bg {
        margin: 0; }
      .custom-theme-1 .take-action .take-action-column {
        left: 0;
        width: 100%; }
        .custom-theme-1 .take-action .take-action-column .section-wrapper article h3 {
          font-size: 32px;
          font-size: 2rem;
          margin-bottom: 32px;
          margin-bottom: 2rem; }
        .custom-theme-1 .take-action .take-action-column .section-wrapper article .btn {
          line-height: 1.5;
          padding: 8px 0px;
          padding: 0.5rem 0rem; } }
  @media only screen and (max-width: 479px) {
    .custom-theme-1 .take-action {
      background-position: -900px 0;
      min-height: 1020px;
      background-attachment: initial; }
      .custom-theme-1 .take-action .take-action-bg {
        margin: 0;
        width: 100%; }
      .custom-theme-1 .take-action .take-action-column .section-wrapper {
        padding: 0px 32px;
        padding: 0rem 2rem; }
        .custom-theme-1 .take-action .take-action-column .section-wrapper article p {
          font-size: 16px;
          font-size: 1rem;
          line-height: 1.5; } }
  @media only screen and (max-width: 360px) {
    .custom-theme-1 .take-action {
      min-height: 1340px; } }

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