/*!
Theme Name: Strongly
Theme URI: http://underscores.me/
Author: Matchfire
Author URI: https://matchfire.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: strongly
Tags:

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.

Strongly is based on Underscores http://underscores.me/, (C) 2012-2016 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 http://necolas.github.com/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
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *::after, *::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

@font-face {
  font-family: "ArialRoundedMTBold";
  src: url("fonts/ArialRoundedMTBold.eot");
  src: url("fonts/ArialRoundedMTBold.eot?#iefix") format("embedded-opentype"), url("fonts/ArialRoundedMTBold.woff") format("woff"), url("fonts/ArialRoundedMTBold.ttf") format("truetype"), url("fonts/ArialRoundedMTBold.svg#undp") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "strongly-blog";
  src: url("fonts/strongly-blog.eot");
  src: url("fonts/strongly-blog.eot?#iefix") format("embedded-opentype"), url("fonts/strongly-blog.woff") format("woff"), url("fonts/strongly-blog.ttf") format("truetype"), url("fonts/strongly-blog.svg#strongly-blog") format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "strongly-blog" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "strongly-blog" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-user:before {
  content: "\61";
}

.icon-calendar:before {
  content: "\62";
}

.icon-search:before {
  content: "\63";
}

.icon-angle-right:before {
  content: "\67";
}

.icon-social-youtube:before {
  content: "\68";
}

.icon-chevron-right:before {
  content: "\65";
}

.icon-close-round:before {
  content: "\69";
}

.icon-ios-person-outline:before {
  content: "\64";
}

.icon-social-twitter:before {
  content: "\66";
}

.icon-social-facebook:before {
  content: "\6a";
}

.icon-social-instagram-outline:before {
  content: "\6b";
}

.icon-ios-calendar-outline:before {
  content: "\6c";
}

.icon-angle-down:before {
  content: "\6d";
}

.icon-angle-left:before {
  content: "\6e";
}

.icon-icon-arrow-bar-left:before {
  content: "\6f";
}

.icon-icon-arrow-bar-right:before {
  content: "\70";
}

.icon-icon-arrow-left:before {
  content: "\71";
}

.icon-icon-arrow-right:before {
  content: "\72";
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "Helvetica Neue", Helvetica,Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  margin-top: 0;
  margin-bottom: 0.6em;
}

p {
  margin-top: 0;
  margin-bottom: 1.2em;
}

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%;
}

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

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

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

blockquote, q {
  quotes: "" "";
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

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

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

/**
 *
 * Buttons
 *
 */
.button--primary {
  font-family: "ArialRoundedMTBold", "Arial Rounded MT Bold";
  font-size: 16px;
  display: inline-block;
  padding: .75em 2.5em;
  margin: 1em 0;
  color: white;
  text-align: center;
  border: 2px solid #f1b434;
  background: #f1b434;
  border-radius: .25em;
  cursor: pointer;
  -webkit-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  transition: background 200ms linear;
  white-space: nowrap;
  min-width: 275px;
  /* Legacy buttons */
}

@media (max-width: 480px) {
  .button--primary {
    display: block;
    margin: auto auto 20px;
  }
}

.button--primary:last-of-type {
  margin-right: 0;
}

@media (max-width: 480px) {
  .button--primary:last-of-type {
    margin: auto auto 20px;
  }
}

@media (max-width: 640px) {
  .button--primary:last-of-type {
    min-width: 240px;
  }
}

.button--primary.light-blue {
  background-color: #00B5E2;
  border: 2px solid #00B5E2;
  color: white;
}

.button--primary.light-blue:visited {
  background-color: #00B5E2;
  color: white;
}

.button--primary.light-blue:hover, .button--primary.light-blue:focus {
  background-color: transparent;
  color: #00B5E2;
}

.button--primary.red {
  background-color: #A50034;
  border: 2px solid #A50034;
  color: white;
}

.button--primary.red:visited {
  background-color: #A50034;
  color: white;
}

.button--primary.red:hover, .button--primary.red:focus {
  background-color: transparent;
  color: #A50034;
}

.button--primary.marigold {
  background-color: #F1B14D;
  border: 2px solid #F1B14D;
  color: white;
}

.button--primary.marigold:visited {
  background-color: #F1B14D;
  color: white;
}

.button--primary.marigold:hover, .button--primary.marigold:focus {
  background: #f4c664;
  color: white;
}

.button--primary.iris {
  background-color: #485CC7;
  border: 2px solid #485CC7;
  color: white;
}

.button--primary.iris:visited {
  background-color: #485CC7;
  color: white;
}

.button--primary.iris:hover, .button--primary.iris:focus {
  background-color: transparent;
  color: #485CC7;
}

.button--primary.grey {
  background-color: #888B8D;
  border: 2px solid #888B8D;
  color: white;
}

.button--primary.grey:visited {
  background-color: #888B8D;
  color: white;
}

.button--primary.grey:hover, .button--primary.grey:focus {
  background-color: transparent;
  color: #888B8D;
}

.button--primary.glass {
  background-color: transparent;
  border: 2px solid #F1B14D;
  color: white;
  font-size: 20px;
  font-size: 1.25rem;
}

.button--primary.glass:hover, .button--primary.glass:focus {
  background-color: #F1B14D;
}

.button--primary.glass:visited {
  color: white;
}

.button--primary #mda-alp-load-posts a:link, .button--primary #mda-alp-load-posts a:visited {
  display: block;
}

.button--primary .button__secondary {
  font-family: "ArialRoundedMTBold", "Arial Rounded MT Bold";
  font-size: 16px;
  display: inline-block;
  padding: .75em 2.5em;
  margin: 1em 0;
  color: white;
  text-align: center;
  border: 2px solid #f1b434;
  background: #f1b434;
  border-radius: .25em;
  cursor: pointer;
  -webkit-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  transition: background 200ms linear;
  white-space: nowrap;
  min-width: 275px;
}

.button--primary .main .button__secondary {
  color: white;
}

.button--primary .button__secondary:hover {
  background-color: transparent;
  color: white;
}

.button--primary .mda-button__container {
  text-align: center;
}

.button--primary .mda-button__container .button__secondary {
  padding: 12px 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.button--primary .mda-button__container .button__secondary:last-of-type {
  margin-right: 0;
}

.button--primary .mda-button__container .button__secondary:hover {
  color: #F1B14D;
}

.button--primary .mda-button__container .button__secondary:focus,
.button--primary .mda-button__container .button__secondary:visited {
  color: white;
}

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: #888B8D;
  border: 1px solid #ccc;
  border-radius: 4px;
  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%;
}

.the_form {
  max-width: 455px;
  text-align: center;
  margin-left: 40px;
}

@media (max-width: 560px) {
  .the_form {
    padding: 90px 20px 70px;
  }
}

@media (max-width: 640px) {
  .the_form {
    margin: 0 auto;
  }
}

.email-sign-up {
  /* Marketo Form */
  /* Inputs */
}

.email-sign-up fieldset {
  border: none;
  margin: 0;
  padding: 0;
  margin: 0 auto;
}

.email-sign-up .btm-form {
  max-width: 450px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.email-sign-up input[type=text],
.email-sign-up input[type=email] {
  font-size: 0.9em;
  border-radius: 4px;
  border: none;
  background: white;
  color: #414042;
  -webkit-box-shadow: 0 0 3px #888b8d inset;
          box-shadow: 0 0 3px #888b8d inset;
  padding: .9em 1.1em;
  width: 100%;
  margin-bottom: 12px;
}

.email-sign-up input[type="submit"] {
  padding: 16px 50px;
  font-size: 16px;
  width: 100%;
  margin: 0;
}

.email-sign-up .notice-error {
  margin-bottom: 10px;
  position: absolute;
  top: -30px;
  color: #ca002f;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  -webkit-animation: fadeInTop 300ms linear 1;
          animation: fadeInTop 300ms linear 1;
}

@media (max-width: 640px) {
  .email-sign-up .notice-error {
    top: -22px;
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.email-sign-up .notice-success {
  position: absolute;
  top: -30px;
  color: #F1B14D;
  font-family: "ArialRoundedMTBold";
  font-weight: 700;
  font-size: 30px;
  font-size: 1.875rem;
  -webkit-animation: fadeInTop 300ms linear 1;
          animation: fadeInTop 300ms linear 1;
}

.email-sign-up .loader {
  position: relative;
  left: 220px;
  width: 100px;
}

.email-sign-up .loader:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.email-sign-up .circular {
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
  height: 100%;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.email-sign-up .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
          animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@-webkit-keyframes color {
  100%,
  0% {
    stroke: #F1B14D;
  }
  40% {
    stroke: #485CC7;
  }
  66% {
    stroke: white;
  }
  80%,
  90% {
    stroke: #00B5E2;
  }
}

@keyframes color {
  100%,
  0% {
    stroke: #F1B14D;
  }
  40% {
    stroke: #485CC7;
  }
  66% {
    stroke: white;
  }
  80%,
  90% {
    stroke: #00B5E2;
  }
}

@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    top: -40px;
  }
  100% {
    opacity: 1;
    top: -30px;
  }
}

@keyframes fadeInTop {
  0% {
    opacity: 0;
    top: -40px;
  }
  100% {
    opacity: 1;
    top: -30px;
  }
}

.home__email-sign-up {
  background: url("img/global/zip-line-kid.jpg") no-repeat top right;
  background-size: cover;
  padding: 8% 0;
}

@media (max-width: 560px) {
  .home__email-sign-up {
    background: url("img/global/form-mobile.jpg") no-repeat top center;
  }
}

.home__email-sign-up h3 {
  display: inline-block;
  color: white;
  margin: 0;
  text-align: center;
  font-family: "ArialRoundedMTBold";
  font-weight: 700;
  font-size: 40px;
  line-height: 1.4;
}

@media (max-width: 640px) {
  .home__email-sign-up h3 {
    font-size: 32px;
    font-size: 2rem;
  }
}

@media (max-width: 640px) {
  .home__email-sign-up h3 {
    font-size: 28px;
    text-align: center;
  }
}

.home__email-sign-up p {
  color: white;
  font-size: 24px;
  letter-spacing: -1px;
  margin-top: 12px;
}

@media (max-width: 640px) {
  .home__email-sign-up p {
    font-size: 22px;
    text-align: center;
    margin-top: 0;
  }
}

.single__email-sign-up {
  margin-top: 40px;
  margin-bottom: 40px;
}

.single__email-sign-up .container {
  background-color: #F7F6F6;
  max-width: 1040px;
  padding: 40px;
}

.single__email-sign-up h3 {
  color: #58595B;
  font-family: "ArialRoundedMTBold";
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  margin-bottom: 32px;
  line-height: 42px;
}

.single__email-sign-up input[type=text],
.single__email-sign-up input[type=email] {
  font-size: 0.9em;
  border-radius: 4px;
  border: none;
  background: white;
  color: #414042;
  -webkit-box-shadow: 0 0 3px #888b8d inset;
          box-shadow: 0 0 3px #888b8d inset;
  padding: .9em 1.1em;
  width: 100%;
}

.join-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 400px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .join-form {
    margin: 0;
  }
}

.join-form .tk-button {
  margin: 0 0 16px;
  width: 100%;
}

.join-form em {
  text-align: center;
  line-height: 1.5;
}

.join-form .tk-input-container {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  margin: 0 0 16px;
}

.join-form .half-width {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: calc(50% - 8px);
}

.tk-input-container,
.webform-client-form {
  display: inline-block;
  position: relative;
  max-width: 450px;
  margin: 0 auto 16px;
}

.tk-input-container label,
.webform-client-form label {
  font-size: 0.9em;
  font-weight: 100;
  position: absolute;
  left: 1.3em;
  top: 0.9em;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 100ms linear;
  -o-transition: opacity 100ms linear;
  transition: opacity 100ms linear;
  color: #666;
  pointer-events: none;
}

.tk-input-container .icon,
.webform-client-form .icon {
  height: 18px;
  width: 18px;
  fill: color(tk-gray);
}

.tk-input-container .icon--right,
.webform-client-form .icon--right {
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 768px) {
  .tk-input-container,
  .webform-client-form {
    margin: 0 8px 16px;
  }
}

.webform-client-form label {
  position: absolute;
  left: 0;
  top: -1.4em;
  color: color(text);
}

.tk-input:invalid + label {
  opacity: 1;
}

.tk-input:valid + label {
  opacity: 0;
}

.tk-input:focus + label {
  opacity: 0;
}

.tk-input,
.tk-select,
.form-type-textfield input,
.form-type-webform-email input,
.form-type-textarea textarea {
  font-size: 0.9em;
  border-radius: 4px;
  border: none;
  background: white;
  color: color(gray);
  -webkit-box-shadow: 0 0 3px color(light-gray) inset;
          box-shadow: 0 0 3px color(light-gray) inset;
  padding: .9em 1.1em;
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #485CC7;
}

a:visited {
  color: #485CC7;
}

a:hover, a:focus, a:active {
  color: #00B5E2;
}

a:focus {
  outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.menu-main-menu-container {
  display: block;
  float: left;
  padding-top: 12px;
  margin-right: 8px;
}

.main-navigation {
  clear: both;
  display: inline-block;
  float: right;
  /* Main menu(mobile) */
  /* Side nav - within the hamburger nav */
}

.main-navigation #primary-menu {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

@media (max-width: 1200px) {
  .main-navigation #primary-menu {
    display: none;
  }
}

.main-navigation #primary-menu ul {
  float: left;
  list-style: none;
  margin: 0;
  position: absolute;
  left: -999em;
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.main-navigation #primary-menu ul ul {
  left: -999em;
  top: 0;
}

.main-navigation #primary-menu ul li:hover > ul,
.main-navigation #primary-menu ul li.focus > ul {
  left: 100%;
}

.main-navigation #primary-menu ul a {
  background-color: rgba(0, 0, 0, 0.8);
  border-bottom: 1px solid #2b2b2b;
  width: 260px;
  color: #fff;
  font-size: 14px;
}

.main-navigation #primary-menu ul a:hover {
  background-color: #485CC7;
  color: white;
}

.main-navigation #primary-menu li:hover > ul,
.main-navigation #primary-menu li.focus > ul {
  left: -30px;
  opacity: 1;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation li > a {
  display: block;
  padding: 16px 10px;
  color: white;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.main-navigation li > a:hover {
  color: #F1B14D;
}

.main-navigation #mobile-nav {
  background-color: #fff;
  padding: 30px 30px 24%;
  position: fixed;
  top: 112px;
  left: 0;
  height: 100%;
  height: 100vh;
  width: 100%;
  width: 100vw;
  overflow-x: hidden;
  z-index: 10;
  /* animate these */
  visibility: hidden;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

@media (max-width: 640px) {
  .main-navigation #mobile-nav {
    padding: 20px 20px 26%;
    top: 82px;
  }
}

.main-navigation #mobile-nav li {
  display: block;
  float: none;
  margin-bottom: 0;
  opacity: 0;
  top: 30px;
  -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 600ms, top 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 600ms;
  -o-transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 600ms, top 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 600ms;
  transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 600ms, top 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 600ms;
}

.main-navigation #mobile-nav.open-menu {
  overflow-y: scroll;
}

.main-navigation #mobile-nav.open-menu li {
  opacity: 1;
  top: 0;
}

.main-navigation #mobile-nav.closed-menu {
  overflow-y: auto;
}

.main-navigation #mobile-nav a {
  display: inline-block;
  padding: 12px 3px 12px 12px;
  position: relative;
  color: #485cc7;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  text-decoration: none;
  -webkit-transition: color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.main-navigation #mobile-nav a:hover, .main-navigation #mobile-nav a.focus,
.main-navigation #mobile-nav a:hover + .arrow,
.main-navigation #mobile-nav a.focus + .arrow {
  color: #00B5E2;
}

@media (max-width: 640px) {
  .main-navigation #mobile-nav a {
    font-size: 16px;
  }
}

.main-navigation #mobile-nav .arrow {
  cursor: pointer;
  display: inline-block;
  position: relative;
  top: 5px;
  height: 46px;
  width: 35px;
  color: #485cc7;
  font-size: 24px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.main-navigation #mobile-nav .arrow.open {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.main-navigation #mobile-nav .arrow:hover, .main-navigation #mobile-nav .arrow.focus {
  color: #00B5E2;
}

@media (max-width: 640px) {
  .main-navigation #mobile-nav .arrow {
    height: 41px;
    width: 31px;
    font-size: 21px;
    top: 5px;
  }
}

.main-navigation ul#mobile-menu {
  list-style: none;
  margin: 0;
  padding-left: 0;
  width: 100vw;
}

.main-navigation ul#mobile-menu li {
  position: relative;
}

/* Small menu. */
#mobile-nav.closed-menu {
  -webkit-animation: menu-close 400ms ease-in normal;
          animation: menu-close 400ms ease-in normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.main-navigation.toggled #mobile-nav {
  display: block;
  -webkit-animation: menu-open 500ms ease-out normal;
          animation: menu-open 500ms ease-out normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes menu-open {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes menu-open {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes menu-close {
  0% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes menu-close {
  0% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

/* Menu Toggle functionality */
.menu-toggle {
  background-color: transparent;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
  cursor: pointer;
  display: none;
  margin: auto;
  padding: 16px 8px 0 0px;
  position: relative;
  right: 0;
  z-index: 20;
  -webkit-transition: background-color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: background-color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background-color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.menu-toggle:focus {
  outline: none;
}

@media (max-width: 1200px) {
  .menu-toggle {
    display: inline-block;
    top: 4px;
    vertical-align: top;
  }
}

.menu-toggle .toggle-icon {
  height: 21px;
  width: 24px;
  position: relative;
  margin-top: 10px;
}

.menu-toggle span {
  background-color: white;
  display: block;
  height: 3px;
  width: 32px;
  opacity: 1;
  position: absolute;
  -webkit-transition: opacity 200ms linear, -webkit-transform 200ms linear;
  transition: opacity 200ms linear, -webkit-transform 200ms linear;
  -o-transition: opacity 200ms linear, transform 200ms linear;
  transition: opacity 200ms linear, transform 200ms linear;
  transition: opacity 200ms linear, transform 200ms linear, -webkit-transform 200ms linear;
}

.burger-bun-top {
  top: 0;
  -webkit-transform-origin: 17px;
      -ms-transform-origin: 17px;
          transform-origin: 17px;
}

.burger-middle {
  top: 9px;
}

.burger-bun-bottom {
  bottom: 0;
  -webkit-transform-origin: 17px;
      -ms-transform-origin: 17px;
          transform-origin: 17px;
}

.closed-burger span {
  opacity: 1;
}

.closed-burger .burger-bun-top {
  -webkit-transform: translateY(12px) rotate(45deg);
      -ms-transform: translateY(12px) rotate(45deg);
          transform: translateY(12px) rotate(45deg);
}

.closed-burger .burger-middle {
  opacity: 0;
}

.closed-burger .burger-bun-bottom {
  -webkit-transform: translateY(-8px) rotate(-45deg);
      -ms-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg);
}

.menu-item-4452 {
  font-weight: 600;
}

.local-nav {
  background: #485CC7;
  padding: 0;
  margin: 0 20px;
  display: flex;
  justify-content: center;
  list-style: none;
  max-width: 1160px;
}

@media (min-width: 1205px) {
  .local-nav {
    margin: 0 auto;
  }
}

.local-nav li {
  padding: 12px;
}

.local-nav a {
  color: white;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  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: 28px 28px 28px 0px;
}

.alignright {
  display: inline;
  float: right;
  margin: 28px 0px 28px 28px;
}

.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;
}

.hentry {
  margin: 0 0 1.5em;
}

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

.single .byline,
.group-blog .byline {
  display: inline;
}

.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;
}

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
  border: 1px solid #d9d9d9;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  padding: 16px;
  color: #58595B;
  font-size: 15px;
  line-height: 20px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 100;
  text-decoration: none;
}

.wp-caption-text {
  text-align: center;
  font-size: 12px;
  color: #58595B;
  font-size: 15px;
  line-height: 20px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 100;
  text-decoration: none;
}

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

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
/**
 *
 * Import all pages
 *
 **/
/**
 *
 * Global styles
 *
 **/
::-moz-selection {
  background: #485CC7;
  color: white;
}

::selection {
  background: #485CC7;
  color: white;
}

html,
body {
  background: white;
  margin: 0px;
  padding: 0px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  -webkit-font-smoothing: antialiased;
}

html p, html li, html .post-navigation a,
body p,
body li,
body .post-navigation a {
  -webkit-font-smoothing: auto;
}

.hr--white {
  height: 23px;
  width: 100%;
  overflow: hidden;
  max-width: 441px;
  background: url(https://www.mda.org/sites/all/themes/mda_bootstrap_subtheme/img/hr.png) center;
  border: 0;
  margin: 24px auto;
  position: relative;
}

/**
 *
 *	Set styles for containers/rows
 *
 **/
.container {
  content: "";
  display: table;
  table-layout: fixed;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: 1200px;
  width: 100%;
}

.row {
  content: "";
  display: table;
  table-layout: fixed;
  display: block;
}

/**
 *
 * Modules
 *
 */
.hero {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 14%;
  margin-bottom: -124px;
}

.hero-container {
  /* hiding header text for now */
  opacity: 0;
  text-align: center;
  display: table;
  margin: 0 auto;
  padding: 30px 20px 0px 20px;
  max-width: 1200px;
}

/**
 *
 * Header
 *
 */
.site-header {
  padding: 18px 32px 26px 32px;
  position: absolute;
  width: 100%;
  width: 100vw;
  z-index: 30;
  background: #63666a;
  margin-bottom: 18px;
}

@media (max-width: 640px) {
  .site-header {
    padding: 0px 18px 16px;
  }
}

.site-branding {
  display: inline-block;
  position: relative;
  z-index: 30;
  padding-top: 16px;
}

.site-title {
  display: block;
  line-height: 1;
  margin: 0;
}

.site-title a {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  text-indent: 200%;
  background-image: url("img/global/logo-alt.png");
  background-image: url("img/global/logo-alt.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
  height: 47px;
  width: 153px;
  -webkit-transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), background-image 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms, background-size 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), height 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), width 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), background-image 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms, background-size 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), height 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), width 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), background-image 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms, background-size 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), height 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), width 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (max-width: 640px) {
  .site-title a {
    width: 110px;
    margin-left: -4px;
  }
}

/*
 * Global Search Form
 */
.header__search {
  background: transparent;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  padding: 25px 6px 0 0;
}

.header__search .icon-search {
  display: block;
  color: white;
  position: relative;
  font-size: 24px;
  top: 2px;
}

.search-form__container {
  background-color: rgba(255, 255, 255, 0.95);
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  z-index: 40;
  /* Form */
}

.search-form__container .close {
  margin-top: 16px;
  opacity: 0;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 0.6;
  cursor: pointer;
}

.search-form__container form.search-form {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.search-form__container input[type="search"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0 solid transparent;
  border-bottom: 5px solid #888B8D;
  background-color: transparent;
  border-radius: 0;
  outline: none;
  opacity: 0;
  position: relative;
  top: -20px;
  color: #888B8D;
  font-size: 56px;
  font-size: 3.5rem;
}

.search-form__container input[type="search"]::-webkit-input-placeholder {
  color: #888B8D;
}

.search-form__container input[type="search"]:-moz-placeholder {
  color: #888B8D;
}

.search-form__container input[type="search"]::-moz-placeholder {
  color: #888B8D;
}

.search-form__container input[type="search"]:-ms-input-placeholder {
  color: #888B8D;
}

@media (max-width: 768px) {
  .search-form__container input[type="search"] {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media (max-width: 560px) {
  .search-form__container input[type="search"] {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media (max-width: 480px) {
  .search-form__container input[type="search"] {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.search-form__container .search-form__prompt {
  display: block;
  margin-top: 20px;
  opacity: 0;
  position: relative;
  top: 20px;
  color: #888B8D;
  text-align: center;
}

.search-form__container.active {
  -webkit-animation: searchContainerGrow 0.3s 1 cubic-bezier(0.455, 0.03, 0.515, 0.955);
          animation: searchContainerGrow 0.3s 1 cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.search-form__container.active input[type="search"] {
  -webkit-animation: searchFormEnter 0.3s 0.3s 1 cubic-bezier(0.455, 0.03, 0.515, 0.955);
          animation: searchFormEnter 0.3s 0.3s 1 cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.search-form__container.active .search-form__prompt,
.search-form__container.active .close {
  -webkit-animation: searchPromptEnter 0.3s 0.3s 1 cubic-bezier(0.455, 0.03, 0.515, 0.955);
          animation: searchPromptEnter 0.3s 0.3s 1 cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.search-form__container.not-active {
  -webkit-animation: searchContainerShrink 0.3s 0.3s 1 cubic-bezier(0.455, 0.03, 0.515, 0.955);
          animation: searchContainerShrink 0.3s 0.3s 1 cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.search-form__container.not-active input[type="search"] {
  -webkit-animation: searchFormExit 0.3s 1 cubic-bezier(0.455, 0.03, 0.515, 0.955);
          animation: searchFormExit 0.3s 1 cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.search-form__container.not-active .search-form__prompt,
.search-form__container.not-active .close {
  -webkit-animation: searchPromptExit 0.3s 1 cubic-bezier(0.455, 0.03, 0.515, 0.955);
          animation: searchPromptExit 0.3s 1 cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes searchContainerGrow {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}

@keyframes searchContainerGrow {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}

@-webkit-keyframes searchContainerShrink {
  from {
    height: 100%;
  }
  to {
    height: 0;
  }
}

@keyframes searchContainerShrink {
  from {
    height: 100%;
  }
  to {
    height: 0;
  }
}

@-webkit-keyframes searchFormEnter {
  from {
    opacity: 0;
    top: -20px;
  }
  to {
    opacity: 1;
    top: 0;
  }
}

@keyframes searchFormEnter {
  from {
    opacity: 0;
    top: -20px;
  }
  to {
    opacity: 1;
    top: 0;
  }
}

@-webkit-keyframes searchFormExit {
  from {
    opacity: 1;
    top: 0;
  }
  to {
    opacity: 0;
    top: -20px;
  }
}

@keyframes searchFormExit {
  from {
    opacity: 1;
    top: 0;
  }
  to {
    opacity: 0;
    top: -20px;
  }
}

@-webkit-keyframes searchPromptEnter {
  from {
    opacity: 0;
    top: 20px;
  }
  to {
    opacity: 1;
    top: 0;
  }
}

@keyframes searchPromptEnter {
  from {
    opacity: 0;
    top: 20px;
  }
  to {
    opacity: 1;
    top: 0;
  }
}

@-webkit-keyframes searchPromptExit {
  from {
    opacity: 1;
    top: 0;
  }
  to {
    opacity: 0;
    top: 20px;
  }
}

@keyframes searchPromptExit {
  from {
    opacity: 1;
    top: 0;
  }
  to {
    opacity: 0;
    top: 20px;
  }
}

.header-donate {
  font-family: "ArialRoundedMTBold", "Arial Rounded MT Bold";
  font-size: 16px;
  display: inline-block;
  margin-left: 10px;
  color: white;
  text-align: center;
  background: #f1b434;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  transition: background 200ms linear;
  white-space: nowrap;
  min-width: 75px;
  text-decoration: none;
  padding: 12px 40px;
  position: relative;
}

@media (max-width: 640px) {
  .header-donate {
    padding: 12px 0px;
  }
}

.header-donate:hover {
  color: white;
}

.header-donate:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.header-donate:visited, .header-donate:active {
  color: white;
}

/**
 *
 * Footer
 *
 */
.footer__main {
  background-color: #58595B;
  padding: 60px 0 50px;
}

@media (max-width: 640px) {
  .footer__main {
    padding: 40px 0 20px;
  }
}

@media (max-width: 640px) {
  .footer__main .container {
    padding: 0;
  }
}

.footer__main .footer-module {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 23.2317613015%;
}

.footer__main .footer-module:last-child {
  margin-right: 0;
}

.footer__main .footer-module:nth-of-type(4) {
  margin-right: 0;
}

@media (max-width: 920px) {
  .footer__main .footer-module {
    margin-bottom: 40px;
  }
  .footer__main .footer-module:first-of-type, .footer__main .footer-module:nth-of-type(3) {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
    padding-left: 4%;
  }
  .footer__main .footer-module:first-of-type:nth-child(2n), .footer__main .footer-module:nth-of-type(3):nth-child(2n) {
    margin-right: 0;
  }
  .footer__main .footer-module:first-of-type:nth-child(2n+1), .footer__main .footer-module:nth-of-type(3):nth-child(2n+1) {
    clear: left;
  }
  .footer__main .footer-module:first-of-type:last-child, .footer__main .footer-module:nth-of-type(3):last-child {
    margin-right: 0;
  }
  .footer__main .footer-module:nth-of-type(2), .footer__main .footer-module:nth-of-type(4) {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }
  .footer__main .footer-module:nth-of-type(2):nth-child(2n), .footer__main .footer-module:nth-of-type(4):nth-child(2n) {
    margin-right: 0;
  }
  .footer__main .footer-module:nth-of-type(2):nth-child(2n+1), .footer__main .footer-module:nth-of-type(4):nth-child(2n+1) {
    clear: left;
  }
  .footer__main .footer-module:nth-of-type(2):last-child, .footer__main .footer-module:nth-of-type(4):last-child {
    margin-right: 0;
  }
}

@media (max-width: 640px) {
  .footer__main .footer-module:first-of-type, .footer__main .footer-module:nth-of-type(2), .footer__main .footer-module:nth-of-type(3), .footer__main .footer-module:nth-of-type(4) {
    width: 100%;
    margin: auto;
    padding: 0;
    text-align: center;
  }
}

.footer__main .footer-module:nth-of-type(2) {
  padding-left: 4%;
}

@media (max-width: 920px) {
  .footer__main .footer-module:nth-of-type(2) {
    padding-left: 0;
  }
}

.footer__main .footer-module h4 {
  margin-bottom: 8px;
  color: #F1B14D;
  font-family: "ArialRoundedMTBold";
  font-weight: 400;
  text-transform: uppercase;
}

@media (max-width: 640px) {
  .footer__main .footer-module h4 {
    border-top: 1px solid #888B8D;
    border-bottom: 1px solid #888B8D;
    cursor: pointer;
    margin-bottom: 0;
    padding: 16px 20px;
    position: relative;
  }
}

.footer__main .footer-module h4.open .arrow {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.footer__main .footer-module h4 .arrow {
  display: none;
}

@media (max-width: 640px) {
  .footer__main .footer-module h4 .arrow {
    display: block;
    position: absolute;
    right: 20px;
    top: 15px;
    height: 32px;
    width: 32px;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transition: -webkit-transform 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: -webkit-transform 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: transform 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    color: #888B8D;
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
  }
}

@media (max-width: 640px) {
  .footer__main .footer__contact-info {
    display: none;
  }
}

.footer__main .footer__contact-info--sm {
  display: none;
  text-align: center;
}

@media (max-width: 640px) {
  .footer__main .footer__contact-info--sm {
    display: block;
    float: none;
    margin: auto;
    overflow: hidden;
    padding: 20px;
    width: 100%;
  }
}

.footer__main .footer__contact-info--sm h4 {
  border: none;
  padding-bottom: 0;
}

.footer__main .contact-info {
  margin-bottom: 40px;
  font-size: 15px;
  color: #C7C7C7;
}

@media (max-width: 640px) {
  .footer__main .contact-info {
    margin-bottom: 20px;
  }
}

.footer__main .contact-info a {
  color: #C7C7C7;
  text-decoration: none;
}

@media (max-width: 640px) {
  .footer__main .footer__social {
    margin-bottom: 30px;
  }
}

.footer__main .footer__social a {
  background-color: #C7C7C7;
  border-radius: 20px;
  display: inline-block;
  height: 40px;
  width: 40px;
  margin-right: 12px;
  position: relative;
  text-decoration: none;
  -webkit-transition: background-color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: background-color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background-color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.footer__main .footer__social a:hover {
  background-color: white;
}

.footer__main .footer__social a:hover span {
  color: #F1B14D;
}

.footer__main .footer__social a:last-of-type {
  margin-right: 0;
}

.footer__main .footer__social span {
  position: absolute;
  color: #58595B;
  font-size: 24px;
  font-size: 1.5rem;
  -webkit-transition: color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.footer__main .footer__social .icon-social-facebook {
  top: 4px;
  left: 5px;
  font-size: 30px;
}

.footer__main .footer__social .icon-social-twitter {
  top: 8px;
  left: 10px;
}

.footer__main .footer__social .icon-social-youtube {
  top: 8px;
  left: 9px;
}

.footer__main .footer__social .icon-social-instagram-outline {
  top: 8px;
  left: 9px;
}

.footer__main .footer-logo img {
  display: block;
  margin-bottom: 30px;
  max-width: 160px;
  position: relative;
  left: -7px;
}

@media (max-width: 640px) {
  .footer__main .footer-logo img {
    left: auto;
    margin: auto auto 30px;
  }
}

.footer__main .footer__menu {
  position: relative;
}

@media (max-width: 640px) {
  .footer__main .footer__menu:nth-of-type(2) {
    top: 1px;
  }
  .footer__main .footer__menu:nth-of-type(3) {
    top: 0;
  }
  .footer__main .footer__menu:nth-of-type(4) {
    top: -1px;
  }
}

.footer__main .footer__menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer__main .footer__menu li {
  margin-bottom: 8px;
  font-size: 15px;
}

@media (max-width: 640px) {
  .footer__main .footer__menu li:first-of-type a {
    padding: 12px 20px 6px;
  }
  .footer__main .footer__menu li:last-of-type a {
    padding: 6px 20px 12px;
  }
}

.footer__main .footer__menu a {
  color: white;
  text-decoration: none;
  -webkit-transition: color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.footer__main .footer__menu a:hover {
  color: #00B5E2;
}

@media (max-width: 640px) {
  .footer__main .footer__menu a {
    display: block;
    padding: 6px 20px;
  }
}

.site-footer {
  background-color: #63666A;
  padding: 16px 0;
  text-align: center;
  position: relative;
}

.site-footer p, .site-footer a {
  display: inline-block;
  margin: 0;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.8;
}

.bbb-link img {
  height: 74px;
  position: absolute;
  right: 9px;
  bottom: 14px;
}

@media (max-width: 768px) {
  .site-footer p, .site-footer a {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.site-footer p {
  color: white;
  display: block;
  margin: auto;
}

.site-footer a {
  color: #D7D7D7;
  text-decoration: none;
  -webkit-transition: color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.site-footer a:hover {
  color: #F1B14D;
}

.site-footer span {
  display: inline-block;
  margin-left: 6px;
  margin-right: 6px;
  color: #D7D7D7;
  font-size: 12px;
  font-size: 0.75rem;
}

@media (max-width: 768px) {
  .site-footer span {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.hero {
  padding-top: 32% !important;
  padding-bottom: 10% !important;
  background-image: url(img/global/blog2.jpg?v) !important;
  background-size: contain;
  background-color: #4a337d;
}

@media (min-width: 1300px) {
  .hero {
    padding:  300px 0 200px !important;
    background-position: center bottom;
    background-size: 1300px auto;
  }
}

@media (max-width: 640px) {
  .hero {
    padding-top: 10% !important;
    padding-bottom: 27% !important;
    background-image: url(img/global/blog2.jpg?v) !important;
  }
}


.mda-link {
  font-weight: 600;
}

/**
 *
 * Home styles
 *
 **/
/**
 * Header
 **/
.home .site-header {
  background-color: transparent;
}

.home .site-header.not-top, .home .site-header.grey {
  background-color: #63666a;
}

.home .site-main {
  /*padding-bottom: 60px;*/
}

/**
 * Header
 **/
.hero {
  -webkit-box-shadow: inset 0px 100px 100px 0px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0px 100px 100px 0px rgba(0, 0, 0, 0.3);
  padding: 14% 0;
  color: white;
}

@media (max-width: 640px) {
  .hero {
    padding: 220px 18px 108px;
  }
}

.hero h2 {
  margin-bottom: 30px;
  font-family: "ArialRoundedMTBold";
  font-weight: 700;
  font-size: 66px;
  font-size: 4.125rem;
  line-height: 1;
}

@media (max-width: 640px) {
  .hero h2 {
    font-size: 42px;
    margin-bottom: 0;
    padding-top: 28px;
  }
}

.hero p {
  max-width: 444px;
  font-size: 21px;
  line-height: 30px;
}

@media (max-width: 640px) {
  .hero p {
    font-size: 17px;
    line-height: 27px;
    margin-top: -10px;
  }
}

/**
 * Main post area
 **/
.home__main {
  padding: 0;
}

/**
 *
 * Blog page/Archive styles
 *
 **/
/**
 * Blog section/module
 **/
.site-header {
  background-color: #63666a;
  position: absolute;
}

.post-container article {
  -webkit-box-shadow: 0px 0px 11px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 11px 2px rgba(0, 0, 0, 0.2);
  padding: 50px 70px;
  background: #fff;
}

@media (max-width: 640px) {
  .post-container article {
    padding: 50px 40px;
  }
}

@media (max-width: 560px) {
  .post-container article {
    padding: 40px 20px;
  }
}

.post-container article:last-of-type {
  margin-bottom: 0;
}

.post-container a {
  text-decoration: none;
}

.post-container .post-category a {
  margin-bottom: 20px;
  color: #888B8D;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}

.post-container .post-category a:hover {
  color: #F1B14D;
}

@media (max-width: 640px) {
  .post-container .post-category {
    font-size: 16px;
    font-size: 1rem;
  }
}

.post-container .post-category::after {
  background-color: #888B8D;
  content: "";
  display: block;
  height: 1px;
  width: 140px;
  margin-top: 8px;
  margin-bottom: 24px;
}

.post-container .featured-image {
  display: block;
  margin: 30px auto;
  overflow: hidden;
  position: relative;
}

.post-container img {
  display: block;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  border: 1px solid lightgrey;
}

.post-container h3 {
  margin-bottom: 12px;
  font-family: "ArialRoundedMTBold";
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
}

.post-container .entry-meta {
  margin-bottom: 20px;
  color: #888B8D;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

@media (max-width: 640px) {
  .post-container .entry-meta {
    font-size: 13px;
  }
}

.post-container .entry-meta a {
  color: #888B8D;
}

.post-container .entry-meta a:hover {
  color: #F1B14D;
}

.post-container .entry-meta span[class^="icon-"] {
  position: relative;
  top: 2px;
}

.post-container .entry-meta .byline {
  white-space: nowrap;
  float: left;
  margin-right: 12px;
}

.post-container .posted-on {
  white-space: nowrap;
}

.post-container .post-excerpt p {
  color: #58595B;
  font-size: 18px;
  line-height: 26px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 100;
}

@media (max-width: 640px) {
  .post-container .post-excerpt p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/* Load More Button */
#mda-alp-load-posts {
  padding: 10px 20px;
  max-width: 400px;
  margin: auto auto 40px;
}

div[class^="mda-alp-placeholder-"].loaded article {
  -webkit-animation: moduleFadeIn 400ms 1;
          animation: moduleFadeIn 400ms 1;
}

@-webkit-keyframes moduleFadeIn {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes moduleFadeIn {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

/**
 * Archives
 **/
.archive .site-content,
.search .site-content {
  padding-top: 164px;
}

.archive .site-main,
.search .site-main {
  padding-bottom: 60px;
}

.archive h2,
.search h2 {
  margin-bottom: 0;
  color: #888B8D;
  font-family: "ArialRoundedMTBold";
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}

.archive .post-container,
.search .post-container {
  padding: 40px 0 0;
}

.archive .post-container.container,
.search .post-container.container {
  padding: 0 20px;
}

.archive .no-results,
.search .no-results {
  padding: 80px 0;
  /* Form */
}

.archive .no-results .page-header,
.search .no-results .page-header {
  text-align: center;
}

.archive .no-results .page-header .container,
.search .no-results .page-header .container {
  background-color: #F1B14D;
  padding: 40px 20px 0;
}

.archive .no-results .page-content,
.search .no-results .page-content {
  margin: 0;
  text-align: center;
}

.archive .no-results .page-content .container,
.search .no-results .page-content .container {
  background-color: #F1B14D;
  padding: 0 20px 40px;
}

.archive .no-results h1,
.search .no-results h1 {
  color: white;
  font-family: "ArialRoundedMTBold";
  font-weight: 700;
}

.archive .no-results p,
.search .no-results p {
  margin-bottom: 40px;
  color: white;
  font-size: 18px;
  font-size: 1.125rem;
}

.archive .no-results form,
.search .no-results form {
  margin-bottom: 35px;
}

.archive .no-results input[type="search"],
.archive .no-results .search-submit,
.search .no-results input[type="search"],
.search .no-results .search-submit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  line-height: 1;
}

.archive .no-results input[type="search"],
.search .no-results input[type="search"] {
  background-color: white;
  border-radius: 0;
  max-width: 360px;
  width: 100%;
  padding: 12px 8px;
  font-size: 18px;
  font-size: 1.125rem;
}

.archive .no-results .search-submit,
.search .no-results .search-submit {
  background-color: transparent;
  padding: 11.5px 12px;
  position: relative;
  top: 2px;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  font-size: 22px;
  font-size: 1.375rem;
}

/**
 * Post Navigation
 **/
.wp-pagenavi {
  padding: 40px 0 28px;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  background-color: #888b8d;
  border: 1px solid #888b8d;
  border-radius: .25em;
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 12px;
  padding: .75em 1.25em;
  color: #fff;
  font-family: "ArialRoundedMTBold", "Arial Rounded MT Bold";
  font-size: 16px;
  vertical-align: middle;
}

@media (max-width: 640px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.wp-pagenavi a {
  -webkit-transition: background-color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: background-color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background-color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.wp-pagenavi a:hover {
  background-color: #F1B14D;
  border-color: #F1B14D;
  color: white;
}

.wp-pagenavi a:last-child {
  margin-right: 0;
}

.wp-pagenavi .first::before,
.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .last::after,
.wp-pagenavi .nextpostslink::after {
  font-family: "strongly-blog" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 0.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: 2px;
  left: 0;
  -webkit-transition: left 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: left 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: left 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.wp-pagenavi .first::before {
  content: "\6f";
}

.wp-pagenavi .last::after {
  content: "\70";
}

.wp-pagenavi .previouspostslink::before {
  content: "\71";
}

.wp-pagenavi .nextpostslink::after {
  content: "\72";
}

.wp-pagenavi .first:hover::before,
.wp-pagenavi .previouspostslink:hover::before {
  left: -4px;
}

.wp-pagenavi .first::before,
.wp-pagenavi .previouspostslink::before {
  margin-right: 7px;
}

.wp-pagenavi .last:hover::after,
.wp-pagenavi .nextpostslink:hover::after {
  left: 4px;
}

.wp-pagenavi .last::after,
.wp-pagenavi .nextpostslink::after {
  margin-left: 7px;
}

.wp-pagenavi .extend {
  display: none;
}

@media (max-width: 640px) {
  .wp-pagenavi .page {
    display: none;
  }
}

.wp-pagenavi .current {
  background-color: #485CC7;
  border-color: #485CC7;
  color: white;
}

/**
 *
 * Blog - Singular
 *
 **/
.site-header {
  background-color: #63666a;
  position: absolute;
}

.single .site-content {
  padding-top: 140px;
}

.single .site-content p {
  color: #58595B;
  font-size: 18px;
  line-height: 26px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 100;
}

/**
  * Main content area
  **/
.single__hero {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20% 0;
  margin-top: -36px;
  margin-bottom: 60px;
}

/**
* Main content area
**/
.single__main {
  /* Add to Calendar */
}

.single__main .container {
  max-width: 1080px;
}

.single__main .entry-header a {
  text-decoration: none;
  -webkit-transition: color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.entry-header .post-category {
  color: #888B8D;
}

.single__main .entry-header .post-category::after {
  background-color: #888B8D;
  content: "";
  display: block;
  height: 1px;
  width: 140px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.single__main .entry-header .post-category a {
  margin-bottom: 20px;
  color: #888B8D;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.single__main .entry-header .post-category a:hover {
  color: #F1B14D;
}

.single__main .entry-header h2 {
  margin-bottom: 12px;
  font-family: "ArialRoundedMTBold";
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  color: #485cc7;
}

.single__main .entry-header .entry-meta {
  margin-bottom: 20px;
  color: #888B8D;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.single__main .entry-header .entry-meta a {
  color: #888B8D;
}

.single__main .entry-header .entry-meta a:hover {
  color: #F1B14D;
}

.single__main .entry-header .entry-meta span[class^="icon-"] {
  position: relative;
  top: 2px;
}

.single__main .entry-header .entry-meta .byline {
  margin-right: 20px;
}

.single__main .add-to-calendar {
  display: inline-block;
  margin-left: 20px;
}

.single__main .add-to-calendar > a {
  background-color: #485cc7;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  margin-left: 2px;
  min-width: 163px;
  padding: 8px;
  color: white;
  text-align: center;
}

.single__main .post-excerpt p {
  color: #58595B;
  font-size: 18px;
  line-height: 26px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 100;
}

.single__main .entry-content {
  padding-bottom: 60px;
}

/**
 * Post footer
 **/
.entry-footer {
  border-top: 1px solid #D8D9DA;
  border-bottom: 1px solid #D8D9DA;
  margin-bottom: 40px;
  padding: 28px 0 18px;
}

.entry-footer .tags-links {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 74.4105871005%;
}

.entry-footer .tags-links:last-child {
  margin-right: 0;
}

@media (max-width: 768px) {
  .entry-footer .tags-links {
    width: 100%;
    margin: auto auto 20px;
  }
}

.entry-footer .tags-links a {
  font-family: "ArialRoundedMTBold", "Arial Rounded MT Bold";
  font-size: 16px;
  display: inline-block;
  padding: .75em 2.5em;
  color: white;
  text-align: center;
  background: #888b8d;
  border-radius: .25em;
  cursor: pointer;
  -webkit-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  transition: background 200ms linear;
  text-decoration: none;
  margin-right: 24px;
  margin: 8px;
}

@media (max-width: 1024px) {
  .entry-footer .tags-links a {
    margin: 8px;
  }
}

.entry-footer .tags-links a:hover {
  background: #414042;
  color: white;
}

.entry-footer .social-share {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 23.2317613015%;
  text-align: right;
}

.entry-footer .social-share:last-child {
  margin-right: 0;
}

@media (max-width: 768px) {
  .entry-footer .social-share {
    width: 100%;
    text-align: center;
  }
}

.entry-footer .social-share ul {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .entry-footer .social-share ul {
    float: none;
  }
}

.entry-footer .social-share li {
  display: inline-block;
  vertical-align: middle;
}

.entry-footer .social-share p {
  margin-bottom: 0;
  position: relative;
  color: #00B5E2;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 54px;
}

.entry-footer .social-share a {
  color: #00B5E2;
  font-size: 36px;
  font-size: 2.25rem;
  text-decoration: none;
  -webkit-transition: color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.entry-footer .social-share a:hover {
  color: #B8B9BB;
}

.entry-footer.no-tags .social-share {
  margin-right: auto;
  width: auto;
  text-align: left;
}

/**
 * Post navigation
 **/
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 40px;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 46%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 46%;
}

.post-navigation .nav-previous a:hover .icon-container {
  background-color: #485cc7;
  -webkit-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

.post-navigation .nav-next a:hover .icon-container {
  background-color: #485cc7;
  -webkit-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

.post-navigation a {
  color: #58595B;
  font-size: 15px;
  line-height: 26px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 100;
  text-decoration: none;
}

.post-navigation .icon-container {
  background-color: #F1B14D;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent;
  display: inline-block;
  height: 40px;
  width: 40px;
  margin-bottom: 16px;
  -webkit-transition: -webkit-transform 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.post-navigation .icon-container span {
  position: relative;
  color: white;
  font-size: 36px;
}

.post-navigation .nav__pre-text {
  display: block;
  margin-bottom: 6px;
  font-family: "ArialRoundedMTBold";
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  color: #485cc7;
}

/**
 * Related stories
 **/
.single__related-stories {
  padding: 20px 0 100px;
}

.single__related-stories .container {
  max-width: 1000px;
}

.single__related-stories h3 {
  color: #58595B;
  font-family: "ArialRoundedMTBold";
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  margin-bottom: 28px;
}

.single__related-stories .related-post__module {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
  border: 1px solid #d9d9d9;
  -webkit-box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.1);
}

.single__related-stories .related-post__module:last-child {
  margin-right: 0;
}

@media (max-width: 768px) {
  .single__related-stories .related-post__module {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
    float: none;
    margin: 20px auto !important;
  }
  .single__related-stories .related-post__module:last-child {
    margin-right: 0;
  }
}

@media (max-width: 560px) {
  .single__related-stories .related-post__module {
    width: 100%;
  }
}

.single__related-stories .related-thumb {
  overflow: hidden;
}

.single__related-stories .related-thumb a {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  padding: 30% 0;
  opacity: 1;
  -webkit-transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}

.single__related-stories .related-thumb a:hover {
  opacity: 1;
}

.single__related-stories .related-content {
  padding: 20px;
}

.single__related-stories .related-content h4 {
  margin-bottom: 0;
}

.single__related-stories .related-content h4 a {
  margin-bottom: 12px;
  font-family: "ArialRoundedMTBold";
  font-weight: 700;
  font-size: 17px;
  line-height: 1.2;
  text-decoration: none;
  -webkit-transition: color 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: color 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.single__related-stories .related-content h4 a:hover {
  color: #00B5E2;
}

@media (max-width: 560px) {
  .single__related-stories .related-content h4 a {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.single .entry-content h1, .single .entry-content h2, .single .entry-content h3, .single .entry-content h4, .single .entry-content h5, .single .entry-content h6 {
  margin-bottom: 20px;
  color: #485CC7;
  font-family: "ArialRoundedMTBold";
  font-weight: 700;
  line-height: 1.4;
}

.single .entry-content h1 {
  font-size: 48px;
  font-size: 3rem;
}

.single .entry-content h2 {
  font-size: 40px;
  font-size: 2.5rem;
}

.single .entry-content h3 {
  font-size: 30px;
  font-size: 1.875rem;
}

.single .entry-content h4 {
  font-size: 26px;
  font-size: 1.625rem;
}

.single .entry-content h5 {
  font-size: 22px;
  font-size: 1.375rem;
}

.single .entry-content h6 {
  font-size: 20px;
  font-size: 1.25rem;
}

.single .entry-content p, .single .entry-content ol, .single .entry-content ul {
  color: #58595B;
  font-size: 18px;
  line-height: 28px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 100;
  margin-bottom: 24px;
}

.single .entry-content a {
  text-decoration: none;
  -webkit-transition: color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.single .entry-content ol, .single .entry-content ul {
  padding: 0;
  margin: 32px;
}

.single .entry-content li {
  margin-bottom: 24px;
}

.quote {
  color: #58595B;
  font-size: 18px;
  line-height: 26px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 18px;
  margin-bottom: 24px;
}

@media (max-width: 640px) {
  .quote {
    padding: 0;
  }
}

.quote::before {
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
  color: #F1B14D;
  content: "\201C";
  font-family: "ArialRoundedMTBold";
  font-weight: 400;
}

.quote.half {
  width: 50%;
}

@media (max-width: 640px) {
  .quote.half {
    width: auto;
  }
}

.quote.left {
  float: left;
}

@media (max-width: 640px) {
  .quote.left {
    float: none;
  }
}

.quote.right {
  float: right;
}

@media (max-width: 640px) {
  .quote.right {
    float: none;
  }
}

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

.related-thumb {
  background: url(img/global/related-post.jpg);
  background-size: contain;
}

/**
 *
 * 404 styles
 *
 **/
/**
 * Header
 **/
.error404 .site-header {
  background-color: #63666a;
  position: absolute;
}

.error404 .site-header.not-top {
  background-color: #888B8D;
}

.error404 .site-main {
  /*padding-bottom: 60px;*/
}

/**
 * 404 main
 **/
.error-404 {
  background-image: url("img/404/hero-404.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20% 24px;
  text-align: center;
  /* Form */
}

@media (max-width: 640px) {
  .error-404 {
    padding: 50% 24px;
  }
}

.error-404 h1 {
  color: white;
  font-family: "ArialRoundedMTBold";
}

.error-404 h1 {
  margin: 42px;
  font-size: 64px;
}

.error-404 p {
  margin: 0 auto 40px;
  max-width: 600px;
  font-size: 24px;
  line-height: 30px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #fff;
}

.error-404 form {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}

.error-404 label {
  display: block;
}

.error-404 input[type="search"],
.error-404 .search-submit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  line-height: 1;
  max-width: 540px;
}

.error-404 input[type="search"] {
  font-size: 0.9em;
  border-radius: 4px;
  border: none;
  background: white;
  color: #414042;
  -webkit-box-shadow: 0 0 3px #888b8d inset;
          box-shadow: 0 0 3px #888b8d inset;
  padding: .9em 1.1em;
  width: 100%;
}

.error-404 .search-submit {
  background-color: transparent;
  padding: 11.5px 12px;
  position: absolute;
  top: 0px;
  right: 30px;
  font-size: 22px;
  font-size: 1.375rem;
}
/*# sourceMappingURL=style.css.map */