/* scss/brand/_variables.scss */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on March 25, 2015 */
@font-face {
  font-family: 'lorabold';
  src: url("../fonts/Lora-Bold-webfont.eot");
  src: url("../fonts/Lora-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Lora-Bold-webfont.woff2") format("woff2"), url("../fonts/Lora-Bold-webfont.woff") format("woff"), url("../fonts/Lora-Bold-webfont.ttf") format("truetype"), url("../fonts/Lora-Bold-webfont.svg#lorabold") format("svg");
  font-weight: normal;
  font-style: normal; }

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

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

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

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

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

/* scss/brand/_typography.scss */
html {
  font-size: 10px; }

body {
  font-family: loraregular, georgia, times, sans-serif;
  font-size: 16px;
  line-height: 1.45;
  color: #373737; }

h1, h2, h3, h4 {
  font-family: bebas_neuebold, helvetica, arial, verdana, sans-serif;
  font-size: 3em;
  line-height: 1.2; }

h2 {
  font-size: 3.2em; }

h3 {
  font-size: 2em; }

h4 {
  font-size: 1.6em; }

h5 {
  font-size: 1.2em; }

h6 {
  font-size: 1em; }

p {
  margin-bottom: 1rem; }

.entry-content h2 {
  margin-top: 0.8em;
  margin-bottom: 0.4em; }

.entry-content h3 {
  margin-top: 0.8em;
  margin-bottom: 0.4em; }

.entry-content h4 {
  margin-top: 1em;
  margin-bottom: 0.5em; }

.entry-content :first-child {
  margin-top: 0; }

.category-blog h2, .category-news h2 {
  font-size: 2em; }

.category-blog h3, .category-news h3 {
  font-size: 1.6em; }

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #00539f; }

a:focus {
  outline: thin dotted; }

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

strong, b {
  font-family: lorabold, georgia, times, sans-serif; }

em, i {
  font-family: loraitalic, georgia, times, sans-serif; }

strong em, strong i,
em strong, i strong {
  font-family: lorabold_italic, georgia, times, sans-serif; }

/*--------------------------------------------------------------
## Search Results
--------------------------------------------------------------*/
.search-results article {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 2px solid #c4c4c4; }
  .search-results article h2 {
    font-size: 1.8em;
    margin-bottom: 10px; }
  .search-results article .entry-summary {
    margin-top: 10px; }

/**
** Hero Component
*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

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

h1, h2, h3, h4, h5, h6, ul, ol, dl, p {
  margin-top: 0; }

@-ms-viewport {
  width: device-width; }

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }

.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 992px) {
  .col, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1200px) {
  .col, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

*,
*:before,
*:after {
  box-sizing: border-box; }

/* scss/atoms/_form-fields.scss */
input[type=text],
input[type=password],
input[type=number],
input[type=date],
input[type=search],
input[type=email],
input[type=tel],
input[type=url],
.a-input,
textarea {
  border: 1px solid #e2e2e2;
  border-radius: 0;
  display: inline-block;
  font-family: loraitalic, georgia, times, sans-serif;
  font-size: inherit;
  padding: 0.5em 0.675em;
  width: 100%; }

input[readonly],
input[disabled],
textarea[disabled] {
  background: #e2e2e2; }

.a-input--narrow {
  width: auto; }

label {
  display: block;
  font-size: 1em; }

.mc-field-group {
  font-size: 1.2em; }
  .mc-field-group input {
    max-width: 380px; }
  .mc-field-group br {
    display: none;
    height: 0;
    width: 0; }

.form-row, .mc-field-group {
  margin-bottom: 1em; }

.indicates-required {
  margin-bottom: 2em; }

.a-btn,
.form-submit .submit {
  display: inline-block;
  background: #00539f;
  border: 1px solid #00539f;
  color: #ffb12c;
  cursor: pointer;
  font-family: bebas_neuebold, helvetica, arial, verdana, sans-serif;
  text-decoration: none;
  padding: 0.5em 1em;
  font-size: 1.2em; }
  .a-btn:hover,
  .form-submit .submit:hover {
    background-color: #00386c; }

.a-btn--announce {
  background-color: #ffb12c;
  color: #1d1d1d;
  border-color: #ffb12c;
  padding: 1em 1.4em; }
  .a-btn--announce:hover {
    background-color: #f89c00; }

.a-btn[disabled] {
  background-color: #c4c4c4;
  border-color: #c4c4c4;
  color: #373737;
  cursor: default; }
  .a-btn[disabled]:hover {
    background-color: #c4c4c4; }

.a-btn--small {
  font-size: 1.12em; }

.a-btn--rounded {
  border-radius: 0.4em; }

.a-heading {
  position: relative;
  text-align: center; }
  .a-heading span {
    background: #fff;
    display: inline-block;
    padding: 0 1em;
    z-index: 2;
    position: relative; }
  .a-heading::after {
    background: #5d5d5d;
    content: " ";
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    z-index: 1; }

.a-heading--shout {
  font-size: 3em; }

.a-heading--section {
  font-size: 2.4em; }

.a-heading--blog {
  font-size: 2.4em;
  text-align: left; }
  .a-heading--blog span {
    margin-left: 0;
    padding-left: 0; }

.a-heading--cream span {
  background-color: #f5f2ed; }

table {
  border-collapse: collapse; }
  table th, table td {
    border: 1px solid #c4c4c4;
    padding: 0.4em 1em;
    text-align: left; }
  table th {
    font-family: lorabold, georgia, times, sans-serif; }
  table caption {
    font-family: bebas_neuebold, helvetica, arial, verdana, sans-serif;
    font-size: 1.2em; }

.a-search .input-group {
  display: -ms-flexbox;
  display: flex; }

.a-search .a-search__field {
  border: 0;
  border-left: 1px solid #000;
  display: inline-block;
  padding: 18px;
  font-size: 1.2em; }

.a-search .a-search__button {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  background-color: transparent;
  background-image: url(../images/search-bg.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: #fff;
  padding: 32px;
  border-right: 1px solid #000;
  border-top: 0;
  border-left: 0;
  border-bottom: 0;
  border-radius: 0; }

.m-header {
  background: url(../images/temp-main-banner.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 1em;
  margin-bottom: 2em;
  background-attachment: fixed;
  position: relative; }
  @media only screen and (min-width: 481px) {
    .m-header {
      min-height: 360px;
      padding-bottom: 80px; }
      .m-header .m-header__content {
        position: absolute;
        bottom: 1em;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
        .m-header .m-header__content .m-header__content-box {
          max-width: 100%;
          width: 100%; } }
  @media only screen and (min-width: 1200px) {
    .m-header {
      display: -ms-flexbox;
      display: flex; }
      .m-header .m-header__content {
        bottom: 2em; }
        .m-header .m-header__content .m-header__content-box {
          max-width: 520px;
          width: auto; } }

@media only screen and (min-width: 768px) {
  .home .m-header {
    min-height: 500px; }
  .page-id-22 .m-header {
    min-height: 280px; } }

@media only screen and (min-width: 768px) {
  .m-pre-header__search {
    max-width: 350px; } }

.m-header__logo {
  background: url(../images/logos/nph-logo.svg) no-repeat top left;
  background-size: 100% auto;
  min-height: 120px;
  padding-bottom: 0;
  text-indent: -9999em;
  max-width: 300px;
  margin: 0 auto; }
  .m-header__logo a {
    display: block;
    min-height: 120px; }

.m-pre-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .m-pre-header .a-btn {
    max-height: 64px; }

@media only screen and (min-width: 768px) {
  .m-header__nav ul.nav-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1.2em; }
    .m-header__nav ul.nav-menu > li {
      margin-right: 5px; }
      .m-header__nav ul.nav-menu > li > a {
        color: #fff;
        font-family: bebas_neuebold, helvetica, arial, verdana, sans-serif;
        font-size: 1.6em;
        padding: 0.4em 0.3em 0.6em 0.3em;
        text-shadow: 1px 1px 1px #1d1d1d;
        white-space: nowrap; }
        .m-header__nav ul.nav-menu > li > a[href*='/donate/'] {
          border-radius: 4px;
          background: #00539f;
          color: #fff; }
        .m-header__nav ul.nav-menu > li > a:hover {
          background: rgba(255, 255, 255, 0.6); }
      .m-header__nav ul.nav-menu > li.current-menu-item a, .m-header__nav ul.nav-menu > li.current-page-parent a {
        background: rgba(255, 255, 255, 0.6); }
      .m-header__nav ul.nav-menu > li:last-child {
        margin-right: 0; }
        .m-header__nav ul.nav-menu > li:last-child a {
          padding: 0.4em; }
      .m-header__nav ul.nav-menu > li.menu-item-has-children > a:after {
        content: "\02228";
        display: block;
        position: absolute;
        font-size: 12px;
        left: 50%;
        bottom: 8px;
        -ms-transform: scale(1.6, 1) translateX(-25%);
        transform: scale(1.6, 1) translateX(-25%);
        color: #fff; }
      .m-header__nav ul.nav-menu > li > ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .m-header__nav ul.nav-menu > li > ul li {
          border-top: 3px solid #ffb12c; }
          .m-header__nav ul.nav-menu > li > ul li a {
            padding: 10px;
            background: rgba(255, 255, 255, 0.6); }
            .m-header__nav ul.nav-menu > li > ul li a:hover {
              background: rgba(255, 255, 255, 0.9); }
          .m-header__nav ul.nav-menu > li > ul li.current_page_item a {
            background: rgba(255, 255, 255, 0.9); } }

@media (min-width: 992px) {
  .m-header__nav ul.nav-menu {
    -ms-flex-pack: end;
    justify-content: flex-end; } }

.m-header__content-box {
  padding: 2em 2em 3em 2em;
  font-size: 1.15em;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  position: relative; }
  .m-header__content-box h1 {
    color: #ffb12c;
    font-size: 2.2em;
    margin-bottom: 0.2em;
    line-height: 1; }
  .m-header__content-box .action-link {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0.4em; }

.m-header__main-title {
  font-size: 3.6em;
  margin-bottom: 0;
  color: #ffb12c;
  text-shadow: 1px 1px 2px #1d1d1d; }
  @media only screen and (min-width: 1200px) {
    .m-header__main-title {
      font-size: 4.6em; } }

.m-header-mobile__donate {
  font-size: 2em;
  padding: 0.3em 1em;
  margin: 1em 0 15px 0;
  text-align: center;
  width: 100%; }

.m-header-mobile__nav {
  margin-bottom: 2em; }
  .m-header-mobile__nav ul {
    border-top: 2px solid #5d5d5d; }
    .m-header-mobile__nav ul li {
      display: block;
      float: none; }
      .m-header-mobile__nav ul li a {
        padding: 10px 40px;
        font-size: 2em;
        background: #eee;
        font-family: bebas_neuebold, helvetica, arial, verdana, sans-serif;
        color: #00539f;
        border-bottom: 2px solid #c4c4c4; }
      .m-header-mobile__nav ul li.current-menu-item a {
        color: #1d1d1d; }
    .m-header-mobile__nav ul ul {
      border-top: 0; }
      .m-header-mobile__nav ul ul li a {
        background: #fff;
        font-family: loraregular, georgia, times, sans-serif;
        color: #00539f;
        font-size: 1.2em;
        border-bottom: 0; }

.m-header-mobile__buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.menu-toggle {
  display: inline-block;
  border-radius: 50%;
  background: #00539f;
  padding: 12px 10px 0 10px;
  width: 40px;
  height: 40px;
  margin-bottom: 15px; }
  .menu-toggle .bar {
    background-color: #fff;
    display: block;
    height: 3px;
    margin-bottom: 3px;
    width: 100%;
    border-radius: 1px; }

.m-header-mobile__search-button {
  display: inline-block;
  border-radius: 50%;
  background: #00539f;
  padding: 10px 10px 0 10px;
  width: 40px;
  height: 40px;
  margin-bottom: 15px; }

.m-header-mobile__search {
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4; }

.js-mobile-search {
  display: none; }
  .toggled-search .js-mobile-search {
    display: block; }

.m-footer-banner {
  background: #00539f url(../images/footer-newletter-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
  min-height: 300px;
  line-height: 1.1;
  padding: 6.5em 0 0 0; }

.m-footer-banner__col {
  padding-bottom: 2em; }

.m-footer-banner__connect-title {
  margin-bottom: 0;
  line-height: 1.3; }

.m-footer-banner__text {
  font-family: loraitalic, georgia, times, sans-serif;
  margin-bottom: 0.4em; }
  .m-footer-banner__text small {
    font-family: bebas_neuebold, helvetica, arial, verdana, sans-serif;
    font-size: 1em; }

.m-footer-banner__social-title {
  font-family: loraitalic, georgia, times, sans-serif;
  font-size: 1.2em;
  margin-bottom: 0.3em; }

.m-footer-banner__social-icons a {
  display: inline-block;
  margin-right: 7px; }
  .m-footer-banner__social-icons a img {
    max-width: 100%;
    max-height: 100%; }

.m-footer {
  background: #00539f;
  color: #fff;
  font-size: 18px;
  padding-top: 40px;
  padding-bottom: 60px; }
  .m-footer > .container-fluid {
    max-width: 1600px; }
  .m-footer a {
    color: #fff;
    text-decoration: underline; }
    .m-footer a:hover {
      text-decoration: none; }
  .m-footer .m-footer__loud-link {
    color: #ffb12c;
    font-family: bebas_neuebold, helvetica, arial, verdana, sans-serif;
    text-decoration: none;
    font-size: 22px; }
  .m-footer .m-footer__loud-link--large {
    font-size: 34px; }

@media (max-width: 767px) {
  .m-footer .xs-row {
    clear: left; } }

.m-footer__message {
  font-family: loraitalic, georgia, times, sans-serif;
  font-size: 20px;
  line-height: 34px;
  padding-bottom: 38px;
  border-bottom: 1px solid #fff;
  margin-bottom: 42px; }
  .m-footer__message p {
    margin-bottom: 0; }

.m-footer__title {
  font-size: 30px; }

.m-footer__subtitle {
  font-size: 22px;
  margin-bottom: 0.2em; }

.m-footer__nav {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0; }

.m-footer--legal {
  background: #00386c; }

.m-content-box {
  background: #f5f2ed;
  font-size: 1.6rem; }

.m-content-box__title-bar {
  background: #00539f;
  padding-top: 1em; }
  @media (min-width: 768px) {
    .m-content-box__title-bar {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      padding-top: 0; } }

.m-content-box__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #ffb12c;
  font-size: 2.6em;
  line-height: 1;
  margin: 0 0 0.5em 0;
  padding-left: 1em;
  width: 80%; }
  @media (min-width: 768px) {
    .m-content-box__title {
      margin-bottom: 0;
      width: calc(100% - 150px); } }

@media (max-width: 767px) {
  .m-content-box__image {
    display: block;
    width: 100%; } }

.m-content-box__teaser {
  padding: 1em; }
  .m-content-box__teaser P:last-of-type {
    margin-bottom: 0; }

.m-content-box__link {
  color: inherit;
  text-decoration: none; }
  .m-content-box__link:hover {
    color: inherit; }
    .m-content-box__link:hover * {
      text-decoration: none; }
    .m-content-box__link:hover .m-content-box__title {
      text-decoration: underline; }

.m-super-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 12% 0;
  margin-bottom: 0em;
  border-bottom: 14px solid #ffb12c;
  background: url(../images/temp_grads.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .m-super-box {
      min-height: 360px; } }

.m-super-box__container {
  margin-bottom: 2em; }

.m-super-box__content {
  position: relative;
  z-index: 10; }

.m-super-box__title {
  text-align: center;
  color: #ffb12c;
  margin-bottom: 0px;
  font-size: 3.4em;
  line-height: 0.8;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .m-super-box__title {
      font-size: 5em; } }

.m-super-box__text {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.6em;
  line-height: 1.4;
  width: 100%;
  font-family: loraitalic, georgia, times, sans-serif; }
  @media only screen and (min-width: 768px) {
    .m-super-box__text {
      font-size: 1.8em; } }

.m-super-box__btn {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 2em; }

.m-super-box__title + p .m-super-box__btn {
  margin-top: 20px; }

.m-super-box--content-box .m-super-box__title {
  margin-bottom: 30px;
  text-align: left; }
  @media only screen and (min-width: 768px) {
    .m-super-box--content-box .m-super-box__title {
      font-size: 5em; } }

.m-super-box--content-box .m-super-box__text {
  text-align: left; }

.m-super-box--content-box .m-super-box__btn {
  width: auto; }

.m-image-box {
  background: #00539f; }

.m-image-box__title {
  color: #ffb12c;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  padding: 0.5em 1em; }

.m-image-box__image {
  display: none;
  width: 100%; }
  @media only screen and (min-width: 481px) {
    .m-image-box__image {
      display: block; } }

.m-image-box__link {
  display: block;
  color: inherit;
  text-decoration: none; }
  .m-image-box__link:hover {
    color: inherit; }
    .m-image-box__link:hover * {
      text-decoration: none; }
    .m-image-box__link:hover .m-image-box__title {
      text-decoration: underline; }

.m-image-box--alt {
  background-color: #373737;
  color: #fff;
  border-radius: 4px;
  overflow: hidden;
  padding-bottom: 1px;
  margin-bottom: 24px; }
  .m-image-box--alt .m-image-box__title {
    font-family: loraregular, georgia, times, sans-serif;
    color: #fff;
    font-size: 1.3em;
    margin-bottom: 10px; }
    .m-image-box--alt .m-image-box__title:after {
      content: "\027F6";
      display: inline-block;
      font-size: 1.4em;
      padding-left: 6px; }
  .m-image-box--alt .m-image-box__link {
    color: inherit;
    text-decoration: none; }
    .m-image-box--alt .m-image-box__link:hover {
      color: inherit; }
      .m-image-box--alt .m-image-box__link:hover * {
        text-decoration: none; }
      .m-image-box--alt .m-image-box__link:hover .m-image-box__title {
        text-decoration: underline; }

.m-how-to-help {
  border-radius: 4px;
  background: #00539f;
  color: #fff;
  font-size: 36px;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 36px;
  display: block; }
  .m-how-to-help:hover {
    background-color: #00386c; }
  .m-how-to-help .m-how-to-help__link {
    color: #fff;
    display: block;
    padding: 2rem;
    text-decoration: none; }
  @media only screen and (min-width: 768px) {
    .m-how-to-help {
      background-image: url(../images/make_donation.png);
      background-repeat: no-repeat;
      background-position: center 40px;
      text-align: center; }
      .m-how-to-help .m-how-to-help__link {
        padding: 200px 20px 20px 20px; } }
  @media only screen and (min-width: 1200px) {
    .m-how-to-help {
      text-align: left;
      background-position: 84px 50%;
      min-height: 300px; }
      .m-how-to-help .m-how-to-help__link {
        padding: 94px 0 0 282px; } }

.m-how-to-help--sponsor {
  background-color: #ffb12c; }
  .m-how-to-help--sponsor:hover {
    background-color: #f89c00; }
  @media only screen and (min-width: 768px) {
    .m-how-to-help--sponsor {
      background-image: url(../images/sponsor.png); } }

.m-how-to-help-block__title {
  font-size: 34px;
  line-height: 34px; }
  .m-how-to-help-block__title .u-bebas-font {
    font-size: 48px;
    line-height: 48px; }

@media only screen and (min-width: 1200px) {
  .m-how-to-help-block__title {
    text-align: left;
    font-size: 40px;
    line-height: 40px; }
    .m-how-to-help-block__title .u-bebas-font {
      font-size: 60px;
      line-height: 60px; } }

.m-how-to-help-block__title > span {
  display: block; }

.m-form__row {
  margin-bottom: 1.5em; }

.m-sidebar {
  padding: 1.3em;
  margin-bottom: 2em; }

.m-sidebar--alt {
  background: #f5f2ed; }

.m-donate-box {
  background: #00539f;
  color: #fff;
  padding: 1em 2em 3em 2em;
  margin-bottom: 2em; }

.m-donate-box__title {
  font-size: 2.6em; }

.m-donate-box__subtitle {
  font-family: loraregular, georgia, times, sans-serif;
  font-size: 1.3em; }

.m-donate-box__amounts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center; }

.m-donate-box__amount {
  border-radius: 6px;
  padding: 8px;
  font-size: 2em;
  margin-bottom: 0.7em;
  width: 46%; }

.m-donate-box__btn {
  border-radius: 6px;
  padding: 0.4em 0;
  font-size: 1.8em;
  text-align: center;
  width: 100%; }

.m-donation-box__other {
  display: -ms-flexbox;
  display: flex; }

/* hide up/down arrows ("spinners") on input fields marked type="number" */
.m-donation-box__other input[type=number] {
  -moz-appearance: textfield;
  line-height: 1.3; }

.m-donation-box__other input[type=number]::-webkit-outer-spin-button,
.m-donation-box__other input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.m-donate-box__btn-submit {
  border-radius: 0 6px 6px 0;
  padding: 0.4em 1em;
  font-size: 1.8em;
  text-align: center;
  max-width: 200px; }

.m-donate-box__other-amount[type=number] {
  border-radius: 6px 0 0 6px;
  font-size: 1.8em;
  width: 57.5%; }

.m-donate-intro {
  font-size: 1.3em;
  text-align: center; }

.m-donate-info {
  background: #f5f2ed;
  padding: 1.3em;
  margin-bottom: 2em; }
  .m-donate-info h3 {
    font-size: 3em;
    margin-bottom: 0.6em; }
  .m-donate-info h4 {
    font-size: 2.4em;
    margin: 24px 0 18px 0; }

.m-donate-info__item-content {
  margin-left: 64px; }

.m-donate-info__icon {
  float: left;
  width: 48px; }

.m-donate-info__phone {
  font-size: 1.4em; }

.m-latest-box {
  position: relative;
  margin-bottom: 3%;
  color: #fff;
  text-shadow: 1px 1px 1px #1d1d1d;
  min-height: 225px; }

.m-latest-box__inner {
  position: absolute;
  bottom: 0;
  padding: 1em;
  width: calc(100% - 2em);
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 225px; }

.m-latest-box__title {
  margin-bottom: 0.3em;
  font-size: 2em; }

.m-latest-box__link {
  color: #fff;
  font-size: 1.5em;
  text-decoration: none; }
  .m-latest-box__link:hover {
    text-decoration: underline; }

.m-downloads {
  margin-bottom: 4em; }

.ways-to-help {
  background: #f5f2ed;
  padding: 40px 0; }

.ways-to-help__other-ways {
  background: #fff;
  color: #1d1d1d;
  display: block;
  font-family: loraregular, georgia, times, sans-serif;
  font-size: 2em;
  padding: 0.6em;
  text-align: center;
  transition: all 0.2s;
  margin: 0.6em 0; }
  .ways-to-help__other-ways:hover {
    background: #00539f;
    color: #fff;
    text-decoration: none; }

.m-boombox {
  padding-top: 20em;
  padding-bottom: 1em;
  background-color: #f5f2ed;
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat; }

.m-boombox__content {
  background: #fff;
  padding: 2em; }

.m-other-ways {
  background: #fff;
  padding: 1em; }
  .m-other-ways ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    overflow: hidden; }
  .m-other-ways li {
    border-bottom: 1px solid #e2e2e2;
    font-size: 1.3em;
    padding-bottom: 0.2em;
    margin-bottom: 0.2em; }
    .m-other-ways li::before {
      content: "\00BB";
      color: #00539f;
      font-size: 1.2em; }
    @media (min-width: 768px) {
      .m-other-ways li {
        width: 48%;
        float: left;
        margin-right: 2%; } }
  .m-other-ways a {
    text-decoration: none; }
    .m-other-ways a:hover {
      text-decoration: underline; }

body #lema-container.lema-container .lema-step {
  background-color: #e2e2e2; }

body #lema-container.lema-container .lema-step-header,
body #lema-container.lema-container .lema-amount-box.lema-active {
  border-color: #00539f; }

body #lema-container.lema-container .lema-step-header-text {
  color: #00539f; }

body #lema-container.lema-container input.getunik-radio:checked + label {
  color: #00539f; }

body #lema-container.lema-container .lema-step-number span {
  background-color: #00539f; }

body #lema-container.lema-container .lema-button {
  background-color: #00539f; }

.entry-meta {
  margin-bottom: 20px;
  font-style: italic;
  padding: 8px 15px;
  background: #e2e2e2; }

.entry-footer {
  border-bottom: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
  padding: 1em 0;
  margin-top: 2em;
  font-size: 0.9em; }
  .entry-footer > span {
    display: inline-block;
    margin-right: 30px; }

.comment-respond {
  margin-bottom: 5em;
  margin-top: 3em; }

.logged-in-as {
  float: right; }

.comment-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .comment-list .comment {
    margin-bottom: 1em;
    background: #f6f6f6;
    padding: 1em 2em;
    position: relative; }
    .comment-list .comment .comment-author {
      font-style: italic;
      margin-bottom: 1em; }
    .comment-list .comment .avatar {
      vertical-align: middle; }
  .comment-list .children {
    padding-left: 0;
    margin-top: 2em; }
    .comment-list .children li {
      padding: 1em 0; }
  .comment-list .comment-metadata {
    display: none; }

.author-info {
  margin-top: 6em; }
  .author-info h3 {
    clear: none; }

.author-info__avatar {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em; }

.sharethis-inline-share-buttons {
  margin: 2em 0; }
  .sharethis-inline-share-buttons > div {
    margin-bottom: 0.5em; }

.post-navigation {
  overflow: hidden;
  margin-bottom: 3em; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

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

.u-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1; }

.u-bebas-font {
  font-family: bebas_neuebold, helvetica, arial, verdana, sans-serif; }

.u-lora-font {
  font-family: loraitalic, georgia, times, sans-serif; }

.u-full-width {
  width: 100%; }

.u-padding-bottom {
  padding-bottom: 2em; }

.u-no-margin-bottom {
  margin-bottom: 0; }

.u-tight-margin-bottom {
  margin-bottom: 0.3em; }

.dds-widget-container {
  margin-bottom: 4em; }

/*# sourceMappingURL=maps/main.css.map */
