/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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; }

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * 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.
 */
img {
  border: 0; }

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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; }

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

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

/*
==========================================================================
	BASE STYLES (scss/partials/_base.scss)
==========================================================================
*/
*, *:after, *:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

html,
button,
input,
select,
textarea {
  color: #222; }

html, body {
  font-size: 16px; }
  @media only screen and (max-width: 1024px) {
    html, body {
      font-size: 14px; } }

body {
  margin: 0; }
  body.nav-open {
    overflow-y: hidden; }

a {
  color: #3ba4ff;
  text-decoration: none; }
  a:hover {
    color: #225f94; }

a, a img, input[type=submit] {
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out; }

address {
  font-style: normal; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #000;
  text-shadow: none;
  color: #fff; }

::selection {
  background: #000;
  text-shadow: none;
  color: #fff; }

hr {
  display: block;
  max-width: 20%;
  height: 1px;
  border: 0;
  border-top: 1px solid #3ba4ff;
  margin: 1.5rem auto;
  padding: 0; }

audio,
canvas,
img,
video {
  vertical-align: middle; }

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

input[type=text], textarea, select {
  padding: 10px 10px 9px 10px; }
  input[type=text]:focus, textarea:focus, select:focus {
    outline: 0; }

textarea {
  resize: vertical; }

.aligncenter {
  display: block;
  margin: 1rem auto; }

@media only screen and (max-width: 768px) {
  .alignleft {
    display: block;
    margin: 1rem auto; } }
@media only screen and (min-width: 769px) {
  .alignleft {
    float: left;
    clear: left;
    margin: 0 20px 10px 0; } }

@media only screen and (max-width: 768px) {
  .alignright {
    display: block;
    margin: 1rem auto; } }
@media only screen and (min-width: 769px) {
  .alignright {
    float: right;
    clear: right;
    margin: 0 0 10px 20px; } }

.wp-caption {
  max-width: 100% !important; }

.wp-caption-text {
  color: #808285;
  font-size: 0.8rem; }

.fill {
  width: 100%;
  height: 100%;
  display: block; }

.no-margin {
  margin: 0; }

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/*
==========================================================================
    TYPOGRAPHY (scss/partials/_typography.scss)
==========================================================================
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1rem 0;
  line-height: 1.2;
  font-weight: normal;
  font-family: 'Trade Gothic W01 Light', 'Helvetica Neue', Arial, sans-serif;
  font-weight: normal;
  color: #333333; }
  h1 strong,
  h1 b,
  h2 strong,
  h2 b,
  h3 strong,
  h3 b,
  h4 strong,
  h4 b,
  h5 strong,
  h5 b,
  h6 strong,
  h6 b {
    font-family: 'Trade Gothic W01 Bold', 'Helvetica Neue', Arial, sans-serif;
    font-weight: normal;
    font-weight: normal; }

h1 {
  font-size: 3.95rem; }

h2 {
  font-size: 3.25rem; }

h3 {
  font-size: 2.75rem; }

h4 {
  font-size: 2rem; }

h5 {
  font-size: 1.5rem; }

h6 {
  font-size: 1rem; }

p,
ol,
ul,
address {
  margin: 1rem 0;
  font-family: 'Lora', 'Times New Roman', Times, Georgia, serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5; }

span {
  font-family: 'Lora', 'Times New Roman', Times, Georgia, serif; }

ul ul,
ol ol {
  margin: 0 0; }

blockquote {
  margin: 2rem 0 0;
  padding: 0;
  color: #808285;
  font-style: italic;
  text-align: center; }
  blockquote:before {
    content: '\201C';
    display: block;
    margin-bottom: -2rem;
    text-align: center;
    font-size: 4rem;
    color: #E6E6E7; }
  blockquote:after {
    content: '\201D';
    display: block;
    text-align: center;
    font-size: 4rem;
    line-height: 1;
    color: #E6E6E7; }
  blockquote p,
  blockquote ol,
  blockquote ul {
    font-size: 1.75rem !important;
    line-height: 2rem; }

.blockquote-source {
  font-size: 1rem !important; }

ul.x-list {
  max-width: 330px;
  margin: 0 auto;
  padding: 0;
  list-style-type: none; }
  ul.x-list li {
    padding-left: 30px;
    margin-bottom: 20px;
    position: relative; }
    ul.x-list li:before {
      content: "";
      display: block;
      width: 22px;
      height: 22px;
      position: absolute;
      left: 0;
      top: 0;
      background-image: url("../img/icon-x-red-44x44.png");
      background-size: 22px auto;
      background-position: center center; }

p.pull-quote {
  font-family: 'Trade Gothic W01 Bold', 'Helvetica Neue', Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1.25rem; }
  @media only screen and (min-width: 1024px) {
    p.pull-quote {
      margin-top: 2rem;
      margin-bottom: 2rem; } }

/*
==========================================================================
	HEADER (scss/partials/_header.scss)
==========================================================================
*/
.page-header {
  background: #fff; }
  @media only screen and (max-width: 768px) {
    .page-header {
      z-index: 1000; } }
  .page-header__container {
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .page-header__container {
        padding-left: 10px;
        padding-right: 10px; } }
  @media only screen and (max-width: 768px) {
    .page-header__branding {
      padding: 8px 0; } }
  @media only screen and (min-width: 769px) {
    .page-header__branding {
      padding: 15px 0; } }
  .page-header__branding h1 {
    margin: 0; }
  .page-header__branding a {
    display: block;
    background: url(../img/logo-blue-150x85.svg);
    background-size: 100% auto;
    text-indent: -999999px; }
    @media only screen and (max-width: 768px) {
      .page-header__branding a {
        width: 50px;
        height: 28px; } }
    @media only screen and (min-width: 769px) {
      .page-header__branding a {
        width: 100px;
        height: 57px; } }
    @media only screen and (min-width: 1024px) {
      .page-header__branding a {
        width: 150px;
        height: 85px; } }
  @media only screen and (max-width: 768px) {
    .page-header__nav {
      width: calc(100% - 55px);
      position: fixed;
      top: 0;
      bottom: 0;
      right: 100%;
      z-index: 900;
      overflow-y: scroll;
      background: #fff;
      border-right: 1px solid #e6e6e6;
      -webkit-transition: right 250ms ease-in-out;
      -moz-transition: right 250ms ease-in-out;
      -ms-transition: right 250ms ease-in-out;
      -o-transition: right 250ms ease-in-out;
      transition: right 250ms ease-in-out; }
      .page-header__nav--open {
        right: 55px; } }
  @media only screen and (max-width: 768px) {
    .page-header__nav__handle {
      display: block;
      width: 35px;
      height: 45px;
      position: fixed;
      top: 10px;
      right: 10px;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      -o-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
      cursor: pointer; }
    .page-header__nav__handle span {
      display: block;
      position: absolute;
      height: 5px;
      width: 100%;
      background: #225f94;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out; }
    .page-header__nav__handle span:nth-child(1) {
      top: 0px; }
    .page-header__nav__handle span:nth-child(2), .page-header__nav__handle span:nth-child(3) {
      top: 9px; }
    .page-header__nav__handle span:nth-child(4) {
      top: 18px; }
    .page-header__nav__handle.open span:nth-child(1) {
      top: 18px;
      width: 0%;
      left: 50%; }
    .page-header__nav__handle.open span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    .page-header__nav__handle.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .page-header__nav__handle.open span:nth-child(4) {
      top: 18px;
      width: 0%;
      left: 50%; } }
  @media only screen and (max-width: 768px) {
    .page-header__nav--open .page-header__nav__fill {
      display: block;
      width: 55px;
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0; } }
  @media only screen and (min-width: 769px) {
    .page-header__nav {
      position: absolute;
      right: 20px;
      top: 50%;
      -moz-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%); } }
  .page-header__nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    @media only screen and (min-width: 769px) {
      .page-header__nav ul {
        text-align: right; } }
  @media only screen and (max-width: 768px) {
    .page-header__nav ul.sub-menu {
      overflow-y: visible; }
      .page-header__nav ul.sub-menu li {
        border-top: 1px solid #e6e6e6;
        border-bottom: 0; }
        .page-header__nav ul.sub-menu li a {
          padding: 8px 20px;
          font-size: 1rem; }
      .page-header__nav ul.sub-menu ul {
        display: none; } }
  @media only screen and (min-width: 769px) {
    .page-header__nav ul.sub-menu {
      display: none; } }
  @media only screen and (max-width: 768px) {
    .page-header__nav li {
      border-bottom: 1px solid #e6e6e6; } }
  @media only screen and (min-width: 769px) {
    .page-header__nav li {
      display: inline;
      margin-right: 17px; }
      .page-header__nav li:last-of-type {
        margin-right: 0; } }
  @media screen and (min-width: 769px) and (max-width: 893px) {
    .page-header__nav li:nth-of-type(3) {
      margin-right: 0; }
    .page-header__nav li:nth-of-type(4):before {
      content: "";
      display: block;
      margin-top: -15px; } }
  @media only screen and (min-width: 1024px) {
    .page-header__nav li:nth-of-type(3) {
      margin-right: 17px; }
    .page-header__nav li:nth-of-type(4):before {
      display: none; } }
  .page-header__nav li.current-menu-item > a, .page-header__nav li.current-page-ancestor > a {
    color: #333333; }
  .page-header__nav li a {
    font-family: 'Trade Gothic W01 Roman', 'Helvetica Neue', Arial, sans-serif;
    font-weight: normal; }
    @media only screen and (max-width: 768px) {
      .page-header__nav li a {
        display: block;
        padding: 10px;
        font-size: 1.5rem; } }

/*
==========================================================================
	CONTENT (scss/partials/_content.scss)
==========================================================================
*/
.content {
  min-height: 80vh;
  position: relative; }
  @media only screen and (min-width: 769px) {
    .content {
      margin-bottom: 40px; } }
  .content__header {
    width: 100%;
    min-height: 36px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 200;
    background: rgba(250, 250, 250, 0.95);
    border-bottom: 1px solid rgba(128, 130, 133, 0.2); }
    @media only screen and (max-width: 768px) {
      .content__header {
        display: none; } }
    body.home .content__header {
      display: none; }
    .content__header__container {
      max-width: 1280px;
      padding-left: 20px;
      padding-right: 20px;
      margin: 0 auto;
      padding-top: 10px;
      padding-bottom: 10px; }
      @media only screen and (max-width: 768px) {
        .content__header__container {
          padding-left: 10px;
          padding-right: 10px; } }
    .content__header__sub-nav-title {
      font-family: 'Trade Gothic W01 Light', 'Helvetica Neue', Arial, sans-serif;
      font-weight: normal;
      line-height: 1rem;
      color: #333333; }
  .content__sub-nav {
    float: right; }
    .content__sub-nav ul {
      display: inline-block;
      padding: 0;
      margin: 0;
      list-style-type: none;
      line-height: 1rem; }
    .content__sub-nav li {
      display: inline;
      margin-right: 20px; }
      .content__sub-nav li:last-of-type {
        margin-right: 0; }
      .content__sub-nav li.current-menu-item a {
        color: #333333; }
    .content__sub-nav a {
      font-family: 'Trade Gothic W01 Roman', 'Helvetica Neue', Arial, sans-serif;
      font-weight: normal; }

/*
==========================================================================
  HOW TO APPLY (scss/partials/_how-to-apply.scss)
==========================================================================
*/
.how-to-apply-list ol {
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  padding-top: 40px;
  list-style: none;
  position: relative;
  counter-reset: li; }
  @media only screen and (max-width: 768px) {
    .how-to-apply-list ol {
      padding-left: 10px;
      padding-right: 10px; } }
  @media only screen and (min-width: 769px) {
    .how-to-apply-list ol {
      padding-top: 80px;
      padding-bottom: 120px; } }
  @media only screen and (min-width: 769px) {
    .how-to-apply-list ol:before {
      display: block;
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 50%;
      z-index: 102;
      border-right: 1px solid #E6E6E7; } }
  .how-to-apply-list ol:after {
    display: table;
    content: "";
    clear: both; }
.how-to-apply-list li {
  max-width: 500px;
  margin: 0 auto 40px;
  text-align: center; }
  @media only screen and (min-width: 769px) {
    .how-to-apply-list li {
      display: block;
      max-width: 50%;
      margin-top: -60px;
      margin-bottom: 0;
      position: relative;
      text-align: left; }
      .how-to-apply-list li:nth-of-type(1) {
        margin-top: 0; }
      .how-to-apply-list li:nth-of-type(odd) {
        float: left;
        clear: both; }
      .how-to-apply-list li:nth-of-type(even) {
        float: right;
        clear: both; } }
  .how-to-apply-list li:before {
    display: block;
    width: 50px;
    height: 50px;
    padding-top: 4px;
    color: #fff;
    background: #225f94;
    font-family: 'Trade Gothic W01 Bold', 'Helvetica Neue', Arial, sans-serif;
    font-weight: normal;
    font-size: 1.5rem;
    text-align: center;
    border: 5px solid #fff;
    border-radius: 50%;
    content: counter(li);
    /* Use the counter as content */
    counter-increment: li;
    /* Increment the counter by 1 */ }
    @media only screen and (min-width: 769px) {
      .how-to-apply-list li:before {
        padding-top: 2px;
        position: absolute;
        top: 43px;
        z-index: 103; } }
  .how-to-apply-list li:nth-of-type(odd):before {
    margin: 0 auto; }
    @media only screen and (min-width: 769px) {
      .how-to-apply-list li:nth-of-type(odd):before {
        right: -25px; } }
  @media only screen and (min-width: 769px) {
    .how-to-apply-list li:nth-of-type(odd) .how-to-apply-list__text {
      padding-right: 160px; } }
  .how-to-apply-list li:nth-of-type(even):before {
    margin: 0 auto; }
    @media only screen and (min-width: 769px) {
      .how-to-apply-list li:nth-of-type(even):before {
        left: -25px; } }
  @media only screen and (min-width: 769px) {
    .how-to-apply-list li:nth-of-type(even) .how-to-apply-list__text {
      padding-left: 160px; } }
  @media only screen and (min-width: 769px) {
    .how-to-apply-list li .how-to-apply-list__text:before {
      width: 118px;
      height: 76px;
      position: absolute;
      top: 0;
      z-index: 101; }
    .how-to-apply-list li .how-to-apply-list__text:after {
      width: 12px;
      position: absolute;
      top: 1px;
      bottom: 0;
      z-index: 100; }
    .how-to-apply-list li:nth-of-type(odd) .how-to-apply-list__text:before {
      display: block;
      content: "";
      right: 0;
      background: url("../img/apply-list-bracket-top-left-236x152.png");
      background-repeat: no-repeat;
      background-size: 100% auto; }
    .how-to-apply-list li:nth-of-type(odd) .how-to-apply-list__text:after {
      display: block;
      content: "";
      right: 106px;
      background: url("../img/apply-list-bracket-bottom-left-24x1198.png");
      background-repeat: no-repeat;
      background-size: 100% auto;
      background-position: right bottom; }
    .how-to-apply-list li:nth-of-type(even) .how-to-apply-list__text:before {
      display: block;
      content: "";
      left: 0;
      background: url("../img/apply-list-bracket-top-right-236x152.png");
      background-repeat: no-repeat;
      background-size: 100% auto; }
    .how-to-apply-list li:nth-of-type(even) .how-to-apply-list__text:after {
      display: block;
      content: "";
      left: 106px;
      background: url("../img/apply-list-bracket-bottom-right-24x1198.png");
      background-repeat: no-repeat;
      background-size: 100% auto;
      background-position: right bottom; } }
  .how-to-apply-list li .btn {
    margin: 0 10px 10px 0;
    padding: 10px 12px; }

.how-to-apply-bottom {
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  margin-bottom: 80px;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .how-to-apply-bottom {
      padding-left: 10px;
      padding-right: 10px; } }
  .how-to-apply-bottom:before {
    display: block;
    content: "";
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .how-to-apply-bottom:before {
        width: 60px;
        margin-bottom: 40px;
        border-top: 1px solid #3ba4ff; } }
    @media only screen and (min-width: 769px) {
      .how-to-apply-bottom:before {
        width: 20px;
        border-top: 1px solid #E6E6E7; } }
  .how-to-apply-bottom p {
    max-width: 500px;
    margin: 1rem auto; }

/*
==========================================================================
  CONTACT-PAGE (scss/partials/_contact-page.scss)
==========================================================================
*/
.contact-container {
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .contact-container {
      padding-left: 10px;
      padding-right: 10px; } }
  @media only screen and (min-width: 769px) {
    .contact-container {
      padding: 80px 20px 40px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; } }

.contact-info {
  text-align: center; }
  @media only screen and (min-width: 769px) {
    .contact-info {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1;
      -moz-box-flex: 1;
      -moz-flex: 1 1;
      -ms-flex: 1 1;
      flex: 1 1;
      margin-right: 40px;
      padding-right: 40px;
      border-right: 1px solid #E6E6E7;
      text-align: left; } }
  .contact-info hr {
    margin: 2rem auto; }
    @media only screen and (min-width: 769px) {
      .contact-info hr {
        display: none; } }

@media only screen and (min-width: 769px) {
  .contact-form {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%; } }
.contact-form h4 {
  text-align: center; }
  @media only screen and (min-width: 769px) {
    .contact-form h4 {
      text-align: left; } }
  .contact-form h4 strong {
    display: block; }
    @media only screen and (min-width: 769px) {
      .contact-form h4 strong {
        display: inline; } }

.contact-container form .email {
  width: 50%;
  padding-right: 16px;
  float: left; }
.contact-container form .phone {
  width: 50%;
  float: right;
  clear: none !important; }
.contact-container form input[type=submit] {
  position: static;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

@media only screen and (max-width: 768px) {
  .page-template-template-contact .page-header {
    border-bottom: 1px solid #E6E6E7; } }

/*
==========================================================================
  SMITH BAGLEY AWARD PAGE (scss/partials/_smith-bagley-award-page.scss)
==========================================================================
*/
.smith-bagley {
  margin-bottom: 0; }
  .smith-bagley__container {
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .smith-bagley__container {
        padding-left: 10px;
        padding-right: 10px; } }
    @media only screen and (min-width: 769px) {
      .smith-bagley__container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex; } }
  .smith-bagley__column {
    padding-top: 20px;
    padding-bottom: 20px; }
    @media only screen and (min-width: 769px) {
      .smith-bagley__column {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 50%;
        -moz-box-flex: 1;
        -moz-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        padding-top: 40px;
        padding-bottom: 40px; } }
    .smith-bagley__column--first {
      border-bottom: 1px solid #E6E6E7; }
      @media only screen and (min-width: 769px) {
        .smith-bagley__column--first {
          padding-right: 40px;
          border-right: 1px solid #E6E6E7;
          border-bottom: 0; } }
      .smith-bagley__column--first img.alignright,
      .smith-bagley__column--first img.alignleft {
        max-width: 50%;
        height: auto; }
    .smith-bagley__column--last {
      text-align: center; }
      @media only screen and (min-width: 769px) {
        .smith-bagley__column--last {
          padding-left: 40px; } }
  .smith-bagley__recipients {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    .smith-bagley__recipients li {
      margin-bottom: 40px; }
    .smith-bagley__recipients .smith-bagley__recipient-logo {
      display: block;
      max-width: 75%;
      margin: 1rem auto; }
    .smith-bagley__recipients h6 {
      font-size: 1.75rem;
      font-family: 'Trade Gothic W01 Bold', 'Helvetica Neue', Arial, sans-serif;
      font-weight: normal;
      -webkit-transition: color 250ms ease-in-out;
      -moz-transition: color 250ms ease-in-out;
      -ms-transition: color 250ms ease-in-out;
      -o-transition: color 250ms ease-in-out;
      transition: color 250ms ease-in-out; }
    .smith-bagley__recipients a h6 {
      color: #225f94; }
    .smith-bagley__recipients a:hover h6 {
      color: #3ba4ff; }
    .smith-bagley__recipients .smith-bagley__recipient-type {
      display: block;
      margin: 1rem 0;
      color: #808285;
      font-style: italic; }

/*
==========================================================================
	FOOTER (scss/partials/_footer.scss)
==========================================================================
*/
.page-footer {
  background: #225f94;
  color: #fff; }
  .page-footer__container {
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px; }
    @media only screen and (max-width: 768px) {
      .page-footer__container {
        padding-left: 10px;
        padding-right: 10px; } }
    @media only screen and (min-width: 769px) {
      .page-footer__container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex; } }
  .page-footer a {
    color: #7bc7ff; }
    .page-footer a:hover {
      color: #fff; }
  @media only screen and (max-width: 768px) {
    .page-footer__branding {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 50px;
      -moz-box-flex: 1;
      -moz-flex: 1 1 50px;
      -ms-flex: 1 1 50px;
      flex: 1 1 50px;
      max-width: 50px; } }
  @media only screen and (min-width: 769px) {
    .page-footer__branding {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 100px;
      -moz-box-flex: 1;
      -moz-flex: 1 1 100px;
      -ms-flex: 1 1 100px;
      flex: 1 1 100px;
      max-width: 100px; } }
  @media only screen and (min-width: 1024px) {
    .page-footer__branding {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 150px;
      -moz-box-flex: 1;
      -moz-flex: 1 1 150px;
      -ms-flex: 1 1 150px;
      flex: 1 1 150px;
      max-width: 150px; } }
  .page-footer__branding a {
    display: block;
    background: url(../img/logo-white-150x85.svg);
    background-size: 100% auto;
    text-indent: -999999px;
    opacity: 1; }
    @media only screen and (max-width: 768px) {
      .page-footer__branding a {
        width: 50px;
        height: 28px; } }
    @media only screen and (min-width: 769px) {
      .page-footer__branding a {
        width: 100px;
        height: 57px; } }
    @media only screen and (min-width: 1024px) {
      .page-footer__branding a {
        width: 150px;
        height: 85px; } }
  .page-footer__nav {
    margin-top: 20px; }
    @media only screen and (min-width: 769px) {
      .page-footer__nav {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 410px;
        -moz-box-flex: 1;
        -moz-flex: 1 1 410px;
        -ms-flex: 1 1 410px;
        flex: 1 1 410px;
        max-width: 410px;
        margin-top: 0;
        margin-left: 40px; } }
    .page-footer__nav ul {
      padding: 0;
      margin: 0;
      list-style-type: none; }
      .page-footer__nav ul ul {
        display: none; }
    .page-footer__nav li {
      display: block; }
      @media only screen and (min-width: 769px) {
        .page-footer__nav li {
          width: 50%;
          padding-right: 20px;
          float: left; }
          .page-footer__nav li:nth-of-type(2n+1) {
            clear: left; } }
  @media only screen and (min-width: 769px) {
    .page-footer__contact-info {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 50%;
      -moz-box-flex: 1;
      -moz-flex: 1 1 50%;
      -ms-flex: 1 1 50%;
      flex: 1 1 50%;
      text-align: right; }
      .page-footer__contact-info address {
        display: inline-block;
        margin: 0 40px 0 0;
        text-align: left; }
      .page-footer__contact-info .page-footer__email-phone {
        display: inline-block;
        text-align: left; }
        .page-footer__contact-info .page-footer__email-phone a {
          color: #fff; }
          .page-footer__contact-info .page-footer__email-phone a:hover {
            color: #7bc7ff; } }
  .page-footer__copyright {
    padding: 10px 20px;
    background: #18446b; }
    .page-footer__copyright p {
      margin: 0;
      font-size: 0.8rem;
      text-align: center; }
    @media only screen and (min-width: 769px) {
      .page-footer__copyright br {
        display: none; } }

/*
==========================================================================
  Buttons (scss/partials/elements/_buttons.scss)
==========================================================================
*/
a.btn {
  display: inline-block;
  padding: 20px;
  font-family: 'Trade Gothic W01 Roman', 'Helvetica Neue', Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0.05rem;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out; }
  a.btn--primary {
    background: #aab220;
    color: #fff;
    border: 1px solid #aab220; }
    a.btn--primary:hover {
      background: #bfc824;
      border: 1px solid #bfc824; }
  a.btn--secondary {
    border: 1px solid #3ba4ff;
    color: #3ba4ff; }
    a.btn--secondary:hover {
      border-color: #000;
      color: #000; }
  a.btn--white {
    border: 1px solid #fff;
    color: #fff; }
    a.btn--white:hover {
      border-color: #fff;
      color: #fff;
      opacity: 0.8; }

/*
==========================================================================
  Forms (scss/partials/elements/_forms.scss)
==========================================================================
*/
label {
  font-family: 'Trade Gothic W01 Roman', 'Helvetica Neue', Arial, sans-serif;
  font-weight: normal;
  font-size: 1.2rem;
  font-weight: normal !important; }

input[type=text],
textarea {
  width: 100% !important;
  padding: 10px 5px !important;
  border: 1px solid rgba(128, 130, 133, 0.5);
  font-family: 'Lora', 'Times New Roman', Times, Georgia, serif;
  font-weight: regular;
  color: #808285; }
  input[type=text]:focus,
  textarea:focus {
    border-color: #3ba4ff;
    color: #333333;
    background: rgba(59, 164, 255, 0.02); }

input[type=submit] {
  display: inline-block;
  padding: 10px 20px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #aab220;
  border: 0;
  border-radius: 3px;
  color: #fff;
  font-family: 'Trade Gothic W01 Roman', 'Helvetica Neue', Arial, sans-serif;
  font-weight: normal;
  font-size: 1.25rem !important;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  -webkit-transition: background-color 250ms ease-in-out;
  -moz-transition: background-color 250ms ease-in-out;
  -ms-transition: background-color 250ms ease-in-out;
  -o-transition: background-color 250ms ease-in-out;
  transition: background-color 250ms ease-in-out; }
  input[type=submit]:hover {
    background-color: #bfc824; }

select {
  padding: 10px 40px 10px 10px !important;
  position: relative;
  background-color: #fff;
  background-image: url("../img/icon-chevron-down-gray-42x22.png");
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 15px auto;
  border: 1px solid rgba(128, 130, 133, 0.5);
  border-radius: 0;
  color: #333333;
  font-family: 'Lora', 'Times New Roman', Times, Georgia, serif;
  font-weight: regular;
  -moz-appearance: none;
  -webkit-appearance: none; }

.gform_wrapper {
  max-width: 100% !important;
  padding-bottom: 40px; }
  .gform_wrapper .gfield {
    margin-bottom: 20px; }
  .gform_wrapper .gfield_required {
    color: #ff5c54 !important;
    font-family: 'Trade Gothic W01 Bold', 'Helvetica Neue', Arial, sans-serif;
    font-weight: normal; }
  .gform_wrapper .validation_error {
    background: rgba(255, 92, 84, 0.04);
    border: 1px solid rgba(255, 92, 84, 0.75) !important;
    font-family: 'Trade Gothic W01 Roman', 'Helvetica Neue', Arial, sans-serif;
    font-weight: normal;
    font-weight: normal !important;
    color: #ed0b00 !important;
    text-align: center; }
  .gform_wrapper .gfield_error {
    border: 0 !important;
    background: rgba(255, 92, 84, 0.04); }
    .gform_wrapper .gfield_error input {
      background-color: #fff; }
      .gform_wrapper .gfield_error input:focus {
        background-color: #fff; }
    .gform_wrapper .gfield_error label,
    .gform_wrapper .gfield_error .validation_message {
      color: #ed0b00 !important;
      font-family: 'Trade Gothic W01 Roman', 'Helvetica Neue', Arial, sans-serif;
      font-weight: normal;
      font-weight: normal !important; }

.gform_confirmation_message {
  padding: 20px;
  margin: 1rem 0;
  background: rgba(170, 178, 32, 0.04);
  border: 1px solid rgba(170, 178, 32, 0.75) !important;
  font-family: 'Trade Gothic W01 Roman', 'Helvetica Neue', Arial, sans-serif;
  font-weight: normal;
  font-weight: normal !important;
  color: #333333 !important;
  text-align: center; }

#gform_1 .email input,
#gform_1 .organization input {
  width: 98.5%; }
#gform_1 textarea {
  width: 98.5%; }
#gform_1 .gfield_html {
  text-align: center; }
  #gform_1 .gfield_html p {
    color: #808285;
    font-style: italic; }

/*
==========================================================================
  Tables (scss/partials/elements/_tables.scss)
==========================================================================
*/
table.tablepress {
  opacity: 0;
  -webkit-transition: opacity 100ms ease-in-out;
  -moz-transition: opacity 100ms ease-in-out;
  -ms-transition: opacity 100ms ease-in-out;
  -o-transition: opacity 100ms ease-in-out;
  transition: opacity 100ms ease-in-out;
  border-bottom: 2px solid #333333; }
  table.tablepress.visible {
    margin-bottom: 1rem !important;
    opacity: 1; }
  table.tablepress caption {
    display: none; }
  table.tablepress thead {
    border-bottom: 2px solid #333333; }
  table.tablepress .sorting,
  table.tablepress .sorting_asc,
  table.tablepress .sorting_desc {
    background-color: #fff;
    font-family: 'Lora', 'Times New Roman', Times, Georgia, serif;
    font-style: italic;
    -webkit-transition: background-color 250ms ease-in-out;
    -moz-transition: background-color 250ms ease-in-out;
    -ms-transition: background-color 250ms ease-in-out;
    -o-transition: background-color 250ms ease-in-out;
    transition: background-color 250ms ease-in-out; }
    table.tablepress .sorting:hover,
    table.tablepress .sorting_asc:hover,
    table.tablepress .sorting_desc:hover {
      background-color: rgba(59, 164, 255, 0.2); }
    table.tablepress .sorting:after,
    table.tablepress .sorting_asc:after,
    table.tablepress .sorting_desc:after {
      position: static;
      margin-left: 5px; }
  table.tablepress .odd td {
    background: #fff; }
  table.tablepress th,
  table.tablepress td {
    padding: 15px 10px 15px 5px; }
    table.tablepress th:nth-of-type(n+5),
    table.tablepress td:nth-of-type(n+5) {
      padding: 15px 5px 15px 10px;
      text-align: right; }

.dataTables_info {
  color: #808285;
  font-family: 'Lora', 'Times New Roman', Times, Georgia, serif;
  font-style: italic; }
  @media only screen and (max-width: 768px) {
    .dataTables_info {
      display: none; } }

@media only screen and (max-width: 768px) {
  .dataTables_paginate {
    display: block;
    width: 100%;
    float: none !important;
    text-align: center; } }
.dataTables_paginate .paginate_button.first, .dataTables_paginate .paginate_button.previous, .dataTables_paginate .paginate_button.next, .dataTables_paginate .paginate_button.last {
  width: 25px;
  height: 25px;
  border: 1px solid #3ba4ff;
  border-radius: 50%;
  color: #fff;
  font-size: 0;
  text-align: center;
  text-decoration: none;
  -webkit-transition: border-color 250ms ease-in-out;
  -moz-transition: border-color 250ms ease-in-out;
  -ms-transition: border-color 250ms ease-in-out;
  -o-transition: border-color 250ms ease-in-out;
  transition: border-color 250ms ease-in-out; }
  .dataTables_paginate .paginate_button.first:before, .dataTables_paginate .paginate_button.previous:before, .dataTables_paginate .paginate_button.next:before, .dataTables_paginate .paginate_button.last:before {
    display: block;
    padding-top: 9px;
    color: #3ba4ff;
    font-size: 1.5rem;
    font-family: 'Trade Gothic W01 Light', 'Helvetica Neue', Arial, sans-serif;
    font-weight: normal;
    line-height: 0;
    -webkit-transition: color 250ms ease-in-out;
    -moz-transition: color 250ms ease-in-out;
    -ms-transition: color 250ms ease-in-out;
    -o-transition: color 250ms ease-in-out;
    transition: color 250ms ease-in-out; }
  .dataTables_paginate .paginate_button.first:hover, .dataTables_paginate .paginate_button.previous:hover, .dataTables_paginate .paginate_button.next:hover, .dataTables_paginate .paginate_button.last:hover {
    border-color: #333333; }
    .dataTables_paginate .paginate_button.first:hover:before, .dataTables_paginate .paginate_button.previous:hover:before, .dataTables_paginate .paginate_button.next:hover:before, .dataTables_paginate .paginate_button.last:hover:before {
      color: #333333; }
  .dataTables_paginate .paginate_button.first.disabled, .dataTables_paginate .paginate_button.previous.disabled, .dataTables_paginate .paginate_button.next.disabled, .dataTables_paginate .paginate_button.last.disabled {
    border-color: #808285; }
    .dataTables_paginate .paginate_button.first.disabled:before, .dataTables_paginate .paginate_button.previous.disabled:before, .dataTables_paginate .paginate_button.next.disabled:before, .dataTables_paginate .paginate_button.last.disabled:before {
      color: #808285; }
.dataTables_paginate .paginate_button.first:before {
  content: '\00ab'; }
.dataTables_paginate .paginate_button.previous:before {
  content: '\2039'; }
.dataTables_paginate .paginate_button.next:before {
  content: '\00bb'; }
.dataTables_paginate .paginate_button.last:before {
  content: '\203A'; }
.dataTables_paginate > span {
  margin: 0 10px; }
  .dataTables_paginate > span a {
    margin: 0 10px;
    position: relative;
    top: 8px;
    font-family: 'Trade Gothic W01 Roman', 'Helvetica Neue', Arial, sans-serif;
    font-weight: normal;
    color: #3ba4ff !important;
    text-decoration: none; }
    .dataTables_paginate > span a:hover {
      color: #333333 !important; }
    .dataTables_paginate > span a.current {
      color: #808285 !important;
      font-weight: normal; }

/*
================================================================================
  BASIC CONTENT BLOCK (scss/partials/flexible-content/_basic-content-block.scss)
================================================================================
*/
.basic-content + .basic-content, .focus-areas + .basic-content, .selectable-content-block + .basic-content {
  border-top: 1px solid #E6E6E7; }
@media only screen and (min-width: 769px) {
  .content__header + .basic-content {
    padding-top: 40px; } }
.basic-content__container {
  max-width: 900px;
  padding: 40px 20px;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .basic-content__container {
      padding: 20px 10px; } }
.basic-content img {
  max-width: 100% !important;
  height: auto; }

/*
============================================================================================
  FEATURED GRANT RECIPIENTS (scss/partials/flexible-content/_featured-grant-recipients.scss)
============================================================================================
*/
.featured-grant-recipients {
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .featured-grant-recipients {
      margin: 40px auto; } }
  @media only screen and (min-width: 769px) {
    .featured-grant-recipients {
      margin: 80px auto; } }
  @media only screen and (min-width: 769px) {
    .focus-areas + .featured-grant-recipients, .basic-content + .featured-grant-recipients {
      padding-top: 80px;
      border-top: 1px solid #E6E6E7; } }
  .featured-grant-recipients__container {
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .featured-grant-recipients__container {
        padding-left: 10px;
        padding-right: 10px; } }
  .featured-grant-recipients h4 {
    margin-top: 0;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .featured-grant-recipients h4 {
        margin-bottom: 30px; } }
    @media only screen and (min-width: 769px) {
      .featured-grant-recipients h4 {
        margin-bottom: 40px; } }
  .featured-grant-recipients ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    @media only screen and (min-width: 769px) {
      .featured-grant-recipients ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex; } }
  .featured-grant-recipients li {
    margin-bottom: 40px; }
    @media only screen and (min-width: 769px) {
      .featured-grant-recipients li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 33%;
        -moz-box-flex: 1;
        -moz-flex: 1 1 33%;
        -ms-flex: 1 1 33%;
        flex: 1 1 33%;
        padding: 0 20px; }
        .featured-grant-recipients li:first-child {
          padding-left: 0; }
        .featured-grant-recipients li:last-child {
          padding-right: 0; } }
    .featured-grant-recipients li > a {
      display: block; }
      @media only screen and (min-width: 769px) {
        .featured-grant-recipients li > a {
          height: 100px;
          position: relative; } }
      .featured-grant-recipients li > a h6 {
        color: #225f94; }
      .featured-grant-recipients li > a:hover h6 {
        color: #3ba4ff; }
    .featured-grant-recipients li .featured-grant-recipients__name {
      display: block; }
      @media only screen and (min-width: 769px) {
        .featured-grant-recipients li .featured-grant-recipients__name {
          height: 100px;
          position: relative; } }
    .featured-grant-recipients li h6 {
      width: 100%;
      font-size: 1.75rem;
      font-family: 'Trade Gothic W01 Bold', 'Helvetica Neue', Arial, sans-serif;
      font-weight: normal;
      -webkit-transition: color 250ms ease-in-out;
      -moz-transition: color 250ms ease-in-out;
      -ms-transition: color 250ms ease-in-out;
      -o-transition: color 250ms ease-in-out;
      transition: color 250ms ease-in-out; }
      @media only screen and (min-width: 769px) {
        .featured-grant-recipients li h6 {
          margin: 0;
          position: absolute;
          top: 50%;
          left: 50%;
          -moz-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); } }
    .featured-grant-recipients li img {
      display: block;
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
      margin: 0 auto; }
      @media only screen and (min-width: 769px) {
        .featured-grant-recipients li img {
          position: absolute;
          top: 50%;
          left: 50%;
          -moz-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); } }
  .featured-grant-recipients__year-type {
    display: block;
    margin: 1rem 0;
    color: #808285;
    font-style: italic;
    line-height: 1.1; }

/*
==========================================================================
  FOCUS AREAS (scss/partials/flexible-content/_focus-areas.scss)
==========================================================================
*/
@media only screen and (max-width: 768px) {
  .focus-areas {
    margin: 40px auto; } }
@media only screen and (min-width: 769px) {
  .focus-areas {
    margin: 80px auto; } }
.focus-areas--full {
  margin: 0 auto;
  padding: 0 !important; }
.basic-content + .focus-areas {
  margin-top: 0;
  padding-top: 20px;
  border-top: 1px solid #E6E6E7; }
  @media only screen and (min-width: 769px) {
    .basic-content + .focus-areas {
      padding-top: 80px; } }
.focus-areas__container {
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .focus-areas__container {
      padding-left: 10px;
      padding-right: 10px; } }
  .focus-areas__container:after {
    content: "";
    display: table;
    clear: both; }
.focus-areas--full .focus-areas__container {
  max-width: 900px;
  padding: 40px 20px;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .focus-areas--full .focus-areas__container {
      padding: 20px 10px; } }
.focus-areas__headline {
  text-align: center; }
.focus-areas__description h4 {
  margin-top: 0; }
@media only screen and (min-width: 769px) {
  .focus-areas__description {
    width: 33%;
    float: left; } }
@media only screen and (min-width: 769px) {
  .focus-areas__areas {
    width: 66%;
    float: right; } }
@media only screen and (min-width: 769px) {
  .focus-areas__areas--full {
    width: 100%;
    float: none; } }
.focus-areas__areas--short ul {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style-type: none; }
  @media only screen and (max-width: 768px) {
    .focus-areas__areas--short ul {
      margin: 40px 0; } }
  @media only screen and (min-width: 769px) {
    .focus-areas__areas--short ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media only screen and (min-width: 1024px) {
    .focus-areas__areas--short ul {
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: none;
      flex-wrap: nowrap;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      justify-content: flex-end; } }
.focus-areas__areas--full ul {
  padding: 0; }
.focus-areas__area {
  display: block; }
  .focus-areas__area--short {
    width: 50%;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .focus-areas__area--short {
        margin: 20px auto; } }
    @media only screen and (min-width: 769px) {
      .focus-areas__area--short {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 50%;
        -moz-box-flex: 1;
        -moz-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        max-width: 45%;
        margin: 0 10px 20px; } }
    @media only screen and (min-width: 1024px) {
      .focus-areas__area--short {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 25%;
        -moz-box-flex: 1;
        -moz-flex: 1 1 25%;
        -ms-flex: 1 1 25%;
        flex: 1 1 25%;
        max-width: 25%; } }
  .focus-areas__area--full {
    clear: both;
    margin-bottom: 30px; }
    .focus-areas__area--full:after {
      display: table;
      content: "";
      clear: both; }
.focus-areas__image-container {
  padding: 10px;
  border: 1px solid #E6E6E7;
  -webkit-border-radius: 50%;
  border-radius: 50%; }
  .focus-areas__image-container--full {
    width: 180px;
    max-width: 30%;
    float: left;
    margin-right: 20px; }
    @media only screen and (max-width: 768px) {
      .focus-areas__image-container--full {
        margin: 0 auto;
        float: none;
        max-width: 50%; } }
.focus-areas__image {
  background-size: cover;
  background-position: center center;
  -webkit-border-radius: 50%;
  border-radius: 50%; }
  .focus-areas__image--short {
    width: 100%;
    padding-bottom: 100%; }
  .focus-areas__image--full {
    width: 100%;
    padding-bottom: 100%; }
.focus-areas__title {
  display: block;
  margin-top: 20px; }
  .focus-areas__title--short {
    font-style: italic;
    color: #808285; }
  .focus-areas__title--full {
    padding-top: 10px; }
    @media only screen and (max-width: 768px) {
      .focus-areas__title--full {
        text-align: center; } }

/*
==========================================================================
  HEADLINE BANNER (scss/partials/flexible-content/_headline-banner.scss)
==========================================================================
*/
.headline-banner {
  padding: 20px;
  position: relative;
  z-index: -1;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center; }
  @media only screen and (min-width: 769px) {
    .headline-banner {
      padding: 80px 20px; }
      .content__header + .headline-banner {
        padding-top: 110px; } }
  .headline-banner--blue-red {
    position: relative;
    background-color: #225f94;
    background-blend-mode: overlay; }
    .headline-banner--blue-red:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.25); }
    .headline-banner--blue-red:after {
      content: "";
      display: block;
      width: 100%;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100 */
      background: #225f94;
      /* Old browsers */
      background: -moz-linear-gradient(left, #225f94 0%, #ff5c54 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #225f94 0%, #ff5c54 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, #225f94 0%, #ff5c54 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$darkBlue', endColorstr='$green',GradientType=1 );
      /* IE6-9 */
      opacity: 0.5; }
  .headline-banner--blue-green {
    position: relative;
    background-color: #225f94;
    background-blend-mode: overlay; }
    .headline-banner--blue-green:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.25); }
    .headline-banner--blue-green:after {
      content: "";
      display: block;
      width: 100%;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100 */
      background: #225f94;
      /* Old browsers */
      background: -moz-linear-gradient(left, #225f94 0%, #aab220 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #225f94 0%, #aab220 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, #225f94 0%, #aab220 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$darkBlue', endColorstr='$green',GradientType=1 );
      /* IE6-9 */
      opacity: 0.5; }
  .headline-banner--blue-light-blue {
    position: relative;
    background-color: #225f94;
    background-blend-mode: overlay; }
    .headline-banner--blue-light-blue:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.25); }
    .headline-banner--blue-light-blue:after {
      content: "";
      display: block;
      width: 100%;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100 */
      background: #225f94;
      /* Old browsers */
      background: -moz-linear-gradient(left, #225f94 0%, #3ba4ff 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #225f94 0%, #3ba4ff 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, #225f94 0%, #3ba4ff 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$darkBlue', endColorstr='$green',GradientType=1 );
      /* IE6-9 */
      opacity: 0.5; }
  .headline-banner h2 {
    margin: 0;
    position: relative;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    z-index: 2;
    text-align: center;
    color: #fff; }
    @media only screen and (max-width: 768px) {
      .headline-banner h2 {
        padding-left: 10px;
        padding-right: 10px; } }
    @media only screen and (max-width: 768px) {
      .headline-banner h2 {
        font-size: 2rem; } }
  .headline-banner h2 {
    margin: 0;
    position: relative;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    z-index: 2;
    text-align: center;
    color: #fff; }
    @media only screen and (max-width: 768px) {
      .headline-banner h2 {
        padding-left: 10px;
        padding-right: 10px; } }
    @media only screen and (max-width: 768px) {
      .headline-banner h2 {
        font-size: 2rem; } }
  .headline-banner__sub-headline {
    display: block;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    margin-top: 0.75rem;
    position: relative;
    z-index: 2;
    font-family: 'Trade Gothic W01 Roman', 'Helvetica Neue', Arial, sans-serif;
    font-weight: normal;
    font-size: 1.25rem;
    text-align: center;
    color: #fff; }
    @media only screen and (max-width: 768px) {
      .headline-banner__sub-headline {
        padding-left: 10px;
        padding-right: 10px; } }
    @media only screen and (max-width: 768px) {
      .headline-banner__sub-headline {
        font-size: 1rem; } }
  .headline-banner__logo {
    max-width: 400px;
    height: auto;
    margin: 0;
    position: relative;
    z-index: 2; }

/*
==========================================================================
  SPLASH BANNER (scss/partials/flexible-content/_splash-banner.scss)
==========================================================================
*/
.splash-banner {
  padding: 40px 0;
  position: relative;
  z-index: 0;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
  @media only screen and (min-width: 769px) {
    .splash-banner {
      padding: 100px 0; }
      .content__header + .splash-banner {
        padding-top: 130px; } }
  .splash-banner--blue-red {
    position: relative;
    background-color: #225f94;
    background-blend-mode: overlay; }
    .splash-banner--blue-red:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.25); }
    .splash-banner--blue-red:after {
      content: "";
      display: block;
      width: 100%;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100 */
      background: #225f94;
      /* Old browsers */
      background: -moz-linear-gradient(left, #225f94 0%, #ff5c54 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #225f94 0%, #ff5c54 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, #225f94 0%, #ff5c54 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$darkBlue', endColorstr='$green',GradientType=1 );
      /* IE6-9 */
      opacity: 0.5; }
  .splash-banner--blue-green {
    position: relative;
    background-color: #225f94;
    background-blend-mode: overlay; }
    .splash-banner--blue-green:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.25); }
    .splash-banner--blue-green:after {
      content: "";
      display: block;
      width: 100%;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100 */
      background: #225f94;
      /* Old browsers */
      background: -moz-linear-gradient(left, #225f94 0%, #aab220 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #225f94 0%, #aab220 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, #225f94 0%, #aab220 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$darkBlue', endColorstr='$green',GradientType=1 );
      /* IE6-9 */
      opacity: 0.5; }
  .splash-banner--blue-light-blue {
    position: relative;
    background-color: #225f94;
    background-blend-mode: overlay; }
    .splash-banner--blue-light-blue:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.25); }
    .splash-banner--blue-light-blue:after {
      content: "";
      display: block;
      width: 100%;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100 */
      background: #225f94;
      /* Old browsers */
      background: -moz-linear-gradient(left, #225f94 0%, #3ba4ff 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #225f94 0%, #3ba4ff 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, #225f94 0%, #3ba4ff 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$darkBlue', endColorstr='$green',GradientType=1 );
      /* IE6-9 */
      opacity: 0.5; }
  .splash-banner__container {
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    position: relative;
    z-index: 2; }
    @media only screen and (max-width: 768px) {
      .splash-banner__container {
        padding-left: 10px;
        padding-right: 10px; } }
    .splash-banner__container:after {
      content: "";
      display: table;
      clear: both; }
  .splash-banner a {
    color: #fff;
    text-decoration: underline; }
    .splash-banner a.btn--primary {
      text-shadow: none; }
    .splash-banner a:hover {
      opacity: 0.8; }
      .splash-banner a:hover.btn--primary {
        opacity: 1; }
  .splash-banner h2 {
    margin-top: 0;
    color: inherit; }
  @media only screen and (min-width: 769px) {
    .splash-banner__main-text {
      max-width: 40%;
      float: left; } }
  .splash-banner__main-text .btn {
    margin-right: 10px;
    margin-bottom: 10px; }
  @media only screen and (max-width: 768px) {
    .splash-banner__additional {
      margin-top: 60px; } }
  @media only screen and (min-width: 769px) {
    .splash-banner__additional {
      max-width: 40%;
      position: absolute;
      right: 20px;
      bottom: 0; } }
  .splash-banner__additional h5 {
    padding-bottom: 1rem;
    margin-top: 0;
    border-bottom: 1px solid #fff;
    color: inherit;
    font-family: 'Trade Gothic W01 Bold', 'Helvetica Neue', Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase; }
  .splash-banner__additional p:last-of-type {
    margin-bottom: 0; }
  .splash-banner__additional ol {
    padding: 0;
    margin: 0;
    list-style: none;
    counter-reset: li; }
  .splash-banner__additional li {
    padding-left: 40px;
    margin-bottom: 20px;
    position: relative; }
    .splash-banner__additional li:last-of-type {
      margin-bottom: 0; }
    .splash-banner__additional li:before {
      display: block;
      padding-top: 2px;
      width: 30px;
      height: 30px;
      position: absolute;
      left: 0;
      top: 5px;
      border: 1px solid #fff;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      content: counter(li);
      /* Use the counter as content */
      counter-increment: li;
      /* Increment the counter by 1 */
      text-align: center; }
  .splash-banner__additional .btn {
    margin-right: 10px;
    margin-bottom: 10px; }
  .splash-banner__application p:last-of-type {
    margin-bottom: 1rem; }
  @media only screen and (min-width: 769px) {
    .splash-banner__application {
      width: 85%;
      float: right; } }

/*
==========================================================================================
  SELECTABLE CONTENT BLOCK (scss/partials/flexible-content/_selectable-content-block.scss)
==========================================================================================
*/
.basic-content + .selectable-content-block, .focus-areas + .selectable-content-block, .selectable-content-block + .selectable-content-block {
  border-top: 1px solid #E6E6E7; }
.selectable-content-block__container {
  max-width: 900px;
  padding: 40px 20px;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .selectable-content-block__container {
      padding: 20px 10px; } }
.selectable-content-block__select-container {
  padding-bottom: 40px;
  margin-bottom: 40px;
  text-align: center;
  border-bottom: 1px solid #E6E6E7; }
  .selectable-content-block__select-container label {
    margin-right: 20px; }
.selectable-content-block__content-container {
  margin-top: 40px;
  display: none; }
  .selectable-content-block__content-container.visible {
    display: block; }

/*
==========================================================================
 GENERIC PRINT STYLES (scss/partials/_print.scss)
 Cribbed from html5bp.
==========================================================================
*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    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 for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

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

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

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

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

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .btn {
    display: none; }

  .page-header {
    display: none; } }

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