/*!
Theme Name: MFM
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mfm
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

MFM is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
.txt-gray {
  color: #666666; }

.txt-orange {
  color: #F5653D; }

.txt-blue {
  color: #0067A9; }

.txt-lt-blue {
  color: #29A9E0; }

.txt-lt-blue-alt {
  color: #2aabe3; }

.txt-white, .txt-white p {
  color: #fff; }

.bkg-gray {
  background-color: #666666; }

.bkg-orange {
  background-color: #F5653D; }

.bkg-blue {
  background-color: #0067A9; }

.bkg-lt-blue {
  background-color: #29A9E0; }

.bkg-lt-blue-alt {
  background-color: #2aabe3; }

.bkg-white {
  background-color: #fff; }

.bdr-none {
  border-bottom: 0 none; }

.bdr-gray {
  border-bottom: 1px solid #666666; }

.bdr-orange {
  border-bottom: 1px solid #F5653D; }

.bdr-blue {
  border-bottom: 1px solid #0067A9; }

.bdr-lt-blue {
  border-bottom: 1px solid #29A9E0; }

.bdr-lt-blue-alt {
  border-bottom: 1px solid #2aabe3; }

.bdr-white {
  border-bottom: 1px solid #fff; }

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | 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.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

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

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.txt-small {
  font-size: 14px !important; }

.p-0 {
  padding: 0px; }

.p-3 {
  padding: 3px; }

.p-5 {
  padding: 5px; }

.p-10 {
  padding: 10px; }

.p-15 {
  padding: 15px; }

.p-20 {
  padding: 20px; }

.p-25 {
  padding: 25px; }

.p-30 {
  padding: 30px; }

.p-35 {
  padding: 35px; }

.p-40 {
  padding: 40px; }

.p-45 {
  padding: 45px; }

.p-50 {
  padding: 50px; }

.pt-0 {
  padding-top: 0px; }

.pt-3 {
  padding-top: 3px; }

.pt-5 {
  padding-top: 5px; }

.pt-10 {
  padding-top: 10px; }

.pt-15 {
  padding-top: 15px; }

.pt-20 {
  padding-top: 20px; }

.pt-25 {
  padding-top: 25px; }

.pt-30 {
  padding-top: 30px; }

.pt-35 {
  padding-top: 35px; }

.pt-40 {
  padding-top: 40px; }

.pt-45 {
  padding-top: 45px; }

.pt-50 {
  padding-top: 50px; }

.pr-0 {
  padding-right: 0px; }

.pr-3 {
  padding-right: 3px; }

.pr-5 {
  padding-right: 5px; }

.pr-10 {
  padding-right: 10px; }

.pr-15 {
  padding-right: 15px; }

.pr-20 {
  padding-right: 20px; }

.pr-25 {
  padding-right: 25px; }

.pr-30 {
  padding-right: 30px; }

.pr-35 {
  padding-right: 35px; }

.pr-40 {
  padding-right: 40px; }

.pr-45 {
  padding-right: 45px; }

.pr-50 {
  padding-right: 50px; }

.pb-0 {
  padding-bottom: 0px; }

.pb-3 {
  padding-bottom: 3px; }

.pb-5 {
  padding-bottom: 5px; }

.pb-10 {
  padding-bottom: 10px; }

.pb-15 {
  padding-bottom: 15px; }

.pb-20 {
  padding-bottom: 20px; }

.pb-25 {
  padding-bottom: 25px; }

.pb-30 {
  padding-bottom: 30px; }

.pb-35 {
  padding-bottom: 35px; }

.pb-40 {
  padding-bottom: 40px; }

.pb-45 {
  padding-bottom: 45px; }

.pb-50 {
  padding-bottom: 50px; }

.pl-0 {
  padding-left: 0px; }

.pl-3 {
  padding-left: 3px; }

.pl-5 {
  padding-left: 5px; }

.pl-10 {
  padding-left: 10px; }

.pl-15 {
  padding-left: 15px; }

.pl-20 {
  padding-left: 20px; }

.pl-25 {
  padding-left: 25px; }

.pl-30 {
  padding-left: 30px; }

.pl-35 {
  padding-left: 35px; }

.pl-40 {
  padding-left: 40px; }

.pl-45 {
  padding-left: 45px; }

.pl-50 {
  padding-left: 50px; }

.m-0 {
  margin: 0px; }

.m-3 {
  margin: 3px; }

.m-5 {
  margin: 5px; }

.m-10 {
  margin: 10px; }

.m-15 {
  margin: 15px; }

.m-20 {
  margin: 20px; }

.m-25 {
  margin: 25px; }

.m-30 {
  margin: 30px; }

.m-35 {
  margin: 35px; }

.m-40 {
  margin: 40px; }

.m-45 {
  margin: 45px; }

.m-50 {
  margin: 50px; }

.mt-0 {
  margin-top: 0px; }

.mt-3 {
  margin-top: 3px; }

.mt-5 {
  margin-top: 5px; }

.mt-10 {
  margin-top: 10px; }

.mt-15 {
  margin-top: 15px; }

.mt-20 {
  margin-top: 20px; }

.mt-25 {
  margin-top: 25px; }

.mt-30 {
  margin-top: 30px; }

.mt-35 {
  margin-top: 35px; }

.mt-40 {
  margin-top: 40px; }

.mt-45 {
  margin-top: 45px; }

.mt-50 {
  margin-top: 50px; }

.mr-0 {
  margin-right: 0px; }

.mr-3 {
  margin-right: 3px; }

.mr-5 {
  margin-right: 5px; }

.mr-10 {
  margin-right: 10px; }

.mr-15 {
  margin-right: 15px; }

.mr-20 {
  margin-right: 20px; }

.mr-25 {
  margin-right: 25px; }

.mr-30 {
  margin-right: 30px; }

.mr-35 {
  margin-right: 35px; }

.mr-40 {
  margin-right: 40px; }

.mr-45 {
  margin-right: 45px; }

.mr-50 {
  margin-right: 50px; }

.mb-0 {
  margin-bottom: 0px; }

.mb-3 {
  margin-bottom: 3px; }

.mb-5 {
  margin-bottom: 5px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-25 {
  margin-bottom: 25px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-35 {
  margin-bottom: 35px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-45 {
  margin-bottom: 45px; }

.mb-50 {
  margin-bottom: 50px; }

.ml-0 {
  margin-left: 0px; }

.ml-3 {
  margin-left: 3px; }

.ml-5 {
  margin-left: 5px; }

.ml-10 {
  margin-left: 10px; }

.ml-15 {
  margin-left: 15px; }

.ml-20 {
  margin-left: 20px; }

.ml-25 {
  margin-left: 25px; }

.ml-30 {
  margin-left: 30px; }

.ml-35 {
  margin-left: 35px; }

.ml-40 {
  margin-left: 40px; }

.ml-45 {
  margin-left: 45px; }

.ml-50 {
  margin-left: 50px; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }
  a:visited {
    color: purple; }
  a:hover, a:focus, a:active {
    color: midnightblue; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-header {
  margin: 0 auto;
  max-width: 1800px; }

.site-footer .content-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 780px; }
  @media (min-width: 1440px) {
    .site-footer .content-container {
      max-width: 1024px; } }

.site-header {
  margin: 0 auto;
  max-width: 1800px; }
  @media (min-width: 710px) {
    .site-header .site-feature {
      width: 100%;
      float: left;
      max-width: 1800px; } }
  @media (min-width: 710px) {
    .site-header .site-feature .featured-navigation {
      width: 100%;
      max-width: 100%; } }
  .site-header .site-feature .featured-navigation .featured-navigation-content {
    max-width: 1440px; }
  .site-header .site-feature .featured-navigation .featured-content .content-container {
    padding: 20px; }
    @media (min-width: 710px) {
      .site-header .site-feature .featured-navigation .featured-content .content-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1024px; } }

@media (min-width: 710px) {
  .site-header .site-feature {
    position: relative;
    z-index: 0;
    height: 300px; }
    .site-header .site-feature.none {
      height: 300px; }
    .site-header .site-feature.description {
      height: 400px; }
    .site-header .site-feature.image {
      height: 600px; }
    .site-header .site-feature.home-image {
      height: 600px; } }
    @media (min-width: 710px) and (min-width: 1440px) {
      .site-header .site-feature.home-image {
        height: 800px; } }
    @media (min-width: 710px) and (min-width: 1440px) {
      .site-header .site-feature.home-image .featured-image-overlay.pin-left {
        transform: translate(-50%, -50%) !important; } }
    @media (min-width: 710px) and (min-width: 1440px) {
      .site-header .site-feature.home-image .featured-image-overlay.pin-right {
        transform: translate(50%, -50%) !important; } }

@media (min-width: 710px) {
    .site-header .site-feature.quote {
      height: 350px; }
      .site-header .site-feature.quote.image {
        height: 800px; } }

@media (min-width: 710px) {
  .site-header .site-feature .featured-image {
    position: relative;
    z-index: 0;
    height: 100%; } }

.site-header .site-feature .featured-image .featured-navigation {
  background-color: white;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px; }
  @media (min-width: 710px) {
    .site-header .site-feature .featured-image .featured-navigation {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      max-width: 100%;
      margin: 0 auto;
      background-color: white;
      border-bottom-left-radius: 100px;
      border-bottom-right-radius: 100px; } }
  @media (min-width: 1024px) {
    .site-header .site-feature .featured-image .featured-navigation {
      left: 50%;
      margin: 0 auto;
      transform: translate(-50%, 0);
      max-width: 1024px; } }
  .site-header .site-feature .featured-image .featured-navigation .row {
    background-color: white; }
    @media (min-width: 710px) {
      .site-header .site-feature .featured-image .featured-navigation .row {
        background-color: transparent; } }
    .site-header .site-feature .featured-image .featured-navigation .row .site-logo {
      background-color: white; }
      @media (min-width: 710px) {
        .site-header .site-feature .featured-image .featured-navigation .row .site-logo {
          background-color: transparent; } }
      .site-header .site-feature .featured-image .featured-navigation .row .site-logo .custom-logo-link {
        display: block; }
        .site-header .site-feature .featured-image .featured-navigation .row .site-logo .custom-logo-link img {
          display: block;
          float: left;
          margin-left: 20px;
          margin-top: 20px;
          max-width: 200px; }
          @media (min-width: 375px) {
            .site-header .site-feature .featured-image .featured-navigation .row .site-logo .custom-logo-link img {
              margin-left: 40px; } }
          @media (min-width: 710px) {
            .site-header .site-feature .featured-image .featured-navigation .row .site-logo .custom-logo-link img {
              margin-left: 50px; } }
          @media (min-width: 1024px) {
            .site-header .site-feature .featured-image .featured-navigation .row .site-logo .custom-logo-link img {
              max-width: 230px;
              float: none;
              max-width: initial;
              margin-left: 59px;
              margin-top: 29px; } }
    .site-header .site-feature .featured-image .featured-navigation .row #site-navigation {
      position: relative;
      z-index: 2; }
      .site-header .site-feature .featured-image .featured-navigation .row #site-navigation .main-navigation {
        display: none; }
        @media (min-width: 768px) {
          .site-header .site-feature .featured-image .featured-navigation .row #site-navigation .main-navigation {
            display: block;
            float: right;
            margin-top: 106px;
            margin-right: 30px; } }
        @media (min-width: 1024px) {
          .site-header .site-feature .featured-image .featured-navigation .row #site-navigation .main-navigation {
            margin-top: 148px;
            padding-right: 35px; } }
        .site-header .site-feature .featured-image .featured-navigation .row #site-navigation .main-navigation ul {
          list-style: none;
          margin: 0; }
        @media (min-width: 710px) {
          .site-header .site-feature .featured-image .featured-navigation .row #site-navigation .main-navigation li {
            position: relative;
            float: left;
            padding-left: 0;
            margin-right: 20px; } }
        @media (min-width: 1024px) {
          .site-header .site-feature .featured-image .featured-navigation .row #site-navigation .main-navigation li {
            margin-right: 0; } }
        @media (min-width: 710px) {
          .site-header .site-feature .featured-image .featured-navigation .row #site-navigation .main-navigation li.menu-item-gtranslate {
            position: absolute !important;
            top: 20px;
            right: 30px; } }
        @media (min-width: 1024px) {
          .site-header .site-feature .featured-image .featured-navigation .row #site-navigation .main-navigation li.menu-item-gtranslate {
            right: 60px; } }
        .site-header .site-feature .featured-image .featured-navigation .row #site-navigation .main-navigation a {
          display: block;
          font-family: 'Source Sans Pro',Helvetica,Arial,serif;
          font-weight: 700;
          font-size: 18px;
          line-height: 23px;
          text-decoration: none;
          color: #0067A9; }
          @media (min-width: 710px) {
            .site-header .site-feature .featured-image .featured-navigation .row #site-navigation .main-navigation a {
              font-size: 16px; } }
          @media (min-width: 1024px) {
            .site-header .site-feature .featured-image .featured-navigation .row #site-navigation .main-navigation a {
              font-size: 18px;
              margin-right: 30px; } }
          .site-header .site-feature .featured-image .featured-navigation .row #site-navigation .main-navigation a:hover {
            color: #F5653D; }
        .site-header .site-feature .featured-image .featured-navigation .row #site-navigation .main-navigation .current_page_item > a,
        .site-header .site-feature .featured-image .featured-navigation .row #site-navigation .main-navigation .current-menu-item > a,
        .site-header .site-feature .featured-image .featured-navigation .row #site-navigation .main-navigation .current_page_ancestor > a,
        .site-header .site-feature .featured-image .featured-navigation .row #site-navigation .main-navigation .current-menu-ancestor > a {
          color: #666666; }
        .site-header .site-feature .featured-image .featured-navigation .row #site-navigation .main-navigation .login {
          font-size: 14px;
          padding: 4px 20px;
          border-radius: 20px;
          background-color: #F5653D; }
          .site-header .site-feature .featured-image .featured-navigation .row #site-navigation .main-navigation .login a {
            color: white;
            margin-right: 0;
            display: inline-block;
            position: relative;
            z-index: 1; }
          .site-header .site-feature .featured-image .featured-navigation .row #site-navigation .main-navigation .login a:after {
            content: "";
            width: 30px;
            height: 30px;
            background: url(img/bkg-login.png);
            top: 10px;
            left: 11px;
            position: absolute;
            display: inline-block;
            z-index: -1; }
      .site-header .site-feature .featured-image .featured-navigation .row #site-navigation .mobile-navigation {
        display: block; }
        @media (min-width: 768px) {
          .site-header .site-feature .featured-image .featured-navigation .row #site-navigation .mobile-navigation {
            display: none; } }
        .site-header .site-feature .featured-image .featured-navigation .row #site-navigation .mobile-navigation button {
          border: 0 none;
          border-color: initial;
          border-radius: 0;
          background: #fff;
          color: #999;
          font-size: 12px;
          font-size: 38px;
          line-height: 38px;
          padding: 0;
          margin-top: 40px;
          margin-right: 20px; }
          @media (min-width: 375px) {
            .site-header .site-feature .featured-image .featured-navigation .row #site-navigation .mobile-navigation button {
              margin-top: 40px;
              margin-right: 40px; } }
          @media (min-width: 710px) {
            .site-header .site-feature .featured-image .featured-navigation .row #site-navigation .mobile-navigation button {
              margin-top: 40px;
              margin-right: 70px; } }
  .site-header .site-feature .featured-image .featured-navigation .featured-content .content-container {
    padding: 20px; }
  .site-header .site-feature .featured-image .featured-navigation .featured-content .quote {
    font-size: 18px;
    font-family: 'Noto Serif',Helvetica,Arial,serif;
    font-weight: 400;
    font-style: italic;
    color: #666666;
    text-align: center;
    padding: 0 20px; }
  .site-header .site-feature .featured-image .featured-navigation .featured-content h1 {
    margin: 0;
    margin-left: 25%; }
    @media (min-width: 710px) {
      .site-header .site-feature .featured-image .featured-navigation .featured-content h1 {
        margin-left: 13.5%;
        margin-bottom: 20px; } }
    @media (min-width: 1024px) {
      .site-header .site-feature .featured-image .featured-navigation .featured-content h1 {
        margin-left: 14%; } }
  .site-header .site-feature .featured-image .featured-navigation .feature-main-arrow {
    position: absolute;
    z-index: 2;
    background: url(img/bkg-quote-arrow_100.png) no-repeat bottom left;
    height: 39px;
    margin-top: -2px;
    margin-left: 29%;
    width: 71%; }
    @media (min-width: 710px) {
      .site-header .site-feature .featured-image .featured-navigation .feature-main-arrow {
        position: absolute;
        background: url(img/bkg-quote-arrow.png) no-repeat bottom left;
        width: 197px;
        height: 78px;
        margin-left: 29%;
        width: 71%;
        margin-top: -2px; } }

.site-header .site-feature .featured-image .img-bkg {
  display: none; }
  @media (min-width: 710px) {
    .site-header .site-feature .featured-image .img-bkg {
      display: block;
      background-size: cover;
      background-repeat: no-repeat;
      height: 100%;
      margin-top: 0;
      background-position-y: 3em;
      z-index: -1; } }
  @media (min-width: 1024px) {
    .site-header .site-feature .featured-image .img-bkg {
      background-position-y: 0; } }
  @media (min-width: 1366px) {
    .site-header .site-feature .featured-image .img-bkg {
      background-position-y: 0; } }
  @media (min-width: 1440px) {
    .site-header .site-feature .featured-image .img-bkg {
      background-position-y: -7em; } }

.site-header .site-feature .featured-image .img-hdn {
  display: block;
  position: relative;
  z-index: -1;
  min-height: 250px;
  margin-top: -100px; }
  @media (min-width: 710px) {
    .site-header .site-feature .featured-image .img-hdn {
      display: none; } }

@media (min-width: 710px) {
  .site-header .site-feature .featured-image .featured-image-overlay {
    position: relative;
    z-index: 4;
    bottom: 400px;
    width: 400px; } }

@media (min-width: 1024px) {
  .site-header .site-feature .featured-image .featured-image-overlay {
    bottom: 380px;
    width: 450px; } }

@media (min-width: 710px) {
  .site-header .site-feature .featured-image .featured-image-overlay.pin-left {
    margin: 0 auto;
    transform: translate(-35%, 0); } }

@media (min-width: 768px) {
  .site-header .site-feature .featured-image .featured-image-overlay.pin-left {
    transform: translate(-45%, 0); } }

@media (min-width: 900px) {
  .site-header .site-feature .featured-image .featured-image-overlay.pin-left {
    transform: translate(-50%, 0); } }

@media (min-width: 710px) {
  .site-header .site-feature .featured-image .featured-image-overlay.pin-right {
    margin: 0 auto;
    transform: translate(35%, 0); } }

@media (min-width: 768px) {
  .site-header .site-feature .featured-image .featured-image-overlay.pin-right {
    transform: translate(45%, 0); } }

@media (min-width: 900px) {
  .site-header .site-feature .featured-image .featured-image-overlay.pin-right {
    transform: translate(50%, 0); } }

.site-header .site-feature .featured-image .featured-image-overlay h2 {
  padding: 0 20px;
  font-size: 30px;
  text-align: center;
  line-height: 45px; }
  @media (min-width: 710px) {
    .site-header .site-feature .featured-image .featured-image-overlay h2 {
      font-size: 48px;
      text-align: left;
      color: white;
      line-height: normal; } }

.site-header .mobile-overlay {
  background-color: #0067A9;
  z-index: 99; }
  .site-header .mobile-overlay .overlay-close {
    width: 100%;
    margin: 0 auto;
    right: 0; }
  .site-header .mobile-overlay nav {
    text-align: center;
    position: static;
    margin-top: 130px;
    height: initial;
    -webkit-transform: none;
    transform: none; }
    .site-header .mobile-overlay nav ul {
      margin: 0;
      padding: 0;
      width: 70%;
      border-bottom: 1px solid white;
      padding-bottom: 40px; }
      .site-header .mobile-overlay nav ul li:first-of-type a {
        border-top: 1px solid white; }
      .site-header .mobile-overlay nav ul li a {
        display: block;
        font-family: 'Source Sans Pro',Helvetica,Arial,serif;
        font-weight: 700;
        font-style: normal;
        font-size: 24px;
        line-height: 31px;
        padding: 20px;
        border-bottom: 1px solid white; }
      .site-header .mobile-overlay nav ul li.login {
        min-height: initial;
        height: auto;
        font-size: 14px;
        border-radius: 20px;
        background-color: #F5653D;
        padding: 6px 0;
        width: 120px;
        margin: 0 auto;
        margin-top: 30px; }
        .site-header .mobile-overlay nav ul li.login a {
          color: white;
          margin-right: 0;
          display: inline-block;
          position: relative;
          z-index: 1;
          padding: 0;
          border-bottom: 0 none;
          padding: 0; }
        .site-header .mobile-overlay nav ul li.login a:after {
          content: "";
          width: 30px;
          height: 30px;
          background: url(img/bkg-login.png);
          top: 20px;
          left: 18px;
          position: absolute;
          display: inline-block;
          z-index: -1; }
      .site-header .mobile-overlay nav ul li.menu-item-gtranslate {
        position: static;
        display: block;
        margin-top: 40px;
        border-top: 1px solid #fff; }
        .site-header .mobile-overlay nav ul li.menu-item-gtranslate select {
          margin-top: 40px; }

.site-footer {
  margin: 0 auto;
  margin-top: 50px; }
  .site-footer a {
    text-decoration: none; }
  .site-footer .site-info .social {
    background-color: #0067A9; }
    @media (min-width: 1024px) {
      .site-footer .site-info .social {
        height: 89px; }
        .site-footer .site-info .social .content-container {
          height: 89px; } }
    .site-footer .site-info .social .logo-footer {
      display: block;
      margin: -16px auto -28px auto;
      max-width: 219px; }
      @media (min-width: 1024px) {
        .site-footer .site-info .social .logo-footer {
          display: inline-block; } }
    @media (min-width: 1024px) {
      .site-footer .site-info .social .social-logos {
        float: right; } }
    .site-footer .site-info .social .social-logos a {
      display: block; }
      @media (min-width: 1024px) {
        .site-footer .site-info .social .social-logos a {
          display: inline-block; } }
    .site-footer .site-info .social .social-logos .logo-social {
      display: block;
      height: 35px;
      margin: 27px auto 25px auto; }
      .site-footer .site-info .social .social-logos .logo-social:first-of-type {
        margin-top: 50px; }
        @media (min-width: 1024px) {
          .site-footer .site-info .social .social-logos .logo-social:first-of-type {
            margin-top: 27px; } }
      .site-footer .site-info .social .social-logos .logo-social:last-of-type {
        margin-bottom: 50px; }
        @media (min-width: 1024px) {
          .site-footer .site-info .social .social-logos .logo-social:last-of-type {
            margin-bottom: 25px; } }
      @media (min-width: 1024px) {
        .site-footer .site-info .social .social-logos .logo-social {
          float: left;
          display: inline-block;
          margin-left: auto;
          margin-right: auto;
          height: 35px; } }
      @media (min-width: 1024px) {
        .site-footer .site-info .social .social-logos .logo-social {
          margin-right: 0;
          margin-left: 30px; } }
      @media (min-width: 1440px) {
        .site-footer .site-info .social .social-logos .logo-social {
          margin-left: 50px; } }
  .site-footer .site-info .contact {
    background-color: #29A9E0;
    color: white;
    padding: 0 20px; }
    .site-footer .site-info .contact p, .site-footer .site-info .contact a, .site-footer .site-info .contact h2 {
      color: white; }
    @media (max-width: 1024px) {
      .site-footer .site-info .contact p {
        font-size: 16px; } }
    .site-footer .site-info .contact p:last-of-type {
      margin-bottom: 29px; }
    .site-footer .site-info .contact h2 {
      font-size: 24px; }
      @media (min-width: 1024px) {
        .site-footer .site-info .contact h2 {
          padding-top: 20px; } }
    .site-footer .site-info .contact .icon-twitter {
      margin-left: 40px;
      margin-top: 0; }
      .site-footer .site-info .contact .icon-twitter img {
        height: 24px; }
    .site-footer .site-info .contact .icon-facebook {
      margin-left: 31px;
      margin-top: -2px; }
      .site-footer .site-info .contact .icon-facebook img {
        height: 24px; }
    @media (min-width: 710px) {
      .site-footer .site-info .contact .col-md-6 {
        float: left;
        width: 50%; } }
    .site-footer .site-info .contact .col-md-6 .address-overlay {
      position: relative;
      display: block; }
      @media (min-width: 1024px) {
        .site-footer .site-info .contact .col-md-6 .address-overlay {
          float: right;
          margin-top: -20px;
          margin-right: -110px;
          min-height: 316px; } }
  .site-footer .site-info .collab .content-container {
    padding: 0 20px;
    border-bottom: 1px solid #29A9E0;
    padding-bottom: 20px; }
    @media (min-width: 1024px) {
      .site-footer .site-info .collab .content-container {
        padding: 0; } }
    .site-footer .site-info .collab .content-container .collab-header-text {
      margin-top: 29px; }
    .site-footer .site-info .collab .content-container .row {
      margin-bottom: 20px; }
    @media (min-width: 710px) {
      .site-footer .site-info .collab .content-container .col-md-4 {
        float: left;
        width: 33.33%; }
        .site-footer .site-info .collab .content-container .col-md-4.text-center img {
          margin-left: auto;
          margin-right: auto; }
        .site-footer .site-info .collab .content-container .col-md-4.text-right img {
          float: right; } }
    .site-footer .site-info .collab .content-container .col-md-4 p {
      font-size: 14px; }
    .site-footer .site-info .collab .content-container .col-md-4 img {
      display: block;
      max-height: 125px; }
      @media (max-width: 710px) {
        .site-footer .site-info .collab .content-container .col-md-4 img {
          margin: 0 auto;
          margin-bottom: 15px; } }
  .site-footer .site-info .privacy {
    font-size: 14px;
    padding: 0 30px; }
    .site-footer .site-info .privacy p, .site-footer .site-info .privacy a {
      font-size: 14px; }

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

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.post,
.page {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

body {
  font-family: 'Source Sans Pro',Helvetica,Arial,serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Source Sans Pro',Helvetica,Arial,serif; }

h1 {
  color: #0067A9;
  font-weight: 700;
  font-size: 48px;
  line-height: 60px; }

h2 {
  font-weight: 700;
  color: #F5653D;
  font-size: 24px;
  line-height: 31px; }

h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 31px;
  margin-top: 0;
  margin-bottom: 0; }

h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  margin-bottom: 0; }

h5 {
  font-weight: 600;
  font-style: normal;
  margin: 0; }

a {
  color: #0068a9;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }
  a:visited {
    color: #0068a9; }

p, li {
  color: #666666;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  margin-top: 0;
  margin-bottom: 20px; }

ul {
  padding-left: 0;
  margin-left: 20px; }

li {
  margin-bottom: 10px;
  padding-left: 10px;
  line-height: 23px; }

.btn, a.btn {
  font-family: 'Source Sans Pro',Helvetica,Arial,serif;
  font-weight: 700;
  cursor: pointer;
  display: inline-block;
  font-size: 24px;
  padding: 12px 20px;
  border-radius: 30px;
  background-color: #F5653D;
  color: white;
  margin-left: 20px; }
  .btn.btn-outline, a.btn.btn-outline {
    font-family: 'Source Sans Pro',Helvetica,Arial,serif;
    font-weight: 700;
    background-color: transparent;
    color: #666666;
    border: 4px solid #F5653D;
    border-radius: 30px;
    padding: 6px 16px; }

a.btn {
  text-decoration: none; }
  a.btn:hover {
    filter: brightness(75%) saturate(125%); }

select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }

.small-txt {
  font-family: 'Source Sans Pro',Helvetica,Arial,serif;
  font-style: normal;
  font-size: 14.0px;
  line-height: 18.0px; }

.img-hdn {
  display: none; }

.img-bkg {
  position: relative;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  min-height: 300px; }

body, .page {
  margin: 0;
  background-color: #edf8fd; }

.container {
  margin: 0 auto; }
  @media (max-width: 425px) {
    .container {
      max-width: 425px; } }
  @media (max-width: 710px) {
    .container {
      max-width: 710px; } }
  @media (max-width: 768px) {
    .container {
      max-width: 768px; } }
  @media (max-width: 1024px) {
    .container {
      max-width: 1024px; } }
  @media (max-width: 1366px) {
    .container {
      max-width: 1366px; } }
  @media (max-width: 1440px) {
    .container {
      max-width: 1440px; } }
  @media (max-width: 1800px) {
    .container {
      max-width: 1800px; } }

#content {
  margin: 0 auto; }
  #content .the-content,
  #content .page-feature.feature-image-col,
  #content .page-feature.feature-full-text .content-container,
  #content .page-feature.feature-snippet .content-container,
  #content .page-feature.feature-quote .content-container,
  #content .history-container .content-container,
  #content .map-container .content-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 780px; }
  #content .news-latest {
    margin-left: auto;
    margin-right: auto;
    max-width: 940px; }
    @media (min-width: 1366px) {
      #content .news-latest {
        max-width: 1024px; } }
  #content .page-feature.feature-image-left,
  #content .page-feature.feature-image-right,
  #content .page-feature.feature-image-row {
    margin-left: auto;
    margin-right: auto;
    max-width: 1800px; }
    @media (min-width: 1800px) {
      #content .page-feature.feature-image-left,
      #content .page-feature.feature-image-right,
      #content .page-feature.feature-image-row {
        max-width: 1800px; } }

article > .content-container,
aside > .content-container,
section > .content-container,
.not-found .content-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 780px; }

.blog .site-main > .content-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1800px; }
  @media (min-width: 1800px) {
    .blog .site-main > .content-container {
      max-width: 1800px; } }

.feature-main-container {
  max-width: 1800px;
  margin: 0 auto; }
  @media (min-width: 710px) {
    .feature-main-container .feature-main-body {
      max-width: 700px;
      margin: 0 auto; } }
  @media (min-width: 1024px) {
    .feature-main-container .feature-main-body {
      max-width: 780px;
      margin: 0 auto; } }
  @media (min-width: 1366px) {
    .feature-main-container .feature-main-body {
      max-width: 1024px;
      margin: 0 auto; } }

.page-feature .img-hdn {
  display: none; }

.page-feature .img-bkg {
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  height: 100%;
  min-height: 300px; }
  @media (min-width: 1024px) {
    .page-feature .img-bkg {
      min-height: 389px; } }

.page-feature .credits {
  padding: 5px;
  font-size: 12px;
  color: #666;
  font-weight: normal; }

.page-feature.feature-image-left .btn, .page-feature.feature-image-right .btn {
  margin-left: 0; }

.page-feature.feature-image-left .row, .page-feature.feature-image-right .row {
  margin-bottom: 20px; }

@media (min-width: 710px) {
  .page-feature.feature-image-left .row, .page-feature.feature-image-right .row {
    margin-bottom: 0; } }

.page-feature.feature-image-left .col-md-6, .page-feature.feature-image-right .col-md-6 {
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 710px) {
    .page-feature.feature-image-left .col-md-6, .page-feature.feature-image-right .col-md-6 {
      position: relative;
      float: left;
      width: 50%;
      margin-bottom: 0; } }

.page-feature.feature-image-left {
  background-color: white; }
  .page-feature.feature-image-left .text-col {
    padding: 20px; }
    @media (min-width: 1024px) {
      .page-feature.feature-image-left .text-col {
        padding-top: 39px;
        padding-bottom: 39px;
        padding-left: 47px;
        padding-right: 67px; } }
    .page-feature.feature-image-left .text-col h2 {
      margin-top: 0;
      max-width: 300px; }

.page-feature.feature-image-right {
  background-color: white; }
  .page-feature.feature-image-right .text-col {
    padding: 20px; }
    @media (min-width: 1024px) {
      .page-feature.feature-image-right .text-col {
        padding-top: 50px;
        padding-bottom: 53px;
        padding-left: 62px;
        padding-right: 70px; } }
    .page-feature.feature-image-right .text-col h2 {
      margin-top: 0;
      max-width: 300px; }

.page-feature.feature-image-col .row {
  margin-bottom: 20px; }

@media (min-width: 710px) {
  .page-feature.feature-image-col .row {
    margin-bottom: 0; } }

.page-feature.feature-image-col .img-bkg {
  background-position-x: center;
  min-height: 300px; }
  @media (min-width: 710px) {
    .page-feature.feature-image-col .img-bkg {
      min-height: 389px; } }

.page-feature.feature-image-col .col-md-6 {
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 710px) {
    .page-feature.feature-image-col .col-md-6 {
      float: left;
      width: 48%;
      padding: 0; }
      .page-feature.feature-image-col .col-md-6.img-col1 {
        margin-right: 1%; }
      .page-feature.feature-image-col .col-md-6.img-col2 {
        margin-left: 1%; } }

.page-feature.feature-image-row .img-bkg {
  background-position-x: center;
  min-height: 300px; }
  @media (min-width: 1024px) {
    .page-feature.feature-image-row .img-bkg {
      min-height: 389px; } }

@media (min-width: 710px) {
  .page-feature.feature-image-row .col-md-4 {
    float: left;
    width: 33%; }
    .page-feature.feature-image-row .col-md-4.img-col1, .page-feature.feature-image-row .col-md-4.img-col2 {
      margin-right: 0.5%; } }

.page-feature.feature-full-text {
  padding: 20px; }
  @media (min-width: 1024px) {
    .page-feature.feature-full-text {
      padding: 20px 0; } }
  .page-feature.feature-full-text .feature-cta h2 > div {
    margin-top: 20px;
    display: block; }
    @media (min-width: 710px) {
      .page-feature.feature-full-text .feature-cta h2 > div {
        display: inline-block; } }

.page-feature.feature-snippet {
  text-align: center;
  padding: 20px; }
  @media (min-width: 710px) {
    .page-feature.feature-snippet {
      padding: 30px 0; }
      .page-feature.feature-snippet .row {
        margin-bottom: 20px; }
        .page-feature.feature-snippet .row .col-md-6 {
          float: left;
          width: 50%; }
      .page-feature.feature-snippet .content-container {
        padding: 0 20px; }
        .page-feature.feature-snippet .content-container.snippet-desc {
          padding-bottom: 40px; } }
  .page-feature.feature-snippet img {
    padding: 0 20px; }
  .page-feature.feature-snippet .overlay-left img,
  .page-feature.feature-snippet .overlay-right img {
    margin-top: 20px;
    border-radius: 50%;
    border: 14px solid #0067A9;
    padding: 0;
    width: 100%;
    height: auto; }
    @media (min-width: 375px) {
      .page-feature.feature-snippet .overlay-left img,
      .page-feature.feature-snippet .overlay-right img {
        height: 354px;
        width: 354px; } }
    @media (min-width: 710px) {
      .page-feature.feature-snippet .overlay-left img,
      .page-feature.feature-snippet .overlay-right img {
        margin-top: -120px; } }
    @media (min-width: 1366px) {
      .page-feature.feature-snippet .overlay-left img,
      .page-feature.feature-snippet .overlay-right img {
        margin-top: -160px; } }
  .page-feature.feature-snippet .overlay-left h2,
  .page-feature.feature-snippet .overlay-right h2 {
    margin-top: 20px; }
    @media (min-width: 710px) {
      .page-feature.feature-snippet .overlay-left h2,
      .page-feature.feature-snippet .overlay-right h2 {
        margin-left: -50px;
        max-width: 300px;
        margin-top: 60px; } }
    @media (min-width: 1024px) {
      .page-feature.feature-snippet .overlay-left h2,
      .page-feature.feature-snippet .overlay-right h2 {
        margin-top: 120px; } }
    @media (min-width: 1366px) {
      .page-feature.feature-snippet .overlay-left h2,
      .page-feature.feature-snippet .overlay-right h2 {
        margin-left: -50px;
        margin-top: 40px; } }
  .page-feature.feature-snippet h2 {
    font-size: 48px;
    line-height: 50px;
    margin-top: 0; }
  .page-feature.feature-snippet p {
    font-size: 24px;
    color: #666666;
    line-height: 31px; }

.page-feature.feature-quote {
  text-align: center; }
  .page-feature.feature-quote .content-container {
    padding: 35px 20px; }
    @media (min-width: 710px) {
      .page-feature.feature-quote .content-container {
        padding: 35px 50px; } }
    .page-feature.feature-quote .content-container .quote {
      font-family: 'Source Sans Pro',Helvetica,Arial,serif;
      font-weight: 600;
      font-style: italic;
      color: white;
      padding-bottom: 35px;
      font-size: 22px;
      line-height: normal; }
      @media (min-width: 710px) {
        .page-feature.feature-quote .content-container .quote {
          font-size: 36px;
          line-height: 45px; } }

#main {
  padding-top: 20px; }
  @media (min-width: 710px) {
    #main {
      padding-top: 0; } }

.the-content {
  padding: 20px; }
  @media (min-width: 710px) {
    .the-content {
      padding: 0 20px; } }
  @media (min-width: 1024px) {
    .the-content {
      padding: 20px 0; } }

.video-cols .video-col {
  width: 47.5%;
  float: left;
  margin-right: 2.5%; }
  .video-cols .video-col:last-of-type {
    margin-right: 0; }

.page-template-page-about #main {
  padding-top: 0; }
  @media (min-width: 710px) {
    .page-template-page-about #main {
      padding-top: 20px; } }

.page-template-page-about .the-content {
  padding: 0 20px; }
  @media (min-width: 710px) {
    .page-template-page-about .the-content {
      margin-top: 20px;
      margin-bottom: 20px; } }
  @media (min-width: 1024px) {
    .page-template-page-about .the-content {
      margin-top: 50px;
      margin-bottom: 50px; } }
  @media (max-width: 992px) {
    .page-template-page-about .the-content .the-content-title h1.text-right {
      text-align: left; } }
  @media (min-width: 992px) {
    .page-template-page-about .the-content .the-content-text {
      padding-left: 40px; } }

.page-template-page-about .history-container {
  background-color: white; }
  .page-template-page-about .history-container .content-container {
    padding: 20px; }
    .page-template-page-about .history-container .content-container h2 {
      margin-bottom: 0; }
      @media (min-width: 710px) {
        .page-template-page-about .history-container .content-container h2 {
          margin-bottom: 20px; } }
    .page-template-page-about .history-container .content-container .history-bkg {
      background-image: url(img/bkg-about-history.png);
      background-repeat-x: no-repeat;
      background-repeat-y: repeat;
      background-position-y: 0;
      background-position-x: 0;
      background-size: contain; }
      @media (min-width: 710px) {
        .page-template-page-about .history-container .content-container .history-bkg {
          background-size: cover; } }
  .page-template-page-about .history-container .mobile-history {
    display: block; }
  .page-template-page-about .history-container .desktop-history {
    display: none; }
  @media (min-width: 710px) {
    .page-template-page-about .history-container .mobile-history {
      display: none; }
    .page-template-page-about .history-container .desktop-history {
      display: block; } }
  .page-template-page-about .history-container .mobile-history .row {
    margin-bottom: 20px; }
    .page-template-page-about .history-container .mobile-history .row .year-col {
      text-align: center;
      margin: 0 auto;
      max-width: 100px;
      padding: 20px 0; }
  .page-template-page-about .history-container .desktop-history {
    padding: 20px; }
    .page-template-page-about .history-container .desktop-history .row {
      margin-bottom: 20px; }
      .page-template-page-about .history-container .desktop-history .row .col-md-8 {
        float: left;
        width: 66.66666667%; }
      .page-template-page-about .history-container .desktop-history .row .col-md-2 {
        float: left;
        width: 16.66666667%; }
    .page-template-page-about .history-container .desktop-history .table-wrapper {
      display: table; }
      .page-template-page-about .history-container .desktop-history .table-wrapper > div {
        display: table-cell;
        vertical-align: middle; }
    .page-template-page-about .history-container .desktop-history .empty-col {
      display: none; }
      @media (min-width: 710px) {
        .page-template-page-about .history-container .desktop-history .empty-col {
          display: block; } }
  .page-template-page-about .history-container .year-col .badge-year {
    background-color: #F5653D;
    border-radius: 50%;
    height: 80px;
    width: 80px; }
    @media (min-width: 1024px) {
      .page-template-page-about .history-container .year-col .badge-year {
        height: 116px;
        width: 116px; } }
    .page-template-page-about .history-container .year-col .badge-year div {
      color: white;
      font-family: 'Noto Serif',Helvetica,Arial,serif;
      font-weight: 700;
      font-size: 24px;
      padding: 20px 10px; }
      @media (min-width: 1024px) {
        .page-template-page-about .history-container .year-col .badge-year div {
          font-size: 36px;
          padding: 30px 20px; } }
  .page-template-page-about .history-container .text-col {
    font-family: 'Source Sans Pro',Helvetica,Arial,serif;
    font-weight: 700;
    font-style: normal;
    font-size: 48px;
    padding: 0 20px; }
    @media (min-width: 1024px) {
      .page-template-page-about .history-container .text-col {
        max-width: 460px;
        padding: 0 50px; } }
    .page-template-page-about .history-container .text-col p {
      margin-bottom: 0; }

.map-container {
  margin-bottom: 25px; }
  .map-container .map-embed {
    padding: 0 20px; }
    @media (min-width: 1024px) {
      .map-container .map-embed {
        padding: 0; } }
    .map-container .map-embed iframe {
      width: 100%;
      min-height: 300px; }
      @media (min-width: 710px) {
        .map-container .map-embed iframe {
          min-height: 480px; } }
      .map-container .map-embed iframe .i4ewOd-pzNkMb-haAclf {
        background-color: #000 !important; }

.blog #content .content-container {
  margin-top: 20px; }

.blog #content .post {
  background-color: white;
  margin-bottom: 20px; }

.blog #content .site-main > .content-container > .post:last-of-type {
  margin-bottom: 0; }

@media (min-width: 710px) {
  .blog .post .col-md-8,
  .blog .post .col-md-2 {
    float: left; }
  .blog .post .col-md-8 {
    width: 69%; }
  .blog .post .col-md-2 {
    width: 15.5%; }
  .blog .post .col-md-offset-2 {
    margin-left: 15.5%; } }

.blog .post .entry-container {
  margin: 0 auto;
  max-width: 780px; }

.blog .post .entry {
  padding: 20px 0 50px 0; }
  .blog .post .entry .entry-header {
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 1024px) {
      .blog .post .entry .entry-header {
        padding-left: 63px;
        padding-right: 20px; } }
    .blog .post .entry .entry-header .entry-date {
      font-family: 'Source Sans Pro',Helvetica,Arial,serif;
      font-weight: 700;
      font-size: 18px;
      color: #666;
      line-height: 23px;
      margin-bottom: 20px; }
    .blog .post .entry .entry-header h1.entry-title {
      font-size: 24px;
      font-family: 'Source Sans Pro',Helvetica,Arial,serif;
      font-weight: 700;
      line-height: 31px;
      margin-top: 0;
      margin-bottom: 20px; }
      .blog .post .entry .entry-header h1.entry-title a {
        color: #F5653D; }
        .blog .post .entry .entry-header h1.entry-title a:hover {
          text-decoration: underline; }
  .blog .post .entry .entry-content {
    padding: 0 20px;
    margin: 0; }
    @media (min-width: 1024px) {
      .blog .post .entry .entry-content {
        padding-left: 63px;
        padding-right: 20px; } }
    .blog .post .entry .entry-content .entry-source {
      font-style: italic;
      font-family: 'Source Sans Pro',Helvetica,Arial,serif;
      font-size: 18px;
      color: #666;
      line-height: 25px;
      margin-bottom: 20px; }

.blog .post .photo-container {
  background-color: #29A9E0; }
  .blog .post .photo-container .entry-photo img {
    vertical-align: middle;
    width: 100%; }
  .blog .post .photo-container .entry-photo .img-bkg {
    min-height: 300px;
    background-position-x: center; }
    @media (min-width: 710px) {
      .blog .post .photo-container .entry-photo .img-bkg {
        background-position-y: 50%; } }
    @media (min-width: 1024px) {
      .blog .post .photo-container .entry-photo .img-bkg {
        min-height: 389px; } }

.blog .post .video-container .fitvids {
  height: 100%; }
  @media (min-width: 710px) {
    .blog .post .video-container .fitvids .fluid-width-video-wrapper {
      position: static;
      height: 100%; } }
  @media (min-width: 1366px) {
    .blog .post .video-container .fitvids .fluid-width-video-wrapper {
      position: relative;
      height: auto; } }

.blog .pagination {
  padding: 20px;
  border-bottom: 1px solid #0067A9; }
  @media (min-width: 1024px) {
    .blog .pagination {
      padding: 40px; } }
  .blog .pagination .nav-links .page-numbers {
    font-family: 'Source Sans Pro',Helvetica,Arial,serif;
    font-weight: 700;
    background-color: transparent;
    color: #666666;
    padding: 6px 16px;
    border: 2px solid #F5653D;
    border-radius: 30px; }
    .blog .pagination .nav-links .page-numbers.current {
      border: 0 none;
      color: #0067A9; }
    .blog .pagination .nav-links .page-numbers.next, .blog .pagination .nav-links .page-numbers.prev {
      border: 0 none;
      color: #666666; }

.single-post {
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 1024px) {
    .single-post {
      padding-left: 63px;
      padding-right: 20px; } }
  .single-post .entry-header {
    margin-bottom: 20px; }
    .single-post .entry-header .entry-date {
      font-family: 'Source Sans Pro',Helvetica,Arial,serif;
      font-weight: 700;
      font-size: 18px;
      color: #666;
      line-height: 23px;
      margin-top: 20px;
      margin-bottom: 21px; }
    .single-post .entry-header h1.entry-title {
      margin-bottom: 0; }
      .single-post .entry-header h1.entry-title a {
        color: #F5653D; }
        .single-post .entry-header h1.entry-title a:hover {
          text-decoration: underline; }
  .single-post .entry-content .entry-source {
    font-style: italic;
    font-family: 'Source Sans Pro',Helvetica,Arial,serif;
    font-size: 18px;
    color: #666;
    line-height: 25px; }
  .single-post #comments .comment-form #submit {
    font-size: 14px;
    background-color: #F5653D;
    color: white;
    border-radius: 20px;
    padding: 4px 20px;
    line-height: 23px; }

.page-template-default .page-feature.feature-quote {
  text-align: center;
  padding: 20px;
  max-width: 780px; }
  @media (min-width: 1440px) {
    .page-template-default .page-feature.feature-quote {
      max-width: 1024px; } }
  .page-template-default .page-feature.feature-quote .quote {
    font-family: 'Noto Serif',Helvetica,Arial,serif;
    font-weight: 400;
    font-style: italic;
    font-size: 24px;
    color: white;
    line-height: 38px;
    padding-bottom: 35px; }

.news-latest {
  margin-top: 20px; }
  @media (min-width: 710px) {
    .news-latest {
      margin-top: 50px; } }
  .news-latest .news-header {
    padding: 0 20px 20px 20px;
    border-bottom: 1px solid #2aabe3; }
    .news-latest .news-header h3 {
      font-weight: 700;
      font-size: 24px;
      color: #0067A9;
      line-height: 31px;
      padding-top: 10px; }
  .news-latest .row > div {
    margin: 20px 0; }
    @media (min-width: 1024px) {
      .news-latest .row > div .news-item {
        min-height: 300px;
        margin-right: 20px; } }
    .news-latest .row > div:last-of-type .news-item {
      margin-right: 0; }
  .news-latest .news-item .entry-title {
    margin-bottom: 20px; }
    .news-latest .news-item .entry-title a {
      font-weight: 700;
      color: #F5653D; }
  .news-latest .news-item .entry-date {
    font-family: 'Source Sans Pro',Helvetica,Arial,serif;
    font-weight: 700;
    font-size: 18px;
    color: #666;
    line-height: 23px;
    margin-bottom: 21px; }
  .news-latest .news-item .entry-source {
    font-style: italic;
    font-family: 'Source Sans Pro',Helvetica,Arial,serif;
    font-weight: 400;
    font-size: 18px;
    color: #666;
    line-height: 25px; }

@media (max-width: 710px) {
  .page-template-page-home #main {
    padding-top: 0; } }

@media (max-width: 710px) {
  .page-template-page-home #main .page-feature:first-of-type {
    padding-top: 0; } }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }
