@charset "UTF-8";
/*
Theme Name: Community Systems, Inc
Theme URI: https://communitysystems.org/
Author: Design Principles
Author URI: https://www.designprinciples.com
Description: Custom theme for the CSI website
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: csi

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/**
 * Fonts
 */
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@1,700&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
/**
 * Colors
 */
/**
 * Breakpoints
 */
body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #5E5E5E;
  line-height: 1.55;
  background-size: cover;
}
@media (min-width: 0px) {
  body {
    font-size: calc(16px + 2 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  body {
    font-size: 18px;
  }
}

h1 {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.35em;
  text-wrap: balance;
  font-size: 25px;
}
@media (min-width: 0px) {
  h1 {
    font-size: calc(25px + 30 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h1 {
    font-size: 55px;
  }
}
h1.smaller-1x {
  font-size: 23px;
}
@media (min-width: 0px) {
  h1.smaller-1x {
    font-size: calc(23px + 30 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h1.smaller-1x {
    font-size: 53px;
  }
}
h1.smaller-2x {
  font-size: 21px;
}
@media (min-width: 0px) {
  h1.smaller-2x {
    font-size: calc(21px + 30 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h1.smaller-2x {
    font-size: 51px;
  }
}
h1.smaller-3x {
  font-size: 19px;
}
@media (min-width: 0px) {
  h1.smaller-3x {
    font-size: calc(19px + 30 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h1.smaller-3x {
    font-size: 49px;
  }
}
h1.smaller-4x {
  font-size: 17px;
}
@media (min-width: 0px) {
  h1.smaller-4x {
    font-size: calc(17px + 30 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h1.smaller-4x {
    font-size: 47px;
  }
}
h1.smaller-5x {
  font-size: 15px;
}
@media (min-width: 0px) {
  h1.smaller-5x {
    font-size: calc(15px + 30 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h1.smaller-5x {
    font-size: 45px;
  }
}
h1.larger-1x {
  font-size: 27px;
}
@media (min-width: 0px) {
  h1.larger-1x {
    font-size: calc(27px + 30 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h1.larger-1x {
    font-size: 57px;
  }
}
h1.larger-2x {
  font-size: 29px;
}
@media (min-width: 0px) {
  h1.larger-2x {
    font-size: calc(29px + 30 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h1.larger-2x {
    font-size: 59px;
  }
}
h1.larger-3x {
  font-size: 31px;
}
@media (min-width: 0px) {
  h1.larger-3x {
    font-size: calc(31px + 30 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h1.larger-3x {
    font-size: 61px;
  }
}
h1.larger-4x {
  font-size: 33px;
}
@media (min-width: 0px) {
  h1.larger-4x {
    font-size: calc(33px + 30 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h1.larger-4x {
    font-size: 63px;
  }
}
h1.larger-5x {
  font-size: 35px;
}
@media (min-width: 0px) {
  h1.larger-5x {
    font-size: calc(35px + 30 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h1.larger-5x {
    font-size: 65px;
  }
}
h1 strong {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  color: #2D9ED7;
  letter-spacing: 4px;
  margin-bottom: 6px;
}
@media (min-width: 320px) {
  h1 strong {
    font-size: calc(14px + 4 * (100vw - 320px) / 673);
  }
}
@media (min-width: 993px) {
  h1 strong {
    font-size: 18px;
  }
}
h1 em {
  font-family: "Merriweather", serif;
  color: #8CC63C;
  font-size: 2.6em;
}

h2 {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.35em;
  color: #00255D;
  text-wrap: balance;
  font-size: 18px;
}
@media (min-width: 0px) {
  h2 {
    font-size: calc(18px + 22 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h2 {
    font-size: 40px;
  }
}
h2.smaller-1x {
  font-size: 16px;
}
@media (min-width: 0px) {
  h2.smaller-1x {
    font-size: calc(16px + 22 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h2.smaller-1x {
    font-size: 38px;
  }
}
h2.smaller-2x {
  font-size: 14px;
}
@media (min-width: 0px) {
  h2.smaller-2x {
    font-size: calc(14px + 22 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h2.smaller-2x {
    font-size: 36px;
  }
}
h2.smaller-3x {
  font-size: 12px;
}
@media (min-width: 0px) {
  h2.smaller-3x {
    font-size: calc(12px + 22 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h2.smaller-3x {
    font-size: 34px;
  }
}
h2.smaller-4x {
  font-size: 10px;
}
@media (min-width: 0px) {
  h2.smaller-4x {
    font-size: calc(10px + 22 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h2.smaller-4x {
    font-size: 32px;
  }
}
h2.smaller-5x {
  font-size: 8px;
}
@media (min-width: 0px) {
  h2.smaller-5x {
    font-size: calc(8px + 22 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h2.smaller-5x {
    font-size: 30px;
  }
}
h2.larger-1x {
  font-size: 20px;
}
@media (min-width: 0px) {
  h2.larger-1x {
    font-size: calc(20px + 22 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h2.larger-1x {
    font-size: 42px;
  }
}
h2.larger-2x {
  font-size: 22px;
}
@media (min-width: 0px) {
  h2.larger-2x {
    font-size: calc(22px + 22 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h2.larger-2x {
    font-size: 44px;
  }
}
h2.larger-3x {
  font-size: 24px;
}
@media (min-width: 0px) {
  h2.larger-3x {
    font-size: calc(24px + 22 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h2.larger-3x {
    font-size: 46px;
  }
}
h2.larger-4x {
  font-size: 26px;
}
@media (min-width: 0px) {
  h2.larger-4x {
    font-size: calc(26px + 22 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h2.larger-4x {
    font-size: 48px;
  }
}
h2.larger-5x {
  font-size: 28px;
}
@media (min-width: 0px) {
  h2.larger-5x {
    font-size: calc(28px + 22 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h2.larger-5x {
    font-size: 50px;
  }
}
h2 strong {
  display: block;
  font-size: 14px;
  margin-bottom: 12px;
  text-transform: uppercase;
  color: #005F86;
  letter-spacing: 4px;
}
@media (min-width: 320px) {
  h2 strong {
    font-size: calc(14px + 4 * (100vw - 320px) / 673);
  }
}
@media (min-width: 993px) {
  h2 strong {
    font-size: 18px;
  }
}
h2 .white-text strong {
  color: #2D9ED7;
}

h2:not(.fl-heading) span {
  color: #0077B3;
}

h3 {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0.35em;
  color: #00255D;
  text-wrap: balance;
  font-size: 16px;
}
@media (min-width: 0px) {
  h3 {
    font-size: calc(16px + 4 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h3 {
    font-size: 20px;
  }
}
h3.smaller-1x {
  font-size: 14px;
}
@media (min-width: 0px) {
  h3.smaller-1x {
    font-size: calc(14px + 4 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h3.smaller-1x {
    font-size: 18px;
  }
}
h3.smaller-2x {
  font-size: 12px;
}
@media (min-width: 0px) {
  h3.smaller-2x {
    font-size: calc(12px + 4 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h3.smaller-2x {
    font-size: 16px;
  }
}
h3.smaller-3x {
  font-size: 10px;
}
@media (min-width: 0px) {
  h3.smaller-3x {
    font-size: calc(10px + 4 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h3.smaller-3x {
    font-size: 14px;
  }
}
h3.smaller-4x {
  font-size: 8px;
}
@media (min-width: 0px) {
  h3.smaller-4x {
    font-size: calc(8px + 4 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h3.smaller-4x {
    font-size: 12px;
  }
}
h3.smaller-5x {
  font-size: 6px;
}
@media (min-width: 0px) {
  h3.smaller-5x {
    font-size: calc(6px + 4 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h3.smaller-5x {
    font-size: 10px;
  }
}
h3.larger-1x {
  font-size: 18px;
}
@media (min-width: 0px) {
  h3.larger-1x {
    font-size: calc(18px + 4 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h3.larger-1x {
    font-size: 22px;
  }
}
h3.larger-2x {
  font-size: 20px;
}
@media (min-width: 0px) {
  h3.larger-2x {
    font-size: calc(20px + 4 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h3.larger-2x {
    font-size: 24px;
  }
}
h3.larger-3x {
  font-size: 22px;
}
@media (min-width: 0px) {
  h3.larger-3x {
    font-size: calc(22px + 4 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h3.larger-3x {
    font-size: 26px;
  }
}
h3.larger-4x {
  font-size: 24px;
}
@media (min-width: 0px) {
  h3.larger-4x {
    font-size: calc(24px + 4 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h3.larger-4x {
    font-size: 28px;
  }
}
h3.larger-5x {
  font-size: 26px;
}
@media (min-width: 0px) {
  h3.larger-5x {
    font-size: calc(26px + 4 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h3.larger-5x {
    font-size: 30px;
  }
}
h3 strong {
  display: block;
  font-size: 22px;
  font-family: "Merriweather", serif;
  color: #2D9ED7;
}
@media (min-width: 320px) {
  h3 strong {
    font-size: calc(22px + 6 * (100vw - 320px) / 673);
  }
}
@media (min-width: 993px) {
  h3 strong {
    font-size: 28px;
  }
}
h3 i {
  display: block;
  font-family: "Merriweather", serif;
  color: #00255D;
}

h4 {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.35em;
  text-wrap: balance;
  font-size: 16px;
}
@media (min-width: 0px) {
  h4 {
    font-size: calc(16px + 2 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h4 {
    font-size: 18px;
  }
}
h4.smaller-1x {
  font-size: 14px;
}
@media (min-width: 0px) {
  h4.smaller-1x {
    font-size: calc(14px + 2 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h4.smaller-1x {
    font-size: 16px;
  }
}
h4.smaller-2x {
  font-size: 12px;
}
@media (min-width: 0px) {
  h4.smaller-2x {
    font-size: calc(12px + 2 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h4.smaller-2x {
    font-size: 14px;
  }
}
h4.smaller-3x {
  font-size: 10px;
}
@media (min-width: 0px) {
  h4.smaller-3x {
    font-size: calc(10px + 2 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h4.smaller-3x {
    font-size: 12px;
  }
}
h4.smaller-4x {
  font-size: 8px;
}
@media (min-width: 0px) {
  h4.smaller-4x {
    font-size: calc(8px + 2 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h4.smaller-4x {
    font-size: 10px;
  }
}
h4.smaller-5x {
  font-size: 6px;
}
@media (min-width: 0px) {
  h4.smaller-5x {
    font-size: calc(6px + 2 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h4.smaller-5x {
    font-size: 8px;
  }
}
h4.larger-1x {
  font-size: 18px;
}
@media (min-width: 0px) {
  h4.larger-1x {
    font-size: calc(18px + 2 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h4.larger-1x {
    font-size: 20px;
  }
}
h4.larger-2x {
  font-size: 20px;
}
@media (min-width: 0px) {
  h4.larger-2x {
    font-size: calc(20px + 2 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h4.larger-2x {
    font-size: 22px;
  }
}
h4.larger-3x {
  font-size: 22px;
}
@media (min-width: 0px) {
  h4.larger-3x {
    font-size: calc(22px + 2 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h4.larger-3x {
    font-size: 24px;
  }
}
h4.larger-4x {
  font-size: 24px;
}
@media (min-width: 0px) {
  h4.larger-4x {
    font-size: calc(24px + 2 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h4.larger-4x {
    font-size: 26px;
  }
}
h4.larger-5x {
  font-size: 26px;
}
@media (min-width: 0px) {
  h4.larger-5x {
    font-size: calc(26px + 2 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h4.larger-5x {
    font-size: 28px;
  }
}

h5 {
  line-height: 1;
  margin-bottom: 0.35em;
  text-wrap: balance;
  font-size: 16px;
}
@media (min-width: 0px) {
  h5 {
    font-size: calc(16px + 0 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h5 {
    font-size: 16px;
  }
}
h5.smaller-1x {
  font-size: 14px;
}
@media (min-width: 0px) {
  h5.smaller-1x {
    font-size: calc(14px + 0 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h5.smaller-1x {
    font-size: 14px;
  }
}
h5.smaller-2x {
  font-size: 12px;
}
@media (min-width: 0px) {
  h5.smaller-2x {
    font-size: calc(12px + 0 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h5.smaller-2x {
    font-size: 12px;
  }
}
h5.smaller-3x {
  font-size: 10px;
}
@media (min-width: 0px) {
  h5.smaller-3x {
    font-size: calc(10px + 0 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h5.smaller-3x {
    font-size: 10px;
  }
}
h5.smaller-4x {
  font-size: 8px;
}
@media (min-width: 0px) {
  h5.smaller-4x {
    font-size: calc(8px + 0 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h5.smaller-4x {
    font-size: 8px;
  }
}
h5.smaller-5x {
  font-size: 6px;
}
@media (min-width: 0px) {
  h5.smaller-5x {
    font-size: calc(6px + 0 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h5.smaller-5x {
    font-size: 6px;
  }
}
h5.larger-1x {
  font-size: 18px;
}
@media (min-width: 0px) {
  h5.larger-1x {
    font-size: calc(18px + 0 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h5.larger-1x {
    font-size: 18px;
  }
}
h5.larger-2x {
  font-size: 20px;
}
@media (min-width: 0px) {
  h5.larger-2x {
    font-size: calc(20px + 0 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h5.larger-2x {
    font-size: 20px;
  }
}
h5.larger-3x {
  font-size: 22px;
}
@media (min-width: 0px) {
  h5.larger-3x {
    font-size: calc(22px + 0 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h5.larger-3x {
    font-size: 22px;
  }
}
h5.larger-4x {
  font-size: 24px;
}
@media (min-width: 0px) {
  h5.larger-4x {
    font-size: calc(24px + 0 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h5.larger-4x {
    font-size: 24px;
  }
}
h5.larger-5x {
  font-size: 26px;
}
@media (min-width: 0px) {
  h5.larger-5x {
    font-size: calc(26px + 0 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h5.larger-5x {
    font-size: 26px;
  }
}

h6 {
  line-height: 1;
  margin-bottom: 0.35em;
  text-wrap: balance;
  font-size: 14px;
}
@media (min-width: 0px) {
  h6 {
    font-size: calc(14px + 0 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h6 {
    font-size: 14px;
  }
}
h6.smaller-1x {
  font-size: 12px;
}
@media (min-width: 0px) {
  h6.smaller-1x {
    font-size: calc(12px + 0 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h6.smaller-1x {
    font-size: 12px;
  }
}
h6.smaller-2x {
  font-size: 10px;
}
@media (min-width: 0px) {
  h6.smaller-2x {
    font-size: calc(10px + 0 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h6.smaller-2x {
    font-size: 10px;
  }
}
h6.smaller-3x {
  font-size: 8px;
}
@media (min-width: 0px) {
  h6.smaller-3x {
    font-size: calc(8px + 0 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h6.smaller-3x {
    font-size: 8px;
  }
}
h6.smaller-4x {
  font-size: 6px;
}
@media (min-width: 0px) {
  h6.smaller-4x {
    font-size: calc(6px + 0 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h6.smaller-4x {
    font-size: 6px;
  }
}
h6.smaller-5x {
  font-size: 4px;
}
@media (min-width: 0px) {
  h6.smaller-5x {
    font-size: calc(4px + 0 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h6.smaller-5x {
    font-size: 4px;
  }
}
h6.larger-1x {
  font-size: 16px;
}
@media (min-width: 0px) {
  h6.larger-1x {
    font-size: calc(16px + 0 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h6.larger-1x {
    font-size: 16px;
  }
}
h6.larger-2x {
  font-size: 18px;
}
@media (min-width: 0px) {
  h6.larger-2x {
    font-size: calc(18px + 0 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h6.larger-2x {
    font-size: 18px;
  }
}
h6.larger-3x {
  font-size: 20px;
}
@media (min-width: 0px) {
  h6.larger-3x {
    font-size: calc(20px + 0 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h6.larger-3x {
    font-size: 20px;
  }
}
h6.larger-4x {
  font-size: 22px;
}
@media (min-width: 0px) {
  h6.larger-4x {
    font-size: calc(22px + 0 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h6.larger-4x {
    font-size: 22px;
  }
}
h6.larger-5x {
  font-size: 24px;
}
@media (min-width: 0px) {
  h6.larger-5x {
    font-size: calc(24px + 0 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h6.larger-5x {
    font-size: 24px;
  }
}

strong {
  color: #0077B3;
  font-weight: 700;
}

.lead-in {
  font-family: "Merriweather", serif;
  font-size: 19px;
  color: #5E5E5E;
}
@media (min-width: 640px) {
  .lead-in {
    font-size: calc(19px + 4 * (100vw - 640px) / 810);
  }
}
@media (min-width: 1450px) {
  .lead-in {
    font-size: 23px;
  }
}

.blue-text {
  color: #00255D !important;
}

.light-blue-text {
  color: #005F86 !important;
}

.green-text {
  color: #8CC63C !important;
}

.white-text {
  color: #ffffff !important;
}

blockquote {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 50px 40px;
  color: #72A22F;
  font-size: 26px;
  font-weight: 700;
  font-style: italic;
  font-family: "Merriweather", serif;
}
@media (min-width: 640px) {
  blockquote {
    font-size: calc(26px + 4 * (100vw - 640px) / 810);
  }
}
@media (min-width: 1450px) {
  blockquote {
    font-size: 30px;
  }
}
.blockquote-smaller blockquote {
  font-size: 18px;
}
@media (min-width: 640px) {
  .blockquote-smaller blockquote {
    font-size: calc(18px + 4 * (100vw - 640px) / 810);
  }
}
@media (min-width: 1450px) {
  .blockquote-smaller blockquote {
    font-size: 22px;
  }
}

blockquote strong {
  display: block;
  margin-top: 15px;
  font-size: 16px;
  color: #5E5E5E;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
}
@media (min-width: 640px) {
  blockquote strong {
    font-size: calc(16px + 4 * (100vw - 640px) / 810);
  }
}
@media (min-width: 1450px) {
  blockquote strong {
    font-size: 20px;
  }
}
blockquote:before, blockquote:after {
  content: "";
  width: 198px;
  height: 1px;
  margin: 30px 0;
  background: #2D9ED7;
}
blockquote:after {
  margin: 0 0 50px;
}
blockquote:last-child {
  margin-bottom: -40px;
}

.wrapper p, .wrapper ul, .wrapper ol,
section.content p,
section.content ul,
section.content ol {
  margin-top: 0;
  margin-bottom: 1.7em;
}
.wrapper p.smaller-1x, .wrapper ul.smaller-1x, .wrapper ol.smaller-1x,
section.content p.smaller-1x,
section.content ul.smaller-1x,
section.content ol.smaller-1x {
  font-size: 15px;
}
@media (min-width: 0px) {
  .wrapper p.smaller-1x, .wrapper ul.smaller-1x, .wrapper ol.smaller-1x,
  section.content p.smaller-1x,
  section.content ul.smaller-1x,
  section.content ol.smaller-1x {
    font-size: calc(15px + 2 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  .wrapper p.smaller-1x, .wrapper ul.smaller-1x, .wrapper ol.smaller-1x,
  section.content p.smaller-1x,
  section.content ul.smaller-1x,
  section.content ol.smaller-1x {
    font-size: 17px;
  }
}
.wrapper p.smaller-2x, .wrapper ul.smaller-2x, .wrapper ol.smaller-2x,
section.content p.smaller-2x,
section.content ul.smaller-2x,
section.content ol.smaller-2x {
  font-size: 13px;
}
@media (min-width: 0px) {
  .wrapper p.smaller-2x, .wrapper ul.smaller-2x, .wrapper ol.smaller-2x,
  section.content p.smaller-2x,
  section.content ul.smaller-2x,
  section.content ol.smaller-2x {
    font-size: calc(13px + 2 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  .wrapper p.smaller-2x, .wrapper ul.smaller-2x, .wrapper ol.smaller-2x,
  section.content p.smaller-2x,
  section.content ul.smaller-2x,
  section.content ol.smaller-2x {
    font-size: 15px;
  }
}
.wrapper p.smaller-3x, .wrapper ul.smaller-3x, .wrapper ol.smaller-3x,
section.content p.smaller-3x,
section.content ul.smaller-3x,
section.content ol.smaller-3x {
  font-size: 11px;
}
@media (min-width: 0px) {
  .wrapper p.smaller-3x, .wrapper ul.smaller-3x, .wrapper ol.smaller-3x,
  section.content p.smaller-3x,
  section.content ul.smaller-3x,
  section.content ol.smaller-3x {
    font-size: calc(11px + 2 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  .wrapper p.smaller-3x, .wrapper ul.smaller-3x, .wrapper ol.smaller-3x,
  section.content p.smaller-3x,
  section.content ul.smaller-3x,
  section.content ol.smaller-3x {
    font-size: 13px;
  }
}
.wrapper p.smaller-4x, .wrapper ul.smaller-4x, .wrapper ol.smaller-4x,
section.content p.smaller-4x,
section.content ul.smaller-4x,
section.content ol.smaller-4x {
  font-size: 9px;
}
@media (min-width: 0px) {
  .wrapper p.smaller-4x, .wrapper ul.smaller-4x, .wrapper ol.smaller-4x,
  section.content p.smaller-4x,
  section.content ul.smaller-4x,
  section.content ol.smaller-4x {
    font-size: calc(9px + 2 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  .wrapper p.smaller-4x, .wrapper ul.smaller-4x, .wrapper ol.smaller-4x,
  section.content p.smaller-4x,
  section.content ul.smaller-4x,
  section.content ol.smaller-4x {
    font-size: 11px;
  }
}
.wrapper p.smaller-5x, .wrapper ul.smaller-5x, .wrapper ol.smaller-5x,
section.content p.smaller-5x,
section.content ul.smaller-5x,
section.content ol.smaller-5x {
  font-size: 7px;
}
@media (min-width: 0px) {
  .wrapper p.smaller-5x, .wrapper ul.smaller-5x, .wrapper ol.smaller-5x,
  section.content p.smaller-5x,
  section.content ul.smaller-5x,
  section.content ol.smaller-5x {
    font-size: calc(7px + 2 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  .wrapper p.smaller-5x, .wrapper ul.smaller-5x, .wrapper ol.smaller-5x,
  section.content p.smaller-5x,
  section.content ul.smaller-5x,
  section.content ol.smaller-5x {
    font-size: 9px;
  }
}
.wrapper p.larger-1x, .wrapper ul.larger-1x, .wrapper ol.larger-1x,
section.content p.larger-1x,
section.content ul.larger-1x,
section.content ol.larger-1x {
  font-size: 19px;
}
@media (min-width: 0px) {
  .wrapper p.larger-1x, .wrapper ul.larger-1x, .wrapper ol.larger-1x,
  section.content p.larger-1x,
  section.content ul.larger-1x,
  section.content ol.larger-1x {
    font-size: calc(19px + 2 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  .wrapper p.larger-1x, .wrapper ul.larger-1x, .wrapper ol.larger-1x,
  section.content p.larger-1x,
  section.content ul.larger-1x,
  section.content ol.larger-1x {
    font-size: 21px;
  }
}
.wrapper p.larger-2x, .wrapper ul.larger-2x, .wrapper ol.larger-2x,
section.content p.larger-2x,
section.content ul.larger-2x,
section.content ol.larger-2x {
  font-size: 21px;
}
@media (min-width: 0px) {
  .wrapper p.larger-2x, .wrapper ul.larger-2x, .wrapper ol.larger-2x,
  section.content p.larger-2x,
  section.content ul.larger-2x,
  section.content ol.larger-2x {
    font-size: calc(21px + 2 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  .wrapper p.larger-2x, .wrapper ul.larger-2x, .wrapper ol.larger-2x,
  section.content p.larger-2x,
  section.content ul.larger-2x,
  section.content ol.larger-2x {
    font-size: 23px;
  }
}
.wrapper p.larger-3x, .wrapper ul.larger-3x, .wrapper ol.larger-3x,
section.content p.larger-3x,
section.content ul.larger-3x,
section.content ol.larger-3x {
  font-size: 23px;
}
@media (min-width: 0px) {
  .wrapper p.larger-3x, .wrapper ul.larger-3x, .wrapper ol.larger-3x,
  section.content p.larger-3x,
  section.content ul.larger-3x,
  section.content ol.larger-3x {
    font-size: calc(23px + 2 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  .wrapper p.larger-3x, .wrapper ul.larger-3x, .wrapper ol.larger-3x,
  section.content p.larger-3x,
  section.content ul.larger-3x,
  section.content ol.larger-3x {
    font-size: 25px;
  }
}
.wrapper p.larger-4x, .wrapper ul.larger-4x, .wrapper ol.larger-4x,
section.content p.larger-4x,
section.content ul.larger-4x,
section.content ol.larger-4x {
  font-size: 25px;
}
@media (min-width: 0px) {
  .wrapper p.larger-4x, .wrapper ul.larger-4x, .wrapper ol.larger-4x,
  section.content p.larger-4x,
  section.content ul.larger-4x,
  section.content ol.larger-4x {
    font-size: calc(25px + 2 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  .wrapper p.larger-4x, .wrapper ul.larger-4x, .wrapper ol.larger-4x,
  section.content p.larger-4x,
  section.content ul.larger-4x,
  section.content ol.larger-4x {
    font-size: 27px;
  }
}
.wrapper p.larger-5x, .wrapper ul.larger-5x, .wrapper ol.larger-5x,
section.content p.larger-5x,
section.content ul.larger-5x,
section.content ol.larger-5x {
  font-size: 27px;
}
@media (min-width: 0px) {
  .wrapper p.larger-5x, .wrapper ul.larger-5x, .wrapper ol.larger-5x,
  section.content p.larger-5x,
  section.content ul.larger-5x,
  section.content ol.larger-5x {
    font-size: calc(27px + 2 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  .wrapper p.larger-5x, .wrapper ul.larger-5x, .wrapper ol.larger-5x,
  section.content p.larger-5x,
  section.content ul.larger-5x,
  section.content ol.larger-5x {
    font-size: 29px;
  }
}

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

html, body {
  height: 100%;
}

body {
  background: #ffffff url("/wp-content/uploads/2022/02/CSI-Ripple-Effect-iStock-531695348-2800px-scaled.jpg") no-repeat center top fixed;
  background-size: cover;
}

.off-canvas-wrap {
  position: relative;
  overflow: hidden;
}

.fl-builder-content > .fl-row {
  max-width: 1920px;
  background-color: white;
}

@media screen and (max-width: 769px) {
  .first-content-block {
    margin-top: -60px;
  }
}
.fl-builder-content > .fl-row:first-child > .fl-row-content-wrap {
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: -140px;
}
@media screen and (min-width: 752px) {
  .fl-builder-content > .fl-row:first-child > .fl-row-content-wrap {
    min-height: 550px;
    background-position-x: 52%;
  }
}
@media screen and (min-width: 752px) and (min-width: 752px) {
  .fl-builder-content > .fl-row:first-child > .fl-row-content-wrap {
    min-height: calc(550px + 190 * (100vw - 752px) / 848);
  }
}
@media screen and (min-width: 752px) and (min-width: 1600px) {
  .fl-builder-content > .fl-row:first-child > .fl-row-content-wrap {
    min-height: 740px;
  }
}
@media screen and (min-width: 993px) {
  .fl-builder-content > .fl-row:first-child > .fl-row-content-wrap {
    background-position-x: 60%;
  }
}
@media screen and (min-width: 1200px) {
  .fl-builder-content > .fl-row:first-child > .fl-row-content-wrap {
    background-size: cover;
  }
}
@media screen and (min-width: 768px) {
  .fl-builder-content > .fl-row:first-child > .fl-row-content-wrap {
    background-position-y: 0;
  }
}
.fl-builder-content > .fl-row:first-child > .fl-row-content-wrap > .fl-row-content {
  position: relative;
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  .fl-builder-content > .fl-row:first-child > .fl-row-content-wrap > .fl-row-content {
    padding-top: 500px;
  }
}
@media screen and (min-width: 993px) {
  .fl-builder-content > .fl-row:first-child > .fl-row-content-wrap > .fl-row-content {
    padding-top: 640px;
  }
}

@media screen and (max-width: 769px) {
  .first-content-block {
    margin-top: -60px;
  }
}

.success-story-hero .fl-module-photo.fl-visible-mobile {
  margin-top: -70px;
  margin-bottom: -70px;
}
@media (min-width: 320px) {
  .success-story-hero .fl-module-photo.fl-visible-mobile {
    margin-top: calc(-70px + 30 * (100vw - 320px) / 448);
  }
}
@media (min-width: 768px) {
  .success-story-hero .fl-module-photo.fl-visible-mobile {
    margin-top: -40px;
  }
}
@media (min-width: 320px) {
  .success-story-hero .fl-module-photo.fl-visible-mobile {
    margin-bottom: calc(-70px + 30 * (100vw - 320px) / 448);
  }
}
@media (min-width: 768px) {
  .success-story-hero .fl-module-photo.fl-visible-mobile {
    margin-bottom: -40px;
  }
}

.bottom-divider {
  position: relative;
}
.bottom-divider:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 430px;
  height: 1px;
  background: #2D9ED7;
}

.alignleft {
  margin: 0 3.125rem 1.25rem 0 !important;
  float: left;
}

.alignright {
  margin: 0 0 1.25rem 3.125rem !important;
  float: right;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.skip-to-main-content-link {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 1em;
  background-color: black;
  color: white;
  opacity: 0;
}

.skip-to-main-content-link:focus {
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}

.top-bar-wrapper {
  position: relative;
  z-index: 101;
  max-width: 1920px;
  margin: 0 auto;
}
body.scrolling .top-bar-wrapper {
  left: 50%;
  transform: translateX(-50%);
}

.top-bar-wrapper .top-bar {
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  background: #ffffff;
}
@media screen and (min-width: 1600px) {
  .top-bar-wrapper .top-bar {
    flex-direction: row-reverse;
  }
}
.top-bar-wrapper .top-bar .logo {
  position: absolute;
  top: 0;
  left: 10px;
  transition: all 0.3s ease-in-out;
  z-index: 100;
}
@media (min-width: 320px) {
  .top-bar-wrapper .top-bar .logo {
    left: calc(10px + 15 * (100vw - 320px) / 673);
  }
}
@media (min-width: 993px) {
  .top-bar-wrapper .top-bar .logo {
    left: 25px;
  }
}
.top-bar-wrapper .top-bar .logo a {
  display: block;
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 120px;
  text-decoration: none;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  background: #ffffff;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 320px) {
  .top-bar-wrapper .top-bar .logo a {
    padding-left: calc(10px + 25 * (100vw - 320px) / 673);
  }
}
@media (min-width: 993px) {
  .top-bar-wrapper .top-bar .logo a {
    padding-left: 35px;
  }
}
@media (min-width: 320px) {
  .top-bar-wrapper .top-bar .logo a {
    padding-right: calc(10px + 25 * (100vw - 320px) / 673);
  }
}
@media (min-width: 993px) {
  .top-bar-wrapper .top-bar .logo a {
    padding-right: 35px;
  }
}
@media (min-width: 320px) {
  .top-bar-wrapper .top-bar .logo a {
    padding-top: calc(10px + 10 * (100vw - 320px) / 673);
  }
}
@media (min-width: 993px) {
  .top-bar-wrapper .top-bar .logo a {
    padding-top: 20px;
  }
}
@media (min-width: 320px) {
  .top-bar-wrapper .top-bar .logo a {
    padding-bottom: calc(10px + 10 * (100vw - 320px) / 673);
  }
}
@media (min-width: 993px) {
  .top-bar-wrapper .top-bar .logo a {
    padding-bottom: 20px;
  }
}
@media (min-width: 320px) {
  .top-bar-wrapper .top-bar .logo a {
    width: calc(120px + 68 * (100vw - 320px) / 448);
  }
}
@media (min-width: 768px) {
  .top-bar-wrapper .top-bar .logo a {
    width: 188px;
  }
}
@media screen and (min-width: 768px) {
  .top-bar-wrapper .top-bar .logo a {
    width: 188px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .top-bar-wrapper .top-bar .logo a {
    width: calc(188px + 66 * (100vw - 768px) / 225);
  }
}
@media screen and (min-width: 768px) and (min-width: 993px) {
  .top-bar-wrapper .top-bar .logo a {
    width: 254px;
  }
}
.top-bar-wrapper .top-bar .logo a.scrolled {
  opacity: 0;
  visibility: hidden;
  height: 0;
  width: 0;
  font-size: 1.625rem;
}
.top-bar-wrapper .top-bar .logo a svg, .top-bar-wrapper .top-bar .logo a img {
  margin: 0;
  width: 100%;
  height: auto;
}
.top-bar-wrapper .top-bar .off-canvas-toggle {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 10px;
  padding-right: 10px;
  font-size: 35px;
  line-height: 1;
  color: #00255D;
  cursor: pointer;
  text-transform: uppercase;
}
@media (min-width: 320px) {
  .top-bar-wrapper .top-bar .off-canvas-toggle {
    padding-right: calc(10px + 15 * (100vw - 320px) / 448);
  }
}
@media (min-width: 768px) {
  .top-bar-wrapper .top-bar .off-canvas-toggle {
    padding-right: 25px;
  }
}
@media screen and (min-width: 850px) {
  .top-bar-wrapper .top-bar .off-canvas-toggle {
    display: none;
  }
}
.top-bar-wrapper .top-bar .off-canvas-toggle:before {
  content: "Menu ";
  font-size: 17px;
  margin-right: 10px;
}

@media screen and (min-width: 850px) {
  body.scrolling .easy-notification-bar {
    position: fixed;
    width: 100%;
    z-index: 101;
  }
  body.scrolling.has-easy-notification-bar .top-bar-wrapper {
    top: 43.2px;
  }
  body.scrolling .top-bar-wrapper {
    position: fixed;
    width: 100%;
    z-index: 101;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }
  body.scrolling .top-bar-wrapper .top-bar .logo a {
    width: 210px;
  }
  body.scrolling .primary-navigation > ul > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  body.scrolling .secondary-navigation > ul > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
footer {
  color: #003B76;
  background: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.8);
  max-width: 1920px;
  margin: 0 auto;
}
footer a {
  color: #003B76;
}
footer .footer_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 80px 20px;
  max-width: 1550px;
}
footer .footer_wrapper > div {
  margin: 0 0 40px;
  padding: 0 0 30px;
  border-bottom: 1px solid #ABDAFE;
}
footer .footer_wrapper > div:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
footer .branding {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
@media screen and (min-width: 993px) {
  footer .branding {
    align-items: flex-start;
  }
}
footer .branding .logo {
  flex: 0 0 163px;
}
footer .branding .logo img {
  width: 100%;
  height: auto;
}
footer .branding .logo a {
  display: block;
}
footer .branding .social {
  flex: 0 0 auto;
  margin-left: auto;
}
footer .branding .social ul.cnss-social-icon li.cn-fa-icon a {
  color: #003B76 !important;
  background: transparent !important;
}
footer .locations {
  width: 100%;
}
footer .locations ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  footer .locations ul {
    flex-wrap: nowrap;
  }
}
footer .locations ul li {
  position: relative;
  flex: 1 0 50%;
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  footer .locations ul li {
    flex: 1 0 20%;
    max-width: 20%;
    margin: 0;
  }
}
footer .locations ul li:last-child {
  margin-bottom: 0;
}
footer .locations ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f041";
  font-family: fontAwesome;
  color: #00255D;
  font-weight: 300;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  footer .locations ul li:before {
    top: -30px;
    left: 20px;
  }
}
@media screen and (min-width: 993px) {
  footer .locations ul li:before {
    top: 0;
    left: 0;
  }
}
footer .copyright {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
footer .copyright p {
  flex: 1;
  margin: 0;
  font-size: 14px;
}
footer .copyright p:last-child {
  margin-left: auto;
  text-align: right;
}
footer .copyright a {
  text-decoration: none;
}
footer .copyright a:hover {
  text-decoration: underline;
}

.primary-navigation {
  display: none;
}
@media screen and (min-width: 850px) {
  .primary-navigation {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    transition: all 0.3s ease-in-out;
  }
}
@media screen and (min-width: 1600px) {
  .primary-navigation {
    width: auto;
  }
}
.primary-navigation > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  margin: 0 0 0 300px;
  padding: 0 10px 0 0;
  list-style: none;
}
.primary-navigation > ul > li {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.primary-navigation > ul > li.divider {
  display: none;
}
.primary-navigation > ul > li > a,
.primary-navigation > ul > li > button {
  font-size: 14px;
  display: block;
  padding: 20px 30px;
  padding-left: 6px;
  padding-right: 6px;
  color: #00255D;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  border: 0;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
}
@media (min-width: 850px) {
  .primary-navigation > ul > li > a,
  .primary-navigation > ul > li > button {
    font-size: calc(14px + 6 * (100vw - 850px) / 750);
  }
}
@media (min-width: 1600px) {
  .primary-navigation > ul > li > a,
  .primary-navigation > ul > li > button {
    font-size: 20px;
  }
}
@media (min-width: 850px) {
  .primary-navigation > ul > li > a,
  .primary-navigation > ul > li > button {
    padding-left: calc(6px + 7 * (100vw - 850px) / 750);
  }
}
@media (min-width: 1600px) {
  .primary-navigation > ul > li > a,
  .primary-navigation > ul > li > button {
    padding-left: 13px;
  }
}
@media (min-width: 850px) {
  .primary-navigation > ul > li > a,
  .primary-navigation > ul > li > button {
    padding-right: calc(6px + 7 * (100vw - 850px) / 750);
  }
}
@media (min-width: 1600px) {
  .primary-navigation > ul > li > a,
  .primary-navigation > ul > li > button {
    padding-right: 13px;
  }
}
@media screen and (min-width: 1600px) {
  .primary-navigation > ul > li > a,
  .primary-navigation > ul > li > button {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (min-width: 1600px) and (min-width: 1600px) {
  .primary-navigation > ul > li > a,
  .primary-navigation > ul > li > button {
    padding-left: calc(12px + 1 * (100vw - 1600px) / 100);
  }
}
@media screen and (min-width: 1600px) and (min-width: 1700px) {
  .primary-navigation > ul > li > a,
  .primary-navigation > ul > li > button {
    padding-left: 13px;
  }
}
@media screen and (min-width: 1600px) and (min-width: 1600px) {
  .primary-navigation > ul > li > a,
  .primary-navigation > ul > li > button {
    padding-right: calc(12px + 3 * (100vw - 1600px) / 100);
  }
}
@media screen and (min-width: 1600px) and (min-width: 1700px) {
  .primary-navigation > ul > li > a,
  .primary-navigation > ul > li > button {
    padding-right: 15px;
  }
}
.primary-navigation > ul > li:hover > a, .primary-navigation > ul > li.current-menu-item > a, .primary-navigation > ul > li.current-page-ancestor > a, .primary-navigation > ul > li:hover > button, .primary-navigation > ul > li.current-menu-item > button, .primary-navigation > ul > li.current-page-ancestor > button {
  color: #00255D;
}
.primary-navigation > ul > li.menu-item-has-children > a:after, .primary-navigation > ul > li.menu-item-has-children > button:after {
  position: relative;
  top: -1px;
  margin-left: 5px;
  content: "\f078";
  font-family: fontAwesome;
  color: #8CC63C;
  font-weight: 300;
  font-size: 10px;
  opacity: 0.6;
}
@media (min-width: 850px) {
  .primary-navigation > ul > li.menu-item-has-children > a:after, .primary-navigation > ul > li.menu-item-has-children > button:after {
    margin-left: calc(5px + 5 * (100vw - 850px) / 750);
  }
}
@media (min-width: 1600px) {
  .primary-navigation > ul > li.menu-item-has-children > a:after, .primary-navigation > ul > li.menu-item-has-children > button:after {
    margin-left: 10px;
  }
}
@media (min-width: 850px) {
  .primary-navigation > ul > li.menu-item-has-children > a:after, .primary-navigation > ul > li.menu-item-has-children > button:after {
    font-size: calc(10px + 4 * (100vw - 850px) / 750);
  }
}
@media (min-width: 1600px) {
  .primary-navigation > ul > li.menu-item-has-children > a:after, .primary-navigation > ul > li.menu-item-has-children > button:after {
    font-size: 14px;
  }
}
.primary-navigation > ul > li .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  margin: 0;
  padding: 0;
  width: 300px;
  text-align: left;
  z-index: 1;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}
.primary-navigation > ul > li .sub-menu .mega-menu {
  padding: 15px 30px;
  border: 6px solid #ffffff;
  background: #F1F9FF;
}
.primary-navigation > ul > li .sub-menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.primary-navigation > ul > li .sub-menu li:last-child > a {
  border: none;
}
.primary-navigation > ul > li .sub-menu li a {
  display: block;
  padding: 10px 4px;
  color: #00255D;
  border-bottom: 1px solid #ABDAFE;
  transition: background 300ms ease;
  text-decoration: none;
}
.primary-navigation > ul > li .sub-menu li a:hover {
  font-weight: 600;
}
.primary-navigation > ul > li .sub-menu li.title a {
  padding-left: 21px;
}

.secondary-navigation {
  flex: 0 0 100%;
  background: #003B76;
  foo: foo;
}
@media screen and (min-width: 1801px) {
  .secondary-navigation {
    flex: 0 1 auto;
    background: transparent;
    margin-left: auto;
    margin-right: 30px;
  }
}
.secondary-navigation > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #AEAEAE;
}
@media screen and (min-width: 768px) {
  .secondary-navigation > ul {
    border: none;
  }
}
.secondary-navigation > ul > li {
  flex: 0 0 auto;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.secondary-navigation > ul > li.button-donate {
  margin-left: 10px;
  border-right: none;
}
.secondary-navigation > ul > li.button-donate:hover a {
  background-color: #8CC63C;
}
.secondary-navigation > ul > li.button-donate > a {
  color: #00255D;
  background-color: #8CC63C;
  padding-left: 16px;
  padding-right: 16px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1600px) {
  .secondary-navigation > ul > li.button-donate > a {
    border-radius: 5px;
  }
}
.secondary-navigation > ul > li.button-donate > a:before {
  margin-right: 10px;
  content: "\f004";
  font-family: fontAwesome;
}
.secondary-navigation > ul > li > a {
  font-size: 14px;
  display: block;
  padding: 10px 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 320px) {
  .secondary-navigation > ul > li > a {
    font-size: calc(14px + 1 * (100vw - 320px) / 1280);
  }
}
@media (min-width: 1600px) {
  .secondary-navigation > ul > li > a {
    font-size: 15px;
  }
}
@media screen and (min-width: 1801px) {
  .secondary-navigation > ul > li > a {
    padding: 14px 10px 12px;
    color: #00255D;
    font-weight: 600;
  }
}
body.mobile-open .off-canvas-menu {
  -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);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}
body.mobile-open .exit-off-canvas {
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 250px;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #F1F9FF;
  border: 6px solid #ffffff;
  z-index: 999999;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.off-canvas-menu .close {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
  z-index: 10;
}
.off-canvas-menu .close:before {
  content: "\f00d";
  font-family: fontAwesome;
  color: #5E5E5E;
  font-weight: 300;
  font-size: 20px;
  opacity: 0.6;
}
.off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}
.off-canvas-menu ul.off-canvas-list {
  list-style-type: none;
  padding: 15px 30px 0;
  margin: 0;
}
.off-canvas-menu ul.off-canvas-list li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.off-canvas-menu ul.off-canvas-list li.menu-item-has-children > a:after {
  position: relative;
  top: -1px;
  margin-left: 10px;
  content: "\f054";
  font-family: fontAwesome;
  color: #5E5E5E;
  font-weight: 300;
  font-size: 14px;
  opacity: 0.6;
}
.off-canvas-menu ul.off-canvas-list li.open_submenu > ul {
  -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);
}
.off-canvas-menu ul.off-canvas-list li label,
.off-canvas-menu ul.off-canvas-list li .back {
  display: block;
  padding: 0;
  color: #00255D;
  font-weight: 700;
  border-bottom: none;
  margin: 0;
}
.off-canvas-menu ul.off-canvas-list li .back > a:before {
  position: relative;
  top: -1px;
  margin-right: 10px;
  content: "\f053";
  font-family: fontAwesome;
  color: #5E5E5E;
  font-weight: 300;
  font-size: 14px;
  opacity: 0.6;
}
.off-canvas-menu ul.off-canvas-list li a {
  display: block;
  padding: 10px 4px;
  color: #00255D;
  border-bottom: 1px solid #ABDAFE;
  transition: background 300ms ease;
  text-decoration: none;
}
.off-canvas-menu ul.off-canvas-list li ul {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #F1F9FF;
  list-style-type: none;
  padding: 15px 30px;
  margin: 0;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  z-index: 1;
}
.off-canvas-menu #menu-secondary-navigation {
  position: relative;
  list-style-type: none;
  padding: 0 30px;
  margin: 0;
}
.off-canvas-menu #menu-secondary-navigation li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.off-canvas-menu #menu-secondary-navigation li:last-child > a {
  border: none;
}
.off-canvas-menu #menu-secondary-navigation li a {
  display: block;
  padding: 10px 4px;
  color: rgba(0, 37, 93, 0.7);
  border-bottom: 1px solid #ABDAFE;
  transition: background 300ms ease;
  text-decoration: none;
}

.footer_navigation {
  width: 100%;
}
.footer_navigation ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .footer_navigation ul {
    flex-wrap: nowrap;
  }
}
.footer_navigation ul > li {
  position: relative;
  flex: 1 0 50%;
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .footer_navigation ul > li {
    flex: 1 0 20%;
    max-width: 20%;
    margin: 0;
  }
}
.footer_navigation ul > li:last-child {
  margin-bottom: 0;
}
.footer_navigation ul > li > a {
  text-transform: uppercase;
  font-weight: 700;
}
.footer_navigation ul > li ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.footer_navigation ul > li ul li {
  flex: 1 0 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
.footer_navigation ul > li ul li a {
  text-transform: none;
  font-weight: 400;
}
.footer_navigation ul a {
  display: block;
  padding: 4px 0;
  font-size: 14px;
  text-decoration: none;
}
.footer_navigation ul a:hover {
  text-decoration: underline;
}
.footer_navigation .empty {
  margin-top: -6px;
}
.footer_navigation .empty > a {
  display: none;
}
.footer_navigation .empty a {
  padding: 10px 0 11px;
  text-transform: uppercase;
  font-weight: 700;
}
.footer_navigation .donate {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer_navigation .donate {
    justify-content: normal;
    text-align: left;
  }
}
.footer_navigation .donate:before {
  display: block;
  content: "Donate to CSI Today";
  font-weight: 700;
  text-transform: uppercase;
  order: 0;
}
.footer_navigation .donate:after {
  content: "As a donor, you not only help us create the conditions to support happiness, you become a change agent for promoting social inclusion. Every dollar counts and is appreciated.";
  order: 1;
}
.footer_navigation .donate:hover a {
  text-decoration: none;
  background-color: #8CC63C;
}
.footer_navigation .donate > a {
  margin-top: 20px;
  padding: 10px 15px;
  color: #00255D;
  background-color: #8CC63C;
  border-radius: 10px;
  order: 2;
}
.footer_navigation .donate > a:before {
  margin-right: 10px;
  content: "\f004";
  font-family: fontAwesome;
}

/**
 * Initial state, hidden off screen
 */
.clicky-menu > li > ul {
  max-height: 0;
  padding: 0;
  list-style: none;
  transition: all 0.1s ease-in-out;
  overflow: hidden;
}

/**
 * No JS fallback
 *
 * Triggers menus on hover rather than click. Supports keyboard navigation in modern browsers.
 */
.clicky-menu.no-js li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.clicky-menu.no-js li:focus-within > ul { /*[2]*/
  opacity: 1;
  visibility: visible;
}

/**
 * Open/Close Menu Behavior with JS
 */
.clicky-menu ul[aria-hidden=false] {
  max-height: 200rem;
  z-index: 10 !important;
}

/**
 * Footnotes
 *
 * [1] Using visibility instead of display allows for easier transitions and animation of submenus
 * [2] Must be a separate ruleset so that hover works in non-modern browsers
 */
.fl-builder-content .fl-button-wrap a.fl-button, .fl-builder-content .fl-button-wrap a.fl-button:visited {
  border: none;
  border-radius: 5px;
  background: #8CC63C;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.fl-builder-content .fl-button-wrap a.fl-button span, .fl-builder-content .fl-button-wrap a.fl-button *, .fl-builder-content .fl-button-wrap a.fl-button:visited span, .fl-builder-content .fl-button-wrap a.fl-button:visited * {
  text-transform: uppercase;
  color: #00255D;
  font-weight: 700;
}

.fl-module-rich-text a.button {
  display: inline-block;
  padding: 12px 24px;
  margin-bottom: 10px;
  border: none;
  border-radius: 5px;
  background: #8CC63C;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: #00255D;
  font-weight: 700;
  text-wrap: nowrap;
}
.fl-module-rich-text a.button span, .fl-module-rich-text a.button * {
  text-transform: uppercase;
  color: #00255D;
  font-weight: 700;
}

#top-button {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  cursor: pointer;
}
#top-button i {
  color: #ffffff;
  font-size: 18px;
}

.arrow {
  position: absolute;
  top: calc(100vh - 8rem);
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  z-index: 100;
}
.arrow::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "\f078";
  font-family: fontAwesome;
  color: #0077B3;
  font-weight: 300;
  font-size: 2.5rem;
  line-height: 1;
}
@media (max-aspect-ratio: 1/1) {
  .arrow {
    display: none;
  }
}
@media (min-aspect-ratio: 1/1) {
  .arrow {
    display: block;
  }
}
@media (aspect-ratio: 1/1) {
  .arrow {
    display: none;
  }
}

body.scrolling .arrow {
  top: calc(100vh - 16rem);
}

.bounce {
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
#skip a {
  display: block;
  position: absolute;
  left: -999px;
  top: -999px;
}
#skip a:focus {
  left: 0;
  top: 0;
  padding: 3px;
  background: #ffc;
  border: 1px solid #990000;
  z-index: 200;
}

body.admin-bar #skip a:focus {
  top: 32px;
}

.fl-photo-content {
  width: 100%;
}
.fl-photo-content a {
  display: block;
}
.fl-photo-content img {
  object-fit: cover;
}

.fl-photo-caption {
  color: #5E5E5E;
  padding-top: 20px;
  padding-left: 20px;
  text-align: left;
  font-size: 14px;
  font-style: italic;
}

.fl-mosaicflow a img {
  border-radius: 20px;
}

div[class*=manual-gallery-] .fl-photo-content a .fl-photo-img {
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
  border: solid 5px #ffffff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}
.manual-gallery-350 .fl-photo-content a .fl-photo-img {
  height: 350px;
}

.manual-gallery-500 .fl-photo-content a .fl-photo-img {
  height: 500px;
}

.photo-circle .fl-photo-img {
  width: 300px;
  height: 300px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  border: solid 5px #ffffff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}
.photo-circle .fl-photo-caption {
  text-align: center;
  padding-left: 0;
}

.mfp-title {
  padding-top: 15px;
}

@media screen and (max-width: 767px) {
  body.home .fl-builder-content > .fl-row:first-child > .fl-row-content-wrap {
    background-position-y: -170px;
  }
}
.mobile-photo-crop img {
  width: 100%;
  max-width: none !important;
  position: relative;
  margin-left: -100%;
  left: 50%;
  margin-top: -60px;
}

body.single .fl-builder-content > .fl-row:first-child > .fl-row-content-wrap {
  min-height: 0;
}
body.single .fl-builder-content > .fl-row:first-child > .fl-row-content-wrap .fl-row-content {
  padding-top: 0;
}

@media screen and (min-width: 1024px) {
  .blog .fl-post-grid {
    padding: 0;
  }
}
.blog .fl-post-grid .fl-post-column {
  flex: 1 0 calc(100% - 30px);
  max-width: calc(100% - 30px);
  margin: 15px;
  padding: 0;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px rgba(239, 239, 239, 0.79);
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .blog .fl-post-grid .fl-post-column {
    flex: 1 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
}
@media screen and (min-width: 993px) {
  .blog .fl-post-grid .fl-post-column {
    flex: 1 0 calc(33% - 30px);
    max-width: calc(33% - 30px);
  }
}
.blog .fl-post-grid .fl-post-grid-post {
  background-color: transparent;
}
.blog .fl-post-grid .fl-post-grid-post .fl-post-grid-title a {
  color: #00255D;
}

.folio-text {
  position: relative;
  z-index: 100;
  top: 1px;
  left: 0px;
  right: 0;
  padding-right: 8%;
  padding-left: 27px;
  width: 100% !important;
  max-width: 580px;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 320px) {
  .folio-text {
    top: calc(1px + 69 * (100vw - 320px) / 320);
  }
}
@media (min-width: 640px) {
  .folio-text {
    top: 70px;
  }
}
@media (min-width: 993px) {
  .folio-text {
    left: calc(0px + 1 * (100vw - 993px) / 607);
  }
}
@media (min-width: 1600px) {
  .folio-text {
    left: 1px;
  }
}
@media (min-width: 320px) {
  .folio-text {
    padding-right: calc(8% + -8 * (100vw - 320px) / 830);
  }
}
@media (min-width: 1150px) {
  .folio-text {
    padding-right: 0;
  }
}
@media (min-width: 752px) {
  .folio-text {
    padding-left: calc(27px + 10 * (100vw - 752px) / 548);
  }
}
@media (min-width: 1300px) {
  .folio-text {
    padding-left: 37px;
  }
}
@media screen and (min-width: 1301px) {
  .folio-text {
    padding-left: 0;
  }
}
@media screen and (min-width: 767px) {
  .folio-text {
    width: 50% !important;
    text-align: left;
    top: 120px;
  }
  body:not(.fl-builder-content-editing) .folio-text {
    position: absolute;
  }
}
@media screen and (min-width: 767px) and (min-width: 768px) {
  .folio-text {
    top: calc(120px + 40 * (100vw - 768px) / 832);
  }
}
@media screen and (min-width: 767px) and (min-width: 1600px) {
  .folio-text {
    top: 160px;
  }
}
.folio-text .fl-module-content {
  margin: 0;
}
.folio-text h1 {
  font-size: 18px;
  margin-top: 0;
}
@media (min-width: 320px) {
  .folio-text h1 {
    font-size: calc(18px + 27 * (100vw - 320px) / 1280);
  }
}
@media (min-width: 1600px) {
  .folio-text h1 {
    font-size: 45px;
  }
}
@media screen and (min-width: 768px) {
  .folio-text h1 {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) and (min-width: 320px) {
  .folio-text h1 {
    font-size: calc(10px + 35 * (100vw - 320px) / 1280);
  }
}
@media screen and (min-width: 768px) and (min-width: 1600px) {
  .folio-text h1 {
    font-size: 45px;
  }
}
@media screen and (min-width: 1200px) {
  .folio-text h1 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) and (min-width: 320px) {
  .folio-text h1 {
    font-size: calc(18px + 27 * (100vw - 320px) / 1280);
  }
}
@media screen and (min-width: 1200px) and (min-width: 1600px) {
  .folio-text h1 {
    font-size: 45px;
  }
}
.folio-text h1 em {
  display: block;
}
.folio-text h2 {
  font-size: 51px;
}
@media (min-width: 640px) {
  .folio-text h2 {
    font-size: calc(51px + 4 * (100vw - 640px) / 810);
  }
}
@media (min-width: 1450px) {
  .folio-text h2 {
    font-size: 55px;
  }
}
.folio-text h3 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #2D9ED7;
}
@media (min-width: 640px) {
  .folio-text h3 {
    font-size: calc(18px + 0 * (100vw - 640px) / 810);
  }
}
@media (min-width: 1450px) {
  .folio-text h3 {
    font-size: 18px;
  }
}
.folio-text p {
  font-size: 15px;
}
@media (min-width: 768px) {
  .folio-text p {
    font-size: calc(15px + 5 * (100vw - 768px) / 932);
  }
}
@media (min-width: 1700px) {
  .folio-text p {
    font-size: 20px;
  }
}
.folio-text ul, .folio-text ol {
  padding-left: 20px;
}

.water-drop {
  text-align: center;
}
.water-drop .fl-row-content-wrap {
  padding: 60px 0;
}
.water-drop em {
  font-family: "Merriweather", serif;
  color: #00255D;
}

ul.checkmarks {
  margin: 0 0 1em;
  padding: 0;
  list-style: none;
}
ul.checkmarks li {
  position: relative;
  padding-left: 40px;
  margin: 0 0 20px 0;
  color: #5E5E5E;
  font-size: 16px;
}
ul.checkmarks li:before {
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("images/bullet-check.png");
}

.fl-row.text-and-image-w-three-cols {
  /** Top text with image on right **/
  /** Three column section **/
  /** exceptions/changes for blue backgrounds **/
}
.fl-row.text-and-image-w-three-cols .fl-row-content-wrap {
  padding-top: 50px;
  padding-bottom: 120px;
}
.fl-row.text-and-image-w-three-cols .fl-col-group:first-child {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  /** Text box **/
  /** Image **/
}
@media screen and (min-width: 768px) {
  .fl-row.text-and-image-w-three-cols .fl-col-group:first-child {
    flex-direction: row;
  }
}
.fl-row.text-and-image-w-three-cols .fl-col-group:first-child > .fl-col:first-child {
  padding-right: 40px;
}
.fl-row.text-and-image-w-three-cols .fl-col-group:last-child {
  display: flex;
  flex-direction: column;
  /** Left column **/
  /** Right column **/
}
@media screen and (min-width: 993px) {
  .fl-row.text-and-image-w-three-cols .fl-col-group:last-child {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.fl-row.text-and-image-w-three-cols .fl-col-group:last-child > .fl-col {
  flex: 1 0 100%;
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 993px) {
  .fl-row.text-and-image-w-three-cols .fl-col-group:last-child > .fl-col {
    flex: 1 0 33.33%;
    max-width: 33.33%;
    padding-right: 40px;
    float: none;
  }
}
.fl-row.text-and-image-w-three-cols .fl-col-group:last-child .fl-col-content,
.fl-row.text-and-image-w-three-cols .fl-col-group:last-child .fl-module-cta,
.fl-row.text-and-image-w-three-cols .fl-col-group:last-child .fl-module-content {
  height: 100%;
}
.fl-row.text-and-image-w-three-cols .fl-col-group:last-child .fl-cta-stacked {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.fl-row.text-and-image-w-three-cols .fl-col-group:last-child .fl-cta-stacked > div {
  flex: 0 0 auto;
}
.fl-row.text-and-image-w-three-cols .fl-col-group:last-child .fl-cta-stacked .fl-cta-button {
  margin-top: auto;
  padding: 0;
}
.fl-row.text-and-image-w-three-cols.blue-bg {
  color: #ffffff;
  background: #003B76;
}
.fl-row.text-and-image-w-three-cols.blue-bg h2, .fl-row.text-and-image-w-three-cols.blue-bg h3, .fl-row.text-and-image-w-three-cols.blue-bg p strong {
  color: #ffffff;
}

.two-columns-w-divider .fl-row-content-wrap {
  padding: 100px 20px 40px;
}
@media screen and (min-width: 768px) {
  .two-columns-w-divider .fl-row-content-wrap {
    padding: 100px 20px;
  }
}
.two-columns-w-divider .fl-module-content {
  margin-top: 0;
}
.two-columns-w-divider p strong {
  color: #00255D;
}
.two-columns-w-divider .fl-col-group:last-child {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .two-columns-w-divider .fl-col-group:last-child {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.two-columns-w-divider .fl-col-group:last-child .fl-col {
  float: none;
}
.two-columns-w-divider .fl-col-group:last-child .fl-col-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.two-columns-w-divider .fl-col-group:last-child .fl-col-content .fl-module-button {
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .two-columns-w-divider .fl-col-group:last-child .fl-col:first-child {
    position: relative;
    padding-right: 40px;
  }
  .two-columns-w-divider .fl-col-group:last-child .fl-col:first-child:before {
    content: "";
    width: 1px;
    height: 80%;
    background: rgba(0, 119, 179, 0.43);
    display: block;
    position: absolute;
    right: 0;
    top: 10%;
  }
  .two-columns-w-divider .fl-col-group:last-child .fl-col:last-child {
    padding-left: 40px;
  }
}
.two-columns-w-divider .list-of-links ul {
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
}
@media screen and (min-width: 1600px) {
  .two-columns-w-divider .list-of-links ul {
    columns: 2;
  }
}
.two-columns-w-divider .list-of-links ul li:before {
  display: none;
}
.two-columns-w-divider .list-of-links a {
  color: #0077B3;
}
.two-columns-w-divider .list-of-links a:after {
  display: inline-block;
  margin-left: 10px;
  content: "→";
}

.white-circle-light-blue {
  background: #F1F9FF;
}
.white-circle-light-blue .fl-row-content-wrap {
  overflow: hidden;
}
.white-circle-light-blue .fl-row-content-wrap:before {
  content: "";
  position: absolute;
  left: -210px;
  top: -350px;
  width: 480px;
  height: 480px;
  background: #ffffff;
  border-radius: 100%;
  z-index: 0;
}
@media (min-width: 320px) {
  .white-circle-light-blue .fl-row-content-wrap:before {
    top: calc(-350px + -100 * (100vw - 320px) / 1380);
  }
}
@media (min-width: 1700px) {
  .white-circle-light-blue .fl-row-content-wrap:before {
    top: -450px;
  }
}
@media (min-width: 320px) {
  .white-circle-light-blue .fl-row-content-wrap:before {
    width: calc(480px + 420 * (100vw - 320px) / 1380);
  }
}
@media (min-width: 1700px) {
  .white-circle-light-blue .fl-row-content-wrap:before {
    width: 900px;
  }
}
@media (min-width: 320px) {
  .white-circle-light-blue .fl-row-content-wrap:before {
    height: calc(480px + 420 * (100vw - 320px) / 1380);
  }
}
@media (min-width: 1700px) {
  .white-circle-light-blue .fl-row-content-wrap:before {
    height: 900px;
  }
}
.white-circle-light-blue .fl-row-content-wrap > .fl-row-content {
  position: relative;
  z-index: 1;
}

.sidebar-left .fl-col-group,
.sidebar-right .fl-col-group {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .sidebar-left .fl-col-group,
  .sidebar-right .fl-col-group {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.sidebar-left .fl-col-group .fl-module-cta,
.sidebar-right .fl-col-group .fl-module-cta {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sidebar-left .fl-col-group .fl-module-cta,
  .sidebar-right .fl-col-group .fl-module-cta {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .sidebar-left .fl-col-group {
    flex-direction: column-reverse;
  }
}

#brain-injury > .fl-row-content-wrap > .fl-row-content > .fl-col-group:last-of-type {
  flex-direction: column;
}
@media screen and (min-width: 1100px) {
  #brain-injury > .fl-row-content-wrap > .fl-row-content > .fl-col-group:last-of-type {
    flex-direction: row;
  }
}
@media screen and (max-width: 1099px) {
  #brain-injury > .fl-row-content-wrap > .fl-row-content > .fl-col-group:last-of-type .fl-col {
    width: 100%;
  }
}

.css-grid {
  grid-template-columns: repeat(1, 80%) !important;
  grid-template-rows: min-content !important;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .css-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media screen and (min-width: 993px) {
  .css-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
.css-grid > .fl-module-box {
  aspect-ratio: auto;
}

.fl-row[class*=card-grid] {
  text-align: center;
}
.fl-row[class*=card-grid] > .fl-row-content-wrap {
  padding: 0 0 45px;
}
@media screen and (min-width: 993px) {
  .fl-row[class*=card-grid] > .fl-row-content-wrap {
    padding: 6px 0 100px;
  }
}
.fl-row[class*=card-grid] .fl-col-group:last-child {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
}
.card-grid .fl-col-group:last-child > .fl-col {
  flex: 1 0 calc(100% - 30px);
  max-width: calc(100% - 30px);
}
@media screen and (min-width: 640px) {
  .card-grid .fl-col-group:last-child > .fl-col {
    flex: 1 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
}
@media screen and (min-width: 993px) {
  .card-grid .fl-col-group:last-child > .fl-col {
    flex: 1 0 calc(33% - 30px);
    max-width: calc(33% - 30px);
  }
}

.card-grid-3x .fl-col-group:last-child > .fl-col {
  flex: 1 0 calc(100% - 30px);
  max-width: calc(100% - 30px);
}
@media screen and (min-width: 640px) {
  .card-grid-3x .fl-col-group:last-child > .fl-col {
    flex: 1 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
}
@media screen and (min-width: 993px) {
  .card-grid-3x .fl-col-group:last-child > .fl-col {
    flex: 1 0 calc(33% - 30px);
    max-width: calc(33% - 30px);
  }
}

.card-grid-4x .fl-col-group:last-child > .fl-col {
  flex: 1 0 calc(100% - 30px);
  max-width: calc(100% - 30px);
}
@media screen and (min-width: 640px) {
  .card-grid-4x .fl-col-group:last-child > .fl-col {
    flex: 1 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
}
@media screen and (min-width: 993px) {
  .card-grid-4x .fl-col-group:last-child > .fl-col {
    flex: 1 0 calc(25% - 30px);
    max-width: calc(25% - 30px);
  }
}

.fl-row[class*=card-grid] .fl-col-group:last-child > .fl-col {
  margin: 15px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px rgba(239, 239, 239, 0.79);
}
.fl-row[class*=card-grid] .fl-col-group:last-child > .fl-col > .fl-col-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .fl-row[class*=card-grid] .fl-col-group:last-child > .fl-col > .fl-col-content .fl-module:not(.fl-module-photo) {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .fl-row[class*=card-grid] .fl-col-group:last-child > .fl-col > .fl-col-content .fl-module:not(.fl-module-photo) {
    margin-left: calc(10px + 20 * (100vw - 320px) / 448);
    margin-right: calc(10px + 20 * (100vw - 320px) / 448);
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .fl-row[class*=card-grid] .fl-col-group:last-child > .fl-col > .fl-col-content .fl-module:not(.fl-module-photo) {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (min-width: 768px) {
  .fl-row[class*=card-grid] .fl-col-group:last-child > .fl-col > .fl-col-content .fl-module:not(.fl-module-photo) {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .fl-row[class*=card-grid] .fl-col-group:last-child > .fl-col > .fl-col-content .fl-module:not(.fl-module-photo) {
    margin-left: calc(10px + 20 * (100vw - 768px) / 225);
    margin-right: calc(10px + 20 * (100vw - 768px) / 225);
  }
}
@media screen and (min-width: 768px) and (min-width: 993px) {
  .fl-row[class*=card-grid] .fl-col-group:last-child > .fl-col > .fl-col-content .fl-module:not(.fl-module-photo) {
    margin-left: 30px;
    margin-right: 30px;
  }
}
.fl-row[class*=card-grid] .fl-col-group:last-child .fl-module-photo {
  margin-bottom: 20px;
}
.fl-row[class*=card-grid] .fl-col-group:last-child .fl-module-photo .fl-module-content {
  margin: 0;
}
.fl-row[class*=card-grid] .fl-col-group:last-child .fl-module-photo .fl-photo-content {
  overflow: hidden;
  height: 400px;
}
@media screen and (min-width: 640px) {
  .fl-row[class*=card-grid] .fl-col-group:last-child .fl-module-photo .fl-photo-content {
    height: 350px;
  }
}
.fl-row[class*=card-grid] .fl-col-group:last-child .fl-module-photo .fl-photo-content a {
  height: 100%;
}
.fl-row[class*=card-grid] .fl-col-group:last-child .fl-module-photo .fl-photo-content a:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgb(140, 198, 60);
  transition: all 0.2s;
  opacity: 0;
}
.fl-row[class*=card-grid] .fl-col-group:last-child .fl-module-photo .fl-photo-content a:hover:before {
  opacity: 0.75;
}
.fl-row[class*=card-grid] .fl-col-group:last-child .fl-module-photo .fl-photo-content img {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 100%;
  position: relative;
}
.fl-row[class*=card-grid] .fl-col-group:last-child .fl-module-rich-text p {
  margin: 0;
  color: #5E5E5E;
  font-size: 16px;
}
.fl-row[class*=card-grid] .fl-col-group:last-child .fl-module-rich-text strong {
  color: #00255D;
  font-size: 20px;
}
@media screen and (min-width: 993px) {
  .fl-row.card-grid-4x .fl-col-group:last-child > .fl-col h3 {
    font-size: 14px;
  }
}
@media screen and (min-width: 993px) and (min-width: 320px) {
  .fl-row.card-grid-4x .fl-col-group:last-child > .fl-col h3 {
    font-size: calc(14px + 2 * (100vw - 320px) / 673);
  }
}
@media screen and (min-width: 993px) and (min-width: 993px) {
  .fl-row.card-grid-4x .fl-col-group:last-child > .fl-col h3 {
    font-size: 16px;
  }
}
@media screen and (min-width: 993px) {
  .fl-row.card-grid-4x .fl-col-group:last-child > .fl-col p {
    font-size: 12px;
  }
}
@media screen and (min-width: 993px) and (min-width: 320px) {
  .fl-row.card-grid-4x .fl-col-group:last-child > .fl-col p {
    font-size: calc(12px + 2 * (100vw - 320px) / 673);
  }
}
@media screen and (min-width: 993px) and (min-width: 993px) {
  .fl-row.card-grid-4x .fl-col-group:last-child > .fl-col p {
    font-size: 14px;
  }
}
@media screen and (min-width: 993px) {
  .fl-row.card-grid-4x .fl-col-group:last-child > .fl-col strong,
  .fl-row.card-grid-4x .fl-col-group:last-child > .fl-col h3 strong {
    font-size: 14px;
  }
}
@media screen and (min-width: 993px) and (min-width: 320px) {
  .fl-row.card-grid-4x .fl-col-group:last-child > .fl-col strong,
  .fl-row.card-grid-4x .fl-col-group:last-child > .fl-col h3 strong {
    font-size: calc(14px + 4 * (100vw - 320px) / 673);
  }
}
@media screen and (min-width: 993px) and (min-width: 993px) {
  .fl-row.card-grid-4x .fl-col-group:last-child > .fl-col strong,
  .fl-row.card-grid-4x .fl-col-group:last-child > .fl-col h3 strong {
    font-size: 18px;
  }
}
.fl-row[class*=card-grid] .fl-col-group:last-child .fl-module.fl-module-button {
  margin-top: auto;
  margin-bottom: 15px;
}

@media screen and (min-width: 993px) {
  .signup .fl-row-content {
    max-width: 800px;
  }
}
.signup .fl-row-content-wrap::after {
  mix-blend-mode: multiply;
}
.signup .ctct-form-defaults {
  background-color: transparent !important;
  padding-top: 0;
}
.signup .ctct-form-defaults .ctct-form-custom {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  gap: 0;
  grid-auto-flow: row;
  grid-template-areas: "headline headline headline" "text text text" "email-field email-field email-field" "submit submit submit" "gdpr gdpr gdpr" "email-error-msg email-error-msg email-error-msg" "error-msg error-msg error-msg" "error-network error-network error-network" "recaptcha recaptcha recaptcha";
}
@media screen and (min-width: 531px) {
  .signup .ctct-form-defaults .ctct-form-custom {
    grid-template-areas: "headline headline headline" "text text text" "email-field email-field submit" "gdpr gdpr gdpr" "email-error-msg email-error-msg email-error-msg" "error-msg error-msg error-msg" "error-network error-network error-network" "recaptcha recaptcha recaptcha";
  }
}
.signup .ctct-form-defaults .ctct-form-custom .ctct-form-header {
  grid-area: headline;
  color: #ffffff !important;
  font-size: 26px;
  margin-bottom: 0;
  text-align: center;
}
.signup .ctct-form-defaults .ctct-form-custom .ctct-form-text {
  font-size: 16px;
  color: #ffffff !important;
  grid-area: text;
  text-align: center;
  margin-bottom: 12px;
}
.signup .ctct-form-defaults .ctct-form-custom #email_address_field_0 {
  grid-area: email-field;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.signup .ctct-form-defaults .ctct-form-custom #email_address_field_0 #email_address_label_0 {
  color: #ffffff;
  margin-right: 10px;
  margin-bottom: 0;
}
.signup .ctct-form-defaults .ctct-form-custom #email_address_field_0 #email_address_0 {
  padding: 4px 10px;
  margin-right: 10px;
}
.signup .ctct-form-defaults .ctct-form-custom button[type=submit] {
  font-weight: 700;
  grid-area: submit;
  padding: 12px;
  margin: 20px 0;
}
@media screen and (min-width: 531px) {
  .signup .ctct-form-defaults .ctct-form-custom button[type=submit] {
    padding: 0;
    margin: 0;
  }
}
.signup .ctct-form-defaults .ctct-form-custom #gdpr_text {
  grid-area: gdpr;
}
.signup .ctct-form-defaults .ctct-form-custom #gdpr_text p {
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
}
.signup .ctct-form-defaults .ctct-form-custom #gdpr_text p a {
  color: #ffffff !important;
}
.signup .ctct-form-defaults .ctct-form-custom #error_message_0 {
  grid-area: error-msg;
  font-size: 12px;
}
.signup .ctct-form-defaults .ctct-form-custom #network_error_message_0 {
  grid-area: error-network;
  font-size: 12px;
}
.signup .ctct-form-defaults .ctct-form-custom #ctct_recaptcha_0 {
  grid-area: recaptcha;
  font-size: 12px;
}
.signup .ctct-form-defaults .ctct-form-custom .ctct-form-errorMessage {
  font-size: 12px;
}
.signup .ctct-form-defaults .ctct-form-footer {
  display: none;
  margin-top: 0;
  padding-top: 0;
}

.easy-notification-bar {
  font-weight: 700;
  line-height: 1.3 !important;
  color: #ffffff !important;
  background: #00255D !important;
  padding: 10px;
}
.easy-notification-bar .easy-notification-bar-button a, .easy-notification-bar .easy-notification-bar-button a:hover, .easy-notification-bar .easy-notification-bar-button a:visited, .easy-notification-bar .easy-notification-bar-button a:focus {
  color: #8CC63C;
  font-weight: 400;
  text-decoration: underline;
  text-transform: uppercase;
  background: transparent;
}
.easy-notification-bar .easy-notification-bar-button a:after, .easy-notification-bar .easy-notification-bar-button a:hover:after, .easy-notification-bar .easy-notification-bar-button a:visited:after, .easy-notification-bar .easy-notification-bar-button a:focus:after {
  content: " >";
}

.mce-menu-item.mce-menu-item-preview.mce-active .mce-text, .mce-menu-item.mce-menu-item-preview.mce-active .mce-ico {
  color: #ffffff !important;
}

.mce-menu .mce-menu-item.mce-active.mce-menu-item-normal, .mce-menu .mce-menu-item.mce-active.mce-menu-item-preview, .mce-menu .mce-menu-item.mce-selected, .mce-menu .mce-menu-item:focus, .mce-menu .mce-menu-item:hover {
  background-color: #003B76 !important;
}

.mce-menu .mce-menu-item .mce-text {
  font-size: 16px !important;
  font-weight: 400 !important;
}

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