/*
  Bootstrap size mixins
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */ }

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(60px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.animated, .animatedIn {
  opacity: 0;
  animation-duration: 1.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-name: fadeIn; }

.animatedInUp {
  opacity: 0;
  animation-duration: 1.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-name: fadeInUp; }

.delay1 {
  animation-delay: 0.2s; }

.delay2 {
  animation-delay: 0.4s; }

.fadeIn {
  opacity: 0;
  animation-name: fadeIn; }

.fadeInUp {
  opacity: 0;
  animation-name: fadeInUp; }

* {
  box-sizing: border-box; }

body {
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  width: 100%; }

h1 {
  font-size: 28px;
  font-weight: bold; }
  @media (min-width: 768px) {
    h1 {
      font-size: 38px; } }
  @media (min-width: 992px) {
    h1 {
      font-size: 60px; } }

h2 {
  font-size: 22px; }
  @media (min-width: 768px) {
    h2 {
      font-size: 28px; } }
  @media (min-width: 992px) {
    h2 {
      font-size: 38px; } }

h3 {
  font-weight: 600;
  margin: 0;
  color: #333;
  font-size: 22px; }
  @media (min-width: 768px) {
    h3 {
      font-size: 24px; } }
  @media (min-width: 992px) {
    h3 {
      font-size: 32px; } }

a {
  color: #000;
  text-decoration: none; }

p {
  font-size: 16px;
  color: #333;
  margin-bottom: 0; }

.sub-heading {
  font-size: 16px;
  color: #ACACAC;
  font-weight: 600;
  margin: 0; }
  @media (min-width: 992px) {
    .sub-heading {
      font-size: 18px; } }

ul {
  list-style-type: none; }

img {
  width: 100%; }

.logo-container {
  display: flex;
  justify-content: center;
  margin-bottom: 5%;
  height: 10vh; }
  .logo-container img {
    max-width: 300px; }

#container {
  overflow: hidden; }

.hero-banner {
  height: calc(100vh - 140px);
  background: #222222;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  animation: fadeIn 0.5s ease;
  animation-delay: 0.5s;
  animation-fill-mode: both; }
  .hero-banner .text-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 10;
    position: relative; }
    .hero-banner .text-content-inner {
      max-width: 800px; }
      .hero-banner .text-content-inner h1 {
        color: #fff; }
  .hero-banner .overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 5; }

.card-columns {
  padding: 30px;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #AFAFAF;
  flex-wrap: wrap; }
  @media (min-width: 768px) {
    .card-columns {
      margin-left: -20px;
      margin-right: -20px; } }
  @media (min-width: 992px) {
    .card-columns {
      padding: 50px 5%;
      justify-content: space-between; } }
  .card-columns .hero-card {
    max-height: 3 30px;
    width: 100%;
    background-color: #105984;
    color: #fff;
    margin-bottom: 20px;
    padding: 25px;
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .card-columns .hero-card {
        width: calc(50% - 40px);
        margin: 20px; } }
    @media (min-width: 992px) {
      .card-columns .hero-card {
        width: calc(33% - 40px); } }
    .card-columns .hero-card .card-title {
      font-weight: 600;
      font-size: 22px;
      border-bottom: 1px solid #fff;
      padding-bottom: 15px;
      margin-bottom: 15px; }
    .card-columns .hero-card .card-link {
      margin-top: 45px; }
      .card-columns .hero-card .card-link a {
        color: #fff;
        font-weight: 600; }
        .card-columns .hero-card .card-link a img {
          width: 13px; }

.content {
  display: flex;
  padding: 30px;
  padding-bottom: 0;
  position: relative;
  z-index: 10;
  flex-direction: column; }
  @media (min-width: 992px) {
    .content {
      padding: 50px 5%; } }
  .content.-text-right {
    flex-direction: column-reverse; }
    @media (min-width: 992px) {
      .content.-text-right {
        flex-direction: row; } }
    .content.-text-right .content-image {
      margin-bottom: 5%;
      margin-top: 5%; }
      @media (min-width: 768px) {
        .content.-text-right .content-image {
          margin-top: 0;
          margin-bottom: 0; } }
  @media (min-width: 992px) {
    .content {
      flex-direction: row; } }
  .content.-no-top-margin {
    padding-top: 0; }
  .content.-no-bottom-margin {
    padding-bottom: 0; }
  .content .content-image {
    width: 100%; }
    @media (min-width: 992px) {
      .content .content-image {
        width: 55%; } }
    .content .content-image .bg-image {
      padding-top: 50%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
      @media (min-width: 992px) {
        .content .content-image .bg-image {
          padding-top: 80%;
          background-size: contain; } }
  .content .text-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%; }
    @media (min-width: 992px) {
      .content .text-content {
        width: 45%;
        padding: 5% 0; } }
    .content .text-content h3 {
      text-align: left; }
    .content .text-content p {
      font-size: 16px;
      text-align: left;
      line-height: 1.2em;
      letter-spacing: 0.01em; }
      @media (min-width: 992px) {
        .content .text-content p {
          font-size: 22px; } }
    @media (min-width: 768px) {
      .content .text-content.-padding-left {
        margin-bottom: 5%; } }
    @media (min-width: 992px) {
      .content .text-content.-padding-left {
        margin-bottom: 0;
        padding-left: 5%; } }
    .content .text-content.-padding-right {
      margin-bottom: 5%; }
      @media (min-width: 992px) {
        .content .text-content.-padding-right {
          margin-bottom: 0;
          padding-right: 5%; } }

.home-slider {
  width: 100%;
  background: #105984;
  padding: 10% 10%;
  position: relative;
  position: relative;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  z-index: 2;
  margin-top: 30px;
  margin-bottom: 30px;
  display: none; }
  @media (min-width: 768px) {
    .home-slider {
      font-size: 24px;
      padding: 10% 20%;
      display: block; } }
  @media (min-width: 992px) {
    .home-slider {
      font-size: 38px;
      margin-top: -2%;
      margin-bottom: -2%; } }
  .home-slider .dots-container {
    width: 100%;
    height: 20px;
    z-index: 100000;
    position: absolute;
    bottom: 20px;
    left: 0; }
    .home-slider .dots-container li.slick-active button:before {
      color: #fff; }
    .home-slider .dots-container li button:before {
      font-size: 15px;
      color: #fff; }
  .home-slider .slick-dots {
    position: absolute;
    bottom: 0; }
    @media (min-width: 768px) {
      .home-slider .slick-dots {
        bottom: 40px; } }
  .home-slider .slide {
    height: 100%;
    padding: 30px 5px;
    position: relative;
    display: flex !important;
    justify-content: space-between; }
    .home-slider .slide .quote {
      max-width: 25px;
      width: 100%;
      display: flex; }
      @media (min-width: 992px) {
        .home-slider .slide .quote {
          max-width: 45px; } }
      .home-slider .slide .quote.-close {
        display: flex;
        align-items: flex-end;
        right: 0; }
        @media (min-width: 768px) {
          .home-slider .slide .quote.-close {
            bottom: 35px; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .home-slider .slide {
      display: none; }
    .home-slider .slide:first-child {
      display: block; } }

.checkerboard {
  border-top: 1px solid #AFAFAF;
  border-bottom: 1px solid #AFAFAF;
  margin-top: 30px; }
  @media (min-width: 992px) {
    .checkerboard {
      margin-top: 0;
      display: flex; } }
  .checkerboard h2 {
    margin: 0; }
  .checkerboard .blog-feed {
    background: #F1F1F2;
    text-align: left;
    padding: 30px 5%;
    width: 100%; }
    @media (min-width: 992px) {
      .checkerboard .blog-feed {
        padding: 50px 5%;
        width: 50%; } }
    .checkerboard .blog-feed .posts {
      margin-top: 20px; }
      .checkerboard .blog-feed .posts .post-item {
        border-bottom: 1px solid rgba(175, 175, 175, 0.4);
        padding-bottom: 20px;
        margin-bottom: 20px; }
        .checkerboard .blog-feed .posts .post-item .sub-heading {
          margin-bottom: 15px; }
        .checkerboard .blog-feed .posts .post-item h4 {
          margin: 0 0 15px;
          font-size: 18px; }
          @media (min-width: 768px) {
            .checkerboard .blog-feed .posts .post-item h4 {
              font-size: 25px; } }
        .checkerboard .blog-feed .posts .post-item .post-link {
          color: #3596AD;
          font-weight: 800;
          text-transform: uppercase;
          font-size: 16px;
          display: flex;
          align-items: center; }
          .checkerboard .blog-feed .posts .post-item .post-link img {
            width: 10px;
            margin-left: 5px; }
  .checkerboard .cta-columns {
    text-align: left;
    width: 100%; }
    @media (min-width: 992px) {
      .checkerboard .cta-columns {
        width: 50%; } }
    .checkerboard .cta-columns .top {
      background: #3596AD;
      padding: 30px 5%;
      height: 50%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      @media (min-width: 992px) {
        .checkerboard .cta-columns .top {
          padding: 50px 5%; } }
      .checkerboard .cta-columns .top .btn-top {
        padding-top: 15px; }
      .checkerboard .cta-columns .top h2, .checkerboard .cta-columns .top p {
        color: #fff; }
      .checkerboard .cta-columns .top .text {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.2em; }
    .checkerboard .cta-columns .bottom {
      padding: 30px 5%;
      height: 50%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      @media (min-width: 992px) {
        .checkerboard .cta-columns .bottom {
          padding: 50px 5%; } }
  .checkerboard .btn-container {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    padding-top: 40px; }
    .checkerboard .btn-container .btn {
      margin: 0; }

.cta-large {
  padding: 30px; }
  @media (min-width: 992px) {
    .cta-large {
      padding: 50px; } }
  .cta-large h2 {
    margin: 0;
    margin-bottom: 50px; }

.logo-container {
  display: flex;
  justify-content: center;
  margin-bottom: 5%;
  height: 10vh; }
  .logo-container img {
    max-width: 300px; }

.inner-banner {
  height: calc(50vh - 140px);
  background: #222222;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  @media (min-width: 768px) {
    .inner-banner {
      height: calc(80vh - 140px); } }
  .inner-banner .text-content {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 10;
    position: relative;
    padding: 50px; }
    .inner-banner .text-content-inner {
      max-width: 800px; }
      .inner-banner .text-content-inner h1, .inner-banner .text-content-inner p {
        margin: 0;
        text-align: left;
        color: #fff; }
      .inner-banner .text-content-inner p {
        max-width: 480px;
        font-size: 18px;
        margin-top: 50px;
        letter-spacing: 0em;
        line-height: 1.4em; }
        @media (min-width: 992px) {
          .inner-banner .text-content-inner p {
            font-weight: 600;
            font-size: 22px; } }
  .inner-banner .overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 5; }

.content {
  display: flex;
  padding: 15px 30px;
  padding-bottom: 0;
  position: relative;
  z-index: 10;
  flex-direction: column; }
  @media (min-width: 992px) {
    .content {
      padding: 50px 5%; } }
  .content.-center .text-content {
    width: 100%;
    max-width: 900px;
    margin: auto; }
  .content.-text-right {
    flex-direction: column-reverse; }
    @media (min-width: 992px) {
      .content.-text-right {
        flex-direction: row; } }
  @media (min-width: 992px) {
    .content {
      flex-direction: row; } }
  .content.-no-top-margin {
    padding-top: 0; }
  .content.-no-bottom-margin {
    padding-bottom: 0; }
  .content .content-image {
    width: 100%; }
    @media (min-width: 992px) {
      .content .content-image {
        width: 55%; } }
    .content .content-image .bg-image {
      padding-top: 50%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
      @media (min-width: 992px) {
        .content .content-image .bg-image.-overlap-image-1 {
          padding-top: 70%; } }
      .content .content-image .bg-image.-overlap-image-1.-full {
        padding-top: 100%; }
      .content .content-image .bg-image.-overlap-image-2 {
        margin-top: 30px;
        padding-top: 80%; }
        @media (min-width: 992px) {
          .content .content-image .bg-image.-overlap-image-2 {
            margin-top: -30%;
            margin-right: -40%;
            padding-top: 50%; } }
      @media (min-width: 992px) {
        .content .content-image .bg-image {
          padding-top: 80%;
          background-size: contain; } }
  .content .text-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%; }
    @media (min-width: 992px) {
      .content .text-content {
        width: 45%;
        padding: 5% 0; } }
    .content .text-content h3 {
      text-align: left; }
    .content .text-content p {
      font-size: 16px;
      text-align: left;
      line-height: 1.2em;
      letter-spacing: 0.01em; }
      @media (min-width: 992px) {
        .content .text-content p {
          font-size: 22px; } }
    @media (min-width: 768px) {
      .content .text-content.-padding-left {
        margin-bottom: 15px; } }
    @media (min-width: 992px) {
      .content .text-content.-padding-left {
        margin-bottom: 0;
        padding-left: 5%; } }
    .content .text-content.-padding-right {
      margin-bottom: 15px; }
      @media (min-width: 992px) {
        .content .text-content.-padding-right {
          margin-bottom: 0;
          padding-right: 5%; } }

.home-slider {
  width: 100%;
  background: #105984;
  padding: 10% 10%;
  position: relative;
  position: relative;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  z-index: 2;
  margin-top: 30px;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .home-slider {
      font-size: 24px;
      padding: 10% 20%; } }
  @media (min-width: 992px) {
    .home-slider {
      font-size: 38px;
      margin-top: -2%;
      margin-bottom: -2%; } }
  .home-slider .dots-container {
    width: 100%;
    height: 20px;
    z-index: 100000;
    position: absolute;
    bottom: 20px;
    left: 0; }
    .home-slider .dots-container li.slick-active button:before {
      color: #fff; }
    .home-slider .dots-container li button:before {
      font-size: 15px;
      color: #fff; }
  .home-slider .slick-dots {
    position: absolute;
    bottom: 0; }
    @media (min-width: 768px) {
      .home-slider .slick-dots {
        bottom: 40px; } }
  .home-slider .slide {
    height: 100%;
    padding: 30px 5px;
    position: relative;
    display: flex !important;
    justify-content: space-between; }
    .home-slider .slide .quote {
      max-width: 25px;
      width: 100%;
      display: flex; }
      @media (min-width: 992px) {
        .home-slider .slide .quote {
          max-width: 45px; } }
      .home-slider .slide .quote.-close {
        display: flex;
        align-items: flex-end;
        right: 0; }
        @media (min-width: 768px) {
          .home-slider .slide .quote.-close {
            bottom: 35px; } }

.checkerboard {
  border-top: 1px solid #AFAFAF;
  border-bottom: 1px solid #AFAFAF;
  margin-top: 30px; }
  @media (min-width: 992px) {
    .checkerboard {
      margin-top: 0;
      display: flex; } }
  .checkerboard h2 {
    margin: 0; }
  .checkerboard .blog-feed {
    text-align: left;
    padding: 30px 5%;
    width: 100%; }
    @media (min-width: 992px) {
      .checkerboard .blog-feed {
        padding: 50px 5%;
        width: 50%; } }
    .checkerboard .blog-feed .posts {
      margin-top: 20px; }
      .checkerboard .blog-feed .posts .post-item {
        border-bottom: 1px solid rgba(175, 175, 175, 0.4);
        padding-bottom: 20px;
        margin-bottom: 20px; }
        .checkerboard .blog-feed .posts .post-item .sub-heading {
          margin-bottom: 15px; }
        .checkerboard .blog-feed .posts .post-item h4 {
          margin: 0 0 15px;
          font-size: 18px; }
          @media (min-width: 768px) {
            .checkerboard .blog-feed .posts .post-item h4 {
              font-size: 25px; } }
        .checkerboard .blog-feed .posts .post-item .post-link {
          color: #3596AD;
          font-weight: 800;
          text-transform: uppercase;
          font-size: 16px;
          display: flex;
          align-items: center; }
          .checkerboard .blog-feed .posts .post-item .post-link img {
            width: 10px;
            margin-left: 5px; }
  .checkerboard .btn-container {
    display: flex;
    width: 100%;
    justify-content: center;
    padding-top: 40px; }
    @media (min-width: 768px) {
      .checkerboard .btn-container {
        justify-content: flex-start; } }
    .checkerboard .btn-container .btn {
      margin: 0; }

.fifty-fifty {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  border-top: 1px solid #F1F1F2;
  border-bottom: 1px solid #F1F1F2; }
  @media (min-width: 992px) {
    .fifty-fifty {
      margin-top: 0;
      flex-direction: row;
      height: 80vh; } }
  .fifty-fifty .left, .fifty-fifty .right {
    width: 100%;
    padding: 30px;
    text-align: left;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    height: auto; }
    @media (min-width: 992px) {
      .fifty-fifty .left, .fifty-fifty .right {
        padding: 50px 5%;
        width: 50%; } }
    .fifty-fifty .left h3, .fifty-fifty .right h3 {
      font-weight: bold; }
    .fifty-fifty .left p, .fifty-fifty .right p {
      font-size: 16px; }
      @media (min-width: 992px) {
        .fifty-fifty .left p, .fifty-fifty .right p {
          font-size: 22px; } }
    .fifty-fifty .left .btn, .fifty-fifty .right .btn {
      margin: 0;
      margin-top: 30px; }
      @media (min-width: 768px) {
        .fifty-fifty .left .btn, .fifty-fifty .right .btn {
          margin-right: auto; } }
  .fifty-fifty .left {
    background: #F1F1F2; }

.cta-large {
  padding: 30px; }
  @media (min-width: 992px) {
    .cta-large {
      padding: 100px; } }
  .cta-large.-dark {
    background: #105984;
    color: #fff; }
    .cta-large.-dark .btn:hover {
      background: #AFAFAF !important; }
  .cta-large h2 {
    margin: 0;
    margin-bottom: 50px; }

.grid-container {
  padding: 50px 5%; }

.grid .grid-item {
  overflow: hidden;
  opacity: 1;
  transition: all ease 0.2s; }
  .grid .grid-item.-hidden {
    position: fixed;
    opacity: 0; }
  .grid .grid-item.-height-2 img {
    height: auto;
    width: 100%; }

#header {
  position: relative;
  z-index: 100;
  position: sticky;
  top: 0; }

nav {
  position: relative;
  z-index: 100;
  background-color: #fff;
  margin-top: 0;
  transition: top ease 0.4s;
  top: 0;
  border-bottom: 1px solid #AFAFAF; }
  nav .bottom-nav {
    display: flex; }
  nav.nav-up {
    top: -140px; }
  nav ul {
    list-style: none;
    display: flex; }
    @media (min-width: 768px) {
      nav ul li {
        margin-right: 30px; } }
    @media (min-width: 1200px) {
      nav ul li {
        margin-right: 50px; } }
    nav ul li a {
      font-weight: 600; }
  nav .top-nav {
    height: 30px;
    background: #F1F1F2;
    border-bottom: 1px solid #AFAFAF;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 5%; }
    nav .top-nav .email-icon {
      width: 18px;
      margin-right: 20px; }
    nav .top-nav .phone-icon {
      width: 14px;
      margin-right: 20px; }
    nav .top-nav .divider {
      border-left: 2px solid #AFAFAF;
      height: 50%; }
    nav .top-nav .phone-number {
      font-weight: 600;
      margin-left: 20px; }
      nav .top-nav .phone-number a {
        color: #777777; }
  nav .bottom-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: calc(100% - 30px);
    padding: 5px 5%;
    overflow: hidden; }
    nav .bottom-nav .nav-links {
      display: none; }
      @media (min-width: 992px) {
        nav .bottom-nav .nav-links {
          display: flex;
          align-items: center; } }
    nav .bottom-nav .image-container {
      transition: all ease 0.2s;
      max-width: 180px; }
      @media (min-width: 992px) {
        nav .bottom-nav .image-container {
          max-width: 190px; } }
    nav .bottom-nav .nav-burger-container {
      cursor: pointer;
      height: 50px;
      display: flex;
      align-items: center; }
      @media (min-width: 992px) {
        nav .bottom-nav .nav-burger-container {
          display: none; } }
      nav .bottom-nav .nav-burger-container .nav-burger {
        width: 30px;
        height: 5px;
        background: #333;
        position: relative; }
        nav .bottom-nav .nav-burger-container .nav-burger:before {
          content: '';
          top: -10px;
          position: absolute;
          width: 30px;
          height: 5px;
          background: #333;
          left: 0; }
        nav .bottom-nav .nav-burger-container .nav-burger:after {
          content: '';
          bottom: 0;
          position: absolute;
          width: 30px;
          height: 5px;
          background: #333;
          top: 10px;
          left: 0; }

.mobile-nav {
  background: #fff;
  position: fixed;
  border-left: 1px solid #AFAFAF;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 100;
  width: 270px;
  padding: 30px;
  transform: translateX(100%);
  transition: transform ease 0.4s; }
  .mobile-nav.nav-open {
    transform: translateX(0%); }
  .mobile-nav ul {
    padding: 0; }
    .mobile-nav ul li {
      margin-bottom: 30px;
      text-align: left; }
      .mobile-nav ul li a {
        font-weight: 600; }
  .mobile-nav .close-btn {
    position: absolute;
    right: 40px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    top: 20px; }
    .mobile-nav .close-btn .bar-1 {
      width: 20px;
      height: 3px;
      background: #333;
      transform: rotate(45deg);
      position: absolute;
      top: 8px; }
    .mobile-nav .close-btn .bar-2 {
      width: 20px;
      height: 3px;
      background: #333;
      transform: rotate(-45deg);
      position: absolute;
      top: 8px; }

.contact-page .contact-inner {
  padding: 50px 5%; }

.contact-page .contents {
  display: flex;
  flex-wrap: wrap; }
  .contact-page .contents p {
    font-size: 22px;
    margin: 0; }
  .contact-page .contents .text-content, .contact-page .contents .info {
    width: 100%;
    text-align: left;
    font-size: 22px;
    padding: 30px; }
    @media (min-width: 992px) {
      .contact-page .contents .text-content, .contact-page .contents .info {
        width: 50%; } }
    .contact-page .contents .text-content .info-title, .contact-page .contents .info .info-title {
      font-weight: bold; }
    .contact-page .contents .text-content .info-row, .contact-page .contents .info .info-row {
      margin-bottom: 25px; }

.contact-page .map {
  margin-bottom: -2px;
  max-height: 500px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (min-width: 768px) {
    .contact-page .map {
      height: 100%; } }
  @media only screen and (max-width: 600px) {
    .contact-page .map {
      height: 300px; }
      .contact-page .map img {
        height: 100%;
        width: auto; } }

.blog-container {
  display: flex;
  flex-wrap: wrap;
  padding: 50px 30px; }
  @media (min-width: 768px) {
    .blog-container {
      padding: 50px 5%; } }
  .blog-container .blog-item {
    width: 100%;
    margin-bottom: 15px;
    transition: opacity ease .5s; }
    @media (min-width: 768px) {
      .blog-container .blog-item {
        margin: 20px;
        width: calc(50% - 40px); } }
    @media (min-width: 992px) {
      .blog-container .blog-item {
        width: calc(33% - 40px); } }
    .blog-container .blog-item.disabled {
      opacity: 0.5;
      pointer-events: none; }
    .blog-container .blog-item .post-bg {
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      padding-top: 60%;
      margin-bottom: 10px; }
    .blog-container .blog-item .title, .blog-container .blog-item .date {
      text-align: left;
      width: 100%;
      display: flex;
      justify-content: flex-start; }
    .blog-container .blog-item .title {
      font-size: 22px;
      margin-bottom: 10px; }
    .blog-container .blog-item .date {
      font-size: 16px;
      color: #AFAFAF; }

#filters {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 5% 60px 0 60px; }
  #filters .title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    color: #AFAFAF;
    margin: 0 20px 0 0; }
  #filters .select {
    border-radius: 0px !important;
    border: 1px solid #AFAFAF;
    display: inline-block;
    max-width: 100%;
    position: relative;
    vertical-align: top;
    height: 35px;
    display: flex; }
    #filters .select select {
      cursor: pointer;
      display: block;
      font-size: 18px;
      font-weight: bold;
      max-width: 100%;
      outline: 0;
      -webkit-appearance: media-slider;
      appearance: none;
      padding: 0 30px 0 5px; }
    #filters .select:after {
      border-color: #333;
      right: 10px;
      z-index: 4;
      border: 3px solid #333;
      border-radius: 2px;
      border-right: 0;
      border-top: 0;
      content: " ";
      display: block;
      height: .625em;
      margin-top: -.4375em;
      pointer-events: none;
      position: absolute;
      top: 50%;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transform-origin: center;
      transform-origin: center;
      width: .625em; }

.single-blog .blog-header {
  color: #fff;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(50vh - 140px); }
  @media (min-width: 768px) {
    .single-blog .blog-header {
      height: calc(80vh - 140px); } }

.single-blog .blog-content {
  max-width: 960px;
  margin: auto;
  padding: 30px 30px 60px 30px; }

.loader-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }

.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px; }

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #000;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #000 transparent transparent transparent; }

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s; }

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s; }

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s; }

@keyframes lds-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.btn {
  width: 100%;
  max-width: 240px;
  height: 50px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  transition: all ease 0.4s;
  cursor: pointer; }
  .btn.-hidden {
    display: none; }
  .btn.-dark {
    background: #105984;
    color: #fff; }
    .btn.-dark:hover {
      background: #3596AD; }
  .btn.-light, .cta-large.-dark .btn {
    background: #fff;
    color: #333; }
    .btn.-light:hover, .cta-large.-dark .btn:hover {
      background: #105984;
      color: #fff; }
  .btn.donate-btn {
    border-radius: 0;
    padding: 0 30px; }

#footer {
  padding: 50px;
  border-top: 1px solid #AFAFAF; }
  #footer .inner {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    justify-content: space-between;
    border-bottom: 1px solid #AFAFAF; }
  #footer .column {
    margin-bottom: 50px; }
    #footer .column p {
      margin: 0 0 10px 0;
      text-align: left; }
  #footer .address, #footer .contact-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    #footer .address span, #footer .contact-info span {
      margin-bottom: 5px; }

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