@charset "UTF-8";
/*
 * Author: nathan@fireflypartners.com
 * Date: February 2018
 */
/* Vendor */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Futura BT';
  src: local("Futura Md BT Bold Italic"), local("FuturaBT-BoldItalic"), url("../fonts/FuturaBT-BoldItalic.woff2") format("woff2"), url("../fonts/FuturaBT-BoldItalic.woff") format("woff"), url("../fonts/FuturaBT-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Futura BT';
  src: local("Futura Bk BT Book Italic"), local("FuturaBT-BookItalic"), url("../fonts/FuturaBT-BookItalic.woff2") format("woff2"), url("../fonts/FuturaBT-BookItalic.woff") format("woff"), url("../fonts/FuturaBT-BookItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Futura BT';
  src: local("Futura Bk BT Book"), local("FuturaBT-Book"), url("../fonts/FuturaBT-Book.woff2") format("woff2"), url("../fonts/FuturaBT-Book.woff") format("woff"), url("../fonts/FuturaBT-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Futura BT';
  src: local("Futura Lt BT Light"), local("FuturaBT-Light"), url("../fonts/FuturaBT-Light.woff2") format("woff2"), url("../fonts/FuturaBT-Light.woff") format("woff"), url("../fonts/FuturaBT-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Futura BT';
  src: local("Futura Lt BT Light Italic"), local("FuturaBT-LightItalic"), url("../fonts/FuturaBT-LightItalic.woff2") format("woff2"), url("../fonts/FuturaBT-LightItalic.woff") format("woff"), url("../fonts/FuturaBT-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Futura Md BT';
  src: local("Futura Md BT Bold"), local("FuturaBT-Bold"), url("../fonts/FuturaBT-Bold.woff2") format("woff2"), url("../fonts/FuturaBT-Bold.woff") format("woff"), url("../fonts/FuturaBT-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Futura BT';
  src: local("Futura Hv BT Heavy"), local("FuturaBT-Heavy"), url("../fonts/FuturaBT-Heavy.woff2") format("woff2"), url("../fonts/FuturaBT-Heavy.woff") format("woff"), url("../fonts/FuturaBT-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Futura BT';
  src: local("Futura Hv BT Heavy Italic"), local("FuturaBT-HeavyItalic"), url("../fonts/FuturaBT-HeavyItalic.woff2") format("woff2"), url("../fonts/FuturaBT-HeavyItalic.woff") format("woff"), url("../fonts/FuturaBT-HeavyItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

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

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Vendor Override */
/*
============================
   All The Utility Styles
============================
*/
/*********************
COLORS / TYPOGRAPHY
*********************/
/*********************
BREAKPOINTS
*********************/
/*
===========================
	All The Base Styles
===========================
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
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; }

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 {
  -moz-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"] {
  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-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

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

* {
  box-sizing: border-box; }

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

* {
  -webkit-overflow-scrolling: touch; }

html, body {
  height: 100%;
  width: 100%; }

body {
  font: 16px/1.2 "Noto Sans", sans-serif;
  color: #000;
  padding: 0;
  min-width: 320px;
  min-height: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: scroll;
  line-height: 1.428571429; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  cursor: pointer;
  text-decoration: none; }

.clickable {
  cursor: pointer; }

ul {
  padding-left: 1rem;
  margin-top: 0; }
  ul li {
    margin-bottom: 1rem; }

ol {
  padding-left: 1rem;
  margin-top: 0; }
  ol li {
    margin-bottom: 1rem; }

.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

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

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

p.wpsm-show,
p.wpsm-hide {
  color: #00a3b4 !important; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

h1, .h1 {
  font-size: 3rem; }

h2, .h2 {
  font-size: 2.25rem; }

h3, .h3 {
  font-size: 1.3125rem; }

h4, .h4 {
  font-size: 1.125rem; }

h5, .h5 {
  font-size: 1rem; }

h6, .h6 {
  font-size: 0.875rem; }

/*
===========================
   All The Layout Styles
===========================
*/
.wrapper {
  max-width: 1200px;
  margin: 0 auto; }

.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none outside none; }
  .list-unstyled li {
    margin: 0;
    padding: 0; }
  .list-unstyled ul,
  .list-unstyled ol {
    list-style: none;
    margin: 0;
    padding: 0; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 10px 10px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 30px;
  height: 20px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 2px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -9px; }
  .hamburger-inner::after {
    bottom: -9px; }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 1px; }
  .hamburger--slider .hamburger-inner::before {
    top: 9px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 18px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 9px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-4.2857142857px, -7px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -18px, 0) rotate(-90deg); }

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

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

.uppercase {
  text-transform: uppercase; }

.overflow-hidden {
  overflow: hidden; }

.overflow-scroll {
  overflow: scroll; }

.overflow-auto {
  overflow: auto; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.left {
  float: left; }

.right {
  float: right; }

.inline {
  display: inline; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.lighter {
  font-weight: lighter; }

.bold {
  font-weight: bold; }

.regular {
  font-weight: normal; }

.italic {
  font-style: italic; }

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

.center {
  text-align: center; }

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

.justify {
  text-align: justify; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.top-0 {
  top: 0; }

.right-0 {
  right: 0; }

.bottom-0 {
  bottom: 0; }

.left-0 {
  left: 0; }

.nowrap {
  white-space: nowrap; }

.p0 {
  padding: 0; }

.hidden {
  overflow: hidden; }

.m0 {
  margin: 0; }

.margin-auto {
  margin: 0 auto; }

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

.background-lightgray {
  background-color: #f2f2f2; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

/*
===========================
   All The Modules Styles
===========================
*/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.image-replace {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

/**
 * 01. Signup Form
 * 02. Account Settings Form
 * 03. Login Form
 */
/**
* 01. Signup Form
*/
.interior-content .active-minds-signup-form {
  margin: 2rem 0; }
  .interior-content .active-minds-signup-form h2 {
    margin-bottom: 1rem; }
  .interior-content .active-minds-signup-form p:first-of-type {
    margin-top: 0; }
  .interior-content .active-minds-signup-form button + button {
    margin-left: 1rem; }
  .interior-content .active-minds-signup-form .field-group {
    margin-bottom: 24px;
    overflow: hidden; }
    .interior-content .active-minds-signup-form .field-group input[type="text"],
    .interior-content .active-minds-signup-form .field-group input[type="email"],
    .interior-content .active-minds-signup-form .field-group input[type="password"] {
      border: 1px solid #e6e6e6;
      border-radius: 4px;
      font-size: 1.125rem;
      font-family: "Noto Sans", sans-serif;
      padding: 14px 25px;
      width: 100%; }
      .interior-content .active-minds-signup-form .field-group input[type="text"]:focus,
      .interior-content .active-minds-signup-form .field-group input[type="email"]:focus,
      .interior-content .active-minds-signup-form .field-group input[type="password"]:focus {
        border-color: #AAB300;
        outline: none; }
      .interior-content .active-minds-signup-form .field-group input[type="text"]::placeholder,
      .interior-content .active-minds-signup-form .field-group input[type="email"]::placeholder,
      .interior-content .active-minds-signup-form .field-group input[type="password"]::placeholder {
        text-transform: lowercase;
        color: #808080; }
    .interior-content .active-minds-signup-form .field-group select {
      border: 1px solid #e6e6e6;
      display: block;
      border-radius: 4px;
      font-size: 1.125rem;
      font-family: "Noto Sans", sans-serif;
      min-width: 250px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: url("../img/select-arrow-icon.png") calc(100% - 22px) center no-repeat;
      padding-right: 50px;
      height: 60px;
      padding-left: 25px; }
      .interior-content .active-minds-signup-form .field-group select:focus {
        border-color: #AAB300;
        outline: none; }
    .interior-content .active-minds-signup-form .field-group .styled-checkbox {
      position: absolute;
      opacity: 0; }
      .interior-content .active-minds-signup-form .field-group .styled-checkbox + label {
        position: relative;
        cursor: pointer;
        padding: 0; }
      .interior-content .active-minds-signup-form .field-group .styled-checkbox + label:before {
        background: url(../img/background-checkbox.png) no-repeat top center #fff;
        content: '';
        margin-right: 10px;
        display: inline-block;
        vertical-align: text-top;
        width: 26px;
        height: 26px;
        border: 1px solid #e6e6e6; }
      .interior-content .active-minds-signup-form .field-group .styled-checkbox:focus + label:before {
        border-color: #AAB300; }
      .interior-content .active-minds-signup-form .field-group .styled-checkbox:checked + label:before {
        background: #AAB300; }
      .interior-content .active-minds-signup-form .field-group .styled-checkbox:disabled + label {
        color: #f2f2f2;
        cursor: auto; }
      .interior-content .active-minds-signup-form .field-group .styled-checkbox:disabled + label:before {
        box-shadow: none;
        background: #ddd; }
      .interior-content .active-minds-signup-form .field-group .styled-checkbox:checked + label:before {
        background: url(../img/background-checkbox.png) no-repeat 0 -26px #AAB300; }
      .interior-content .active-minds-signup-form .field-group .styled-checkbox:checked + label:before {
        border: none; }
    .interior-content .active-minds-signup-form .field-group.multi-field .field-wrap {
      width: 50%;
      float: left;
      padding: 0 12px; }
      .interior-content .active-minds-signup-form .field-group.multi-field .field-wrap:first-child {
        padding-left: 0; }
        @media screen and (max-width: 768px) {
          .interior-content .active-minds-signup-form .field-group.multi-field .field-wrap:first-child {
            margin-bottom: 1rem; } }
      .interior-content .active-minds-signup-form .field-group.multi-field .field-wrap:last-child {
        padding-right: 0; }
      @media screen and (max-width: 768px) {
        .interior-content .active-minds-signup-form .field-group.multi-field .field-wrap {
          width: 100%;
          float: none;
          padding: 0; } }
    .interior-content .active-minds-signup-form .field-group .field-wrap.active-minds-error input[type="text"],
    .interior-content .active-minds-signup-form .field-group .field-wrap.active-minds-error input[type="email"],
    .interior-content .active-minds-signup-form .field-group .field-wrap.active-minds-error input[type="password"] {
      background-color: #f2dede; }
      .interior-content .active-minds-signup-form .field-group .field-wrap.active-minds-error input[type="text"]:focus,
      .interior-content .active-minds-signup-form .field-group .field-wrap.active-minds-error input[type="email"]:focus,
      .interior-content .active-minds-signup-form .field-group .field-wrap.active-minds-error input[type="password"]:focus {
        border-color: #a94442; }
    .interior-content .active-minds-signup-form .field-group label.active-minds-error {
      font-size: 12px !important;
      line-height: 16px !important;
      color: #a94442;
      font-weight: bold;
      margin-top: 5px;
      text-align: left; }
  .interior-content .active-minds-signup-form p.divider {
    margin-top: 20px;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 100%; }
    .interior-content .active-minds-signup-form p.divider span {
      display: inline-block;
      vertical-align: baseline;
      zoom: 1;
      position: relative;
      padding: 0 15px;
      font-weight: normal;
      color: #8e8e8e; }
      .interior-content .active-minds-signup-form p.divider span:after, .interior-content .active-minds-signup-form p.divider span:before {
        content: '';
        display: block;
        width: 1000px;
        position: absolute;
        top: 0.73em;
        border-top: 4px dashed #8e8e8e; }
      .interior-content .active-minds-signup-form p.divider span:before {
        right: 100%; }
      .interior-content .active-minds-signup-form p.divider span:after {
        left: 100%; }
  .interior-content .active-minds-signup-form label.button {
    position: relative;
    overflow: hidden; }
    .interior-content .active-minds-signup-form label.button input {
      position: absolute;
      top: -99999px; }
  .interior-content .active-minds-signup-form .field-wrap.mailing-address .city-field {
    width: 50%;
    padding-right: 10px;
    float: left; }
  .interior-content .active-minds-signup-form .field-wrap.mailing-address .state-field {
    width: 25%;
    float: left;
    padding-right: 10px; }
    .interior-content .active-minds-signup-form .field-wrap.mailing-address .state-field select {
      width: 100%; }
      .interior-content .active-minds-signup-form .field-wrap.mailing-address .state-field select option {
        color: #fff; }
  .interior-content .active-minds-signup-form .field-wrap.mailing-address .zip-field {
    width: 25%;
    float: left; }
  @media screen and (max-width: 1024px) {
    .interior-content .active-minds-signup-form .field-wrap.mailing-address .city-field,
    .interior-content .active-minds-signup-form .field-wrap.mailing-address .state-field,
    .interior-content .active-minds-signup-form .field-wrap.mailing-address .zip-field {
      width: auto;
      padding-right: 0;
      float: none; } }
  .interior-content .active-minds-signup-form .field-group.is-student {
    position: relative; }
    .interior-content .active-minds-signup-form .field-group.is-student .field-wrap.active-minds-error {
      padding-bottom: 20px; }
    .interior-content .active-minds-signup-form .field-group.is-student input[type="radio"] {
      margin-left: 2px;
      margin-right: 4px; }
      .interior-content .active-minds-signup-form .field-group.is-student input[type="radio"]:last-of-type {
        margin-left: 22px; }
    .interior-content .active-minds-signup-form .field-group.is-student label.active-minds-error {
      position: absolute;
      bottom: 0;
      left: 0; }
  .interior-content .active-minds-signup-form .g-recaptcha {
    margin-bottom: 1.25rem; }
  .interior-content .active-minds-signup-form #hiddenRecaptcha-error {
    font-size: 12px !important;
    line-height: 16px !important;
    color: #a94442;
    font-weight: bold;
    text-align: left;
    display: block;
    position: relative;
    top: -18px; }

/**
* 02. Account Settings
*/
.interior-content .active-minds-account-settings .field-group {
  margin-bottom: 24px;
  overflow: hidden; }
  .interior-content .active-minds-account-settings .field-group input[type="text"],
  .interior-content .active-minds-account-settings .field-group input[type="email"],
  .interior-content .active-minds-account-settings .field-group input[type="password"] {
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    font-size: 1.125rem;
    font-family: "Noto Sans", sans-serif;
    padding: 14px 25px;
    width: 100%; }
    .interior-content .active-minds-account-settings .field-group input[type="text"]:focus,
    .interior-content .active-minds-account-settings .field-group input[type="email"]:focus,
    .interior-content .active-minds-account-settings .field-group input[type="password"]:focus {
      border-color: #AAB300;
      outline: none; }
    .interior-content .active-minds-account-settings .field-group input[type="text"]::placeholder,
    .interior-content .active-minds-account-settings .field-group input[type="email"]::placeholder,
    .interior-content .active-minds-account-settings .field-group input[type="password"]::placeholder {
      text-transform: lowercase;
      color: #808080; }
  .interior-content .active-minds-account-settings .field-group select {
    border: 1px solid #e6e6e6;
    display: block;
    border-radius: 4px;
    font-size: 1.125rem;
    font-family: "Noto Sans", sans-serif;
    min-width: 250px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../img/select-arrow-icon.png") calc(100% - 22px) center no-repeat;
    padding-right: 50px;
    height: 60px;
    padding-left: 25px; }
    .interior-content .active-minds-account-settings .field-group select:focus {
      border-color: #AAB300;
      outline: none; }
  .interior-content .active-minds-account-settings .field-group .styled-checkbox {
    position: absolute;
    opacity: 0; }
    .interior-content .active-minds-account-settings .field-group .styled-checkbox + label {
      position: relative;
      cursor: pointer;
      padding: 0; }
    .interior-content .active-minds-account-settings .field-group .styled-checkbox + label:before {
      background: url(../img/background-checkbox.png) no-repeat top center #fff;
      content: '';
      margin-right: 10px;
      display: inline-block;
      vertical-align: text-top;
      width: 26px;
      height: 26px;
      border: 1px solid #e6e6e6; }
    .interior-content .active-minds-account-settings .field-group .styled-checkbox:focus + label:before {
      border-color: #AAB300; }
    .interior-content .active-minds-account-settings .field-group .styled-checkbox:checked + label:before {
      background: #AAB300; }
    .interior-content .active-minds-account-settings .field-group .styled-checkbox:disabled + label {
      color: #f2f2f2;
      cursor: auto; }
    .interior-content .active-minds-account-settings .field-group .styled-checkbox:disabled + label:before {
      box-shadow: none;
      background: #ddd; }
    .interior-content .active-minds-account-settings .field-group .styled-checkbox:checked + label:before {
      background: url(../img/background-checkbox.png) no-repeat 0 -26px #AAB300; }
    .interior-content .active-minds-account-settings .field-group .styled-checkbox:checked + label:before {
      border: none; }
  .interior-content .active-minds-account-settings .field-group.multi-field .field-wrap {
    width: 50%;
    float: left;
    padding: 0 12px; }
    .interior-content .active-minds-account-settings .field-group.multi-field .field-wrap:first-of-type {
      padding-left: 0; }
    .interior-content .active-minds-account-settings .field-group.multi-field .field-wrap:last-of-type {
      padding-right: 0; }
  .interior-content .active-minds-account-settings .field-group.address-fields .field-wrap {
    margin-bottom: 1rem; }
    .interior-content .active-minds-account-settings .field-group.address-fields .field-wrap.city-field {
      width: 50%;
      padding-right: 10px;
      float: left; }
    .interior-content .active-minds-account-settings .field-group.address-fields .field-wrap.state-field {
      width: 25%;
      float: left;
      padding-right: 10px; }
      .interior-content .active-minds-account-settings .field-group.address-fields .field-wrap.state-field select {
        width: 100%;
        height: 55px; }
        .interior-content .active-minds-account-settings .field-group.address-fields .field-wrap.state-field select option {
          color: #fff; }
    .interior-content .active-minds-account-settings .field-group.address-fields .field-wrap.zip-field {
      width: 25%;
      float: left; }
  .interior-content .active-minds-account-settings .field-group .field-wrap.active-minds-error input[type="text"],
  .interior-content .active-minds-account-settings .field-group .field-wrap.active-minds-error input[type="email"],
  .interior-content .active-minds-account-settings .field-group .field-wrap.active-minds-error input[type="password"] {
    background-color: #f2dede; }
    .interior-content .active-minds-account-settings .field-group .field-wrap.active-minds-error input[type="text"]:focus,
    .interior-content .active-minds-account-settings .field-group .field-wrap.active-minds-error input[type="email"]:focus,
    .interior-content .active-minds-account-settings .field-group .field-wrap.active-minds-error input[type="password"]:focus {
      border-color: #a94442; }
  .interior-content .active-minds-account-settings .field-group label.active-minds-error {
    font-size: 12px !important;
    line-height: 16px !important;
    color: #a94442;
    font-weight: bold;
    margin-top: 5px;
    text-align: left; }

.interior-content .active-minds-login-form form {
  margin-top: 3.25em;
  display: flex;
  align-items: center;
  flex-direction: column; }
  .interior-content .active-minds-login-form form .field-group {
    width: 350px;
    margin-bottom: 20px; }
    .interior-content .active-minds-login-form form .field-group input {
      height: 50px;
      width: 100%;
      border: 2px solid #a2a2a2;
      padding-left: 10px;
      color: #63666a;
      font-size: 16px !important;
      min-width: 250px; }
    .interior-content .active-minds-login-form form .field-group label {
      font-size: 16px;
      line-height: 22px;
      font-weight: bold;
      color: #003479;
      margin-bottom: 5px; }
      .interior-content .active-minds-login-form form .field-group label:first-child {
        display: block; }
      .interior-content .active-minds-login-form form .field-group label.active-minds-error {
        font-size: 12px !important;
        line-height: 16px !important;
        color: #a94442;
        font-weight: bold;
        margin-top: 5px;
        text-align: left; }

/**
 * 03. Login Form
 */
.active-minds-login-form .forgot-password {
  color: #012169;
  font-weight: bold;
  margin: 5px 0 0; }

.active-minds-login-form input[type="submit"] {
  margin-top: 30px; }

.button {
  background: #AAB300;
  display: inline-block;
  max-width: 100%;
  border-radius: 4px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  color: #fff;
  vertical-align: baseline;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  padding: 12px 30px;
  border: 0;
  font-style: normal;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .button.full-width {
    width: 100%; }
  .button:hover, .button:focus {
    outline: 0;
    color: #fff !important;
    background: #B7BE26;
    text-decoration: none !important; }
  .button:disabled {
    opacity: .65;
    cursor: default; }
    .button:disabled:hover {
      background: #AAB300; }

/**
 * 01. Featured Blog
 * 02. Structure
 * 03. Archive List
 * 04. Blog Post
 * 05. Widgets
 * 06. Pagination
 */
section.blog {
  max-width: 1000px;
  padding: 1.2em 2.4em;
  margin: 0 auto;
  /**
  * 01. Featured Blog
  */
  /**
   * 02. Structure
   */
  /**
   * 03. Archive
   */ }
  section.blog .featured-post {
    background-size: cover;
    min-height: 400px;
    width: 100%;
    padding: 2.4rem 1.2rem;
    background-position: center center;
    display: flex;
    align-items: center;
    position: relative;
    background-color: #003479; }
    section.blog .featured-post:before {
      content: '';
      background: #293031;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      opacity: .4;
      z-index: 1; }
    section.blog .featured-post .featured-post-content {
      float: left;
      display: block;
      margin-right: 2.35%;
      width: 66%;
      padding-left: 1.2em;
      z-index: 2;
      position: relative; }
      section.blog .featured-post .featured-post-content h5 {
        font-size: .694em;
        color: #fff;
        letter-spacing: 1px;
        margin: 0 0 5px;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1.4em;
        font-family: 'Zilla Slab', serif; }
      section.blog .featured-post .featured-post-content h2 {
        color: #fff;
        font-weight: 700;
        margin: 0 0 1em 0;
        font-size: 2.0736em;
        font-family: "Noto Sans", sans-serif;
        line-height: 1.2em; }
      section.blog .featured-post .featured-post-content h3 {
        color: #fff;
        font-weight: normal;
        font-size: 1.2em;
        font-family: 'Zilla Slab', serif;
        line-height: 1.2em;
        margin: 0 0 1em 0;
        text-transform: none; }
  section.blog .blog-archive {
    padding: 1.2em 2.4em;
    overflow: hidden; }
    section.blog .blog-archive .blog-post-list {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 65.8807826589%; }
    section.blog .blog-archive .blog-post-sidebar {
      float: left;
      display: block;
      width: 23.2317609825%;
      margin-left: 8.5298043353%;
      margin-right: 0; }
    section.blog .blog-archive .blog-popular-posts {
      margin-bottom: 2.4em;
      float: left;
      display: block;
      width: 100%; }
  section.blog .blog-archive .blog-post-list h3.archive-title {
    margin: 1.2em 0 2.4em;
    clear: both;
    font-size: 1.2em;
    font-weight: 900;
    text-transform: uppercase; }
  section.blog .blog-archive .blog-post-list article {
    margin-bottom: 2.4em;
    position: relative;
    border-bottom: 1px solid #edf1f2;
    padding-bottom: 2.4em;
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 100%;
    clear: both;
    overflow: hidden; }
    section.blog .blog-archive .blog-post-list article:last-of-type {
      border-bottom: 0;
      margin-bottom: 0; }
    section.blog .blog-archive .blog-post-list article .post-info {
      background: #fff;
      width: 100%;
      float: left;
      z-index: 2;
      position: relative; }
      section.blog .blog-archive .blog-post-list article .post-info h3 {
        margin-bottom: 1em;
        color: #44505d;
        font-size: 1.44em;
        font-family: "Noto Sans", sans-serif;
        font-weight: 700;
        clear: both; }
      section.blog .blog-archive .blog-post-list article .post-info h5 {
        font-size: .694em;
        letter-spacing: 1px;
        margin: 0 0 5px;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1.4em;
        font-family: 'Zilla Slab', serif;
        color: #4d4d4d; }
      section.blog .blog-archive .blog-post-list article .post-info p {
        font-size: 0.9375rem;
        margin-bottom: 0;
        line-height: 1.6em;
        color: #727e83; }
    section.blog .blog-archive .blog-post-list article.has-post-image .post-image {
      width: 100%; }
      section.blog .blog-archive .blog-post-list article.has-post-image .post-image img {
        width: 100%; }
    section.blog .blog-archive .blog-post-list article.has-post-image .post-info {
      margin-top: 1rem; }

/**
 * 04. Blog Post
 */
section.blog-post {
  max-width: 1000px;
  padding: 1.2em 2.4em;
  margin: 0 auto; }
  section.blog-post .back-to-blog {
    margin-bottom: 1rem; }
    section.blog-post .back-to-blog a {
      font-size: 14px; }
  section.blog-post .featured-image img {
    max-width: 100%; }
  section.blog-post .post-header-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1rem 0; }
    section.blog-post .post-header-meta .post-header-meta-left {
      width: 75%; }
      section.blog-post .post-header-meta .post-header-meta-left .post-category-list {
        padding-bottom: 0;
        float: none;
        margin-right: 0; }
        section.blog-post .post-header-meta .post-header-meta-left .post-category-list .post-category-top-title {
          font-size: 15px;
          font-weight: normal;
          font-style: italic;
          padding-left: 6px; }
        section.blog-post .post-header-meta .post-header-meta-left .post-category-list ul {
          margin: 0;
          padding: 0;
          display: inline; }
          section.blog-post .post-header-meta .post-header-meta-left .post-category-list ul li {
            display: inline-block; }
            section.blog-post .post-header-meta .post-header-meta-left .post-category-list ul li:before {
              display: none; }
        section.blog-post .post-header-meta .post-header-meta-left .post-category-list a {
          background: #edf1f2;
          border-radius: 4px;
          color: #36bff7;
          display: inline-block;
          font-size: .8333333333em;
          font-weight: 600;
          margin: 5px;
          padding: 5px 8px;
          text-decoration: none;
          text-transform: lowercase; }
    section.blog-post .post-header-meta .post-header-meta-right .post-time-to-read {
      margin: 0;
      float: none;
      width: 100%;
      text-align: right;
      color: #727e83;
      font-size: .6944444444em;
      font-style: italic; }
  section.blog-post article.post {
    max-width: 750px;
    margin: 24px auto; }
    section.blog-post article.post .author {
      width: 100%;
      overflow: hidden; }
      section.blog-post article.post .author .author-avatar {
        width: 70px;
        float: left; }
        section.blog-post article.post .author .author-avatar img {
          max-width: 60px;
          height: auto; }
      section.blog-post article.post .author .author-info {
        float: left;
        width: calc(100% - 70px);
        margin-top: 15px;
        color: #44505d; }
        section.blog-post article.post .author .author-info h5 {
          font-size: 1.125rem;
          font-weight: bold;
          margin: 0;
          text-transform: uppercase;
          line-height: 1.4em;
          font-style: normal; }
        section.blog-post article.post .author .author-info h6 {
          color: #727e83;
          font-size: 0.78125rem;
          font-style: italic;
          margin: 0;
          text-decoration: none;
          line-height: 1.2em; }
    section.blog-post article.post footer h4 {
      text-transform: uppercase; }
    section.blog-post article.post footer hr {
      margin-bottom: 1rem; }
    section.blog-post article.post footer .post-category-list {
      margin: 2.8rem 0 1.5rem; }
      section.blog-post article.post footer .post-category-list ul {
        margin: 0;
        padding: 0;
        display: inline; }
        section.blog-post article.post footer .post-category-list ul li {
          display: inline-block; }
          section.blog-post article.post footer .post-category-list ul li:before {
            display: none; }
      section.blog-post article.post footer .post-category-list a {
        background: #edf1f2;
        border-radius: 4px;
        color: #36bff7;
        display: inline-block;
        font-size: .8333333333em;
        font-weight: 600;
        margin: 5px;
        padding: 5px 8px;
        text-decoration: none;
        text-transform: lowercase; }

.blog-post-sidebar .widget h3 {
  margin: 1.2em 0 2.4em;
  clear: both;
  font-size: 1.2em;
  font-weight: 900;
  text-transform: uppercase; }

.blog-post-sidebar .widget.category-widget ul {
  margin: 0 0 1em 0;
  padding: 0; }
  .blog-post-sidebar .widget.category-widget ul li {
    padding: 12px 0;
    margin: 0;
    border-bottom: 1px solid #edf1f2; }
    .blog-post-sidebar .widget.category-widget ul li:first-child {
      padding-top: 0; }
    .blog-post-sidebar .widget.category-widget ul li:last-child {
      border: 0; }
    .blog-post-sidebar .widget.category-widget ul li:before {
      display: none; }

.blog-post-sidebar .widget.search-widget form {
  position: relative; }
  .blog-post-sidebar .widget.search-widget form * {
    box-sizing: border-box; }
  .blog-post-sidebar .widget.search-widget form input[type=search] {
    width: 100%;
    padding: 10px 46px 10px 10px;
    border: 2px solid #e4e4e4;
    border-radius: 4px; }
    .blog-post-sidebar .widget.search-widget form input[type=search]:focus {
      outline: none; }
  .blog-post-sidebar .widget.search-widget form .search-icon {
    color: #003479;
    font-size: 1.5rem; }
    .blog-post-sidebar .widget.search-widget form .search-icon:hover {
      color: #26528D; }
    .blog-post-sidebar .widget.search-widget form .search-icon button {
      border: 0;
      background: #e4e4e4;
      height: 46px;
      width: 46px;
      vertical-align: middle;
      position: absolute;
      right: 0;
      top: 0;
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
      .blog-post-sidebar .widget.search-widget form .search-icon button:focus {
        outline: none; }

/**
 * 06. Pagination
 */
.am-pagination ul {
  margin: 0 !important;
  padding: 0 !important;
  overflow: auto !important;
  width: 100%; }

.am-pagination li a,
.am-pagination li a:hover,
.am-pagination li.active a,
.am-pagination li.disabled {
  color: #fff;
  text-decoration: none;
  display: block; }

.am-pagination li {
  display: inline-block; }
  .am-pagination li:before {
    display: none; }

.am-pagination li a,
.am-pagination li a:hover,
.am-pagination li.active a,
.am-pagination li.disabled {
  background-color: #6FB7E9;
  border-radius: 3px;
  cursor: pointer;
  padding: 0.75rem; }

.am-pagination li a:hover,
.am-pagination li.active a {
  background-color: #3C8DC5; }

.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 23px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer; }
  .radio-inline + .radio-inline {
    margin-left: 10px; }
  .radio-inline input[type=radio] {
    position: absolute;
    margin-top: 7px;
    margin-left: -20px;
    line-height: normal; }

.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 23px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer; }
  .checkbox-inline + .checkbox-inline {
    margin-left: 10px; }
  .checkbox-inline input[type=checkbox] {
    position: absolute;
    margin-top: 7px;
    margin-left: -20px;
    line-height: normal; }

/* SUCCESS/ERROR MESSAGES
========================================================= */
.active-minds-alert {
  padding: 15px;
  margin: 0 auto 2em;
  border: 1px solid transparent;
  border-radius: 4px; }
  .active-minds-alert.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
  .active-minds-alert.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
  .active-minds-alert.is-hidden {
    display: none; }
  .active-minds-alert.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear; }
    .active-minds-alert.fade.in {
      opacity: 1; }
  .active-minds-alert.dismissible {
    padding-right: 35px; }
    .active-minds-alert.dismissible .close {
      font-size: 20px;
      line-height: 1.5;
      position: relative;
      top: -2px;
      right: -21px;
      text-decoration: none !important;
      float: right;
      font-weight: 700;
      color: #000;
      text-shadow: 0 1px 0 #fff;
      filter: alpha(opacity=20);
      opacity: 0.2; }

/**
 * 01. WYSIWYG Content
 * 02. Stats
 * 03. Image Grid
 * 04. Signup Form
 * 05. Image w/ Content
 * 06. Button Links
 * 07. Social Feeds
 * 08. Donation CTA
 * 09. Sponsors
 * 10. CTA Blocks
 * 11. Buttons w/ Content
 * 12. Quote Block
 * 13. Hero Area
 * 14. Callout Boxes
 * 15. News
 * 16. Charity Engine Widget
 */
/**
 * 01. WYSIWYG Content
 */
section.wysiwyg-content {
  margin: 5rem 30px; }
  @media screen and (max-width: 425px) {
    section.wysiwyg-content a.button {
      display: block; } }
/**
 * 02. Stats
 */
section.stats {
  background-size: cover;
  background-position: center;
  text-align: center; }
  section.stats .stats-container {
    background-color: rgba(255, 255, 255, 0.65);
    padding: 85px 16px; }
    @media screen and (max-width: 768px) {
      section.stats .stats-container {
        padding: 60px 16px; } }
  section.stats .stat {
    display: inline-flex;
    align-items: center;
    position: relative;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.87);
    padding: 30px;
    vertical-align: middle; }
    section.stats .stat > div {
      width: 100%; }
    @media screen and (max-width: 768px) {
      section.stats .stat {
        margin: 1rem;
        display: none; }
        section.stats .stat:first-child {
          display: inline-block; }
        section.stats .stat.is-invisible {
          opacity: 1; } }
    section.stats .stat h2 {
      color: #003479;
      font-family: 'Noto Sans', sans-serif;
      font-size: 81px;
      font-style: italic; }
      section.stats .stat h2.large {
        font-size: 61px; }
      section.stats .stat h2 span {
        display: block;
        color: #ffb60f;
        font-family: 'Zilla Slab', serif;
        font-weight: 600;
        font-style: italic;
        font-size: 29px;
        margin-top: -20px; }
    section.stats .stat p {
      color: #404040;
      font-family: 'Noto Sans', sans-serif;
      margin-top: 5px;
      font-weight: bold;
      line-height: 1.15em; }
    section.stats .stat:first-child {
      margin-right: -45px; }
      @media screen and (max-width: 768px) {
        section.stats .stat:first-child {
          margin: 0; } }
    section.stats .stat:nth-child(2) {
      background-color: rgba(0, 52, 121, 0.85);
      z-index: 2; }
      section.stats .stat:nth-child(2) h2 {
        color: #fff; }
      section.stats .stat:nth-child(2) p {
        color: #fff; }
    section.stats .stat:last-child {
      margin-left: -45px;
      z-index: 1; }
      @media screen and (max-width: 768px) {
        section.stats .stat:last-child {
          margin: 0; } }
/**
 * 03. Image Grid
 */
section.image-blocks {
  text-align: center;
  max-width: 970px;
  margin: 5rem auto; }
  section.image-blocks a:hover {
    text-decoration: none; }
  @media screen and (max-width: 768px) {
    section.image-blocks {
      margin: 2rem; } }
  section.image-blocks .row {
    margin: 0 -12px; }
    section.image-blocks .row:nth-child(odd) .image-block-container:nth-child(1) .heading {
      background-color: #008C9A; }
    section.image-blocks .row:nth-child(odd) .image-block-container:nth-child(1) p {
      background-color: #00A3B4; }
    section.image-blocks .row:nth-child(odd) .image-block-container:nth-child(2) .heading {
      background-color: #FFB40F; }
    section.image-blocks .row:nth-child(odd) .image-block-container:nth-child(2) p {
      background-color: #FF9B0F; }
    section.image-blocks .row:nth-child(odd) .image-block-container:nth-child(3) .heading {
      background-color: #625BC2; }
    section.image-blocks .row:nth-child(odd) .image-block-container:nth-child(3) p {
      background-color: #4B499E; }
    section.image-blocks .row:nth-child(even) .image-block-container:nth-child(1) .heading {
      background-color: #FF6418; }
    section.image-blocks .row:nth-child(even) .image-block-container:nth-child(1) p {
      background-color: #F04C23; }
    section.image-blocks .row:nth-child(even) .image-block-container:nth-child(2) .heading {
      background-color: #3A7DD8; }
    section.image-blocks .row:nth-child(even) .image-block-container:nth-child(2) p {
      background-color: #2660BA; }
    section.image-blocks .row:nth-child(even) .image-block-container:nth-child(3) .heading {
      background-color: #B7BE26; }
    section.image-blocks .row:nth-child(even) .image-block-container:nth-child(3) p {
      background-color: #AAB300; }
  section.image-blocks .image-block-container {
    width: 33%;
    display: inline-block;
    padding: 12px;
    vertical-align: top; }
    @media screen and (max-width: 768px) {
      section.image-blocks .image-block-container {
        padding: 0;
        width: 100%;
        display: block;
        max-width: 600px;
        margin: 0 auto 60px; } }
    @media screen and (max-width: 425px) {
      section.image-blocks .image-block-container {
        margin-bottom: 30px; } }
  section.image-blocks .image-block {
    display: inline-block;
    text-align: left;
    transition: transform .2s;
    width: 100%; }
    @media screen and (max-width: 768px) {
      section.image-blocks .image-block.is-invisible {
        opacity: 1; } }
    section.image-blocks .image-block:hover {
      transform: scale(1.1);
      box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.33);
      border-radius: 4px; }
    @media screen and (max-width: 768px) {
      section.image-blocks .image-block:hover {
        transform: none;
        box-shadow: none; } }
    section.image-blocks .image-block .heading {
      background-color: #008C9A;
      padding: 25px 28px; }
      section.image-blocks .image-block .heading h2 {
        color: #fff;
        font-family: 'Noto Sans', sans-serif;
        font-size: 1.5rem;
        margin: 0;
        font-weight: normal;
        font-style: normal; }
        section.image-blocks .image-block .heading h2 sup {
          font-size: 0.75rem;
          position: relative;
          top: -13px;
          display: inline-block; }
      section.image-blocks .image-block .heading h3 {
        color: #fff;
        font-family: 'Zilla Slab', serif;
        font-size: 1rem;
        margin-top: 5px;
        line-height: 1.25em;
        font-weight: normal;
        text-transform: none; }
    section.image-blocks .image-block p {
      color: #fff;
      background-color: #00A3B4;
      font-size: 1.125rem;
      font-family: 'Zilla Slab', serif;
      font-weight: 600;
      margin: 0;
      padding: 11px 0 11px 27px;
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px;
      position: relative; }
      section.image-blocks .image-block p:after {
        content: "";
        width: 10px;
        height: 10px;
        border: 2px solid #fff;
        border-left: 0;
        border-bottom: 0;
        position: absolute;
        right: 32px;
        bottom: 0;
        top: 0;
        transform: rotate(45deg);
        margin: auto; }
    section.image-blocks .image-block img {
      width: 100%;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px; }

/**
 * 04. Signup Form
 */
section.signup-form {
  background-color: #003479;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 50px 16px;
  margin: 5rem 0; }
  section.signup-form h2 {
    text-transform: lowercase;
    font-size: 2.25rem;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    font-style: italic;
    color: #fff; }
  section.signup-form p {
    font-size: 1.125rem;
    font-family: 'Zilla Slab', serif;
    font-weight: 700; }
  section.signup-form form {
    position: relative;
    max-width: 780px;
    margin: 0 auto;
    text-align: left; }
    section.signup-form form input[type=email] {
      text-transform: lowercase;
      border: 0;
      border-radius: 5px 0 0 5px;
      padding: 18px 36px;
      width: calc(100% - 139px);
      height: 58px;
      font-family: 'Noto Sans', sans-serif;
      font-size: 1.25rem;
      color: #4d4d4d; }
      @media screen and (max-width: 425px) {
        section.signup-form form input[type=email] {
          width: 100%;
          border-radius: 4px; } }
      section.signup-form form input[type=email]:focus {
        outline: 0; }
    section.signup-form form button {
      position: absolute;
      right: 0;
      font-family: 'Noto Sans', sans-serif;
      font-size: 1.3125rem;
      font-weight: 700;
      background-color: #FFB40F;
      text-transform: uppercase;
      height: 58px;
      top: 0;
      width: 139px;
      border: 0;
      border-radius: 0 4px 4px 0; }
      @media screen and (max-width: 425px) {
        section.signup-form form button {
          position: initial;
          display: block;
          width: 100%;
          margin-top: 1rem;
          border-radius: 4px; } }
  section.signup-form:before {
    content: " ";
    width: 100%;
    height: 6px;
    position: absolute;
    background: url("../img/background-border-top-dark-blue.png") center;
    top: -6px;
    left: 0; }
  section.signup-form:after {
    content: " ";
    width: 100%;
    height: 6px;
    position: absolute;
    background: url("../img/background-border-bottom-dark-blue.png") center;
    bottom: -6px;
    left: 0; }

/**
 * 05. Image w/ Content
 */
section.image-with-content {
  overflow: hidden;
  width: 100%;
  margin: 5rem 0;
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    section.image-with-content {
      margin: 30px 0; } }
  section.image-with-content .wrapper {
    display: flex;
    align-items: center;
    margin: 0 60px; }
    @media screen and (max-width: 768px) {
      section.image-with-content .wrapper {
        display: block; }
        section.image-with-content .wrapper .image {
          text-align: center;
          margin-bottom: 2rem; } }
    @media screen and (max-width: 425px) {
      section.image-with-content .wrapper {
        margin: 0 30px; } }
  section.image-with-content .wrapper.full-width-enabled {
    width: 100%;
    justify-content: space-between;
    align-items: flex-start; }
  section.image-with-content h2 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 2.25rem;
    font-weight: 700;
    font-style: italic;
    color: #003479;
    text-transform: lowercase;
    margin-bottom: 18px; }
    section.image-with-content h2.natural {
      text-transform: none; }
  section.image-with-content h3 {
    font-family: "Noto Sans",sans-serif;
    font-weight: 700;
    color: #aab300;
    text-transform: uppercase; }
    section.image-with-content h3.natural {
      text-transform: none; }
  section.image-with-content ul {
    list-style: none;
    margin: 0 0 1em;
    padding: 0;
    color: #00a5b6;
    font-family: 'Zilla Slab', serif;
    font-size: 1.3125rem;
    font-weight: 700; }
    section.image-with-content ul li {
      border-bottom: 1px solid #666;
      padding-bottom: 25px;
      margin-bottom: 25px; }
      section.image-with-content ul li:last-child {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0; }
      section.image-with-content ul li a {
        color: #00a5b6;
        text-decoration: none; }
  section.image-with-content img {
    float: left; }
    @media screen and (max-width: 768px) {
      section.image-with-content img {
        float: none;
        width: 100%; } }
  section.image-with-content .content {
    float: left;
    width: 100%; }
    section.image-with-content .content h3 {
      line-height: 1.31rem; }
    @media screen and (max-width: 768px) {
      section.image-with-content .content {
        float: none;
        width: 100%; } }
  section.image-with-content.image-left .image {
    padding-right: 45px;
    max-width: 63.5%; }
    @media screen and (max-width: 768px) {
      section.image-with-content.image-left .image {
        padding: 0;
        width: 100%;
        max-width: 100%; } }
  section.image-with-content.image-right .image {
    padding-left: 45px;
    order: 2;
    max-width: 63.5%; }
    @media screen and (max-width: 768px) {
      section.image-with-content.image-right .image {
        order: initial;
        padding: 0;
        width: 100%;
        max-width: 100%; } }
  section.image-with-content.image-right .content {
    order: 1; }
    @media screen and (max-width: 768px) {
      section.image-with-content.image-right .content {
        order: initial; } }
  section.image-with-content .full-width-enabled .image {
    width: 100%;
    max-width: 33.3%; }
    section.image-with-content .full-width-enabled .image img {
      width: 100%;
      height: auto; }
    @media screen and (max-width: 768px) {
      section.image-with-content .full-width-enabled .image {
        max-width: 100%; }
        section.image-with-content .full-width-enabled .image img {
          width: 65%; } }
    @media screen and (max-width: 425px) {
      section.image-with-content .full-width-enabled .image {
        max-width: 100%; }
        section.image-with-content .full-width-enabled .image img {
          width: 100%; } }
  section.image-with-content .full-width-enabled .content {
    width: 100%;
    max-width: 66.6%; }
    @media screen and (max-width: 768px) {
      section.image-with-content .full-width-enabled .content {
        max-width: 100%; } }
/**
 * 06. Button Links
 */
section.button-links {
  background-color: #FFB40F;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 90px 30px;
  margin: 5rem 0 0; }
  @media screen and (max-width: 768px) {
    section.button-links {
      padding: 45px 30px; } }
  section.button-links h2 {
    text-transform: lowercase;
    font-size: 2.25rem;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 2.375rem;
    color: #fff; }
  section.button-links ul {
    max-width: 1200px;
    margin: 0 auto; }
    section.button-links ul li {
      display: inline-block;
      padding: 0 16px;
      min-width: 280px;
      margin-bottom: 1rem; }
      section.button-links ul li:before {
        display: none; }
      @media screen and (max-width: 768px) {
        section.button-links ul li {
          width: 49%; } }
      @media screen and (max-width: 425px) {
        section.button-links ul li {
          width: 100%;
          padding: 0; } }
      section.button-links ul li a {
        display: block;
        color: white;
        text-transform: uppercase;
        font-family: 'Noto Sans', sans-serif;
        font-size: 1.125rem;
        font-weight: 700;
        background-color: rgba(255, 155, 15, 0.75);
        width: 100%;
        border-radius: 4px;
        padding: 18px 9px; }
        section.button-links ul li a:hover {
          background-color: #FF9B0F; }
  section.button-links:before {
    content: " ";
    width: 100%;
    height: 7px;
    position: absolute;
    background: url("../img/background-border-top-orange.png") center;
    top: -7px;
    left: 0; }
  section.button-links:after {
    content: " ";
    width: 100%;
    height: 8px;
    position: absolute;
    background: url("../img/background-border-bottom-orange.png") center;
    bottom: -8px;
    left: 0; }

/**
 * 07. Social Feed
 */
section.social-feeds {
  background: #ebebeb;
  padding: 7.25rem 60px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    section.social-feeds {
      padding: 3rem 30px; } }
  section.social-feeds .wrapper {
    max-width: 970px; }
  section.social-feeds h2 {
    color: #003479;
    text-transform: lowercase;
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
    font-size: 2.25rem;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 2.75rem; }
  section.social-feeds h3 {
    color: #b3bb26;
    text-transform: uppercase;
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem; }
    section.social-feeds h3 i {
      margin-right: 8px;
      font-size: 150%;
      position: relative;
      top: 2px; }
  section.social-feeds .social-media-feeds {
    width: 64%;
    float: right;
    margin-left: 4%; }
    @media screen and (max-width: 768px) {
      section.social-feeds .social-media-feeds {
        width: 100%; } }
    section.social-feeds .social-media-feeds .instagram-feed {
      margin-bottom: 50px; }
      @media screen and (max-width: 425px) {
        section.social-feeds .social-media-feeds .instagram-feed .sbi_item {
          display: none !important; }
          section.social-feeds .social-media-feeds .instagram-feed .sbi_item:first-child {
            display: block !important; } }
      section.social-feeds .social-media-feeds .instagram-feed #sb_instagram {
        margin: 0 -8px !important; }
        section.social-feeds .social-media-feeds .instagram-feed #sb_instagram .sbi_photo_wrap {
          padding: 0 8px !important; }
          section.social-feeds .social-media-feeds .instagram-feed #sb_instagram .sbi_photo_wrap .sbi_photo {
            height: 200px !important;
            width: 200px !important;
            border: 3px solid #fff;
            border-radius: 4px; }
            @media screen and (max-width: 425px) {
              section.social-feeds .social-media-feeds .instagram-feed #sb_instagram .sbi_photo_wrap .sbi_photo {
                height: auto !important;
                width: auto !important; } }
            section.social-feeds .social-media-feeds .instagram-feed #sb_instagram .sbi_photo_wrap .sbi_photo img {
              display: block !important;
              height: 200px !important; }
              @media screen and (max-width: 425px) {
                section.social-feeds .social-media-feeds .instagram-feed #sb_instagram .sbi_photo_wrap .sbi_photo img {
                  height: auto !important; } }
    section.social-feeds .social-media-feeds .twitter-feed .twitter-wrap {
      padding: 25px 18px;
      background-color: #fff;
      font-family: 'Noto Sans', sans-serif;
      font-size: 1.125rem; }
      section.social-feeds .social-media-feeds .twitter-feed .twitter-wrap > p {
        font-family: 'Zilla Slab', serif;
        font-weight: 700;
        margin-bottom: 0;
        font-size: 1.0625rem; }
        section.social-feeds .social-media-feeds .twitter-feed .twitter-wrap > p a {
          text-decoration: none;
          color: #003479; }
    section.social-feeds .social-media-feeds .twitter-feed #ctf .ctf-item {
      padding: 0; }
    section.social-feeds .social-media-feeds .twitter-feed #ctf .ctf-tweet-media img {
      max-height: 300px; }
  section.social-feeds .blog-feed {
    width: 28%;
    float: left;
    margin-right: 4%; }
    @media screen and (max-width: 768px) {
      section.social-feeds .blog-feed {
        width: 100%;
        margin: 0 0 2rem; } }
    section.social-feeds .blog-feed .blog-feed-post {
      padding: 28px;
      background-color: #fff;
      border-radius: 5px;
      margin-bottom: 1rem;
      transition: transform .2s; }
      section.social-feeds .blog-feed .blog-feed-post:hover {
        transform: scale(1.1);
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.33); }
        @media screen and (max-width: 768px) {
          section.social-feeds .blog-feed .blog-feed-post:hover {
            transform: none;
            box-shadow: none; } }
      section.social-feeds .blog-feed .blog-feed-post a {
        color: #003479; }
      section.social-feeds .blog-feed .blog-feed-post .date {
        margin-top: 0;
        font-size: 1.10125rem;
        font-family: 'Zilla Slab', serif;
        font-weight: 700; }
      section.social-feeds .blog-feed .blog-feed-post h4 {
        font-family: 'Noto Sans', sans-serif;
        font-size: 1.5rem;
        font-weight: normal; }

/**
 * 08. Donation CTA
 */
section.donation-cta {
  background-size: cover;
  background-position: top center;
  color: #fff;
  text-align: center;
  padding: 10rem 60px; }
  @media screen and (max-width: 768px) {
    section.donation-cta {
      padding: 1rem 30px; } }
  section.donation-cta h2 {
    font-family: 'Noto Sans', sans-serif;
    font-style: italic;
    font-size: 4.6875rem;
    text-transform: lowercase; }
    @media screen and (max-width: 768px) {
      section.donation-cta h2 {
        font-size: 3.75rem; } }
    @media screen and (max-width: 425px) {
      section.donation-cta h2 {
        font-size: 2.1875rem;
        margin: 1rem 0 1.5rem; } }
  section.donation-cta .button {
    border: 1px solid #aab300;
    background: transparent;
    min-width: 193px;
    padding: 13px;
    margin-top: 50px; }
    @media screen and (max-width: 768px) {
      section.donation-cta .button {
        margin: 40px 0; } }
    section.donation-cta .button:hover {
      border-color: #AAB300;
      background: #AAB300;
      color: #fff; }
  section.donation-cta figure {
    margin: 0; }
    section.donation-cta figure blockquote {
      font-size: 1.9375rem;
      font-family: 'Zilla Slab', serif;
      font-weight: 600;
      font-style: italic;
      margin: 30px 0; }
      @media screen and (max-width: 425px) {
        section.donation-cta figure blockquote {
          margin: 15px 0; } }
      @media screen and (max-width: 768px) {
        section.donation-cta figure blockquote {
          font-size: 1.625rem; } }
      section.donation-cta figure blockquote:before {
        content: "\201C";
        margin-right: -5px; }
      section.donation-cta figure blockquote:after {
        content: "\201D";
        margin-left: -5px; }
      section.donation-cta figure blockquote p {
        margin: 0;
        display: inline; }
    section.donation-cta figure cite {
      font-size: 1.125rem;
      font-family: 'Noto Sans', sans-serif;
      font-weight: 700;
      font-style: normal !important;
      text-transform: uppercase; }
      @media screen and (max-width: 768px) {
        section.donation-cta figure cite {
          font-size: 1rem; } }
      section.donation-cta figure cite:before {
        content: "\2014"; }

/**
 * 09. Sponsors
 */
section.sponsors {
  display: flex;
  align-content: center;
  justify-content: center;
  padding: 4.6875rem; }
  @media screen and (max-width: 768px) {
    section.sponsors {
      padding: 30px; } }
  section.sponsors .logos-container {
    overflow: hidden;
    width: 100%;
    max-width: 300px;
    display: inline-block;
    vertical-align: middle; }
    @media screen and (max-width: 768px) {
      section.sponsors .logos-container {
        text-align: center; } }
  section.sponsors h2 {
    display: inline;
    vertical-align: middle;
    color: #4d4d4d;
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.3125rem;
    font-weight: 700;
    margin-right: 25px; }
    @media screen and (max-width: 768px) {
      section.sponsors h2 {
        display: block;
        margin-bottom: 1.5rem;
        margin-right: 0; } }
  section.sponsors ul.logos {
    display: inline; }
    section.sponsors ul.logos img {
      max-height: 62px; }

/**
 * 10. CTA Blocks
 */
section.cta-blocks .row {
  display: flex; }
  @media screen and (max-width: 1024px) {
    section.cta-blocks .row {
      display: block; } }
  section.cta-blocks .row .cta-block {
    flex: 1;
    text-align: center;
    color: #fff;
    padding: 50px;
    position: relative;
    z-index: 3; }
    section.cta-blocks .row .cta-block h2 {
      color: #fff; }
    section.cta-blocks .row .cta-block a {
      color: #fff; }
  section.cta-blocks .row:nth-child(odd) .cta-block:nth-child(odd) {
    background-color: #2660BA; }
    section.cta-blocks .row:nth-child(odd) .cta-block:nth-child(odd):before {
      content: " ";
      width: 100%;
      height: 6px;
      background: url("../img/background-border-top-blue.png") no-repeat center center transparent;
      position: absolute;
      top: -6px;
      left: 0;
      z-index: 2; }
    section.cta-blocks .row:nth-child(odd) .cta-block:nth-child(odd):after {
      content: " ";
      width: 100%;
      height: 6px;
      background: url("../img/background-border-bottom-blue.png") no-repeat center center transparent;
      position: absolute;
      bottom: -6px;
      left: 0;
      z-index: 2; }
  section.cta-blocks .row:nth-child(odd) .cta-block:nth-child(even) {
    background-color: #3A7DD8; }
    section.cta-blocks .row:nth-child(odd) .cta-block:nth-child(even):before {
      content: " ";
      width: 100%;
      height: 6px;
      background: url("../img/background-border-top-blue-alt.png") no-repeat center center transparent;
      position: absolute;
      top: -6px;
      left: 0;
      z-index: 2; }
    section.cta-blocks .row:nth-child(odd) .cta-block:nth-child(even):after {
      content: " ";
      width: 100%;
      height: 6px;
      background: url("../img/background-border-bottom-blue-alt.png") no-repeat center center transparent;
      position: absolute;
      bottom: -6px;
      left: 0;
      z-index: 2; }
  section.cta-blocks .row:nth-child(even) .cta-block:nth-child(even) {
    background-color: #2660BA; }
    section.cta-blocks .row:nth-child(even) .cta-block:nth-child(even):before {
      content: " ";
      width: 100%;
      height: 6px;
      background: url("../img/background-border-top-blue.png") no-repeat center center transparent;
      position: absolute;
      top: -6px;
      left: 0;
      z-index: 2; }
    section.cta-blocks .row:nth-child(even) .cta-block:nth-child(even):after {
      content: " ";
      width: 100%;
      height: 6px;
      background: url("../img/background-border-bottom-blue.png") no-repeat center center transparent;
      position: absolute;
      bottom: -6px;
      left: 0;
      z-index: 2; }
  section.cta-blocks .row:nth-child(even) .cta-block:nth-child(odd) {
    background-color: #3A7DD8; }
    section.cta-blocks .row:nth-child(even) .cta-block:nth-child(odd):before {
      content: " ";
      width: 100%;
      height: 6px;
      background: url("../img/background-border-top-blue-alt.png") no-repeat center center transparent;
      position: absolute;
      top: -6px;
      left: 0;
      z-index: 2; }
    section.cta-blocks .row:nth-child(even) .cta-block:nth-child(odd):after {
      content: " ";
      width: 100%;
      height: 6px;
      background: url("../img/background-border-bottom-blue-alt.png") no-repeat center center transparent;
      position: absolute;
      bottom: -6px;
      left: 0;
      z-index: 2; }

/**
 * 11. Buttons w/ Content
 */
section.buttons-with-content {
  overflow: hidden;
  margin: 5rem 30px; }
  @media screen and (max-width: 768px) {
    section.buttons-with-content {
      margin: 30px 0; } }
  section.buttons-with-content .wrapper {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 768px) {
      section.buttons-with-content .wrapper {
        margin: 0 60px;
        flex-direction: column; }
        section.buttons-with-content .wrapper .buttons {
          flex-shrink: 0;
          flex-grow: 1;
          text-align: center;
          margin-bottom: 2rem; }
        section.buttons-with-content .wrapper .content {
          flex-shrink: 0;
          flex-grow: 1; } }
    @media screen and (max-width: 425px) {
      section.buttons-with-content .wrapper {
        margin: 0 30px; } }
  section.buttons-with-content .buttons {
    float: left;
    max-width: 66%; }
    section.buttons-with-content .buttons ul {
      padding-left: 0;
      margin-top: 0; }
      section.buttons-with-content .buttons ul li {
        display: inline-block;
        margin: 1rem; }
        @media screen and (max-width: 425px) {
          section.buttons-with-content .buttons ul li {
            display: block;
            margin: 0 0 1rem 0; }
            section.buttons-with-content .buttons ul li a {
              width: 100%; } }
        section.buttons-with-content .buttons ul li:before {
          display: none; }
    @media screen and (max-width: 768px) {
      section.buttons-with-content .buttons {
        float: none;
        width: 100%;
        max-width: none; } }
    section.buttons-with-content .buttons.multiple {
      width: 50%; }
      @media screen and (max-width: 768px) {
        section.buttons-with-content .buttons.multiple {
          width: 100%; } }
    section.buttons-with-content .buttons.single {
      width: 33%; }
      @media screen and (max-width: 768px) {
        section.buttons-with-content .buttons.single {
          width: 100%; } }
  section.buttons-with-content .content {
    float: left; }
    @media screen and (max-width: 768px) {
      section.buttons-with-content .content {
        float: none; } }
  section.buttons-with-content .multiple + .content {
    width: 50%; }
    @media screen and (max-width: 768px) {
      section.buttons-with-content .multiple + .content {
        width: 100%; } }
  section.buttons-with-content .single + .content {
    width: 66%; }
    @media screen and (max-width: 768px) {
      section.buttons-with-content .single + .content {
        width: 100%; } }
  section.buttons-with-content.buttons-left .buttons {
    margin-right: 45px; }
    @media screen and (max-width: 768px) {
      section.buttons-with-content.buttons-left .buttons {
        margin: 0; } }
  section.buttons-with-content.buttons-right .buttons {
    margin-left: 45px;
    order: 2; }
    @media screen and (max-width: 768px) {
      section.buttons-with-content.buttons-right .buttons {
        margin: 0; } }
  section.buttons-with-content.buttons-right .content {
    order: 1; }

/**
 * 12. Quote Block
 */
section.quote-block {
  display: flex;
  align-items: center;
  background-size: cover !important;
  position: relative;
  min-height: 400px; }
  @media screen and (max-width: 768px) {
    section.quote-block {
      display: block; } }
  section.quote-block.background-gray {
    background: url("../img/background-texture-gray.jpg") center center #e6e6e6; }
  section.quote-block.background-blue {
    background: url("../img/background-texture-blue.jpg") no-repeat center center #223a6d; }
    section.quote-block.background-blue .content-wrap figure {
      color: #fff; }
  section.quote-block.background-image .content-wrap:before {
    content: " ";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  section.quote-block.background-image .content-wrap figure {
    color: #fff;
    z-index: 2; }
  section.quote-block .image {
    width: 50%;
    background-size: cover; }
    @media screen and (max-width: 768px) {
      section.quote-block .image {
        width: 100%;
        background-image: none !important; } }
    section.quote-block .image img {
      max-width: 100%;
      visibility: hidden; }
      @media screen and (max-width: 768px) {
        section.quote-block .image img {
          visibility: visible;
          width: 100%; } }
  section.quote-block .content-wrap {
    width: 50%;
    display: flex;
    padding: 30px;
    align-items: center; }
    @media screen and (max-width: 768px) {
      section.quote-block .content-wrap {
        width: 100%; } }
    section.quote-block .content-wrap figure {
      color: #003479;
      max-width: 1060px;
      margin: 0 auto; }
      section.quote-block .content-wrap figure blockquote {
        font-size: 1.9375rem;
        font-family: 'Zilla Slab', serif;
        font-weight: 600;
        font-style: italic;
        margin: 20px 0; }
        @media screen and (max-width: 425px) {
          section.quote-block .content-wrap figure blockquote {
            margin: 15px 0; } }
        @media screen and (max-width: 768px) {
          section.quote-block .content-wrap figure blockquote {
            font-size: 1.625rem; } }
        section.quote-block .content-wrap figure blockquote:before {
          content: "\201C";
          margin-right: -5px; }
        section.quote-block .content-wrap figure blockquote:after {
          content: "\201D";
          margin-left: -19px;
          left: 13px;
          position: relative; }
        section.quote-block .content-wrap figure blockquote p {
          font-size: 1.9375rem;
          display: inline;
          margin: 0; }
      section.quote-block .content-wrap figure cite {
        display: block; }
        section.quote-block .content-wrap figure cite.author {
          font-size: 1.125rem;
          font-family: 'Noto Sans', sans-serif;
          font-weight: 700;
          font-style: normal !important;
          text-transform: uppercase; }
          @media screen and (max-width: 768px) {
            section.quote-block .content-wrap figure cite.author {
              font-size: 1rem; } }
          section.quote-block .content-wrap figure cite.author:before {
            content: "\2014"; }
        section.quote-block .content-wrap figure cite.byline {
          font-size: 0.875rem;
          font-family: 'Noto Sans', sans-serif;
          font-style: normal !important; }
  section.quote-block.image-none .content-wrap {
    width: 100%;
    text-align: center;
    min-height: 300px; }
  section.quote-block.image-none figure {
    width: 100%; }
  section.quote-block.image-right .image {
    order: 2; }
    @media screen and (max-width: 768px) {
      section.quote-block.image-right .image {
        order: 1; } }
  section.quote-block.image-right .content-wrap {
    order: 1; }
    @media screen and (max-width: 768px) {
      section.quote-block.image-right .content-wrap {
        order: 2; } }
  section.quote-block.torn-edge:before {
    content: " ";
    background: url("../img/mask-white-top.png") center center;
    width: 100%;
    height: 6px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2; }
  section.quote-block.torn-edge:after {
    content: " ";
    background: url("../img/mask-white-bottom.png") center center;
    width: 100%;
    height: 6px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2; }
  section.quote-block.no-quotes .content-wrap figure blockquote p {
    display: block;
    margin-bottom: 1rem; }
  section.quote-block.no-quotes .content-wrap figure blockquote:before, section.quote-block.no-quotes .content-wrap figure blockquote:after {
    display: none; }

/**
 * 13. Hero Area
 */
section.hero-area {
  display: flex;
  align-items: center;
  background-size: cover !important;
  background-position: center;
  position: relative;
  min-height: 640px; }
  section.hero-area.background-gray {
    background: url("../img/background-texture-gray.jpg") center center #e6e6e6; }
    section.hero-area.background-gray .content-wrap .content h1, section.hero-area.background-gray .content-wrap .content h2, section.hero-area.background-gray .content-wrap .content h3, section.hero-area.background-gray .content-wrap .content h4, section.hero-area.background-gray .content-wrap .content h5, section.hero-area.background-gray .content-wrap .content h6, section.hero-area.background-gray .content-wrap .content p, section.hero-area.background-gray .content-wrap .content a {
      color: #003479; }
  section.hero-area.background-blue {
    background: url("../img/background-texture-blue.jpg") no-repeat center center #223a6d; }
  section.hero-area.background-image .content-wrap:before {
    content: " ";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  section.hero-area .content-wrap {
    padding: 160px 30px;
    text-align: center;
    max-width: 1086px;
    margin: 0 auto; }
    section.hero-area .content-wrap .content {
      position: relative;
      z-index: 2;
      margin: 0 auto; }
      section.hero-area .content-wrap .content h1, section.hero-area .content-wrap .content h2, section.hero-area .content-wrap .content h3, section.hero-area .content-wrap .content h4, section.hero-area .content-wrap .content h5, section.hero-area .content-wrap .content h6, section.hero-area .content-wrap .content p, section.hero-area .content-wrap .content a {
        color: #fff; }
      section.hero-area .content-wrap .content p {
        font-family: "Zilla Slab", serif; }
    section.hero-area .content-wrap p.button-wrap {
      margin-top: 3.5rem; }
    section.hero-area .content-wrap .button {
      position: relative;
      z-index: 2; }
  section.hero-area .placeholder-image {
    width: 1px; }
  section.hero-area.torn-edge:before {
    content: " ";
    background: url("../img/mask-white-top.png") center center;
    width: 100%;
    height: 6px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2; }
  section.hero-area.torn-edge:after {
    content: " ";
    background: url("../img/mask-white-bottom.png") center center;
    width: 100%;
    height: 6px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2; }

/**
 * 14. Callout Boxes
 */
section.callout-boxes {
  margin: 5rem 30px; }
  @media screen and (max-width: 425px) {
    section.callout-boxes {
      margin: 2rem 30px; } }
  section.callout-boxes .wrapper {
    max-width: 970px; }
  section.callout-boxes .row {
    margin: 0 -12px 1.5rem;
    overflow: hidden; }
    section.callout-boxes .row .callout-box-wrapper {
      display: inline-block;
      width: 33%;
      vertical-align: top; }
      @media screen and (max-width: 1024px) {
        section.callout-boxes .row .callout-box-wrapper {
          width: 100%;
          max-width: 600px;
          margin: 0 auto;
          display: block; } }
      section.callout-boxes .row .callout-box-wrapper .callout-box {
        text-align: center;
        position: relative;
        border-radius: 4px;
        margin: 0 10px;
        padding: 30px; }
        @media screen and (max-width: 1024px) {
          section.callout-boxes .row .callout-box-wrapper .callout-box {
            margin: 0 0 2rem; } }
        section.callout-boxes .row .callout-box-wrapper .callout-box .button {
          margin-top: 12px; }
        section.callout-boxes .row .callout-box-wrapper .callout-box.blue {
          background-color: #2660BA; }
          section.callout-boxes .row .callout-box-wrapper .callout-box.blue .button {
            background-color: #3A7DD8; }
        section.callout-boxes .row .callout-box-wrapper .callout-box.dark-blue {
          background-color: #003479; }
          section.callout-boxes .row .callout-box-wrapper .callout-box.dark-blue .button {
            background-color: #26528D; }
        section.callout-boxes .row .callout-box-wrapper .callout-box.green {
          background-color: #AAB300; }
          section.callout-boxes .row .callout-box-wrapper .callout-box.green .button {
            background-color: #B7BE26; }
        section.callout-boxes .row .callout-box-wrapper .callout-box.orange {
          background-color: #FFB40F; }
          section.callout-boxes .row .callout-box-wrapper .callout-box.orange .button {
            background-color: #FF9B0F; }
        section.callout-boxes .row .callout-box-wrapper .callout-box.purple {
          background-color: #625BC2; }
          section.callout-boxes .row .callout-box-wrapper .callout-box.purple .button {
            background-color: #4B499E; }
        section.callout-boxes .row .callout-box-wrapper .callout-box.red {
          background-color: #FF6418; }
          section.callout-boxes .row .callout-box-wrapper .callout-box.red .button {
            background-color: #F04C23; }
        section.callout-boxes .row .callout-box-wrapper .callout-box.teal {
          background-color: #00A4B5; }
          section.callout-boxes .row .callout-box-wrapper .callout-box.teal .button {
            background-color: #008C9A; }
        section.callout-boxes .row .callout-box-wrapper .callout-box h2 {
          color: #fff;
          text-transform: lowercase;
          margin-bottom: 18px; }
        section.callout-boxes .row .callout-box-wrapper .callout-box p {
          color: #fff;
          font-family: "Zilla Slab", serif;
          font-size: 1.125rem; }
        section.callout-boxes .row .callout-box-wrapper .callout-box .links-with-arrows {
          list-style: none;
          margin: 0;
          padding: 0; }
          section.callout-boxes .row .callout-box-wrapper .callout-box .links-with-arrows li a {
            color: #fff;
            text-transform: uppercase;
            position: relative;
            padding-right: 24px; }
            section.callout-boxes .row .callout-box-wrapper .callout-box .links-with-arrows li a:after {
              content: "";
              width: 10px;
              height: 10px;
              border: 2px solid #fff;
              border-left: 0;
              border-bottom: 0;
              position: absolute;
              right: 0;
              bottom: 6px;
              transform: rotate(45deg); }
          section.callout-boxes .row .callout-box-wrapper .callout-box .links-with-arrows li:before {
            display: none; }
      section.callout-boxes .row .callout-box-wrapper:first-child .callout-box {
        margin-left: 0; }
      section.callout-boxes .row .callout-box-wrapper:last-child .callout-box {
        margin-right: 0; }
  section.callout-boxes .additional-links {
    list-style: none;
    margin: 60px 0 0;
    padding: 0;
    text-align: center; }
    @media screen and (max-width: 1024px) {
      section.callout-boxes .additional-links {
        margin-top: 0; } }
    section.callout-boxes .additional-links li {
      margin: 0;
      padding: 0 24px 0 0;
      display: inline-block;
      position: relative; }
      @media screen and (max-width: 425px) {
        section.callout-boxes .additional-links li {
          display: block;
          padding: 0; } }
      section.callout-boxes .additional-links li:before {
        display: none; }
      section.callout-boxes .additional-links li:after {
        content: "";
        width: 2px;
        height: 21px;
        background-color: #003479;
        display: block;
        position: absolute;
        right: 10px;
        top: 5px; }
        @media screen and (max-width: 425px) {
          section.callout-boxes .additional-links li:after {
            display: none; } }
      section.callout-boxes .additional-links li:last-child {
        padding-right: 0; }
        section.callout-boxes .additional-links li:last-child:after {
          display: none; }
      section.callout-boxes .additional-links li a {
        font-size: 1.3125rem;
        font-family: 'Zilla Slab', sans-serif;
        color: #003479;
        font-weight: 700; }

/**
 * 15. News
 */
section.news-posts {
  background-color: #003479;
  padding: 50px 30px; }
  @media screen and (max-width: 425px) {
    section.news-posts {
      padding: 30px; } }
  section.news-posts .wrapper {
    max-width: 970px; }
  section.news-posts h2 {
    text-transform: lowercase;
    font-size: 2.25rem;
    font-family: 'Noto Sans',sans-serif;
    font-weight: 700;
    font-style: italic;
    color: #fff;
    text-align: center;
    margin: 13px 0 40px; }
  section.news-posts .row {
    overflow: hidden; }
    section.news-posts .row:last-child {
      margin-bottom: 30px; }
      @media screen and (max-width: 425px) {
        section.news-posts .row:last-child {
          margin-bottom: 0; } }
    section.news-posts .row + .row {
      margin-top: 24px; }
    section.news-posts .row .news-post-container {
      width: 50%;
      float: left;
      vertical-align: top;
      white-space: normal; }
      @media screen and (max-width: 1024px) {
        section.news-posts .row .news-post-container {
          width: 100%;
          float: none; } }
      section.news-posts .row .news-post-container .news-post {
        overflow: hidden;
        border-radius: 4px;
        background-color: #fff; }
        @media screen and (max-width: 1024px) {
          section.news-posts .row .news-post-container .news-post {
            display: flex;
            margin-bottom: 24px; } }
        @media screen and (max-width: 768px) {
          section.news-posts .row .news-post-container .news-post {
            display: block; } }
        section.news-posts .row .news-post-container .news-post .photo {
          background-size: cover;
          width: 145px;
          height: 100%;
          float: left; }
          @media screen and (max-width: 1024px) {
            section.news-posts .row .news-post-container .news-post .photo {
              height: auto;
              width: 200px; } }
          @media screen and (max-width: 768px) {
            section.news-posts .row .news-post-container .news-post .photo {
              display: none; } }
          section.news-posts .row .news-post-container .news-post .photo + .news-content {
            float: left;
            width: calc(100% - 145px); }
            @media screen and (max-width: 1024px) {
              section.news-posts .row .news-post-container .news-post .photo + .news-content {
                width: calc(100% - 200px); } }
            @media screen and (max-width: 768px) {
              section.news-posts .row .news-post-container .news-post .photo + .news-content {
                width: 100%; } }
        section.news-posts .row .news-post-container .news-post .news-content {
          padding: 25px 30px;
          font-family: 'Noto Sans', sans-serif;
          font-size: 1.125rem;
          line-height: 1.25em; }
          section.news-posts .row .news-post-container .news-post .news-content a {
            color: #003479; }
          section.news-posts .row .news-post-container .news-post .news-content img {
            max-width: 100%; }
          section.news-posts .row .news-post-container .news-post .news-content .date {
            font-family: "Zilla Slab", serif;
            font-size: 1.0625rem;
            font-weight: 700;
            color: #003479;
            line-height: 1em;
            margin: 15px 0 5px; }
            section.news-posts .row .news-post-container .news-post .news-content .date + p {
              margin: 0; }
          section.news-posts .row .news-post-container .news-post .news-content .news-link {
            line-height: 1em;
            margin-top: 23px; }
            section.news-posts .row .news-post-container .news-post .news-content .news-link a {
              color: #aab300;
              font-family: "Zilla Slab", serif;
              font-size: 1.3125rem;
              font-weight: 700;
              position: relative;
              padding-right: 23px; }
              section.news-posts .row .news-post-container .news-post .news-content .news-link a:after {
                content: ">>";
                position: absolute;
                bottom: 3px;
                right: 0; }
      section.news-posts .row .news-post-container + .news-post-container .news-post {
        margin-left: 24px; }
        @media screen and (max-width: 1024px) {
          section.news-posts .row .news-post-container + .news-post-container .news-post {
            margin-left: 0; } }
/**
 * 15. Charity Engine Widget
 */
section.charity-engine-widget {
  padding: 0 30px;
  margin: 0 auto;
  font-weight: bold; }
  section.charity-engine-widget button,
  section.charity-engine-widget input[type=submit] {
    background: #AAB300;
    display: inline-block;
    max-width: 100%;
    border-radius: 4px;
    font-family: 'Noto Sans',sans-serif;
    font-weight: 700;
    font-size: 1.125rem;
    color: #fff;
    vertical-align: baseline;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    padding: 12px 30px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border: 0;
    margin-bottom: 1rem; }
  section.charity-engine-widget input[type="text"],
  section.charity-engine-widget input[type="email"],
  section.charity-engine-widget input[type="password"] {
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    font-size: 1.125rem;
    font-family: "Noto Sans", sans-serif;
    padding: 14px 25px;
    width: 100%;
    display: block;
    margin-bottom: 1rem;
    font-weight: normal;
    max-width: 600px; }
    section.charity-engine-widget input[type="text"]:focus,
    section.charity-engine-widget input[type="email"]:focus,
    section.charity-engine-widget input[type="password"]:focus {
      border-color: #AAB300;
      outline: none; }
    section.charity-engine-widget input[type="text"]::placeholder,
    section.charity-engine-widget input[type="email"]::placeholder,
    section.charity-engine-widget input[type="password"]::placeholder {
      text-transform: lowercase;
      color: #808080; }
  section.charity-engine-widget .iframe {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0; }
    section.charity-engine-widget .iframe iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

/**
 * 01. Newsletter
 * 02. Main Footer
 * 03. Footer Secondary
 * 04. Footer Bottom
 */
/**
 * 01. Newsletter
 */
section.newsletter-bottom {
  background-color: #a8b100;
  color: #fff;
  padding: 35px; }
  section.newsletter-bottom .newsletter-description {
    width: 600px;
    max-width: 100%;
    margin: 0 auto 1.25rem;
    display: flex; }
    @media screen and (max-width: 425px) {
      section.newsletter-bottom .newsletter-description {
        display: block; } }
    section.newsletter-bottom .newsletter-description img {
      margin-right: 20px; }
      @media screen and (max-width: 425px) {
        section.newsletter-bottom .newsletter-description img {
          display: block;
          margin: 0 auto; } }
    section.newsletter-bottom .newsletter-description .description p {
      font-family: 'Noto Sans', sans-serif;
      font-weight: 700;
      font-size: 0.875rem;
      line-height: 1.1875rem;
      letter-spacing: -0.01px; }
      @media screen and (max-width: 425px) {
        section.newsletter-bottom .newsletter-description .description p {
          text-align: center; } }
  section.newsletter-bottom form {
    border-radius: 4px;
    clear: both;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    max-width: 900px; }
    section.newsletter-bottom form input[type="text"],
    section.newsletter-bottom form input[type="email"] {
      background-color: #fff;
      border: 0;
      margin: 0 15px 1rem;
      padding: 18px;
      height: 58px;
      text-transform: lowercase;
      color: #4d4d4d;
      width: calc( 50% - 30px);
      display: block;
      float: left;
      border-radius: 4px; }
      @media screen and (max-width: 768px) {
        section.newsletter-bottom form input[type="text"],
        section.newsletter-bottom form input[type="email"] {
          width: 100%;
          margin: 0 0 1rem; } }
      section.newsletter-bottom form input[type="text"]:focus,
      section.newsletter-bottom form input[type="email"]:focus {
        outline: 0; }
    section.newsletter-bottom form input:first-child {
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px;
      border-right: 1px solid #808080; }
    section.newsletter-bottom form button {
      background-color: #003479;
      color: #fff;
      text-transform: uppercase;
      border: 0;
      height: 58px;
      padding: 18px;
      border-radius: 4px;
      width: calc( 50% - 30px);
      margin: 0 15px; }
      @media screen and (max-width: 768px) {
        section.newsletter-bottom form button {
          width: 100%;
          margin: 0; } }
/**
 * 02. Main Footer
 */
section.footer-main {
  background-color: #003479;
  overflow: hidden;
  color: #fff;
  padding: 68px 50px; }
  @media screen and (max-width: 425px) {
    section.footer-main {
      padding: 30px; } }
  section.footer-main .wrapper {
    max-width: 1300px; }
  section.footer-main .column-1,
  section.footer-main .column-2,
  section.footer-main .column-3,
  section.footer-main .column-4,
  section.footer-main .column-5 {
    float: left;
    width: 20%; }
    @media screen and (max-width: 768px) {
      section.footer-main .column-1,
      section.footer-main .column-2,
      section.footer-main .column-3,
      section.footer-main .column-4,
      section.footer-main .column-5 {
        width: 50%;
        margin-bottom: 1rem; } }
    @media screen and (max-width: 425px) {
      section.footer-main .column-1,
      section.footer-main .column-2,
      section.footer-main .column-3,
      section.footer-main .column-4,
      section.footer-main .column-5 {
        width: 100%;
        margin-bottom: 0; } }
  @media screen and (max-width: 768px) {
    section.footer-main .column-5 {
      width: 100%; }
      section.footer-main .column-5 .social-links-container {
        display: inline-block;
        float: left;
        width: 50%; }
      section.footer-main .column-5 .accreditation-logos {
        float: left;
        width: 50%; }
      section.footer-main .column-5 .charity-info {
        clear: both; } }
  @media screen and (max-width: 425px) {
    section.footer-main .column-2 {
      display: none; }
    section.footer-main .chapter-hub {
      display: block !important; }
      section.footer-main .chapter-hub a {
        font-family: 'Zilla Slab',serif; } }
  @media screen and (max-width: 425px) {
    section.footer-main .column-5 .social-links-container {
      width: 100%;
      float: none; }
    section.footer-main .column-5 .accreditation-logos {
      float: none;
      width: 100%; } }
  section.footer-main a {
    font-family: 'Noto Sans', sans-serif;
    color: #fff; }
    section.footer-main a:hover {
      text-decoration: underline; }
  section.footer-main h3 {
    font-family: 'Zilla Slab', serif;
    font-size: 1.3125rem;
    font-weight: 700;
    margin-bottom: 1rem; }
  section.footer-main .social-links ul {
    margin-bottom: 1rem; }
    section.footer-main .social-links ul li {
      display: inline-block;
      font-size: 1.375rem;
      margin-right: 12px; }
      section.footer-main .social-links ul li:last-child {
        margin-right: 0; }
      section.footer-main .social-links ul li a {
        border-radius: 50%;
        border: 2px solid #fff;
        width: 36px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-items: center; }
        section.footer-main .social-links ul li a:hover {
          text-decoration: none;
          background-color: #fff;
          color: #003479; }
  section.footer-main .social-links .charity-info {
    font-size: 0.75rem;
    font-family: "Noto Sans", sans-serif; }
  section.footer-main .accreditation-logos {
    margin-bottom: 1rem; }
  section.footer-main nav > ul.list-unstyled > li li {
    margin-bottom: .25rem; }
    @media screen and (max-width: 425px) {
      section.footer-main nav > ul.list-unstyled > li li {
        display: none; } }
  section.footer-main nav > ul.list-unstyled > li > a {
    display: inline-block;
    font-family: 'Zilla Slab', serif;
    font-size: 1.3125rem;
    font-weight: 700;
    margin-bottom: 1rem; }
  section.footer-main nav > ul.list-unstyled > li + li {
    margin-top: 2rem; }
    @media screen and (max-width: 425px) {
      section.footer-main nav > ul.list-unstyled > li + li {
        margin: 0; } }
/**
 * 04. Footer Secondary
 */
.footer-secondary {
  background-color: #f2f2f2;
  overflow: hidden;
  display: flex;
  padding: 0 50px; }
  @media screen and (max-width: 768px) {
    .footer-secondary {
      padding: 0 30px; } }
  .footer-secondary .wrapper {
    max-width: 1300px; }
  .footer-secondary .column-1,
  .footer-secondary .column-2 {
    float: left;
    padding: 50px; }
    @media screen and (max-width: 768px) {
      .footer-secondary .column-1,
      .footer-secondary .column-2 {
        float: none;
        padding: 30px; } }
  .footer-secondary.has-2-columns {
    background: #f2f2f2;
    background: -moz-linear-gradient(left, #f2f2f2 0%, #f2f2f2 67%, #e5e5e5 68%, #e5e5e5 100%);
    background: -webkit-linear-gradient(left, #f2f2f2 0%, #f2f2f2 67%, #e5e5e5 68%, #e5e5e5 100%);
    background: linear-gradient(to right, #f2f2f2 0%, #f2f2f2 67%, #e5e5e5 68%, #e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#e5e5e5',GradientType=1 ); }
    @media screen and (max-width: 768px) {
      .footer-secondary.has-2-columns {
        background: #f2f2f2;
        filter: none; } }
    .footer-secondary.has-2-columns .column-1 {
      width: 67%; }
      @media screen and (max-width: 768px) {
        .footer-secondary.has-2-columns .column-1 {
          width: 100%; } }
  .footer-secondary .column-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0; }
    .footer-secondary .column-1 .footer-utility {
      font-family: 'Zilla Slab', serif;
      font-size: 1.3125rem;
      font-weight: 700; }
      .footer-secondary .column-1 .footer-utility ul {
        margin-bottom: 1rem; }
        .footer-secondary .column-1 .footer-utility ul li {
          display: inline-block;
          padding: 0 10px 0 0;
          margin: 0 8px 0 0;
          position: relative; }
          .footer-secondary .column-1 .footer-utility ul li:first-child {
            padding-left: 0; }
          .footer-secondary .column-1 .footer-utility ul li:last-child:after {
            display: none; }
          .footer-secondary .column-1 .footer-utility ul li:after {
            content: " ";
            width: 2px;
            height: 16px;
            position: absolute;
            display: block;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            background-color: #003479; }
          .footer-secondary .column-1 .footer-utility ul li a {
            color: #003479; }
            .footer-secondary .column-1 .footer-utility ul li a:hover {
              text-decoration: underline; }
    .footer-secondary .column-1 .auxiliary-links {
      color: #003479;
      font-family: 'Noto Sans', sans-serif;
      font-weight: 700;
      font-size: 0.9375rem; }
      .footer-secondary .column-1 .auxiliary-links li {
        display: inline-block;
        position: relative;
        padding: 0 8px 0 0;
        margin: 0 6px 0 0; }
        .footer-secondary .column-1 .auxiliary-links li:first-child {
          padding-left: 0; }
          @media screen and (max-width: 768px) {
            .footer-secondary .column-1 .auxiliary-links li:first-child {
              display: block;
              margin-bottom: 1rem; }
              .footer-secondary .column-1 .auxiliary-links li:first-child:after {
                display: none; } }
        .footer-secondary .column-1 .auxiliary-links li:last-child:after {
          display: none; }
        .footer-secondary .column-1 .auxiliary-links li:after {
          content: " ";
          width: 2px;
          height: 14px;
          position: absolute;
          display: block;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          background-color: #003479; }
        .footer-secondary .column-1 .auxiliary-links li a {
          color: #003479; }
          .footer-secondary .column-1 .auxiliary-links li a:hover {
            text-decoration: underline; }
  .footer-secondary .column-2 {
    display: flex;
    align-items: center;
    font-family: 'Noto Sans', sans-serif;
    font-size: 0.9375rem;
    line-height: 1.3125rem;
    color: #003479;
    width: 33%;
    background-color: #e5e5e5;
    padding-right: 0; }
    @media screen and (max-width: 768px) {
      .footer-secondary .column-2 {
        width: 100%;
        padding: 0;
        background: transparent;
        margin-bottom: 1rem; } }
/**
 * 04. Footer Bottom
 */
.footer-bottom {
  background-color: #fff;
  text-align: center;
  padding: 25px; }
  .footer-bottom p {
    margin: 0;
    font-family: 'Noto Sans', sans-serif;
    font-size: 0.8125rem; }
    .footer-bottom p a {
      color: #4d4d4d;
      display: inline-block;
      position: relative;
      padding-left: 28px; }
      .footer-bottom p a:hover {
        text-decoration: underline; }
      .footer-bottom p a:before {
        content: " ";
        position: absolute;
        display: inline-block;
        background-image: url("../img/firefly-partners.png");
        width: 22px;
        height: 22px;
        background-size: 22px 22px;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto; }

button.gform_button {
  border: 0;
  padding: 1rem 2rem; }

.mobile-nav {
  position: fixed;
  top: 0;
  z-index: 99999;
  width: 100%;
  background-color: #fff;
  display: none; }
  @media screen and (max-width: 1058px) {
    .mobile-nav {
      display: block; } }
  .mobile-nav.is-active {
    position: static;
    height: 100vh;
    overflow: scroll; }
  .mobile-nav .nav-header {
    display: flex;
    height: 65px;
    padding: 0 30px 0 15px; }
    .mobile-nav .nav-header .nav-button {
      display: flex;
      flex: 1;
      justify-content: flex-start;
      align-items: center;
      position: relative;
      top: 4px; }
      @media screen and (max-width: 320px) {
        .mobile-nav .nav-header .nav-button {
          max-width: 50px; } }
      .mobile-nav .nav-header .nav-button button:focus {
        outline: none; }
      .mobile-nav .nav-header .nav-button .hamburger-inner {
        background-color: #003479; }
        .mobile-nav .nav-header .nav-button .hamburger-inner:before, .mobile-nav .nav-header .nav-button .hamburger-inner:after {
          background-color: #003479; }
    .mobile-nav .nav-header .logo {
      display: flex;
      flex: 1;
      justify-content: center;
      align-items: center; }
      .mobile-nav .nav-header .logo img {
        max-width: 175px; }
    .mobile-nav .nav-header .sign-in {
      display: flex;
      flex: 1;
      justify-content: flex-end;
      text-transform: lowercase;
      align-items: center;
      font-family: 'Zilla Slab', serif;
      font-weight: 700;
      font-size: 1.1875rem; }
      @media screen and (max-width: 320px) {
        .mobile-nav .nav-header .sign-in {
          display: none; } }
      .mobile-nav .nav-header .sign-in a {
        color: #AAB300; }
  .mobile-nav .nav-menu nav {
    padding: 0 0 37px;
    background-color: #003479; }
    .mobile-nav .nav-menu nav ul.mobile-navigation li {
      font-size: 1.5rem;
      text-transform: lowercase;
      font-family: 'Zilla Slab', serif;
      font-weight: 700;
      position: relative; }
      .mobile-nav .nav-menu nav ul.mobile-navigation li a {
        color: #fff;
        padding: 15px 28px 14px;
        display: block; }
      .mobile-nav .nav-menu nav ul.mobile-navigation li:hover a {
        color: #fff; }
      .mobile-nav .nav-menu nav ul.mobile-navigation li:first-child.active {
        background-color: #3A7DD8; }
      .mobile-nav .nav-menu nav ul.mobile-navigation li:first-child ul {
        background-color: #2660BA; }
      .mobile-nav .nav-menu nav ul.mobile-navigation li:nth-child(2).active {
        background-color: #FFB40F; }
      .mobile-nav .nav-menu nav ul.mobile-navigation li:nth-child(2) ul {
        background-color: #FF9B0F; }
      .mobile-nav .nav-menu nav ul.mobile-navigation li:nth-child(3).active {
        background-color: #00A3B4; }
      .mobile-nav .nav-menu nav ul.mobile-navigation li:nth-child(3) ul {
        background-color: #008C9A; }
      .mobile-nav .nav-menu nav ul.mobile-navigation li:nth-child(4).active {
        background-color: #FF6418; }
      .mobile-nav .nav-menu nav ul.mobile-navigation li:nth-child(4) ul {
        background-color: #F04C23; }
      .mobile-nav .nav-menu nav ul.mobile-navigation li:nth-child(5).active {
        background-color: #26528D; }
      .mobile-nav .nav-menu nav ul.mobile-navigation li:nth-child(5) ul {
        background-color: #003479; }
      .mobile-nav .nav-menu nav ul.mobile-navigation li:nth-child(6).active {
        background-color: #B7BE26; }
      .mobile-nav .nav-menu nav ul.mobile-navigation li:nth-child(6) ul {
        background-color: #AAB300; }
      .mobile-nav .nav-menu nav ul.mobile-navigation li:nth-child(7).active {
        background-color: #625BC2; }
      .mobile-nav .nav-menu nav ul.mobile-navigation li:nth-child(7) ul {
        background-color: #4B499E; }
      .mobile-nav .nav-menu nav ul.mobile-navigation li.primary {
        background-color: #003479; }
        .mobile-nav .nav-menu nav ul.mobile-navigation li.primary.active {
          background-color: #26528D; }
        .mobile-nav .nav-menu nav ul.mobile-navigation li.primary a {
          color: #fff; }
        .mobile-nav .nav-menu nav ul.mobile-navigation li.primary ul {
          background-color: #003479; }
      .mobile-nav .nav-menu nav ul.mobile-navigation li.secondary {
        background-color: #AAB300; }
        .mobile-nav .nav-menu nav ul.mobile-navigation li.secondary.actice {
          background-color: #B7BE26; }
        .mobile-nav .nav-menu nav ul.mobile-navigation li.secondary a {
          color: #fff; }
        .mobile-nav .nav-menu nav ul.mobile-navigation li.secondary ul {
          background-color: #AAB300; }
      .mobile-nav .nav-menu nav ul.mobile-navigation li ul {
        display: none; }
        .mobile-nav .nav-menu nav ul.mobile-navigation li ul li {
          font-size: 1.3125rem;
          text-transform: none;
          position: relative; }
          .mobile-nav .nav-menu nav ul.mobile-navigation li ul li.label {
            font: 700 2.0625rem "Noto Sans", sans-serif;
            padding-bottom: 14px; }
            .mobile-nav .nav-menu nav ul.mobile-navigation li ul li.label a {
              cursor: text; }
            .mobile-nav .nav-menu nav ul.mobile-navigation li ul li.label::after {
              content: " ";
              position: absolute;
              width: 85px;
              border-bottom: 1px solid rgba(255, 255, 255, 0.5);
              left: 30px;
              bottom: 10px; }
      .mobile-nav .nav-menu nav ul.mobile-navigation li.active ul {
        display: block; }
      .mobile-nav .nav-menu nav ul.mobile-navigation li ul {
        padding: 17px 0 25px;
        text-align: left; }
        .mobile-nav .nav-menu nav ul.mobile-navigation li ul li:hover {
          background-color: transparent !important; }
        .mobile-nav .nav-menu nav ul.mobile-navigation li ul a {
          color: #fff;
          white-space: nowrap;
          display: block;
          padding: 5px 63px 5px 32px; }
      .mobile-nav .nav-menu nav ul.mobile-navigation li.search-icon {
        padding: 12px 21px;
        font-size: 1.625rem; }
        .mobile-nav .nav-menu nav ul.mobile-navigation li.search-icon button {
          border: 0;
          background: transparent;
          color: #fff; }
          .mobile-nav .nav-menu nav ul.mobile-navigation li.search-icon button:focus {
            outline: none; }
  .mobile-nav .nav-menu ul.mobile-navigation-utility {
    display: flex;
    margin: 0 20px;
    max-width: 600px; }
    .mobile-nav .nav-menu ul.mobile-navigation-utility li {
      display: inline-block;
      text-transform: lowercase;
      width: 50%;
      padding: 0 10px;
      margin: 40px 0;
      font-size: 1.5rem;
      font-family: 'Zilla Slab',serif;
      font-weight: 700; }
      .mobile-nav .nav-menu ul.mobile-navigation-utility li a {
        color: #fff;
        display: block;
        background-color: #003479;
        border-radius: 4px;
        width: 100%;
        text-align: center;
        padding: 4px 15px; }
      .mobile-nav .nav-menu ul.mobile-navigation-utility li:last-child a {
        background-color: #AAB300; }
  .mobile-nav .nav-menu .site-search {
    margin: 10px 28px 10px 25px;
    background-color: #26528D;
    position: relative; }
    .mobile-nav .nav-menu .site-search input {
      font-family: 'Noto Sans',sans-serif;
      font-size: 1.125rem;
      border: 0;
      background: transparent;
      color: #fff;
      padding: 15px 18px;
      width: calc(100% - 57px); }
      .mobile-nav .nav-menu .site-search input::placeholder {
        color: #fff; }
      .mobile-nav .nav-menu .site-search input:focus {
        outline: none; }
    .mobile-nav .nav-menu .site-search button {
      position: absolute;
      right: 11px;
      top: 0;
      bottom: 0;
      margin: auto;
      display: block;
      border-radius: 50%;
      background: url("../img/icon-close.png") no-repeat center center #fff;
      width: 32px;
      height: 32px;
      border: 0;
      -webkit-appearance: none;
      -moz-appearance: none; }
      .mobile-nav .nav-menu .site-search button:focus {
        outline: 0; }

body.admin-bar .mobile-nav {
  top: 46px; }
  @media screen and (min-width: 783px) {
    body.admin-bar .mobile-nav {
      top: 32px; } }
body.admin-bar #wpadminbar {
  position: fixed; }

body.inactive {
  overflow: hidden; }

.newsletter-module {
  background-color: #00A4B5;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 50px 16px;
  margin: 5rem 0; }
  .newsletter-module__heading {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 1.25rem;
    text-align: center; }
    .newsletter-module__heading h2 {
      text-transform: lowercase;
      font-size: 2.25rem;
      font-family: 'Noto Sans', sans-serif;
      font-weight: 700;
      font-style: italic;
      color: #fff; }
    .newsletter-module__heading p {
      font-size: 1.125rem;
      font-family: 'Zilla Slab', serif;
      font-weight: 700;
      margin-bottom: 2.375rem; }
  .newsletter-module form {
    border-radius: 4px;
    clear: both;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    max-width: 900px; }
    .newsletter-module form input[type="text"],
    .newsletter-module form input[type="email"] {
      background-color: #fff;
      border: 0;
      margin: 0 15px 1rem;
      padding: 18px;
      height: 58px;
      text-transform: lowercase;
      color: #4d4d4d;
      width: calc( 50% - 30px);
      display: block;
      float: left;
      border-radius: 4px; }
      @media screen and (max-width: 768px) {
        .newsletter-module form input[type="text"],
        .newsletter-module form input[type="email"] {
          width: 100%;
          margin: 0 0 1rem; } }
      .newsletter-module form input[type="text"]:focus,
      .newsletter-module form input[type="email"]:focus {
        outline: 0; }
    .newsletter-module form input:first-child {
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px;
      border-right: 1px solid #808080; }
    .newsletter-module form button {
      background-color: #003479;
      color: #fff;
      text-transform: uppercase;
      border: 0;
      height: 58px;
      padding: 18px;
      border-radius: 4px;
      width: calc( 50% - 30px);
      margin: 0 15px; }
      @media screen and (max-width: 768px) {
        .newsletter-module form button {
          width: 100%;
          margin: 0; } }
  .newsletter-module:before {
    content: " ";
    width: 100%;
    height: 6px;
    position: absolute;
    background: url("../img/background-border-top-teal.png") center;
    top: -6px;
    left: 0; }
  .newsletter-module:after {
    content: " ";
    width: 100%;
    height: 6px;
    position: absolute;
    background: url("../img/background-border-bottom-teal.png") center;
    bottom: -6px;
    left: 0; }

/**
* 01. Search Results
* 02. No Results
*/
/**
* 01. Search Results
*/
section.search-results {
  padding: 4rem 30px; }
  section.search-results .back-to-blog {
    max-width: 1200px;
    margin: 0 auto 2rem; }
    section.search-results .back-to-blog a {
      font-size: 14px; }
  @media screen and (max-width: 768px) {
    section.search-results {
      padding: 2rem 30px; } }
  section.search-results .search-result {
    max-width: 1200px;
    margin: 0 auto 2rem; }
    section.search-results .search-result h3 {
      text-transform: none; }
      section.search-results .search-result h3 a {
        color: #003479; }
    section.search-results .search-result .learn-more {
      text-transform: uppercase;
      font-size: 16px; }
      section.search-results .search-result .learn-more a {
        position: relative;
        padding-right: 24px;
        color: #003479; }
        section.search-results .search-result .learn-more a:after {
          content: "";
          width: 10px;
          height: 10px;
          border: 2px solid #003479;
          border-left: 0;
          border-bottom: 0;
          position: absolute;
          right: 0;
          bottom: 6px;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
    section.search-results .search-result:after {
      content: "";
      display: block;
      max-width: 15%;
      color: #eaeaea;
      border: solid #ddd;
      border-width: 1px 0 0;
      clear: both;
      height: 0;
      margin: 1.25rem 0 1.1875rem; }
    section.search-results .search-result:last-child:after {
      display: none; }

/**
* 02. No Results
*/
.no-results {
  text-align: center; }
  .no-results h2 {
    margin-bottom: 1rem; }
  .no-results input[type="search"] {
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    font-size: 1.125rem;
    font-family: "Noto Sans", sans-serif;
    padding: 14px 25px;
    width: 400px;
    margin-right: 20px; }
    @media screen and (max-width: 768px) {
      .no-results input[type="search"] {
        width: 100%;
        margin-bottom: 1rem;
        margin-right: 0;
        box-sizing: border-box; } }
    .no-results input[type="search"]:focus {
      border-color: #AAB300;
      outline: none; }
    .no-results input[type="search"]::placeholder {
      text-transform: lowercase;
      color: #808080; }
  @media screen and (max-width: 768px) {
    .no-results button {
      width: 100%; } }
.staff-list {
  margin-top: 1rem; }
  .staff-list h2 {
    margin-bottom: 1.5rem;
    text-align: center; }
  .staff-list .staff-bio {
    color: #003479; }
    .staff-list .staff-bio:hover {
      text-decoration: none;
      color: #00A4B5; }
    .staff-list .staff-bio .image-wrap {
      position: relative; }
      .staff-list .staff-bio .image-wrap p {
        background-color: rgba(0, 52, 121, 0.65);
        opacity: 0;
        position: absolute;
        transition: opacity .2s ease-in;
        width: 100%;
        height: 100%;
        display: flex;
        top: 0;
        left: 0;
        margin: 0;
        color: #fff;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 15px; }
        @media screen and (max-width: 768px) {
          .staff-list .staff-bio .image-wrap p {
            position: relative;
            opacity: 1;
            background: none;
            color: #003479;
            font-style: italic;
            display: inline-block; }
            .staff-list .staff-bio .image-wrap p:before, .staff-list .staff-bio .image-wrap p:after {
              content: '"'; } }
      .staff-list .staff-bio .image-wrap:hover p {
        opacity: 1;
        transition: opacity .2s ease-in; }
    .staff-list .staff-bio .meta-wrap {
      max-width: 200px;
      margin: 10px auto 0;
      min-height: 80px;
      text-align: center; }
      .staff-list .staff-bio .meta-wrap p.name {
        font-size: 18px;
        line-height: 22px;
        margin: 10px 0 5px; }
      .staff-list .staff-bio .meta-wrap p.title {
        font-size: 14px;
        line-height: 18px;
        margin: 0; }

.staff-section {
  margin-bottom: 1rem;
  clear: both;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .staff-section a:focus {
    outline: none; }
  .staff-section .staff-bio {
    width: 25%;
    padding: 0 10px; }
    @media screen and (max-width: 768px) {
      .staff-section .staff-bio {
        width: 50%; } }
    @media screen and (max-width: 425px) {
      .staff-section .staff-bio {
        width: 100%; } }
    .staff-section .staff-bio img {
      max-width: 100%; }

.lity {
  z-index: 99999; }
  .lity .bio-modal:focus {
    outline: none; }
  .lity .bio-modal .bio-wrap {
    max-width: 800px;
    overflow: auto;
    padding: 25px 0;
    background-color: white;
    display: flex;
    border-radius: 4px; }
    @media screen and (max-width: 425px) {
      .lity .bio-modal .bio-wrap {
        flex-direction: column; } }
    .lity .bio-modal .bio-wrap .bio-side {
      width: 30%;
      padding: 0 20px; }
      @media screen and (max-width: 425px) {
        .lity .bio-modal .bio-wrap .bio-side {
          width: 100%; } }
      .lity .bio-modal .bio-wrap .bio-side img {
        max-width: 100%; }
        @media screen and (max-width: 425px) {
          .lity .bio-modal .bio-wrap .bio-side img {
            max-height: 200px; } }
    .lity .bio-modal .bio-wrap .bio-content {
      width: 70%;
      padding: 0 20px; }
      @media screen and (max-width: 425px) {
        .lity .bio-modal .bio-wrap .bio-content {
          width: 100%; } }
      .lity .bio-modal .bio-wrap .bio-content h2 {
        margin-bottom: 10px;
        color: #003479; }
      .lity .bio-modal .bio-wrap .bio-content p.title {
        font-weight: bold;
        margin: 5px 0 30px;
        color: #003479; }
      .lity .bio-modal .bio-wrap .bio-content a {
        color: #00A4B5; }
        .lity .bio-modal .bio-wrap .bio-content a:hover {
          text-decoration: underline; }
  .lity .lity-wrap {
    overflow-y: auto; }
  .lity .lity-close {
    z-index: 9994;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 10px;
    top: 68px;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #003479;
    font-style: normal;
    font-size: 45px;
    line-height: 35px;
    border: 0;
    background: 0;
    outline: 0;
    text-shadow: none; }

.lity-active body {
  overflow: hidden; }

.lity-inline .lity-content > * {
  max-height: none !important; }

.lity-inline .lity-wrap {
  overflow: auto; }

.lity-inline .lity-content {
  margin: 60px 0; }

* {
  box-sizing: border-box; }

.sticky-nav {
  background-color: #f2f2f2;
  font-size: 1.313rem;
  text-transform: lowercase;
  text-align: center;
  position: relative;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 1058px) {
    .sticky-nav {
      display: none; } }
  .sticky-nav:focus {
    outline: none; }
  .sticky-nav nav {
    display: inline-block; }
  .sticky-nav .logo img {
    width: 166px; }
  .sticky-nav li {
    display: inline-block;
    font-family: 'Zilla Slab', serif;
    font-weight: 700;
    position: relative; }
    .sticky-nav li a {
      color: #003479;
      padding: 16px 16px;
      display: block; }
    .sticky-nav li:hover a {
      color: #fff; }
    .sticky-nav li:first-child:hover {
      background-color: #3A7DD8; }
    .sticky-nav li:first-child ul {
      background-color: #2660BA; }
    .sticky-nav li:nth-child(2):hover {
      background-color: #FFB40F; }
    .sticky-nav li:nth-child(2) ul {
      background-color: #FF9B0F; }
    .sticky-nav li:nth-child(3):hover {
      background-color: #00A3B4; }
    .sticky-nav li:nth-child(3) ul {
      background-color: #008C9A; }
    .sticky-nav li:nth-child(4):hover {
      background-color: #FF6418; }
    .sticky-nav li:nth-child(4) ul {
      background-color: #F04C23; }
    .sticky-nav li:nth-child(5):hover {
      background-color: #26528D; }
    .sticky-nav li:nth-child(5) ul {
      background-color: #003479; }
    .sticky-nav li:nth-child(6):hover {
      background-color: #B7BE26; }
    .sticky-nav li:nth-child(6) ul {
      background-color: #AAB300; }
    .sticky-nav li:nth-child(7):hover {
      background-color: #625BC2; }
    .sticky-nav li:nth-child(7) ul {
      background-color: #4B499E; }
    .sticky-nav li.primary {
      background-color: #003479; }
      .sticky-nav li.primary:hover {
        background-color: #26528D; }
      .sticky-nav li.primary a {
        color: #fff; }
      .sticky-nav li.primary ul {
        background-color: #003479; }
    .sticky-nav li.secondary {
      background-color: #AAB300; }
      .sticky-nav li.secondary:hover {
        background-color: #B7BE26; }
      .sticky-nav li.secondary a {
        color: #fff; }
      .sticky-nav li.secondary ul {
        background-color: #AAB300; }
    .sticky-nav li.logged-in:hover a {
      color: #003479; }
    .sticky-nav li.logged-in:hover ul {
      background-color: #f2f2f2; }
    .sticky-nav li ul {
      display: none; }
      .sticky-nav li ul li {
        font-size: 1.125rem;
        text-transform: none;
        position: relative; }
        .sticky-nav li ul li.label {
          font: 700 1.750rem 'Noto Sans', sans-serif;
          padding-bottom: 14px; }
          .sticky-nav li ul li.label a {
            cursor: text; }
          .sticky-nav li ul li.label::after {
            content: " ";
            position: absolute;
            width: 85px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.5);
            left: 30px;
            bottom: 10px; }
    .sticky-nav li:hover ul {
      display: block; }
    .sticky-nav li ul {
      position: absolute;
      z-index: 999;
      padding: 20px 0;
      text-align: left; }
      .sticky-nav li ul li:hover {
        background-color: transparent !important; }
      .sticky-nav li ul a {
        color: #fff;
        white-space: nowrap;
        display: block;
        padding: 5px 63px 5px 32px; }
    .sticky-nav li.search-icon {
      color: #003479;
      font-size: 1.5rem; }
      .sticky-nav li.search-icon:hover {
        color: #26528D; }
      .sticky-nav li.search-icon button {
        border: 0;
        background: #e4e4e4;
        height: 60px;
        width: 64px;
        vertical-align: middle; }
        .sticky-nav li.search-icon button:focus {
          outline: none; }
  .sticky-nav .site-search {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    color: #fff;
    background: #26528D;
    height: 61px;
    display: flex;
    align-items: center; }
    .sticky-nav .site-search form {
      width: 100%;
      box-sizing: border-box; }
      .sticky-nav .site-search form input[type=search] {
        background: transparent;
        border: 0;
        color: #fff;
        width: calc( 100% - 60px);
        vertical-align: middle;
        height: 61px;
        padding-left: 30px;
        box-sizing: border-box;
        font-family: 'Noto Sans', sans-serif;
        font-size: 1.125rem;
        font-weight: 700; }
        .sticky-nav .site-search form input[type=search]::placeholder {
          color: #fff; }
        .sticky-nav .site-search form input[type=search]:focus {
          outline: 0; }
      .sticky-nav .site-search form button {
        background: #003479 url("../img/background-close.png") no-repeat center center;
        width: 60px;
        height: 61px;
        vertical-align: middle;
        border: 0;
        padding: 0;
        box-sizing: border-box; }
        .sticky-nav .site-search form button:focus {
          outline: none; }
  .sticky-nav.is-sticky {
    font-size: 1.125rem; }
    .sticky-nav.is-sticky .logo {
      margin-right: 8px;
      position: relative;
      bottom: 2px; }
    .sticky-nav.is-sticky nav > ul > li > a {
      padding: 0 10px;
      line-height: 57px;
      height: 57px; }
    .sticky-nav.is-sticky .search-icon button {
      height: 57px;
      width: 57px; }

body.logged-in .logged-out {
  display: none; }

body.logged-out .logged-in {
  display: none; }

.top-nav {
  background-color: #f2f2f2;
  font-size: 1.125rem;
  text-transform: lowercase;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 9989;
  width: 100%; }
  @media screen and (max-width: 1058px) {
    .top-nav {
      display: none; } }
  .top-nav:focus {
    outline: none; }
  .top-nav nav {
    display: inline-block; }
    .top-nav nav > ul > li > a {
      padding: 0 10px;
      line-height: 57px;
      height: 57px; }
  .top-nav .logo {
    margin-right: 8px;
    position: relative;
    bottom: 2px; }
    .top-nav .logo img {
      width: 166px; }
  .top-nav li {
    display: inline-block;
    font-family: 'Zilla Slab', serif;
    font-weight: 700;
    position: relative; }
    .top-nav li a {
      color: #003479;
      padding: 16px 16px;
      display: block; }
    .top-nav li.current-menu-item a, .top-nav li.current-menu-parent a {
      color: #AAB300; }
    .top-nav li:hover a {
      color: #fff; }
    .top-nav li:first-child:hover {
      background-color: #3A7DD8; }
    .top-nav li:first-child ul {
      background-color: #2660BA; }
    .top-nav li:nth-child(2):hover {
      background-color: #FFB40F; }
    .top-nav li:nth-child(2) ul {
      background-color: #FF9B0F; }
    .top-nav li:nth-child(3):hover {
      background-color: #00A3B4; }
    .top-nav li:nth-child(3) ul {
      background-color: #008C9A; }
    .top-nav li:nth-child(4):hover {
      background-color: #FF6418; }
    .top-nav li:nth-child(4) ul {
      background-color: #F04C23; }
    .top-nav li:nth-child(5):hover {
      background-color: #26528D; }
    .top-nav li:nth-child(5) ul {
      background-color: #003479; }
    .top-nav li:nth-child(6):hover {
      background-color: #B7BE26; }
    .top-nav li:nth-child(6) ul {
      background-color: #AAB300; }
    .top-nav li:nth-child(7):hover {
      background-color: #625BC2; }
    .top-nav li:nth-child(7) ul {
      background-color: #4B499E; }
    .top-nav li.primary {
      background-color: #003479; }
      .top-nav li.primary:hover {
        background-color: #26528D; }
      .top-nav li.primary a {
        color: #fff; }
      .top-nav li.primary ul {
        background-color: #003479; }
    .top-nav li.secondary {
      background-color: #AAB300; }
      .top-nav li.secondary:hover {
        background-color: #B7BE26; }
      .top-nav li.secondary a {
        color: #fff; }
      .top-nav li.secondary ul {
        background-color: #AAB300; }
    .top-nav li.logged-in:hover a {
      color: #003479; }
    .top-nav li.logged-in:hover ul {
      background-color: #f2f2f2; }
    .top-nav li ul {
      display: none; }
      .top-nav li ul li {
        font-size: 1.125rem;
        text-transform: none;
        position: relative; }
        .top-nav li ul li.label {
          font: 700 1.750rem 'Noto Sans', sans-serif;
          padding-bottom: 14px; }
          .top-nav li ul li.label a {
            cursor: text; }
          .top-nav li ul li.label::after {
            content: " ";
            position: absolute;
            width: 85px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.5);
            left: 30px;
            bottom: 10px; }
    .top-nav li:hover ul {
      display: block; }
    .top-nav li ul {
      position: absolute;
      z-index: 999;
      padding: 20px 0;
      text-align: left; }
      .top-nav li ul li:hover {
        background-color: transparent !important; }
      .top-nav li ul a {
        color: #fff;
        white-space: nowrap;
        display: block;
        padding: 5px 63px 5px 32px; }
    .top-nav li.search-icon {
      color: #003479;
      font-size: 1.5rem; }
      .top-nav li.search-icon:hover {
        color: #26528D; }
      .top-nav li.search-icon button {
        border: 0;
        background: #e4e4e4;
        height: 57px;
        width: 57px;
        vertical-align: middle; }
        .top-nav li.search-icon button:focus {
          outline: none; }
  .top-nav .site-search {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    color: #fff;
    background: #26528D;
    height: 61px;
    display: flex;
    align-items: center; }
    .top-nav .site-search form {
      width: 100%;
      box-sizing: border-box; }
      .top-nav .site-search form input[type=search] {
        background: transparent;
        border: 0;
        color: #fff;
        width: calc( 100% - 60px);
        vertical-align: middle;
        height: 61px;
        padding-left: 30px;
        box-sizing: border-box;
        font-family: 'Noto Sans', sans-serif;
        font-size: 1.125rem;
        font-weight: 700; }
        .top-nav .site-search form input[type=search]::placeholder {
          color: #fff; }
        .top-nav .site-search form input[type=search]:focus {
          outline: 0; }
      .top-nav .site-search form button {
        background: #003479 url("../img/background-close.png") no-repeat center center;
        height: 61px;
        width: 60px;
        vertical-align: middle;
        border: 0;
        padding: 0;
        box-sizing: border-box; }
        .top-nav .site-search form button:focus {
          outline: none; }

body.admin-bar .top-nav {
  top: 46px; }
  @media screen and (min-width: 783px) {
    body.admin-bar .top-nav {
      top: 32px; } }
/**
 * 01. Main Hero
 * 02. Admin bar adjustments
 */
/**
 * 01. Main Hero
 */
.main-hero {
  height: calc( 100vh - 60px);
  background-size: cover;
  background-position: top center;
  position: relative;
  margin-top: 0; }
  @media screen and (max-width: 1058px) {
    .main-hero {
      margin-top: 65px; } }
  @media screen and (max-width: 425px) {
    .main-hero {
      height: auto; } }
  .main-hero .main-hero-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    display: block;
    top: 0;
    left: 0;
    padding: calc(34vh - 60px) 50px 16px; }
    .main-hero .main-hero-inner.nooverlay {
      background: transparent; }
    @media screen and (max-width: 1024px) {
      .main-hero .main-hero-inner {
        padding: 60px 30px;
        display: flex;
        align-items: center; } }
    @media screen and (max-width: 425px) {
      .main-hero .main-hero-inner {
        position: relative; } }
  .main-hero .logo {
    display: block;
    position: absolute;
    top: 50px;
    left: 50px; }
  @media screen and (max-width: 1058px) {
    .main-hero .logo {
      display: none; } }
  .main-hero h2, .main-hero h3 {
    color: #fff;
    text-align: center;
    text-transform: lowercase;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.45);
    font-style: italic;
    letter-spacing: 2px; }
  .main-hero h2 {
    font-size: 4.8125rem;
    line-height: 1em;
    font-family: 'Noto Sans', sans-serif; }
    @media screen and (max-width: 425px) {
      .main-hero h2 {
        font-size: 2.5rem; } }
    @media screen and (max-width: 375px) {
      .main-hero h2 {
        font-size: 2.3125rem; } }
    @media screen and (max-width: 320px) {
      .main-hero h2 {
        font-size: 1.875rem; } }
  .main-hero h3 {
    font-size: 3rem;
    font-family: 'Zilla Slab', serif;
    font-weight: 600; }
    @media screen and (max-width: 425px) {
      .main-hero h3 {
        font-size: 1.5rem; } }
    @media screen and (max-width: 375px) {
      .main-hero h3 {
        font-size: 1.375rem; } }
    @media screen and (max-width: 320px) {
      .main-hero h3 {
        font-size: 1.25rem; } }
  .main-hero .buttons {
    text-align: center;
    text-transform: uppercase;
    margin-top: 9vh; }
    @media screen and (max-width: 425px) {
      .main-hero .buttons {
        margin: 1rem 0; } }
    .main-hero .buttons li {
      display: inline-block; }
      @media screen and (max-width: 425px) {
        .main-hero .buttons li {
          width: 47%;
          margin: 0 2%; }
          .main-hero .buttons li:first-child {
            margin-left: 0; }
          .main-hero .buttons li:last-child {
            margin-right: 0; } }
      .main-hero .buttons li .button {
        background: rgba(0, 0, 0, 0.25);
        border: 1px solid #aab300;
        border-radius: 4px;
        color: #fff;
        font-family: 'Noto Sans', sans-serif;
        font-weight: 700;
        padding: 14px;
        font-size: 1.125rem;
        min-width: 190px;
        margin: 0 13px; }
        @media screen and (max-width: 425px) {
          .main-hero .buttons li .button {
            font-size: 1rem;
            min-width: auto;
            width: 100%;
            margin: 0; } }
        .main-hero .buttons li .button:hover {
          background-color: #aab300; }
      .main-hero .buttons li:first-child .button {
        border-color: #72aaff; }
        .main-hero .buttons li:first-child .button:hover {
          background-color: #72aaff; }
  .main-hero .scroll-more {
    text-align: center;
    text-transform: lowercase;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
    display: block; }
    @media screen and (max-width: 425px) {
      .main-hero .scroll-more {
        display: none; } }
    .main-hero .scroll-more a {
      color: #fff;
      font-size: 0.875rem; }
      .main-hero .scroll-more a p {
        margin: 0; }
      .main-hero .scroll-more a img {
        animation-duration: 1600ms; }

/**
 * 02. Admin bar adjustments
 */
body.admin-bar .main-hero {
  height: calc(100vh - 92px); }
  @media screen and (max-width: 425px) {
    body.admin-bar .main-hero {
      height: auto; } }
/**
 * 01. Hero Area
 * 02. Headings
 * 03. Paragraph and Lists
 * 04. Shortcodes
 * 05. Page specific overrides
 * 06. Misc
 */
.interior-content {
  margin-top: 57px;
  overflow: hidden;
  /**
  * 01. Hero Area
  */
  /**
  * 02. Headings
  */
  /**
  * 03. Paragraph & Lists
  */ }
  .interior-content .interior-hero {
    background: url("../img/background-texture-blue.jpg") no-repeat center center #223a6d;
    color: #fff;
    text-align: center;
    padding: 60px 30px 66px;
    position: relative;
    margin: 0; }
    .interior-content .interior-hero.torn-edge:after {
      content: " ";
      background: url("../img/mask-white-bottom.png") center center;
      width: 100%;
      height: 6px;
      position: absolute;
      bottom: 0;
      right: 0; }
    .interior-content .interior-hero.bottom-margin {
      margin: 0 0 80px; }
    .interior-content .interior-hero .wrapper {
      max-width: 970px; }
      .interior-content .interior-hero .wrapper h1 {
        color: #AAB300;
        font-style: italic; }
      .interior-content .interior-hero .wrapper h2 {
        color: #fff; }
      .interior-content .interior-hero .wrapper p {
        font-size: 1.125rem;
        font-family: 'Zilla Slab', serif;
        font-weight: 700;
        line-height: 1.6875rem; }
  .interior-content h2 {
    font-family: "Noto Sans", sans-serif;
    font-style: italic;
    font-weight: 700;
    color: #003479; }
  .interior-content h3 {
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
    color: #AAB300;
    text-transform: uppercase; }
  .interior-content h2 + h3 {
    margin-top: 1rem; }
  .interior-content .ufaq-faq-list + h3 {
    margin-top: 1.5rem; }
  .interior-content .lowercase {
    text-transform: lowercase !important; }
  .interior-content .uppercase {
    text-transform: uppercase !important; }
  .interior-content .natural {
    text-transform: none !important; }
  .interior-content p {
    font-size: 1.125rem;
    line-height: 1.9375rem; }
  .interior-content a {
    color: #00a3b4; }
    .interior-content a:hover {
      text-decoration: underline; }
    .interior-content a.button {
      color: #fff; }
      .interior-content a.button:hover {
        text-decoration: none; }
  .interior-content ol {
    list-style: none;
    margin: 1rem 0;
    padding: 0 0 0 46px;
    overflow: hidden;
    counter-reset: numList; }
    .interior-content ol li {
      position: relative;
      font-size: 1.125rem;
      line-height: 1.9375rem; }
      .interior-content ol li:before {
        counter-increment: numList;
        content: counter(numList);
        position: absolute;
        left: -46px;
        font-size: 1rem;
        font-weight: 700;
        text-align: center;
        color: #fff;
        line-height: 27px;
        width: 27px;
        height: 27px;
        background: #AAB300;
        border-radius: 50%; }
  .interior-content ul {
    list-style: none;
    margin: 1rem 0;
    padding: 0 0 0 30px;
    overflow: hidden; }
    .interior-content ul li {
      position: relative;
      font-size: 1.125rem;
      line-height: 1.9375rem; }
      .interior-content ul li:before {
        content: " ";
        position: absolute;
        top: 6px;
        left: -30px;
        font-weight: 700;
        text-align: center;
        color: #fff;
        width: 12px;
        height: 12px;
        background: #AAB300;
        border-radius: 50%; }
    .interior-content ul.alternative {
      color: #003479;
      padding: 0; }
      .interior-content ul.alternative li {
        padding: 15px 22px;
        border-radius: 4px; }
        .interior-content ul.alternative li:nth-child(odd) {
          background: #e4e4e4;
          border: 1px solid #ebebec; }
        .interior-content ul.alternative li:nth-child(even) {
          background: #f2f2f2; }
        .interior-content ul.alternative li:before {
          display: none; }

/**
* 04. Shortcodes
*/
.active-minds-events-shortcode h2 {
  text-align: center;
  margin-bottom: 1.5rem; }

.active-minds-events-shortcode .events-list.alternative {
  margin: 0 auto;
  max-width: 970px; }
  .active-minds-events-shortcode .events-list.alternative li {
    padding: 8px 16px;
    overflow: hidden; }
    .active-minds-events-shortcode .events-list.alternative li h3 {
      font-family: 'Zilla Slab', serif;
      font-size: 24px;
      font-weight: 700;
      color: #003479;
      text-transform: none;
      display: flex;
      align-items: center; }
      @media screen and (max-width: 768px) {
        .active-minds-events-shortcode .events-list.alternative li h3 {
          display: block; } }
      .active-minds-events-shortcode .events-list.alternative li h3 span.date {
        font-size: 1.125rem;
        display: inline-block;
        margin-right: 20px; }
        @media screen and (max-width: 768px) {
          .active-minds-events-shortcode .events-list.alternative li h3 span.date {
            display: block; } }
      .active-minds-events-shortcode .events-list.alternative li h3 span.location {
        font-size: 0.875rem;
        float: right;
        margin: 10px 8px 10px auto;
        position: relative;
        font-family: 'Noto Sans', sans-serif; }
        @media screen and (max-width: 768px) {
          .active-minds-events-shortcode .events-list.alternative li h3 span.location {
            display: block;
            float: none; } }
        .active-minds-events-shortcode .events-list.alternative li h3 span.location i {
          font-size: 1.5625rem;
          position: absolute;
          left: -25px;
          top: -3px;
          bottom: 0;
          margin: auto; }
          @media screen and (max-width: 768px) {
            .active-minds-events-shortcode .events-list.alternative li h3 span.location i {
              display: none; } }
/**
 * 05. Page specific overrides
 */
body.page-id-123 section.signup-form,
body.page-id-124 section.signup-form {
  margin: 0; }

/**
 * 06. Misc
 */
table.padding td {
  padding: 0 0 10px 0; }

table {
  table-layout: fixed; }

.ufaq-faq-list + h2,
h2 + .ufaq-faq-list {
  margin-top: 1rem; }

.ufaq-faq-category-title {
  display: none; }

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0; }
  .video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute; }

.chapter-list ul {
  padding: 0; }
  .chapter-list ul li {
    margin-bottom: 5px; }
    @media screen and (max-width: 768px) {
      .chapter-list ul li {
        margin-bottom: 1rem; } }
    .chapter-list ul li:before {
      display: none; }
    @media screen and (max-width: 768px) {
      .chapter-list ul li .chapter-name {
        display: block;
        font-weight: bold; } }
.am-web-ticker {
  position: fixed;
  bottom: -100%;
  left: 0;
  z-index: 10;
  width: 100vw;
  background-color: #AAB300;
  padding: 3px 32px; }
  .am-web-ticker__wrap {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1060px;
    margin: auto; }
    @media screen and (max-width: 768px) {
      .am-web-ticker__wrap {
        flex-flow: column nowrap;
        justify-content: flex-start; } }
  .am-web-ticker__content {
    flex: 0 1 auto;
    color: #fff; }
    .am-web-ticker__content p {
      font-family: 'Noto Sans', sans-serif;
      font-weight: bold; }
      @media screen and (min-width: 769px) {
        .am-web-ticker__content p {
          font-size: 1.2em; } }
      @media screen and (min-width: 1025px) {
        .am-web-ticker__content p {
          font-size: 1.3em; } }
    @media screen and (max-width: 768px) {
      .am-web-ticker__content {
        width: calc(100% - 64px);
        text-align: center; } }
  .am-web-ticker__cta {
    flex: 0 1 auto;
    margin: auto 16px auto 24px; }
    .am-web-ticker__cta-button {
      padding: 8px 16px;
      background: #003479;
      border-radius: 4px;
      color: #fff;
      text-transform: uppercase;
      transition: all .1s ease-in-out;
      white-space: nowrap; }
      .am-web-ticker__cta-button:hover {
        background: #26528D; }
    @media screen and (max-width: 768px) {
      .am-web-ticker__cta {
        margin: 8px auto 24px auto; } }
  .am-web-ticker__close {
    padding: 8px 16px;
    text-align: center;
    cursor: pointer; }
    .am-web-ticker__close span {
      color: #fff;
      font-size: 1.8em;
      cursor: pointer;
      font-weight: bold;
      transition: color .1s ease-in-out; }
    .am-web-ticker__close:hover span {
      color: #F04C23; }
    @media screen and (max-width: 768px) {
      .am-web-ticker__close {
        position: absolute;
        top: 0;
        right: 16px; } }
  .am-web-ticker.active {
    bottom: 0; }
  .am-web-ticker.hidden {
    display: none; }

/*
==========================
   All The State Styles
==========================
*/
input.ng-pristine.ng-invalid,
select.ng-pristine.ng-invalid,
textarea.ng-pristine.ng-invalid {
  box-shadow: none; }

.is-hidden {
  display: none !important; }

.is-invisible {
  opacity: 0; }

body.page-id-4993 {
  background-image: url("/wp-content/themes/active-minds/assets/dist/img/riot_bg.jpg");
  background-size: cover;
  background-attachment: fixed; }
  body.page-id-4993 .interior-hero h1 {
    color: #fff !important;
    font-family: 'Futura BT', sans-serif; }
  body.page-id-4993 section:not(.newsletter-bottom):not(.footer-main):not(.footer-secondary):not(.footer-bottom) *:not(a) {
    font-family: 'Futura BT', sans-serif;
    color: #fff; }
  body.page-id-4993 section.cta-blocks .row:nth-child(even) .cta-block:nth-child(even), body.page-id-4993 section.cta-blocks .row:nth-child(even) .cta-block:nth-child(odd), body.page-id-4993 section.cta-blocks .row:nth-child(odd) .cta-block:nth-child(even), body.page-id-4993 section.cta-blocks .row:nth-child(odd) .cta-block:nth-child(odd) {
    background-color: #2660BA; }
    body.page-id-4993 section.cta-blocks .row:nth-child(even) .cta-block:nth-child(even):before, body.page-id-4993 section.cta-blocks .row:nth-child(even) .cta-block:nth-child(odd):before, body.page-id-4993 section.cta-blocks .row:nth-child(odd) .cta-block:nth-child(even):before, body.page-id-4993 section.cta-blocks .row:nth-child(odd) .cta-block:nth-child(odd):before {
      content: none; }
    body.page-id-4993 section.cta-blocks .row:nth-child(even) .cta-block:nth-child(even):after, body.page-id-4993 section.cta-blocks .row:nth-child(even) .cta-block:nth-child(odd):after, body.page-id-4993 section.cta-blocks .row:nth-child(odd) .cta-block:nth-child(even):after, body.page-id-4993 section.cta-blocks .row:nth-child(odd) .cta-block:nth-child(odd):after {
      content: none; }
  body.page-id-4993 .interior-content a.button {
    background: #12D7F5; }
    body.page-id-4993 .interior-content a.button:hover {
      background: #09bad5; }
  body.page-id-4993 .interior-content a:not(.button) {
    color: #12D7F5; }

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