body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  color: #404040; }

a:visited {
  color: inherit; }

hr {
  border: 0px;
  height: 1px;
  display: block;
  background: #e0e0e0;
  margin: 30px 0px; }

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6, .entry p {
  margin-bottom: 20px; }

.entry ul {
  margin-left: 30px; }

body, * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0px;
  padding: 0px; }

.wrapper {
  max-width: 1300px;
  padding: 0px 30px;
  margin: 0 auto; }
  @media (max-width: 960px) {
    .wrapper {
      padding: 0px 20px; } }

.header {
  padding: 0px 30px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 960px) {
    .header {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 0px 15px; } }
  .header h1 a {
    background-image: url("../images/logo.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -999999px;
    font-size: 0px;
    display: block;
    width: 130px;
    height: 35px;
    margin-top: 10px; }
  @media (max-width: 960px) {
    .header .menu-main-navigation-container {
      width: 100%;
      display: none; } }
  .header ul {
    margin: 0px;
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 960px) {
      .header ul {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        display: block; } }
    .header ul li {
      margin: 0px;
      padding: 0px;
      list-style: none;
      display: block; }
      .header ul li a {
        padding: 16px 12px;
        display: block;
        width: 100%;
        text-decoration: none;
        font-weight: 400;
        font-size: 16px;
        color: #404040;
        opacity: .8;
        border-top: 4px solid white; }
        .header ul li a:hover {
          color: #D9001D; }
        @media (max-width: 960px) {
          .header ul li a {
            border-top: 0px;
            border-bottom: 1px solid #e0e0e0;
            padding: 12px 10px; } }
      .header ul li:last-of-type a {
        background: #D9001D;
        color: white;
        padding: 4px 20px;
        border-radius: 5px;
        margin: 15px 0px 0px 5px;
        border: 0px;
        font-size: 15px;
        text-align: center; }
        .header ul li:last-of-type a:hover {
          opacity: 1; }
    .header ul .current-menu-item a {
      border-top: 4px solid #D9001D;
      color: #D9001D; }
      @media (max-width: 960px) {
        .header ul .current-menu-item a {
          border-top: 0px; } }

.mobile-toggle {
  display: none; }
  @media (max-width: 960px) {
    .mobile-toggle {
      display: block;
      color: #404040;
      text-decoration: none;
      text-transform: uppercase;
      margin-top: 10px; } }
  .mobile-toggle img {
    display: block;
    width: 15px;
    margin: 8px 0px 0px 8px;
    height: 12px;
    float: right; }

.button {
  background: #D9001D;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 17px 50px;
  border-radius: 4px; }
  .button:hover {
    background: #e3001e;
    cursor: pointer; }
  .button:visited {
    color: white; }

button.button {
  border: 0px;
  font-size: 20px;
  cursor: pointer; }

.play {
  position: relative;
  padding: 17px 40px 17px 80px; }
  .play:before {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-left: 17px solid white;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 17px solid transparent;
    top: 19px;
    left: 40px; }

.button.small {
  text-transform: none;
  font-weight: 300;
  font-size: 16px;
  padding: 15px 40px; }

.button.block {
  display: block;
  width: 100%;
  text-align: center; }

.text-button {
  background: transparent;
  border: 0px;
  outline: none;
  padding: 0 !important;
  font: inherit;
  cursor: pointer;
  font-size: 16px;
  color: #D9001D;
  border-bottom: 1px solid #D9001D;
  line-height: 1; }

.top-white-gradient {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(40%, rgba(255, 255, 255, 0)), to(white));
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 40%, white 100%); }
  @media (min-width: 1800px) {
    .top-white-gradient {
      background-image: -webkit-gradient(linear, left bottom, left top, color-stop(40%, rgba(255, 255, 255, 0)), to(white));
      background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 40%, white 100%); } }
  @media (max-width: 500px) {
    .top-white-gradient {
      background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(white));
      background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 100%); } }

.home .top-white-gradient {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(40%, rgba(255, 255, 255, 0)), to(white));
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 40%, white 100%); }
  @media (min-width: 1800px) {
    .home .top-white-gradient {
      background-image: linear-gradient(-30deg, rgba(255, 255, 255, 0) 40%, white 65%); } }
  @media (max-width: 500px) {
    .home .top-white-gradient {
      background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(white));
      background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 100%); } }

.bottom-white-gradient {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 8;
  pointer-events: none;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0.1)), to(white));
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 50%, white 100%); }
  @media (min-width: 1800px) {
    .bottom-white-gradient {
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(255, 255, 255, 0)), to(white));
      background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, white 100%); } }

.clean-bottom-white-gradient {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 8;
  pointer-events: none;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, rgba(255, 255, 255, 0.1)), to(white));
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 80%, white 100%); }
  @media (min-width: 1800px) {
    .clean-bottom-white-gradient {
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(255, 255, 255, 0)), to(white));
      background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, white 100%); } }

.top-left-white-gradient {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  pointer-events: none;
  background-image: linear-gradient(-30deg, rgba(255, 255, 255, 0.1) 60%, white 70%); }
  @media (min-width: 1800px) {
    .top-left-white-gradient {
      background-image: linear-gradient(-30deg, rgba(255, 255, 255, 0) 40%, white 65%); } }

.right-dark-gradient {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  pointer-events: none;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(64, 64, 64, 0)), to(#404040));
  background-image: linear-gradient(90deg, rgba(64, 64, 64, 0) 0%, #404040 100%); }
  @media (max-width: 960px) {
    .right-dark-gradient {
      background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, rgba(64, 64, 64, 0.8)), color-stop(65%, rgba(64, 64, 64, 0.8)));
      background-image: linear-gradient(90deg, rgba(64, 64, 64, 0.8) 40%, rgba(64, 64, 64, 0.8) 65%); } }

.left-dark-gradient {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  pointer-events: none;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(64, 64, 64, 0)), to(#404040));
  background-image: linear-gradient(270deg, rgba(64, 64, 64, 0) 0%, #404040 100%); }
  @media (max-width: 960px) {
    .left-dark-gradient {
      background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, rgba(64, 64, 64, 0.8)), color-stop(65%, rgba(64, 64, 64, 0.8)));
      background-image: linear-gradient(90deg, rgba(64, 64, 64, 0.8) 40%, rgba(64, 64, 64, 0.8) 65%); } }

.bottom-dark-gradient {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  pointer-events: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(64, 64, 64, 0)), to(rgba(64, 64, 64, 0.8)));
  background-image: linear-gradient(180deg, rgba(64, 64, 64, 0) 0%, rgba(64, 64, 64, 0.8) 100%); }
  @media (max-width: 960px) {
    .bottom-dark-gradient {
      background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, rgba(64, 64, 64, 0.8)), color-stop(65%, rgba(64, 64, 64, 0.8)));
      background-image: linear-gradient(90deg, rgba(64, 64, 64, 0.8) 40%, rgba(64, 64, 64, 0.8) 65%); } }

.media-item {
  border: 1px solid lightgray;
  padding: 50px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .media-item > div {
    width: 46%; }
    .media-item > div img {
      width: 100%;
      height: auto; }
    .media-item > div a {
      color: #D9001D; }
    .media-item > div h1, .media-item > div h2, .media-item > div h3, .media-item > div h4, .media-item > div h5 {
      margin-bottom: 5px; }

.testimonial_row {
  position: relative;
  padding: 200px 0px; }
  @media (max-width: 960px) {
    .testimonial_row {
      padding: 60px 0px; } }
  .testimonial_row .wrapper {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media (max-width: 960px) {
      .testimonial_row .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .testimonial_row .play_box {
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%; }
    @media (max-width: 960px) {
      .testimonial_row .play_box {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        padding: 50px 0px; } }
    .testimonial_row .play_box img {
      display: block;
      margin: 0 auto;
      opacity: .8; }
      .testimonial_row .play_box img:hover {
        opacity: 1; }
  .testimonial_row .testimonial-text {
    width: 49.1525423729%;
    float: right;
    margin-right: 0;
    position: relative; }
    @media (max-width: 960px) {
      .testimonial_row .testimonial-text {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }
    .testimonial_row .testimonial-text h3 {
      color: white;
      font-weight: 700;
      display: block;
      margin-bottom: 15px;
      font-size: 30px;
      line-height: 38px; }
    .testimonial_row .testimonial-text p {
      color: white;
      display: block;
      margin-bottom: 30px;
      line-height: 25px; }

.footer {
  background: #333333;
  padding: 80px 0px 100px 0px; }
  .footer .footer-column {
    width: 15.2542372881%;
    float: left;
    margin-right: 1.6949152542%;
    margin-top: 50px; }
    .footer .footer-column:last-of-type {
      width: 15.2542372881%;
      float: right;
      margin-right: 0; }
      @media (max-width: 960px) {
        .footer .footer-column:last-of-type {
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0; } }
    .footer .footer-column:first-of-type {
      width: 28.813559322%;
      float: left;
      margin-right: 1.6949152542%;
      margin-top: 0px; }
      @media (max-width: 960px) {
        .footer .footer-column:first-of-type {
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0; } }
    @media (max-width: 960px) {
      .footer .footer-column {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }
  .footer p {
    color: white;
    font-weight: 300;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 23px; }
  .footer a {
    color: white;
    display: block;
    font-weight: 300;
    text-decoration: none;
    margin-bottom: 15px; }

.image_header {
  padding: 170px 0px;
  margin-top: 5px;
  margin-bottom: 50px;
  position: relative; }
  @media (max-width: 760px) {
    .image_header {
      padding: 100px 0px; } }
  .image_header .wrapper {
    position: relative;
    z-index: 15; }
  .image_header h1 {
    color: white;
    font-size: 50px;
    line-height: 53px;
    font-weight: 700; }
  .image_header p {
    color: white;
    font-weight: 100;
    font-size: 24px;
    line-height: 38px; }

.widget {
  margin-bottom: 50px; }
  .widget p {
    line-height: 1.4;
    margin-bottom: 20px; }
  .widget h2, .widget h3 {
    font-size: 20px;
    line-height: 1.1;
    font-weight: 700;
    border-bottom: 1px solid #edecec;
    padding-bottom: 10px;
    margin-bottom: 10px; }
  .widget ul {
    margin: 0px;
    padding: 0px; }
    .widget ul li {
      list-style: none;
      margin: 0px;
      padding: 0px; }
      .widget ul li a {
        color: #D9001D; }

/* Magnific Popup CSS */
.video_modal {
  width: auto;
  position: relative; }

.mfp-close {
  display: inline;
  right: 0px;
  top: -50px;
  margin-left: -28px;
  color: white !important;
  position: absolute;
  background: transparent;
  border: 0px;
  font-size: 2rem;
  outline: none; }

.mfp-auto-cursor .mfp-content {
  text-align: center;
  max-width: 80%; }
  .mfp-auto-cursor .mfp-content iframe {
    -webkit-box-shadow: 0px 0px 20px -1px rgba(0, 0, 0, 0.75);
            box-shadow: 0px 0px 20px -1px rgba(0, 0, 0, 0.75); }

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }
  .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader, .mfp-s-error .mfp-content {
  display: none; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   *   * Remove all paddings around the image on small screen */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.tooltip_templates {
  display: none;
  margin-top: 15px;
  position: absolute;
  z-index: 999;
  background: white;
  padding: 22px 50px;
  border: 0px;
  border-radius: 12px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  margin-left: 10px; }
  .tooltip_templates:before {
    content: '';
    display: block;
    width: 55px;
    height: 46px;
    background-image: url("../images/box-arrow-left.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -20px;
    margin: 0 auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    left: 40%; }
  .tooltip_templates .red {
    color: #D5122E; }

.hover_text {
  background: #ededed;
  font-size: .7rem;
  padding: 7px 10px;
  border-radius: 20px;
  margin-top: -4px;
  color: black;
  position: absolute;
  line-height: 1;
  margin-left: 7px;
  margin-top: 2px; }

.home_header {
  min-height: 1000px;
  padding: 80px 0px 0px 0px;
  position: relative;
  z-index: 9;
  -webkit-box-shadow: 0px 12px 32px -16px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 12px 32px -16px rgba(0, 0, 0, 0.75); }
  @media (max-width: 960px) {
    .home_header {
      padding: 50px 0px 0px 0px;
      min-height: 1200px; } }
  @media (max-width: 450px) {
    .home_header {
      padding: 40px 0px 0px 0px;
      min-height: 1000px; } }

.home_header-text {
  width: 61.8644067797%;
  float: left;
  margin-right: 1.6949152542%;
  position: relative;
  z-index: 2; }
  @media (max-width: 960px) {
    .home_header-text {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      padding: 0px 30px; } }
  @media (max-width: 700px) {
    .home_header-text {
      padding: 0px; } }
  .home_header-text h2 {
    font-size: 50px;
    line-height: 55px;
    margin: 20px 0px 30px 0px;
    font-weight: 300; }
    @media (max-width: 700px) {
      .home_header-text h2 {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 20px; } }
  .home_header-text p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 40px;
    display: block;
    padding-right: 30%; }
    @media (max-width: 700px) {
      .home_header-text p {
        padding-right: 0px; } }

.home_header-stats {
  margin: 0px;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 450px) {
    .home_header-stats {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .home_header-stats li {
    list-style: none;
    padding-right: 20px;
    font-size: 15px;
    line-height: 20px; }
    @media (max-width: 450px) {
      .home_header-stats li {
        margin-bottom: 4px; } }
    .home_header-stats li span {
      color: #D9001D; }

.map_wrapper {
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto; }

#map {
  margin: 0;
  padding: 0;
  height: 800px;
  width: 140%;
  max-width: none; }
  @media (max-width: 700px) {
    #map {
      width: 100%; } }

.home_map-ipad {
  position: absolute;
  z-index: 9;
  left: 50px;
  top: -320px; }
  @media (max-width: 1000px) {
    .home_map-ipad {
      left: 0px; } }
  @media (max-width: 1000px) {
    .home_map-ipad img {
      width: 100%;
      height: auto;
      display: block; } }

.home_map {
  position: relative; }

.home_map-bubble {
  max-width: 450px;
  background: white;
  padding: 70px;
  position: absolute;
  bottom: 450px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(64, 64, 64, 0.4);
          box-shadow: 0px 0px 30px 0px rgba(64, 64, 64, 0.4);
  left: 40%;
  right: 0;
  margin: 0 auto;
  z-index: 9; }
  .home_map-bubble:after {
    content: '';
    display: block;
    width: 55px;
    height: 20px;
    background-image: url("../images/box-arrow.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -20px;
    left: 6px;
    right: 0;
    margin: 0 auto; }
  @media (max-width: 780px) {
    .home_map-bubble {
      left: 0; } }
  @media (max-width: 450px) {
    .home_map-bubble {
      padding: 35px;
      top: -120px;
      border-radius: 0px; } }
  .home_map-bubble p {
    margin: 0px 0px 15px 0px;
    line-height: 26px; }

.map_identity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .map_identity img {
    display: block;
    height: 60px;
    width: 60px;
    margin-right: 15px; }

.map_identity-text a {
  font-size: 14px;
  color: #D9001D;
  line-height: 20px; }

.map_identity-text p {
  margin: 0px;
  line-height: 22px; }

.map_identity-text p.small {
  font-size: 14px;
  line-height: 20px;
  color: gray; }

.works {
  margin-bottom: 80px;
  margin-top: -40px;
  position: relative;
  z-index: 12; }

.works-intro {
  width: 49.1525423729%;
  float: left;
  margin-right: 1.6949152542%; }
  @media (max-width: 950px) {
    .works-intro {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }
  .works-intro h3 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
    margin-bottom: 15px; }
  .works-intro p {
    line-height: 26px; }

.works-icons {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-top: 60px; }
  .works-icons ul {
    margin: 0px;
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative; }
    .works-icons ul::before {
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      position: absolute;
      border-top: 2px dashed #e0e0e0;
      top: 30px;
      z-index: 2; }
      @media (max-width: 700px) {
        .works-icons ul::before {
          display: none; } }
    @media (max-width: 700px) {
      .works-icons ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .works-icons li {
    padding: 0px;
    list-style: none;
    text-align: center;
    width: 16%;
    position: relative;
    z-index: 4; }
    .works-icons li::after {
      content: '';
      display: block;
      width: 130px;
      height: 70px;
      position: absolute;
      top: 0px;
      left: 0;
      right: 0;
      margin: 0 auto;
      background: white; }
    @media (max-width: 700px) {
      .works-icons li {
        margin-bottom: 30px;
        width: 40%; } }
    @media (max-width: 450px) {
      .works-icons li {
        width: 80%; } }
    .works-icons li img {
      background: white;
      display: block;
      margin: 0 auto;
      margin-bottom: 25px;
      position: relative;
      z-index: 5;
      height: 65px;
      width: auto; }
    .works-icons li h2 {
      color: #404040;
      font-size: 20px;
      line-height: 24px;
      font-weight: 700;
      margin-bottom: 5px; }
    .works-icons li p {
      line-height: 24px; }

.chart {
  position: relative;
  margin-top: -50px; }
  @media (max-width: 950px) {
    .chart {
      margin-top: 250px; } }
  .chart .chart-intro {
    width: 32.2033898305%;
    float: left;
    margin-right: 1.6949152542%;
    position: absolute;
    top: 100px; }
    @media (max-width: 1200px) {
      .chart .chart-intro {
        width: 49.1525423729%;
        float: left;
        margin-right: 1.6949152542%;
        top: 30px; } }
    @media (max-width: 950px) {
      .chart .chart-intro {
        width: 91.5254237288%;
        float: left;
        margin-right: 1.6949152542%;
        top: -200px; } }
    @media (max-width: 700px) {
      .chart .chart-intro {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        position: relative;
        top: 0px; } }
    .chart .chart-intro h3 {
      font-size: 30px;
      line-height: 38px;
      font-weight: 700;
      margin-bottom: 15px; }
    .chart .chart-intro a {
      color: #D9001D; }
    .chart .chart-intro .button {
      margin-top: 30px;
      color: white; }
  .chart .current-number {
    display: inline-block;
    border: 1px solid #e0e0e0;
    font-weight: normal;
    font-size: 24px;
    padding: 5px 25px;
    margin: 25px 0px 0px 0px; }
    @media (max-width: 700px) {
      .chart .current-number {
        margin: 15px 0px 0px 0px; } }
    .chart .current-number e {
      color: #D9001D;
      font-size: 24px; }

.sites {
  background: #F8F8F8;
  padding: 120px 0px 20px 0px;
  margin-top: 15px; }
  @media (max-width: 700px) {
    .sites {
      padding: 40px 0px; } }

.site-item {
  margin-bottom: 120px; }
  @media (max-width: 700px) {
    .site-item {
      margin-bottom: 60px; } }
  .site-item:last-of-type {
    margin-bottom: 80px; }

.site-item-image {
  width: 49.1525423729%;
  float: left;
  margin-right: 1.6949152542%; }
  @media (max-width: 700px) {
    .site-item-image {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }
  .site-item-image img {
    width: 120%;
    height: auto;
    margin-left: -20%;
    border: 1px solid #e0e0e0; }
    @media (max-width: 700px) {
      .site-item-image img {
        margin-left: 0px;
        max-width: 100%; } }
  .site-item-image .user-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 50px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 10px 0px 5px 0px; }
    @media (max-width: 700px) {
      .site-item-image .user-row {
        display: none; } }
    .site-item-image .user-row img {
      width: 43px;
      height: 43px;
      display: block;
      margin: 0px 5px;
      border: 0px; }
  .site-item-image p {
    text-align: right;
    margin-right: 50px; }
    @media (max-width: 700px) {
      .site-item-image p {
        display: none; } }
    .site-item-image p a {
      font-size: 13px;
      line-height: 18px;
      color: gray; }

.site-item-text {
  width: 47.4576271186%;
  float: right;
  margin-right: 0; }
  @media (max-width: 700px) {
    .site-item-text {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }
  .site-item-text > p {
    line-height: 26px; }

.site-item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 700px) {
    .site-item-header {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .site-item-header h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 35px; }
    @media (max-width: 700px) {
      .site-item-header h2 {
        margin-bottom: 15px;
        text-align: center; } }
    .site-item-header h2 a {
      display: block;
      color: #D9001D;
      font-size: 14px;
      font-weight: normal; }
  @media (max-width: 700px) {
    .site-item-header .button {
      display: block;
      width: 100%;
      text-align: center; } }

.bubble-quote {
  background: white;
  padding: 50px;
  margin-top: 40px;
  border-radius: 10px;
  display: block;
  width: 110%;
  margin-left: -10%;
  position: relative;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(64, 64, 64, 0.15);
          box-shadow: 0px 0px 20px 0px rgba(64, 64, 64, 0.15); }
  @media (max-width: 700px) {
    .bubble-quote {
      width: 100%;
      margin: 0 auto;
      margin-top: 25px;
      padding: 30px; } }
  .bubble-quote > p {
    margin-bottom: 20px; }
  .bubble-quote .map_identity {
    margin-bottom: 10px; }
  .bubble-quote:after {
    content: '';
    display: block;
    width: 40px;
    height: 53px;
    background-image: url("../images/box-arrow-left.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 50px;
    left: -30px; }
    @media (max-width: 700px) {
      .bubble-quote:after {
        display: none; } }

.link-list {
  padding: 70px 0px; }

.link-intro {
  width: 32.2033898305%;
  float: left;
  margin-right: 1.6949152542%;
  padding-right: 40px; }
  @media (max-width: 700px) {
    .link-intro {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 40px; } }
  .link-intro h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 10px; }
  .link-intro p {
    margin-bottom: 30px; }

.link-column {
  width: 66.1016949153%;
  float: right;
  margin-right: 0; }
  @media (max-width: 700px) {
    .link-column {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }
  .link-column a {
    color: #D9001D;
    display: block; }
  .link-column p {
    color: #b3b3b3;
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 16px; }

.home .link-column {
  width: 66.1016949153%;
  float: right;
  margin-right: 0;
  -webkit-column-count: 3;
          column-count: 3; }
  @media (max-width: 700px) {
    .home .link-column {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      -webkit-column-count: 1;
              column-count: 1; } }

.page-template-default #content {
  padding: 0px 0px 100px 0px; }

.entry-sidebar {
  width: 40.6779661017%;
  float: left;
  margin-right: 1.6949152542%; }
  @media (max-width: 760px) {
    .entry-sidebar {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.entry {
  width: 55.0847457627%;
  float: right;
  margin-right: 0; }
  @media (max-width: 760px) {
    .entry {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }
  .entry p {
    margin-bottom: 20px; }

.page-template-page-simple .entry-sidebar {
  width: 29.6610169492%;
  float: right;
  margin-right: 0; }
  @media (max-width: 760px) {
    .page-template-page-simple .entry-sidebar {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }
  .page-template-page-simple .entry-sidebar a {
    color: #D9001D; }

.page-template-page-simple .entry {
  width: 66.1016949153%;
  float: left;
  margin-right: 1.6949152542%;
  padding-bottom: 150px; }
  @media (max-width: 760px) {
    .page-template-page-simple .entry {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.sidebar_first_video {
  margin-top: -100px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3); }
  @media (max-width: 760px) {
    .sidebar_first_video {
      margin-top: 0px; } }

.contact_box {
  padding: 30px;
  border: 1px solid lightgray;
  margin-top: 30px;
  background: #f9f9f9;
  position: relative;
  z-index: 999; }
  @media (max-width: 760px) {
    .contact_box {
      margin: 0px 0px 40px 0px; } }
  .contact_box h2 {
    margin-bottom: 10px;
    font-weight: 800; }
  .contact_box p {
    color: gray;
    line-height: 1.2; }

.stats_row {
  padding: 50px 0px 30px 0px; }
  @media (max-width: 575px) {
    .stats_row {
      padding-top: 30px; } }
  .stats_row .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .stats_row .stat_section {
    width: 25%; }
    @media (max-width: 850px) {
      .stats_row .stat_section {
        width: 50%;
        margin: 10px 0px; } }
    @media (max-width: 575px) {
      .stats_row .stat_section {
        width: 100%; } }
    .stats_row .stat_section h3 {
      color: #D9001D;
      font-weight: 400;
      text-align: center;
      font-size: 40px;
      margin-bottom: 15px; }
    .stats_row .stat_section p {
      color: gray;
      text-align: center; }
  .stats_row .stat_header {
    border: 0px; }
    .stats_row .stat_header h1 {
      font-size: 30px;
      margin-bottom: 3px;
      text-align: center; }
    .stats_row .stat_header p {
      text-align: left;
      font-size: 14px;
      text-align: center; }

@media (max-width: 575px) {
  .page-template-page-stats .top-white-gradient, .page-template-page-stats-ajax .top-white-gradient {
    display: none; } }

.page-template-page-stats #map, .page-template-page-stats-ajax #map {
  margin: 0;
  padding: 0;
  height: 700px;
  width: 100%;
  max-width: none; }
  @media (max-width: 700px) {
    .page-template-page-stats #map, .page-template-page-stats-ajax #map {
      width: 100%; } }
  @media (max-width: 575px) {
    .page-template-page-stats #map, .page-template-page-stats-ajax #map {
      height: 800px; } }

.page-template-page-stats .stats_map-bubble, .page-template-page-stats-ajax .stats_map-bubble {
  padding: 30px;
  bottom: 390px;
  width: 400px;
  left: 0px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(64, 64, 64, 0.2);
          box-shadow: 0px 0px 20px 0px rgba(64, 64, 64, 0.2); }
  @media (max-width: 575px) {
    .page-template-page-stats .stats_map-bubble, .page-template-page-stats-ajax .stats_map-bubble {
      padding: 15px 30px;
      width: 300px;
      top: 190px;
      left: 0px;
      height: 170px; } }
  .page-template-page-stats .stats_map-bubble p, .page-template-page-stats-ajax .stats_map-bubble p {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #D9001D; }
    .page-template-page-stats .stats_map-bubble p span, .page-template-page-stats-ajax .stats_map-bubble p span {
      color: #404040; }
  .page-template-page-stats .stats_map-bubble .small, .page-template-page-stats-ajax .stats_map-bubble .small {
    font-size: 12px;
    line-height: 16px;
    color: gray;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #edecec; }

.clean #map {
  height: 100vh; }

.clean .stats_map-bubble {
  bottom: 55%; }

.meter {
  height: 5px;
  position: absolute;
  z-index: 15;
  bottom: 150px;
  width: 100%; }
  @media (max-width: 575px) {
    .meter {
      bottom: 200px; } }

.meter > span {
  display: block;
  height: 5px;
  background-color: #D9001D;
  overflow: hidden; }

.map-explanation {
  text-align: right;
  font-size: 13px;
  line-height: 1.5;
  color: #a6a6a6;
  padding: 5px 0px 0px 0px;
  width: 58%;
  display: block;
  float: right;
  font-weight: 200; }
  @media (max-width: 575px) {
    .map-explanation {
      width: 100%; } }

.map-iframe {
  width: 100%;
  height: 550px;
  display: block;
  position: relative;
  overflow: none; }
  @media (max-width: 575px) {
    .map-iframe {
      height: 600px; } }
  .map-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: none;
    border: 0px; }

.online_now {
  padding: 60px 0px 10px 0px;
  display: block; }

.online_now-stat {
  width: 40.6779661017%;
  float: left;
  margin-right: 1.6949152542%;
  position: relative;
  top: -100px; }
  @media (max-width: 575px) {
    .online_now-stat {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      top: -30px; } }
  .online_now-stat .online_now-stat-box {
    border: 1px solid #edecec;
    padding: 80px 60px;
    background: white;
    margin-bottom: 50px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(64, 64, 64, 0.2);
            box-shadow: 0px 0px 30px 0px rgba(64, 64, 64, 0.2); }
    @media (max-width: 1150px) {
      .online_now-stat .online_now-stat-box {
        padding: 40px; } }
    .online_now-stat .online_now-stat-box h4 {
      font-size: 30px;
      line-height: 40px;
      text-align: center;
      margin-bottom: 10px; }
    .online_now-stat .online_now-stat-box h3 {
      font-size: 150px;
      line-height: 150px;
      text-align: center;
      font-weight: 400;
      margin-bottom: 0px;
      margin-top: 0px;
      color: #D9001D;
      border: 0px; }
      @media (max-width: 1150px) {
        .online_now-stat .online_now-stat-box h3 {
          font-size: 100px;
          line-height: 100px; } }
    .online_now-stat .online_now-stat-box p {
      text-align: center;
      line-height: 24px;
      font-weight: 300;
      color: #8d8d8d; }
  .online_now-stat h3 {
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #edecec; }
  .online_now-stat p {
    margin-bottom: 20px;
    font-weight: 400;
    color: #404040;
    line-height: 26px; }
  .online_now-stat .give-form {
    width: 100%; }
    .online_now-stat .give-form .give-slider {
      margin-left: 0px;
      padding: 20px 5%;
      -webkit-box-shadow: 0px 0px 0px 0px;
              box-shadow: 0px 0px 0px 0px;
      border: 0px; }
    .online_now-stat .give-form .range_calc .range_calc-dollar, .online_now-stat .give-form .range_calc .range_calc-count {
      margin: 0px;
      padding: 0px;
      border: 0px; }
    .online_now-stat .give-form .range_calc .range_calc-people, .online_now-stat .give-form .range_calc .range_calc-equals {
      margin-bottom: 0px; }

.online_now-sites {
  width: 32.2033898305%;
  float: right;
  margin-right: 0; }
  @media (max-width: 1150px) {
    .online_now-sites {
      width: 32.2033898305%;
      float: right;
      margin-right: 0; } }
  @media (max-width: 575px) {
    .online_now-sites {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.online_now-responses {
  width: 19.4915254237%;
  float: left;
  margin-right: 1.6949152542%;
  padding-left: 50px; }
  @media (max-width: 1150px) {
    .online_now-responses {
      width: 15.2542372881%;
      float: left;
      margin-right: 1.6949152542%;
      padding-left: 20px; } }
  @media (max-width: 575px) {
    .online_now-responses {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.online_now-sites ul, .online_now-responses ul {
  margin: 0px;
  padding: 0px;
  margin-bottom: 50px; }
  .online_now-sites ul li, .online_now-responses ul li {
    list-style: none;
    margin: 0px;
    padding: 0px;
    line-height: 20px;
    margin-bottom: 8px; }
    .online_now-sites ul li span, .online_now-responses ul li span {
      color: #D9001D; }

.online_now-sites h3, .online_now-responses h3 {
  font-weight: 600;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #edecec; }

.stat_details {
  padding: 60px 0px 150px 0px;
  margin-top: 20px;
  border-top: 1px solid lightgray;
  background: #f9f9f9; }

.stat_details-column {
  width: 66.1016949153%;
  float: left;
  margin-right: 1.6949152542%; }
  @media (max-width: 575px) {
    .stat_details-column {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }
  .stat_details-column h3 {
    margin-bottom: 20px;
    font-weight: 600; }
  .stat_details-column p {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 22px; }

.online_now .loading {
  padding: 200px 0px;
  margin: 0 auto; }
  .online_now .loading img {
    margin: 0 auto;
    display: block; }

.loading {
  opacity: .8; }

.home_map {
  background: #edecec;
  background-image: url("../images/load.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  background-blend-mode: multiply; }

.sites_page {
  padding: 40px 0px 120px 0px; }
  .sites_page .link-column {
    width: 23.7288135593%;
    float: left;
    margin-right: 1.6949152542%;
    padding-right: 2%;
    margin-bottom: 40px; }
    @media (max-width: 760px) {
      .sites_page .link-column {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }
    .sites_page .link-column p {
      margin-bottom: 10px; }
  .sites_page .link-column-intro h3 {
    margin-bottom: 15px;
    font-weight: 700; }
  .sites_page .link-column-intro p {
    color: #404040;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 30px; }
  .sites_page .site_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 74.5762711864%;
    float: right;
    margin-right: 0; }
    @media (max-width: 760px) {
      .sites_page .site_items {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }
  .sites_page .site_item {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 20px;
    border: 1px solid #edecec; }
    .sites_page .site_item:hover {
      -webkit-box-shadow: 0px 0px 30px 0px rgba(64, 64, 64, 0.15);
              box-shadow: 0px 0px 30px 0px rgba(64, 64, 64, 0.15); }
    @media (max-width: 960px) {
      .sites_page .site_item {
        width: 100%;
        margin-right: 0px; } }
  .sites_page .site_item-image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0px; }
  .sites_page .site_item-text {
    padding: 25px 40px 40px 40px;
    border-top: 1px solid #edecec; }
    .sites_page .site_item-text h2 {
      margin-bottom: 5px; }
      .sites_page .site_item-text h2 a {
        color: #D9001D;
        display: block;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 5px; }
    .sites_page .site_item-text .byline {
      color: gray;
      display: block;
      margin-bottom: 15px;
      font-weight: 200; }
    .sites_page .site_item-text p {
      font-size: 15px;
      line-height: 21px; }

.page-template-page-stories .stories {
  padding: 30px 0px 100px 0px; }

.page-template-page-stories .testimonial_row {
  padding: 60px 0px;
  border: 1px solid lightgray; }

.story_boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .story_boxes .story_box {
    width: 32.5%;
    border: 1px solid #e0e0e0;
    padding: 30px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: cneter;
        -ms-flex-align: cneter;
            align-items: cneter;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 20px 0px; }
    @media (max-width: 960px) {
      .story_boxes .story_box {
        width: 100%; } }
    .story_boxes .story_box p {
      line-height: 24px;
      margin-bottom: 10px; }
    .story_boxes .story_box a {
      color: #D9001D; }

.opp_items {
  margin-bottom: 30px; }
  .opp_items .opp_text {
    width: 32.2033898305%;
    float: left;
    margin-right: 1.6949152542%;
    padding: 0px 50px 40px 0px; }
    @media (max-width: 760px) {
      .opp_items .opp_text {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }
    .opp_items .opp_text h2 {
      font-weight: 700;
      margin-bottom: 15px; }
    .opp_items .opp_text p {
      margin-bottom: 20px; }
      .opp_items .opp_text p a {
        color: #D9001D; }
  .opp_items .opp_boxes {
    width: 66.1016949153%;
    float: right;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 760px) {
      .opp_items .opp_boxes {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }
  .opp_items .opp_box {
    display: block;
    text-decoration: none;
    width: 49%;
    color: #404040;
    margin-bottom: 20px; }
    @media (max-width: 660px) {
      .opp_items .opp_box {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }
    .opp_items .opp_box:hover {
      -webkit-box-shadow: 0px 0px 30px 0px rgba(64, 64, 64, 0.2);
              box-shadow: 0px 0px 30px 0px rgba(64, 64, 64, 0.2); }
    .opp_items .opp_box .opp_box_image {
      background: lightgray;
      text-align: center;
      padding: 150px 40px 50px 40px;
      display: block;
      text-decoration: none;
      position: relative;
      min-height: 270px; }
      .opp_items .opp_box .opp_box_image h3 {
        color: white;
        font-weight: 600;
        font-size: 30px;
        line-height: 33px;
        position: relative;
        z-index: 15; }
    .opp_items .opp_box .opp_box_text {
      border: 1px solid #e0e0e0;
      padding: 20px 40px 40px 40px; }
      .opp_items .opp_box .opp_box_text p {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 30px; }

.partners {
  margin-top: 80px;
  padding: 40px 0px 100px 0px;
  background: #f9f9f9;
  border-top: 1px solid #edecec; }
  .partners .partner_logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0px 0px 0px; }
    .partners .partner_logos div {
      width: 25%;
      padding: 20px 30px;
      height: 170px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 760px) {
        .partners .partner_logos div {
          width: 50%; } }
      .partners .partner_logos div img {
        display: block;
        width: 80%;
        height: auto;
        -webkit-filter: grayscale(100%);
                filter: grayscale(100%);
        mix-blend-mode: multiply;
        margin: 0 auto; }
        @media (max-width: 760px) {
          .partners .partner_logos div img {
            width: 100%; } }
    .partners .partner_logos .partner_intro {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      @media (max-width: 760px) {
        .partners .partner_logos .partner_intro {
          width: 100%; } }
      .partners .partner_logos .partner_intro h2 {
        font-weight: 700;
        margin-bottom: 5px;
        font-size: 18px;
        text-align: left;
        display: block; }
      .partners .partner_logos .partner_intro p {
        font-size: 15px;
        line-height: 20px;
        color: gray; }

.page-template-page-organization .image_header {
  margin-bottom: 0px;
  border-bottom: 1px solid black; }

.page-template-page-organization .timeline {
  margin-top: -2px;
  display: block;
  margin-bottom: 0px; }

.page-template-page-organization .about {
  width: 40.6779661017%;
  float: left;
  margin-right: 1.6949152542%;
  padding-right: 50px; }
  @media (max-width: 760px) {
    .page-template-page-organization .about {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      padding-right: 0px; } }
  .page-template-page-organization .about p {
    margin-bottom: 20px; }

.page-template-page-organization .names {
  width: 57.6271186441%;
  float: right;
  margin-right: 0; }
  @media (max-width: 760px) {
    .page-template-page-organization .names {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.page-template-page-organization .staff {
  padding-bottom: 30px; }
  .page-template-page-organization .staff h2 {
    font-weight: 800;
    line-height: 1.3;
    display: block;
    border-bottom: 1px solid #edecec;
    padding-bottom: 20px;
    margin-bottom: 30px; }

.page-template-page-organization .staff_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .page-template-page-organization .staff_list .staff_item {
    width: 31%;
    margin: 10px 2.3333333% 30px 0px; }
  .page-template-page-organization .staff_list h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px; }
  .page-template-page-organization .staff_list p {
    line-height: 20px;
    font-size: 15px;
    color: gray; }

.page-template-page-organization .board {
  padding-bottom: 60px; }
  .page-template-page-organization .board h2 {
    font-weight: 800;
    display: block;
    border-bottom: 1px solid #edecec;
    padding-bottom: 20px;
    margin-bottom: 30px; }
  .page-template-page-organization .board .board_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .page-template-page-organization .board .board_list .board_item {
      width: 18%;
      margin: 10px 2% 30px 0px; }
      @media (max-width: 760px) {
        .page-template-page-organization .board .board_list .board_item {
          width: 31%; } }
    .page-template-page-organization .board .board_list h3 {
      font-weight: 700;
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 5px; }
    .page-template-page-organization .board .board_list p {
      line-height: 20px;
      font-size: 15px;
      color: gray; }

.page-template-page-organization .works {
  margin: 70px 0px 90px 0px; }
  .page-template-page-organization .works .wrapper {
    padding: 0px; }

.page-template-page-give .image_header {
  margin-bottom: 0px; }

.page-template-page-give .give-slider {
  margin-top: -100px;
  position: relative;
  z-index: 999; }

.give {
  padding: 40px 0px 100px 0px;
  margin-top: 0px;
  background: #f4f4f4; }
  @media (max-width: 850px) {
    .give .wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }

.give-intro {
  width: 36.4406779661%;
  float: left;
  margin-right: 1.6949152542%; }
  @media (max-width: 850px) {
    .give-intro {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }
  .give-intro h1 {
    font-weight: 700;
    margin: 20px 0px 10px 0px; }
  .give-intro .give_ag {
    margin: 30px 0px;
    border: 1px solid lightgray;
    padding: 6%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-decoration: none; }
    .give-intro .give_ag img {
      width: 30%;
      margin: 0px 20px 0px 0px;
      padding: 10px;
      display: block; }
    .give-intro .give_ag p {
      font-size: 15px;
      line-height: 22px; }

.give-form {
  width: 61.8644067797%;
  float: right;
  margin-right: 0; }
  @media (max-width: 850px) {
    .give-form {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.give-slider {
  margin-left: 6%;
  padding: 10% 12%;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  background: white; }
  @media (max-width: 850px) {
    .give-slider {
      margin-left: 0px; } }
  .give-slider h2 {
    font-weight: 800;
    font-size: 26px;
    line-height: 32px;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 0px; }
  .give-slider > p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 30px;
    color: gray; }
  .give-slider .button {
    padding: 25px; }
  .give-slider .text-button {
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    float: right;
    color: gray;
    border-bottom: 1px solid gray; }

.range-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative; }
  .range-slider .input-range {
    width: 70%; }
    @media (max-width: 650px) {
      .range-slider .input-range {
        width: 60%; } }
  .range-slider .range-value {
    width: 28%;
    font-size: 20px;
    padding: 15px 20px;
    font-weight: 300;
    text-align: right; }
    @media (max-width: 650px) {
      .range-slider .range-value {
        width: 38%; } }
  .range-slider span {
    content: '$';
    position: absolute;
    top: 15px;
    right: 23%;
    color: gray;
    font-weight: 200; }
    @media (max-width: 650px) {
      .range-slider span {
        right: 30%; } }

.range_calc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 0px 40px 0px;
  margin: 20px 0px 15px 0px;
  border: 1px solid #e0e0e0;
  background: #f9f9f9; }
  .range_calc .range_calc-dollar, .range_calc .range_calc-count {
    font-size: 40px; }
    @media (max-width: 650px) {
      .range_calc .range_calc-dollar, .range_calc .range_calc-count {
        font-size: 25px; } }
  .range_calc .range_calc-equals {
    font-size: 40px;
    padding: 0px 20px; }
    @media (max-width: 650px) {
      .range_calc .range_calc-equals {
        font-size: 25px;
        padding: 0px 5px; } }
  .range_calc .range_calc-people {
    line-height: 18px;
    font-size: 16px;
    margin-left: 10px; }
    @media (max-width: 650px) {
      .range_calc .range_calc-people {
        font-size: 14px;
        line-height: 1; } }

.range_note {
  color: gray;
  font-size: 13px;
  line-height: 20px;
  text-align: right;
  margin-top: 10px; }
  @media (max-width: 850px) {
    .range_note {
      margin-bottom: 50px; } }

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  background: transparent white; }

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none; }

input[type=range]:focus {
  outline: none; }

input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent; }

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 15px;
  cursor: pointer;
  background: #f9f9f9;
  border: 0.2px solid #d8d8d8; }

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #f9f9f9; }

input[type=range]::-moz-range-track {
  width: 100%;
  height: 15px;
  cursor: pointer;
  background: #f9f9f9;
  border-radius: 50px;
  border: 0.2px solid #d8d8d8; }

input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent; }

input[type=range]::-ms-fill-lower {
  border: 0.2px solid #d8d8d8;
  border-radius: 50px; }

input[type=range]:focus::-ms-fill-lower {
  background: #f9f9f9; }

input[type=range]::-ms-fill-upper {
  background: #f9f9f9;
  border: 0.2px solid #d8d8d8;
  border-radius: 50px; }

input[type=range]:focus::-ms-fill-upper {
  background: #f9f9f9; }

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid lightgray;
  height: 45px;
  width: 16px;
  border-radius: 3px;
  background: white;
  cursor: pointer;
  margin-top: -15px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); }

input[type=range]::-moz-range-thumb {
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer; }

input[type=range]::-ms-thumb {
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer; }

.checkout-intro-box {
  border: 1px solid lightgray;
  padding: 50px 40px;
  text-align: center;
  background: white; }
  .checkout-intro-box h3 {
    line-height: 1.3; }
  .checkout-intro-box h2 {
    font-size: 60px;
    line-height: 60px;
    padding: 10px 0px 0px 0px; }
  .checkout-intro-box a {
    color: #D9001D;
    font-size: 14px;
    margin-bottom: 15px;
    display: block; }
  .checkout-intro-box p {
    color: gray;
    line-height: 1.2; }

.recuring-box {
  margin: 30px 0px; }
  .recuring-box h2 {
    margin-bottom: 5px;
    font-size: 22px; }
  .recuring-box p {
    color: gray;
    line-height: 1.2; }
  .recuring-box h3 {
    font-size: 30px;
    line-height: 38px;
    padding: 15px 0px 0px 0px; }
  .recuring-box a {
    color: #D9001D; }

.page-template-page-checkout .give .give-slider, .page-template-page-checkout-subscription .give .give-slider {
  margin-left: 0px; }
  @media (max-width: 650px) {
    .page-template-page-checkout .give .give-slider, .page-template-page-checkout-subscription .give .give-slider {
      padding: 20px; } }

.page-template-page-checkout .give .wrapper, .page-template-page-checkout-subscription .give .wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.page-template-page-checkout .give .checkout-intro-box h2, .page-template-page-checkout-subscription .give .checkout-intro-box h2 {
  font-size: 45px;
  line-height: 50px; }

body.page .gform_wrapper .top_label div.ginput_container {
  margin-top: 0px; }

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
  width: 100% !important;
  border: 0px;
  display: block; }

.gfield_price {
  visibility: hidden;
  height: 0px;
  margin: 0px;
  padding: 0px; }

body .gform_wrapper ul li.gfield.gfield_total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  visibility: visible;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  padding: 10px 25px;
  height: auto; }
  body .gform_wrapper ul li.gfield.gfield_total span.ginput_total {
    color: #404040; }

input::-webkit-input-placeholder {
  color: lightgray;
    color-font-weight: 300;
  font-size: 14px; }

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  line-height: 1.3;
  padding-bottom: 10px;
  display: block;
  color: gray; }

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  margin-bottom: 0px !important; }

.news_items {
  width: 74.5762711864%;
  float: left;
  margin-right: 1.6949152542%;
  padding-bottom: 150px; }
  @media (max-width: 760px) {
    .news_items {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      padding-bottom: 40px; } }

.news_sidebar {
  width: 20.3389830508%;
  float: right;
  margin-right: 0; }
  @media (max-width: 760px) {
    .news_sidebar {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.news_items {
  margin-top: -90px;
  position: relative;
  z-index: 10; }

.news_item {
  border: 1px solid #e0e0e0;
  padding: 50px;
  background: #fefefe;
  margin-bottom: 25px; }
  .news_item:hover {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05); }
  .news_item .byline {
    width: 19.4915254237%;
    float: left;
    margin-right: 1.6949152542%; }
    @media (max-width: 760px) {
      .news_item .byline {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }
    .news_item .byline p {
      color: gray;
      font-size: 15px;
      line-height: 1.4;
      margin-bottom: 5px; }
  .news_item .excerpt {
    width: 78.813559322%;
    float: right;
    margin-right: 0; }
    @media (max-width: 760px) {
      .news_item .excerpt {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }
    .news_item .excerpt h2 {
      margin-bottom: 20px;
      font-weight: 700;
      font-size: 35px;
      line-height: 1.1; }
      .news_item .excerpt h2 a {
        text-decoration: none;
        color: #404040; }
    .news_item .excerpt a {
      color: #D9001D; }
    .news_item .excerpt p {
      margin-bottom: 10px; }

.nav-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .nav-post > div {
    width: 49%;
    background: #f4f4f4;
    border: 1px solid lightgray;
    text-align: center; }
    .nav-post > div:hover {
      border: 1px solid #D9001D; }
    .nav-post > div a {
      text-decoration: none;
      color: #404040;
      display: block;
      padding: 40px; }
      .nav-post > div a:hover {
        background: #D9001D;
        color: white; }
  .nav-post .nav-prev {
    float: left; }
  .nav-post .nav-next {
    float: right; }

.single #content {
  padding-top: 50px;
  padding-bottom: 50px; }
  .single #content .entry {
    width: 70.3389830508%;
    float: left;
    margin-right: 1.6949152542%;
    margin-bottom: 50px; }
    @media (max-width: 760px) {
      .single #content .entry {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }
    .single #content .entry a {
      color: #D9001D; }
    .single #content .entry h1 a {
      text-decoration: none;
      font-size: 50px;
      line-height: 1.2;
      color: #404040;
      font-weight: 800;
      margin-bottom: 35px;
      padding-bottom: 25px;
      border-bottom: 1px solid #edecec;
      display: block; }
      @media (max-width: 760px) {
        .single #content .entry h1 a {
          font-size: 35px; } }
    .single #content .entry P:first-of-type {
      font-size: 25px;
      line-height: 1.5;
      margin-bottom: 30px; }
  .single #content .sidebar {
    width: 23.7288135593%;
    float: right;
    margin-right: 0; }
    @media (max-width: 760px) {
      .single #content .sidebar {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }

.single .news_button_nav {
  background: #edecec;
  border-top: 1px solid lightgray; }

.single .nav-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.single .nav-post > div {
  width: 50%;
  border-top: 0px; }
  .single .nav-post > div:first-of-type {
    border-right: 0px; }

.page-template-page-presentation .header {
  display: none; }

.page-template-page-presentation .footer {
  display: none; }

.page-template-page-presentation .loading {
  top: 45%;
  left: 30%;
  position: absolute;
  margin: 0px;
  margin: 0 auto;
  padding: 0px;
  text-align: center; }

.presentation-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  overflow: hidden; }
  .presentation-wrapper .stats_row {
    padding: 0px;
    width: 20%;
    float: left;
    position: relative;
    border-right: 1px solid lightgray; }
  .presentation-wrapper .stats_row .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .presentation-wrapper .stats_row .stat_section {
    width: 100%;
    text-align: left; }
  .presentation-wrapper .stats_row .stat_header h1 {
    text-align: left;
    line-height: 1.1;
    font-size: 40px;
    font-weight: 800; }
  .presentation-wrapper .stats_row .stat_header p {
    text-align: left; }
  .presentation-wrapper .stats_row .stat_section {
    margin-top: 25px; }
  .presentation-wrapper .stats_row .stat_section h3 {
    text-align: left;
    margin-bottom: 5px;
    font-size: 35px; }
  .presentation-wrapper .stats_row .stat_section p {
    text-align: left; }
  .presentation-wrapper .goal {
    padding: 30px;
    position: absolute;
    bottom: 0px;
    z-index: 9999999; }
    .presentation-wrapper .goal p {
      line-height: 1.4;
      font-size: 16px;
      color: gray; }
    .presentation-wrapper .goal img {
      width: 70%;
      height: auto;
      padding: 0px 0px 10px 0px; }
  .presentation-wrapper .map-iframe {
    height: 100vh;
    width: 45%;
    -webkit-box-shadow: 0px 0px 20px 0px lightgray;
            box-shadow: 0px 0px 20px 0px lightgray;
    border-left: 1px solid gray;
    position: relative;
    z-index: 99; }
  .presentation-wrapper .online_now {
    padding: 0px;
    width: 45%;
    background: #f9f9f9; }
  .presentation-wrapper .online_now-stat {
    width: 100%; }
  .presentation-wrapper .give-form {
    display: none; }
  .presentation-wrapper .online_now-stat .online_now-stat-box {
    padding: 5px 40px 20px 40px;
    -webkit-box-shadow: 0px 0px 15px 0px #e0e0e0;
            box-shadow: 0px 0px 15px 0px #e0e0e0;
    margin-bottom: 35px; }
  .presentation-wrapper .online_now-stat {
    top: 20px; }
  .presentation-wrapper .online_now-stat .online_now-stat-box h3 {
    font-size: 70px;
    line-height: 100px;
    float: left;
    margin: 0px;
    margin-right: 20px; }
  .presentation-wrapper .online_now-sites h3, .presentation-wrapper .online_now-responses h3 {
    margin-bottom: 5px;
    padding-bottom: 5px; }
  .presentation-wrapper .online_now-stat .online_now-stat-box h4 {
    text-align: left;
    margin-bottom: 0px;
    font-size: 25px;
    padding-top: 12px; }
  .presentation-wrapper .online_now-stat .online_now-stat-box p {
    text-align: left;
    margin: 0px; }
  .presentation-wrapper .online_now-responses {
    width: 32%;
    padding: 0px; }
  .presentation-wrapper .online_now-sites {
    float: left;
    padding: 0px;
    width: 65%; }

.clean .top-white-gradient {
  display: none !important;
  z-index: -10; }

.clean .meter {
  bottom: inherit;
  top: 0px; }
/*# sourceMappingURL=main.css.map */