/*
Theme Name: Ultra
Description: Custom Wordpress Theme
Author: Ultra Design Agency
Author URI: http://www.ultradesignagency.com/
Version: 8.1.A
License: Copyright 2021 Ultra Design Agency
*/
/* =============================================================================
   Typography
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  display: block;
}
h1 {
  font-size: 42px;
  line-height: 1.2;
  margin: 0 0 15px;
}
h2 {
  font-size: 36px;
  line-height: 1.2;
  margin: 0 0 15px;
}
h3 {
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 15px;
}
h4 {
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 15px;
}
h5 {
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 15px;
}
blockquote {
  margin: 25px 40px;
  background-color: rgba(0, 0, 0, .01);
  padding: 25px 25px 15px;
  border-left: 5px solid rgba(205, 75, 62, 1);
  border-radius: 10px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, .15);
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic, i, em {
  font-style: italic;
}
.underline {
  text-decoration: underline;
}
.bold, strong {
  font-weight: 700;
}
.semi-bold {
  font-weight: 600;
}
sup {
  font-size: 70%;
  position: relative;
  bottom: .5em;
  margin: 0 1px 0 2px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.dark-blue, .dark-blue a {
  color: rgba(33, 52, 86, 1);
  transition: all .4s ease;
}
.light-blue, .light-blue a {
  color: rgba(46, 111, 117, 1);
}
.coral, .coral a {
  color: rgba(205, 75, 62, 1);
}
.grey {
  color: rgba(167, 169, 172, 1);
}
.white, .white a {
  color: rgba(255, 255, 255, 1);
}
.dark-blue-bg {
  background-color: rgba(33, 52, 86, 1);
}
.light-blue-bg {
  background-color: rgba(46, 111, 117, 1);
}
.coral-bg {
  background-color: rgba(205, 75, 62, 1);
}
.grey-bg {
  background-color: rgba(73, 73, 73, 1);
}
.light-grey-bg {
  background-color: rgba(245, 245, 245, 1);
}
.white-bg {
  background-color: rgba(255, 255, 255, 1);
}
.black-bg {
  background-color: rgba(0, 0, 0, 1);
}
a {
  color: rgba(0, 0, 0, 1);
}
/* =============================================================================
   Layout
   ========================================================================== */
html {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
body {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: rgba(0, 0, 0, 1);
  line-height: 1.6;
  font-family: 'Montserrat', sans-serif;
  height: 100%;
  transition: opacity 2.5s;
  margin: 0;
  padding: 0;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.videoWrapper iframe, .videoWrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
}
.embedWrapper {
  position: relative;
  padding-bottom: 125%;
  height: 0;
  width: 800px;
  background-color: rgb(255, 255, 255, 1);
  max-width: 100%;
}
.embedWrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
}
.full-width {
  margin: 0 auto;
  width: 100%;
  padding: 0 5%;
}
.fourteen-hundred {
  margin: 0 auto;
  max-width: 1400px;
  width: 100%;
  padding: 0 5%;
}
.twelve-hundred {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  padding: 0 5%;
}
.one-thousand {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  padding: 0 5%;
}
.eight-hundred {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
  padding: 0 5%;
}
.six-hundred {
  max-width: 600px;
  width: 100%;
  padding: 0 5%;
  margin: 0 auto;
}
.flex-left {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.flex-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.flex-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
}
.flex-grow {
  flex-direction: row;
  display: flex;
}
.flex-grow > li, .flex-grow > div {
  flex-grow: 1;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  padding: 0 15px;
}
#container {
  position: relative;
  padding: 100px 0 0;
}
/* =============================================================================
  Header
   ========================================================================== */
.desktop-menu-wrap, .desktop {
  display: block;
}
.mobile-menu-wrap, .mobile {
  display: none;
}
.global-announcement {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, .5);
}
.global-announcement .inner {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 2px 5%;
  width: 90%;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
}
.global-announcement .inner a {
  color: rgba(255, 255, 255, 1);
  text-decoration: underline;
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  transition: all .4s ease;
  z-index: 800;
  padding: 15px 0;
  background-color: rgba(255, 255, 255, 1);
  height: 100px;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, .15);
}
header.active-header {
  padding: 10px 0;
  height: 70px;
}
header.active-buttons {
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0);
}
header .header-module {
  position: relative;
  max-width: 1400px;
  margin: 0 5%;
  width: 90%;
}
header .header-module .desktop-menu .top-menu-inactive .top-buttons-menu {
  position: absolute;
  transition: all .3s ease;
  width: 100%;
  opacity: 1;
  top: 5px;
}
header.active-header .header-module .desktop-menu .top-menu-inactive .top-buttons-menu {
  opacity: 0;
  top: -50px;
  transition: all .3s ease;
}
header .top-menu-active {
  position: fixed;
  top: 100px;
  width: 100%;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, .15);
  transition: all .4s ease;
}
header.active-header .top-menu-active {
  top: 60px;
}
header .top-menu-active .top-buttons-menu {
  flex-direction: row;
  display: flex;
  left: 0;
  transition: all .3s ease;
  opacity: 0;
  visibility: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  height: 0;
}
header.active-buttons .top-menu-active .top-buttons-menu {
  opacity: 1;
  visibility: visible;
  height: auto;
}
header .header-module .desktop-menu .top-menu-inactive .top-buttons-menu > li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
  transition: all .3s ease;
}
.top-menu-active .top-buttons-menu > li {
  margin: 0 !important;
  flex-grow: 1;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  opacity: 1
}
header .header-module .desktop-menu .top-buttons-menu > li:first-child {
  margin: 0 2px 0 0;
}
header .header-module .desktop-menu .top-buttons-menu > li:last-child {
  margin: 0 0 0 2px;
}
.top-menu-inactive .top-buttons-menu > li a {
  color: rgba(255, 255, 255, 1);
  padding: 8px 20px;
  border-radius: 4px;
  transition: all .3s ease;
  font-size: 12px;
  display: inline;
}
.top-menu-active .top-buttons-menu > li a {
  text-align: center;
  padding: 2px 10px;
  border-radius: 0;
  display: block;
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  transition: all .3s ease;
  font-weight: 600;
}
.top-buttons-menu > li a:hover {
  background-color: rgba(167, 169, 172, 1) !important;
}
.top-buttons-menu > li:nth-of-type(3n+1) a {
  background-color: rgba(33, 52, 86, 1);
}
.top-buttons-menu > li:nth-of-type(3n+2) a {
  background-color: rgba(46, 111, 117, 1);
}
.top-buttons-menu > li:nth-of-type(3n+3) a {
  background-color: rgba(205, 75, 62, 1);
}
header .header-module #header-logo-desktop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  transition: all .4s ease;
}
header.active-header .header-module #header-logo-desktop {
  width: 60px;
}
header .header-module .desktop-menu {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
  width: calc(100% - 120px);
}
header .header-module .desktop-menu .main-navigation-menu {
  position: relative;
  display: inline-block;
  top: 35px;
  transition: all .4s ease;
}
header.active-header .header-module .desktop-menu .main-navigation-menu {
  top: 1px;
}
.header-module .desktop-menu .main-navigation-menu > li {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 1.5vw;
  position: relative;
}
.header-module .desktop-menu .main-navigation-menu > li > a {
  color: rgba(0, 0, 0, 1);
  transition: all .4s ease;
  display: inline;
  position: relative;
}
.header-module .desktop-menu .main-navigation-menu > li > a::after {
  position: absolute;
  bottom: -3px;
  width: 0;
  height: 2px;
  background-color: rgba(149, 213, 213, 1);
  content: "";
  left: 50%;
  transform: translateX(-50%);
  transition: all .4s ease;
}
.header-module .desktop-menu .main-navigation-menu > li > a:hover::after {
  width: 100%;
}
.header-module .desktop-menu .main-navigation-menu > li.current_page_item a::after {
  position: absolute;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background-color: rgba(149, 213, 213, 1);
  content: "";
  left: 50%;
  transform: translateX(-50%);
  transition: all .4s ease;
}
header .header-module .desktop-menu .nav-search {
  position: relative;
  top: 36px;
  transition: all .4s ease;
  color: rgba(0, 0, 0, 1);
}
header.active-header .header-module .desktop-menu .nav-search {
  top: 3px;
}
.header-module .desktop-menu .main-navigation-menu > li > ul {
  position: absolute;
  left: 0;
  top: 62px;
  background-color: rgba(3, 45, 95, 1);
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transition: all .6s ease;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  z-index: 50;
}
.header-module .desktop-menu .main-navigation-menu > li:hover > ul {
  opacity: 1;
  visibility: visible;
  top: 42px;
}
.header-module .desktop-menu .main-navigation-menu > li > ul > li {
  text-align: left;
  white-space: nowrap;
  display: block;
}
.header-module .desktop-menu .main-navigation-menu > li > ul > li > a {
  background-color: rgba(3, 45, 95, 1);
  color: rgba(255, 255, 255, 1);
  display: block;
  padding: 10px 20px;
  line-height: 1.3;
  transition: all .4s ease;
  position: relative;
}
.header-module .desktop-menu .main-navigation-menu > li > ul > li > a:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  height: 1px;
  background-color: rgba(255, 255, 255, .3);
  content: '';
  transition: all .4s ease;
}
.header-module .desktop-menu .main-navigation-menu > li > ul > li > a:hover:after {
  background-color: rgba(255, 255, 255, 0);
}
.header-module .desktop-menu .main-navigation-menu > li > ul > li > a:hover {
  background-color: rgba(179, 179, 179, 1);
}
.header-module .desktop-menu .main-navigation-menu > li > ul > li > ul {
  position: absolute;
  left: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .6s ease;
  background-color: rgba(46, 111, 117, 1);
  padding: 10px 0;
  top: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  border-left: 1px solid rgba(255, 255, 255, .3);
}
.header-module .desktop-menu .main-navigation-menu > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
}
.header-module .desktop-menu .main-navigation-menu > li > ul > li > ul > li {
  text-align: left;
  white-space: nowrap;
  display: block;
  position: relative;
}
.header-module .desktop-menu .main-navigation-menu > li > ul > li > ul > li a {
  background-color: rgba(46, 111, 117, 1);
  color: rgba(255, 255, 255, 1);
  display: block;
  padding: 10px 20px;
  line-height: 1.3;
  transition: all .4s ease;
  position: relative;
}
.header-module .desktop-menu .menu > li > ul > li > ul > li a:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  height: 1px;
  background-color: rgba(255, 255, 255, .3);
  content: '';
  transition: all .4s ease;
}
.header-module .desktop-menu .main-navigation-menu > li > ul > li > ul > li a:hover:after {
  background-color: rgba(255, 255, 255, 0);
}
.header-module .desktop-menu .main-navigation-menu > li > ul > li > ul > li a:hover {
  background-color: rgba(179, 179, 179, 1);
}
#search-popup {
  padding: 5%;
  background-color: rgba(33, 52, 86, 1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, .5);
  text-align: center;
}
#search-popup img {
  margin: 0 auto 15px;
  width: 100px;
}
#searcharea {
  border: 1px solid rgba(255, 255, 255, 1);
  padding: 10px;
  width: 200px;
  background-color: transparent;
  color: rgba(255, 255, 255, 1);
  margin: 0 0 5px;
  font-family: 'Montserrat';
}
#searchbtn {
  border: 1px solid rgba(255, 255, 255, 1);
  padding: 10px;
  width: 200px;
  background-color: transparent;
  color: rgba(255, 255, 255, 1);
  transition: all .4s ease;
  font-family: 'Montserrat';
}
#searchbtn:hover {
  background-color: rgba(167, 169, 172, 1);
  color: rgba(255, 255, 255, 1);
}
/* =============================================================================
  Buttons
   ========================================================================== */
.button-wrap {
  margin-top: 35px;
  position: relative;
  z-index: 10;
}
.button {
  padding: 10px 30px !important;
  text-transform: uppercase;
  border-radius: 5px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  transition: all .6s ease;
  line-height: 100% !important;
  cursor: pointer;
  position: relative;
  display: inline-block;
  font-family: 'Montserrat';
  margin: 0 0 10px;
}
.button:after {
  content: url(images/sun.svg);
  position: absolute;
  width: 12px;
  top: -10px;
  left: -10px;
  opacity: 0;
  transition: all .5s ease;
}
.button:hover:after {
  opacity: 1;
}
.button-wrap a:nth-child(2), .button-wrap a:nth-child(3) {
	margin: 0 0 0 7px
}
.coral-bg .button:after, .callout-boxes-loop > li:nth-of-type(3n+3) .button:after, .feature-block-callout-boxes-loop-2 > li:nth-child(2n) .button:after {
  content: url(images/sun-white.svg) !important;
}
.button-dark-blue {
  background-color: rgba(33, 52, 86, 1);
  border: 1px solid rgba(33, 52, 86, 1);
  color: rgba(255, 255, 255, 1);
}
.button-dark-blue:hover {
  background-color: rgba(255, 255, 255, 1);
  color: rgba(33, 52, 86, 1);
}
.button-light-blue {
  background-color: rgba(46, 111, 117, 1);
  border: 1px solid rgba(46, 111, 117, 1);
  color: rgba(255, 255, 255, 1);
}
.button-light-blue:hover {
  background-color: rgba(255, 255, 255, 1);
  color: rgba(46, 111, 117, 1);
}
.button-coral {
  background-color: rgba(205, 75, 62, 1);
  border: 1px solid rgba(205, 75, 62, 1);
  color: rgba(255, 255, 255, 1);
}
.button-coral:hover {
  background-color: rgba(255, 255, 255, 1);
  color: rgba(205, 75, 62, 1);
}
.button-white, #gform_submit_button_6 {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgb(255, 255, 255);
  color: rgba(255, 255, 255, 1);
}
.button-white:hover, #gform_submit_button_6:hover {
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgb(255, 255, 255);
  color: rgba(33, 52, 86, 1);
}
.button-donate {
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(205, 75, 62, 1);
  color: rgba(205, 75, 62, 1);
}
.button-donate:hover {
  background-color: rgba(205, 75, 62, 1);
  color: rgba(255, 255, 255, 1);
}
#gform_submit_button_6 {
  position: relative;
  top: 3px;
}
/* =============================================================================
  Main
   ========================================================================== */
section img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.no-banner {
  height: 100px;
  background-color: rgba(46, 111, 117, 1);
  margin: 0 0 5%;
}
.banner {
  padding-top: 10%;
  padding-bottom: 10%;
  background-size: cover;
  background-position: center center;
  position: relative;
  min-height: 200px;
}
.banner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-opacity {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.banner-section {
  position: relative;
  z-index: 5;
  min-height: 50px;
}
.gform-body input, .gform-body textarea {
  font-family: 'Montserrat';
  font-size: 12px !important;
  background: transparent;
  color: rgb(1, 1, 1);
  padding: 9px !important;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 5px;
}
.gform_wrapper .gform_validation_errors {
  display: none;
}
.gform_wrapper.gravity-theme .description, .gform_wrapper.gravity-theme .gfield_description, .gform_wrapper.gravity-theme .gsection_description, .gform_wrapper.gravity-theme .instruction {
  font-size: inherit !important;
}
.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
  background: transparent !important;
  border: none !important;
  margin-top: 8px;
  padding: 0 !important;
  text-align: left;
}
.gform_wrapper .gfield_error .gfield_repeater_cell label, .gform_wrapper .gfield_error label, .gform_wrapper .gfield_error legend, .gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message, .gform_wrapper [aria-invalid="true"] + label, .gform_wrapper label + [aria-invalid="true"] {
  color: rgb(1, 1, 1) !important;
}
.gform_wrapper .gfield_error [aria-invalid="true"] {
  border: 1px solid #fff !important;
}
#validation_message_6_1 {
  position: absolute !important;
  font-size: 10px !important;
  color: rgb(255, 255, 255) !important;
}
.gform_wrapper .gf_simple_horizontal {
  width: 300px !important;
  margin-left: calc(100% - 300px) !important;
  margin-bottom: 20px !important;
}
.image-left > li:first-child {
  width: 45%;
  margin: 0 5% 0 0;
}
.image-left > li:last-child {
  width: 50%;
}
.image-right > li:first-child {
  width: 50%;
}
.image-right > li:last-child {
  width: 45%;
  margin: 0 0 0 5%;
}
.partenrship-section h4 {
  margin: 0 0 30px;
}
.parnership-logos img {
  max-height: 60px !important;
  max-width: 150px !important;
}
.parnership-logos li {
  align-self: center;
  margin: 0 20px 20px;
}
.callout-boxes-loop {
  width: 100%;
  margin: 2% 0 auto;
}
.callout-boxes-loop > li {
  padding: 25px 30px 15px;
  width: 31.333%;
  margin: 0 1% 30px;
  border-radius: 5px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, .15);
}
.callout-boxes-loop > li h5 {
  margin: 0 auto 10px
}
.callout-boxes-loop > li:nth-of-type(4n+1) {
  background-color: rgba(33, 52, 86, 1);
}
.callout-boxes-loop > li:nth-of-type(4n+2) {
  background-color: rgba(73, 73, 73, 1);
}
.callout-boxes-loop > li:nth-of-type(4n+3) {
  background-color: rgba(205, 75, 62, 1);
}
.callout-boxes-loop > li:nth-of-type(4n+4) {
  background-color: rgba(46, 111, 117, 1);
}
.callout-button-wrap {
  margin: 25px auto;
}
.callout-section, .feature-block-callout-section {
  max-width: 1400px;
  width: 100%;
  padding-right: calc(5% + 30px);
  padding-left: calc(5% + 30px);
  margin: 0 auto;
}
.feature-block-callout-section .callout-text p {
  margin: 0 0 15px;
}
.feature-block-callout-section .callout-text a {
  color: rgb(255, 255, 255);
  text-decoration: underline;
}

.feature-text {
  padding: 0 0 5%;
}
.feature-block-callout-boxes-loop-1 > li, .feature-block-callout-boxes-loop-2 > li {
  box-shadow: 0px 3px 3px rgba(0, 0, 0, .15);
}
.feature-block-callout-boxes-loop-1 > li:nth-child(1) {
  padding: 50px 30px 30px;
  width: calc(40% - 5px);
  margin: 0 5px 5px 0;
  background-color: rgba(33, 52, 86, 1);
  border-radius: 10px 0 0 0;
}
.feature-block-callout-boxes-loop-1 > li:nth-child(2) {
  background-size: cover;
  background-repeat: no-repeat;
  width: calc(60% - 5px);
  margin: 0 0 5px 5px;
  min-height: 400px;
  border-radius: 0 10px 0 0;
}
.feature-block-callout-boxes-loop-2 > li {
  width: calc(50% - 5px);
  padding: 30px;
}
.feature-block-callout-boxes-loop-2 > li:nth-child(odd) {
  background-color: rgba(73, 73, 73, 1);
  margin: 5px 5px 0 0;
  border-radius: 0 0 0 10px;
}
.feature-block-callout-boxes-loop-2 > li:nth-child(even) {
  background-color: rgba(205, 75, 62, 1);
  margin: 5px 0 0 5px;
  border-radius: 0 0 10px 0;
}
.pag-wrap {
  position: relative;
}
.pagination li {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.pagination li:nth-child(1) {
  left: -40px;
}
.pagination li:nth-child(2) {
  right: -40px;
}
.pagination li a {
  color: rgba(167, 169, 172, 1);
  font-size: 24px;
}
.donation-module-1 > ul {
  box-shadow: 0px 3px 3px rgba(0, 0, 0, .15);
}
.donation-module-1 > ul > li:nth-child(1) {
  width: 30%;
  padding: 50px 30px 80px;
}
.donation-module-1 > ul > li:nth-child(2) {
  width: 70%;
  background-size: cover;
  background-position: center center;
  min-height: 400px;
}
.donation-table {
  width: 80%;
  margin: -60px auto 0;
  position: relative;
  z-index: 30;
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
.donation-table .top {
  background-color: rgb(58, 86, 127);
  padding: 15px;
  border-radius: 10px 10px 0 0;
}
.donation-table .bottom {
  padding: 15px 15px 18px;
  border-radius: 0 0 10px 10px;
}
.donation-table .bottom span {
  padding: 0 1vw;
}
.donation-module {
  background-size: cover;
  background-position: center center;
}
.donation-module-2 .inner {
  background-color: rgba(0, 0, 0, .6);
  padding: 80px 50px 30px;
  border-radius: 10px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, .15);
}
.donate-2-button-wrap {
  margin: 50px auto;
}
.donate-2-button-wrap a {
  margin: 0 5px;
  display: inline;
}
.donation-module-2 .inner .section-copy {
  margin: 30px auto 0;
}
.section-copy {
  margin: 20px 0;
}
.section-copy p {
  margin: 0 0 20px;
}
.team-grid {
  max-width: 1400px;
  width: 100%;
  padding-right: calc(5% + 30px);
  padding-left: calc(5% + 30px);
  margin: 0 auto;
}
.staff-member-grid a li {
  margin: .5%;
  width: 24%;
  padding: 15% 0;
  position: relative;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  overflow: hidden;
  background-image: url(images/staff-placeholder.jpg);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, .15);
}
.staff-member-grid > a {
  display: contents;
}
.staff-member-grid-single .inner {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  opacity: 0;
  transition: .4s ease;
}
.staff-member-grid-single:hover .inner {
  opacity: 1;
}
.staff-module-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 20px)
}
.staff-member-grid-single-name p {
  font-size: 14px;
  line-height: 1.3;
  margin: 0 auto 10px;
}
.staff-member-grid-single-name div {
  font-size: 11px;
  line-height: 1.3;
}
.staff-member-grid-single-name svg {
  position: relative;
  font-size: 24px;
  margin: 0 auto 10px;
}
.callout-block {
  width: 74%;
  position: relative;
  margin: .5%;
  min-height: 300px;
}
.callout-block .inner {
  position: absolute;
  width: calc(100% - 80px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.blog-cat-title {
  margin: 0 0 5%;
}
.blog-preview-loop > li:first-child {
  width: calc(100% - 320px);
}
.blog-preview-loop > li:last-child {
  width: 280px;
  padding: 0 0 0 40px;
}
.blog-preview {
  margin: 0 0 40px;
  padding: 0 0 40px;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
}
.blog-preview > li:first-child {
  width: 30%;
  margin: 0 5% 0 0;
  position: relative;
}
.blog-preview > li:last-child {
  width: 65%;
}
.blog-preview > li:last-child a h4 {
  color: rgba(33, 52, 86, 1);
  transition: all .4s ease;
  text-decoration: none;
}
.blog-preview > li:last-child a:hover h4 {
  color: rgba(239, 110, 91, 1);
}
.blog-preview .feat {
  width: auto;
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: calc(100% + 30px);
}
.blog-preview .no-feat {
  width: auto;
  max-width: 60%;
  height: auto;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-cat-loop {
  text-align: right;
}
.blog-cat-loop li {
  margin: 0 0 5px;
}
.blog-cat-loop li a {
  color: rgba(33, 52, 86, 1);
  transition: all .4s ease;
}
.blog-cat-loop li a.is-tax {
  color: rgba(239, 110, 91, 1);
  text-decoration: underline;
}
.blog-cat-loop li a:hover {
  color: rgba(239, 110, 91, 1);
}
.blog-preview-meta a {
  color: rgba(239, 110, 91, 1);
  transition: all .4s ease;
}
.blog-preview-meta a:hover {
  color: rgba(33, 52, 86, 1);
}
.blog-pagination {
  margin: 0 0 40px;
}
.blog-pagination li {
  margin: 0 10px;
}
.blog-pagination li a {
  color: rgba(167, 169, 172, 1);
  font-size: 24px;
}
.blog-preview-meta {
  font-size: 12px;
  margin: 0 0 10px;
}
.blog-preview-meta span {
  padding: 0 5px 0 0;
}
.newsletter-tax-loop > li:first-child {
  width: calc(50% - 40px);
  margin: 0 40px 0 0;
}
.newsletter-tax-loop > li:last-child {
  width: 50%;
}
.newsletter-tax-loop > li h4 {
  margin: 20px 0;
}
.newsletter-loop > li {
  margin: 0 0 10px 20px;
  font-size: 16px;
  position: relative;
}
.newsletter-loop > li svg {
  position: absolute;
  left: -20px;
  top: 5px;
}
.newsletter-loop > li a {
  text-decoration: underline;
  color: rgba(33, 52, 86, 1);
  transition: all .4s ease;
}
.newsletter-loop > li a:hover {
  color: rgba(239, 110, 91, 1);
}
.blog-title {
	margin: 0 0 5%;
}
.blog-content {
  margin: 0 auto 100px;
}
.blog-content img {
  max-width: 100%;
}
.blog-content p {
  margin: 0 0 20px;
}
.blog-content a {
  color: rgba(239, 110, 91, 1);
  transition: all .4s ease;
  text-decoration: underline;
}
.blog-content a:hover {
  color: rgba(239, 110, 91, 1);
  color: rgba(33, 52, 86, 1);
}
.board-loop {
  margin: 5% 0 0;
}
.board-loop.double-board {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-rule: 2px dotted rgba(46, 111, 117, 1);
  -moz-column-rule: 2px dotted rgba(46, 111, 117, 1);
  column-rule: 2px dotted rgba(46, 111, 117, 1);
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  -webkit-perspective: 1;
}
.board-loop.past-board {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-rule: 2px dotted rgba(46, 111, 117, 1);
  -moz-column-rule: 2px dotted rgba(46, 111, 117, 1);
  column-rule: 2px dotted rgba(46, 111, 117, 1);
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  -webkit-perspective: 1;
}
.board-loop.past-board div, .board-loop.double-board div {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
 /* -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
 */
}
.board-loop img {
  border-radius: 50%;
  max-width: 400px !important;
}
.board-loop.single-board h5, .board-loop.past-board h5 {
  margin: 0;
}
.board-loop .pasts-column {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.report-loop li {
  max-width: 200px;
  position: relative;
}
.report-loop li a {
  display: block;
  position: relative;
}
.report-loop li a img {
  border: 1px solid rgba(0, 0, 0, 1);
  margin: 0 0 -8px;
}
.report-loop li p {
  color: rgba(33, 52, 86, 1);
  margin: 10px auto 0;
}
.report-loop li a svg {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  transition: all .4s ease;
  font-size: 24px;
}
.report-loop li a:hover svg {
  opacity: 1;
  top: 50%;
}
.report-loop li a .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: all .4s ease;
}
.report-loop li a:hover .overlay {
  background-color: rgba(0, 0, 0, .5);
}
.report-columns {
  padding: 5% 0 0;
  max-width: 600px;
  margin: 0 auto;
}
.report-columns > li {
  width: 250px;
  margin: 0 25px;
}
.report-loop-past {
  margin: 25px 0 0;
}
.report-loop-past li {
  display: block;
}
.report-loop-past a {
  color: rgba(33, 52, 86, 1);
  transition: all .4s ease;
  display: block;
  border-bottom: 2px dotted rgba(46, 111, 117, 1);
  padding: 10px 0;
}
.report-loop-past a p {
  margin: 0;
}
.report-loop-past a:hover {
  color: rgba(46, 111, 117, 1);
}
ul:not(.no-bullet):not(.footer-menu):not(.footer-ul-sub-ul):not(.footer-ul):not(.social-menu):not(.disclosures-menu):not(.top-buttons-menu):not(.main-navigation-menu):not(.sub-menu):not(.menu-fullscreen), .feature-block-callout-section .callout-text ul {
  margin: 0 0 0 30px;
}


ul:not(.no-bullet):not(.footer-menu):not(.footer-ul-sub-ul):not(.footer-ul):not(.social-menu):not(.disclosures-menu):not(.top-buttons-menu):not(.main-navigation-menu):not(.sub-menu):not(.menu-fullscreen) > li, 

ul:not(.no-bullet):not(.footer-menu):not(.footer-ul-sub-ul):not(.footer-ul):not(.social-menu):not(.disclosures-menu):not(.top-buttons-menu):not(.main-navigation-menu):not(.sub-menu):not(.menu-fullscreen)  > a > li, 

.feature-block-callout-section .callout-text ul li

{
	
	
	
  letter-spacing: 0;
  position: relative;
  display: list-item;
  padding: 0 0 0 10px;
  margin: 0 0 5px;
}
ul:not(.no-bullet):not(.footer-menu):not(.footer-ul-sub-ul):not(.footer-ul):not(.social-menu):not(.disclosures-menu):not(.top-buttons-menu):not(.main-navigation-menu):not(.sub-menu):not(.menu-fullscreen)  > li::after, 

ul:not(.no-bullet):not(.footer-menu):not(.footer-ul-sub-ul):not(.footer-ul):not(.social-menu):not(.disclosures-menu):not(.top-buttons-menu):not(.main-navigation-menu):not(.sub-menu):not(.menu-fullscreen)  > a > li::after

{
	
  content: url(images/shape.svg);
  position: absolute;
width: 8px;

top: -1px;

left: -4px;
  transform: rotate(-25deg);
}
.feature-block-callout-section .callout-text ul li:after {
  content: url(images/shape-white.svg) !important;
}

.section-copy a {
  text-decoration: underline;
}
.two-column {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
#input_6_1 {
  color: rgb(255, 255, 255) !important;
  border: 1px solid rgb(255, 255, 255) !important;
}
#staff-single {
  margin: 5% auto;
}
.team-image {
  max-width: 260px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  margin: 0 auto 20px;
  height: 320px;
}
.team-taxonomy-wrap {
  padding: 10px 0;
  margin: 5% auto;
  border: 1px solid rgba(102, 102, 102, .15);
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  background-color: rgb(255, 255, 255);
}
.team-taxonomy-link-loop li {
  margin: 2.5px;
}
.team-taxonomy-link-loop a {
  transition: all .4s ease;
  display: block;
  background-color: rgba(0, 0, 0, .05);
  padding: 10px 20px;
  font-size: 12px;
}
.team-taxonomy-link-loop a:hover, .current a {
  color: rgba(46, 111, 117, 1);
}
.all-team {
	margin-bottom: 5%;
}
.search-loop li {
	padding: 0 0 10px;
	margin: 0 0 10px;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
/* =============================================================================
  Footer
   ========================================================================== */
footer {
  position: relative;
  text-align: center;
  width: 100%;
  padding: 25px 0;
}
footer a {
  color: rgba(255, 255, 255, 1);
  transition: all .4s ease;
}
footer a:hover {
  color: rgba(149, 213, 213, 1);
}
.footer-ul > li:nth-child(1) {
  text-align: left;
  margin: 0 10px 0 0;
  width: calc(50% - 10px);
}
.footer-ul > li:nth-child(2) {
  text-align: right;
  margin: 0 0 0 10px;
  width: calc(50% - 10px);
  align-self: end
}
.footer-ul-sub-ul > li:nth-child(1) {
  width: 140px;
  margin: 0 15px 0 0;
  align-self: end
}
.footer-ul-sub-ul > li:nth-child(2) {
  width: calc(100% - 155px);
  font-size: 12px;
  align-self: end;
  line-height: 1.7;
}
.footer-ul-sub-ul > li:nth-child(2) .footer-title-1 {
  font-size: 14px;
  margin: 0 0 5px;
}
.footer-ul-sub-ul > li:nth-child(2) .footer-title-2 {
  font-size: 14px;
  margin: 10px 0 5px;
}
.footer-title-3 {
  font-size: 14px;
  margin: 0 0 5px;
}
.footer-menu {
  margin: 0 0 15px;
  text-transform: uppercase;
  font-size: 12px;
}
.social-menu > li {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin: 0 0 0 10px;
}
.social-menu > li:first-child {
  margin: 0;
}
.disclosures-menu {
  display: inline-block;
}
.disclosures-menu li {
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
  position: relative;
}
.disclosures-menu li:before {
  content: "|";
  position: relative;
  left: -10px;
  color: rgba(255, 255, 255, 1);
}
#footer-logo {
  height: 70px;
}
#copyright {
  font-size: 10px;
}
#copyright span {
  padding: 0 8px;
}
/* =============================================================================
  Responsive Styles
   ========================================================================== */
@media only screen and (max-width : 1200px) {
  h1 {
    font-size: 38px;
    line-height: 1.2;
    margin: 0 0 15px;
  }
  h2 {
    font-size: 34px;
    line-height: 1.2;
    margin: 0 0 15px;
  }
  h3 {
    font-size: 28px;
    line-height: 1.2;
    margin: 0 0 15px;
  }
  h4 {
    font-size: 22px;
    line-height: 1.2;
    margin: 0 0 15px;
  }
  h5 {
    font-size: 18px;
    line-height: 1.2;
    margin: 0 0 15px;
  }
}
@media only screen and (max-width : 1000px) {
  h1 {
    font-size: 36px;
    line-height: 1.2;
    margin: 0 0 15px;
  }
  h2 {
    font-size: 32px;
    line-height: 1.2;
    margin: 0 0 15px;
  }
  h3 {
    font-size: 26px;
    line-height: 1.2;
    margin: 0 0 15px;
  }
  h4 {
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 15px;
  }
  h5 {
    font-size: 18px;
    line-height: 1.2;
    margin: 0 0 15px;
  }
  .header-module .desktop-menu .main-navigation-menu > li {
    padding: 10px 1vw;
    font-size: 14px;
  }
  header .header-module .desktop-menu .nav-search {
    top: 38px;
  }
  .blog-preview > li:first-child {
    width: 100%;
    margin: 0 0 5%;
    position: relative;
    text-align: center;
  }
  .blog-preview .feat {
    width: auto;
    max-width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    transform: inherit;
    max-height: 260px;
  }
  .blog-preview > li:last-child {
    width: 100%;
    text-align: center;
  }
  .blog-preview-loop {
    flex-direction: column-reverse;
  }
  .blog-preview-loop > li:first-child {
    width: 100%;
  }
  .blog-preview-loop > li:last-child {
    text-align: center;
    width: 100%;
    padding: 0;
  }
  .blog-cat-loop {
    text-align: center;
    margin: 0 0 30px;
  }
}
@media only screen and (max-width : 850px) {
  body {
    font-size: 14px;
  }
  h1 {
    font-size: 36px;
    line-height: 1.2;
    margin: 0 0 15px;
  }
  h2 {
    font-size: 32px;
    line-height: 1.2;
    margin: 0 0 15px;
  }
  h3 {
    font-size: 26px;
    line-height: 1.2;
    margin: 0 0 15px;
  }
  h4 {
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 15px;
  }
  h5 {
    font-size: 16px;
    line-height: 1.2;
    margin: 0 0 15px;
  }
  .desktop-menu-wrap, .desktop {
    display: none;
  }
  .mobile-menu-wrap, .mobile {
    display: block;
  }
  #container {
    padding: 60px 0 0;
  }
  header {
    height: 0;
    padding: 0;
    box-shadow: none;
  }
  .header {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 300;
  }
  .header-bg {
    position: fixed;
    top: 0;
    height: 60px;
    width: 100%;
    left: 0;
    background-color: rgba(255, 255, 255, 1);
    transition: all .4s ease;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
  }
  .header-bg.active {
    background-color: rgba(255, 255, 255, 0);
  }
  .header-logo {
    position: fixed;
    top: 5px;
    left: 40px;
    opcity: 1;
    transition: opacity .4s ease;
    transition-delay: 2s;
  }
  .header-logo.active {
    opacity: 0;
    transition-delay: 0s;
  }
  .header-logo img {
    height: 50px
  }
  .menu-toggle {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(3, 45, 95, 1);
    cursor: pointer;
    position: fixed;
    top: 11px;
    right: 40px;
    z-index: 320;
  }
  .menu-toggle.active {
    border: 1px solid rgba(255, 255, 255, 1);
  }
  .hamburger, .cross {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .hamburger span {
    display: block;
    width: 20px;
    height: 1px;
    margin-bottom: 3px;
    overflow: hidden;
    position: relative;
  }
  .hamburger span:last-child {
    margin: 0;
  }
  .hamburger span:before, .hamburger span:after {
    content: "";
    position: absolute;
    width: 105%;
    height: 100%;
    background-color: rgba(3, 45, 95, 1);
    transform: translateX(-200%);
    transition: transform ease 300ms;
  }
  .hamburger.active span:before, .hamburger.active span:after {
    background-color: rgba(255, 255, 255, 1);
  }
  .hamburger span:after {
    transform: translateX(0);
  }
  .hamburger span:nth-child(2):before, .hamburger span:nth-child(2):after {
    transition-delay: 75ms;
  }
  .hamburger span:last-child:before, .hamburger span:last-child:after {
    transition-delay: 150ms;
  }
  .menu-toggle:hover .hamburger span:before {
    transform: translateX(0);
  }
  .menu-toggle:hover .hamburger span:after {
    transform: translateX(200%);
  }
  .menu-toggle.active .hamburger span:before {
    transform: translateX(100%);
  }
  .menu-toggle.active .hamburger span:after {
    transform: translateX(200%);
  }
  .cross span {
    display: block;
    width: 20px;
    height: 1px;
    background-color: rgba(3, 45, 95, 1);
    transform: translateY(50%) rotate(45deg) scaleX(0);
    transition: transform ease 200ms;
  }
  .cross.active span {
    background-color: rgba(255, 255, 255, 1);
  }
  .cross span:last-child {
    transform: translateY(-50%) rotate(-45deg) scaleX(0);
  }
  .menu-toggle.active .cross span {
    transition-delay: 450ms;
    transform: translateY(50%) rotate(45deg) scaleX(1);
  }
  .menu-toggle.active .cross span:last-child {
    transform: translateY(-50%) rotate(-45deg) scaleX(1);
  }
  .menu-overlay {
    display: block;
    width: 100%;
    height: 100vh;
    top: 0;
    position: fixed;
    left: 0;
    background-color: rgba(3, 45, 95, 1);
    z-index: 20;
  }
  .accentbar {
    display: block;
    width: 10px;
    height: 50vh;
    top: 50%;
    position: fixed;
    left: 0;
    background-color: rgba(179, 179, 179, 1);
    transform: translateY(-50%);
    z-index: 30;
  }
  .menu-overlay-content {
    height: 100vh;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    width: 80%;
    overflow: hidden;
    flex-wrap: flex;
    display: flex;
  }
  .menu-overlay-content::before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .menu-overlay-content-part {
    vertical-align: middle;
  }
  .menu-overlay-left {
    width: 50%;
  }
  .menu-overlay-right {
    width: 50%;
    opacity: 0;
    transition-duration: 1s;
    transition-delay: .5s;
  }
  .intro-logo img {
    width: 90%;
    max-width: 150px;
  }
  .menu-fullscreen > .menu-item {
    opacity: 0;
    font-size: 22px;
    line-height: 1.8;
    position: relative;
    vertical-align: top;
    display: block;
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    transition: color .4s ease;
    cursor: pointer;
    font-family: 'Titillium Web', sans-serif;
  }
  .menu-fullscreen > .menu-item a {
    color: rgba(255, 255, 255, 1);
    transition: color .4s ease;
  }
  .menu-fullscreen .menu-item a:hover {
    color: rgba(219, 219, 219, 1);
  }
  .menu-fullscreen > .menu-item.menu-item-has-children > a::after {
    content: url(fontawesome/svgs/solid/angle-down.svg);
    width: 42px;
    position: absolute;
    padding: 7px 15px;
    top: -11px;
    color: rgba(42, 155, 214, 1);
  }
  .menu-fullscreen > .menu-item .sub-menu {
    display: none;
    border-left: 2px solid rgba(219, 219, 219, 1);
  }
  .menu-fullscreen > .menu-item .sub-menu li {
    position: relative;
    display: block;
    vertical-align: middle;
    margin: 7px 0 7px 10px;
    font-size: 15px;
    line-height: 1.3em;
    font-family: 'Titillium Web', sans-serif;
    color: rgba(255, 255, 255, 1);
    transition: color .4s ease;
    max-width: 90%;
  }
  .menu-fullscreen .menu-item .sub-menu li a {
    color: rgba(255, 255, 255, 1);
    transition: color .4s ease;
  }
  .menu-fullscreen .menu-item .sub-menu li a:hover {
    color: rgba(219, 219, 219, 1);
  }
  .report-columns > li {
    width: 100%;
    margin: 0 0 25px;
  }
  .newsletter-tax-loop > li:first-child {
    width: 100%;
    margin: 0 0 40px;
  }
  .callout-boxes-loop > li {
    padding: 25px 10px 15px;
    width: 48%;
    margin: 0 1% 30px;
  }
  .button {
    padding: 9px 20px !important;
    font-size: 11px !important;
  }
  .callout-block {
    width: 98%;
    margin: 0;
    min-height: inherit;
    padding: 10%;
  }
  .callout-block .inner {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    transform: inherit;
  }
  .staff-member-grid a li {
    width: 32%;
    padding: 18% 0;
  }
  .staff-member-grid-single-name p {
    font-size: 12px;
    line-height: 1.2;
    margin: 0 auto 8px;
  }
  .staff-member-grid-single-name div {
    font-size: 10px;
    line-height: 1.2;
  }
  .no-banner {
    height: 50px;
  }
  .footer-ul > li:nth-child(1) {
    text-align: center;
    margin: 0 0 10px;
    width: 100%;
  }
  .footer-ul > li:nth-child(2) {
    text-align: center;
    margin: 0;
    width: 100%;
    align-self: end;
  }
  .footer-ul-sub-ul > li:nth-child(1) {
    width: 100%;
    margin: 0 0 10px;
    align-self: end;
  }
  .footer-menu {
    display: none;
  }
  .footer-ul-sub-ul > li:nth-child(2) {
    width: 100%;
    font-size: 11px;
    align-self: end;
    line-height: 1.5;
  }
  .footer-ul-sub-ul > li:nth-child(2) .footer-title-1, .footer-ul-sub-ul > li:nth-child(2) .footer-title-2, .footer-title-3 {
    font-size: 12px;
  }
  .gform-body input, .gform-body textarea {
    padding: 5px !important;
  }
  .gform_wrapper .gf_simple_horizontal {
    width: 240px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 10px !important;
  }
  #footer-logo {
    height: 60px;
  }
  .gform_wrapper.gravity-theme input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
    line-height: inherit !important;
    min-height: inherit !important;
  }
  #gform_submit_button_6 {
    top: 4px;
  }
  .feature-block-callout-boxes-loop-1 {
    flex-direction: column-reverse;
  }
  .feature-block-callout-boxes-loop-1 > li:nth-child(1) {
    padding: 30px;
    width: 100%;
    margin: 5px 0;
    border-radius: 0;
  }
  .feature-block-callout-boxes-loop-1 > li:nth-child(2) {
    width: 100%;
    margin: 0 0 5px;
    min-height: inherit;
    border-radius: 10px 10px 0 0;
    padding: 25% 0;
  }
  .feature-block-callout-boxes-loop-2 > li {
    width: 100%;
  }
  .feature-block-callout-boxes-loop-2 > li:nth-child(2n+1) {
    margin: 5px 0;
    border-radius: 0;
  }
  .feature-block-callout-boxes-loop-2 > li:nth-child(2n) {
    margin: 5px 0;
    border-radius: 0 0 10px 10px;
  }
  .newsletter-loop > li {
    font-size: 14px;
  }
}
@media only screen and (max-width : 700px) {
  .image-left > li:first-child {
    width: 100%;
    margin: 0 0 5%;
  }
  .image-left > li:last-child {
    width: 100%;
  }
  .image-right {
    flex-direction: column-reverse;
  }
  .image-right > li:first-child {
    width: 100%;
    margin: 0 0 5%;
  }
  .image-right > li:last-child {
    width: 100%;
  }
}
@media only screen and (max-width : 600px) {
  h1 {
    font-size: 34px;
    line-height: 1.2;
    margin: 0 0 15px;
  }
  h2 {
    font-size: 28px;
    line-height: 1.2;
    margin: 0 0 15px;
  }
  h3 {
    font-size: 24px;
    line-height: 1.2;
    margin: 0 0 15px;
  }
  h4 {
    font-size: 17px;
    line-height: 1.2;
    margin: 0 0 15px;
  }
  .board-loop.double-board {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .board-loop.past-board {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .board-loop .pasts-column {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .report-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .two-column {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .staff-member-grid a li {
    width: 49%;
    padding: 26% 0;
  }
  .callout-boxes-loop > li {
    padding: 25px 10px;
    width: 98%;
    margin: 0 1% 15px;
  }
  .donation-module-2 .inner {
    padding: 50px 20px 10px;
    border-radius: 5px;
  }
  .donate-2-button-wrap {
    margin: 30px auto;
  }
  #helpers a {
    display: block;
    margin: 0 auto 5px;
  }
  blockquote {
    margin: 25px 20px;
  }
  .parnership-logos li {
    align-self: center;
    margin: 0 5px 5px;
  }
  .parnership-logos img {
    max-height: 50px !important;
    max-width: 100px !important;
  }
}
@media only screen and (max-width : 450px) {
  h1 {
    font-size: 28px;
    line-height: 1.2;
    margin: 0 0 15px;
  }
  h2 {
    font-size: 24px;
    line-height: 1.2;
    margin: 0 0 15px;
  }
  h3 {
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 15px;
  }
  .menu-overlay-right {
    display: none;
  }
  .menu-overlay-left {
    width: 100%;
  }
  .staff-member-grid a li {
    width: 100%;
    padding: 51% 0;
    margin: 0 0 10px;
    max-width: 260px;
  }
}
@media only screen and (max-width : 400px) {
  .disclosures-menu li {
    margin: 0 0 10px;
    padding: 0;
    display: block !important;
  }
  .disclosures-menu li::before {
    display: none;
  }
  .menu-toggle {
    right: 20px;
  }
  .header-logo {
    top: 5px;
  }
}