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

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

/*
a:focus {
    outline:0;
}
:focus, :active {
    outline:none; outline:0;
} ::-moz-focus-inner {
    outline:none;
}
*/
article, aside, details, figcaption, figure, footer,
header, hgroup, menu, nav, section {
  display: block;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

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

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

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

input, select {
  vertical-align: middle;
}

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

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

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

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

input[type=text],
input[type=password],
input[type=url],
input[type=number],
input[type=tel],
input[type=email],
input[type=submit],
button, textarea, select {
  -webkit-appearance: none;
  outline: 1px solid transparent;
}

textarea {
  resize: none;
  overflow: auto;
}

button, a span {
  cursor: pointer;
}

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

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

table {
  table-layout: fixed;
}

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

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
}

select:-moz-focusring {
  color: transparent;
}

select::-ms-expand {
  display: none;
}

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

/* != ms-clear */
input[type=text]::-ms-clear {
  display: none;
}

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

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

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

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

/* ========================================================================= */
/* !FONTS (@fontface generated with FontSpring Syntax formatting */
/* ========================================================================= */
/* Gangster */
@font-face {
  font-family: "Gangster";
  src: url("/ui/fonts/Gangster/gangstergrotesk-regular-webfont.woff2") format("woff2"), url("/ui/fonts/Gangster/gangstergrotesk-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gangster";
  src: url("/ui/fonts/Gangster/gangstergrotesk-bold-webfont.woff2") format("woff2"), url("/ui/fonts/Gangster/gangstergrotesk-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Gangster";
  src: url("/ui/fonts/Gangster/gangstergrotesk-light-webfont.woff2") format("woff2"), url("/ui/fonts/Gangster/gangstergrotesk-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
/* Clear Sans*/
@font-face {
  font-family: "Clear Sans";
  src: url("/ui/fonts/ClearSans/ClearSans-Regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Clear Sans";
  src: url("/ui/fonts/ClearSans/ClearSans-Thin-webfont.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Clear Sans";
  src: url("/ui/fonts/ClearSans/ClearSans-Light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Clear Sans";
  src: url("/ui/fonts/ClearSans/ClearSans-Italic-webfont.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Clear Sans";
  src: url("/ui/fonts/ClearSans/ClearSans-Medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Clear Sans";
  src: url("/ui/fonts/ClearSans/ClearSans-MediumItalic-webfont.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Clear Sans";
  src: url("/ui/fonts/ClearSans/ClearSans-Bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Clear Sans";
  src: url("/ui/fonts/ClearSans/ClearSans-BoldItalic-webfont.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
/* ========================================================================= */
/* !SASS VARIABLES & MIXINS */
/* ========================================================================= */
/*
    // Use Case: $b (second) variable is optional and defaults to 'max-width'

    @include break(1100){
        h1{
            background: red;
        }
    }

    // Output
    @media screen and (max-width: 1100px) {
        h1 { background: red; }
    }

    // Also, if you want to specify the 2nd variable for break type (i.e., min-height)

    @include break(1100, 'min-height'){
        h1 {
            background:red;
        }
    }

    // Output
    @media screen and (min-height: 1100px) {
        h1 { background: red; }
    }
*/
/*
    // inline SVGs
    // usage: background-image: inline-svg('<svg><!-- your svg code --></svg>');
*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

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

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

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

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

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

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

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

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

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

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

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
  	 * Remove all paddings around the image on small screen
  	 */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    transform-origin: 0;
  }

  .mfp-arrow-right {
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* ========================================================================= */
/* !STYLES */
/* ========================================================================= */
html, body {
  font-family: "Clear Sans", Helvetica, "Helvetica Neue", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #4E555A;
  scroll-behavior: smooth;
}

html {
  background-color: #1C304A;
}

body {
  background-color: #fff;
}

a {
  color: #2370B4;
  transition: 0.15s;
}
a:hover {
  color: #008363;
}

/* != SELECTION STYLES (Leaving these blank will show no indication of text selection) ===== */
::selection {
  background: #2370B4;
  color: #fff;
}

::-moz-selection {
  background: #2370B4;
  color: #fff;
}

::-webkit-selection {
  background: #2370B4;
  color: #fff;
}

/* != DEFAULT WORDPRESS STYLES = USE AS NEEDED = .wp-caption = .wp-caption-dd = .wpGallery = .shutter = .shutterset ==== */
.aligncenter {
  display: block;
  margin: 25px auto;
}

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

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

.alignnone {
  display: inline-block;
}

/* != LAYOUT STYLES ===== */
main {
  display: block;
}

h1 {
  font-family: "Gangster", Helvetica, "Helvetica Neue", "Arial", sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 1.1363636364em;
  color: #1C304A;
}

h2 {
  font-family: "Gangster", Helvetica, "Helvetica Neue", "Arial", sans-serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 1.2em;
  color: #1C304A;
}
h2.underline {
  padding-bottom: 11px;
  border-bottom: 1px solid #D8D8D8;
}
@media screen and (max-width: 768px) {
  h2.underline {
    margin-bottom: 20px;
  }
}

h3 {
  font-family: "Gangster", Helvetica, "Helvetica Neue", "Arial", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2em;
  color: #1C304A;
}

h4 {
  font-family: "Gangster", Helvetica, "Helvetica Neue", "Arial", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.4545454545em;
  color: #4E555A;
  max-width: 960px;
  margin-bottom: 30px;
}
h4 small {
  display: block;
  font-size: 14px;
  font-weight: 600;
}

h5 {
  font-family: "Gangster", Helvetica, "Helvetica Neue", "Arial", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4444444444em;
  color: #1C304A;
}

h6 {
  font-family: "Gangster", Helvetica, "Helvetica Neue", "Arial", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.1333333333em;
  color: #1C304A;
}

.content-main ul:not([class*=gf]) > li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
}
.content-main ul:not([class*=gf]) > li:before {
  content: "•";
  position: absolute;
  left: 8px;
}
.content-main ol {
  counter-reset: li;
}
.content-main ol > li {
  position: relative;
  padding-left: 20px;
}
.content-main ol > li:before {
  content: counter(li) ". ";
  counter-increment: li;
  position: absolute;
  right: calc(100% - 15px);
}

.wrap, .back-form {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

body [class*=flex] {
  display: flex;
}
body [class*=flex][class*=-justify] {
  justify-content: space-between;
}
body [class*=flex][class*=-wrap] {
  flex-wrap: wrap;
}
body [class*=flex][class*=-center] {
  align-items: center;
}
body [class*=flex][class*=-stretch] {
  align-items: stretch;
}

#skipnav {
  position: absolute;
  left: -50000px;
}

#jumptocontent {
  font-size: 0;
  line-height: 0;
  height: 0;
  width: 0;
}

#header {
  padding: 20px 0;
  background-color: #1C304A;
  background-image: url(https://www.fcltglobal.org/ui/images/bg-banner.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.error404 #header {
  margin-bottom: 80px;
}
@media screen and (min-width: 1501px) {
  #header {
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  #header {
    padding: 60px 0 15px;
  }
  #header .perpetual {
    padding: 15px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(28, 48, 74, 0.9);
  }
}
#header .logo {
  position: relative;
  z-index: 100;
}
#header .logo img {
  display: block;
}
@media screen and (max-width: 960px) {
  #header .logo img {
    width: 160px;
  }
}
.page-template-template-resources #header, .single-resource #header {
  background: url(../images/bg-honeycomb.png) top right no-repeat, #1C304A url(../images/bg-banner.jpg) no-repeat center center/cover;
}
.page-template-template-team #header, .single-team-member #header {
  background: url(../images/bg-rectangles.png) top right no-repeat, #1C304A url(../images/bg-banner.jpg) no-repeat center center/cover;
}

.perpetual {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9001;
  padding: 20px 0;
  position: fixed;
  transition: 0.15s;
}
.perpetual.sticky {
  background-color: rgba(28, 48, 74, 0.95);
  padding: 0;
}
.perpetual + #banner {
  margin-top: 65px;
}

#banner {
  padding-top: 90px;
  padding-bottom: 42px;
  position: relative;
}
#banner h2 {
  font-size: 41px;
  line-height: em(50/44);
  font-weight: 700;
  color: #fff;
  margin-bottom: em(27/44);
}
#banner h2:last-child {
  margin-bottom: -29px;
}
#banner p {
  color: #fff;
  font-size: 18px;
}
#banner p a {
  color: #fff;
  text-decoration: underline;
}
#banner p a:hover {
  color: #A5D0E2;
}
#banner .btn {
  margin-top: 33px;
}
#banner .banner-text-d {
  display: flex;
}
#banner .banner-text-d h2 {
  width: 43.8596491228%;
  padding-right: 20px;
  padding-left: 48px;
}
@media screen and (max-width: 960px) {
  #banner .banner-text-d h2 {
    padding-left: 36px;
    font-size: 32px;
  }
}
#banner .banner-text-d div {
  width: 56.1403508772%;
}
#banner .banner-text-m {
  display: none;
}
#banner.centered h2 {
  text-align: center;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  #banner {
    padding-top: 45px;
  }
  #banner .banner-text-d {
    display: none;
  }
  #banner .banner-text-m {
    display: block;
  }
  #banner h2 {
    font-size: 28px;
  }
  #banner p {
    font-size: 16px;
  }
}

#navs {
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  #navs {
    display: flex !important;
  }

  .nav-social {
    padding: 10px 0;
  }
  .nav-social a {
    font-size: 0;
    opacity: 0.4;
    transition: 0.15s;
    vertical-align: middle;
  }
  .nav-social a:hover {
    opacity: 1;
  }
  .nav-social svg {
    width: 24px;
    height: 24px;
    fill: #fff;
    vertical-align: middle;
  }
}
@media screen and (min-width: 769px) and (max-width: 960px) {
  .nav-social svg {
    width: 18px;
    height: 18px;
  }
}
@media screen and (min-width: 769px) {
  .nav-search {
    width: 44px;
    height: 44px;
    margin: 0 3px;
    overflow: visible;
    position: relative;
  }
  .nav-search button {
    width: 44px;
    height: 44px;
    position: relative;
    z-index: 5;
    background-color: transparent;
    font-size: 0;
  }
  .nav-search button svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: #fff;
    transition: 0.15s;
  }
  .nav-search button.expanded svg {
    fill: #008363;
  }
  .nav-search button.expanded + form {
    width: 268px;
    padding: 4px 44px 4px 4px;
  }
  .nav-search form {
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    height: 44px;
    padding: 4px 0 4px 0;
    overflow: hidden;
    width: 0;
    transition: 0.15s;
  }
  .nav-search label {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }
  .nav-search input {
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.4285714286em;
    background-color: #E6E7E8;
    border-radius: 4px;
    border: none;
    width: 220px;
  }
}
@media screen and (min-width: 769px) {
  .nav-util {
    font-size: 13px;
    padding-left: 29px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
  }
}
@media screen and (min-width: 769px) and (max-width: 960px) {
  .nav-util {
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) {
  .nav-util a {
    color: #fff;
    line-height: 30px;
    display: block;
  }
}
@media screen and (min-width: 769px) {
  #main-nav > ul {
    font-size: 0;
    margin-right: 15px;
  }
  #main-nav > ul > li {
    display: inline-block;
    font-size: 15px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  #main-nav > ul > li {
    font-size: 13px;
  }
}
@media screen and (min-width: 769px) {
  #main-nav > ul > li > a {
    color: #fff;
    font-weight: 500;
    display: block;
    padding: 13px 15px;
    line-height: 1.3846153846em;
  }
}
@media screen and (min-width: 769px) {
  #main-nav > ul > li:hover {
    background-color: #fff;
  }
  #main-nav > ul > li:hover > a {
    color: #008363;
  }
}
@media screen and (min-width: 769px) and (max-width: 960px) {
  #main-nav > ul > li > a {
    font-size: 12px;
    padding: 8px 6px;
  }
}
@media screen and (min-width: 769px) {
  #main-nav > ul > li.menu-item-has-children {
    position: relative;
  }
  #main-nav > ul > li.menu-item-has-children:hover > ul {
    display: block !important;
  }
}
@media screen and (min-width: 769px) {
  #main-nav > ul ul {
    position: absolute;
    background-color: #fff;
    width: 190px;
    top: 100%;
    left: 0;
    display: none !important;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  }
  #main-nav > ul ul li a {
    display: block;
    color: #2370B4;
    position: relative;
    font-size: 13px;
    line-height: 18px;
    transition: 0.15s;
  }
  #main-nav > ul ul li a > span {
    padding: 13px 40px 13px 15px;
    display: block;
    width: 100%;
    position: relative;
    z-index: 2;
    background-image: url("data:image/svg+xml,%3Csvg width%3D%226%22 height%3D%229%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath d%3D%22M1 8l3.5-3.5L1 1%22 stroke%3D%22%23FFF%22 stroke-width%3D%222%22 fill%3D%22none%22 fill-rule%3D%22evenodd%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
    background-position: right 19px center;
  }
  #main-nav > ul ul li a:before {
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #2370B4;
    transition: 0.15s;
    content: "";
  }
  #main-nav > ul ul li:hover > a {
    color: #fff;
  }
  #main-nav > ul ul li:hover > a:before {
    width: 100%;
  }
}
#nav-toggle {
  font-size: 0;
  background-image: url("data:image/svg+xml,%3Csvg width%3D%2220%22 height%3D%2214%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath d%3D%22M19 12a1 1 0 0 1 0 2H1a1 1 0 0 1 0-2zM1 6h18a1 1 0 0 1 .117 1.993L19 8H1a1 1 0 0 1-.117-1.993L1 6h18zm0-6h18a1 1 0 0 1 .117 1.993L19 2H1A1 1 0 0 1 .883.007L1 0h18z%22 fill%3D%22%23FFF%22 fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E");
  background-position: center center;
  background-color: transparent;
  position: relative;
  z-index: 500;
  width: 40px;
  height: 40px;
  display: none;
}
#nav-toggle.toggled {
  background-image: url("data:image/svg+xml,%3Csvg width%3D%2214%22 height%3D%2214%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath d%3D%22M.293.293a1 1 0 0 1 1.414 0L7 5.585 12.293.293a1 1 0 0 1 1.32-.083l.094.083a1 1 0 0 1 0 1.414L8.415 7l5.292 5.293a1 1 0 0 1 .083 1.32l-.083.094a1 1 0 0 1-1.414 0L7 8.415l-5.293 5.292a1 1 0 0 1-1.32.083l-.094-.083a1 1 0 0 1 0-1.414L5.585 7 .293 1.707A1 1 0 0 1 .21.387z%22 fill%3D%22%23FFF%22 fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 768px) {
  #nav-toggle {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  #navs {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    background-color: #1C304A;
    padding-top: 60px;
    padding-bottom: 27px;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }

  #main-nav {
    width: 100%;
  }
  #main-nav > ul {
    border-top: 1px solid #3A5B85;
  }
  #main-nav > ul > li {
    padding-right: 60px;
    border-bottom: 1px solid #3A5B85;
    position: relative;
  }
  #main-nav > ul > li > a {
    display: block;
    padding: 16px 17px;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    font-weight: 700;
  }
  #main-nav > ul ul {
    display: none;
    padding: 2px 32px 6px;
  }
  #main-nav > ul ul li {
    margin-bottom: 17px;
  }
  #main-nav > ul ul li a {
    font-size: 14px;
    line-height: 19px;
    color: #fff;
  }

  .nav-search {
    order: 1;
    width: 100%;
    padding: 24px 20px;
  }
  .nav-search button {
    display: none;
    font-size: 0px;
  }
  .nav-search label {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    display: block;
    margin-bottom: 8px;
  }
  .nav-search input {
    background: #FFFFFF;
    border-radius: 4px;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    padding: 14px 42px 14px 14px;
    color: #4E555A;
    border: none;
    background-image: url("data:image/svg+xml,%3Csvg width%3D%2216%22 height%3D%2216%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath d%3D%22M7.222 0a7.222 7.222 0 0 1 5.766 11.573l2.72 2.72a1 1 0 0 1-1.415 1.414l-2.72-2.72A7.222 7.222 0 1 1 7.223 0zm0 2a5.222 5.222 0 1 0 3.63 8.977l.058-.067c.021-.022.043-.042.066-.061a5.19 5.19 0 0 0 1.468-3.627A5.222 5.222 0 0 0 7.222 2z%22 fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E");
    background-position: right 16px center;
    background-repeat: no-repeat;
  }
  .nav-social {
    order: 2;
    padding-left: 20px;
    font-size: 0;
  }
  .nav-social a {
    display: inline-block;
    margin-right: 14px;
  }
  .nav-social svg {
    width: 24px;
    height: 24px;
    fill: #fff;
  }
  .nav-util {
    order: 3;
    padding-right: 20px;
  }
  .nav-util a {
    font-size: 13px;
    color: #fff;
  }

  .nav-expand {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 50px;
  }
  .nav-expand:before, .nav-expand:after {
    pointer-events: none;
    background-color: #fff;
    position: absolute;
    display: block;
    content: "";
    width: 14px;
    height: 2px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .nav-expand:after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .expanded .nav-expand:after {
    opacity: 0;
  }
}
section {
  margin-bottom: 40px;
}

table th {
  font-size: 14px;
  font-weight: 400;
  vertical-align: middle;
  padding-bottom: 10px;
}
table tr:nth-child(odd):not(:first-child) {
  background: #F8FAFC;
}
table td {
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 700;
  color: #1C304A;
  vertical-align: middle;
}

.label-blue, .survey-allocations label:not(.error), .survey-checkboxes label:not(.error) {
  font-weight: 700;
  color: #1C304A;
  font-size: 14px;
}

.survey-horizons th {
  width: 12%;
}
.survey-horizons th:first-child {
  width: 40%;
}
.survey-horizons td:not(:first-child) {
  text-align: center;
}
.survey-horizons span {
  display: none;
}
.survey-horizons td label span {
  display: none;
}
@media screen and (max-width: 768px) {
  .survey-horizons {
    display: block;
  }
  .survey-horizons tbody {
    width: 100%;
    display: block;
  }
  .survey-horizons th {
    display: none;
  }
  .survey-horizons tr {
    display: block;
  }
  .survey-horizons td {
    display: block;
    text-align: left !important;
  }
  .survey-horizons td label {
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle;
  }
  .survey-horizons td label span {
    display: inline-block;
    margin-left: 10px;
  }
}

.survey-checkboxes {
  display: flex;
  flex-wrap: wrap;
}
.survey-checkboxes label:not(.error) {
  width: 33%;
  margin: 5px 0;
  padding-left: 35px;
  text-indent: -35px;
}
.survey-checkboxes label:not(.error) span {
  margin-right: 14px;
}
@media screen and (max-width: 768px) {
  .survey-checkboxes label:not(.error) {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .survey-checkboxes label:not(.error) {
    width: 100%;
  }
}

.survey-allocations {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.survey-allocations label:not(.error) {
  width: 30%;
  margin: 5px 0;
}
.survey-allocations label:not(.error):not(.check) {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}
.survey-allocations label:not(.error) input[type=number] {
  float: right;
  width: 82px;
  margin-right: 25px;
}
.survey-allocations label:not(.error).check {
  width: 100%;
  color: #4E555A;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .survey-allocations label:not(.error) {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .survey-allocations label:not(.error) {
    width: 100%;
  }
}
.survey-allocations input {
  -webkit-appearance: textfield;
          appearance: textfield;
}

.q3_validation {
  color: #c00;
  font-weight: 500;
  padding: 5px 0;
}

.survey-agreement th {
  width: 10%;
}
.survey-agreement th:first-child {
  width: 40%;
}
.survey-agreement td:not(:first-child) {
  text-align: center;
}
.survey-agreement span {
  display: none;
}
@media screen and (max-width: 768px) {
  .survey-agreement {
    display: block;
    margin: 0 -20px;
  }
  .survey-agreement tbody {
    width: 100%;
    display: block;
  }
  .survey-agreement th {
    display: none;
  }
  .survey-agreement tr {
    display: block;
  }
  .survey-agreement td {
    display: block;
    text-align: left !important;
  }
  .survey-agreement td label {
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle;
  }
  .survey-agreement td label span {
    display: inline-block;
    margin-left: 10px;
  }
}

.survey-terms th {
  width: 20%;
}
.survey-terms th:first-child {
  width: 20%;
}
.survey-terms td:not(:first-child) {
  text-align: center;
}
.survey-terms.label-years td:nth-child(2) {
  position: relative;
}
.survey-terms.label-years td:nth-child(2):after {
  content: "years";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-100%, -50%);
}

@media screen and (max-width: 768px) {
  .survey-select td {
    display: block;
    padding: 0;
  }
  .survey-select td div {
    margin-top: 10px;
  }
}

.survey-terms tr td {
  padding: 15px 20px;
}
.survey-terms tr td label span {
  display: none;
}
@media screen and (max-width: 768px) {
  .survey-terms {
    margin: 0 -20px;
  }
  .survey-terms tr {
    display: block;
    margin-bottom: 10px;
  }
  .survey-terms tr th {
    display: none;
  }
  .survey-terms tr td {
    display: block;
    text-align: left !important;
  }
  .survey-terms tr td label {
    margin-top: 3px;
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle;
  }
  .survey-terms tr td label span {
    display: inline-block;
  }
  .survey-terms tr td.empty-mobile {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .survey-terms.label-years {
    display: block;
  }
  .survey-terms.label-years tbody {
    display: block;
    width: 100%;
  }
  .survey-terms.label-years tbody tr {
    display: block;
  }
  .survey-terms.label-years tbody tr td {
    display: block;
  }
}

/* != PLACEHOLDER ATTRIBUTE STYLES = input or textarea - placeholder="whatever" ===== */
/*
    ::-webkit-input-placeholder {
        color: #aaa;
    }

    ::-moz-placeholder {
        color: #aaa;
    }
*/
input[type=text], input[type=password], input[type=url], input[type=number], input[type=tel], input[type=email] {
  width: 100%;
  font-size: 14px;
  line-height: 1.4285714286em;
  padding: 12px 18px 13px;
  border-radius: 4px;
  border: 1px solid #D2D4D6;
  font-weight: 400;
  -webkit-appearance: textfield;
          appearance: textfield;
}

input[type=radio] {
  -webkit-appearance: none;
          appearance: none;
  width: 0;
  height: 0;
  position: absolute;
  top: auto;
  left: -9999px;
}
input[type=radio] + label:before, input[type=radio] + span {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  border: 1px solid #D2D4D6;
  border-radius: 99px;
  vertical-align: middle;
  background-color: #fff;
}
input[type=radio]:checked + label:before, input[type=radio]:checked + span {
  box-shadow: inset 0 0px 0px 3px #fff, inset 0 0 0 10px #2370B4;
}

input[type=checkbox] {
  -webkit-appearance: none;
          appearance: none;
  width: 0;
  height: 0;
  position: absolute;
  top: auto;
  left: -9999px;
}
input[type=checkbox] + label:before, input[type=checkbox] + span {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #D2D4D6;
  border-radius: 4px;
  vertical-align: middle;
  background-color: #fff;
}
input[type=checkbox]:checked + label:before, input[type=checkbox]:checked + span {
  background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 10 8%22%3E%3Cg transform%3D%22translate%28-586 -926%29%22 fill%3D%22none%22 fill-rule%3D%22evenodd%22%3E%3Crect fill%3D%22%23FFF%22 x%3D%22583%22 y%3D%22922%22 width%3D%2216%22 height%3D%2216%22 rx%3D%224%22%2F%3E%3Crect stroke%3D%22%23D2D4D6%22 fill%3D%22%23FFF%22 x%3D%22583.5%22 y%3D%22922.5%22 width%3D%2215%22 height%3D%2215%22 rx%3D%224%22%2F%3E%3Cpath stroke%3D%22%232370B4%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22 d%3D%22M595 927l-5.5 6-2.5-2.727%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: center center;
  background-size: 10px auto;
  background-repeat: no-repeat;
}

input[type=submit], button {
  display: inline-block;
  cursor: pointer;
}
/* != Select menus with a .select-menu container or gform-select-menu applied in gravity forms ===== */
.select-menu,
.gform-select-menu div {
  position: relative;
  width: 100%;
  border: 1px solid #D2D4D6;
  border-radius: 4px;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  margin: 0 10px 0 0;
}
.select-menu:after,
.gform-select-menu div:after {
  content: "";
  position: absolute;
  right: 13px;
  top: calc(50% - 5px);
  z-index: 1;
  pointer-events: none;
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width%3D%2210%22 height%3D%226%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath d%3D%22M5 3.586L1.707.293A1 1 0 1 0 .293 1.707l4 4a1 1 0 0 0 1.414 0l4-4A1 1 0 1 0 8.293.293L5 3.586z%22 fill%3D%22%232370B4%22 fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E");
}
.select-menu:hover,
.gform-select-menu div:hover {
  border-color: #9da1a5;
}
.select-menu select,
.gform-select-menu div select {
  padding: 0 34px 0 20px;
  cursor: pointer;
  color: #4E555A;
  background-color: #fff;
  width: 120%;
  height: 46px;
  line-height: 46px;
  border: 0;
  border-radius: 0;
  text-indent: 0.01px;
  text-overflow: "";
  position: relative;
  z-index: 1;
  text-overflow: ellipsis;
}

.validation_error {
  padding: 15px;
  color: #fff;
  background: #c00;
  margin: 20px 0;
}
.validation_message {
  text-transform: uppercase;
  font-size: 12px;
  color: #c00;
  font-weight: 600;
}

.gform_validation_container {
  position: absolute;
  top: -9999px;
  left: -9999px;
  pointer-events: none;
  opacity: 0;
}

#masthead {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #masthead {
    display: block;
  }
}

#progress {
  position: relative;
  padding-top: 50px;
  padding-bottom: 60px;
  width: 200px;
}
#progress li {
  padding-left: 40px;
  position: relative;
  font-size: 18px;
  font-family: "Gangster", Helvetica, "Helvetica Neue", "Arial", sans-serif;
  line-height: 1.2222222222em;
  color: #4E555A;
}
#progress li + li {
  margin-top: 36px;
}
#progress li:before {
  content: "";
  width: 27px;
  height: 27px;
  position: absolute;
  left: 0;
  top: calc(50% - 13.5px);
  border: 3px solid #A7B5BF;
  border-radius: 14px;
  background-color: #fff;
  z-index: 5;
}
#progress li:after {
  content: "";
  width: 3px;
  height: calc(100% + 36px);
  left: 12px;
  top: 15px;
  background-color: #A7B5BF;
  position: absolute;
}
#progress li:last-child:after {
  display: none;
}
#progress li.completed:before {
  border: none;
  background-color: #00AF81;
  background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 15 12%22%3E%3Cg transform%3D%22translate%28-187 -353%29%22 fill%3D%22none%22 fill-rule%3D%22evenodd%22%3E%3Ccircle fill%3D%22%2300AF81%22 cx%3D%22194%22 cy%3D%22359%22 r%3D%2214%22%2F%3E%3Cpath stroke%3D%22%23FFF%22 stroke-width%3D%223%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22 d%3D%22M200 355l-7.563 8-3.437-3.636%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 15px auto;
}
#progress li.completed:after {
  background-color: #00AF81;
}
#progress li.current:before {
  border: none;
  background-color: #2370B4;
  background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 16 4%22%3E%3Cg transform%3D%22translate%28-186 -415%29%22 fill%3D%22none%22 fill-rule%3D%22evenodd%22%3E%3Cpath stroke%3D%22%23A7B5BF%22 stroke-width%3D%223%22 stroke-linecap%3D%22square%22 d%3D%22M194 417.5l-.5 115.5%22%2F%3E%3Cpath stroke%3D%22%2300AF81%22 stroke-width%3D%223%22 stroke-linecap%3D%22square%22 d%3D%22M193.5 365.5l.5 52%22%2F%3E%3Ccircle fill%3D%22%232370B4%22 cx%3D%22194%22 cy%3D%22417%22 r%3D%2214%22%2F%3E%3Cg transform%3D%22translate%28186 415%29%22 fill%3D%22%23FFF%22%3E%3Ccircle cx%3D%222%22 cy%3D%222%22 r%3D%222%22%2F%3E%3Ccircle cx%3D%228%22 cy%3D%222%22 r%3D%222%22%2F%3E%3Ccircle cx%3D%2214%22 cy%3D%222%22 r%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 16px auto;
}
@media screen and (max-width: 768px) {
  #progress {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 40px;
  }
  #progress li {
    display: inline-block;
    font-size: 14px;
  }
  #progress li:after {
    display: none;
  }
}

#intro-text {
  width: calc(100% - 285px);
  padding-top: 50px;
}
#intro-text p + p {
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  #intro-text {
    padding-top: 20px;
    width: 100%;
    margin-bottom: 30px;
  }
}

hr {
  border-color: #D2D4D6;
  margin: 40px 0;
}

.btn {
  background-color: #fff;
  padding: 14px 45px 17px;
  font-weight: 700;
  display: inline-block;
  color: #2370B4;
  box-shadow: inset 0 0 0 2px #2370B4;
  font-size: 14px;
  line-height: 17px;
  position: relative;
  transition: 0.15s;
  text-align: center;
  text-decoration: none !important;
}
.btn:before {
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #008363;
  transition: 0.15s;
  content: "";
}
.btn span {
  position: relative;
  z-index: 2;
}
.btn:hover {
  color: #fff;
  box-shadow: inset 0 0 0 2px #008363;
}
.btn:hover:before {
  width: 100%;
}

#form-footer {
  margin-top: 40px;
  padding-bottom: 50px;
  text-align: right;
}
#form-footer > span {
  font-size: 14px;
  font-weight: 600;
  margin-right: 30px;
}

label.error {
  font-size: 11px;
  color: #c00;
  display: block;
  font-weight: 600;
  width: 100%;
}

.slider-container {
  display: flex;
  align-items: center;
}
.slider-container .slider {
  width: calc( 100% - 100px );
  max-width: 500px;
  -webkit-appearance: none;
          appearance: none;
  width: 100%;
  height: 10px;
  background: #d3d3d3;
  outline: none;
}
.slider-container .slider::-webkit-slider-thumb, .slider-container .slider::-moz-range-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 27px;
  height: 27px;
  background: #2370B4;
  border-radius: 999px;
  cursor: pointer;
  border: none;
  -webkit-transition: 0.15s;
  -moz-transition: 0.15s;
  transition: 0.15s;
}
.slider-container .slider:hover::-webkit-slider-thumb, .slider-container .slider:hover::-moz-range-thumb {
  background: #00AF81;
}
.slider-container .slider-description {
  width: 100px;
  text-align: right;
  font-size: 22px;
  color: #2370B4;
}

.simple-input {
  max-width: 350px;
}

.q26 {
  display: none;
  margin-top: 12px;
}

#q25_7:checked ~ .q26 {
  display: block;
}

#survey-output {
  max-width: 940px;
  padding-top: 60px;
  padding-bottom: 110px;
}

.output--legend {
  display: flex;
}
.output--legend span {
  margin-left: 42px;
  font-size: 14px;
  font-weight: 700;
  color: #1C304A;
}
.output--legend span:before {
  width: 12px;
  height: 24px;
  display: inline-block;
  margin-right: 16px;
  content: "";
  vertical-align: middle;
}
.output--legend span.your-org:before {
  background-color: #00AF81;
}
.output--legend span.peer-avg:before {
  background-color: #754079;
}
.output--legend span.long-term:before {
  background-color: #2370B4;
}
@media screen and (max-width: 860px) {
  .output--legend {
    width: 100%;
    margin: 20px 0 10px;
  }
  .output--legend span:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 860px) {
  .output--legend {
    flex-wrap: wrap;
  }
  .output--legend span {
    width: 100%;
    margin: 0;
  }
  .output--legend span + span {
    margin-top: 12px;
  }
}
.output--title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(167, 181, 191, 0.27);
  padding-bottom: 32px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.output--title h2 {
  color: #000000;
  font-size: 34px;
  font-weight: 700;
}
.output--title h3 {
  width: 100%;
  font-size: 22px;
  margin-top: 16px;
}
.output--title p {
  margin-top: 15px;
}
.output--title .tooltip {
  margin-left: 0px;
  pointer-events: none;
}
.output--scores {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 30px;
}
.output--scores h3 {
  font-size: 22px;
  font-weight: 700;
  font-color: #4E555A;
  margin-bottom: 30px;
  width: calc(100% - 515px);
  position: relative;
}
.output--scores h3 .btn {
  padding: 12px 20px 14px;
  position: absolute;
  right: 0;
  top: -6px;
}
.output--scores h4 {
  width: calc(100% - 500px);
  font-size: 16px;
  font-weight: 400;
  color: #4E555A;
  margin-bottom: 30px;
}
.output--scores .spacer {
  width: 100%;
  height: 30px;
}
@media screen and (max-width: 860px) {
  .output--scores h3, .output--scores h4 {
    width: 100%;
  }
}
.output--scores .blank {
  width: calc(100% - 500px);
}
.output--scores .scale {
  width: 475px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-weight: bold;
  color: #97A4AE;
  text-transform: uppercase;
}
.output--bar {
  width: 475px;
  position: relative;
  margin-bottom: 30px;
  background-image: linear-gradient(to bottom, transparent, transparent 8px, #A7B5BF 8px, #A7B5BF 9px, transparent 9px);
  height: 17px;
}
.output--bar:before, .output--bar:after {
  height: 17px;
  top: 0px;
  width: 1px;
  height: 17px;
  left: 0;
  position: absolute;
  background-color: #A7B5BF;
  content: "";
}
.output--bar:after {
  left: auto;
  right: 0;
}
@media screen and (max-width: 860px) {
  .output--bar {
    width: 100%;
  }
}
.output--rect {
  width: 6px;
  height: 24px;
  position: absolute;
  top: -3px;
}
.output--rect-theirs {
  background-color: #00AF81;
}
.output--rect-bench {
  background-color: #754079;
}
.output--rect-long {
  background-color: #2370B4;
}

.tooltip {
  position: relative;
  display: inline-block;
  vertical-align: -3px;
  margin-left: 10px;
  cursor: pointer;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 16 16%22%3E%3Cg fill%3D%22none%22 fill-rule%3D%22evenodd%22%3E%3Cpath d%3D%22M8 0a8 8 0 110 16A8 8 0 018 0zm.383 6c-.972 0-1.736.662-2.292 1.987L6 8.214h.628c.302-.688.563-1.031.786-1.031.052 0 .09.014.115.043.024.03.036.076.036.14 0 .05-.02.148-.059.294l-.033.118-.786 2.738c-.17.598-.255 1.016-.255 1.254 0 .407.103.714.308.92.205.207.51.31.916.31.948 0 1.698-.644 2.249-1.933l.095-.234h-.661a3.347 3.347 0 01-.403.683c-.177.238-.322.357-.435.357-.053 0-.093-.016-.121-.048a.196.196 0 01-.043-.135c0-.077.04-.25.12-.522l.044-.144.76-2.508c.178-.598.268-1.035.268-1.31 0-.375-.1-.67-.302-.885-.2-.214-.482-.321-.844-.321zM9 3a.967.967 0 00-.705.292A.96.96 0 008 4c0 .274.098.509.295.705A.962.962 0 009 5a.962.962 0 00.705-.295A.962.962 0 0010 4a.96.96 0 00-.295-.708A.967.967 0 009 3z%22 fill%3D%22%23A7B5BF%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.tooltip:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 16 16%22%3E%3Cg fill%3D%22none%22 fill-rule%3D%22evenodd%22%3E%3Cpath d%3D%22M8 0a8 8 0 110 16A8 8 0 018 0zm.383 6c-.972 0-1.736.662-2.292 1.987L6 8.214h.628c.302-.688.563-1.031.786-1.031.052 0 .09.014.115.043.024.03.036.076.036.14 0 .05-.02.148-.059.294l-.033.118-.786 2.738c-.17.598-.255 1.016-.255 1.254 0 .407.103.714.308.92.205.207.51.31.916.31.948 0 1.698-.644 2.249-1.933l.095-.234h-.661a3.347 3.347 0 01-.403.683c-.177.238-.322.357-.435.357-.053 0-.093-.016-.121-.048a.196.196 0 01-.043-.135c0-.077.04-.25.12-.522l.044-.144.76-2.508c.178-.598.268-1.035.268-1.31 0-.375-.1-.67-.302-.885-.2-.214-.482-.321-.844-.321zM9 3a.967.967 0 00-.705.292A.96.96 0 008 4c0 .274.098.509.295.705A.962.962 0 009 5a.962.962 0 00.705-.295A.962.962 0 0010 4a.96.96 0 00-.295-.708A.967.967 0 009 3z%22 fill%3D%22%232370B4%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 540px) {
  .tooltip {
    float: right;
  }
  .tooltip div {
    left: auto;
    right: 0;
    transform: none;
    width: 335px;
  }
  .tooltip div:before {
    left: calc(100% - 18px);
  }
}

#footer {
  background-color: #1C304A;
}

#footer-bottom {
  padding-top: 60px;
  padding-bottom: 72px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}
#footer-bottom .separator {
  display: inline-block;
  width: 30px;
}
#footer-bottom .footer-info {
  text-align: right;
}
#footer-bottom .comma:before {
  content: ", ";
}
#footer-bottom .footer-social {
  display: inline-block;
  margin-left: 16px;
  font-size: 0;
  vertical-align: middle;
}
#footer-bottom .footer-social a {
  display: inline-block;
  margin-left: 15px;
}
#footer-bottom .footer-social svg {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  fill: #fff;
}
#footer-bottom hr {
  width: 100%;
  margin: 20px 0;
  border-color: #3A5B85;
}
#footer-bottom .footer-legal {
  font-size: 12px;
}
#footer-bottom .footer-legal > span {
  display: inline-block;
  margin: 0 5px;
}
#footer-bottom .footer-legal br {
  display: none;
}
#footer-bottom .footer-legal a {
  color: #fff;
  text-decoration: underline;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #4F6B8F;
}
#footer-bottom .footer-legal a:hover {
  color: #4F6B8F;
}
#footer-bottom .jackrabbit {
  font-size: 12px;
}
#footer-bottom .jackrabbit, #footer-bottom .jackrabbit a {
  color: #4F6B8F;
}
#footer-bottom .jackrabbit a:hover {
  color: #fff;
}
@media screen and (max-width: 960px) {
  #footer-bottom .separator {
    display: block;
    width: 0;
  }
}
@media screen and (max-width: 640px) {
  #footer-bottom .footer-info {
    width: 100%;
    text-align: left;
    margin-top: 26px;
  }
  #footer-bottom .comma {
    display: block;
  }
  #footer-bottom .comma:before {
    content: "";
  }
  #footer-bottom .footer-social {
    display: block;
    margin-left: 0;
    margin-top: 22px;
  }
  #footer-bottom .footer-social a:first-child {
    margin-left: 0;
  }
  #footer-bottom .separator {
    height: 20px;
  }
  #footer-bottom .footer-legal {
    width: 100%;
  }
  #footer-bottom .footer-legal br {
    display: block;
  }
  #footer-bottom .footer-legal a:first-of-type {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
  }
  #footer-bottom .jackrabbit {
    width: 100%;
    margin-top: 10px;
  }
}

.mfp-bg {
  background-color: #1C304A;
  opacity: 0.86;
}
.mfp-content {
  max-width: 700px;
  background-color: #fff;
  padding: 44px 60px 70px;
  box-shadow: 0 6px 8px 4px rgba(0, 0, 0, 0.46);
}
.mfp-content h3 {
  font-size: 34px;
  color: #000;
  line-height: 1.2058823529em;
  padding-bottom: 16px;
  border-bottom: 1px solid #D2D4D6;
  margin-bottom: 27px;
}
.mfp-content h6 {
  color: #1C304A;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.0714285714em;
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 21px;
}

.popup-resources .resource {
  width: calc(50% - 25px);
  margin-bottom: 60px;
}
.popup-resources .resource:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.popup-resources .resource h4 {
  color: #00B388;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0.5em;
  line-height: 1.2;
}
.popup-resources .resource p {
  font-size: 16px;
  line-height: 1.3125em;
}
.popup-resources .resource .btn {
  padding: 12px 20px 14px;
  margin-top: 24px;
}
@media screen and (max-width: 600px) {
  .popup-resources .resource {
    width: 100%;
    margin-bottom: 40px !important;
  }
}

.back-form .btn {
  color: #4E555A;
  box-shadow: inset 0 0 0 2px #4E555A;
  transform: translateY(-98px);
}
.back-form .btn:hover span {
  color: #fff;
}