@charset "UTF-8";
html {
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

a {
  text-decoration: none;
  color: inherit;
}

img {
  height: auto;
  max-width: 100%;
}

img[src$=".svg"] {
  width: 100%;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

input[type=text], input[type=email], input[type=submit], textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*==============================================================*/
/*==============================================================*/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.grid {
  display: flex;
  flex-wrap: wrap;
}
.grid.flex-end {
  justify-content: flex-end;
}
.grid.flex-start {
  justify-content: flex-start;
}
.grid.flex-center {
  justify-content: center;
}
.grid .w-50 {
  width: 100%;
}
@media (min-width: 900px) {
  .grid .w-50 {
    width: 50%;
  }
}
.grid .w-33 {
  width: 100%;
}
@media (min-width: 900px) {
  .grid .w-33 {
    width: 33.3333333%;
  }
}
.grid .w-25 {
  width: 100%;
}
@media (min-width: 768px) {
  .grid .w-25 {
    width: 50%;
  }
}
@media (min-width: 1100px) {
  .grid .w-25 {
    width: 25%;
  }
}

body, html {
  font-size: 18px;
  width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-family: myriad-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #2b2b41;
}
@media (min-width: 768px) {
  body, html {
    font-size: 20px;
  }
}

main {
  margin-top: 60px;
}
@media (min-width: 900px) {
  main {
    margin-top: 0;
  }
}

@media (max-width: 900px) {
  .mobile-full {
    width: 100% !important;
  }
}

.desktop {
  display: none !important;
}
@media (min-width: 900px) {
  .desktop {
    display: block !important;
  }
}

.mobile {
  display: block !important;
}
@media (min-width: 900px) {
  .mobile {
    display: none !important;
  }
}

.wrap1400 {
  margin: 0 auto;
  width: 94%;
  max-width: 1400px;
}

.wrap1100 {
  margin: 0 auto;
  width: 94%;
  max-width: 1100px;
}

.wrap1200 {
  margin: 0 auto;
  width: 94%;
  max-width: 1200px;
}

.wrap1000 {
  margin: 0 auto;
  width: 94%;
  max-width: 1000px;
}

.wrap936 {
  margin: 0 auto;
  width: 94%;
  max-width: 936px;
}

.wrap900 {
  margin: 0 auto;
  width: 94%;
  max-width: 900px;
}

.text-center {
  text-align: center;
}

.unstyled-list {
  margin: 0 !important;
}
.unstyled-list li {
  margin-bottom: 0;
  padding-left: 0 !important;
  line-height: normal !important;
}
.unstyled-list li::before {
  display: none;
}

p {
  line-height: 1.6;
  margin: 0 0 30px;
  font-family: myriad-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
}
p.addmargin {
  margin-bottom: 50px;
}

p.large {
  margin: 0 0 30px;
  color: #669eed;
  font-size: 20px;
  line-height: 1.3;
  font-family: myriad-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media (min-width: 900px) {
  p.large {
    font-size: 22px;
  }
}
@media (min-width: 1024px) {
  p.large {
    font-size: 27px;
  }
}

.button {
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  background: #239c47;
  color: #ffffff;
  font-size: 14px;
  padding: 12px 40px;
  border-radius: 999em;
  min-width: 200px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  text-decoration: none;
  text-shadow: none !important;
}
@media (min-width: 900px) {
  .button {
    font-size: 16px;
  }
}
.button:hover {
  background: #85bbff;
}
.button.secondary {
  background: #ffffff;
  color: #272873;
}
.button.secondary:hover {
  background: #272873;
  color: #ffffff;
}

a {
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
a:focus {
  outline: 1px dashed #85bbff;
  outline-offset: -1px;
}

hr {
  width: 180px;
  margin: 20px 0;
  border: none;
  height: 2px;
  background: #239c47;
}

h2 {
  font-size: 27px;
  font-family: myriad-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #272873;
  line-height: 1.2;
  position: relative;
  margin-bottom: 10px;
  font-size: 36px;
}
@media (min-width: 1024px) {
  h2 {
    font-size: 45px;
  }
}
h2:after {
  display: block;
  content: "";
  margin: 20px auto;
  padding: 0;
  width: 150px;
  height: 2px;
  background: #d5d6d7;
}

strong {
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.page-base {
  margin: 60px auto;
}
.page-base .base {
  padding: 40px 20px;
  border: 1px solid #e6e6e6;
}
@media (min-width: 600px) {
  .page-base .base {
    padding: 40px 30px;
  }
}
@media (min-width: 900px) {
  .page-base .base {
    padding: 40px 60px;
  }
}
.page-base .base.noline {
  border: none;
}

.base a:not(.button) {
  color: #239c47;
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.base a:not(.button):hover {
  text-decoration: none;
  color: #85bbff;
}
.base em {
  font-family: myriad-pro, sans-serif;
  font-weight: 300;
  font-style: italic;
}
.base h2::after {
  display: none;
}
.base hr {
  margin: 20px auto;
}
.base h3 {
  color: #669eed;
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  margin-bottom: 5px;
  line-height: 1.2;
}
@media (min-width: 900px) {
  .base h3 {
    font-size: 27px;
  }
}
.base blockquote {
  border-left: 5px solid #85bbff;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .base blockquote {
    padding-left: 40px;
  }
}
.base blockquote p {
  margin: 0 auto 30px;
  color: #272873;
  font-size: 22px;
  font-family: myriad-pro, sans-serif;
  font-weight: 300;
  font-style: italic;
}
@media (min-width: 900px) {
  .base blockquote p {
    font-size: 27px;
  }
}
.base ul {
  margin: 0 0 30px 0px;
  list-style: none;
}
@media (min-width: 768px) {
  .base ul {
    margin: 0 0 40px 30px;
  }
}
.base ul li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 12px;
  line-height: 1.3;
  font-family: myriad-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.base ul li::before {
  position: absolute;
  font-size: 20px;
  top: -1px;
  left: 8px;
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-indent: -8px;
  content: "•";
  color: #239c47;
}
.base ol {
  margin: 0 0 30px 0px;
  list-style: none;
  counter-reset: a;
}
@media (min-width: 768px) {
  .base ol {
    margin: 0 0 40px 30px;
  }
}
.base ol li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 20px;
  font-family: myriad-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.3;
}
.base ol li::before {
  position: absolute;
  text-indent: -18px;
  counter-increment: a;
  content: counter(a);
  color: #239c47;
  font-weight: 700;
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.base .alignleft, .base .alignright, .base .aligncenter {
  clear: both;
  display: block;
  margin: 0px auto 30px;
  border-bottom: 6px solid #239c47;
}
@media (min-width: 768px) {
  .base .alignleft {
    display: inline;
    float: left;
    margin: 0px 30px 30px 0;
  }
}
@media (min-width: 768px) {
  .base .alignright {
    display: inline;
    float: right;
    margin: 0px 0 30px 30px;
  }
}

header {
  background: #ffffff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  border-bottom: 1px solid #e6e6e6;
}
@media (min-width: 900px) {
  header {
    position: relative;
    border-bottom: none;
  }
}
header .grid {
  position: relative;
  justify-content: space-between;
  align-items: center;
  padding: 13px 0;
}
@media (min-width: 900px) {
  header .grid {
    padding: 25px 0px;
  }
}
header .logo {
  display: inline-block;
  width: 200px;
  margin-left: 20px;
}
@media (min-width: 900px) {
  header .logo {
    margin: 0;
  }
}
@media (min-width: 1024px) {
  header .logo {
    width: 285px;
  }
}
@media (min-width: 1200px) {
  header .logo {
    width: 325px;
  }
}
header .menu {
  position: absolute;
  visibility: hidden;
  left: 0;
  right: 0;
  width: 100%;
  top: -100%;
  display: block;
  background: #272873;
  padding: 20px 0;
  opacity: 0;
  transition: top 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
@media (min-width: 900px) {
  header .menu {
    visibility: visible;
    opacity: 1;
    position: relative;
    padding: 0;
    background: transparent;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
header .menu li {
  margin: 0 20px;
}
@media (min-width: 900px) {
  header .menu li {
    margin: 0;
    margin-left: 35px;
  }
}
@media (min-width: 1200px) {
  header .menu li {
    margin-left: 50px;
  }
}
header .menu li:last-of-type a {
  border: none;
}
header .menu li.current_page_item a {
  color: #85bbff;
}
@media (min-width: 900px) {
  header .menu li.current_page_item a {
    color: #272873;
  }
}
@media (min-width: 900px) {
  header .menu li.current_page_item a:after {
    position: absolute;
    bottom: -10px;
    left: 0;
    content: "";
    height: 4px;
    background: #85bbff;
    width: 100%;
  }
}
header .menu a {
  display: block;
  padding: 15px 0;
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 16px;
  color: #ffffff;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 900px) {
  header .menu a {
    padding: 0;
    border: none;
    color: #272873;
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  header .menu a {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  header .menu a {
    font-size: 16px;
  }
}
header .menu a:hover {
  color: #239c47;
}
@media (min-width: 900px) {
  header .menu a:hover {
    color: #272873;
  }
}
@media (min-width: 900px) {
  header .menu a:hover:after {
    position: absolute;
    bottom: -10px;
    left: 0;
    content: "";
    height: 4px;
    background: #85bbff;
    width: 100%;
  }
}
header .menu a::after {
  transition: top 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
header .mobile-toggle-container {
  position: absolute;
  width: 60px;
  height: 60px;
  cursor: pointer;
  right: 0px;
  top: 0;
  z-index: 999;
  display: block;
  border-left: 1px solid #e6e6e6;
}
@media (min-width: 900px) {
  header .mobile-toggle-container {
    display: none;
  }
}
header .mobile-toggle-container .mobile-toggle {
  display: flex;
  height: 100%;
  align-items: center;
}
header .mobile-toggle-container .mobile-toggle:hover .menu-icon::after, header .mobile-toggle-container .mobile-toggle:hover .menu-icon::before {
  background: #239c47;
}
header .mobile-toggle-container .mobile-toggle:hover .menu-icon span {
  background: #239c47;
}
header .mobile-toggle-container .menu-icon {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
}
header .mobile-toggle-container .menu-icon::after, header .mobile-toggle-container .menu-icon::before {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 40px;
  height: 3px;
  border-radius: 999em;
  background: #272873;
  content: "";
  opacity: 1;
  transition: all 0.2s ease;
}
header .mobile-toggle-container .menu-icon::before {
  top: -11px;
  transition: all 0.2s ease;
  transition-timing-function: cubic-bezier(0.75, 0.15, 0.36, 1);
}
header .mobile-toggle-container .menu-icon::after {
  bottom: -13px;
  transition: all 0.2s ease;
  transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01);
}
header .mobile-toggle-container .menu-icon span {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  display: block;
  width: 40px;
  height: 3px;
  border-radius: 999em;
  background: #272873;
  transition: all 0.2s ease;
  transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01);
}

@media (max-width: 900px) {
  .menu-open .menu {
    margin: 0 auto;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 2;
    visibility: visible;
    opacity: 1;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    border-top: 1px solid #ffffff;
    border-bottom: 10px solid #85bbff;
  }
  .menu-open .menu li a {
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .menu-open .mobile-toggle:hover .menu-icon::after, .menu-open .mobile-toggle:hover .menu-icon::before {
    right: 0px !important;
  }
  .menu-open .mobile-toggle:hover .menu-icon span {
    left: 0px !important;
  }
  .menu-open .mobile-toggle .menu-icon::after, .menu-open .mobile-toggle .menu-icon::before {
    opacity: 0 !important;
    transition: all 0.6s ease;
  }
  .menu-open .mobile-toggle .menu-icon-left {
    transform: rotate(45deg);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .menu-open .mobile-toggle .menu-icon-right {
    transform: rotate(-225deg);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  }
}

footer {
  padding: 30px 0;
  background: #272873;
  border-top: 7px solid #239c47;
}
footer .grid {
  justify-content: center;
  max-width: 900px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  footer .grid {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
footer .grid a {
  color: #ffffff;
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 20px 20px;
}
footer .grid a:hover {
  color: #85bbff;
}
footer .grid a:hover .icon {
  background: #85bbff;
}
footer .grid .icon {
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  margin-right: 5px;
  background: #239c47;
  color: #ffffff;
  font-size: 35px;
  padding: 0px;
  border-radius: 999em;
}
footer .menu {
  display: none;
}
@media (min-width: 900px) {
  footer .menu {
    display: flex;
    justify-content: center;
    margin: 30px auto;
  }
}
footer .menu li {
  margin: 0 20px;
}
@media (min-width: 1200px) {
  footer .menu li {
    margin: 0 25px;
  }
}
footer .menu a {
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 14px;
}
@media (min-width: 1200px) {
  footer .menu a {
    font-size: 16px;
  }
}
footer .menu a:hover {
  color: #85bbff;
}
footer .address-container {
  position: relative;
  margin: 30px auto 10px;
  max-width: 900px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 30px 30px 20px;
  text-align: center;
}
@media (min-width: 900px) {
  footer .address-container {
    margin: 70px auto 40px;
  }
}
footer .address-container h4 {
  color: #ffffff;
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  background: #272873;
  margin: 0 auto;
  position: absolute;
  top: -11px;
  font-size: 20px;
  padding: 0 10px;
  left: 0;
  right: 0;
  width: 260px;
  text-align: center;
}
footer .address-container div {
  margin-bottom: 10px;
  color: #e6e6e6;
  font-family: myriad-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 17px;
  display: block;
  line-height: 1.2;
}
@media (min-width: 900px) {
  footer .address-container div {
    font-size: 20px;
  }
}
footer .address-container div a:hover {
  color: #85bbff;
}
footer .copyright {
  padding: 30px 0 0;
}
footer .copyright p {
  font-size: 16px;
  color: #e6e6e6;
  margin-bottom: 0;
}
footer .copyright a {
  text-decoration: underline;
}
footer .copyright a:hover {
  color: #85bbff;
  text-decoration: none;
}

.home-hero {
  position: relative;
  height: 350px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 600px) {
  .home-hero {
    height: 450px;
  }
}
@media (min-width: 1024px) {
  .home-hero {
    height: 635px;
  }
}
.home-hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(43, 43, 65, 0.4);
  z-index: 1;
}
.home-hero .wrap1000 {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  z-index: 2;
}
.home-hero .button {
  padding: 20px 40px;
}
.home-hero h1 {
  font-size: 32px;
  color: #ffffff;
  margin-bottom: 30px;
  line-height: 1.1;
  font-family: myriad-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  text-shadow: 1px 1px rgba(43, 43, 65, 0.5);
}
@media (min-width: 600px) {
  .home-hero h1 {
    font-size: 40px;
  }
}
@media (min-width: 900px) {
  .home-hero h1 {
    font-size: 48px;
  }
}
@media (min-width: 1024px) {
  .home-hero h1 {
    font-size: 55px;
  }
}

.stats {
  margin: 60px 0;
}
.stats .base p {
  font-size: 18px;
  font-family: myriad-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media (min-width: 900px) {
  .stats .base p {
    font-size: 22px;
  }
}
.stats .icons {
  position: relative;
  margin-top: 70px;
}
.stats .icons .line {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e6e6e6;
}
.stats .icons .line:first-of-type {
  top: 20%;
}
.stats .icons .line:last-of-type {
  bottom: 20%;
}
.stats .icons .grid-item:nth-of-type(even) .container {
  background: #239c47;
}
.stats .icons .grid-item.w-25 .container {
  margin: 0 auto 40px;
  width: 250px;
  height: 250px;
}
@media (min-width: 1024px) {
  .stats .icons .grid-item.w-25 .container {
    margin: 0 auto;
    width: 220px;
    height: 220px;
  }
}
@media (min-width: 1200px) {
  .stats .icons .grid-item.w-25 .container {
    width: 280px;
    height: 280px;
  }
}
@media (min-width: 1400px) {
  .stats .icons .grid-item.w-25 .container {
    width: 330px;
    height: 330px;
  }
}
@media (min-width: 1024px) {
  .stats .icons .grid-item.w-25 .inner {
    margin-top: -10px;
  }
}
.stats .icons .grid-item.w-25 .icon {
  height: 75px;
  margin: 0 auto 5px;
}
@media (min-width: 1024px) {
  .stats .icons .grid-item.w-25 .icon {
    height: 60px;
  }
}
@media (min-width: 1200px) {
  .stats .icons .grid-item.w-25 .icon {
    height: 90px;
  }
}
.stats .icons .grid-item.w-25 .number {
  display: block;
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 45px;
  letter-spacing: -0.03em;
}
@media (min-width: 1200px) {
  .stats .icons .grid-item.w-25 .number {
    font-size: 55px;
  }
}
@media (min-width: 1400px) {
  .stats .icons .grid-item.w-25 .number {
    font-size: 75px;
  }
}
.stats .icons .container {
  width: 250px;
  height: 250px;
  margin: 0 auto 40px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
  background: #272873;
  border-radius: 999em;
  text-align: center;
  color: #fff;
  padding: 20px 40px;
}
@media (min-width: 900px) {
  .stats .icons .container {
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .stats .icons .container {
    width: 300px;
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .stats .icons .container {
    width: 330px;
    height: 330px;
  }
}
.stats .icons .container .icon {
  height: 75px;
  margin: 0 auto 5px;
}
@media (min-width: 1024px) {
  .stats .icons .container .icon {
    height: 90px;
  }
}
.stats .icons .container .number {
  display: block;
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  letter-spacing: -0.03em;
}
@media (min-width: 1024px) {
  .stats .icons .container .number {
    font-size: 50px;
  }
}
@media (min-width: 1200px) {
  .stats .icons .container .number {
    font-size: 60px;
  }
}
.stats .icons .container .label {
  display: block;
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .stats .icons .container .label {
    font-size: 18px;
  }
}

.home-partners {
  margin: 60px 0;
}
.home-partners .base p {
  font-size: 18px;
  font-family: myriad-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media (min-width: 900px) {
  .home-partners .base p {
    font-size: 22px;
  }
}
.home-partners .partner-slider {
  padding: 0 50px;
}
.home-partners .partner-slider .slick-track {
  display: flex;
  align-items: center;
}
.home-partners .partner-slider .partner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 30px;
}

.testimonials {
  position: relative;
  background: #e6e6e6;
  margin: 60px auto;
}
.testimonials:before {
  display: block;
  width: 80px;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e907";
  position: absolute;
  left: 0;
  right: 0;
  top: -3px;
  color: #ffffff;
  margin: 0 auto;
  font-size: 40px;
}
.testimonials .button {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -26px;
  width: 270px;
  padding: 20px 15px;
}
@media (min-width: 900px) {
  .testimonials .button {
    width: 420px;
  }
}
.testimonials .wrap1200 {
  background: #272873;
  padding: 60px 0;
  text-align: center;
}
@media (min-width: 900px) {
  .testimonials .wrap1200 {
    padding: 80px 0;
  }
}
.testimonials .testimonial {
  text-align: center;
}
.testimonials .content {
  padding: 0 20px;
}
.testimonials img {
  position: relative;
  width: 75px;
  z-index: 2;
  margin: 0 auto 20px;
}
.testimonials p {
  color: #ffffff;
  font-family: freight-big-pro, serif;
  font-weight: 400;
  font-style: italic;
  font-size: 24px;
  max-width: 1000px;
  margin: 0 auto 40px;
  line-height: 1.3;
}
@media (min-width: 900px) {
  .testimonials p {
    font-size: 28px;
  }
}
.testimonials h4 {
  font-size: 18px;
  color: #ffffff;
  font-family: myriad-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.2;
  margin-bottom: 5px;
}
@media (min-width: 600px) {
  .testimonials h4 {
    font-size: 20px;
  }
}
.testimonials h4 em {
  font-family: myriad-pro, sans-serif;
  font-weight: 300;
  font-style: italic;
}
.testimonials .organization {
  display: block;
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #239c47;
  text-transform: uppercase;
}

.home-twoColumn {
  background: #e6e6e6;
  margin: 90px 0 60px;
}
.home-twoColumn .left {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.home-twoColumn .left .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(43, 43, 65, 0.4);
  z-index: 1;
}
.home-twoColumn .left .container {
  position: relative;
  z-index: 2;
  max-width: 700px;
  width: 94%;
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
  padding-top: 80px;
  padding: 80px 0 60px;
}
@media (min-width: 900px) {
  .home-twoColumn .left .container {
    margin: 0 0 0 auto;
    padding-bottom: 0;
    padding-right: 80px;
  }
}
.home-twoColumn .left .container h2, .home-twoColumn .left .container h3, .home-twoColumn .left .container p, .home-twoColumn .left .container a, .home-twoColumn .left .container li {
  color: #fff;
  text-shadow: 1px 1px rgba(43, 43, 65, 0.5);
}
.home-twoColumn .left .container h2::after {
  margin: 20px auto;
}
.home-twoColumn .left .container p {
  font-size: 18px;
}
@media (min-width: 900px) {
  .home-twoColumn .left .container p {
    font-size: 22px;
  }
}
.home-twoColumn .right {
  position: relative;
  padding: 80px 0 30px;
}
.home-twoColumn .right .angle {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: -85px;
  height: 100%;
  width: 90px;
  z-index: 2;
  display: none;
}
@media (min-width: 900px) {
  .home-twoColumn .right .angle {
    display: block;
  }
}
.home-twoColumn .right .container {
  max-width: 700px;
  width: 94%;
  margin: 0 auto;
}
@media (min-width: 900px) {
  .home-twoColumn .right .container {
    margin: 0 auto 0 0;
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .home-twoColumn .right .container {
    padding-left: 60px;
  }
}
.home-twoColumn .right .block {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 30px;
  align-items: flex-start;
}
@media (min-width: 600px) {
  .home-twoColumn .right .block {
    margin-bottom: 50px;
  }
}
.home-twoColumn .right .icon {
  display: block;
  width: 60px;
}
@media (min-width: 600px) {
  .home-twoColumn .right .icon {
    width: 70px;
  }
}
@media (min-width: 1200px) {
  .home-twoColumn .right .icon {
    width: 90px;
  }
}
.home-twoColumn .right .text {
  width: calc(100% - 60px);
  padding-left: 20px;
}
@media (min-width: 600px) {
  .home-twoColumn .right .text {
    width: calc(100% - 70px);
  }
}
@media (min-width: 1200px) {
  .home-twoColumn .right .text {
    width: calc(100% - 90px);
  }
}
.home-twoColumn .right h4 {
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #239c47;
  line-height: 1.2;
  margin-bottom: 5px;
  font-size: 18px;
}
@media (min-width: 600px) {
  .home-twoColumn .right h4 {
    font-size: 22px;
  }
}

.below-hero {
  margin: 60px auto;
}

.home-icons {
  margin: 60px auto 1px;
}
.home-icons .grid {
  margin: 60px auto 0;
}
@media (min-width: 900px) {
  .home-icons .grid {
    margin: 60px -30px 0;
  }
}
.home-icons .grid-item {
  width: 100%;
  margin-bottom: 50px;
}
@media (min-width: 900px) {
  .home-icons .grid-item {
    width: 33.3333333%;
  }
}
@media (min-width: 900px) {
  .home-icons .grid-item .container {
    padding: 0 30px;
  }
}
.home-icons .grid-item .icon {
  width: 100px;
  margin: 0 auto 10px;
}
.home-icons .grid-item .base h3 {
  color: #239c47;
}

.home-impact {
  background: #287446;
  margin: 0 0 60px;
}
.home-impact .left {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.home-impact .left .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(43, 43, 65, 0.4);
  z-index: 1;
}
.home-impact .left .container {
  position: relative;
  z-index: 2;
  max-width: 700px;
  width: 94%;
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
  padding-top: 80px;
  padding: 80px 0 60px;
}
@media (min-width: 900px) {
  .home-impact .left .container {
    margin: 0 0 0 auto;
    padding-bottom: 0;
    padding-right: 80px;
  }
}
.home-impact .right {
  position: relative;
  padding: 80px 0 30px;
}
.home-impact .right .angle {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: -85px;
  height: 100%;
  width: 90px;
  z-index: 2;
  display: none;
}
@media (min-width: 900px) {
  .home-impact .right .angle {
    display: block;
  }
}
.home-impact .right .container {
  max-width: 700px;
  width: 94%;
  margin: 0 auto;
}
@media (min-width: 900px) {
  .home-impact .right .container {
    margin: 0 auto 0 0;
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .home-impact .right .container {
    padding-left: 60px;
  }
}
.home-impact .right .base h2, .home-impact .right .base h3, .home-impact .right .base p, .home-impact .right .base a, .home-impact .right .base li, .home-impact .right .base li::before {
  color: #fff;
}
.home-impact .right .base hr {
  margin: 20px 0;
  background: #239c47;
}

.home-difference {
  margin: 60px auto 30px;
}
.home-difference .grid {
  margin: 60px auto 0;
}
@media (min-width: 900px) {
  .home-difference .grid {
    margin: 60px -40px 0;
  }
}
.home-difference .grid-item {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 900px) {
  .home-difference .grid-item {
    width: 50%;
  }
  .home-difference .grid-item:last-of-type {
    border-left: 1px solid #e6e6e6;
  }
}
@media (min-width: 900px) {
  .home-difference .grid-item .base {
    padding: 0 40px;
  }
}
.home-difference .grid-item .base h3 {
  color: #239c47;
}

.page-resources {
  margin: 60px auto;
}
.page-resources .wrap1200 {
  border: 1px solid #e6e6e6;
  padding: 40px 30px 0px;
  text-align: center;
}
@media (min-width: 900px) {
  .page-resources .wrap1200 {
    padding: 40px 60px 0px;
  }
}
.page-resources .resource {
  margin-bottom: 40px;
}
.page-resources h4 {
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 27px;
  color: #272873;
}
.page-resources p {
  margin: 5px auto 8px;
  font-family: myriad-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media (min-width: 900px) {
  .page-resources p {
    font-size: 20px;
  }
}
.page-resources a {
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-resources a:hover {
  color: #85bbff;
}
.page-resources a:hover .icon, .page-resources a:hover .text {
  color: #85bbff;
}
.page-resources .icon {
  background: #e6e6e6;
  color: #239c47;
  border-radius: 999em;
  font-size: 24px;
  padding: 3px;
  margin-right: 7px;
}
.page-resources .text {
  color: #239c47;
  letter-spacing: 0.15em;
  font-size: 15px;
}

.callout {
  margin-bottom: 90px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.callout .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(43, 43, 65, 0.6);
  z-index: 1;
}
.callout .wrap900 {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
.callout .base {
  padding: 120px 0 240px;
  color: #ffffff;
}
.callout .base h2, .callout .base h3, .callout .base p, .callout .base a, .callout .base li {
  color: #ffffff;
  text-shadow: 1px 1px rgba(43, 43, 65, 0.5);
}
.callout .button {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -26px;
  width: 300px;
  padding: 20px 0px;
}
@media (min-width: 900px) {
  .callout .button {
    width: 350px;
  }
}

.team {
  margin: 60px auto;
}
.team .wrap1400 {
  padding-top: 60px;
  border-top: 2px solid #e6e6e6;
}
.team .intro-container {
  margin: 0 auto;
  margin-bottom: 60px;
}
.team .grid {
  justify-content: center;
}
.team .grid-item:last-of-type .team-member {
  padding-bottom: 0px !important;
}
.team .team-member {
  padding: 0 20px 80px;
  text-align: center;
}
@media (min-width: 1200px) {
  .team .team-member {
    padding: 0 30px 80px;
  }
}
.team .team-photo {
  display: block;
  border-radius: 999em;
  overflow: hidden;
  width: 250px;
  height: 250px;
  margin: 0 auto 20px;
}
@media (min-width: 1024px) {
  .team .team-photo {
    width: 250px;
    height: 250px;
  }
}
@media (min-width: 1200px) {
  .team .team-photo {
    width: 250px;
    height: 250px;
  }
}
.team .team-photo img {
  width: 100%;
}
.team .text-container {
  border-top: 2px solid #e6e6e6;
  margin-top: -40px;
  padding-top: 40px;
}
.team h3 a {
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #272873;
  font-size: 24px;
}
@media (min-width: 900px) {
  .team h3 a {
    font-size: 27px;
  }
}
.team h3 a:hover {
  color: #85bbff;
}
.team .position {
  display: block;
  font-family: myriad-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  margin: 5px auto 20px;
}
.team .button {
  font-size: 14px;
  padding: 12px 20px;
  min-width: 150px;
}

.callout-twoColumn {
  position: relative;
  margin: 60px auto 90px;
}
.callout-twoColumn .grid {
  flex-wrap: wrap-reverse;
}
.callout-twoColumn .grid-item:first-of-type {
  background: #e6e6e6;
  position: relative;
}
.callout-twoColumn .grid-item:first-of-type .angle {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: -85px;
  height: 100%;
  width: 90px;
  z-index: 2;
  display: none;
}
@media (min-width: 900px) {
  .callout-twoColumn .grid-item:first-of-type .angle {
    display: block;
  }
}
.callout-twoColumn .grid-item:first-of-type .container.base {
  position: relative;
  z-index: 2;
  max-width: 700px;
  width: 94%;
  margin: 0 auto;
  text-align: center;
  padding-top: 80px;
  padding: 40px 0 60px;
}
@media (min-width: 900px) {
  .callout-twoColumn .grid-item:first-of-type .container.base {
    padding: 80px 0 60px;
    margin: 0 0 0 auto;
    padding-right: 30px;
  }
}
.callout-twoColumn .grid-item:first-of-type .container.base hr {
  margin: 20px auto;
  background: #85bbff;
}
.callout-twoColumn .grid-item:last-of-type {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 300px;
}
@media (min-width: 600px) {
  .callout-twoColumn .grid-item:last-of-type {
    height: 400px;
  }
}
@media (min-width: 900px) {
  .callout-twoColumn .grid-item:last-of-type {
    height: auto;
  }
}
.callout-twoColumn .button {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -26px;
  width: 300px;
  padding: 20px 0px;
}
@media (min-width: 900px) {
  .callout-twoColumn .button {
    width: 450px;
  }
}

.single-team-member {
  margin: 0px auto 60px;
}
.single-team-member .single-intro {
  background: #e0e0e0;
  margin-bottom: 200px;
}
@media (min-width: 1200px) {
  .single-team-member .single-intro {
    margin-bottom: 250px;
  }
}
.single-team-member .single-intro .wrap1000 {
  margin-bottom: 60px;
}
.single-team-member .single-intro h1 .small {
  padding-bottom: 0px;
}
.single-team-member .single-intro .email {
  margin-top: 20px;
}
.single-team-member .single-intro .email a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #272873;
}
.single-team-member .single-intro .email a:hover {
  color: #85bbff;
}
.single-team-member .single-intro .email a .icon-email {
  color: #85bbff;
  margin-right: 4px;
}
.single-team-member .single-intro .email a .text {
  font-style: italic;
}
.single-team-member .team-photo {
  position: relative;
  display: block;
  z-index: 3;
  border-radius: 999em;
  overflow: hidden;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border: 4px solid #ffffff;
  margin-bottom: -160px;
}
@media (min-width: 1024px) {
  .single-team-member .team-photo {
    width: 300px;
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .single-team-member .team-photo {
    margin-bottom: -200px;
    width: 400px;
    height: 400px;
  }
}
.single-team-member .team-photo img {
  width: 100%;
}
.single-team-member .wrap1400 {
  margin-top: 60px;
}
@media (min-width: 900px) {
  .single-team-member .intro {
    padding-right: 40px;
  }
}
.single-team-member .intro p {
  font-size: 24px;
  font-family: myriad-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  border-left: 2px solid #85bbff;
  padding-left: 40px;
  color: #272873;
}
@media (min-width: 900px) {
  .single-team-member .intro p {
    font-size: 27px;
  }
}
@media (min-width: 1200px) {
  .single-team-member .intro p {
    font-size: 33px;
  }
}

.team-navigation {
  border: 2px solid #e6e6e6;
  border-left: 0;
  border-right: 0;
  margin-bottom: 60px;
}
@media (max-width: 600px) {
  .team-navigation {
    border: 0;
  }
}
.team-navigation .team-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.team-navigation .team-nav a {
  margin: 0 auto 4px;
  display: block;
  width: 100%;
  padding: 5px 0;
  color: #ffffff;
  background: #272873;
  font-size: 18px;
  text-align: center;
}
@media (min-width: 600px) {
  .team-navigation .team-nav a {
    background: transparent;
    width: auto;
    color: #272873;
    padding: 8px 0 10px;
    margin: 0px 10px -5px;
    display: inline-block;
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .team-navigation .team-nav a {
    margin: 0 15px -5px;
    font-size: 18px;
  }
}
@media (min-width: 900px) {
  .team-navigation .team-nav a {
    font-size: 20px;
    margin: 0 25px -5px;
  }
}
.team-navigation .team-nav a.current {
  background: #85bbff;
}
@media (min-width: 600px) {
  .team-navigation .team-nav a.current {
    background: transparent;
    font-family: myriad-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
    border-bottom: 4px solid #85bbff;
  }
}
.team-navigation .team-nav a:hover {
  background: #85bbff;
}
@media (min-width: 600px) {
  .team-navigation .team-nav a:hover {
    color: #85bbff;
    background: transparent;
  }
}

.work-with-us {
  margin: 60px auto;
}
.work-with-us .intro-container {
  margin: 0 auto;
  margin-bottom: 60px;
  max-width: 900px;
}
.work-with-us .grid-item {
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e6e6e6;
}
.work-with-us .grid-item:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}
@media (min-width: 900px) {
  .work-with-us .grid-item {
    border-bottom: none;
    margin-bottom: 60px;
  }
  .work-with-us .grid-item:nth-of-type(even) .container {
    border-left: 2px solid #e6e6e6;
  }
}
@media (min-width: 600px) {
  .work-with-us .grid-item .container {
    padding: 0 40px;
  }
}
@media (min-width: 900px) {
  .work-with-us .grid-item .container {
    height: 100%;
  }
}
.work-with-us .grid-item .service-headline {
  display: flex;
  justify-content: center;
  align-items: center;
}
.work-with-us .grid-item .service-headline .icon-container {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  background: #e6e6e6;
  border-radius: 999em;
}
.work-with-us .grid-item .service-headline h3 {
  width: calc(100% - 90px);
}
.work-with-us .grid-item .service-headline .icon {
  height: 50px;
}
.work-with-us .grid-item .text-container {
  padding-top: 30px;
}

.page-id-12 .callout-twoColumn .grid {
  flex-wrap: wrap;
}
@media (max-width: 900px) {
  .page-id-12 .callout-twoColumn .container.base {
    padding: 40px 0 30px !important;
  }
}
.page-id-12 .callout-twoColumn .grid-item:last-of-type {
  height: auto;
}
.page-id-12 .testimonials {
  text-align: center;
  padding: 60px 0 90px;
  margin: 0 !important;
  background: #272873;
}
@media (min-width: 900px) {
  .page-id-12 .testimonials {
    padding-left: 120px;
  }
}
.page-id-12 .testimonials::before {
  display: none;
}
.page-id-12 .testimonials .testimonial, .page-id-12 .testimonials .img-container {
  margin: 0 auto;
}
@media (min-width: 900px) {
  .page-id-12 .testimonials .testimonial, .page-id-12 .testimonials .img-container {
    max-width: 700px;
    margin: 0 auto 0 0;
  }
}

.news .news-headline {
  position: relative;
  text-align: center;
  color: #272873;
  line-height: 1.1;
  font-family: myriad-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  padding: 60px 0;
  font-size: 40px;
}
@media (min-width: 900px) {
  .news .news-headline {
    font-size: 48px;
  }
}
@media (min-width: 1024px) {
  .news .news-headline {
    font-size: 60px;
  }
}
@media (min-width: 1200px) {
  .news .news-headline {
    font-size: 72px;
  }
}
.news .news-headline:after {
  display: block;
  content: "";
  margin: 20px auto;
  padding: 0;
  width: 150px;
  height: 2px;
  background: #85bbff;
}
.news .img-container {
  position: relative;
  display: block;
  overflow: hidden;
}
.news .img-container:hover img {
  transform: scale(1.1);
}
.news .img-container:hover .overlay {
  background: rgba(43, 43, 65, 0.2);
  height: 100%;
}
.news .img-container .overlay {
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 4px);
  background: rgba(43, 43, 65, 0.4);
  z-index: 1;
}
.news .img-container img {
  width: 100%;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.news .recent-article {
  margin-bottom: 90px;
}
.news .recent-article .img-container {
  max-width: 800px;
  margin: 0 auto;
}
.news .recent-article .container {
  position: relative;
  z-index: 2;
  background: #e6e6e6;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 30px;
  text-align: center;
}
.news .recent-article .container .button {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  width: 200px;
  margin: 0 auto;
}
.news .recent-article h3 {
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 25px;
}
@media (min-width: 900px) {
  .news .recent-article h3 {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .news .recent-article h3 {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .news .recent-article h3 {
    font-size: 36px;
  }
}
.news .recent-article h3 a {
  color: #272873;
}
.news .recent-article h3 a:hover {
  color: #85bbff;
}
.news .recent-article p {
  font-size: 20px;
  font-family: myriad-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media (min-width: 900px) {
  .news .recent-article p {
    font-size: 24px;
  }
}
.news .recent-article .meta {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #2b2b41;
  font-size: 14px;
  margin: 10px auto;
}
@media (min-width: 900px) {
  .news .recent-article .meta {
    font-size: 16px;
  }
}
.news .recent-article .button {
  padding: 15px 30px;
  min-width: 185px;
}
.news .post-list .grid-item {
  margin-bottom: 60px;
  text-align: center;
}
@media (min-width: 900px) {
  .news .post-list .grid-item {
    padding: 0px 30px;
  }
}
.news .post-list h3 {
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  margin-top: 20px;
}
@media (min-width: 900px) {
  .news .post-list h3 {
    font-size: 27px;
  }
}
.news .post-list h3 a {
  color: #272873;
}
.news .post-list h3 a:hover {
  color: #85bbff;
}
.news .post-list .meta {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #2b2b41;
  font-size: 14px;
  margin: 10px auto;
}
.news .post-list p {
  font-size: 20px;
  font-family: myriad-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.news .post-list .button {
  padding: 15px 30px;
  min-width: 185px;
}

.nav-links {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  border-top: 2px solid #e6e6e6;
}
.nav-links a {
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #272873;
}
.nav-links a:hover {
  color: #239c47;
}
.nav-links .nav-previous a::before {
  content: "\e906";
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #85bbff;
  padding-right: 7px;
  font-size: 18px;
  vertical-align: sub;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
@media (min-width: 900px) {
  .nav-links .nav-previous a::before {
    font-size: 22px;
  }
}
.nav-links .nav-previous a:hover {
  color: #85bbff;
}
.nav-links .nav-next a::after {
  content: "\e905";
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #85bbff;
  padding-left: 7px;
  vertical-align: sub;
  font-size: 18px;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
@media (min-width: 900px) {
  .nav-links .nav-next a::after {
    font-size: 22px;
  }
}
.nav-links .nav-next a:hover {
  color: #85bbff;
}

.single-news {
  border-top: 1px solid #e6e6e6;
}
.single-news .featured-container {
  padding-top: 60px;
  position: relative;
  text-align: center;
  background: #e6e6e6;
  margin-bottom: 70px;
}
.single-news .featured-container img {
  max-width: 900px;
  width: 94%;
  margin: 0 auto;
  margin-bottom: -90px;
}
.single-news .post-intro {
  padding: 60px 0;
}
.single-news .post-intro h1 {
  font-size: 40px;
  color: #272873;
  line-height: 1.1;
  font-family: myriad-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media (min-width: 600px) {
  .single-news .post-intro h1 {
    font-size: 48px;
  }
}
@media (min-width: 900px) {
  .single-news .post-intro h1 {
    font-size: 55px;
  }
}
@media (min-width: 1200px) {
  .single-news .post-intro h1 {
    font-size: 60px;
  }
}
.single-news .post-intro .meta {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #2b2b41;
  font-size: 14px;
  margin: 20px auto 0;
}
@media (min-width: 900px) {
  .single-news .post-intro .meta {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .single-news .post-intro .meta {
    font-size: 18px;
  }
}
.single-news .base p {
  margin-bottom: 40px;
}
.single-news .base img {
  margin-bottom: 40px;
}
.single-news .ssba-classic-2 {
  padding: 30px 0;
  text-align: center;
}
.single-news .ssba-classic-2 .ssba-share-text {
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.single-news .ssba-classic-2 a {
  margin: 0 5px;
  opacity: 0.8;
}
.single-news .ssba-classic-2 a:hover {
  opacity: 1;
}
.single-news .ssba-classic-2 img {
  height: 27px !important;
}

.page-id-8 .page-intro .wrap1000 {
  max-width: 1200px;
}

.page-impact {
  margin: 60px auto;
}
.page-impact .intro-container {
  margin: 0 auto;
  margin-bottom: 90px;
}
@media (min-width: 768px) {
  .page-impact .intro-container p {
    font-size: 20px;
  }
}
.page-impact .graphic {
  max-width: 800px;
  margin: 40px auto 0;
}

.footprint {
  margin: 60px auto 120px;
}
.footprint .wrap1400 {
  text-align: center;
  position: relative;
}
.footprint .button {
  margin: -30px auto 60px;
  width: 225px;
}
.footprint .intro-container {
  margin: 0 auto;
  margin-bottom: 60px;
  max-width: 900px;
}
.footprint .graphic-container {
  max-width: 800px;
  margin: 0 auto;
}
.footprint .small {
  padding-top: 20px;
  font-family: myriad-pro, sans-serif;
  font-weight: 300;
  font-style: italic;
  color: #272873;
  font-size: 15px;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .footprint .small {
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  .footprint .small {
    font-size: 18px;
  }
}

.about-us {
  margin-top: 60px;
}

.page-partners-intro {
  margin: 60px auto 0;
}
.page-partners-intro .wrap1400:first-of-type {
  padding-top: 60px;
  border-top: 2px solid #e6e6e6;
}
.page-partners-intro .intro-container {
  margin: 0 auto;
  margin-bottom: 90px;
  max-width: 900px;
}

.partners .base {
  margin: 0 auto 90px;
}
.partners .base hr {
  margin: 20px auto;
}
.partners .grid {
  justify-content: center;
}
.partners .grid-item {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  min-height: 200px;
}
@media (min-width: 1024px) {
  .partners .grid-item {
    width: 250px;
    margin-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  .partners .grid-item {
    width: 320px;
  }
}
@media (min-width: 1400px) {
  .partners .grid-item {
    width: 350px;
  }
}
.partners .grid-item img {
  padding: 0 20px;
}
@media (min-width: 1024px) {
  .partners .grid-item img {
    padding: 0 30px;
  }
}

.page-contact .wrap1000 {
  margin: 60px auto;
}

@media (min-width: 900px) {
  .page-id-1697 .iconColumns {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
}
.page-id-1697 .iconColumns .col {
  text-align: center;
  width: 100%;
  margin-bottom: 50px;
}
@media (min-width: 900px) {
  .page-id-1697 .iconColumns .col {
    padding: 0 2%;
    width: 50%;
  }
}
.page-id-1697 .iconColumns .col img {
  width: 100px;
  display: block;
  margin: 0 auto 15px;
}
.page-id-1697 .iconColumns .col h3 {
  color: #239c47;
}
.page-id-1697 .block1 {
  margin-top: 60px;
}
.page-id-1697 .block3 {
  margin: 20px 0 80px;
}
@media (min-width: 900px) {
  .page-id-1697 .block3 {
    margin-top: -30px;
  }
}

.page-hero, .single-intro {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: 10px solid #e6e6e6;
}
.page-hero .overlay, .single-intro .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(43, 43, 65, 0.4);
  z-index: 1;
}
.page-hero .wrap1000, .single-intro .wrap1000 {
  position: relative;
  z-index: 2;
}
.page-hero h1, .single-intro h1 {
  font-size: 40px;
  color: #ffffff;
  line-height: 1.1;
  font-family: myriad-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  text-shadow: 1px 1px rgba(43, 43, 65, 0.5);
  padding: 60px 0;
}
@media (min-width: 600px) {
  .page-hero h1, .single-intro h1 {
    padding: 80px 0;
    font-size: 48px;
  }
}
@media (min-width: 900px) {
  .page-hero h1, .single-intro h1 {
    font-size: 55px;
    padding: 180px;
  }
}
@media (min-width: 1024px) {
  .page-hero h1, .single-intro h1 {
    font-size: 60px;
  }
}
@media (min-width: 1200px) {
  .page-hero h1, .single-intro h1 {
    font-size: 72px;
  }
}
.page-hero h1 .small, .single-intro h1 .small {
  position: relative;
  display: block;
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  padding-bottom: 50px;
}
@media (min-width: 900px) {
  .page-hero h1 .small, .single-intro h1 .small {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .page-hero h1 .small, .single-intro h1 .small {
    padding-bottom: 60px;
    font-size: 20px;
  }
}
.page-hero h1 .small:before, .single-intro h1 .small:before {
  display: block;
  content: "";
  margin: 15px auto 20px;
  padding: 0;
  width: 150px;
  height: 2px;
  background: #d5d6d7;
}
@media (min-width: 1024px) {
  .page-hero h1 .small:before, .single-intro h1 .small:before {
    margin: 20px auto 30px;
  }
}

.page-intro {
  margin: 60px 0;
}
.page-intro .base p {
  font-size: 20px;
  font-family: myriad-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #256cd2;
}
@media (min-width: 900px) {
  .page-intro .base p {
    font-size: 24px;
  }
}

.single-intro h1, .no-bg h1 {
  color: #272873;
  padding: 20px 0 0 !important;
  text-shadow: none;
  font-size: 40px;
  line-height: 1.1;
  font-family: myriad-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media (min-width: 600px) {
  .single-intro h1, .no-bg h1 {
    font-size: 48px;
  }
}
@media (min-width: 900px) {
  .single-intro h1, .no-bg h1 {
    font-size: 55px;
    padding: 60px 0 0 !important;
  }
}
@media (min-width: 1024px) {
  .single-intro h1, .no-bg h1 {
    font-size: 60px;
  }
}
@media (min-width: 1200px) {
  .single-intro h1, .no-bg h1 {
    font-size: 72px;
  }
}
.single-intro .small, .no-bg .small {
  color: #7d8488;
}
.single-intro .small:before, .no-bg .small:before {
  display: block;
  content: "";
  margin: 15px auto 20px;
  padding: 0;
  width: 150px;
  height: 2px;
  background: #85bbff !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  padding: 20px 0 12px;
  width: 50px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: #ffffff;
  color: transparent;
  top: -20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border: none;
  outline: none;
  z-index: 22;
  transition: ease-in 222ms;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: #ffffff;
  color: transparent;
  cursor: pointer;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "icomoon";
  font-size: 40px;
  line-height: 0.8;
  padding: 0px;
  width: 40px;
  height: 40px;
  display: inline-block;
  transition: ease-in 222ms;
  color: #272873;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 0;
  top: 50%;
}
.slick-prev:hover:before, .slick-prev:focus:before {
  margin-right: 3px;
  color: #239c47;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -35px;
}
.slick-prev:before {
  content: "\e900";
}
[dir=rtl] .slick-prev:before {
  content: "\e903";
}

.slick-next {
  right: 0;
  top: 50%;
}
.slick-next:hover:before, .slick-next:focus:before {
  margin-left: 3px;
  color: #239c47;
}
[dir=rtl] .slick-next {
  left: -35px;
  right: auto;
}
.slick-next:before {
  content: "\e903";
}
[dir=rtl] .slick-next:before {
  content: "\e900";
}

/* 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: 0.75;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "icomoon";
  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: 1;
}

/*==============================================================*/
/*==============================================================*/
.base .gform_wrapper .gform_description {
  margin: 0 0 30px;
  color: #256cd2;
  display: block;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  font-family: myriad-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media (min-width: 768px) {
  .base .gform_wrapper .gform_description {
    font-size: 22px;
  }
}
.base .gform_wrapper ul.gform_fields {
  margin: 0;
}
.base .gform_wrapper li {
  width: 100%;
  float: left;
  margin-bottom: 30px;
  line-height: 1;
}
.base .gform_wrapper li:before {
  display: none;
}
.base .gform_wrapper li label {
  display: block;
  font-size: 14px;
  color: #2b2b41;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 4px 0 0 0;
}
.base .gform_wrapper li label.gfield_label {
  color: #272873;
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 5px 0;
  font-size: 18px;
  letter-spacing: normal;
  text-transform: none;
}
.base .gform_wrapper .gfield_required {
  color: #85bbff;
  margin-left: 3px;
}
.base .gform_wrapper input, .base .gform_wrapper textarea {
  width: 100%;
  box-shadow: none;
  border: 1px solid transparent;
  font-family: myriad-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.9em;
  padding: 8px;
  height: 40px;
  background: #e6e6e6;
}
.base .gform_wrapper textarea {
  height: 200px;
}
.base .gform_wrapper .gform_validation_container {
  display: none;
}
@media (min-width: 768px) {
  .base .gform_wrapper .form-left, .base .gform_wrapper .name_first {
    width: 48%;
    clear: left;
    float: left;
  }
}
@media (min-width: 768px) {
  .base .gform_wrapper .form-right, .base .gform_wrapper .name_last {
    width: 48%;
    float: right;
    clear: right;
  }
}
@media (max-width: 768px) {
  .base .gform_wrapper .name_first {
    display: block;
    margin-bottom: 30px;
  }
}
.base .gform_wrapper .ginput_container_select .custom-select {
  position: relative;
  background: #e6e6e6;
  border: 1px solid transparent;
}
.base .gform_wrapper .ginput_container_select .custom-select:after {
  display: none\9 ;
  pointer-events: none;
  content: "▾";
  font-size: 22px;
  position: absolute;
  top: 8px;
  right: 10px;
  color: #272873;
}
.base .gform_wrapper .ginput_container_select select {
  font-size: 0.9em;
  border: none;
  background: transparent;
  height: 40px;
  padding-left: 10px;
  width: 100%;
  -webkit-appearance: none !important;
  font-family: myriad-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
}
@support ( -webkit-appearance: none ) or ( appearance: none ) or ( ( -moz-appearance: none ) and ( mask-type: alpha ) ) {
  .base .gform_wrapper .ginput_container_select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
}
.base .gform_wrapper .ginput_container_select:after {
  display: block;
}
.base .gform_wrapper ul.gfield_checkbox, .base .gform_wrapper ul.gfield_radio {
  margin: 0;
}
.base .gform_wrapper ul.gfield_checkbox li, .base .gform_wrapper ul.gfield_radio li {
  display: inline-block;
  margin: 5px 20px 10px 0;
  padding: 0;
}
.base .gform_wrapper ul.gfield_checkbox li input, .base .gform_wrapper ul.gfield_checkbox li label, .base .gform_wrapper ul.gfield_radio li input, .base .gform_wrapper ul.gfield_radio li label {
  display: inline-block;
  margin: 0;
  height: auto;
  width: auto;
  text-transform: none;
  letter-spacing: normal;
  vertical-align: middle;
  padding: 0;
}
.base .gform_wrapper ul.gfield_checkbox li label, .base .gform_wrapper ul.gfield_radio li label {
  color: #272873;
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
}
.base .gform_wrapper .form-nolabel label.gfield_label {
  display: none !important;
}
.base .gform_wrapper .gform_footer {
  text-align: center;
  clear: both;
  margin-bottom: 30px;
}
.base .gform_wrapper .gform_button {
  cursor: pointer;
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  background: #239c47;
  color: #ffffff;
  font-size: 14px;
  padding: 20px 40px;
  border-radius: 999em;
  width: 300px;
  height: auto;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  text-align: center;
  line-height: normal;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  text-decoration: none;
}
@media (min-width: 900px) {
  .base .gform_wrapper .gform_button {
    font-size: 16px;
  }
}
.base .gform_wrapper .gform_button:hover {
  background: #85bbff;
}
.base .gform_wrapper .validation_error {
  display: none;
}
.base .gform_wrapper li.gfield_error input, .base .gform_wrapper li.gfield_error textarea, .base .gform_wrapper li.gfield_error .custom-select select {
  border: 1px solid #85bbff;
}
.base .gform_wrapper li.gfield_error .validation_message {
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #239c47;
  font-size: 14px;
  display: block;
  clear: both;
  margin-top: 5px;
}

.gform_confirmation_message {
  color: #669eed;
  font-family: myriad-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.4em;
  padding: 60px 0;
  text-align: center;
  font-size: 22px;
}
@media (min-width: 900px) {
  .gform_confirmation_message {
    font-size: 27px;
  }
}
