/*
Theme Name: Exodus Lending
Theme URI: https://exoduslending.org/
Description: Consolidated plain CSS build (no compiler)
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: exodus
*/

/* Previously compiled by gulp into main.css */

/* Slick Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 50px;
  line-height: 1;
  color: black;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: 25px;
}
.slick-prev:before {
  content: "";
}
[dir="rtl"] .slick-prev:before {
  content: ">";
}

.slick-next {
  right: 25px;
}
[dir="rtl"] .slick-next {
  left: 25px;
  right: auto;
}
.slick-next:before {
  content: ">";
}
[dir="rtl"] .slick-next:before {
  content: "";
}

/* Slick Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.content {
  display: block;
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: 100px;
  padding-bottom: 80px;
}
@media screen and (max-width: 550px) {
  .content {
    flex-direction: column;
    box-sizing: border-box;
    padding: 30px 20px;
  }
}

.page {
  margin-top: 110px;
}

.btn-row {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 40px;
  padding-bottom: 1.5em;
}
.btn-row a,
.btn-row button {
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 550px) {
  .btn-row {
    flex-direction: column;
    margin: 30px 0;
  }
  .btn-row a,
  .btn-row button {
    margin: 10px 0;
  }
}

.video-container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.video-wrapper,
.map {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-wrapper iframe,
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.timeline-wrapper,
.mfl-timeline {
  position: relative;
  padding: 25px 0 25px 0;
  height: auto;
}
.timeline-wrapper iframe,
.mfl-timeline iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.timeline-wrapper {
  background-size: contain;
  background-repeat: no-repeat;
  height: 725px;
  width: auto;
}
@media screen and (max-width: 600px) {
  .timeline-wrapper {
    height: 275px;
  }
}

body {
  font-family: "Poppins", sans-serif;
  color: #414042;
  margin: 0;
  padding: 0;
}

h1 {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  font-weight: 600;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 550px) {
  h1 {
    font-size: 28px;
  }
}

h2 {
  font-size: 32px;
  font-weight: 600;
  margin: 0 0 20px 0;
  line-height: 42px;
}
@media screen and (max-width: 550px) {
  h2 {
    font-size: 24px;
    line-height: 38px;
  }
}

h3 {
  font-weight: 600;
  font-size: 28px;
  margin: 0;
  line-height: 40px;
}
@media screen and (max-width: 550px) {
  h3 {
    font-size: 20px;
    line-height: 27px;
  }
}

h4 {
  font-weight: 400;
  font-size: 22px;
  margin: 0 0 22px 0;
  line-height: 34px;
}
@media screen and (max-width: 550px) {
  h4 {
    font-size: 16px;
    margin: 0 0 28px 0;
    line-height: 28px;
  }
}

h5 {
  font-weight: 400;
  font-size: 20px;
  margin: 0 0 20px 0;
  line-height: 30px;
}
@media screen and (max-width: 550px) {
  h5 {
    font-size: 16px;
    margin: 0 0 16px 0;
    line-height: 24px;
  }
}

h6 {
  font-weight: 500;
  font-size: 16px;
  margin: 0 0 16px 0;
  line-height: 20px;
}
@media screen and (max-width: 550px) {
  h6 {
    font-size: 14px;
    margin: 0 0 14px 0;
    line-height: 16px;
  }
}

p,
ul {
  font-size: 18px;
  margin: 0 0 10px 0;
  line-height: 26px;
  color: #414042;
  font-weight: 400;
}
@media screen and (max-width: 550px) {
  p,
  ul {
    font-size: 14px;
    margin: 0 0 8px 0;
    line-height: 20px;
  }
}
p.label,
ul.label {
  font-size: 14px;
  font-style: italic;
}

a {
  color: #00a08b;
  text-decoration: none;
  font-weight: 600;
}
a i {
  padding-left: 20px;
}

a:hover {
  color: #2e3192;
}

hr {
  width: 30px;
  position: absolute;
  border-top: solid 7px #414042;
  top: 60px;
  border-style: solid;
}
@media screen and (max-width: 550px) {
  hr {
    top: 16px;
    border-top: solid 5px #414042;
  }
}

header.header {
  position: fixed;
  width: 100%;
  background-color: white;
  z-index: 1000;
  padding-bottom: 30px;
  padding-top: 0;
  margin-top: -110px;
}

nav.nav,
nav.mfl-nav,
nav.issues-nav {
  display: block;
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: row;
  background-color: white;
  height: 50px;
  padding: 30px 0 0 0;
}
nav.issues-nav {
  justify-content: center;
}
nav.nav,
nav.mfl-nav {
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  nav.issues-nav {
    height: auto;
  }
}
nav.nav hr,
nav.mfl-nav hr,
nav.issues-nav hr {
  bottom: 20px;
  display: none;
  border: 2px solid #2e3192;
  top: inherit;
}
nav.nav li.current_page_item > hr,
nav.mfl-nav li.current_page_item > hr,
nav.issues-nav li.current_page_item > hr {
  display: inherit;
}
@media screen and (max-width: 900px) {
  nav.issues-nav li.current_page_item > hr {
    display: none;
  }
}
nav.nav a.logo,
nav.mfl-nav a.logo {
  display: block;
}
nav.nav img,
nav.mfl-nav img {
  height: 45px;
}
nav.mfl-nav ul {
  margin-top: 25px;
}
nav.nav ul,
nav.issues-nav ul {
  margin-top: 10px;
}
nav.nav ul,
nav.mfl-nav ul,
nav.issues-nav ul {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 900px) {
  nav.nav ul,
  nav.mfl-nav ul {
    display: none;
  }
}
nav.nav ul li,
nav.mfl-nav ul li,
nav.issues-nav ul li {
  margin-right: 25px;
  display: inline-block;
  list-style-type: none;
  position: relative;
}
nav.nav ul a,
nav.mfl-nav ul a,
nav.issues-nav ul a {
  color: #2e3192;
  font-size: 18px;
  font-weight: 600;
}
nav.nav ul a:hover,
nav.issues-nav a:hover {
  color: #00a08b;
}
nav.mfl-nav ul a:hover {
  color: #5fa42f;
}
nav.nav ul li:last-child {
  margin-right: 0;
  padding-top: 10px;
}
nav.nav ul li:last-child a {
  color: white;
  background-color: #00a08b;
  padding: 10px 15px;
  border-radius: 3px;
}
nav.nav ul li:last-child a:hover {
  background-color: #2e3192;
}
nav.nav ul li:nth-child(5) a {
  color: #00a08b;
}
nav.nav ul li:nth-child(5) a:hover {
  color: #2e3192;
}
nav.nav a.mobile-nav-icon,
nav.mfl-nav a.mobile-nav-icon {
  display: none;
  font-size: 36px;
  right: 20px;
  top: 0;
}
nav.mfl-nav a.mobile-nav-icon {
  padding-top: 25px;
  color: #5fa42f;
}
@media screen and (max-width: 900px) {
  nav.nav,
  nav.mfl-nav {
    display: none;
  }
  nav.nav a.logo {
    padding-left: 20px;
  }
  nav.nav a.mobile-nav-icon,
  nav.mfl-nav a.mobile-nav-icon {
    display: inline;
    position: absolute;
  }
  nav.nav:hover,
  nav.mfl-nav:hover {
    display: block;
    height: 100%;
  }
  nav.nav:hover ul,
  nav.mfl-nav:hover ul {
    display: block;
    margin-top: 30px;
  }
  nav.nav:hover li,
  nav.mfl-nav:hover li {
    display: block;
    margin-bottom: 10px;
  }
}

.top-bar-mfl {
  background-color: #f1f2f2;
  text-align: right;
  height: 35px;
}
.top-logo {
  height: 35px;
}
.top-bar-exodus {
  background-color: #2e3192;
  height: 35px;
  color: white;
  text-align: center;
  padding-top: 10px;
}

a.btn-med,
button.btn-med,
input[type="button"],
div.kimbiaDiv button.k_button.forward,
input#mc-embedded-subscribe {
  font-family: "Poppins", sans-serif;
  padding: 20px 30px !important;
  border-radius: 5px !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  border: none;
}

a.btn-default,
button.btn-default,
input[type="button"],
div.kimbiaDiv button.k_button.forward,
input#mc-embedded-subscribe {
  background-color: #00a08b !important;
  color: white !important;
}
a.btn-default:hover,
button.btn-default:hover,
input[type="button"]:hover,
div.kimbiaDiv button.k_button.forward:hover,
input#mc-embedded-subscribe:hover {
  background-color: #2e3192 !important;
}

a.btn-green,
button.btn-green {
  background-color: #5fa42f !important;
  color: white !important;
}
a.btn-green:hover,
button.btn-green:hover {
  background-color: #296500 !important;
}

a.btn-purple,
button.btn-purple {
  background-color: #2e3192 !important;
  color: white !important;
}
a.btn-purple:hover,
button.btn-purple:hover {
  background-color: #3a3db6 !important;
}

a.btn-white,
button.btn-white {
  background-color: white;
  color: #00a08b;
}
a.btn-white:hover,
button.btn-white:hover {
  color: #2e3192;
}

a.btn-white-underline,
button.btn-white-underline {
  font-size: 20px;
  font-weight: 500;
  border-bottom: 4px solid white;
  color: white;
  text-decoration: none;
  margin-top: 10px;
  margin-bottom: 15px;
}
a.btn-white-underline:hover,
button.btn-white-underline:hover {
  color: #70c8bc;
  border-bottom: 4px solid #70c8bc;
}

a.btn-default-underline,
button.btn-default-underline {
  font-size: 20px;
  font-weight: 500;
  border-bottom: 4px solid #00a08b;
  color: #00a08b;
  text-decoration: none;
  margin-top: 10px;
  margin-bottom: 15px;
}
a.btn-default-underline:hover,
button.btn-default-underline:hover {
  color: #70c8bc;
  border-bottom: 4px solid #70c8bc;
}

a.mfl-card-link-text {
  color: #2e3192;
  font-size: large;
}
a.mfl-card-link-text:hover {
  color: #5fa42f;
}

footer.footer .content {
  padding: 0;
}
@media screen and (max-width: 550px) {
  footer.footer .content {
    padding: 0 30px;
  }
}

footer.footer .text {
  padding: 60px 120px 0 120px;
}
@media screen and (max-width: 550px) {
  footer.footer .text {
    padding: 30px 0 0 0;
  }
}

footer.footer .bottom-footer {
  background-color: #2e3192;
  text-align: center;
  padding: 60px 0;
}
footer.footer .bottom-footer a {
  color: white;
  text-decoration: underline;
}
footer.footer .bottom-footer a:hover {
  color: #70c8bc;
}
footer.footer .bottom-footer ul {
  margin-bottom: 30px;
}
footer.footer .bottom-footer .svg-inline--fa {
  margin: 0 10px;
}
footer.footer .bottom-footer li {
  display: inline-block;
  list-style-type: none;
  margin: 0 20px;
  text-decoration: underline;
}
footer.footer .bottom-footer p {
  color: white;
}

.top-footer {
  background-repeat: no-repeat;
  background-position: bottom;
  height: 100%;
}

.top-footer .text {
  padding: 60px 120px 0 120px;
}
@media screen and (max-width: 550px) {
  .top-footer .text {
    padding: 30px 0 0 0;
  }
}

section.you-can-help .content {
  background-color: #f1f2f2;
  border-top: 7px solid #70c8bc;
  margin-top: 60px;
  text-align: center;
  height: 100%;
}

section.get-help {
  margin: 60px 0 120px 0;
}
@media screen and (max-width: 550px) {
  section.get-help {
    margin: 0;
  }
}
section.get-help .content {
  background-color: #2e3192;
  text-align: center;
  height: 100%;
}
section.get-help .text {
  color: white;
}

.accordion {
  padding: 0;
}
.accordion ul {
  margin: 0;
  padding: 0;
}
.accordion li {
  border-bottom: 7px solid #f1f2f2;
  list-style: none;
  position: relative;
}
.accordion li > a {
  color: #414042;
  display: block;
  padding: 30px;
  text-decoration: none;
}
.accordion li:last-child {
  border: 0;
}
.accordion li:focus,
.accordion li:hover {
  background-color: #f1f2f2;
}
.accordion li .svg-inline--fa {
  position: absolute;
  right: 30px;
  font-size: 30px;
  top: 30px;
  color: #00a08b;
}
.accordion .accordion-content {
  display: none;
  padding: 30px;
}
.accordion .is-expanded {
  display: block;
  padding-bottom: 0;
}
.accordion .is-expanded > a {
  color: #00a08b;
  font-size: 32px;
  margin: 0 0 20px 0;
  line-height: 42px;
}

input,
textarea {
  padding: 10px;
  font-size: 14px;
  border: #c0bfc1 1px solid;
  width: 100%;
}

label {
  font-weight: 400;
  display: block;
}

.nf-field-label label {
  font-weight: 400 !important;
}

select {
  height: 20px;
}

.nf-form-title {
  display: none;
}

.nf-form-fields-required,
.indicates-required {
  text-align: left;
  font-style: italic;
  margin: 30px 0;
}

.nf-field-container {
  margin-bottom: 30px !important;
}

.label-above .nf-field-label {
  margin-bottom: 5px !important;
}

.nf-after-field .nf-error-msg {
  text-align: left;
  font-style: italic;
}

span.asterisk {
  color: red;
}

.slick-dots li.slick-active button:before {
  color: #70c8bc;
}

.slick-dots li button:before {
  font-size: 45px;
  color: white;
}

section.main {
  display: inline-block;
  max-width: 840px;
  margin-right: 140px;
  float: left;
  width: 100%;
}
section.main h1.title {
  margin-bottom: 20px;
}

section.sidebar {
  display: inline-block;
  max-width: 300px;
  float: right;
  width: 100%;
}

body.single-post section.hero {
  background: #f1f2f2;
  padding: 60px 0;
}
body.single-post section.hero h1 {
  color: #2e3192;
  text-align: center;
}
@media screen and (max-width: 550px) {
  body.single-post section.hero {
    padding: 0;
  }
}

body.single-post section.article {
  padding: 60px 0;
}
body.single-post section.article p {
  font-size: 22px;
  line-height: 34px;
}

body.page-id-212 .hero h1,
body.page-id-212 .hero h4,
body.page-id-205 .hero h1,
body.page-id-205 .hero h4,
body.page-id-181 .hero h1,
body.page-id-181 .hero h4,
body.page-id-249 .hero h1,
body.page-id-249 .hero h4,
body.page-id-1174 .hero h1,
body.page-id-1174 .hero h4 {
  color: #2e3192;
}

body.page-id-212 .hero h4,
body.page-id-205 .hero h4,
body.page-id-181 .hero h4,
body.page-id-249 .hero h4,
body.page-id-1174 .hero h4 {
  margin-bottom: 0;
}

body.page-id-212 .content-form,
body.page-id-205 .content-form,
body.page-id-181 .content-form,
body.page-id-249 .content-form,
body.page-id-1174 .content-form {
  display: block;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-color: white;
  border-top: 7px solid #2e3192;
  padding: 30px;
}

body.page-id-212 input,
body.page-id-212 textarea,
body.page-id-205 input,
body.page-id-205 textarea,
body.page-id-181 input,
body.page-id-181 textarea,
body.page-id-249 input,
body.page-id-249 textarea,
body.page-id-1174 input,
body.page-id-1174 textarea {
  max-width: 800px;
  margin-bottom: 30px;
}

body.page-id-212 label,
body.page-id-205 label,
body.page-id-181 label,
body.page-id-249 label,
body.page-id-1174 label {
  margin-bottom: 10px;
}

div.kimbiaDiv .eventDescription {
  display: none !important;
}

div.kimbiaDiv label.groupLabel.section {
  margin: 0 !important;
}

input#mc-embedded-subscribe {
  width: inherit;
}

.checkbox input,
.checkbox label {
  display: inline;
}

.checkbox input {
  width: 20px;
}

body.home section.text-with-image {
  background-color: #f1f2f2;
}
body.home section.text-with-image .content {
  display: flex;
  padding-top: 0;
}
body.home section.text-with-image .image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}
@media screen and (max-width: 550px) {
  body.home section.text-with-image .image {
    height: 320px;
  }
}
body.home section.text-with-image .text {
  background-color: white;
  padding: 60px;
}

body.home section.video .text {
  width: 50%;
}
@media screen and (max-width: 550px) {
  body.home section.video .text {
    width: 100%;
  }
}

body.home section.video .video-container {
  margin-top: 60px;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

body.home section.news {
  padding: 60px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
body.home section.news .article {
  display: flex;
  margin-top: 30px;
  background-color: white;
}
@media screen and (max-width: 550px) {
  body.home section.news .article {
    flex-direction: column;
  }
}
body.home section.news .image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 66%;
}
@media screen and (max-width: 550px) {
  body.home section.news .image {
    width: 100%;
    height: 300px;
  }
}
body.home section.news .text {
  margin: 60px;
}

body.page-id-73 section.hero {
  background-color: #2e3192;
  background-position: bottom;
  background-size: contain;
}

body.page-id-73 section.board .members {
  display: flex;
  flex-wrap: wrap;
}

body.page-id-73 section.board .board-member {
  border: 4px solid #70c8bc;
  width: 412px;
  padding: 30px;
  margin: 30px;
}

body.page-id-123 .content {
  padding: 0;
}

body.page-id-123 section.main-content {
  background-color: #2e3192;
  background-repeat: no-repeat;
  background-position: bottom;
}
body.page-id-123 section.main-content h1 {
  color: white;
  text-align: center;
  margin-bottom: 60px;
}
body.page-id-123 section.main-content .text-box {
  background-color: white;
  padding: 30px;
  border-top: 7px solid #70c8bc;
  margin-bottom: 30px;
  text-align: center;
}

body.page-id-123 section.location {
  margin: 60px 0;
}

body.page-id-123 .columns {
  display: flex;
}
@media screen and (max-width: 550px) {
  body.page-id-123 .columns {
    flex-direction: column;
  }
}

body.page-id-123 .column {
  width: calc(50% - 60px);
}
body.page-id-123 .column:first-child {
  margin-right: 20px;
}
body.page-id-123 .column:last-child {
  margin-left: 20px;
}
@media screen and (max-width: 550px) {
  body.page-id-123 .column {
    width: 100%;
    margin: 20px 0;
  }
  body.page-id-123 .column:first-child,
  body.page-id-123 .column:last-child {
    margin: 0;
  }
}

body.page-id-123 .image {
  height: 450px;
  width: 600px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 550px) {
  body.page-id-123 .image {
    width: 100%;
    height: 350px;
  }
}

body.page-id-149 section.main-content {
  background-color: #70c8bc;
  background-repeat: no-repeat;
  background-position: bottom;
}
body.page-id-149 section.main-content h1 {
  text-align: center;
  color: #2e3192;
  margin-bottom: 60px;
}
body.page-id-149 section.main-content .text-box {
  background-color: white;
  padding-top: 30px;
  padding-bottom: 60px;
  border-top: 7px solid #2e3192;
  margin-bottom: 30px;
  text-align: center;
}
body.page-id-149 section.main-content .text-box p {
  padding: 0 30px 30px 30px;
}
body.page-id-149 section.main-content .columns {
  display: flex;
}
@media screen and (max-width: 550px) {
  body.page-id-149 section.main-content .columns {
    flex-direction: column;
  }
}
body.page-id-149 section.main-content .column {
  width: calc(50% - 30px);
}
body.page-id-149 section.main-content .column:first-child {
  margin-right: 20px;
}
body.page-id-149 section.main-content .column:last-child {
  margin-left: 20px;
}
@media screen and (max-width: 550px) {
  body.page-id-149 section.main-content .column {
    width: 100%;
  }
  body.page-id-149 section.main-content .column:first-child,
  body.page-id-149 section.main-content .column:last-child {
    margin: 20px 0;
  }
}

body.page-id-149 section.three-icons {
  margin-bottom: 0;
}
body.page-id-149 section.three-icons .content {
  border-bottom: none;
}

body.page-id-149 section.program .content {
  padding-top: 0;
  border: 7px solid #f1f2f2;
  padding-bottom: 0;
}

body.blog section.hero,
body.archive section.hero {
  padding: 60px 0;
  text-align: center;
}
body.blog section.hero h1,
body.archive section.hero h1 {
  color: #2e3192;
  margin-bottom: 60px;
}

body.blog section.posts,
body.archive section.posts {
  background-color: #f1f2f2;
  padding: 30px 0;
}
body.blog section.posts ul.menu,
body.archive section.posts ul.menu {
  list-style-type: none;
  padding: 0;
  display: flex;
  justify-content: center;
}
body.blog section.posts ul.menu li,
body.archive section.posts ul.menu li {
  display: inline;
}
body.blog section.posts ul.menu hr,
body.archive section.posts ul.menu hr {
  display: none;
}
body.blog section.posts ul.menu a,
body.archive section.posts ul.menu a {
  color: white;
  background-color: #00a08b;
  padding: 10px 15px;
  border-radius: 3px;
  margin: 10px;
  display: inline-block;
}
body.blog section.posts .articles,
body.archive section.posts .articles {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
}

body.blog article.tease,
body.archive article.tease {
  max-width: 500px;
  background-color: white;
  border: 7px solid #00a08b;
  margin-right: 60px;
  padding: 30px;
  margin-bottom: 30px;
}
body.blog article.tease h2 > a,
body.archive article.tease h2 > a {
  color: #414042;
}
@media screen and (max-width: 550px) {
  body.blog article.tease,
  body.archive article.tease {
    padding: 20px;
  }
}

body.blog ul.pagination,
body.archive ul.pagination {
  list-style-type: none;
  padding: 30px 0;
}
body.blog ul.pagination li,
body.archive ul.pagination li {
  display: inline-block;
}

body.page-id-183 section.hero {
  background-color: #70c8bc;
  padding-top: 30px;
}
body.page-id-183 section.hero .content {
  background-color: white;
  margin-top: 30px;
  border-top: 7px solid #2e3192;
}

body.page-id-251 .main-content {
  padding-bottom: 0;
}

body.error404 h1 {
  padding: 30px 0;
  text-align: center;
  color: #2e3192;
}

.mfl-card {
  background-color: white;
  border-top: 7px solid #84c656;
  margin: 10px;
  padding: 35px;
}

.mfl-card-row {
  display: grid;
  grid-template-columns: 35% auto;
}
@media screen and (max-width: 550px) {
  .mfl-card-row {
    display: block;
    grid-template-columns: 100%;
    padding: 0px;
  }
}
.mfl-card-column:first-child {
  padding-top: 25px;
  padding-left: 45px;
}
.mfl-card-column:last-child {
  padding-right: 45px;
}

.mfl-card-link {
  color: #2e3192;
  cursor: pointer;
  display: inline-block;
  padding: 10px 0 5px 0;
  position: relative;
  transition: all 0.5s;
}
.mfl-card-link:after {
  position: absolute;
  opacity: 0;
  top: 14px;
  right: -20px;
  transition: 0.5s;
}
.mfl-card-link:hover {
  color: #5fa42f;
  padding-right: 24px;
  padding-left: 8px;
}
.mfl-card-link:hover:after {
  opacity: 1;
  right: 10px;
}

.mfl-card-icon {
  font-size: 75px;
  color: #2e3192;
  padding-top: 25px;
}

section.three-icons {
  margin-bottom: 60px;
}
section.three-icons .content {
  padding: 0;
  border-top: 7px solid #2e3192;
  border-right: 7px solid #f1f2f2;
  border-bottom: 7px solid #f1f2f2;
  border-left: 7px solid #f1f2f2;
}
section.three-icons .content .row {
  padding: 60px 30px 0 30px;
  display: flex;
}
@media screen and (max-width: 550px) {
  section.three-icons .content .row {
    flex-direction: column;
  }
}
section.three-icons .content .column {
  width: 33.33333%;
  text-align: center;
  margin: 0 30px;
}
@media screen and (max-width: 550px) {
  section.three-icons .content .column {
    width: 100%;
    margin: 0;
  }
}
section.three-icons .content img {
  height: 65px;
  margin-bottom: 20px;
}

section.image-with-text-basic .content {
  display: flex;
  justify-content: space-between;
}

section.image-with-text-basic .text {
  width: 33%;
}
@media screen and (max-width: 550px) {
  section.image-with-text-basic .text {
    width: 100%;
  }
}

section.image-with-text-basic .image {
  width: 33%;
}
@media screen and (max-width: 550px) {
  section.image-with-text-basic .image {
    width: 100%;
  }
}

section.image-with-text-basic img {
  width: 100%;
}

section.partners {
  background-color: #f1f2f2;
}
section.partners .partners {
  display: flex;
  flex-wrap: wrap;
}
section.partners h5 {
  font-weight: 400;
  color: #00a08b;
}

section.hero {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
section.hero .content {
  padding: 60px 0;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 550px) {
  section.hero .content {
    padding: 20px;
  }
}
section.hero .video-container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
section.hero .video-wrapper {
  border-top: 7px solid white;
}
section.hero .hero-details {
  display: flex;
}
@media screen and (max-width: 550px) {
  section.hero .hero-details {
    flex-direction: column;
  }
}
section.hero .detail {
  background-color: white;
  width: 50%;
  margin: 30px;
  padding: 30px;
  text-align: center;
}
@media screen and (max-width: 550px) {
  section.hero .detail {
    width: inherit;
    margin: 10px 0;
    padding: 30px;
  }
}
section.hero h1 {
  color: white;
  margin-bottom: 60px;
}
section.hero a {
  margin-left: 15px;
  margin-right: 15px;
}
section.hero h1,
section.hero h4 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
section.hero h4 {
  margin-bottom: 30px;
}

section.full-width-hero .content {
  color: white;
  background-color: #2e3192;
}

@media screen and (max-width: 550px) {
  section.full-width-hero h3 {
    padding-top: 20px;
  }
  section.full-width-hero p {
    padding: 20px;
  }
}

section.resources .columns {
  display: flex;
}
@media screen and (max-width: 550px) {
  section.resources .columns {
    flex-direction: column;
  }
}

section.resources .column {
  width: 55%;
  padding-right: 60px;
}
@media screen and (max-width: 550px) {
  section.resources .column {
    width: 100%;
    padding: 0;
  }
}

section.resources a {
  display: block;
  margin-top: 30px;
}

section.main-content {
  padding: 60px 0;
  background-color: #f1f2f2;
}
section.main-content h1,
section.main-content h4 {
  color: #2e3192;
  text-align: center;
}
section.main-content .content {
  margin-bottom: 0;
}

section.facts {
  background-color: #2e3192;
}
section.facts hr {
  border-color: white;
}
section.facts h2 {
  color: white;
}
@media screen and (max-width: 550px) {
  section.facts p {
    font-size: 16px;
  }
}
section.facts .row {
  display: flex;
}
@media screen and (max-width: 550px) {
  section.facts .row {
    flex-direction: column;
  }
}
section.facts .column {
  width: 33.33333%;
  text-align: center;
  margin: 0 30px;
  padding: 30px 0;
  background-color: white;
  border-top: 7px solid #70c8bc;
}
@media screen and (max-width: 550px) {
  section.facts .column {
    width: 100%;
    margin: 10px 0;
  }
}
section.facts .column:first-child {
  margin-left: 0;
}
section.facts .column:last-child {
  margin-right: 0;
}
section.facts h1 {
  color: #70c8bc;
}

section.staff {
  background-color: #f1f2f2;
  background-repeat: no-repeat;
  background-position: bottom;
}
section.staff .staff-member {
  background-color: white;
  display: flex;
  margin-bottom: 30px;
  min-height: 300px;
}
@media screen and (max-width: 550px) {
  section.staff .staff-member {
    flex-direction: column;
  }
}
section.staff .image {
  background-size: cover;
  width: 400px;
}
@media screen and (max-width: 550px) {
  section.staff .image {
    width: 100%;
    height: 350px;
  }
}
section.staff .text {
  flex: 1;
  padding: 30px;
}
@media screen and (max-width: 550px) {
  section.staff .text {
    padding: 20px;
  }
}
section.staff a {
  position: absolute;
  right: 30px;
}
section.staff a svg {
  width: 35px;
  font-size: 30px;
}
section.staff p {
  padding-right: 30px;
}

section.testimonials {
  background-color: #2e3192;
  padding-bottom: 60px;
}
@media screen and (max-width: 550px) {
  section.testimonials {
    padding: 20px;
  }
}
section.testimonials .content {
  border: 7px solid white;
  padding: 30px 0;
}
section.testimonials img {
  width: 55px;
  padding: 30px 30px 0 30px;
}
section.testimonials h1 {
  color: white;
  padding: 0 60px 30px 100px;
  text-align: left;
}
@media screen and (max-width: 550px) {
  section.testimonials h1 {
    padding: 30px;
    font-size: 24px;
    line-height: 30px;
  }
}

section.text-with-image-card {
  background-color: #f1f2f2;
}
section.text-with-image-card .content {
  display: flex;
  padding-top: 0;
}
section.text-with-image-card .image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}
@media screen and (max-width: 550px) {
  section.text-with-image-card .image {
    height: 320px;
  }
}
section.text-with-image-card .text {
  background-color: white;
  padding: 60px;
}
@media screen and (max-width: 550px) {
  section.text-with-image-card .text {
    padding: 20px;
  }
}

section.text-with-facts {
  background-color: #f1f2f2;
}
section.text-with-facts .content {
  display: flex;
}
section.text-with-facts .column-a {
  padding-right: 60px;
  width: 45%;
}
@media screen and (max-width: 550px) {
  section.text-with-facts .column-a {
    width: 100%;
    padding-right: 0;
  }
}
section.text-with-facts .column-a a {
  color: #00a08b;
}
section.text-with-facts .column-b {
  padding-left: 60px;
  width: 45%;
}
@media screen and (max-width: 550px) {
  section.text-with-facts .column-b {
    width: 100%;
    padding: 0;
  }
}
section.text-with-facts .column-b .text {
  padding: 20px;
  text-align: center;
  background-color: white;
  margin-bottom: 30px;
}
section.text-with-facts .column-b h1 {
  color: #70c8bc;
}

section.sub-page .hero h1,
section.sub-page .hero h4 {
  color: #2e3192;
}

section.sub-page .hero h4 {
  margin-bottom: 0;
}

section.sub-page .centered-content {
  display: block;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-color: white;
  border-top: 7px solid #2e3192;
  padding: 30px;
}

section.full-width-content .module-content img {
  width: 100%;
  height: auto;
}

section.three-column-text-with-image .row {
  display: flex;
}
@media screen and (max-width: 550px) {
  section.three-column-text-with-image .row {
    flex-direction: column;
  }
}

section.three-column-text-with-image .column {
  width: 33.33333%;
  text-align: center;
  margin: 0 30px;
  background-color: #f1f2f2;
  border-top: 7px solid #70c8bc;
}
@media screen and (max-width: 550px) {
  section.three-column-text-with-image .column {
    width: 100%;
    margin: 10px 0;
  }
}

section.three-column-text-with-image .column:first-child {
  margin-left: 0;
}

section.three-column-text-with-image .column:last-child {
  margin-right: 0;
}

section.three-column-text-with-image .image {
  height: 300px;
  background-size: cover;
  background-position: center, center;
}

section.three-column-text-with-image .text {
  margin: 20px;
}

section.three-column-text-with-image h3 {
  text-align: left;
  margin-top: 20px;
}

section.three-column-text-with-image p {
  text-align: left;
}

section.three-column-text-with-image a.btn-default {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
}

section.fundraiser .columns {
  display: flex;
}
@media screen and (max-width: 550px) {
  section.fundraiser .columns {
    flex-direction: column;
  }
}

section.fundraiser .column {
  width: 55%;
  padding-right: 60px;
}
@media screen and (max-width: 550px) {
  section.fundraiser .column {
    width: 100%;
    padding: 0;
  }
}

section.fundraiser #countdown-wrap {
  width: 100%;
  height: 300px;
  padding: 20px;
  max-width: 650px;
}

section.fundraiser #goal {
  font-size: 48px;
  text-align: right;
}
@media only screen and (max-width: 640px) {
  section.fundraiser #goal {
    text-align: center;
  }
}

section.fundraiser #glass {
  width: 100%;
  height: 20px;
  background: #f1f2f2;
  border-radius: 10px;
  float: left;
  overflow: hidden;
}

section.fundraiser #progress {
  float: left;
  height: 20px;
  background: #2e3192;
  z-index: 333;
}

section.fundraiser .goal-stat {
  width: 25%;
  padding: 10px;
  float: left;
  margin: 0;
}
@media only screen and (max-width: 640px) {
  section.fundraiser .goal-stat {
    width: 50%;
    text-align: center;
  }
}

section.fundraiser .goal-number,
section.fundraiser .goal-label {
  display: block;
}

section.fundraiser .goal-number {
  font-weight: bold;
}

.sticky-footer {
  height: auto;
  padding: 20px;
  max-width: 1200px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #414042;
  position: fixed;
  bottom: 0;
  z-index: 1000;
}
.sticky-footer .svg-inline--fa {
  position: absolute;
  right: 0;
  color: white;
  top: -20px;
  margin-top: 10px;
  font-size: 25px;
}
.sticky-footer .content {
  padding-top: 20px;
}
.sticky-footer h4 {
  color: white;
  margin-bottom: 30px;
  text-align: center;
}
.sticky-footer a.btn-med {
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
  display: inline-block;
}

section.two-column-content {
  margin: 60px 0;
}
section.two-column-content .columns {
  display: flex;
}
@media screen and (max-width: 550px) {
  section.two-column-content .columns {
    flex-direction: column;
  }
}
section.two-column-content .column {
  width: calc(50% - 60px);
}
section.two-column-content .column:first-child {
  margin-right: 20px;
}
section.two-column-content .column:last-child {
  margin-left: 20px;
}
@media screen and (max-width: 550px) {
  section.two-column-content .column {
    width: 100%;
    margin: 20px 0;
  }
  section.two-column-content .column:first-child,
  section.two-column-content .column:last-child {
    margin: 0;
  }
}

section.two-column-form-hero {
  background-color: #2e3192;
  background-repeat: no-repeat;
  background-position: bottom;
}
section.two-column-form-hero .columns {
  display: flex;
}
@media screen and (max-width: 550px) {
  section.two-column-form-hero .columns {
    flex-direction: column;
  }
}
section.two-column-form-hero h1 {
  color: white;
  text-align: center;
  margin-bottom: 60px;
}
section.two-column-form-hero .text-box {
  background-color: white;
  padding: 30px;
  border-top: 7px solid #70c8bc;
  margin-bottom: 30px;
  text-align: center;
}
section.two-column-form-hero .column {
  width: calc(50% - 60px);
}
section.two-column-form-hero .column:first-child {
  margin-right: 20px;
}
section.two-column-form-hero .column:last-child {
  margin-left: 20px;
}
@media screen and (max-width: 550px) {
  section.two-column-form-hero .column {
    width: 100%;
    margin: 20px 0;
  }
  section.two-column-form-hero .column:first-child,
  section.two-column-form-hero .column:last-child {
    margin: 0;
  }
}

section.mfl-three-column-facts .content {
  display: flex;
  padding: 60px 60px 0 60px;
  justify-content: space-between;
}
@media screen and (max-width: 550px) {
  section.mfl-three-column-facts .content {
    padding: 0;
  }
}
section.mfl-text-with-facts .mfl-row {
  display: flex;
}
@media screen and (max-width: 550px) {
  section.mfl-text-with-facts .mfl-row {
    display: block;
  }
}
section.mfl-text-with-facts .column-a {
  width: 66.6%;
}
@media screen and (max-width: 900px) {
  section.mfl-text-with-facts .column-a {
    width: 100%;
    padding-right: 0;
  }
}
section.mfl-text-with-facts .column-b {
  padding-left: 30px;
  width: 35%;
}
@media screen and (max-width: 900px) {
  section.mfl-text-with-facts .column-b {
    width: 100%;
    padding: 0;
  }
}
section.mfl-text-with-facts .column-b .text {
  padding: 30px 50px 40px 50px;
  text-align: left;
  background-color: #f1f2f2;
  border-top: 7px solid #84c656;
  margin-bottom: 30px;
}

section.mfl-three-column-facts {
  background-color: #f1f2f2;
}
section.mfl-three-column-facts .mfl-card-row {
  grid-template-columns: 33.33% 33.34% 33.33%;
}
@media screen and (max-width: 550px) {
  section.mfl-three-column-facts .mfl-card-row {
    display: block;
  }
}
section.mfl-three-column-facts .mfl-card-numb {
  color: #84c656;
  font-weight: 100;
  font-size: 75px;
}
section.mfl-three-column-facts .mfl-card-title {
  color: #2e3192;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 15px;
}

section.home-page-carousel .content {
  margin-bottom: 0px;
}
section.home-page-carousel .mfl-card-row {
  grid-template-columns: 50% 50%;
  padding: 0 75px 0 75px;
}
@media screen and (max-width: 550px) {
  section.home-page-carousel .mfl-card-row {
    padding: 0 75px 0 0;
  }
}
section.home-page-carousel .mlf-logo {
  width: 150px;
  padding-left: 30px;
}
section.home-page-carousel .mlf-card-image {
  object-fit: cover;
  width: 50px;
  height: 100px;
}
section.home-page-carousel .carousel-slide1 {
  padding: 60px 0 60px 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: white;
}
section.home-page-carousel .carousel-slide2 {
  background-color: #2e3192;
  padding: 60px 0 60px 0;
}
section.home-page-carousel .carousel-slide3 {
  background-color: #f1f2f2;
  padding: 30px 0 30px 0;
}
section.home-page-carousel .mfl-hero-box {
  background-color: white;
  border-top: 7px solid #2e3192;
  padding: 60px;
}
section.home-page-carousel .slick-dots {
  text-align: left;
  padding: 0 0 50px 45px;
}

section.home-page-carousel .slick-dots li.slick-active button:before {
  color: black;
}

section.home-page-carousel .slick-dots li button:before {
  font-size: 45px;
  color: black;
}

section.mfl-full-width-hero {
  background-color: #77c044;
}

section.mfl-full-width-hero .row {
  display: flex;
  padding: 50px 0 40px 0;
}
@media screen and (max-width: 550px) {
  section.mfl-full-width-hero .row {
    flex-direction: column;
  }
}

section.mfl-full-width-hero .column:first-child {
  margin-left: 150px;
}
@media screen and (max-width: 550px) {
  section.mfl-full-width-hero .column:first-child {
    margin: 0px;
    width: 100%;
  }
}

section.mfl-full-width-hero .column:last-child {
  margin-right: 70px;
}
@media screen and (max-width: 550px) {
  section.mfl-full-width-hero .column:last-child {
    margin: 0px;
    width: 100%;
  }
}

section.mfl-full-width-hero .mfl-hero-headline {
  width: 67%;
  text-align: left;
  margin: 0px;
}
@media screen and (max-width: 550px) {
  section.mfl-full-width-hero .mfl-hero-headline {
    width: 100%;
    margin: 10px 0;
  }
}

section.mfl-full-width-hero .mfl-hero-subhead {
  text-align: left;
  margin: 0px;
}
@media screen and (max-width: 550px) {
  section.mfl-full-width-hero .mfl-hero-subhead {
    width: 100%;
    margin: 10px 0;
  }
}

section.mfl-full-width-hero .mfl-headline-text {
  color: #2e3192;
  font-size: 75px;
  font-weight: 650;
}
@media screen and (max-width: 550px) {
  section.mfl-full-width-hero .mfl-headline-text {
    font-size: 55px;
    text-align: center;
  }
}

section.mfl-full-width-hero .mfl-hero-subtitle-text {
  font-size: 30px;
  font-weight: 600;
  padding-left: 20px;
}

section.mfl-full-width-hero .btn-row {
  justify-content: flex-start;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 15px;
}

section.mfl-full-width-hero a.btn-med {
  padding: 20px 30px;
}

section.mfl-two-column-form-hero {
  background-position: center;
  background-size: auto 100%;
}

section.mfl-partners {
  background-color: #f1f2f2;
}

section.mfl-partners .mfl-partner-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 1fr);
  height: 800px;
  background-color: white;
  border-radius: 25px;
}
@media screen and (max-width: 550px) {
  section.mfl-partners .mfl-partner-row {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(8, 1fr);
  }
}

section.mfl-partners .mfl-partner-row:first-child {
  padding-top: 50px;
}

section.mfl-partners .mfl-partner-row:last-child {
  padding-bottom: 50px;
}

section.mfl-partners .partner-card {
  background-size: 250px 175px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 25px;
}
@media screen and (max-width: 550px) {
  section.mfl-partners .partner-card {
    background-size: 130px 91px;
  }
}

section.mfl-partners .partner-card:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

section.mfl-map.column {
  width: calc(50% - 60px);
}
section.mfl-map .column:first-child {
  margin-right: 20px;
  padding-top: 20px;
}
section.mfl-map .column:last-child {
  margin-right: 0px;
}
@media screen and (max-width: 550px) {
  .column {
    width: 100%;
    margin: 20px 0;
  }
  section.mfl-map .column:first-child,
  section.mfl-map .column:last-child {
    margin: 0;
  }
}
section.mfl-map .column-a {
  width: 66.6%;
  font-size: 16px;
  padding-top: 20px;
}
@media screen and (max-width: 550px) {
  section.mfl-map .column-a {
    width: 100%;
    padding-right: 0;
  }
}
section.mfl-map .column-b {
  padding-left: 30px;
}
@media screen and (max-width: 550px) {
  section.mfl-map .column-b {
    width: 100%;
    padding: 0;
  }
}

/* Previously in the Customizer */

body.page-id-251 .hero h1,
body.page-id-251 .hero h4 {
  color: #2e3192;
}

body.page-id-251 .main-content {
  padding: 0;
}

body.page-id-251 .main-content .btn-row {
  padding-top: 1.5em;
}

section.three-icons .content .column:only-child {
  margin: 0 auto;
}

section.three-icons .content.without-box {
  border: none;
}

section.three-icons .content.without-box .row {
  padding-top: 0;
}

section.three-icons .content.without-box .btn-row {
  padding-bottom: 0;
}

hr.ninja-forms-field {
  display: none;
}
