/*! uswds v0.14.0 */
html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/* Color definitions
   ========================================================================== */
/**
 
 * Provide a set of additional style colors for text

 */
 .fcsic-section-dark h1, .fcsic-section-dark h2, .fcsic-section-dark h3, .fcsic-section-dark h4, .fcsic-section-dark h5, .fcsic-section-dark h6 {
    color: #02bfe7;
}
.fcsic-section-dark .fcsic-hero-link {
    color: #02bfe7;
}
.fcsic-section-dark .fcsic-hero2-link {
    color: #02bfe7;
}
 .dkgreen {color:#2e8540;}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
.white {color:#ffffff;}

@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/sourcesanspro-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sourcesanspro-light-webfont.woff2") format("woff2"), url("../fonts/sourcesanspro-light-webfont.woff") format("woff"), url("../fonts/sourcesanspro-light-webfont.ttf") format("truetype");
}

@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/sourcesanspro-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sourcesanspro-regular-webfont.woff2") format("woff2"), url("../fonts/sourcesanspro-regular-webfont.woff") format("woff"), url("../fonts/sourcesanspro-regular-webfont.ttf") format("truetype");
}

@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/sourcesanspro-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sourcesanspro-italic-webfont.woff2") format("woff2"), url("../fonts/sourcesanspro-italic-webfont.woff") format("woff"), url("../fonts/sourcesanspro-italic-webfont.ttf") format("truetype");
}

@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/sourcesanspro-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sourcesanspro-bold-webfont.woff2") format("woff2"), url("../fonts/sourcesanspro-bold-webfont.woff") format("woff"), url("../fonts/sourcesanspro-bold-webfont.ttf") format("truetype");
}

@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/merriweather-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/merriweather-light-webfont.woff2") format("woff2"), url("../fonts/merriweather-light-webfont.woff") format("woff"), url("../fonts/merriweather-light-webfont.ttf") format("truetype");
}

@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/merriweather-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/merriweather-regular-webfont.woff2") format("woff2"), url("../fonts/merriweather-regular-webfont.woff") format("woff"), url("../fonts/merriweather-regular-webfont.ttf") format("truetype");
}

@font-face {
  font-family: "Merriweather";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/merriweather-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/merriweather-italic-webfont.woff2") format("woff2"), url("../fonts/merriweather-italic-webfont.woff") format("woff"), url("../fonts/merriweather-italic-webfont.ttf") format("truetype");
}

@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/merriweather-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/merriweather-bold-webfont.woff2") format("woff2"), url("../fonts/merriweather-bold-webfont.woff") format("woff"), url("../fonts/merriweather-bold-webfont.ttf") format("truetype");
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  background-color: #294505; /* 2024 -> prod testing */
  background-color: #aeb0b5; /* prod */
  color:#000000;
  overflow-x: hidden;
}
#main-content {
background-color: #fff;
color:#000000;
}
.lt-ie9 * {
  -webkit-filter: none !important;
  filter: none !important;
}

[hidden] {
  display: none !important;
}

.fcsic-grid,
.fcsic-grid-full {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1040px;
}

.fcsic-grid::after,
.fcsic-grid-full::after {
  clear: both;
  content: "";
  display: block;
}

.fcsic-grid {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media screen and (min-width: 600px) {
  .fcsic-grid {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}

.fcsic-grid-full {
  padding: 0;
}

@media screen and (min-width: 600px) {
  .fcsic-width-one-whole {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 100%;
  }
  .fcsic-width-one-whole:last-child {
    margin-right: 0;
  }
  .fcsic-width-one-half {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 47.58542%;
  }
  .fcsic-width-one-half:last-child {
    margin-right: 0;
  }
  .fcsic-width-one-third {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 30.11389%;
  }
  .fcsic-width-one-third:last-child {
    margin-right: 0;
  }
  .fcsic-width-two-thirds {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 65.05695%;
  }
  .fcsic-width-two-thirds:last-child {
    margin-right: 0;
  }
  .fcsic-width-one-fourth {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 47.58542%;
  }
  .fcsic-width-one-fourth:last-child {
    margin-right: 0;
  }
  .fcsic-width-one-fourth:nth-child(2n) {
    margin-right: 0;
  }
  .fcsic-width-three-fourths {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 100%;
  }
  .fcsic-width-three-fourths:last-child {
    margin-right: 0;
  }
  .fcsic-width-one-sixth {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 30.11389%;
  }
  .fcsic-width-one-sixth:last-child {
    margin-right: 0;
  }
  .fcsic-width-one-sixth:nth-child(3n) {
    margin-right: 0;
  }
  .fcsic-width-five-sixths {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 65.05695%;
  }
  .fcsic-width-five-sixths:last-child {
    margin-right: 0;
  }
  .fcsic-width-one-twelfth {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 30.11389%;
  }
  .fcsic-width-one-twelfth:last-child {
    margin-right: 0;
  }
  .fcsic-width-one-twelfth:nth-child(3n) {
    margin-right: 0;
  }
  .fcsic-width-five-twelfths {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 30.11389%;
  }
  .fcsic-width-five-twelfths:last-child {
    margin-right: 0;
  }
  .fcsic-width-seven-twelfths {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 65.05695%;
  }
  .fcsic-width-seven-twelfths:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1201px) {
  .fcsic-width-one-whole {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  .fcsic-width-one-whole:last-child {
    margin-right: 0;
  }
  .fcsic-width-one-half {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  .fcsic-width-one-half:last-child {
    margin-right: 0;
  }
  .fcsic-width-one-third {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
  }
  .fcsic-width-one-third:last-child {
    margin-right: 0;
  }
  .fcsic-width-two-thirds {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
  }
  .fcsic-width-two-thirds:last-child {
    margin-right: 0;
  }
  .fcsic-width-one-fourth {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
  }
  .fcsic-width-one-fourth:last-child {
    margin-right: 0;
  }
  .fcsic-width-one-fourth:nth-child(2n) {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
  }
  .fcsic-width-one-fourth:nth-child(2n):last-child {
    margin-right: 0;
  }
  .fcsic-width-one-fourth:nth-child(4n) {
    margin-right: 0;
  }
  .fcsic-width-three-fourths {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%;
  }
  .fcsic-width-three-fourths:last-child {
    margin-right: 0;
  }
  .fcsic-width-one-sixth {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%;
  }
  .fcsic-width-one-sixth:last-child {
    margin-right: 0;
  }
  .fcsic-width-one-sixth:nth-child(3n) {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%;
  }
  .fcsic-width-one-sixth:nth-child(3n):last-child {
    margin-right: 0;
  }
  .fcsic-width-one-sixth:nth-child(6n) {
    margin-right: 0;
  }
  .fcsic-width-five-sixths {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
  }
  .fcsic-width-five-sixths:last-child {
    margin-right: 0;
  }
  .fcsic-width-one-twelfth {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 6.17215%;
  }
  .fcsic-width-one-twelfth:last-child {
    margin-right: 0;
  }
  .fcsic-width-one-twelfth:nth-child(3n) {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 6.17215%;
  }
  .fcsic-width-one-twelfth:nth-child(3n):last-child {
    margin-right: 0;
  }
  .fcsic-width-one-twelfth:nth-child(12n) {
    margin-right: 0;
  }
  .fcsic-width-five-twelfths {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%;
  }
  .fcsic-width-five-twelfths:last-child {
    margin-right: 0;
  }
  .fcsic-width-seven-twelfths {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%;
  }
  .fcsic-width-seven-twelfths:last-child {
    margin-right: 0;
  }
}

.fcsic-end-row {
  margin-right: 0;
}

.fcsic-sr-only {
  position: absolute;
  left: -999em;
}

.fcsic-button,
.fcsic-button-primary,
.fcsic-button:visited,
.fcsic-button-primary:visited,
button,
[type="button"],
[type="submit"],
[type="reset"],
[type="image"] {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-top: 0.5em;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #0071bc;
  border: 0;
  border-radius: 0.3rem;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  outline: none;
  padding: 1rem 2rem;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

@media screen and (min-width: 481px) {
  .fcsic-button,
  .fcsic-button-primary,
  .fcsic-button:visited,
  .fcsic-button-primary:visited,
  button,
  [type="button"],
  [type="submit"],
  [type="reset"],
  [type="image"] {
    width: auto;
  }
}

.fcsic-button:hover, .fcsic-button.fcsic-button-hover,
.fcsic-button-primary:hover,
.fcsic-button-primary.fcsic-button-hover,
.fcsic-button:visited:hover,
.fcsic-button:visited.fcsic-button-hover,
.fcsic-button-primary:visited:hover,
.fcsic-button-primary:visited.fcsic-button-hover,
button:hover,
button.fcsic-button-hover,
[type="button"]:hover,
[type="button"].fcsic-button-hover,
[type="submit"]:hover,
[type="submit"].fcsic-button-hover,
[type="reset"]:hover,
[type="reset"].fcsic-button-hover,
[type="image"]:hover,
[type="image"].fcsic-button-hover {
  background-color: #205493;
  border-bottom: 0;
  color: #ffffff;
  text-decoration: none;
}

.fcsic-button:focus, .fcsic-button.fcsic-button-focus,
.fcsic-button-primary:focus,
.fcsic-button-primary.fcsic-button-focus,
.fcsic-button:visited:focus,
.fcsic-button:visited.fcsic-button-focus,
.fcsic-button-primary:visited:focus,
.fcsic-button-primary:visited.fcsic-button-focus,
button:focus,
button.fcsic-button-focus,
[type="button"]:focus,
[type="button"].fcsic-button-focus,
[type="submit"]:focus,
[type="submit"].fcsic-button-focus,
[type="reset"]:focus,
[type="reset"].fcsic-button-focus,
[type="image"]:focus,
[type="image"].fcsic-button-focus {
  box-shadow: 0 0 3px #3e94cf, 0 0 7px #3e94cf;
}

.fcsic-button:active, .fcsic-button.fcsic-button-active,
.fcsic-button-primary:active,
.fcsic-button-primary.fcsic-button-active,
.fcsic-button:visited:active,
.fcsic-button:visited.fcsic-button-active,
.fcsic-button-primary:visited:active,
.fcsic-button-primary:visited.fcsic-button-active,
button:active,
button.fcsic-button-active,
[type="button"]:active,
[type="button"].fcsic-button-active,
[type="submit"]:active,
[type="submit"].fcsic-button-active,
[type="reset"]:active,
[type="reset"].fcsic-button-active,
[type="image"]:active,
[type="image"].fcsic-button-active {
  background-color: #112e51;
}

.fcsic-button.fcsic-button-primary-alt,
.fcsic-button-primary.fcsic-button-primary-alt,
.fcsic-button:visited.fcsic-button-primary-alt,
.fcsic-button-primary:visited.fcsic-button-primary-alt,
button.fcsic-button-primary-alt,
[type="button"].fcsic-button-primary-alt,
[type="submit"].fcsic-button-primary-alt,
[type="reset"].fcsic-button-primary-alt,
[type="image"].fcsic-button-primary-alt {
  background-color: #02bfe7;
  color: #212121;
}

.fcsic-button.fcsic-button-primary-alt:hover, .fcsic-button.fcsic-button-primary-alt.fcsic-button-hover,
.fcsic-button-primary.fcsic-button-primary-alt:hover,
.fcsic-button-primary.fcsic-button-primary-alt.fcsic-button-hover,
.fcsic-button:visited.fcsic-button-primary-alt:hover,
.fcsic-button:visited.fcsic-button-primary-alt.fcsic-button-hover,
.fcsic-button-primary:visited.fcsic-button-primary-alt:hover,
.fcsic-button-primary:visited.fcsic-button-primary-alt.fcsic-button-hover,
button.fcsic-button-primary-alt:hover,
button.fcsic-button-primary-alt.fcsic-button-hover,
[type="button"].fcsic-button-primary-alt:hover,
[type="button"].fcsic-button-primary-alt.fcsic-button-hover,
[type="submit"].fcsic-button-primary-alt:hover,
[type="submit"].fcsic-button-primary-alt.fcsic-button-hover,
[type="reset"].fcsic-button-primary-alt:hover,
[type="reset"].fcsic-button-primary-alt.fcsic-button-hover,
[type="image"].fcsic-button-primary-alt:hover,
[type="image"].fcsic-button-primary-alt.fcsic-button-hover {
  background-color: #00a6d2;
}

.fcsic-button.fcsic-button-primary-alt:active, .fcsic-button.fcsic-button-primary-alt.fcsic-button-active,
.fcsic-button-primary.fcsic-button-primary-alt:active,
.fcsic-button-primary.fcsic-button-primary-alt.fcsic-button-active,
.fcsic-button:visited.fcsic-button-primary-alt:active,
.fcsic-button:visited.fcsic-button-primary-alt.fcsic-button-active,
.fcsic-button-primary:visited.fcsic-button-primary-alt:active,
.fcsic-button-primary:visited.fcsic-button-primary-alt.fcsic-button-active,
button.fcsic-button-primary-alt:active,
button.fcsic-button-primary-alt.fcsic-button-active,
[type="button"].fcsic-button-primary-alt:active,
[type="button"].fcsic-button-primary-alt.fcsic-button-active,
[type="submit"].fcsic-button-primary-alt:active,
[type="submit"].fcsic-button-primary-alt.fcsic-button-active,
[type="reset"].fcsic-button-primary-alt:active,
[type="reset"].fcsic-button-primary-alt.fcsic-button-active,
[type="image"].fcsic-button-primary-alt:active,
[type="image"].fcsic-button-primary-alt.fcsic-button-active {
  background-color: #046b99;
  color: #ffffff;
}

.fcsic-button.fcsic-button-secondary,
.fcsic-button-primary.fcsic-button-secondary,
.fcsic-button:visited.fcsic-button-secondary,
.fcsic-button-primary:visited.fcsic-button-secondary,
button.fcsic-button-secondary,
[type="button"].fcsic-button-secondary,
[type="submit"].fcsic-button-secondary,
[type="reset"].fcsic-button-secondary,
[type="image"].fcsic-button-secondary {
  background-color: #2e8540;
}

.fcsic-button.fcsic-button-secondary:hover, .fcsic-button.fcsic-button-secondary.fcsic-button-hover,
.fcsic-button-primary.fcsic-button-secondary:hover,
.fcsic-button-primary.fcsic-button-secondary.fcsic-button-hover,
.fcsic-button:visited.fcsic-button-secondary:hover,
.fcsic-button:visited.fcsic-button-secondary.fcsic-button-hover,
.fcsic-button-primary:visited.fcsic-button-secondary:hover,
.fcsic-button-primary:visited.fcsic-button-secondary.fcsic-button-hover,
button.fcsic-button-secondary:hover,
button.fcsic-button-secondary.fcsic-button-hover,
[type="button"].fcsic-button-secondary:hover,
[type="button"].fcsic-button-secondary.fcsic-button-hover,
[type="submit"].fcsic-button-secondary:hover,
[type="submit"].fcsic-button-secondary.fcsic-button-hover,
[type="reset"].fcsic-button-secondary:hover,
[type="reset"].fcsic-button-secondary.fcsic-button-hover,
[type="image"].fcsic-button-secondary:hover,
[type="image"].fcsic-button-secondary.fcsic-button-hover {
  background-color: #046b99;
}

.fcsic-button.fcsic-button-secondary:active, .fcsic-button.fcsic-button-secondary.fcsic-button-active,
.fcsic-button-primary.fcsic-button-secondary:active,
.fcsic-button-primary.fcsic-button-secondary.fcsic-button-active,
.fcsic-button:visited.fcsic-button-secondary:active,
.fcsic-button:visited.fcsic-button-secondary.fcsic-button-active,
.fcsic-button-primary:visited.fcsic-button-secondary:active,
.fcsic-button-primary:visited.fcsic-button-secondary.fcsic-button-active,
button.fcsic-button-secondary:active,
button.fcsic-button-secondary.fcsic-button-active,
[type="button"].fcsic-button-secondary:active,
[type="button"].fcsic-button-secondary.fcsic-button-active,
[type="submit"].fcsic-button-secondary:active,
[type="submit"].fcsic-button-secondary.fcsic-button-active,
[type="reset"].fcsic-button-secondary:active,
[type="reset"].fcsic-button-secondary.fcsic-button-active,
[type="image"].fcsic-button-secondary:active,
[type="image"].fcsic-button-secondary.fcsic-button-active {
  background-color: #981b1e;
}

.fcsic-button.fcsic-button-gray,
.fcsic-button-primary.fcsic-button-gray,
.fcsic-button:visited.fcsic-button-gray,
.fcsic-button-primary:visited.fcsic-button-gray,
button.fcsic-button-gray,
[type="button"].fcsic-button-gray,
[type="submit"].fcsic-button-gray,
[type="reset"].fcsic-button-gray,
[type="image"].fcsic-button-gray {
  background-color: #5b616b;
}

.fcsic-button.fcsic-button-gray:hover, .fcsic-button.fcsic-button-gray.fcsic-button-hover,
.fcsic-button-primary.fcsic-button-gray:hover,
.fcsic-button-primary.fcsic-button-gray.fcsic-button-hover,
.fcsic-button:visited.fcsic-button-gray:hover,
.fcsic-button:visited.fcsic-button-gray.fcsic-button-hover,
.fcsic-button-primary:visited.fcsic-button-gray:hover,
.fcsic-button-primary:visited.fcsic-button-gray.fcsic-button-hover,
button.fcsic-button-gray:hover,
button.fcsic-button-gray.fcsic-button-hover,
[type="button"].fcsic-button-gray:hover,
[type="button"].fcsic-button-gray.fcsic-button-hover,
[type="submit"].fcsic-button-gray:hover,
[type="submit"].fcsic-button-gray.fcsic-button-hover,
[type="reset"].fcsic-button-gray:hover,
[type="reset"].fcsic-button-gray.fcsic-button-hover,
[type="image"].fcsic-button-gray:hover,
[type="image"].fcsic-button-gray.fcsic-button-hover {
  background-color: #323a45;
}

.fcsic-button.fcsic-button-gray:active, .fcsic-button.fcsic-button-gray.fcsic-button-active,
.fcsic-button-primary.fcsic-button-gray:active,
.fcsic-button-primary.fcsic-button-gray.fcsic-button-active,
.fcsic-button:visited.fcsic-button-gray:active,
.fcsic-button:visited.fcsic-button-gray.fcsic-button-active,
.fcsic-button-primary:visited.fcsic-button-gray:active,
.fcsic-button-primary:visited.fcsic-button-gray.fcsic-button-active,
button.fcsic-button-gray:active,
button.fcsic-button-gray.fcsic-button-active,
[type="button"].fcsic-button-gray:active,
[type="button"].fcsic-button-gray.fcsic-button-active,
[type="submit"].fcsic-button-gray:active,
[type="submit"].fcsic-button-gray.fcsic-button-active,
[type="reset"].fcsic-button-gray:active,
[type="reset"].fcsic-button-gray.fcsic-button-active,
[type="image"].fcsic-button-gray:active,
[type="image"].fcsic-button-gray.fcsic-button-active {
  background-color: #212121;
}

.fcsic-button.fcsic-button-outline,
.fcsic-button-primary.fcsic-button-outline,
.fcsic-button:visited.fcsic-button-outline,
.fcsic-button-primary:visited.fcsic-button-outline,
button.fcsic-button-outline,
[type="button"].fcsic-button-outline,
[type="submit"].fcsic-button-outline,
[type="reset"].fcsic-button-outline,
[type="image"].fcsic-button-outline {
  background-color: #ffffff;
  box-shadow: inset 0 0 0 2px #0071bc;
  color: #0071bc;
}

.fcsic-button.fcsic-button-outline:hover, .fcsic-button.fcsic-button-outline.fcsic-button-hover,
.fcsic-button-primary.fcsic-button-outline:hover,
.fcsic-button-primary.fcsic-button-outline.fcsic-button-hover,
.fcsic-button:visited.fcsic-button-outline:hover,
.fcsic-button:visited.fcsic-button-outline.fcsic-button-hover,
.fcsic-button-primary:visited.fcsic-button-outline:hover,
.fcsic-button-primary:visited.fcsic-button-outline.fcsic-button-hover,
button.fcsic-button-outline:hover,
button.fcsic-button-outline.fcsic-button-hover,
[type="button"].fcsic-button-outline:hover,
[type="button"].fcsic-button-outline.fcsic-button-hover,
[type="submit"].fcsic-button-outline:hover,
[type="submit"].fcsic-button-outline.fcsic-button-hover,
[type="reset"].fcsic-button-outline:hover,
[type="reset"].fcsic-button-outline.fcsic-button-hover,
[type="image"].fcsic-button-outline:hover,
[type="image"].fcsic-button-outline.fcsic-button-hover {
  box-shadow: inset 0 0 0 2px #205493;
  color: #205493;
}

.fcsic-button.fcsic-button-outline:active, .fcsic-button.fcsic-button-outline.fcsic-button-active,
.fcsic-button-primary.fcsic-button-outline:active,
.fcsic-button-primary.fcsic-button-outline.fcsic-button-active,
.fcsic-button:visited.fcsic-button-outline:active,
.fcsic-button:visited.fcsic-button-outline.fcsic-button-active,
.fcsic-button-primary:visited.fcsic-button-outline:active,
.fcsic-button-primary:visited.fcsic-button-outline.fcsic-button-active,
button.fcsic-button-outline:active,
button.fcsic-button-outline.fcsic-button-active,
[type="button"].fcsic-button-outline:active,
[type="button"].fcsic-button-outline.fcsic-button-active,
[type="submit"].fcsic-button-outline:active,
[type="submit"].fcsic-button-outline.fcsic-button-active,
[type="reset"].fcsic-button-outline:active,
[type="reset"].fcsic-button-outline.fcsic-button-active,
[type="image"].fcsic-button-outline:active,
[type="image"].fcsic-button-outline.fcsic-button-active {
  box-shadow: inset 0 0 0 2px #112e51;
  color: #112e51;
}

.fcsic-button.fcsic-button-outline:focus, .fcsic-button.fcsic-button-outline.fcsic-button-focus,
.fcsic-button-primary.fcsic-button-outline:focus,
.fcsic-button-primary.fcsic-button-outline.fcsic-button-focus,
.fcsic-button:visited.fcsic-button-outline:focus,
.fcsic-button:visited.fcsic-button-outline.fcsic-button-focus,
.fcsic-button-primary:visited.fcsic-button-outline:focus,
.fcsic-button-primary:visited.fcsic-button-outline.fcsic-button-focus,
button.fcsic-button-outline:focus,
button.fcsic-button-outline.fcsic-button-focus,
[type="button"].fcsic-button-outline:focus,
[type="button"].fcsic-button-outline.fcsic-button-focus,
[type="submit"].fcsic-button-outline:focus,
[type="submit"].fcsic-button-outline.fcsic-button-focus,
[type="reset"].fcsic-button-outline:focus,
[type="reset"].fcsic-button-outline.fcsic-button-focus,
[type="image"].fcsic-button-outline:focus,
[type="image"].fcsic-button-outline.fcsic-button-focus {
  box-shadow: inset 0 0 0 2px #112e51, 0 0 3px #3e94cf, 0 0 7px #3e94cf;
}

.fcsic-button.fcsic-button-outline-inverse,
.fcsic-button-primary.fcsic-button-outline-inverse,
.fcsic-button:visited.fcsic-button-outline-inverse,
.fcsic-button-primary:visited.fcsic-button-outline-inverse,
button.fcsic-button-outline-inverse,
[type="button"].fcsic-button-outline-inverse,
[type="submit"].fcsic-button-outline-inverse,
[type="reset"].fcsic-button-outline-inverse,
[type="image"].fcsic-button-outline-inverse {
  background: transparent;
  box-shadow: inset 0 0 0 2px #ffffff;
  color: #ffffff;
}

.fcsic-button.fcsic-button-outline-inverse:hover, .fcsic-button.fcsic-button-outline-inverse.fcsic-button-hover,
.fcsic-button-primary.fcsic-button-outline-inverse:hover,
.fcsic-button-primary.fcsic-button-outline-inverse.fcsic-button-hover,
.fcsic-button:visited.fcsic-button-outline-inverse:hover,
.fcsic-button:visited.fcsic-button-outline-inverse.fcsic-button-hover,
.fcsic-button-primary:visited.fcsic-button-outline-inverse:hover,
.fcsic-button-primary:visited.fcsic-button-outline-inverse.fcsic-button-hover,
button.fcsic-button-outline-inverse:hover,
button.fcsic-button-outline-inverse.fcsic-button-hover,
[type="button"].fcsic-button-outline-inverse:hover,
[type="button"].fcsic-button-outline-inverse.fcsic-button-hover,
[type="submit"].fcsic-button-outline-inverse:hover,
[type="submit"].fcsic-button-outline-inverse.fcsic-button-hover,
[type="reset"].fcsic-button-outline-inverse:hover,
[type="reset"].fcsic-button-outline-inverse.fcsic-button-hover,
[type="image"].fcsic-button-outline-inverse:hover,
[type="image"].fcsic-button-outline-inverse.fcsic-button-hover {
  box-shadow: inset 0 0 0 2px #d6d7d9;
  color: #d6d7d9;
}

.fcsic-button.fcsic-button-outline-inverse:active, .fcsic-button.fcsic-button-outline-inverse.fcsic-button-active,
.fcsic-button-primary.fcsic-button-outline-inverse:active,
.fcsic-button-primary.fcsic-button-outline-inverse.fcsic-button-active,
.fcsic-button:visited.fcsic-button-outline-inverse:active,
.fcsic-button:visited.fcsic-button-outline-inverse.fcsic-button-active,
.fcsic-button-primary:visited.fcsic-button-outline-inverse:active,
.fcsic-button-primary:visited.fcsic-button-outline-inverse.fcsic-button-active,
button.fcsic-button-outline-inverse:active,
button.fcsic-button-outline-inverse.fcsic-button-active,
[type="button"].fcsic-button-outline-inverse:active,
[type="button"].fcsic-button-outline-inverse.fcsic-button-active,
[type="submit"].fcsic-button-outline-inverse:active,
[type="submit"].fcsic-button-outline-inverse.fcsic-button-active,
[type="reset"].fcsic-button-outline-inverse:active,
[type="reset"].fcsic-button-outline-inverse.fcsic-button-active,
[type="image"].fcsic-button-outline-inverse:active,
[type="image"].fcsic-button-outline-inverse.fcsic-button-active {
  box-shadow: inset 0 0 0 2px #aeb0b5;
  color: #d6d7d9;
}

.fcsic-button.fcsic-button-outline-inverse:focus, .fcsic-button.fcsic-button-outline-inverse.fcsic-button-focus,
.fcsic-button-primary.fcsic-button-outline-inverse:focus,
.fcsic-button-primary.fcsic-button-outline-inverse.fcsic-button-focus,
.fcsic-button:visited.fcsic-button-outline-inverse:focus,
.fcsic-button:visited.fcsic-button-outline-inverse.fcsic-button-focus,
.fcsic-button-primary:visited.fcsic-button-outline-inverse:focus,
.fcsic-button-primary:visited.fcsic-button-outline-inverse.fcsic-button-focus,
button.fcsic-button-outline-inverse:focus,
button.fcsic-button-outline-inverse.fcsic-button-focus,
[type="button"].fcsic-button-outline-inverse:focus,
[type="button"].fcsic-button-outline-inverse.fcsic-button-focus,
[type="submit"].fcsic-button-outline-inverse:focus,
[type="submit"].fcsic-button-outline-inverse.fcsic-button-focus,
[type="reset"].fcsic-button-outline-inverse:focus,
[type="reset"].fcsic-button-outline-inverse.fcsic-button-focus,
[type="image"].fcsic-button-outline-inverse:focus,
[type="image"].fcsic-button-outline-inverse.fcsic-button-focus {
  box-shadow: inset 0 0 0 2px #aeb0b5, 0 0 3px #3e94cf, 0 0 7px #3e94cf;
}

.fcsic-button.fcsic-button-big,
.fcsic-button-primary.fcsic-button-big,
.fcsic-button:visited.fcsic-button-big,
.fcsic-button-primary:visited.fcsic-button-big,
button.fcsic-button-big,
[type="button"].fcsic-button-big,
[type="submit"].fcsic-button-big,
[type="reset"].fcsic-button-big,
[type="image"].fcsic-button-big {
  font-size: 1.9rem;
  padding: 1.5rem 3rem;
}

[type="submit"]:disabled,
.fcsic-button-disabled {
  background-color: #d6d7d9;
  color: #323a45;
  pointer-events: none;
}

[type="submit"]:disabled:hover, [type="submit"]:disabled.fcsic-button-hover, [type="submit"]:disabled:active, [type="submit"]:disabled.fcsic-button-active, [type="submit"]:disabled:focus,
.fcsic-button-disabled:hover,
.fcsic-button-disabled.fcsic-button-hover,
.fcsic-button-disabled:active,
.fcsic-button-disabled.fcsic-button-active,
.fcsic-button-disabled:focus {
  background-color: #d6d7d9;
  border: 0;
  box-shadow: none;
  color: #323a45;
}

.fcsic-button-unstyled {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
}

.fcsic-button-unstyled:hover {
  background-color: transparent;
}

img {
  max-width: 100%;
}

.media_link {
  display: inline-block;
  line-height: 0;
}

input,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #5b616b;
  border-radius: 0;
  box-sizing: border-box;
  color: #212121;
  display: block;
  font-size: 1.7rem;
  height: 4.4rem;
  line-height: 1.3;
  margin: 0.2em 0;
  max-width: 46rem;
  outline: none;
  padding: 1rem 0.7em;
  width: 100%;
}

input:focus, input.fcsic-input-focus,
textarea:focus,
textarea.fcsic-input-focus,
select:focus,
select.fcsic-input-focus {
  box-shadow: 0 0 3px #3e94cf, 0 0 7px #3e94cf;
}

input.fcsic-input-success,
textarea.fcsic-input-success,
select.fcsic-input-success {
  border: 3px solid #4aa564;
}

.fcsic-input-error {
  border-left: 4px solid #cd2026;
  margin-top: 3rem;
  padding-bottom: 0.8rem;
  padding-left: 1.5rem;
  padding-top: 0.8rem;
  position: relative;
  right: 1.9rem;
}

.fcsic-input-error input,
.fcsic-input-error textarea,
.fcsic-input-error select {
  border: 3px solid #cd2026;
  width: calc(100% + 1.9rem);
}

.fcsic-input-error label {
  margin-top: 0;
}

.fcsic-input-error .fcsic-input-inline {
  border: 1px solid #5b616b;
  width: inherit;
}

.fcsic-input-error .fcsic-input-inline-error {
  border: 3px solid #cd2026;
}

.fcsic-input-error-label {
  display: block;
  font-size: 1.7rem;
  font-weight: 700;
}

.error {
  color: #cd2026;
  display: block;
  font-size: 1.7rem;
  font-weight: 700;
  padding-bottom: 3px;
  padding-top: 3px;
}

.fcsic-input-required:after {
  color: #981b1e;
  content: ' (*Required)';
}

label {
  display: block;
  margin-top: 3rem;
  max-width: 46rem;
  font-weight: 600;
}

textarea {
  height: 16rem;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #ffffff;
  background-image: url("../images/img/arrow-down.png");
  background-image: url("../images/img/arrow-down.svg");
  background-position: right 1.3rem center;
  background-repeat: no-repeat;
  background-size: 1.3rem;
}

legend {
  font-size: 3rem;
  font-weight: 700;
}

.fcsic-fieldset-inputs label {
  margin-top: 0;
}

.fcsic-form-hint {
  color: #757575;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  margin-bottom: 0;
}

[type="checkbox"],
[type="radio"] {
  margin-left: -2rem;
  opacity: 0;
  position: absolute;
}

.lt-ie9 [type="checkbox"], .lt-ie9
[type="radio"] {
  border: 0;
  float: left;
  margin: 0.4em 0.4em 0 0;
  position: static;
  width: auto;
}

[type="checkbox"] + label,
[type="radio"] + label {
  cursor: pointer;
  font-weight: 400;
  margin-bottom: 0.5em;
}

[type="checkbox"] + label::before,
[type="radio"] + label::before {
  background: #ffffff;
  border-radius: 0.3rem;
  box-shadow: 0 0 0 1px #757575;
  content: '\a0';
  display: inline-block;
  height: 1.8rem;
  line-height: 1.8rem;
  margin-right: 0.6em;
  text-indent: 0.15em;
  vertical-align: middle\0;
  width: 1.8rem;
}

[type="radio"] + label::before {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px #757575;
  height: 1.6rem;
  line-height: 1.6rem;
  width: 1.6rem;
  border-radius: 100%;
}

[type="checkbox"]:checked + label::before,
[type="radio"]:checked + label::before {
  background-color: #0071bc;
  box-shadow: 0 0 0 1px #0071bc;
}

[type="radio"]:checked + label::before {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #0071bc;
}

[type="radio"]:focus + label::before {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #0071bc, 0 0 3px 4px #3e94cf, 0 0 7px 4px #3e94cf;
}

[type="checkbox"]:checked + label::before {
  background-image: url("../images/img/correct8.png");
  background-image: url("../images/img/correct8.svg");
  background-position: 50%;
  background-repeat: no-repeat;
}

[type="checkbox"]:focus + label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #0071bc;
}

[type="checkbox"]:disabled + label {
  color: #5b616b;
}

[type="checkbox"]:disabled + label::before,
[type="radio"]:disabled + label::before {
  background: #d6d7d9;
  box-shadow: 0 0 0 1px #aeb0b5;
  cursor: not-allowed;
}

[type=range] {
  -webkit-appearance: none;
  border: none;
  padding-left: 0;
  width: 100%;
}

[type=range]:focus {
  box-shadow: none;
  outline: none;
}

[type=range]::-webkit-slider-runnable-track {
  background: #aeb0b5;
  border: 1px solid #757575;
  cursor: pointer;
  height: 1.2rem;
  width: 100%;
}

[type=range]::-moz-range-track {
  background: #0071bc;
  border: 1px solid #757575;
  cursor: pointer;
  height: 1.2rem;
  width: 100%;
}

[type=range]::-ms-track {
  background: transparent;
  color: transparent;
  cursor: pointer;
  height: 1.2rem;
  width: 100%;
}

[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid #757575;
  height: 2.2rem;
  border-radius: 1.5rem;
  background: #f1f1f1;
  cursor: pointer;
  margin-top: -.65rem;
  width: 2.2rem;
}

[type=range]::-moz-range-thumb {
  background: #f1f1f1;
  border: 1px solid #757575;
  border-radius: 1.5rem;
  cursor: pointer;
  height: 2.2rem;
  width: 2.2rem;
}

[type=range]::-ms-thumb {
  background: #f1f1f1;
  border: 1px solid #757575;
  border-radius: 1.5rem;
  cursor: pointer;
  height: 2.2rem;
  width: 2.2rem;
}

[type=range]::-ms-fill-lower {
  background: #aeb0b5;
  border: 1px solid #757575;
  border-radius: 2rem;
}

[type=range]::-ms-fill-upper {
  background: #aeb0b5;
  border: 1px solid #757575;
  border-radius: 2rem;
}

[type=range]:focus::-webkit-slider-thumb {
  border: 2px solid #3e94cf;
}

[type=range]:focus::-moz-range-thumb {
  border: 2px solid #3e94cf;
}

[type=range]:focus::-ms-thumb {
  border: 2px solid #3e94cf;
}

.fcsic-date-of-birth label {
  margin-top: 0;
}

.fcsic-date-of-birth [type=number]::-webkit-inner-spin-button,
.fcsic-date-of-birth [type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

.fcsic-date-of-birth [type=number] {
  -moz-appearance: textfield;
}

.fcsic-form-group-day,
.fcsic-form-group-month,
.fcsic-form-group-year {
  clear: none;
  float: left;
  margin-right: 1.5rem;
  width: 5rem;
}

.fcsic-form-group-year {
  width: 7rem;
}

.fcsic-label, .fcsic-label-big {
  background-color: #0071bc;
  border-radius: 0.3rem;
  color: #ffffff;
  font-size: 1.5rem;
  margin-right: 0.5rem;
  padding: 0.1rem 0.7rem;
  text-transform: uppercase;
}

.fcsic-label:only-of-type, .fcsic-label-big:only-of-type {
  margin-right: 0;
}

.fcsic-label-big {
  font-size: 1.7rem;
  padding-left: 0.9rem;
  padding-right: 0.9rem;
}

ul,
ol {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 1.94em;
 
}

#main-content ul,
#main-content ol {
 max-width:53rem;
 }

li {
  line-height: 1.5;
  margin-bottom: 0.5em;
}

li:last-child {
  margin-bottom: 0;
}

h1 + ul,
h1 + ol,
h2 + ul,
h2 + ol,
h3 + ul,
h3 + ol,
h4 + ul,
h4 + ol,
h5 + ul,
h5 + ol,
h6 + ul,
h6 + ol,
p + ul,
p + ol {
  margin-top: 0;
}

.fcsic-unstyled-list {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
}

.fcsic-unstyled-list > li {
  margin-bottom: 0;
}

table {
  border-spacing: 0;
  margin: 2em 0;
  min-width: 100%;
  border: 0;
}

table thead th,
table thead td {
  background-color: #f1f1f1;
}

table th {
  text-align: left;
}

table tbody th {
  font-weight: 400;
}

table th,
table td {
  background-color: #ffffff;
  border: 1px solid #5b616b;
  padding: 1.5rem;
}

.fcsic-table-borderless thead tr {
  background-color: transparent;
}

.fcsic-table-borderless thead th {
  border-top: 0;
}

.fcsic-table-borderless th,
.fcsic-table-borderless td {
  border-left: 0;
  border-right: 0;
}

html {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 10px;
}

body {
  font-size: 1.7rem;
}

p {
  line-height: 1.5;
  margin-bottom: 1em;
  margin-top: 1em;
}

a {
  color: #0071bc;
  text-decoration: underline;
}

a:hover, a:active {
  color: #205493;
}

a:visited {
  color: #4c2c92;
}

a:focus {
  box-shadow: 0 0 3px #3e94cf, 0 0 7px #3e94cf;
  outline: 0;
}

.fcsic-external_link::after {
  background: url("../images/img/external-link.png") no-repeat 0 0;
  background: url("../images/img/external-link.svg") no-repeat 0 0;
  background-size: 100%;
  content: '';
  display: inline-block;
  height: 0.65em;
  margin-bottom: -1px;
  margin-left: 4px;
  width: 0.65em;
}

.fcsic-external_link:hover::after {
  background-image: url("../images/img/external-link-hover.png");
  background-image: url("../images/img/external-link-hover.svg");
}

.fcsic-external_link-alt::after {
  background: url("../images/img/external-link-alt.png") no-repeat 0 0;
  background: url("../images/img/external-link-alt.svg") no-repeat 0 0;
  background-size: 100%;
  content: '';
  display: inline-block;
  height: 0.65em;
  margin-bottom: -1px;
  margin-left: 4px;
  width: 0.65em;
}

.fcsic-external_link-alt:hover::after {
  background-image: url("../images/img/external-link-alt-hover.png");
  background-image: url("../images/img/external-link-alt-hover.svg");
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", serif;
  line-height: 1.3;
  margin-bottom: .5em;
  margin-top: 1.5em;
}

h1 {
  font-size: 4rem;
  font-weight: 700;
}

h2 {
  font-size: 3rem;
  font-weight: 700;
}

h3 {
  font-size: 2rem;
  font-weight: 700;
}

h4 {
  font-size: 1.7rem;
  font-weight: 700;
}

h5 {
  font-size: 1.5rem;
  font-weight: 700;
}

h6 {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  text-transform: uppercase;
}

cite,
var,
address,
dfn {
  font-style: normal;
}

.fcsic-content p:not(.fcsic-font-lead) {
  max-width: 53rem;
}

.fcsic-content-list {
  max-width: 53rem;
}

.fcsic-sans p,
.fcsic-sans a,
.fcsic-sans li,
.fcsic-sans span {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
}

.fcsic-sans a {
  border-bottom: none;
  font-weight: 700;
}

.fcsic-serif p,
.fcsic-serif a,
.fcsic-serif li,
.fcsic-serif span {
  font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", serif;
}

.fcsic-display {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0;
}

@media screen and (min-width: 481px) {
  .fcsic-display {
    font-size: 4rem;
    font-weight: 700;
  }
}

@media screen and (min-width: 600px) {
  .fcsic-display {
    font-size: 5.2rem;
    font-weight: 700;
  }
}

.fcsic-font-lead {
  font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", serif;
  font-size: 2rem;
  line-height: 1.7;
  max-width: 77rem;
}

.fcsic-image-block {
  position: relative;
}

.fcsic-image-text-block {
  color: #ffffff;
  left: 0;
  margin-left: 8%;
  position: absolute;
  top: 0;
}

.fcsic-image-text {
  margin-top: 0;
}

.fcsic-drop_text {
  margin-bottom: 0;
}

.fcsic-background-dark {
  background-color: #323a45;
}

.fcsic-background-dark p,
.fcsic-background-dark span {
  color: #ffffff;
}

.fcsic-background-dark a {
  color: #d6d7d9;
}

.fcsic-background-dark a:hover {
  color: #ffffff;
}

.fcsic-text-small {
  font-size: 1.3rem;
  margin-top: 0;
}

.fcsic-section > :first-child,
.fcsic-grid > :first-child {
  margin-top: 0;
}

.fcsic-section > :last-child,
.fcsic-grid > :last-child {
  margin-bottom: 0;
}

.fcsic-width-one-whole:first-child > :first-child,
.fcsic-width-one-half:first-child > :first-child,
.fcsic-width-one-third:first-child > :first-child,
.fcsic-width-two-thirds:first-child > :first-child,
.fcsic-width-one-fourth:first-child > :first-child,
.fcsic-width-three-fourths:first-child > :first-child,
.fcsic-width-one-sixth:first-child > :first-child,
.fcsic-width-five-sixths:first-child > :first-child,
.fcsic-width-one-twelfth:first-child > :first-child {
  margin-top: 0;
}

@media screen and (min-width: 600px) {
  .fcsic-width-one-whole > :first-child,
  .fcsic-width-one-half > :first-child,
  .fcsic-width-one-third > :first-child,
  .fcsic-width-two-thirds > :first-child,
  .fcsic-width-one-fourth > :first-child,
  .fcsic-width-three-fourths > :first-child,
  .fcsic-width-one-sixth > :first-child,
  .fcsic-width-five-sixths > :first-child,
  .fcsic-width-one-twelfth > :first-child {
    margin-top: 0;
  }
}

.fcsic-width-one-whole:last-child > :last-child,
.fcsic-width-one-half:last-child > :last-child,
.fcsic-width-one-third:last-child > :last-child,
.fcsic-width-two-thirds:last-child > :last-child,
.fcsic-width-one-fourth:last-child > :last-child,
.fcsic-width-three-fourths:last-child > :last-child,
.fcsic-width-one-sixth:last-child > :last-child,
.fcsic-width-five-sixths:last-child > :last-child,
.fcsic-width-one-twelfth:last-child > :last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 600px) {
  .fcsic-width-one-whole > :last-child,
  .fcsic-width-one-half > :last-child,
  .fcsic-width-one-third > :last-child,
  .fcsic-width-two-thirds > :last-child,
  .fcsic-width-one-fourth > :last-child,
  .fcsic-width-three-fourths > :last-child,
  .fcsic-width-one-sixth > :last-child,
  .fcsic-width-five-sixths > :last-child,
  .fcsic-width-one-twelfth > :last-child {
    margin-bottom: 0;
  }
}

.fcsic-accordion,
.fcsic-accordion-bordered {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  color: #212121;
  margin: 0;
  padding: 0;
  width: 100%;
}

.fcsic-accordion > li,
.fcsic-accordion-bordered > li {
  margin-bottom: 0;
}

.fcsic-accordion + .fcsic-accordion,
.fcsic-accordion + .fcsic-accordion-bordered,
.fcsic-accordion-bordered + .fcsic-accordion,
.fcsic-accordion-bordered + .fcsic-accordion-bordered {
  margin-top: 1rem;
}

.fcsic-accordion > ul,
.fcsic-accordion-bordered > ul {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  color: #212121;
  margin: 0;
  padding: 0;
  width: 100%;
}

.fcsic-accordion > ul > li,
.fcsic-accordion-bordered > ul > li {
  margin-bottom: 0;
}

.fcsic-accordion > ul > li,
.fcsic-accordion-bordered > ul > li {
  background-color: #f1f1f1;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  list-style: none;
  margin-bottom: 6px;
  width: 100%;
}

.fcsic-accordion > ul button,
.fcsic-accordion-bordered > ul button {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  background-color: #f1f1f1;
  background-image: url("../images/img/minus.png");
  background-image: url("../images/img/minus.svg");
  background-position: right 3rem center;
  background-repeat: no-repeat;
  background-size: 13px;
  color: #212121;
  cursor: pointer;
  display: inline-block;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 1.5rem 5.5rem 1.5rem 3rem;
  width: 100%;
}

.fcsic-accordion > ul button:hover,
.fcsic-accordion-bordered > ul button:hover {
  background-color: transparent;
}

.fcsic-accordion > ul button:focus,
.fcsic-accordion-bordered > ul button:focus {
  box-shadow: 0 0 3px #3e94cf, 0 0 7px #3e94cf;
}

.fcsic-accordion > ul button:hover,
.fcsic-accordion-bordered > ul button:hover {
  background-color: #d6d7d9;
  color: #212121;
}

.fcsic-accordion > ul button h1,
.fcsic-accordion > ul button h2,
.fcsic-accordion > ul button h3,
.fcsic-accordion > ul button h4,
.fcsic-accordion > ul button h5,
.fcsic-accordion > ul button h6,
.fcsic-accordion-bordered > ul button h1,
.fcsic-accordion-bordered > ul button h2,
.fcsic-accordion-bordered > ul button h3,
.fcsic-accordion-bordered > ul button h4,
.fcsic-accordion-bordered > ul button h5,
.fcsic-accordion-bordered > ul button h6 {
  margin: 0;
}

.fcsic-accordion > ul [aria-expanded=false],
.fcsic-accordion-bordered > ul [aria-expanded=false] {
  background-image: url("../images/img/plus.png");
  background-image: url("../images/img/plus.svg");
  background-repeat: no-repeat;
  background-size: 1.3rem;
}

.fcsic-accordion > li,
.fcsic-accordion-bordered > li {
  background-color: #f1f1f1;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  list-style: none;
  margin-bottom: 6px;
  width: 100%;
}

.fcsic-accordion-bordered .fcsic-accordion-content {
  border-bottom: 3px solid #f1f1f1;
  border-left: 3px solid #f1f1f1;
  border-right: 3px solid #f1f1f1;
}

.fcsic-accordion-content {
  background-color: #ffffff;
  overflow: auto;
  padding: 3rem;
}

.fcsic-accordion-content > *:first-child {
  margin-top: 0;
}

.fcsic-accordion-content > *:last-child {
  margin-bottom: 0;
}

.fcsic-accordion-content:not([aria-hidden]) {
  position: absolute;
  left: -999em;
}

.fcsic-accordion-content[aria-hidden=true] {
  display: none;
}

.fcsic-accordion-button {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  background-color: #f1f1f1;
  background-image: url("../images/img/minus.png");
  background-image: url("../images/img/minus.svg");
  background-position: right 3rem center;
  background-repeat: no-repeat;
  background-size: 13px;
  color: #212121;
  cursor: pointer;
  display: inline-block;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 1.5rem 5.5rem 1.5rem 3rem;
  width: 100%;
}

.fcsic-accordion-button:hover {
  background-color: transparent;
}

.fcsic-accordion-button:focus {
  box-shadow: 0 0 3px #3e94cf, 0 0 7px #3e94cf;
}

.fcsic-accordion-button:hover {
  background-color: #d6d7d9;
  color: #212121;
}

.fcsic-accordion-button h1,
.fcsic-accordion-button h2,
.fcsic-accordion-button h3,
.fcsic-accordion-button h4,
.fcsic-accordion-button h5,
.fcsic-accordion-button h6 {
  margin: 0;
}

.fcsic-accordion-button[aria-expanded=false] {
  background-image: url("../images/img/plus.png");
  background-image: url("../images/img/plus.svg");
  background-repeat: no-repeat;
  background-size: 1.3rem;
}

.fcsic-alert {
  background-color: #f1f1f1;
  background-position: 1rem 2rem;
  background-repeat: no-repeat;
  background-size: 4rem;
  padding: 1em;
}

@media screen and (min-width: 600px) {
  .fcsic-alert {
    background-size: 5.2rem;
  }
}

.fcsic-alert ul {
  margin-bottom: 0;
  margin-top: 1em;
}

.fcsic-alert-icon {
  display: table-cell;
  padding-right: 1rem;
}

.fcsic-alert-body {
  display: table-cell;
  padding-left: 3.5rem;
  vertical-align: top;
}

@media screen and (min-width: 600px) {
  .fcsic-alert-body {
    padding-left: 5rem;
  }
}

.fcsic-alert-body p:first-child {
  margin-top: 0.8rem;
}

.fcsic-alert-heading {
  margin-bottom: .3rem;
  margin-top: 0;
}

@media screen and (min-width: 600px) {
  .fcsic-alert-heading {
    margin-top: .3rem;
  }
}

.fcsic-alert-text {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  margin-bottom: 0;
  margin-top: 0;
}

.fcsic-alert-success {
  background-color: #e7f4e4;
  background-image: url("../images/img/alerts/success.png");
  background-image: url("../images/img/alerts/success.svg");
}

.fcsic-alert-warning {
  background-color: #fff1d2;
  background-image: url("../images/img/alerts/warning.png");
  background-image: url("../images/img/alerts/warning.svg");
}

.fcsic-alert-error {
  background-color: #f9dede;
  background-image: url("../images/img/alerts/error.png");
  background-image: url("../images/img/alerts/error.svg");
}

.fcsic-alert-info {
  background-color: #e1f3f8;
  background-image: url("../images/img/alerts/info.png");
  background-image: url("../images/img/alerts/info.svg");
}

.fcsic-alert-no_icon {
  background-image: none;
}

.fcsic-banner {
  background-color: #f1f1f1;
  padding-bottom: 0.7rem;
}

@media screen and (min-width: 481px) {
  .fcsic-banner {
    font-size: 1.3rem;
    padding-bottom: 0;
  }
}

.fcsic-banner-content {
  padding-right: 1.5rem;
  padding-bottom: 3px;
  padding-left: 1.5rem;
  background-color: transparent;
  font-size: 1.5rem;
  padding-top: 2rem;
  width: 100%;
}

@media screen and (min-width: 600px) {
  .fcsic-banner-content {
    padding-bottom: 2.3rem;
    padding-top: 4rem;
  }
}

@media screen and (min-width: 951px) {
  .fcsic-banner-content {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}

.fcsic-banner-content p:first-child {
  margin-top: 1rem;
}

@media screen and (min-width: 600px) {
  .fcsic-banner-content p:first-child {
    margin-top: 0;
  }
}

.fcsic-banner-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  max-width: 1040px;
}

.fcsic-banner-inner::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 951px) {
  .fcsic-banner-inner {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}

.fcsic-banner-header {
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
  font-size: 1.2rem;
  font-weight: 400;
}

@media screen and (min-width: 481px) {
  .fcsic-banner-header {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.fcsic-banner-header p {
  margin-top: 0;
  margin-bottom: 0;
  display: inline;
  overflow: hidden;
  vertical-align: middle;
}

@media screen and (min-width: 481px) {
  .fcsic-banner-header p {
    margin-top: 2px;
    margin-bottom: 2px;
    display: inline-block;
  }
}

.fcsic-banner-header img {
  float: left;
  margin-right: 1rem;
  margin-top: 1px;
  width: 2.4rem;
}

@media screen and (min-width: 481px) {
  .fcsic-banner-header img {
    margin-right: 0.7rem;
    width: 2rem;
  }
}

.fcsic-banner-header-expanded {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #aeb0b5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  min-height: 5.6rem;
  padding-right: 3rem;
}

@media screen and (min-width: 481px) {
  .fcsic-banner-header-expanded {
    border-bottom: none;
    display: block;
    font-size: 1.2rem;
    font-weight: 400;
    min-height: 0;
    padding-right: 0;
  }
}

.fcsic-banner-header-expanded > .fcsic-banner-inner {
  margin-left: 0;
}

@media screen and (min-width: 481px) {
  .fcsic-banner-header-expanded > .fcsic-banner-inner {
    margin-left: auto;
  }
}

.fcsic-banner-header-expanded img {
  margin-right: 2.4rem;
}

@media screen and (min-width: 481px) {
  .fcsic-banner-header-expanded img {
    margin-right: 0.7rem;
  }
}

.fcsic-banner-header-expanded p {
  line-height: 1.3;
  vertical-align: top;
}

@media screen and (min-width: 481px) {
  .fcsic-banner-header-expanded p {
    line-height: 1.5;
    vertical-align: middle;
  }
}

.fcsic-banner-button {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  padding-top: 1.3rem;
  padding-left: 4.8rem;
  background-position-x: right;
  color: #0071bc;
  display: block;
  font-size: 1.2rem;
  height: 4.3rem;
  left: 0;
  position: absolute;
  text-decoration: underline;
  top: 0;
  width: 100%;
}

.fcsic-banner-button:hover {
  background-color: transparent;
}

@media screen and (min-width: 481px) {
  .fcsic-banner-button {
    padding-top: 0;
    padding-left: 0;
    display: inline;
    height: initial;
    margin-left: 3px;
    position: relative;
    vertical-align: middle;
    width: initial;
  }
}

.fcsic-banner-button:hover {
  color: #205493;
  text-decoration: underline;
}

.fcsic-banner-button[aria-expanded=false] {
  background-image: none;
}

.fcsic-banner-button[aria-expanded=false]::after {
  background-image: url(../images/img/angle-arrow-down-primary.png);
  background-image: url(../images/img/angle-arrow-down-primary.svg);
  background-size: 100%;
  content: '';
  display: inline-block;
  height: 1rem;
  width: 1rem;
  margin-left: 0;
}

.fcsic-banner-button[aria-expanded=false]:hover::after {
  background-image: url(../images/img/angle-arrow-down-primary-hover.png);
  background-image: url(../images/img/angle-arrow-down-primary-hover.svg);
}

.fcsic-banner-button[aria-expanded=false]::after {
  background-position-y: 1px;
}

.fcsic-banner-button[aria-expanded=true] {
  background-image: none;
  height: 5.6rem;
}

.fcsic-banner-button[aria-expanded=true]::after {
  background-image: url(../images/img/close.png);
  background-image: url(../images/img/close.svg);
  background-size: 100%;
  content: '';
  display: inline-block;
  height: 1.3rem;
  width: 1.3rem;
  margin-left: 0;
}

@media screen and (min-width: 481px) {
  .fcsic-banner-button[aria-expanded=true] {
    height: initial;
    padding: 0;
    position: relative;
  }
  .fcsic-banner-button[aria-expanded=true]::after {
    background-image: url(../images/img/angle-arrow-up-primary.png);
    background-image: url(../images/img/angle-arrow-up-primary.svg);
    background-size: 100%;
    content: '';
    display: inline-block;
    height: 1rem;
    width: 1rem;
    margin-left: 0;
  }
  .fcsic-banner-button[aria-expanded=true]:hover::after {
    background-image: url(../images/img/angle-arrow-up-primary-hover.png);
    background-image: url(../images/img/angle-arrow-up-primary-hover.svg);
  }
  .fcsic-banner-button[aria-expanded=true]::after {
    background-position-y: 1px;
  }
}

.fcsic-banner-button[aria-expanded=true]::after {
  position: absolute;
  right: 1.5rem;
  top: 2.15rem;
}

@media screen and (min-width: 481px) {
  .fcsic-banner-button[aria-expanded=true]::after {
    position: static;
  }
}

.fcsic-banner-button[aria-expanded=true] .fcsic-banner-button-text {
  display: none;
}

@media screen and (min-width: 481px) {
  .fcsic-banner-button[aria-expanded=true] .fcsic-banner-button-text {
    display: inline;
  }
}

.fcsic-banner-icon {
  width: 3.8rem;
}

.fcsic-footer .fcsic-unstyled-list {
  display: block;
}

.fcsic-footer .fcsic-footer-primary-link {
  color: #212121;
  display: block;
  font-weight: 500;
  margin-top: 0;
  padding-bottom: 2rem;
  padding-top: 2rem;
  text-decoration: none;
  font-size: 1.5rem;
}

@media screen and (min-width: 600px) {
  .fcsic-footer .fcsic-footer-primary-link {
    border-top: none;
  }
}

.fcsic-footer .fcsic-footer-primary-link:hover {
  text-decoration: underline;
}

.fcsic-footer a {
  font-weight: normal;
}

.fcsic-footer-return-to-top {
  padding-bottom: 2rem;
  padding-top: 2rem;
  background-color: #ffffff;
}

.fcsic-footer-primary-section {
  background-color: #f1f1f1;
}

.fcsic-footer-primary-section .fcsic-footer-primary-content {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

@media screen and (min-width: 600px) {
  .fcsic-footer-primary-section .fcsic-footer-primary-content {
    padding-left: 0;
    padding-right: 0;
  }
}

.fcsic-footer-primary-section .fcsic-footer-primary-content li {
  margin-left: 1rem;
}

@media screen and (min-width: 600px) {
  .fcsic-footer-primary-section .fcsic-footer-primary-content li {
    margin-left: 0;
  }
}

@media screen and (min-width: 600px) {
  .fcsic-footer-primary-section .fcsic-grid-full {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.fcsic-footer-medium .fcsic-footer-primary-section {
  padding: 0;
}

@media screen and (min-width: 600px) {
  .fcsic-footer-medium .fcsic-footer-primary-section {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
}

@media screen and (min-width: 1201px) {
  .fcsic-footer-medium .fcsic-footer-primary-section .fcsic-footer-primary-content {
    margin-right: 3%;
    width: inherit;
  }
}

@media screen and (min-width: 1201px) {
  .fcsic-footer-medium .fcsic-footer-primary-section .fcsic-footer-primary-content:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 600px) {
  .fcsic-footer-medium .fcsic-footer-nav ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.fcsic-footer-slim .fcsic-footer-nav a {
  display: block;
}

@media screen and (min-width: 1201px) {
  .fcsic-footer-slim .fcsic-footer-nav .fcsic-footer-primary-content {
    margin-right: 9%;
    width: inherit;
  }
}

@media screen and (min-width: 1201px) {
  .fcsic-footer-slim .fcsic-footer-nav .fcsic-footer-primary-content:last-child {
    margin-right: 0;
  }
}

.fcsic-footer-slim .fcsic-footer-primary-section {
  padding-bottom: 2rem;
}

@media screen and (min-width: 600px) {
  .fcsic-footer-slim .fcsic-footer-primary-section {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .fcsic-footer-slim .fcsic-footer-primary-section .fcsic-grid-full {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 600px) {
  .fcsic-footer-slim .fcsic-footer-contact_info > * {
    margin: 0;
  }
}

@media screen and (min-width: 600px) {
  .fcsic-footer-slim .fcsic-footer-contact_info {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media screen and (min-width: 600px) {
  .fcsic-footer-slim .fcsic-footer-contact_info {
    width: 100%;
  }
}

@media screen and (min-width: 1201px) {
  .fcsic-footer-slim .fcsic-footer-contact_info {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  .fcsic-footer-slim .fcsic-footer-contact_info:last-child {
    margin-right: 0;
  }
}

ul.fcsic-footer-primary-content,
li.fcsic-footer-primary-content,
li.fcsic-footer-primary-content {
  border-top: 1px solid #212121;
}

@media screen and (min-width: 600px) {
  ul.fcsic-footer-primary-content,
  li.fcsic-footer-primary-content,
  li.fcsic-footer-primary-content {
    border: none;
  }
}

ul.fcsic-footer-primary-content:last-child,
li.fcsic-footer-primary-content:last-child,
li.fcsic-footer-primary-content:last-child {
  border-bottom: 1px solid #212121;
}

@media screen and (min-width: 600px) {
  ul.fcsic-footer-primary-content:last-child,
  li.fcsic-footer-primary-content:last-child,
  li.fcsic-footer-primary-content:last-child {
    border-bottom: none;
  }
}

.fcsic-sign_up-block {
  padding-bottom: 2rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

@media screen and (min-width: 600px) {
  .fcsic-sign_up-block {
    float: right;
    padding: 0;
  }
}

.fcsic-sign_up-block label:first-of-type {
  margin-top: 0;
}

.fcsic-sign_up-block button {
  float: none;
  margin-right: 0;
  margin-top: 1.5rem;
}

.fcsic-sign_up-block input {
  width: 100%;
}

.fcsic-footer-secondary_section {
  background-color: #d6d7d9;
  padding-bottom: 3rem;
  padding-top: 3rem;
}

.fcsic-footer-secondary_section a {
  color: #212121;
}

@media screen and (min-width: 600px) {
  .fcsic-footer-big-secondary-section {
    padding-top: 5rem;
  }
}

@media screen and (min-width: 600px) {
  .fcsic-footer-contact-links {
    text-align: right;
  }
}

.fcsic-social-links a {
  text-decoration: none;
}

@media screen and (min-width: 600px) {
  .fcsic-footer-big .fcsic-footer-primary-section {
    padding-bottom: 4rem;
    padding-top: 3rem;
  }
}

.fcsic-footer-big ul {
  padding-bottom: 2.5rem;
}

@media screen and (min-width: 600px) {
  .fcsic-footer-big ul {
    padding-bottom: 0;
  }
}

.fcsic-footer-big ul:last-child {
  border-bottom: 1px solid #212121;
}

@media screen and (min-width: 600px) {
  .fcsic-footer-big ul:last-child {
    border-bottom: none;
  }
}

.fcsic-footer-big ul li {
  line-height: 2em;
}

.fcsic-footer-big ul .fcsic-footer-primary-link {
  background-image: url("../images/img/arrow-down.png");
  background-image: url("../images/img/arrow-down.svg");
  background-position: 1.5rem center;
  background-repeat: no-repeat;
  background-size: 1.3rem;
  margin-left: 0;
  padding-left: 3.5rem;
}

@media screen and (min-width: 600px) {
  .fcsic-footer-big ul .fcsic-footer-primary-link {
    background: none;
    margin-bottom: .8rem;
    padding-bottom: 0;
    padding-left: 0;
  }
}

.fcsic-footer-big ul .fcsic-footer-primary-link > * {
  margin-top: 0;
  margin-bottom: 0;
}

.fcsic-footer-big ul.hidden {
  padding-bottom: 0;
}

.fcsic-footer-big ul.hidden li {
  display: none;
}

.fcsic-footer-big ul.hidden .fcsic-footer-primary-link {
  background-image: url("../images/img/arrow-right.png");
  background-image: url("../images/img/arrow-right.svg");
  cursor: pointer;
  display: block;
}

@media screen and (min-width: 600px) {
  .fcsic-footer-big ul.hidden .fcsic-footer-primary-link {
    background: none;
    padding-left: 0;
  }
}

.fcsic-footer-topic {
  margin: 0;
  padding: 2rem 0;
}

@media screen and (min-width: 600px) {
  .fcsic-sign_up-header {
    margin: 0;
    padding: 2rem 0;
  }
}

.fcsic-footer-logo-img {
  max-width: 14rem;
}

.fcsic-footer-slim-logo-img {
  float: left;
  max-width: 10rem;
}

.fcsic-footer-logo-heading {
  margin-top: 2rem;
}

.fcsic-footer-contact-heading {
  margin-top: 0;
}

@media screen and (min-width: 600px) {
  .fcsic-footer-contact-heading {
    margin-top: 1rem;
  }
}

.fcsic-footer-slim-logo-heading {
  display: block;
  padding-top: 1rem;
}

@media screen and (min-width: 600px) {
  .fcsic-footer-slim-logo-heading {
    display: inline-block;
    padding-left: 1em;
  }
}

.fcsic-social_link, .fcsic-link-facebook, .fcsic-link-twitter, .fcsic-link-youtube, .fcsic-link-rss {
  margin: 2.5rem 1rem 1.5rem 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 3rem;
  display: inline-block;
  height: 4.4rem;
  left: -1.6rem;
  position: relative;
  text-align: center;
  width: 4.4rem;
}

@media screen and (min-width: 600px) {
  .fcsic-social_link, .fcsic-link-facebook, .fcsic-link-twitter, .fcsic-link-youtube, .fcsic-link-rss {
    margin: 0 0 0 1rem;
    left: 1.2rem;
  }
}

.fcsic-social_link span, .fcsic-link-facebook span, .fcsic-link-twitter span, .fcsic-link-youtube span, .fcsic-link-rss span {
  position: absolute;
  left: -999em;
}

.fcsic-link-facebook {
  background-image: url("../images/img/social-icons/png/facebook25.png");
  background-image: url("../images/img/social-icons/svg/facebook25.svg");
}

.fcsic-link-twitter {
  background-image: url("../images/img/social-icons/png/twitter16.png");
  background-image: url("../images/img/social-icons/svg/twitter16.svg");
}

.fcsic-link-youtube {
  background-image: url("../images/img/social-icons/png/youtube15.png");
  background-image: url("../images/img/social-icons/svg/youtube15.svg");
}

.fcsic-link-rss {
  background-image: url("../images/img/social-icons/png/rss25.png");
  background-image: url("../images/img/social-icons/svg/rss25.svg");
}

form a {
  border-bottom: 0;
}

form [type="submit"],
form [type="submit"] {
  display: block;
  margin-bottom: 1.5em;
  margin-top: 2.5rem;
}

@media screen and (min-width: 600px) {
  form [type="submit"],
  form [type="submit"] {
    padding-left: 2.7em;
    padding-right: 2.7em;
    width: auto;
  }
}

form [name="password"],
form [name="confirmPassword"] {
  margin-bottom: 1.1rem;
}

@media screen and (min-width: 600px) {
  .fcsic-form {
    max-width: 32rem;
  }
}

.fcsic-form-note {
  float: right;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1.5rem;
  margin: 0 0 1.5rem;
}

.fcsic-form-note + * {
  clear: both;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 600px) {
  .fcsic-form-large {
    max-width: 46rem;
  }
}

@media screen and (min-width: 600px) {
  input.fcsic-input-tiny {
    max-width: 6rem;
  }
}

@media screen and (min-width: 600px) {
  input.fcsic-input-medium {
    max-width: 12rem;
  }
}

@media screen and (min-width: 600px) {
  .fcsic-input-grid {
    padding-right: 5%;
  }
}

@media screen and (min-width: 600px) {
  .fcsic-input-grid:last-of-type {
    padding-right: 0;
  }
}

@media screen and (min-width: 600px) {
  .fcsic-input-grid-small {
    float: left;
    width: 35%;
  }
}

.fcsic-input-grid-small input {
  margin-bottom: 3rem;
}

.fcsic-input-grid-small select {
  margin-bottom: 3rem;
}

@media screen and (min-width: 600px) {
  .fcsic-input-grid-medium {
    float: left;
    width: 65%;
  }
}

.fcsic-input-grid-medium input {
  margin-bottom: 3rem;
}

.fcsic-input-grid-medium select {
  margin-bottom: 3rem;
}

@media screen and (min-width: 600px) {
  .fcsic-input-grid-large {
    float: left;
    width: 100%;
  }
}

.fcsic-input-grid-large input {
  margin-bottom: 3rem;
}

.fcsic-input-grid-large select {
  margin-bottom: 3rem;
}

.fcsic-additional_text {
  font-weight: normal;
}

.fcsic-checklist {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.fcsic-checklist li {
  display: inline-block;
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 3em;
  text-indent: -2em;
}

.fcsic-checklist li::before {
  content: ' ';
  display: inline-block;
  height: .8em;
  margin-right: .2em;
  width: 1.8em;
}

.fcsic-checklist-checked::before {
  background-image: url("../images/img/correct9.png");
  background-image: url("../images/img/correct9.svg");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.fcsic-graphic_list .fcsic-graphic_list-row .fcsic-media_block {
  margin-bottom: 3rem;
}

@media screen and (min-width: 600px) {
  .fcsic-graphic_list .fcsic-graphic_list-row .fcsic-media_block {
    margin-bottom: 6rem;
  }
}

@media screen and (min-width: 600px) {
  .fcsic-graphic_list .fcsic-graphic_list-row:last-child .fcsic-media_block {
    margin-bottom: 0;
  }
}

.fcsic-graphic_list .fcsic-graphic_list-row:last-child .fcsic-media_block:last-child {
  margin-bottom: 0;
}

.fcsic-graphic_list .fcsic-media_block-img {
  margin-right: 3rem;
}

.fcsic-graphic_list .fcsic-media_block-body > :first-child {
  margin-top: 0;
}

.fcsic-header {
  width: 100%;
  z-index: 7000;
}

@media screen and (min-width: 951px) {
  .fcsic-header {
    border-bottom: 0px solid #aeb0b5;
  }
}

.fcsic-header a {
  border-bottom: none;
}

.fcsic-header .fcsic-search {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 951px) {
  .fcsic-header .fcsic-search {
    float: right;
    margin-bottom: 0;
    max-width: 21.5rem;
  }
}

.fcsic-logo {
  float: left;
  line-height: 4rem;
  margin-top: 1rem;
  margin-left: 1.5rem;
  background-image: url("../images/img/FCSIClogo100124.svg");
  background-repeat: no-repeat;
  width:350px;
  height: 103px;
}

@media screen and (min-width: 951px) {
  .fcsic-logo {
    line-height: 7.5rem;
    margin-left: 0;
  }
}

.fcsic-logo a {
  color: #212121;
  text-decoration: none;
}

.fcsic-logo br {
  display: none;
}

@media screen and (min-width: 951px) {
  .fcsic-logo br {
    display: block;
  }
}

.fcsic-logo-text {
  display: none;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  margin: 0;
}

@media screen and (min-width: 951px) {
  .fcsic-logo-text {
    display: none;
    font-size: 2.4rem;
    line-height: 1.3;
  }
}

.fcsic-menu-btn {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  background-color: #0071bc;
  color: #ffffff;
  display: inline;
  float: right;
  font-size: 1.3rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 5.8rem;
}

.fcsic-menu-btn:hover {
  background-color: transparent;
}

@media screen and (min-width: 951px) {
  .fcsic-menu-btn {
    display: none;
  }
}

.fcsic-menu-btn:hover {
  color: #ffffff;
  background-color: #205493;
}

.fcsic-menu-btn:visited {
  color: #ffffff;
}

.fcsic-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000000;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  visibility: hidden;
  z-index: 8000;
}

.fcsic-overlay.is-visible {
  opacity: 0.1;
  visibility: visible;
}
.fcsic-navbar {
  background-color: #ffffff;
  }

@media screen and (min-width: 951px) {
  .fcsic-header-basic .fcsic-logo {
    bottom: 1.9rem;
    position: absolute;
  }
}

@media screen and (min-width: 951px) {
  .fcsic-header-basic .fcsic-navbar {
    position: relative;
    width: 18%;
  }
}

@media screen and (min-width: 951px) {
  .fcsic-header-extended .fcsic-header {
    border-bottom: none;
  }
}

@media screen and (min-width: 951px) {
  .fcsic-header-extended .fcsic-logo {
    margin: 2rem 0 1prem 0;
    
  }
}

@media screen and (min-width: 951px) {
  .fcsic-header-extended em {
    font-size: 3.2rem;
    line-height: 1;
    text-indent:101%;
    overflow: hidden;
    white-space: nowrap;
  }
}

@media screen and (min-width: 951px) {
  .fcsic-header-extended .fcsic-navbar {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 3rem;
    padding-left: 3rem;
    display: block;
    height: 100%;
    max-width: 1040px;
  }
  .fcsic-header-extended .fcsic-navbar::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 951px) {
  .fcsic-header-extended .fcsic-nav {
    border-top: 1px solid #aeb0b5;
    background-color: #112e53;
    float: none;
    padding: 0;
    width: 100%;
  }
}

@media screen and (min-width: 951px) {
  .fcsic-header-extended .fcsic-nav-inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 3rem;
    padding-left: 2rem;
    margin-top: -1px;
    max-width: 1040px;
   /* position: relative; */
   /* menu alignment issue */
  }
  .fcsic-header-extended .fcsic-nav-inner::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 951px) {
  .fcsic-header-extended .fcsic-nav-primary::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 951px) {
  .fcsic-header-extended .fcsic-nav-primary button[aria-expanded=false], .fcsic-header-extended .fcsic-nav-primary button[aria-expanded=true] {
    background-position: right 1.5rem top 50%;
  }
}

@media screen and (min-width: 951px) {
  .fcsic-header-extended .fcsic-nav-link {
    padding-top: 1.9rem;
  }
}

@media screen and (min-width: 951px) {
  .fcsic-header-extended .fcsic-nav-submenu .fcsic-grid-full {
    padding-left: 1.2rem;
  }
}

@media screen and (min-width: 951px) {
  .fcsic-header-extended .fcsic-megamenu {
    padding-left: 3rem;
  }
}

.fcsic-hero {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../images/img/hero.jpg");
  background-position: center;
  background-size: cover;
}

.fcsic-hero .fcsic-button {
  color: #ffffff;
}

.fcsic-section-dark .fcsic-hero-link {
  color: #02bfe7;
}

.fcsic-hero-callout {
  background-color: #112e51;
  padding: 3rem;
}
.fcsic-hero2 {
  padding: 3rem 0;
  background-image: url("../images/img/hero2.jpg");
  background-position: center;
  background-size: cover;
}

.fcsic-hero2 .fcsic-button {
  color: #ffffff;
}

.fcsic-section-dark .fcsic-hero-link {
  color: #02bfe7;
}

.fcsic-hero2-callout {
  background-color: #112e51;
  padding: 3rem;
}
@media only screen and (max-width: 950px) {

.fcsic-logo {
width: 70%;
position: absolute;
top: 10px;
background-image: url("../images/img/");

}

.fcsic-logo-text {
display:block;
font-style: normal;
    font-weight: 600;
    margin: 0;
    font-size:2rem;
    line-height:1.6rem;
    padding-top:15px;
}
}
@media screen and (min-width: 481px) {
  .fcsic-hero-callout {
    max-width: 30rem;
  }
  .fcsic-hero2-callout {
    max-width: 50rem;

  }
  .fcsic-header-extended em {
    font-size: 2.2rem;
    line-height: 1;
    overflow: hidden;
    white-space: nowrap;
}
}

.fcsic-hero-callout > *:first-child {
  margin-top: 0;
  margin-bottom: 3rem;
}

.fcsic-hero-callout .fcsic-button {
  font-size: 1.4rem;
  margin-top: 7rem;
  width: 100%;
}

.fcsic-hero-callout-alt {
  color: #ffffff;
  display: block;
}
.fcsic-hero2-callout > *:first-child {
  margin-top: 0;
  margin-bottom: 3rem;
}

.fcsic-hero2-callout .fcsic-button {
  font-size: 1.4rem;
  margin-top: 7rem;
  width: 100%;
}

.fcsic-hero2-callout-alt {
  color: #ffffff;
  display: block;
}

.fcsic-layout-docs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 1201px) {
  .fcsic-layout-docs {
    display: inherit;
  }
}

.fcsic-layout-docs .fcsic-grid > :first-child:not(.fcsic-width-*) {
  margin-top: 0;
}

.fcsic-layout-docs .fcsic-grid > :last-child:not(.fcsic-width-*) {
  margin-bottom: 0;
}

.fcsic-layout-docs-sidenav {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.fcsic-layout-docs-main_content {
  margin-bottom: 3rem;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media screen and (min-width: 1201px) {
  .fcsic-layout-docs-main_content {
    margin-bottom: 0;
  }
}

.fcsic-layout-docs-main_content > :first-child {
  margin-top: 0;
}

.fcsic-media_block-img {
  float: left;
  margin-right: 1rem;
}

.fcsic-media_block-body {
  overflow: hidden;
}

.fcsic-navbar {
  border-bottom: 1px solid #aeb0b5;
  height: 4rem;
}

@media screen and (min-width: 951px) {
  .fcsic-navbar {
    border-bottom: none;
    display: inline-block;
    height: 10.3rem;
  }
}

.fcsic-nav-link {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 951px) {
  .fcsic-nav-link:hover span {
    border-bottom: 0.7rem solid #9bdaf1;
    padding-bottom: 1rem;
  }
}

@media screen and (min-width: 951px) {
  .fcsic-nav-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 3rem;
    padding-left: 3rem;
    max-width: 1040px;
  }
  .fcsic-nav-container::after {
    clear: both;
    content: "";
    display: block;
  }
}

.fcsic-nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  height: 100%;
  width: 26rem;
  -webkit-transform: translateX(26rem);
  -ms-transform: translateX(26rem);
  transform: translateX(26rem);
  background: #ffffff;
  border-left: 1px solid #aeb0b5;
  border-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: auto;
  padding: 2rem;
  z-index: 9000;
}

@media screen and (min-width: 951px) {
  .fcsic-nav {
    padding-top: 5rem;
    padding-right: 0;
    padding-bottom: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    border-left: none;
    display: block;
    float: right;
    overflow-y: visible;
    position: relative;
    width: auto;
  }
}

.fcsic-nav.is-visible {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.fcsic-nav nav {
  margin-top: 6rem;
  min-height: 100%;
}

@media screen and (min-width: 951px) {
  .fcsic-nav nav {
    margin-top: 0;
  }
}

.fcsic-nav .fcsic-current {
  border-left: 4px solid #0071bc;
  color: #0071bc;
  font-weight: 700;
  padding-left: 1.4rem;
}

.fcsic-nav .fcsic-button {
  width: 100%;
}

@media screen and (min-width: 951px) {
  .fcsic-nav .fcsic-search {
    margin-left: 1.5rem;
  }
}

.fcsic-nav-primary {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

/* default set for zoomed pages with desktop navigation */
.fcsic-nav-inner { float:left;}

/* Media query for screens wider than 600px
@media (min-width: 601px) {
  .fcsic-nav-primary { float: left; }
}
*/

.fcsic-nav-primary > li {
  margin-bottom: 0;
}

.fcsic-nav-primary > li {
  background-color: transparent;
  border-top: 1px solid #5b616b;
  font-size: 1.7rem;
}

.fcsic-nav-primary > li:first-child {
  border-top: none;
}

.fcsic-nav-primary a {
  border: none;
  color: #212121;
  display: block;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  line-height: 1.3;
  padding: 0.85rem 1rem 0.85rem 1.8rem;
  text-decoration: none;
}

.fcsic-nav-primary a:hover {
  background-color: #f1f1f1;
  color: #0071bc;
  text-decoration: none;
}

.fcsic-nav-primary a:focus {
  position: relative;
  z-index: 1;
}

.fcsic-nav-primary a.fcsic-current {
  border-left: 4px solid #0071bc;
  color: #0071bc;
  font-weight: 700;
  padding-left: 1.4rem;
}
.sans-style h1, .sans-style h2, .sans-style h3, .sans-style h4, .sans-style h5, .sans-style h6 {
    font-family: "Source Sans Pro","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;
}
.sans-style h1 {
    font-size: 4.4rem;
}
.sans-style h2 {
    font-size: 3.4rem;
}
.sans-style h3 {
    font-size: 2.4rem;
}
.sans-style h4 {
    font-size: 1.9rem;
}
.sans-style h5 {
    font-size: 1.4rem;
}
.sans-style h6 {
    font-size: 1.3rem;
}
.sans-style .fcsic-display {
    font-size: 5.9rem;
}
.sans-style .fcsic-display-alt {
    font-size: 4.4rem;
    font-weight: 300;
}
.sans-style .fcsic-font-lead {
    font-family: "Source Sans Pro","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1.5;
}
.sans-style.serif-body .fcsic-font-example p {
    font-family: "Merriweather","Georgia","Cambria","Times New Roman","Times",serif;
    font-size: 1.5rem;
    line-height: 1.7;
}
.sans-style.serif-body .fcsic-font-example .usa-font-lead {
    font-family: "Source Sans Pro","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1.5;
}
.serif-sans-minor h6 {
    font-family: "Source Sans Pro","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;
}
@media screen and (min-width: 951px) {
  .fcsic-nav-primary {
    display: inline;
  }
}

@media screen and (min-width: 951px) {
  .fcsic-nav-primary li {
    border-top: none;
  }
}

.fcsic-nav-primary > li {
  width: auto;
}

@media screen and (min-width: 951px) {
  .fcsic-nav-primary > li {
    display: inline-block;
    margin-left: -4px;
  }
}

@media screen and (min-width: 951px) {
  .fcsic-nav-primary > li > a {
    padding: 1.3rem 1.5rem 1.7rem;
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
  }
}

@media screen and (min-width: 951px) {
  .fcsic-nav-primary > li > a:hover {
    background-color: transparent;
  }
}

.fcsic-nav-primary button {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  padding: 1.4rem 1.5rem 1rem 1.8rem;
}

.fcsic-nav-primary button:hover {
  background-color: transparent;
}

@media screen and (min-width: 951px) {
  .fcsic-nav-primary button {
    padding-right: 3rem;
    padding-bottom: 1.9rem;
    padding-left: 1.5rem;
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 700;
    width: initial;
  }
}

.fcsic-nav-primary button:focus, .fcsic-nav-primary button:active {
  box-shadow: 0 0 3px #3e94cf, 0 0 7px #3e94cf;
}

.fcsic-nav-primary button:hover {
  background-color: #f1f1f1;
  color: #0071bc;
}

@media screen and (min-width: 951px) {
  .fcsic-nav-primary button:hover {
    background-color: transparent;
  }
}

.fcsic-nav-primary button[aria-expanded=false] {
  background-image: url("../images/img/plus-alt.png");
  background-image: url("../images/img/plus-alt.svg");
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: 1rem;
}

@media screen and (min-width: 951px) {
  .fcsic-nav-primary button[aria-expanded=false] {
    background-image: url("../images/img/angle-arrow-down1.png");
    background-image: url("../images/img/angle-arrow-down1.svg");
    background-position: right 1.5rem top 44%;
  }
}

.fcsic-nav-primary button[aria-expanded=true] {
  background-image: url("../images/img/minus-alt.png");
  background-image: url("../images/img/minus-alt.svg");
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: 1rem;
}

@media screen and (min-width: 951px) {
  .fcsic-nav-primary button[aria-expanded=true] {
    background-color: #112e51;
    color: #ffffff;
    background-image: url("../images/img/angle-arrow-down-hover.png");
    background-image: url("../images/img/angle-arrow-down-hover.svg");
    background-position: right 1.5rem top 44%;
  }
  .fcsic-nav-primary button[aria-expanded=true]:hover {
    background-color: #112e51;
  }
  .fcsic-nav-primary button[aria-expanded=true] span {
    border-bottom: 0.7rem solid #0071bc;
    padding-bottom: 1rem;
  }
}

@media screen and (min-width: 951px) {
  .fcsic-nav-secondary {
    position: absolute;
    right: 3rem;
    top: -10.7rem;
  }
}

.fcsic-nav-secondary .fcsic-search {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.fcsic-tag {
    position: absolute;
    right: 3rem;
    top: -6.7rem;
    font-weight:bold;
}

@media screen and (min-width: 951px) {
  .fcsic-nav-secondary .fcsic-search {
    margin-top: -0.2rem;
    margin-bottom: 0;
    margin-left: 0;
    float: left;
  }
}

@media screen and (min-width: 951px) {
  .fcsic-nav-secondary-links {
    float: left;
  }
}

@media screen and (min-width: 951px) {
  .fcsic-nav-secondary-links li {
    display: inline;
    padding-left: 1rem;
  }
}

@media screen and (min-width: 951px) {
  .fcsic-nav-secondary-links li:not(:last-child)::after {
    content: '|';
    padding-left: 1rem;
  }
}

.fcsic-nav-secondary-links a,
.fcsic-nav-secondary-links .fcsic-header-search-button {
  color: #5b616b;
  display: inline-block;
  font-size: 1.5rem;
  text-decoration: none;
}

.fcsic-nav-secondary-links a:hover,
.fcsic-nav-secondary-links .fcsic-header-search-button:hover {
  color: #0071bc;
}

.fcsic-nav-secondary-links .fcsic-header-search-button {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  display: none;
}

.fcsic-nav-secondary-links .fcsic-header-search-button:hover {
  background-color: transparent;
}

@media screen and (min-width: 951px) {
  .fcsic-nav-secondary-links .fcsic-header-search-button {
    background-image: url("../images/img/search-alt.png");
    background-image: url("../images/img/search-alt.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 2.2rem;
    display: inline-block;
    padding-left: 2.3rem;
  }
}

@media screen and (min-width: 951px) {
  .fcsic-nav-secondary-links .fcsic-header-search-button.is-hidden {
    display: none;
  }
}

.fcsic-nav-submenu {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  width: 100%;
}

.fcsic-nav-submenu > li {
  margin-bottom: 0;
}

.fcsic-nav-submenu li {
  border: none;
  font-size: 1.5rem;
}

.fcsic-nav-submenu a {
  padding-left: 2.8rem;
  line-height: 1.3;
}

.fcsic-nav-submenu a:hover, .fcsic-nav-submenu a.fcsic-current {
  border: none;
  padding-left: 2.8rem;
}

.fcsic-nav-submenu .fcsic-sidenav-sub_list a {
  padding-left: 3.8rem;
}

.fcsic-nav-submenu .fcsic-sidenav-sub_list a:hover {
  padding-left: 3.8rem;
}

@media screen and (min-width: 951px) {
  .fcsic-nav-submenu {
    margin-top: 0;
    margin-bottom: 0;
    list-style-type: none;
    padding-left: 0;
    padding-top: 1.15rem;
    padding-bottom: 1.15rem;
    background-color: #9bdaf1;
    min-width: 21.5rem;
    width: auto;
    position: absolute;
  }
  .fcsic-nav-submenu > li {
    margin-bottom: 0;
  }
}

.fcsic-nav-submenu[aria-hidden=true] {
  display: none;
}

@media screen and (min-width: 951px) {
  .fcsic-nav-submenu a {
    color: #112e51;
    padding-left: 1.8rem;
  }
}

@media screen and (min-width: 951px) {
  .fcsic-nav-submenu a:hover {
    background-color: #112e51;
    color: #ffffff;
    text-decoration: underline;
  }
}

@media screen and (min-width: 951px) {
  .fcsic-nav-submenu a:hover, .fcsic-nav-submenu a.fcsic-current {
    padding-left: 1.8rem;
  }
}

.fcsic-nav-submenu li {
  margin-bottom: 0;
}

.fcsic-nav-close {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  margin: -1.2rem -1.5rem 2.4rem auto;
  float: right;
  height: 4.4rem;
  text-align: center;
  width: 4.4rem;
}

.fcsic-nav-close:hover {
  background-color: transparent;
}

@media screen and (min-width: 951px) {
  .fcsic-nav-close {
    display: none;
  }
}

.fcsic-nav-close img {
  width: 1.3rem;
}

.fcsic-mobile_nav-active {
  overflow: hidden;
}

@media screen and (min-width: 951px) {
  .fcsic-megamenu {
    padding-top: 3.15rem;
    padding-bottom: 3.15rem;
    left: -1.8rem;
    width: 100%;
  }
}

@media screen and (min-width: 951px) {
  .fcsic-megamenu::before {
    background-color: #112e51;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 1000%;
    right: 100%;
  }
}

@media screen and (min-width: 951px) {
  .fcsic-megamenu::after {
    background-color: #112e51;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 1000%;
    left: 100%;
  }
}

@media screen and (min-width: 951px) {
  .fcsic-header-basic-megamenu .fcsic-nav {
    padding-top: 0;
    width: 100%;
  }
}

.fcsic-header-basic-megamenu .fcsic-nav-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 951px) {
  .fcsic-header-basic-megamenu .fcsic-nav-inner {
    display: initial;
    float: right;
    margin-top: -4.8rem;
  }
}

@media screen and (min-width: 951px) {
  .fcsic-header-basic-megamenu .fcsic-nav-submenu .fcsic-grid-full {
    margin-left: -1.8rem;
  }
}

@media screen and (min-width: 951px) {
  .fcsic-megamenu-col {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
  }
  .fcsic-megamenu-col:last-child {
    margin-right: 0;
  }
  .fcsic-megamenu-col:nth-child(2n) {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
  }
  .fcsic-megamenu-col:nth-child(2n):last-child {
    margin-right: 0;
  }
  .fcsic-megamenu-col:nth-child(4n) {
    margin-right: 0;
  }
  .edit-checkbox .fcsic-card label, .fcsic-card-body, .fcsic-card .edit-checkbox label, .fcsic-card a {
    border-bottom: medium none;
    border-radius: 0.2em;
    height: 18em !important;
    text-align: left;
}
}

.fcsic-megamenu-col > ul {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
}

.fcsic-megamenu-col > ul > li {
  margin-bottom: 0;
}

.fcsic-search {
  max-width: none;
  position: relative;
}

.fcsic-search::after {
  clear: both;
  content: "";
  display: block;
}

.fcsic-search [type="search"],
.fcsic-search .fcsic-search-input {
  padding-top: 0;
  padding-bottom: 0;
  -webkit-appearance: none;
  border-bottom-right-radius: 0;
  border-right: none;
  border-top-right-radius: 0;
  box-sizing: border-box;
  float: left;
  font-size: 1.4rem;
  height: 3.3rem;
  margin: 0;
  width: calc(100% - 4.5rem);
}

@media screen and (min-width: 481px) {
  .fcsic-search [type="search"],
  .fcsic-search .fcsic-search-input {
    width: calc(100% - 8.5rem);
  }
  .edit-checkbox .fcsic-card label, .fcsic-card-body, .fcsic-card .edit-checkbox label, .fcsic-card a {
    border-bottom: medium none;
    border-radius: 0.2em;
    height: 100%;
    text-align: left;
}
}

.fcsic-search [type="submit"],
.fcsic-search .fcsic-search-submit {
  background-image: url("../images/img/search.png");
  background-image: url("../images/img/search.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  height: 3.3rem;
  margin: 0;
  padding: 0;
  width: 4.5rem;
}

@media screen and (min-width: 481px) {
  .fcsic-search [type="submit"],
  .fcsic-search .fcsic-search-submit {
    background-image: none;
    width: 8.5rem;
  }
}

.fcsic-search .fcsic-search-submit-text {
  display: none;
}

@media screen and (min-width: 481px) {
  .fcsic-search .fcsic-search-submit-text {
    display: block;
  }
}

@media screen and (min-width: 481px) {
  .fcsic-search.fcsic-search-big [type="search"],
  .fcsic-search.fcsic-search-big .fcsic-search-input {
    font-size: 1.7rem;
    height: 4.4rem;
    width: calc(100% - 11.6rem);
  }
  .fcsic-search.fcsic-search-big [type="submit"],
  .fcsic-search.fcsic-search-big .fcsic-search-submit {
    font-size: 2rem;
    height: 4.4rem;
    width: 11.6rem;
  }
}

@media screen and (min-width: 481px) {
  .fcsic-search.fcsic-search-small [type="search"],
  .fcsic-search.fcsic-search-small .fcsic-search-input {
    width: calc(100% - 4.5rem);
  }
  .fcsic-search.fcsic-search-small [type="submit"],
  .fcsic-search.fcsic-search-small .fcsic-search-submit {
    background-image: url("../images/img/search.png");
    background-image: url("../images/img/search.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    width: 4.5rem;
  }
}

@media screen and (max-width: 950px) {
   aside {visibility:hidden;}
   .fcsic-layout-docs-sidenav {display:none;}
  .fcsic-search.fcsic-search-small.fcsic-sr-only {
    left: auto;
    position: relative;
  }
 
  .edit-checkbox .fcsic-card label, .fcsic-card-body, .fcsic-card .edit-checkbox label, .fcsic-card a {
    border-bottom: medium none;
    border-radius: 0.2em;
    height: 100%;
    text-align: left;
}
}

.fcsic-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media screen and (min-width: 600px) {

  .fcsic-section {
    padding-top: 6rem;
    padding-bottom: 3rem;
  }

}

.fcsic-section-light {
  background-color: #f1f1f1;
}

.fcsic-section-dark {
  background-color: #112e51;
  background: rgba(17, 46, 83, .8);
  color: #ffffff;
}

.fcsic-section-dark h1,
.fcsic-section-dark h2,
.fcsic-section-dark h3,
.fcsic-section-dark h4,
.fcsic-section-dark h5,
.fcsic-section-dark h6 {
  color: #02bfe7;
}

.fcsic-section-dark p {
  color: #ffffff;
}

.fcsic-section-dark a {
  color: #d6d7d9;
}

.fcsic-section-dark a:hover {
  color: #ffffff;
}

.fcsic-sidenav-list {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
}

.fcsic-sidenav-list > li {
  margin-bottom: 0;
}

.fcsic-sidenav-list > li {
  background-color: transparent;
  border-top: 1px solid #5b616b;
  font-size: 1.7rem;
}
.fcsic-sidenav-list > li.active {
  background-color: #f1f1f1;
  border-top: 1px solid #5b616b;
  font-size: 1.9rem;
}

.fcsic-sidenav-list > li:first-child {
  border-top: none;
}

.fcsic-sidenav-list a {
  border: none;
  color: #212121;
  display: block;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  line-height: 1.3;
  padding: 0.85rem 1rem 0.85rem 1.8rem;
  text-decoration: none;
}

.fcsic-sidenav-list a:hover {
  background-color: #f1f1f1;
  color: #0071bc;
  text-decoration: none;
}


.fcsic-sidenav-list a:focus {
  position: relative;
  z-index: 1;
}

.fcsic-sidenav-list li .fcsic-current {
  color: #0071bc;
  font-weight: 700;
  font-size: 1.7rem;
} 

.fcsic-sidenav-list li .fcsic-current a {
  border-left: 4px solid #0071bc;
  color: #0071bc;
  font-weight: 700;
  font-size: 1.7rem;
}

.fcsic-sidenav-sub_list {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  width: 100%;
}
.fcsic-sidenav-sub_list li ul li a {
  border: none;
  color: #212121 !important;
  display: block;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  line-height: 1.3;
  padding: 0rem 1rem 0.85rem 1.8rem;
  text-decoration: none;

  border-left: 0px;
  list-style-type:none !important;
}

.fcsic-sidenav-sub_list li ul {

  border-left: 0px;
  list-style-type:none !important;
  margin-top: 0;
}
.fcsic-sidenav-sub_list li ul li a{

  border: none !important;
  font-weight: 400 !important;
}
.fcsic-sidenav-sub_list li ul li.fcsic-current a {
  color: #0071bc !important;
  font-weight: 700 !important;
  font-size: 1.7rem !important;
}
.fcsic-sidenav-sub_list > li {
  margin-bottom: 0;
}

.fcsic-sidenav-sub_list li {
  border: none;
  font-size: 1.5rem;
}

.fcsic-sidenav-sub_list a {
  padding-left: 2.8rem;
  line-height: 1.3;
}
.fcsic-sidenav-sub_list li.fcsic-current {

  line-height: 1.3;
}
.fcsic-sidenav-sub_list a:hover, .fcsic-sidenav-sub_list a.fcsic-current, , .fcsic-sidenav-sub_list li .fcsic-current {
  border: none;
  padding-left: ;
}

.fcsic-sidenav-sub_list .fcsic-sidenav-sub_list a {
  padding-left: 3.8rem;
}

.fcsic-sidenav-sub_list .fcsic-sidenav-sub_list a:hover {
  padding-left: 3.8rem;
}

.fcsic-skipnav {
  background: transparent;
  color: #212121;
  left: 0;
  padding: 1rem 1.5rem;
  position: absolute;
  top: -4.2rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 100;
}

.fcsic-skipnav:focus {
  background: #ffffff;
  left: 0;
  outline: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.hline { width:100%; height:1px; background: #cdcdcd; }

.mt-0 {
  margin-top: 0;
}
.mt-xs {
  margin-top: 10px;
}
.mt-sm {
  margin-top: 30px;
}
.mt-md {
  margin-top: 40px;
}
.mt-lg {
  margin-top: 80px;
}
.mt-xl {
  margin-top: 160px;
}
.mr-0 {
  margin-right: 0;
}
.mr-xs {
  margin-right: 5px;
}
.mr-md {
  margin-right: 20px;
}
.mr-lg {
  margin-right: 40px;
}
.mr-xl {
  margin-right: 80px;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-xs {
  margin-bottom: 10px;
}
.mb-md {
  margin-bottom: 40px;
}
.mb-lg {
  margin-bottom: 80px;
}
.mb-xl {
  margin-bottom: 160px;
}
.ml-0 {
  margin-left: 0;
}
.ml-xs {
  margin-left: 5px;
}
.ml-md {
  margin-left: 20px;
}
.ml-lg {
  margin-left: 40px;
}
.ml-xl {
  margin-left: 80px;
}
.mt-0 {
  padding-top: 0;
}
.mt-xs {
  padding-top: 10px;
}
.mt-md {
  padding-top: 40px;
}
.mt-lg {
  padding-top: 80px;
}
.mt-xl {
  padding-top: 160px;
}
.mr-0 {
  padding-right: 0;
}
.mr-xs {
  padding-right: 5px;
}
.mr-md {
  padding-right: 20px;
}
.mr-lg {
  padding-right: 40px;
}
.mr-xl {
  padding-right: 80px;
}
.mb-0 {
  padding-bottom: 0;
}
.mb-xs {
  padding-bottom: 10px;
}
.mb-md {
  padding-bottom: 40px;
}
.mb-lg {
  padding-bottom: 80px;
}
.mb-xl {
  padding-bottom: 160px;
}
.ml-0 {
  padding-left: 0;
}
.ml-xs {
  padding-left: 5px;
}
.ml-md {
  padding-left: 20px;
}
.pl-lg {
  padding-left: 40px;
}
.ml-xl {
  padding-left: 80px;
}
@media (max-width: 767px) {
aside {visibility:hidden;}
  .mt-0-sm {
    margin-top: 0;
  }
  .mt-xs-sm {
    margin-top: 10px;
  }
  .mt-md-sm {
    margin-top: 40px;
  }
  .mt-lg-sm {
    margin-top: 80px;
  }
  .mt-xl-sm {
    margin-top: 160px;
  }
  .mr-0-sm {
    margin-right: 0;
  }
  .mr-xs-sm {
    margin-right: 5px;
  }
  .mr-md-sm {
    margin-right: 20px;
  }
  .mr-lg-sm {
    margin-right: 40px;
  }
  .mr-xl-sm {
    margin-right: 80px;
  }
  .mb-0-sm {
    margin-bottom: 0;
  }
  .mb-xs-sm {
    margin-bottom: 10px;
  }
  .mb-md-sm {
    margin-bottom: 40px;
  }
  .mb-lg-sm {
    margin-bottom: 80px;
  }
  .mb-xl-sm {
    margin-bottom: 160px;
  }
  .ml-0-sm {
    margin-left: 0;
  }
  .ml-xs-sm {
    margin-left: 5px;
  }
  .ml-md-sm {
    margin-left: 20px;
  }
  .ml-lg-sm {
    margin-left: 40px;
  }
  .ml-xl-sm {
    margin-left: 80px;
  }
  .mt-0-sm {
    padding-top: 0;
  }
  .mt-xs-sm {
    padding-top: 10px;
  }
  .mt-md-sm {
    padding-top: 40px;
  }
  .mt-lg-sm {
    padding-top: 80px;
  }
  .mt-xl-sm {
    padding-top: 160px;
  }
  .mr-0-sm {
    padding-right: 0;
  }
  .mr-xs-sm {
    padding-right: 5px;
  }
  .mr-md-sm {
    padding-right: 20px;
  }
  .mr-lg-sm {
    padding-right: 40px;
  }
  .mr-xl-sm {
    padding-right: 80px;
  }
  .mb-0-sm {
    padding-bottom: 0;
  }
  .mb-xs-sm {
    padding-bottom: 10px;
  }
  .mb-md-sm {
    padding-bottom: 40px;
  }
  .mb-lg-sm {
    padding-bottom: 80px;
  }
  .mb-xl-sm {
    padding-bottom: 160px;
  }
  .ml-0-sm {
    padding-left: 0;
  }
  .ml-xs-sm {
    padding-left: 5px;
  }
  .ml-md-sm {
    padding-left: 20px;
  }
  .ml-lg-sm {
    padding-left: 40px;
  }
  .ml-xl-sm {
    padding-left: 80px;
  }
}
@media (max-width: 767px) {
  aside {visibility:hidden;}
  .mt-0-md {
    margin-top: 0;
  }
  .mt-xs-md {
    margin-top: 10px;
  }
  .mt-md-md {
    margin-top: 40px;
  }
  .mt-lg-md {
    margin-top: 80px;
  }
  .mt-xl-md {
    margin-top: 160px;
  }
  .mr-0-md {
    margin-right: 0;
  }
  .mr-xs-md {
    margin-right: 5px;
  }
  .mr-md-md {
    margin-right: 20px;
  }
  .mr-lg-md {
    margin-right: 40px;
  }
  .mr-xl-md {
    margin-right: 80px;
  }
  .mb-0-md {
    margin-bottom: 0;
  }
  .mb-xs-md {
    margin-bottom: 10px;
  }
  .mb-md-md {
    margin-bottom: 40px;
  }
  .mb-lg-md {
    margin-bottom: 80px;
  }
  .mb-xl-md {
    margin-bottom: 160px;
  }
  .ml-0-md {
    margin-left: 0;
  }
  .ml-xs-md {
    margin-left: 5px;
  }
  .ml-md-md {
    margin-left: 20px;
  }
  .ml-lg-md {
    margin-left: 40px;
  }
  .ml-xl-md {
    margin-left: 80px;
  }
  .mt-0-md {
    padding-top: 0;
  }
  .mt-xs-md {
    padding-top: 10px;
  }
  .mt-md-md {
    padding-top: 40px;
  }
  .mt-lg-md {
    padding-top: 80px;
  }
  .mt-xl-md {
    padding-top: 160px;
  }
  .mr-0-md {
    padding-right: 0;
  }
  .mr-xs-md {
    padding-right: 5px;
  }
  .mr-md-md {
    padding-right: 20px;
  }
  .mr-lg-md {
    padding-right: 40px;
  }
  .mr-xl-md {
    padding-right: 80px;
  }
  .mb-0-md {
    padding-bottom: 0;
  }
  .mb-xs-md {
    padding-bottom: 10px;
  }
  .mb-md-md {
    padding-bottom: 40px;
  }
  .mb-lg-md {
    padding-bottom: 80px;
  }
  .mb-xl-md {
    padding-bottom: 160px;
  }
  .ml-0-md {
    padding-left: 0;
  }
  .ml-xs-md {
    padding-left: 5px;
  }
  .ml-md-md {
    padding-left: 20px;
  }
  .ml-lg-md {
    padding-left: 40px;
  }
  .ml-xl-md {
    padding-left: 80px;
  }

}



@media only screen {
.navigation--major .fcsic-cards--2across {
    display: block;
}
}
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
.navigation--major .fcsic-cards--2across {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.fcsic-tag {display:none;}
.edit-checkbox .fcsic-card label, .fcsic-card-body, .fcsic-card .edit-checkbox label, .fcsic-card a {
    border-bottom: medium none;
    border-radius: 0.2em;
    height: 100%;
    text-align: left;
}
}


@media screen and (min-width: 320px) {


.card {
    border: 1px solid #f1f1f1;
    margin: 0 0 1.5em;
    padding: 1em;
    position: relative;
}
.card dt {
    font-weight: 700;
}

.card dd {
    margin: 0;
    padding: 0;
}
.card.templates {
    height: 338px;
}
.card::after {
    clear: both;
    content: " ";
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.card::after, .card span {
    display: block;
}
.card .number {
    color: #003e73;
    display: inline-block;
    float: left;
    font-size: 3.25em;
    font-weight: 700;
    line-height: 0.65em;
    margin: 0;
    padding: 0 0.125em 0 0;
}
.card .description, .card .heading {
    display: block;
}
.card .heading {
    color: #046b99;
    font-size: 0.8em;
    padding: 0;
}
.card .description {
    display: inline-block;
    font-size: 1.25em;
    font-weight: 400;
    padding: 0.2em 0;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}
.card.information {
    background: rgba(0, 0, 0, 0.05) none repeat scroll 0 0;
}
.card.info-graphic {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #fff;
    line-height: 2.5;
    padding: 1em 1em 0;
}
.card.info-graphic span.number {
    color: #fff;
    display: inline-block;
}
}


@media only screen and (min-width: 40.0625em) {
.fcsic-cards--2across::after, .fcsic-cards--2across::before, .fcsic-cards--3across::after, .fcsic-cards--3across::before {
    content: " ";
    display: table;
}
.fcsic-cards--2across::after, .fcsic-cards--3across::after {
    clear: both;
}
.fcsic-cards--3across > .fcsic-card {
    width: 32%;
}
.fcsic-cards--2across > .fcsic-card {
    width: 48.7%;
}
}
.fcsic-card {
    list-style: outside none none !important;
    padding: 0;
    position: relative;
}
@media only screen and (min-width: 40.0625em) {
.fcsic-card {
    float: left;
    margin: 0 0.625rem 1.25rem 0.67rem;
}
}
@media only screen {
.fcsic-card {
    margin: 0 0.625rem 1.25rem 0.67rem;
}
.fcsic-card-body h3 {
	margin-top:.5rem;
	border-bottom:1px solid #02bfe7;}
}
.edit-checkbox .fcsic-card label, .fcsic-card .edit-checkbox label, .fcsic-card a {
    color: inherit;
}
.edit-checkbox .fcsic-card label, .fcsic-card-body, .fcsic-card .edit-checkbox label{
    background: #112e53 none repeat scroll 0 0;
    border-bottom: 2px solid hsla(0, 0%, 100%, 0.3);
    color: #fff !important;
    display: block;
    font-weight: 400;
    padding: 0.45em 0.75em;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
}
.edit-checkbox .fcsic-card label:active, .edit-checkbox .fcsic-card label:focus, .edit-checkbox .fcsic-card label:hover, .fcsic-card-body:active, .fcsic-card-body:focus, .fcsic-card-body:hover, .fcsic-card .edit-checkbox label:active, .fcsic-card .edit-checkbox label:focus, .fcsic-card .edit-checkbox label:hover, .fcsic-card a:active, {
    background: #0071bc none repeat scroll 0 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
    color: inherit;
    cursor: pointer;
    text-decoration: inherit;
}
.edit-checkbox .fcsic-card label + ol, .edit-checkbox .fcsic-card label + ul, .fcsic-card-body + ol, .fcsic-card-body + ul, .fcsic-card .edit-checkbox label + ol, .fcsic-card .edit-checkbox label + ul, .fcsic-card a + ol, .fcsic-card a + ul {
    margin: 1em 1.2em 0 2em !important;
}
@media only screen {
.edit-checkbox .fcsic-card label, .fcsic-card-body, .fcsic-card .edit-checkbox label, .fcsic-card a {
    border-bottom: medium none;
    border-radius: 0.2em;
    height: 100%;
    text-align: left;
}
}
@media only screen and (min-width: 40.0625em) {
.fcsic-card label, .fcsic-card {
    padding: .5em;
}

.edit-checkbox .fcsic-card label, .fcsic-card-body, .fcsic-card .edit-checkbox label, .fcsic-card a {
    border-bottom: medium none;
    border-radius: 0.2em;
    height: 100%;
    text-align: left;
}
}
.fcsic-card-title {
    color: #fff !important;
    font: 600 1.35em/1.3em Source Sans Pro,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif !important;
    margin: 0 !important;
    padding: 0 0 0.25em !important;
}
.edit-checkbox .fcsic-card-title label, .fcsic-card-title .edit-checkbox label, .fcsic-card-title a {
    background-color: transparent;
    text-decoration: none;
}



