/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in 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"], /* 1 */
[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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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, /* 1 */
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;
}
/* Quaver Serif */

/* Norwester */

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

}

:root {
  /* NOTE: These are default global varaibles, please check module variables before removing */

  /* FONTS */

  /* COLORS */ /* blue */ /* off-black */ /* blue */ /* white */

  /* SPACING */

  /* HEADINGS */

  /* TEXT */

  /* BODY */


  /*** ALT THEME ***/

}

* {
  box-sizing: border-box;
}

html {
  color: #333333;
  font-family: 'Barlow', 'Helvetica Neue', Arial, sans-serif;
  font-size: 62.5%;
  line-height: 1.6666;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
}

html, body {
  min-width: 32em;
  max-width: none;
  background: #fff;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

body {
  position: relative;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

img[src$=".svg"] {
  width: 100%;
}

video {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

p {
  margin: 1em 0;
  -webkit-transition: all .15s;
          transition: all .15s;
  color: #333333;
  font-size: 1.6em;
}

a {
  color: #333333;
  text-decoration: underline;
  -webkit-transition: all .15s;
          transition: all .15s;
  font-weight: 400;
}

a:focus,
a:active,
a:hover,
*:focus {
  color: #3A78B6;
  outline-width: 3px;
}

*:focus {
  outline-width: 3px;
  outline-color: #3A78B6;
}

span {
  /*color: var(--textColor);*/
}

/*button focus styles for accessibility*/

button:focus::-moz-focus-inner,
[type="button"]:focus::-moz-focus-inner,
[type="reset"]:focus::-moz-focus-inner,
[type="submit"]:focus::-moz-focus-inner {
  border-style: dotted;
  border-color: #3A78B6;
  border-width: 3px;
}

button:focus:-moz-focusring,
[type="button"]:focus:-moz-focusring,
[type="reset"]:focus:-moz-focusring,
[type="submit"]:focus:-moz-focusring {
  outline-width: 3px;
  outline-color: #3A78B6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1em 0;
  padding: 0;
  color: #3A78B6;
  font-weight: 400;
  -webkit-transition: all 0.15s;
          transition: all 0.15s;
}

h1 {
  font-size: 3.5em;
}

h2 {
  font-size: 3em;
}

h3 {
  font-size: 2.5em;
}

h4 {
  font-size: 2em;
}

h5 {
  font-size: 1.9em;
}

h6 {
  font-size: 1.8em;
}

ul, ol, li {
/*  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  -moz-margin-before: 0;
  -moz-margin-after: 0;
  -moz-margin-start: 0;
  -moz-margin-end: 0;
  -moz-padding-start: 0;
  padding: 0;*/
  /*list-style-type: none;*/
}

li {
  font-size: 1.6em;
}

li ul {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  -moz-margin-before: 0;
  -moz-margin-after: 0;
  -moz-margin-start: 0;
  -moz-margin-end: 0;
  -moz-padding-start: 0;
  padding: 0;
  list-style-type: none;
}

li ul li {
  font-size: 1em;
}

li ul li:before {
  content: '\000BB';
  padding: 1em 1em 1em 0;
}



hr {
  margin: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: auto;
  -webkit-margin-end: auto;
  -moz-margin-before: 0;
  -moz-margin-after: 0;
  -moz-margin-start: auto;
  -moz-margin-end: auto;
  border: 1px solid #fff;
  border-bottom: none;
}

textarea {
  min-width: 250px;
  min-height: 100px;
}

em {
  font-style: italic;
}

strong {
  font-weight: 700;
}

blockquote {
  background: #005470;
  padding: 4em 0;
  margin: 0;
}

blockquote p {
  font-family: 'norwester', 'Barlow Condensed', 'Barlow', 'Helvetica Neue', Arial, sans-serif;
  letter-spacing: 4px;
  font-size: 2em;
  text-align: center;
  color: #000;
  width: 80%;
  margin: 0 auto;
}

blockquote p:before {
  content: url('img/blockquote_icon_top.svg');
  max-width: 315px;
}

blockquote p:after {
  content: url('img/blockquote_icon_bottom.svg');
  max-width: 250px;
}

blockquote p:before,
blockquote p:after {
  -webkit-transition: width 0.2s;
          transition: width 0.2s;
  display: block;
  margin: 0 auto;
}

@media(min-width: 768px) {
  blockquote p {
    width: 50%;
  }
}

@media(min-width: 1024px) {
  blockquote p {
    width: 40%;
  }
}

iframe {
  max-width: 100%;
}

::-webkit-input-placeholder {
  color: #3A78B6;
  opacity: 1;
}

::-moz-placeholder {
  color: #3A78B6;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #3A78B6;
  opacity: 1;
}

::placeholder {
  color: #3A78B6;
  opacity: 1;
}

/* WORDPRESS ADMIN */

html #wpadminbar {
  top: 0;
  position: fixed;
}

@media(min-width: 601px) {
  html #wpadminbar {
    top: 0;
  }
}

/* WORDPRESS DEFAULT */


/*** NO JAVASCRIPT ***/

@media(max-width: 1023px) {

  .no-js .Content {
    padding-top: 0;
  }

}

/*** END ***/

.Content {
  background: #fff;
  /*margin-top: 85px;*/
  /*position: relative;
  top: 85px;*/
}

body.logged-in .Content {
  padding-top: 0;
}

.site {
  position: relative;
  /*top: 85px;*/
  /*margin-top: 85px;*/
}

@media(min-width: 1024px) {

  body.logged-in .Content {
    padding-top: 0;
  }

  .site {
    /*top: 205px;*/
    /*margin-top: 205px;*/
  }

  .Content {
    /*top: 205px;*/
  }
}

/*** WORDPRESS POSTS NAV ***/

.nav-links {
  display: block !important;
}

.nav-previous {
  float: left;
}

.nav-next {
  float: right;
}

.nav-previous, .nav-next {
  font-size: 16px;
}

.nav-links, .next.page-numbers {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.next.page-numbers {
  display: inline-block !important;
}

.nav-links a {
  text-decoration: none;
}

/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  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: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 8px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/************/

.owl-carousel {
  position: relative;
}

.owl-carousel h2 {
  color: #fff;
  font-size: 3em;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 120;
  text-align: center;
  margin: 0;
  padding-top: 5%;
  background: #000000;
  background: rgba(0,0,0,0.25);
  line-height: 1.3;
  font-size: 2em;
}

@media(min-width: 768px) {
  .owl-carousel h2 {
    font-size: 4em;
    padding-top: 10%;
  }
}

@media(min-width: 1024px) {
  .owl-carousel h2 {
    font-size: 6em;
  }
}

.owl-carousel .owl-nav {
  font-size: 8em;
}

.owl-carousel .owl-nav button span {
  color: #fff;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
}

.owl-carousel .owl-nav .owl-prev {
  left: 4%;
}

.owl-carousel .owl-nav .owl-next {
  right: 4%;
}

.owl-carousel .owl-dots {
  position: absolute;
  bottom: 5%;
  right: 0;
  left: 0;
  z-index: 100;
  text-align: center;
}

.owl-carousel button.owl-dot span {
  height: 10px;
  width: 10px;
  margin: 1em;
  display: inline-block;
  border-radius: 50px;
  border: 1px solid #fff;
}

.owl-carousel button.owl-dot.active span {
  background: #fff;
}

.Social {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  -moz-margin-before: 0;
  -moz-margin-after: 0;
  -moz-margin-start: 0;
  -moz-margin-end: 0;
  -moz-padding-start: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.Social li {
  margin: 0.25em;
  background: #3A78B6;
  border-radius: 50px;
}

.Social li img {
  width: 15px;
  height: 15px;
  max-width: none;
}

.Social a {
  display: block;
  padding: 0.5em;
}

@media(min-width: 768px) {
  .Social {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.cc-btn {
  text-decoration: none;
}

/************/

/* Add Blocks CSS first */
.Block-rows {
  margin: 0 auto;
}

/*** BLOCK ROW ***/

.Block-row {
  /*padding: 1.5em 0;*/
}

.Block-row--center {
  text-align: center;
}

.Block-row--icons .Block-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.Block-row--icons .Block--5, .Block-row--icons .Block--10, .Block-row--icons .Block--15,
.Block-row--icons .Block--20, .Block-row--icons .Block--25, .Block-row--icons .Block--30,
.Block-row--icons .Block--33, .Block-row--icons .Block--35, .Block-row--icons .Block--40,
.Block-row--icons .Block--45, .Block-row--icons .Block--50, .Block-row--icons .Block--55,
.Block-row--icons .Block--60, .Block-row--icons .Block--65, .Block-row--icons .Block--66,
.Block-row--icons .Block--70, .Block-row--icons .Block--75, .Block-row--icons .Block--80,
.Block-row--icons .Block--85, .Block-row--icons .Block--90, .Block-row--icons .Block--95,
.Block-row--icons .Block--100 {
  width: 50%;
  padding: 2em;
}

@media(min-width: 768px) {
  .Block-row.Block-row--reverse .Block-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

/*** BLOCK ROW (FULL WIDTH) ***/

.Block-row.Block-row--fullWidth .Block-container {
  max-width: none;
}

.Block-row.Block-row--fullWidth .Block{
  padding: 0;
}

@media(min-width: 768px) {
  .Block-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1.5em 0;
  }

  .Block-row--alignCenter > .Block-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .Block-row--verticalCenter > .Block-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .Block-row--stretch > .Block-container {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

/*** BLOCK CONTAINER ***/

.Block-container {
  width: 100%;
  max-width: 120em;
  margin: 0 auto;
  display: block;
}

@media(min-width: 768px) {
  .Block-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

/*** BLOCK ***/

.Block {
  position: relative;
  padding: 0 2em;
}

.Block--5, .Block--10, .Block--15, .Block--20, .Block--25, .Block--30, .Block--33, .Block--35, .Block--40, .Block--45, .Block--50, .Block--55, .Block--60, .Block--65, .Block--66, .Block--70, .Block--75, .Block--80, .Block--85, .Block--90, .Block--95, .Block--100 {
  width: 100%;
  padding: 2em;
}

@media(min-width: 768px) {
  .Block--5 {
    width: 5%;
  }

  .Block--10 {
    width: 10%;
  }

  .Block--15 {
    width: 15%;
  }

  .Block--20 {
    width: 20%;
  }

  .Block--25 {
    width: 25%;
  }

  .Block--30 {
    width: 30%;
  }

  .Block--33 {
    width: 33.3333%;
  }

  .Block--35 {
    width: 35%;
  }

  .Block--40 {
    width: 40%;
  }

  .Block--45 {
    width: 45%;
  }

  .Block--50 {
    width: 50%;
  }

  .Block--55 {
    width: 55%;
  }

  .Block--60 {
    width: 60%;
  }

  .Block--65 {
    width: 65%;
  }

  .Block--66 {
    width: 66.666%;
  }

  .Block--70 {
    width: 70%;
  }

  .Block--75 {
    width: 75%;
  }

  .Block--80 {
    width: 80%;
  }

  .Block--85 {
    width: 85%;
  }

  .Block--90 {
    width: 90%;
  }

  .Block--95 {
    width: 95%;
  }

  .Block--100 {
    width: 100%;
  }
}

@media(min-width: 1024px) {
  .Block-row--icons .Block--5 {
    width: 5%;
  }

  .Block-row--icons .Block--10 {
    width: 10%;
  }

  .Block-row--icons .Block--15 {
    width: 15%;
  }

  .Block-row--icons .Block--20 {
    width: 20%;
  }

  .Block-row--icons .Block--25 {
    width: 25%;
  }

  .Block-row--icons .Block--30 {
    width: 30%;
  }

  .Block-row--icons .Block--33 {
    width: 33.3333%;
  }

  .Block-row--icons .Block--35 {
    width: 35%;
  }

  .Block-row--icons .Block--40 {
    width: 40%;
  }

  .Block-row--icons .Block--45 {
    width: 45%;
  }

  .Block-row--icons .Block--50 {
    width: 50%;
  }

  .Block-row--icons .Block--55 {
    width: 55%;
  }

  .Block-row--icons .Block--60 {
    width: 60%;
  }

  .Block-row--icons .Block--65 {
    width: 65%;
  }

  .Block-row--icons .Block--66 {
    width: 66.666%;
  }

  .Block-row--icons .Block--70 {
    width: 70%;
  }

  .Block-row--icons .Block--75 {
    width: 75%;
  }

  .Block-row--icons .Block--80 {
    width: 80%;
  }

  .Block-row--icons .Block--85 {
    width: 85%;
  }

  .Block-row--icons .Block--90 {
    width: 90%;
  }

  .Block-row--icons .Block--95 {
    width: 95%;
  }

  .Block-row--icons .Block--100 {
    width: 100%;
  }
}
/************************/

header {
  background: #000;
}

header h1, header h2, header h3,
header h4, header h5, header h6,
header p, header a, header li {
  color: #fff;
  margin: 0;
}
nav ul {
  text-align: center;
  list-style-type: none;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  -moz-margin-before: 0;
  -moz-margin-after: 0;
  -moz-margin-start: 0;
  -moz-margin-end: 0;
  -moz-padding-start: 0;
  padding: 0;
}

nav li {
  font-size: 1.6em;
}

nav a {
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Barlow Condensed', 'Barlow', 'Helvetica Neue', Arial, sans-serif;
}

@media(min-width: 768px) {
  nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  nav li:after {
    content: '';
    margin: 0 1.5em;
  }

  nav li:last-child:after {
    content: '';
    margin: 0;
  }
}

nav.Nav--footer ul {
  display: block;
  text-align: center;
  margin-top: 2.6em;
}

nav.Nav--footer a {
  font-family: 'Barlow', 'Helvetica Neue', Arial, sans-serif;
  letter-spacing: 0;
}

@media(min-width: 768px) {
  nav.Nav--footer ul {
    text-align: left;
  }
}
/*@import 'form.css';*/
/*** BLOCK OVERLAY ***/


/*** TOUCH SCREEN ***/

.Overlay .Overlay-content {
  background: #000;
  max-width: 521px;
  max-height: 407px;
  margin: 0 auto;
  padding: 3em;
}

.Overlay .Overlay-content h1, .Overlay .Overlay-content h2, .Overlay .Overlay-content h3,
.Overlay .Overlay-content h4, .Overlay .Overlay-content h5, .Overlay .Overlay-content h6,
.Overlay .Overlay-content p, .Overlay .Overlay-content span, .Overlay .Overlay-content a,
.Overlay .Overlay-content li {
  color: #fff;
}



/* NO TOUCH SCREEN DETECTED */

.no-touchevents .Overlay .Overlay-content {
  height: 0;
  opacity: 0;
  padding: 0;
}

.no-touchevents .Overlay:hover .Overlay-content,
.no-touchevents .Overlay:focus .Overlay-content {
  background: #000000;
  background: rgba(0,0,0,0.75);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto;
  opacity: 1;
  padding: 3em;
  margin: 2em auto;
}
footer {
  background: #000;
  text-align: center;
}

footer h1, footer h2, footer h3, 
footer h4, footer h5, footer h6, 
footer p, footer span, footer a {
  color: #fff;
}

footer p, footer ul, footer a {
  margin: 0;
  font-weight: 700;
}

footer a {
  text-decoration: none;
}

footer a:hover,
footer a:focus {
  color: #fff;
  text-decoration: underline;
}

footer a:focus {
  outline-color: #fff;
}

@media(min-width: 768px) {
  footer {
    text-align: left;
  }
}

/*@import 'header.css';
@import 'logo.css';
@import 'navigation.css';
@import 'banner.css';
@import 'search.css';
@import 'button.css';
@import 'list.css';
@import 'page.css';
@import 'form.css';
@import 'recipe.css';
@import 'overlay.css';
@import 'footer.css';
@import 'video.css';*/

/* Add Utilities CSS last */
.u-300 {
  font-weight: 300 !important;
}

.u-700 {
  font-weight: 700 !important;
}

.u-900 {
  font-weight: 900 !important;
}

.u-alignLeft {
  text-align: left !important;
}

.u-alignCenter {
  text-align: center !important;
}

.u-alignRight {
  text-align: right !important;
}

.u-allCaps {
  text-transform: uppercase !important;
}

.u-altBkgd {
  background: #000 !important;
}

.u-altBkgd p, .u-altBkgd li,
.u-altBkgd span, .u-altBkgd a {
  color: #fff !important;
  font-weight: 700;
}

.u-altBkgd p {
  margin: 2.5em 0;
}

.u-arrowLink {
  color: #333333 !important;
  display: inline-block !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
}

.u-arrowLink:after {
  content: '\02192' !important;
}

.u-arrowLink:hover,
.u-arrowLink:focus {
  color: #333333 !important;
}

.u-btnLink {
  border: 2px solid #3A78B6;
  color: #3A78B6;
  padding: 0.5em;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
}

.u-btnLink:hover,
.u-btnLink:focus {
  color: #3A78B6;
}

a.u-external {
  text-decoration: none;
}

a.u-external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

a.u-external:link {
  background: url('img/external-link.svg') no-repeat 100% 80% / 1em;
  padding: 0 20px 0 0;
}

a.u-external:hover {
  text-decoration: underline;
}

a.u-colorTertiary.u-external:link {
  background: url('img/external-link-tertiary.svg') no-repeat 100% 80% / 1em;
  padding: 0 20px 0 0;
}

.u-imgFlip {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
      transform: scaleX(-1);
  -webkit-filter: FlipH;
          filter: FlipH;
  -ms-filter: "FlipH";
}

/*** Letter Spacing ***/

.u-letterSpacing--sm {
  letter-spacing: 2px !important;
  padding-left: 2px !important;
}

.u-letterSpacing--md {
  letter-spacing: 4px !important;
  padding-left: 4px !important;
}

.u-letterSpacing--lg {
  letter-spacing: 8px !important;
  padding-left: 8px !important;
}

/*** Decorative Lines ***/

.u-lines {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-lines:before,
.u-lines:after {
  content: "";
  height: 1px;
  border-top: 1px solid #3A78B6;
  width: 50px;
  -webkit-transition: width 0.2s;
          transition: width 0.2s;
}

.u-lines:before {
  right: 100%;
  margin-right: 1.5em;
}

.u-lines:after {
  left: 100%;
  margin-left: 1.5em;
}

.u-lines.u-lines--secondary span:before,
.u-lines.u-lines--secondary span:after {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}

.u-lines.u-lines--tablet:before,
.u-lines.u-lines--tablet:after {
  border: 0;
  width: 0;
}

.u-lines--fullWidth {
  width: 100%;
  margin: 0 auto;
}

.u-lines.u-lines--primary:before,
.u-lines.u-lines--primary:after {
  border-top: 1px solid #3A78B6;
}

@media(min-width: 500px) {
  .u-lines:before,
  .u-lines:after {
    width: 35%;
  }

  .u-lines.u-lines--fullWidth:before,
  .u-lines.u-lines--fullWidth:after {
    width: 30%;
  }
}

@media(min-width: 768px) {
  .u-lines.u-lines--tablet:before,
  .u-lines.u-lines--tablet:after {
    border-top: 1px solid #fff;
    width: 300px;
  }
}

@media(max-width: 599px) {
  .u-lines.u-lines--hideMobile:before,
  .u-lines.u-lines--hideMobile:after {
    display: none;
  }
}

.u-noTextDecoration {
  text-decoration: none !important;
}

.u-relative {
  position: relative !important;
}

@supports((background: -webkit-linear-gradient(top, transparent 0%, transparent 50%, var(--colorSecondary) calc(50% + 2px), transparent calc(50% + 2px), transparent 100%)) or (background: linear-gradient(to bottom, transparent 0%, transparent 50%, var(--colorSecondary) calc(50% + 2px), transparent calc(50% + 2px), transparent 100%))) {
  .u-titleBanner {
    background: -webkit-linear-gradient(top, transparent 0%, transparent 50%, #333333 calc(50% + 2px), transparent calc(50% + 2px), transparent 100%) !important;
    background: linear-gradient(to bottom, transparent 0%, transparent 50%, #333333 calc(50% + 2px), transparent calc(50% + 2px), transparent 100%) !important;
  }

  .u-titleBanner span {
    padding: 0 0.75em !important;
  }

  .u-titleBanner.u-titleBanner--left span {
    padding: 0 0.75em 0 0 !important;
  }

  .u-altBkgd .u-titleBanner {
    background: -webkit-linear-gradient(top, transparent 0%, transparent 50%, #fff calc(50% + 2px), transparent calc(50% + 2px), transparent 100%) !important;
    background: linear-gradient(to bottom, transparent 0%, transparent 50%, #fff calc(50% + 2px), transparent calc(50% + 2px), transparent 100%) !important;
  }

  .u-altBkgd .u-titleBanner span {
    background: #000 !important;
    color: #3A78B6 !important;
  }
}

/*
 * Hide only visually, but have it available for screen readers: h5bp.com/v
 */

.u-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  z-index: 9999;
  font-weight: 700;
  font-size: 1.4em;
  -webkit-transition: none;
          transition: none;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.u-visuallyhidden.focusable:active,
.u-visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: fixed;
  width: 100%;
  text-align: center;
  background: #3A78B6;
  color: #333333;
  padding: 1em 0;
}

.u-zero {
  margin: 0 !important;
  padding: 0 !important;
}

/*** var ***/

/*** text colors ***/

.u-colorPrimary {
  color: #3A78B6 !important;
}

.u-colorSecondary {
  color: #333333 !important;
}

.u-colorTertiary {
  color: #005470 !important;
}

.u-colorAccent {
  color: #fff !important;
}

/*** backgrounds ***/

.u-primaryBkgd, .u-bkgdPrimary {
  background-color: #3A78B6 !important;
}

.u-secondaryBkgd, .u-bkgdSecondary {
  background-color: #333333 !important;
}

.u-tertiaryBkgd, .u-bkgdTertiary {
  background-color: #005470 !important;
}

.u-accentBkgd, .u-bkgdAccent {
  background-color: #fff !important;
}

@supports(background-blend-mode: color-dodge) {

  .u-blueBkgdBlock {
    background: -webkit-linear-gradient(bottom, transparent 0, transparent 75%, #d4e0e5 75%, #d4e0e5 100%);
    background: linear-gradient(to top, transparent 0, transparent 75%, #d4e0e5 75%, #d4e0e5 100%);
  }

  .u-redBkgdBlock {
    background: -webkit-linear-gradient(bottom, transparent 0, transparent 75%, #d4e0e5 75%, #d4e0e5 100%);
    background: linear-gradient(to top, transparent 0, transparent 75%, #d4e0e5 75%, #d4e0e5 100%);
  }

  @media(min-width: 768px) {
    .u-blueBkgdBlock {
      background: -webkit-linear-gradient(left, #fff 0, #fff 50%, #d4e0e5 50%, #d4e0e5 100%), -webkit-linear-gradient(bottom, transparent 0, transparent 80%, #d4e0e5 80%, #d4e0e5 100%);
      background: linear-gradient(to right, #fff 0, #fff 50%, #d4e0e5 50%, #d4e0e5 100%), linear-gradient(to top, transparent 0, transparent 80%, #d4e0e5 80%, #d4e0e5 100%);
      background-blend-mode: color-dodge;
    }

    .u-redBkgdBlock {
      background: -webkit-linear-gradient(right, #fff 0, #fff 50%, #fcd1c3 50%, #fcd1c3 100%), -webkit-linear-gradient(bottom, transparent 0, transparent 80%, #fcd1c3 80%, #fcd1c3 100%);
      background: linear-gradient(to left, #fff 0, #fff 50%, #fcd1c3 50%, #fcd1c3 100%), linear-gradient(to top, transparent 0, transparent 80%, #fcd1c3 80%, #fcd1c3 100%);
      background-blend-mode: color-dodge;
    }
  }

}

/*** fonts ***/

.u-fontPrimary {
  font-family: 'Barlow', 'Helvetica Neue', Arial, sans-serif !important;
}

.u-fontSecondary {
  font-family: 'norwester', 'Barlow Condensed', 'Barlow', 'Helvetica Neue', Arial, sans-serif !important;
}

.u-fontTertiary {
  font-family: 'Barlow Condensed', 'Barlow', 'Helvetica Neue', Arial, sans-serif !important;
}

/*** CUSTOM FIXES ***/

.u-footerMarginFix {
  margin-top: 1.6em !important;
}

.u-btnMarginFix {
  margin-bottom: 2em !important;
}

.u-headerFontFix {
  font-size: 2.2em !important;
}

.u-smHeaderFontFix {
  font-size: 2em !important;
}

.u-smText {
  font-size: 1.3em;
}

.u-lgHeaderFontFix {
  font-size: 4em !important;
}

.u-customPadding {
  padding: 7em 0 !important;
}

.u-svgIconWidth {
  max-width: 70px !important;
}

.u-zeroPaddingTop {
  padding-top: 0 !important;
}
