/*$visual-grid: true;
$visual-grid-color: #ccc;*/
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;
}

/**
 * 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;
}

@font-face {
  font-family: 'icomoon';
  src: url("../../fonts/icomoon.eot?7yuwqc");
  src: url("../../fonts/icomoon.eot?7yuwqc#iefix") format("embedded-opentype"), url("../../fonts/icomoon.ttf?7yuwqc") format("truetype"), url("../../fonts/icomoon.woff?7yuwqc") format("woff"), url("../../fonts/icomoon.svg?7yuwqc#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-cta-arrow:before {
  content: "\e900";
}

.icon-heart:before {
  content: "\e901";
}

/*$base-border-radius: 3px;
$base-z-index: 0;*/
/*$blue: #011e81;*/
/*
// Border
$base-border-color: #000;
$base-border: 1px solid $base-border-color;

// Background Colors
$base-background-color: #fff;
$secondary-background-color: lighten($base-border-color, 10%);

// Forms
$form-box-shadow: inset 0 1px 3px rgba(#000, 0.06);
$form-box-shadow-focus: $form-box-shadow, 0 0 5px adjust-color($action-color, $lightness: -5%, $alpha: -0.3);
*/
.button {
  display: inline-block;
  padding: 12px 20px;
  border: 2px solid #1b3664;
  font-family: "proxima-nova", arial, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
  /*letter-spacing: 2px;*/
  line-height: 1em;
  color: #1b3664;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.button:focus {
  outline: none;
}
.button:hover {
  background: #10264b;
  color: #fff;
}
.button.inverse {
  /*-webkit-font-smoothing: antialiased;*/
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.button.inverse:hover, .button.inverse:focus {
  border-color: #fff;
  background: #fff;
  color: #1b3664;
}
.button.inverse:hover span, .button.inverse:focus span {
  color: #1b3664;
}
.button span {
  margin-left: 5px;
  font-size: 0.9375rem;
  /*@include transition(all $transition-time linear);*/
}

/*.icon-cta-arrow {
  display: inline-block;
  width: 27px;
  height: 15px;
  margin-left: 5px;
  background: url(../../images/cta-arrow.svg) no-repeat center;
  background-size: contain;
  vertical-align: top;
}*/
.interior-content .gform_wrapper label {
  color: #10264b;
}
.interior-content .gform_wrapper li + li {
  margin-top: 20px;
}
.interior-content .gform_wrapper .ginput_complex label {
  margin-bottom: 0;
}
.interior-content .gform_wrapper input,
.interior-content .gform_wrapper textarea {
  border: 1px solid #b9b9b9;
}
.interior-content .gform_wrapper input[type="submit"] {
  display: inline-block;
  padding: 12px 20px !important;
  border: 2px solid #10264b;
  background: transparent;
  font-family: "proxima-nova", arial, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
  /*letter-spacing: 2px;*/
  line-height: 1em;
  color: #1b3664;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.interior-content .gform_wrapper input[type="submit"]:focus {
  outline: none;
}
.interior-content .gform_wrapper input[type="submit"]:hover {
  background: #10264b;
  color: #fff;
}

ul,
ol {
  /*list-style-type: none;*/
  margin: 0;
  padding: 0;
}
dl {
  margin-bottom: 0.75em;
}
dl dt {
  font-weight: bold;
  margin-top: 0.75em;
}
dl dd {
  margin: 0;
}

body {
  -webkit-font-feature-settings: "kern", "liga", "pnum";
  -moz-font-feature-settings: "kern", "liga", "pnum";
  -ms-font-feature-settings: "kern", "liga", "pnum";
  font-feature-settings: "kern", "liga", "pnum";
  color: #414141;
  font-family: "proxima-nova", arial, sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "serifa", georgia, serif;
  line-height: 1.2;
  margin: 0;
  font-weight: normal;
}

h1, h2 {
  color: #c92817;
}

h1 {
  font-size: 2.25rem;
}
@media screen and (min-width: 64em) {
  h1 {
    font-size: 3.25rem;
  }
}

h2 {
  font-size: 1.75rem;
}
@media screen and (min-width: 64em) {
  h2 {
    font-size: 2.25rem;
  }
}

h3, h4 {
  color: #fff;
  text-transform: uppercase;
}

h3 {
  font-size: 1.25rem;
}
@media screen and (min-width: 64em) {
  h3 {
    font-size: 1.5rem;
  }
}

h4 {
  font-size: 1.0625rem;
}
@media screen and (min-width: 64em) {
  h4 {
    font-size: 1.1875rem;
  }
}

h5, h6 {
  font-family: "proxima-nova", arial, sans-serif;
  line-height: 1.4em;
  color: #fff;
}

h5 {
  font-size: 1.25rem;
}
@media screen and (min-width: 64em) {
  h5 {
    font-size: 1.5rem;
  }
}

h6 {
  font-size: 1.125rem;
}
@media screen and (min-width: 64em) {
  h6 {
    font-size: 1.25rem;
  }
}

p {
  /*margin: 0 0 $small-spacing;*/
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5em;
}
@media screen and (min-width: 64em) {
  p {
    font-size: 1rem;
  }
}

li {
  font-size: 1rem;
  /*@include media($large-screen-up) {
    font-size: rem(20);
  }*/
}

a {
  color: #c92817;
  text-decoration: none;
  transition: color 0.1s linear;
}
a:active, a:focus, a:hover {
  color: #841a0f;
}
a:active, a:focus {
  outline: none;
}

a.cta-text-link {
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.875rem;
}
a.cta-text-link:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 10px;
  margin-left: 8px;
  height: 0;
  width: 0;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #c92817;
  border-top: 5px solid transparent;
  -webkit-transition: margin 0.2s ease-in-out;
  -moz-transition: margin 0.2s ease-in-out;
  transition: margin 0.2s ease-in-out;
}
a.cta-text-link:active, a.cta-text-link:focus, a.cta-text-link:hover {
  color: #c92817;
}
a.cta-text-link:active:after, a.cta-text-link:focus:after, a.cta-text-link:hover:after {
  margin-left: 12px;
}

a.back-text-link {
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.125rem;
}
a.back-text-link:before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 12px;
  margin-right: 8px;
  height: 0;
  width: 0;
  border-bottom: 6px solid transparent;
  border-right: 7px solid #10264b;
  border-top: 6px solid transparent;
  -webkit-transition: margin 0.2s ease-in-out;
  -moz-transition: margin 0.2s ease-in-out;
  transition: margin 0.2s ease-in-out;
}
a.back-text-link:active, a.back-text-link:focus, a.back-text-link:hover {
  color: #10264b;
}
a.back-text-link:active:before, a.back-text-link:focus:before, a.back-text-link:hover:before {
  margin-right: 12px;
  margin-left: -4px;
}

hr {
  border-bottom: 1px solid #000;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
  height: auto;
}

.screen-reader-text {
  display: none;
}

.alignleft {
  display: inline;
  float: left;
}

.alignright {
  display: inline;
  float: right;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
body {
  background: #10264b;
}

.content-wrapper {
  max-width: 71.25em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 0px;
  padding-bottom: 0px;
  /*border: 1px solid red;*/
}
.content-wrapper::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 46.875em) {
  .content-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 64em) {
  .content-wrapper {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (min-width: 73.75em) {
  .content-wrapper {
    padding-right: 0;
    padding-left: 0;
  }
}

.content-section {
  padding-top: 20px;
}
@media screen and (min-width: 64em) {
  .content-section {
    padding-top: 30px;
  }
}
@media screen and (min-width: 73.75em) {
  .content-section {
    padding-top: 45px;
  }
}

.fifths {
  display: block;
}
.fifths::after {
  clear: both;
  content: "";
  display: table;
}
.fifths .fifth + .fifth {
  margin-top: 20px;
}
@media screen and (min-width: 46.875em) {
  .fifths .fifth + .fifth:nth-child(2), .fifths .fifth + .fifth:nth-child(3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 64em) {
  .fifths .fifth + .fifth {
    margin-top: 0;
  }
}
@media screen and (min-width: 46.875em) {
  .fifths .fifth {
    float: left;
    width: 31%;
    margin-right: 2.3%;
    vertical-align: top;
  }
  .fifths .fifth:last-child, .fifths .fifth:nth-child(3n) {
    margin-right: 0;
  }
  .fifths .fifth:nth-child(4) {
    clear: both;
  }
}
@media screen and (min-width: 64em) {
  .fifths .fifth {
    width: 18%;
    margin-right: 2.3%;
  }
  .fifths .fifth:nth-child(3n) {
    margin-right: 2.3%;
  }
  .fifths .fifth:last-child {
    margin-right: 0;
  }
  .fifths .fifth:nth-child(4) {
    clear: none;
  }
}

@media screen and (min-width: 46.875em) {
  .site-header,
  .header-placeholder {
    height: 115px;
  }
}
@media screen and (min-width: 64em) {
  .site-header,
  .header-placeholder {
    height: 120px;
  }
}

.site-header {
  padding: 20px 0;
  background: #fff;
}
@media screen and (min-width: 46.875em) {
  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 0 0;
    border-bottom: 1px solid #b9b9b9;
    text-align: right;
    z-index: 1000;
  }
}
.site-header .header-wrapper {
  max-width: 71.25em;
  margin-left: auto;
  margin-right: auto;
}
.site-header .header-wrapper::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (min-width: 46.875em) {
  .site-branding {
    float: left;
  }
}
.site-branding .logo {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  display: block;
  width: 140px;
  height: 57px;
  background: url(../../images/c4c-logo.svg) no-repeat center;
  background-size: contain;
}
@media screen and (min-width: 46.875em) {
  .site-branding .logo {
    width: 162px;
    height: 67px;
  }
}
@media screen and (min-width: 64em) {
  .site-branding .logo {
    width: 189px;
    height: 78px;
  }
}

.has-grad-bg-img {
  position: relative;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
  z-index: 0;
}
.has-grad-bg-img.bottom-img {
  background-position: center bottom;
}

.menu-toggle {
  position: absolute;
  top: 25px;
  right: 5%;
  display: block;
  width: 47px;
  height: 47px;
  background: url(../../images/mobile-menu.svg) no-repeat center;
  background-size: contain;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}
@media screen and (min-width: 46.875em) {
  .menu-toggle {
    display: none;
  }
}

.main-navigation {
  display: none;
}
@media screen and (min-width: 46.875em) {
  .main-navigation {
    display: inline-block;
    padding-top: 0;
  }
}
.main-navigation .nav-container.primary {
  padding-top: 20px;
}
@media screen and (min-width: 46.875em) {
  .main-navigation .nav-container {
    display: inline-block;
    text-align: left;
    vertical-align: top;
  }
  .main-navigation .nav-container.primary {
    padding-top: 0;
    margin-right: 30px;
    text-transform: uppercase;
  }
  .main-navigation .nav-container.secondary {
    margin-right: 30px;
  }
  .main-navigation .nav-container.contact a {
    padding: 5px 2px 7px 15px;
    text-transform: uppercase;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 64em) {
  .main-navigation .nav-container.primary {
    margin-right: 40px;
  }
  .main-navigation .nav-container.secondary {
    margin-right: 70px;
  }
}
.main-navigation .nav-links {
  list-style: none;
}
.main-navigation .nav-links li.current_page_item a, .main-navigation .nav-links li.current_page_parent a {
  color: #1b3664;
  border-color: #1b3664;
}
.main-navigation .nav-links a {
  display: block;
  position: relative;
  padding: 10px 5px;
  border-top: 1px solid #8f8f8f;
  font-weight: 600;
  line-height: 1em;
  color: #8f8f8f;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
@media screen and (min-width: 46.875em) {
  .main-navigation .nav-links a {
    padding: 5px 15px 7px 2px;
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 64em) {
  .main-navigation .nav-links a {
    font-size: 0.875rem;
  }
}
.main-navigation .nav-links a:hover {
  color: #1b3664;
  border-color: #1b3664;
}

.site-footer {
  padding: 20px 0 30px;
}
@media screen and (min-width: 64em) {
  .site-footer {
    padding: 40px 0 50px;
  }
}
.site-footer * {
  color: #fff;
}
.site-footer .footer-right {
  margin-top: 20px;
}
@media screen and (min-width: 46.875em) {
  .site-footer .footer-right {
    margin-top: 0;
    float: right;
  }
}
@media screen and (min-width: 46.875em) {
  .site-footer .footer-left {
    float: left;
    display: block;
    margin-right: 1.61735%;
    width: 32.2551%;
  }
  .site-footer .footer-left:last-child {
    margin-right: 0;
  }
}
.site-footer .footer-nav {
  margin-bottom: 25px;
}
@media screen and (min-width: 46.875em) {
  .site-footer .footer-nav {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }
}
.site-footer .footer-nav ul {
  list-style: none;
}
.site-footer .footer-nav a {
  font-size: 0.875rem;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.site-footer .footer-nav a:hover {
  color: #fff;
  opacity: .5;
}
.site-footer .copyright-text {
  font-size: 0.75rem;
}
.site-footer .footer-logo {
  display: block;
  width: 140px;
  height: 57px;
  background: url(../../images/c4c-logo-white.svg) no-repeat center;
  background-size: contain;
}
@media screen and (min-width: 46.875em) {
  .site-footer .footer-logo {
    width: 194px;
    height: 79px;
  }
}

.interior-content {
  position: relative;
  padding-bottom: 30px;
  background: #fff;
  /*border-top: 1px solid $gray;*/
  z-index: 10;
  display: block;
}
.interior-content::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 64em) {
  .interior-content {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 73.75em) {
  .interior-content {
    padding-bottom: 90px;
  }
}
.interior-content.has-top-indent {
  position: relative;
  /*border-top: none;*/
}
@media screen and (min-width: 46.875em) {
  .interior-content.has-top-indent:after {
    content: '';
    display: block;
    position: absolute;
    top: calc(-1 * 100px );
    left: 50%;
    width: 50%;
    height: 100px;
    background: #fff;
    z-index: 0;
  }
}
@media screen and (min-width: 64em) {
  .interior-content.has-top-indent:after {
    top: calc(-1 * 200px );
    height: 200px;
  }
}
@media screen and (min-width: 73.75em) {
  .interior-content.has-top-indent:after {
    top: calc(-1 * 300px );
    height: 300px;
  }
}
.interior-content.has-top-indent .main-content {
  position: relative;
  z-index: 11;
}
@media screen and (min-width: 46.875em) {
  .interior-content.has-top-indent .main-content {
    padding: 30px 0 0 30px;
    margin-top: calc(-1 * 100px );
  }
}
@media screen and (min-width: 64em) {
  .interior-content.has-top-indent .main-content {
    padding: 60px 0 0 60px;
    margin-top: calc(-1 * 200px );
  }
}
@media screen and (min-width: 73.75em) {
  .interior-content.has-top-indent .main-content {
    padding: 90px 0 0;
    margin-top: calc(-1 * 300px );
  }
  .interior-content.has-top-indent .main-content:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -90px;
    width: 100%;
    height: 100%;
    min-height: 300px;
    background: #fff;
    z-index: -1;
  }
}
@media screen and (min-width: 46.875em) {
  .interior-content .sidebar {
    float: left;
    display: block;
    margin-right: 1.61735%;
    width: 32.2551%;
  }
  .interior-content .sidebar:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 73.75em) {
  .interior-content .sidebar {
    float: left;
    display: block;
    margin-right: 1.61735%;
    width: 23.78699%;
  }
  .interior-content .sidebar:last-child {
    margin-right: 0;
  }
}
.interior-content .main-content {
  background: #fff;
  /** {
    color: $base-font-color;
  }*/
}
@media screen and (min-width: 46.875em) {
  .interior-content .main-content {
    float: left;
    display: block;
    margin-right: 1.61735%;
    width: 66.12755%;
  }
  .interior-content .main-content:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 73.75em) {
  .interior-content .main-content {
    margin-left: 8.46811%;
  }
}

.home-intro {
  padding: 30px 0;
}
@media screen and (min-width: 46.875em) {
  .home-intro {
    padding: 45px 0;
  }
}
@media screen and (min-width: 64em) {
  .home-intro {
    padding: 100px 0;
  }
}
.home-intro * {
  color: #fff;
}
@media screen and (min-width: 46.875em) {
  .home-intro .home-intro-text {
    width: 75%;
  }
}
.home-intro .home-intro-text * + * {
  margin-top: 20px;
}

.home-callouts {
  display: block;
  padding-bottom: 45px;
}
.home-callouts::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 64em) {
  .home-callouts {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 46.875em) {
  .home-callouts .home-callout {
    float: left;
    display: block;
    margin-right: 1.61735%;
    width: 32.2551%;
    padding-right: 7%;
  }
  .home-callouts .home-callout:last-child {
    margin-right: 0;
  }
}
.home-callouts .home-callout + .home-callout {
  margin-top: 20px;
}
@media screen and (min-width: 46.875em) {
  .home-callouts .home-callout + .home-callout {
    margin-top: 0;
  }
}
.home-callouts .home-callout * + * {
  margin-top: 20px;
}
.home-callouts .home-callout .home-callout-headline {
  padding-top: 20px;
  border-top: 2px solid #fff;
}
.home-callouts .home-callout .home-callout-headline a {
  color: #fff;
}
.home-callouts .home-callout p {
  color: #fff;
}

.home-toc {
  display: block;
  padding-bottom: 30px;
}
.home-toc::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 64em) {
  .home-toc {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 46.875em) {
  .home-toc .home-toc-description {
    float: left;
    display: block;
    margin-right: 1.61735%;
    width: 66.12755%;
  }
  .home-toc .home-toc-description:last-child {
    margin-right: 0;
  }
}
.home-toc .home-toc-description * + * {
  margin-top: 20px;
}
.home-toc .home-toc-description p {
  color: #fff;
}
.home-toc .home-toc-list {
  margin-top: 20px;
}
@media screen and (min-width: 46.875em) {
  .home-toc .home-toc-list {
    float: left;
    display: block;
    margin-right: 1.61735%;
    width: 32.2551%;
    margin-top: 0;
  }
  .home-toc .home-toc-list:last-child {
    margin-right: 0;
  }
}
.home-toc .home-toc-list ul {
  list-style: none;
}
.home-toc .home-toc-list li {
  border-top: 1px solid #fff;
}
.home-toc .home-toc-list a {
  position: relative;
  display: block;
  padding: 15px 35px 15px 0;
  color: #fff;
  font-family: "serifa", georgia, serif;
  text-transform: uppercase;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.home-toc .home-toc-list a:hover {
  opacity: .5;
}
.home-toc .home-toc-list .icon-cta-arrow {
  position: absolute;
  top: 50%;
  right: 2px;
  margin-top: -8px;
}

.home-partners {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}
@media screen and (min-width: 64em) {
  .home-partners {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.home-partners > * + * {
  margin-top: 20px;
}
.home-partners .home-partner * + * {
  margin-top: 20px;
}
.home-partners .home-partner .home-partner-logo {
  display: block;
  max-width: 70%;
  height: 100px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
.home-partners .home-partner h4 {
  text-transform: none;
}
.home-partners .home-partner p {
  color: #fff;
}

.home-teasers-section {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}
@media screen and (min-width: 64em) {
  .home-teasers-section {
    padding-top: 50px;
    padding-bottom: 200px;
  }
}

.home-teasers {
  display: block;
  margin-top: 20px;
}
.home-teasers::after {
  clear: both;
  content: "";
  display: table;
}
.home-teasers .home-teaser + .home-teaser {
  margin-top: 20px;
}
@media screen and (min-width: 46.875em) {
  .home-teasers .home-teaser + .home-teaser {
    margin-top: 0;
  }
}
@media screen and (min-width: 46.875em) {
  .home-teasers .home-teaser {
    float: left;
    display: block;
    margin-right: 1.61735%;
    width: 32.2551%;
    padding-right: 7%;
  }
  .home-teasers .home-teaser:last-child {
    margin-right: 0;
  }
}
.home-teasers .home-teaser * + * {
  margin-top: 20px;
}
.home-teasers .home-teaser p {
  color: #fff;
}
.home-teasers .home-teaser .teaser-date-number {
  margin-bottom: -20px;
  color: #c92817;
  font-family: "serifa", georgia, serif;
  font-size: 3.125rem;
  line-height: 1em;
}
@media screen and (min-width: 46.875em) {
  .home-teasers .home-teaser .teaser-date-number {
    font-size: 4.375rem;
  }
}
@media screen and (min-width: 64em) {
  .home-teasers .home-teaser .teaser-date-number {
    font-size: 5.625rem;
  }
}
.home-teasers .home-teaser .teaser-date {
  color: #c92817;
  text-transform: uppercase;
  font-size: 1.125rem;
}
@media screen and (min-width: 46.875em) {
  .home-teasers .home-teaser.donate-teaser .donate-icon {
    padding-top: 10px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 64em) {
  .home-teasers .home-teaser.donate-teaser .donate-icon {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 46.875em) {
  .interior-intro {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 64em) {
  .interior-intro {
    padding-bottom: 200px;
  }
}
@media screen and (min-width: 73.75em) {
  .interior-intro {
    padding-bottom: 300px;
  }
}
.interior-intro * {
  color: #fff;
}
.interior-intro .interior-intro-text {
  padding: 30px 0;
}
@media screen and (min-width: 46.875em) {
  .interior-intro .interior-intro-text {
    padding: 45px 0;
    width: 75%;
  }
}
@media screen and (min-width: 64em) {
  .interior-intro .interior-intro-text {
    padding: 100px 0;
  }
}
.interior-intro .interior-intro-text * + * {
  margin-top: 20px;
}

.interior-footer {
  position: relative;
  overflow: hidden;
  background: #fff;
}
@media screen and (min-width: 46.875em) {
  .interior-footer {
    background: transparent;
  }
  .interior-footer:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50vw;
    height: 100%;
    background: #fff;
    z-index: -1;
  }
}
.interior-footer .interior-footer-content {
  position: relative;
  padding: 30px 0;
  background: #fff;
}
@media screen and (min-width: 46.875em) {
  .interior-footer .interior-footer-content {
    float: left;
    display: block;
    margin-right: 1.61735%;
    width: 66.12755%;
  }
  .interior-footer .interior-footer-content:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 64em) {
  .interior-footer .interior-footer-content {
    padding: 45px 0;
  }
}
.interior-footer .interior-footer-content:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: calc(-1 * 30px );
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
}
@media screen and (min-width: 64em) {
  .interior-footer .interior-footer-content:before {
    right: calc(-1 * 45px );
  }
}
.interior-footer .interior-footer-content:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: calc(100% + 30px);
  width: 100%;
  height: 100%;
  background: #10264b url(../../images/indent-foot.png) no-repeat left top;
  background-size: contain;
  z-index: -1;
}
@media screen and (min-width: 64em) {
  .interior-footer .interior-footer-content:after {
    left: calc(100% + 45px);
  }
}
.interior-footer .interior-footer-content h6 {
  color: #414141;
}
.interior-footer .interior-footer-content * + * {
  margin-top: 20px;
}

.entry-content h3 {
  margin-bottom: 20px;
  color: #c92817;
}
@media screen and (min-width: 64em) {
  .entry-content h3 {
    margin-bottom: 34px;
  }
}
.entry-content h5 {
  color: #10264b;
}
.entry-content figure.wp-caption {
  max-width: 100%;
  margin: 2em 0;
}
.entry-content figcaption.wp-caption-text {
  margin-top: 10px;
  font-size: 0.875rem;
  line-height: 1.5em;
  color: #10264b;
  font-style: italic;
}
@media screen and (min-width: 64em) {
  .entry-content figcaption.wp-caption-text {
    font-size: 1rem;
  }
}
.entry-content .video-container {
  position: relative;
  padding-bottom: 56.25%;
  margin: 2em 0;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.entry-content .video-container iframe,
.entry-content .video-container object,
.entry-content .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.entry-content .intro-copy + .subsections .subsection:first-child {
  padding-top: 30px;
}
@media screen and (min-width: 64em) {
  .entry-content .intro-copy + .subsections .subsection:first-child {
    padding-top: 40px;
  }
}
.entry-content .subsection {
  position: relative;
}
.entry-content .subsection:focus {
  outline: none;
}
.entry-content .subsection + .subsection {
  padding-top: 35px;
  margin-top: 20px;
  border-top: 1px solid #b9b9b9;
}
.entry-content .subsection + .subsection:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15px;
  border-left: 1px solid #b9b9b9;
}
@media screen and (min-width: 64em) {
  .entry-content .subsection + .subsection {
    padding-top: 70px;
    margin-top: 40px;
  }
  .entry-content .subsection + .subsection:before {
    height: 30px;
  }
}
.entry-content .subsection-body h1, .entry-content .subsection-body h2, .entry-content .subsection-body h3, .entry-content .subsection-body h4, .entry-content .subsection-body h5, .entry-content .subsection-body h6,
.entry-content .intro-copy h1,
.entry-content .intro-copy h2,
.entry-content .intro-copy h3,
.entry-content .intro-copy h4,
.entry-content .intro-copy h5,
.entry-content .intro-copy h6 {
  color: #10264b;
}
.entry-content .subsection-body > * + *,
.entry-content .intro-copy > * + * {
  margin-top: 20px;
}
.entry-content .subsection-body ul, .entry-content .subsection-body ol,
.entry-content .intro-copy ul,
.entry-content .intro-copy ol {
  padding-left: 20px;
}
.entry-content .intro-copy h3 {
  color: #c92817;
}

.subnav,
.news-subnav {
  padding: 20px 0;
}
@media screen and (min-width: 64em) {
  .subnav,
  .news-subnav {
    padding: 30px 0 0;
  }
}
@media screen and (min-width: 73.75em) {
  .subnav,
  .news-subnav {
    padding: 45px 0 0;
  }
}
.subnav ul,
.news-subnav ul {
  list-style: none;
}
.subnav li + li,
.news-subnav li + li {
  margin-top: 6px;
  padding-top: 6px;
  border-top: 1px solid #b9b9b9;
}
@media screen and (min-width: 64em) {
  .subnav li + li,
  .news-subnav li + li {
    margin-top: 30px;
    padding-top: 30px;
  }
}
@media screen and (min-width: 46.875em) {
  .subnav li + li,
  .news-subnav li + li {
    margin-top: 20px;
    padding-top: 20px;
  }
}
.subnav a,
.news-subnav a {
  text-transform: uppercase;
  font-family: "serifa", georgia, serif;
  color: #10264b;
  font-size: 0.875rem;
  line-height: 1.5em;
}
@media screen and (min-width: 64em) {
  .subnav a,
  .news-subnav a {
    font-size: 1.125rem;
  }
}
.subnav .widget-title,
.news-subnav .widget-title {
  color: #c92817;
  margin-bottom: 20px;
}
@media screen and (min-width: 64em) {
  .subnav .widget-title,
  .news-subnav .widget-title {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 73.75em) {
  .subnav .widget-title,
  .news-subnav .widget-title {
    margin-bottom: 45px;
  }
}

@media screen and (min-width: 46.875em) {
  .news-subnav {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 46.875em) {
  .subnav.is-fixed {
    float: left;
    display: block;
    margin-right: 1.61735%;
    width: 32.2551%;
    position: fixed;
    top: 115px;
    left: auto;
  }
  .subnav.is-fixed:last-child {
    margin-right: 0;
  }
  .subnav.is-fixed.is-fixed-bottom {
    position: absolute;
    top: auto;
    bottom: 30px;
  }
}
@media screen and (min-width: 46.875em) and (min-width: 64em) {
  .subnav.is-fixed.is-fixed-bottom {
    bottom: 60px;
  }
}
@media screen and (min-width: 46.875em) and (min-width: 73.75em) {
  .subnav.is-fixed {
    float: left;
    display: block;
    margin-right: 1.61735%;
    width: 23.78699%;
  }
  .subnav.is-fixed:last-child {
    margin-right: 0;
  }
  .subnav.is-fixed.is-fixed-bottom {
    bottom: 90px;
  }
}

.news-items article,
.news-item article {
  position: relative;
}
.news-items article + article,
.news-item article + article {
  /*margin-top: 20px;
  @include media($large-screen-up) {
    margin-top: 40px;
  }*/
  padding-top: 35px;
  margin-top: 20px;
  border-top: 1px solid #b9b9b9;
}
.news-items article + article:before,
.news-item article + article:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15px;
  border-left: 1px solid #b9b9b9;
}
@media screen and (min-width: 64em) {
  .news-items article + article,
  .news-item article + article {
    padding-top: 70px;
    margin-top: 40px;
  }
  .news-items article + article:before,
  .news-item article + article:before {
    height: 30px;
  }
}
.news-items .entry-title,
.news-item .entry-title {
  color: #c92817;
  text-transform: uppercase;
}
.news-items .entry-title a,
.news-item .entry-title a {
  color: #1b3664;
}
.news-items .entry-meta,
.news-item .entry-meta {
  margin-top: 10px;
  font-style: italic;
}
.news-items .entry-content,
.news-item .entry-content {
  margin-top: 10px;
}

.news-item {
  padding: 20px 0;
}
@media screen and (min-width: 64em) {
  .news-item {
    padding: 30px 0;
  }
}
@media screen and (min-width: 73.75em) {
  .news-item {
    padding: 45px 0;
  }
}
.news-item .entry-resource-link {
  margin-top: 20px;
}

.post-navigation,
.posts-navigation {
  width: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 46.875em) {
  .post-navigation,
  .posts-navigation {
    margin-top: 40px;
  }
  .post-navigation .nav-links,
  .posts-navigation .nav-links {
    overflow: hidden;
  }
}
@media screen and (min-width: 46.875em) and (min-width: 46.875em) {
  .post-navigation .nav-previous,
  .posts-navigation .nav-previous {
    width: 50%;
    float: left;
  }
}
@media screen and (min-width: 46.875em) {
  .post-navigation .nav-next,
  .posts-navigation .nav-next {
    margin-top: 10px;
  }
}
@media screen and (min-width: 46.875em) and (min-width: 46.875em) {
  .post-navigation .nav-next,
  .posts-navigation .nav-next {
    width: 50%;
    margin-top: 0;
    float: right;
    text-align: right;
  }
}

.news-back-link a {
  color: #10264b;
  text-transform: uppercase;
  font-weight: 600;
}

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