/* Backup Restored From 3/17/2021 2:29:00 PM */

/* Backup Restored From 11/14/2019 10:00:28 PM */

/* Backup Restored From 11/7/2018 3:33:25 PM */

@charset "UTF-8";
/*---------------------------------------*\
    :: @imports
    -------------------------------------*
    The following imports will pull in
    all SASS partials in the listed
    directory or sub-directories when
    appropiate.
\*---------------------------------------*/
/*---------------------------------------*\
    :: Bootstrap
    -------------------------------------*
    Import Bootstrap's grid system so
    it can be utilized in the .scss files.
\*---------------------------------------*/
/*---------------------------------------*\
    :: Global
    -------------------------------------*
    Global styling that affects nearly
    every page goes here, like SASS
    variables, mixins, extends, and
    global text styling, links, buttons,
    form elements. All reusable elements.
\*---------------------------------------*/
/*------------------------------------*\
  :: Normalize 7.0
\*------------------------------------*/
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *  controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *  `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/*------------------------------------*\
  :: Extends
\*------------------------------------*/
/*------------------------------------*\
  :: Mixins
  ----------------------------------*
  :: Strip Unit
  :: EM Calculator
  :: @Font Face Shortener
  :: Sticky Footer
  :: Nav
\*------------------------------------*/
/*------------------------------------*\
  :: Strip Unit
\*------------------------------------*/
/*------------------------------------*\
  :: EM Calculator
\*------------------------------------*/
/*------------------------------------*\
    ::Nav Button options
\*------------------------------------*/
/*------------------------------------*\
    ::  Mobile Nav Animations
\*------------------------------------*/
/*------------------------------------*\
  :: @Font Face Shortener
\*------------------------------------*/
/*------------------------------------*\
  :: Media Queries
\*------------------------------------*/
/*------------------------------------*\
  :: Sticky Footer
\*------------------------------------*/
/*------------------------------------*\
  :: Navigation
\*------------------------------------*/
/*------------------------------------*\
  :: Variables
  ----------------------------------*
  :: Colors
  :: Layout
  :: Font Imports
\*------------------------------------*/
/*------------------------------------*\
  :: Colors
\*------------------------------------*/
/*------------------------------------*\
  :: Breakpoints
\*------------------------------------*/
/*------------------------------------*\
  :: Layout
\*------------------------------------*/
/*------------------------------------*\
  :: Import Fonts
\*------------------------------------*/
/*------------------------------------*\
  :: Text Level Semantics
\*------------------------------------*/
body {
  font-family: 'Arial', serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  margin: 0 0 5px 0;
  font-weight: bold;
}

h1 {
  color: #006FB8;
  display: inline-block;
  font-size: 37px;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 12px;
  position: relative;
}
h1:after {
  background: #006FB8;
  border-radius: 45%;
  content: '';
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

h2 {
  font-size: 28px;
  text-transform: uppercase;
}

h3 {
  color: #006FB8;
  font-size: 26px;
  text-transform: uppercase;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 16px;
  text-transform: uppercase;
}

h6 {
  font-size: 14px;
  text-transform: uppercase;
}

p {
  font-size: 21px;
  line-height: 1.2em;
}

.main-content ul, .main-content ol {
  margin: 0;
  padding-left: 1.375em;
}
.main-content ul li, .main-content ol li {
  font-size: 21px;
  line-height: 1.2;
  margin-bottom: 4px;
}
.main-content ul li:last-of-type, .main-content ol li:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .main-content ul li, .main-content ol li {
    font-size: 22px;
  }
}

hr {
  background: #006FB8;
  border: 0;
  height: 3px;
  margin: 0.75em 0;
}

/*---------------------------------------*\
    :: Base
    -------------------------------------*
    High level styling like WP classes,
    HTML, Body styles. You can also load
    plugin styles here to.
\*---------------------------------------*/
/*------------------------------------*\
  :: Base
\*------------------------------------*/
*, *:before, *:after {
  box-sizing: border-box;
}

body {
  background: #F0F3F6;
  margin: 0;
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/*------------------------------------*\
  :: Wrappers
\*------------------------------------*/
.main-wrap {
  overflow: hidden;
  padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
}

[class*="__inner"] {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 1.875rem;
}
@media only screen and (max-width: 500px) {
  [class*="__inner"] {
    padding: 0 0.9375rem;
  }
}

/*------------------------------------*\
  :: Example Plugin Styles
\*------------------------------------*/
/*---------------------------------------*\
    :: Components
    -------------------------------------*
    Styling for all major site components
    like the header, footer, sidebar,
    blog, and navigations.
\*---------------------------------------*/
/*------------------------------------*\
  :: Links
\*------------------------------------*/
.main-torso a:not(.contact-link) {
  color: #498BCA;
  font-size: 21px;
  line-height: 1.2em;
  text-decoration: none;
}
.main-torso a:not(.contact-link):hover {
  text-decoration: underline;
}
.main-torso a:not(.btn) {
  color: #498BCA;
  font-size: 21px;
  line-height: 1.2em;
  text-decoration: none;
}
.main-torso a:not(.btn):hover {
  text-decoration: underline;
}

/*------------------------------------*\
  :: Blog Box
\*------------------------------------*/
.blog-box {
  margin-left: 5%;
  width: 70%;
}
@media (max-width: 850px) {
  .blog-box {
    margin-left: 0;
    width: 100%;
  }
}
.blog-box header {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (max-width: 400px) {
  .blog-box header {
    border-bottom: 4px solid #006FB8;
    padding-bottom: 10px;
  }
}
.blog-box header .title-icon {
  width: 55px;
}
.blog-box header h2 {
  display: inline-block;
  padding-left: 20px;
  position: relative;
  width: calc(100% - 65px);
}
@media (max-width: 400px) {
  .blog-box header h2 {
    font-size: 22px;
  }
}
.blog-box header h2:after {
  background: #006FB8;
  content: "";
  height: 4px;
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
}
@media (max-width: 400px) {
  .blog-box header h2:after {
    display: none;
  }
}
.blog-box a:not(.btn) {
  color: #000;
  display: block;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 1.5em;
  text-transform: uppercase;
  transition: color 400ms;
}
.blog-box a:not(.btn):hover {
  text-decoration: none;
  color: #006FB8;
}
.blog-box span {
  font-size: 19px;
  line-height: 1.2em;
}
.blog-box .btn-wrap {
  text-align: center;
}

/*------------------------------------*\
  ::  Buttons
\*------------------------------------*/
.btn {
  background: #006FB8;
  border: 2px solid #8B97A2;
  border-radius: 3px;
  color: #FFF !important;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  padding: 0.4375em 1.875rem;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 400ms;
}
.btn:hover {
  background: #FFF;
  color: #006FB8 !important;
  text-decoration: none !important;
}
.btn.btn--alt {
  background: #FFF !important;
  color: #006FB8 !important;
}
.btn.btn--alt:hover {
  background: #8caedc !important;
  color: #FFF !important;
}

/*------------------------------------*\
  :: Contact Box
\*------------------------------------*/
.contact-box {
  background: #006FB8;
  border: 1px solid #8B97A2;
  border-radius: 3px;
  padding: 1.40625rem 1.40625rem;
  text-align: center;
}
.contact-box h3 {
  color: #FFF;
  margin-bottom: 0.5em;
}
@media (max-width: 640px) {
  .contact-box .contact-box__wrap {
    display: inline-block;
    width: 330px;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .contact-box .contact-box__wrap {
    display: inline-block;
    width: 100%;
    margin: 0;
  }
}
.contact-box .contact-link {
  -ms-flex-align: center;
      align-items: center;
  color: #FFF !important;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 1em;
  text-align: left;
  text-decoration: none !important;
  transition: color 400ms;
  width: 100%;
}
@media (max-width: 960px) {
  .contact-box .contact-link {
    width: auto;
    margin-right: 25px;
  }
  .contact-box .contact-link:last-of-type {
    margin-right: 0;
  }
}
@media (max-width: 640px) {
  .contact-box .contact-link {
    width: 100%;
    margin-right: 0;
  }
}
.contact-box .contact-link .fas {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 24px;
  -ms-flex-pack: center;
      justify-content: center;
  width: 40px;
}
@media (max-width: 960px) {
  .contact-box .contact-link .fas {
    margin-right: 15px;
  }
}
.contact-box .contact-link span {
  display: inline-block;
  font-size: 19px;
  padding-left: 10px;
  text-align: left;
}
@media (max-width: 1100px) {
  .contact-box .contact-link span {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  .contact-box .contact-link span {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .contact-box .contact-link span {
    font-size: 18px;
  }
}
.contact-box .contact-link:first-of-type .fas {
  transform: rotate(-135deg);
}
.contact-box .contact-link:hover {
  color: #ccd9ef !important;
}

/*------------------------------------*\
  :: Footer
\*------------------------------------*/
html, body {
  height: 99.99999%;
}

.main-wrap {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

.main-torso, .main-foot {
  display: table-row;
  height: 1px;
}

.main-torso {
  height: auto;
}

@media (max-width: 1024px) {
  .main-foot__inner {
    padding: 0;
  }
}

.main-foot__content {
  background: #FFF;
  border-top: 4px solid #4d4e4e;
  padding: 30px 3.75rem;
  text-align: center;
  width: 100%;
}
@media (max-width: 768px) {
  .main-foot__content {
    padding: 20px 1.875rem;
  }
}

.main-foot__text p {
  font-size: 16px;
  margin: 10px auto;
  max-width: 850px;
}
@media (max-width: 960px) {
  .main-foot__text p {
    font-size: 14px;
  }
}
.main-foot__text p:last-of-type {
  margin-bottom: 0;
}

/*------------------------------------*\
  :: Header
\*------------------------------------*/
.main-head {
  background: #FFF;
  position: relative;
  width: 100%;
}

.utility-nav {
  background: #498BCA;
  border-bottom: 1px solid #8B97A2;
  height: 70px;
  width: 100%;
}
@media (max-width: 1100px) {
  .utility-nav {
    height: 50px;
  }
}
@media (max-width: 640px) {
  .utility-nav {
    height: 40px;
  }
}
.utility-nav ul {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 640px) {
  .utility-nav ul {
    display: -ms-flexbox;
    display: flex;
    float: none;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.utility-nav li {
  float: left;
  height: 100%;
}
.utility-nav li a {
  color: #FFF;
  display: block;
  height: 100%;
  line-height: 70px;
  font-size: 26px;
  font-weight: bold;
  padding: 0 2.8125rem;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 400ms;
}
@media (max-width: 1100px) {
  .utility-nav li a {
    font-size: 22px;
    line-height: 50px;
  }
}
@media (max-width: 640px) {
  .utility-nav li a {
    font-size: 18px;
    line-height: 40px;
    padding: 0 1.40625rem;
  }
}
@media (max-width: 500px) {
  .utility-nav li a {
    font-size: 15px;
    line-height: 40px;
    padding: 0 1.40625rem;
  }
}
.utility-nav li a:hover {
  color: #005085;
}
.utility-nav li a.donate {
  background: #006FB8;
  transition: background 400ms;
}
.utility-nav li a.donate:hover {
  background: #005085;
  color: #FFF;
}
.utility-nav li a.facebook {
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  padding: 0;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 1100px) {
  .utility-nav li a.facebook {
    height: 50px;
  }
}
@media (max-width: 640px) {
  .utility-nav li a.facebook {
    height: 40px;
  }
}

.utility-nav li a.facebook svg {
  display: inline-block;
  fill: #FFF;
  transition: fill 400ms;
  width: 35px;
}
@media (max-width: 1100px) {
  .utility-nav li a.facebook svg {
    width: 25px;
  }
}
.utility-nav li a.facebook:hover svg {
  fill: #005085;
}

.main-head__wrap {
  -ms-flex-align: end;
      align-items: flex-end;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 1em 0;
}

.main-head__logo {
  display: inline-block;
  max-width: 350px;
}
@media (max-width: 1100px) {
  .main-head__logo {
    max-width: 280px;
  }
}
@media (max-width: 640px) {
  .main-head__logo {
    max-width: 240px;
  }
}
@media (max-width: 400px) {
  .main-head__logo {
    max-width: 225px;
  }
}

/*------------------------------------*\
  :: Main Content
\*------------------------------------*/
.main-torso {
  width: 100%;
}
@media (max-width: 1024px) {
  .main-torso .main-torso__inner {
    padding: 0;
  }
}
.main-torso.subpage-sidebar .main-content__wrap, .main-torso.subpage-no-sidebar .main-content__wrap {
  background: #FFF url("./assets/images/pattern-top.png") no-repeat;
  background-position: top left;
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1.75em;
  padding: 2.8125rem;
  width: 100%;
}
@media (max-width: 1024px) {
  .main-torso.subpage-sidebar .main-content__wrap, .main-torso.subpage-no-sidebar .main-content__wrap {
    margin-top: 0;
    padding: 2.8125rem 1.875rem;
  }
}
@media (max-width: 500px) {
  .main-torso.subpage-sidebar .main-content__wrap, .main-torso.subpage-no-sidebar .main-content__wrap {
    padding: 0.9375rem 0.9375rem 1.875rem;
  }
}
.main-torso.subpage-sidebar .main-content__wrap .main-content, .main-torso.subpage-no-sidebar .main-content__wrap .main-content {
  width: 65%;
}
@media (max-width: 1100px) {
  .main-torso.subpage-sidebar .main-content__wrap .main-content, .main-torso.subpage-no-sidebar .main-content__wrap .main-content {
    width: 60%;
  }
}
@media (max-width: 960px) {
  .main-torso.subpage-sidebar .main-content__wrap .main-content, .main-torso.subpage-no-sidebar .main-content__wrap .main-content {
    width: 100%;
  }
}
.main-torso.subpage-sidebar .main-content__wrap .sidebar, .main-torso.subpage-no-sidebar .main-content__wrap .sidebar {
  width: 30%;
  margin-left: 5%;
}
@media (max-width: 1100px) {
  .main-torso.subpage-sidebar .main-content__wrap .sidebar, .main-torso.subpage-no-sidebar .main-content__wrap .sidebar {
    width: 35%;
  }
}
@media (max-width: 960px) {
  .main-torso.subpage-sidebar .main-content__wrap .sidebar, .main-torso.subpage-no-sidebar .main-content__wrap .sidebar {
    width: 100%;
    margin-left: 0;
    margin-top: 1em;
  }
}
.main-torso.subpage-no-sidebar .main-content__wrap .main-content {
  width: 100%;
}


/*------------------------------------*\
  :: Nav in the Footer
\*------------------------------------*/
.main-foot__nav {
  margin-bottom: 35px;
}
.main-foot__nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-foot__nav ul li {
  display: inline-block;
  position: relative;
}
@media (max-width: 640px) {
  .main-foot__nav ul li {
    margin-bottom: 15px;
    width: 100%;
  }
}
.main-foot__nav ul li:after {
  content: '|';
  font-size: 22px;
}
@media (max-width: 960px) {
  .main-foot__nav ul li:after {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .main-foot__nav ul li:after {
    display: none;
  }
}
@media (max-width: 640px) {
  .main-foot__nav ul li:last-of-type {
    margin-bottom: 0;
  }
}
.main-foot__nav ul li:last-of-type:after {
  display: none;
}
.main-foot__nav ul a {
  color: #000;
  font-size: 20px;
  padding: 0 0.9375rem;
  text-decoration: none;
  transition: color 400ms;
}
@media (max-width: 960px) {
  .main-foot__nav ul a {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .main-foot__nav ul a {
    padding: 0 0.46875rem;
  }
}
@media (max-width: 640px) {
  .main-foot__nav ul a {
    font-size: 18px;
  }
}
.main-foot__nav ul a:hover {
  color: #006FB8;
}

/*------------------------------------*\
  :: Nav in the Header
\*------------------------------------*/
.main-head__nav {
  float: right;
  max-width: calc(100% - 350px);
  width: auto;
}
@media (max-width: 1100px) {
  .main-head__nav {
    max-width: calc(100% - 280px);
  }
}

.main-head__nav {
  position: relative;
  z-index: 10;
}
.main-head__nav ul li {
  display: block;
  float: left;
  list-style: none;
}
.main-head__nav ul > li > ul {
  visibility: hidden;
}
.main-head__nav ul ul:after {
  content: "";
  position: absolute;
  top: -1.2em;
  bottom: -50px;
  left: -50px;
  right: -50px;
  background-color: #000;
  opacity: 0;
  z-index: -1;
}
.main-head__nav li:hover > ul {
  display: block;
  position: absolute;
  opacity: 0;
}
.main-head__nav li:hover > ul {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 960px) {
  .main-head__nav {
    display: none;
  }
}
.main-head__nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-head__nav ul > li {
  float: left;
  position: relative;
}
.main-head__nav ul > li > a {
  color: #000;
  font-size: 22px;
  font-weight: bold;
  padding: 15px 2.25vw 0;
  text-decoration: none;
}
@media (max-width: 1100px) {
  .main-head__nav ul > li > a {
    font-size: 20px;
  }
}
.main-head__nav ul > li > a:hover {
  color: #006FB8;
}
.main-head__nav ul > li:last-of-type a {
  padding-right: 0;
}
.main-head__nav ul > li > ul {
  background: #006FB8;
  position: absolute;
  top: calc(100% + 1em);
  min-width: 250px;
  padding: 15px 0;
}
.main-head__nav ul > li > ul > li {
  float: none;
}
.main-head__nav ul > li > ul > li > a {
  color: #FFF;
  display: inline-block;
  font-size: 20px;
  font-weight: normal;
  padding: 7px 1.875rem;
}
@media (max-width: 1100px) {
  .main-head__nav ul > li > ul > li > a {
    font-size: 18px;
  }
}
.main-head__nav ul > li > ul > li > a:hover {
  color: #ccd9ef;
}

.slicknav_menu {
  background: #8caedc;
  display: none;
  padding: 0;
}
@media (max-width: 960px) {
  .slicknav_menu {
    display: block;
  }
}
.slicknav_menu .slicknav_btn {
  background: #498BCA;
  margin: 0;
  position: absolute;
  top: 91px;
  right: 1.875rem;
}
@media (max-width: 640px) {
  .slicknav_menu .slicknav_btn {
    top: 73px;
  }
}
@media (max-width: 500px) {
  .slicknav_menu .slicknav_btn {
    right: 0.9375rem;
  }
}
.slicknav_menu .slicknav_icon-bar {
  box-shadow: none;
}
.slicknav_menu .slicknav_nav {
  padding: 15px 1.875rem;
}
.slicknav_menu .slicknav_nav li a {
  font-size: 18px;
  margin: 0;
  padding: 10px 0;
  transition: color 400ms;
}
.slicknav_menu .slicknav_nav li a:hover {
  background: transparent;
  color: #006FB8;
}

/*------------------------------------*\
  :: Report Box
\*------------------------------------*/
.report-box {
  width: 25%;
}
@media (max-width: 850px) {
  .report-box {
    margin-top: 4em;
    width: 100%;
  }
}
.report-box header {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1em;
  width: 100%;
}
@media (max-width: 850px) {
  .report-box header {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 2em;
    text-align: center;
  }
}
@media (max-width: 400px) {
  .report-box header {
    margin-bottom: 1em;
  }
}
.report-box header .title-icon {
  width: 40px;
}
@media (max-width: 1024px) {
  .report-box header .title-icon {
    width: 100%;
    text-align: center;
  }
  .report-box header .title-icon img {
    width: 45px;
  }
}
@media (max-width: 850px) {
  .report-box header .title-icon {
    width: 55px;
    text-align: none;
  }
  .report-box header .title-icon img {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .report-box header .title-icon {
    width: 40px;
  }
}
.report-box header h4 {
  display: inline-block;
  text-align: center;
  width: calc(100% - 50px);
}
@media (max-width: 1024px) {
  .report-box header h4 {
    margin-top: 10px;
    width: 100%;
  }
}
@media (max-width: 850px) {
  .report-box header h4 {
    font-size: 24px;
    margin-top: 0;
    width: 280px;
  }
}
@media (max-width: 400px) {
  .report-box header h4 {
    font-size: 22px;
  }
}
.report-box ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.report-box li {
  width: 50%;
  margin-bottom: 1em !important;
}
@media (max-width: 850px) {
  .report-box li {
    text-align: center;
  }
}
.report-box li a:hover {
  text-decoration: none !important;
}
.report-box li h6 {
  text-align: center;
}
.report-box li h6 a {
  color: #000 !important;
  font-size: 14px !important;
}
@media (max-width: 850px) {
  .report-box li h6 a {
    font-size: 18px !important;
  }
}
@media (max-width: 400px) {
  .report-box li h6 a {
    font-size: 14px !important;
    line-height: 1.1em;
  }
}
.report-box li h6 a:hover {
  text-decoration: none !important;
}
.report-box li:nth-of-type(odd) {
  padding-right: 1em;
}
.report-box li:nth-of-type(even) {
  padding-left: 1em;
}
.report-box li:nth-of-type(3), .report-box li:nth-of-type(4) {
  margin-bottom: 0 !important;
}

/*------------------------------------*\
  :: Sidebar
\*------------------------------------*/
/*------------------------------------*\
  :: Ex: Main Sidebar
\*------------------------------------*/
/*------------------------------------*\
  :: Ex: Blog Sidebar
\*------------------------------------*/
/*---------------------------------------*\
    :: Blocks
    -------------------------------------*
    Styling for all major site blocks
\*---------------------------------------*/
/*------------------------------------*\
  :: Column Block
\*------------------------------------*/
.column-block {
  background: #FFF url("./assets/images/pattern-bottom.png") no-repeat;
  background-position: bottom right;
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 3em 0;
  width: 100%;
}
.column-block .column {
  padding: 0 2.34375rem;
  width: 33.3336%;
}
@media (max-width: 960px) {
  .column-block .column {
    width: 50%;
  }
  .column-block .column:last-of-type {
    margin-top: 2em;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .column-block .column {
    padding: 0 1.875rem;
    width: 100%;
  }
  .column-block .column:nth-of-type(2) {
    margin-top: 2em;
  }
}
@media (max-width: 500px) {
  .column-block .column {
    padding: 0 0.9375rem;
  }
}
.column-block .column__icon {
  width: 100%;
  text-align: center;
}
.column-block .column__icon img {
  display: inline-block;
  width: 100%;
  max-width: 145px;
}
.column-block .column__title {
  text-align: center;
  margin-top: 25px;
}
.column-block .column__text {
  font-size: 20px;
  margin-bottom: 0;
}

/*------------------------------------*\
  :: Data Block
\*------------------------------------*/
.data-block {
  background: #FFF url("./assets/images/pattern-horizontal.png") no-repeat;
  background-position: top left;
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  padding: 2em;
  width: 100%;
}

/*------------------------------------*\
  :: Example Block - CTA Block
\*------------------------------------*/
/*------------------------------------*\
  :: Hero Block
\*------------------------------------*/
.hero-block {
  width: 100%;
}
@media (max-width: 1024px) {
  .hero-block .hero-block__inner {
    padding: 0;
  }
}
.hero-block .hero-block__image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
}
@media (max-width: 960px) {
  .hero-block .hero-block__image {
    height: 350px;
  }
}
@media (max-width: 640px) {
  .hero-block .hero-block__image {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .hero-block .hero-block__image {
    height: 225px;
  }
}
@media (max-width: 320px) {
  .hero-block .hero-block__image {
    height: 200px;
  }
}
.hero-block .hero-block__text {
  background: #ccd9ef;
  padding: 3.75rem 4.6875rem;
  width: 100%;
  text-align: center;
}
@media (max-width: 1024px) {
  .hero-block .hero-block__text {
    padding: 2.8125rem 3.75rem;
  }
}
@media (max-width: 640px) {
  .hero-block .hero-block__text {
    padding: 1.875rem;
  }
}
@media (max-width: 500px) {
  .hero-block .hero-block__text {
    padding: 1.875rem 0.9375rem;
  }
}
.hero-block .hero-block__text p {
  font-size: 22px;
  line-height: 1.4em;
}
@media (max-width: 640px) {
  .hero-block .hero-block__text p {
    font-size: 20px;
    line-height: 1.2em;
  }
}
@media (max-width: 500px) {
  .hero-block .hero-block__text p {
    font-size: 18px;
  }
}
.hero-block .hero-block__text > *:first-child {
  margin-top: 0;
}
.hero-block .hero-block__text > *:last-child {
  margin-bottom: 0;
}

/*------------------------------------*\
  :: Slider Block
\*------------------------------------*/
.slider-block {
  background: #ccd9ef;
  padding: 3em 3.5em 2em;
  width: 100%;
}
@media (max-width: 1024px) {
  .slider-block {
    padding: 3em 3.5em;
  }
}
@media (max-width: 768px) {
  .slider-block {
    padding: 2em 3em 3em;
  }
}
@media (max-width: 500px) {
  .slider-block {
    padding: 2em 0.9375rem 3em;
  }
}
.slider-block ul {
  margin-bottom: 0 !important;
  padding: 0 0.9375rem;
}
@media (max-width: 500px) {
  .slider-block ul {
    padding: 0;
  }
}
.slider-block li {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0.9375rem;
}
@media (max-width: 768px) {
  .slider-block li {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .slider-block li {
    padding: 0;
  }
}
.slider-block .slider__img {
  display: inline-block;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .slider-block .slider__img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.slider-block .slider__img img {
  width: 140px;
  margin: 0 auto;
}
.slider-block .slider__text {
  display: inline-block;
  width: calc(100% - 165px);
}
@media (max-width: 768px) {
  .slider-block .slider__text {
    width: 100%;
  }
}
.slider-block .slider__text h2 {
  margin-bottom: 0;
}
.slider-block .slider__text p {
  margin-top: 12px;
}
@media (max-width: 1024px) {
  .slider-block .slider__text p {
    font-size: 18px;
  }
}
.slider-block .slider__text .btn {
  float: right;
}
@media (max-width: 1024px) {
  .slider-block .slider__text .btn {
    float: none;
    margin-bottom: 35px;
  }
}
@media (max-width: 500px) {
  .slider-block .slick-prev,
  .slider-block .slick-next {
    display: none !important;
  }
}
.slider-block .slick-prev:before,
.slider-block .slick-next:before {
  color: #8B97A2;
  font-size: 30px;
  opacity: 1;
  transition: color 400ms;
}
.slider-block .slick-prev:hover:before,
.slider-block .slick-next:hover:before {
  color: #6f7e8b;
}
.slider-block .slick-dots {
  bottom: 0;
  left: 5px;
  text-align: left;
}
@media (max-width: 1024px) {
  .slider-block .slick-dots {
    text-align: center;
    bottom: -25px;
  }
}
.slider-block .slick-dots li button:before {
  font-size: 22px;
  color: #8caedc;
  opacity: 1;
  transition: color 400ms;
}
.slider-block .slick-dots li button:hover:before {
  color: #006FB8;
}
.slider-block .slick-dots li.slick-active button:before {
  color: #006FB8;
}

/*---------------------------------------*\
    :: Pages
    -------------------------------------*
    Page or template specific styles.
\*---------------------------------------*/
/*------------------------------------*\
  :: Example Page Styles
\*------------------------------------*/
/*------------------------------------*\
  :: 404 Styles
\*------------------------------------*/
/*------------------------------------*\
  :: Styleguide Element Styles
\*------------------------------------*/
.styleguide-wrap {
  background: #FFF;
  margin: 2em 0;
  padding: 3em;
}

.styleguide-section {
  margin-bottom: 3.4375em;
  margin-top: 3.4375em;
}
.styleguide-section:first-of-type {
  margin-top: 0;
}
.styleguide-section .pallete-wrap {
  display: grid;
  grid-gap: 1.25em;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  margin-bottom: 1.875em;
}
.styleguide-section .pallete-wrap .pallete-item {
  -ms-flex-align: center;
      align-items: center;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.07);
  display: grid;
  height: 6vw;
  -ms-flex-pack: center;
      justify-content: center;
}
.styleguide-section .pallete-wrap .pallete-item:nth-of-type(1) {
  background: #006FB8;
}
.styleguide-section .pallete-wrap .pallete-item:nth-of-type(2) {
  background: #498BCA;
}
.styleguide-section .pallete-wrap .pallete-item:nth-of-type(3) {
  background: #8caedc;
}
.styleguide-section .pallete-wrap .pallete-item:nth-of-type(4) {
  background: #ccd9ef;
}
.styleguide-section .pallete-wrap .pallete-item:nth-of-type(5) {
  background: #000;
}
.styleguide-section .pallete-wrap .pallete-item:nth-of-type(6) {
  background: #FFF;
}
.styleguide-section .pallete-wrap .pallete-item:nth-of-type(7) {
  background: #F6F6F7;
}
.styleguide-section .pallete-wrap .pallete-item:nth-of-type(8) {
  background: #F6F7F8;
}
.styleguide-section .pallete-wrap .pallete-item:nth-of-type(9) {
  background: #4d4e4e;
}
.styleguide-section .heading-wrap {
  display: grid;
  grid-gap: 1.25em;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.styleguide-section .heading-wrap > div {
  margin-bottom: 2em;
}
.styleguide-section .heading-wrap > div h1, .styleguide-section .heading-wrap > div h2, .styleguide-section .heading-wrap > div h3, .styleguide-section .heading-wrap > div h4, .styleguide-section .heading-wrap > div h5, .styleguide-section .heading-wrap > div h6 {
  display: inline-block;
}
.styleguide-section a:not(.btn) {
  display: inline-block;
  margin-top: 0.9375em;
}
.styleguide-section .button-wrap {
  margin-top: 1.25em;
  margin-bottom: 2.8125em;
}
.styleguide-section .button-wrap .btn:first-of-type {
  margin-right: 1.875em;
}
.styleguide-section ul, .styleguide-section ol {
  margin-bottom: 2.8125em;
}

/*---------------------------------------*\
    :: Shame
    -------------------------------------*
    Styling that is quick and dirty can
    go here, like unrefined styling you
    plan to refine later or plugin/IE
    resets that require !important to
    work.
\*---------------------------------------*/
/*------------------------------------*\
  :: Global Modifiers
\*------------------------------------*/
/*------------------------------------*\
  ::  (╯°□°）╯︵ ┻━┻
\*------------------------------------*/

a:focus {
  outline: 1px dotted #498BCA !important;
}

.contact-box__wrap a:focus {
  outline: 1px dotted rgba(255,255,255,0.35);
}

.utility-nav li a:hover, .utility-nav li a:focus {
  color: #005085;
}

.utility-nav li a.donate:hover,
.utility-nav li a.donate:focus {
  background: #005085;
  color: #FFF;
}



.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.clearDiv {
  margin-bottom: 1.75rem;
}

.btn-wrap {
  margin-top: 2rem;
}

/* individual blog post one-off styling */
.subpage-sidebar .blogLeft[style],
.subpage-sidebar .blogRight[style] {
  float: none !important;
  width: 100% !important;
}

.subpage-sidebar .blogRight[style] {
  background-color: #eeeff2;
  margin-top: 1rem;
  padding: 0.5rem;
}


/* new blog roll for homepage */
.blog-posts {
  height: 80%;
}

.blog-posts > ul {
  list-style-type: none;
  padding-left: 0;
  height: 100%
}

.blog-posts > ul > li img {
  display: block;
  margin-bottom: 0.25rem;
  max-width: 100%;
}

@media all and (min-width: 800px) {}
.blog-posts > ul {
  margin-top: 1rem;
}

.blog-posts > ul > li {
  margin-bottom: 20px;
}

.blog-posts > ul > li img {
  display: inline-block;
  margin-right: 10px;
  max-width: 250px;
  float: left;
}

.blog-posts > ul > li p {
  margin-top: 0;
}

.blog-posts > ul > li p a {
  margin-top: 0 !important;;
}

.personnelprofile {
  border-top: 1px solid #006FB8;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.personnelprofile div:first-of-type {
  float: left;
  width: 100%;
  margin-bottom: 1em;
  float: initial !important;
  margin:auto;
  margin-bottom: 1em;
}

@media all and (min-width: 700px) {
.personnelprofile div:first-of-type {
    float: left !important;
    margin-right: 3em;
}
}

.breadCrumbs {
    font-size: .8em;
    color: #498BCA;
    padding: .75em 0;
    border-bottom: 2px solid #8B97A2;
}

@media all and (min-width: 1100px) {

.main-head__nav ul > li > ul {
  background: #006FB8;
}
.main-head__nav ul ul > li:hover {
  background-color: #02426C;
}
.main-head__nav ul ul > li:hover > ul {
  background-color: #02426C;
  left: -250px;
  width: 250px;
  top:0;
}

}


/*# sourceMappingURL=style.css.map */