@charset "UTF-8";
/*@import "compass";*/
/* ========================================================================= */
/* !RESETS AND DEFAULTS */
/* ========================================================================= */
html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, img, ins, kbd, q, samp, var, hr, acronym, dl, dt, dd, ol, ul, li, pre, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  border: 0;
  outline: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%; }

em, strong, b, i, a, span, sub, sup, small {
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

a:focus {
  outline: 0; }

:focus, :active {
  outline: none;
  outline: 0; }

::-moz-focus-inner {
  outline: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

li {
  list-style: none; }

a {
  text-decoration: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: ""; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border-top: 1px solid #000;
  color: #000; }

input, select {
  vertical-align: middle; }

sub {
  vertical-align: sub;
  font-size: smaller;
  line-height: 0px; }

sup {
  vertical-align: super;
  font-size: smaller;
  line-height: 0px; }

input, button, textarea, select, label, img {
  display: inline-block;
  max-width: 100%;
  height: auto; }

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit; }

input, button, textarea, select {
  -webkit-appearance: none; }

textarea {
  resize: none; }

button, a span {
  cursor: pointer; }

button {
  border: 0;
  text-align: center; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

table {
  table-layout: fixed; }

a[href^=tel] {
  color: inherit; }

/* != FONT SMOOTHING */
body, input, button, textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* != BACKGROUND POSITION AND BOX SIZING */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat; }

/* != .clearfix - CLEAR ELEMENTS */
.clear {
  clear: both; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clearfix {
  display: inline-table; }

* html .clearfix {
  height: 1%; }

/* Hides from IE-mac \*/
.clearfix {
  display: block; }

/* Hides from IE-mac \*/
* html .clearfix {
  zoom: 1; }

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1; }

/* IE7 */
/* != .wordwrap - CONTINUE LONG URLS/WORDS ON NEXT LINE */
.wordwrap {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;
  word-wrap: break-word; }

/* ========================================================================= */
/* !FONTS (@fontface generated with FontSpring Syntax formatting */
/* ========================================================================= */
@font-face {
  font-family: "new-american-voter";
  src: url("../fonts/new-american-voter/new-american-voter.eot");
  src: url("../fonts/new-american-voter/new-american-voter.eot?#iefix") format("embedded-opentype"), url("../fonts/new-american-voter/new-american-voter.woff") format("woff"), url("../fonts/new-american-voter/new-american-voter.ttf") format("truetype"), url("../fonts/new-american-voter/new-american-voter.svg#new-american-voter") format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: "new-american-voter" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "new-american-voter" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-fb-icon-white:before {
  content: "\61"; }

.icon-ig-icon-white:before {
  content: "\62"; }

.icon-in-icon-white:before {
  content: "\63"; }

.icon-twt-icon-white:before {
  content: "\64"; }

.icon-yt-icon-white:before {
  content: "\65"; }

.icon-bars:before {
  content: "\66"; }

.icon-cancel:before {
  content: "\67"; }

/* Magnific Popup CSS */
.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, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-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 {
  display: none; }

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

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

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

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.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,
.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; }

.mfp-arrow:after {
  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-holder .mfp-close {
  top: -40px; }

.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; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

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

/* ========================================================================= */
/* !SASS VARIABLES & MIXINS */
/* ========================================================================= */
/* ========================================================================= */
/* !STYLES */
/* ========================================================================= */
html, body {
  font-family: "Noto Sans KR", sans-serif; }

/* != SELECTION STYLES (Leaving these blank will show no indication of text selection) ===== */
/*
    ::selection         { background: #aaa; color: #fff; }
    ::-moz-selection    { background: #aaa; color: #fff; }
    ::-webkit-selection { background: #aaa; color: #fff; }
*/
/* != DEFAULT WORDPRESS STYLES = USE AS NEEDED = .wp-caption = .wp-caption-dd = .wpGallery = .shutter = .shutterset ==== */
.aligncenter {
  display: block;
  margin: 25px auto; }

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

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

.alignnone {
  display: inline-block; }

/* != LAYOUT STYLES ===== */
h1 {
  font: 600 34px/1.2 "Noto Sans KR";
  color: #fff; }

h2 {
  font: normal 32px/1.2 "Noto Sans KR";
  color: #000; }

h3 {
  font: normal 24px/1.2 "Noto Sans KR";
  color: #f00; }

h4 {
  font: 600 34px/1.2 "Noto Sans KR";
  color: #fff; }

h5 {
  font: normal 24px/1.2 "Noto Sans KR";
  color: #000; }

h6 {
  font: normal 24px/1.2 "Noto Sans KR";
  color: #f00; }

.content-main ul:not(.gform_fields) > li {
  position: relative;
  padding-left: 10px; }

.content-main ul:not(.gform_fields) > li:before {
  content: '•';
  position: absolute;
  left: 0; }

.content-main ol {
  counter-reset: li; }

.content-main ol > li {
  position: relative;
  padding-left: 20px; }

.content-main ol > li:before {
  content: counter(li) ". ";
  counter-increment: li;
  position: absolute;
  left: 0; }

.row {
  width: 1200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 20px; }

/* != PLACEHOLDER ATTRIBUTE STYLES = input or textarea - placeholder="whatever" ===== */
/*
    ::-webkit-input-placeholder { color: #aaa; }
    ::-moz-placeholder          { color: #aaa; }
*/
input[type=submit], button {
  display: inline-block;
  cursor: pointer; }

#register-fixed {
  background-color: #ee6361;
  padding: 10px;
  text-align: center; }
  #register-fixed p {
    font-size: 18px;
    text-transform: uppercase; }
    #register-fixed p a {
      color: #fff; }

/* HEADER */
#header {
  background-color: #e3e3e3;
  height: 90px;
  position: relative; }
  #header .logo {
    padding: 15px 40px;
    float: left; }
    #header .logo img {
      width: 250px; }
  #header .nav {
    float: right;
    text-align: right;
    vertical-align: top;
    padding: 24px 30px; }
    #header .nav ul li {
      display: inline-block;
      padding: 0 20px; }
      #header .nav ul li a {
        color: #6d6e71;
        font-weight: 600; }
    #header .nav ul .donate-btn:hover a {
      color: #fff;
      background-color: #ee3124; }
    #header .nav ul .donate-btn a {
      display: block;
      border: 2px solid #ee3124;
      padding: 10px 20px;
      border-radius: 22px; }

#mobile-nav .icon-cancel {
  position: absolute;
  cursor: pointer;
  left: 10px;
  top: 10px;
  color: #fff; }
  #mobile-nav .icon-cancel:before {
    font-size: 24px; }

#mobile-nav .noshow {
  font: italic 400 18px/1.5;
  letter-spacing: 4px;
  text-transform: lowercase;
  position: fixed;
  width: 250px;
  -webkit-transition: left 0.3s ease-out;
  -o-transition: left 0.3s ease-out;
  transition: left 0.3s ease-out;
  height: 100%;
  right: -280px;
  background-color: #ee3124;
  -webkit-box-shadow: 20px 0px 50px #000;
  box-shadow: 20px 0px 50px #000;
  overflow: scroll;
  z-index: 10000; }
  #mobile-nav .noshow.show {
    right: 0px; }
  #mobile-nav .noshow::-webkit-scrollbar {
    width: 0px;
    /* remove scrollbar space */
    background: transparent;
    /* optional: just make scrollbar invisible */ }
  #mobile-nav .noshow a {
    font-weight: 600;
    display: block;
    padding: 20px 20px;
    color: #fff;
    text-align: right; }
  #mobile-nav .noshow > ul {
    margin-top: 25px; }
    #mobile-nav .noshow > ul > li {
      text-transform: capitalize; }
      #mobile-nav .noshow > ul > li li a {
        padding-left: 40px; }

#m-toggle-new {
  display: none;
  width: 28px;
  position: absolute;
  cursor: pointer;
  vertical-align: bottom;
  vertical-align: -webkit-baseline-middle;
  vertical-align: -moz-middle-with-baseline;
  top: 30px;
  right: 20px; }
  #m-toggle-new:before {
    font-size: 28px; }
  #m-toggle-new span, #m-toggle-new span:before, #m-toggle-new span:after {
    display: block;
    width: 22px;
    height: 3px;
    position: absolute;
    content: '';
    font: 500 11px/1.1;
    color: #63666A;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }
  #m-toggle-new span:before {
    top: -6px;
    animation-direction: reverse;
    -webkit-animation-name: m1r;
    animation-name: m1r; }
  #m-toggle-new span {
    top: 6px;
    animation-direction: reverse;
    -webkit-animation-name: m2r;
    animation-name: m2r; }
    #m-toggle-new span:hover {
      color: #ff00d2; }
  #m-toggle-new span:after {
    top: 6px;
    animation-direction: reverse;
    -webkit-animation-name: m3r;
    animation-name: m3r; }
  #m-toggle-new.x span:before {
    -webkit-animation-name: m1;
    animation-name: m1;
    -webkit-animation-direction: normal;
    animation-direction: normal; }
  #m-toggle-new.x span {
    -webkit-animation-name: m2;
    animation-name: m2;
    -webkit-animation-direction: normal;
    animation-direction: normal; }
  #m-toggle-new.x span:after {
    -webkit-animation-name: m3;
    animation-name: m3;
    -webkit-animation-direction: normal;
    animation-direction: normal; }

#us-map {
  padding-bottom: 40px; }
  #us-map h2 {
    color: #007a91;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600; }
  #us-map .map-sub-heading {
    margin-bottom: 40px; }
  #us-map .map-sub-heading p {
    color: #6d6e71;
    text-align: center; }

#banner {
  background-color: #188ba0;
  position: relative;
  height: 600px; }
  #banner:after {
    content: "";
    background-image: url("../images/Hero_Graphic_01.png");
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    background-position: right; }
  #banner .banner-text {
    width: 60%;
    padding-top: 45px;
    position: relative;
    z-index: 2;
    padding-left: 20px; }
    #banner .banner-text h1 {
      padding-bottom: 20px; }
    #banner .banner-text h4 {
      padding-bottom: 20px; }
    #banner .banner-text p {
      color: #fff;
      font-size: 18px; }

#video-section .col-wrapper {
  margin: 50px auto;
  text-align: center; }
  #video-section .col-wrapper .video-wrapper {
    position: relative; }
    #video-section .col-wrapper .video-wrapper a:before {
      content: "";
      position: absolute;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 74px;
      height: 74px;
      border-style: solid;
      border-width: 37px 0px 37px 55px;
      border-color: transparent transparent transparent #202020;
      opacity: 60%;
      top: 40%;
      left: 50%;
      margin: -10px 0 0 -7px;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
    #video-section .col-wrapper .video-wrapper a:hover:before {
      opacity: 100%; }

#home-cta {
  background-color: #e3e3e3;
  padding: 52px 0; }
  #home-cta .col-wrapper {
    font-size: 0;
    margin: 0 auto;
    text-align: center; }
    #home-cta .col-wrapper .col-4 {
      width: 166px;
      display: inline-block;
      background-color: #fff;
      font-size: 12px;
      vertical-align: top;
      height: 336px;
      margin: 0px 3%;
      padding: 15px 10px;
      position: relative;
      text-align: left; }
      #home-cta .col-wrapper .col-4 p {
        position: absolute;
        bottom: 10px;
        left: 10px;
        right: 10px;
        margin: auto;
        font-weight: 600;
        font-size: 18px;
        text-transform: uppercase; }
        #home-cta .col-wrapper .col-4 p a {
          color: #fff; }

#site-content {
  padding: 50px 0; }
  #site-content p {
    margin: 10px 0; }
  #site-content .about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #site-content .about .about-col {
      width: 50%; }
  #site-content .partners ul {
    margin: 20 auto;
    text-align: center; }
    #site-content .partners ul li {
      display: inline-block;
      padding: 15px;
      width: 24%;
      vertical-align: top; }
  #site-content .press ul {
    margin: 20 auto;
    text-align: center; }
    #site-content .press ul li {
      display: inline-block;
      padding: 15px;
      width: 24%;
      vertical-align: top; }
  #site-content .reports ul li {
    width: 49%;
    display: inline-block; }
  #site-content .reports .report-left {
    margin-bottom: 30px;
    display: inline-block;
    vertical-align: top;
    width: 30%; }
  #site-content .reports .report-right {
    display: inline-block;
    vertical-align: top;
    width: 60%; }
  #site-content .resources ul {
    padding-left: 30px; }
    #site-content .resources ul li {
      list-style: disc; }

#footer {
  background-color: #2d398d;
  padding: 35px 40px;
  clear: both; }
  #footer .foot-col {
    display: inline-block;
    width: 33%;
    vertical-align: top;
    padding: 0 20px; }
    #footer .foot-col img {
      width: 50%; }
    #footer .foot-col .wpcf7 {
      padding-top: 10px; }
      #footer .foot-col .wpcf7 p {
        font-size: 14px;
        padding-bottom: 18px; }
      #footer .foot-col .wpcf7 label {
        text-transform: uppercase;
        width: 100%;
        max-width: 325px; }
        #footer .foot-col .wpcf7 label span {
          color: #8693a3;
          text-transform: capitalize;
          font-size: 12px; }
        #footer .foot-col .wpcf7 label input {
          margin-top: 5px;
          padding: 10px 5px;
          border: none;
          width: 100%;
          max-width: 325px; }
    #footer .foot-col h5 {
      color: #fff;
      padding-bottom: 30px;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 20px; }
    #footer .foot-col .icon-fb-icon-white {
      color: #fff;
      font-size: 40px;
      display: inline-block;
      padding-right: 5px;
      position: relative; }
      #footer .foot-col .icon-fb-icon-white a {
        display: block;
        height: 36px;
        width: 42px;
        position: absolute;
        top: 0;
        left: 0; }
    #footer .foot-col .icon-ig-icon-white {
      color: #fff;
      font-size: 40px;
      display: inline-block;
      padding-right: 5px;
      position: relative; }
      #footer .foot-col .icon-ig-icon-white a {
        display: block;
        height: 36px;
        width: 42px;
        position: absolute;
        top: 0;
        left: 0; }
    #footer .foot-col .icon-twt-icon-white {
      color: #fff;
      font-size: 40px;
      display: inline-block;
      padding-right: 5px;
      position: relative; }
      #footer .foot-col .icon-twt-icon-white a {
        display: block;
        height: 36px;
        width: 42px;
        position: absolute;
        top: 0;
        left: 0; }
    #footer .foot-col .icon-in-icon-white {
      color: #fff;
      font-size: 40px;
      display: inline-block;
      padding-right: 5px;
      position: relative; }
      #footer .foot-col .icon-in-icon-white a {
        display: block;
        height: 36px;
        width: 42px;
        position: absolute;
        top: 0;
        left: 0; }
    #footer .foot-col .icon-yt-icon-white {
      color: #fff;
      font-size: 40px;
      display: inline-block;
      padding-right: 5px;
      position: relative; }
      #footer .foot-col .icon-yt-icon-white a {
        display: block;
        height: 36px;
        width: 42px;
        position: absolute;
        top: 0;
        left: 0; }
    #footer .foot-col p {
      color: #fff;
      padding-bottom: 30px; }
      #footer .foot-col p a {
        color: #fff; }

.mfp-content {
  max-width: 700px;
  width: 100%;
  margin: 0 auto; }
  .mfp-content .inner-dialog {
    height: 400px;
    position: relative;
    padding: 80px;
    padding-top: 30px; }
    .mfp-content .inner-dialog h1 {
      text-align: center;
      bottom: 20px; }
    .mfp-content .inner-dialog h2 {
      text-align: center;
      position: absolute;
      bottom: 20px; }
      .mfp-content .inner-dialog h2 a {
        color: #fff;
        font-weight: 600; }

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

.state-modal {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px; }
  .state-modal h2 {
    padding: 20px 10px 15px 10px; }
  .state-modal h3 {
    padding: 10px 10px; }
  .state-modal ul {
    margin: 0 10px 0 40px; }
    .state-modal ul li {
      padding: 5px 0;
      list-style: disc; }
  .state-modal .mfp-close {
    color: #333; }

#modals {
  display: none; }

#us-map {
  padding-top: 30px; }

.contentEnglish {
  display: block; }

.contentSpanish {
  display: none; }

.check {
  position: relative;
  width: 50px;
  margin-top: -22px; }

.check:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 25px;
  background: #333;
  border-radius: 25px; }

.check:checked:before {
  background: #00a1ff; }

.check:after {
  content: '';
  position: absolute;
  left: 0;
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 25px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  border: 2px solid #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.check:checked:after {
  left: 25px;
  border: 2px solid #00a1ff; }

.check:checked ~ .contentEnglish {
  display: none; }

.check:checked ~ .contentSpanish {
  display: block; }

.en {
  color: #333; }

.sp {
  color: #00a1ff; }

.under-map {
  margin: auto;
  max-width: 1200px; }

.under-map-text {
  text-align: center;
  vertical-align: top;
  padding-top: 30px; }

.legend {
  width: 100%;
  padding: 15px;
  vertical-align: top; }
  .legend li {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    padding-left: 25px;
    padding-top: 10px;
    position: relative;
    height: 90px;
    border-bottom: 1px solid #000; }
    .legend li:before {
      content: "";
      width: 20px;
      height: 90px;
      position: absolute;
      left: 0;
      top: 0; }
  .legend .legend-top:before {
    background-color: #4da85c; }
  .legend .legend-bottom:before {
    background-color: #464999; }
  .legend .legend-third:before {
    background-color: #007a91; }
  .legend .legend-fourth:before {
    background-color: #ee6361; }
  .legend .legend-fifth {
    border-bottom: unset; }
    .legend .legend-fifth:before {
      background-color: #CF5300; }
  .legend .legend-sixth {
    border-bottom: unset; }
    .legend .legend-sixth:before {
      background-color: #bfff00; }

/* ========================================================================= */
/* !MEDIA QUERIES */
/* ========================================================================= */
@media screen and (max-width: 1102px) {
  #header .nav {
    padding: 24px 0; }
    #header .nav ul li {
      padding: 0 8px; } }

@media screen and (max-width: 1068px) {
  #banner {
    height: 450px; }
    #banner:after {
      content: "";
      height: 450px;
      background-size: auto 450px; }
    #banner .banner-text {
      width: 60%;
      padding-top: 30px; }
      #banner .banner-text h1 {
        font-size: 26px; }
      #banner .banner-text p {
        color: #fff;
        font-size: 18px; }
  #home-cta .col-wrapper .col-4 {
    margin: 0 2%; }
  #footer .foot-col {
    width: 30%; } }

@media screen and (max-width: 900px) {
  #header .nav {
    display: none; }
  #m-toggle-new {
    display: block; }
  #banner {
    height: 400px; }
    #banner:after {
      content: "";
      height: 400px;
      background-size: auto 400px; }
    #banner .banner-text {
      width: 60%;
      padding-top: 30px; }
      #banner .banner-text h1 {
        font-size: 22px; }
      #banner .banner-text p {
        color: #fff;
        font-size: 16px; }
  #home-cta .col-wrapper .col-4 {
    margin: 0 1.5%; } }

@media screen and (max-width: 812px) {
  #home-cta .col-wrapper .col-4 {
    margin: 10px 6.5%; } }

@media screen and (max-width: 800px) {
  #site-content .partners ul li {
    width: 32%; }
  #site-content .press ul li {
    width: 32%; }
  #footer {
    text-align: center;
    padding: 35px 20px; }
    #footer .foot-col {
      width: 100%;
      margin: 0 auto;
      text-align: left; } }

@media screen and (min-width: 768px) {
  #mapbase svg {
    height: 550px !important; } }

@media screen and (max-width: 768px) {
  #banner {
    height: auto;
    padding-bottom: 20px; }
    #banner:after {
      content: "";
      height: 300px;
      background-size: auto 300px; }
    #banner .banner-text {
      width: 100%;
      padding-top: 320px; }
      #banner .banner-text h1 {
        font-size: 22px; }
      #banner .banner-text p {
        color: #fff;
        font-size: 16px; }
  #site-content .reports ul li {
    width: 100%; } }

@media screen and (max-width: 700px) {
  #site-content .about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #site-content .about .about-col {
      width: 100%; } }

@media screen and (max-width: 550px) {
  #banner .banner-text h1 {
    font-size: 18px; }
  #banner .banner-text p {
    color: #fff;
    font-size: 12px; }
  #site-content .partners ul li {
    width: 48%; }
  #site-content .press ul li {
    width: 48%; } }

@media screen and (max-width: 400px) {
  #site-content .partners ul li {
    width: 100%; }
  #site-content .press ul li {
    width: 100%; } }

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