@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Muli:,300,300i,400,400i,600,600i,700,700i,800,800i");
@import url("https://fonts.googleapis.com/css?family=EB+Garamond:400,400i");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:600i");
html, html a {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale; }

html.translated-ltr {
  font-size: 14px; }
  html.translated-ltr ul.navbar-nav-primary > li > a {
    font-size: 18px; }

/************************************
   Variable Includes
*************************************/
/************************************
   MIXINS
   Notes: Place to put functions and custom calculations
*************************************/
/**************************************
   Brand Colors *Alt defaults to primary
***************************************/
/**************************************
New Screen Media Queries
- 320-450px = Mobile Portrait
- 451-768 = Table Portrait (and Mobile Landscape)
- 769-1024 = Tablet Landscape
- 1025-1199 = Desktop Narrow
- 1200+ = Desktop Wide
***************************************/
/**************************************

   Keeping old screen size below for now
***************************************/
/**************************************
   Screen Sizes
***************************************/
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/***************************
    * Buttons

****************************/
/***************************
    * List/Grid Page links
****************************/
/********************
    * Offcanvas
********************/
/***  Defaults to right  ***/
/************************************
    EOF Offcanvas
*************************************/
/************************************
    Font includes
*************************************/
/************************************
   EOF Font includes
*************************************/
/************************************
    Gradients
*************************************/
/************************************
    EOF Gradients
*************************************/
/************************************
    Placement
*************************************/
/************************************
    EOF Placement
*************************************/
/************************************
    Navbar
*************************************/
/************************************
    EOF Navbar
*************************************/
/************************************
    Foundation
*************************************/
/************************************
    EOF Foundation
*************************************/
/************************************
    Visual Composer overrides ala Homebase
*************************************/
/************************************
    EOF Visual Composer overrides ala Homebase
*************************************/
/************************************
    Bootstrap invisibilty hidden for break points
*************************************/
/***********************************
    Cobalt Block Custom Mixins
************************************/
/* FONT AWESOME */
/*!
 * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

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

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

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

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

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

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

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

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

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

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

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

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

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

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

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

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

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.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(360deg);
    transform: rotate(360deg); } }

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

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

.fa-flip-both, .fa-flip-horizontal.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,
:root .fa-flip-both {
  -webkit-filter: none;
  filter: none; }

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

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

.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-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

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

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adobe:before {
  content: "\f778"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-algolia:before {
  content: "\f36c"; }

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

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

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

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

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

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

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

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

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

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

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

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

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

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

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

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

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

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

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

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

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

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

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

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-artstation:before {
  content: "\f77a"; }

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

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

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

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-bacon:before {
  content: "\f7e5"; }

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

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

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

.fa-bell:before {
  content: "\f0f3"; }

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

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

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

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

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

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

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

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-medical:before {
  content: "\f7e6"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camera:before {
  content: "\f030"; }

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

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

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

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

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

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

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

.fa-carrot:before {
  content: "\f787"; }

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

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

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

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

.fa-cc-apple-pay:before {
  content: "\f416"; }

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

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

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

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

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

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

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

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

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

.fa-chart-bar:before {
  content: "\f080"; }

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

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

.fa-check:before {
  content: "\f00c"; }

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

.fa-check-double:before {
  content: "\f560"; }

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

.fa-cheese:before {
  content: "\f7ef"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

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

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

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

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

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

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

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

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

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-medical:before {
  content: "\f7f5"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

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

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

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

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-egg:before {
  content: "\f7fb"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

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

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

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

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

.fa-envelope-open-text:before {
  content: "\f658"; }

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

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

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

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

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

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

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

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

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

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

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

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

.fa-figma:before {
  content: "\f799"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

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

.fa-firefox:before {
  content: "\f269"; }

.fa-first-aid:before {
  content: "\f479"; }

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

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

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

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

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

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

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

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

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

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

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

.fa-gg:before {
  content: "\f260"; }

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

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-git:before {
  content: "\f1d3"; }

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

.fa-github:before {
  content: "\f09b"; }

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

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

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

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

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

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

.fa-google-plus-g:before {
  content: "\f0d5"; }

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

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

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

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

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-haykal:before {
  content: "\f666"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

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

.fa-ice-cream:before {
  content: "\f810"; }

.fa-icicles:before {
  content: "\f7ad"; }

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

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

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

.fa-instagram:before {
  content: "\f16d"; }

.fa-intercom:before {
  content: "\f7af"; }

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

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laptop-medical:before {
  content: "\f812"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

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

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

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

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

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

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

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

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

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

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

.fa-map-marker-alt:before {
  content: "\f3c5"; }

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

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

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

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

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

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

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

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

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

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

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

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

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

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

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

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

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

.fa-odnoklassniki:before {
  content: "\f263"; }

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

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

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

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-pager:before {
  content: "\f815"; }

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

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

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

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

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

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-php:before {
  content: "\f457"; }

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

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

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

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

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

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

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

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-play:before {
  content: "\f04b"; }

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

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

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

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

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

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

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

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

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pushed:before {
  content: "\f3e1"; }

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

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

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

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

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

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

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

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

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

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

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

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

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

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

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

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

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

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

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

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

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

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

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snapchat:before {
  content: "\f2ab"; }

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

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

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

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

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

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

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

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

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

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

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

.fa-steam-symbol:before {
  content: "\f3f6"; }

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

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

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

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

.fa-stop:before {
  content: "\f04d"; }

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

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

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

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

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

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

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

.fa-tenge:before {
  content: "\f7d7"; }

.fa-terminal:before {
  content: "\f120"; }

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

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

.fa-th:before {
  content: "\f00a"; }

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

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

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

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

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

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

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

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

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

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

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

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

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

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

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

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

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

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

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

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

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

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

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

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

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-nurse:before {
  content: "\f82f"; }

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

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

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

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

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

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

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

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

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

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

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

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

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

.fa-volume-mute:before {
  content: "\f6a9"; }

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

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

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-water:before {
  content: "\f773"; }

.fa-wave-square:before {
  content: "\f83e"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

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

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

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

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

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

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

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

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

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

.fa-zhihu:before {
  content: "\f63f"; }

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

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

/*!
 * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../../../oa_cobalt_master/assets/vendor/font-awesome/webfonts/fa-solid-900.eot");
  src: url("../../../oa_cobalt_master/assets/vendor/font-awesome/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../../../oa_cobalt_master/assets/vendor/font-awesome/webfonts/fa-solid-900.woff2") format("woff2"), url("../../../oa_cobalt_master/assets/vendor/font-awesome/webfonts/fa-solid-900.woff") format("woff"), url("../../../oa_cobalt_master/assets/vendor/font-awesome/webfonts/fa-solid-900.ttf") format("truetype"), url("../../../oa_cobalt_master/assets/vendor/font-awesome/webfonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

/*!
 * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../../../oa_cobalt_master/assets/vendor/font-awesome/webfonts/fa-brands-400.eot");
  src: url("../../../oa_cobalt_master/assets/vendor/font-awesome/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../../../oa_cobalt_master/assets/vendor/font-awesome/webfonts/fa-brands-400.woff2") format("woff2"), url("../../../oa_cobalt_master/assets/vendor/font-awesome/webfonts/fa-brands-400.woff") format("woff"), url("../../../oa_cobalt_master/assets/vendor/font-awesome/webfonts/fa-brands-400.ttf") format("truetype"), url("../../../oa_cobalt_master/assets/vendor/font-awesome/webfonts/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands'; }

/**************************************
   Brand Colors *Alt defaults to primary
***************************************/
/**************************************
New Screen Media Queries
- 320-450px = Mobile Portrait
- 451-768 = Table Portrait (and Mobile Landscape)
- 769-1024 = Tablet Landscape
- 1025-1199 = Desktop Narrow
- 1200+ = Desktop Wide
***************************************/
/**************************************

   Keeping old screen size below for now
***************************************/
/**************************************
   Screen Sizes
***************************************/
/**************************************
   Brand Colors *Alt defaults to primary
***************************************/
/**************************************
New Screen Media Queries
- 320-450px = Mobile Portrait
- 451-768 = Table Portrait (and Mobile Landscape)
- 769-1024 = Tablet Landscape
- 1025-1199 = Desktop Narrow
- 1200+ = Desktop Wide
***************************************/
/**************************************

   Keeping old screen size below for now
***************************************/
/**************************************
   Screen Sizes
***************************************/
/************************************
   MIXINS
   Notes: Place to put functions and custom calculations
*************************************/
/**************************************
   Brand Colors *Alt defaults to primary
***************************************/
/**************************************
New Screen Media Queries
- 320-450px = Mobile Portrait
- 451-768 = Table Portrait (and Mobile Landscape)
- 769-1024 = Tablet Landscape
- 1025-1199 = Desktop Narrow
- 1200+ = Desktop Wide
***************************************/
/**************************************

   Keeping old screen size below for now
***************************************/
/**************************************
   Screen Sizes
***************************************/
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/***************************
    * Buttons

****************************/
/***************************
    * List/Grid Page links
****************************/
/********************
    * Offcanvas
********************/
/***  Defaults to right  ***/
/************************************
    EOF Offcanvas
*************************************/
/************************************
    Font includes
*************************************/
/************************************
   EOF Font includes
*************************************/
/************************************
    Gradients
*************************************/
/************************************
    EOF Gradients
*************************************/
/************************************
    Placement
*************************************/
/************************************
    EOF Placement
*************************************/
/************************************
    Navbar
*************************************/
/************************************
    EOF Navbar
*************************************/
/************************************
    Foundation
*************************************/
/************************************
    EOF Foundation
*************************************/
/************************************
    Visual Composer overrides ala Homebase
*************************************/
/************************************
    EOF Visual Composer overrides ala Homebase
*************************************/
/************************************
    Bootstrap invisibilty hidden for break points
*************************************/
/***********************************
    Cobalt Block Custom Mixins
************************************/
html {
  font-size: 20px;
  font-weight: 400; }

body {
  color: #393939;
  overflow-x: hidden; }
  body .site-wrapper > .alignwide, body .site-wrapper > .align-wide {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto; }
  body .site-wrapper > .alignfull {
    max-width: none;
    margin-left: auto;
    margin-right: auto; }
  body h1, body h2, body h3, body h4, body h5, body h6 {
    letter-spacing: normal;
    font-weight: normal; }
  body h1 {
    font-size: 2.5rem;
    line-height: 3.15rem;
    letter-spacing: -0.055rem;
    font-weight: 800; }
    @media (max-width: 767px) {
      body h1 {
        font-size: 1.65rem;
        line-height: 1.85rem; } }
  body h2 {
    font-size: 1.6rem;
    line-height: 2.1rem;
    letter-spacing: -0.045rem;
    font-weight: 600;
    color: #202945;
    margin-bottom: 15px; }
    @media (max-width: 450px) {
      body h2 {
        font-size: 1.4rem;
        line-height: 1.7rem; } }
    body h2.wp-block-kadence-advancedheading {
      font-size: 2.1rem;
      line-height: 2.8rem; }
      body h2.wp-block-kadence-advancedheading:after {
        content: ' ';
        width: 82px;
        height: 3px;
        background-color: #62B1BD;
        display: block;
        margin-top: 0.9rem;
        margin-bottom: 0.65rem; }
      body h2.wp-block-kadence-advancedheading[style*="text-align:center"]:after {
        margin-left: auto;
        margin-right: auto; }
      body h2.wp-block-kadence-advancedheading[style*="text-align:right"]:after {
        margin-left: auto; }
      body h2.wp-block-kadence-advancedheading.has-primary-separator:after, body h2.wp-block-kadence-advancedheading[style*="color:#202945"]:after, body h2.wp-block-kadence-advancedheading[style*="color:#393939"]:after, body h2.wp-block-kadence-advancedheading[style*="color:#ffffff"]:after {
        background-color: #862633; }
      body h2.wp-block-kadence-advancedheading.secondary:after {
        background-color: #62B1BD; }
      body h2.wp-block-kadence-advancedheading.no-line:after {
        content: none; }
  body h3 {
    color: #862633;
    font-size: 1.35rem;
    line-height: 1.85rem;
    font-weight: 600;
    margin-bottom: .333em; }
    @media (max-width: 767px) {
      body h3 {
        font-size: 1.4rem;
        line-height: 1.7rem; } }
  body h4 {
    color: #62B1BD;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
    margin-bottom: 1em; }
  body h5 {
    color: #000;
    font-size: 1.15rem;
    line-height: 1.55rem;
    font-weight: 600;
    margin-bottom: .94em; }
  body h6 {
    color: #000;
    font-size: 1rem;
    line-height: 1.4rem;
    font-weight: 800;
    margin-bottom: 0.7857142857142857em; }
  body p, body li {
    font-size: 20px;
    line-height: 30px;
    color: inherit;
    font-weight: inherit;
    margin-bottom: 1em; }
    body p:empty, body li:empty {
      margin-bottom: 0; }
    body p:last-child, body li:last-child {
      margin-bottom: 0; }
  body p {
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 1170px) {
      body p {
        max-width: 1170px; } }
  body ul {
    margin-bottom: 1em; }
    body ul.has-white-bullet > li::before {
      background-color: #fff !important; }
  body hr.wp-block-separator {
    margin-left: auto;
    margin-right: auto;
    border-color: rgba(0, 0, 0, 0.0444);
    border-width: 3px;
    max-width: 920px; }
    body hr.wp-block-separator.is-style-wide {
      max-width: 1170px !important;
      border-width: 3px;
      margin: 4vh auto; }
  body blockquote.wp-block-quote {
    padding-top: 0;
    padding-bottom: 0;
    font-family: 'EB Garamond', serif;
    border-left: 3px #62B1BD solid;
    max-width: 824px; }
    body blockquote.wp-block-quote p {
      font-style: italic;
      font-size: 1.2rem;
      line-height: 1.65rem;
      margin-bottom: 0.4rem;
      text-align: inherit; }
    body blockquote.wp-block-quote.is-style-large p {
      color: #862633;
      font-size: 1.8rem;
      line-height: 2.35rem;
      font-style: normal;
      text-align: inherit; }
    body blockquote.wp-block-quote.is-style-large cite {
      color: #393939; }
    body blockquote.wp-block-quote cite {
      font-size: 0.9rem;
      line-height: 1.15rem;
      color: #202945; }
      body blockquote.wp-block-quote cite em {
        font-style: normal; }
      body blockquote.wp-block-quote cite:before {
        content: '—';
        display: inline;
        margin-right: .2em; }
  body a {
    color: #862633;
    text-decoration: underline; }
    body a:hover {
      text-decoration: none; }
    body a:active {
      text-decoration: underline;
      color: #FFC845; }
    body a.read-more {
      color: #862633;
      font-size: 20px;
      line-height: 30px;
      font-weight: normal;
      letter-spacing: 0;
      text-transform: none;
      font-weight: normal;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      body a.read-more:after {
        content: url(../images/arrow.svg);
        color: #62B1BD;
        position: relative;
        font-size: 1em;
        top: .125em;
        left: .538em;
        margin-top: 2px;
        text-decoration: none; }
      body a.read-more i.fa {
        display: none; }
  body .kt-testimonial-grid-wrap {
    display: -ms-flexbox;
    -ms-grid-rows: 1fr; }
    body .kt-testimonial-grid-wrap .kt-testimonial-grid-wrap {
      -ms-grid-row: 1; }
    body .kt-testimonial-grid-wrap .kt-testimonial-item-0 {
      -ms-grid-column: 1; }
    body .kt-testimonial-grid-wrap .kt-testimonial-item-1 {
      -ms-grid-column: 3; }
    body .kt-testimonial-grid-wrap .kt-testimonial-item-2 {
      -ms-grid-column: 5; }
    body .kt-testimonial-grid-wrap .kt-testimonial-item-3 {
      -ms-grid-column: 7; }
  body .kt-testimonial-columns-3 .kt-testimonial-grid-wrap {
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr; }
  body .kt-row-layout-bottom-sep svg {
    height: calc(100% + 1px);
    top: .5px; }
  body .wp-block-kadence-advancedbtn.kt-btn-align-center {
    margin-top: 13px; }
  body hr {
    margin: 45px auto;
    border-top: 1px solid #EDE8DF; }
    body hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
      max-width: 83px; }
  body em {
    font-weight: 300; }
  body pre.wp-block-verse {
    overflow: unset;
    white-space: pre-wrap;
    word-break: break-word;
    padding: 24px 26px 28px;
    margin-top: 15px;
    background: #F3F1EF;
    border: none;
    font-family: 'EG Garamond', serif;
    font-size: 1.2rem;
    line-height: 1.6rem;
    text-align: justify; }
  body .wp-block-image figure.alignleft {
    margin-right: 1em; }
  body .wp-block-image figure figcaption {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
    font-size: 0.85rem;
    line-height: 1.1rem;
    font-weight: 300;
    color: #000;
    text-align: justify; }
  body figure.wp-block-embed .entry-content-asset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    body figure.wp-block-embed .entry-content-asset > iframe {
      margin: auto; }
  body figure.wp-block-embed figcaption {
    padding-left: 5.46875vw;
    padding-right: 5.46875vw;
    margin-top: 28px;
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-weight: 300; }
    body figure.wp-block-embed figcaption strong {
      font-weight: 600; }
  body br[class*='br-'] {
    display: none; }
    @media (min-width: 320px) and (max-width: 450px) {
      body br[class*='br-'].br-mobile {
        display: block; } }
    @media (min-width: 451px) and (max-width: 768px) {
      body br[class*='br-'].br-tablet {
        display: block; } }
    @media (min-width: 1025px) and (max-width: 1169px) {
      body br[class*='br-'].br-desktop {
        display: block; } }
    @media (min-width: 1170px) {
      body br[class*='br-'].br-desktop-wide {
        display: block; } }
  body .serif {
    font-family: 'EG Garamond', serif; }
  body .has-small-font-size {
    font-size: 0.9rem;
    line-height: 1.35rem;
    font-weight: inherit; }
    body .has-small-font-size li {
      font-size: 0.9rem;
      line-height: 1.2rem; }
  body .has-large-font-size {
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-weight: 300; }
  body .has-drop-cap:not(focus):first-letter {
    font-size: 5.5rem !important;
    font-family: 'EB Garamond', serif;
    font-weight: 400;
    margin-right: .185em; }
  body .has-blue-background-color {
    background-color: #62B1BD !important;
    color: #fff !important; }
  body .has-dark-blue-background-color {
    background-color: #202945 !important;
    color: #fff !important; }
  body .has-light-gray-background-color {
    background-color: #D7D2CB !important;
    color: #393939 !important; }
  body .has-gray-background-color {
    background-color: #626366 !important;
    color: #fff !important; }
  body .has-black-background-color {
    background-color: #393939 !important;
    color: #fff !important; }
  body .has-white-background-color {
    background-color: #fff !important; }
  body .has-red-background-color {
    background-color: #D8292F !important;
    color: #393939 !important; }
  body .has-dark-red-background-color {
    background-color: #862633 !important;
    color: #fff !important; }
  body .has-orange-background-color, body .has-orange-background-color:hover {
    background-color: #FE8634 !important; }
  body .has-green-background-color, body .has-green-background-color:hover {
    background-color: #5F852E !important; }
  body .has-jet-black-background-color, body .has-jet-black-background-color:hover {
    background-color: #000 !important; }
  body .has-blue-70-background-color, body .has-blue-70-background-color:hover {
    background-color: #94C5CC !important; }
  body .has-blue-30-background-color, body .has-blue-30-background-color:hover {
    background-color: #CCE1E4 !important; }
  body .has-dark-blue-70-background-color, body .has-dark-blue-70-background-color:hover {
    background-color: #62697C !important; }
  body .has-dark-blue-30-background-color, body .has-dark-blue-30-background-color:hover {
    background-color: #A5A5B1 !important; }
  body .has-yellow-background-color, body .has-yellow-background-color:hover {
    background-color: #FFC845 !important; }
  body .has-yellow-70-background-color, body .has-yellow-70-background-color:hover {
    background-color: #F8D378 !important; }
  body .has-yellow-30-background-color, body .has-yellow-30-background-color:hover {
    /* background-color: #FFEBC4 !important; */
    background-color: #FCE9C1 !important; }
  body .has-light-gray-70-background-color, body .has-light-gray-70-background-color:hover {
    background-color: #E3DFDA !important; }
  body .has-light-gray-30-background-color, body .has-light-gray-30-background-color:hover {
    background-color: #F3F1EF !important; }
  body .has-dark-red-color {
    color: #862633 !important; }
  body .has-orange-color {
    color: #FE8634 !important; }
  body .has-green-color {
    color: #5F852E !important; }
  body .has-white-color {
    color: #fff !important; }
  body .has-yellow-color {
    color: #FFC845 !important; }
  body .has-blue-color {
    color: #62B1BD !important; }
  body .has-blue-70-color {
    color: #94C5CC !important; }
  body .has-blue-30-color {
    color: #CCE1E4 !important; }
  body .has-dark-blue-color {
    color: #202945 !important; }
  body .has-dark-blue-70-color {
    color: #62697C !important; }
  body .has-dark-blue-30-color {
    color: #A5A5B1 !important; }
  body .has-light-gray-color {
    color: #D7D2CB !important; }
  body .has-light-gray-70-color {
    color: #E3DFDA !important; }
  body .has-light-gray-30-color {
    color: #F3F1EF !important; }
  body .has-black-color {
    color: #393939 !important; }
  body .has-jet-black-color {
    color: #000 !important; }
  body .has-yellow-70-color {
    color: #F8D378 !important; }
  body .has-yellow-30-color {
    color: #FFEBC4 !important; }
  body .has-red-color {
    color: #D8292F !important; }
  body .regular {
    font-weight: 400 !important; }

@media (max-width: 320px) {
  .hidden-mb-sm {
    display: none !important; } }

@media (min-width: 320px) and (max-width: 450px) {
  .hidden-mb-p {
    display: none !important; } }

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

@media (min-width: 769px) and (max-width: 1024px) {
  .hidden-tb-l {
    display: none !important; } }

@media (min-width: 1025px) and (max-width: 1200px) {
  .hidden-dt-n {
    display: none !important; } }

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

.background-left-focus {
  background-position-x: 25% !important; }

.background-right-focus {
  background-position-x: 75% !important; }

.background-position-x-0 {
  background-position-x: 0% !important; }

.background-position-x-5 {
  background-position-x: 5% !important; }

.background-position-x-10 {
  background-position-x: 10% !important; }

.background-position-x-15 {
  background-position-x: 15% !important; }

.background-position-x-20 {
  background-position-x: 20% !important; }

.background-position-x-25 {
  background-position-x: 25% !important; }

.background-position-x-30 {
  background-position-x: 30% !important; }

.background-position-x-35 {
  background-position-x: 35% !important; }

.background-position-x-40 {
  background-position-x: 40% !important; }

.background-position-x-45 {
  background-position-x: 45% !important; }

.background-position-x-50 {
  background-position-x: 50% !important; }

.background-position-x-55 {
  background-position-x: 55% !important; }

.background-position-x-60 {
  background-position-x: 60% !important; }

.background-position-x-65 {
  background-position-x: 65% !important; }

.background-position-x-70 {
  background-position-x: 70% !important; }

.background-position-x-75 {
  background-position-x: 75% !important; }

.background-position-x-80 {
  background-position-x: 80% !important; }

.background-position-x-85 {
  background-position-x: 85% !important; }

.background-position-x-90 {
  background-position-x: 90% !important; }

.background-position-x-95 {
  background-position-x: 95% !important; }

.background-position-x-100 {
  background-position-x: 100% !important; }

.background-position-y-0 {
  background-position-y: 0% !important; }

.background-position-y-5 {
  background-position-y: 5% !important; }

.background-position-y-10 {
  background-position-y: 10% !important; }

.background-position-y-15 {
  background-position-y: 15% !important; }

.background-position-y-20 {
  background-position-y: 20% !important; }

.background-position-y-25 {
  background-position-y: 25% !important; }

.background-position-y-30 {
  background-position-y: 30% !important; }

.background-position-y-35 {
  background-position-y: 35% !important; }

.background-position-y-40 {
  background-position-y: 40% !important; }

.background-position-y-45 {
  background-position-y: 45% !important; }

.background-position-y-50 {
  background-position-y: 50% !important; }

.background-position-y-55 {
  background-position-y: 55% !important; }

.background-position-y-60 {
  background-position-y: 60% !important; }

.background-position-y-65 {
  background-position-y: 65% !important; }

.background-position-y-70 {
  background-position-y: 70% !important; }

.background-position-y-75 {
  background-position-y: 75% !important; }

.background-position-y-80 {
  background-position-y: 80% !important; }

.background-position-y-85 {
  background-position-y: 85% !important; }

.background-position-y-90 {
  background-position-y: 90% !important; }

.background-position-y-95 {
  background-position-y: 95% !important; }

.background-position-y-100 {
  background-position-y: 100% !important; }

/************************************
    Bootstrap default overrides here
    Note: Change the default settings here
*************************************/
/************************************
   eof  Bootstrap default overrides
*************************************/
/************************************
   Font Defaults
*************************************/
/************************************
   EOF Font Defaults
*************************************/
/************************************
   BREADCRUMB
*************************************/
/************************************
   EOF BREADCRUMB
*************************************/
/************************************
   HERO
*************************************/
/************************************
   EOF HERO
*************************************/
/************************************
  Touts-1
*************************************/
/************************************
   EOF Touts-1
*************************************/
/************************************
   Main Navigation
*************************************/
/************************************
   EOF Main Navigation
*************************************/
/************************************
  Value Prop-1
*************************************/
/************************************
   EOF Value Prop-1
*************************************/
/************************************
  Email Signup
*************************************/
/************************************
   EOF Value Prop-1
*************************************/
/************************************
   Variable Includes
*************************************/
/* Scss Name: Defaults
 * Discription: All root default settings
 * Date: 01/01/2017
 * Last Modified: 01/01/2017
 * Notes : 01/01/2017
 * 
 */
/**************************************
   Brand Colors *Alt defaults to primary
***************************************/
/*
* Link colors
*/
/*

/**************************************
   Primary Fonts and size
***************************************/
/**************************************
  Headline defaults only pretains to non-content
***************************************/
/**************************************
  Title/Hero Section Margin
***************************************/
/**************************************
  Accents Colors, Background, Breaks
***************************************/
/*
* Breadcrumb Colors
*/
/**************************************
  Gravity Forms 
***************************************/
/**************************************
   Screen Sizes
***************************************/
/* Scss Name: Primary Navigation
 * Discription: All default settings for navigation
 * Date: 01/01/2017
 * Last Modified: 01/01/2017
 * Notes : 01/01/2017
 * 
 */
/*
* Utility Navigation Colors
*/
/************************************
  Utility Navigation defaults

*************************************/
/* Scss Name: Content
 * Discription: All styles for content pages, styles here do not apply anywhere else beside wysiwyg editor and content boxes
 * Date: 01/01/2017
 * Last Modified: 01/01/2017
 * Notes : 01/01/2017
 * 
 */
/**************************************
  Links and Hovers
***************************************/
/**************************************
  Paragraph Styles
***************************************/
/**************************************
  Headline Styles
***************************************/
/**************************************
  list Styles
***************************************/
/**************************************
  Image 
***************************************/
/* Scss Name: Buttons
 * Discription: All Button Variable Settings 
 * Date: 01/01/2017
 * Last Modified: 01/01/2017
 * Notes : 01/01/2017
 * 
 */
/************************************
   Primary Donation Button
*************************************/
/************************************
   Primary Donation Button hover
*************************************/
/************************************
  Alt Donation Button *Defaults to primary
*************************************/
/************************************
  Alt Donation Button hover *Defaults to primary
*************************************/
/************************************
   List Page Button
*************************************/
/************************************
   Grid Page Button
*************************************/
/************************************
   Email Sign-up Button
*************************************/
/* Scss Name: Footer
 * Discription: All default settings for footer
 * Date: 01/01/2017
 * Last Modified: 01/01/2017
 * Notes : 01/01/2017
 * 
 */
/* Scss Name: List Page
 * Discription: All default settings for list page
 * Date: 01/01/2017
 * Last Modified: 01/01/2017
 * Notes : 01/01/2017
 * 
 */
/* Scss Name: Grid Page
 * Discription: All default settings for list page
 * Date: 01/01/2017
 * Last Modified: 01/01/2017
 * Notes : 01/01/2017
 * 
 */
/* Scss Name: Utility Navigation
 * Discription: All default settings for navigation
 * Date: 01/01/2017
 * Last Modified: 01/01/2017
 * Notes : 01/01/2017
 * 
 */
/* Scss Name: Forms
 * Discription: Defaults for forms and email-signup
 * Date: 01/01/2017
 * Last Modified: 01/01/2017
 * Notes : 01/01/2017
 * 
 */
/* Scss Name: Footer
 * Discription: All default settings for footer / footer navigation
 * Date: 02/26/2019
 * Last Modified: 02/26/2019
 * Notes : 02/26/2019
 * 
 */
/* Scss Name: Header
 * Discription: All default settings for Header / Header navigation
 * Date: 02/26/2019
 * Last Modified: 02/26/2019
 * Notes : 02/26/2019
 * 
 */
/***************************************
   From Master
****************************************/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  -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; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Muli", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

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

a {
  color: #62B1BD;
  text-decoration: none; }
  a:hover, a:focus {
    color: #62B1BD;
    text-decoration: none; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

.img-rounded {
  border-radius: 10px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

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

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

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

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

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

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #862633; }

a.text-primary:hover,
a.text-primary:focus {
  color: #5e1b24; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #862633; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #5e1b24; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 5px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    -webkit-box-shadow: none;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 5px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 10px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 10px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #62B1BD;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #62B1BD;
    text-decoration: none;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 10px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #62B1BD;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #fff;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 5px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 10px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #62B1BD; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 5px 5px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 5px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 5px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 5px 5px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 55px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 992px) {
    .navbar {
      border-radius: 5px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 992px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 992px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 992px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 992px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 992px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 17.5px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 55px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 992px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 10.5px;
  margin-bottom: 10.5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 5px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 992px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 8.75px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 992px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 17.5px;
          padding-bottom: 17.5px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 10.5px;
  margin-bottom: 10.5px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 992px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 10.5px;
  margin-bottom: 10.5px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 12.5px;
    margin-bottom: 12.5px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 16.5px;
    margin-bottom: 16.5px; }

.navbar-text {
  margin-top: 17.5px;
  margin-bottom: 17.5px; }
  @media (min-width: 992px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 992px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #F0F0F6;
  border-radius: 5px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 5px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #337ab7;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 5px;
      border-top-left-radius: 5px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 5px;
      border-top-right-radius: 5px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #62B1BD; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 5px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #c7ddef; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 4px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 4px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 4px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 4px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 5px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #337ab7; }
    .panel-primary > .panel-heading .badge {
      color: #337ab7;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 10px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Muli", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 5px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Muli", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 9px 9px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0); }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0); }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

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

.clearfix:after {
  clear: both; }

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

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/************************************
   MIXINS
   Notes: Place to put functions and custom calculations
*************************************/
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/***************************
    * Buttons

****************************/
/***************************
    * List/Grid Page links
****************************/
/********************
    * Offcanvas
********************/
/***  Defaults to right  ***/
/************************************
    EOF Offcanvas
*************************************/
/************************************
    Font includes
*************************************/
/************************************
   EOF Font includes
*************************************/
/************************************
    Gradients
*************************************/
/************************************
    EOF Gradients
*************************************/
/************************************
    Placement
*************************************/
/************************************
    EOF Placement
*************************************/
* {
  outline: 0 !important; }

html {
  font-size: 20px; }

body {
  font-family: "Muli";
  font-size: 20px;
  line-height: 30px;
  color: #393939; }

a {
  color: #62B1BD;
  text-decoration: none; }
  a:hover, a:focus, a.focus {
    color: #62B1BD;
    text-decoration: none; }

.error-page.error-page-1 .container, .error-page.error-page-1 .container-fluid {
  background-color: #FFF; }

strong, b {
  font-weight: 800; }

em strong, strong em, b em, b em, b i, i b {
  font-weight: 800; }

em {
  font-weight: normal; }

#tinymce {
  padding: 15px 30px !important;
  background-color: #fff; }

.alignfull {
  margin: 32px default calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw; }

.alignwide {
  margin: 32px default calc(25% - 25vw);
  max-width: 100%;
  width: 100%; }

.gform_wrapper {
  max-width: 60%; }
  @media (max-width: 767px) {
    .gform_wrapper {
      max-width: 100%; } }
  .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span.name_first {
    margin-right: 0 !important; }
  .gform_wrapper .ginput_complex label {
    font-weight: normal;
    font-size: 15px;
    white-space: inherit; }
  .gform_wrapper ul.gform_fields {
    padding-left: 0; }
    .gform_wrapper ul.gform_fields li input, .gform_wrapper ul.gform_fields li select, .gform_wrapper ul.gform_fields li textarea {
      border: solid 1px #535C6F;
      min-height: 1em;
      padding-left: 8px;
      border-radius: 3px; }
      @media (max-width: 767px) {
        .gform_wrapper ul.gform_fields li input, .gform_wrapper ul.gform_fields li select, .gform_wrapper ul.gform_fields li textarea {
          max-width: 100%;
          width: 100%; } }
      @media (max-width: 767px) {
        .gform_wrapper ul.gform_fields li input.medium, .gform_wrapper ul.gform_fields li select.medium, .gform_wrapper ul.gform_fields li textarea.medium {
          max-width: 100%;
          width: 100%; } }
    .gform_wrapper ul.gform_fields li input[type=radio] {
      margin-right: .4em; }
  .gform_wrapper .top_label .gfield_label {
    font-weight: normal; }
  .gform_wrapper .gform_footer input[type=submit] {
    height: 50px;
    width: 200px;
    text-transform: uppercase;
    font-size: 23px;
    background: #62B1BD;
    border: none;
    color: #fff;
    border-radius: 3px;
    font-weight: 600; }

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle {
  padding-top: 0 !important; }

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first {
  display: -ms-grid;
  display: grid;
  width: 100%; }

.gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span {
  display: -ms-grid;
  display: grid;
  width: 100%; }

.gform_body input, .gform_body select, .gform_body textarea {
  background-color: #fff;
  border: 1px solid #BDBDBD;
  outline: 0;
  padding-left: 10px;
  padding-right: 10px; }
  .gform_body input ::-webkit-input-placeholder,
  .gform_body input :-moz-placeholder,
  .gform_body input ::-moz-placeholder,
  .gform_body input :-ms-input-placeholder, .gform_body select ::-webkit-input-placeholder,
  .gform_body select :-moz-placeholder,
  .gform_body select ::-moz-placeholder,
  .gform_body select :-ms-input-placeholder, .gform_body textarea ::-webkit-input-placeholder,
  .gform_body textarea :-moz-placeholder,
  .gform_body textarea ::-moz-placeholder,
  .gform_body textarea :-ms-input-placeholder {
    color: #BDBDBD; }

.gform_body textarea {
  margin-bottom: 15px; }

.gform_body .gform_footer {
  margin: 0;
  padding: 0; }
  .gform_body .gform_footer input {
    background: #0099cc none repeat scroll 0 0;
    border: 1px solid black;
    color: white;
    font-size: 18px;
    padding: 10px 30px;
    text-transform: uppercase; }

.search-form {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto; }

.alert-warning {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto; }

nav.post-nav {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto; }

.countUp {
  opacity: 0; }

button.searchbox-submit {
  background: none;
  border: none;
  color: #000;
  font-size: 20px; }

a.btn-donate {
  min-width: 200px;
  font-size: 1.333rem;
  padding: 0.3333rem 0.6667rem;
  color: #fff;
  border-radius: 3px;
  border: 0px solid #fff;
  background-color: #D67D4D;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-style: normal; }
  a.btn-donate:hover, a.btn-donate:focus, a.btn-donate.focus {
    color: #fff;
    background: #e9baa0;
    border: 0px solid #fff; }

.home.page .newsfeed-1 .news-items-heading {
  margin-top: -5px; }

.home.page .newsfeed-1 .hdr {
  margin-top: 0; }

.home section.hero.hero-1 > .container-fluid {
  padding-left: 0;
  padding-right: 0; }
  .home section.hero.hero-1 > .container-fluid .jumbotron {
    margin-bottom: 0;
    border-radius: 0;
    background-repeat: no-repeat; }
    .home section.hero.hero-1 > .container-fluid .jumbotron .container, .home section.hero.hero-1 > .container-fluid .jumbotron .container-fluid {
      background-color: transparent; }
      .home section.hero.hero-1 > .container-fluid .jumbotron .container h1, .home section.hero.hero-1 > .container-fluid .jumbotron .container-fluid h1 {
        font-family: "Muli", sans-serif;
        text-transform: uppercase; }
  .home section.hero.hero-1 > .container-fluid .videotron {
    overflow: hidden;
    position: relative;
    min-height: 500px;
    background-size: cover;
    background-position: center; }
    .home section.hero.hero-1 > .container-fluid .videotron.contain, .home section.hero.hero-1 > .container-fluid .videotron.cover {
      max-height: calc(100vh - 178px);
      height: calc(56.25vw);
      min-height: 0; }
    .home section.hero.hero-1 > .container-fluid .videotron.contain video.hero-video {
      width: auto;
      height: 100%;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%); }
    .home section.hero.hero-1 > .container-fluid .videotron.cover video.hero-video {
      width: 100%;
      height: auto;
      overflow: hidden;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%); }
    .home section.hero.hero-1 > .container-fluid .videotron.overflow {
      height: auto; }
      .home section.hero.hero-1 > .container-fluid .videotron.overflow .container {
        height: calc(100% - ((100vh - 178px) * .5));
        min-height: calc((100% * .5) + 58px);
        max-height: none;
        padding: 0;
        overflow: visible; }
        .home section.hero.hero-1 > .container-fluid .videotron.overflow .container .caption {
          height: auto;
          width: 100%;
          bottom: calc((100% - ((100vh - 178px) * .5)) + 30px);
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -webkit-transform: translateX(-50%); }
      .home section.hero.hero-1 > .container-fluid .videotron.overflow .video-container {
        width: auto;
        height: auto;
        position: relative;
        overflow: visible; }
        .home section.hero.hero-1 > .container-fluid .videotron.overflow .video-container video {
          width: 100%;
          height: 100%; }
    .home section.hero.hero-1 > .container-fluid .videotron .video-container {
      position: absolute;
      width: 100%;
      height: 100%;
      overflow: hidden; }
    .home section.hero.hero-1 > .container-fluid .videotron video {
      display: block; }
      .home section.hero.hero-1 > .container-fluid .videotron video.hero-video {
        min-height: 500px; }
    .home section.hero.hero-1 > .container-fluid .videotron .container {
      z-index: 1;
      width: 100%;
      position: absolute; }
  .home section.hero.hero-1 > .container-fluid p {
    font-family: "Muli"; }

.home section.hero.hero-1.hero-nth-1 .jumbotron {
  min-height: 550px;
  margin-bottom: 0;
  border-radius: 0;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover; }
  .home section.hero.hero-1.hero-nth-1 .jumbotron .container, .home section.hero.hero-1.hero-nth-1 .jumbotron .container-fluid {
    position: relative;
    background-color: transparent; }
    .home section.hero.hero-1.hero-nth-1 .jumbotron .container .caption, .home section.hero.hero-1.hero-nth-1 .jumbotron .container-fluid .caption {
      background: none;
      color: #FFF; }
      .home section.hero.hero-1.hero-nth-1 .jumbotron .container .caption h1, .home section.hero.hero-1.hero-nth-1 .jumbotron .container .caption h2, .home section.hero.hero-1.hero-nth-1 .jumbotron .container .caption h3, .home section.hero.hero-1.hero-nth-1 .jumbotron .container .caption h4, .home section.hero.hero-1.hero-nth-1 .jumbotron .container .caption h5, .home section.hero.hero-1.hero-nth-1 .jumbotron .container .caption h6, .home section.hero.hero-1.hero-nth-1 .jumbotron .container .caption .hdr, .home section.hero.hero-1.hero-nth-1 .jumbotron .container-fluid .caption h1, .home section.hero.hero-1.hero-nth-1 .jumbotron .container-fluid .caption h2, .home section.hero.hero-1.hero-nth-1 .jumbotron .container-fluid .caption h3, .home section.hero.hero-1.hero-nth-1 .jumbotron .container-fluid .caption h4, .home section.hero.hero-1.hero-nth-1 .jumbotron .container-fluid .caption h5, .home section.hero.hero-1.hero-nth-1 .jumbotron .container-fluid .caption h6, .home section.hero.hero-1.hero-nth-1 .jumbotron .container-fluid .caption .hdr {
        letter-spacing: 0; }
      .home section.hero.hero-1.hero-nth-1 .jumbotron .container .caption .hdr, .home section.hero.hero-1.hero-nth-1 .jumbotron .container-fluid .caption .hdr {
        margin-top: 0;
        text-transform: uppercase; }
      .home section.hero.hero-1.hero-nth-1 .jumbotron .container .caption .btn-donate, .home section.hero.hero-1.hero-nth-1 .jumbotron .container-fluid .caption .btn-donate {
        font-family: "Muli";
        border-radius: 3px;
        font-size: 30px;
        padding: 15px 28px;
        line-height: 54px;
        letter-spacing: 0.17em;
        color: #fff;
        background-color: #D67D4D;
        display: inline-block !important;
        margin-top: 7%;
        letter-spacing: -0.25px; }
      .home section.hero.hero-1.hero-nth-1 .jumbotron .container .caption h1.hdr, .home section.hero.hero-1.hero-nth-1 .jumbotron .container-fluid .caption h1.hdr {
        font-size: 108px; }
      .home section.hero.hero-1.hero-nth-1 .jumbotron .container .caption p, .home section.hero.hero-1.hero-nth-1 .jumbotron .container-fluid .caption p {
        font-size: 30px;
        line-height: 46px; }

.home section.hero.hero-1.hero-nth-2 .jumbotron {
  padding: 0; }
  .home section.hero.hero-1.hero-nth-2 .jumbotron .container {
    width: 100% !important; }
    .home section.hero.hero-1.hero-nth-2 .jumbotron .container .caption {
      text-align: center; }
      .home section.hero.hero-1.hero-nth-2 .jumbotron .container .caption .hdr, .home section.hero.hero-1.hero-nth-2 .jumbotron .container .caption p {
        margin: 0 0 40px;
        color: #FFF; }
      .home section.hero.hero-1.hero-nth-2 .jumbotron .container .caption p:last-child {
        margin-bottom: 0; }
      .home section.hero.hero-1.hero-nth-2 .jumbotron .container .caption .btn-donate {
        border-radius: 7px;
        font-size: 20px;
        padding: 0 28px;
        line-height: 54px;
        letter-spacing: 0.17em;
        color: #fff;
        background-color: #fff;
        display: inline-block !important; }
        .home section.hero.hero-1.hero-nth-2 .jumbotron .container .caption .btn-donate:hover {
          background-color: white;
          color: #FFF; }

.home section.hero.hero-1 .container {
  padding: 0; }
  .home section.hero.hero-1 .container .row {
    margin: 0; }
  .home section.hero.hero-1 .container .hero-img .featured-image {
    height: 450px; }
  .home section.hero.hero-1 .container .content .inner {
    padding-top: 60px; }
    .home section.hero.hero-1 .container .content .inner .hdr {
      font-size: 32px;
      line-height: 40px;
      text-transform: none; }
    .home section.hero.hero-1 .container .content .inner .btn-donate {
      border-radius: 7px;
      font-size: 20px;
      padding: 0 28px;
      line-height: 54px;
      letter-spacing: 0.17em;
      color: #fff;
      background-color: #fff;
      display: inline-block !important;
      text-decoration: none; }
      .home section.hero.hero-1 .container .content .inner .btn-donate:hover {
        background-color: white;
        color: #FFF; }

.page .hero.hero-1 {
  background-color: #862633;
  color: #fff; }
  .page .hero.hero-1 > .container-fluid {
    padding-left: 0;
    padding-right: 0; }
    .page .hero.hero-1 > .container-fluid .jumbotron {
      margin-bottom: 0;
      border-radius: 0;
      background-repeat: no-repeat; }
      .page .hero.hero-1 > .container-fluid .jumbotron .container, .page .hero.hero-1 > .container-fluid .jumbotron .container-fluid {
        background-color: transparent; }
  .page .hero.hero-1.hero-nth-1 .jumbotron {
    margin-bottom: 0;
    border-radius: 0;
    background-repeat: no-repeat; }
    .page .hero.hero-1.hero-nth-1 .jumbotron .container, .page .hero.hero-1.hero-nth-1 .jumbotron .container-fluid {
      position: relative;
      background-color: transparent; }
      .page .hero.hero-1.hero-nth-1 .jumbotron .container .caption, .page .hero.hero-1.hero-nth-1 .jumbotron .container-fluid .caption {
        background-color: #862633;
        color: #FFF; }
        .page .hero.hero-1.hero-nth-1 .jumbotron .container .caption h1, .page .hero.hero-1.hero-nth-1 .jumbotron .container .caption h2, .page .hero.hero-1.hero-nth-1 .jumbotron .container .caption h3, .page .hero.hero-1.hero-nth-1 .jumbotron .container .caption h4, .page .hero.hero-1.hero-nth-1 .jumbotron .container .caption h5, .page .hero.hero-1.hero-nth-1 .jumbotron .container .caption h6, .page .hero.hero-1.hero-nth-1 .jumbotron .container .caption .hdr, .page .hero.hero-1.hero-nth-1 .jumbotron .container-fluid .caption h1, .page .hero.hero-1.hero-nth-1 .jumbotron .container-fluid .caption h2, .page .hero.hero-1.hero-nth-1 .jumbotron .container-fluid .caption h3, .page .hero.hero-1.hero-nth-1 .jumbotron .container-fluid .caption h4, .page .hero.hero-1.hero-nth-1 .jumbotron .container-fluid .caption h5, .page .hero.hero-1.hero-nth-1 .jumbotron .container-fluid .caption h6, .page .hero.hero-1.hero-nth-1 .jumbotron .container-fluid .caption .hdr {
          letter-spacing: 0; }
        .page .hero.hero-1.hero-nth-1 .jumbotron .container .caption .hdr, .page .hero.hero-1.hero-nth-1 .jumbotron .container-fluid .caption .hdr {
          margin-top: 0;
          text-transform: uppercase; }
        .page .hero.hero-1.hero-nth-1 .jumbotron .container .caption .btn-donate, .page .hero.hero-1.hero-nth-1 .jumbotron .container-fluid .caption .btn-donate {
          border-radius: 7px;
          font-size: 20px;
          padding: 0 28px;
          line-height: 54px;
          letter-spacing: 0.17em;
          color: #fff;
          background-color: #D67D4D;
          display: inline-block !important;
          text-decoration: none; }
          .page .hero.hero-1.hero-nth-1 .jumbotron .container .caption .btn-donate:hover, .page .hero.hero-1.hero-nth-1 .jumbotron .container-fluid .caption .btn-donate:hover {
            background-color: #e09b76;
            color: #FFF; }
  .page .hero.hero-1.hero-nth-2 .jumbotron {
    padding: 0; }
    .page .hero.hero-1.hero-nth-2 .jumbotron .container {
      width: 100% !important; }
      .page .hero.hero-1.hero-nth-2 .jumbotron .container .caption {
        text-align: center; }
        .page .hero.hero-1.hero-nth-2 .jumbotron .container .caption .hdr, .page .hero.hero-1.hero-nth-2 .jumbotron .container .caption p {
          margin: 0 0 40px;
          color: #FFF; }
        .page .hero.hero-1.hero-nth-2 .jumbotron .container .caption p:last-child {
          margin-bottom: 0; }
        .page .hero.hero-1.hero-nth-2 .jumbotron .container .caption .btn-donate {
          border-radius: 7px;
          font-size: 20px;
          padding: 0 28px;
          line-height: 54px;
          letter-spacing: 0.17em;
          color: #fff;
          background-color: #fff;
          display: inline-block !important; }
          .page .hero.hero-1.hero-nth-2 .jumbotron .container .caption .btn-donate:hover {
            background-color: white;
            color: #FFF; }
  .page .hero.hero-1 .container {
    padding: 0; }
    .page .hero.hero-1 .container .row {
      margin: 0; }
    .page .hero.hero-1 .container .hero-img .featured-image {
      height: 400px; }
    .page .hero.hero-1 .container .content .inner {
      padding-top: 60px; }
      .page .hero.hero-1 .container .content .inner .hdr {
        font-size: 32px;
        line-height: 40px;
        text-transform: none; }
      .page .hero.hero-1 .container .content .inner .btn-donate {
        border-radius: 7px;
        font-size: 20px;
        padding: 0 28px;
        line-height: 54px;
        letter-spacing: 0.17em;
        color: #fff;
        background-color: #fff;
        display: inline-block !important;
        text-decoration: none; }
        .page .hero.hero-1 .container .content .inner .btn-donate:hover {
          background-color: white;
          color: #FFF; }

.page-template-list .hero.hero-1, .page-template-stories-list .hero.hero-1, .donate .hero.hero-1, give-now .hero.hero-1 {
  background-color: #862633;
  color: #fff; }
  .page-template-list .hero.hero-1 .container .content .inner, .page-template-list .hero.hero-1 .container-fluid .content .inner, .page-template-stories-list .hero.hero-1 .container .content .inner, .page-template-stories-list .hero.hero-1 .container-fluid .content .inner, .donate .hero.hero-1 .container .content .inner, .donate .hero.hero-1 .container-fluid .content .inner, give-now .hero.hero-1 .container .content .inner, give-now .hero.hero-1 .container-fluid .content .inner {
    padding-left: 0; }
    .page-template-list .hero.hero-1 .container .content .inner .hdr, .page-template-list .hero.hero-1 .container-fluid .content .inner .hdr, .page-template-stories-list .hero.hero-1 .container .content .inner .hdr, .page-template-stories-list .hero.hero-1 .container-fluid .content .inner .hdr, .donate .hero.hero-1 .container .content .inner .hdr, .donate .hero.hero-1 .container-fluid .content .inner .hdr, give-now .hero.hero-1 .container .content .inner .hdr, give-now .hero.hero-1 .container-fluid .content .inner .hdr {
      color: #fff;
      font-family: "Muli", sans-serif;
      text-transform: uppercase; }
    .page-template-list .hero.hero-1 .container .content .inner p, .page-template-list .hero.hero-1 .container-fluid .content .inner p, .page-template-stories-list .hero.hero-1 .container .content .inner p, .page-template-stories-list .hero.hero-1 .container-fluid .content .inner p, .donate .hero.hero-1 .container .content .inner p, .donate .hero.hero-1 .container-fluid .content .inner p, give-now .hero.hero-1 .container .content .inner p, give-now .hero.hero-1 .container-fluid .content .inner p {
      font-weight: 400;
      font-size: 23px; }
    .page-template-list .hero.hero-1 .container .content .inner br, .page-template-list .hero.hero-1 .container-fluid .content .inner br, .page-template-stories-list .hero.hero-1 .container .content .inner br, .page-template-stories-list .hero.hero-1 .container-fluid .content .inner br, .donate .hero.hero-1 .container .content .inner br, .donate .hero.hero-1 .container-fluid .content .inner br, give-now .hero.hero-1 .container .content .inner br, give-now .hero.hero-1 .container-fluid .content .inner br {
      display: none; }
  .page-template-list .hero.hero-1 .hero-container.container.hero-size-grid-page-hero-thumbnail .hero-img .featured-image, .page-template-stories-list .hero.hero-1 .hero-container.container.hero-size-grid-page-hero-thumbnail .hero-img .featured-image, .donate .hero.hero-1 .hero-container.container.hero-size-grid-page-hero-thumbnail .hero-img .featured-image, give-now .hero.hero-1 .hero-container.container.hero-size-grid-page-hero-thumbnail .hero-img .featured-image {
    height: 350px; }

.page-template-stories-list .hero.hero-1 {
  background-color: #862633; }
  .page-template-stories-list .hero.hero-1 > .container, .page-template-stories-list .hero.hero-1 > .container-fluid {
    position: relative;
    padding: 0; }
    .page-template-stories-list .hero.hero-1 > .container .content, .page-template-stories-list .hero.hero-1 > .container-fluid .content {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
      .page-template-stories-list .hero.hero-1 > .container .content .inner .hdr, .page-template-stories-list .hero.hero-1 > .container-fluid .content .inner .hdr {
        color: #FFF !important; }
    .page-template-stories-list .hero.hero-1 > .container .hero-img, .page-template-stories-list .hero.hero-1 > .container-fluid .hero-img {
      float: none;
      width: 100%; }
      .page-template-stories-list .hero.hero-1 > .container .hero-img .featured-image, .page-template-stories-list .hero.hero-1 > .container-fluid .hero-img .featured-image {
        height: 350px; }

.page-template-list-grid .hero.hero-1 .container .content .inner, .page-template-list-grid .hero.hero-1 .container-fluid .content .inner {
  padding-left: 0; }
  .page-template-list-grid .hero.hero-1 .container .content .inner .hdr, .page-template-list-grid .hero.hero-1 .container-fluid .content .inner .hdr {
    font-size: 58px;
    font-weight: 600;
    line-height: 60px;
    margin-top: 40px;
    margin-bottom: 26px; }
  .page-template-list-grid .hero.hero-1 .container .content .inner p, .page-template-list-grid .hero.hero-1 .container-fluid .content .inner p {
    font-weight: 400;
    font-size: 23px; }
  .page-template-list-grid .hero.hero-1 .container .content .inner br, .page-template-list-grid .hero.hero-1 .container-fluid .content .inner br {
    display: none; }

.page-template-list-grid .hero.hero-1 .container .hero-img .featured-image, .page-template-list-grid .hero.hero-1 .container-fluid .hero-img .featured-image {
  height: 350px; }

/************************************
   MIXINS
   Notes: Place to put functions and custom calculations
*************************************/
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/***************************
    * Buttons

****************************/
/***************************
    * List/Grid Page links
****************************/
/********************
    * Offcanvas
********************/
/***  Defaults to right  ***/
/************************************
    EOF Offcanvas
*************************************/
/************************************
    Font includes
*************************************/
/************************************
   EOF Font includes
*************************************/
/************************************
    Gradients
*************************************/
/************************************
    EOF Gradients
*************************************/
/************************************
    Placement
*************************************/
/************************************
    EOF Placement
*************************************/
section .hero .container {
  width: inherit !important; }

.page-template-list .hero.hero-1, .page-template-templates .hero.hero-1, .page-template-list-grid .hero.hero-1, .page-template-stories-list .hero.hero-1, .donate .hero.hero-1, .give-now .hero.hero-1 {
  background: -webkit-radial-gradient(center, ellipse, #ce2832 81%, #ab0710 119%);
  background: radial-gradient(ellipse at center, #ce2832 81%, #ab0710 119%); }
  .page-template-list .hero.hero-1 .jumbotron .container, .page-template-templates .hero.hero-1 .jumbotron .container, .page-template-list-grid .hero.hero-1 .jumbotron .container, .page-template-stories-list .hero.hero-1 .jumbotron .container, .donate .hero.hero-1 .jumbotron .container, .give-now .hero.hero-1 .jumbotron .container {
    font-family: "Muli", Arial, Helvetica, sans-serif; }
    .page-template-list .hero.hero-1 .jumbotron .container .caption .hdr, .page-template-templates .hero.hero-1 .jumbotron .container .caption .hdr, .page-template-list-grid .hero.hero-1 .jumbotron .container .caption .hdr, .page-template-stories-list .hero.hero-1 .jumbotron .container .caption .hdr, .donate .hero.hero-1 .jumbotron .container .caption .hdr, .give-now .hero.hero-1 .jumbotron .container .caption .hdr {
      color: #fff;
      font-size: 40px; }
  .page-template-list .hero.hero-1 .container, .page-template-list .hero.hero-1 .container-fluid, .page-template-templates .hero.hero-1 .container, .page-template-templates .hero.hero-1 .container-fluid, .page-template-list-grid .hero.hero-1 .container, .page-template-list-grid .hero.hero-1 .container-fluid, .page-template-stories-list .hero.hero-1 .container, .page-template-stories-list .hero.hero-1 .container-fluid, .donate .hero.hero-1 .container, .donate .hero.hero-1 .container-fluid, .give-now .hero.hero-1 .container, .give-now .hero.hero-1 .container-fluid {
    width: 100%; }
    .page-template-list .hero.hero-1 .container .row .content, .page-template-list .hero.hero-1 .container-fluid .row .content, .page-template-templates .hero.hero-1 .container .row .content, .page-template-templates .hero.hero-1 .container-fluid .row .content, .page-template-list-grid .hero.hero-1 .container .row .content, .page-template-list-grid .hero.hero-1 .container-fluid .row .content, .page-template-stories-list .hero.hero-1 .container .row .content, .page-template-stories-list .hero.hero-1 .container-fluid .row .content, .donate .hero.hero-1 .container .row .content, .donate .hero.hero-1 .container-fluid .row .content, .give-now .hero.hero-1 .container .row .content, .give-now .hero.hero-1 .container-fluid .row .content {
      width: 1170px;
      height: 420px;
      float: none;
      margin: 0 auto;
      padding: 0;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%); }
      .page-template-list .hero.hero-1 .container .row .content .inner, .page-template-list .hero.hero-1 .container-fluid .row .content .inner, .page-template-templates .hero.hero-1 .container .row .content .inner, .page-template-templates .hero.hero-1 .container-fluid .row .content .inner, .page-template-list-grid .hero.hero-1 .container .row .content .inner, .page-template-list-grid .hero.hero-1 .container-fluid .row .content .inner, .page-template-stories-list .hero.hero-1 .container .row .content .inner, .page-template-stories-list .hero.hero-1 .container-fluid .row .content .inner, .donate .hero.hero-1 .container .row .content .inner, .donate .hero.hero-1 .container-fluid .row .content .inner, .give-now .hero.hero-1 .container .row .content .inner, .give-now .hero.hero-1 .container-fluid .row .content .inner {
        padding: 0 15px;
        float: right;
        text-align: left;
        width: 42.5%;
        max-width: 440px;
        margin-top: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%); }
        .page-template-list .hero.hero-1 .container .row .content .inner .hdr, .page-template-list .hero.hero-1 .container-fluid .row .content .inner .hdr, .page-template-templates .hero.hero-1 .container .row .content .inner .hdr, .page-template-templates .hero.hero-1 .container-fluid .row .content .inner .hdr, .page-template-list-grid .hero.hero-1 .container .row .content .inner .hdr, .page-template-list-grid .hero.hero-1 .container-fluid .row .content .inner .hdr, .page-template-stories-list .hero.hero-1 .container .row .content .inner .hdr, .page-template-stories-list .hero.hero-1 .container-fluid .row .content .inner .hdr, .donate .hero.hero-1 .container .row .content .inner .hdr, .donate .hero.hero-1 .container-fluid .row .content .inner .hdr, .give-now .hero.hero-1 .container .row .content .inner .hdr, .give-now .hero.hero-1 .container-fluid .row .content .inner .hdr {
          margin: 0;
          font-size: 40px;
          font-family: "Muli", sans-serif;
          color: #fff;
          font-weight: bold;
          text-transform: uppercase;
          text-align: left;
          margin-top: 0;
          line-height: 60px; }
        .page-template-list .hero.hero-1 .container .row .content .inner p, .page-template-list .hero.hero-1 .container-fluid .row .content .inner p, .page-template-templates .hero.hero-1 .container .row .content .inner p, .page-template-templates .hero.hero-1 .container-fluid .row .content .inner p, .page-template-list-grid .hero.hero-1 .container .row .content .inner p, .page-template-list-grid .hero.hero-1 .container-fluid .row .content .inner p, .page-template-stories-list .hero.hero-1 .container .row .content .inner p, .page-template-stories-list .hero.hero-1 .container-fluid .row .content .inner p, .donate .hero.hero-1 .container .row .content .inner p, .donate .hero.hero-1 .container-fluid .row .content .inner p, .give-now .hero.hero-1 .container .row .content .inner p, .give-now .hero.hero-1 .container-fluid .row .content .inner p {
          font-size: 20px;
          line-height: 32px;
          text-align: left;
          font-weight: normal; }
        .page-template-list .hero.hero-1 .container .row .content .inner br, .page-template-list .hero.hero-1 .container-fluid .row .content .inner br, .page-template-templates .hero.hero-1 .container .row .content .inner br, .page-template-templates .hero.hero-1 .container-fluid .row .content .inner br, .page-template-list-grid .hero.hero-1 .container .row .content .inner br, .page-template-list-grid .hero.hero-1 .container-fluid .row .content .inner br, .page-template-stories-list .hero.hero-1 .container .row .content .inner br, .page-template-stories-list .hero.hero-1 .container-fluid .row .content .inner br, .donate .hero.hero-1 .container .row .content .inner br, .donate .hero.hero-1 .container-fluid .row .content .inner br, .give-now .hero.hero-1 .container .row .content .inner br, .give-now .hero.hero-1 .container-fluid .row .content .inner br {
          display: none; }
    .page-template-list .hero.hero-1 .container .row .hero-img, .page-template-list .hero.hero-1 .container-fluid .row .hero-img, .page-template-templates .hero.hero-1 .container .row .hero-img, .page-template-templates .hero.hero-1 .container-fluid .row .hero-img, .page-template-list-grid .hero.hero-1 .container .row .hero-img, .page-template-list-grid .hero.hero-1 .container-fluid .row .hero-img, .page-template-stories-list .hero.hero-1 .container .row .hero-img, .page-template-stories-list .hero.hero-1 .container-fluid .row .hero-img, .donate .hero.hero-1 .container .row .hero-img, .donate .hero.hero-1 .container-fluid .row .hero-img, .give-now .hero.hero-1 .container .row .hero-img, .give-now .hero.hero-1 .container-fluid .row .hero-img {
      width: 57.5%;
      height: 420px;
      padding: 0;
      margin: 0;
      float: right; }
      .page-template-list .hero.hero-1 .container .row .hero-img .featured-image, .page-template-list .hero.hero-1 .container-fluid .row .hero-img .featured-image, .page-template-templates .hero.hero-1 .container .row .hero-img .featured-image, .page-template-templates .hero.hero-1 .container-fluid .row .hero-img .featured-image, .page-template-list-grid .hero.hero-1 .container .row .hero-img .featured-image, .page-template-list-grid .hero.hero-1 .container-fluid .row .hero-img .featured-image, .page-template-stories-list .hero.hero-1 .container .row .hero-img .featured-image, .page-template-stories-list .hero.hero-1 .container-fluid .row .hero-img .featured-image, .donate .hero.hero-1 .container .row .hero-img .featured-image, .donate .hero.hero-1 .container-fluid .row .hero-img .featured-image, .give-now .hero.hero-1 .container .row .hero-img .featured-image, .give-now .hero.hero-1 .container-fluid .row .hero-img .featured-image {
        height: 420px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat; }

.page .hero.hero-1, .page-template-templates .hero.hero-1 {
  background: #862633; }
  .page .hero.hero-1 .container, .page .hero.hero-1 .container-fluid, .page-template-templates .hero.hero-1 .container, .page-template-templates .hero.hero-1 .container-fluid {
    width: 100%;
    /* Landscape phones and down */
    /* Landscape phone to portrait tablet */
    /* Portrait tablet to landscape and desktop */
    /* Large desktop */ }
    @media (max-width: 767px) {
      .page .hero.hero-1 .container .row, .page .hero.hero-1 .container-fluid .row, .page-template-templates .hero.hero-1 .container .row, .page-template-templates .hero.hero-1 .container-fluid .row {
        position: relative; }
        .page .hero.hero-1 .container .row .hero-img, .page .hero.hero-1 .container-fluid .row .hero-img, .page-template-templates .hero.hero-1 .container .row .hero-img, .page-template-templates .hero.hero-1 .container-fluid .row .hero-img {
          width: 100%;
          height: auto;
          position: absolute;
          top: 0; }
          .page .hero.hero-1 .container .row .hero-img .featured-image, .page .hero.hero-1 .container-fluid .row .hero-img .featured-image, .page-template-templates .hero.hero-1 .container .row .hero-img .featured-image, .page-template-templates .hero.hero-1 .container-fluid .row .hero-img .featured-image {
            height: 200px;
            position: relative; }
        .page .hero.hero-1 .container .row .content, .page .hero.hero-1 .container-fluid .row .content, .page-template-templates .hero.hero-1 .container .row .content, .page-template-templates .hero.hero-1 .container-fluid .row .content {
          width: 100%;
          height: auto;
          margin-top: 200px;
          position: relative;
          padding: 15px 25px 18px; }
          .page .hero.hero-1 .container .row .content .inner, .page .hero.hero-1 .container-fluid .row .content .inner, .page-template-templates .hero.hero-1 .container .row .content .inner, .page-template-templates .hero.hero-1 .container-fluid .row .content .inner {
            float: left;
            text-align: center;
            width: 100%;
            max-width: none;
            height: auto;
            position: relative;
            transform: none;
            -ms-transform: none;
            -webkit-transform: none; }
            .page .hero.hero-1 .container .row .content .inner .hdr, .page .hero.hero-1 .container .row .content .inner p, .page .hero.hero-1 .container-fluid .row .content .inner .hdr, .page .hero.hero-1 .container-fluid .row .content .inner p, .page-template-templates .hero.hero-1 .container .row .content .inner .hdr, .page-template-templates .hero.hero-1 .container .row .content .inner p, .page-template-templates .hero.hero-1 .container-fluid .row .content .inner .hdr, .page-template-templates .hero.hero-1 .container-fluid .row .content .inner p {
              text-align: center; }
            .page .hero.hero-1 .container .row .content .inner .hdr, .page .hero.hero-1 .container-fluid .row .content .inner .hdr, .page-template-templates .hero.hero-1 .container .row .content .inner .hdr, .page-template-templates .hero.hero-1 .container-fluid .row .content .inner .hdr {
              font-size: 28px;
              line-height: 38px;
              letter-spacing: 0.69px;
              margin-bottom: .5em; }
            .page .hero.hero-1 .container .row .content .inner p, .page .hero.hero-1 .container-fluid .row .content .inner p, .page-template-templates .hero.hero-1 .container .row .content .inner p, .page-template-templates .hero.hero-1 .container-fluid .row .content .inner p {
              font-size: 17px;
              line-height: 27px; }
              .page .hero.hero-1 .container .row .content .inner p:last-of-type, .page .hero.hero-1 .container-fluid .row .content .inner p:last-of-type, .page-template-templates .hero.hero-1 .container .row .content .inner p:last-of-type, .page-template-templates .hero.hero-1 .container-fluid .row .content .inner p:last-of-type {
                margin-bottom: 1.4em; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .page .hero.hero-1 .container .row .hero-img, .page .hero.hero-1 .container-fluid .row .hero-img, .page-template-templates .hero.hero-1 .container .row .hero-img, .page-template-templates .hero.hero-1 .container-fluid .row .hero-img {
        width: 50%; }
      .page .hero.hero-1 .container .row .content, .page .hero.hero-1 .container-fluid .row .content, .page-template-templates .hero.hero-1 .container .row .content, .page-template-templates .hero.hero-1 .container-fluid .row .content {
        width: 100%; }
        .page .hero.hero-1 .container .row .content .inner, .page .hero.hero-1 .container-fluid .row .content .inner, .page-template-templates .hero.hero-1 .container .row .content .inner, .page-template-templates .hero.hero-1 .container-fluid .row .content .inner {
          width: 50%;
          margin: 0;
          padding: 0 60px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .page .hero.hero-1 .container .row .content, .page .hero.hero-1 .container-fluid .row .content, .page-template-templates .hero.hero-1 .container .row .content, .page-template-templates .hero.hero-1 .container-fluid .row .content {
        width: 100%; } }

section.breadcrumbs {
  background: #F0F0F6; }
  section.breadcrumbs .container {
    max-width: 1170px;
    width: 100%;
    padding: 0 60px;
    margin-left: 0 auto; }
    section.breadcrumbs .container p {
      margin-bottom: 0;
      font-size: 18px;
      line-height: 27px; }
    section.breadcrumbs .container a {
      color: #862633; }
    section.breadcrumbs .container span.breadcrumb_last {
      text-decoration: underline; }

section.content {
  margin-top: 50px;
  /* =WordPress Core Styles
-------------------------------------------------------------- */
  /* Text meant only for screen readers. */ }
  section.content a {
    color: #862633;
    text-decoration: none; }
    section.content a:hover, section.content a:focus, section.content a.focus {
      text-decoration: underline; }
  section.content p {
    font-family: inherit;
    /*font-size: $p-content-font-size;
      color: $p-content-color;
      line-height: $p-content-lineheight;*/ }
    section.content p a {
      color: #862633;
      text-decoration: none; }
      section.content p a:hover, section.content p a:focus, section.content p a.focus {
        color: #62B1BD;
        text-decoration: underline; }
  section.content .aligncenter,
  section.content div.aligncenter {
    display: block; }
  section.content .alignright {
    float: right; }
  section.content .alignleft {
    float: left; }
  section.content a img.alignright {
    float: right;
    margin: 36px 0px 36px 36px; }
  section.content a img.alignnone {
    margin: 0 auto 50px; }
  section.content a img.alignleft {
    float: left;
    margin: 36px 36px 36px 0; }
  section.content a img.aligncenter {
    display: block;
    margin: 36px auto; }
  section.content .wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center; }
  section.content .wp-caption.alignnone {
    margin: 5px 20px 20px 0; }
  section.content .wp-caption.alignleft {
    margin: 5px 20px 20px 0; }
  section.content .wp-caption.alignright {
    margin: 5px 0 20px 20px; }
  section.content .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto; }
  section.content .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px; }
  section.content .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden; }
  section.content .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }
  section.content .alignnone {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    max-height: 100%; }
    section.content .alignnone > img {
      max-width: 100%;
      height: 100%; }
  section.content .aligncenter {
    display: block; }
  @media (min-width: 768px) {
    section.content .alignleft {
      float: left; }
    section.content .alignright {
      float: right; } }
  section.content .wp-caption-text {
    padding: 9px; }

@media (max-width: 991px) {
  section.content .container {
    padding-left: 0;
    padding-right: 0; }
  section.mixed .container .container-fluid .row .mixed-column.column-content {
    padding-left: 15px;
    padding-right: 15px; } }

/* Portrait tablet to landscape and desktop */
/* Large desktop */
@media (max-width: 767px) {
  section.donation {
    height: auto; }
    section.donation .container {
      width: 100%;
      padding: 28px 22px 55px; }
      section.donation .container .row {
        margin-left: 0px;
        margin-right: 0px;
        text-align: center; }
        section.donation .container .row.donation-widget h2 {
          font-size: 36px;
          font-weight: bold;
          color: #252525;
          text-align: center;
          margin-top: 0;
          text-transform: none; }
        section.donation .container .row.donation-widget p {
          font-size: 18px;
          line-height: 30px;
          margin-bottom: 20px; }
        section.donation .container .row.donation-widget-amount span.donation-widget {
          margin-right: 16px;
          margin-left: 16px;
          display: inline-block;
          margin-bottom: 18px; }
          section.donation .container .row.donation-widget-amount span.donation-widget:nth-child(even) {
            margin-right: 0; }
          section.donation .container .row.donation-widget-amount span.donation-widget:nth-child(odd) {
            margin-left: 0; }
        section.donation .container .row.donation-widget-amount span:first-child {
          margin-left: 0; }
        section.donation .container .row.donation-widget-amount span.amt-other {
          margin-right: 0;
          margin-left: 0;
          display: block;
          width: 100%; }
        section.donation .container .row.donation-widget-amount span a.donation-widget {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          width: 119px;
          height: 50px;
          background: #FFFFFF;
          border-radius: 3px;
          font-size: 24px;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          section.donation .container .row.donation-widget-amount span a.donation-widget input {
            width: 75%;
            border: none;
            background: #fff;
            margin-left: 4px;
            padding-left: 5px;
            border-radius: 3px;
            color: #862633; }
          section.donation .container .row.donation-widget-amount span a.donation-widget.on-atm {
            color: #fff; }
        section.donation .container .row.donation-widget-amount span a:hover {
          color: #fff;
          cursor: pointer;
          text-decoration: none; }
        section.donation .container .row.donation-widget-amount a.donate-btn-widget {
          border-radius: 3px;
          width: 200px;
          height: 50px;
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          color: #fff;
          font-size: 24px;
          font-weight: bold; }
          section.donation .container .row.donation-widget-amount a.donate-btn-widget:hover {
            text-decoration: none; }
  body:not(.home) section.donation {
    height: auto; }
    body:not(.home) section.donation .container {
      width: 100%;
      padding: 28px 22px 55px; }
      body:not(.home) section.donation .container .row {
        margin-left: 0px;
        margin-right: 0px;
        text-align: center; }
        body:not(.home) section.donation .container .row.donation-widget h2 {
          font-size: 36px;
          font-weight: bold;
          color: #252525;
          text-align: center;
          margin-top: 0;
          text-transform: none; }
        body:not(.home) section.donation .container .row.donation-widget p {
          font-size: 18px;
          line-height: 30px;
          margin-bottom: 20px; }
        body:not(.home) section.donation .container .row.donation-widget-amount span.donation-widget {
          margin-right: 16px;
          margin-left: 16px;
          display: inline-block;
          margin-bottom: 18px; }
          body:not(.home) section.donation .container .row.donation-widget-amount span.donation-widget:nth-child(even) {
            margin-right: 0; }
          body:not(.home) section.donation .container .row.donation-widget-amount span.donation-widget:nth-child(odd) {
            margin-left: 0; }
        body:not(.home) section.donation .container .row.donation-widget-amount span:first-child {
          margin-left: 0; }
        body:not(.home) section.donation .container .row.donation-widget-amount span.amt-other {
          margin-right: 0;
          display: inline-block;
          width: 100%; }
        body:not(.home) section.donation .container .row.donation-widget-amount span a.donation-widget {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          width: 119px;
          height: 50px;
          border-radius: 3px;
          font-size: 24px;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          body:not(.home) section.donation .container .row.donation-widget-amount span a.donation-widget input {
            width: 75%;
            border: none;
            margin-left: 4px;
            padding-left: 5px;
            border-radius: 3px; }
          body:not(.home) section.donation .container .row.donation-widget-amount span a.donation-widget.on-atm {
            color: #fff; }
        body:not(.home) section.donation .container .row.donation-widget-amount span a:hover {
          color: #fff;
          cursor: pointer;
          text-decoration: none; }
        body:not(.home) section.donation .container .row.donation-widget-amount a.donate-btn-widget {
          border-radius: 3px;
          width: 200px;
          height: 50px;
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          font-size: 24px;
          font-weight: bold; }
          body:not(.home) section.donation .container .row.donation-widget-amount a.donate-btn-widget:hover {
            text-decoration: none; }
  body.home section.donation {
    height: auto; }
    body.home section.donation .container {
      width: 100%;
      padding: 28px 22px 55px; }
      body.home section.donation .container .row {
        margin-left: 0px;
        margin-right: 0px;
        text-align: center; }
        body.home section.donation .container .row.donation-widget h2 {
          font-size: 36px;
          font-weight: bold;
          color: #252525;
          text-align: center;
          margin-top: 0;
          text-transform: none; }
        body.home section.donation .container .row.donation-widget p {
          font-size: 18px;
          line-height: 30px;
          margin-bottom: 20px; }
        body.home section.donation .container .row.donation-widget-amount span.donation-widget {
          margin-right: 16px;
          margin-left: 16px;
          display: inline-block;
          margin-bottom: 18px; }
          body.home section.donation .container .row.donation-widget-amount span.donation-widget:nth-child(even) {
            margin-right: 0; }
          body.home section.donation .container .row.donation-widget-amount span.donation-widget:nth-child(odd) {
            margin-left: 0; }
        body.home section.donation .container .row.donation-widget-amount span:first-child {
          margin-left: 0; }
        body.home section.donation .container .row.donation-widget-amount span.amt-other {
          margin-right: 0;
          display: inline-block;
          width: 100%; }
        body.home section.donation .container .row.donation-widget-amount span a.donation-widget {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          width: 119px;
          height: 50px;
          background: #FFFFFF;
          border-radius: 3px;
          font-size: 24px;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          body.home section.donation .container .row.donation-widget-amount span a.donation-widget input {
            width: 75%;
            border: none;
            background: #fff;
            margin-left: 4px;
            padding-left: 5px;
            border-radius: 3px;
            color: #62B1BD; }
          body.home section.donation .container .row.donation-widget-amount span a.donation-widget.on-atm {
            background: #62B1BD;
            color: #fff; }
        body.home section.donation .container .row.donation-widget-amount span a:hover {
          background: #862633;
          color: #fff;
          cursor: pointer;
          text-decoration: none; }
        body.home section.donation .container .row.donation-widget-amount a.donate-btn-widget {
          background: #62B1BD;
          border-radius: 3px;
          width: 200px;
          height: 50px;
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          color: #fff;
          font-size: 24px;
          font-weight: bold; }
          body.home section.donation .container .row.donation-widget-amount a.donate-btn-widget:hover {
            text-decoration: none;
            background: #aad5db; } }

@media (min-width: 480px) and (max-width: 736px) {
  section.donation {
    height: auto; }
    section.donation .container {
      width: 100%;
      padding: 28px 22px 55px !important; }
      section.donation .container .row {
        margin-left: 0px;
        margin-right: 0px;
        text-align: center; }
        section.donation .container .row.donation-widget h2 {
          font-size: 36px;
          font-weight: bold;
          color: #252525;
          text-align: center;
          margin-top: 0;
          text-transform: none; }
        section.donation .container .row.donation-widget p {
          font-size: 18px;
          line-height: 30px;
          margin-bottom: 20px; }
        section.donation .container .row.donation-widget-amount span.donation-widget {
          margin-right: 16px !important;
          margin-left: 16px !important;
          display: inline-block;
          margin-bottom: 18px; }
          section.donation .container .row.donation-widget-amount span.donation-widget:nth-child(even) {
            margin-right: 0; }
          section.donation .container .row.donation-widget-amount span.donation-widget:nth-child(odd) {
            margin-left: 0; }
        section.donation .container .row.donation-widget-amount span:first-child {
          margin-left: 0; }
        section.donation .container .row.donation-widget-amount span.amt-other {
          margin-right: 0;
          margin-left: 0;
          display: inline;
          width: auto; }
        section.donation .container .row.donation-widget-amount span a.donation-widget {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          width: 119px;
          height: 50px;
          background: #FFFFFF;
          border-radius: 3px;
          font-size: 24px;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          section.donation .container .row.donation-widget-amount span a.donation-widget input {
            width: 75%;
            border: none;
            background: #fff;
            margin-left: 4px;
            padding-left: 5px;
            border-radius: 3px;
            color: #62B1BD; }
          section.donation .container .row.donation-widget-amount span a.donation-widget.on-atm {
            background: #62B1BD;
            color: #fff; }
        section.donation .container .row.donation-widget-amount span a:hover {
          background: #62B1BD;
          color: #fff;
          cursor: pointer;
          text-decoration: none; }
        section.donation .container .row.donation-widget-amount a.donate-btn-widget {
          background: #62B1BD;
          border-radius: 3px;
          width: 200px;
          height: 50px;
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          color: #fff;
          font-size: 24px;
          font-weight: bold; }
          section.donation .container .row.donation-widget-amount a.donate-btn-widget:hover {
            text-decoration: none;
            background: #aad5db; } }

@media (min-width: 768px) and (max-width: 991px) {
  .page section.donation .container, .search section.donation .container {
    width: 100%;
    padding: 28px 22px 55px; }
    .page section.donation .container .row, .search section.donation .container .row {
      margin-left: 0px;
      margin-right: 0px;
      text-align: center; }
      .page section.donation .container .row.donation-widget h2, .search section.donation .container .row.donation-widget h2 {
        font-size: 36px;
        font-weight: bold;
        color: #252525;
        text-align: center;
        margin-top: 0;
        text-transform: none; }
      .page section.donation .container .row.donation-widget p, .search section.donation .container .row.donation-widget p {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 20px; }
      .page section.donation .container .row.donation-widget-amount span, .search section.donation .container .row.donation-widget-amount span {
        margin-right: 28px;
        display: inline-block;
        margin-bottom: 18px; }
        .page section.donation .container .row.donation-widget-amount span.amt-other, .search section.donation .container .row.donation-widget-amount span.amt-other {
          margin-right: 0px; }
        .page section.donation .container .row.donation-widget-amount span a.donation-widget, .search section.donation .container .row.donation-widget-amount span a.donation-widget {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          width: 119px;
          height: 50px;
          background: #FFFFFF;
          border-radius: 3px;
          font-size: 24px;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          .page section.donation .container .row.donation-widget-amount span a.donation-widget input, .search section.donation .container .row.donation-widget-amount span a.donation-widget input {
            width: 75%;
            border: none;
            background: #fff;
            margin-left: 4px;
            padding-left: 5px;
            border-radius: 3px; }
          .page section.donation .container .row.donation-widget-amount span a.donation-widget.on-atm, .search section.donation .container .row.donation-widget-amount span a.donation-widget.on-atm {
            color: #fff; }
        .page section.donation .container .row.donation-widget-amount span a:hover, .search section.donation .container .row.donation-widget-amount span a:hover {
          color: #fff;
          cursor: pointer;
          text-decoration: none; }
      .page section.donation .container .row.donation-widget-amount a.donate-btn-widget, .search section.donation .container .row.donation-widget-amount a.donate-btn-widget {
        border-radius: 3px;
        width: 200px;
        height: 50px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #fff;
        font-size: 24px;
        font-weight: bold;
        margin-top: 22px; }
        .page section.donation .container .row.donation-widget-amount a.donate-btn-widget:hover, .search section.donation .container .row.donation-widget-amount a.donate-btn-widget:hover {
          text-decoration: none; }
  .page body:not(.home) section.donation, .search body:not(.home) section.donation {
    display: block; }
    .page body:not(.home) section.donation .container, .search body:not(.home) section.donation .container {
      width: 100%;
      padding: 53px 22px 55px; } }

/* Portrait tablet to landscape and desktop */
@media (min-width: 992px) and (max-width: 1199px) {
  section.donation {
    display: block; }
    section.donation .container {
      width: 100%;
      padding: 53px 22px 55px; }
      section.donation .container .row .donation-widget-amount a.donate-btn-widget {
        margin-top: 22px; } }

/* Large desktop */
@media (min-width: 1200px) {
  section.donation {
    height: auto; } }

section.emailsignup {
  background: #862633 no-repeat scroll top right;
  color: #fff;
  border-top: 0px solid #F5F5F9; }
  section.emailsignup.emailsignup-1 .container, section.emailsignup.emailsignup-1 .container-fluid, section.emailsignup.emailsignup-3 .container, section.emailsignup.emailsignup-3 .container-fluid {
    padding-top: 0;
    padding-bottom: 16px;
    padding-left: 0px;
    padding-right: 0;
    position: relative; }
    section.emailsignup.emailsignup-1 .container h4, section.emailsignup.emailsignup-1 .container-fluid h4, section.emailsignup.emailsignup-3 .container h4, section.emailsignup.emailsignup-3 .container-fluid h4 {
      font-size: 2rem;
      color: #fff;
      margin-top: 20px;
      font-family: "Muli";
      text-transform: uppercase;
      font-weight: bold; }
    section.emailsignup.emailsignup-1 .container h5, section.emailsignup.emailsignup-1 .container-fluid h5, section.emailsignup.emailsignup-3 .container h5, section.emailsignup.emailsignup-3 .container-fluid h5 {
      font-size: 1.111rem;
      margin-bottom: 0px; }
    section.emailsignup.emailsignup-1 .container p, section.emailsignup.emailsignup-1 .container-fluid p, section.emailsignup.emailsignup-3 .container p, section.emailsignup.emailsignup-3 .container-fluid p {
      color: #fff;
      font-size: 20px; }
    section.emailsignup.emailsignup-1 .container #om-post-action-header #om-post-action-optin-title, section.emailsignup.emailsignup-1 .container-fluid #om-post-action-header #om-post-action-optin-title, section.emailsignup.emailsignup-3 .container #om-post-action-header #om-post-action-optin-title, section.emailsignup.emailsignup-3 .container-fluid #om-post-action-header #om-post-action-optin-title {
      margin-bottom: 0;
      font-weight: bold; }
    section.emailsignup.emailsignup-1 .container #om-post-action-footer #om-post-action-optin-email, section.emailsignup.emailsignup-1 .container #om-post-action-footer #om-post-action-optin-submit, section.emailsignup.emailsignup-1 .container-fluid #om-post-action-footer #om-post-action-optin-email, section.emailsignup.emailsignup-1 .container-fluid #om-post-action-footer #om-post-action-optin-submit, section.emailsignup.emailsignup-3 .container #om-post-action-footer #om-post-action-optin-email, section.emailsignup.emailsignup-3 .container #om-post-action-footer #om-post-action-optin-submit, section.emailsignup.emailsignup-3 .container-fluid #om-post-action-footer #om-post-action-optin-email, section.emailsignup.emailsignup-3 .container-fluid #om-post-action-footer #om-post-action-optin-submit {
      padding: 6px 10px 2px; }
    section.emailsignup.emailsignup-1 .container #om-post-action-footer #om-post-action-optin-submit:hover, section.emailsignup.emailsignup-1 .container-fluid #om-post-action-footer #om-post-action-optin-submit:hover, section.emailsignup.emailsignup-3 .container #om-post-action-footer #om-post-action-optin-submit:hover, section.emailsignup.emailsignup-3 .container-fluid #om-post-action-footer #om-post-action-optin-submit:hover {
      background-color: #862633; }
    section.emailsignup.emailsignup-1 .container #om-post-action-optin-title span, section.emailsignup.emailsignup-1 .container-fluid #om-post-action-optin-title span, section.emailsignup.emailsignup-3 .container #om-post-action-optin-title span, section.emailsignup.emailsignup-3 .container-fluid #om-post-action-optin-title span {
      color: #fff; }
    section.emailsignup.emailsignup-1 .container .social-icons-1 a, section.emailsignup.emailsignup-1 .container-fluid .social-icons-1 a, section.emailsignup.emailsignup-3 .container .social-icons-1 a, section.emailsignup.emailsignup-3 .container-fluid .social-icons-1 a {
      margin-left: 20px; }
      section.emailsignup.emailsignup-1 .container .social-icons-1 a:first-child, section.emailsignup.emailsignup-1 .container-fluid .social-icons-1 a:first-child, section.emailsignup.emailsignup-3 .container .social-icons-1 a:first-child, section.emailsignup.emailsignup-3 .container-fluid .social-icons-1 a:first-child {
        margin-left: 0; }
    section.emailsignup.emailsignup-1 .container .gform_wrapper label.gfield_label + div.ginput_container, section.emailsignup.emailsignup-1 .container-fluid .gform_wrapper label.gfield_label + div.ginput_container, section.emailsignup.emailsignup-3 .container .gform_wrapper label.gfield_label + div.ginput_container, section.emailsignup.emailsignup-3 .container-fluid .gform_wrapper label.gfield_label + div.ginput_container {
      margin-top: 0; }
    section.emailsignup.emailsignup-1 .container #gform_wrapper_1, section.emailsignup.emailsignup-1 .container #gform_wrapper_3, section.emailsignup.emailsignup-1 .container .gform_wrapper, section.emailsignup.emailsignup-1 .container-fluid #gform_wrapper_1, section.emailsignup.emailsignup-1 .container-fluid #gform_wrapper_3, section.emailsignup.emailsignup-1 .container-fluid .gform_wrapper, section.emailsignup.emailsignup-3 .container #gform_wrapper_1, section.emailsignup.emailsignup-3 .container #gform_wrapper_3, section.emailsignup.emailsignup-3 .container .gform_wrapper, section.emailsignup.emailsignup-3 .container-fluid #gform_wrapper_1, section.emailsignup.emailsignup-3 .container-fluid #gform_wrapper_3, section.emailsignup.emailsignup-3 .container-fluid .gform_wrapper {
      width: 100%;
      overflow: hidden;
      max-width: 100%;
      margin: 0; }
      section.emailsignup.emailsignup-1 .container #gform_wrapper_1 li:nth-child(1), section.emailsignup.emailsignup-1 .container #gform_wrapper_3 li:nth-child(1), section.emailsignup.emailsignup-1 .container .gform_wrapper li:nth-child(1), section.emailsignup.emailsignup-1 .container-fluid #gform_wrapper_1 li:nth-child(1), section.emailsignup.emailsignup-1 .container-fluid #gform_wrapper_3 li:nth-child(1), section.emailsignup.emailsignup-1 .container-fluid .gform_wrapper li:nth-child(1), section.emailsignup.emailsignup-3 .container #gform_wrapper_1 li:nth-child(1), section.emailsignup.emailsignup-3 .container #gform_wrapper_3 li:nth-child(1), section.emailsignup.emailsignup-3 .container .gform_wrapper li:nth-child(1), section.emailsignup.emailsignup-3 .container-fluid #gform_wrapper_1 li:nth-child(1), section.emailsignup.emailsignup-3 .container-fluid #gform_wrapper_3 li:nth-child(1), section.emailsignup.emailsignup-3 .container-fluid .gform_wrapper li:nth-child(1) {
        clear: none; }
      section.emailsignup.emailsignup-1 .container #gform_wrapper_1 li:nth-child(2), section.emailsignup.emailsignup-1 .container #gform_wrapper_3 li:nth-child(2), section.emailsignup.emailsignup-1 .container .gform_wrapper li:nth-child(2), section.emailsignup.emailsignup-1 .container-fluid #gform_wrapper_1 li:nth-child(2), section.emailsignup.emailsignup-1 .container-fluid #gform_wrapper_3 li:nth-child(2), section.emailsignup.emailsignup-1 .container-fluid .gform_wrapper li:nth-child(2), section.emailsignup.emailsignup-3 .container #gform_wrapper_1 li:nth-child(2), section.emailsignup.emailsignup-3 .container #gform_wrapper_3 li:nth-child(2), section.emailsignup.emailsignup-3 .container .gform_wrapper li:nth-child(2), section.emailsignup.emailsignup-3 .container-fluid #gform_wrapper_1 li:nth-child(2), section.emailsignup.emailsignup-3 .container-fluid #gform_wrapper_3 li:nth-child(2), section.emailsignup.emailsignup-3 .container-fluid .gform_wrapper li:nth-child(2) {
        clear: none; }
      section.emailsignup.emailsignup-1 .container #gform_wrapper_1 .gform_footer, section.emailsignup.emailsignup-1 .container #gform_wrapper_3 .gform_footer, section.emailsignup.emailsignup-1 .container .gform_wrapper .gform_footer, section.emailsignup.emailsignup-1 .container-fluid #gform_wrapper_1 .gform_footer, section.emailsignup.emailsignup-1 .container-fluid #gform_wrapper_3 .gform_footer, section.emailsignup.emailsignup-1 .container-fluid .gform_wrapper .gform_footer, section.emailsignup.emailsignup-3 .container #gform_wrapper_1 .gform_footer, section.emailsignup.emailsignup-3 .container #gform_wrapper_3 .gform_footer, section.emailsignup.emailsignup-3 .container .gform_wrapper .gform_footer, section.emailsignup.emailsignup-3 .container-fluid #gform_wrapper_1 .gform_footer, section.emailsignup.emailsignup-3 .container-fluid #gform_wrapper_3 .gform_footer, section.emailsignup.emailsignup-3 .container-fluid .gform_wrapper .gform_footer {
        width: auto;
        padding: 0;
        float: right;
        clear: none; }
        section.emailsignup.emailsignup-1 .container #gform_wrapper_1 .gform_footer input, section.emailsignup.emailsignup-1 .container #gform_wrapper_3 .gform_footer input, section.emailsignup.emailsignup-1 .container .gform_wrapper .gform_footer input, section.emailsignup.emailsignup-1 .container-fluid #gform_wrapper_1 .gform_footer input, section.emailsignup.emailsignup-1 .container-fluid #gform_wrapper_3 .gform_footer input, section.emailsignup.emailsignup-1 .container-fluid .gform_wrapper .gform_footer input, section.emailsignup.emailsignup-3 .container #gform_wrapper_1 .gform_footer input, section.emailsignup.emailsignup-3 .container #gform_wrapper_3 .gform_footer input, section.emailsignup.emailsignup-3 .container .gform_wrapper .gform_footer input, section.emailsignup.emailsignup-3 .container-fluid #gform_wrapper_1 .gform_footer input, section.emailsignup.emailsignup-3 .container-fluid #gform_wrapper_3 .gform_footer input, section.emailsignup.emailsignup-3 .container-fluid .gform_wrapper .gform_footer input {
          background: #f07848;
          color: #fff;
          -webkit-box-shadow: none;
          box-shadow: none;
          border: none;
          border-radius: 0;
          padding: 0 1.667rem;
          text-transform: uppercase;
          font-style: normal;
          font-size: 1.111rem; }
    section.emailsignup.emailsignup-1 .container .gf_browser_chrome ul.gform_fields li.gfield span.name_last .gform_wrapper label.gfield_label + div.ginput_container, section.emailsignup.emailsignup-1 .container-fluid .gf_browser_chrome ul.gform_fields li.gfield span.name_last .gform_wrapper label.gfield_label + div.ginput_container, section.emailsignup.emailsignup-3 .container .gf_browser_chrome ul.gform_fields li.gfield span.name_last .gform_wrapper label.gfield_label + div.ginput_container, section.emailsignup.emailsignup-3 .container-fluid .gf_browser_chrome ul.gform_fields li.gfield span.name_last .gform_wrapper label.gfield_label + div.ginput_container {
      margin-top: 0; }
    section.emailsignup.emailsignup-1 .container .gf_browser_chrome ul.gform_fields li.gfield span.name_last .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last, section.emailsignup.emailsignup-1 .container .gf_browser_chrome ul.gform_fields li.gfield span.name_last .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first, section.emailsignup.emailsignup-1 .container-fluid .gf_browser_chrome ul.gform_fields li.gfield span.name_last .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last, section.emailsignup.emailsignup-1 .container-fluid .gf_browser_chrome ul.gform_fields li.gfield span.name_last .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first, section.emailsignup.emailsignup-3 .container .gf_browser_chrome ul.gform_fields li.gfield span.name_last .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last, section.emailsignup.emailsignup-3 .container .gf_browser_chrome ul.gform_fields li.gfield span.name_last .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first, section.emailsignup.emailsignup-3 .container-fluid .gf_browser_chrome ul.gform_fields li.gfield span.name_last .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last, section.emailsignup.emailsignup-3 .container-fluid .gf_browser_chrome ul.gform_fields li.gfield span.name_last .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first {
      padding-top: 0px; }

@media (min-width: 1200px) {
  section.emailsignup.emailsignup-1, section.emailsignup.emailsignup-3 {
    background: #862633 no-repeat scroll top right;
    height: 250px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  section.emailsignup.emailsignup-1, section.emailsignup.emailsignup-3 {
    background: #862633 no-repeat scroll right top;
    background-color: #626262;
    height: 271px; } }

@media (min-width: 768px) and (max-width: 991px) {
  section.emailsignup.emailsignup-1, section.emailsignup.emailsignup-3 {
    background: #862633 no-repeat scroll center center;
    background-size: cover; } }

@media (max-width: 767px) {
  section.emailsignup.emailsignup-1, section.emailsignup.emailsignup-3 {
    padding: 120px 5px 40px 16px;
    background: #862633 no-repeat scroll top right;
    background-size: cover;
    margin-bottom: 20px;
    border-bottom: 10px solid #F5F5F9; } }

section.emailsignup.emailsignup-1 .container, section.emailsignup.emailsignup-1 .container-fluid, section.emailsignup.emailsignup-3 .container, section.emailsignup.emailsignup-3 .container-fluid {
  /*480 */
  /* 1199 to 992*/ }
  @media (max-width: 767px) {
    section.emailsignup.emailsignup-1 .container, section.emailsignup.emailsignup-1 .container-fluid, section.emailsignup.emailsignup-3 .container, section.emailsignup.emailsignup-3 .container-fluid {
      width: 320px;
      max-width: 100%; }
      section.emailsignup.emailsignup-1 .container #gform_wrapper_1 .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span, section.emailsignup.emailsignup-1 .container .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span, section.emailsignup.emailsignup-1 .container-fluid #gform_wrapper_1 .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span, section.emailsignup.emailsignup-1 .container-fluid .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span, section.emailsignup.emailsignup-3 .container #gform_wrapper_1 .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span, section.emailsignup.emailsignup-3 .container .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span, section.emailsignup.emailsignup-3 .container-fluid #gform_wrapper_1 .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span, section.emailsignup.emailsignup-3 .container-fluid .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span {
        max-width: 100%; }
      section.emailsignup.emailsignup-1 .container #gform_wrapper_1 li:nth-child(1), section.emailsignup.emailsignup-1 .container .gform_wrapper li:nth-child(1), section.emailsignup.emailsignup-1 .container-fluid #gform_wrapper_1 li:nth-child(1), section.emailsignup.emailsignup-1 .container-fluid .gform_wrapper li:nth-child(1), section.emailsignup.emailsignup-3 .container #gform_wrapper_1 li:nth-child(1), section.emailsignup.emailsignup-3 .container .gform_wrapper li:nth-child(1), section.emailsignup.emailsignup-3 .container-fluid #gform_wrapper_1 li:nth-child(1), section.emailsignup.emailsignup-3 .container-fluid .gform_wrapper li:nth-child(1) {
        width: 100%;
        clear: none;
        float: none; }
      section.emailsignup.emailsignup-1 .container #gform_wrapper_1 li:nth-child(2), section.emailsignup.emailsignup-1 .container .gform_wrapper li:nth-child(2), section.emailsignup.emailsignup-1 .container-fluid #gform_wrapper_1 li:nth-child(2), section.emailsignup.emailsignup-1 .container-fluid .gform_wrapper li:nth-child(2), section.emailsignup.emailsignup-3 .container #gform_wrapper_1 li:nth-child(2), section.emailsignup.emailsignup-3 .container .gform_wrapper li:nth-child(2), section.emailsignup.emailsignup-3 .container-fluid #gform_wrapper_1 li:nth-child(2), section.emailsignup.emailsignup-3 .container-fluid .gform_wrapper li:nth-child(2) {
        width: 300px;
        max-width: 100%; }
        section.emailsignup.emailsignup-1 .container #gform_wrapper_1 li:nth-child(2) input, section.emailsignup.emailsignup-1 .container .gform_wrapper li:nth-child(2) input, section.emailsignup.emailsignup-1 .container-fluid #gform_wrapper_1 li:nth-child(2) input, section.emailsignup.emailsignup-1 .container-fluid .gform_wrapper li:nth-child(2) input, section.emailsignup.emailsignup-3 .container #gform_wrapper_1 li:nth-child(2) input, section.emailsignup.emailsignup-3 .container .gform_wrapper li:nth-child(2) input, section.emailsignup.emailsignup-3 .container-fluid #gform_wrapper_1 li:nth-child(2) input, section.emailsignup.emailsignup-3 .container-fluid .gform_wrapper li:nth-child(2) input {
          margin-left: 0; }
        section.emailsignup.emailsignup-1 .container #gform_wrapper_1 li:nth-child(2) .ginput_container, section.emailsignup.emailsignup-1 .container .gform_wrapper li:nth-child(2) .ginput_container, section.emailsignup.emailsignup-1 .container-fluid #gform_wrapper_1 li:nth-child(2) .ginput_container, section.emailsignup.emailsignup-1 .container-fluid .gform_wrapper li:nth-child(2) .ginput_container, section.emailsignup.emailsignup-3 .container #gform_wrapper_1 li:nth-child(2) .ginput_container, section.emailsignup.emailsignup-3 .container .gform_wrapper li:nth-child(2) .ginput_container, section.emailsignup.emailsignup-3 .container-fluid #gform_wrapper_1 li:nth-child(2) .ginput_container, section.emailsignup.emailsignup-3 .container-fluid .gform_wrapper li:nth-child(2) .ginput_container {
          padding-top: 2px;
          margin-top: 0; }
      section.emailsignup.emailsignup-1 .container #gform_wrapper_1 li input[type="text"], section.emailsignup.emailsignup-1 .container .gform_wrapper li input[type="text"], section.emailsignup.emailsignup-1 .container-fluid #gform_wrapper_1 li input[type="text"], section.emailsignup.emailsignup-1 .container-fluid .gform_wrapper li input[type="text"], section.emailsignup.emailsignup-3 .container #gform_wrapper_1 li input[type="text"], section.emailsignup.emailsignup-3 .container .gform_wrapper li input[type="text"], section.emailsignup.emailsignup-3 .container-fluid #gform_wrapper_1 li input[type="text"], section.emailsignup.emailsignup-3 .container-fluid .gform_wrapper li input[type="text"] {
        width: 280px;
        max-width: 100%; }
      section.emailsignup.emailsignup-1 .container #gform_wrapper_1 .gform_footer.top_label, section.emailsignup.emailsignup-1 .container .gform_wrapper .gform_footer.top_label, section.emailsignup.emailsignup-1 .container-fluid #gform_wrapper_1 .gform_footer.top_label, section.emailsignup.emailsignup-1 .container-fluid .gform_wrapper .gform_footer.top_label, section.emailsignup.emailsignup-3 .container #gform_wrapper_1 .gform_footer.top_label, section.emailsignup.emailsignup-3 .container .gform_wrapper .gform_footer.top_label, section.emailsignup.emailsignup-3 .container-fluid #gform_wrapper_1 .gform_footer.top_label, section.emailsignup.emailsignup-3 .container-fluid .gform_wrapper .gform_footer.top_label {
        width: 100%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    section.emailsignup.emailsignup-1 .container, section.emailsignup.emailsignup-1 .container-fluid, section.emailsignup.emailsignup-3 .container, section.emailsignup.emailsignup-3 .container-fluid {
      width: 88%; }
      section.emailsignup.emailsignup-1 .container #gform_wrapper_1 li:nth-child(1), section.emailsignup.emailsignup-1 .container .gform_wrapper li:nth-child(1), section.emailsignup.emailsignup-1 .container-fluid #gform_wrapper_1 li:nth-child(1), section.emailsignup.emailsignup-1 .container-fluid .gform_wrapper li:nth-child(1), section.emailsignup.emailsignup-3 .container #gform_wrapper_1 li:nth-child(1), section.emailsignup.emailsignup-3 .container .gform_wrapper li:nth-child(1), section.emailsignup.emailsignup-3 .container-fluid #gform_wrapper_1 li:nth-child(1), section.emailsignup.emailsignup-3 .container-fluid .gform_wrapper li:nth-child(1) {
        width: 97%;
        clear: none;
        float: none; }
      section.emailsignup.emailsignup-1 .container #gform_wrapper_1 li:nth-child(2) .ginput_container, section.emailsignup.emailsignup-1 .container .gform_wrapper li:nth-child(2) .ginput_container, section.emailsignup.emailsignup-1 .container-fluid #gform_wrapper_1 li:nth-child(2) .ginput_container, section.emailsignup.emailsignup-1 .container-fluid .gform_wrapper li:nth-child(2) .ginput_container, section.emailsignup.emailsignup-3 .container #gform_wrapper_1 li:nth-child(2) .ginput_container, section.emailsignup.emailsignup-3 .container .gform_wrapper li:nth-child(2) .ginput_container, section.emailsignup.emailsignup-3 .container-fluid #gform_wrapper_1 li:nth-child(2) .ginput_container, section.emailsignup.emailsignup-3 .container-fluid .gform_wrapper li:nth-child(2) .ginput_container {
        padding-top: 2px; }
      section.emailsignup.emailsignup-1 .container #gform_wrapper_1 .gform_footer input[type=submit], section.emailsignup.emailsignup-1 .container .gform_wrapper .gform_footer input[type=submit], section.emailsignup.emailsignup-1 .container-fluid #gform_wrapper_1 .gform_footer input[type=submit], section.emailsignup.emailsignup-1 .container-fluid .gform_wrapper .gform_footer input[type=submit], section.emailsignup.emailsignup-3 .container #gform_wrapper_1 .gform_footer input[type=submit], section.emailsignup.emailsignup-3 .container .gform_wrapper .gform_footer input[type=submit], section.emailsignup.emailsignup-3 .container-fluid #gform_wrapper_1 .gform_footer input[type=submit], section.emailsignup.emailsignup-3 .container-fluid .gform_wrapper .gform_footer input[type=submit] {
        letter-spacing: 1.09px;
        font-size: 23px;
        font-weight: bold;
        padding: 0px 42px;
        width: 300px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    section.emailsignup.emailsignup-1 .container, section.emailsignup.emailsignup-1 .container-fluid, section.emailsignup.emailsignup-3 .container, section.emailsignup.emailsignup-3 .container-fluid {
      width: 65%; }
      section.emailsignup.emailsignup-1 .container #gform_wrapper_1 ul li, section.emailsignup.emailsignup-1 .container .gform_wrapper ul li, section.emailsignup.emailsignup-1 .container-fluid #gform_wrapper_1 ul li, section.emailsignup.emailsignup-1 .container-fluid .gform_wrapper ul li, section.emailsignup.emailsignup-3 .container #gform_wrapper_1 ul li, section.emailsignup.emailsignup-3 .container .gform_wrapper ul li, section.emailsignup.emailsignup-3 .container-fluid #gform_wrapper_1 ul li, section.emailsignup.emailsignup-3 .container-fluid .gform_wrapper ul li {
        display: block; }
        section.emailsignup.emailsignup-1 .container #gform_wrapper_1 ul li:nth-child(1), section.emailsignup.emailsignup-1 .container .gform_wrapper ul li:nth-child(1), section.emailsignup.emailsignup-1 .container-fluid #gform_wrapper_1 ul li:nth-child(1), section.emailsignup.emailsignup-1 .container-fluid .gform_wrapper ul li:nth-child(1), section.emailsignup.emailsignup-3 .container #gform_wrapper_1 ul li:nth-child(1), section.emailsignup.emailsignup-3 .container .gform_wrapper ul li:nth-child(1), section.emailsignup.emailsignup-3 .container-fluid #gform_wrapper_1 ul li:nth-child(1), section.emailsignup.emailsignup-3 .container-fluid .gform_wrapper ul li:nth-child(1) {
          width: 100%;
          clear: none;
          float: none; }
      section.emailsignup.emailsignup-1 .container #gform_wrapper_1 .gform_footer input[type=submit], section.emailsignup.emailsignup-1 .container .gform_wrapper .gform_footer input[type=submit], section.emailsignup.emailsignup-1 .container-fluid #gform_wrapper_1 .gform_footer input[type=submit], section.emailsignup.emailsignup-1 .container-fluid .gform_wrapper .gform_footer input[type=submit], section.emailsignup.emailsignup-3 .container #gform_wrapper_1 .gform_footer input[type=submit], section.emailsignup.emailsignup-3 .container .gform_wrapper .gform_footer input[type=submit], section.emailsignup.emailsignup-3 .container-fluid #gform_wrapper_1 .gform_footer input[type=submit], section.emailsignup.emailsignup-3 .container-fluid .gform_wrapper .gform_footer input[type=submit] {
        letter-spacing: 1.09px;
        font-size: 23px;
        font-weight: bold;
        padding: 0px 42px; } }
  @media (min-width: 1200px) {
    section.emailsignup.emailsignup-1 .container h4, section.emailsignup.emailsignup-1 .container-fluid h4, section.emailsignup.emailsignup-3 .container h4, section.emailsignup.emailsignup-3 .container-fluid h4 {
      margin-top: 47px;
      font-size: 38px; }
    section.emailsignup.emailsignup-1 .container h5, section.emailsignup.emailsignup-1 .container-fluid h5, section.emailsignup.emailsignup-3 .container h5, section.emailsignup.emailsignup-3 .container-fluid h5 {
      font-size: 20px; }
    section.emailsignup.emailsignup-1 .container #gform_wrapper_1:nth-child(2), section.emailsignup.emailsignup-1 .container-fluid #gform_wrapper_1:nth-child(2), section.emailsignup.emailsignup-3 .container #gform_wrapper_1:nth-child(2), section.emailsignup.emailsignup-3 .container-fluid #gform_wrapper_1:nth-child(2) {
      margin-left: -3px; }
    section.emailsignup.emailsignup-1 .container #gform_wrapper_1 .gform_footer input[type=submit], section.emailsignup.emailsignup-1 .container-fluid #gform_wrapper_1 .gform_footer input[type=submit], section.emailsignup.emailsignup-3 .container #gform_wrapper_1 .gform_footer input[type=submit], section.emailsignup.emailsignup-3 .container-fluid #gform_wrapper_1 .gform_footer input[type=submit] {
      letter-spacing: 1.09px;
      font-size: 23px;
      font-weight: bold;
      padding: 0;
      margin-left: 31px;
      min-width: 200px; } }

.footer {
  background: #fff;
  color: #393939;
  font-size: 17px; }
  .footer a {
    font-size: 17px;
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    letter-spacing: 1px; }
    .footer a img.alignnone {
      margin: 5px 20px 20px 0; }
    .footer a:hover {
      text-decoration: none; }
  .footer h6 {
    font-size: 1.111rem;
    line-height: 30px;
    font-weight: bold;
    margin: 0;
    padding: 0; }
  .footer.footer-1 {
    margin-bottom: 5em; }
    .footer.footer-1 a {
      font-size: 17px;
      color: #fff;
      text-decoration: none;
      font-weight: normal; }
      .footer.footer-1 a:hover {
        text-decoration: none; }
    .footer.footer-1 .container .sub1, .footer.footer-1 .container-fluid .sub1 {
      margin-top: 1em; }
      .footer.footer-1 .container .sub1 h5, .footer.footer-1 .container .sub1 .hdr, .footer.footer-1 .container-fluid .sub1 h5, .footer.footer-1 .container-fluid .sub1 .hdr {
        color: #862633; }
      .footer.footer-1 .container .sub1 a, .footer.footer-1 .container-fluid .sub1 a {
        color: #62B1BD; }
        .footer.footer-1 .container .sub1 a:hover, .footer.footer-1 .container-fluid .sub1 a:hover {
          color: #62B1BD; }
    .footer.footer-1 .container .contact-info, .footer.footer-1 .container-fluid .contact-info {
      margin-bottom: 1em; }
    .footer.footer-1 .container .footer-icon-row ul, .footer.footer-1 .container-fluid .footer-icon-row ul {
      padding: 0;
      margin: 0; }
      .footer.footer-1 .container .footer-icon-row ul li, .footer.footer-1 .container-fluid .footer-icon-row ul li {
        padding: 0;
        margin: 0;
        list-style: none;
        letter-spacing: 1px; }
    .footer.footer-1 hr.footer-nav-separator {
      border-color: #862633; }
  .footer.footer-2 {
    padding-top: 45px; }
    .footer.footer-2 .container {
      padding-left: 0px;
      padding-right: 0px; }
  .footer .nav.nav-1 .footer-nav ul.nav {
    padding: 0 15px;
    font-size: 1.111rem; }
    .footer .nav.nav-1 .footer-nav ul.nav > li {
      text-align: left;
      margin-bottom: 5px; }
      .footer .nav.nav-1 .footer-nav ul.nav > li > a {
        text-align: left;
        padding: 0; }
        .footer .nav.nav-1 .footer-nav ul.nav > li > a:hover {
          background-color: transparent;
          color: gray; }
      .footer .nav.nav-1 .footer-nav ul.nav > li .sub-menu {
        margin: 0;
        padding: 0;
        list-style: none; }
        .footer .nav.nav-1 .footer-nav ul.nav > li .sub-menu li {
          margin-bottom: 3px; }

footer.footer .mobile-hidden {
  visibility: hidden; }

footer.footer .footer-tablet {
  padding-top: 28px; }
  footer.footer .footer-tablet .footer-item {
    margin-bottom: 0px;
    line-height: 24px; }

footer.footer .footer-mobile {
  padding-top: 28px;
  width: 300px;
  margin: 0 auto; }

footer.footer a {
  color: #393939;
  text-decoration: none; }
  footer.footer a:hover {
    color: #fff;
    text-decoration: none; }

footer.footer .col:first-child {
  padding-left: 0; }

footer.footer .col:last-child {
  padding-right: 0; }

footer.footer .col.footer-column-tablet_2 {
  padding-left: 100px; }

footer.footer .inner {
  margin-right: 3em; }
  footer.footer .inner:last-child {
    margin-right: 0; }
  footer.footer .inner p {
    line-height: 1.625em; }
    footer.footer .inner p.copyright {
      font-style: italic;
      font-size: 15px; }
  footer.footer .inner a.btn-donate {
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 6%;
    text-decoration: none; }
  footer.footer .inner .hdr {
    color: #393939;
    font-weight: bold;
    font-size: 15px; }
  footer.footer .inner h5.hdr {
    color: #393939;
    font-weight: bold; }
    footer.footer .inner h5.hdr a {
      color: #393939; }
  footer.footer .inner ul {
    list-style: none;
    padding: 0;
    margin-bottom: 2em; }
    footer.footer .inner ul li {
      line-height: 28px; }

footer.footer .contact_address h5 {
  font-weight: bold;
  color: #686868; }

footer.footer .footer-social {
  margin-bottom: 2em; }
  footer.footer .footer-social ul {
    overflow: hidden; }
    footer.footer .footer-social ul.footer-social__list li {
      float: left;
      padding: 4px; }
      footer.footer .footer-social ul.footer-social__list li:first-child {
        padding-left: 0; }
  footer.footer .footer-social p {
    margin-bottom: 0; }

footer.footer .footer-item a:hover {
  text-decoration: underline; }

footer.footer .footer-item p strong {
  font-weight: bold; }

/* Landscape phones and down */
@media (max-width: 767px) {
  .footer.footer-1 .container .nav.nav-1 #menu-footer-navigation, .footer.footer-1 .container-fluid .nav.nav-1 #menu-footer-navigation {
    display: none; }
  .footer.footer-1 .container .footer-icon-row ul, .footer.footer-1 .container-fluid .footer-icon-row ul {
    padding: 0;
    margin: 0;
    text-align: center; }
    .footer.footer-1 .container .footer-icon-row ul li, .footer.footer-1 .container-fluid .footer-icon-row ul li {
      padding: 0;
      margin: 0;
      margin: 0 15px 15px;
      display: inline-block; }
  .footer.footer-1 .container .sub1 .col, .footer.footer-1 .container-fluid .sub1 .col {
    margin-bottom: 3em; }
    .footer.footer-1 .container .sub1 .col .hdr, .footer.footer-1 .container-fluid .sub1 .col .hdr {
      text-align: center; }
    .footer.footer-1 .container .sub1 .col .btn-donate, .footer.footer-1 .container-fluid .sub1 .col .btn-donate {
      display: block;
      width: 60%;
      margin: 0 auto; } }

/* Landscape phone to portrait tablet */
@media (min-width: 768px) and (max-width: 991px) {
  .footer.footer-1 .container .nav.nav-1 #menu-footer-navigation, .footer.footer-1 .container-fluid .nav.nav-1 #menu-footer-navigation {
    display: none; }
  .footer.footer-1 .container .footer-icon-row ul, .footer.footer-1 .container-fluid .footer-icon-row ul {
    padding: 0;
    margin: 0; }
    .footer.footer-1 .container .footer-icon-row ul li, .footer.footer-1 .container-fluid .footer-icon-row ul li {
      padding: 0;
      margin: 0;
      float: left;
      margin-left: 15px; }
  .footer.footer-1 .container .sub1 .col, .footer.footer-1 .container-fluid .sub1 .col {
    margin-bottom: 3em; }
  .footer.footer-3.footer-nth-1 .container .footer-tablet {
    padding-top: 30px; }
  .footer.footer-3 .container .row.footer-row-tablet .footer-column .footer-item ul, .footer.footer-3 .container-fluid .row.footer-row-tablet .footer-column .footer-item ul {
    line-height: 24px; } }

/* Portrait tablet to landscape and desktop */
@media (min-width: 992px) and (max-width: 1199px) {
  .footer.footer-1 .container .footer-icon-row ul, .footer.footer-1 .container-fluid .footer-icon-row ul {
    padding: 0;
    margin: 0; }
    .footer.footer-1 .container .footer-icon-row ul li, .footer.footer-1 .container-fluid .footer-icon-row ul li {
      padding: 0;
      margin: 0;
      float: left;
      margin-left: 15px; } }

/* Large desktop */
@media (min-width: 1200px) {
  .footer.footer-1 .container .footer-icon-row ul, .footer.footer-1 .container-fluid .footer-icon-row ul {
    padding: 0;
    margin: 0; }
    .footer.footer-1 .container .footer-icon-row ul li, .footer.footer-1 .container-fluid .footer-icon-row ul li {
      padding: 0;
      margin: 0;
      float: left;
      margin-left: 15px; } }

/* Landscape phones and down */
@media (max-width: 767px) {
  .footer.footer-2 {
    padding-top: 30px; }
    .footer.footer-2 .container .row-footer .sub3-info {
      line-height: 28px;
      color: #686868;
      letter-spacing: 0.3px; }
      .footer.footer-2 .container .row-footer .sub3-info:nth-child(3) {
        background-color: #F0F0F6;
        text-align: left; }
      .footer.footer-2 .container .row-footer .sub3-info .contact_address h5 {
        margin-bottom: 6px;
        font-size: 15px; }
      .footer.footer-2 .container .row-footer .sub3-info .footer-social h5 {
        font-size: 15px;
        color: #686868; }
      .footer.footer-2 .container .row-footer .sub3-info .copyright {
        font-size: 13px;
        line-height: 19px; }
    .footer.footer-2 a.btn-donate {
      font-size: 17px; }
  .footer.footer-3 a.btn-donate {
    font-size: 17px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .footer.footer-3.footer-nth-1 .container .footer-tablet {
    padding-top: 30px; }
  .footer.footer-3 .container .row, .footer.footer-3 .container-fluid .row {
    margin-left: 0;
    margin-right: 0; }
    .footer.footer-3 .container .row.footer-row-tablet .footer-column .footer-item ul, .footer.footer-3 .container-fluid .row.footer-row-tablet .footer-column .footer-item ul {
      line-height: 24px;
      font-size: 15px; }
      .footer.footer-3 .container .row.footer-row-tablet .footer-column .footer-item ul li a, .footer.footer-3 .container-fluid .row.footer-row-tablet .footer-column .footer-item ul li a {
        font-size: 15px; }
    .footer.footer-3 .container .row.footer-row-tablet .footer-column .footer-item h6 a, .footer.footer-3 .container-fluid .row.footer-row-tablet .footer-column .footer-item h6 a {
      font-size: 20px;
      font-weight: bold; } }

/* Portrait tablet to landscape and desktop: 3 columns */
@media (min-width: 769px) and (max-width: 1199px) {
  .footer.footer-3.footer-nth-1 .container .footer-tablet {
    padding-top: 30px; }
  .footer.footer-3 .container .row, .footer.footer-3 .container-fluid .row {
    margin-left: 0;
    margin-right: 0; }
    .footer.footer-3 .container .row.footer-row-tablet .footer-column .footer-item ul, .footer.footer-3 .container-fluid .row.footer-row-tablet .footer-column .footer-item ul {
      line-height: 24px;
      font-size: 15px; }
      .footer.footer-3 .container .row.footer-row-tablet .footer-column .footer-item ul li a, .footer.footer-3 .container-fluid .row.footer-row-tablet .footer-column .footer-item ul li a {
        font-size: 15px; }
    .footer.footer-3 .container .row.footer-row-tablet .footer-column .footer-item h6 a, .footer.footer-3 .container-fluid .row.footer-row-tablet .footer-column .footer-item h6 a {
      font-size: 20px;
      font-weight: bold; } }

/* Anything from tablet down will lose the nav menu have the large white Donate area */
/* Landscape phone and smaller: single column */
@media (max-width: 767px) {
  footer.footer-3 .mobile-hidden {
    visibility: visible;
    text-align: left; }
    footer.footer-3 .mobile-hidden p.copyright {
      text-align: left;
      margin-top: 5%; }
  footer.nav.nav-1.nav-nth-2 .container.nav.footer-nav.sub-nav {
    display: none; } }

section.grid {
  text-align: center; }
  section.grid h2 {
    font-size: 36px;
    text-transform: none;
    color: #862633;
    margin: 20px 0 10px 0;
    padding: 0;
    font-weight: bold; }
  section.grid a {
    display: block; }
    section.grid a.cta {
      margin: 0.5556rem 0 0 0;
      font-size: 23px;
      display: inline-block;
      background: #f07848;
      border: 0px solid #862633;
      border-radius: 3px;
      color: #fff;
      text-align: center;
      text-transform: uppercase;
      font-style: normal;
      font-weight: bold;
      line-height: 1.5rem;
      letter-spacing: 1px;
      padding: .9rem  1.2rem; }
  section.grid p {
    font-size: 16px;
    line-height: 28px;
    margin: 0 auto 22px;
    padding: inherit;
    max-width: 420px;
    text-align: left; }
  section.grid .img-responsive {
    display: inline; }
  section.grid .container .row {
    padding: 42px 0 7px;
    border-top: 0px solid #FFF; }
    section.grid .container .row .grid-item {
      margin: 0 0 52px;
      padding: 0; }
      section.grid .container .row .grid-item a {
        max-width: 440px;
        margin: 0 auto; }
    section.grid .container .row:nth-of-type(1) {
      border-top: 0px; }

@media (max-width: 767px) {
  section.grid section.grid .img-responsive {
    display: block;
    border: none;
    max-height: 268px;
    height: 100%;
    max-width: 440px; }
  section.grid .container {
    padding: 0; }
    section.grid .container .row {
      margin: 0;
      padding: 0; }
      section.grid .container .row.first {
        padding-top: 14px; }
        section.grid .container .row.first .grid-item:first-of-type {
          border-top: none;
          padding-top: 0; }
      section.grid .container .row .grid-item {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 18px;
        margin-bottom: 49px; }
        section.grid .container .row .grid-item .inner h2 {
          font-size: 28px;
          line-height: 50px;
          padding: 0 25px;
          max-width: 470px;
          margin-left: auto;
          margin-right: auto; }
        section.grid .container .row .grid-item .inner p {
          padding: 0 5px;
          width: 88%;
          margin: 0 auto;
          font-size: 18px;
          text-align: left; }
        section.grid .container .row .grid-item .inner a {
          margin-bottom: 11px; }
          section.grid .container .row .grid-item .inner a.cta {
            margin-top: 23px;
            margin-bottom: 0; }
  .page-template-list-grid section.hero .container .hero-container .content-right h1.hdr {
    font-size: 42px;
    margin-top: 30px;
    margin-bottom: 6px; }
  .page-template-list-grid section.hero .container .hero-container .content-right p {
    font-size: 17px;
    line-height: 27px; } }

/* Landscape phone to portrait tablet */
section.grid .grid-image-thumbnail {
  height: auto; }
  section.grid .grid-image-thumbnail .img-responsive {
    display: inline;
    border: none;
    margin-right: auto;
    margin-left: auto;
    max-width: 440px;
    width: 100%; }

/* Portrait tablet to landscape and desktop */
@media (min-width: 992px) and (max-width: 1199px) {
  section.grid .img-responsive {
    display: inline;
    border: none;
    max-height: 275px;
    height: 100%; } }

/* Large desktop */
@media (min-width: 1200px) {
  section.grid .img-responsive {
    display: inline;
    border: none;
    height: 100%; } }

header.header {
  padding-top: 24px;
  position: relative;
  z-index: 2; }
  header.header.header-1 .container .home-logo, header.header.header-1 .container-fluid .home-logo {
    float: left;
    margin-left: -15px; }
  header.header.header-1 .container .utility-bar, header.header.header-1 .container-fluid .utility-bar {
    margin-right: -15px;
    float: right; }
    header.header.header-1 .container .utility-bar ul.container-utility-bar li:nth-child(2), header.header.header-1 .container-fluid .utility-bar ul.container-utility-bar li:nth-child(2) {
      position: relative; }
    header.header.header-1 .container .utility-bar ul.container-utility-bar li .search-icon-area, header.header.header-1 .container-fluid .utility-bar ul.container-utility-bar li .search-icon-area {
      height: 25px;
      width: 25px;
      position: absolute;
      z-index: 99;
      cursor: pointer; }
    header.header.header-1 .container .utility-bar ul.container-utility-bar .search-container, header.header.header-1 .container-fluid .utility-bar ul.container-utility-bar .search-container {
      position: relative; }
      header.header.header-1 .container .utility-bar ul.container-utility-bar .search-container input, header.header.header-1 .container-fluid .utility-bar ul.container-utility-bar .search-container input {
        border: #F0F0F0 1px solid;
        margin-right: 0px;
        max-width: 150px;
        position: absolute;
        top: 30px;
        right: 5px;
        border: solid 1px #686868;
        border-radius: 3px;
        padding-left: 3px; }
      header.header.header-1 .container .utility-bar ul.container-utility-bar .search-container i.fa-search, header.header.header-1 .container-fluid .utility-bar ul.container-utility-bar .search-container i.fa-search {
        color: #535C6F; }
    header.header.header-1 .container .utility-bar ul li, header.header.header-1 .container-fluid .utility-bar ul li {
      float: left;
      margin: 0;
      padding: 0;
      list-style: none;
      margin-left: 50px; }
      header.header.header-1 .container .utility-bar ul li:first-child, header.header.header-1 .container-fluid .utility-bar ul li:first-child {
        margin-left: 0; }
      header.header.header-1 .container .utility-bar ul li .header-nav #menu-utility-navigation, header.header.header-1 .container-fluid .utility-bar ul li .header-nav #menu-utility-navigation {
        margin: 0;
        padding: 0; }
        header.header.header-1 .container .utility-bar ul li .header-nav #menu-utility-navigation li, header.header.header-1 .container-fluid .utility-bar ul li .header-nav #menu-utility-navigation li {
          height: 30px;
          line-height: 30px; }
  header.header.header-1 .container .navbar-toggle, header.header.header-1 .container-fluid .navbar-toggle {
    margin-right: 23px;
    display: none; }

.mobile-donate-btn {
  text-align: center;
  z-index: 9999;
  position: relative;
  display: none;
  min-height: 57px; }
  .mobile-donate-btn .inner {
    padding: 11px 16px; }
    .mobile-donate-btn .inner a {
      background-color: #62B1BD;
      font-family: "Muli";
      font-weight: bold;
      font-size: 1.556rem;
      letter-spacing: 1px;
      text-transform: uppercase;
      width: 100%;
      min-height: 57px;
      border-radius: 3px;
      text-align: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }

@media (max-width: 991px) {
  header.header.header-1 {
    padding: 30px 0 26px 30px;
    height: auto;
    padding-bottom: 33px; }
    header.header.header-1.navbar-header {
      top: 22px; }
    header.header.header-1 .container, header.header.header-1 .container-fluid {
      width: 100%;
      padding: 0;
      position: relative; }
      header.header.header-1 .container .home-logo, header.header.header-1 .container-fluid .home-logo {
        width: auto;
        margin-left: 0; }
        header.header.header-1 .container .home-logo > a, header.header.header-1 .container-fluid .home-logo > a {
          display: block; }
        header.header.header-1 .container .home-logo img, header.header.header-1 .container-fluid .home-logo img {
          width: auto;
          display: block;
          margin: 0 auto; }
          header.header.header-1 .container .home-logo img.logo, header.header.header-1 .container-fluid .home-logo img.logo {
            margin-left: 0;
            max-height: 86px;
            position: relative; }
      header.header.header-1 .container .utility-bar, header.header.header-1 .container-fluid .utility-bar {
        display: inline;
        margin-right: 99px;
        margin-top: 5px; }
        header.header.header-1 .container .utility-bar .btn-donate, header.header.header-1 .container-fluid .utility-bar .btn-donate {
          padding-left: 3px;
          padding-right: 3px;
          margin: 0;
          font-size: 23.08px;
          letter-spacing: 1.8px;
          font-weight: bold; }
      header.header.header-1 .container .navbar-header, header.header.header-1 .container-fluid .navbar-header {
        position: absolute;
        top: 0px;
        right: 0; }
        header.header.header-1 .container .navbar-header .navbar-toggle, header.header.header-1 .container-fluid .navbar-header .navbar-toggle {
          display: inline;
          margin-right: 5px; }
          header.header.header-1 .container .navbar-header .navbar-toggle .icon-bar, header.header.header-1 .container-fluid .navbar-header .navbar-toggle .icon-bar {
            height: 4px;
            width: 28px;
            background-color: #862633; }
  aside.social-icons {
    padding-left: 35px;
    margin-top: 35px; }
    aside.social-icons a {
      font-size: 27px;
      margin-right: 17px; } }

@media (max-width: 767px) {
  .mobile-donate-btn {
    display: none; }
  header.header.header-1 {
    padding-top: 15px;
    padding-bottom: 15px; }
    header.header.header-1 .container {
      position: relative; }
      header.header.header-1 .container .home-logo img.logo {
        width: auto;
        max-height: 55px; }
      header.header.header-1 .container .utility-bar {
        display: none; }
      header.header.header-1 .container .navbar-header {
        top: 0px;
        margin-right: 0; }
        header.header.header-1 .container .navbar-header .navbar-toggle {
          margin-right: 5px; } }

/* Portrait tablet to landscape and desktop */
@media (min-width: 992px) and (max-width: 1199px) {
  .site-wrapper header.header.header-1 .container, .site-wrapper header.header.header-1 .container-fluid {
    width: 100%; }
    .site-wrapper header.header.header-1 .container .home-logo, .site-wrapper header.header.header-1 .container-fluid .home-logo {
      margin-left: 0; }
      .site-wrapper header.header.header-1 .container .home-logo img, .site-wrapper header.header.header-1 .container-fluid .home-logo img {
        margin-top: 0;
        position: relative;
        width: 100%;
        height: auto; }
    .site-wrapper header.header.header-1 .container .utility-bar, .site-wrapper header.header.header-1 .container-fluid .utility-bar {
      /*margin-top:11px;
                            margin-right:80px;*/ }
    .site-wrapper header.header.header-1 .container nav.navbar .container, .site-wrapper header.header.header-1 .container nav.navbar .container-fluid, .site-wrapper header.header.header-1 .container-fluid nav.navbar .container, .site-wrapper header.header.header-1 .container-fluid nav.navbar .container-fluid {
      width: 100%; }
      .site-wrapper header.header.header-1 .container nav.navbar .container .navbar-collapse, .site-wrapper header.header.header-1 .container nav.navbar .container-fluid .navbar-collapse, .site-wrapper header.header.header-1 .container-fluid nav.navbar .container .navbar-collapse, .site-wrapper header.header.header-1 .container-fluid nav.navbar .container-fluid .navbar-collapse {
        padding: 0; }
        .site-wrapper header.header.header-1 .container nav.navbar .container .navbar-collapse nav.header-nav, .site-wrapper header.header.header-1 .container nav.navbar .container-fluid .navbar-collapse nav.header-nav, .site-wrapper header.header.header-1 .container-fluid nav.navbar .container .navbar-collapse nav.header-nav, .site-wrapper header.header.header-1 .container-fluid nav.navbar .container-fluid .navbar-collapse nav.header-nav {
          margin-left: 0;
          width: 100%; } }

/* Large desktop */
@media (min-width: 1200px) {
  header.header.header-1 .container .utility-bar, header.header.header-1 .container-fluid .utility-bar {
    margin-top: 11px; } }

.home section.hero.hero-1 > .container-fluid {
  padding-left: 0;
  padding-right: 0; }
  .home section.hero.hero-1 > .container-fluid .jumbotron {
    margin-bottom: 0;
    border-radius: 0;
    background-repeat: no-repeat; }
    .home section.hero.hero-1 > .container-fluid .jumbotron .container, .home section.hero.hero-1 > .container-fluid .jumbotron .container-fluid {
      background-color: transparent; }
      .home section.hero.hero-1 > .container-fluid .jumbotron .container h1, .home section.hero.hero-1 > .container-fluid .jumbotron .container-fluid h1 {
        font-family: "Muli", sans-serif;
        text-transform: uppercase; }
  .home section.hero.hero-1 > .container-fluid .videotron {
    overflow: hidden;
    position: relative;
    min-height: 500px;
    background-size: cover;
    background-position: center; }
    .home section.hero.hero-1 > .container-fluid .videotron.contain, .home section.hero.hero-1 > .container-fluid .videotron.cover {
      max-height: calc(100vh - 178px);
      height: calc(56.25vw);
      min-height: 0; }
    .home section.hero.hero-1 > .container-fluid .videotron.contain video.hero-video {
      width: auto;
      height: 100%;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%); }
    .home section.hero.hero-1 > .container-fluid .videotron.cover video.hero-video {
      width: 100%;
      height: auto;
      overflow: hidden;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%); }
    .home section.hero.hero-1 > .container-fluid .videotron.overflow {
      height: auto; }
      .home section.hero.hero-1 > .container-fluid .videotron.overflow .container {
        height: calc(100% - ((100vh - 178px) * .5));
        min-height: calc((100% * .5) + 58px);
        max-height: none;
        padding: 0;
        overflow: visible; }
        .home section.hero.hero-1 > .container-fluid .videotron.overflow .container .caption {
          height: auto;
          width: 100%;
          bottom: calc((100% - ((100vh - 178px) * .5)) + 30px);
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -webkit-transform: translateX(-50%); }
      .home section.hero.hero-1 > .container-fluid .videotron.overflow .video-container {
        width: auto;
        height: auto;
        position: relative;
        overflow: visible; }
        .home section.hero.hero-1 > .container-fluid .videotron.overflow .video-container video {
          width: 100%;
          height: 100%; }
    .home section.hero.hero-1 > .container-fluid .videotron .video-container {
      position: absolute;
      width: 100%;
      height: 100%;
      overflow: hidden; }
    .home section.hero.hero-1 > .container-fluid .videotron video {
      display: block; }
      .home section.hero.hero-1 > .container-fluid .videotron video.hero-video {
        min-height: 500px; }
    .home section.hero.hero-1 > .container-fluid .videotron .container {
      z-index: 1;
      width: 100%;
      position: absolute; }
  .home section.hero.hero-1 > .container-fluid p {
    font-family: "Muli"; }

.home section.hero.hero-1.hero-nth-1 .jumbotron {
  min-height: 550px;
  margin-bottom: 0;
  border-radius: 0;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover; }
  .home section.hero.hero-1.hero-nth-1 .jumbotron .container, .home section.hero.hero-1.hero-nth-1 .jumbotron .container-fluid {
    position: relative;
    background-color: transparent; }
    .home section.hero.hero-1.hero-nth-1 .jumbotron .container .caption, .home section.hero.hero-1.hero-nth-1 .jumbotron .container-fluid .caption {
      background: none;
      color: #FFF; }
      .home section.hero.hero-1.hero-nth-1 .jumbotron .container .caption h1, .home section.hero.hero-1.hero-nth-1 .jumbotron .container .caption h2, .home section.hero.hero-1.hero-nth-1 .jumbotron .container .caption h3, .home section.hero.hero-1.hero-nth-1 .jumbotron .container .caption h4, .home section.hero.hero-1.hero-nth-1 .jumbotron .container .caption h5, .home section.hero.hero-1.hero-nth-1 .jumbotron .container .caption h6, .home section.hero.hero-1.hero-nth-1 .jumbotron .container .caption .hdr, .home section.hero.hero-1.hero-nth-1 .jumbotron .container-fluid .caption h1, .home section.hero.hero-1.hero-nth-1 .jumbotron .container-fluid .caption h2, .home section.hero.hero-1.hero-nth-1 .jumbotron .container-fluid .caption h3, .home section.hero.hero-1.hero-nth-1 .jumbotron .container-fluid .caption h4, .home section.hero.hero-1.hero-nth-1 .jumbotron .container-fluid .caption h5, .home section.hero.hero-1.hero-nth-1 .jumbotron .container-fluid .caption h6, .home section.hero.hero-1.hero-nth-1 .jumbotron .container-fluid .caption .hdr {
        letter-spacing: 0; }
      .home section.hero.hero-1.hero-nth-1 .jumbotron .container .caption .hdr, .home section.hero.hero-1.hero-nth-1 .jumbotron .container-fluid .caption .hdr {
        margin-top: 0;
        text-transform: uppercase; }
      .home section.hero.hero-1.hero-nth-1 .jumbotron .container .caption .btn-donate, .home section.hero.hero-1.hero-nth-1 .jumbotron .container-fluid .caption .btn-donate {
        font-family: "Muli";
        border-radius: 3px;
        font-size: 30px;
        padding: 15px 28px;
        line-height: 54px;
        letter-spacing: 0.17em;
        color: #fff;
        background-color: #D67D4D;
        display: inline-block !important;
        margin-top: 7%;
        letter-spacing: -0.25px; }
      .home section.hero.hero-1.hero-nth-1 .jumbotron .container .caption h1.hdr, .home section.hero.hero-1.hero-nth-1 .jumbotron .container-fluid .caption h1.hdr {
        font-size: 108px; }
      .home section.hero.hero-1.hero-nth-1 .jumbotron .container .caption p, .home section.hero.hero-1.hero-nth-1 .jumbotron .container-fluid .caption p {
        font-size: 30px;
        line-height: 46px; }

.home section.hero.hero-1.hero-nth-2 .jumbotron {
  padding: 0; }
  .home section.hero.hero-1.hero-nth-2 .jumbotron .container {
    width: 100% !important; }
    .home section.hero.hero-1.hero-nth-2 .jumbotron .container .caption {
      text-align: center; }
      .home section.hero.hero-1.hero-nth-2 .jumbotron .container .caption .hdr, .home section.hero.hero-1.hero-nth-2 .jumbotron .container .caption p {
        margin: 0 0 40px;
        color: #FFF; }
      .home section.hero.hero-1.hero-nth-2 .jumbotron .container .caption p:last-child {
        margin-bottom: 0; }
      .home section.hero.hero-1.hero-nth-2 .jumbotron .container .caption .btn-donate {
        border-radius: 7px;
        font-size: 20px;
        padding: 0 28px;
        line-height: 54px;
        letter-spacing: 0.17em;
        color: #fff;
        background-color: #fff;
        display: inline-block !important; }
        .home section.hero.hero-1.hero-nth-2 .jumbotron .container .caption .btn-donate:hover {
          background-color: white;
          color: #FFF; }

.home section.hero.hero-1 .container {
  padding: 0; }
  .home section.hero.hero-1 .container .row {
    margin: 0; }
  .home section.hero.hero-1 .container .hero-img .featured-image {
    height: 450px; }
  .home section.hero.hero-1 .container .content .inner {
    padding-top: 60px; }
    .home section.hero.hero-1 .container .content .inner .hdr {
      font-size: 32px;
      line-height: 40px;
      text-transform: none; }
    .home section.hero.hero-1 .container .content .inner .btn-donate {
      border-radius: 7px;
      font-size: 20px;
      padding: 0 28px;
      line-height: 54px;
      letter-spacing: 0.17em;
      color: #fff;
      background-color: #fff;
      display: inline-block !important;
      text-decoration: none; }
      .home section.hero.hero-1 .container .content .inner .btn-donate:hover {
        background-color: white;
        color: #FFF; }

.page .hero.hero-1 {
  background-color: #862633;
  color: #fff; }
  .page .hero.hero-1 > .container-fluid {
    padding-left: 0;
    padding-right: 0; }
    .page .hero.hero-1 > .container-fluid .jumbotron {
      margin-bottom: 0;
      border-radius: 0;
      background-repeat: no-repeat; }
      .page .hero.hero-1 > .container-fluid .jumbotron .container, .page .hero.hero-1 > .container-fluid .jumbotron .container-fluid {
        background-color: transparent; }
  .page .hero.hero-1.hero-nth-1 .jumbotron {
    margin-bottom: 0;
    border-radius: 0;
    background-repeat: no-repeat; }
    .page .hero.hero-1.hero-nth-1 .jumbotron .container, .page .hero.hero-1.hero-nth-1 .jumbotron .container-fluid {
      position: relative;
      background-color: transparent; }
      .page .hero.hero-1.hero-nth-1 .jumbotron .container .caption, .page .hero.hero-1.hero-nth-1 .jumbotron .container-fluid .caption {
        background-color: #862633;
        color: #FFF; }
        .page .hero.hero-1.hero-nth-1 .jumbotron .container .caption h1, .page .hero.hero-1.hero-nth-1 .jumbotron .container .caption h2, .page .hero.hero-1.hero-nth-1 .jumbotron .container .caption h3, .page .hero.hero-1.hero-nth-1 .jumbotron .container .caption h4, .page .hero.hero-1.hero-nth-1 .jumbotron .container .caption h5, .page .hero.hero-1.hero-nth-1 .jumbotron .container .caption h6, .page .hero.hero-1.hero-nth-1 .jumbotron .container .caption .hdr, .page .hero.hero-1.hero-nth-1 .jumbotron .container-fluid .caption h1, .page .hero.hero-1.hero-nth-1 .jumbotron .container-fluid .caption h2, .page .hero.hero-1.hero-nth-1 .jumbotron .container-fluid .caption h3, .page .hero.hero-1.hero-nth-1 .jumbotron .container-fluid .caption h4, .page .hero.hero-1.hero-nth-1 .jumbotron .container-fluid .caption h5, .page .hero.hero-1.hero-nth-1 .jumbotron .container-fluid .caption h6, .page .hero.hero-1.hero-nth-1 .jumbotron .container-fluid .caption .hdr {
          letter-spacing: 0; }
        .page .hero.hero-1.hero-nth-1 .jumbotron .container .caption .hdr, .page .hero.hero-1.hero-nth-1 .jumbotron .container-fluid .caption .hdr {
          margin-top: 0;
          text-transform: uppercase; }
        .page .hero.hero-1.hero-nth-1 .jumbotron .container .caption .btn-donate, .page .hero.hero-1.hero-nth-1 .jumbotron .container-fluid .caption .btn-donate {
          border-radius: 7px;
          font-size: 20px;
          padding: 0 28px;
          line-height: 54px;
          letter-spacing: 0.17em;
          color: #fff;
          background-color: #D67D4D;
          display: inline-block !important;
          text-decoration: none; }
          .page .hero.hero-1.hero-nth-1 .jumbotron .container .caption .btn-donate:hover, .page .hero.hero-1.hero-nth-1 .jumbotron .container-fluid .caption .btn-donate:hover {
            background-color: #e09b76;
            color: #FFF; }
  .page .hero.hero-1.hero-nth-2 .jumbotron {
    padding: 0; }
    .page .hero.hero-1.hero-nth-2 .jumbotron .container {
      width: 100% !important; }
      .page .hero.hero-1.hero-nth-2 .jumbotron .container .caption {
        text-align: center; }
        .page .hero.hero-1.hero-nth-2 .jumbotron .container .caption .hdr, .page .hero.hero-1.hero-nth-2 .jumbotron .container .caption p {
          margin: 0 0 40px;
          color: #FFF; }
        .page .hero.hero-1.hero-nth-2 .jumbotron .container .caption p:last-child {
          margin-bottom: 0; }
        .page .hero.hero-1.hero-nth-2 .jumbotron .container .caption .btn-donate {
          border-radius: 7px;
          font-size: 20px;
          padding: 0 28px;
          line-height: 54px;
          letter-spacing: 0.17em;
          color: #fff;
          background-color: #fff;
          display: inline-block !important; }
          .page .hero.hero-1.hero-nth-2 .jumbotron .container .caption .btn-donate:hover {
            background-color: white;
            color: #FFF; }
  .page .hero.hero-1 .container {
    padding: 0; }
    .page .hero.hero-1 .container .row {
      margin: 0; }
    .page .hero.hero-1 .container .hero-img .featured-image {
      height: 400px; }
    .page .hero.hero-1 .container .content .inner {
      padding-top: 60px; }
      .page .hero.hero-1 .container .content .inner .hdr {
        font-size: 32px;
        line-height: 40px;
        text-transform: none; }
      .page .hero.hero-1 .container .content .inner .btn-donate {
        border-radius: 7px;
        font-size: 20px;
        padding: 0 28px;
        line-height: 54px;
        letter-spacing: 0.17em;
        color: #fff;
        background-color: #fff;
        display: inline-block !important;
        text-decoration: none; }
        .page .hero.hero-1 .container .content .inner .btn-donate:hover {
          background-color: white;
          color: #FFF; }

.page-template-list .hero.hero-1, .page-template-stories-list .hero.hero-1, .donate .hero.hero-1, give-now .hero.hero-1 {
  background-color: #862633;
  color: #fff; }
  .page-template-list .hero.hero-1 .container .content .inner, .page-template-list .hero.hero-1 .container-fluid .content .inner, .page-template-stories-list .hero.hero-1 .container .content .inner, .page-template-stories-list .hero.hero-1 .container-fluid .content .inner, .donate .hero.hero-1 .container .content .inner, .donate .hero.hero-1 .container-fluid .content .inner, give-now .hero.hero-1 .container .content .inner, give-now .hero.hero-1 .container-fluid .content .inner {
    padding-left: 0; }
    .page-template-list .hero.hero-1 .container .content .inner .hdr, .page-template-list .hero.hero-1 .container-fluid .content .inner .hdr, .page-template-stories-list .hero.hero-1 .container .content .inner .hdr, .page-template-stories-list .hero.hero-1 .container-fluid .content .inner .hdr, .donate .hero.hero-1 .container .content .inner .hdr, .donate .hero.hero-1 .container-fluid .content .inner .hdr, give-now .hero.hero-1 .container .content .inner .hdr, give-now .hero.hero-1 .container-fluid .content .inner .hdr {
      color: #fff;
      font-family: "Muli", sans-serif;
      text-transform: uppercase; }
    .page-template-list .hero.hero-1 .container .content .inner p, .page-template-list .hero.hero-1 .container-fluid .content .inner p, .page-template-stories-list .hero.hero-1 .container .content .inner p, .page-template-stories-list .hero.hero-1 .container-fluid .content .inner p, .donate .hero.hero-1 .container .content .inner p, .donate .hero.hero-1 .container-fluid .content .inner p, give-now .hero.hero-1 .container .content .inner p, give-now .hero.hero-1 .container-fluid .content .inner p {
      font-weight: 400;
      font-size: 23px; }
    .page-template-list .hero.hero-1 .container .content .inner br, .page-template-list .hero.hero-1 .container-fluid .content .inner br, .page-template-stories-list .hero.hero-1 .container .content .inner br, .page-template-stories-list .hero.hero-1 .container-fluid .content .inner br, .donate .hero.hero-1 .container .content .inner br, .donate .hero.hero-1 .container-fluid .content .inner br, give-now .hero.hero-1 .container .content .inner br, give-now .hero.hero-1 .container-fluid .content .inner br {
      display: none; }
  .page-template-list .hero.hero-1 .hero-container.container.hero-size-grid-page-hero-thumbnail .hero-img .featured-image, .page-template-stories-list .hero.hero-1 .hero-container.container.hero-size-grid-page-hero-thumbnail .hero-img .featured-image, .donate .hero.hero-1 .hero-container.container.hero-size-grid-page-hero-thumbnail .hero-img .featured-image, give-now .hero.hero-1 .hero-container.container.hero-size-grid-page-hero-thumbnail .hero-img .featured-image {
    height: 350px; }

.page-template-stories-list .hero.hero-1 {
  background-color: #862633; }
  .page-template-stories-list .hero.hero-1 > .container, .page-template-stories-list .hero.hero-1 > .container-fluid {
    position: relative;
    padding: 0; }
    .page-template-stories-list .hero.hero-1 > .container .content, .page-template-stories-list .hero.hero-1 > .container-fluid .content {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
      .page-template-stories-list .hero.hero-1 > .container .content .inner .hdr, .page-template-stories-list .hero.hero-1 > .container-fluid .content .inner .hdr {
        color: #FFF !important; }
    .page-template-stories-list .hero.hero-1 > .container .hero-img, .page-template-stories-list .hero.hero-1 > .container-fluid .hero-img {
      float: none;
      width: 100%; }
      .page-template-stories-list .hero.hero-1 > .container .hero-img .featured-image, .page-template-stories-list .hero.hero-1 > .container-fluid .hero-img .featured-image {
        height: 350px; }

.page-template-list-grid .hero.hero-1 .container .content .inner, .page-template-list-grid .hero.hero-1 .container-fluid .content .inner {
  padding-left: 0; }
  .page-template-list-grid .hero.hero-1 .container .content .inner .hdr, .page-template-list-grid .hero.hero-1 .container-fluid .content .inner .hdr {
    font-size: 58px;
    font-weight: 600;
    line-height: 60px;
    margin-top: 40px;
    margin-bottom: 26px; }
  .page-template-list-grid .hero.hero-1 .container .content .inner p, .page-template-list-grid .hero.hero-1 .container-fluid .content .inner p {
    font-weight: 400;
    font-size: 23px; }
  .page-template-list-grid .hero.hero-1 .container .content .inner br, .page-template-list-grid .hero.hero-1 .container-fluid .content .inner br {
    display: none; }

.page-template-list-grid .hero.hero-1 .container .hero-img .featured-image, .page-template-list-grid .hero.hero-1 .container-fluid .hero-img .featured-image {
  height: 350px; }

/************************************
   MIXINS
   Notes: Place to put functions and custom calculations
*************************************/
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/***************************
    * Buttons

****************************/
/***************************
    * List/Grid Page links
****************************/
/********************
    * Offcanvas
********************/
/***  Defaults to right  ***/
/************************************
    EOF Offcanvas
*************************************/
/************************************
    Font includes
*************************************/
/************************************
   EOF Font includes
*************************************/
/************************************
    Gradients
*************************************/
/************************************
    EOF Gradients
*************************************/
/************************************
    Placement
*************************************/
/************************************
    EOF Placement
*************************************/
section .hero .container {
  width: inherit !important; }

.page-template-list .hero.hero-1, .page-template-templates .hero.hero-1, .page-template-list-grid .hero.hero-1, .page-template-stories-list .hero.hero-1, .donate .hero.hero-1, .give-now .hero.hero-1 {
  background: -webkit-radial-gradient(center, ellipse, #ce2832 81%, #ab0710 119%);
  background: radial-gradient(ellipse at center, #ce2832 81%, #ab0710 119%); }
  .page-template-list .hero.hero-1 .jumbotron .container, .page-template-templates .hero.hero-1 .jumbotron .container, .page-template-list-grid .hero.hero-1 .jumbotron .container, .page-template-stories-list .hero.hero-1 .jumbotron .container, .donate .hero.hero-1 .jumbotron .container, .give-now .hero.hero-1 .jumbotron .container {
    font-family: "Muli", Arial, Helvetica, sans-serif; }
    .page-template-list .hero.hero-1 .jumbotron .container .caption .hdr, .page-template-templates .hero.hero-1 .jumbotron .container .caption .hdr, .page-template-list-grid .hero.hero-1 .jumbotron .container .caption .hdr, .page-template-stories-list .hero.hero-1 .jumbotron .container .caption .hdr, .donate .hero.hero-1 .jumbotron .container .caption .hdr, .give-now .hero.hero-1 .jumbotron .container .caption .hdr {
      color: #fff;
      font-size: 40px; }
  .page-template-list .hero.hero-1 .container, .page-template-list .hero.hero-1 .container-fluid, .page-template-templates .hero.hero-1 .container, .page-template-templates .hero.hero-1 .container-fluid, .page-template-list-grid .hero.hero-1 .container, .page-template-list-grid .hero.hero-1 .container-fluid, .page-template-stories-list .hero.hero-1 .container, .page-template-stories-list .hero.hero-1 .container-fluid, .donate .hero.hero-1 .container, .donate .hero.hero-1 .container-fluid, .give-now .hero.hero-1 .container, .give-now .hero.hero-1 .container-fluid {
    width: 100%; }
    .page-template-list .hero.hero-1 .container .row .content, .page-template-list .hero.hero-1 .container-fluid .row .content, .page-template-templates .hero.hero-1 .container .row .content, .page-template-templates .hero.hero-1 .container-fluid .row .content, .page-template-list-grid .hero.hero-1 .container .row .content, .page-template-list-grid .hero.hero-1 .container-fluid .row .content, .page-template-stories-list .hero.hero-1 .container .row .content, .page-template-stories-list .hero.hero-1 .container-fluid .row .content, .donate .hero.hero-1 .container .row .content, .donate .hero.hero-1 .container-fluid .row .content, .give-now .hero.hero-1 .container .row .content, .give-now .hero.hero-1 .container-fluid .row .content {
      width: 1170px;
      height: 420px;
      float: none;
      margin: 0 auto;
      padding: 0;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%); }
      .page-template-list .hero.hero-1 .container .row .content .inner, .page-template-list .hero.hero-1 .container-fluid .row .content .inner, .page-template-templates .hero.hero-1 .container .row .content .inner, .page-template-templates .hero.hero-1 .container-fluid .row .content .inner, .page-template-list-grid .hero.hero-1 .container .row .content .inner, .page-template-list-grid .hero.hero-1 .container-fluid .row .content .inner, .page-template-stories-list .hero.hero-1 .container .row .content .inner, .page-template-stories-list .hero.hero-1 .container-fluid .row .content .inner, .donate .hero.hero-1 .container .row .content .inner, .donate .hero.hero-1 .container-fluid .row .content .inner, .give-now .hero.hero-1 .container .row .content .inner, .give-now .hero.hero-1 .container-fluid .row .content .inner {
        padding: 0 15px;
        float: right;
        text-align: left;
        width: 42.5%;
        max-width: 440px;
        margin-top: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%); }
        .page-template-list .hero.hero-1 .container .row .content .inner .hdr, .page-template-list .hero.hero-1 .container-fluid .row .content .inner .hdr, .page-template-templates .hero.hero-1 .container .row .content .inner .hdr, .page-template-templates .hero.hero-1 .container-fluid .row .content .inner .hdr, .page-template-list-grid .hero.hero-1 .container .row .content .inner .hdr, .page-template-list-grid .hero.hero-1 .container-fluid .row .content .inner .hdr, .page-template-stories-list .hero.hero-1 .container .row .content .inner .hdr, .page-template-stories-list .hero.hero-1 .container-fluid .row .content .inner .hdr, .donate .hero.hero-1 .container .row .content .inner .hdr, .donate .hero.hero-1 .container-fluid .row .content .inner .hdr, .give-now .hero.hero-1 .container .row .content .inner .hdr, .give-now .hero.hero-1 .container-fluid .row .content .inner .hdr {
          margin: 0;
          font-size: 40px;
          font-family: "Muli", sans-serif;
          color: #fff;
          font-weight: bold;
          text-transform: uppercase;
          text-align: left;
          margin-top: 0;
          line-height: 60px; }
        .page-template-list .hero.hero-1 .container .row .content .inner p, .page-template-list .hero.hero-1 .container-fluid .row .content .inner p, .page-template-templates .hero.hero-1 .container .row .content .inner p, .page-template-templates .hero.hero-1 .container-fluid .row .content .inner p, .page-template-list-grid .hero.hero-1 .container .row .content .inner p, .page-template-list-grid .hero.hero-1 .container-fluid .row .content .inner p, .page-template-stories-list .hero.hero-1 .container .row .content .inner p, .page-template-stories-list .hero.hero-1 .container-fluid .row .content .inner p, .donate .hero.hero-1 .container .row .content .inner p, .donate .hero.hero-1 .container-fluid .row .content .inner p, .give-now .hero.hero-1 .container .row .content .inner p, .give-now .hero.hero-1 .container-fluid .row .content .inner p {
          font-size: 20px;
          line-height: 32px;
          text-align: left;
          font-weight: normal; }
        .page-template-list .hero.hero-1 .container .row .content .inner br, .page-template-list .hero.hero-1 .container-fluid .row .content .inner br, .page-template-templates .hero.hero-1 .container .row .content .inner br, .page-template-templates .hero.hero-1 .container-fluid .row .content .inner br, .page-template-list-grid .hero.hero-1 .container .row .content .inner br, .page-template-list-grid .hero.hero-1 .container-fluid .row .content .inner br, .page-template-stories-list .hero.hero-1 .container .row .content .inner br, .page-template-stories-list .hero.hero-1 .container-fluid .row .content .inner br, .donate .hero.hero-1 .container .row .content .inner br, .donate .hero.hero-1 .container-fluid .row .content .inner br, .give-now .hero.hero-1 .container .row .content .inner br, .give-now .hero.hero-1 .container-fluid .row .content .inner br {
          display: none; }
    .page-template-list .hero.hero-1 .container .row .hero-img, .page-template-list .hero.hero-1 .container-fluid .row .hero-img, .page-template-templates .hero.hero-1 .container .row .hero-img, .page-template-templates .hero.hero-1 .container-fluid .row .hero-img, .page-template-list-grid .hero.hero-1 .container .row .hero-img, .page-template-list-grid .hero.hero-1 .container-fluid .row .hero-img, .page-template-stories-list .hero.hero-1 .container .row .hero-img, .page-template-stories-list .hero.hero-1 .container-fluid .row .hero-img, .donate .hero.hero-1 .container .row .hero-img, .donate .hero.hero-1 .container-fluid .row .hero-img, .give-now .hero.hero-1 .container .row .hero-img, .give-now .hero.hero-1 .container-fluid .row .hero-img {
      width: 57.5%;
      height: 420px;
      padding: 0;
      margin: 0;
      float: right; }
      .page-template-list .hero.hero-1 .container .row .hero-img .featured-image, .page-template-list .hero.hero-1 .container-fluid .row .hero-img .featured-image, .page-template-templates .hero.hero-1 .container .row .hero-img .featured-image, .page-template-templates .hero.hero-1 .container-fluid .row .hero-img .featured-image, .page-template-list-grid .hero.hero-1 .container .row .hero-img .featured-image, .page-template-list-grid .hero.hero-1 .container-fluid .row .hero-img .featured-image, .page-template-stories-list .hero.hero-1 .container .row .hero-img .featured-image, .page-template-stories-list .hero.hero-1 .container-fluid .row .hero-img .featured-image, .donate .hero.hero-1 .container .row .hero-img .featured-image, .donate .hero.hero-1 .container-fluid .row .hero-img .featured-image, .give-now .hero.hero-1 .container .row .hero-img .featured-image, .give-now .hero.hero-1 .container-fluid .row .hero-img .featured-image {
        height: 420px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat; }

.page .hero.hero-1, .page-template-templates .hero.hero-1 {
  background: #862633; }
  .page .hero.hero-1 .container, .page .hero.hero-1 .container-fluid, .page-template-templates .hero.hero-1 .container, .page-template-templates .hero.hero-1 .container-fluid {
    width: 100%;
    /* Landscape phones and down */
    /* Landscape phone to portrait tablet */
    /* Portrait tablet to landscape and desktop */
    /* Large desktop */ }
    @media (max-width: 767px) {
      .page .hero.hero-1 .container .row, .page .hero.hero-1 .container-fluid .row, .page-template-templates .hero.hero-1 .container .row, .page-template-templates .hero.hero-1 .container-fluid .row {
        position: relative; }
        .page .hero.hero-1 .container .row .hero-img, .page .hero.hero-1 .container-fluid .row .hero-img, .page-template-templates .hero.hero-1 .container .row .hero-img, .page-template-templates .hero.hero-1 .container-fluid .row .hero-img {
          width: 100%;
          height: auto;
          position: absolute;
          top: 0; }
          .page .hero.hero-1 .container .row .hero-img .featured-image, .page .hero.hero-1 .container-fluid .row .hero-img .featured-image, .page-template-templates .hero.hero-1 .container .row .hero-img .featured-image, .page-template-templates .hero.hero-1 .container-fluid .row .hero-img .featured-image {
            height: 200px;
            position: relative; }
        .page .hero.hero-1 .container .row .content, .page .hero.hero-1 .container-fluid .row .content, .page-template-templates .hero.hero-1 .container .row .content, .page-template-templates .hero.hero-1 .container-fluid .row .content {
          width: 100%;
          height: auto;
          margin-top: 200px;
          position: relative;
          padding: 15px 25px 18px; }
          .page .hero.hero-1 .container .row .content .inner, .page .hero.hero-1 .container-fluid .row .content .inner, .page-template-templates .hero.hero-1 .container .row .content .inner, .page-template-templates .hero.hero-1 .container-fluid .row .content .inner {
            float: left;
            text-align: center;
            width: 100%;
            max-width: none;
            height: auto;
            position: relative;
            transform: none;
            -ms-transform: none;
            -webkit-transform: none; }
            .page .hero.hero-1 .container .row .content .inner .hdr, .page .hero.hero-1 .container .row .content .inner p, .page .hero.hero-1 .container-fluid .row .content .inner .hdr, .page .hero.hero-1 .container-fluid .row .content .inner p, .page-template-templates .hero.hero-1 .container .row .content .inner .hdr, .page-template-templates .hero.hero-1 .container .row .content .inner p, .page-template-templates .hero.hero-1 .container-fluid .row .content .inner .hdr, .page-template-templates .hero.hero-1 .container-fluid .row .content .inner p {
              text-align: center; }
            .page .hero.hero-1 .container .row .content .inner .hdr, .page .hero.hero-1 .container-fluid .row .content .inner .hdr, .page-template-templates .hero.hero-1 .container .row .content .inner .hdr, .page-template-templates .hero.hero-1 .container-fluid .row .content .inner .hdr {
              font-size: 28px;
              line-height: 38px;
              letter-spacing: 0.69px;
              margin-bottom: .5em; }
            .page .hero.hero-1 .container .row .content .inner p, .page .hero.hero-1 .container-fluid .row .content .inner p, .page-template-templates .hero.hero-1 .container .row .content .inner p, .page-template-templates .hero.hero-1 .container-fluid .row .content .inner p {
              font-size: 17px;
              line-height: 27px; }
              .page .hero.hero-1 .container .row .content .inner p:last-of-type, .page .hero.hero-1 .container-fluid .row .content .inner p:last-of-type, .page-template-templates .hero.hero-1 .container .row .content .inner p:last-of-type, .page-template-templates .hero.hero-1 .container-fluid .row .content .inner p:last-of-type {
                margin-bottom: 1.4em; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .page .hero.hero-1 .container .row .hero-img, .page .hero.hero-1 .container-fluid .row .hero-img, .page-template-templates .hero.hero-1 .container .row .hero-img, .page-template-templates .hero.hero-1 .container-fluid .row .hero-img {
        width: 50%; }
      .page .hero.hero-1 .container .row .content, .page .hero.hero-1 .container-fluid .row .content, .page-template-templates .hero.hero-1 .container .row .content, .page-template-templates .hero.hero-1 .container-fluid .row .content {
        width: 100%; }
        .page .hero.hero-1 .container .row .content .inner, .page .hero.hero-1 .container-fluid .row .content .inner, .page-template-templates .hero.hero-1 .container .row .content .inner, .page-template-templates .hero.hero-1 .container-fluid .row .content .inner {
          width: 50%;
          margin: 0;
          padding: 0 60px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .page .hero.hero-1 .container .row .content, .page .hero.hero-1 .container-fluid .row .content, .page-template-templates .hero.hero-1 .container .row .content, .page-template-templates .hero.hero-1 .container-fluid .row .content {
        width: 100%; } }

section.hero.hero-2.hero-nth-2 .carousel-inner > .item {
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

section.infographic {
  margin-top: 80px; }
  section.infographic .container {
    text-align: center; }
    section.infographic .container h2 {
      font-size: 54px;
      text-align: center; }
    section.infographic .container span.sub-title {
      font-size: 20px;
      text-align: center;
      margin-bottom: 20px; }
    section.infographic .container .row {
      margin-top: 20px; }
      section.infographic .container .row .infographic-item .infographic-title {
        float: left; }
      section.infographic .container .row .infographic-item img {
        float: left;
        max-width: 240px;
        border-radius: 50%;
        border: solid 5px #862633; }

.home section.infographic-2 {
  padding-bottom: 81px;
  border-bottom: 5px solid #CCCCCC; }

.list-page section.content, .page-template-list section.content, .search section.content {
  margin-top: 50px; }
  .list-page section.content .container, .page-template-list section.content .container, .search section.content .container {
    padding: 0; }
    .list-page section.content .container p, .page-template-list section.content .container p, .search section.content .container p {
      padding: 0 40px;
      font-size: 1.333rem;
      line-height: 32px; }

.list-page section.newsfeed, .page-template-list section.newsfeed, .search section.newsfeed {
  margin: 2.778rem 0 0 0;
  padding: 0 0 0 0; }
  .list-page section.newsfeed .container, .page-template-list section.newsfeed .container, .search section.newsfeed .container {
    margin: 0 auto;
    padding: 0;
    max-width: 1170px; }
    .list-page section.newsfeed .container .newsfeed, .page-template-list section.newsfeed .container .newsfeed, .search section.newsfeed .container .newsfeed {
      padding: 0; }
      .list-page section.newsfeed .container .newsfeed .newsfeed-item, .page-template-list section.newsfeed .container .newsfeed .newsfeed-item, .search section.newsfeed .container .newsfeed .newsfeed-item {
        border-top: 0 solid #F5F5F9;
        padding-left: 40px;
        padding-right: 40px; }
        .list-page section.newsfeed .container .newsfeed .newsfeed-item .container-fluid, .page-template-list section.newsfeed .container .newsfeed .newsfeed-item .container-fluid, .search section.newsfeed .container .newsfeed .newsfeed-item .container-fluid {
          width: 1170px; }
          .list-page section.newsfeed .container .newsfeed .newsfeed-item .container-fluid .row, .page-template-list section.newsfeed .container .newsfeed .newsfeed-item .container-fluid .row, .search section.newsfeed .container .newsfeed .newsfeed-item .container-fluid .row {
            padding: 2.778rem 0 2.778rem;
            margin-left: 0;
            margin-right: 0; }
            .list-page section.newsfeed .container .newsfeed .newsfeed-item .container-fluid .row .news-items-left, .page-template-list section.newsfeed .container .newsfeed .newsfeed-item .container-fluid .row .news-items-left, .search section.newsfeed .container .newsfeed .newsfeed-item .container-fluid .row .news-items-left {
              float: left; }
            .list-page section.newsfeed .container .newsfeed .newsfeed-item .container-fluid .row .newsfeed-information, .page-template-list section.newsfeed .container .newsfeed .newsfeed-item .container-fluid .row .newsfeed-information, .search section.newsfeed .container .newsfeed .newsfeed-item .container-fluid .row .newsfeed-information {
              float: none;
              margin-left: 35%;
              padding-left: 61px;
              width: 65%; }
              .list-page section.newsfeed .container .newsfeed .newsfeed-item .container-fluid .row .newsfeed-information h3, .page-template-list section.newsfeed .container .newsfeed .newsfeed-item .container-fluid .row .newsfeed-information h3, .search section.newsfeed .container .newsfeed .newsfeed-item .container-fluid .row .newsfeed-information h3 {
                margin-top: -10px;
                font-size: 36px;
                font-weight: bold;
                color: #862633;
                line-height: 50px; }
                .list-page section.newsfeed .container .newsfeed .newsfeed-item .container-fluid .row .newsfeed-information h3 a, .page-template-list section.newsfeed .container .newsfeed .newsfeed-item .container-fluid .row .newsfeed-information h3 a, .search section.newsfeed .container .newsfeed .newsfeed-item .container-fluid .row .newsfeed-information h3 a {
                  color: #862633; }
              .list-page section.newsfeed .container .newsfeed .newsfeed-item .container-fluid .row .newsfeed-information p, .page-template-list section.newsfeed .container .newsfeed .newsfeed-item .container-fluid .row .newsfeed-information p, .search section.newsfeed .container .newsfeed .newsfeed-item .container-fluid .row .newsfeed-information p {
                line-height: 28px;
                font-size: 18px;
                color: #393939; }
              .list-page section.newsfeed .container .newsfeed .newsfeed-item .container-fluid .row .newsfeed-information a.secondary-text-cta, .page-template-list section.newsfeed .container .newsfeed .newsfeed-item .container-fluid .row .newsfeed-information a.secondary-text-cta, .search section.newsfeed .container .newsfeed .newsfeed-item .container-fluid .row .newsfeed-information a.secondary-text-cta {
                display: inline;
                color: #62B1BD;
                text-align: center;
                text-transform: uppercase;
                font-style: normal;
                font-weight: bold;
                font-size: 17px;
                line-height: 1.5rem;
                letter-spacing: 0.75px; }
                .list-page section.newsfeed .container .newsfeed .newsfeed-item .container-fluid .row .newsfeed-information a.secondary-text-cta:hover, .page-template-list section.newsfeed .container .newsfeed .newsfeed-item .container-fluid .row .newsfeed-information a.secondary-text-cta:hover, .search section.newsfeed .container .newsfeed .newsfeed-item .container-fluid .row .newsfeed-information a.secondary-text-cta:hover {
                  text-decoration: underline; }
      .list-page section.newsfeed .container .newsfeed .newsfeed-item:first-child, .page-template-list section.newsfeed .container .newsfeed .newsfeed-item:first-child, .search section.newsfeed .container .newsfeed .newsfeed-item:first-child {
        border-top: 0px; }
        .list-page section.newsfeed .container .newsfeed .newsfeed-item:first-child .container-fluid .row, .page-template-list section.newsfeed .container .newsfeed .newsfeed-item:first-child .container-fluid .row, .search section.newsfeed .container .newsfeed .newsfeed-item:first-child .container-fluid .row {
          padding-top: 0; }

.page.page-template-list, .search {
  /* Portrait tablet to landscape and desktop */
  /* Large desktop */ }
  @media (max-width: 767px) {
    .page.page-template-list section.newsfeed.newsfeed-1 .container, .search section.newsfeed.newsfeed-1 .container {
      padding-left: 0px;
      padding-right: 0px;
      margin-left: auto;
      margin-right: auto;
      max-width: 360px; }
      .page.page-template-list section.newsfeed.newsfeed-1 .container .newsfeed, .search section.newsfeed.newsfeed-1 .container .newsfeed {
        padding-left: 0;
        padding-right: 0; }
        .page.page-template-list section.newsfeed.newsfeed-1 .container .newsfeed .newsfeed-item, .search section.newsfeed.newsfeed-1 .container .newsfeed .newsfeed-item {
          padding: 0; }
          .page.page-template-list section.newsfeed.newsfeed-1 .container .newsfeed .newsfeed-item .container-fluid .row .news-items-left, .search section.newsfeed.newsfeed-1 .container .newsfeed .newsfeed-item .container-fluid .row .news-items-left {
            max-height: 300px; }
            .page.page-template-list section.newsfeed.newsfeed-1 .container .newsfeed .newsfeed-item .container-fluid .row .news-items-left img, .search section.newsfeed.newsfeed-1 .container .newsfeed .newsfeed-item .container-fluid .row .news-items-left img {
              width: auto; }
          .page.page-template-list section.newsfeed.newsfeed-1 .container .newsfeed .newsfeed-item .container-fluid .row .newsfeed-information, .search section.newsfeed.newsfeed-1 .container .newsfeed .newsfeed-item .container-fluid .row .newsfeed-information {
            width: auto;
            max-width: none; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .page.page-template-list section.newsfeed.newsfeed-1 .container, .search section.newsfeed.newsfeed-1 .container {
      padding-left: 30px;
      padding-right: 30px; }
      .page.page-template-list section.newsfeed.newsfeed-1 .container .newsfeed, .search section.newsfeed.newsfeed-1 .container .newsfeed {
        padding-left: 0;
        padding-right: 0; }
        .page.page-template-list section.newsfeed.newsfeed-1 .container .newsfeed .newsfeed-item .container-fluid .row .newsfeed-information, .search section.newsfeed.newsfeed-1 .container .newsfeed .newsfeed-item .container-fluid .row .newsfeed-information {
          max-width: none;
          margin-top: 0px;
          padding-left: 45px;
          width: 55%;
          margin-left: 45%; }
          .page.page-template-list section.newsfeed.newsfeed-1 .container .newsfeed .newsfeed-item .container-fluid .row .newsfeed-information .inner .news-items-heading h4.hdr, .search section.newsfeed.newsfeed-1 .container .newsfeed .newsfeed-item .container-fluid .row .newsfeed-information .inner .news-items-heading h4.hdr {
            margin-top: 0px; } }
  @media (min-width: 1028.57143px) {
    .page.page-template-list section.newsfeed .container .newsfeed .newsfeed-item .container-fluid .row .newsfeed-information, .search section.newsfeed .container .newsfeed .newsfeed-item .container-fluid .row .newsfeed-information {
      margin-left: 360px; } }

.nav-mobile-show {
  overflow: hidden; }

#nav-mobile {
  visibility: hidden;
  position: fixed;
  top: 0;
  width: calc(100% - 50px);
  min-width: 260px;
  max-width: 360px;
  height: 100%;
  background-color: white;
  z-index: 2010;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  pointer-events: none;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }
  #nav-mobile li {
    margin-bottom: 0; }
    #nav-mobile li:before {
      display: none; }

.nav-mobile-show #nav-mobile,
.nav-mobile-animating #nav-mobile {
  visibility: visible;
  right: 0; }

.nav-mobile-show #nav-mobile {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  pointer-events: auto; }

#clickdisabler {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  background-color: #000;
  opacity: 0.75;
  -webkit-animation: clickdisablerout .3s ease;
  animation: clickdisablerout .3s ease; }

.nav-mobile-show #clickdisabler {
  -webkit-animation: clickdisablerin .3s ease;
  animation: clickdisablerin .3s ease; }

@-webkit-keyframes clickdisablerin {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.75; } }

@keyframes clickdisablerin {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.75; } }

@-webkit-keyframes clickdisablerout {
  0% {
    opacity: 0.75; }
  100% {
    opacity: 0; } }

@keyframes clickdisablerout {
  0% {
    opacity: 0.75; }
  100% {
    opacity: 0; } }

section.related .container {
  max-width: 1170px;
  width: 100%;
  padding-bottom: 52px;
  padding-top: 33px;
  padding-left: 0px;
  padding-right: 0px; }
  section.related .container a {
    font-size: 18px;
    color: #62B1BD;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px; }
    section.related .container a.read-more {
      display: block;
      margin-top: 20px; }
    section.related .container a .fa-angle-right, section.related .container a .fa-angle-left {
      vertical-align: middle;
      margin-top: -5px;
      padding-left: 3px;
      font-size: 17px; }
  section.related .container h3 {
    font-weight: bold;
    font-size: 24px;
    color: #62B1BD;
    margin-top: 0px;
    margin-bottom: 23px;
    text-transform: none; }
  section.related .container h4 {
    font-weight: bold;
    font-size: 18px;
    color: #862633;
    letter-spacing: 0px;
    line-height: 24px;
    margin-top: 18px;
    margin-bottom: 7px; }
    section.related .container h4 a {
      font-size: 18px;
      color: #3B3B3B;
      letter-spacing: 0;
      font-weight: bold;
      line-height: 26px;
      text-transform: capitalize; }
  section.related .container p {
    font-size: 16px;
    color: #3B3B3B;
    letter-spacing: 0px;
    line-height: 26px;
    margin-bottom: 0;
    height: auto; }
  section.related .container .border-multiply-wrapper {
    border: none; }
  section.related .container .row {
    margin: 0;
    border-top: solid 1px #F5F5F9;
    padding: 50px 0px 0px 30px; }
    section.related .container .row .col-md-4 {
      padding-right: 0px;
      padding-left: 0; }
      section.related .container .row .col-md-4:first-child {
        padding-left: 0; }
      section.related .container .row .col-md-4:last-child {
        margin-right: 0px; }
    section.related .container .row .mod .inner {
      width: 90%;
      height: 100%;
      overflow: hidden; }
      section.related .container .row .mod .inner a img {
        width: 100%; }

section.related .container {
  width: 100%; }
  section.related .container .row .mod .inner {
    /* Anything from tablet down will lose the nav menu have the large white Donate area */
    /* Large desktop */ }
    @media (max-width: 767px) {
      section.related .container .row .mod .inner {
        padding-bottom: 41px;
        width: 90%;
        height: 100%;
        overflow: hidden; }
        section.related .container .row .mod .inner h4, section.related .container .row .mod .inner p, section.related .container .row .mod .inner .read-more {
          height: auto; }
        section.related .container .row .mod .inner p {
          margin-bottom: 1em; }
        section.related .container .row .mod .inner, section.related .container .row .mod .inner .img {
          height: auto;
          max-width: 300px;
          margin: 0 auto; } }
    @media (min-width: 768px) and (max-width: 991px) {
      section.related .container .row .mod .inner {
        width: 90%;
        height: 100%;
        overflow: hidden; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      section.related .container .row .mod .inner {
        width: 90%;
        height: 100%;
        overflow: hidden; } }

section.title-header {
  padding: 32px 0;
  background: #862633; }
  section.title-header .container .row .column-title {
    padding-left: 60px;
    text-align: left;
    color: #fff;
    background: #862633; }
    section.title-header .container .row .column-title h1 {
      text-transform: uppercase;
      margin: 0;
      font-weight: bold; }

@media (max-width: 767px) {
  section.title-header .container {
    background: none; } }

section.touts h2 {
  text-align: center;
  font-size: 40px;
  font-family: "Muli", sans-serif;
  text-transform: capitalize;
  margin-bottom: 0px;
  color: #62B1BD;
  font-weight: bold; }

section.touts p {
  text-align: center;
  color: #393939;
  font-size: 24px;
  max-width: 800px;
  margin: 0 auto 20px;
  line-height: 34px; }

section.touts.touts-1 .container .container, section.touts.touts-1 container-fluid .container {
  width: 100%;
  padding: 0px; }

section.touts.touts-1 .container .mod .feature, section.touts.touts-1 container-fluid .mod .feature {
  width: 100%;
  height: auto;
  border: 1px solid #862633;
  margin-bottom: 1em; }

section.touts.touts-1 .container .row {
  background-color: rgba(255, 255, 255, 0.68);
  margin: 0 auto; }
  section.touts.touts-1 .container .row .touts p {
    font-size: 24px;
    text-align: center; }

section.touts.touts-1 .tout-image {
  height: 300px;
  width: auto; }

section.touts.touts-1 .hdr-container {
  position: relative; }
  section.touts.touts-1 .hdr-container > a {
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-top: 73.5%; }
  section.touts.touts-1 .hdr-container h3 {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 26px;
    text-align: center;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding: 4% 0;
    margin-bottom: 0; }
    section.touts.touts-1 .hdr-container h3 a {
      color: #fff; }

section.touts.touts-1 .read-more {
  font-weight: bold;
  color: #62B1BD;
  text-align: center; }

/************************************
   MIXINS
   Notes: Place to put functions and custom calculations
*************************************/
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/***************************
    * Buttons

****************************/
/***************************
    * List/Grid Page links
****************************/
/********************
    * Offcanvas
********************/
/***  Defaults to right  ***/
/************************************
    EOF Offcanvas
*************************************/
/************************************
    Font includes
*************************************/
/************************************
   EOF Font includes
*************************************/
/************************************
    Gradients
*************************************/
/************************************
    EOF Gradients
*************************************/
/************************************
    Placement
*************************************/
/************************************
    EOF Placement
*************************************/
/* Landscape phones and down */
@media (max-width: 767px) {
  .touts.touts-1 .container {
    width: 100%;
    margin: 0;
    background: none;
    padding: 47px 20px 54px 25px; }
    .touts.touts-1 .container .container {
      padding: 0; }
    .touts.touts-1 .container .mod {
      margin-bottom: 2em; }
    .touts.touts-1 .container .row {
      padding: 0; }
      .touts.touts-1 .container .row.touts-hdr-row {
        margin-top: 0;
        padding: 21px 0 44px;
        max-width: 400px;
        background-color: rgba(255, 255, 255, 0.8); }
        .touts.touts-1 .container .row.touts-hdr-row .hdr-row .hdr {
          font-size: 28px;
          line-height: 38px; }
        .touts.touts-1 .container .row.touts-hdr-row .hdr-row p {
          font-size: 17px;
          line-height: 27px; }
          .touts.touts-1 .container .row.touts-hdr-row .hdr-row p:last-child {
            margin-bottom: 0; }
      .touts.touts-1 .container .row.touts-items-row {
        padding-bottom: 0; }
        .touts.touts-1 .container .row.touts-items-row .touts {
          margin: 0 auto;
          max-width: 100%; }
          .touts.touts-1 .container .row.touts-items-row .touts:nth-of-type(odd) {
            margin-right: auto; }
          .touts.touts-1 .container .row.touts-items-row .touts .hdr-container .hdr {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            height: auto;
            padding: 12px 0; }
            .touts.touts-1 .container .row.touts-items-row .touts .hdr-container .hdr a {
              font-size: 22px;
              line-height: normal; }
          .touts.touts-1 .container .row.touts-items-row .touts .caption-container {
            height: auto;
            margin-bottom: 40px;
            padding: 20px 12px 17px; }
            .touts.touts-1 .container .row.touts-items-row .touts .caption-container p, .touts.touts-1 .container .row.touts-items-row .touts .caption-container .read-more {
              font-size: 17px;
              line-height: 27px; }
          .touts.touts-1 .container .row.touts-items-row .touts:last-of-type .caption-container {
            margin-bottom: 0; } }

/* Landscape phone to portrait tablet */
@media (min-width: 768px) and (max-width: 991px) {
  .touts.touts-1 .container {
    width: 100%; }
    .touts.touts-1 .container .container {
      margin: 0;
      padding: 0;
      width: 100%; }
      .touts.touts-1 .container .container .mod {
        margin-bottom: 2em; }
      .touts.touts-1 .container .container .row {
        padding: 0; }
        .touts.touts-1 .container .container .row .touts p {
          line-height: 34px; }
        .touts.touts-1 .container .container .row .touts .caption-container {
          padding-left: 22px;
          padding-right: 22px;
          height: auto; }
        .touts.touts-1 .container .container .row .hdr-container .hdr {
          height: auto;
          padding: 13px 10px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
        .touts.touts-1 .container .container .row h2 {
          font-size: 36px;
          margin-bottom: .3em; }
        .touts.touts-1 .container .container .row p {
          font-size: 24px;
          line-height: 36px; }
          .touts.touts-1 .container .container .row p:last-child {
            margin-bottom: 51px; } }

/* Portrait tablet to landscape and desktop */
@media (min-width: 992px) and (max-width: 1199px) {
  .touts.touts-1 .container {
    width: 100%; }
    .touts.touts-1 .container .mod {
      margin-bottom: 2em; }
    .touts.touts-1 .container .container {
      width: 1024px;
      max-width: 100%; }
      .touts.touts-1 .container .container .row .hdr-container .hdr {
        height: auto;
        padding: 20px 10px; }
      .touts.touts-1 .container .container .row .touts {
        min-width: 275px;
        max-width: 400px;
        width: 46.7%; } }

/* Large desktop */
@media (min-width: 1200px) {
  .touts.touts-1 .container .mod {
    margin-bottom: 2em; }
  .touts.touts-1 .container .row .touts p {
    padding: 0; }
  .touts.touts-1 .container .row .touts h3 a {
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%); } }

.translate-cover {
  padding-bottom: 1em; }
  .translate-cover #google_translate_element {
    /*-moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);*/
    display: none; }
  .translate-cover.over #google_translate_element {
    display: block; }
  .translate-cover.over > a {
    display: none; }
    .translate-cover.over > a:before {
      display: none; }

section.valueprop {
  margin-top: 50px; }
  section.valueprop.valueprop-1 .container {
    text-align: center;
    background-color: #fff;
    color: #FFF; }
    section.valueprop.valueprop-1 .container h2 {
      font-size: 54px;
      text-transform: uppercase; }
      section.valueprop.valueprop-1 .container h2:empty {
        margin-top: 0;
        margin-bottom: 0; }
    section.valueprop.valueprop-1 .container p {
      color: #393939;
      font-size: 20px; }
      section.valueprop.valueprop-1 .container p:empty {
        margin-top: 0;
        margin-bottom: 0; }

.kt-has-2-columns {
  padding: 0; }

.kt-row-column-wrap {
  padding: 0; }

.kt-inside-inner-col > .wp-block-kadence-rowlayout.alignnone {
  max-width: 920px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.kt-inside-inner-col > .wp-block-kadence-rowlayout.alignwide {
  max-width: 1170px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.kt-has-2-columns > .wp-block-kadence-column > .kt-inside-inner-col > .wp-block-kadence-rowlayout.alignnone, .kt-has-2-columns > .wp-block-kadence-column > .kt-inside-inner-col > .wp-block-kadence-rowlayout.alignwide,
.kt-has-3-columns > .wp-block-kadence-column > .kt-inside-inner-col > .wp-block-kadence-rowlayout.alignnone,
.kt-has-3-columns > .wp-block-kadence-column > .kt-inside-inner-col > .wp-block-kadence-rowlayout.alignwide {
  max-width: 585px; }

.kt-has-3-columns > .wp-block-kadence-column > .kt-inside-inner-col > .wp-block-kadence-rowlayout.alignnone, .kt-has-3-columns > .wp-block-kadence-column > .kt-inside-inner-col > .wp-block-kadence-rowlayout.alignwide {
  max-width: 585px; }

.alignfull .kt-row-column-wrap {
  padding-left: 0;
  padding-right: 0; }

@media (max-width: 1169px) {
  .alignfull p, .alignfull h1, .alignfull h2, .alignfull h3, .alignfull h4, .alignfull h5, .alignfull h6, .alignfull blockquote,
  .alignwide p,
  .alignwide h1,
  .alignwide h2,
  .alignwide h3,
  .alignwide h4,
  .alignwide h5,
  .alignwide h6,
  .alignwide blockquote {
    max-width: calc(100vw - 40px);
    margin-left: auto;
    margin-right: auto; } }

.wp-block-kadence-rowlayout.has-column-bg > .kt-row-layout-inner > .kt-row-column-wrap > .wp-block-kadence-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .wp-block-kadence-rowlayout.has-column-bg > .kt-row-layout-inner > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    width: 100%; }

.wp-block-kadence-rowlayout.has-column-bg > .kt-row-layout-inner > .kt-row-column-wrap.kt-row-valign-middle > .wp-block-kadence-column > .kt-inside-inner-col {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.wp-block-kadence-rowlayout.has-column-bg > .kt-row-layout-inner > .kt-row-column-wrap.kt-row-valign-bottom > .wp-block-kadence-column > .kt-inside-inner-col {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.inner > .wp-block-kadence-rowlayout > .kt-row-layout-inner.kt-row-has-bg > .kt-row-column-wrap {
  padding-top: 8vh;
  padding-bottom: 8vh; }

.inner > .wp-block-kadence-rowlayout > .kt-row-layout-inner.kt-row-has-bg .kt-row-layout-top-sep + .kt-row-column-wrap {
  padding-top: calc(8vh + 23px); }
  @media (min-width: 769px) {
    .inner > .wp-block-kadence-rowlayout > .kt-row-layout-inner.kt-row-has-bg .kt-row-layout-top-sep + .kt-row-column-wrap {
      padding-top: calc(8vh + 38px); } }
  @media (min-width: 1025px) {
    .inner > .wp-block-kadence-rowlayout > .kt-row-layout-inner.kt-row-has-bg .kt-row-layout-top-sep + .kt-row-column-wrap {
      padding-top: calc(8vh + 50px); } }

.kt-row-layout-top-sep,
.kt-row-layout-bottom-sep {
  height: 45px; }
  @media (min-width: 769px) {
    .kt-row-layout-top-sep,
    .kt-row-layout-bottom-sep {
      height: 75px; } }
  @media (min-width: 1025px) {
    .kt-row-layout-top-sep,
    .kt-row-layout-bottom-sep {
      height: 100px; } }

.kt-row-layout-bottom-sep {
  margin-top: -23px; }
  @media (min-width: 769px) {
    .kt-row-layout-bottom-sep {
      margin-top: -38px; } }
  @media (min-width: 1025px) {
    .kt-row-layout-bottom-sep {
      margin-top: -50px; } }

@media (max-width: 768px) {
  .kt-gutter-default.kt-row-layout-right-golden > .wp-block-kadence-column.inner-column-2 {
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%; } }

@media (min-width: 1025px) {
  .has-offset-top-divider > div > .kt-row-layout-top-sep {
    height: 250px; }
    .has-offset-top-divider > div > .kt-row-layout-top-sep:before {
      content: '';
      display: block;
      height: 150px;
      background-color: #fff; }
    .has-offset-top-divider > div > .kt-row-layout-top-sep svg {
      height: 100px;
      margin-top: 150px; } }

.background-left-focus > .kt-row-layout-inner, .background-left-focus >
.kt-row-layout-inner > div[id^="jarallax-container"] > div {
  background-position-x: 25% !important; }

.background-right-focus > .kt-row-layout-inner, .background-right-focus >
.kt-row-layout-inner > div[id^="jarallax-container"] > div {
  background-position-x: 75% !important; }

.background-position-x-0 > .kt-row-layout-inner, .background-position-x-0 >
.kt-row-layout-inner > div[id^="jarallax-container"] > div {
  background-position-x: 0% !important; }

.background-position-x-5 > .kt-row-layout-inner, .background-position-x-5 >
.kt-row-layout-inner > div[id^="jarallax-container"] > div {
  background-position-x: 5% !important; }

.background-position-x-10 > .kt-row-layout-inner, .background-position-x-10 >
.kt-row-layout-inner > div[id^="jarallax-container"] > div {
  background-position-x: 10% !important; }

.background-position-x-15 > .kt-row-layout-inner, .background-position-x-15 >
.kt-row-layout-inner > div[id^="jarallax-container"] > div {
  background-position-x: 15% !important; }

.background-position-x-20 > .kt-row-layout-inner, .background-position-x-20 >
.kt-row-layout-inner > div[id^="jarallax-container"] > div {
  background-position-x: 20% !important; }

.background-position-x-25 > .kt-row-layout-inner, .background-position-x-25 >
.kt-row-layout-inner > div[id^="jarallax-container"] > div {
  background-position-x: 25% !important; }

.background-position-x-30 > .kt-row-layout-inner, .background-position-x-30 >
.kt-row-layout-inner > div[id^="jarallax-container"] > div {
  background-position-x: 30% !important; }

.background-position-x-35 > .kt-row-layout-inner, .background-position-x-35 >
.kt-row-layout-inner > div[id^="jarallax-container"] > div {
  background-position-x: 35% !important; }

.background-position-x-40 > .kt-row-layout-inner, .background-position-x-40 >
.kt-row-layout-inner > div[id^="jarallax-container"] > div {
  background-position-x: 40% !important; }

.background-position-x-45 > .kt-row-layout-inner, .background-position-x-45 >
.kt-row-layout-inner > div[id^="jarallax-container"] > div {
  background-position-x: 45% !important; }

.background-position-x-50 > .kt-row-layout-inner, .background-position-x-50 >
.kt-row-layout-inner > div[id^="jarallax-container"] > div {
  background-position-x: 50% !important; }

.background-position-x-55 > .kt-row-layout-inner, .background-position-x-55 >
.kt-row-layout-inner > div[id^="jarallax-container"] > div {
  background-position-x: 55% !important; }

.background-position-x-60 > .kt-row-layout-inner, .background-position-x-60 >
.kt-row-layout-inner > div[id^="jarallax-container"] > div {
  background-position-x: 60% !important; }

.background-position-x-65 > .kt-row-layout-inner, .background-position-x-65 >
.kt-row-layout-inner > div[id^="jarallax-container"] > div {
  background-position-x: 65% !important; }

.background-position-x-70 > .kt-row-layout-inner, .background-position-x-70 >
.kt-row-layout-inner > div[id^="jarallax-container"] > div {
  background-position-x: 70% !important; }

.background-position-x-75 > .kt-row-layout-inner, .background-position-x-75 >
.kt-row-layout-inner > div[id^="jarallax-container"] > div {
  background-position-x: 75% !important; }

.background-position-x-80 > .kt-row-layout-inner, .background-position-x-80 >
.kt-row-layout-inner > div[id^="jarallax-container"] > div {
  background-position-x: 80% !important; }

.background-position-x-85 > .kt-row-layout-inner, .background-position-x-85 >
.kt-row-layout-inner > div[id^="jarallax-container"] > div {
  background-position-x: 85% !important; }

.background-position-x-90 > .kt-row-layout-inner, .background-position-x-90 >
.kt-row-layout-inner > div[id^="jarallax-container"] > div {
  background-position-x: 90% !important; }

.background-position-x-95 > .kt-row-layout-inner, .background-position-x-95 >
.kt-row-layout-inner > div[id^="jarallax-container"] > div {
  background-position-x: 95% !important; }

.background-position-x-100 > .kt-row-layout-inner, .background-position-x-100 >
.kt-row-layout-inner > div[id^="jarallax-container"] > div {
  background-position-x: 100% !important; }

.background-position-y-0 > .kt-row-layout-inner, .background-position-y-0 >
.kt-row-layout-inner > div[id^="jarallax-container"] > div {
  background-position-y: 0% !important; }

.background-position-y-5 > .kt-row-layout-inner, .background-position-y-5 >
.kt-row-layout-inner > div[id^="jarallax-container"] > div {
  background-position-y: 5% !important; }

.background-position-y-10 > .kt-row-layout-inner, .background-position-y-10 >
.kt-row-layout-inner > div[id^="jarallax-container"] > div {
  background-position-y: 10% !important; }

.background-position-y-15 > .kt-row-layout-inner, .background-position-y-15 >
.kt-row-layout-inner > div[id^="jarallax-container"] > div {
  background-position-y: 15% !important; }

.background-position-y-20 > .kt-row-layout-inner, .background-position-y-20 >
.kt-row-layout-inner > div[id^="jarallax-container"] > div {
  background-position-y: 20% !important; }

.background-position-y-25 > .kt-row-layout-inner, .background-position-y-25 >
.kt-row-layout-inner > div[id^="jarallax-container"] > div {
  background-position-y: 25% !important; }

.background-position-y-30 > .kt-row-layout-inner, .background-position-y-30 >
.kt-row-layout-inner > div[id^="jarallax-container"] > div {
  background-position-y: 30% !important; }

.background-position-y-35 > .kt-row-layout-inner, .background-position-y-35 >
.kt-row-layout-inner > div[id^="jarallax-container"] > div {
  background-position-y: 35% !important; }

.background-position-y-40 > .kt-row-layout-inner, .background-position-y-40 >
.kt-row-layout-inner > div[id^="jarallax-container"] > div {
  background-position-y: 40% !important; }

.background-position-y-45 > .kt-row-layout-inner, .background-position-y-45 >
.kt-row-layout-inner > div[id^="jarallax-container"] > div {
  background-position-y: 45% !important; }

.background-position-y-50 > .kt-row-layout-inner, .background-position-y-50 >
.kt-row-layout-inner > div[id^="jarallax-container"] > div {
  background-position-y: 50% !important; }

.background-position-y-55 > .kt-row-layout-inner, .background-position-y-55 >
.kt-row-layout-inner > div[id^="jarallax-container"] > div {
  background-position-y: 55% !important; }

.background-position-y-60 > .kt-row-layout-inner, .background-position-y-60 >
.kt-row-layout-inner > div[id^="jarallax-container"] > div {
  background-position-y: 60% !important; }

.background-position-y-65 > .kt-row-layout-inner, .background-position-y-65 >
.kt-row-layout-inner > div[id^="jarallax-container"] > div {
  background-position-y: 65% !important; }

.background-position-y-70 > .kt-row-layout-inner, .background-position-y-70 >
.kt-row-layout-inner > div[id^="jarallax-container"] > div {
  background-position-y: 70% !important; }

.background-position-y-75 > .kt-row-layout-inner, .background-position-y-75 >
.kt-row-layout-inner > div[id^="jarallax-container"] > div {
  background-position-y: 75% !important; }

.background-position-y-80 > .kt-row-layout-inner, .background-position-y-80 >
.kt-row-layout-inner > div[id^="jarallax-container"] > div {
  background-position-y: 80% !important; }

.background-position-y-85 > .kt-row-layout-inner, .background-position-y-85 >
.kt-row-layout-inner > div[id^="jarallax-container"] > div {
  background-position-y: 85% !important; }

.background-position-y-90 > .kt-row-layout-inner, .background-position-y-90 >
.kt-row-layout-inner > div[id^="jarallax-container"] > div {
  background-position-y: 90% !important; }

.background-position-y-95 > .kt-row-layout-inner, .background-position-y-95 >
.kt-row-layout-inner > div[id^="jarallax-container"] > div {
  background-position-y: 95% !important; }

.background-position-y-100 > .kt-row-layout-inner, .background-position-y-100 >
.kt-row-layout-inner > div[id^="jarallax-container"] > div {
  background-position-y: 100% !important; }

@media (max-width: 1024px) and (min-width: 768px) {
  .wp-block-kadence-rowlayout [id*="jarallax-container-"] > div {
    position: inherit !important;
    width: inherit !important;
    left: inherit !important;
    margin-top: inherit !important;
    height: inherit !important;
    -webkit-transform: inherit !important;
    -ms-transform: inherit !important;
    transform: inherit !important; } }

.kt-button {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1em;
  padding: calc(1em - 2px) 1.5em; }
  .kt-button:hover {
    text-decoration: none !important; }

.kt-force-btn-fullwidth.kt-btn-align-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.kt-force-btn-fullwidth .kt-btn-wrap {
  max-width: 400px;
  -ms-flex: 0 0 100%; }

@media (max-width: 768px) {
  .kt-force-btn-fullwidth {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .kt-force-btn-fullwidth .kt-btn-wrap {
      max-width: inherit;
      margin: 15px 0 0 !important; }
      .kt-force-btn-fullwidth .kt-btn-wrap:first-of-type {
        margin-top: 0; }
    .kt-force-btn-fullwidth .kt-button {
      display: block;
      width: 100%;
      max-width: 400px;
      margin-left: auto;
      margin-right: auto; }
    .kt-force-btn-fullwidth.kt-btn-align-center .kt-button {
      margin-left: auto;
      margin-right: auto; } }

.kt-blocks-accordion-header {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.kt-blocks-accordion-icon-trigger {
  margin-top: 0.15em; }
  .kt-blocks-accordion-icon-trigger::before, .kt-blocks-accordion-icon-trigger::after {
    background: #b7b6ad !important; }

.kt-blocks-accordion-title-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1; }

.kt-modal-open header.header {
  z-index: 1501;
  -webkit-transition: opacity 0.5s ease, display 0.5s ease;
  transition: opacity 0.5s ease, display 0.5s ease;
  opacity: 0;
  display: none; }

.kt-modal-overlay {
  background: rgba(0, 0, 0, 0.75); }

section.content .kt-blocks-modal-link {
  text-transform: uppercase;
  background-color: #62B1BD;
  border-color: transparent;
  font-weight: 600;
  padding: 1em 1.5em;
  font-size: 0.9em;
  font-weight: 700;
  line-height: 1em;
  color: #fff; }
  section.content .kt-blocks-modal-link:hover {
    text-decoration: none !important;
    background-color: #202945;
    border-color: transparent; }

.kt-modal-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  position: relative;
  margin-top: 60px;
  margin-bottom: 0;
  padding: 0;
  -webkit-box-shadow: 0px 21px 18px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 21px 18px 0px rgba(0, 0, 0, 0.2);
  max-height: calc(100vh - 60px);
  overflow-x: hidden;
  overflow-y: auto; }

.kt-modal-content {
  padding: 45px 5vw 45px; }
  @media (min-width: 451px) {
    .kt-modal-content {
      padding-top: 75px; } }

.kt-modal-close {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  right: 0px;
  margin-right: -40px;
  color: #862633;
  background: #F3F1EF;
  z-index: 2; }
  .kt-modal-close svg {
    width: 40px !important;
    height: 40px !important; }
  .kt-modal-close:hover {
    color: #ffffff;
    background: #862633; }
  @media (min-width: 1025px) {
    .kt-modal-close {
      top: 30px;
      right: 30px; } }

.kt-modal-hide-button .kt-blocks-modal-link {
  display: none; }

.kt-block-spacer > .kt-divider {
  width: 82px !important;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.wp-block-kadence-testimonials {
  margin-bottom: -30px; }

.kt-testimonial-item-wrap {
  margin-bottom: 30px; }

.kt-split-content-wrap {
  display: -ms-grid;
  -ms-grid-columns: 50% auto;
  -ms-grid-rows: auto; }

.kt-sc-img-side-left {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }
  .kt-sc-img-side-left + .kt-sc-textcol {
    -ms-grid-row: 1;
    -ms-grid-column: 2; }

.wp-block-button {
  border-radius: 2px; }

.wp-block-button > .wp-block-button__link {
  padding: calc(1em + 2px) 1.5em;
  font-size: 1em;
  line-height: 1em;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: background-color 0.35s ease;
  transition: background-color 0.35s ease;
  border-radius: 2px;
  min-width: 276px; }
  .wp-block-button > .wp-block-button__link:hover {
    text-decoration: none !important; }

.wp-block-button:not(.is-style-outline) > .wp-block-button__link {
  background-color: #62B1BD; }
  .wp-block-button:not(.is-style-outline) > .wp-block-button__link:hover {
    background-color: #202945; }
  .wp-block-button:not(.is-style-outline) > .wp-block-button__link.has-blue-background-color {
    background-color: #62B1BD; }
    .wp-block-button:not(.is-style-outline) > .wp-block-button__link.has-blue-background-color:hover {
      background-color: #202945 !important; }
  .wp-block-button:not(.is-style-outline) > .wp-block-button__link.has-dark-red-background-color:hover {
    background-color: #A82738 !important; }

.wp-block-button.is-style-outline > .wp-block-button__link {
  padding-top: 1em;
  padding-bottom: 1em;
  background-color: transparent !important; }
  .wp-block-button.is-style-outline > .wp-block-button__link.has-white-color:hover {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #393939 !important; }
  .wp-block-button.is-style-outline > .wp-block-button__link.has-white-color.has-blue-background-color:hover {
    color: #62B1BD !important; }
  .wp-block-button.is-style-outline > .wp-block-button__link.has-white-color.has-dark-blue-background-color:hover {
    color: #202945 !important; }
  .wp-block-button.is-style-outline > .wp-block-button__link.has-white-color.has-dark-red-background-color:hover {
    color: #862633 !important; }
  .wp-block-button.is-style-outline > .wp-block-button__link.has-blue-color {
    color: #62B1BD; }
    .wp-block-button.is-style-outline > .wp-block-button__link.has-blue-color:hover {
      background-color: #62B1BD !important;
      border-color: #62B1BD !important;
      color: #fff !important; }
  .wp-block-button.is-style-outline > .wp-block-button__link.has-dark-blue-color {
    color: #202945; }
    .wp-block-button.is-style-outline > .wp-block-button__link.has-dark-blue-color:hover {
      background-color: #202945 !important;
      border-color: #202945 !important;
      color: #fff !important; }
  .wp-block-button.is-style-outline > .wp-block-button__link.has-dark-red-color {
    color: #862633; }
    .wp-block-button.is-style-outline > .wp-block-button__link.has-dark-red-color:hover {
      background-color: #862633 !important;
      border-color: #862633 !important;
      color: #fff !important; }

body .gform_wrapper {
  max-width: none; }
  @media (max-width: 767px) {
    body .gform_wrapper {
      max-width: 100%; } }
  body .gform_wrapper .ginput_complex {
    margin-top: 0; }
    body .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span.name_first {
      margin-right: 0 !important; }
    body .gform_wrapper .ginput_complex label {
      font-weight: normal;
      font-size: 15px;
      white-space: inherit; }
    body .gform_wrapper .ginput_complex input[type=text].large {
      width: 100%; }
  body .gform_wrapper ul.gform_fields {
    padding-left: 0; }
    body .gform_wrapper ul.gform_fields li.hidden_label span input, body .gform_wrapper ul.gform_fields li.hidden_label .ginput_container input {
      margin-top: 0; }
    body .gform_wrapper ul.gform_fields li.hidden_label label.gfield_label + div.ginput_container, body .gform_wrapper ul.gform_fields li.hidden_label label.gfield_label + div.ginput_complex {
      margin-top: 0; }
    body .gform_wrapper ul.gform_fields li.field_sublabel_hidden_label span input, body .gform_wrapper ul.gform_fields li.field_sublabel_hidden_label .ginput_container input, body .gform_wrapper ul.gform_fields li.field_sublabel_hidden_label .ginput_complex input {
      margin-bottom: .25em; }
    body .gform_wrapper ul.gform_fields li input[type=text], body .gform_wrapper ul.gform_fields li select, body .gform_wrapper ul.gform_fields li textarea {
      background: #FFFFFF;
      border: 1px solid rgba(102, 100, 92, 0.27);
      -webkit-box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.05);
      box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.05);
      border-radius: 10px;
      margin-bottom: 15px; }
      @media (max-width: 767px) {
        body .gform_wrapper ul.gform_fields li input[type=text], body .gform_wrapper ul.gform_fields li select, body .gform_wrapper ul.gform_fields li textarea {
          max-width: 100%;
          width: 100%; } }
      @media (max-width: 767px) {
        body .gform_wrapper ul.gform_fields li input[type=text].medium, body .gform_wrapper ul.gform_fields li select.medium, body .gform_wrapper ul.gform_fields li textarea.medium {
          max-width: 100%;
          width: 100%; } }
      body .gform_wrapper ul.gform_fields li input[type=text].large, body .gform_wrapper ul.gform_fields li select.large, body .gform_wrapper ul.gform_fields li textarea.large {
        width: 100%; }
    body .gform_wrapper ul.gform_fields li input[type=radio] {
      margin-right: .4em; }
  body .gform_wrapper .top_label .gfield_label {
    font-weight: normal; }
  body .gform_wrapper .gform_footer {
    margin: 5px 0 0;
    padding: 0; }
    body .gform_wrapper .gform_footer input[type=submit] {
      height: 50px;
      width: 200px;
      text-transform: uppercase;
      font-size: 23px;
      background: #62B1BD;
      border: none;
      color: #fff;
      border-radius: 3px;
      font-weight: 600; }

body .gform_body input, body .gform_body select, body .gform_body textarea {
  background-color: #fff;
  border: 1px solid #BDBDBD;
  outline: 0;
  padding-left: 10px;
  padding-right: 10px; }
  body .gform_body input ::-webkit-input-placeholder,
  body .gform_body input :-moz-placeholder,
  body .gform_body input ::-moz-placeholder,
  body .gform_body input :-ms-input-placeholder, body .gform_body select ::-webkit-input-placeholder,
  body .gform_body select :-moz-placeholder,
  body .gform_body select ::-moz-placeholder,
  body .gform_body select :-ms-input-placeholder, body .gform_body textarea ::-webkit-input-placeholder,
  body .gform_body textarea :-moz-placeholder,
  body .gform_body textarea ::-moz-placeholder,
  body .gform_body textarea :-ms-input-placeholder {
    color: #BDBDBD; }

body .gform_body textarea {
  margin-bottom: 15px; }

body .gform_body .gform_footer {
  margin: 0;
  padding: 0; }
  body .gform_body .gform_footer input[type=submit] {
    color: #fff;
    border-radius: 7px;
    border: 0px;
    background-color: #999;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-style: normal;
    font-size: 22px;
    padding-left: 59px;
    padding-right: 59px; }
    body .gform_body .gform_footer input[type=submit]:hover, body .gform_body .gform_footer input[type=submit]:focus, body .gform_body .gform_footer input[type=submit].focus {
      color: #fff;
      background: #333;
      border: 0px solid #fff; }
    body .gform_body .gform_footer input[type=submit]:first-of-type {
      margin-top: 0; }

body.page-id-1849 section.hero:before, body.parent-pageid-898 section.hero:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  margin: -10px 0 0;
  border-radius: inherit;
  background-image: -webkit-gradient(linear, left top, right top, from(#FFCD00), to(#F2A900));
  background-image: -webkit-linear-gradient(left, #FFCD00 0%, #F2A900 100%);
  background-image: linear-gradient(90deg, #FFCD00 0%, #F2A900 100%);
  height: 10px; }

section.hero {
  position: relative;
  max-width: 1440px;
  margin: auto;
  color: #fff;
  top: -7px;
  z-index: 0; }
  section.hero .hero-background:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -10px 0 0;
    border-radius: inherit;
    background: -webkit-gradient(linear, left top, right top, from(#00A3E0), to(#004C97));
    background: -webkit-linear-gradient(left, #00A3E0 0%, #004C97 100%);
    background: linear-gradient(90deg, #00A3E0 0%, #004C97 100%); }
  section.hero .hero-background-image {
    background-size: 100%;
    background-repeat: no-repeat; }
  section.hero.hero-background-height-short.hero-content-side-right::before {
    height: 100%;
    min-height: 407px; }
  section.hero.hero-background-height-short.hero-content-side-left::before {
    height: 100%;
    min-height: 407px; }
  section.hero.hero-background-height-short .hero-background {
    min-height: 407px; }
  section.hero.hero-background-height-normal::before {
    min-height: 522px; }
  section.hero.hero-background-height-normal.hero-content-side-right::before {
    height: 100%;
    min-height: 522px; }
  section.hero.hero-background-height-normal.hero-content-side-left::before {
    height: 100%;
    min-height: 522px; }
  section.hero.hero-background-height-normal .hero-background {
    min-height: 522px; }
  section.hero.hero-background-height-tall::before {
    height: 100%;
    min-height: 750px; }
  section.hero.hero-background-height-tall.hero-content-side-left::before {
    height: 100%;
    min-height: 750px; }
  section.hero.hero-background-height-tall .hero-background {
    min-height: 750px; }
  section.hero.hero-background-height-tall .hero-content {
    top: 117px; }
    section.hero.hero-background-height-tall .hero-content .hero-header {
      font-size: 2.7rem;
      line-height: 3rem;
      letter-spacing: -0.005rem;
      margin-bottom: 2rem;
      font-weight: 700; }
      section.hero.hero-background-height-tall .hero-content .hero-header .starts-with-quote {
        text-indent: -.5em; }
    section.hero.hero-background-height-tall .hero-content .hero-body-area p {
      font-size: 1.4rem;
      line-height: 2rem; }
    section.hero.hero-background-height-tall .hero-content .hero-cta.button a {
      margin-top: 2rem; }
      section.hero.hero-background-height-tall .hero-content .hero-cta.button a:hover {
        background-color: #dc3f44; }
  section.hero.hero-background-mode-image {
    background-size: 100%; }
    section.hero.hero-background-mode-image img {
      border-radius: 0; }
    section.hero.hero-background-mode-image.hero-align-right::after {
      display: block;
      content: "";
      height: 235px;
      position: absolute;
      z-index: 1;
      width: 100%;
      background-position: 0 101%;
      bottom: 0;
      background-size: contain;
      background-repeat: no-repeat;
      background: url(../images/home-page-wave.svg) no-repeat;
      -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
      transform: scaleX(-1);
      -webkit-filter: FlipH;
      filter: FlipH;
      -ms-filter: "FlipH"; }
    section.hero.hero-background-mode-image.hero-align-right .hero-background-image {
      background-size: cover;
      background-repeat: no-repeat; }
    section.hero.hero-background-mode-image.hero-align-right .hero-content {
      position: absolute;
      top: 0;
      margin-right: 134px;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      max-width: 480px; }
    section.hero.hero-background-mode-image.hero-align-left::after {
      display: block;
      content: "";
      height: 235px;
      position: absolute;
      z-index: 1;
      width: 100%;
      background-position: 0 101%;
      bottom: 0;
      background-size: contain;
      background-repeat: no-repeat;
      background: url(../images/home-page-wave.svg) no-repeat; }
    section.hero.hero-background-mode-image.hero-align-left .hero-background-image {
      background-size: cover;
      background-repeat: no-repeat; }
    section.hero.hero-background-mode-image.hero-align-left .hero-content {
      top: 0;
      position: absolute;
      margin-left: 134px;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      max-width: 480px; }
    section.hero.hero-background-mode-image.hero-content-side-right::before {
      display: block;
      content: "";
      background-image: -webkit-gradient(linear, right top, left top, from(#000), color-stop(60%, rgba(255, 255, 255, 0)));
      background-image: -webkit-linear-gradient(right, #000 0%, rgba(255, 255, 255, 0) 60%);
      background-image: linear-gradient(-90deg, #000 0%, rgba(255, 255, 255, 0) 60%);
      width: 100%;
      position: absolute; }
    section.hero.hero-background-mode-image.hero-content-side-right .hero-content {
      position: absolute;
      margin-right: auto;
      margin-left: 60%;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      width: 480px;
      max-width: 30%; }
    section.hero.hero-background-mode-image.hero-content-side-left::before {
      display: block;
      content: "";
      background-image: -webkit-gradient(linear, left top, right top, from(#000), color-stop(60%, rgba(255, 255, 255, 0)));
      background-image: -webkit-linear-gradient(left, #000 0%, rgba(255, 255, 255, 0) 60%);
      background-image: linear-gradient(90deg, #000 0%, rgba(255, 255, 255, 0) 60%);
      width: 100%;
      position: absolute; }
    section.hero.hero-background-mode-image.hero-content-side-left .hero-content {
      position: absolute;
      margin-left: 134px;
      margin-right: auto;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      max-width: 480px; }
    section.hero.hero-background-mode-image .hero-background-image.left {
      background-position-x: left; }
    section.hero.hero-background-mode-image .hero-background-image.center {
      background-position-x: center; }
    section.hero.hero-background-mode-image .hero-background-image.right {
      background-position-x: right; }
    section.hero.hero-background-mode-image .hero-background-image.top {
      background-position-y: top; }
    section.hero.hero-background-mode-image .hero-background-image.middle {
      background-position-y: center; }
    section.hero.hero-background-mode-image .hero-background-image.bottom {
      background-position-y: bottom; }
  section.hero.hero-background-mode-color {
    background-image: -webkit-gradient(linear, left top, right top, from(#898D8D), to(#54585A));
    background-image: -webkit-linear-gradient(left, #898D8D 0%, #54585A 100%);
    background-image: linear-gradient(90deg, #898D8D 0%, #54585A 100%);
    padding-top: 18px; }
    section.hero.hero-background-mode-color::after {
      display: block;
      content: "";
      height: 235px;
      position: absolute;
      z-index: 1;
      width: 100%;
      background-position: 0 101%;
      bottom: 0;
      background-size: contain;
      background-repeat: no-repeat;
      background: url(../images/home-page-wave.svg) no-repeat; }
    section.hero.hero-background-mode-color .hero-content.content-none {
      -ms-grid-columns: auto;
      grid-template-columns: auto;
      position: relative;
      left: auto;
      right: auto;
      top: auto;
      padding-bottom: calc(20px + 20%);
      padding-top: 80px; }
  section.hero.hero-background-color-gray {
    background-image: -webkit-gradient(linear, left top, right top, from(#898D8D), to(#54585A));
    background-image: -webkit-linear-gradient(left, #898D8D 0%, #54585A 100%);
    background-image: linear-gradient(90deg, #898D8D 0%, #54585A 100%);
    padding-top: 18px; }
    section.hero.hero-background-color-gray::after {
      display: block;
      content: "";
      height: 235px;
      position: absolute;
      z-index: 1;
      width: 100%;
      background-position: 0 101%;
      bottom: 0;
      background-size: contain;
      background-repeat: no-repeat;
      background: url(../images/home-page-wave.svg) no-repeat; }
  section.hero.hero-background-color-blue {
    background-image: -webkit-gradient(linear, left top, right top, from(#00A3E0), to(#004C97));
    background-image: -webkit-linear-gradient(left, #00A3E0 0%, #004C97 100%);
    background-image: linear-gradient(90deg, #00A3E0 0%, #004C97 100%);
    padding-top: 18px; }
    section.hero.hero-background-color-blue::after {
      display: block;
      content: "";
      height: 235px;
      position: absolute;
      z-index: 1;
      width: 100%;
      background-position: 0 101%;
      bottom: 0;
      background-size: contain;
      background-repeat: no-repeat;
      background: url(../images/home-page-wave.svg) no-repeat; }
  section.hero .hero-content {
    max-width: 1170px;
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;
    top: 80px;
    position: absolute;
    height: auto;
    z-index: 20; }
    section.hero .hero-content.content-full, section.hero .hero-content.content-right, section.hero .hero-content.content-left, section.hero .hero-content.content- {
      display: -ms-grid;
      display: grid;
      grid-template-columns: 0.80fr 1fr;
      -ms-grid-columns: .8fr 1fr;
      position: relative;
      left: auto;
      right: auto;
      top: auto;
      padding-bottom: calc(20px + 20%);
      padding-top: 80px; }
      section.hero .hero-content.content-full header.hero-header, section.hero .hero-content.content-right header.hero-header, section.hero .hero-content.content-left header.hero-header, section.hero .hero-content.content- header.hero-header {
        -ms-grid-column: 1;
        line-height: 48px;
        padding-right: 30px; }
    section.hero .hero-content.content-none {
      -ms-grid-columns: auto;
      grid-template-columns: auto;
      position: relative;
      left: auto;
      right: auto;
      top: auto;
      padding-bottom: 275px;
      padding-top: 80px; }
    section.hero .hero-content .hero-header {
      font-size: 42px;
      color: #FFFFFF;
      line-height: 60px; }
    section.hero .hero-content .hero-body-area {
      font-size: 24px;
      color: #FFFFFF;
      line-height: 36px;
      -ms-grid-column: 2; }
      section.hero .hero-content .hero-body-area p {
        color: #FFFFFF;
        font-weight: 100;
        font-size: 24px;
        line-height: 36px; }
    section.hero .hero-content .hero-cta.button {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: 30px; }
      section.hero .hero-content .hero-cta.button.default a {
        background: #D8292F; }
      section.hero .hero-content .hero-cta.button.blue a {
        background: #62B1BD; }
      section.hero .hero-content .hero-cta.button a {
        cursor: pointer;
        padding-left: 1.6rem;
        padding-right: 1.6rem;
        height: 60px;
        border-radius: 5px;
        text-align: center;
        color: #fff;
        font-size: 21px;
        background: #D8292F;
        text-transform: uppercase;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        section.hero .hero-content .hero-cta.button a:hover {
          text-decoration: none; }

@media (min-width: 320px) and (max-width: 767px) {
  section.breadcrumbs {
    display: none; } }

section.hero {
  top: 11px;
  /* Mobile landscape to Tablet Portrait */
  /* Tablet landscape*/
  /* Desktop wide and beyond*/ }
  @media (min-width: 320px) and (max-width: 450px) {
    section.hero.hero-background-color-blue, section.hero.hero-content-side-, section.hero.hero-background-mode-color {
      padding: 20px 20px 30px;
      background-image: -webkit-gradient(linear, left top, right top, from(#898D8D), to(#54585A));
      background-image: -webkit-linear-gradient(left, #898D8D 0%, #54585A 100%);
      background-image: linear-gradient(90deg, #898D8D 0%, #54585A 100%); }
      section.hero.hero-background-color-blue .hero-background, section.hero.hero-content-side- .hero-background, section.hero.hero-background-mode-color .hero-background {
        max-height: inherit;
        min-height: inherit; }
      section.hero.hero-background-color-blue:after, section.hero.hero-content-side-:after, section.hero.hero-background-mode-color:after {
        background: none;
        content: none; }
      section.hero.hero-background-color-blue .hero-content, section.hero.hero-content-side- .hero-content, section.hero.hero-background-mode-color .hero-content {
        position: initial;
        display: block;
        margin-left: auto;
        margin-right: auto; }
        section.hero.hero-background-color-blue .hero-content header.hero-header, section.hero.hero-content-side- .hero-content header.hero-header, section.hero.hero-background-mode-color .hero-content header.hero-header {
          position: inherit;
          top: 0;
          text-align: center;
          font-size: 36px;
          text-align: center;
          line-height: 41px;
          padding-right: 0; }
        section.hero.hero-background-color-blue .hero-content .hero-body-area, section.hero.hero-content-side- .hero-content .hero-body-area, section.hero.hero-background-mode-color .hero-content .hero-body-area {
          margin-top: 20px;
          font-size: 21px;
          font-weight: 100;
          text-align: center;
          line-height: 28px; }
    section.hero.hero-background-mode-image.hero-content-side-right:after, section.hero.hero-background-mode-image.hero-content-side-left:after, section.hero.hero-background-mode-image.hero-background-height-normal:after {
      background: none;
      content: none; }
    section.hero.hero-background-mode-image.hero-content-side-right:before, section.hero.hero-background-mode-image.hero-content-side-left:before, section.hero.hero-background-mode-image.hero-background-height-normal:before {
      background: none;
      content: none; }
    section.hero.hero-background-mode-image.hero-content-side-right .hero-background-image, section.hero.hero-background-mode-image.hero-content-side-left .hero-background-image, section.hero.hero-background-mode-image.hero-background-height-normal .hero-background-image {
      min-height: 180px; }
      section.hero.hero-background-mode-image.hero-content-side-right .hero-background-image:before, section.hero.hero-background-mode-image.hero-content-side-left .hero-background-image:before, section.hero.hero-background-mode-image.hero-background-height-normal .hero-background-image:before {
        content: none; }
    section.hero.hero-background-mode-image.hero-content-side-right .hero-content, section.hero.hero-background-mode-image.hero-content-side-left .hero-content, section.hero.hero-background-mode-image.hero-background-height-normal .hero-content {
      position: initial;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      color: #62B1BD;
      width: 100%;
      max-width: 100%; }
      section.hero.hero-background-mode-image.hero-content-side-right .hero-content header.hero-header, section.hero.hero-background-mode-image.hero-content-side-left .hero-content header.hero-header, section.hero.hero-background-mode-image.hero-background-height-normal .hero-content header.hero-header {
        position: inherit;
        top: 0;
        margin-top: 10px;
        font-size: 36px;
        letter-spacing: 0;
        text-align: center;
        padding-right: 0;
        line-height: 41px;
        color: #62B1BD; }
      section.hero.hero-background-mode-image.hero-content-side-right .hero-content .hero-body-area, section.hero.hero-background-mode-image.hero-content-side-left .hero-content .hero-body-area, section.hero.hero-background-mode-image.hero-background-height-normal .hero-content .hero-body-area {
        font-weight: 100;
        font-size: 21px;
        color: #54585A;
        letter-spacing: -0.1px;
        text-align: center;
        line-height: 28px;
        margin-top: 20px;
        padding: 0 20px; }
        section.hero.hero-background-mode-image.hero-content-side-right .hero-content .hero-body-area:after, section.hero.hero-background-mode-image.hero-content-side-left .hero-content .hero-body-area:after, section.hero.hero-background-mode-image.hero-background-height-normal .hero-content .hero-body-area:after {
          content: '';
          display: block;
          width: 233px;
          margin: 30px auto;
          border-bottom: solid 5px #EAAA00; }
        section.hero.hero-background-mode-image.hero-content-side-right .hero-content .hero-body-area p, section.hero.hero-background-mode-image.hero-content-side-left .hero-content .hero-body-area p, section.hero.hero-background-mode-image.hero-background-height-normal .hero-content .hero-body-area p {
          font-size: 21px;
          color: #54585A; } }
  @media (min-width: 451px) and (max-width: 768px) {
    section.hero.hero-background-color-blue .hero-content, section.hero.hero-content-side- .hero-content, section.hero.hero-background-mode-color .hero-content {
      padding: 0 15px;
      -ms-grid-columns: 1.5fr 1fr;
      grid-template-columns: 1.5fr 1fr; }
      section.hero.hero-background-color-blue .hero-content::after, section.hero.hero-content-side- .hero-content::after, section.hero.hero-background-mode-color .hero-content::after {
        background-position: 0 101%;
        background-size: contain; }
    section.hero.hero-background-color-blue:after, section.hero.hero-content-side-:after, section.hero.hero-background-mode-color:after {
      height: 115px;
      background-position: 0 101%;
      background-size: contain; }
    section.hero.hero-background-mode-image.hero-content-side-right .hero-content {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: auto;
      grid-template-columns: auto;
      margin-left: auto;
      margin-right: auto;
      max-width: 60%; }
      section.hero.hero-background-mode-image.hero-content-side-right .hero-content header.hero-header {
        line-height: 48px;
        padding-left: 0px;
        text-align: center; }
      section.hero.hero-background-mode-image.hero-content-side-right .hero-content .hero-body-area {
        padding-left: 15px; }
    section.hero.hero-background-mode-image.hero-content-side-right .hero-background-image {
      background-position: left; }
    section.hero.hero-background-mode-image.hero-content-side-right:after {
      background-position: left bottom;
      background-size: contain;
      height: 115px; }
    section.hero.hero-background-mode-image.hero-content-side-left .hero-content {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: auto;
      grid-template-columns: auto;
      margin-left: auto;
      margin-right: auto;
      max-width: 60%; }
      section.hero.hero-background-mode-image.hero-content-side-left .hero-content header.hero-header {
        line-height: 48px;
        padding-left: 0px;
        text-align: center; }
      section.hero.hero-background-mode-image.hero-content-side-left .hero-content .hero-body-area {
        padding-left: 15px; }
    section.hero.hero-background-mode-image.hero-content-side-left .hero-background-image {
      background-position: right; }
    section.hero.hero-background-mode-image.hero-content-side-left:after {
      background-position: 0 101%;
      background-size: contain;
      height: 115px; } }
  @media (min-width: 769px) and (max-width: 1024px) {
    section.hero.hero-background-color-blue .hero-content, section.hero.hero-content-side- .hero-content, section.hero.hero-background-mode-color .hero-content {
      padding: 0 15px; }
    section.hero.hero-background-color-blue:after, section.hero.hero-content-side-:after, section.hero.hero-background-mode-color:after {
      background-position: 0 101%;
      background-size: contain; }
    section.hero.hero-background-mode-image.hero-content-side-right .hero-content {
      margin-right: 15px;
      margin-left: auto; }
    section.hero.hero-background-mode-image.hero-content-side-right:after {
      background-position: 0 101%;
      background-size: contain; }
    section.hero.hero-background-mode-image.hero-content-side-left .hero-content {
      margin-right: auto;
      margin-left: 15px; }
    section.hero.hero-background-mode-image.hero-content-side-left:after {
      background-position: 0 101%;
      background-size: contain; } }

body.blog .tout-content, body.single .tout-content, body.archive .tout-content, body.date .tout-content {
  -ms-flex-item-align: baseline;
  align-self: baseline; }

body.blog.admin-bar header.header-3, body.single.admin-bar header.header-3, body.archive.admin-bar header.header-3, body.date.admin-bar header.header-3 {
  top: 32px; }

body.blog header.header-3, body.single header.header-3, body.archive header.header-3, body.date header.header-3 {
  top: 0; }

body.blog h2.related-header, body.single h2.related-header, body.archive h2.related-header, body.date h2.related-header {
  text-align: center; }

body.blog section.hero-background-mode-color .hero-content .category-date-container, body.single section.hero-background-mode-color .hero-content .category-date-container, body.archive section.hero-background-mode-color .hero-content .category-date-container, body.date section.hero-background-mode-color .hero-content .category-date-container {
  color: #862633;
  text-transform: uppercase; }

body.blog section.hero-background-color-default.hero-background-mode-image .hero-content .category-date-container, body.single section.hero-background-color-default.hero-background-mode-image .hero-content .category-date-container, body.archive section.hero-background-color-default.hero-background-mode-image .hero-content .category-date-container, body.date section.hero-background-color-default.hero-background-mode-image .hero-content .category-date-container {
  color: #fff;
  text-transform: uppercase; }

body.blog section.content .container, body.single section.content .container, body.archive section.content .container, body.date section.content .container {
  width: auto;
  padding-left: 5vw; }
  body.blog section.content .container h1:first-of-type, body.single section.content .container h1:first-of-type, body.archive section.content .container h1:first-of-type, body.date section.content .container h1:first-of-type {
    margin-top: 0; }

body.blog section.blog-meta-info, body.single section.blog-meta-info, body.archive section.blog-meta-info, body.date section.blog-meta-info {
  margin-top: 50px; }
  body.blog section.blog-meta-info .container, body.single section.blog-meta-info .container, body.archive section.blog-meta-info .container, body.date section.blog-meta-info .container {
    width: auto; }
    body.blog section.blog-meta-info .container .inner .events-container-info .event-date-container, body.single section.blog-meta-info .container .inner .events-container-info .event-date-container, body.archive section.blog-meta-info .container .inner .events-container-info .event-date-container, body.date section.blog-meta-info .container .inner .events-container-info .event-date-container {
      text-align: center; }
      body.blog section.blog-meta-info .container .inner .events-container-info .event-date-container > span, body.single section.blog-meta-info .container .inner .events-container-info .event-date-container > span, body.archive section.blog-meta-info .container .inner .events-container-info .event-date-container > span, body.date section.blog-meta-info .container .inner .events-container-info .event-date-container > span {
        display: block;
        line-height: 2rem; }
        body.blog section.blog-meta-info .container .inner .events-container-info .event-date-container > span.event-day, body.single section.blog-meta-info .container .inner .events-container-info .event-date-container > span.event-day, body.archive section.blog-meta-info .container .inner .events-container-info .event-date-container > span.event-day, body.date section.blog-meta-info .container .inner .events-container-info .event-date-container > span.event-day {
          font-size: 52px;
          font-weight: bold; }
        body.blog section.blog-meta-info .container .inner .events-container-info .event-date-container > span.event-month, body.single section.blog-meta-info .container .inner .events-container-info .event-date-container > span.event-month, body.archive section.blog-meta-info .container .inner .events-container-info .event-date-container > span.event-month, body.date section.blog-meta-info .container .inner .events-container-info .event-date-container > span.event-month {
          font-size: 32px;
          font-weight: bold; }
    body.blog section.blog-meta-info .container .inner .events-container-info .event-location-container, body.single section.blog-meta-info .container .inner .events-container-info .event-location-container, body.archive section.blog-meta-info .container .inner .events-container-info .event-location-container, body.date section.blog-meta-info .container .inner .events-container-info .event-location-container {
      font-size: 22px;
      line-height: 1.2rem; }
      body.blog section.blog-meta-info .container .inner .events-container-info .event-location-container > span, body.single section.blog-meta-info .container .inner .events-container-info .event-location-container > span, body.archive section.blog-meta-info .container .inner .events-container-info .event-location-container > span, body.date section.blog-meta-info .container .inner .events-container-info .event-location-container > span {
        display: block; }
        body.blog section.blog-meta-info .container .inner .events-container-info .event-location-container > span.time-meta, body.single section.blog-meta-info .container .inner .events-container-info .event-location-container > span.time-meta, body.archive section.blog-meta-info .container .inner .events-container-info .event-location-container > span.time-meta, body.date section.blog-meta-info .container .inner .events-container-info .event-location-container > span.time-meta {
          font-size: 18px; }
    body.blog section.blog-meta-info .container .inner .author-info, body.single section.blog-meta-info .container .inner .author-info, body.archive section.blog-meta-info .container .inner .author-info, body.date section.blog-meta-info .container .inner .author-info {
      margin-top: 50px; }
      body.blog section.blog-meta-info .container .inner .author-info .author-avatar, body.single section.blog-meta-info .container .inner .author-info .author-avatar, body.archive section.blog-meta-info .container .inner .author-info .author-avatar, body.date section.blog-meta-info .container .inner .author-info .author-avatar {
        border-radius: 50%; }
        body.blog section.blog-meta-info .container .inner .author-info .author-avatar img, body.single section.blog-meta-info .container .inner .author-info .author-avatar img, body.archive section.blog-meta-info .container .inner .author-info .author-avatar img, body.date section.blog-meta-info .container .inner .author-info .author-avatar img {
          width: 150px; }

@media (max-width: 767px) {
  .blog .blog-pagination .row, .single .blog-pagination .row, .archive .blog-pagination .row {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .blog section, .single section, .archive section {
    margin-top: 0px; }
    .blog section.mixed, .single section.mixed, .archive section.mixed {
      margin-top: 2.778rem; }
      .blog section.mixed .container, .single section.mixed .container, .archive section.mixed .container {
        padding: 0 0; }
        .blog section.mixed .container .container-fluid .row .mixed-column.column-content, .single section.mixed .container .container-fluid .row .mixed-column.column-content, .archive section.mixed .container .container-fluid .row .mixed-column.column-content {
          padding-left: 15px;
          padding-right: 15px; }
        .blog section.mixed .container .container-fluid .row .mixed-column .newsfeed .container-newsfeed .newsfeed .newsfeed-item, .single section.mixed .container .container-fluid .row .mixed-column .newsfeed .container-newsfeed .newsfeed .newsfeed-item, .archive section.mixed .container .container-fluid .row .mixed-column .newsfeed .container-newsfeed .newsfeed .newsfeed-item {
          padding-left: 0;
          padding-bottom: 9px; }
          .blog section.mixed .container .container-fluid .row .mixed-column .newsfeed .container-newsfeed .newsfeed .newsfeed-item .container-fluid .row .newsfeed-information, .single section.mixed .container .container-fluid .row .mixed-column .newsfeed .container-newsfeed .newsfeed .newsfeed-item .container-fluid .row .newsfeed-information, .archive section.mixed .container .container-fluid .row .mixed-column .newsfeed .container-newsfeed .newsfeed .newsfeed-item .container-fluid .row .newsfeed-information {
            max-width: 100%;
            width: 100%;
            padding: 20px;
            margin-left: 0; }
          .blog section.mixed .container .container-fluid .row .mixed-column .newsfeed .container-newsfeed .newsfeed .newsfeed-item .news-items-left, .single section.mixed .container .container-fluid .row .mixed-column .newsfeed .container-newsfeed .newsfeed .newsfeed-item .news-items-left, .archive section.mixed .container .container-fluid .row .mixed-column .newsfeed .container-newsfeed .newsfeed .newsfeed-item .news-items-left {
            width: auto;
            max-width: none;
            margin: auto;
            float: none; }
            .blog section.mixed .container .container-fluid .row .mixed-column .newsfeed .container-newsfeed .newsfeed .newsfeed-item .news-items-left img, .single section.mixed .container .container-fluid .row .mixed-column .newsfeed .container-newsfeed .newsfeed .newsfeed-item .news-items-left img, .archive section.mixed .container .container-fluid .row .mixed-column .newsfeed .container-newsfeed .newsfeed .newsfeed-item .news-items-left img {
              border: none;
              margin: auto; }
          .blog section.mixed .container .container-fluid .row .mixed-column .newsfeed .container-newsfeed .newsfeed .newsfeed-item:last-child, .single section.mixed .container .container-fluid .row .mixed-column .newsfeed .container-newsfeed .newsfeed .newsfeed-item:last-child, .archive section.mixed .container .container-fluid .row .mixed-column .newsfeed .container-newsfeed .newsfeed .newsfeed-item:last-child {
            margin-bottom: 27px; }
          .blog section.mixed .container .container-fluid .row .mixed-column .newsfeed .container-newsfeed .newsfeed .newsfeed-item .newsfeed-information .news-items-heading h3, .single section.mixed .container .container-fluid .row .mixed-column .newsfeed .container-newsfeed .newsfeed .newsfeed-item .newsfeed-information .news-items-heading h3, .archive section.mixed .container .container-fluid .row .mixed-column .newsfeed .container-newsfeed .newsfeed .newsfeed-item .newsfeed-information .news-items-heading h3 {
            font-size: 34px;
            margin-top: 0px;
            font-weight: bold;
            line-height: 25px; }
          .blog section.mixed .container .container-fluid .row .mixed-column .newsfeed .container-newsfeed .newsfeed .newsfeed-item .newsfeed-information .news-author h4, .single section.mixed .container .container-fluid .row .mixed-column .newsfeed .container-newsfeed .newsfeed .newsfeed-item .newsfeed-information .news-author h4, .archive section.mixed .container .container-fluid .row .mixed-column .newsfeed .container-newsfeed .newsfeed .newsfeed-item .newsfeed-information .news-author h4 {
            font-size: 18px;
            font-weight: normal;
            color: #862633; }
          .blog section.mixed .container .container-fluid .row .mixed-column .newsfeed .container-newsfeed .newsfeed .newsfeed-item .newsfeed-information .description, .single section.mixed .container .container-fluid .row .mixed-column .newsfeed .container-newsfeed .newsfeed .newsfeed-item .newsfeed-information .description, .archive section.mixed .container .container-fluid .row .mixed-column .newsfeed .container-newsfeed .newsfeed .newsfeed-item .newsfeed-information .description {
            font-size: 15px;
            color: #3A3232;
            letter-spacing: 0px;
            line-height: 28px; }
            .blog section.mixed .container .container-fluid .row .mixed-column .newsfeed .container-newsfeed .newsfeed .newsfeed-item .newsfeed-information .description p, .single section.mixed .container .container-fluid .row .mixed-column .newsfeed .container-newsfeed .newsfeed .newsfeed-item .newsfeed-information .description p, .archive section.mixed .container .container-fluid .row .mixed-column .newsfeed .container-newsfeed .newsfeed .newsfeed-item .newsfeed-information .description p {
              font-size: 15px; }
            .blog section.mixed .container .container-fluid .row .mixed-column .newsfeed .container-newsfeed .newsfeed .newsfeed-item .newsfeed-information .description a.secondary-text-cta, .single section.mixed .container .container-fluid .row .mixed-column .newsfeed .container-newsfeed .newsfeed .newsfeed-item .newsfeed-information .description a.secondary-text-cta, .archive section.mixed .container .container-fluid .row .mixed-column .newsfeed .container-newsfeed .newsfeed .newsfeed-item .newsfeed-information .description a.secondary-text-cta {
              font-size: 17px; }
          .blog section.mixed .container .container-fluid .row .mixed-column .newsfeed .container-newsfeed .newsfeed .newsfeed-item .newsfeed-information a.secondary-text-cta, .single section.mixed .container .container-fluid .row .mixed-column .newsfeed .container-newsfeed .newsfeed .newsfeed-item .newsfeed-information a.secondary-text-cta, .archive section.mixed .container .container-fluid .row .mixed-column .newsfeed .container-newsfeed .newsfeed .newsfeed-item .newsfeed-information a.secondary-text-cta {
            font-size: 17px; } }

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {
  .blog section.mixed .container .container-fluid .row .mixed-column .newsfeed .container-newsfeed .newsfeed .newsfeed-item .container-fluid .row .newsfeed-information {
    max-width: 350px;
    font-size: 15px;
    margin-left: 30px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .blog section.mixed .container .container-fluid .row .mixed-column {
    width: 100%; } }

/* Large desktop */
section.breadcrumbs {
  background: none;
  max-width: 1600px;
  margin: auto;
  position: relative;
  top: 39px;
  z-index: 1; }
  section.breadcrumbs .container {
    padding: 0 5vw;
    margin: 0 auto; }
    section.breadcrumbs .container .inner p {
      font-size: 18px;
      line-height: 18px;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
      max-width: 1170px;
      padding: 0; }
      section.breadcrumbs .container .inner p span {
        color: #fff; }
    section.breadcrumbs .container .inner span a {
      color: #fff;
      margin-right: 4px; }
      section.breadcrumbs .container .inner span a.breadcrumb-mobile-back-home {
        display: none; }
      section.breadcrumbs .container .inner span a:after {
        content: '';
        display: inline-block;
        height: 8px;
        width: 8px;
        margin-top: -3px;
        margin-left: 2px;
        border-color: #fff;
        border-style: solid;
        border-width: 0;
        border-top-width: 1px;
        border-right-width: 1px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        vertical-align: middle; }
      section.breadcrumbs .container .inner span a:after {
        margin-left: 4px;
        margin-top: -1px;
        width: 6.4px;
        height: 6.4px;
        -webkit-box-shadow: 2px -1px 1px rgba(0, 0, 0, 0.2);
        box-shadow: 2px -1px 1px rgba(0, 0, 0, 0.2); }
    section.breadcrumbs .container .inner span.breadcrumb_last {
      text-decoration: none; }
    section.breadcrumbs .container.over-dark .inner p#breadcrumbs > span, section.breadcrumbs .container.over-dark .inner p#breadcrumbs .breadcrumb-mobile-back-home {
      opacity: .76; }
    section.breadcrumbs .container.over-dark .inner p#breadcrumbs span, section.breadcrumbs .container.over-dark .inner p#breadcrumbs .breadcrumb-mobile-back-home {
      color: white; }
      section.breadcrumbs .container.over-dark .inner p#breadcrumbs span a, section.breadcrumbs .container.over-dark .inner p#breadcrumbs .breadcrumb-mobile-back-home a {
        color: white; }
        section.breadcrumbs .container.over-dark .inner p#breadcrumbs span a:after, section.breadcrumbs .container.over-dark .inner p#breadcrumbs .breadcrumb-mobile-back-home a:after {
          border-color: #fff; }

section.breadcrumbs {
  /* Mobile landscape to Tablet Portrait */
  /* Tablet landscape*/
  /* Desktop wide and beyond*/ }
  @media (min-width: 320px) and (max-width: 450px) {
    section.breadcrumbs {
      display: none; } }
  @media (min-width: 451px) and (max-width: 768px) {
    section.breadcrumbs .container {
      padding: 0 15px; } }
  @media (min-width: 769px) and (max-width: 1024px) {
    section.breadcrumbs .container {
      padding: 0 15px; } }

body.page section.content > .container > .inner section.block.donation-widget {
  padding: 6vh 0px 8vh;
  max-width: 960px;
  margin: 0 auto; }
  body.page section.content > .container > .inner section.block.donation-widget header {
    margin-bottom: 23px; }
    body.page section.content > .container > .inner section.block.donation-widget header.hdr-row {
      font-size: 45px;
      color: #393939;
      letter-spacing: 0;
      text-align: center;
      line-height: 56px;
      font-weight: bold; }
  body.page section.content > .container > .inner section.block.donation-widget .donation-widget-body {
    font-size: 22px;
    font-weight: normal;
    color: #393939;
    letter-spacing: 0;
    text-align: center;
    line-height: 28px;
    margin-top: 23px;
    max-width: 684px; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      body.page section.content > .container > .inner section.block.donation-widget .donation-widget-body {
        max-width: 100%;
        margin: 23px 138px auto; } }
  body.page section.content > .container > .inner section.block.donation-widget .donation-item-row {
    grid-column-gap: 7px;
    grid-template-columns: repeat(auto-fill, minmax(124px, 124px)) 200px 223px;
    -ms-grid-columns: 120px 20px 120px 20px 120px 20px 120px 20px 200px 20px 223px; }
    body.page section.content > .container > .inner section.block.donation-widget .donation-item-row .donation-widget-ask-amount a, body.page section.content > .container > .inner section.block.donation-widget .donation-item-row .donation-widget-amount-other a {
      height: 70px;
      max-width: 124px;
      border: 2px solid #862633; }
    body.page section.content > .container > .inner section.block.donation-widget .donation-item-row .donation-widget-amount-other a {
      width: auto;
      max-width: 200px;
      width: 200px; }
      body.page section.content > .container > .inner section.block.donation-widget .donation-item-row .donation-widget-amount-other a.action-amt input::-webkit-input-placeholder {
        color: #999;
        font-weight: normal; }
      body.page section.content > .container > .inner section.block.donation-widget .donation-item-row .donation-widget-amount-other a.action-amt input::-moz-placeholder {
        color: #999;
        font-weight: normal; }
      body.page section.content > .container > .inner section.block.donation-widget .donation-item-row .donation-widget-amount-other a.action-amt input:-ms-input-placeholder {
        color: #999;
        font-weight: normal; }
      body.page section.content > .container > .inner section.block.donation-widget .donation-item-row .donation-widget-amount-other a.action-amt input::-ms-input-placeholder {
        color: #999;
        font-weight: normal; }
      body.page section.content > .container > .inner section.block.donation-widget .donation-item-row .donation-widget-amount-other a.action-amt input::placeholder {
        color: #999;
        font-weight: normal; }
      body.page section.content > .container > .inner section.block.donation-widget .donation-item-row .donation-widget-amount-other a.on-atm {
        background: none;
        color: #862633; }
      body.page section.content > .container > .inner section.block.donation-widget .donation-item-row .donation-widget-amount-other a:hover {
        background: none;
        color: #862633; }
      body.page section.content > .container > .inner section.block.donation-widget .donation-item-row .donation-widget-amount-other a input {
        width: 78%;
        border-bottom: solid 1px #862633; }
        body.page section.content > .container > .inner section.block.donation-widget .donation-item-row .donation-widget-amount-other a input.open {
          color: #393939; }
          body.page section.content > .container > .inner section.block.donation-widget .donation-item-row .donation-widget-amount-other a input.open input::-webkit-input-placeholder {
            color: #393939; }
          body.page section.content > .container > .inner section.block.donation-widget .donation-item-row .donation-widget-amount-other a input.open input::-moz-placeholder {
            color: #393939; }
          body.page section.content > .container > .inner section.block.donation-widget .donation-item-row .donation-widget-amount-other a input.open input:-ms-input-placeholder {
            color: #393939; }
          body.page section.content > .container > .inner section.block.donation-widget .donation-item-row .donation-widget-amount-other a input.open input::-ms-input-placeholder {
            color: #393939; }
          body.page section.content > .container > .inner section.block.donation-widget .donation-item-row .donation-widget-amount-other a input.open input::placeholder {
            color: #393939; }
    body.page section.content > .container > .inner section.block.donation-widget .donation-item-row a.donate-btn-widget {
      height: 70px;
      width: 100%;
      font-size: 22px;
      color: #FFFFFF;
      text-align: center;
      font-weight: normal; }
      body.page section.content > .container > .inner section.block.donation-widget .donation-item-row a.donate-btn-widget:after {
        content: url(../images/navbar_donate_caret.svg);
        height: auto;
        width: 4px;
        background-color: transparent;
        color: white;
        display: block;
        margin-left: 0.5em;
        line-height: 1em; }

body.page section.content > .container > .inner {
  /* Large desktop */ }
  @media (max-width: 450px) {
    body.page section.content > .container > .inner section.block.donation-widget .donation-item-row {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%;
      grid-row-gap: 6px; }
      body.page section.content > .container > .inner section.block.donation-widget .donation-item-row .donation-widget-ask-amount a, body.page section.content > .container > .inner section.block.donation-widget .donation-item-row .donation-widget-amount-other a {
        width: 100%;
        max-width: 100%;
        height: 60px;
        font-size: 23px; } }
  @media (min-width: 451px) and (max-width: 768px) {
    body.page section.content > .container > .inner section.block.donation-widget .donation-item-row .donation-widget-amount-other a {
      max-width: 223px;
      width: 223px; } }
  @media (min-width: 769px) and (max-width: 1024px) {
    body.page section.content > .container > .inner section.block.donation-widget .donation-item-row {
      -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: repeat(3, minmax(107px, 1fr));
      max-width: inherit; }
      body.page section.content > .container > .inner section.block.donation-widget .donation-item-row .donation-widget-amount-other a {
        max-width: 223px;
        width: 223px; } }

.bg-fade-to-white-up {
  position: relative; }
  .bg-fade-to-white-up:after {
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, white), to(rgba(255, 255, 255, 0.5)));
    background-image: -webkit-linear-gradient(top, white 10%, rgba(255, 255, 255, 0.5) 100%);
    background-image: linear-gradient(to bottom, white 10%, rgba(255, 255, 255, 0.5) 100%);
    background-size: 100% 100%;
    background-position: top center;
    background-repeat: repeat-x; }

.bg-fade-to-white-down {
  position: relative; }
  .bg-fade-to-white-down:after {
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, white), color-stop(85%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(bottom, white 10%, rgba(255, 255, 255, 0) 85%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to top, white 10%, rgba(255, 255, 255, 0) 85%, rgba(255, 255, 255, 0) 100%);
    background-size: 100% 100%;
    background-position: top center;
    background-repeat: repeat-x; }

body.page, body.single {
  /*TB Margins*/ }
  body.page section.hero-block + .content > .container > .inner > *:first-child:not(.wp-block-kadence-rowlayout),
  body.page section.hero-block + .post-content-container > .post-content > .content > .container > .inner > *:first-child:not(.wp-block-kadence-rowlayout), body.single section.hero-block + .content > .container > .inner > *:first-child:not(.wp-block-kadence-rowlayout),
  body.single section.hero-block + .post-content-container > .post-content > .content > .container > .inner > *:first-child:not(.wp-block-kadence-rowlayout) {
    margin-top: 3vh; }
  body.page section.hero-block + .content > .container > .inner > .wp-block-kadence-rowlayout:first-child > .kt-row-layout-inner:not(.kt-row-has-bg),
  body.page section.hero-block + .post-content-container > .post-content > .content > .container > .inner > .wp-block-kadence-rowlayout:first-child > .kt-row-layout-inner:not(.kt-row-has-bg), body.single section.hero-block + .content > .container > .inner > .wp-block-kadence-rowlayout:first-child > .kt-row-layout-inner:not(.kt-row-has-bg),
  body.single section.hero-block + .post-content-container > .post-content > .content > .container > .inner > .wp-block-kadence-rowlayout:first-child > .kt-row-layout-inner:not(.kt-row-has-bg) {
    margin-top: 3vh; }
  body.page section.hero-block:not(.hero-background-mode-textonly) + .content > .container > .inner > *:first-child:not(.wp-block-kadence-rowlayout),
  body.page section.hero-block:not(.hero-background-mode-textonly) + .post-content-container > .post-content > .content > .container > .inner > *:first-child:not(.wp-block-kadence-rowlayout), body.single section.hero-block:not(.hero-background-mode-textonly) + .content > .container > .inner > *:first-child:not(.wp-block-kadence-rowlayout),
  body.single section.hero-block:not(.hero-background-mode-textonly) + .post-content-container > .post-content > .content > .container > .inner > *:first-child:not(.wp-block-kadence-rowlayout) {
    margin-top: 8vh; }
  body.page section.hero-block:not(.hero-background-mode-textonly) + .content > .container > .inner > .wp-block-kadence-rowlayout:first-child > .kt-row-layout-inner:not(.kt-row-has-bg),
  body.page section.hero-block:not(.hero-background-mode-textonly) + .post-content-container > .post-content > .content > .container > .inner > .wp-block-kadence-rowlayout:first-child > .kt-row-layout-inner:not(.kt-row-has-bg), body.single section.hero-block:not(.hero-background-mode-textonly) + .content > .container > .inner > .wp-block-kadence-rowlayout:first-child > .kt-row-layout-inner:not(.kt-row-has-bg),
  body.single section.hero-block:not(.hero-background-mode-textonly) + .post-content-container > .post-content > .content > .container > .inner > .wp-block-kadence-rowlayout:first-child > .kt-row-layout-inner:not(.kt-row-has-bg) {
    margin-top: 8vh; }
  body.page section.content, body.single section.content {
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 0; }
    body.page section.content section.slider, body.single section.content section.slider {
      overflow: inherit; }
    body.page section.content > .container, body.single section.content > .container {
      width: 100%;
      padding-left: 5vw;
      padding-right: 5vw;
      /*@media (min-width: $tablet-portrait-max) {
                        padding-left: 15px;
                        padding-right: 15px;
                    }*/ }
      body.page section.content > .container > .inner > *:last-child:not(.wp-block-kadence-rowlayout),
      body.page section.content > .container > .inner > .wp-block-kadence-rowlayout:last-child > .kt-row-layout-inner:not(.kt-row-has-bg), body.single section.content > .container > .inner > *:last-child:not(.wp-block-kadence-rowlayout),
      body.single section.content > .container > .inner > .wp-block-kadence-rowlayout:last-child > .kt-row-layout-inner:not(.kt-row-has-bg) {
        margin-bottom: 8vh; }
      body.page section.content > .container > .inner > .alignwide, body.page section.content > .container > .inner > .align-wide, body.single section.content > .container > .inner > .alignwide, body.single section.content > .container > .inner > .align-wide {
        max-width: 1170px;
        margin-left: auto;
        margin-right: auto; }
      body.page section.content > .container > .inner > .alignfull, body.page section.content > .container > .inner > .align-full, body.single section.content > .container > .inner > .alignfull, body.single section.content > .container > .inner > .align-full {
        max-width: none;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        width: 100vw;
        margin-left: -5vw; }
        body.page section.content > .container > .inner > .alignfull > div > .kt-row-column-wrap, body.page section.content > .container > .inner > .align-full > div > .kt-row-column-wrap, body.single section.content > .container > .inner > .alignfull > div > .kt-row-column-wrap, body.single section.content > .container > .inner > .align-full > div > .kt-row-column-wrap {
          padding-left: 5vw;
          padding-right: 5vw; }
      body.page section.content > .container > .inner > .alignnone, body.page section.content > .container > .inner > *, body.single section.content > .container > .inner > .alignnone, body.single section.content > .container > .inner > * {
        max-width: 920px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        -webkit-box-flex: 1;
        flex: 1 1 auto;
        -ms-flex: 0 0 auto; }
        body.page section.content > .container > .inner > .alignnone.alignnone img, body.page section.content > .container > .inner > *.alignnone img, body.single section.content > .container > .inner > .alignnone.alignnone img, body.single section.content > .container > .inner > *.alignnone img {
          height: auto; }
      body.page section.content > .container > .inner > p, body.page section.content > .container > .inner > ul, body.page section.content > .container > .inner > span, body.page section.content > .container > .inner > h1, body.page section.content > .container > .inner > h2, body.page section.content > .container > .inner > h3, body.page section.content > .container > .inner > h4, body.page section.content > .container > .inner > h5, body.page section.content > .container > .inner > h6, body.single section.content > .container > .inner > p, body.single section.content > .container > .inner > ul, body.single section.content > .container > .inner > span, body.single section.content > .container > .inner > h1, body.single section.content > .container > .inner > h2, body.single section.content > .container > .inner > h3, body.single section.content > .container > .inner > h4, body.single section.content > .container > .inner > h5, body.single section.content > .container > .inner > h6 {
        width: 100%; }
      body.page section.content > .container > .inner > .addthis_tool, body.single section.content > .container > .inner > .addthis_tool {
        -ms-flex-preferred-size: 0;
        flex-basis: 0; }
      body.page section.content > .container > .inner > figure.wp-block-image.alignfull, body.single section.content > .container > .inner > figure.wp-block-image.alignfull {
        margin-bottom: 8vh; }
      body.page section.content > .container > .inner > figure.wp-block-image.alignwide, body.single section.content > .container > .inner > figure.wp-block-image.alignwide {
        margin-bottom: 6.5vh; }
    body.page section.content .wp-block-kadence-rowlayout .alignwide, body.single section.content .wp-block-kadence-rowlayout .alignwide {
      max-width: 1170px;
      margin-left: auto;
      margin-right: auto; }
    body.page section.content .wp-block-kadence-rowlayout .aligncenter:not(.wp-block-kadence-spacer), body.single section.content .wp-block-kadence-rowlayout .aligncenter:not(.wp-block-kadence-spacer) {
      max-width: 920px;
      margin-left: auto;
      margin-right: auto; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      body.page section.content .wp-block-kadence-rowlayout.has-column-bg > .kt-row-layout-inner > .kt-row-column-wrap > .wp-block-kadence-column, body.single section.content .wp-block-kadence-rowlayout.has-column-bg > .kt-row-layout-inner > .kt-row-column-wrap > .wp-block-kadence-column {
        height: 300px; } }
    body.page section.content .gform_wrapper, body.single section.content .gform_wrapper {
      padding: 0;
      margin: 20px 0 0; }
      body.page section.content .gform_wrapper form .gform_body, body.single section.content .gform_wrapper form .gform_body {
        width: 100%; }
        body.page section.content .gform_wrapper form .gform_body .gfield_description, body.single section.content .gform_wrapper form .gform_body .gfield_description {
          font-size: 16px;
          line-height: 18px;
          margin-bottom: 3px; }
        body.page section.content .gform_wrapper form .gform_body #gform_fields_1 .gfield:first-of-type label, body.page section.content .gform_wrapper form .gform_body #gform_fields_1 .gfield:first-of-type .gfield_description, body.single section.content .gform_wrapper form .gform_body #gform_fields_1 .gfield:first-of-type label, body.single section.content .gform_wrapper form .gform_body #gform_fields_1 .gfield:first-of-type .gfield_description {
          margin-top: 0;
          padding-top: 0; }
        body.page section.content .gform_wrapper form .gform_body #gform_fields_1 label, body.page section.content .gform_wrapper form .gform_body #gform_fields_1 .gfield_description, body.single section.content .gform_wrapper form .gform_body #gform_fields_1 label, body.single section.content .gform_wrapper form .gform_body #gform_fields_1 .gfield_description {
          margin-left: 2px;
          color: #393939; }
        body.page section.content .gform_wrapper form .gform_body #gform_fields_1 select, body.page section.content .gform_wrapper form .gform_body #gform_fields_1 input, body.page section.content .gform_wrapper form .gform_body #gform_fields_1 textarea, body.single section.content .gform_wrapper form .gform_body #gform_fields_1 select, body.single section.content .gform_wrapper form .gform_body #gform_fields_1 input, body.single section.content .gform_wrapper form .gform_body #gform_fields_1 textarea {
          font-size: 18px;
          line-height: 18px;
          width: 100%; }
        body.page section.content .gform_wrapper form .gform_body .gfield label, body.single section.content .gform_wrapper form .gform_body .gfield label {
          font-size: 16px;
          line-height: 18px;
          margin: 0 0 2px;
          letter-spacing: normal; }
          body.page section.content .gform_wrapper form .gform_body .gfield label:last-child, body.single section.content .gform_wrapper form .gform_body .gfield label:last-child {
            font-size: 14px;
            margin-left: 1em; }
        body.page section.content .gform_wrapper form .gform_body .gfield input, body.page section.content .gform_wrapper form .gform_body .gfield select, body.page section.content .gform_wrapper form .gform_body .gfield textarea, body.single section.content .gform_wrapper form .gform_body .gfield input, body.single section.content .gform_wrapper form .gform_body .gfield select, body.single section.content .gform_wrapper form .gform_body .gfield textarea {
          margin-top: 0;
          margin-bottom: 0;
          border-radius: 4px;
          border: 1px solid #bdbdbd;
          color: #393939;
          padding: 11px 12px 10px; }
        body.page section.content .gform_wrapper form .gform_body .gfield .gfield_select, body.single section.content .gform_wrapper form .gform_body .gfield .gfield_select {
          margin-bottom: 13px; }
        body.page section.content .gform_wrapper form .gform_body .gfield .ginput_complex, body.single section.content .gform_wrapper form .gform_body .gfield .ginput_complex {
          display: block; }
        body.page section.content .gform_wrapper form .gform_body .gfield .gfield_checkbox, body.single section.content .gform_wrapper form .gform_body .gfield .gfield_checkbox {
          margin-top: 7px; }
          body.page section.content .gform_wrapper form .gform_body .gfield .gfield_checkbox li:first-of-type, body.single section.content .gform_wrapper form .gform_body .gfield .gfield_checkbox li:first-of-type {
            margin-top: 14px; }
          body.page section.content .gform_wrapper form .gform_body .gfield .gfield_checkbox input[type=checkbox], body.single section.content .gform_wrapper form .gform_body .gfield .gfield_checkbox input[type=checkbox] {
            line-height: 21px;
            min-height: 1px;
            margin-left: 0;
            margin-right: 8px;
            height: 20px;
            width: auto;
            -webkit-appearance: none;
            position: relative;
            padding: 0 10px 0 8px; }
            body.page section.content .gform_wrapper form .gform_body .gfield .gfield_checkbox input[type=checkbox]:active, body.page section.content .gform_wrapper form .gform_body .gfield .gfield_checkbox input[type=checkbox]:checked:active, body.single section.content .gform_wrapper form .gform_body .gfield .gfield_checkbox input[type=checkbox]:active, body.single section.content .gform_wrapper form .gform_body .gfield .gfield_checkbox input[type=checkbox]:checked:active {
              background: #dedede; }
            body.page section.content .gform_wrapper form .gform_body .gfield .gfield_checkbox input[type=checkbox]:checked, body.single section.content .gform_wrapper form .gform_body .gfield .gfield_checkbox input[type=checkbox]:checked {
              background: #862633;
              border-color: #862633; }
              body.page section.content .gform_wrapper form .gform_body .gfield .gfield_checkbox input[type=checkbox]:checked:after, body.single section.content .gform_wrapper form .gform_body .gfield .gfield_checkbox input[type=checkbox]:checked:after {
                content: '\f00c';
                font-family: FontAwesome;
                font-size: 16px;
                line-height: 18px;
                position: absolute;
                top: 0;
                left: 1px;
                color: #FFF; }
          body.page section.content .gform_wrapper form .gform_body .gfield .gfield_checkbox label, body.single section.content .gform_wrapper form .gform_body .gfield .gfield_checkbox label {
            font-size: 17px;
            line-height: 22px;
            font-weight: normal; }
        body.page section.content .gform_wrapper form .gform_body .gfield textarea, body.single section.content .gform_wrapper form .gform_body .gfield textarea {
          height: 7.66em; }
      body.page section.content .gform_wrapper form .gform_footer, body.single section.content .gform_wrapper form .gform_footer {
        padding: 5px 0 0;
        margin: 10px 0 0; }
  body.page .inner > *:align-center, body.page .inner > *:align-none, body.single .inner > *:align-center, body.single .inner > *:align-none {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 60px; }
  body.page .inner > *:align-full, body.single .inner > *:align-full {
    max-width: none;
    padding: 0; }
  body.page .inner > *:align-wide, body.single .inner > *:align-wide {
    max-width: 1160px;
    padding: 0; }
  body.page .inner > p:not(:last-of-type), body.page .inner > h2:not(:last-of-type), body.page .inner > h3:not(:last-of-type), body.page .inner > h4:not(:last-of-type), body.page .inner > h5:not(:last-of-type), body.single .inner > p:not(:last-of-type), body.single .inner > h2:not(:last-of-type), body.single .inner > h3:not(:last-of-type), body.single .inner > h4:not(:last-of-type), body.single .inner > h5:not(:last-of-type) {
    margin-bottom: 10px; }
  body.page .inner > p:not(:last-of-type), body.single .inner > p:not(:last-of-type) {
    margin-bottom: 1em; }
  body.page .inner > h1:first-child:first-child, body.page .inner h2:first-child:first-child, body.page .inner h3:first-child:first-child, body.page .inner h4:first-child:first-child, body.page .inner h5:first-child:first-child, body.page .inner h6:first-child:first-child, body.single .inner > h1:first-child:first-child, body.single .inner h2:first-child:first-child, body.single .inner h3:first-child:first-child, body.single .inner h4:first-child:first-child, body.single .inner h5:first-child:first-child, body.single .inner h6:first-child:first-child {
    margin-top: 0; }
  body.page .inner .wp-block-image figure.aligncenter, body.single .inner .wp-block-image figure.aligncenter {
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
  body.page .inner ul:not([class^="kt-"]):not([class^="wp-"]):not([class^="slick-"]) li, body.single .inner ul:not([class^="kt-"]):not([class^="wp-"]):not([class^="slick-"]) li {
    list-style-type: none;
    margin-bottom: .5em; }
    body.page .inner ul:not([class^="kt-"]):not([class^="wp-"]):not([class^="slick-"]) li:before, body.single .inner ul:not([class^="kt-"]):not([class^="wp-"]):not([class^="slick-"]) li:before {
      content: " ";
      background-color: #862633;
      display: inline-block;
      width: .5em;
      margin-left: -1.5em;
      margin-right: 1em;
      margin-top: auto;
      margin-bottom: .185em;
      font-size: 0.7em;
      height: .5em; }
  body.page .inner > .alignwide, body.single .inner > .alignwide {
    max-width: 1160px;
    padding: 0; }
  body.page .inner > ul, body.page .inner > ol, body.single .inner > ul, body.single .inner > ol {
    padding-left: 20px; }
    @media (min-width: 1025px) {
      body.page .inner > ul, body.page .inner > ol, body.single .inner > ul, body.single .inner > ol {
        padding-left: 60px; } }
  body.page .inner h1 + ul,
  body.page .inner h1 + ol, body.page .inner h2 + ul,
  body.page .inner h2 + ol, body.page .inner h3 + ul,
  body.page .inner h3 + ol, body.page .inner h4 + ul,
  body.page .inner h4 + ol, body.single .inner h1 + ul,
  body.single .inner h1 + ol, body.single .inner h2 + ul,
  body.single .inner h2 + ol, body.single .inner h3 + ul,
  body.single .inner h3 + ol, body.single .inner h4 + ul,
  body.single .inner h4 + ol {
    margin-top: 10px; }
  body.page .inner > blockquote, body.single .inner > blockquote {
    max-width: 824px;
    margin: 5vh auto 20px;
    padding-left: 21px; }
  body.page .inner > section.hero-block, body.single .inner > section.hero-block {
    margin-bottom: 2.88rem; }
  body.page .inner figure.wp-block-image > img, body.single .inner figure.wp-block-image > img {
    display: block; }
  body.page .inner figure.wp-block-image.alignleft img, body.page .inner figure.wp-block-image.aligncenter img, body.single .inner figure.wp-block-image.alignleft img, body.single .inner figure.wp-block-image.aligncenter img {
    margin-right: auto; }
  body.page .inner figure.wp-block-image.alignright img, body.page .inner figure.wp-block-image.aligncenter img, body.single .inner figure.wp-block-image.alignright img, body.single .inner figure.wp-block-image.aligncenter img {
    margin-left: auto; }
  body.page img, body.single img {
    max-width: 100%;
    max-height: 100%; }
    body.page img.alignright, body.single img.alignright {
      margin-right: -15px; }
    body.page img.alignleft, body.single img.alignleft {
      margin-left: -15px; }
  body.page p a:hover, body.page p a:focus, body.page p a.focus, body.single p a:hover, body.single p a:focus, body.single p a.focus {
    color: #862633; }
  body.page .kt-inside-inner-col .alignfull, body.single .kt-inside-inner-col .alignfull {
    max-width: 100%;
    width: 100%;
    margin: 0 auto; }
  body.page .kt-row-layout-top-sep, body.single .kt-row-layout-top-sep {
    top: -1px; }
  body.page .kt-row-layout-bottom-sep, body.single .kt-row-layout-bottom-sep {
    position: relative; }
  body.page h2.wp-block-kadence-advancedheading, body.single h2.wp-block-kadence-advancedheading {
    margin-top: 8vh; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      body.page h2.wp-block-kadence-advancedheading:after, body.single h2.wp-block-kadence-advancedheading:after {
        margin-left: auto;
        margin-right: auto; } }
  body.page p + h2.wp-block-kadence-advancedheading, body.single p + h2.wp-block-kadence-advancedheading {
    margin-top: 2vh; }

@media (min-width: 320px) and (max-width: 450px) {
  section {
    /*&.related-grid {
            padding: 0 15px;
        }*/ }
    section.content {
      margin-top: 40px;
      padding-bottom: 0px; }
      section.content .wp-block-image .aligncenter > figcaption, section.content .wp-block-image .alignleft > figcaption, section.content .wp-block-image .alignright > figcaption, section.content .wp-block-image.is-resized > figcaption {
        display: block; }
      section.content p {
        font-size: 20px;
        line-height: 1.388889em; }
      section.content h2.wp-block-kadence-advancedheading {
        font-size: 9.5vw;
        line-height: 1.25;
        text-align: center;
        margin-bottom: 20px; }
        section.content h2.wp-block-kadence-advancedheading:not(:last-of-type) {
          margin-bottom: 20px; }
      section.content h3 {
        font-size: 8.25vw;
        line-height: 1.25; }
      section.content h3:not(:last-of-type), section.content h4:not(:last-of-type), section.content h5:not(:last-of-type), section.content h6:not(:last-of-type) {
        margin-bottom: 20px; }
      section.content .alignleft, section.content .alignright, section.content .aligncenter, section.content .alignnone {
        width: 100%;
        margin: 25px 0 25px; }
      section.content .aligncenter, section.content .alignnone {
        margin-top: 0; }
        section.content .aligncenter.aligncenter, section.content .alignnone.aligncenter {
          max-width: calc(100% - 20px);
          margin-left: auto;
          margin-right: auto; }
      section.content > .container {
        padding: 0 10px; }
        section.content > .container .inner .alignwide {
          width: 100%; }
        section.content > .container .inner ol {
          padding-left: 35px; }
        section.content > .container .inner .alignnone img {
          height: auto; }
        section.content > .container .inner .wpb_row[data-vc-stretch-content] figure .vc_single_image-wrapper img {
          max-width: none;
          max-height: none;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          margin: 0 50%;
          min-height: 260px;
          width: auto; }
        section.content > .container .inner .wpb_row[data-vc-full-width]:not(:last-child) {
          margin-bottom: 30px; }
        section.content > .container .inner .wpb_row[data-vc-full-width]:first-child {
          margin-top: 0; }
        section.content > .container .inner .wpb_row .wpb_column {
          /*h2,h3,h4,h5,h6{
                                &.vc_custom_heading{
                                    margin-bottom:30px;
                                }
                            }*/ }
          section.content > .container .inner .wpb_row .wpb_column img.alignright, section.content > .container .inner .wpb_row .wpb_column img.alignleft, section.content > .container .inner .wpb_row .wpb_column .wpb_text_column img.alignright, section.content > .container .inner .wpb_row .wpb_column .wpb_text_column img.alignleft {
            margin: 15px 0; }
          section.content > .container .inner .wpb_row .wpb_column .wpb_text_column.wpb_content_element h1, section.content > .container .inner .wpb_row .wpb_column .wpb_text_column.wpb_content_element h2, section.content > .container .inner .wpb_row .wpb_column .wpb_text_column.wpb_content_element h3, section.content > .container .inner .wpb_row .wpb_column .wpb_text_column.wpb_content_element h4, section.content > .container .inner .wpb_row .wpb_column .wpb_text_column.wpb_content_element h5, section.content > .container .inner .wpb_row .wpb_column .wpb_text_column.wpb_content_element h6 {
            margin-bottom: 14px; }
            section.content > .container .inner .wpb_row .wpb_column .wpb_text_column.wpb_content_element h1:empty, section.content > .container .inner .wpb_row .wpb_column .wpb_text_column.wpb_content_element h2:empty, section.content > .container .inner .wpb_row .wpb_column .wpb_text_column.wpb_content_element h3:empty, section.content > .container .inner .wpb_row .wpb_column .wpb_text_column.wpb_content_element h4:empty, section.content > .container .inner .wpb_row .wpb_column .wpb_text_column.wpb_content_element h5:empty, section.content > .container .inner .wpb_row .wpb_column .wpb_text_column.wpb_content_element h6:empty {
              margin: 0; }
          section.content > .container .inner .wpb_row .wpb_column.vc_column_container:not(:last-of-type) {
            margin-bottom: 15px;
            padding-bottom: 30px; }
          section.content > .container .inner .wpb_row .wpb_column .wpb_content_element.wpb_gmaps_widget {
            margin-bottom: 18.3px; }
            section.content > .container .inner .wpb_row .wpb_column .wpb_content_element.wpb_gmaps_widget + .wpb_text_column h3 {
              line-height: 32px; }
        section.content > .container .inner .wpb_video_widget.vc_video-align-left, section.content > .container .inner .wpb_video_widget.vc_video-align-right {
          margin-left: 0; }
    section header h3 {
      margin-top: 0px;
      margin-bottom: 20px; }
  .inner > .dynamic-grid {
    margin-top: 30px; }
    .inner > .dynamic-grid:last-child {
      margin-bottom: 0;
      margin-top: 30px; } }

@media (min-width: 451px) and (max-width: 768px) {
  .wp-block-image img {
    height: inherit; }
  img.size-large {
    max-width: 100%;
    max-height: 100%; }
  section.content > .container .inner .alignwide {
    width: 100%; }
  section.content > .container .inner .alignnone img {
    height: auto; }
  section.content > .container .inner .wpb_video_widget.vc_video-align-left {
    margin-left: -15px; }
  section.content > .container .inner .wpb_video_widget.vc_video-align-right {
    margin-right: -15px; } }

@media (min-width: 769px) and (max-width: 1024px) {
  img.size-large {
    max-width: 100%;
    max-height: 100%; } }

@media (min-width: 1200px) {
  img.size-large {
    max-width: 100%;
    max-height: 100%; } }

section.emailsignup.emailsignup-1 {
  background-color: #202945;
  height: inherit;
  background-size: cover;
  color: #fff;
  padding-top: 66px;
  padding-bottom: 69px; }
  section.emailsignup.emailsignup-1 .container {
    display: -ms-grid;
    display: grid;
    grid-template-columns: .93fr 2fr;
    -ms-grid-columns: auto auto;
    -ms-grid-rows: auto 5px auto;
    max-width: 1170px;
    margin: auto auto;
    row-gap: 5px;
    padding-bottom: 0; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      section.emailsignup.emailsignup-1 .container {
        display: block; } }
    section.emailsignup.emailsignup-1 .container h2 {
      font-size: 1.45rem;
      line-height: 1.8rem;
      font-weight: normal;
      text-align: center;
      -ms-grid-column: 1;
      -ms-grid-row: 1;
      -ms-grid-column-span: 3;
      -ms-grid-row-span: 1;
      grid-row-end: 1;
      grid-column: span 2;
      -ms-grid-row-align: end;
      align-self: end;
      margin: 0 0 0.95rem;
      color: #fff; }
    section.emailsignup.emailsignup-1 .container span {
      font-size: 0.9rem;
      line-height: 1.15rem;
      -ms-grid-row-span: 1;
      grid-row-end: 1;
      -ms-grid-row: 1;
      -ms-grid-row-align: end;
      align-self: end; }
      section.emailsignup.emailsignup-1 .container span.body {
        line-height: 35px;
        font-weight: 100; }
    section.emailsignup.emailsignup-1 .container .gform_wrapper {
      grid-column: 1 / span 2;
      -ms-grid-row-span: 2;
      grid-row-end: 2;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
      -ms-grid-row: 3; }
      section.emailsignup.emailsignup-1 .container .gform_wrapper form {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: auto auto;
        -ms-grid-rows: auto 5px auto 5px auto;
        max-width: 940px;
        margin: auto;
        -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
        -ms-grid-rows: [heading] auto [error] auto [body] auto;
        grid-template-rows: [heading] auto [error] auto [body] auto; }
      section.emailsignup.emailsignup-1 .container .gform_wrapper form > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }
      section.emailsignup.emailsignup-1 .container .gform_wrapper form > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2; }
      section.emailsignup.emailsignup-1 .container .gform_wrapper form > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1; }
      section.emailsignup.emailsignup-1 .container .gform_wrapper form > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2; }
      section.emailsignup.emailsignup-1 .container .gform_wrapper form > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 1; }
      section.emailsignup.emailsignup-1 .container .gform_wrapper form > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 2; }
      section.emailsignup.emailsignup-1 .container .gform_wrapper form > *:nth-child(7) {
  -ms-grid-row: 4;
  -ms-grid-column: 1; }
      section.emailsignup.emailsignup-1 .container .gform_wrapper form > *:nth-child(8) {
  -ms-grid-row: 4;
  -ms-grid-column: 2; }
      section.emailsignup.emailsignup-1 .container .gform_wrapper form > *:nth-child(9) {
  -ms-grid-row: 5;
  -ms-grid-column: 1; }
      section.emailsignup.emailsignup-1 .container .gform_wrapper form > *:nth-child(10) {
  -ms-grid-row: 5;
  -ms-grid-column: 2; }
      section.emailsignup.emailsignup-1 .container .gform_wrapper form > *:nth-child(11) {
  -ms-grid-row: 6;
  -ms-grid-column: 1; }
      section.emailsignup.emailsignup-1 .container .gform_wrapper form > *:nth-child(12) {
  -ms-grid-row: 6;
  -ms-grid-column: 2; }
        section.emailsignup.emailsignup-1 .container .gform_wrapper form .gform_heading {
          grid-column-start: 1;
          grid-column-end: 2;
          grid-row: heading;
          -ms-grid-column: 1;
          -ms-grid-column-span: 2;
          -ms-grid-row: 1;
          margin-bottom: 0; }
        section.emailsignup.emailsignup-1 .container .gform_wrapper form .validation_error {
          grid-row: error;
          -ms-grid-row: 3; }
        section.emailsignup.emailsignup-1 .container .gform_wrapper form .gform_body {
          grid-row: body;
          -ms-grid-row: 5; }
          section.emailsignup.emailsignup-1 .container .gform_wrapper form .gform_body ul {
            display: -ms-grid;
            display: grid;
            grid-template-columns: auto auto;
            -ms-grid-columns: auto auto; }
            @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
              section.emailsignup.emailsignup-1 .container .gform_wrapper form .gform_body ul {
                -ms-grid-columns: 402px 210px 58px; }
                section.emailsignup.emailsignup-1 .container .gform_wrapper form .gform_body ul li#field_1_1 {
                  -ms-grid-column: 1; }
                section.emailsignup.emailsignup-1 .container .gform_wrapper form .gform_body ul li#field_1_2 {
                  -ms-grid-column: 2; }
                section.emailsignup.emailsignup-1 .container .gform_wrapper form .gform_body ul li#field_1_3 {
                  -ms-grid-column: 3; } }
            section.emailsignup.emailsignup-1 .container .gform_wrapper form .gform_body ul li {
              -ms-flex-item-align: stretch;
              -ms-grid-row-align: stretch;
              align-self: stretch;
              margin-bottom: 0; }
              section.emailsignup.emailsignup-1 .container .gform_wrapper form .gform_body ul li:first-child {
                -ms-grid-column: 1; }
              section.emailsignup.emailsignup-1 .container .gform_wrapper form .gform_body ul li:last-child {
                -ms-grid-column: 2; }
              section.emailsignup.emailsignup-1 .container .gform_wrapper form .gform_body ul li.gfield {
                margin-top: 0;
                font-size: 0.9rem;
                line-height: 1.15rem;
                padding-right: 8px;
                width: 100%; }
                section.emailsignup.emailsignup-1 .container .gform_wrapper form .gform_body ul li.gfield label {
                  margin-bottom: 10px; }
                section.emailsignup.emailsignup-1 .container .gform_wrapper form .gform_body ul li.gfield#field_1_1 {
                  padding-right: 0; }
              section.emailsignup.emailsignup-1 .container .gform_wrapper form .gform_body ul li .ginput_container {
                display: -ms-grid;
                display: grid;
                -ms-grid-columns: auto auto;
                grid-template-columns: auto auto;
                width: 100%; }
                section.emailsignup.emailsignup-1 .container .gform_wrapper form .gform_body ul li .ginput_container input {
                  border: 1px solid #898D8D;
                  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
                  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
                  min-height: 50px; }
                  section.emailsignup.emailsignup-1 .container .gform_wrapper form .gform_body ul li .ginput_container input[type="text"] {
                    padding-left: 0.75rem;
                    padding-right: 0.75rem;
                    background-color: rgba(98, 177, 189, 0.1037);
                    border: 0px;
                    border-bottom: 1px solid #62B1BD;
                    margin: auto; }
                    section.emailsignup.emailsignup-1 .container .gform_wrapper form .gform_body ul li .ginput_container input[type="text"]::-webkit-input-placeholder {
                      color: #8e96a4;
                      font-weight: normal; }
                    section.emailsignup.emailsignup-1 .container .gform_wrapper form .gform_body ul li .ginput_container input[type="text"]::-moz-placeholder {
                      color: #8e96a4;
                      font-weight: normal; }
                    section.emailsignup.emailsignup-1 .container .gform_wrapper form .gform_body ul li .ginput_container input[type="text"]:-ms-input-placeholder {
                      color: #8e96a4;
                      font-weight: normal; }
                    section.emailsignup.emailsignup-1 .container .gform_wrapper form .gform_body ul li .ginput_container input[type="text"]::-ms-input-placeholder {
                      color: #8e96a4;
                      font-weight: normal; }
                    section.emailsignup.emailsignup-1 .container .gform_wrapper form .gform_body ul li .ginput_container input[type="text"]::placeholder {
                      color: #8e96a4;
                      font-weight: normal; }
                section.emailsignup.emailsignup-1 .container .gform_wrapper form .gform_body ul li .ginput_container span {
                  width: 100%; }
                  section.emailsignup.emailsignup-1 .container .gform_wrapper form .gform_body ul li .ginput_container span label {
                    font-size: 0.9rem;
                    line-height: 1.15rem;
                    margin-top: 0;
                    margin-bottom: 10px; }
                  section.emailsignup.emailsignup-1 .container .gform_wrapper form .gform_body ul li .ginput_container span.name_first, section.emailsignup.emailsignup-1 .container .gform_wrapper form .gform_body ul li .ginput_container span.name_last {
                    padding-right: 8px; }
                  section.emailsignup.emailsignup-1 .container .gform_wrapper form .gform_body ul li .ginput_container span.name_first {
                    -ms-grid-column: 1; }
                  section.emailsignup.emailsignup-1 .container .gform_wrapper form .gform_body ul li .ginput_container span.name_last {
                    -ms-grid-column: 2; }
                section.emailsignup.emailsignup-1 .container .gform_wrapper form .gform_body ul li .ginput_container.ginput_container_email {
                  grid-template-columns: auto;
                  -ms-grid-columns: auto; }
                  section.emailsignup.emailsignup-1 .container .gform_wrapper form .gform_body ul li .ginput_container.ginput_container_email input[type="text"] {
                    color: #fff;
                    font-weight: normal;
                    margin-bottom: 0;
                    width: 260px;
                    min-height: 50px;
                    border-radius: 0;
                    -webkit-box-shadow: none;
                    box-shadow: none; }
              section.emailsignup.emailsignup-1 .container .gform_wrapper form .gform_body ul li .ginput_container_name span input[type="text"] {
                width: 194px;
                color: #fff;
                font-weight: normal;
                border-radius: 0;
                -webkit-box-shadow: none;
                box-shadow: none; }
        section.emailsignup.emailsignup-1 .container .gform_wrapper form .gform_footer {
          grid-row: body;
          -ms-grid-row: 5;
          -ms-grid-column: 2;
          align-self: end;
          -ms-grid-row-align: end;
          margin: 0;
          float: none !important; }
          section.emailsignup.emailsignup-1 .container .gform_wrapper form .gform_footer input#gform_submit_button_1, section.emailsignup.emailsignup-1 .container .gform_wrapper form .gform_footer input#gform_submit_button_2 {
            background-color: #62B1BD;
            color: #fff;
            margin-left: 0;
            font-size: 0.9rem;
            line-height: 1.15rem;
            width: auto;
            padding: 0 15px;
            margin: 0;
            margin-bottom: 1px;
            width: 100%;
            border-radius: 2px;
            -webkit-transition: background-color 0.35s ease;
            transition: background-color 0.35s ease; }
            section.emailsignup.emailsignup-1 .container .gform_wrapper form .gform_footer input#gform_submit_button_1:hover, section.emailsignup.emailsignup-1 .container .gform_wrapper form .gform_footer input#gform_submit_button_2:hover {
              background-color: #4aa3b1; }
          section.emailsignup.emailsignup-1 .container .gform_wrapper form .gform_footer input.gform_button {
            background: #202945;
            text-transform: none;
            font-size: 21px;
            width: 180px;
            min-width: 180px;
            margin-bottom: 1px; }
    section.emailsignup.emailsignup-1 .container .conv_form_wrapper {
      grid-column: 1 / span 2;
      -ms-grid-row-span: 2;
      grid-row-end: 2;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
      -ms-grid-row: 3; }
      @media (max-width: 768px) {
        section.emailsignup.emailsignup-1 .container .conv_form_wrapper {
          max-width: 450px;
          margin-left: auto;
          margin-right: auto; } }
    section.emailsignup.emailsignup-1 .container .conv_form {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: auto auto;
      -ms-grid-rows: auto 5px auto 5px auto;
      max-width: 940px;
      margin: auto;
      -ms-grid-columns: auto auto;
      grid-template-columns: auto auto;
      text-align: left;
      grid-column-gap: 12px;
      grid-row-gap: 12px;
      -ms-grid-rows: [heading] auto [error] auto [body] auto;
      grid-template-rows: [heading] auto [error] auto [body] auto; }
      @media (max-width: 768px) {
        section.emailsignup.emailsignup-1 .container .conv_form {
          -ms-grid-columns: inherit;
          grid-template-columns: inherit;
          display: inherit; } }
      section.emailsignup.emailsignup-1 .container .conv_form:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1; }
      section.emailsignup.emailsignup-1 .container .conv_form:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2; }
      section.emailsignup.emailsignup-1 .container .conv_form .conv_form_body {
        grid-row: body;
        -ms-grid-row: 5;
        width: 100%;
        display: -ms-grid;
        display: grid;
        grid-template-columns: auto auto auto;
        -ms-grid-columns: auto 12px auto 12px auto;
        padding: 0;
        margin: 0;
        overflow: visible;
        grid-column-gap: 12px;
        grid-row-gap: 12px; }
        @media (max-width: 991px) and (min-width: 769px) {
          section.emailsignup.emailsignup-1 .container .conv_form .conv_form_body {
            -ms-grid-row: 1;
            grid-row: 1;
            -ms-grid-column: 1;
            -ms-grid-column-span: 2;
            grid-column: 1 / span 2;
            margin-bottom: 15px; } }
        @media (max-width: 768px) {
          section.emailsignup.emailsignup-1 .container .conv_form .conv_form_body {
            width: 100%;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); } }
      section.emailsignup.emailsignup-1 .container .conv_form .conv_form_footer {
        grid-row: body;
        -ms-grid-row: 5;
        -ms-grid-column: 2;
        align-self: end;
        -ms-grid-row-align: end;
        margin: 0; }
        @media (max-width: 991px) and (min-width: 769px) {
          section.emailsignup.emailsignup-1 .container .conv_form .conv_form_footer {
            -ms-grid-row: 2;
            grid-row: 2;
            -ms-grid-column: 1;
            -ms-grid-column-span: 2;
            grid-column: 1 / span 2;
            text-align: center; } }
        @media (max-width: 768px) {
          section.emailsignup.emailsignup-1 .container .conv_form .conv_form_footer {
            width: 100%;
            margin-top: 12px; } }
      section.emailsignup.emailsignup-1 .container .conv_form .conv_field input[type="text"] {
        width: 100%;
        color: #fff;
        font-weight: normal;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        font-size: 0.9rem;
        background-color: rgba(98, 177, 189, 0.1037);
        border: 0px;
        border-bottom: 1px solid #62B1BD;
        margin: auto 8px auto auto;
        padding: 5px 0.75rem;
        min-height: 50px; }
        section.emailsignup.emailsignup-1 .container .conv_form .conv_field input[type="text"]::-webkit-input-placeholder {
          color: #8e96a4;
          font-weight: normal; }
        section.emailsignup.emailsignup-1 .container .conv_form .conv_field input[type="text"]::-moz-placeholder {
          color: #8e96a4;
          font-weight: normal; }
        section.emailsignup.emailsignup-1 .container .conv_form .conv_field input[type="text"]:-ms-input-placeholder {
          color: #8e96a4;
          font-weight: normal; }
        section.emailsignup.emailsignup-1 .container .conv_form .conv_field input[type="text"]::-ms-input-placeholder {
          color: #8e96a4;
          font-weight: normal; }
        section.emailsignup.emailsignup-1 .container .conv_form .conv_field input[type="text"]::placeholder {
          color: #8e96a4;
          font-weight: normal; }
      section.emailsignup.emailsignup-1 .container .conv_form .conv_field.conv_last_name {
        -ms-grid-row: 1;
        -ms-grid-column: 3; }
      section.emailsignup.emailsignup-1 .container .conv_form .conv_field.conv_email {
        -ms-grid-row: 1;
        -ms-grid-column: 5; }
        section.emailsignup.emailsignup-1 .container .conv_form .conv_field.conv_email input {
          margin-bottom: 0;
          width: 260px; }
          @media (max-width: 768px) {
            section.emailsignup.emailsignup-1 .container .conv_form .conv_field.conv_email input {
              width: 100%; } }
        @media (min-width: 450px) and (max-width: 768px) {
          section.emailsignup.emailsignup-1 .container .conv_form .conv_field.conv_email {
            grid-column-end: span 2;
            -ms-grid-column-span: 3; } }
      section.emailsignup.emailsignup-1 .container .conv_form input.btn {
        background-color: #62B1BD;
        color: #fff;
        margin-left: 0;
        font-size: 0.9rem;
        line-height: 1.15rem;
        width: auto;
        padding: 0 15px;
        margin: 0;
        margin-bottom: 1px;
        height: 50px;
        width: 100%;
        border-radius: 2px;
        -webkit-transition: background-color 0.35s ease;
        transition: background-color 0.35s ease;
        letter-spacing: 1.09px;
        font-weight: bold;
        min-width: 200px;
        text-transform: uppercase;
        font-style: normal; }
        @media (max-width: 768px) {
          section.emailsignup.emailsignup-1 .container .conv_form input.btn {
            height: 50px;
            display: block;
            font-weight: 600; } }
        @media (max-width: 991px) and (min-width: 769px) {
          section.emailsignup.emailsignup-1 .container .conv_form input.btn {
            max-width: 300px;
            margin-left: auto;
            margin-right: auto; } }
        section.emailsignup.emailsignup-1 .container .conv_form input.btn:hover {
          background-color: #4aa3b1; }

@media (max-width: 768px) {
  section.emailsignup.emailsignup-1 {
    border: 0px;
    padding: 35px;
    margin-bottom: 0; }
    section.emailsignup.emailsignup-1 .container {
      display: inherit;
      width: inherit;
      padding-bottom: 20px; }
      section.emailsignup.emailsignup-1 .container h2.hdr {
        font-size: 26px;
        color: #FFFFFF;
        text-align: center;
        line-height: 30px; }
      section.emailsignup.emailsignup-1 .container #gform_wrapper_1 {
        max-width: 450px;
        margin-left: auto;
        margin-right: auto; }
        section.emailsignup.emailsignup-1 .container #gform_wrapper_1 form {
          -ms-grid-columns: inherit;
          grid-template-columns: inherit;
          display: inherit; }
          section.emailsignup.emailsignup-1 .container #gform_wrapper_1 form .gform_body ul {
            -ms-grid-columns: inherit;
            grid-template-columns: inherit; }
            section.emailsignup.emailsignup-1 .container #gform_wrapper_1 form .gform_body ul li {
              width: 100% !important;
              min-width: inherit; }
              section.emailsignup.emailsignup-1 .container #gform_wrapper_1 form .gform_body ul li.gfield {
                padding-right: 0;
                width: 100%;
                margin-bottom: 0px; }
              section.emailsignup.emailsignup-1 .container #gform_wrapper_1 form .gform_body ul li:nth-child(1) {
                min-width: inherit; }
              section.emailsignup.emailsignup-1 .container #gform_wrapper_1 form .gform_body ul li:nth-child(2) {
                min-width: inherit;
                width: 100%;
                margin-left: 0px !important; }
              section.emailsignup.emailsignup-1 .container #gform_wrapper_1 form .gform_body ul li input:last-child {
                margin-bottom: 0; }
              section.emailsignup.emailsignup-1 .container #gform_wrapper_1 form .gform_body ul li .ginput_container {
                display: inherit; }
                section.emailsignup.emailsignup-1 .container #gform_wrapper_1 form .gform_body ul li .ginput_container input[type="text"] {
                  width: 100%; }
                section.emailsignup.emailsignup-1 .container #gform_wrapper_1 form .gform_body ul li .ginput_container span {
                  margin-bottom: 12px;
                  padding-right: 0;
                  width: 100%; }
                  section.emailsignup.emailsignup-1 .container #gform_wrapper_1 form .gform_body ul li .ginput_container span input[type="text"] {
                    width: 100%;
                    margin: 0; }
        section.emailsignup.emailsignup-1 .container #gform_wrapper_1 .gform_footer {
          margin-top: 12px;
          text-align: center; }
          section.emailsignup.emailsignup-1 .container #gform_wrapper_1 .gform_footer input {
            width: 200px;
            height: 50px;
            display: block;
            margin: 23px auto 0;
            font-size: 23px;
            font-weight: 600; } }

@media (min-width: 451px) and (max-width: 768px) {
  section.emailsignup.emailsignup-1 .container #gform_wrapper_1 form .gform_body ul li .ginput_container span {
    float: left;
    width: calc(50% - 7.5px); }
    section.emailsignup.emailsignup-1 .container #gform_wrapper_1 form .gform_body ul li .ginput_container span:nth-of-type(2) {
      margin-left: 15px; } }

@media (min-width: 769px) and (max-width: 991px) {
  section.emailsignup.emailsignup-1 .container #gform_wrapper_1 form .gform_body {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
    margin-bottom: 15px; }
    section.emailsignup.emailsignup-1 .container #gform_wrapper_1 form .gform_body ul li {
      width: 100%; }
      section.emailsignup.emailsignup-1 .container #gform_wrapper_1 form .gform_body ul li .ginput_container,
      section.emailsignup.emailsignup-1 .container #gform_wrapper_1 form .gform_body ul li .ginput_container {
        padding-top: 0; }
        section.emailsignup.emailsignup-1 .container #gform_wrapper_1 form .gform_body ul li .ginput_container span input[type="text"],
        section.emailsignup.emailsignup-1 .container #gform_wrapper_1 form .gform_body ul li .ginput_container span input[type="text"] {
          width: 100%; }
        section.emailsignup.emailsignup-1 .container #gform_wrapper_1 form .gform_body ul li .ginput_container input[type="text"],
        section.emailsignup.emailsignup-1 .container #gform_wrapper_1 form .gform_body ul li .ginput_container input[type="text"] {
          width: 100%; }
    section.emailsignup.emailsignup-1 .container #gform_wrapper_1 form .gform_body #field_1_1 {
      -ms-grid-row: 1;
      grid-row: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
      grid-column: 1 / span 2; }
    section.emailsignup.emailsignup-1 .container #gform_wrapper_1 form .gform_body #field_1_2 {
      -ms-grid-row: 1;
      grid-row: 1;
      -ms-grid-column: 3;
      grid-column: 3; }
  section.emailsignup.emailsignup-1 .container #gform_wrapper_1 form .gform_footer {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
    text-align: center; }
    section.emailsignup.emailsignup-1 .container #gform_wrapper_1 form .gform_footer .gform_button {
      max-width: 300px;
      margin-left: auto;
      margin-right: auto; } }

@media (min-width: 992px) and (max-width: 1200px) {
  section.emailsignup.emailsignup-1 .container {
    width: 100%; } }

.footer-container {
  background: none;
  max-width: none;
  margin: auto; }
  .footer-container footer.footer {
    background: #fff;
    color: #393939;
    margin-left: 5vw;
    margin-right: 5vw; }
    .footer-container footer.footer .container {
      width: auto;
      max-width: 1170px;
      margin: auto auto;
      padding: 80px 0; }
      .footer-container footer.footer .container img {
        border-radius: 0; }
      .footer-container footer.footer .container .footer-area {
        font-size: 15px;
        font-weight: 100;
        line-height: 25px;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 92px 0 30px 0 140px 0 140px 0 1.3fr 0 630px;
        grid-template-columns: 92px 30px 140px 140px 1.3fr 630px;
        -ms-grid-rows: 50px 0 30px 0 auto 0 auto 0 auto 0 auto;
        grid-template-rows: 50px 30px repeat(4, auto);
        -ms-grid-columns: auto 29px 1.3fr 1.3fr 1.3fr 6.4fr;
        -ms-grid-rows: 78px auto auto auto auto;
        grid-gap: 0;
        row-gap: 0; }
      .footer-container footer.footer .container .footer-area > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }
      .footer-container footer.footer .container .footer-area > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3; }
      .footer-container footer.footer .container .footer-area > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5; }
      .footer-container footer.footer .container .footer-area > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7; }
      .footer-container footer.footer .container .footer-area > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 9; }
      .footer-container footer.footer .container .footer-area > *:nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 11; }
      .footer-container footer.footer .container .footer-area > *:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 1; }
      .footer-container footer.footer .container .footer-area > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 3; }
      .footer-container footer.footer .container .footer-area > *:nth-child(9) {
  -ms-grid-row: 3;
  -ms-grid-column: 5; }
      .footer-container footer.footer .container .footer-area > *:nth-child(10) {
  -ms-grid-row: 3;
  -ms-grid-column: 7; }
      .footer-container footer.footer .container .footer-area > *:nth-child(11) {
  -ms-grid-row: 3;
  -ms-grid-column: 9; }
      .footer-container footer.footer .container .footer-area > *:nth-child(12) {
  -ms-grid-row: 3;
  -ms-grid-column: 11; }
      .footer-container footer.footer .container .footer-area > *:nth-child(13) {
  -ms-grid-row: 5;
  -ms-grid-column: 1; }
      .footer-container footer.footer .container .footer-area > *:nth-child(14) {
  -ms-grid-row: 5;
  -ms-grid-column: 3; }
      .footer-container footer.footer .container .footer-area > *:nth-child(15) {
  -ms-grid-row: 5;
  -ms-grid-column: 5; }
      .footer-container footer.footer .container .footer-area > *:nth-child(16) {
  -ms-grid-row: 5;
  -ms-grid-column: 7; }
      .footer-container footer.footer .container .footer-area > *:nth-child(17) {
  -ms-grid-row: 5;
  -ms-grid-column: 9; }
      .footer-container footer.footer .container .footer-area > *:nth-child(18) {
  -ms-grid-row: 5;
  -ms-grid-column: 11; }
      .footer-container footer.footer .container .footer-area > *:nth-child(19) {
  -ms-grid-row: 7;
  -ms-grid-column: 1; }
      .footer-container footer.footer .container .footer-area > *:nth-child(20) {
  -ms-grid-row: 7;
  -ms-grid-column: 3; }
      .footer-container footer.footer .container .footer-area > *:nth-child(21) {
  -ms-grid-row: 7;
  -ms-grid-column: 5; }
      .footer-container footer.footer .container .footer-area > *:nth-child(22) {
  -ms-grid-row: 7;
  -ms-grid-column: 7; }
      .footer-container footer.footer .container .footer-area > *:nth-child(23) {
  -ms-grid-row: 7;
  -ms-grid-column: 9; }
      .footer-container footer.footer .container .footer-area > *:nth-child(24) {
  -ms-grid-row: 7;
  -ms-grid-column: 11; }
      .footer-container footer.footer .container .footer-area > *:nth-child(25) {
  -ms-grid-row: 9;
  -ms-grid-column: 1; }
      .footer-container footer.footer .container .footer-area > *:nth-child(26) {
  -ms-grid-row: 9;
  -ms-grid-column: 3; }
      .footer-container footer.footer .container .footer-area > *:nth-child(27) {
  -ms-grid-row: 9;
  -ms-grid-column: 5; }
      .footer-container footer.footer .container .footer-area > *:nth-child(28) {
  -ms-grid-row: 9;
  -ms-grid-column: 7; }
      .footer-container footer.footer .container .footer-area > *:nth-child(29) {
  -ms-grid-row: 9;
  -ms-grid-column: 9; }
      .footer-container footer.footer .container .footer-area > *:nth-child(30) {
  -ms-grid-row: 9;
  -ms-grid-column: 11; }
      .footer-container footer.footer .container .footer-area > *:nth-child(31) {
  -ms-grid-row: 11;
  -ms-grid-column: 1; }
      .footer-container footer.footer .container .footer-area > *:nth-child(32) {
  -ms-grid-row: 11;
  -ms-grid-column: 3; }
      .footer-container footer.footer .container .footer-area > *:nth-child(33) {
  -ms-grid-row: 11;
  -ms-grid-column: 5; }
      .footer-container footer.footer .container .footer-area > *:nth-child(34) {
  -ms-grid-row: 11;
  -ms-grid-column: 7; }
      .footer-container footer.footer .container .footer-area > *:nth-child(35) {
  -ms-grid-row: 11;
  -ms-grid-column: 9; }
      .footer-container footer.footer .container .footer-area > *:nth-child(36) {
  -ms-grid-row: 11;
  -ms-grid-column: 11; }
        .footer-container footer.footer .container .footer-area a {
          font-size: 15px;
          letter-spacing: 0; }
        .footer-container footer.footer .container .footer-area h3 {
          margin-bottom: 25px; }
        .footer-container footer.footer .container .footer-area p {
          font-size: 15px;
          font-weight: normal;
          margin: 0 0 14px;
          line-height: normal; }
          .footer-container footer.footer .container .footer-area p a {
            font-size: 0.8rem;
            font-weight: normal; }
        .footer-container footer.footer .container .footer-area h3 {
          font-size: 21px;
          color: #393939;
          margin-top: 0;
          line-height: 20px; }
        .footer-container footer.footer .container .footer-area .footer-item section .container {
          padding: 0; }
        .footer-container footer.footer .container .footer-area .footer-item.footer-item-1 {
          grid-column: 1;
          grid-row: 1 / 6;
          -ms-grid-column: 1;
          -ms-grid-row: 1;
          -ms-grid-row-span: 6;
          line-height: 23px; }
          .footer-container footer.footer .container .footer-area .footer-item.footer-item-1 a {
            width: 100%;
            height: auto; }
            .footer-container footer.footer .container .footer-area .footer-item.footer-item-1 a img {
              width: 100%;
              height: auto; }
        .footer-container footer.footer .container .footer-area .footer-item.footer-item-2 {
          grid-column: 3 / 5;
          grid-row: 1;
          -ms-grid-column: 3;
          -ms-grid-column-span: 2;
          -ms-grid-row: 1;
          line-height: 23px; }
          .footer-container footer.footer .container .footer-area .footer-item.footer-item-2 section.social-icons .container .btn-group a {
            font-size: 1.35rem;
            line-height: normal;
            margin-right: 0.9rem;
            color: #393939; }
        .footer-container footer.footer .container .footer-area .footer-item.footer-item-3 {
          grid-column: 3;
          grid-row: 2 / 5;
          -ms-grid-column: 3;
          -ms-grid-row: 2;
          -ms-grid-row-span: 4; }
        .footer-container footer.footer .container .footer-area .footer-item.footer-item-4 {
          grid-column: 4;
          grid-row: 2 / 5;
          -ms-grid-column: 4;
          -ms-grid-row: 2;
          -ms-grid-row-span: 4; }
        .footer-container footer.footer .container .footer-area .footer-item.footer-item-5 {
          grid-column: 6;
          grid-row: 1 / 3;
          -ms-grid-column: 6;
          -ms-grid-row: 1;
          -ms-grid-row-span: 3; }
          .footer-container footer.footer .container .footer-area .footer-item.footer-item-5 > * {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
            .footer-container footer.footer .container .footer-area .footer-item.footer-item-5 > * img {
              max-height: 78px;
              width: auto; }
        .footer-container footer.footer .container .footer-area .footer-item.footer-item-6 {
          grid-column: 6;
          grid-row: 3;
          -ms-grid-column: 6;
          -ms-grid-row: 3;
          padding: 0 40px;
          margin: 0;
          -ms-grid-row-align: end;
          align-self: end; }
          .footer-container footer.footer .container .footer-area .footer-item.footer-item-6 p {
            font-size: 0.65rem;
            line-height: 0.8rem;
            color: #393939; }
        .footer-container footer.footer .container .footer-area .footer-item.footer-item-7 {
          grid-column: 6;
          grid-row: 4;
          -ms-grid-column: 6;
          -ms-grid-row: 4;
          padding: 0 48px; }
          .footer-container footer.footer .container .footer-area .footer-item.footer-item-7 p {
            margin: 0px;
            font-size: 0.65rem;
            line-height: 0.65rem;
            font-weight: 600;
            display: -ms-flexbox;
            display: -webkit-box;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            width: 100%; }
            .footer-container footer.footer .container .footer-area .footer-item.footer-item-7 p a {
              font-size: inherit;
              font-weight: 900;
              color: #862633;
              text-decoration: underline;
              letter-spacing: 0; }
              .footer-container footer.footer .container .footer-area .footer-item.footer-item-7 p a:hover {
                text-decoration: none; }
    .footer-container footer.footer a {
      color: #4a4a4a;
      text-decoration: none;
      font-weight: normal; }
      .footer-container footer.footer a:hover {
        text-decoration: none; }

@media (max-width: 320px) {
  .footer-container footer.footer.footer-4.footer-nth-1 .container .footer-area {
    padding: 0 10px; } }

@media (max-width: 1024px) {
  .footer-container footer.footer.footer-4.footer-nth-1 {
    margin-left: 0;
    margin-right: 0; }
    .footer-container footer.footer.footer-4.footer-nth-1 .container {
      padding: 40px 20px 34px; }
      .footer-container footer.footer.footer-4.footer-nth-1 .container .footer-area {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 0px;
        row-gap: 0px; }
        .footer-container footer.footer.footer-4.footer-nth-1 .container .footer-area .footer-item {
          font-size: 15px;
          text-align: center;
          line-height: 23px; }
          .footer-container footer.footer.footer-4.footer-nth-1 .container .footer-area .footer-item.footer-item-1 {
            display: none; }
          .footer-container footer.footer.footer-4.footer-nth-1 .container .footer-area .footer-item.footer-item-2 {
            -ms-grid-column: 1;
            grid-column: 1;
            -ms-grid-row: 1;
            grid-row: 1;
            margin: 0 35px 20px; }
            .footer-container footer.footer.footer-4.footer-nth-1 .container .footer-area .footer-item.footer-item-2 section.social-icons .container .btn-group a {
              font-size: 2em; }
          .footer-container footer.footer.footer-4.footer-nth-1 .container .footer-area .footer-item.footer-item-3 {
            -ms-grid-column: 1;
            grid-column: 1;
            -ms-grid-row: 3;
            grid-row: 3;
            width: 50%;
            text-align: left; }
            .footer-container footer.footer.footer-4.footer-nth-1 .container .footer-area .footer-item.footer-item-3 p {
              font-size: 17px;
              color: #4A4A4A;
              letter-spacing: 0;
              line-height: 26px; }
              .footer-container footer.footer.footer-4.footer-nth-1 .container .footer-area .footer-item.footer-item-3 p a {
                font-size: 17px;
                color: #4A4A4A;
                letter-spacing: 0;
                line-height: 26px; }
          .footer-container footer.footer.footer-4.footer-nth-1 .container .footer-area .footer-item.footer-item-4 {
            width: 50%;
            -ms-grid-column: 1;
            grid-column: 1;
            -ms-grid-row: 3;
            grid-row: 3;
            text-align: left; }
            .footer-container footer.footer.footer-4.footer-nth-1 .container .footer-area .footer-item.footer-item-4 p {
              font-size: 17px;
              color: #4A4A4A;
              letter-spacing: 0;
              line-height: 26px; }
              .footer-container footer.footer.footer-4.footer-nth-1 .container .footer-area .footer-item.footer-item-4 p a {
                font-size: 17px;
                color: #4A4A4A;
                letter-spacing: 0;
                line-height: 26px; }
          .footer-container footer.footer.footer-4.footer-nth-1 .container .footer-area .footer-item.footer-item-5 {
            display: inherit;
            -ms-grid-column: 1;
            grid-column: 1;
            -ms-grid-row: 5;
            grid-row: 5;
            background-color: inherit;
            border-top: solid 1px #D7D2CB;
            margin-top: 28px;
            padding-top: 50px; }
            .footer-container footer.footer.footer-4.footer-nth-1 .container .footer-area .footer-item.footer-item-5 p {
              display: inline-block;
              text-align: center;
              margin-bottom: 0; }
              .footer-container footer.footer.footer-4.footer-nth-1 .container .footer-area .footer-item.footer-item-5 p > a,
              .footer-container footer.footer.footer-4.footer-nth-1 .container .footer-area .footer-item.footer-item-5 p > img {
                padding: 0 5px 10px; }
          .footer-container footer.footer.footer-4.footer-nth-1 .container .footer-area .footer-item.footer-item-6 {
            -ms-grid-column: 1;
            grid-column: 1;
            -ms-grid-row: 6;
            grid-row: 6;
            max-width: 650px;
            margin: 23px auto 20px;
            padding: 0 15px;
            font-size: 13px; }
            .footer-container footer.footer.footer-4.footer-nth-1 .container .footer-area .footer-item.footer-item-6 p {
              font-size: 13px;
              margin-bottom: 0; }
          .footer-container footer.footer.footer-4.footer-nth-1 .container .footer-area .footer-item.footer-item-7 {
            -ms-grid-column: 1;
            grid-column: 1;
            -ms-grid-row: 7;
            grid-row: 7;
            padding: 0px;
            font-size: 18px;
            text-align: center; }
            .footer-container footer.footer.footer-4.footer-nth-1 .container .footer-area .footer-item.footer-item-7 p {
              display: inline;
              font-size: 14px;
              color: #862633;
              letter-spacing: 0;
              line-height: 26px;
              font-weight: 700; }
              .footer-container footer.footer.footer-4.footer-nth-1 .container .footer-area .footer-item.footer-item-7 p a {
                padding-right: 8px;
                display: inline-block; }
              .footer-container footer.footer.footer-4.footer-nth-1 .container .footer-area .footer-item.footer-item-7 p span.footer-ein {
                font-weight: 500;
                font-size: 14px;
                color: #2E2E2E;
                letter-spacing: 0;
                line-height: 26px;
                white-space: nowrap; } }

@media (max-width: 450px) {
  .footer-container footer.footer.footer-4.footer-nth-1 .container .footer-area {
    -ms-grid-rows: 30px 0px 30px 0px auto 0px auto 0px auto 0px auto;
    grid-template-rows: 30px 30px repeat(4, auto); }
    .footer-container footer.footer.footer-4.footer-nth-1 .container .footer-area .footer-item.footer-item-3 p {
      max-width: 130px;
      margin-left: auto;
      margin-bottom: 6px; }
    .footer-container footer.footer.footer-4.footer-nth-1 .container .footer-area .footer-item.footer-item-4 {
      margin-left: 50%; }
      .footer-container footer.footer.footer-4.footer-nth-1 .container .footer-area .footer-item.footer-item-4 p {
        max-width: 180px;
        margin-right: auto;
        margin-bottom: 6px; }
    .footer-container footer.footer.footer-4.footer-nth-1 .container .footer-area .footer-item.footer-item-5 {
      padding-top: 40px; }
      .footer-container footer.footer.footer-4.footer-nth-1 .container .footer-area .footer-item.footer-item-5 > * img {
        max-height: 68px; } }

@media (min-width: 451px) and (max-width: 768px) {
  .footer-container footer.footer.footer-4 .container .footer-area .footer-item p {
    text-align: center; }
  .footer-container footer.footer.footer-4 .container .footer-area .footer-item.footer-item-3 p {
    max-width: 200px;
    margin-left: auto; }
  .footer-container footer.footer.footer-4 .container .footer-area .footer-item.footer-item-4 p {
    max-width: 180px;
    margin-right: auto; } }

@media (min-width: 451px) and (max-width: 1024px) {
  .footer-container footer.footer.footer-4.footer-nth-1 .container {
    padding-top: 50px; }
    .footer-container footer.footer.footer-4.footer-nth-1 .container .footer-area {
      -ms-grid-rows: 30px 0px 15px 0px auto 0px auto 0px auto 0px auto;
      grid-template-rows: 30px 15px repeat(4, auto); }
      .footer-container footer.footer.footer-4.footer-nth-1 .container .footer-area .footer-item.footer-item-3, .footer-container footer.footer.footer-4.footer-nth-1 .container .footer-area .footer-item.footer-item-4 {
        width: 100%;
        text-align: center; }
        .footer-container footer.footer.footer-4.footer-nth-1 .container .footer-area .footer-item.footer-item-3 p, .footer-container footer.footer.footer-4.footer-nth-1 .container .footer-area .footer-item.footer-item-4 p {
          display: inline;
          padding-left: 6px;
          padding-right: 6px; }
      .footer-container footer.footer.footer-4.footer-nth-1 .container .footer-area .footer-item.footer-item-4 {
        -ms-grid-row: 4;
        grid-row: 4;
        margin-bottom: 20px; }
      .footer-container footer.footer.footer-4.footer-nth-1 .container .footer-area .footer-item .footer-item-8 {
        padding-top: 140px; } }

@media (min-width: 1025px) and (max-width: 1200px) {
  .footer-container footer.footer.footer-4 .container .footer-area {
    -ms-grid-columns: 0 0 0 0 120px 0 120px 0 1.3fr 0 630px;
    grid-template-columns: 0 0 120px 120px 1.3fr 630px; }
    .footer-container footer.footer.footer-4 .container .footer-area .footer-item.footer-item-1 {
      display: none; }
    .footer-container footer.footer.footer-4 .container .footer-area .footer-item.footer-item-6 {
      padding: 0 40px; } }

body.page-template-list-grid section.content {
  padding-bottom: 0;
  margin-bottom: 45px; }

body.page-template-list-grid section.grid {
  max-width: none;
  text-align: left;
  margin-bottom: 90px;
  margin-top: 45px; }
  body.page-template-list-grid section.grid .container {
    padding: 0 5vw; }
    body.page-template-list-grid section.grid .container .row {
      padding-top: 45px;
      padding-bottom: 0;
      margin: 0 0 12px; }
      body.page-template-list-grid section.grid .container .row.first {
        padding-top: 0; }
      body.page-template-list-grid section.grid .container .row.last {
        margin-bottom: 0; }
      body.page-template-list-grid section.grid .container .row .grid-item {
        margin-bottom: 0;
        padding: 0 15px 0; }
        body.page-template-list-grid section.grid .container .row .grid-item:first-of-type {
          padding-left: 0; }
        body.page-template-list-grid section.grid .container .row .grid-item:last-of-type {
          padding-right: 0; }
        body.page-template-list-grid section.grid .container .row .grid-item.disabled .hdr {
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2;
          margin: 25px 0 4px;
          padding: 0 30px;
          font-weight: normal;
          font-size: 28px;
          line-height: 36px; }
        body.page-template-list-grid section.grid .container .row .grid-item.disabled .grid-image-thumbnail {
          position: relative; }
          body.page-template-list-grid section.grid .container .row .grid-item.disabled .grid-image-thumbnail:after {
            content: 'On hold';
            text-transform: uppercase;
            color: rgba(0, 0, 0, 0.55);
            font-size: 66px;
            line-height: 1em;
            font-weight: 800;
            text-align: center;
            position: absolute;
            width: 100%;
            top: 65%;
            left: 50%;
            -ms-transform: translate(-50%);
            -webkit-transform: translate(-50%);
            transform: translate(-50%); }
          body.page-template-list-grid section.grid .container .row .grid-item.disabled .grid-image-thumbnail:before {
            content: '';
            background: rgba(255, 255, 255, 0.5);
            width: 100%;
            height: 100%;
            position: absolute; }
        body.page-template-list-grid section.grid .container .row .grid-item .inner {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          flex-direction: column; }
        body.page-template-list-grid section.grid .container .row .grid-item .hdr-link {
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2;
          margin: 25px 0 4px;
          padding: 0 30px; }
          body.page-template-list-grid section.grid .container .row .grid-item .hdr-link > h2 {
            font-weight: normal;
            font-size: 28px;
            line-height: 36px; }
            body.page-template-list-grid section.grid .container .row .grid-item .hdr-link > h2:first-child {
              margin-top: 0; }
            body.page-template-list-grid section.grid .container .row .grid-item .hdr-link > h2:last-child {
              margin-bottom: 0; }
        body.page-template-list-grid section.grid .container .row .grid-item .grid-image {
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1;
          max-width: none; }
          body.page-template-list-grid section.grid .container .row .grid-item .grid-image.grid-image-thumbnail {
            padding-bottom: 0;
            max-height: 325px;
            max-width: 540px;
            border-radius: 10px;
            overflow: hidden;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            flex-direction: column; }
          body.page-template-list-grid section.grid .container .row .grid-item .grid-image > img {
            border-radius: 10px; }
            body.page-template-list-grid section.grid .container .row .grid-item .grid-image > img.img-responsive {
              max-width: none;
              min-width: 540px;
              min-height: 325px;
              -o-object-fit: cover;
              object-fit: cover; }
              @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
                body.page-template-list-grid section.grid .container .row .grid-item .grid-image > img.img-responsive {
                  /* IE10+ CSS */
                  height: auto;
                  width: auto; } }
              @supports (-ms-accelerator: true) {
                body.page-template-list-grid section.grid .container .row .grid-item .grid-image > img.img-responsive {
                  /* IE Edge 12+ CSS */
                  height: auto;
                  width: auto; } }
        body.page-template-list-grid section.grid .container .row .grid-item .summary, body.page-template-list-grid section.grid .container .row .grid-item .summary p {
          -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
          order: 3;
          padding: 0 30px;
          font-size: 20px;
          line-height: 30px;
          margin-bottom: 10px; }
          body.page-template-list-grid section.grid .container .row .grid-item .summary p {
            padding: 0;
            margin-bottom: 0; }
        body.page-template-list-grid section.grid .container .row .grid-item .cta-area {
          -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
          order: 4; }
          body.page-template-list-grid section.grid .container .row .grid-item .cta-area .cta {
            background: none;
            font-size: 21px;
            line-height: 30px;
            color: #862633;
            text-align: left;
            text-transform: none;
            letter-spacing: normal;
            padding: 0 30px;
            display: inline;
            white-space: pre;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            font-weight: normal;
            display: flex; }
            body.page-template-list-grid section.grid .container .row .grid-item .cta-area .cta:after {
              content: url(../images/arrow.svg);
              color: #862633;
              position: relative;
              font-size: 1em;
              top: .125em;
              left: .538em;
              margin-top: 2px;
              text-decoration: none; }
            body.page-template-list-grid section.grid .container .row .grid-item .cta-area .cta i.fa {
              display: none; }
            body.page-template-list-grid section.grid .container .row .grid-item .cta-area .cta:after {
              top: .075em;
              left: .2em; }
        body.page-template-list-grid section.grid .container .row .grid-item .grid-image-thumbnail {
          padding-bottom: 22px; }
        body.page-template-list-grid section.grid .container .row .grid-item a {
          max-width: none; }
  body.page-template-list-grid section.grid p {
    max-width: none; }
    body.page-template-list-grid section.grid p:first-child {
      margin-top: 0; }
    body.page-template-list-grid section.grid p:last-child {
      margin-bottom: 0; }

@media (max-width: 767px) {
  body.page-template section.grid {
    margin-bottom: 60px; }
    body.page-template section.grid .container {
      padding: 0 15px; }
      body.page-template section.grid .container .row {
        padding-top: 0;
        margin-bottom: 0; }
        body.page-template section.grid .container .row:last-child .grid-item:last-child {
          margin-bottom: 0; }
        body.page-template section.grid .container .row .grid-item {
          padding: 0;
          margin-bottom: 45px; }
          body.page-template section.grid .container .row .grid-item.disabled .hdr {
            padding: 0;
            margin-top: 0; }
          body.page-template section.grid .container .row .grid-item .inner {
            max-width: 470px;
            margin: 0 auto; }
            body.page-template section.grid .container .row .grid-item .inner .hdr-link, body.page-template section.grid .container .row .grid-item .inner .summary, body.page-template body.page-template-list-grid section.grid .container .row .grid-item .inner .summary p, body.page-template-list-grid body.page-template section.grid .container .row .grid-item .inner .summary p, body.page-template body.page-template-list-grid section.grid .container .row .grid-item .summary .inner p, body.page-template-list-grid body.page-template section.grid .container .row .grid-item .summary .inner p, body.page-template section.grid .container .row .grid-item .inner .cta-area, body.page-template section.grid .container .row .grid-item .inner .cta, body.page-template section.grid .container .row .grid-item .inner h2 {
              padding: 0;
              margin-top: 0; }
            body.page-template section.grid .container .row .grid-item .inner .hdr-link {
              margin-bottom: 5px; }
              body.page-template section.grid .container .row .grid-item .inner .hdr-link h2 {
                font-size: 26px;
                line-height: 33px; }
            body.page-template section.grid .container .row .grid-item .inner .summary, body.page-template body.page-template-list-grid section.grid .container .row .grid-item .inner .summary p, body.page-template-list-grid body.page-template section.grid .container .row .grid-item .inner .summary p, body.page-template body.page-template-list-grid section.grid .container .row .grid-item .summary .inner p, body.page-template-list-grid body.page-template section.grid .container .row .grid-item .summary .inner p {
              margin-bottom: 9px; }
            body.page-template section.grid .container .row .grid-item .inner a {
              margin-bottom: 0; }
            body.page-template section.grid .container .row .grid-item .inner > .grid-image {
              margin-bottom: 20px; }
              body.page-template section.grid .container .row .grid-item .inner > .grid-image .grid-image-thumbnail > img.img-responsive {
                min-height: 225px;
                min-width: 0;
                max-width: 100%;
                width: 100%;
                height: auto; } }

@media (min-width: 768px) and (max-width: 1199px) {
  section.grid .container .row .grid-item {
    padding-left: 15px;
    padding-right: 15px; }
  body.page-template section.grid .container .row .grid-item .grid-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 200px;
    flex: 0 1 200px; }
    body.page-template section.grid .container .row .grid-item .grid-image .grid-image-thumbnail {
      height: 200px; }
      body.page-template section.grid .container .row .grid-item .grid-image .grid-image-thumbnail > img.img-responsive {
        min-width: 100%;
        min-height: 100%; } }

/* Portrait tablet to landscape and desktop */
/* Large desktop */
/* autoprefixer grid: autoplace */
header.header {
  padding-top: 0;
  z-index: 11;
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.11);
  position: fixed;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.92);
  -webkit-transition: background-color .15s ease-in-out;
  transition: background-color .15s ease-in-out;
  top: 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px); }
  @media (min-width: 600px) {
    .admin-bar header.header {
      top: 46px; } }
  @media (min-width: 783px) {
    .admin-bar header.header {
      top: 32px; } }
  @media (min-width: 1025px) {
    header.header:hover {
      background-color: #fff; }
      header.header:hover .offcanvas-site-cover {
        display: block;
        position: fixed;
        width: 100vw;
        height: 100vh;
        background-color: rgba(255, 255, 255, 0.51);
        z-index: -1;
        pointer-events: none; } }
  header.header > .container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 111px auto 1fr;
    grid-template-columns: 111px auto 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    color: #202945;
    padding: 0;
    height: 100px;
    width: 100%; }
    header.header > .container:before, header.header > .container:after {
      content: none; }
    header.header > .container a {
      font-size: 0.9rem;
      line-height: 1.5rem;
      color: #252525;
      text-decoration: none; }
      @media (max-width: 1200px) and (min-width: 1025px) {
        header.header > .container a {
          font-size: 1.33333vw; } }
      @media (max-width: 1600px) and (min-width: 1200px) {
        header.header > .container a {
          font-size: 1.125vw; } }
    header.header > .container .home-logo {
      -ms-grid-column: 1;
      grid-column-start: 1;
      -ms-grid-row: 1;
      grid-row-start: 1;
      padding: 14px;
      min-width: 83px;
      opacity: 1;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
      header.header > .container .home-logo img {
        display: inline-block;
        border-radius: 0;
        height: 100%;
        width: auto; }
    header.header > .container .mobile-donate-btn a {
      color: #fff; }
    header.header > .container .utility-bar {
      font-size: 20px;
      color: #393939;
      -ms-grid-column: 3;
      grid-column-start: 3;
      -ms-grid-row: 1;
      grid-row-start: 1;
      display: -ms-flexbox;
      -ms-flex-align: center;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      justify-self: end; }
      header.header > .container .utility-bar a {
        font-size: 20px; }
      header.header > .container .utility-bar ul.container-utility-bar {
        display: -ms-grid;
        display: grid;
        padding: 0;
        -ms-grid-columns: auto auto auto;
        grid-template-columns: auto;
        list-style: none;
        margin-bottom: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        header.header > .container .utility-bar ul.container-utility-bar li {
          list-style: none;
          margin-top: auto;
          margin-bottom: auto; }
          header.header > .container .utility-bar ul.container-utility-bar li.utility-nav, header.header > .container .utility-bar ul.container-utility-bar li.search {
            padding-top: 0; }
            @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
              header.header > .container .utility-bar ul.container-utility-bar li.utility-nav, header.header > .container .utility-bar ul.container-utility-bar li.search {
                height: 30px; } }
            header.header > .container .utility-bar ul.container-utility-bar li.utility-nav i.fa, header.header > .container .utility-bar ul.container-utility-bar li.search i.fa {
              font-weight: bold;
              color: #000; }
          header.header > .container .utility-bar ul.container-utility-bar li.search a.dropdown-toggle {
            font-size: 1.05rem;
            color: #000; }
          header.header > .container .utility-bar ul.container-utility-bar li.search .header-search ul {
            padding: 0; }
            header.header > .container .utility-bar ul.container-utility-bar li.search .header-search ul li.stay-open .dropdown-menu {
              opacity: 1; }
            header.header > .container .utility-bar ul.container-utility-bar li.search .header-search ul li .dropdown-menu {
              left: auto;
              right: 0;
              -webkit-transform: none;
              -ms-transform: none;
              transform: none;
              top: -13px;
              background: inherit;
              margin-top: 0px !important;
              padding: 0; }
              header.header > .container .utility-bar ul.container-utility-bar li.search .header-search ul li .dropdown-menu form#searchform {
                display: -ms-grid;
                display: grid;
                -ms-grid-columns: auto auto;
                grid-template-columns: 1fr 1fr;
                border-bottom: 1px solid #979797;
                padding: 15px 0;
                background-color: #fff; }
                header.header > .container .utility-bar ul.container-utility-bar li.search .header-search ul li .dropdown-menu form#searchform input {
                  width: 16.75vw;
                  padding-left: 6px;
                  border: none;
                  font-weight: normal;
                  -ms-grid-column: 1; }
                  header.header > .container .utility-bar ul.container-utility-bar li.search .header-search ul li .dropdown-menu form#searchform input::-webkit-input-placeholder {
                    font-size: 1rem;
                    line-height: 1.25rem;
                    letter-spacing: -0.4px;
                    font-weight: normal;
                    color: #9B9B9B; }
                  header.header > .container .utility-bar ul.container-utility-bar li.search .header-search ul li .dropdown-menu form#searchform input::-moz-placeholder {
                    font-size: 1rem;
                    line-height: 1.25rem;
                    letter-spacing: -0.4px;
                    font-weight: normal;
                    color: #9B9B9B; }
                  header.header > .container .utility-bar ul.container-utility-bar li.search .header-search ul li .dropdown-menu form#searchform input:-ms-input-placeholder {
                    font-size: 1rem;
                    line-height: 1.25rem;
                    letter-spacing: -0.4px;
                    font-weight: normal;
                    color: #9B9B9B; }
                  header.header > .container .utility-bar ul.container-utility-bar li.search .header-search ul li .dropdown-menu form#searchform input::-ms-input-placeholder {
                    font-size: 1rem;
                    line-height: 1.25rem;
                    letter-spacing: -0.4px;
                    font-weight: normal;
                    color: #9B9B9B; }
                  header.header > .container .utility-bar ul.container-utility-bar li.search .header-search ul li .dropdown-menu form#searchform input::placeholder {
                    font-size: 1rem;
                    line-height: 1.25rem;
                    letter-spacing: -0.4px;
                    font-weight: normal;
                    color: #9B9B9B; }
                header.header > .container .utility-bar ul.container-utility-bar li.search .header-search ul li .dropdown-menu form#searchform button {
                  font-size: 1.05rem;
                  color: #000;
                  background: none;
                  border: none;
                  padding: 0;
                  -ms-grid-column: 2; }
          header.header > .container .utility-bar ul.container-utility-bar li.donate-btn {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 20px 22px 20px 1.9375vw;
            position: relative;
            height: 100%; }
            header.header > .container .utility-bar ul.container-utility-bar li.donate-btn.open:after {
              bottom: 0;
              -webkit-transform: translateY(13px) scaleY(0.5) rotate(45deg);
              -ms-transform: translateY(13px) scaleY(0.5) rotate(45deg);
              transform: translateY(13px) scaleY(0.5) rotate(45deg);
              visibility: visible;
              opacity: 1; }
            header.header > .container .utility-bar ul.container-utility-bar li.donate-btn:after {
              content: '';
              display: block;
              position: absolute;
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 0 11px 10px 11px;
              bottom: -14px;
              left: calc(50% - 7px);
              opacity: 0;
              visibility: hidden;
              border-color: transparent white white transparent;
              border-width: 0 0 28.2842712474619px 28.2842712474619px;
              -webkit-transform: translateY(10px) scaleY(0.5) rotate(45deg);
              -ms-transform: translateY(10px) scaleY(0.5) rotate(45deg);
              transform: translateY(10px) scaleY(0.5) rotate(45deg);
              z-index: 8001;
              -webkit-transition: opacity 0.05s ease, -webkit-transform 0.1s ease;
              transition: opacity 0.05s ease, -webkit-transform 0.1s ease;
              transition: opacity 0.05s ease, transform 0.1s ease;
              transition: opacity 0.05s ease, transform 0.1s ease, -webkit-transform 0.1s ease;
              bottom: 0; }
            header.header > .container .utility-bar ul.container-utility-bar li.donate-btn a {
              font-size: 1rem;
              line-height: 1.5rem;
              color: #fff;
              background-color: #862633;
              height: 60px;
              padding: 0;
              text-transform: uppercase;
              border-radius: inherit;
              background-repeat: no-repeat;
              display: -ms-flexbox;
              -ms-flex-align: center;
              -ms-flex-item-align: center;
              display: -webkit-box;
              display: flex;
              -webkit-box-align: center;
              align-items: center;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center;
              width: auto;
              min-width: 150px;
              border-radius: 2px;
              -webkit-transition: background-color 0.35s ease;
              transition: background-color 0.35s ease; }
              header.header > .container .utility-bar ul.container-utility-bar li.donate-btn a:hover {
                background-color: #A82738; }
              header.header > .container .utility-bar ul.container-utility-bar li.donate-btn a:after {
                content: url(../images/navbar_donate_caret.svg);
                height: auto;
                width: 4px;
                padding-top: 2.5px;
                background-color: transparent;
                color: white;
                display: block;
                margin-left: 0.5em;
                line-height: 1em; }
              header.header > .container .utility-bar ul.container-utility-bar li.donate-btn a i.fa-angle-down {
                display: none; }
            header.header > .container .utility-bar ul.container-utility-bar li.donate-btn .dropdown-menu {
              position: absolute;
              width: 250px;
              background: none;
              right: 22px;
              left: auto;
              margin-top: 0;
              padding: 20px 0;
              -webkit-transform: none;
              -ms-transform: none;
              transform: none;
              height: auto;
              background-color: #000;
              border-radius: 0; }
              header.header > .container .utility-bar ul.container-utility-bar li.donate-btn .dropdown-menu a {
                position: relative; }
                header.header > .container .utility-bar ul.container-utility-bar li.donate-btn .dropdown-menu a.dropdown-item {
                  border-radius: 0;
                  font-size: 18px;
                  font-weight: 700;
                  color: #fff;
                  background-color: #000;
                  text-transform: none; }
                  header.header > .container .utility-bar ul.container-utility-bar li.donate-btn .dropdown-menu a.dropdown-item:after {
                    content: none; }
                  header.header > .container .utility-bar ul.container-utility-bar li.donate-btn .dropdown-menu a.dropdown-item:hover {
                    background-color: #862633; }
          header.header > .container .utility-bar ul.container-utility-bar li:first-child {
            -ms-grid-column: 1;
            grid-column-start: 1;
            -ms-grid-row: 1;
            grid-row-start: 1; }
          header.header > .container .utility-bar ul.container-utility-bar li:nth-child(2) {
            -ms-grid-column: 2;
            grid-column-start: 2;
            -ms-grid-row: 1;
            grid-row-start: 1; }
          header.header > .container .utility-bar ul.container-utility-bar li:nth-child(3) {
            -ms-grid-column: 3;
            grid-column-start: 3;
            -ms-grid-row: 1;
            grid-row-start: 1; }
          header.header > .container .utility-bar ul.container-utility-bar li:last-child {
            -ms-grid-column: 3;
            grid-column-start: 3;
            -ms-grid-row: 1;
            grid-row-start: 1; }
          header.header > .container .utility-bar ul.container-utility-bar li ul#menu-utility-navigation:last-child {
            -ms-grid-column: 3;
            grid-column-start: 3;
            -ms-grid-row: inherit;
            grid-row-start: inherit; }
          header.header > .container .utility-bar ul.container-utility-bar li section.nav .container {
            padding-left: 1em;
            width: auto;
            font-size: 1.25vw; }
            header.header > .container .utility-bar ul.container-utility-bar li section.nav .container a {
              font-size: 1vw;
              color: #393939;
              font-weight: normal; }
            header.header > .container .utility-bar ul.container-utility-bar li section.nav .container nav ul#menu-utility-navigation {
              display: -ms-grid;
              display: grid;
              -ms-grid-columns: auto auto;
              grid-template-columns: auto;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              text-align: center; }
              header.header > .container .utility-bar ul.container-utility-bar li section.nav .container nav ul#menu-utility-navigation li a {
                padding: 0 1.625vw 0 0;
                line-height: normal; }
                header.header > .container .utility-bar ul.container-utility-bar li section.nav .container nav ul#menu-utility-navigation li a:hover {
                  background: none; }
    header.header > .container .navbar-header .navbar-toggle-title {
      margin-right: 15px;
      text-transform: uppercase;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-size: 18px;
      font-weight: 600; }
    header.header > .container .navbar-header .navbar-toggle {
      display: none;
      height: 80px;
      padding: 0;
      margin: 0;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      header.header > .container .navbar-header .navbar-toggle .icon-bar {
        background-color: #862633;
        height: 2px;
        width: 30px;
        border-radius: 0; }
        header.header > .container .navbar-header .navbar-toggle .icon-bar + .icon-bar {
          margin-top: 9px; }
    header.header > .container .navbar {
      background-color: transparent;
      -ms-grid-column: 2;
      grid-column-start: 2;
      -ms-grid-row: 1;
      grid-row-start: 1;
      height: auto;
      align-self: center;
      display: -ms-flexbox;
      -ms-flex-item-align: center;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      height: 100%; }
      header.header > .container .navbar .navbar-collapse {
        padding: 0;
        width: 100%;
        height: 100% !important; }
        header.header > .container .navbar .navbar-collapse .header-nav, header.header > .container .navbar .navbar-collapse .navbar-nav, header.header > .container .navbar .navbar-collapse li, header.header > .container .navbar .navbar-collapse a {
          display: block;
          height: 100%; }
        header.header > .container .navbar .navbar-collapse .nav-title-copy {
          margin: auto; }
      header.header > .container .navbar nav.header-nav ul#menu-primary-navigation {
        -webkit-box-align: center;
        align-items: center;
        display: -ms-flexbox;
        -ms-flex-align: center; }
        header.header > .container .navbar nav.header-nav ul#menu-primary-navigation > li {
          border-left: 1px solid #E3E1E5; }
          header.header > .container .navbar nav.header-nav ul#menu-primary-navigation > li:last-of-type {
            border-right: 1px solid #E3E1E5; }
          header.header > .container .navbar nav.header-nav ul#menu-primary-navigation > li.open:after {
            bottom: 0;
            -webkit-transform: translateY(13px) scaleY(0.5) rotate(45deg);
            -ms-transform: translateY(13px) scaleY(0.5) rotate(45deg);
            transform: translateY(13px) scaleY(0.5) rotate(45deg); }
          header.header > .container .navbar nav.header-nav ul#menu-primary-navigation > li:after {
            border-color: transparent white white transparent;
            border-width: 0 0 28.2842712474619px 28.2842712474619px;
            -webkit-transform: translateY(10px) scaleY(0.5) rotate(45deg);
            -ms-transform: translateY(10px) scaleY(0.5) rotate(45deg);
            transform: translateY(10px) scaleY(0.5) rotate(45deg);
            z-index: 1001;
            -webkit-transition: opacity 0.05s ease, -webkit-transform 0.1s ease;
            transition: opacity 0.05s ease, -webkit-transform 0.1s ease;
            transition: opacity 0.05s ease, transform 0.1s ease;
            transition: opacity 0.05s ease, transform 0.1s ease, -webkit-transform 0.1s ease;
            bottom: 0; }
          header.header > .container .navbar nav.header-nav ul#menu-primary-navigation > li ul.dropdown-menu {
            background: #862633;
            font-size: 0.9rem;
            line-height: 2.2rem;
            text-align: left;
            font-weight: normal;
            margin-top: 0;
            padding: 24px 24px 24px 17px;
            border-radius: 0;
            -webkit-transition: opacity 0.2s ease-in-out;
            transition: opacity 0.2s ease-in-out;
            min-width: 266px;
            left: 0;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none; }
            header.header > .container .navbar nav.header-nav ul#menu-primary-navigation > li ul.dropdown-menu li a {
              color: #fff;
              font-size: 0.9rem;
              line-height: 2.2rem;
              text-align: left;
              font-weight: normal;
              padding: 0 13px;
              white-space: pre-line;
              width: 250px; }
              header.header > .container .navbar nav.header-nav ul#menu-primary-navigation > li ul.dropdown-menu li a:hover {
                border-left: 3px solid #a83041;
                font-weight: bold;
                padding-left: 16px;
                padding-right: 0px;
                background-color: transparent; }
              header.header > .container .navbar nav.header-nav ul#menu-primary-navigation > li ul.dropdown-menu li a:focus {
                background-color: transparent; }
            header.header > .container .navbar nav.header-nav ul#menu-primary-navigation > li ul.dropdown-menu li.active a {
              font-weight: bold;
              background-color: transparent; }
            header.header > .container .navbar nav.header-nav ul#menu-primary-navigation > li ul.dropdown-menu li:last-child a {
              border-bottom: solid 0px #202945; }
          header.header > .container .navbar nav.header-nav ul#menu-primary-navigation > li:hover > ul.dropdown-menu {
            opacity: 1;
            pointer-events: inherit; }
          header.header > .container .navbar nav.header-nav ul#menu-primary-navigation > li.active > a {
            font-weight: bold; }
          header.header > .container .navbar nav.header-nav ul#menu-primary-navigation > li > a {
            padding: 10px 1.8125vw;
            display: -ms-flexbox;
            display: -webkit-box;
            display: flex;
            -ms-flex-align: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin: auto;
            text-transform: uppercase;
            font-weight: 600; }
            header.header > .container .navbar nav.header-nav ul#menu-primary-navigation > li > a:hover {
              -webkit-transform: translateY(0px);
              -ms-transform: translateY(0px);
              transform: translateY(0px); }
            header.header > .container .navbar nav.header-nav ul#menu-primary-navigation > li > a b.caret {
              display: none; }
  header.header > .container > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
  header.header > .container > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 4; }
  header.header > .container > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    grid-column: 4;
    grid-row: 1; }
  header.header > .container > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 2; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      header.header > .container > *:nth-child(4) {
        width: auto;
        /* IE10+ CSS styles go here */ } }
  header.header > .container > *:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 4;
    grid-row: 1; }
  header.header > .container > *:nth-child(6) {
    -ms-grid-row: 1;
    -ms-grid-column: 6;
    grid-column: 4;
    grid-row: 1; }

.offcanvas-site-cover {
  display: none;
  background-color: #fff;
  height: 60px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
  border: 1px solid rgba(209, 194, 170, 0.28);
  -webkit-box-shadow: 0 -1px 3px 0 rgba(171, 167, 152, 0.1);
  box-shadow: 0 -1px 3px 0 rgba(171, 167, 152, 0.1); }
  body.navbar-scroll .offcanvas-site-cover {
    display: none; }
  .offcanvas-site-cover + section {
    margin-top: 160px; }

/* autoprefixer grid: autoplace */
.site-wrapper {
  /* Mobile landscape to Tablet Portrait */
  /* Tablet landscape*/
  /* Desktop wide and beyond*/ }
  @media (max-width: 320px) {
    .site-wrapper header.header > .container {
      height: 80px;
      max-width: 450px;
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
      width: 100%;
      padding: 0; }
      .site-wrapper header.header > .container .home-logo {
        height: 80px;
        padding: 0;
        -ms-grid-row: 1;
        -ms-grid-column: 2;
        grid-column: 2;
        min-height: inherit;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-self: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        padding-top: 0;
        width: 100%;
        min-width: inherit; }
        .site-wrapper header.header > .container .home-logo a {
          width: 89px;
          background-color: #fff; }
      .site-wrapper header.header > .container .utility-bar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-self: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        grid-column: 1; }
        .site-wrapper header.header > .container .utility-bar ul.container-utility-bar {
          -ms-grid-columns: 1fr 5fr 1fr;
          grid-template-columns: 1fr 5fr 1fr;
          margin: 0; }
          .site-wrapper header.header > .container .utility-bar ul.container-utility-bar li section.nav .container nav ul#menu-utility-navigation li {
            text-align: right; }
            .site-wrapper header.header > .container .utility-bar ul.container-utility-bar li section.nav .container nav ul#menu-utility-navigation li a {
              padding: 0 15px 0; }
            .site-wrapper header.header > .container .utility-bar ul.container-utility-bar li section.nav .container nav ul#menu-utility-navigation li:first-child a {
              padding-left: 0; }
            .site-wrapper header.header > .container .utility-bar ul.container-utility-bar li section.nav .container nav ul#menu-utility-navigation li:nth-child(2) {
              padding: 0; }
          .site-wrapper header.header > .container .utility-bar ul.container-utility-bar li.search {
            padding: 0; }
            .site-wrapper header.header > .container .utility-bar ul.container-utility-bar li.search .header-search ul {
              padding-left: 20px; }
      .site-wrapper header.header > .container .navbar-header {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
        grid-column: 3;
        grid-row: 1;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-self: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-right: 20px; } }
  @media (max-width: 450px) {
    .site-wrapper header.header {
      top: 0; }
      .site-wrapper header.header > .container {
        height: 80px;
        -ms-grid-columns: 90px minmax(230px, 360px);
        grid-template-columns: 90px minmax(230px, 360px);
        max-width: 450px;
        padding: 0; }
        .site-wrapper header.header > .container .navbar-header .navbar-toggle {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        .site-wrapper header.header > .container .home-logo {
          height: 80px;
          padding: 0;
          -ms-grid-row: 1;
          -ms-grid-column: 1;
          grid-column: 1;
          min-height: inherit;
          border-right: solid 1px #DDD9DE;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          align-self: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          text-align: center;
          padding: 0 0;
          min-width: inherit;
          height: 100%;
          background-color: #fff; }
          .site-wrapper header.header > .container .home-logo a {
            padding: 10px;
            width: 89px; }
            .site-wrapper header.header > .container .home-logo a img {
              width: 100%;
              height: 100%; }
        .site-wrapper header.header > .container .utility-bar {
          display: none; }
        .site-wrapper header.header > .container .navbar-header {
          -ms-grid-column: 2;
          grid-column: 2;
          -ms-grid-row: 1;
          grid-row: 1;
          margin: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          align-self: center;
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end;
          padding-right: 20px; }
    .site-wrapper section.breadcrumbs {
      margin: 0; } }
  @media (min-width: 451px) and (max-width: 768px) {
    .site-wrapper header.header > .container {
      height: 80px;
      max-width: 1024px;
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
      width: 100%;
      padding: 0; }
      .site-wrapper header.header > .container .home-logo {
        height: 80px;
        padding: 0;
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        grid-column: 1;
        min-height: 66px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-self: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        text-align: center;
        padding-top: 0; }
        .site-wrapper header.header > .container .home-logo a {
          display: block;
          width: 89px;
          padding: 10px;
          background-color: #fff;
          border-right: 1px solid #E3E1E5; }
      .site-wrapper header.header > .container .utility-bar {
        display: none; }
      .site-wrapper header.header > .container .navbar-header {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
        grid-column: 2;
        grid-row: 1;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-self: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-right: 40px; }
        .site-wrapper header.header > .container .navbar-header .navbar-toggle {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
  @media (min-width: 769px) and (max-width: 1024px) {
    .site-wrapper header.header .container {
      height: 80px;
      max-width: 1024px;
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
      width: 100%; }
      .site-wrapper header.header .container .home-logo {
        height: 80px;
        padding: 0;
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        grid-column: 1;
        min-height: 66px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-self: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start; }
        .site-wrapper header.header .container .home-logo a {
          display: block;
          width: 89px;
          padding: 10px;
          background-color: #fff;
          border-right: 1px solid #E3E1E5; }
      .site-wrapper header.header .container .utility-bar {
        display: none; }
      .site-wrapper header.header .container .navbar-header {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
        grid-column: 2;
        grid-row: 1;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-self: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-right: 40px; }
        .site-wrapper header.header .container .navbar-header .navbar-toggle {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
  @media (min-width: 1025px) and (max-width: 1599px) {
    .site-wrapper header.header .container {
      -ms-grid-columns: auto auto 1fr;
      grid-template-columns: auto auto 1fr; }
      .site-wrapper header.header .container,
      .site-wrapper header.header .container > .home-logo,
      .site-wrapper header.header .container > .home-logo a {
        height: 6.25vw;
        min-height: 80px; }
      .site-wrapper header.header .container .home-logo {
        padding: 0; }
        .site-wrapper header.header .container .home-logo a {
          display: inline-block;
          padding: 0.875vw; }
          .site-wrapper header.header .container .home-logo a img {
            height: 4.5vw;
            min-height: calc(60px); } }
      @media (min-width: 1025px) and (max-width: 1599px) and (max-width: 1290px) {
        .site-wrapper header.header .container .home-logo a {
          padding: 10px; } }
  @media (min-width: 1025px) and (max-width: 1599px) {
      .site-wrapper header.header .container .utility-bar ul.container-utility-bar li section.nav .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .site-wrapper header.header .container .utility-bar ul.container-utility-bar li.donate-btn {
        padding-top: 0;
        padding-bottom: 0; }
        .site-wrapper header.header .container .utility-bar ul.container-utility-bar li.donate-btn a {
          font-size: 1.25vw; } }
      @media (min-width: 1025px) and (max-width: 1599px) and (max-width: 1400px) {
        .site-wrapper header.header .container .utility-bar ul.container-utility-bar li.donate-btn a {
          font-size: 18px; } }
  @media (min-width: 1025px) {
    .site-wrapper header.header .container {
      max-width: none;
      width: 100%;
      padding: 0; } }
  @media (min-width: 1600px) {
    .site-wrapper header.header .container .utility-bar ul.container-utility-bar li section.nav .container nav ul#menu-utility-navigation li a {
      font-size: 16px; } }

body.page-id-1849 section.hero:before, body.parent-pageid-898 section.hero:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  margin: -10px 0 0;
  border-radius: inherit;
  background-image: -webkit-gradient(linear, left top, right top, from(#FFCD00), to(#F2A900));
  background-image: -webkit-linear-gradient(left, #FFCD00 0%, #F2A900 100%);
  background-image: linear-gradient(90deg, #FFCD00 0%, #F2A900 100%);
  height: 10px; }

section.hero {
  position: relative;
  max-width: 1440px;
  margin: auto;
  color: #fff;
  top: -7px;
  z-index: 0; }
  section.hero .hero-background:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -10px 0 0;
    border-radius: inherit;
    background: -webkit-gradient(linear, left top, right top, from(#00A3E0), to(#004C97));
    background: -webkit-linear-gradient(left, #00A3E0 0%, #004C97 100%);
    background: linear-gradient(90deg, #00A3E0 0%, #004C97 100%); }
  section.hero .hero-background-image {
    background-size: 100%;
    background-repeat: no-repeat; }
  section.hero.hero-background-height-short.hero-content-side-right::before {
    height: 100%;
    min-height: 407px; }
  section.hero.hero-background-height-short.hero-content-side-left::before {
    height: 100%;
    min-height: 407px; }
  section.hero.hero-background-height-short .hero-background {
    min-height: 407px; }
  section.hero.hero-background-height-normal::before {
    min-height: 522px; }
  section.hero.hero-background-height-normal.hero-content-side-right::before {
    height: 100%;
    min-height: 522px; }
  section.hero.hero-background-height-normal.hero-content-side-left::before {
    height: 100%;
    min-height: 522px; }
  section.hero.hero-background-height-normal .hero-background {
    min-height: 522px; }
  section.hero.hero-background-height-tall::before {
    height: 100%;
    min-height: 750px; }
  section.hero.hero-background-height-tall.hero-content-side-left::before {
    height: 100%;
    min-height: 750px; }
  section.hero.hero-background-height-tall .hero-background {
    min-height: 750px; }
  section.hero.hero-background-height-tall .hero-content {
    top: 117px; }
    section.hero.hero-background-height-tall .hero-content .hero-header {
      font-size: 2.7rem;
      line-height: 3rem;
      letter-spacing: -0.005rem;
      margin-bottom: 2rem;
      font-weight: 700; }
      section.hero.hero-background-height-tall .hero-content .hero-header .starts-with-quote {
        text-indent: -.5em; }
    section.hero.hero-background-height-tall .hero-content .hero-body-area p {
      font-size: 1.4rem;
      line-height: 2rem; }
    section.hero.hero-background-height-tall .hero-content .hero-cta.button a {
      margin-top: 2rem; }
      section.hero.hero-background-height-tall .hero-content .hero-cta.button a:hover {
        background-color: #dc3f44; }
  section.hero.hero-background-mode-image {
    background-size: 100%; }
    section.hero.hero-background-mode-image img {
      border-radius: 0; }
    section.hero.hero-background-mode-image.hero-align-right::after {
      display: block;
      content: "";
      height: 235px;
      position: absolute;
      z-index: 1;
      width: 100%;
      background-position: 0 101%;
      bottom: 0;
      background-size: contain;
      background-repeat: no-repeat;
      background: url(../images/home-page-wave.svg) no-repeat;
      -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
      transform: scaleX(-1);
      -webkit-filter: FlipH;
      filter: FlipH;
      -ms-filter: "FlipH"; }
    section.hero.hero-background-mode-image.hero-align-right .hero-background-image {
      background-size: cover;
      background-repeat: no-repeat; }
    section.hero.hero-background-mode-image.hero-align-right .hero-content {
      position: absolute;
      top: 0;
      margin-right: 134px;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      max-width: 480px; }
    section.hero.hero-background-mode-image.hero-align-left::after {
      display: block;
      content: "";
      height: 235px;
      position: absolute;
      z-index: 1;
      width: 100%;
      background-position: 0 101%;
      bottom: 0;
      background-size: contain;
      background-repeat: no-repeat;
      background: url(../images/home-page-wave.svg) no-repeat; }
    section.hero.hero-background-mode-image.hero-align-left .hero-background-image {
      background-size: cover;
      background-repeat: no-repeat; }
    section.hero.hero-background-mode-image.hero-align-left .hero-content {
      top: 0;
      position: absolute;
      margin-left: 134px;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      max-width: 480px; }
    section.hero.hero-background-mode-image.hero-content-side-right::before {
      display: block;
      content: "";
      background-image: -webkit-gradient(linear, right top, left top, from(#000), color-stop(60%, rgba(255, 255, 255, 0)));
      background-image: -webkit-linear-gradient(right, #000 0%, rgba(255, 255, 255, 0) 60%);
      background-image: linear-gradient(-90deg, #000 0%, rgba(255, 255, 255, 0) 60%);
      width: 100%;
      position: absolute; }
    section.hero.hero-background-mode-image.hero-content-side-right .hero-content {
      position: absolute;
      margin-right: auto;
      margin-left: 60%;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      width: 480px;
      max-width: 30%; }
    section.hero.hero-background-mode-image.hero-content-side-left::before {
      display: block;
      content: "";
      background-image: -webkit-gradient(linear, left top, right top, from(#000), color-stop(60%, rgba(255, 255, 255, 0)));
      background-image: -webkit-linear-gradient(left, #000 0%, rgba(255, 255, 255, 0) 60%);
      background-image: linear-gradient(90deg, #000 0%, rgba(255, 255, 255, 0) 60%);
      width: 100%;
      position: absolute; }
    section.hero.hero-background-mode-image.hero-content-side-left .hero-content {
      position: absolute;
      margin-left: 134px;
      margin-right: auto;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      max-width: 480px; }
    section.hero.hero-background-mode-image .hero-background-image.left {
      background-position-x: left; }
    section.hero.hero-background-mode-image .hero-background-image.center {
      background-position-x: center; }
    section.hero.hero-background-mode-image .hero-background-image.right {
      background-position-x: right; }
    section.hero.hero-background-mode-image .hero-background-image.top {
      background-position-y: top; }
    section.hero.hero-background-mode-image .hero-background-image.middle {
      background-position-y: center; }
    section.hero.hero-background-mode-image .hero-background-image.bottom {
      background-position-y: bottom; }
  section.hero.hero-background-mode-color {
    background-image: -webkit-gradient(linear, left top, right top, from(#898D8D), to(#54585A));
    background-image: -webkit-linear-gradient(left, #898D8D 0%, #54585A 100%);
    background-image: linear-gradient(90deg, #898D8D 0%, #54585A 100%);
    padding-top: 18px; }
    section.hero.hero-background-mode-color::after {
      display: block;
      content: "";
      height: 235px;
      position: absolute;
      z-index: 1;
      width: 100%;
      background-position: 0 101%;
      bottom: 0;
      background-size: contain;
      background-repeat: no-repeat;
      background: url(../images/home-page-wave.svg) no-repeat; }
    section.hero.hero-background-mode-color .hero-content.content-none {
      -ms-grid-columns: auto;
      grid-template-columns: auto;
      position: relative;
      left: auto;
      right: auto;
      top: auto;
      padding-bottom: calc(20px + 20%);
      padding-top: 80px; }
  section.hero.hero-background-color-gray {
    background-image: -webkit-gradient(linear, left top, right top, from(#898D8D), to(#54585A));
    background-image: -webkit-linear-gradient(left, #898D8D 0%, #54585A 100%);
    background-image: linear-gradient(90deg, #898D8D 0%, #54585A 100%);
    padding-top: 18px; }
    section.hero.hero-background-color-gray::after {
      display: block;
      content: "";
      height: 235px;
      position: absolute;
      z-index: 1;
      width: 100%;
      background-position: 0 101%;
      bottom: 0;
      background-size: contain;
      background-repeat: no-repeat;
      background: url(../images/home-page-wave.svg) no-repeat; }
  section.hero.hero-background-color-blue {
    background-image: -webkit-gradient(linear, left top, right top, from(#00A3E0), to(#004C97));
    background-image: -webkit-linear-gradient(left, #00A3E0 0%, #004C97 100%);
    background-image: linear-gradient(90deg, #00A3E0 0%, #004C97 100%);
    padding-top: 18px; }
    section.hero.hero-background-color-blue::after {
      display: block;
      content: "";
      height: 235px;
      position: absolute;
      z-index: 1;
      width: 100%;
      background-position: 0 101%;
      bottom: 0;
      background-size: contain;
      background-repeat: no-repeat;
      background: url(../images/home-page-wave.svg) no-repeat; }
  section.hero .hero-content {
    max-width: 1170px;
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;
    top: 80px;
    position: absolute;
    height: auto;
    z-index: 20; }
    section.hero .hero-content.content-full, section.hero .hero-content.content-right, section.hero .hero-content.content-left, section.hero .hero-content.content- {
      display: -ms-grid;
      display: grid;
      grid-template-columns: 0.80fr 1fr;
      -ms-grid-columns: .8fr 1fr;
      position: relative;
      left: auto;
      right: auto;
      top: auto;
      padding-bottom: calc(20px + 20%);
      padding-top: 80px; }
      section.hero .hero-content.content-full header.hero-header, section.hero .hero-content.content-right header.hero-header, section.hero .hero-content.content-left header.hero-header, section.hero .hero-content.content- header.hero-header {
        -ms-grid-column: 1;
        line-height: 48px;
        padding-right: 30px; }
    section.hero .hero-content.content-none {
      -ms-grid-columns: auto;
      grid-template-columns: auto;
      position: relative;
      left: auto;
      right: auto;
      top: auto;
      padding-bottom: 275px;
      padding-top: 80px; }
    section.hero .hero-content .hero-header {
      font-size: 42px;
      color: #FFFFFF;
      line-height: 60px; }
    section.hero .hero-content .hero-body-area {
      font-size: 24px;
      color: #FFFFFF;
      line-height: 36px;
      -ms-grid-column: 2; }
      section.hero .hero-content .hero-body-area p {
        color: #FFFFFF;
        font-weight: 100;
        font-size: 24px;
        line-height: 36px; }
    section.hero .hero-content .hero-cta.button {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: 30px; }
      section.hero .hero-content .hero-cta.button.default a {
        background: #D8292F; }
      section.hero .hero-content .hero-cta.button.blue a {
        background: #62B1BD; }
      section.hero .hero-content .hero-cta.button a {
        cursor: pointer;
        padding-left: 1.6rem;
        padding-right: 1.6rem;
        height: 60px;
        border-radius: 5px;
        text-align: center;
        color: #fff;
        font-size: 21px;
        background: #D8292F;
        text-transform: uppercase;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        section.hero .hero-content .hero-cta.button a:hover {
          text-decoration: none; }

@media (min-width: 320px) and (max-width: 767px) {
  section.breadcrumbs {
    display: none; } }

section.hero {
  top: 11px;
  /* Mobile landscape to Tablet Portrait */
  /* Tablet landscape*/
  /* Desktop wide and beyond*/ }
  @media (min-width: 320px) and (max-width: 450px) {
    section.hero.hero-background-color-blue, section.hero.hero-content-side-, section.hero.hero-background-mode-color {
      padding: 20px 20px 30px;
      background-image: -webkit-gradient(linear, left top, right top, from(#898D8D), to(#54585A));
      background-image: -webkit-linear-gradient(left, #898D8D 0%, #54585A 100%);
      background-image: linear-gradient(90deg, #898D8D 0%, #54585A 100%); }
      section.hero.hero-background-color-blue .hero-background, section.hero.hero-content-side- .hero-background, section.hero.hero-background-mode-color .hero-background {
        max-height: inherit;
        min-height: inherit; }
      section.hero.hero-background-color-blue:after, section.hero.hero-content-side-:after, section.hero.hero-background-mode-color:after {
        background: none;
        content: none; }
      section.hero.hero-background-color-blue .hero-content, section.hero.hero-content-side- .hero-content, section.hero.hero-background-mode-color .hero-content {
        position: initial;
        display: block;
        margin-left: auto;
        margin-right: auto; }
        section.hero.hero-background-color-blue .hero-content header.hero-header, section.hero.hero-content-side- .hero-content header.hero-header, section.hero.hero-background-mode-color .hero-content header.hero-header {
          position: inherit;
          top: 0;
          text-align: center;
          font-size: 36px;
          text-align: center;
          line-height: 41px;
          padding-right: 0; }
        section.hero.hero-background-color-blue .hero-content .hero-body-area, section.hero.hero-content-side- .hero-content .hero-body-area, section.hero.hero-background-mode-color .hero-content .hero-body-area {
          margin-top: 20px;
          font-size: 21px;
          font-weight: 100;
          text-align: center;
          line-height: 28px; }
    section.hero.hero-background-mode-image.hero-content-side-right:after, section.hero.hero-background-mode-image.hero-content-side-left:after, section.hero.hero-background-mode-image.hero-background-height-normal:after {
      background: none;
      content: none; }
    section.hero.hero-background-mode-image.hero-content-side-right:before, section.hero.hero-background-mode-image.hero-content-side-left:before, section.hero.hero-background-mode-image.hero-background-height-normal:before {
      background: none;
      content: none; }
    section.hero.hero-background-mode-image.hero-content-side-right .hero-background-image, section.hero.hero-background-mode-image.hero-content-side-left .hero-background-image, section.hero.hero-background-mode-image.hero-background-height-normal .hero-background-image {
      min-height: 180px; }
      section.hero.hero-background-mode-image.hero-content-side-right .hero-background-image:before, section.hero.hero-background-mode-image.hero-content-side-left .hero-background-image:before, section.hero.hero-background-mode-image.hero-background-height-normal .hero-background-image:before {
        content: none; }
    section.hero.hero-background-mode-image.hero-content-side-right .hero-content, section.hero.hero-background-mode-image.hero-content-side-left .hero-content, section.hero.hero-background-mode-image.hero-background-height-normal .hero-content {
      position: initial;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      color: #62B1BD;
      width: 100%;
      max-width: 100%; }
      section.hero.hero-background-mode-image.hero-content-side-right .hero-content header.hero-header, section.hero.hero-background-mode-image.hero-content-side-left .hero-content header.hero-header, section.hero.hero-background-mode-image.hero-background-height-normal .hero-content header.hero-header {
        position: inherit;
        top: 0;
        margin-top: 10px;
        font-size: 36px;
        letter-spacing: 0;
        text-align: center;
        padding-right: 0;
        line-height: 41px;
        color: #62B1BD; }
      section.hero.hero-background-mode-image.hero-content-side-right .hero-content .hero-body-area, section.hero.hero-background-mode-image.hero-content-side-left .hero-content .hero-body-area, section.hero.hero-background-mode-image.hero-background-height-normal .hero-content .hero-body-area {
        font-weight: 100;
        font-size: 21px;
        color: #54585A;
        letter-spacing: -0.1px;
        text-align: center;
        line-height: 28px;
        margin-top: 20px;
        padding: 0 20px; }
        section.hero.hero-background-mode-image.hero-content-side-right .hero-content .hero-body-area:after, section.hero.hero-background-mode-image.hero-content-side-left .hero-content .hero-body-area:after, section.hero.hero-background-mode-image.hero-background-height-normal .hero-content .hero-body-area:after {
          content: '';
          display: block;
          width: 233px;
          margin: 30px auto;
          border-bottom: solid 5px #EAAA00; }
        section.hero.hero-background-mode-image.hero-content-side-right .hero-content .hero-body-area p, section.hero.hero-background-mode-image.hero-content-side-left .hero-content .hero-body-area p, section.hero.hero-background-mode-image.hero-background-height-normal .hero-content .hero-body-area p {
          font-size: 21px;
          color: #54585A; } }
  @media (min-width: 451px) and (max-width: 768px) {
    section.hero.hero-background-color-blue .hero-content, section.hero.hero-content-side- .hero-content, section.hero.hero-background-mode-color .hero-content {
      padding: 0 15px;
      -ms-grid-columns: 1.5fr 1fr;
      grid-template-columns: 1.5fr 1fr; }
      section.hero.hero-background-color-blue .hero-content::after, section.hero.hero-content-side- .hero-content::after, section.hero.hero-background-mode-color .hero-content::after {
        background-position: 0 101%;
        background-size: contain; }
    section.hero.hero-background-color-blue:after, section.hero.hero-content-side-:after, section.hero.hero-background-mode-color:after {
      height: 115px;
      background-position: 0 101%;
      background-size: contain; }
    section.hero.hero-background-mode-image.hero-content-side-right .hero-content {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: auto;
      grid-template-columns: auto;
      margin-left: auto;
      margin-right: auto;
      max-width: 60%; }
      section.hero.hero-background-mode-image.hero-content-side-right .hero-content header.hero-header {
        line-height: 48px;
        padding-left: 0px;
        text-align: center; }
      section.hero.hero-background-mode-image.hero-content-side-right .hero-content .hero-body-area {
        padding-left: 15px; }
    section.hero.hero-background-mode-image.hero-content-side-right .hero-background-image {
      background-position: left; }
    section.hero.hero-background-mode-image.hero-content-side-right:after {
      background-position: left bottom;
      background-size: contain;
      height: 115px; }
    section.hero.hero-background-mode-image.hero-content-side-left .hero-content {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: auto;
      grid-template-columns: auto;
      margin-left: auto;
      margin-right: auto;
      max-width: 60%; }
      section.hero.hero-background-mode-image.hero-content-side-left .hero-content header.hero-header {
        line-height: 48px;
        padding-left: 0px;
        text-align: center; }
      section.hero.hero-background-mode-image.hero-content-side-left .hero-content .hero-body-area {
        padding-left: 15px; }
    section.hero.hero-background-mode-image.hero-content-side-left .hero-background-image {
      background-position: right; }
    section.hero.hero-background-mode-image.hero-content-side-left:after {
      background-position: 0 101%;
      background-size: contain;
      height: 115px; } }
  @media (min-width: 769px) and (max-width: 1024px) {
    section.hero.hero-background-color-blue .hero-content, section.hero.hero-content-side- .hero-content, section.hero.hero-background-mode-color .hero-content {
      padding: 0 15px; }
    section.hero.hero-background-color-blue:after, section.hero.hero-content-side-:after, section.hero.hero-background-mode-color:after {
      background-position: 0 101%;
      background-size: contain; }
    section.hero.hero-background-mode-image.hero-content-side-right .hero-content {
      margin-right: 15px;
      margin-left: auto; }
    section.hero.hero-background-mode-image.hero-content-side-right:after {
      background-position: 0 101%;
      background-size: contain; }
    section.hero.hero-background-mode-image.hero-content-side-left .hero-content {
      margin-right: auto;
      margin-left: 15px; }
    section.hero.hero-background-mode-image.hero-content-side-left:after {
      background-position: 0 101%;
      background-size: contain; } }

section.hero.hero-2 > .container {
  width: 100%; }
  section.hero.hero-2 > .container .row.item.full {
    background-size: cover;
    height: 700px; }
    section.hero.hero-2 > .container .row.item.full .container {
      width: 100%; }

body.page-template-list section.content, body.search section.content {
  padding-bottom: 0;
  margin-bottom: 45px; }
  body.page-template-list section.content .container, body.search section.content .container {
    width: 1170px; }
    body.page-template-list section.content .container p, body.search section.content .container p {
      font-size: 20px;
      line-height: 30px;
      padding: 0; }
  body.page-template-list section.content .inner, body.search section.content .inner {
    padding-bottom: 0;
    border-bottom: none; }

body.page-template-list section.newsfeed.newsfeed-1, body.search section.newsfeed.newsfeed-1 {
  background-size: 100%;
  padding-bottom: 90px;
  max-width: 1170px;
  width: 100%;
  margin: 25px auto 0; }
  body.page-template-list section.newsfeed.newsfeed-1 .container, body.search section.newsfeed.newsfeed-1 .container {
    width: 1170px;
    padding: 0 5vw;
    max-width: 100%; }
    body.page-template-list section.newsfeed.newsfeed-1 .container .newsfeed p + .newsfeed-item, body.search section.newsfeed.newsfeed-1 .container .newsfeed p + .newsfeed-item {
      border-top: none; }
    body.page-template-list section.newsfeed.newsfeed-1 .container .newsfeed .newsfeed-item, body.search section.newsfeed.newsfeed-1 .container .newsfeed .newsfeed-item {
      border-top: none;
      padding: 0; }
      body.page-template-list section.newsfeed.newsfeed-1 .container .newsfeed .newsfeed-item .container-fluid .row, body.search section.newsfeed.newsfeed-1 .container .newsfeed .newsfeed-item .container-fluid .row {
        padding: 22.5px 95px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        body.page-template-list section.newsfeed.newsfeed-1 .container .newsfeed .newsfeed-item .container-fluid .row .news-items-left, body.search section.newsfeed.newsfeed-1 .container .newsfeed .newsfeed-item .container-fluid .row .news-items-left {
          -ms-flex-preferred-size: 350px;
          flex-basis: 350px;
          height: 275px;
          -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center; }
          body.page-template-list section.newsfeed.newsfeed-1 .container .newsfeed .newsfeed-item .container-fluid .row .news-items-left .newsfeed-image, body.search section.newsfeed.newsfeed-1 .container .newsfeed .newsfeed-item .container-fluid .row .news-items-left .newsfeed-image {
            border-radius: 10px;
            overflow: hidden; }
            body.page-template-list section.newsfeed.newsfeed-1 .container .newsfeed .newsfeed-item .container-fluid .row .news-items-left .newsfeed-image img, body.search section.newsfeed.newsfeed-1 .container .newsfeed .newsfeed-item .container-fluid .row .news-items-left .newsfeed-image img {
              height: 275px;
              width: auto;
              max-width: none;
              position: relative;
              left: 50%;
              transform: translateX(-50%);
              -o-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
              -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%); }
        body.page-template-list section.newsfeed.newsfeed-1 .container .newsfeed .newsfeed-item .container-fluid .row .news-items-heading .hdr, body.search section.newsfeed.newsfeed-1 .container .newsfeed .newsfeed-item .container-fluid .row .news-items-heading .hdr {
          margin-top: 0; }
          body.page-template-list section.newsfeed.newsfeed-1 .container .newsfeed .newsfeed-item .container-fluid .row .news-items-heading .hdr a, body.search section.newsfeed.newsfeed-1 .container .newsfeed .newsfeed-item .container-fluid .row .news-items-heading .hdr a {
            font-size: 32px;
            line-height: 1.125em;
            font-weight: normal; }
        body.page-template-list section.newsfeed.newsfeed-1 .container .newsfeed .newsfeed-item .container-fluid .row .newsfeed-information, body.search section.newsfeed.newsfeed-1 .container .newsfeed .newsfeed-item .container-fluid .row .newsfeed-information {
          margin-left: 0;
          -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center;
          padding-left: 30px; }
          body.page-template-list section.newsfeed.newsfeed-1 .container .newsfeed .newsfeed-item .container-fluid .row .newsfeed-information a.secondary-text-cta, body.search section.newsfeed.newsfeed-1 .container .newsfeed .newsfeed-item .container-fluid .row .newsfeed-information a.secondary-text-cta {
            color: #862633;
            font-size: 21px;
            line-height: 30px;
            font-weight: normal;
            letter-spacing: 0;
            text-transform: none;
            font-weight: normal;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
            body.page-template-list section.newsfeed.newsfeed-1 .container .newsfeed .newsfeed-item .container-fluid .row .newsfeed-information a.secondary-text-cta:after, body.search section.newsfeed.newsfeed-1 .container .newsfeed .newsfeed-item .container-fluid .row .newsfeed-information a.secondary-text-cta:after {
              content: url(../images/arrow.svg);
              color: #862633;
              position: relative;
              font-size: 1em;
              top: .125em;
              left: .538em;
              margin-top: 2px;
              text-decoration: none; }
            body.page-template-list section.newsfeed.newsfeed-1 .container .newsfeed .newsfeed-item .container-fluid .row .newsfeed-information a.secondary-text-cta i.fa, body.search section.newsfeed.newsfeed-1 .container .newsfeed .newsfeed-item .container-fluid .row .newsfeed-information a.secondary-text-cta i.fa {
              display: none; }
      body.page-template-list section.newsfeed.newsfeed-1 .container .newsfeed .newsfeed-item .description, body.search section.newsfeed.newsfeed-1 .container .newsfeed .newsfeed-item .description {
        color: #393939;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 15px; }
      body.page-template-list section.newsfeed.newsfeed-1 .container .newsfeed .newsfeed-item:first-child .container-fluid .row, body.search section.newsfeed.newsfeed-1 .container .newsfeed .newsfeed-item:first-child .container-fluid .row {
        padding-top: 7vh;
        border-top: 1px solid rgba(134, 38, 51, 0.38); }
      body.page-template-list section.newsfeed.newsfeed-1 .container .newsfeed .newsfeed-item:last-child .container-fluid .row, body.search section.newsfeed.newsfeed-1 .container .newsfeed .newsfeed-item:last-child .container-fluid .row {
        padding-bottom: 0px; }

body {
  /* Portrait tablet to landscape and desktop */
  /* Large desktop */ }
  @media (max-width: 767px) {
    body.page.page-template-list section.title-header, body.search section.title-header {
      margin-top: 40px; }
      body.page.page-template-list section.title-header .container, body.search section.title-header .container {
        width: 100%;
        padding: 0; }
        body.page.page-template-list section.title-header .container .column-title h1, body.search section.title-header .container .column-title h1 {
          text-align: left;
          font-size: 33px;
          line-height: 37px; }
        body.page.page-template-list section.title-header .container .column-description, body.search section.title-header .container .column-description {
          font-size: 22px;
          line-height: 34px; }
    body.page.page-template-list section.newsfeed.newsfeed-1, body.search section.newsfeed.newsfeed-1 {
      width: 100%;
      margin-top: 30px;
      padding-bottom: 60px; }
      body.page.page-template-list section.newsfeed.newsfeed-1 > .container, body.search section.newsfeed.newsfeed-1 > .container {
        padding: 0 15px;
        max-width: 100%; }
        body.page.page-template-list section.newsfeed.newsfeed-1 > .container .newsfeed .newsfeed-item .container-fluid .row, body.search section.newsfeed.newsfeed-1 > .container .newsfeed .newsfeed-item .container-fluid .row {
          padding: 0;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
          body.page.page-template-list section.newsfeed.newsfeed-1 > .container .newsfeed .newsfeed-item .container-fluid .row:first-child, body.search section.newsfeed.newsfeed-1 > .container .newsfeed .newsfeed-item .container-fluid .row:first-child {
            padding-top: 45px; }
          body.page.page-template-list section.newsfeed.newsfeed-1 > .container .newsfeed .newsfeed-item .container-fluid .row .news-items-left, body.search section.newsfeed.newsfeed-1 > .container .newsfeed .newsfeed-item .container-fluid .row .news-items-left {
            max-height: 225px;
            max-width: 100%; }
            body.page.page-template-list section.newsfeed.newsfeed-1 > .container .newsfeed .newsfeed-item .container-fluid .row .news-items-left .newsfeed-image, body.search section.newsfeed.newsfeed-1 > .container .newsfeed .newsfeed-item .container-fluid .row .news-items-left .newsfeed-image {
              height: auto;
              width: 100%;
              max-width: 425px; }
              body.page.page-template-list section.newsfeed.newsfeed-1 > .container .newsfeed .newsfeed-item .container-fluid .row .news-items-left .newsfeed-image img, body.search section.newsfeed.newsfeed-1 > .container .newsfeed .newsfeed-item .container-fluid .row .news-items-left .newsfeed-image img {
                height: 225px;
                width: 100%;
                left: 50%;
                top: 50%;
                -webkit-transform: none;
                -ms-transform: none;
                transform: none;
                left: auto;
                top: auto;
                -o-object-fit: cover;
                object-fit: cover; }
          body.page.page-template-list section.newsfeed.newsfeed-1 > .container .newsfeed .newsfeed-item .container-fluid .row .newsfeed-information, body.search section.newsfeed.newsfeed-1 > .container .newsfeed .newsfeed-item .container-fluid .row .newsfeed-information {
            padding-bottom: 0;
            padding-left: 0;
            padding-right: 0;
            max-width: 350px; }
            body.page.page-template-list section.newsfeed.newsfeed-1 > .container .newsfeed .newsfeed-item .container-fluid .row .newsfeed-information .news-items-heading .hdr, body.search section.newsfeed.newsfeed-1 > .container .newsfeed .newsfeed-item .container-fluid .row .newsfeed-information .news-items-heading .hdr {
              margin-bottom: 5px; }
              body.page.page-template-list section.newsfeed.newsfeed-1 > .container .newsfeed .newsfeed-item .container-fluid .row .newsfeed-information .news-items-heading .hdr, body.page.page-template-list section.newsfeed.newsfeed-1 > .container .newsfeed .newsfeed-item .container-fluid .row .newsfeed-information .news-items-heading .hdr a, body.search section.newsfeed.newsfeed-1 > .container .newsfeed .newsfeed-item .container-fluid .row .newsfeed-information .news-items-heading .hdr, body.search section.newsfeed.newsfeed-1 > .container .newsfeed .newsfeed-item .container-fluid .row .newsfeed-information .news-items-heading .hdr a {
                font-size: 26px;
                line-height: 33px; }
            body.page.page-template-list section.newsfeed.newsfeed-1 > .container .newsfeed .newsfeed-item .container-fluid .row .newsfeed-information .description, body.search section.newsfeed.newsfeed-1 > .container .newsfeed .newsfeed-item .container-fluid .row .newsfeed-information .description {
              margin-bottom: 9px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    body.page.page-template-list section.newsfeed.newsfeed-1 .container .newsfeed .newsfeed-item .container-fluid, body.search section.newsfeed.newsfeed-1 .container .newsfeed .newsfeed-item .container-fluid {
      padding: 0; }
      body.page.page-template-list section.newsfeed.newsfeed-1 .container .newsfeed .newsfeed-item .container-fluid .row, body.search section.newsfeed.newsfeed-1 .container .newsfeed .newsfeed-item .container-fluid .row {
        padding: 45px 30px; }
        body.page.page-template-list section.newsfeed.newsfeed-1 .container .newsfeed .newsfeed-item .container-fluid .row .newsfeed-information, body.search section.newsfeed.newsfeed-1 .container .newsfeed .newsfeed-item .container-fluid .row .newsfeed-information {
          padding-left: 0;
          width: auto;
          margin-left: 30px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    body.page.page-template-list section.newsfeed.newsfeed-1 > .container, body.page.page-template-list section.newsfeed.newsfeed-1 > .container-fluid, body.search section.newsfeed.newsfeed-1 > .container, body.search section.newsfeed.newsfeed-1 > .container-fluid {
      padding-left: 5vw;
      padding-right: 5vw; } }
  @media (min-width: 1200px) {
    body.page.page-template-list section.newsfeed.newsfeed-1 > .container, body.page.page-template-list section.newsfeed.newsfeed-1 > .container-fluid, body.search section.newsfeed.newsfeed-1 > .container, body.search section.newsfeed.newsfeed-1 > .container-fluid {
      padding-left: 5vw;
      padding-right: 5vw; } }

.navbar {
  font-size: 15px;
  height: 55px;
  top: 0;
  right: 0;
  left: 0;
  margin-bottom: 0;
  background-color: #FFF;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  border-width: 0;
  border-radius: 0;
  -webkit-box-shadow: 0px 0px 3px 0px fade(black, 20%);
  box-shadow: 0px 0px 3px 0px fade(black, 20%); }
  @media (max-width: 1199px) {
    .navbar > .container {
      width: auto; } }
  @media (min-width: 992px) {
    .navbar {
      height: 100px; } }
  @media (min-width: 1200px) and (min-height: 780px) {
    .navbar {
      height: 100px; } }
  .navbar li {
    margin-bottom: 0; }
    .navbar li:before {
      display: none; }

/*.admin-bar header.header {
	position: relative;
	@media (min-width: 783px) {
		position: fixed;
		top: 32px;
	}
}*/
.navbar-toggle {
  margin-top: 9.5px;
  margin-bottom: 9.5px;
  padding: 8px;
  background: none;
  border: none;
  outline: 0; }
  .navbar-toggle .icon-bar {
    background-color: #862633;
    height: 4px;
    width: 22px; }
    .navbar-toggle .icon-bar + .icon-bar {
      margin-top: 4px; }

.navbar-nav-primary-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px; }

ul.navbar-nav-primary {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  float: none;
  font-size: 15px;
  margin: 0px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  ul.navbar-nav-primary:before {
    content: none; }
  ul.navbar-nav-primary > li {
    height: 60px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    border-color: transparent;
    -webkit-transition: height 0.4s ease, border-color 0.4s ease;
    transition: height 0.4s ease, border-color 0.4s ease;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
    ul.navbar-nav-primary > li > a {
      white-space: nowrap;
      padding: 17px 1.36em 16px;
      font: normal 20.1px "Muli", Arial, Helvetica, sans-serif;
      color: #202945;
      text-align: center;
      -webkit-transition: background 0.5s, padding 0.4s ease, font-size 0.2s, line-height 0.4s ease, -webkit-transform 0.2s ease;
      transition: background 0.5s, padding 0.4s ease, font-size 0.2s, line-height 0.4s ease, -webkit-transform 0.2s ease;
      transition: background 0.5s, padding 0.4s ease, font-size 0.2s, line-height 0.4s ease, transform 0.2s ease;
      transition: background 0.5s, padding 0.4s ease, font-size 0.2s, line-height 0.4s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
      line-height: 25px; }
    ul.navbar-nav-primary > li.open > a,
    ul.navbar-nav-primary > li > a:hover {
      -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px); }
    ul.navbar-nav-primary > li > a:hover,
    ul.navbar-nav-primary > li > a:focus,
    ul.navbar-nav-primary > li.open > a,
    ul.navbar-nav-primary > li.open > a:hover,
    ul.navbar-nav-primary > li.active > a,
    ul.navbar-nav-primary > li.active > a:hover {
      background-color: transparent; }
    ul.navbar-nav-primary > li.active > a {
      color: #862633; }
    ul.navbar-nav-primary > li.dropdown.open:after {
      opacity: 1;
      visibility: visible; }
    ul.navbar-nav-primary > li.dropdown:after {
      content: '';
      display: block;
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 11px 10px 11px;
      bottom: -14px;
      left: calc(50% - 7px);
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
      transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
      transition: opacity 0.4s ease, transform 0.4s ease;
      transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease; }
  ul.navbar-nav-primary > li.navbar-donate {
    border: none; }
    ul.navbar-nav-primary > li.navbar-donate > a {
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      background-color: #862633;
      font-size: 18px;
      font-weight: 700;
      color: #fff;
      text-transform: uppercase;
      -webkit-box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.2); }
      ul.navbar-nav-primary > li.navbar-donate > a:hover {
        color: #fff;
        background-color: #76212d !important; }
      ul.navbar-nav-primary > li.navbar-donate > a:after {
        content: '';
        display: inline-block;
        height: 8px;
        width: 8px;
        margin-top: -3px;
        margin-left: 2px;
        border-color: #fff;
        border-style: solid;
        border-width: 0;
        border-top-width: 1px;
        border-right-width: 1px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        vertical-align: middle; }

.dropdown-toggle .caret {
  display: inline-block;
  position: relative;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-left: 10px;
  border: none;
  border-left: 1.75px solid #bcdee3;
  border-bottom: 1.75px solid #bcdee3;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  top: -1px; }

.dropdown.open .dropdown-toggle .caret {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 0px; }

@media (min-width: 992px) {
  .navbar-scroll header.header.header-1 nav.navbar {
    margin-top: -100px;
    opacity: 0;
    z-index: -200; } }

.dropdown-menu {
  display: block;
  opacity: 0;
  pointer-events: none;
  border: none;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 18px;
  margin-top: 14px;
  padding: 20px 10px;
  margin-top: 15px;
  left: 50%;
  right: auto;
  text-align: center;
  -webkit-transform: translate(-50%, -5px) scale(1);
  -ms-transform: translate(-50%, -5px) scale(1);
  transform: translate(-50%, -5px) scale(1); }
  .dropdown-menu:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 14px;
    top: -14px; }

.dropdown.open > .dropdown-menu {
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
  pointer-events: auto;
  opacity: 1; }

.dropdown-menu > li > a {
  font-weight: bold; }

.navbar-nav-secondary-wrap {
  height: 40px;
  margin-top: 0px;
  padding-right: 1em;
  -webkit-transition: margin-top 0.4s ease;
  transition: margin-top 0.4s ease; }

ul.navbar-nav-secondary {
  float: right;
  font-size: 15px; }
  ul.navbar-nav-secondary > li {
    padding-left: 1.15em;
    -webkit-transition: padding 0.4s ease;
    transition: padding 0.4s ease; }
    ul.navbar-nav-secondary > li:first-child {
      padding-left: 0; }
    ul.navbar-nav-secondary > li > a {
      padding: 0;
      line-height: 1;
      letter-spacing: 0.5px;
      margin-top: 12.5px;
      font-size: 15px;
      font-family: "Muli", Arial, Helvetica, sans-serif;
      font-weight: 400;
      color: #848484;
      white-space: nowrap;
      -webkit-transition: color 0.5s ease, margin-top 0.4s ease;
      transition: color 0.5s ease, margin-top 0.4s ease;
      text-transform: uppercase; }
      ul.navbar-nav-secondary > li > a:after {
        content: '';
        display: block;
        position: absolute;
        bottom: -3px;
        left: 50%;
        right: 50%;
        height: 1px;
        background-color: #862633;
        -webkit-transition: opacity 0.3s ease, left 0.3s ease, right 0.3s ease;
        transition: opacity 0.3s ease, left 0.3s ease, right 0.3s ease;
        opacity: 0; }
      ul.navbar-nav-secondary > li > a:hover, ul.navbar-nav-secondary > li > a:focus {
        background-color: transparent;
        color: #862633; }
        ul.navbar-nav-secondary > li > a:hover:after, ul.navbar-nav-secondary > li > a:focus:after {
          opacity: 1;
          left: 0;
          right: 0; }

.nav-mobile-close {
  position: fixed;
  visibility: hidden;
  top: 24px;
  right: 0;
  width: calc(100% - 50px);
  height: 0px;
  min-width: 260px;
  max-width: 360px;
  z-index: 2001;
  -webkit-transform: translateX(25%);
  -ms-transform: translateX(25%);
  transform: translateX(25%);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  pointer-events: none; }

.nav-mobile-show .nav-mobile-close {
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }
  .nav-mobile-show .nav-mobile-close .nav-mobile-close-btn::before, .nav-mobile-show .nav-mobile-close .nav-mobile-close-btn::after {
    opacity: 1; }

.nav-mobile-close-btn {
  position: absolute;
  width: 30px;
  height: 30px;
  left: -39px; }
  .nav-mobile-close-btn::before, .nav-mobile-close-btn::after {
    content: '';
    display: block;
    position: relative;
    height: 3px;
    width: 30px;
    background-color: #fff;
    -webkit-transform: translateY(14px) rotate(-45deg);
    -ms-transform: translateY(14px) rotate(-45deg);
    transform: translateY(14px) rotate(-45deg);
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s; }
  .nav-mobile-close-btn::after {
    -webkit-transform: translateY(13px) rotate(45deg);
    -ms-transform: translateY(13px) rotate(45deg);
    transform: translateY(13px) rotate(45deg);
    margin-top: -2px; }

.nav-mobile-secondary {
  padding-top: 30px; }

.nav-mobile-secondary > .menu-item > a {
  padding: 10px 0 10px 30px;
  color: #fff;
  font-size: 18px;
  line-height: 1; }
  .nav-mobile-secondary > .menu-item > a:hover {
    background-color: transparent; }

.nav-mobile .social-media-icons {
  margin-top: 30px;
  text-align: center; }
  .nav-mobile .social-media-icons > a {
    color: #fff;
    font-size: 26px;
    border: none; }

@media (max-width: 767px) {
  .site-wrapper header.header.header-1 .container .navbar-header.sticky {
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.05);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    border-radius: 10px; }
    body.admin-bar .site-wrapper header.header.header-1 .container .navbar-header.sticky {
      top: 46px; } }
  @media (max-width: 767px) and (max-width: 600px) {
    body.navbar-scroll.admin-bar .site-wrapper header.header.header-1 .container .navbar-header.sticky {
      top: 0; } }

@media (min-width: 320px) and (max-width: 450px) {
  body.navbar-scroll .site-wrapper header.header-3 {
    position: fixed;
    top: 0;
    z-index: 100;
    background: white;
    min-height: 55px; }
  body.navbar-scroll.offcanvas-open .site-wrapper header.header-3 .utility-bar {
    -ms-grid-column: 3;
    grid-column: 3; }
  body.navbar-scroll.offcanvas-open .site-wrapper header.header-3 .navbar-header {
    -ms-grid-column: 1;
    grid-column: 1;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left; } }

.newsfeed-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  min-height: 14.6rem;
  margin: 20px 0;
  -webkit-box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff; }
  @media (min-width: 769px) {
    .newsfeed-item {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }

.newsfeed-item-image {
  width: 100%; }
  .newsfeed-item-image .newsfeed-image,
  .newsfeed-item-image .newsfeed-image img {
    border: none;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  @media (min-width: 769px) {
    .newsfeed-item-image {
      width: 45%;
      position: relative; }
      .newsfeed-item-image::after {
        content: '';
        position: absolute;
        display: block;
        top: 0;
        right: -1px;
        height: 100%;
        width: 100%;
        background: url("../images/Kadence Dividers/Slant Right (Red).svg") no-repeat;
        background-size: cover; }
      .row-odd .newsfeed-item-image::after {
        top: -0.5px;
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg); } }

.newsfeed-item-meta {
  margin-bottom: 4px;
  font-size: 0.8rem;
  color: #202945; }

.newsfeed-item-category {
  text-transform: uppercase; }
  .newsfeed-item-category::after {
    content: '';
    display: inline-block;
    margin-left: 8px;
    margin-right: 2px;
    width: 6px;
    height: 6px;
    background-color: #202945;
    vertical-align: middle; }

.newsfeed-item-heading {
  text-decoration: none !important; }
  .newsfeed-item-heading > h2 {
    margin-top: 0;
    margin-bottom: 0.4rem;
    font-size: 1.3rem;
    line-height: 1.2;
    color: #62B1BD; }

.newsfeed-item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  padding: 40px 20px 40px 30px; }

.newsfeed-item-description,
.newsfeed-item-description p {
  font-size: 0.85rem;
  line-height: 1.5; }

.newsfeed-item-cta {
  display: block;
  margin-top: 0.4rem;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700; }
  .newsfeed-item-cta:hover {
    text-decoration: underline;
    color: #862633; }

.nav-mobile-show header.header > .container .home-logo {
  opacity: 0; }

.nav-mobile {
  height: 100vh;
  padding: 20px;
  background: #fff; }

.nav-mobile-donate {
  display: block;
  padding: 0;
  background: #862633;
  border: none;
  border-radius: 3px;
  font-size: 20px;
  line-height: 60px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #fff; }
  .nav-mobile-donate:hover, .nav-mobile-donate:active, .nav-mobile-donate:focus {
    color: #fff; }
  .nav-mobile-donate::after {
    content: url(../images/navbar_donate_caret.svg);
    display: inline-block;
    height: auto;
    width: 4px;
    background-color: transparent;
    color: white;
    margin-left: 0.75em;
    line-height: 1em; }

.nav-mobile-search {
  list-style: none;
  background: #fff;
  margin-bottom: 0px;
  overflow: hidden; }
  .nav-mobile-search:hover {
    background: #fff; }
  .nav-mobile-search ul {
    list-style: none;
    margin-bottom: 0;
    padding: 0; }
  .nav-mobile-search li {
    overflow: hidden; }
    .nav-mobile-search li .dropdown-menu {
      position: initial;
      width: 100%;
      margin: 0;
      padding: 0;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      background-color: inherit;
      opacity: 1; }
  .nav-mobile-search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 12px;
    border-bottom: 1px solid #979797; }
  .nav-mobile-search input {
    width: 100%;
    border: 0;
    padding: 20px 0 10px;
    font-size: 20px; }
    .nav-mobile-search input::-webkit-input-placeholder {
      color: #9B9B9B; }
    .nav-mobile-search input::-moz-placeholder {
      color: #9B9B9B; }
    .nav-mobile-search input:-ms-input-placeholder {
      color: #9B9B9B; }
    .nav-mobile-search input::-ms-input-placeholder {
      color: #9B9B9B; }
    .nav-mobile-search input::placeholder {
      color: #9B9B9B; }
  .nav-mobile-search button {
    margin-top: 10px;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none; }

.nav-mobile-primary {
  display: block;
  padding: 0px 0 0;
  margin: 0 0;
  width: 100%;
  background: #fff; }
  .nav-mobile-primary .slidedown {
    padding: 0; }
  .nav-mobile-primary .slidedown-menu {
    list-style-type: none; }
  .nav-mobile-primary .slidedown-item {
    margin: 0;
    list-style-type: none;
    border-bottom: solid 1px #E8E6E9; }
  .nav-mobile-primary .slidedown-top-level {
    position: relative;
    margin: 0;
    padding: 2px 10px 2px 40px;
    font-size: 19px;
    line-height: 60px;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #000;
    font-weight: 600;
    background: #fff;
    vertical-align: middle;
    cursor: pointer; }
    .nav-mobile-primary .slidedown-top-level::before {
      content: '';
      position: absolute;
      display: block;
      top: calc(50% - 10px);
      left: 10px;
      width: 11px;
      height: 20px;
      margin-right: 20px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='20'%3E%3Cpath fill='none' fill-rule='evenodd' stroke='%23862633' stroke-width='3' d='M2 1l7 9-7 9'/%3E%3C/svg%3E%0A");
      -webkit-transition: -webkit-transform 0.33s ease;
      transition: -webkit-transform 0.33s ease;
      transition: transform 0.33s ease;
      transition: transform 0.33s ease, -webkit-transform 0.33s ease; }
  .nav-mobile-primary .slidedown-item.expanded .slidedown-top-level::before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  .nav-mobile-primary .slidedown-menu {
    display: none;
    padding: 0 0 14px; }
    .nav-mobile-primary .slidedown-menu li {
      border: 0px;
      padding: 0 0px 14px 40px; }
      .nav-mobile-primary .slidedown-menu li a,
      .nav-mobile-primary .slidedown-menu li span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        line-height: 1.25;
        font-size: 18px;
        font-weight: 600;
        color: #862633;
        text-transform: none;
        text-decoration: none; }
      .nav-mobile-primary .slidedown-menu li span {
        color: #5d5b5b; }
  .nav-mobile-primary .slidedown-item.active .slidedown-menu {
    display: block; }

.nav-mobile-utilituy-items {
  margin-left: 0;
  padding-left: 10px;
  list-style-type: none; }
  .nav-mobile-utilituy-items a {
    display: block;
    font-size: 18px;
    line-height: 45px;
    color: #4A4A4A;
    text-decoration: none; }

.nav-mobile-social a {
  padding-left: 15px; }

body.search .hero {
  padding-bottom: 1vh; }

body.search .search-content section.newsfeed {
  padding-bottom: 0; }

body.search .pagination {
  background-size: 100%;
  max-width: 1170px;
  width: 100%;
  margin: 25px auto 0;
  padding-left: 5vw;
  padding-right: 5vw;
  margin-bottom: 8vh; }

body.search .newsfeed-item {
  border-top: 2px solid #F3F1EF;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 20px;
  min-height: inherit; }
  body.search .newsfeed-item:last-of-type {
    border-bottom: 2px solid #F3F1EF; }

body.search .newsfeed-item-heading h2 {
  color: #862633; }
  body.search .newsfeed-item-heading h2:hover {
    text-decoration: underline; }

body.search .newsfeed-item-cta {
  display: none; }

body.search .newsfeed-item-description {
  font-size: 0.95rem; }

.post-related {
  overflow: hidden;
  position: relative;
  max-width: none;
  background-color: #F3F1EF;
  padding: 5vh 5vw 5vh; }
  .post-related.has-divider {
    padding-top: calc(8vh + 14px); }
    @media (min-width: 769px) {
      .post-related.has-divider {
        padding-top: calc(8vh + 24px); } }
  .post-related.no-divider .post-related-divider {
    display: none; }

.post-related-divider {
  margin-top: -14px; }
  @media (min-width: 769px) {
    .post-related-divider {
      margin-top: -24px; } }
  @media (min-width: 1025px) {
    .post-related-divider {
      margin-top: -33px; } }

.post-related-header {
  margin-bottom: 32px;
  margin-top: 0;
  padding: 0 15px;
  text-align: center; }

.post-related-container {
  padding-top: 0px;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto; }

.post-related-grid header.tout-header a {
  text-decoration: none; }
  .post-related-grid header.tout-header a h3 {
    color: #862633;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.3; }
    @media (min-width: 501px) and (max-width: 1024px) {
      .post-related-grid header.tout-header a h3 {
        font-size: 1rem; } }

.post-related-grid .body-area {
  display: none; }

.post-related-grid header h3 {
  margin-top: 0px; }

.post-related-grid .cta {
  display: none; }

.post-related-grid .dynamic-grid-row {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start; }
  .post-related-grid .dynamic-grid-row article.tout {
    display: -ms-flexbox;
    -ms-flex-direction: column; }
  @media (min-width: 501px) and (max-width: 768px) {
    .post-related-grid .dynamic-grid-row {
      grid-template-columns: repeat(auto-fit, minmax(calc((100% - 460px) / 12), 1fr));
      grid-column-gap: 20px;
      grid-row-gap: 20px;
      -ms-grid-columns: 1fr 20px 1fr;
      -ms-grid-rows: auto 20px auto; }
      .post-related-grid .dynamic-grid-row article.tout {
        -ms-grid-column-span: 8;
        grid-column: span 8; }
        .post-related-grid .dynamic-grid-row article.tout:nth-child(odd) {
          -ms-grid-column: 1; }
        .post-related-grid .dynamic-grid-row article.tout:nth-child(even) {
          -ms-grid-column: 2; }
        .post-related-grid .dynamic-grid-row article.tout:nth-child(-n+2) {
          -ms-grid-row: 1; }
        .post-related-grid .dynamic-grid-row article.tout:nth-child(n+3) {
          -ms-grid-row: 2; } }
  @media (min-width: 769px) {
    .post-related-grid .dynamic-grid-row {
      -ms-grid-columns: minmax(calc((100% - 480px) / 12), 1fr) minmax(calc((100% - 480px) / 12), 1fr) minmax(calc((100% - 480px) / 12), 1fr) minmax(calc((100% - 480px) / 12), 1fr) 40px minmax(calc((100% - 480px) / 12), 1fr) minmax(calc((100% - 480px) / 12), 1fr) minmax(calc((100% - 480px) / 12), 1fr) minmax(calc((100% - 480px) / 12), 1fr) 40px minmax(calc((100% - 480px) / 12), 1fr) minmax(calc((100% - 480px) / 12), 1fr) minmax(calc((100% - 480px) / 12), 1fr) minmax(calc((100% - 480px) / 12), 1fr);
      -ms-grid-rows: auto; } }
  @media (min-width: 769px) and (max-width: 1024px) {
    .post-related-grid .dynamic-grid-row {
      grid-column-gap: 20px; }
      .post-related-grid .dynamic-grid-row article {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); } }
  .post-related-grid .dynamic-grid-row > *:nth-child(3n + 1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-column-span: 4; }
  .post-related-grid .dynamic-grid-row > *:nth-child(3n + 2) {
    -ms-grid-column: 6;
    -ms-grid-row: 1;
    -ms-grid-column-span: 4; }
  .post-related-grid .dynamic-grid-row > *:nth-child(3n + 3) {
    -ms-grid-column: 11;
    -ms-grid-row: 1;
    -ms-grid-column-span: 4; }
  .post-related-grid .dynamic-grid-row > .dynamic-grow-row-num-0 {
    -ms-grid-row: 1;
    -ms-grid-column-span: 4; }
  .post-related-grid .dynamic-grid-row article:nth-of-type(4) {
    display: none; }

@media (min-width: 1600px) {
  .post-related-grid article.tout {
    grid-column: span 3;
    -ms-grid-column-span: 6;
    grid-template-columns: repeat(auto-fit, minmax(182.5px, 1fr));
    -ms-grid-columns: auto-fit, minmax(182.5px, 1fr) [4]; } }

@media (min-width: 501px) and (max-width: 768px), (min-width: 1600px) {
  .post-related-grid article.tout:nth-of-type(4) {
    display: -ms-grid;
    display: grid; } }

@media (min-width: 320px) and (max-width: 450px) {
  body.page-child.parent-pageid-898 section.content.content-1.content-nth-1 {
    padding-bottom: 0px; }
  body.page-child.parent-pageid-898 section.related-grid {
    margin-bottom: 30px;
    padding: 0 15px; }
    body.page-child.parent-pageid-898 section.related-grid .dynamic-grid-row article {
      -ms-grid-rows: auto;
      grid-template-rows: auto; }
      body.page-child.parent-pageid-898 section.related-grid .dynamic-grid-row article .tout-image {
        -ms-grid-row: 1;
        grid-row: 1; }
      body.page-child.parent-pageid-898 section.related-grid .dynamic-grid-row article .tout-content {
        -ms-grid-row: 2;
        grid-row: 2; }
    body.page-child.parent-pageid-898 section.related-grid header h3 {
      margin: 20px auto 10px;
      text-align: left; }
    body.page-child.parent-pageid-898 section.related-grid .body-area p {
      line-height: 25px; }
    body.page-child.parent-pageid-898 section.related-grid .body-area .tout-cta {
      margin-top: 13px; }
    body.page-child.parent-pageid-898 section.related-grid .dynamic-grid-row article .tout-content {
      padding-left: 40px;
      padding-right: 40px; }
  body.page-child h2.related-header {
    font-size: 42px;
    color: #667080;
    margin-bottom: 32px;
    margin-top: 0px;
    padding: 0 15px;
    text-align: center; }
    body.page-child h2.related-header:before {
      content: '';
      display: block;
      width: 233px;
      margin: 30px auto;
      border-bottom: solid 5px #EAAA00; }
  body.page-child section.related-grid {
    margin-bottom: 30px;
    padding: 0 15px; }
    body.page-child section.related-grid .dynamic-grid-row article {
      -ms-grid-rows: auto;
      grid-template-rows: auto; }
    body.page-child section.related-grid header h3 {
      margin: 20px auto 10px;
      text-align: left; }
    body.page-child section.related-grid .body-area p {
      line-height: 25px; }
    body.page-child section.related-grid .body-area .tout-cta {
      margin-top: 13px; }
    body.page-child section.related-grid .dynamic-grid-row article .tout-content {
      padding-left: 40px;
      padding-right: 40px; } }

/* Mobile landscape to Tablet Portrait */
/* Tablet landscape*/
/* Desktop wide and beyond*/
.page-template-staff hr.break {
  max-width: 1170px;
  margin: 45px auto 40px;
  border-top: 2px solid #FEDE7B; }

.page-template-staff section.content {
  background: none !important;
  padding-bottom: 0 !important; }

.page-template-staff section.staff {
  font-size: 15px;
  color: #3B3B3B;
  line-height: 21px; }
  .page-template-staff section.staff .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 970px;
    margin: 0 auto; }
    .page-template-staff section.staff .container .row {
      margin-left: 0;
      margin-right: 0; }
  .page-template-staff section.staff img.staff-member-img {
    border-radius: 50%;
    margin: 0 auto; }
  .page-template-staff section.staff .staff-member-container {
    padding: 0; }
    .page-template-staff section.staff .staff-member-container span.staff-member-name {
      font-weight: bold; }
  .page-template-staff section.staff h2 {
    font-size: 26px;
    color: #862633;
    font-weight: bold;
    margin-bottom: 27px;
    text-align: left;
    margin-top: 0;
    text-transform: uppercase; }
  .page-template-staff section.staff.staff-nth-1 .container {
    text-align: center;
    max-width: 1040px; }
    .page-template-staff section.staff.staff-nth-1 .container .staff-group {
      max-width: 1040px; }
      .page-template-staff section.staff.staff-nth-1 .container .staff-group .row.staff-group-hdr-row {
        max-width: 960px;
        margin: auto; }
        .page-template-staff section.staff.staff-nth-1 .container .staff-group .row.staff-group-hdr-row h2 {
          margin-bottom: 31px;
          margin-top: 23px; }
      .page-template-staff section.staff.staff-nth-1 .container .staff-group .row.staff-group-item-row .staff-row-horizontal:nth-child(4) .staff-small-row {
        max-width: 520px; }
      .page-template-staff section.staff.staff-nth-1 .container .staff-group .row .staff-row-horizontal {
        margin-bottom: 53px;
        text-align: center; }
        @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
          .page-template-staff section.staff.staff-nth-1 .container .staff-group .row .staff-row-horizontal:last-child .staff-left-col {
            /* IE10+ CSS styles go here */
            display: inline-block; } }
        .page-template-staff section.staff.staff-nth-1 .container .staff-group .row .staff-row-horizontal .staff-left-col {
          display: inline-block;
          float: none;
          padding: 0px;
          max-width: 516px; }
          @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
            .page-template-staff section.staff.staff-nth-1 .container .staff-group .row .staff-row-horizontal .staff-left-col {
              /* IE10+ CSS styles go here */
              display: block; } }
        .page-template-staff section.staff.staff-nth-1 .container .staff-group .row .staff-row-horizontal .staff-right-col {
          padding: 0;
          display: inline-block;
          float: none;
          max-width: 549px; }
        .page-template-staff section.staff.staff-nth-1 .container .staff-group .row .staff-row-horizontal .staff-member-container .non-excutive .staff-member-name {
          margin-top: 13px;
          font-weight: bold;
          font-size: 15px;
          color: #3A3232;
          line-height: 21px; }
  .page-template-staff section.staff.staff-nth-2 .container .staff-group-hdr-row h2 {
    text-align: center;
    margin-bottom: 15px; }
  .page-template-staff section.staff.staff-nth-2 .container .staff-group-item-row {
    text-align: center; }
    .page-template-staff section.staff.staff-nth-2 .container .staff-group-item-row .staff-medium-row {
      float: none;
      display: inline-block;
      margin-right: 3%; }
      .page-template-staff section.staff.staff-nth-2 .container .staff-group-item-row .staff-medium-row .staff-member-container {
        display: inline;
        float: none; }
  .page-template-staff section.staff.staff-nth-3 {
    margin-bottom: 70px; }
    .page-template-staff section.staff.staff-nth-3 .container {
      max-width: 1040px; }
      .page-template-staff section.staff.staff-nth-3 .container .staff-group {
        max-width: 1040px;
        margin: 0 auto; }
        .page-template-staff section.staff.staff-nth-3 .container .staff-group .staff-group-hdr-row {
          margin: 0 auto;
          width: 960px; }
          .page-template-staff section.staff.staff-nth-3 .container .staff-group .staff-group-hdr-row h2 {
            margin-bottom: 49px;
            font-size: 26px; }
        .page-template-staff section.staff.staff-nth-3 .container .staff-group .staff-group-item-row {
          margin-left: auto;
          margin-right: auto;
          width: 980px; }
          .page-template-staff section.staff.staff-nth-3 .container .staff-group .staff-group-item-row .staff-medium-row {
            margin-left: 0px; }
            .page-template-staff section.staff.staff-nth-3 .container .staff-group .staff-group-item-row .staff-medium-row .staff-member-container {
              margin-right: 26px;
              text-align: center;
              min-width: 175px; }
              .page-template-staff section.staff.staff-nth-3 .container .staff-group .staff-group-item-row .staff-medium-row .staff-member-container img {
                max-width: 150px; }
              .page-template-staff section.staff.staff-nth-3 .container .staff-group .staff-group-item-row .staff-medium-row .staff-member-container:last-child {
                margin-right: 0px; }
              .page-template-staff section.staff.staff-nth-3 .container .staff-group .staff-group-item-row .staff-medium-row .staff-member-container .staff .non-excutive {
                margin-top: 18px; }

@media (max-width: 767px) {
  body.page.page-template-staff section.staff.staff-nth-1 {
    margin-bottom: 44px; }
    body.page.page-template-staff section.staff.staff-nth-1 .container .staff-group .row .staff-row-horizontal {
      margin-bottom: 20px; }
      body.page.page-template-staff section.staff.staff-nth-1 .container .staff-group .row .staff-row-horizontal:not(:first-child) {
        margin-bottom: 0px; }
      body.page.page-template-staff section.staff.staff-nth-1 .container .staff-group .row .staff-row-horizontal .staff-left-col, body.page.page-template-staff section.staff.staff-nth-1 .container .staff-group .row .staff-row-horizontal .staff-right-col {
        width: 100%; }
        body.page.page-template-staff section.staff.staff-nth-1 .container .staff-group .row .staff-row-horizontal .staff-left-col .staff-member-container, body.page.page-template-staff section.staff.staff-nth-1 .container .staff-group .row .staff-row-horizontal .staff-right-col .staff-member-container {
          margin-bottom: 27px; }
      body.page.page-template-staff section.staff.staff-nth-1 .container .staff-group .row .staff-row-horizontal .staff-right-col:last-child .staff-member-container {
        margin-bottom: 0px; }
      body.page.page-template-staff section.staff.staff-nth-1 .container .staff-group .row .staff-row-horizontal:not(:first-child) img {
        display: none; }
      body.page.page-template-staff section.staff.staff-nth-1 .container .staff-group .row .staff-row-horizontal:not(:first-child) .staff-left-col .staff-member-container {
        margin-bottom: 0; }
    body.page.page-template-staff section.staff.staff-nth-1 .container .staff-group .row.staff-group-hdr-row h2 {
      text-align: center;
      margin-top: 0; }
  body.page.page-template-staff section.staff.staff-nth-2 .container .container .staff-group-item-row {
    margin-right: 0;
    line-height: 2.4em; }
    body.page.page-template-staff section.staff.staff-nth-2 .container .container .staff-group-item-row .staff-medium-row {
      display: inline;
      margin-right: 0; }
  body.page.page-template-staff section.staff.staff-nth-3 .container .staff-group .staff-group-hdr-row {
    width: 100%; }
    body.page.page-template-staff section.staff.staff-nth-3 .container .staff-group .staff-group-hdr-row h2 {
      text-align: center;
      margin-bottom: 25px; }
  body.page.page-template-staff section.staff.staff-nth-3 .container .staff-group .staff-group-item-row {
    width: 100%; }
    body.page.page-template-staff section.staff.staff-nth-3 .container .staff-group .staff-group-item-row .staff-medium-row .staff-member-container {
      margin-right: auto;
      margin-left: auto; }
      body.page.page-template-staff section.staff.staff-nth-3 .container .staff-group .staff-group-item-row .staff-medium-row .staff-member-container img {
        display: none; } }

@media (min-width: 768px) and (max-width: 991px) {
  body.page.page-template-staff section.staff.staff-nth-1 .container .staff-group .row h2 {
    text-align: center; }
  body.page.page-template-staff section.staff.staff-nth-1 .container .staff-group .row .staff-row-horizontal {
    margin-bottom: 15px; }
    body.page.page-template-staff section.staff.staff-nth-1 .container .staff-group .row .staff-row-horizontal .staff-left-col {
      margin-bottom: 15px; }
  body.page.page-template-staff section.staff.staff-nth-2 .container {
    margin-left: 26px; }
    body.page.page-template-staff section.staff.staff-nth-2 .container .container {
      margin-left: 0; }
  body.page.page-template-staff section.staff.staff-nth-3 .container {
    margin-left: 26px; }
    body.page.page-template-staff section.staff.staff-nth-3 .container .staff-group .staff-group-hdr-row {
      width: 100%; }
      body.page.page-template-staff section.staff.staff-nth-3 .container .staff-group .staff-group-hdr-row h2 {
        text-align: center; }
    body.page.page-template-staff section.staff.staff-nth-3 .container .staff-group .staff-group-item-row {
      width: 100%; }
      body.page.page-template-staff section.staff.staff-nth-3 .container .staff-group .staff-group-item-row .staff-medium-row .staff-member-container {
        width: 33%;
        margin-right: 0px; }
    body.page.page-template-staff section.staff.staff-nth-3 .container .container {
      margin-left: 0; } }

/* Portrait tablet to landscape and desktop */
@media (min-width: 992px) and (max-width: 1199px) {
  body.page.page-template-staff section.staff.staff-nth-1 .container .staff-group .row h2 {
    text-align: center; }
  body.page.page-template-staff section.staff.staff-nth-1 .container .staff-group .row .staff-row-horizontal .staff-left-col {
    display: block; }
  body.page.page-template-staff section.staff.staff-nth-3 .container .staff-group .row h2 {
    text-align: center; } }

/* Large desktop */
body.page-child.parent-pageid-898 section.content > .container .inner > * {
  width: 100%; }

body.page-child.parent-pageid-898 section.content > .container .inner .at-below-post-page.addthis_tool {
  margin-top: 25px; }

body.page-child.parent-pageid-898 ul.ab-share-list li {
  margin-right: 24px; }

body.page-child.parent-pageid-898 .ab-block-sharing .ab-share-list a {
  background: #62B1BD; }

body.page-child.parent-pageid-898 h3 {
  color: #62B1BD; }

@media (max-width: 320px) {
  section.related .container .row .col-md-4.mod:last-child .inner {
    padding-bottom: 0px; } }

@media (min-width: 320px) and (max-width: 450px) {
  body.page-child.parent-pageid-898 section.content > .container .inner .wp-block-kadence-rowlayout {
    text-align: center; }
    body.page-child.parent-pageid-898 section.content > .container .inner .wp-block-kadence-rowlayout .wp-block-kadence-column {
      margin-bottom: 0; }
  body.page-child.parent-pageid-898 ul.ab-share-list li {
    margin-right: 24px; }
  body.page-child.parent-pageid-898 .ab-block-sharing .ab-share-list a {
    background: #62B1BD; }
  body.page-child.parent-pageid-898 h3 {
    color: #62B1BD; } }

/* Portrait tablet to landscape and desktop */
/* Large desktop */
section.title-header {
  padding: 0;
  background-image: none;
  background: none;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto; }
  .page-template-list section.title-header {
    margin-bottom: 25px; }
  section.title-header .container {
    min-height: 1px;
    padding: 60px 0 0; }
    section.title-header .container .row {
      margin: 0;
      padding: 0 5vw; }
      section.title-header .container .row .column-title {
        background: none;
        padding-left: 0;
        padding-bottom: 20px;
        color: #862633;
        float: none;
        width: 100%; }
        section.title-header .container .row .column-title h1 {
          text-transform: none;
          font-weight: normal; }
      section.title-header .container .row .column-description {
        float: none;
        width: 100%;
        clear: both;
        padding: 0; }
        section.title-header .container .row .column-description .description, section.title-header .container .row .column-description .description p {
          color: #862633;
          font-size: 24px;
          line-height: 1.5em;
          letter-spacing: normal;
          font-weight: lighter; }
        section.title-header .container .row .column-description .description p:last-of-type {
          margin-bottom: 0; }
  section.title-header + section.content {
    margin-top: 30px; }
  section.title-header + section.newsfeed.newsfeed-1 {
    margin-top: 60px; }
  section.title-header.no-lead-in + section.content {
    margin-top: 20px; }
  section.hero + section.title-header .container .row .column-title h1 {
    font-size: 40px; }

body {
  /* Portrait tablet to landscape and desktop */
  /* Large desktop */ }
  @media (max-width: 767px) {
    body section.title-header {
      width: 100%;
      margin-bottom: 20px; }
      body section.title-header .container {
        background: none;
        min-height: 67px;
        width: 100%;
        padding: 20px 0 0; }
        body section.title-header .container .row {
          padding: 0 15px; }
          body section.title-header .container .row .column-title {
            padding: 0; }
            body section.title-header .container .row .column-title h1 {
              font-size: 33px;
              line-height: 37px;
              text-align: left; }
            body section.title-header .container .row .column-title + div.column-description {
              padding-top: 15px; }
          body section.title-header .container .row .column-description .description {
            font-size: 22px;
            line-height: 34px; }
            body section.title-header .container .row .column-description .description p {
              font-size: unset;
              line-height: unset;
              color: unset; }
      body section.title-header + section.content, body section.title-header + section.newsfeed {
        margin-top: 30px; }
      body section.title-header + section.grid {
        margin-top: 45px; }
    body section.hero + section.title-header .container .row .column-title h1 {
      font-size: 33px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    body section.title-header .container {
      width: 100%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    body section.title-header .container {
      width: 100%; } }

section.touts.touts-1 .container .row {
  background: none; }

section.touts.touts-1 .container .section-heading {
  padding: 45px 0;
  max-width: none; }
  section.touts.touts-1 .container .section-heading .hdr-row {
    padding: 0; }
    section.touts.touts-1 .container .section-heading .hdr-row h2.hdr {
      text-align: left;
      margin-top: 0; }

section.touts.touts-1 .container .touts-items-row {
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  section.touts.touts-1 .container .touts-items-row .touts {
    padding: 0;
    margin: 0 15px; }
    section.touts.touts-1 .container .touts-items-row .touts:first-of-type {
      margin-left: 0; }
    section.touts.touts-1 .container .touts-items-row .touts:last-of-type {
      margin-right: 0; }
    section.touts.touts-1 .container .touts-items-row .touts .hdr-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      section.touts.touts-1 .container .touts-items-row .touts .hdr-container a.tout-image {
        border-radius: 10px;
        background-size: cover;
        background-position: center; }
      section.touts.touts-1 .container .touts-items-row .touts .hdr-container h3.hdr {
        text-transform: none;
        position: relative;
        bottom: auto;
        padding: 0 0 3px; }
        section.touts.touts-1 .container .touts-items-row .touts .hdr-container h3.hdr a {
          font-weight: normal;
          position: relative;
          top: auto;
          text-transform: none;
          transform: none;
          -ms-transform: none;
          -webkit-transform: none; }
    section.touts.touts-1 .container .touts-items-row .touts .caption-container p, section.touts.touts-1 .container .touts-items-row .touts .caption-container a {
      text-align: left; }
    section.touts.touts-1 .container .touts-items-row .touts .caption-container p {
      font-size: 18px;
      line-height: 28px; }
    section.touts.touts-1 .container .touts-items-row .touts .caption-container p:last-of-type {
      margin-bottom: 0; }
    section.touts.touts-1 .container .touts-items-row .touts .caption-container a {
      margin-top: 10px;
      font-size: 21px;
      line-height: 30px;
      color: #862633;
      font-weight: normal;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      section.touts.touts-1 .container .touts-items-row .touts .caption-container a:after {
        content: url(../images/arrow.svg);
        color: #62B1BD;
        position: relative;
        font-size: 1em;
        top: .125em;
        left: .538em;
        margin-top: 2px;
        text-decoration: none; }
      section.touts.touts-1 .container .touts-items-row .touts .caption-container a i.fa {
        display: none; }

@media (max-width: 767px) {
  section.touts.touts-1 > .container {
    padding: 0; }
    section.touts.touts-1 > .container .row.touts-hdr-row {
      padding-bottom: 30px; }
      section.touts.touts-1 > .container .row.touts-hdr-row .hdr-row h2 .hdr {
        font-size: 28px;
        line-height: 32px; }
    section.touts.touts-1 > .container .row.touts-items-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      section.touts.touts-1 > .container .row.touts-items-row .touts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 350px;
        margin: 0 auto; }
        section.touts.touts-1 > .container .row.touts-items-row .touts:first-child {
          margin-top: 0; }
        section.touts.touts-1 > .container .row.touts-items-row .touts:last-child {
          margin-bottom: 0; }
        section.touts.touts-1 > .container .row.touts-items-row .touts .hdr-container {
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          section.touts.touts-1 > .container .row.touts-items-row .touts .hdr-container .hdr {
            padding: 0;
            margin-top: 20px;
            margin-bottom: 5px;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start; }
            section.touts.touts-1 > .container .row.touts-items-row .touts .hdr-container .hdr a {
              font-size: 26px;
              line-height: 33px;
              letter-spacing: normal; }
          section.touts.touts-1 > .container .row.touts-items-row .touts .hdr-container .tout-image {
            width: 100%;
            max-height: 225px;
            max-width: 350px;
            background-size: cover;
            background-position: center;
            margin: 0 auto;
            padding-top: 0; }
        section.touts.touts-1 > .container .row.touts-items-row .touts .caption-container {
          padding: 0;
          margin: 0; }
          section.touts.touts-1 > .container .row.touts-items-row .touts .caption-container p {
            margin: 0;
            font-size: 20px;
            line-height: 30px; }
          section.touts.touts-1 > .container .row.touts-items-row .touts .caption-container .cta {
            margin: 9px 0 0;
            font-size: 21px;
            line-height: 30px; } }

@media (min-width: 768px) and (max-width: 991px) {
  section.touts.touts-1 {
    padding: 0 30px; }
    section.touts.touts-1 > .container {
      padding: 0; }
      section.touts.touts-1 > .container .row.section-heading {
        padding-bottom: 30px; }
        section.touts.touts-1 > .container .row.section-heading .hdr-row h2 .hdr {
          font-size: 28px;
          line-height: 32px; }
      section.touts.touts-1 > .container .row.touts-items-row .touts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 350px;
        margin: 0 15px; }
        section.touts.touts-1 > .container .row.touts-items-row .touts:first-child {
          margin-left: 0; }
        section.touts.touts-1 > .container .row.touts-items-row .touts:last-child {
          margin-right: 0; }
        section.touts.touts-1 > .container .row.touts-items-row .touts .hdr-container {
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          section.touts.touts-1 > .container .row.touts-items-row .touts .hdr-container .hdr {
            padding: 0;
            margin-top: 20px;
            margin-bottom: 5px;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start; }
            section.touts.touts-1 > .container .row.touts-items-row .touts .hdr-container .hdr a {
              font-size: 26px;
              line-height: 33px;
              letter-spacing: normal; }
          section.touts.touts-1 > .container .row.touts-items-row .touts .hdr-container .tout-image {
            width: 100%;
            max-height: 175px;
            background-size: cover;
            background-position: center;
            margin: 0 auto;
            padding-top: 0; }
        section.touts.touts-1 > .container .row.touts-items-row .touts .caption-container {
          padding: 0;
          margin: 0; }
          section.touts.touts-1 > .container .row.touts-items-row .touts .caption-container p {
            margin: 0;
            font-size: .9em;
            line-height: 1.5em; }
          section.touts.touts-1 > .container .row.touts-items-row .touts .caption-container .cta {
            margin: 9px 0 0;
            font-size: 21px;
            line-height: 30px; } }

/* Portrait tablet to landscape and desktop */
@media (min-width: 992px) and (max-width: 1199px) {
  section.touts.touts-1 {
    padding: 0 30px; } }

/* Large desktop */
.pagination a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px; }
  .pagination a::before {
    content: '';
    display: block;
    width: 17.76px;
    height: 14.22px;
    margin-top: 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' data-name='Layer 1' viewBox='0 0 17.76 14.22'%3E%3Cpath fill='%23862633' fill-rule='evenodd' d='M12.29 0l-1.58 1.22 3.76 4.89H0v2h14.47L10.71 13l1.58 1.22 5.47-7.11L12.29 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    vertical-align: bottom; }
  .pagination a:active, .pagination a:hover {
    text-decoration: underline;
    color: #862633; }

@media (max-width: 359px) {
  .pagination-nav .post-type {
    display: none; } }

.pagination-prev a::before {
  float: left;
  margin-right: 4px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.pagination-next {
  text-align: right; }
  .pagination-next a::before {
    float: right;
    margin-left: 4px; }

/* For SalsaLabs integration forms */
/* Stretch hero */
.sli-content-pane > .sli-row[bg-img-id] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 500px;
  width: 100vw !important;
  margin-top: 0px !important;
  margin-left: 50% !important;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.sli-content-pane > .sli-row[bg-img-id] .sli-columns {
  max-width: 600px; }

.sli-content-pane > .sli-row[bg-img-id] h1 {
  font-size: 58px !important;
  line-height: 1.2 !important;
  color: #fff; }

/* Hero: mobile styles */
@media (max-width: 767px) {
  .sli-content-pane > .sli-row[bg-img-id] {
    min-height: 70vw; } }

@media (max-width: 991px) {
  /* Hide hero content on mobile */
  .sli-content-pane > .sli-row[bg-img-id] {
    min-height: 50vw; }
  .sli-content-pane > .sli-row[bg-img-id] .sli-columns {
    display: none; }
  .sli-content-pane > .sli-row[bg-img-id] h1 {
    display: block; } }

@media (max-width: 600px) {
  #wpadminbar {
    top: -106px; } }

body.page.home .kt-row-column-wrap {
  padding-left: 0;
  padding-right: 0; }

body.page.home section.hero-block .hero-header-page-title {
  display: none !important; }

body.page.home section.content {
  padding-bottom: 0; }
  body.page.home section.content > .container > .inner > .alignfull, body.page.home section.content > .container > .inner > .align-full {
    margin-top: 0; }
  body.page.home section.content > .container > .inner > .value-prop-area {
    margin-bottom: 8vh; }
    body.page.home section.content > .container > .inner > .value-prop-area strong {
      font-weight: 600; }
    body.page.home section.content > .container > .inner > .value-prop-area p {
      font-size: 1.75rem;
      line-height: 2.5rem;
      letter-spacing: -0.09rem;
      font-weight: 300;
      margin-bottom: 1.5rem; }
      body.page.home section.content > .container > .inner > .value-prop-area p:nth-child(2) {
        margin-bottom: 0.35rem; }
      body.page.home section.content > .container > .inner > .value-prop-area p:empty {
        margin: 0; }
    body.page.home section.content > .container > .inner > .value-prop-area em {
      font-family: 'EG Garamond', serif;
      font-size: 1.75rem;
      line-height: 2.5rem;
      letter-spacing: 0.025rem;
      font-style: italic; }
    body.page.home section.content > .container > .inner > .value-prop-area hr {
      margin-top: 0.35rem; }
      body.page.home section.content > .container > .inner > .value-prop-area hr.color-primary {
        border-color: #862633; }
  body.page.home section.content > .container > .inner > .tout-reveal-area {
    position: relative; }
    body.page.home section.content > .container > .inner > .tout-reveal-area::before, body.page.home section.content > .container > .inner > .tout-reveal-area::after {
      content: "";
      display: block;
      position: absolute;
      right: 0;
      left: 0;
      height: 1.65vw;
      background-image: url("/wp-content/uploads/2019/06/home-reveal-mountain.svg");
      background-size: 50% 100%;
      background-repeat: repeat-x;
      z-index: 2; }
    body.page.home section.content > .container > .inner > .tout-reveal-area::before {
      top: -1px; }
    body.page.home section.content > .container > .inner > .tout-reveal-area::after {
      bottom: -1px;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      opacity: 0.32; }
    body.page.home section.content > .container > .inner > .tout-reveal-area .kt-row-column-wrap {
      z-index: 1; }
    body.page.home section.content > .container > .inner > .tout-reveal-area > .kt-row-layout-inner > .kt-row-column-wrap > .wp-block-kadence-column-FIXME {
      position: relative; }
      body.page.home section.content > .container > .inner > .tout-reveal-area > .kt-row-layout-inner > .kt-row-column-wrap > .wp-block-kadence-column-FIXME.inner-column-1:before, body.page.home section.content > .container > .inner > .tout-reveal-area > .kt-row-layout-inner > .kt-row-column-wrap > .wp-block-kadence-column-FIXME.inner-column-3:before {
        content: ' ';
        background-image: url(../images/top_angledown.svg);
        background-size: cover;
        width: 100%;
        height: 25px;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2; }
      body.page.home section.content > .container > .inner > .tout-reveal-area > .kt-row-layout-inner > .kt-row-column-wrap > .wp-block-kadence-column-FIXME.inner-column-1:after, body.page.home section.content > .container > .inner > .tout-reveal-area > .kt-row-layout-inner > .kt-row-column-wrap > .wp-block-kadence-column-FIXME.inner-column-3:after {
        content: ' ';
        background-image: url(../images/bottom_angleup.svg);
        background-size: cover;
        width: 100%;
        height: 25px;
        display: block;
        position: absolute;
        left: 0;
        bottom: 0; }
      body.page.home section.content > .container > .inner > .tout-reveal-area > .kt-row-layout-inner > .kt-row-column-wrap > .wp-block-kadence-column-FIXME.inner-column-2:before, body.page.home section.content > .container > .inner > .tout-reveal-area > .kt-row-layout-inner > .kt-row-column-wrap > .wp-block-kadence-column-FIXME.inner-column-4:before {
        content: ' ';
        background-image: url(../images/top_angleup.svg);
        background-size: cover;
        width: 100%;
        height: 25px;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2; }
      body.page.home section.content > .container > .inner > .tout-reveal-area > .kt-row-layout-inner > .kt-row-column-wrap > .wp-block-kadence-column-FIXME.inner-column-2:after, body.page.home section.content > .container > .inner > .tout-reveal-area > .kt-row-layout-inner > .kt-row-column-wrap > .wp-block-kadence-column-FIXME.inner-column-4:after {
        content: ' ';
        background-image: url(../images/bottom_angledown.svg);
        background-size: cover;
        width: 100%;
        height: 25px;
        display: block;
        position: absolute;
        left: 0;
        bottom: 0; }
    body.page.home section.content > .container > .inner > .tout-reveal-area .tout-reveal-header a {
      color: #fff; }
    body.page.home section.content > .container > .inner > .tout-reveal-area .tout-cta {
      margin-top: 13px; }
    body.page.home section.content > .container > .inner > .tout-reveal-area .tout-cta-link {
      opacity: 0;
      color: #fff; }
      body.page.home section.content > .container > .inner > .tout-reveal-area .tout-cta-link:after {
        content: url(../images/navbar_donate_caret.svg); }
    body.page.home section.content > .container > .inner > .tout-reveal-area .tout-reveal:hover .tout-cta-link {
      opacity: 1; }
  body.page.home section.content > .container > .inner > .stories-area {
    margin-top: 0; }
    body.page.home section.content > .container > .inner > .stories-area .kt-row-column-wrap {
      padding-top: 8vh; }
    body.page.home section.content > .container > .inner > .stories-area .slider {
      height: 550px;
      overflow: hidden;
      padding-left: 0;
      padding-right: 0; }
      body.page.home section.content > .container > .inner > .stories-area .slider .slider-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
      body.page.home section.content > .container > .inner > .stories-area .slider .slider-item-image {
        width: 247px;
        height: 247px;
        overflow: hidden;
        border-radius: 50%;
        border: #862633 4px solid; }
        body.page.home section.content > .container > .inner > .stories-area .slider .slider-item-image img {
          max-height: none;
          max-width: none;
          height: 100%;
          width: auto; }
      body.page.home section.content > .container > .inner > .stories-area .slider .slider-content {
        position: relative;
        top: auto;
        width: auto;
        max-width: 765px;
        left: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-direction: column;
        -ms-flex-item-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        body.page.home section.content > .container > .inner > .stories-area .slider .slider-content .slider-item-body {
          width: 100%; }
          body.page.home section.content > .container > .inner > .stories-area .slider .slider-content .slider-item-body > p {
            color: #393939;
            font-family: 'EB Garamond', serif;
            font-size: 1.45rem;
            line-height: 2rem;
            text-align: center; }
        body.page.home section.content > .container > .inner > .stories-area .slider .slider-content > a {
          margin-top: 1rem;
          color: #862633;
          text-align: center;
          font-size: 1rem;
          line-height: 1.25rem; }
          body.page.home section.content > .container > .inner > .stories-area .slider .slider-content > a:after {
            content: url(../images/caret.svg);
            height: auto;
            width: 4px;
            background-color: transparent;
            color: white;
            display: inline-block;
            margin-left: 0.45em;
            top: 1px;
            line-height: 1em;
            position: relative; }
      body.page.home section.content > .container > .inner > .stories-area .slider .slider-thumbnail-dotmode-dots {
        bottom: 1.6vh; }
        body.page.home section.content > .container > .inner > .stories-area .slider .slider-thumbnail-dotmode-dots a:hover, body.page.home section.content > .container > .inner > .stories-area .slider .slider-thumbnail-dotmode-dots a:focus, body.page.home section.content > .container > .inner > .stories-area .slider .slider-thumbnail-dotmode-dots a:active {
          text-decoration: none; }
      body.page.home section.content > .container > .inner > .stories-area .slider .slider-arrows {
        width: 90%; }
        body.page.home section.content > .container > .inner > .stories-area .slider .slider-arrows .slider-control {
          color: #393939; }
          body.page.home section.content > .container > .inner > .stories-area .slider .slider-arrows .slider-control.left {
            -webkit-transform: none;
            -ms-transform: none;
            transform: none; }
            body.page.home section.content > .container > .inner > .stories-area .slider .slider-arrows .slider-control.left span {
              -webkit-transform: none;
              -ms-transform: none;
              transform: none;
              border: none; }
              body.page.home section.content > .container > .inner > .stories-area .slider .slider-arrows .slider-control.left span:before {
                content: url(../images/left_arrow.svg);
                -webkit-transform: none;
                -ms-transform: none;
                transform: none;
                background: none; }
              body.page.home section.content > .container > .inner > .stories-area .slider .slider-arrows .slider-control.left span:after {
                content: none; }
          body.page.home section.content > .container > .inner > .stories-area .slider .slider-arrows .slider-control.right {
            -webkit-transform: none;
            -ms-transform: none;
            transform: none; }
            body.page.home section.content > .container > .inner > .stories-area .slider .slider-arrows .slider-control.right span {
              -webkit-transform: none;
              -ms-transform: none;
              transform: none;
              border: none; }
              body.page.home section.content > .container > .inner > .stories-area .slider .slider-arrows .slider-control.right span:before {
                -webkit-transform: none;
                -ms-transform: none;
                transform: none;
                content: url(../images/right_arrow.svg);
                background: none; }
              body.page.home section.content > .container > .inner > .stories-area .slider .slider-arrows .slider-control.right span:after {
                content: none; }
    body.page.home section.content > .container > .inner > .stories-area .kt-row-layout-bottom-sep {
      margin-top: 4vh; }
  body.page.home section.content > .container > .inner > .take-action-area {
    padding-top: 6vh;
    background-color: #202945; }
    body.page.home section.content > .container > .inner > .take-action-area h2 {
      margin-bottom: 30px;
      font-size: 2.75rem;
      line-height: 3.45rem; }
      body.page.home section.content > .container > .inner > .take-action-area h2:after {
        background-color: #FFC845;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto; }
    body.page.home section.content > .container > .inner > .take-action-area p {
      color: #fff;
      font-size: 1.2rem;
      line-height: 1.6rem;
      font-weight: 300; }
    body.page.home section.content > .container > .inner > .take-action-area .tout {
      margin-bottom: 0; }
      @media (max-width: 768px) {
        body.page.home section.content > .container > .inner > .take-action-area .tout {
          max-width: 360px;
          margin: 0 auto; } }
      body.page.home section.content > .container > .inner > .take-action-area .tout > .tout-header {
        grid-row: header;
        -ms-grid-row: 1; }
      body.page.home section.content > .container > .inner > .take-action-area .tout > .tout-image {
        grid-row: image;
        -ms-grid-row: 2; }
      body.page.home section.content > .container > .inner > .take-action-area .tout > .tout-content {
        grid-row: content;
        -ms-grid-row: 3; }
      body.page.home section.content > .container > .inner > .take-action-area .tout img {
        border: none; }
      body.page.home section.content > .container > .inner > .take-action-area .tout.take-action-tout-shorter {
        margin-top: 2.0625vw; }
        body.page.home section.content > .container > .inner > .take-action-area .tout.take-action-tout-shorter .tout-image {
          padding-bottom: 81.632653%; }
      body.page.home section.content > .container > .inner > .take-action-area .tout.take-action-tout-taller {
        margin-top: 0; }
        body.page.home section.content > .container > .inner > .take-action-area .tout.take-action-tout-taller .tout-image {
          padding-bottom: 81.5738963%; }
      body.page.home section.content > .container > .inner > .take-action-area .tout .tout-content {
        margin-top: 25px;
        padding-left: 35px;
        padding-right: 35px; }
        body.page.home section.content > .container > .inner > .take-action-area .tout .tout-content .tout-cta-link {
          font-weight: 700;
          font-size: 1.55rem;
          line-height: 1.9rem;
          text-transform: capitalize; }
        body.page.home section.content > .container > .inner > .take-action-area .tout .tout-content .tout-body-area {
          margin-top: 0.45rem;
          font-weight: 300;
          font-size: 1.2rem;
          line-height: 1.6rem; }
    body.page.home section.content > .container > .inner > .take-action-area .cta-link {
      color: #FFC845;
      font-weight: 700;
      font-size: 1.55rem;
      line-height: 1.9rem;
      margin-bottom: 0.45rem; }
      body.page.home section.content > .container > .inner > .take-action-area .cta-link:after {
        content: '';
        height: 28px;
        width: 7px;
        margin-left: 0.4em;
        background-size: 100%;
        background-position: center bottom;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml,%3Csvg width='10' height='19' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 1l6 8.5L2 18' stroke='%23FCC845' stroke-width='3' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E"); }
  body.page.home section.content > .container > .inner > .our-impact-area > .kt-row-layout-inner {
    padding: 9.3vh 0 0; }
    body.page.home section.content > .container > .inner > .our-impact-area > .kt-row-layout-inner > .kt-row-column-wrap {
      padding-bottom: 46.625vw; }
  body.page.home section.content > .container > .inner > .our-impact-area h2 {
    font-size: 2.75rem;
    line-height: 3.45rem;
    letter-spacing: 0;
    font-weight: 700;
    margin-bottom: 0; }
    body.page.home section.content > .container > .inner > .our-impact-area h2:after {
      content: none; }
    body.page.home section.content > .container > .inner > .our-impact-area h2 + p {
      font-size: 1.1rem;
      line-height: 1.75rem;
      letter-spacing: -0.025rem;
      margin-bottom: 1.6rem; }
      body.page.home section.content > .container > .inner > .our-impact-area h2 + p strong {
        font-weight: 700; }
  body.page.home section.content > .container > .inner > .our-impact-area .our-impact-infographic-area {
    max-width: 1024px; }
    body.page.home section.content > .container > .inner > .our-impact-area .our-impact-infographic-area hr.wp-block-separator {
      border-color: #862633;
      margin: 6px auto 16px; }
    body.page.home section.content > .container > .inner > .our-impact-area .our-impact-infographic-area .wp-block-image {
      margin-bottom: 13px; }
    body.page.home section.content > .container > .inner > .our-impact-area .our-impact-infographic-area h3 {
      margin-top: 13px;
      margin-bottom: 0;
      font-size: 47px;
      line-height: 59px;
      font-weight: 800; }
    body.page.home section.content > .container > .inner > .our-impact-area .our-impact-infographic-area .kt-inside-inner-col p {
      display: block;
      min-height: 3em;
      font-size: 1rem;
      line-height: 1.45rem; }
  body.page.home section.content > .container > .inner > .our-impact-area .wp-block-button {
    margin: 32px auto 29px; }
    body.page.home section.content > .container > .inner > .our-impact-area .wp-block-button a {
      font-size: 1rem;
      line-height: 1.5rem;
      color: #fff;
      background-color: #862633;
      height: 70px;
      padding: 0;
      text-transform: uppercase;
      border-radius: inherit;
      background-repeat: no-repeat;
      display: -ms-flexbox;
      -ms-flex-align: center;
      -ms-flex-item-align: center;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 281px;
      margin: 0 auto;
      min-width: 150px; }
      body.page.home section.content > .container > .inner > .our-impact-area .wp-block-button a:hover {
        background-color: #A82738; }
      body.page.home section.content > .container > .inner > .our-impact-area .wp-block-button a:after {
        content: url(../images/navbar_donate_caret.svg);
        height: auto;
        width: 4px;
        background-color: transparent;
        color: white;
        display: block;
        margin-left: 0.5em;
        line-height: 1em; }
    body.page.home section.content > .container > .inner > .our-impact-area .wp-block-button + p {
      max-width: 460px;
      padding: 0 30px;
      margin: 0 auto;
      font-style: italic;
      font-weight: 300;
      font-size: 0.9rem;
      line-height: 1.3rem;
      letter-spacing: -0.0205rem;
      color: #202945; }
  body.page.home section.content > .container > .inner > .donation-widget {
    padding-top: 6vh;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column; }
    body.page.home section.content > .container > .inner > .donation-widget .hdr-row {
      font-size: 2.25rem;
      line-height: 2.8rem;
      text-align: center;
      font-weight: 700;
      margin-bottom: 23px; }
    body.page.home section.content > .container > .inner > .donation-widget .donation-widget-body {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
      margin-top: 23px;
      margin-bottom: 0;
      font-size: 1.1rem;
      line-height: 1.4rem; }
    body.page.home section.content > .container > .inner > .donation-widget .donation-item-row {
      width: 100%; }
  body.page.home section.content > .container > .inner > .the-latest-area h2 {
    font-weight: 700;
    font-size: 2.75rem;
    line-height: 69px; }
    body.page.home section.content > .container > .inner > .the-latest-area h2:after {
      background-color: #62B1BD;
      margin-top: 13px;
      margin-bottom: 30px;
      margin-left: auto;
      margin-right: auto; }
  body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid {
    max-width: 1170px;
    margin: 0 auto; }
    body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row {
      grid-row-gap: 15px; }
      body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row article {
        display: -ms-grid;
        -ms-grid-columns: 1fr; }
        body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row article .tout-image {
          -ms-grid-column: 1;
          -ms-grid-row: 1; }
          @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
            body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row article .tout-image a {
              max-width: 383.313px; } }
        body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row article .tout-content {
          -ms-grid-column: 1;
          -ms-grid-row: 2; }
          @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
            body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row article .tout-content {
              max-width: 383.313px;
              display: inline-block;
              max-height: 340px; }
              body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row article .tout-content .tout-header {
                display: inline-block; } }
        body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row article:nth-child(1) {
          -ms-grid-column: 1;
          -ms-grid-column-span: 5;
          -ms-grid-row: 1;
          -ms-grid-columns: 50% 50%; }
          body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row article:nth-child(1) .tout-image {
            -ms-grid-column: 1;
            -ms-grid-row: 1; }
            @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
              body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row article:nth-child(1) .tout-image a {
                max-width: inherit; } }
          body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row article:nth-child(1) .tout-content {
            -ms-grid-column: 2;
            -ms-grid-row: 1;
            max-width: inherit; }
        body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row article:nth-child(2) {
          -ms-grid-column: 1;
          -ms-grid-row: 3; }
        body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row article:nth-child(3) {
          -ms-grid-column: 3;
          -ms-grid-row: 3; }
        body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row article:nth-child(4) {
          -ms-grid-column: 5;
          -ms-grid-row: 3; }
      @media (min-width: 451px) {
        body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row {
          grid-template-columns: repeat(auto-fit, minmax(calc((100% - 120px) / 12), 1fr));
          grid-row-gap: 12px;
          grid-column-gap: 10px;
          -ms-grid-columns: 383.313px 10px 383.313px 10px 383.313px;
          -ms-grid-rows: auto 12px auto 12px auto 12px auto; } }
      body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row article {
        max-width: inherit; }
        body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row article:first-child .tout-content {
          -ms-flex-item-align: inherit;
          -ms-grid-row-align: inherit;
          align-self: inherit; }
    body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .tout {
      background-color: #fff;
      height: 100%;
      -webkit-box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.05);
      box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.05); }
      body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .tout.tout-type-tout-post {
        grid-row-gap: 0; }
    body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .tout-cta {
      margin-top: 0; }
      body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .tout-cta a {
        color: #862633;
        font-size: 1rem;
        line-height: 1.25rem;
        font-weight: 700; }
        body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .tout-cta a:after {
          margin-left: 4px; }
    body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .tout-header a h3 {
      font-weight: 600;
      font-size: 1rem;
      line-height: 1.2rem; }
    body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .tout-category {
      font-weight: 400;
      color: #202945;
      font-size: 0.85rem;
      line-height: 1.3;
      text-transform: uppercase; }
    body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .tout-date {
      margin-bottom: 0;
      font-weight: 400;
      color: #202945;
      font-size: 0.85rem;
      line-height: 1.3; }
    body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row-style-1 {
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      -ms-grid-columns: minmax(380px, 1fr) minmax(300px, 1fr);
      grid-template-rows: auto;
      -ms-grid-rows: auto;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-align-content: center; }
      @media (max-width: 450px) {
        body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row-style-1 {
          grid-template-columns: 100%;
          -ms-grid-columns: 100%;
          grid-template-rows: auto auto;
          -ms-grid-rows: auto auto; }
          body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row-style-1 .tout-image {
            grid-column: 1;
            -ms-grid-column: 1;
            grid-row: 1;
            -ms-grid-row: 1; }
          body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row-style-1 .tout-content {
            grid-column: 1;
            -ms-grid-column: 1;
            grid-row: 2;
            -ms-grid-row: 2; } }
      body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row-style-1 .tout-image {
        height: 100%;
        max-height: none; }
        body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row-style-1 .tout-image:after {
          content: '';
          position: absolute;
          display: block;
          top: 0;
          right: -1px;
          height: 100%;
          width: 30%;
          background: url("../images/Kadence Dividers/Slant Right (Red).svg");
          background-size: cover; }
      body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row-style-1 .tout-content {
        padding: 45px 2vw;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: auto 1fr;
        -ms-grid-rows: auto 6px auto 7px auto 26px auto;
        -ms-grid-columns: auto 1fr;
        grid-template-columns: auto 1fr;
        -ms-grid-rows: [category date] auto 7px [header] auto 6px [body] auto 6px [cta] auto;
        grid-template-rows: [category date] auto 7px [header] auto 6px [body] auto 6px [cta] auto; }
      body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row-style-1 .tout-content > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }
      body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row-style-1 .tout-content > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2; }
      body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row-style-1 .tout-content > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1; }
      body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row-style-1 .tout-content > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2; }
      body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row-style-1 .tout-content > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 1; }
      body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row-style-1 .tout-content > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 2; }
      body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row-style-1 .tout-content > *:nth-child(7) {
  -ms-grid-row: 4;
  -ms-grid-column: 1; }
      body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row-style-1 .tout-content > *:nth-child(8) {
  -ms-grid-row: 4;
  -ms-grid-column: 2; }
      body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row-style-1 .tout-content > *:nth-child(9) {
  -ms-grid-row: 5;
  -ms-grid-column: 1; }
      body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row-style-1 .tout-content > *:nth-child(10) {
  -ms-grid-row: 5;
  -ms-grid-column: 2; }
      body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row-style-1 .tout-content > *:nth-child(11) {
  -ms-grid-row: 6;
  -ms-grid-column: 1; }
      body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row-style-1 .tout-content > *:nth-child(12) {
  -ms-grid-row: 6;
  -ms-grid-column: 2; }
      body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row-style-1 .tout-content > *:nth-child(13) {
  -ms-grid-row: 7;
  -ms-grid-column: 1; }
      body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row-style-1 .tout-content > *:nth-child(14) {
  -ms-grid-row: 7;
  -ms-grid-column: 2; }
      body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row-style-1 .tout-content > *:nth-child(15) {
  -ms-grid-row: 8;
  -ms-grid-column: 1; }
      body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row-style-1 .tout-content > *:nth-child(16) {
  -ms-grid-row: 8;
  -ms-grid-column: 2; }
      body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row-style-1 .tout-content > *:nth-child(17) {
  -ms-grid-row: 9;
  -ms-grid-column: 1; }
      body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row-style-1 .tout-content > *:nth-child(18) {
  -ms-grid-row: 9;
  -ms-grid-column: 2; }
      body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row-style-1 .tout-content > *:nth-child(19) {
  -ms-grid-row: 10;
  -ms-grid-column: 1; }
      body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row-style-1 .tout-content > *:nth-child(20) {
  -ms-grid-row: 10;
  -ms-grid-column: 2; }
      body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row-style-1 .tout-content > *:nth-child(21) {
  -ms-grid-row: 11;
  -ms-grid-column: 1; }
      body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row-style-1 .tout-content > *:nth-child(22) {
  -ms-grid-row: 11;
  -ms-grid-column: 2; }
      body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row-style-1 .tout-content > *:nth-child(23) {
  -ms-grid-row: 12;
  -ms-grid-column: 1; }
      body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row-style-1 .tout-content > *:nth-child(24) {
  -ms-grid-row: 12;
  -ms-grid-column: 2; }
      body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row-style-1 .tout-category {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        grid-column: 1;
        grid-row: category;
        -ms-grid-column: 1;
        -ms-grid-row: 1; }
      body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row-style-1 .tout-header {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        grid-column: 1 / 3;
        grid-row: header;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        -ms-grid-row: 3;
        margin-bottom: 0.3rem; }
        body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row-style-1 .tout-header a h3 {
          font-weight: 400;
          font-size: 1.75rem;
          line-height: 2.2rem; }
      body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row-style-1 .tout-date {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -ms-grid-column: 2;
        -ms-grid-row: 1;
        grid-row: date; }
        body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row-style-1 .tout-date:before {
          content: '';
          display: inline-block;
          margin: 0.1rem 0.3rem;
          height: 0.3rem;
          width: 0.3rem;
          background-color: #202945; }
      body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row-style-1 .tout-byline {
        display: none; }
      body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row-style-1 .body-area {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        -ms-grid-row: 5;
        grid-column: 1 / 3;
        grid-row: body; }
        body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row-style-1 .body-area > * {
          margin-top: 23px;
          font-weight: 400;
          color: #202945;
          font-size: 0.9rem;
          line-height: 1.35rem; }
      body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row-style-1 .tout-cta {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        -ms-grid-row: 7;
        grid-column: 1 / 3;
        grid-row: cta; }
    body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: start;
      -ms-align-content: flex-start; }
    body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row-num-1 .tout-image {
      padding-bottom: 73.15789473684211% !important; }
    body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row-num-1 .tout-content {
      padding: 19px 20px;
      -ms-flex-item-align: start;
      align-self: flex-start; }
    body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row-num-1 .tout-byline, body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row-num-1 .body-area {
      display: none; }
    body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row-num-1 .tout-category {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row-num-1 .tout-header {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      margin: 4px 0 6px;
      font-size: 1rem;
      line-height: 1.2rem;
      font-weight: 600; }
    body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row-num-1 .tout-date {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
      margin-bottom: 4px;
      font-size: 0.7rem;
      line-height: 1.35rem; }
    body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row-num-1 .tout-cta {
      display: none; }
  body.page.home section.content > .container > .inner > .the-latest-area .kt-button {
    margin-top: 4vh;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.4rem;
    width: 100%;
    max-width: 380px;
    height: 70px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    text-transform: uppercase;
    background-color: inherit;
    -ms-flex-direction: column; }
    @media (max-width: 380px) {
      body.page.home section.content > .container > .inner > .the-latest-area .kt-button {
        width: 100%; } }
    body.page.home section.content > .container > .inner > .the-latest-area .kt-button:hover {
      background: #862633; }
      body.page.home section.content > .container > .inner > .the-latest-area .kt-button:hover span {
        color: #fff; }
    body.page.home section.content > .container > .inner > .the-latest-area .kt-button span {
      color: #862633;
      margin: auto; }
      body.page.home section.content > .container > .inner > .the-latest-area .kt-button span:hover {
        color: #fff; }

body.page.home .has-tail-dotted {
  margin-bottom: 0; }
  body.page.home .has-tail-dotted:after {
    content: ' ';
    border-right: 2.5px dotted #862633;
    width: 1px;
    height: 6vh;
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    bottom: -7vh; }

@media (max-width: 768px) {
  body.page.home section.hero-block.has-cta.hero-background-mode-image .hero-content, body.page.home section.hero-block.has-cta.hero-background-mode-video .hero-content, body.page.home section.hero-block .has-learn-cta.hero-background-mode-image .hero-content, body.page.home section.hero-block .has-learn-cta.hero-background-mode-video .hero-content {
    background: #862633; }
    body.page.home section.hero-block.has-cta.hero-background-mode-image .hero-content h1.hero-header, body.page.home section.hero-block.has-cta.hero-background-mode-video .hero-content h1.hero-header, body.page.home section.hero-block .has-learn-cta.hero-background-mode-image .hero-content h1.hero-header, body.page.home section.hero-block .has-learn-cta.hero-background-mode-video .hero-content h1.hero-header {
      color: #fff; }
    body.page.home section.hero-block.has-cta.hero-background-mode-image .hero-content .hero-body-area p, body.page.home section.hero-block.has-cta.hero-background-mode-video .hero-content .hero-body-area p, body.page.home section.hero-block .has-learn-cta.hero-background-mode-image .hero-content .hero-body-area p, body.page.home section.hero-block .has-learn-cta.hero-background-mode-video .hero-content .hero-body-area p {
      color: #fff; }
    body.page.home section.hero-block.has-cta.hero-background-mode-image .hero-content .cta-container a.hero-cta-learn-link,
    body.page.home section.hero-block.has-cta.hero-background-mode-image .hero-content .cta-container a.hero-cta-link, body.page.home section.hero-block.has-cta.hero-background-mode-video .hero-content .cta-container a.hero-cta-learn-link,
    body.page.home section.hero-block.has-cta.hero-background-mode-video .hero-content .cta-container a.hero-cta-link, body.page.home section.hero-block .has-learn-cta.hero-background-mode-image .hero-content .cta-container a.hero-cta-learn-link,
    body.page.home section.hero-block .has-learn-cta.hero-background-mode-image .hero-content .cta-container a.hero-cta-link, body.page.home section.hero-block .has-learn-cta.hero-background-mode-video .hero-content .cta-container a.hero-cta-learn-link,
    body.page.home section.hero-block .has-learn-cta.hero-background-mode-video .hero-content .cta-container a.hero-cta-link {
      border-color: #fff;
      color: #fff !important; }
  body.page.home section.content > .container > .inner > .tout-reveal-area::before, body.page.home section.content > .container > .inner > .tout-reveal-area::after {
    height: 3.3vw;
    background-size: 100%;
    background-repeat: no-repeat; } }

@media (min-width: 320px) and (max-width: 364px) {
  body.page.home section.content > .container .inner section.block.donation-widget .donation-item-row {
    grid-template-columns: repeat(auto-fill, minmax(65px, 107px)) !important; }
    body.page.home section.content > .container .inner section.block.donation-widget .donation-item-row .donation-widget-ask-amount {
      font-size: 1rem; }
    body.page.home section.content > .container .inner section.block.donation-widget .donation-item-row .donation-widget-amount-other input::-webkit-input-placeholder {
      font-size: 0.95rem; }
    body.page.home section.content > .container .inner section.block.donation-widget .donation-item-row .donation-widget-amount-other input::-moz-placeholder {
      font-size: 0.95rem; }
    body.page.home section.content > .container .inner section.block.donation-widget .donation-item-row .donation-widget-amount-other input:-ms-input-placeholder {
      font-size: 0.95rem; }
    body.page.home section.content > .container .inner section.block.donation-widget .donation-item-row .donation-widget-amount-other input::-ms-input-placeholder {
      font-size: 0.95rem; }
    body.page.home section.content > .container .inner section.block.donation-widget .donation-item-row .donation-widget-amount-other input::placeholder {
      font-size: 0.95rem; } }

@media (min-width: 320px) and (max-width: 450px) {
  body.page.home section.content h2 {
    font-size: 2.1rem;
    line-height: 2.25rem;
    letter-spacing: -0.005rem; }
    body.page.home section.content h2 + p {
      font-size: 1.2rem;
      line-height: 1.8rem; }
  body.page.home section.content .aligncenter {
    margin: 0; }
  body.page.home section.content > .container .inner > .wp-block-kadence-rowlayout.value-prop-area {
    padding: 0 20px; }
    body.page.home section.content > .container .inner > .wp-block-kadence-rowlayout.value-prop-area .kt-row-layout-inner .kt-row-column-wrap .wp-block-kadence-column .kt-inside-inner-col p {
      font-size: 28px;
      letter-spacing: -0.61px;
      text-align: center;
      line-height: 41px; }
      body.page.home section.content > .container .inner > .wp-block-kadence-rowlayout.value-prop-area .kt-row-layout-inner .kt-row-column-wrap .wp-block-kadence-column .kt-inside-inner-col p em {
        font-size: 28px;
        letter-spacing: -0.61px;
        text-align: center;
        line-height: 41px; }
    body.page.home section.content > .container .inner > .wp-block-kadence-rowlayout.value-prop-area .kt-row-layout-inner .kt-row-column-wrap .wp-block-kadence-column .kt-inside-inner-col .has-tail-dotted:after {
      border-right: 3px dotted #862633; }
  body.page.home section.content > .container .inner > .stories-area section.slider.imagemode-background {
    height: 583px; }
  body.page.home section.content > .container .inner > .stories-area section.slider .slider-stage {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 1900px;
    -webkit-transition: .25s;
    /* Safari */
    transition: .25s;
    padding-left: 100%; }
    body.page.home section.content > .container .inner > .stories-area section.slider .slider-stage article.slider-item {
      border: none;
      float: left;
      height: 100%;
      min-height: 1px;
      width: 100%;
      max-width: 100vw; }
      body.page.home section.content > .container .inner > .stories-area section.slider .slider-stage article.slider-item .slider-item-image {
        width: 178px;
        height: 178px;
        padding: 0;
        margin: auto; }
      body.page.home section.content > .container .inner > .stories-area section.slider .slider-stage article.slider-item .slider-content {
        padding-top: 6px; }
        body.page.home section.content > .container .inner > .stories-area section.slider .slider-stage article.slider-item .slider-content a.slider-cta-link {
          text-transform: uppercase; }
        body.page.home section.content > .container .inner > .stories-area section.slider .slider-stage article.slider-item .slider-content span.slider-item-body > p {
          line-height: 34px;
          font-size: 24px; }
  body.page.home section.content > .container .inner > .stories-area section.slider .slider-arrows {
    display: none; }
  body.page.home section.content > .container .inner > .stories-area section.slider .slider-thumbnail-dotmode-dots {
    bottom: 0; }
  body.page.home section.content > .container .inner > .take-action-area h2 {
    font-size: 45px;
    font-weight: bold; }
  body.page.home section.content > .container .inner > .take-action-area .kt-row-column-wrap .inner-column-1 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  body.page.home section.content > .container .inner > .take-action-area .kt-row-column-wrap .inner-column-2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  body.page.home section.content > .container .inner > .take-action-area .kt-row-column-wrap .inner-column-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  body.page.home section.content > .container .inner > .take-action-area .tout .tout-content {
    padding-left: 14px;
    padding-right: 14px;
    margin-top: 18px; }
    body.page.home section.content > .container .inner > .take-action-area .tout .tout-content .tout-body-area {
      margin-bottom: 11px; }
      body.page.home section.content > .container .inner > .take-action-area .tout .tout-content .tout-body-area p {
        font-size: 22px;
        color: #FFFFFF;
        line-height: 27px; }
    body.page.home section.content > .container .inner > .take-action-area .tout .tout-content .tout-cta a {
      font-size: 26px;
      line-height: 38px; }
  body.page.home section.content > .container .inner > .our-impact-area h2 {
    font-size: 45px; }
    body.page.home section.content > .container .inner > .our-impact-area h2 + p strong {
      line-height: 29px; }
  body.page.home section.content > .container .inner > .our-impact-area #kt-layout-id_81ea47-46 .kt-inside-inner-col .wp-block-button + p {
    padding: 0;
    font-size: 16px;
    letter-spacing: -0.34px;
    text-align: center;
    line-height: 23px; }
  body.page.home section.content > .container .inner > .our-impact-area .our-impact-infographic-area #kt-layout-id_3e3ce6-0b .kt-row-column-wrap {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    grid-row-gap: 0;
    -ms-grid-row-align: end;
    align-self: end; }
    body.page.home section.content > .container .inner > .our-impact-area .our-impact-infographic-area #kt-layout-id_3e3ce6-0b .kt-row-column-wrap .wp-block-kadence-column {
      width: 100%;
      max-width: 161px;
      margin-bottom: 0px;
      -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-grid-column-align: center;
      justify-self: center;
      margin: auto auto; }
      body.page.home section.content > .container .inner > .our-impact-area .our-impact-infographic-area #kt-layout-id_3e3ce6-0b .kt-row-column-wrap .wp-block-kadence-column figure {
        display: block;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        height: 60px; }
        body.page.home section.content > .container .inner > .our-impact-area .our-impact-infographic-area #kt-layout-id_3e3ce6-0b .kt-row-column-wrap .wp-block-kadence-column figure img {
          width: 52%; }
      body.page.home section.content > .container .inner > .our-impact-area .our-impact-infographic-area #kt-layout-id_3e3ce6-0b .kt-row-column-wrap .wp-block-kadence-column h3 {
        font-size: 32px;
        margin-top: 0;
        line-height: inherit; }
      body.page.home section.content > .container .inner > .our-impact-area .our-impact-infographic-area #kt-layout-id_3e3ce6-0b .kt-row-column-wrap .wp-block-kadence-column hr.wp-block-separator {
        margin: 10px auto 13px; }
      body.page.home section.content > .container .inner > .our-impact-area .our-impact-infographic-area #kt-layout-id_3e3ce6-0b .kt-row-column-wrap .wp-block-kadence-column p {
        font-size: 17px;
        line-height: 21px; }
  body.page.home section.content > .container .inner > .our-impact-area .wp-block-button.aligncenter.is-style-squared {
    margin-top: 23px;
    margin-bottom: 16px; }
    body.page.home section.content > .container .inner > .our-impact-area .wp-block-button.aligncenter.is-style-squared a {
      font-size: 22px; }
  body.page.home section.content > .container .inner > .our-impact-area #kt-layout-id_81ea47-46 {
    background-color: #52d3f0; }
    body.page.home section.content > .container .inner > .our-impact-area #kt-layout-id_81ea47-46 #jarallax-container-0 > div {
      height: 100% !important;
      background-position: 68% 100% !important;
      -webkit-transform: none !important;
      -ms-transform: none !important;
      transform: none !important; }
  body.page.home section.content > .container .inner > .our-impact-area .kt-row-layout-inner .kt-row-column-wrap:first-child {
    padding: 47px 25px 620px; }
    body.page.home section.content > .container .inner > .our-impact-area .kt-row-layout-inner .kt-row-column-wrap:first-child .kt-row-column-wrap {
      padding: 0; }
  body.page.home section.content > .container .inner section.block.donation-widget {
    padding: 31px 20px 54px; }
    body.page.home section.content > .container .inner section.block.donation-widget .donation-widget-body {
      font-size: 23px; }
    body.page.home section.content > .container .inner section.block.donation-widget .donation-item-row {
      max-width: 100%;
      grid-column-gap: 7px;
      -ms-grid-columns: 1fr 7px 1fr 7px 1fr;
      grid-template-columns: repeat(3, 1fr); }
      body.page.home section.content > .container .inner section.block.donation-widget .donation-item-row span.donation-widget-amount-other {
        -ms-grid-column: 2;
        -ms-grid-column-span: 2;
        grid-column: 2 /span 2; }
      body.page.home section.content > .container .inner section.block.donation-widget .donation-item-row a.donate-btn-widget {
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        grid-column: 1 /span 3; }
    body.page.home section.content > .container .inner section.block.donation-widget header.donation-widget-header {
      font-size: 32px;
      color: #393939;
      letter-spacing: 0;
      text-align: center;
      line-height: 45px;
      margin-bottom: 15px; }
  body.page.home section.content > .container .inner > .the-latest-area .dynamic-grid .dynamic-grid-row-style-1 .tout-content {
    grid-column: 1;
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2; }
  body.page.home section.content > .container .inner > .the-latest-area h2.kt-adv-heading_e5d614-e2 {
    font-size: 45px;
    margin-bottom: 41px; }
  body.page.home section.content > .container .inner > .the-latest-area .wp-block-kadence-advancedbtn .kt-btn-wrap {
    width: 100%; }
    body.page.home section.content > .container .inner > .the-latest-area .wp-block-kadence-advancedbtn .kt-btn-wrap a.kt-button {
      margin-top: 17px; }
  body.page.home section.content > .container .inner > .the-latest-area section.dynamic-grid .dynamic-grid-row a.tout-cta-link {
    font-size: 18px; }
  body.page.home section.content > .container .inner > .the-latest-area section.dynamic-grid .dynamic-grid-row article:first-child {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%; }
    body.page.home section.content > .container .inner > .the-latest-area section.dynamic-grid .dynamic-grid-row article:first-child .tout-image {
      max-height: 205px;
      height: 205px; }
      body.page.home section.content > .container .inner > .the-latest-area section.dynamic-grid .dynamic-grid-row article:first-child .tout-image::after {
        content: none; }
    body.page.home section.content > .container .inner > .the-latest-area section.dynamic-grid .dynamic-grid-row article:first-child .tout-content {
      background: #FFFFFF;
      -webkit-box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.05);
      box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.05);
      padding: 20px 15px 33px; }
      body.page.home section.content > .container .inner > .the-latest-area section.dynamic-grid .dynamic-grid-row article:first-child .tout-content .tout-category {
        line-height: 1.7rem; }
      body.page.home section.content > .container .inner > .the-latest-area section.dynamic-grid .dynamic-grid-row article:first-child .tout-content header a h3 {
        font-size: 26px;
        line-height: 31px; }
      body.page.home section.content > .container .inner > .the-latest-area section.dynamic-grid .dynamic-grid-row article:first-child .tout-content .body-area {
        margin-top: 0;
        font-size: 17px;
        letter-spacing: 0;
        line-height: 25px; }
  body.page.home section.content > .container .inner > .the-latest-area section.dynamic-grid .dynamic-grid-row article:nth-child(n+2) {
    -ms-grid-columns: 1fr 0 1.25fr;
    grid-template-columns: 1fr 1.25fr;
    grid-row-gap: 15px;
    grid-column-gap: 0;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    min-height: 40vw; }
  body.page.home section.content > .container .inner > .the-latest-area section.dynamic-grid .dynamic-grid-row article:nth-child(n+2) > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
  body.page.home section.content > .container .inner > .the-latest-area section.dynamic-grid .dynamic-grid-row article:nth-child(n+2) > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
    body.page.home section.content > .container .inner > .the-latest-area section.dynamic-grid .dynamic-grid-row article:nth-child(n+2) .tout-image {
      height: 100%;
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 1;
      grid-row: 1; }
      body.page.home section.content > .container .inner > .the-latest-area section.dynamic-grid .dynamic-grid-row article:nth-child(n+2) .tout-image a img {
        height: 100%;
        width: 100%; }
      body.page.home section.content > .container .inner > .the-latest-area section.dynamic-grid .dynamic-grid-row article:nth-child(n+2) .tout-image::after {
        content: none; }
    body.page.home section.content > .container .inner > .the-latest-area section.dynamic-grid .dynamic-grid-row article:nth-child(n+2) .tout-content {
      -ms-grid-column: 2;
      grid-column: 2;
      -ms-grid-row: 1;
      grid-row: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -webkit-box-align: left;
      -ms-flex-align: left;
      align-items: left;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 18px 15px 20px;
      background: #fff; }
      body.page.home section.content > .container .inner > .the-latest-area section.dynamic-grid .dynamic-grid-row article:nth-child(n+2) .tout-content header {
        margin: 0; }
        body.page.home section.content > .container .inner > .the-latest-area section.dynamic-grid .dynamic-grid-row article:nth-child(n+2) .tout-content header a h3 {
          font-size: 5vw;
          line-height: 24px; }
      body.page.home section.content > .container .inner > .the-latest-area section.dynamic-grid .dynamic-grid-row article:nth-child(n+2) .tout-content .body-area p {
        margin-top: 0;
        font-size: 17px;
        letter-spacing: 0;
        line-height: 25px; }
    body.page.home section.content > .container .inner > .the-latest-area section.dynamic-grid .dynamic-grid-row article:nth-child(n+2) .tout-category {
      font-size: 16px;
      margin-bottom: 5px; }
    body.page.home section.content > .container .inner > .the-latest-area section.dynamic-grid .dynamic-grid-row article:nth-child(n+2) .tout-date {
      margin: 6px 0 0;
      line-height: 1; }
  body.page.home section.content > .container .inner > .the-latest-area .kt-button {
    max-width: none; }
  body.page.home .tout-content {
    padding: 0; }
  body.page.home header.tout-header.before-image {
    margin-bottom: 0.7rem; }
  body.page.home .slider.align-full:after {
    display: none; }
  body.page.home .slider .slider-stage {
    margin-top: 30px; } }

@media (min-width: 451px) and (max-width: 768px) {
  body.page.home section.content > .container > .inner section.donation-widget .donation-item-row {
    max-width: 460px;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    grid-row-gap: 0.9rem; }
    body.page.home section.content > .container > .inner section.donation-widget .donation-item-row a.donate-btn-widget {
      -ms-grid-column: 3;
      -ms-grid-column-span: 2;
      grid-column: 3 / span 2; }
    body.page.home section.content > .container > .inner section.donation-widget .donation-item-row .tout-content {
      grid-column: 1;
      -ms-grid-column: 1;
      -ms-grid-row: 2;
      grid-row: 2; }
    body.page.home section.content > .container > .inner section.donation-widget .donation-item-row .donation-widget-amount-other,
    body.page.home section.content > .container > .inner section.donation-widget .donation-item-row .donate-btn-widget {
      -ms-grid-column-span: 2;
      grid-column: span 2; }
    body.page.home section.content > .container > .inner section.donation-widget .donation-item-row .donation-widget-amount-other .action-amt {
      width: 100%;
      max-width: none; }
    body.page.home section.content > .container > .inner section.donation-widget .donation-item-row .donate-btn-widget {
      width: 100%; }
  body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid article {
    -ms-grid-column-span: 12;
    grid-column: span 12;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto; }
  body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid article > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
  body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid article > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1; }
    body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid article .tout-image {
      height: 100%;
      max-height: none;
      grid-row: 1;
      -ms-grid-row: 1; }
    body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid article .tout-content {
      -ms-grid-row: 1;
      grid-row: 1;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 100%; }
    body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid article .tout-header a h3 {
      font-size: 4.5vw;
      line-height: 1.3; } }
    @media (min-width: 451px) and (max-width: 768px) and (min-width: 510px) {
      body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid article .tout-header a h3 {
        font-size: 23px; } }

@media (min-width: 451px) and (max-width: 768px) {
    body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid article:nth-child(n+2) {
      -ms-grid-columns: 1fr 0 1.25fr;
      grid-template-columns: 1fr 1.25fr;
      grid-row-gap: 15px;
      grid-column-gap: 0;
      -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
      min-height: 40vw; }
    body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid article:nth-child(n+2) > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
    body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid article:nth-child(n+2) > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
  body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row-style-1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; }
    body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row-style-1 .tout-image::after {
      display: none; }
    body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row-style-1 .tout-content {
      grid-row: 2;
      -ms-grid-row: 2; }
  body.page.home section.content > .container > .inner > .stories-area section.slider.imagemode-background {
    height: 583px; }
  body.page.home section.content > .container > .inner > .stories-area section.slider .slider-stage {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: .25s;
    /* Safari */
    transition: .25s; }
    body.page.home section.content > .container > .inner > .stories-area section.slider .slider-stage article.slider-item {
      border: none;
      float: left;
      height: 100%;
      min-height: 1px;
      width: 100%;
      max-width: 100vw; }
      body.page.home section.content > .container > .inner > .stories-area section.slider .slider-stage article.slider-item.slider-first, body.page.home section.content > .container > .inner > .stories-area section.slider .slider-stage article.slider-item.slider-last {
        display: block; }
      body.page.home section.content > .container > .inner > .stories-area section.slider .slider-stage article.slider-item .slider-item-image {
        width: 178px;
        height: 178px;
        padding: 0;
        margin: 50px auto 0; }
      body.page.home section.content > .container > .inner > .stories-area section.slider .slider-stage article.slider-item .slider-content {
        padding-top: 6px; }
        body.page.home section.content > .container > .inner > .stories-area section.slider .slider-stage article.slider-item .slider-content a.slider-cta-link {
          text-transform: uppercase; }
        body.page.home section.content > .container > .inner > .stories-area section.slider .slider-stage article.slider-item .slider-content span.slider-item-body > p {
          line-height: 34px;
          font-size: 24px; }
  body.page.home section.content > .container > .inner > .stories-area section.slider .slider-arrows {
    display: none; }
  body.page.home section.content > .container > .inner > .stories-area section.slider .slider-thumbnail-dotmode-dots {
    bottom: 0; }
  body.page.home section.content > .container > .inner > .take-action-area .tout {
    max-width: none; }
  body.page.home section.content > .container > .inner > .take-action-area .kt-row-column-wrap .inner-column-1 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  body.page.home section.content > .container > .inner > .take-action-area .kt-row-column-wrap .inner-column-2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  body.page.home section.content > .container > .inner > .take-action-area .kt-row-column-wrap .inner-column-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  body.page.home section.content > .container > .inner > .our-impact-area > .kt-row-layout-inner > .kt-row-column-wrap {
    padding-left: 8vw;
    padding-right: 8vw;
    padding-bottom: 650px; }
  body.page.home section.content > .container > .inner > .our-impact-area .our-impact-infographic-area #kt-layout-id_3e3ce6-0b .kt-row-column-wrap .wp-block-kadence-column figure {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 70px; }
    body.page.home section.content > .container > .inner > .our-impact-area .our-impact-infographic-area #kt-layout-id_3e3ce6-0b .kt-row-column-wrap .wp-block-kadence-column figure img {
      max-width: 100px; }
  body.page.home section.content > .container > .inner #kt-layout-id_81ea47-46 #jarallax-container-0 > div {
    height: 100% !important;
    background-position: 68% 100% !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important; } }

@media (min-width: 769px) {
  body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid article:nth-child(n+2) {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-rows: [header] auto [image] auto [content] auto;
    grid-template-rows: [header] auto [image] auto [content] auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-flex-line-pack: start;
    align-content: start; }
  body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid article:nth-child(n+2) > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
  body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid article:nth-child(n+2) > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1; }
  body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid article:nth-child(n+2) > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1; }
  body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid article:nth-child(n+2) > *:nth-child(4) {
    -ms-grid-row: 4;
    -ms-grid-column: 1; }
  body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid article:nth-child(n+2) > *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1; }
  body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid article:nth-child(n+2) > *:nth-child(6) {
    -ms-grid-row: 6;
    -ms-grid-column: 1; } }
  @media all and (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
    body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid article:nth-child(n+2) .tout-image {
      height: 280px; } }
  @media all and (min-width: 769px) and (-ms-high-contrast: none) and (max-width: 1024px), (min-width: 769px) and (-ms-high-contrast: active) and (max-width: 1024px) {
    body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid article:nth-child(n+2) .tout-image {
      height: 27.34375vw; } }

@media (min-width: 769px) and (max-width: 1024px) {
  body.page.home section.content > .container > .inner > .stories-area section.slider .slider-stage article.slider-item .slider-content {
    padding-left: 10vw;
    padding-right: 10vw; }
    body.page.home section.content > .container > .inner > .stories-area section.slider .slider-stage article.slider-item .slider-content .slider-item-body > p {
      font-size: 1.25rem;
      line-height: 1.4; }
    body.page.home section.content > .container > .inner > .stories-area section.slider .slider-stage article.slider-item .slider-content .slider-cta-link {
      margin-top: 15px; }
  body.page.home section.content > .container > .inner > .take-action-area .tout {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    max-width: 700px; }
    body.page.home section.content > .container > .inner > .take-action-area .tout .tout-content {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 100%;
      margin-top: 0;
      padding: 45px 0 45px 2vw; }
  body.page.home section.content > .container > .inner > .take-action-area .kt-row-column-wrap .inner-column-1 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  body.page.home section.content > .container > .inner > .take-action-area .kt-row-column-wrap .inner-column-2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  body.page.home section.content > .container > .inner > .take-action-area .kt-row-column-wrap .inner-column-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row-style-1 .tout-image {
    height: 100%;
    max-height: none; }
  body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row-style-1 .tout-header a h3 {
    font-size: 1.4rem;
    line-height: 1.2; }
  body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row-style-1 .tout-content {
    padding: 1em 2vw 1em 0; }
  body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row-style-1 .tout-body-area {
    font-size: 0.9rem;
    line-height: 1.4; }
  body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid .dynamic-grid-row-style-1 .tout-cta {
    margin-top: 0; } }

@media (min-width: 769px) and (max-width: 1024px) and (max-width: 1024px) {
  body.page.home section.content > .container > .inner > .the-latest-area .dynamic-grid article:nth-child(n+2) .tout-category {
    font-size: 0.8rem; } }

@media (min-width: 769px) and (max-width: 1024px) {
  body.page.home section.content > .container > .inner section.donation-widget .donation-item-row {
    max-width: 460px;
    -ms-grid-columns: minmax(107px, 1fr) [4];
    grid-template-columns: repeat(4, 1fr);
    grid-row-gap: 0.5rem; }
  body.page.home section.content > .container > .inner section.donation-widget .donation-widget-amount-other,
  body.page.home section.content > .container > .inner section.donation-widget .donate-btn-widget {
    -ms-grid-column-span: 2;
    grid-column: span 2; }
  body.page.home section.content > .container > .inner section.donation-widget .donation-widget-amount-other .action-amt {
    width: 100%;
    max-width: none; } }

@media (max-width: 1200px) {
  body.page.home section.content > .container > .inner > section, body.page.home section.content > .container > .inner > div:not(.alignfull) {
    padding-left: 10px;
    padding-right: 10px; } }

@media (min-width: 1025px) and (max-width: 1599px) {
  body.page.home section.content > .container > .inner > .take-action-area .tout .tout-content {
    padding-left: 1.5vw;
    padding-right: 1.5vw; }
    body.page.home section.content > .container > .inner > .take-action-area .tout .tout-content .tout-cta .tout-cta-link {
      font-size: 26px; }
      body.page.home section.content > .container > .inner > .take-action-area .tout .tout-content .tout-cta .tout-cta-link::after {
        height: 27px; }
    body.page.home section.content > .container > .inner > .take-action-area .tout .tout-content .body-area {
      margin-top: 0; }
    body.page.home section.content > .container > .inner > .take-action-area .tout .tout-content p {
      font-size: 22px;
      line-height: 1.4; }
    body.page.home section.content > .container > .inner > section.block.donation-widget .donation-item-row {
        -ms-grid-columns: 1fr 7px 1fr 7px 1fr 7px 1fr 7px 200px 7px 223px;
        grid-template-columns: repeat(4, 1fr) 200px 223px;
    } }

.page-template.page-template-content-touts section.touts.touts-1:last-of-type {
  margin-bottom: 60px; }

.page-template.page-template-content-touts section.touts.touts-1 > .container {
  border-top: 1px solid rgba(134, 38, 51, 0.38);
  padding: 0 30px; }
  .page-template.page-template-content-touts section.touts.touts-1 > .container .touts-hdr-row {
    padding: 45px 0;
    max-width: none; }
    .page-template.page-template-content-touts section.touts.touts-1 > .container .touts-hdr-row .hdr-row {
      padding: 0; }
      .page-template.page-template-content-touts section.touts.touts-1 > .container .touts-hdr-row .hdr-row h2.hdr {
        text-align: left;
        font-size: 32px;
        line-height: 36px;
        font-weight: normal;
        margin-top: 0; }
  .page-template.page-template-content-touts section.touts.touts-1 > .container .touts-items-row .touts .hdr-container h1.hdr, .page-template.page-template-content-touts section.touts.touts-1 > .container .touts-items-row .touts .hdr-container h2.hdr, .page-template.page-template-content-touts section.touts.touts-1 > .container .touts-items-row .touts .hdr-container h3.hdr, .page-template.page-template-content-touts section.touts.touts-1 > .container .touts-items-row .touts .hdr-container h4.hdr, .page-template.page-template-content-touts section.touts.touts-1 > .container .touts-items-row .touts .hdr-container h5.hdr, .page-template.page-template-content-touts section.touts.touts-1 > .container .touts-items-row .touts .hdr-container h6.hdr {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px; }
    .page-template.page-template-content-touts section.touts.touts-1 > .container .touts-items-row .touts .hdr-container h1.hdr a, .page-template.page-template-content-touts section.touts.touts-1 > .container .touts-items-row .touts .hdr-container h2.hdr a, .page-template.page-template-content-touts section.touts.touts-1 > .container .touts-items-row .touts .hdr-container h3.hdr a, .page-template.page-template-content-touts section.touts.touts-1 > .container .touts-items-row .touts .hdr-container h4.hdr a, .page-template.page-template-content-touts section.touts.touts-1 > .container .touts-items-row .touts .hdr-container h5.hdr a, .page-template.page-template-content-touts section.touts.touts-1 > .container .touts-items-row .touts .hdr-container h6.hdr a {
      font-size: 25px;
      line-height: 32px;
      font-weight: normal; }
  .page-template.page-template-content-touts section.touts.touts-1 > .container .touts-items-row .touts .caption-container p, .page-template.page-template-content-touts section.touts.touts-1 > .container .touts-items-row .touts .caption-container a {
    text-align: left;
    margin-left: 10px;
    margin-right: 10px; }
  .page-template.page-template-content-touts section.touts.touts-1 > .container .touts-items-row .touts .caption-container p.caption {
    color: #626366; }
  .page-template.page-template-content-touts section.touts.touts-1 > .container .touts-items-row .touts .caption-container a.cta {
    letter-spacing: normal; }

body.page-template.page-template-content-touts {
  /* Portrait tablet to landscape and desktop */
  /* Large desktop */ }
  @media (max-width: 767px) {
    body.page-template.page-template-content-touts section.title-header .container .row .column-title h1 {
      font-size: 28px;
      line-height: 34px; }
    body.page-template.page-template-content-touts section.touts.touts-1 {
      padding: 0 15px;
      margin-bottom: 60px; }
      body.page-template.page-template-content-touts section.touts.touts-1 > .container {
        padding: 0; }
        body.page-template.page-template-content-touts section.touts.touts-1 > .container .row.touts-hdr-row {
          padding-bottom: 30px; }
          body.page-template.page-template-content-touts section.touts.touts-1 > .container .row.touts-hdr-row .section-heading h2.hdr {
            font-size: 28px;
            line-height: 32px; }
        body.page-template.page-template-content-touts section.touts.touts-1 > .container .row.touts-items-row {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
          body.page-template.page-template-content-touts section.touts.touts-1 > .container .row.touts-items-row .touts {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding: 0;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            max-width: 350px;
            margin-bottom: 45px; }
            body.page-template.page-template-content-touts section.touts.touts-1 > .container .row.touts-items-row .touts:first-child {
              margin-top: 0; }
            body.page-template.page-template-content-touts section.touts.touts-1 > .container .row.touts-items-row .touts:last-child {
              margin-bottom: 0; }
            body.page-template.page-template-content-touts section.touts.touts-1 > .container .row.touts-items-row .touts .hdr-container {
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center; }
              body.page-template.page-template-content-touts section.touts.touts-1 > .container .row.touts-items-row .touts .hdr-container .hdr {
                padding: 0;
                margin-top: 20px;
                margin-bottom: 5px;
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                justify-content: flex-start; }
                body.page-template.page-template-content-touts section.touts.touts-1 > .container .row.touts-items-row .touts .hdr-container .hdr a {
                  font-size: 26px;
                  line-height: 33px;
                  letter-spacing: normal; }
              body.page-template.page-template-content-touts section.touts.touts-1 > .container .row.touts-items-row .touts .hdr-container .tout-image {
                width: 100%;
                max-height: 225px;
                max-width: 350px;
                background-size: cover;
                background-position: center;
                margin: 0 auto;
                border-radius: 10px;
                padding-top: 0; }
            body.page-template.page-template-content-touts section.touts.touts-1 > .container .row.touts-items-row .touts .caption-container {
              padding: 0;
              margin: 0; }
              body.page-template.page-template-content-touts section.touts.touts-1 > .container .row.touts-items-row .touts .caption-container p {
                margin: 0; }
              body.page-template.page-template-content-touts section.touts.touts-1 > .container .row.touts-items-row .touts .caption-container .cta {
                margin: 9px 0 0; } }

body.page.contact-us section.content {
  padding-bottom: 0; }
  body.page.contact-us section.content .inner section[data-vc-full-width]#QuestionForm {
    background-image: url(https://placehold.it/1600x700?text=contact-us);
    padding-top: 20px;
    margin-bottom: 0;
    margin-top: 90px;
    height: 871px; }
    body.page.contact-us section.content .inner section[data-vc-full-width]#QuestionForm .wpb_wrapper h2 {
      font-size: 40px;
      line-height: 50px;
      margin-bottom: 0;
      margin-left: -2px; }
    body.page.contact-us section.content .inner section[data-vc-full-width]#QuestionForm .wpb_wrapper p {
      margin-left: 2px; }
    body.page.contact-us section.content .inner section[data-vc-full-width]#QuestionForm .gform_wrapper {
      width: 100%;
      max-width: none; }
      body.page.contact-us section.content .inner section[data-vc-full-width]#QuestionForm .gform_wrapper .ginput_complex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        body.page.contact-us section.content .inner section[data-vc-full-width]#QuestionForm .gform_wrapper .ginput_complex > span {
          display: block;
          -webkit-box-flex: 1;
          -ms-flex-positive: 1;
          flex-grow: 1; }
          body.page.contact-us section.content .inner section[data-vc-full-width]#QuestionForm .gform_wrapper .ginput_complex > span:not(:first-of-type) label {
            margin-top: 0 !important; }
          body.page.contact-us section.content .inner section[data-vc-full-width]#QuestionForm .gform_wrapper .ginput_complex > span:first-of-type {
            padding-right: 15px; }
      body.page.contact-us section.content .inner section[data-vc-full-width]#QuestionForm .gform_wrapper .gform_footer .gform_button {
        font-size: 20px;
        line-height: 25px;
        color: #FFF;
        min-width: 260px;
        padding: 20.8px 20px 22.2px;
        background: #862633;
        -webkit-box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.11);
        box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.11);
        border-radius: 10px;
        height: auto;
        font-weight: normal; }
        body.page.contact-us section.content .inner section[data-vc-full-width]#QuestionForm .gform_wrapper .gform_footer .gform_button:hover, body.page.contact-us section.content .inner section[data-vc-full-width]#QuestionForm .gform_wrapper .gform_footer .gform_button:active {
          background: #6a1e28; }

@media (max-width: 767px) {
  body.page.contact-us section.content .inner section[data-vc-full-width]#QuestionForm {
    margin-top: 60px;
    padding-bottom: 45px;
    padding-top: 45px;
    background-image: -webkit-linear-gradient(359deg, rgba(255, 255, 255, 0.37) 0%, #FFFFFF 51%, rgba(255, 255, 255, 0) 99%) !important;
    background-image: linear-gradient(-269deg, rgba(255, 255, 255, 0.37) 0%, #FFFFFF 51%, rgba(255, 255, 255, 0) 99%) !important;
    background-size: 93.42vh 100vh !important;
    background-position-x: 70% !important;
    height: auto; }
    body.page.contact-us section.content .inner section[data-vc-full-width]#QuestionForm .wpb_wrapper h2 {
      font-size: 28px;
      line-height: 32px;
      margin-bottom: 15px; }
    body.page.contact-us section.content .inner section[data-vc-full-width]#QuestionForm .wpb_wrapper p {
      font-size: 20px;
      line-height: 30px; }
    body.page.contact-us section.content .inner section[data-vc-full-width]#QuestionForm .gform_wrapper select {
      width: 100% !important; }
    body.page.contact-us section.content .inner section[data-vc-full-width]#QuestionForm .gform_wrapper .ginput_complex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      body.page.contact-us section.content .inner section[data-vc-full-width]#QuestionForm .gform_wrapper .ginput_complex > span {
        width: 100%; }
        body.page.contact-us section.content .inner section[data-vc-full-width]#QuestionForm .gform_wrapper .ginput_complex > span:first-of-type {
          padding-right: 0;
          margin-bottom: 13.2px; }
    body.page.contact-us section.content .inner section[data-vc-full-width]#QuestionForm .gform_wrapper .gfield_checkbox > li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      body.page.contact-us section.content .inner section[data-vc-full-width]#QuestionForm .gform_wrapper .gfield_checkbox > li label {
        margin-bottom: 0; }
    body.page.contact-us section.content .inner section[data-vc-full-width]#QuestionForm .gform_wrapper #field_1_5 label.gfield_label {
      display: none; }
    body.page.contact-us section.content .inner section[data-vc-full-width]#QuestionForm .gform_wrapper #field_1_5 .gfield_description {
      padding-top: 0; } }

@media (max-width: 768px) {
  #services-tabs {
    margin-bottom: 0; } }

#services-tabs .kt-tabs-title-list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  #services-tabs .kt-tabs-title-list:first-child {
    padding-left: 10px; }
  #services-tabs .kt-tabs-title-list:nth-last-child(2) {
    padding-right: 10px; }
  @media (min-width: 769px) {
    #services-tabs .kt-tabs-title-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (max-width: 1024px) {
    #services-tabs .kt-tabs-title-list {
      width: 100vw;
      margin-left: -5vw; } }

#services-tabs .kt-title-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  width: 100%;
  margin: 0;
  padding: 0 5px;
  -webkit-transition: padding 0.2s ease-in-out;
  transition: padding 0.2s ease-in-out; }

#services-tabs .kt-tab-title {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100vw;
  min-height: 11.5rem;
  margin-left: -5vw;
  border: 0;
  border-radius: 0;
  font-weight: 600;
  text-decoration: none !important; }
  @media (min-width: 768px) {
    #services-tabs .kt-tab-title {
      width: 100%;
      margin-left: 0; } }
  @media (min-width: 1025px) {
    #services-tabs .kt-tab-title:hover .kt-title-text::before {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); } }

@media (max-width: 768px) {
  #services-tabs .kt-tab-title {
    position: relative; }
    #services-tabs .kt-tab-title::before {
      content: '';
      position: absolute;
      background: transparent url("/wp-content/uploads/2019/06/plus-icon.svg") no-repeat;
      background-position: 50%;
      display: block;
      bottom: 15px;
      left: 50%;
      width: 32px;
      height: 32px;
      border: 2px solid #fff;
      border-radius: 50%;
      -webkit-transform: translateX(-50%) rotate(0deg);
      -ms-transform: translateX(-50%) rotate(0deg);
      transform: translateX(-50%) rotate(0deg);
      -webkit-transition: -webkit-transform 0.33s ease-in-out;
      transition: -webkit-transform 0.33s ease-in-out;
      transition: transform 0.33s ease-in-out;
      transition: transform 0.33s ease-in-out, -webkit-transform 0.33s ease-in-out; }
  #services-tabs .kt-tab-title-active .kt-tab-title::before {
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg); } }

#services-tabs .kt-title-text {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.25;
  text-align: center; }
  #services-tabs .kt-title-text::before {
    display: block;
    width: 70px;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease; }
  @media (min-width: 768px) {
    #services-tabs .kt-title-text {
      font-size: 2.75vw; } }
  @media (min-width: 1025px) {
    #services-tabs .kt-title-text {
      font-size: 1.4rem; }
      #services-tabs .kt-title-text::before {
        width: 90px;
        height: 90px; } }

#services-tabs .kt-tab-title-active > .kt-tab-title {
  border-bottom: none; }
  #services-tabs .kt-tab-title-active > .kt-tab-title .kt-title-text::before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

@media (min-width: 768px) {
  #services-tabs .kt-tab-title-active {
    padding: 0 12px; }
    #services-tabs .kt-tab-title-active > .kt-tab-title {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); } }

#services-tabs .kt-tabs-wrap:not(.kt-active-tab-5) > .kt-tabs-title-list > .kt-title-item:not(.kt-tab-title-active) > .kt-tab-title:not(:hover) {
  opacity: 0.75;
  background: #626366; }

@media (min-width: 768px) {
  #services-tabs .kt-tabs-wrap:not(.kt-active-tab-5) > .kt-tabs-title-list > .kt-title-item:not(.kt-tab-title-active) {
    -webkit-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98); } }

#services-tabs .kt-tab-title-1 {
  background-color: #D8292F; }
  #services-tabs .kt-tab-title-1 .kt-title-text::before {
    content: url("/wp-content/uploads/2019/05/home-13.svg"); }

#services-tabs .kt-tab-title-2 {
  background-color: #FE8634; }
  #services-tabs .kt-tab-title-2 .kt-title-text::before {
    content: url("/wp-content/uploads/2019/05/home-14.svg"); }

#services-tabs .kt-tab-title-3 {
  background-color: #62B1BD; }
  #services-tabs .kt-tab-title-3 .kt-title-text::before {
    content: url("/wp-content/uploads/2019/05/home-15.svg"); }

#services-tabs .kt-tab-title-4 {
  background-color: #5F852E; }
  #services-tabs .kt-tab-title-4 .kt-title-text::before {
    content: url("/wp-content/uploads/2019/05/home-16.svg"); }

#services-tabs .kt-tabs-accordion-title-5,
#services-tabs .kt-title-item-5 {
  display: none; }

#services-tabs .kt-inner-tab-5 > .kt-tab-inner-content-inner {
  padding: 0 20px; }

#services-tabs .kt-inner-tab-5 p {
  font-size: 16px;
  line-height: 1.5; }

#services-tabs .kt-tabs-wrap .wp-block-kadence-tab {
  border-top: none; }

#services-tabs .kt-tab-inner-content {
  opacity: 0;
  display: block;
  visibility: hidden;
  height: 0;
  padding: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.75s ease-out;
  transition: opacity 0.75s ease-out; }

#services-tabs .kt-tabs-wrap.kt-active-tab-1 > .kt-tabs-content-wrap > .kt-inner-tab-1,
#services-tabs .kt-tabs-wrap.kt-active-tab-2 > .kt-tabs-content-wrap > .kt-inner-tab-2,
#services-tabs .kt-tabs-wrap.kt-active-tab-3 > .kt-tabs-content-wrap > .kt-inner-tab-3,
#services-tabs .kt-tabs-wrap.kt-active-tab-4 > .kt-tabs-content-wrap > .kt-inner-tab-4,
#services-tabs .kt-tabs-wrap.kt-active-tab-5 > .kt-tabs-content-wrap > .kt-inner-tab-5 {
  opacity: 1;
  visibility: visible;
  height: auto;
  overflow: visible; }

@media (max-width: 767px) {
  #services-tabs .kt-inner-tab-5 {
    display: none !important; } }

#services-tabs .kt-tab-inner-content-inner {
  margin-top: 30px;
  padding: 30px 0; }
  @media (min-width: 1025px) {
    #services-tabs .kt-tab-inner-content-inner {
      padding: 60px; } }

.services-list {
  padding-left: 2px !important; }
  .services-list li::before {
    display: none !important; }

.services-list-white > li > a {
  color: #fff; }

.services-list-2-col > li,
.services-list-inline > li {
  display: inline-block;
  margin-left: 20px; }

.services-list-2-col > li {
  margin-left: 0;
  width: 50%; }

.blog section.hero-block,
.category section.hero-block {
  padding-bottom: 2vh; }

.blog-content-container {
  padding-left: 5vw;
  padding-right: 5vw;
  padding-bottom: 8vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#F3F1EF));
  background-image: -webkit-linear-gradient(top, #fff 0%, #F3F1EF 100%);
  background-image: linear-gradient(-180deg, #fff 0%, #F3F1EF 100%);
  background-color: #F3F1EF;
  background-size: 100% 200px;
  background-repeat: no-repeat; }

.blog-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1170px; }
  @media (min-width: 1025px) {
    .blog-content {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }

.blog-feed {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1; }

@media (min-width: 1025px) {
  .blog-mobile-nav {
    display: none; } }

.blog-category-accordion {
  background: #ffffff; }
  .blog-category-accordion .kt-accordion-panel-inner {
    border-width: 0px 1px 1px 1px; }
  .blog-category-accordion .kt-blocks-accordion-header {
    color: #444444;
    background: #ffffff;
    border-color: #F3F1EF;
    font-size: 18px;
    line-height: 24px;
    border-radius: 0px 0px 0px 0px;
    border-width: 1px 1px 1px 2px;
    padding: 14px 16px 14px 16px;
    margin-top: 10px; }
    .blog-category-accordion .kt-blocks-accordion-header .kt-btn-svg-icon svg {
      width: 18px;
      height: 18px; }
    .blog-category-accordion .kt-blocks-accordion-header:hover, .blog-category-accordion .kt-blocks-accordion-header:focus {
      color: #444444;
      background: #ffffff;
      border-color: #d4d4d4; }
    .blog-category-accordion .kt-blocks-accordion-header.kt-accordion-panel-active {
      color: #444444;
      background: #ffffff;
      border-color: #eeeeee #eeeeee #eeeeee #62B1BD; }
  .blog-category-accordion .blog-category-header {
    display: none; }

.blog-category-list {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none; }
  .blog-category-list li {
    margin-bottom: 5px; }
  .blog-category-list a {
    text-decoration: none;
    font-size: 0.9rem; }
    .blog-category-list a:active, .blog-category-list a:hover {
      color: #862633;
      text-decoration: underline; }

.blog-sidebar {
  display: none;
  padding-left: 45px;
  max-width: 300px; }
  .blog-sidebar h3 {
    margin-top: 3vh;
    font-size: 1.1rem;
    color: #393939; }
  @media (min-width: 1025px) {
    .blog-sidebar {
      display: block; } }

.blog-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%; }

.error404 .content .container {
  padding: 0 5vw 8vh 5vw; }

.error404 .search-area {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  .error404 .search-area p {
    line-height: 1.2; }

.error404 .input-group {
  display: table;
  width: 100%; }

.error404 .search-field,
.error404 .search-submit {
  height: 50px;
  width: 100%; }

.error404 .search-submit {
  width: 100%;
  margin-left: -2px !important; }

body.ways-to-give #dafdirectdiv {
  width: 250px; }

/* autoprefixer grid: autoplace */
/* Child Variables */
/* Master */
.tout {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  /* autoprefixer: ignore next */
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(235px, 1fr));
  -ms-grid-columns: 235px 20px 1fr;
  -ms-grid-rows: auto 30px auto;
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*.tout-image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
    }

    .tout-content {
        -ms-grid-row: 2;
        -ms-grid-column:3;
    }

    .tout-header {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }*/
  -ms-grid-rows: auto auto auto;
  grid-template-rows: [header] auto [image] auto [content] auto; }
  .tout.img-contain .tout-image img {
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain"; }
  .tout.img-cover .tout-image img {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover"; }
  .tout.img-contain-top .tout-image img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: top;
    object-position: top;
    font-family: "object-fit: contain; object-position: top"; }
  .tout.img-contain-bottom .tout-image img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom;
    object-position: bottom;
    font-family: "object-fit: contain; object-position: bottom"; }
  @media (max-width: 646.25px) {
    .tout {
      -ms-grid-rows: auto auto auto;
      grid-template-rows: [header] auto [image] auto [content] auto; }
      .tout .tout-image {
        grid-row: image;
        -ms-grid-row: 2; }
      .tout .tout-content {
        grid-row: content;
        -ms-grid-row: 3; }
      .tout .tout-header {
        grid-row: header;
        -ms-grid-row: 1; } }

.tout-content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-direction: column;
  padding-left: 40px;
  padding-right: 40px; }

.tout-header {
  margin-bottom: 10px; }
  .tout-header.before-image {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }

.tout-body-area {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }
  .tout-body-area p:last-of-type {
    margin-bottom: 0.35rem; }

.tout-category {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.tout-date {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.tout-byline {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.tout-cta {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

.tout-image {
  width: 100%;
  height: 100%;
  padding-bottom: 75%;
  position: relative;
  overflow: hidden; }
  .tout-image * {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .tout-image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover"; }

.tout-gutter {
  display: none; }

.tout.align-center .tout-header, .tout.align-center .tout-body-area, .tout.align-center .tout-cta {
  text-align: center; }

.tout.align-right .tout-header, .tout.align-right .tout-body-area, .tout.align-right .tout-cta {
  text-align: right; }

.tout.align-wide .tout-header, .tout.align-wide .tout-body-area, .tout.align-wide .tout-cta {
  text-align: center; }

.tout.align-wide .tout-content {
  padding: 0; }

.tout {
  /*&:hover {
        .tout-image a {
            img {
                transform: translate(-50%, -50%) scale(1.125);
            }

            &:after {
                box-shadow: inset 0 0 0 21px rgba(0, 0, 0, 0.2);
                opacity: 1;
            }
        }
    }*/ }
  .tout.tout-type-tout {
    grid-row-gap: 0; }
    .tout.tout-type-tout .tout-content {
      margin-top: 0.9rem; }
      @media (max-width: 450px) {
        .tout.tout-type-tout .tout-content {
          margin-top: 1rem; } }
  .tout.tout-type-tout-post {
    grid-row-gap: 1.5rem; }

header.tout-header h2, header.tout-header h3 {
  font-size: 24px;
  line-height: 32px;
  color: #000;
  font-weight: 800;
  margin-bottom: 0; }

header.tout-header.before-image {
  margin-bottom: 1.4rem; }

.tout-image {
  padding-bottom: 83.24324%; }
  .tout-image a {
    width: 100%;
    /*&:after {
            box-shadow: inset 0 0 21px 0 rgba(0, 0, 0, 0.2);
            content: ' ';
            height: 100%;
            width: 100%;
            display: block;
            position: absolute;
            opacity: 1;
            transition: box-shadow .25s ease-in-out, opacity .125s ease-in;
        }*/ }
    .tout-image a img {
      -webkit-transition: -webkit-transform .25s ease-in-out;
      transition: -webkit-transform .25s ease-in-out;
      transition: transform .25s ease-in-out;
      transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
      max-height: none;
      max-width: none;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1); }
      .tout-image a img.wider {
        width: 100%;
        height: 100%; }
      @media (max-width: 1200px) {
        .tout-image a img {
          height: 100%;
          min-width: 100%; } }

.tout.has-icon {
  margin-bottom: 0; }
  .tout.has-icon .tout-image {
    height: auto;
    padding-bottom: 0;
    height: 110px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease; }
    .tout.has-icon .tout-image img {
      display: block;
      -o-object-fit: contain;
      object-fit: contain;
      height: 110px;
      width: 100%;
      margin-left: auto;
      margin-right: auto; }
  .tout.has-icon .tout-content {
    margin-top: 0.4rem; }
  .tout.has-icon .tout-cta {
    text-transform: none;
    text-align: center;
    font-size: 1rem;
    padding-right: 0; }
  .tout.has-icon:hover .tout-cta-only-link {
    text-decoration: none !important; }
  .tout.has-icon:hover .tout-image {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }

.tout-date {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

.tout-byline {
  margin-bottom: 1rem; }

.tout-date {
  margin-bottom: 0.5rem; }

.tout-date, .tout-byline {
  font-size: 0.75rem;
  line-height: 0.9rem;
  font-weight: 500; }

.tout-content {
  padding-left: 0;
  padding-right: 0;
  -ms-flex-item-align: start;
  align-self: flex-start; }

.tout-body-area p, .tout-body-area span {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #393939;
  text-align: left; }

.tout.has-cta.has-header.empty-body header.tout-header h3 {
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #000;
  font-weight: 400; }

.tout.has-cta.has-header.empty-body .tout-content {
  padding-left: 20px;
  padding-right: 20px; }

.tout.has-cta.has-body.empty-header .tout-content .tout-body-area {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.tout.has-cta.has-body.empty-header .tout-content .tout-cta {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  font-size: 1.2rem;
  line-height: 1.6rem; }
  .tout.has-cta.has-body.empty-header .tout-content .tout-cta .tout-cta-link:after {
    -webkit-transform: scale(1.4) translateY(-2px);
    -ms-transform: scale(1.4) translateY(-2px);
    transform: scale(1.4) translateY(-2px); }

.tout-cta {
  font-size: 0.9rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: #862633;
  text-transform: uppercase;
  letter-spacing: -0.15px;
  padding-right: 0.8em; }
  .tout-cta .tout-cta-link {
    position: relative; }
    .tout-cta .tout-cta-link:after {
      content: url(../images/tout-caret.svg);
      display: inline-block;
      position: absolute;
      height: 1em;
      width: 8px;
      margin-left: 0.5em;
      background-color: transparent; }

.has-white-color-cta .tout-cta {
  color: #fff !important; }

.tout-type-tout-post .tout-cta {
  margin-top: 1rem; }

.highlight-color-blue .tout header h1, .highlight-color-blue .tout header h2, .highlight-color-blue .tout header h3, .highlight-color-blue .tout header h4, .highlight-color-blue .tout header h5, .highlight-color-blue .tout header h6, .highlight-color-blue .tout header a {
  color: #62B1BD; }

.highlight-color-blue .tout .tout-cta > a {
  color: #62B1BD; }

.highlight-color-dark-blue .tout header h1, .highlight-color-dark-blue .tout header h2, .highlight-color-dark-blue .tout header h3, .highlight-color-dark-blue .tout header h4, .highlight-color-dark-blue .tout header h5, .highlight-color-dark-blue .tout header h6, .highlight-color-dark-blue .tout header a {
  color: #202945; }

.highlight-color-dark-blue .tout .tout-cta > a {
  color: #202945; }

.highlight-color-green .tout header h1, .highlight-color-green .tout header h2, .highlight-color-green .tout header h3, .highlight-color-green .tout header h4, .highlight-color-green .tout header h5, .highlight-color-green .tout header h6, .highlight-color-green .tout header a {
  color: #5F852E; }

.highlight-color-green .tout .tout-cta > a {
  color: #5F852E; }

.highlight-color-red .tout header h1, .highlight-color-red .tout header h2, .highlight-color-red .tout header h3, .highlight-color-red .tout header h4, .highlight-color-red .tout header h5, .highlight-color-red .tout header h6, .highlight-color-red .tout header a {
  color: #D8292F; }

.highlight-color-red .tout .tout-cta > a {
  color: #D8292F; }

.highlight-color-dark-red .tout header h1, .highlight-color-dark-red .tout header h2, .highlight-color-dark-red .tout header h3, .highlight-color-dark-red .tout header h4, .highlight-color-dark-red .tout header h5, .highlight-color-dark-red .tout header h6, .highlight-color-dark-red .tout header a {
  color: #862633; }

.highlight-color-dark-red .tout .tout-cta > a {
  color: #862633; }

.highlight-color-light-gray .tout header h1, .highlight-color-light-gray .tout header h2, .highlight-color-light-gray .tout header h3, .highlight-color-light-gray .tout header h4, .highlight-color-light-gray .tout header h5, .highlight-color-light-gray .tout header h6, .highlight-color-light-gray .tout header a {
  color: #D7D2CB; }

.highlight-color-light-gray .tout .tout-cta > a {
  color: #D7D2CB; }

.highlight-color-black .tout header h1, .highlight-color-black .tout header h2, .highlight-color-black .tout header h3, .highlight-color-black .tout header h4, .highlight-color-black .tout header h5, .highlight-color-black .tout header h6, .highlight-color-black .tout header a {
  color: #393939; }

.highlight-color-black .tout .tout-cta > a {
  color: #393939; }

@media (max-width: 768px) {
  .tout.narrow {
    max-width: 360px;
    margin: 0 auto; } }

.tout.narrow > .tout-header {
  grid-row: header;
  -ms-grid-row: 1; }

.tout.narrow > .tout-image {
  grid-row: image;
  -ms-grid-row: 2; }

.tout.narrow > .tout-content {
  grid-row: content;
  -ms-grid-row: 3; }

.dynamic-list .tout-content {
  padding-left: 40px; }

@media (max-width: 768px) {
  .dynamic-list {
    max-width: 475px; } }

.dynamic-list .tout {
  display: -ms-grid;
  -ms-grid-columns: 1fr 40px 1fr;
  -ms-grid-rows: 480px 1fr; }

.dynamic-list .tout-image {
  -ms-grid-column: 1;
  -ms-grid-row: 1; }

.dynamic-list .tout-content {
  padding-left: 40px;
  -ms-grid-column: 3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3; }
  @media (max-width: 451px) {
    .dynamic-list .tout-content {
      padding-left: 10px;
      padding-right: 10px; } }

/* Master theme */
.dynamic-grid-row {
  grid-template-columns: 1fr;
  -ms-grid-columns: 100%;
  display: -ms-grid;
  display: grid;
  grid-row-gap: 70px;
  margin: 0 0 70px; }
  @media (min-width: 451px) {
    .dynamic-grid-row {
      grid-template-columns: repeat(auto-fit, minmax(calc((100% - 480px) / 12), 1fr));
      grid-column-gap: 40px;
      -ms-grid-columns: minmax(calc((100% - 480px) / 12), 1fr) minmax(calc((100% - 480px) / 12), 1fr) minmax(calc((100% - 480px) / 12), 1fr) minmax(calc((100% - 480px) / 12), 1fr) minmax(calc((100% - 480px) / 12), 1fr) minmax(calc((100% - 480px) / 12), 1fr) 40px minmax(calc((100% - 480px) / 12), 1fr) minmax(calc((100% - 480px) / 12), 1fr) minmax(calc((100% - 480px) / 12), 1fr) minmax(calc((100% - 480px) / 12), 1fr) minmax(calc((100% - 480px) / 12), 1fr) minmax(calc((100% - 480px) / 12), 1fr);
      -ms-grid-rows: auto 70px auto 70px auto 70px auto; } }
  .dynamic-grid-row:first-of-type {
    margin-top: 0; }
  .dynamic-grid-row:last-of-type {
    margin-bottom: 0; }
  @media (max-width: 450px) {
    .dynamic-grid-row .tout-image {
      height: 0;
      padding-bottom: 64%; } }
  .dynamic-grid-row > *:nth-child(2n + 1) {
    -ms-grid-column: 1; }
  .dynamic-grid-row > *:nth-child(2n + 2) {
    -ms-grid-column: 8; }
  .dynamic-grid-row > *:nth-child(1), .dynamic-grid-row > *:nth-child(2) {
    -ms-grid-row: 1; }
  .dynamic-grid-row > *:nth-child(3), .dynamic-grid-row > *:nth-child(4) {
    -ms-grid-row: 3; }
  .dynamic-grid-row > *:nth-child(5), .dynamic-grid-row > *:nth-child(6) {
    -ms-grid-row: 5; }
  .dynamic-grid-row > *:nth-child(7), .dynamic-grid-row > *:nth-child(8) {
    -ms-grid-row: 7; }
  .dynamic-grid-row > *:nth-child(9), .dynamic-grid-row > *:nth-child(10) {
    -ms-grid-row: 9; }
  .dynamic-grid-row > *:nth-child(12), .dynamic-grid-row > *:nth-child(11) {
    -ms-grid-row: 11; }
  .dynamic-grid-row > *:nth-child(14), .dynamic-grid-row > *:nth-child(13) {
    -ms-grid-row: 13; }
  .dynamic-grid-row > *:nth-child(16), .dynamic-grid-row > *:nth-child(15) {
    -ms-grid-row: 15; }
  .dynamic-grid-row > *:nth-child(18), .dynamic-grid-row > *:nth-child(17) {
    -ms-grid-row: 17; }
  .dynamic-grid-row > *:nth-child(20), .dynamic-grid-row > *:nth-child(19) {
    -ms-grid-row: 19; }

.dynamic-grid-row-style-1-66 {
  grid-column: span 12;
  -ms-grid-column-span: 6; }
  @media (min-width: 769px) {
    .dynamic-grid-row-style-1-66 {
      grid-template-columns: repeat(auto-fill, minmax(calc((100% - 480px) / 12), 1fr));
      -ms-grid-columns: minmax(calc((100% - 480px) / 12), 1fr) [12];
      -ms-grid-rows: auto;
      grid-template-rows: auto;
      grid-column-gap: 40px; }
      .dynamic-grid-row-style-1-66 .tout-image {
        grid-column: span 8;
        -ms-grid-column-span: 12; }
      .dynamic-grid-row-style-1-66 .tout-content {
        grid-column: span 4;
        -ms-grid-column-span: 12; } }
  @media (min-width: 768px) {
    .dynamic-grid-row-style-1-66 .block.tout {
      grid-template-columns: 66% 33%;
      -ms-grid-columns: 66% 33%;
      grid-column-gap: 0; } }

.dynamic-grid-row-style-1-33 {
  grid-column: span 12;
  -ms-grid-column-span: 6;
  grid-column-gap: 40px; }
  @media (min-width: 769px) {
    .dynamic-grid-row-style-1-33 {
      grid-template-columns: repeat(auto-fit, minmax(calc((100% - 480px) / 12), 1fr));
      -ms-grid-columns: minmax(calc((100% - 480px) / 12), 1fr) [12]; } }
  .dynamic-grid-row-style-1-33 .tout-image {
    grid-column: span 3;
    -ms-grid-column-span: 12; }
  .dynamic-grid-row-style-1-33 .tout-content {
    grid-column: span 6;
    -ms-grid-column-span: 12; }
  .dynamic-grid-row-style-1-33 .block.tout {
    grid-template-columns: 33% 66%;
    -ms-grid-columns: 33% 66%; }
    .dynamic-grid-row-style-1-33 .block.tout .tout-image {
      padding-bottom: 50% !important; }

.dynamic-grid-row-style-1 {
  grid-column: span 12;
  -ms-grid-column-span: 6; }
  @media (min-width: 1024px) {
    .dynamic-grid-row-style-1 {
      grid-template-columns: repeat(auto-fit, minmax(730px, 1fr));
      -ms-grid-columns: minmax(730px, 1fr) [2]; } }

.dynamic-grid-row-style-2 {
  grid-column: span 12;
  -ms-grid-column-span: 12; }
  @media (min-width: 547.5px) {
    .dynamic-grid-row-style-2 {
      grid-column: span 6;
      -ms-grid-column-span: 6;
      grid-template-columns: repeat(auto-fit, minmax(365px, 1fr));
      -ms-grid-columns: minmax(365px, 1fr) [] 2;
      grid-template-rows: auto 100%;
      -ms-grid-rows: auto 100%; } }

.dynamic-grid-row-style-3 {
  -ms-grid-column-span: 12;
  grid-column: span 12; }
  @media (min-width: 486.66667px) {
    .dynamic-grid-row-style-3 {
      -ms-grid-column-span: 6;
      grid-column: span 6; } }
  @media (min-width: 769px) {
    .dynamic-grid-row-style-3 {
      -ms-grid-column-span: 6;
      grid-column: span 4;
      -ms-grid-rows: auto 100%;
      /*grid-template-rows: auto 100%;*/
      -ms-grid-columns: auto-fit, minmax(243.33333px, 1fr) [3];
      grid-template-columns: repeat(auto-fit, minmax(243.33333px, 1fr)); } }
  .dynamic-grid-row-style-3 .tout .tout-image {
    height: 0;
    padding: 66%;
    /* TODO: Variablize this aspect ratio */ }

@media (min-width: 1024px) {
  .dynamic-grid-row-style-4 {
    grid-column: span 3;
    -ms-grid-column-span: 6;
    grid-template-columns: repeat(auto-fit, minmax(182.5px, 1fr));
    -ms-grid-columns: auto-fit, minmax(182.5px, 1fr) [4]; } }

/* If the dynamic grid is inside of another container like a kt-row */
@media (min-width: 450px) and (max-width: 768px) {
  .kt-row-column-wrap .dynamic-grid-row .tout {
    -ms-grid-columns: minmax(235px, 1fr) 1fr;
    grid-template-columns: repeat(auto-fit, minmax(235px, 1fr)); } }

.kt-row-column-wrap .dynamic-grid-row .tout-image {
  height: 270px; }

@media (min-width: 730px) {
  .kt-row-column-wrap .dynamic-grid-row-style-2 {
    -ms-grid-columns: minmax(273.75px, 1fr) 1fr;
    grid-template-columns: repeat(auto-fit, minmax(273.75px, 1fr)); } }

/* Child theme */
@media (max-width: 451px) {
  .dynamic-grid-row {
    grid-row-gap: 2rem; } }

@media (max-width: 768px) {
  .dynamic-grid-row .block.tout {
    grid-template-columns: 100%;
    -ms-grid-columns: 100%; } }

@media (min-width: 451px) {
  .dynamic-grid-row .dynamic-grid-row-style-1.image-height-tall .tout-image {
    max-height: 360px;
    padding-bottom: 61.53846%; } }

@media (min-width: 451px) {
  .dynamic-grid-row .dynamic-grid-row-style-1.image-height-medium .tout-image {
    max-height: 300px;
    padding-bottom: 51.28205%; } }

@media (min-width: 451px) {
  .dynamic-grid-row .dynamic-grid-row-style-1.image-height-short .tout-image {
    max-height: 270px;
    padding-bottom: 46.15385%; } }

@media (min-width: 451px) {
  .dynamic-grid-row .dynamic-grid-row-style-1-66.image-height-tall .tout-image {
    max-height: 360px;
    padding-bottom: 46.96356%; } }

@media (min-width: 451px) {
  .dynamic-grid-row .dynamic-grid-row-style-1-66.image-height-medium .tout-image {
    max-height: 300px;
    padding-bottom: 39.1363%; } }

@media (min-width: 451px) {
  .dynamic-grid-row .dynamic-grid-row-style-1-66.image-height-short .tout-image {
    max-height: 270px;
    padding-bottom: 35.22267%; } }

@media (min-width: 450px) {
  .dynamic-grid-row .dynamic-grid-row-style-2 .block.tout {
    grid-template-columns: repeat(auto-fit, minmax(325px, 1fr));
    -ms-grid-columns: minmax(325px, 1fr) [2]; } }

@media (min-width: 451px) {
  .dynamic-grid-row .dynamic-grid-row-style-2.image-height-tall .tout-image {
    max-height: 360px;
    padding-bottom: 61.53846%; } }

@media (min-width: 451px) {
  .dynamic-grid-row .dynamic-grid-row-style-2.image-height-medium .tout-image {
    max-height: 300px;
    padding-bottom: 51.28205%; } }

@media (min-width: 451px) {
  .dynamic-grid-row .dynamic-grid-row-style-2.image-height-short .tout-image {
    max-height: 270px;
    padding-bottom: 46.15385%; } }

@media (min-width: 451px) {
  .dynamic-grid-row .dynamic-grid-row-style-3.image-height-tall .tout-image {
    max-height: 360px;
    padding-bottom: 61.53846%; } }

@media (min-width: 451px) {
  .dynamic-grid-row .dynamic-grid-row-style-3.image-height-medium .tout-image {
    max-height: 300px;
    padding-bottom: 51.28205%; } }

@media (min-width: 451px) {
  .dynamic-grid-row .dynamic-grid-row-style-3.image-height-short .tout-image {
    max-height: 270px;
    padding-bottom: 46.15385%; } }

@media (min-width: 769px) and (min-width: 451px) {
  .dynamic-grid-row .dynamic-grid-row-style-3.image-height-tall .tout-image {
    max-height: 360px;
    padding-bottom: 92.30769%; } }

@media (min-width: 769px) and (min-width: 451px) {
  .dynamic-grid-row .dynamic-grid-row-style-3.image-height-medium .tout-image {
    max-height: 300px;
    padding-bottom: 76.92308%; } }

@media (min-width: 769px) and (min-width: 451px) {
  .dynamic-grid-row .dynamic-grid-row-style-3.image-height-short .tout-image {
    max-height: 270px;
    padding-bottom: 69.23077%; } }

.dynamic-grid-row .block.tout {
  margin-bottom: 0; }
  .dynamic-grid-row .block.tout .tout-body-area {
    padding-bottom: 0.25rem; }
    @media (max-width: 451px) {
      .dynamic-grid-row .block.tout .tout-body-area {
        padding-bottom: 0; } }
  @media (max-width: 451px) {
    .dynamic-grid-row .block.tout .tout-content {
      padding-left: 10px;
      padding-right: 10px; } }

.dynamic-grid-row .tout-type-tout-post header h1, .dynamic-grid-row .tout-type-tout-post header h2, .dynamic-grid-row .tout-type-tout-post header h3, .dynamic-grid-row .tout-type-tout-post header h4, .dynamic-grid-row .tout-type-tout-post header h5, .dynamic-grid-row .tout-type-tout-post header h6, .dynamic-grid-row .tout-type-tout-post header a {
  color: #62B1BD; }

.dynamic-grid-row .tout-type-tout-post .tout-cta > a {
  color: #202945; }

@media (max-width: 450px) {
  .dynamic-grid-row {
    grid-row-gap: 2rem; }
    .dynamic-grid-row .tout-type-tout .tout-content {
      margin-top: 0.5rem; }
      .dynamic-grid-row .tout-type-tout .tout-content .tout-header {
        margin-bottom: 0; }
      .dynamic-grid-row .tout-type-tout .tout-content .tout-body p:last-of-type {
        margin-bottom: 0.5rem; } }

@media (max-width: 450px) {
  .kt-row-column-wrap .dynamic-grid-row .tout.tout-type-tout-post {
    grid-row-gap: 1.5rem; }
    .kt-row-column-wrap .dynamic-grid-row .tout.tout-type-tout-post .tout-image {
      height: 0;
      padding-bottom: 75%; }
    .kt-row-column-wrap .dynamic-grid-row .tout.tout-type-tout-post .tout-date {
      margin-bottom: 0.5rem; }
    .kt-row-column-wrap .dynamic-grid-row .tout.tout-type-tout-post .tout-byline {
      margin-bottom: 1rem; }
    .kt-row-column-wrap .dynamic-grid-row .tout.tout-type-tout-post .tout-header {
      margin-bottom: 0.25rem;
      /* Comp says 10px but it isnt quite lining up with the bottom of the text line */
      line-height: 1.8rem; }
    .kt-row-column-wrap .dynamic-grid-row .tout.tout-type-tout-post .tout-cta {
      margin-top: 1rem; } }

.pagination {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr auto;
  grid-template-columns: auto 1fr auto; }
  .pagination .pag-link-prev {
    -ms-grid-column: 1;
    grid-column: 1; }
  .pagination .pag-link-next {
    -ms-grid-column: 3;
    grid-column: 3; }

body .site-wrapper > section.hero-block .hero-background-image {
  height: 100vh; }

body section.hero-block.has-cta, body section.hero-block .has-learn-cta {
  margin: 0px auto 0px;
  padding-top: 0px;
  z-index: 1; }
  body section.hero-block.has-cta.hero-background-mode-image.hero-content-side-center:after, body section.hero-block .has-learn-cta.hero-background-mode-image.hero-content-side-center:after {
    content: " ";
    display: block;
    margin-top: 23px;
    height: 16px;
    overflow: hidden;
    background: url(../images/scroll_caret.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 4vh;
    width: 100%;
    z-index: 1003; }
  body section.hero-block.has-cta.hero-background-mode-image.hero-content-side-left .hero-content.content-center, body section.hero-block.has-cta.hero-background-mode-image.hero-content-side-right .hero-content.content-center, body section.hero-block.has-cta.hero-background-mode-image.hero-content-side-center .hero-content.content-center, body section.hero-block .has-learn-cta.hero-background-mode-image.hero-content-side-left .hero-content.content-center, body section.hero-block .has-learn-cta.hero-background-mode-image.hero-content-side-right .hero-content.content-center, body section.hero-block .has-learn-cta.hero-background-mode-image.hero-content-side-center .hero-content.content-center {
    padding-bottom: 12vh; }
    body section.hero-block.has-cta.hero-background-mode-image.hero-content-side-left .hero-content.content-center:after, body section.hero-block.has-cta.hero-background-mode-image.hero-content-side-right .hero-content.content-center:after, body section.hero-block.has-cta.hero-background-mode-image.hero-content-side-center .hero-content.content-center:after, body section.hero-block .has-learn-cta.hero-background-mode-image.hero-content-side-left .hero-content.content-center:after, body section.hero-block .has-learn-cta.hero-background-mode-image.hero-content-side-right .hero-content.content-center:after, body section.hero-block .has-learn-cta.hero-background-mode-image.hero-content-side-center .hero-content.content-center:after {
      content: none; }
    body section.hero-block.has-cta.hero-background-mode-image.hero-content-side-left .hero-content.content-center .hero-header:after, body section.hero-block.has-cta.hero-background-mode-image.hero-content-side-right .hero-content.content-center .hero-header:after, body section.hero-block.has-cta.hero-background-mode-image.hero-content-side-center .hero-content.content-center .hero-header:after, body section.hero-block .has-learn-cta.hero-background-mode-image.hero-content-side-left .hero-content.content-center .hero-header:after, body section.hero-block .has-learn-cta.hero-background-mode-image.hero-content-side-right .hero-content.content-center .hero-header:after, body section.hero-block .has-learn-cta.hero-background-mode-image.hero-content-side-center .hero-content.content-center .hero-header:after {
      content: none; }
    body section.hero-block.has-cta.hero-background-mode-image.hero-content-side-left .hero-content.content-center .cta-container .hero-learn-cta, body section.hero-block.has-cta.hero-background-mode-image.hero-content-side-left .hero-content.content-center .cta-container .hero-cta, body section.hero-block.has-cta.hero-background-mode-image.hero-content-side-right .hero-content.content-center .cta-container .hero-learn-cta, body section.hero-block.has-cta.hero-background-mode-image.hero-content-side-right .hero-content.content-center .cta-container .hero-cta, body section.hero-block.has-cta.hero-background-mode-image.hero-content-side-center .hero-content.content-center .cta-container .hero-learn-cta, body section.hero-block.has-cta.hero-background-mode-image.hero-content-side-center .hero-content.content-center .cta-container .hero-cta, body section.hero-block .has-learn-cta.hero-background-mode-image.hero-content-side-left .hero-content.content-center .cta-container .hero-learn-cta, body section.hero-block .has-learn-cta.hero-background-mode-image.hero-content-side-left .hero-content.content-center .cta-container .hero-cta, body section.hero-block .has-learn-cta.hero-background-mode-image.hero-content-side-right .hero-content.content-center .cta-container .hero-learn-cta, body section.hero-block .has-learn-cta.hero-background-mode-image.hero-content-side-right .hero-content.content-center .cta-container .hero-cta, body section.hero-block .has-learn-cta.hero-background-mode-image.hero-content-side-center .hero-content.content-center .cta-container .hero-learn-cta, body section.hero-block .has-learn-cta.hero-background-mode-image.hero-content-side-center .hero-content.content-center .cta-container .hero-cta {
      display: inline-block; }
  body section.hero-block.has-cta.hero-background-mode-image.hero-content-side-left .hero-content .hero-body-area, body section.hero-block.has-cta.hero-background-mode-image.hero-content-side-right .hero-content .hero-body-area, body section.hero-block.has-cta.hero-background-mode-image.hero-content-side-center .hero-content .hero-body-area, body section.hero-block .has-learn-cta.hero-background-mode-image.hero-content-side-left .hero-content .hero-body-area, body section.hero-block .has-learn-cta.hero-background-mode-image.hero-content-side-right .hero-content .hero-body-area, body section.hero-block .has-learn-cta.hero-background-mode-image.hero-content-side-center .hero-content .hero-body-area {
    color: #fff;
    text-align: center; }
    body section.hero-block.has-cta.hero-background-mode-image.hero-content-side-left .hero-content .hero-body-area p, body section.hero-block.has-cta.hero-background-mode-image.hero-content-side-right .hero-content .hero-body-area p, body section.hero-block.has-cta.hero-background-mode-image.hero-content-side-center .hero-content .hero-body-area p, body section.hero-block .has-learn-cta.hero-background-mode-image.hero-content-side-left .hero-content .hero-body-area p, body section.hero-block .has-learn-cta.hero-background-mode-image.hero-content-side-right .hero-content .hero-body-area p, body section.hero-block .has-learn-cta.hero-background-mode-image.hero-content-side-center .hero-content .hero-body-area p {
      color: #fff;
      text-align: center; }

section.hero-block {
  max-width: none;
  margin: 100px auto 0px;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
  color: #393939;
  z-index: 1; }
  section.hero-block.hero-background-mode-color {
    padding-top: 8vh;
    padding-bottom: 6.5vh; }
  section.hero-block.hero-background-mode-textonly, section.hero-block.hero-background-mode-color {
    padding-top: 8vh;
    margin-top: 100px; }
    section.hero-block.hero-background-mode-textonly .hero-content, section.hero-block.hero-background-mode-color .hero-content {
      padding-left: 5vw;
      padding-right: 5vw; }
      section.hero-block.hero-background-mode-textonly .hero-content .hero-header, section.hero-block.hero-background-mode-color .hero-content .hero-header {
        font-size: 50px;
        color: #393939;
        letter-spacing: -1.11px;
        line-height: 57px;
        margin: 0 auto 15px;
        max-width: 920px;
        font-weight: bold;
        text-align: center; }
      section.hero-block.hero-background-mode-textonly .hero-content.content-none .hero-header, section.hero-block.hero-background-mode-color .hero-content.content-none .hero-header {
        margin-bottom: 0; }
      section.hero-block.hero-background-mode-textonly .hero-content .hero-header-page-title, section.hero-block.hero-background-mode-color .hero-content .hero-header-page-title {
        font-size: 0.9rem;
        line-height: 1.15rem;
        font-weight: 600;
        border-bottom: solid 3px #862633;
        display: inline-block;
        margin-bottom: 14px;
        padding-bottom: 0.2rem;
        text-transform: uppercase; }
        section.hero-block.hero-background-mode-textonly .hero-content .hero-header-page-title a, section.hero-block.hero-background-mode-color .hero-content .hero-header-page-title a {
          text-decoration: none !important;
          color: #393939; }
          section.hero-block.hero-background-mode-textonly .hero-content .hero-header-page-title a:hover, section.hero-block.hero-background-mode-color .hero-content .hero-header-page-title a:hover {
            color: #862633; }
      section.hero-block.hero-background-mode-textonly .hero-content .hero-body-area, section.hero-block.hero-background-mode-color .hero-content .hero-body-area {
        margin: auto auto;
        max-width: 920px;
        font-size: 24px;
        color: #393939;
        text-align: center;
        line-height: 36px; }
        section.hero-block.hero-background-mode-textonly .hero-content .hero-body-area p, section.hero-block.hero-background-mode-color .hero-content .hero-body-area p {
          font-size: 24px;
          color: #393939;
          text-align: left;
          line-height: 36px; }
      section.hero-block.hero-background-mode-textonly .hero-content .hero-cta, section.hero-block.hero-background-mode-textonly .hero-content .hero-learn-cta, section.hero-block.hero-background-mode-color .hero-content .hero-cta, section.hero-block.hero-background-mode-color .hero-content .hero-learn-cta {
        display: none; }
      section.hero-block.hero-background-mode-textonly .hero-content .hero-blog-meta, section.hero-block.hero-background-mode-color .hero-content .hero-blog-meta {
        margin-top: 6px;
        color: #707070;
        font-weight: 400; }
  section.hero-block.hero-background-mode-image, section.hero-block.hero-background-mode-video {
    padding-top: 0;
    top: 0;
    position: relative;
    margin-top: 0; }
    section.hero-block.hero-background-mode-image.hero-content-side-left:after, section.hero-block.hero-background-mode-image.hero-content-side-right:after, section.hero-block.hero-background-mode-video.hero-content-side-left:after, section.hero-block.hero-background-mode-video.hero-content-side-right:after {
      content: " ";
      display: block;
      margin-top: 23px;
      height: 16px;
      overflow: hidden;
      background: url(../images/scroll_caret.svg);
      background-repeat: no-repeat;
      background-position: center;
      position: absolute;
      bottom: 4vh;
      width: 100%;
      z-index: 1003; }
    section.hero-block.hero-background-mode-image.hero-content-side-left.donate-widget-enable header.hero-content .hero-donate-container, section.hero-block.hero-background-mode-image.hero-content-side-right.donate-widget-enable header.hero-content .hero-donate-container, section.hero-block.hero-background-mode-video.hero-content-side-left.donate-widget-enable header.hero-content .hero-donate-container, section.hero-block.hero-background-mode-video.hero-content-side-right.donate-widget-enable header.hero-content .hero-donate-container {
      max-width: 496px;
      width: 100%;
      text-align: left; }
      section.hero-block.hero-background-mode-image.hero-content-side-left.donate-widget-enable header.hero-content .hero-donate-container h1.hero-header, section.hero-block.hero-background-mode-image.hero-content-side-right.donate-widget-enable header.hero-content .hero-donate-container h1.hero-header, section.hero-block.hero-background-mode-video.hero-content-side-left.donate-widget-enable header.hero-content .hero-donate-container h1.hero-header, section.hero-block.hero-background-mode-video.hero-content-side-right.donate-widget-enable header.hero-content .hero-donate-container h1.hero-header {
        text-align: left;
        font-size: 38px;
        line-height: 1.25;
        letter-spacing: 0;
        margin-top: 0; }
      section.hero-block.hero-background-mode-image.hero-content-side-left.donate-widget-enable header.hero-content .hero-donate-container .hero-header-page-title, section.hero-block.hero-background-mode-image.hero-content-side-right.donate-widget-enable header.hero-content .hero-donate-container .hero-header-page-title, section.hero-block.hero-background-mode-video.hero-content-side-left.donate-widget-enable header.hero-content .hero-donate-container .hero-header-page-title, section.hero-block.hero-background-mode-video.hero-content-side-right.donate-widget-enable header.hero-content .hero-donate-container .hero-header-page-title {
        font-size: 18px;
        font-weight: 600;
        color: #fff;
        border-bottom: solid 3px #862633;
        display: inline-block;
        margin-bottom: 10px;
        z-index: 1000;
        position: relative;
        text-transform: uppercase;
        -ms-flex-item-align: start;
        align-self: flex-start; }
      section.hero-block.hero-background-mode-image.hero-content-side-left.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container, section.hero-block.hero-background-mode-image.hero-content-side-right.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container, section.hero-block.hero-background-mode-video.hero-content-side-left.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container, section.hero-block.hero-background-mode-video.hero-content-side-right.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container {
        background: #fff;
        min-height: 277px;
        text-align: center; }
        section.hero-block.hero-background-mode-image.hero-content-side-left.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container p, section.hero-block.hero-background-mode-image.hero-content-side-right.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container p, section.hero-block.hero-background-mode-video.hero-content-side-left.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container p, section.hero-block.hero-background-mode-video.hero-content-side-right.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container p {
          max-width: 437px;
          font-size: 22px;
          color: #393939;
          text-align: left;
          line-height: 27px; }
        section.hero-block.hero-background-mode-image.hero-content-side-left.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container .tab, section.hero-block.hero-background-mode-image.hero-content-side-right.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container .tab, section.hero-block.hero-background-mode-video.hero-content-side-left.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container .tab, section.hero-block.hero-background-mode-video.hero-content-side-right.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container .tab {
          position: relative;
          min-height: 72px;
          text-align: center;
          background: #D7D2CB;
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          margin: 0;
          position: relative; }
          section.hero-block.hero-background-mode-image.hero-content-side-left.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container .tab:after, section.hero-block.hero-background-mode-image.hero-content-side-right.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container .tab:after, section.hero-block.hero-background-mode-video.hero-content-side-left.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container .tab:after, section.hero-block.hero-background-mode-video.hero-content-side-right.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container .tab:after {
            content: ' ';
            position: absolute;
            display: none;
            width: 25px;
            height: 15px;
            bottom: -2px;
            left: 50%;
            background-color: #62B1BD;
            -webkit-transform: translateX(-50%) scale(2, 1) rotate(45deg);
            -ms-transform: translateX(-50%) scale(2, 1) rotate(45deg);
            transform: translateX(-50%) scale(2, 1) rotate(45deg); }
          section.hero-block.hero-background-mode-image.hero-content-side-left.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container .tab.selected, section.hero-block.hero-background-mode-image.hero-content-side-right.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container .tab.selected, section.hero-block.hero-background-mode-video.hero-content-side-left.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container .tab.selected, section.hero-block.hero-background-mode-video.hero-content-side-right.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container .tab.selected {
            background: #62B1BD; }
            section.hero-block.hero-background-mode-image.hero-content-side-left.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container .tab.selected::after, section.hero-block.hero-background-mode-image.hero-content-side-right.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container .tab.selected::after, section.hero-block.hero-background-mode-video.hero-content-side-left.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container .tab.selected::after, section.hero-block.hero-background-mode-video.hero-content-side-right.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container .tab.selected::after {
              display: block; }
          section.hero-block.hero-background-mode-image.hero-content-side-left.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container .tab:hover:not(.selected), section.hero-block.hero-background-mode-image.hero-content-side-right.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container .tab:hover:not(.selected), section.hero-block.hero-background-mode-video.hero-content-side-left.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container .tab:hover:not(.selected), section.hero-block.hero-background-mode-video.hero-content-side-right.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container .tab:hover:not(.selected) {
            cursor: pointer;
            background-color: #CCE1E4; }
          section.hero-block.hero-background-mode-image.hero-content-side-left.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container .tab h4, section.hero-block.hero-background-mode-image.hero-content-side-right.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container .tab h4, section.hero-block.hero-background-mode-video.hero-content-side-left.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container .tab h4, section.hero-block.hero-background-mode-video.hero-content-side-right.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container .tab h4 {
            font-size: 20px;
            color: #202945;
            text-transform: uppercase;
            margin: 0;
            font-weight: bold; }
          section.hero-block.hero-background-mode-image.hero-content-side-left.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container .tab.one-time-tab, section.hero-block.hero-background-mode-image.hero-content-side-right.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container .tab.one-time-tab, section.hero-block.hero-background-mode-video.hero-content-side-left.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container .tab.one-time-tab, section.hero-block.hero-background-mode-video.hero-content-side-right.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container .tab.one-time-tab {
            width: 50%; }
          section.hero-block.hero-background-mode-image.hero-content-side-left.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container .tab.monthly-tab, section.hero-block.hero-background-mode-image.hero-content-side-right.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container .tab.monthly-tab, section.hero-block.hero-background-mode-video.hero-content-side-left.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container .tab.monthly-tab, section.hero-block.hero-background-mode-video.hero-content-side-right.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container .tab.monthly-tab {
            width: 50%; }
        section.hero-block.hero-background-mode-image.hero-content-side-left.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container .donate-widget-tab-content, section.hero-block.hero-background-mode-image.hero-content-side-right.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container .donate-widget-tab-content, section.hero-block.hero-background-mode-video.hero-content-side-left.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container .donate-widget-tab-content, section.hero-block.hero-background-mode-video.hero-content-side-right.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container .donate-widget-tab-content {
          padding: 30px; }
        section.hero-block.hero-background-mode-image.hero-content-side-left.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container .donate-widget-input-wrap, section.hero-block.hero-background-mode-image.hero-content-side-right.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container .donate-widget-input-wrap, section.hero-block.hero-background-mode-video.hero-content-side-left.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container .donate-widget-input-wrap, section.hero-block.hero-background-mode-video.hero-content-side-right.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container .donate-widget-input-wrap {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          margin-left: auto;
          margin-right: auto; }
        section.hero-block.hero-background-mode-image.hero-content-side-left.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container .donate-widget-input, section.hero-block.hero-background-mode-image.hero-content-side-right.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container .donate-widget-input, section.hero-block.hero-background-mode-video.hero-content-side-left.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container .donate-widget-input, section.hero-block.hero-background-mode-video.hero-content-side-right.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container .donate-widget-input {
          display: block;
          position: relative; }
          section.hero-block.hero-background-mode-image.hero-content-side-left.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container .donate-widget-input input, section.hero-block.hero-background-mode-image.hero-content-side-right.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container .donate-widget-input input, section.hero-block.hero-background-mode-video.hero-content-side-left.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container .donate-widget-input input, section.hero-block.hero-background-mode-video.hero-content-side-right.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container .donate-widget-input input {
            width: 100%;
            padding-left: 38px;
            font-size: 26px;
            color: #862633;
            text-align: left;
            height: 62px;
            border: 2px solid #862633;
            border-right: none;
            border-radius: 3px;
            border-top-right-radius: 0px;
            border-bottom-right-radius: 0px; }
            section.hero-block.hero-background-mode-image.hero-content-side-left.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container .donate-widget-input input::-webkit-input-placeholder, section.hero-block.hero-background-mode-image.hero-content-side-right.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container .donate-widget-input input::-webkit-input-placeholder, section.hero-block.hero-background-mode-video.hero-content-side-left.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container .donate-widget-input input::-webkit-input-placeholder, section.hero-block.hero-background-mode-video.hero-content-side-right.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container .donate-widget-input input::-webkit-input-placeholder {
              font-size: 26px;
              color: #9B9B9B;
              text-align: left; }
            section.hero-block.hero-background-mode-image.hero-content-side-left.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container .donate-widget-input input::-moz-placeholder, section.hero-block.hero-background-mode-image.hero-content-side-right.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container .donate-widget-input input::-moz-placeholder, section.hero-block.hero-background-mode-video.hero-content-side-left.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container .donate-widget-input input::-moz-placeholder, section.hero-block.hero-background-mode-video.hero-content-side-right.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container .donate-widget-input input::-moz-placeholder {
              font-size: 26px;
              color: #9B9B9B;
              text-align: left; }
            section.hero-block.hero-background-mode-image.hero-content-side-left.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container .donate-widget-input input:-ms-input-placeholder, section.hero-block.hero-background-mode-image.hero-content-side-right.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container .donate-widget-input input:-ms-input-placeholder, section.hero-block.hero-background-mode-video.hero-content-side-left.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container .donate-widget-input input:-ms-input-placeholder, section.hero-block.hero-background-mode-video.hero-content-side-right.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container .donate-widget-input input:-ms-input-placeholder {
              font-size: 26px;
              color: #9B9B9B;
              text-align: left; }
            section.hero-block.hero-background-mode-image.hero-content-side-left.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container .donate-widget-input input::-ms-input-placeholder, section.hero-block.hero-background-mode-image.hero-content-side-right.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container .donate-widget-input input::-ms-input-placeholder, section.hero-block.hero-background-mode-video.hero-content-side-left.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container .donate-widget-input input::-ms-input-placeholder, section.hero-block.hero-background-mode-video.hero-content-side-right.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container .donate-widget-input input::-ms-input-placeholder {
              font-size: 26px;
              color: #9B9B9B;
              text-align: left; }
            section.hero-block.hero-background-mode-image.hero-content-side-left.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container .donate-widget-input input::placeholder, section.hero-block.hero-background-mode-image.hero-content-side-right.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container .donate-widget-input input::placeholder, section.hero-block.hero-background-mode-video.hero-content-side-left.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container .donate-widget-input input::placeholder, section.hero-block.hero-background-mode-video.hero-content-side-right.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container .donate-widget-input input::placeholder {
              font-size: 26px;
              color: #9B9B9B;
              text-align: left; }
          section.hero-block.hero-background-mode-image.hero-content-side-left.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container .donate-widget-input:before, section.hero-block.hero-background-mode-image.hero-content-side-right.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container .donate-widget-input:before, section.hero-block.hero-background-mode-video.hero-content-side-left.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container .donate-widget-input:before, section.hero-block.hero-background-mode-video.hero-content-side-right.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container .donate-widget-input:before {
            font-weight: bold;
            content: "$";
            left: 15px;
            position: absolute;
            font-size: 26px;
            color: #862633;
            text-align: left;
            line-height: 18px;
            top: 0;
            bottom: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center; }
        section.hero-block.hero-background-mode-image.hero-content-side-left.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container a.donate-btn-widget, section.hero-block.hero-background-mode-image.hero-content-side-right.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container a.donate-btn-widget, section.hero-block.hero-background-mode-video.hero-content-side-left.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container a.donate-btn-widget, section.hero-block.hero-background-mode-video.hero-content-side-right.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container a.donate-btn-widget {
          vertical-align: top;
          width: 177px;
          line-height: 62px;
          padding: 0 6px;
          border: 0;
          background: #862633;
          color: #fff;
          border-radius: 3px;
          border-top-left-radius: 0px;
          border-bottom-left-radius: 0px;
          font-size: 22px;
          color: #FFFFFF;
          text-align: center;
          text-decoration: none;
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          text-transform: uppercase;
          -webkit-transition: background-color 0.35s ease;
          transition: background-color 0.35s ease; }
          section.hero-block.hero-background-mode-image.hero-content-side-left.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container a.donate-btn-widget:hover, section.hero-block.hero-background-mode-image.hero-content-side-right.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container a.donate-btn-widget:hover, section.hero-block.hero-background-mode-video.hero-content-side-left.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container a.donate-btn-widget:hover, section.hero-block.hero-background-mode-video.hero-content-side-right.donate-widget-enable header.hero-content .hero-donate-container .donate-widget-container a.donate-btn-widget:hover {
            background-color: #A82738; }
    section.hero-block.hero-background-mode-image.hero-content-side-left .hero-background-image, section.hero-block.hero-background-mode-image.hero-content-side-right .hero-background-image, section.hero-block.hero-background-mode-video.hero-content-side-left .hero-background-image, section.hero-block.hero-background-mode-video.hero-content-side-right .hero-background-image {
      padding-bottom: 13vh;
      height: 100vh; }
    section.hero-block.hero-background-mode-image .hero-content .hero-body-area, section.hero-block.hero-background-mode-video .hero-content .hero-body-area {
      position: relative;
      z-index: 1000;
      color: #fff; }
      section.hero-block.hero-background-mode-image .hero-content .hero-body-area p, section.hero-block.hero-background-mode-video .hero-content .hero-body-area p {
        color: #fff; }
    section.hero-block.hero-background-mode-image .hero-content .cta-container, section.hero-block.hero-background-mode-video .hero-content .cta-container {
      width: 100%;
      z-index: 1000;
      position: relative; }
      section.hero-block.hero-background-mode-image .hero-content .cta-container .hero-cta, section.hero-block.hero-background-mode-image .hero-content .cta-container .hero-learn-cta, section.hero-block.hero-background-mode-video .hero-content .cta-container .hero-cta, section.hero-block.hero-background-mode-video .hero-content .cta-container .hero-learn-cta {
        display: inline-block;
        margin: 25px 11px 0; }
        section.hero-block.hero-background-mode-image .hero-content .cta-container .hero-cta a, section.hero-block.hero-background-mode-image .hero-content .cta-container .hero-learn-cta a, section.hero-block.hero-background-mode-video .hero-content .cta-container .hero-cta a, section.hero-block.hero-background-mode-video .hero-content .cta-container .hero-learn-cta a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          font-size: 21px;
          color: #FFFFFF;
          text-align: center;
          text-transform: uppercase;
          text-decoration: none;
          font-weight: 700;
          min-width: 220px;
          height: 69px;
          border: 2px solid #FFFFFF;
          -webkit-transition: background-color 0.35s ease;
          transition: background-color 0.35s ease;
          border-radius: 3px; }
          section.hero-block.hero-background-mode-image .hero-content .cta-container .hero-cta a:hover, section.hero-block.hero-background-mode-image .hero-content .cta-container .hero-learn-cta a:hover, section.hero-block.hero-background-mode-video .hero-content .cta-container .hero-cta a:hover, section.hero-block.hero-background-mode-video .hero-content .cta-container .hero-learn-cta a:hover {
            background-color: #A82738; }
    section.hero-block.hero-background-mode-image .hero-content.content-center, section.hero-block.hero-background-mode-video .hero-content.content-center {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding-bottom: 12vh; }
      section.hero-block.hero-background-mode-image .hero-content.content-center:before, section.hero-block.hero-background-mode-video .hero-content.content-center:before {
        content: "";
        display: block;
        width: 100%;
        min-height: 510px;
        opacity: 0.53;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
        background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
        background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
        position: absolute;
        bottom: 0; }
      section.hero-block.hero-background-mode-image .hero-content.content-center:after, section.hero-block.hero-background-mode-video .hero-content.content-center:after {
        content: " ";
        display: block;
        margin-top: 23px;
        height: 16px;
        overflow: hidden;
        background: url(../images/scroll_caret.svg);
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        bottom: 4vh;
        width: 100%;
        z-index: 1003; }
      section.hero-block.hero-background-mode-image .hero-content.content-center .hero-header, section.hero-block.hero-background-mode-video .hero-content.content-center .hero-header {
        font-weight: bold;
        font-size: 45px;
        color: #fff;
        letter-spacing: -1.11px;
        line-height: 57px;
        margin: 0 auto 8px;
        width: 100%;
        max-width: 920px;
        z-index: 1000;
        position: relative; }
      section.hero-block.hero-background-mode-image .hero-content.content-center .hero-header-page-title, section.hero-block.hero-background-mode-video .hero-content.content-center .hero-header-page-title {
        font-size: 18px;
        font-weight: 800;
        color: #fff;
        border-bottom: solid 3px #862633;
        display: inline-block;
        margin-bottom: 10px;
        z-index: 1000;
        position: relative;
        text-transform: uppercase; }
        section.hero-block.hero-background-mode-image .hero-content.content-center .hero-header-page-title a, section.hero-block.hero-background-mode-video .hero-content.content-center .hero-header-page-title a {
          color: #fff;
          text-decoration: none !important; }
          section.hero-block.hero-background-mode-image .hero-content.content-center .hero-header-page-title a:hover, section.hero-block.hero-background-mode-video .hero-content.content-center .hero-header-page-title a:hover {
            color: #fff; }
      section.hero-block.hero-background-mode-image .hero-content.content-center .hero-body-area, section.hero-block.hero-background-mode-video .hero-content.content-center .hero-body-area {
        margin: auto auto;
        padding-left: 5vw;
        padding-right: 5vw;
        width: 100%;
        max-width: 920px;
        font-size: 24px;
        color: #393939;
        text-align: center; }
        section.hero-block.hero-background-mode-image .hero-content.content-center .hero-body-area p, section.hero-block.hero-background-mode-video .hero-content.content-center .hero-body-area p {
          font-size: 30px;
          letter-spacing: -0.86px;
          line-height: 35px;
          text-align: center; }
      section.hero-block.hero-background-mode-image .hero-content.content-center .hero-blog-meta, section.hero-block.hero-background-mode-video .hero-content.content-center .hero-blog-meta {
        position: relative;
        z-index: 1000;
        color: #fff;
        font-weight: 400;
        opacity: 0.85; }
    section.hero-block.hero-background-mode-image .hero-content.content-left, section.hero-block.hero-background-mode-video .hero-content.content-left {
      left: 0;
      padding: calc(100px + 7vh) 2vw 7vh 4vw;
      background-image: -webkit-gradient(linear, right top, left top, color-stop(19%, rgba(0, 0, 0, 0)), color-stop(60%, rgba(0, 0, 0, 0.6)));
      background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 19%, rgba(0, 0, 0, 0.6) 60%);
      background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0) 19%, rgba(0, 0, 0, 0.6) 60%); }
    section.hero-block.hero-background-mode-image .hero-content.content-right, section.hero-block.hero-background-mode-video .hero-content.content-right {
      right: 0;
      padding: 100px 4vw 7vh 2vw;
      background-image: -webkit-gradient(linear, left top, right top, color-stop(19%, rgba(0, 0, 0, 0)), color-stop(60%, rgba(0, 0, 0, 0.6)));
      background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 19%, rgba(0, 0, 0, 0.6) 60%);
      background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 19%, rgba(0, 0, 0, 0.6) 60%); }
    section.hero-block.hero-background-mode-image .hero-content.content-left, section.hero-block.hero-background-mode-image .hero-content.content-right, section.hero-block.hero-background-mode-video .hero-content.content-left, section.hero-block.hero-background-mode-video .hero-content.content-right {
      position: absolute;
      bottom: 0;
      top: 0;
      max-width: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%; }
      section.hero-block.hero-background-mode-image .hero-content.content-left .hero-header, section.hero-block.hero-background-mode-image .hero-content.content-right .hero-header, section.hero-block.hero-background-mode-video .hero-content.content-left .hero-header, section.hero-block.hero-background-mode-video .hero-content.content-right .hero-header {
        margin: 0 auto;
        font-size: 50px;
        font-weight: bold;
        color: #fff;
        letter-spacing: -1.11px;
        text-align: center;
        line-height: 56px;
        max-width: 600px;
        width: 100%; }
      section.hero-block.hero-background-mode-image .hero-content.content-left .hero-header-page-title, section.hero-block.hero-background-mode-image .hero-content.content-right .hero-header-page-title, section.hero-block.hero-background-mode-video .hero-content.content-left .hero-header-page-title, section.hero-block.hero-background-mode-video .hero-content.content-right .hero-header-page-title {
        display: none; }
      section.hero-block.hero-background-mode-image .hero-content.content-left .hero-body-area, section.hero-block.hero-background-mode-image .hero-content.content-right .hero-body-area, section.hero-block.hero-background-mode-video .hero-content.content-left .hero-body-area, section.hero-block.hero-background-mode-video .hero-content.content-right .hero-body-area {
        margin-top: 12px;
        font-size: 30px;
        color: #FFFFFF;
        letter-spacing: -0.86px;
        text-align: center;
        line-height: 35px;
        max-width: 600px;
        width: 100%; }
        section.hero-block.hero-background-mode-image .hero-content.content-left .hero-body-area p, section.hero-block.hero-background-mode-image .hero-content.content-right .hero-body-area p, section.hero-block.hero-background-mode-video .hero-content.content-left .hero-body-area p, section.hero-block.hero-background-mode-video .hero-content.content-right .hero-body-area p {
          font-size: 30px;
          line-height: 35px;
          text-align: center; }
  section.hero-block .hero-background-image {
    background-size: cover;
    padding-bottom: 21vh;
    height: 100vh; }
    section.hero-block .hero-background-image.center {
      background-position-x: center; }
    section.hero-block .hero-background-image.left {
      background-position-x: 25%; }
    section.hero-block .hero-background-image.right {
      background-position-x: 75%; }
    section.hero-block .hero-background-image.top {
      background-position-y: top; }
    section.hero-block .hero-background-image.middle {
      background-position-y: center; }
    section.hero-block .hero-background-image.bottom {
      background-position-y: bottom; }
  section.hero-block .hero-background:not(.hero-background-mode-textonly):not(.hero-background-empty) {
    min-height: 47vw; }
  section.hero-block.hero-background-mode-video .hero-background-video {
    height: 100%;
    width: 100%;
    max-height: 100vh;
    min-height: 0;
    grid-column: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    z-index: 2; }
    @media (max-width: 1024px) {
      section.hero-block.hero-background-mode-video .hero-background-video {
        display: none; } }
  section.hero-block.hero-background-mode-video .hero-background-image {
    display: block;
    width: 100%;
    max-height: 100vh;
    min-height: 47vw;
    grid-column: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    z-index: 1;
    background-size: cover;
    background-position: center; }
  @media (min-width: 769px) {
    section.hero-block.hero-background-mode-video {
      margin-top: 0;
      display: -ms-grid;
      display: grid;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: start;
      -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
      justify-content: stretch;
      overflow: hidden; }
      section.hero-block.hero-background-mode-video .hero-content {
        grid-column: 1;
        grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-row: 1;
        color: #fff;
        min-height: 200px;
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-bottom: 2em;
        z-index: 2; }
        section.hero-block.hero-background-mode-video .hero-content.content-none {
          width: 100%; }
        section.hero-block.hero-background-mode-video .hero-content.content-right, section.hero-block.hero-background-mode-video .hero-content.content-left {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
      section.hero-block.hero-background-mode-video.hero-content-side-right {
        justify-items: end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        section.hero-block.hero-background-mode-video.hero-content-side-right .hero-content {
          height: 100%;
          background: -webkit-linear-gradient(right, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
          background: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(0, 0, 0, 0.65)));
          background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
          background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.65) 100%); }
      section.hero-block.hero-background-mode-video.hero-content-side-left {
        justify-items: start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        section.hero-block.hero-background-mode-video.hero-content-side-left .hero-content {
          height: 100%;
          background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
          background: -webkit-gradient(linear, right top, left top, from(transparent), to(rgba(0, 0, 0, 0.65)));
          background: -webkit-linear-gradient(right, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
          background: linear-gradient(to left, transparent 0%, rgba(0, 0, 0, 0.65) 100%); }
      section.hero-block.hero-background-mode-video.hero-content-side-center {
        justify-items: center; }
        section.hero-block.hero-background-mode-video.hero-content-side-center .hero-content {
          width: 100%;
          background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
          background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.65)));
          background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%); }
      section.hero-block.hero-background-mode-video.hero-background-height-overflow {
        height: auto;
        position: relative; }
        section.hero-block.hero-background-mode-video.hero-background-height-overflow .hero-background-image {
          z-index: 0; }
        section.hero-block.hero-background-mode-video.hero-background-height-overflow .hero-background-video {
          max-height: none;
          z-index: 1; }
          section.hero-block.hero-background-mode-video.hero-background-height-overflow .hero-background-video .hero-video {
            max-height: none; }
        section.hero-block.hero-background-mode-video.hero-background-height-overflow .hero-content {
          position: absolute;
          top: 0;
          max-height: 100vh;
          height: 100%;
          background: none; }
          section.hero-block.hero-background-mode-video.hero-background-height-overflow .hero-content:before {
            content: none; }
          section.hero-block.hero-background-mode-video.hero-background-height-overflow .hero-content .hero-body-area {
            margin: 0 auto; }
          section.hero-block.hero-background-mode-video.hero-background-height-overflow .hero-content .hero-header {
            margin: 0 auto 15px; }
        section.hero-block.hero-background-mode-video.hero-background-height-overflow::before {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          width: 50%;
          background: -webkit-gradient(linear, right top, left top, from(transparent), to(rgba(0, 0, 0, 0.65)));
          background: -webkit-linear-gradient(right, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
          background: linear-gradient(to left, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
          z-index: 2; }
        section.hero-block.hero-background-mode-video.hero-background-height-overflow.hero-content-side-right:before {
          right: 0;
          left: inherit;
          background: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(0, 0, 0, 0.65)));
          background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
          background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.65) 100%); }
        section.hero-block.hero-background-mode-video.hero-background-height-overflow.hero-content-side-center:after {
          content: ' ';
          width: 100%;
          height: 100%;
          display: block;
          position: absolute;
          bottom: 0;
          background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(rgba(0, 0, 0, 0.65)));
          background: -webkit-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.65) 100%);
          background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.65) 100%);
          z-index: 1; } }
  @media (min-width: 1025px) {
    section.hero-block.hero-background-mode-video.hero-background-height-pillarbox {
      background-color: #626366; }
    section.hero-block.hero-background-mode-video.hero-background-height-cover .hero-video {
      -o-object-fit: cover;
      object-fit: cover;
      font-family: "object-fit: cover";
      height: 100%;
      width: 100%; }
    section.hero-block.hero-background-mode-video.hero-background-height-contain .hero-background-video {
      background-color: #000; }
    section.hero-block.hero-background-mode-video.hero-background-height-contain .hero-video {
      -o-object-fit: contain;
      object-fit: contain;
      font-family: "object-fit: contain"; }
    section.hero-block.hero-background-mode-video.hero-background-height-pillarbox .hero-background-video {
      background-color: #000; }
    section.hero-block.hero-background-mode-video.hero-background-height-pillarbox .hero-video {
      height: 100%;
      width: auto;
      margin: auto; }
    section.hero-block.hero-background-mode-video .hero-video {
      height: 100%;
      width: 100%;
      display: block; }
    section.hero-block.hero-background-mode-video.hero-background-height-overflow .hero-background {
      height: 100%; } }

@media (min-width: 320px) and (max-width: 768px) {
  body section.hero-block.has-cta.hero-background-mode-image.hero-content-side-center:after, body section.hero-block.has-cta.hero-background-mode-video.hero-content-side-center:after, body section.hero-block.has-learn-cta.hero-background-mode-image.hero-content-side-center:after, body section.hero-block.has-learn-cta.hero-background-mode-video.hero-content-side-center:after, body section.hero-block.donate-widget-enable.hero-background-mode-image.hero-content-side-center:after, body section.hero-block.donate-widget-enable.hero-background-mode-video.hero-content-side-center:after {
    content: none; }
  body section.hero-block.has-cta.hero-background-mode-image.hero-content-side-center .hero-content.content-center, body section.hero-block.has-cta.hero-background-mode-video.hero-content-side-center .hero-content.content-center, body section.hero-block.has-learn-cta.hero-background-mode-image.hero-content-side-center .hero-content.content-center, body section.hero-block.has-learn-cta.hero-background-mode-video.hero-content-side-center .hero-content.content-center, body section.hero-block.donate-widget-enable.hero-background-mode-image.hero-content-side-center .hero-content.content-center, body section.hero-block.donate-widget-enable.hero-background-mode-video.hero-content-side-center .hero-content.content-center {
    padding-bottom: 30px; } }

body section.hero-block.has-cta, body section.hero-block.has-learn-cta, body section.hero-block.donate-widget-enable {
  /* Mobile landscape to Tablet Portrait */
  /* Tablet landscape*/
  /* Desktop wide and beyond*/ }
  @media (min-width: 320px) and (max-width: 364px) {
    body section.hero-block.has-cta.hero-background-mode-textonly .hero-content h1.hero-header, body section.hero-block.has-cta.hero-background-mode-color .hero-content h1.hero-header, body section.hero-block.has-cta.hero-background-color-default .hero-content h1.hero-header, body section.hero-block.has-learn-cta.hero-background-mode-textonly .hero-content h1.hero-header, body section.hero-block.has-learn-cta.hero-background-mode-color .hero-content h1.hero-header, body section.hero-block.has-learn-cta.hero-background-color-default .hero-content h1.hero-header, body section.hero-block.donate-widget-enable.hero-background-mode-textonly .hero-content h1.hero-header, body section.hero-block.donate-widget-enable.hero-background-mode-color .hero-content h1.hero-header, body section.hero-block.donate-widget-enable.hero-background-color-default .hero-content h1.hero-header {
      position: inherit;
      top: 0;
      text-align: center;
      font-size: 10vw;
      line-height: 1.25;
      padding-right: 0; }
    body section.hero-block.has-cta.hero-background-mode-textonly.hero-background-mode-image .hero-content, body section.hero-block.has-cta.hero-background-mode-textonly.hero-background-mode-video .hero-content, body section.hero-block.has-cta.hero-background-mode-color.hero-background-mode-image .hero-content, body section.hero-block.has-cta.hero-background-mode-color.hero-background-mode-video .hero-content, body section.hero-block.has-cta.hero-background-color-default.hero-background-mode-image .hero-content, body section.hero-block.has-cta.hero-background-color-default.hero-background-mode-video .hero-content, body section.hero-block.has-learn-cta.hero-background-mode-textonly.hero-background-mode-image .hero-content, body section.hero-block.has-learn-cta.hero-background-mode-textonly.hero-background-mode-video .hero-content, body section.hero-block.has-learn-cta.hero-background-mode-color.hero-background-mode-image .hero-content, body section.hero-block.has-learn-cta.hero-background-mode-color.hero-background-mode-video .hero-content, body section.hero-block.has-learn-cta.hero-background-color-default.hero-background-mode-image .hero-content, body section.hero-block.has-learn-cta.hero-background-color-default.hero-background-mode-video .hero-content, body section.hero-block.donate-widget-enable.hero-background-mode-textonly.hero-background-mode-image .hero-content, body section.hero-block.donate-widget-enable.hero-background-mode-textonly.hero-background-mode-video .hero-content, body section.hero-block.donate-widget-enable.hero-background-mode-color.hero-background-mode-image .hero-content, body section.hero-block.donate-widget-enable.hero-background-mode-color.hero-background-mode-video .hero-content, body section.hero-block.donate-widget-enable.hero-background-color-default.hero-background-mode-image .hero-content, body section.hero-block.donate-widget-enable.hero-background-color-default.hero-background-mode-video .hero-content {
      position: initial;
      margin: 0 auto;
      width: 100%;
      max-width: 100%;
      display: block; }
      body section.hero-block.has-cta.hero-background-mode-textonly.hero-background-mode-image .hero-content.content-center .cta-container, body section.hero-block.has-cta.hero-background-mode-textonly.hero-background-mode-video .hero-content.content-center .cta-container, body section.hero-block.has-cta.hero-background-mode-color.hero-background-mode-image .hero-content.content-center .cta-container, body section.hero-block.has-cta.hero-background-mode-color.hero-background-mode-video .hero-content.content-center .cta-container, body section.hero-block.has-cta.hero-background-color-default.hero-background-mode-image .hero-content.content-center .cta-container, body section.hero-block.has-cta.hero-background-color-default.hero-background-mode-video .hero-content.content-center .cta-container, body section.hero-block.has-learn-cta.hero-background-mode-textonly.hero-background-mode-image .hero-content.content-center .cta-container, body section.hero-block.has-learn-cta.hero-background-mode-textonly.hero-background-mode-video .hero-content.content-center .cta-container, body section.hero-block.has-learn-cta.hero-background-mode-color.hero-background-mode-image .hero-content.content-center .cta-container, body section.hero-block.has-learn-cta.hero-background-mode-color.hero-background-mode-video .hero-content.content-center .cta-container, body section.hero-block.has-learn-cta.hero-background-color-default.hero-background-mode-image .hero-content.content-center .cta-container, body section.hero-block.has-learn-cta.hero-background-color-default.hero-background-mode-video .hero-content.content-center .cta-container, body section.hero-block.donate-widget-enable.hero-background-mode-textonly.hero-background-mode-image .hero-content.content-center .cta-container, body section.hero-block.donate-widget-enable.hero-background-mode-textonly.hero-background-mode-video .hero-content.content-center .cta-container, body section.hero-block.donate-widget-enable.hero-background-mode-color.hero-background-mode-image .hero-content.content-center .cta-container, body section.hero-block.donate-widget-enable.hero-background-mode-color.hero-background-mode-video .hero-content.content-center .cta-container, body section.hero-block.donate-widget-enable.hero-background-color-default.hero-background-mode-image .hero-content.content-center .cta-container, body section.hero-block.donate-widget-enable.hero-background-color-default.hero-background-mode-video .hero-content.content-center .cta-container {
        padding: 0;
        margin: 20px 0;
        text-align: center;
        line-height: 1.2rem; }
        body section.hero-block.has-cta.hero-background-mode-textonly.hero-background-mode-image .hero-content.content-center .cta-container .hero-learn-cta a, body section.hero-block.has-cta.hero-background-mode-textonly.hero-background-mode-image .hero-content.content-center .cta-container .hero-cta a, body section.hero-block.has-cta.hero-background-mode-textonly.hero-background-mode-video .hero-content.content-center .cta-container .hero-learn-cta a, body section.hero-block.has-cta.hero-background-mode-textonly.hero-background-mode-video .hero-content.content-center .cta-container .hero-cta a, body section.hero-block.has-cta.hero-background-mode-color.hero-background-mode-image .hero-content.content-center .cta-container .hero-learn-cta a, body section.hero-block.has-cta.hero-background-mode-color.hero-background-mode-image .hero-content.content-center .cta-container .hero-cta a, body section.hero-block.has-cta.hero-background-mode-color.hero-background-mode-video .hero-content.content-center .cta-container .hero-learn-cta a, body section.hero-block.has-cta.hero-background-mode-color.hero-background-mode-video .hero-content.content-center .cta-container .hero-cta a, body section.hero-block.has-cta.hero-background-color-default.hero-background-mode-image .hero-content.content-center .cta-container .hero-learn-cta a, body section.hero-block.has-cta.hero-background-color-default.hero-background-mode-image .hero-content.content-center .cta-container .hero-cta a, body section.hero-block.has-cta.hero-background-color-default.hero-background-mode-video .hero-content.content-center .cta-container .hero-learn-cta a, body section.hero-block.has-cta.hero-background-color-default.hero-background-mode-video .hero-content.content-center .cta-container .hero-cta a, body section.hero-block.has-learn-cta.hero-background-mode-textonly.hero-background-mode-image .hero-content.content-center .cta-container .hero-learn-cta a, body section.hero-block.has-learn-cta.hero-background-mode-textonly.hero-background-mode-image .hero-content.content-center .cta-container .hero-cta a, body section.hero-block.has-learn-cta.hero-background-mode-textonly.hero-background-mode-video .hero-content.content-center .cta-container .hero-learn-cta a, body section.hero-block.has-learn-cta.hero-background-mode-textonly.hero-background-mode-video .hero-content.content-center .cta-container .hero-cta a, body section.hero-block.has-learn-cta.hero-background-mode-color.hero-background-mode-image .hero-content.content-center .cta-container .hero-learn-cta a, body section.hero-block.has-learn-cta.hero-background-mode-color.hero-background-mode-image .hero-content.content-center .cta-container .hero-cta a, body section.hero-block.has-learn-cta.hero-background-mode-color.hero-background-mode-video .hero-content.content-center .cta-container .hero-learn-cta a, body section.hero-block.has-learn-cta.hero-background-mode-color.hero-background-mode-video .hero-content.content-center .cta-container .hero-cta a, body section.hero-block.has-learn-cta.hero-background-color-default.hero-background-mode-image .hero-content.content-center .cta-container .hero-learn-cta a, body section.hero-block.has-learn-cta.hero-background-color-default.hero-background-mode-image .hero-content.content-center .cta-container .hero-cta a, body section.hero-block.has-learn-cta.hero-background-color-default.hero-background-mode-video .hero-content.content-center .cta-container .hero-learn-cta a, body section.hero-block.has-learn-cta.hero-background-color-default.hero-background-mode-video .hero-content.content-center .cta-container .hero-cta a, body section.hero-block.donate-widget-enable.hero-background-mode-textonly.hero-background-mode-image .hero-content.content-center .cta-container .hero-learn-cta a, body section.hero-block.donate-widget-enable.hero-background-mode-textonly.hero-background-mode-image .hero-content.content-center .cta-container .hero-cta a, body section.hero-block.donate-widget-enable.hero-background-mode-textonly.hero-background-mode-video .hero-content.content-center .cta-container .hero-learn-cta a, body section.hero-block.donate-widget-enable.hero-background-mode-textonly.hero-background-mode-video .hero-content.content-center .cta-container .hero-cta a, body section.hero-block.donate-widget-enable.hero-background-mode-color.hero-background-mode-image .hero-content.content-center .cta-container .hero-learn-cta a, body section.hero-block.donate-widget-enable.hero-background-mode-color.hero-background-mode-image .hero-content.content-center .cta-container .hero-cta a, body section.hero-block.donate-widget-enable.hero-background-mode-color.hero-background-mode-video .hero-content.content-center .cta-container .hero-learn-cta a, body section.hero-block.donate-widget-enable.hero-background-mode-color.hero-background-mode-video .hero-content.content-center .cta-container .hero-cta a, body section.hero-block.donate-widget-enable.hero-background-color-default.hero-background-mode-image .hero-content.content-center .cta-container .hero-learn-cta a, body section.hero-block.donate-widget-enable.hero-background-color-default.hero-background-mode-image .hero-content.content-center .cta-container .hero-cta a, body section.hero-block.donate-widget-enable.hero-background-color-default.hero-background-mode-video .hero-content.content-center .cta-container .hero-learn-cta a, body section.hero-block.donate-widget-enable.hero-background-color-default.hero-background-mode-video .hero-content.content-center .cta-container .hero-cta a {
          font-size: 18.9px;
          color: #FFFFFF;
          text-align: center;
          height: 56px; }
        body section.hero-block.has-cta.hero-background-mode-textonly.hero-background-mode-image .hero-content.content-center .cta-container .hero-learn-cta, body section.hero-block.has-cta.hero-background-mode-textonly.hero-background-mode-video .hero-content.content-center .cta-container .hero-learn-cta, body section.hero-block.has-cta.hero-background-mode-color.hero-background-mode-image .hero-content.content-center .cta-container .hero-learn-cta, body section.hero-block.has-cta.hero-background-mode-color.hero-background-mode-video .hero-content.content-center .cta-container .hero-learn-cta, body section.hero-block.has-cta.hero-background-color-default.hero-background-mode-image .hero-content.content-center .cta-container .hero-learn-cta, body section.hero-block.has-cta.hero-background-color-default.hero-background-mode-video .hero-content.content-center .cta-container .hero-learn-cta, body section.hero-block.has-learn-cta.hero-background-mode-textonly.hero-background-mode-image .hero-content.content-center .cta-container .hero-learn-cta, body section.hero-block.has-learn-cta.hero-background-mode-textonly.hero-background-mode-video .hero-content.content-center .cta-container .hero-learn-cta, body section.hero-block.has-learn-cta.hero-background-mode-color.hero-background-mode-image .hero-content.content-center .cta-container .hero-learn-cta, body section.hero-block.has-learn-cta.hero-background-mode-color.hero-background-mode-video .hero-content.content-center .cta-container .hero-learn-cta, body section.hero-block.has-learn-cta.hero-background-color-default.hero-background-mode-image .hero-content.content-center .cta-container .hero-learn-cta, body section.hero-block.has-learn-cta.hero-background-color-default.hero-background-mode-video .hero-content.content-center .cta-container .hero-learn-cta, body section.hero-block.donate-widget-enable.hero-background-mode-textonly.hero-background-mode-image .hero-content.content-center .cta-container .hero-learn-cta, body section.hero-block.donate-widget-enable.hero-background-mode-textonly.hero-background-mode-video .hero-content.content-center .cta-container .hero-learn-cta, body section.hero-block.donate-widget-enable.hero-background-mode-color.hero-background-mode-image .hero-content.content-center .cta-container .hero-learn-cta, body section.hero-block.donate-widget-enable.hero-background-mode-color.hero-background-mode-video .hero-content.content-center .cta-container .hero-learn-cta, body section.hero-block.donate-widget-enable.hero-background-color-default.hero-background-mode-image .hero-content.content-center .cta-container .hero-learn-cta, body section.hero-block.donate-widget-enable.hero-background-color-default.hero-background-mode-video .hero-content.content-center .cta-container .hero-learn-cta {
          margin-left: 0; }
          body section.hero-block.has-cta.hero-background-mode-textonly.hero-background-mode-image .hero-content.content-center .cta-container .hero-learn-cta a, body section.hero-block.has-cta.hero-background-mode-textonly.hero-background-mode-video .hero-content.content-center .cta-container .hero-learn-cta a, body section.hero-block.has-cta.hero-background-mode-color.hero-background-mode-image .hero-content.content-center .cta-container .hero-learn-cta a, body section.hero-block.has-cta.hero-background-mode-color.hero-background-mode-video .hero-content.content-center .cta-container .hero-learn-cta a, body section.hero-block.has-cta.hero-background-color-default.hero-background-mode-image .hero-content.content-center .cta-container .hero-learn-cta a, body section.hero-block.has-cta.hero-background-color-default.hero-background-mode-video .hero-content.content-center .cta-container .hero-learn-cta a, body section.hero-block.has-learn-cta.hero-background-mode-textonly.hero-background-mode-image .hero-content.content-center .cta-container .hero-learn-cta a, body section.hero-block.has-learn-cta.hero-background-mode-textonly.hero-background-mode-video .hero-content.content-center .cta-container .hero-learn-cta a, body section.hero-block.has-learn-cta.hero-background-mode-color.hero-background-mode-image .hero-content.content-center .cta-container .hero-learn-cta a, body section.hero-block.has-learn-cta.hero-background-mode-color.hero-background-mode-video .hero-content.content-center .cta-container .hero-learn-cta a, body section.hero-block.has-learn-cta.hero-background-color-default.hero-background-mode-image .hero-content.content-center .cta-container .hero-learn-cta a, body section.hero-block.has-learn-cta.hero-background-color-default.hero-background-mode-video .hero-content.content-center .cta-container .hero-learn-cta a, body section.hero-block.donate-widget-enable.hero-background-mode-textonly.hero-background-mode-image .hero-content.content-center .cta-container .hero-learn-cta a, body section.hero-block.donate-widget-enable.hero-background-mode-textonly.hero-background-mode-video .hero-content.content-center .cta-container .hero-learn-cta a, body section.hero-block.donate-widget-enable.hero-background-mode-color.hero-background-mode-image .hero-content.content-center .cta-container .hero-learn-cta a, body section.hero-block.donate-widget-enable.hero-background-mode-color.hero-background-mode-video .hero-content.content-center .cta-container .hero-learn-cta a, body section.hero-block.donate-widget-enable.hero-background-color-default.hero-background-mode-image .hero-content.content-center .cta-container .hero-learn-cta a, body section.hero-block.donate-widget-enable.hero-background-color-default.hero-background-mode-video .hero-content.content-center .cta-container .hero-learn-cta a {
            margin: auto; }
        body section.hero-block.has-cta.hero-background-mode-textonly.hero-background-mode-image .hero-content.content-center .cta-container .hero-cta, body section.hero-block.has-cta.hero-background-mode-textonly.hero-background-mode-video .hero-content.content-center .cta-container .hero-cta, body section.hero-block.has-cta.hero-background-mode-color.hero-background-mode-image .hero-content.content-center .cta-container .hero-cta, body section.hero-block.has-cta.hero-background-mode-color.hero-background-mode-video .hero-content.content-center .cta-container .hero-cta, body section.hero-block.has-cta.hero-background-color-default.hero-background-mode-image .hero-content.content-center .cta-container .hero-cta, body section.hero-block.has-cta.hero-background-color-default.hero-background-mode-video .hero-content.content-center .cta-container .hero-cta, body section.hero-block.has-learn-cta.hero-background-mode-textonly.hero-background-mode-image .hero-content.content-center .cta-container .hero-cta, body section.hero-block.has-learn-cta.hero-background-mode-textonly.hero-background-mode-video .hero-content.content-center .cta-container .hero-cta, body section.hero-block.has-learn-cta.hero-background-mode-color.hero-background-mode-image .hero-content.content-center .cta-container .hero-cta, body section.hero-block.has-learn-cta.hero-background-mode-color.hero-background-mode-video .hero-content.content-center .cta-container .hero-cta, body section.hero-block.has-learn-cta.hero-background-color-default.hero-background-mode-image .hero-content.content-center .cta-container .hero-cta, body section.hero-block.has-learn-cta.hero-background-color-default.hero-background-mode-video .hero-content.content-center .cta-container .hero-cta, body section.hero-block.donate-widget-enable.hero-background-mode-textonly.hero-background-mode-image .hero-content.content-center .cta-container .hero-cta, body section.hero-block.donate-widget-enable.hero-background-mode-textonly.hero-background-mode-video .hero-content.content-center .cta-container .hero-cta, body section.hero-block.donate-widget-enable.hero-background-mode-color.hero-background-mode-image .hero-content.content-center .cta-container .hero-cta, body section.hero-block.donate-widget-enable.hero-background-mode-color.hero-background-mode-video .hero-content.content-center .cta-container .hero-cta, body section.hero-block.donate-widget-enable.hero-background-color-default.hero-background-mode-image .hero-content.content-center .cta-container .hero-cta, body section.hero-block.donate-widget-enable.hero-background-color-default.hero-background-mode-video .hero-content.content-center .cta-container .hero-cta {
          margin-right: 0; }
          body section.hero-block.has-cta.hero-background-mode-textonly.hero-background-mode-image .hero-content.content-center .cta-container .hero-cta a, body section.hero-block.has-cta.hero-background-mode-textonly.hero-background-mode-video .hero-content.content-center .cta-container .hero-cta a, body section.hero-block.has-cta.hero-background-mode-color.hero-background-mode-image .hero-content.content-center .cta-container .hero-cta a, body section.hero-block.has-cta.hero-background-mode-color.hero-background-mode-video .hero-content.content-center .cta-container .hero-cta a, body section.hero-block.has-cta.hero-background-color-default.hero-background-mode-image .hero-content.content-center .cta-container .hero-cta a, body section.hero-block.has-cta.hero-background-color-default.hero-background-mode-video .hero-content.content-center .cta-container .hero-cta a, body section.hero-block.has-learn-cta.hero-background-mode-textonly.hero-background-mode-image .hero-content.content-center .cta-container .hero-cta a, body section.hero-block.has-learn-cta.hero-background-mode-textonly.hero-background-mode-video .hero-content.content-center .cta-container .hero-cta a, body section.hero-block.has-learn-cta.hero-background-mode-color.hero-background-mode-image .hero-content.content-center .cta-container .hero-cta a, body section.hero-block.has-learn-cta.hero-background-mode-color.hero-background-mode-video .hero-content.content-center .cta-container .hero-cta a, body section.hero-block.has-learn-cta.hero-background-color-default.hero-background-mode-image .hero-content.content-center .cta-container .hero-cta a, body section.hero-block.has-learn-cta.hero-background-color-default.hero-background-mode-video .hero-content.content-center .cta-container .hero-cta a, body section.hero-block.donate-widget-enable.hero-background-mode-textonly.hero-background-mode-image .hero-content.content-center .cta-container .hero-cta a, body section.hero-block.donate-widget-enable.hero-background-mode-textonly.hero-background-mode-video .hero-content.content-center .cta-container .hero-cta a, body section.hero-block.donate-widget-enable.hero-background-mode-color.hero-background-mode-image .hero-content.content-center .cta-container .hero-cta a, body section.hero-block.donate-widget-enable.hero-background-mode-color.hero-background-mode-video .hero-content.content-center .cta-container .hero-cta a, body section.hero-block.donate-widget-enable.hero-background-color-default.hero-background-mode-image .hero-content.content-center .cta-container .hero-cta a, body section.hero-block.donate-widget-enable.hero-background-color-default.hero-background-mode-video .hero-content.content-center .cta-container .hero-cta a {
            margin: auto; }
      body section.hero-block.has-cta.hero-background-mode-textonly.hero-background-mode-image .hero-content .cta-container, body section.hero-block.has-cta.hero-background-mode-textonly.hero-background-mode-video .hero-content .cta-container, body section.hero-block.has-cta.hero-background-mode-color.hero-background-mode-image .hero-content .cta-container, body section.hero-block.has-cta.hero-background-mode-color.hero-background-mode-video .hero-content .cta-container, body section.hero-block.has-cta.hero-background-color-default.hero-background-mode-image .hero-content .cta-container, body section.hero-block.has-cta.hero-background-color-default.hero-background-mode-video .hero-content .cta-container, body section.hero-block.has-learn-cta.hero-background-mode-textonly.hero-background-mode-image .hero-content .cta-container, body section.hero-block.has-learn-cta.hero-background-mode-textonly.hero-background-mode-video .hero-content .cta-container, body section.hero-block.has-learn-cta.hero-background-mode-color.hero-background-mode-image .hero-content .cta-container, body section.hero-block.has-learn-cta.hero-background-mode-color.hero-background-mode-video .hero-content .cta-container, body section.hero-block.has-learn-cta.hero-background-color-default.hero-background-mode-image .hero-content .cta-container, body section.hero-block.has-learn-cta.hero-background-color-default.hero-background-mode-video .hero-content .cta-container, body section.hero-block.donate-widget-enable.hero-background-mode-textonly.hero-background-mode-image .hero-content .cta-container, body section.hero-block.donate-widget-enable.hero-background-mode-textonly.hero-background-mode-video .hero-content .cta-container, body section.hero-block.donate-widget-enable.hero-background-mode-color.hero-background-mode-image .hero-content .cta-container, body section.hero-block.donate-widget-enable.hero-background-mode-color.hero-background-mode-video .hero-content .cta-container, body section.hero-block.donate-widget-enable.hero-background-color-default.hero-background-mode-image .hero-content .cta-container, body section.hero-block.donate-widget-enable.hero-background-color-default.hero-background-mode-video .hero-content .cta-container {
        padding: 0;
        margin: 20px 0;
        text-align: center; }
        body section.hero-block.has-cta.hero-background-mode-textonly.hero-background-mode-image .hero-content .cta-container .hero-learn-cta a, body section.hero-block.has-cta.hero-background-mode-textonly.hero-background-mode-image .hero-content .cta-container .hero-cta a, body section.hero-block.has-cta.hero-background-mode-textonly.hero-background-mode-video .hero-content .cta-container .hero-learn-cta a, body section.hero-block.has-cta.hero-background-mode-textonly.hero-background-mode-video .hero-content .cta-container .hero-cta a, body section.hero-block.has-cta.hero-background-mode-color.hero-background-mode-image .hero-content .cta-container .hero-learn-cta a, body section.hero-block.has-cta.hero-background-mode-color.hero-background-mode-image .hero-content .cta-container .hero-cta a, body section.hero-block.has-cta.hero-background-mode-color.hero-background-mode-video .hero-content .cta-container .hero-learn-cta a, body section.hero-block.has-cta.hero-background-mode-color.hero-background-mode-video .hero-content .cta-container .hero-cta a, body section.hero-block.has-cta.hero-background-color-default.hero-background-mode-image .hero-content .cta-container .hero-learn-cta a, body section.hero-block.has-cta.hero-background-color-default.hero-background-mode-image .hero-content .cta-container .hero-cta a, body section.hero-block.has-cta.hero-background-color-default.hero-background-mode-video .hero-content .cta-container .hero-learn-cta a, body section.hero-block.has-cta.hero-background-color-default.hero-background-mode-video .hero-content .cta-container .hero-cta a, body section.hero-block.has-learn-cta.hero-background-mode-textonly.hero-background-mode-image .hero-content .cta-container .hero-learn-cta a, body section.hero-block.has-learn-cta.hero-background-mode-textonly.hero-background-mode-image .hero-content .cta-container .hero-cta a, body section.hero-block.has-learn-cta.hero-background-mode-textonly.hero-background-mode-video .hero-content .cta-container .hero-learn-cta a, body section.hero-block.has-learn-cta.hero-background-mode-textonly.hero-background-mode-video .hero-content .cta-container .hero-cta a, body section.hero-block.has-learn-cta.hero-background-mode-color.hero-background-mode-image .hero-content .cta-container .hero-learn-cta a, body section.hero-block.has-learn-cta.hero-background-mode-color.hero-background-mode-image .hero-content .cta-container .hero-cta a, body section.hero-block.has-learn-cta.hero-background-mode-color.hero-background-mode-video .hero-content .cta-container .hero-learn-cta a, body section.hero-block.has-learn-cta.hero-background-mode-color.hero-background-mode-video .hero-content .cta-container .hero-cta a, body section.hero-block.has-learn-cta.hero-background-color-default.hero-background-mode-image .hero-content .cta-container .hero-learn-cta a, body section.hero-block.has-learn-cta.hero-background-color-default.hero-background-mode-image .hero-content .cta-container .hero-cta a, body section.hero-block.has-learn-cta.hero-background-color-default.hero-background-mode-video .hero-content .cta-container .hero-learn-cta a, body section.hero-block.has-learn-cta.hero-background-color-default.hero-background-mode-video .hero-content .cta-container .hero-cta a, body section.hero-block.donate-widget-enable.hero-background-mode-textonly.hero-background-mode-image .hero-content .cta-container .hero-learn-cta a, body section.hero-block.donate-widget-enable.hero-background-mode-textonly.hero-background-mode-image .hero-content .cta-container .hero-cta a, body section.hero-block.donate-widget-enable.hero-background-mode-textonly.hero-background-mode-video .hero-content .cta-container .hero-learn-cta a, body section.hero-block.donate-widget-enable.hero-background-mode-textonly.hero-background-mode-video .hero-content .cta-container .hero-cta a, body section.hero-block.donate-widget-enable.hero-background-mode-color.hero-background-mode-image .hero-content .cta-container .hero-learn-cta a, body section.hero-block.donate-widget-enable.hero-background-mode-color.hero-background-mode-image .hero-content .cta-container .hero-cta a, body section.hero-block.donate-widget-enable.hero-background-mode-color.hero-background-mode-video .hero-content .cta-container .hero-learn-cta a, body section.hero-block.donate-widget-enable.hero-background-mode-color.hero-background-mode-video .hero-content .cta-container .hero-cta a, body section.hero-block.donate-widget-enable.hero-background-color-default.hero-background-mode-image .hero-content .cta-container .hero-learn-cta a, body section.hero-block.donate-widget-enable.hero-background-color-default.hero-background-mode-image .hero-content .cta-container .hero-cta a, body section.hero-block.donate-widget-enable.hero-background-color-default.hero-background-mode-video .hero-content .cta-container .hero-learn-cta a, body section.hero-block.donate-widget-enable.hero-background-color-default.hero-background-mode-video .hero-content .cta-container .hero-cta a {
          font-size: 18.9px;
          color: #FFFFFF;
          text-align: center;
          height: 56px; }
        body section.hero-block.has-cta.hero-background-mode-textonly.hero-background-mode-image .hero-content .cta-container .hero-learn-cta, body section.hero-block.has-cta.hero-background-mode-textonly.hero-background-mode-video .hero-content .cta-container .hero-learn-cta, body section.hero-block.has-cta.hero-background-mode-color.hero-background-mode-image .hero-content .cta-container .hero-learn-cta, body section.hero-block.has-cta.hero-background-mode-color.hero-background-mode-video .hero-content .cta-container .hero-learn-cta, body section.hero-block.has-cta.hero-background-color-default.hero-background-mode-image .hero-content .cta-container .hero-learn-cta, body section.hero-block.has-cta.hero-background-color-default.hero-background-mode-video .hero-content .cta-container .hero-learn-cta, body section.hero-block.has-learn-cta.hero-background-mode-textonly.hero-background-mode-image .hero-content .cta-container .hero-learn-cta, body section.hero-block.has-learn-cta.hero-background-mode-textonly.hero-background-mode-video .hero-content .cta-container .hero-learn-cta, body section.hero-block.has-learn-cta.hero-background-mode-color.hero-background-mode-image .hero-content .cta-container .hero-learn-cta, body section.hero-block.has-learn-cta.hero-background-mode-color.hero-background-mode-video .hero-content .cta-container .hero-learn-cta, body section.hero-block.has-learn-cta.hero-background-color-default.hero-background-mode-image .hero-content .cta-container .hero-learn-cta, body section.hero-block.has-learn-cta.hero-background-color-default.hero-background-mode-video .hero-content .cta-container .hero-learn-cta, body section.hero-block.donate-widget-enable.hero-background-mode-textonly.hero-background-mode-image .hero-content .cta-container .hero-learn-cta, body section.hero-block.donate-widget-enable.hero-background-mode-textonly.hero-background-mode-video .hero-content .cta-container .hero-learn-cta, body section.hero-block.donate-widget-enable.hero-background-mode-color.hero-background-mode-image .hero-content .cta-container .hero-learn-cta, body section.hero-block.donate-widget-enable.hero-background-mode-color.hero-background-mode-video .hero-content .cta-container .hero-learn-cta, body section.hero-block.donate-widget-enable.hero-background-color-default.hero-background-mode-image .hero-content .cta-container .hero-learn-cta, body section.hero-block.donate-widget-enable.hero-background-color-default.hero-background-mode-video .hero-content .cta-container .hero-learn-cta {
          margin-left: 0;
          display: inline; }
        body section.hero-block.has-cta.hero-background-mode-textonly.hero-background-mode-image .hero-content .cta-container .hero-cta, body section.hero-block.has-cta.hero-background-mode-textonly.hero-background-mode-video .hero-content .cta-container .hero-cta, body section.hero-block.has-cta.hero-background-mode-color.hero-background-mode-image .hero-content .cta-container .hero-cta, body section.hero-block.has-cta.hero-background-mode-color.hero-background-mode-video .hero-content .cta-container .hero-cta, body section.hero-block.has-cta.hero-background-color-default.hero-background-mode-image .hero-content .cta-container .hero-cta, body section.hero-block.has-cta.hero-background-color-default.hero-background-mode-video .hero-content .cta-container .hero-cta, body section.hero-block.has-learn-cta.hero-background-mode-textonly.hero-background-mode-image .hero-content .cta-container .hero-cta, body section.hero-block.has-learn-cta.hero-background-mode-textonly.hero-background-mode-video .hero-content .cta-container .hero-cta, body section.hero-block.has-learn-cta.hero-background-mode-color.hero-background-mode-image .hero-content .cta-container .hero-cta, body section.hero-block.has-learn-cta.hero-background-mode-color.hero-background-mode-video .hero-content .cta-container .hero-cta, body section.hero-block.has-learn-cta.hero-background-color-default.hero-background-mode-image .hero-content .cta-container .hero-cta, body section.hero-block.has-learn-cta.hero-background-color-default.hero-background-mode-video .hero-content .cta-container .hero-cta, body section.hero-block.donate-widget-enable.hero-background-mode-textonly.hero-background-mode-image .hero-content .cta-container .hero-cta, body section.hero-block.donate-widget-enable.hero-background-mode-textonly.hero-background-mode-video .hero-content .cta-container .hero-cta, body section.hero-block.donate-widget-enable.hero-background-mode-color.hero-background-mode-image .hero-content .cta-container .hero-cta, body section.hero-block.donate-widget-enable.hero-background-mode-color.hero-background-mode-video .hero-content .cta-container .hero-cta, body section.hero-block.donate-widget-enable.hero-background-color-default.hero-background-mode-image .hero-content .cta-container .hero-cta, body section.hero-block.donate-widget-enable.hero-background-color-default.hero-background-mode-video .hero-content .cta-container .hero-cta {
          margin-right: 0;
          display: inline; } }
  @media (max-width: 450px) {
    body section.hero-block.has-cta.hero-background-mode-textonly .hero-content h1.hero-header, body section.hero-block.has-cta.hero-background-mode-color .hero-content h1.hero-header, body section.hero-block.has-cta.hero-background-color-default .hero-content h1.hero-header, body section.hero-block.has-learn-cta.hero-background-mode-textonly .hero-content h1.hero-header, body section.hero-block.has-learn-cta.hero-background-mode-color .hero-content h1.hero-header, body section.hero-block.has-learn-cta.hero-background-color-default .hero-content h1.hero-header, body section.hero-block.donate-widget-enable.hero-background-mode-textonly .hero-content h1.hero-header, body section.hero-block.donate-widget-enable.hero-background-mode-color .hero-content h1.hero-header, body section.hero-block.donate-widget-enable.hero-background-color-default .hero-content h1.hero-header {
      position: inherit;
      top: 0;
      text-align: center;
      font-size: 10vw;
      line-height: 1.25;
      padding-right: 0; } }
  @media (min-width: 451px) and (max-width: 768px) {
    body section.hero-block.has-cta.hero-background-mode-textonly .hero-content h1.hero-header, body section.hero-block.has-cta.hero-background-mode-color .hero-content h1.hero-header, body section.hero-block.has-cta.hero-background-color-default .hero-content h1.hero-header, body section.hero-block.has-learn-cta.hero-background-mode-textonly .hero-content h1.hero-header, body section.hero-block.has-learn-cta.hero-background-mode-color .hero-content h1.hero-header, body section.hero-block.has-learn-cta.hero-background-color-default .hero-content h1.hero-header, body section.hero-block.donate-widget-enable.hero-background-mode-textonly .hero-content h1.hero-header, body section.hero-block.donate-widget-enable.hero-background-mode-color .hero-content h1.hero-header, body section.hero-block.donate-widget-enable.hero-background-color-default .hero-content h1.hero-header {
      font-size: 2.25rem; } }
  @media (min-width: 320px) and (max-width: 768px) {
    body section.hero-block.has-cta.hero-background-mode-textonly .hero-background, body section.hero-block.has-cta.hero-background-mode-color .hero-background, body section.hero-block.has-cta.hero-background-color-default .hero-background, body section.hero-block.has-learn-cta.hero-background-mode-textonly .hero-background, body section.hero-block.has-learn-cta.hero-background-mode-color .hero-background, body section.hero-block.has-learn-cta.hero-background-color-default .hero-background, body section.hero-block.donate-widget-enable.hero-background-mode-textonly .hero-background, body section.hero-block.donate-widget-enable.hero-background-mode-color .hero-background, body section.hero-block.donate-widget-enable.hero-background-color-default .hero-background {
      max-height: inherit;
      min-height: inherit; }
    body section.hero-block.has-cta.hero-background-mode-textonly:after, body section.hero-block.has-cta.hero-background-mode-color:after, body section.hero-block.has-cta.hero-background-color-default:after, body section.hero-block.has-learn-cta.hero-background-mode-textonly:after, body section.hero-block.has-learn-cta.hero-background-mode-color:after, body section.hero-block.has-learn-cta.hero-background-color-default:after, body section.hero-block.donate-widget-enable.hero-background-mode-textonly:after, body section.hero-block.donate-widget-enable.hero-background-mode-color:after, body section.hero-block.donate-widget-enable.hero-background-color-default:after {
      background: none;
      content: none; }
    body section.hero-block.has-cta.hero-background-mode-textonly .hero-content, body section.hero-block.has-cta.hero-background-mode-color .hero-content, body section.hero-block.has-cta.hero-background-color-default .hero-content, body section.hero-block.has-learn-cta.hero-background-mode-textonly .hero-content, body section.hero-block.has-learn-cta.hero-background-mode-color .hero-content, body section.hero-block.has-learn-cta.hero-background-color-default .hero-content, body section.hero-block.donate-widget-enable.hero-background-mode-textonly .hero-content, body section.hero-block.donate-widget-enable.hero-background-mode-color .hero-content, body section.hero-block.donate-widget-enable.hero-background-color-default .hero-content {
      position: initial;
      display: block;
      margin-left: auto;
      margin-right: auto; }
      body section.hero-block.has-cta.hero-background-mode-textonly .hero-content .hero-body-area, body section.hero-block.has-cta.hero-background-mode-color .hero-content .hero-body-area, body section.hero-block.has-cta.hero-background-color-default .hero-content .hero-body-area, body section.hero-block.has-learn-cta.hero-background-mode-textonly .hero-content .hero-body-area, body section.hero-block.has-learn-cta.hero-background-mode-color .hero-content .hero-body-area, body section.hero-block.has-learn-cta.hero-background-color-default .hero-content .hero-body-area, body section.hero-block.donate-widget-enable.hero-background-mode-textonly .hero-content .hero-body-area, body section.hero-block.donate-widget-enable.hero-background-mode-color .hero-content .hero-body-area, body section.hero-block.donate-widget-enable.hero-background-color-default .hero-content .hero-body-area {
        margin-top: 20px;
        font-size: 21px;
        font-weight: 100;
        text-align: center;
        line-height: 28px; }
    body section.hero-block.has-cta.hero-background-mode-image.donate-widget-enable .hero-content .hero-donate-container .donate-widget-container p, body section.hero-block.has-cta.hero-background-mode-video.donate-widget-enable .hero-content .hero-donate-container .donate-widget-container p, body section.hero-block.has-learn-cta.hero-background-mode-image.donate-widget-enable .hero-content .hero-donate-container .donate-widget-container p, body section.hero-block.has-learn-cta.hero-background-mode-video.donate-widget-enable .hero-content .hero-donate-container .donate-widget-container p, body section.hero-block.donate-widget-enable.hero-background-mode-image.donate-widget-enable .hero-content .hero-donate-container .donate-widget-container p, body section.hero-block.donate-widget-enable.hero-background-mode-video.donate-widget-enable .hero-content .hero-donate-container .donate-widget-container p {
      padding: 10px; }
    body section.hero-block.has-cta.hero-background-mode-image.donate-widget-enable .hero-content .hero-donate-container .donate-widget-container a.donate-btn-widget, body section.hero-block.has-cta.hero-background-mode-video.donate-widget-enable .hero-content .hero-donate-container .donate-widget-container a.donate-btn-widget, body section.hero-block.has-learn-cta.hero-background-mode-image.donate-widget-enable .hero-content .hero-donate-container .donate-widget-container a.donate-btn-widget, body section.hero-block.has-learn-cta.hero-background-mode-video.donate-widget-enable .hero-content .hero-donate-container .donate-widget-container a.donate-btn-widget, body section.hero-block.donate-widget-enable.hero-background-mode-image.donate-widget-enable .hero-content .hero-donate-container .donate-widget-container a.donate-btn-widget, body section.hero-block.donate-widget-enable.hero-background-mode-video.donate-widget-enable .hero-content .hero-donate-container .donate-widget-container a.donate-btn-widget {
      width: 255px;
      margin-top: 15px;
      margin-bottom: 15px; }
    body section.hero-block.has-cta.hero-background-mode-image.hero-content-side-center:after, body section.hero-block.has-cta.hero-background-mode-video.hero-content-side-center:after, body section.hero-block.has-learn-cta.hero-background-mode-image.hero-content-side-center:after, body section.hero-block.has-learn-cta.hero-background-mode-video.hero-content-side-center:after, body section.hero-block.donate-widget-enable.hero-background-mode-image.hero-content-side-center:after, body section.hero-block.donate-widget-enable.hero-background-mode-video.hero-content-side-center:after {
      content: none; }
    body section.hero-block.has-cta.hero-background-mode-image .hero-background.hero-background-image, body section.hero-block.has-cta.hero-background-mode-video .hero-background.hero-background-image, body section.hero-block.has-learn-cta.hero-background-mode-image .hero-background.hero-background-image, body section.hero-block.has-learn-cta.hero-background-mode-video .hero-background.hero-background-image, body section.hero-block.donate-widget-enable.hero-background-mode-image .hero-background.hero-background-image, body section.hero-block.donate-widget-enable.hero-background-mode-video .hero-background.hero-background-image {
      padding-top: 0; }
      body section.hero-block.has-cta.hero-background-mode-image .hero-background.hero-background-image:after, body section.hero-block.has-cta.hero-background-mode-video .hero-background.hero-background-image:after, body section.hero-block.has-learn-cta.hero-background-mode-image .hero-background.hero-background-image:after, body section.hero-block.has-learn-cta.hero-background-mode-video .hero-background.hero-background-image:after, body section.hero-block.donate-widget-enable.hero-background-mode-image .hero-background.hero-background-image:after, body section.hero-block.donate-widget-enable.hero-background-mode-video .hero-background.hero-background-image:after {
        content: none; }
    body section.hero-block.has-cta.hero-background-mode-image .hero-content, body section.hero-block.has-cta.hero-background-mode-video .hero-content, body section.hero-block.has-learn-cta.hero-background-mode-image .hero-content, body section.hero-block.has-learn-cta.hero-background-mode-video .hero-content, body section.hero-block.donate-widget-enable.hero-background-mode-image .hero-content, body section.hero-block.donate-widget-enable.hero-background-mode-video .hero-content {
      position: initial;
      margin: 0 auto;
      width: 100%;
      max-width: 100%;
      display: block; }
      body section.hero-block.has-cta.hero-background-mode-image .hero-content.content-center, body section.hero-block.has-cta.hero-background-mode-image .hero-content.content-right, body section.hero-block.has-cta.hero-background-mode-image .hero-content.content-left, body section.hero-block.has-cta.hero-background-mode-video .hero-content.content-center, body section.hero-block.has-cta.hero-background-mode-video .hero-content.content-right, body section.hero-block.has-cta.hero-background-mode-video .hero-content.content-left, body section.hero-block.has-learn-cta.hero-background-mode-image .hero-content.content-center, body section.hero-block.has-learn-cta.hero-background-mode-image .hero-content.content-right, body section.hero-block.has-learn-cta.hero-background-mode-image .hero-content.content-left, body section.hero-block.has-learn-cta.hero-background-mode-video .hero-content.content-center, body section.hero-block.has-learn-cta.hero-background-mode-video .hero-content.content-right, body section.hero-block.has-learn-cta.hero-background-mode-video .hero-content.content-left, body section.hero-block.donate-widget-enable.hero-background-mode-image .hero-content.content-center, body section.hero-block.donate-widget-enable.hero-background-mode-image .hero-content.content-right, body section.hero-block.donate-widget-enable.hero-background-mode-image .hero-content.content-left, body section.hero-block.donate-widget-enable.hero-background-mode-video .hero-content.content-center, body section.hero-block.donate-widget-enable.hero-background-mode-video .hero-content.content-right, body section.hero-block.donate-widget-enable.hero-background-mode-video .hero-content.content-left {
        position: relative;
        top: inherit;
        bottom: 0;
        left: 0;
        right: 0;
        max-width: 100%;
        padding-bottom: 30px; }
        body section.hero-block.has-cta.hero-background-mode-image .hero-content.content-center:after, body section.hero-block.has-cta.hero-background-mode-image .hero-content.content-right:after, body section.hero-block.has-cta.hero-background-mode-image .hero-content.content-left:after, body section.hero-block.has-cta.hero-background-mode-video .hero-content.content-center:after, body section.hero-block.has-cta.hero-background-mode-video .hero-content.content-right:after, body section.hero-block.has-cta.hero-background-mode-video .hero-content.content-left:after, body section.hero-block.has-learn-cta.hero-background-mode-image .hero-content.content-center:after, body section.hero-block.has-learn-cta.hero-background-mode-image .hero-content.content-right:after, body section.hero-block.has-learn-cta.hero-background-mode-image .hero-content.content-left:after, body section.hero-block.has-learn-cta.hero-background-mode-video .hero-content.content-center:after, body section.hero-block.has-learn-cta.hero-background-mode-video .hero-content.content-right:after, body section.hero-block.has-learn-cta.hero-background-mode-video .hero-content.content-left:after, body section.hero-block.donate-widget-enable.hero-background-mode-image .hero-content.content-center:after, body section.hero-block.donate-widget-enable.hero-background-mode-image .hero-content.content-right:after, body section.hero-block.donate-widget-enable.hero-background-mode-image .hero-content.content-left:after, body section.hero-block.donate-widget-enable.hero-background-mode-video .hero-content.content-center:after, body section.hero-block.donate-widget-enable.hero-background-mode-video .hero-content.content-right:after, body section.hero-block.donate-widget-enable.hero-background-mode-video .hero-content.content-left:after {
          content: none; }
        body section.hero-block.has-cta.hero-background-mode-image .hero-content.content-center:before, body section.hero-block.has-cta.hero-background-mode-image .hero-content.content-right:before, body section.hero-block.has-cta.hero-background-mode-image .hero-content.content-left:before, body section.hero-block.has-cta.hero-background-mode-video .hero-content.content-center:before, body section.hero-block.has-cta.hero-background-mode-video .hero-content.content-right:before, body section.hero-block.has-cta.hero-background-mode-video .hero-content.content-left:before, body section.hero-block.has-learn-cta.hero-background-mode-image .hero-content.content-center:before, body section.hero-block.has-learn-cta.hero-background-mode-image .hero-content.content-right:before, body section.hero-block.has-learn-cta.hero-background-mode-image .hero-content.content-left:before, body section.hero-block.has-learn-cta.hero-background-mode-video .hero-content.content-center:before, body section.hero-block.has-learn-cta.hero-background-mode-video .hero-content.content-right:before, body section.hero-block.has-learn-cta.hero-background-mode-video .hero-content.content-left:before, body section.hero-block.donate-widget-enable.hero-background-mode-image .hero-content.content-center:before, body section.hero-block.donate-widget-enable.hero-background-mode-image .hero-content.content-right:before, body section.hero-block.donate-widget-enable.hero-background-mode-image .hero-content.content-left:before, body section.hero-block.donate-widget-enable.hero-background-mode-video .hero-content.content-center:before, body section.hero-block.donate-widget-enable.hero-background-mode-video .hero-content.content-right:before, body section.hero-block.donate-widget-enable.hero-background-mode-video .hero-content.content-left:before {
          content: none; }
        body section.hero-block.has-cta.hero-background-mode-image .hero-content.content-center header.hero-header, body section.hero-block.has-cta.hero-background-mode-image .hero-content.content-right header.hero-header, body section.hero-block.has-cta.hero-background-mode-image .hero-content.content-left header.hero-header, body section.hero-block.has-cta.hero-background-mode-video .hero-content.content-center header.hero-header, body section.hero-block.has-cta.hero-background-mode-video .hero-content.content-right header.hero-header, body section.hero-block.has-cta.hero-background-mode-video .hero-content.content-left header.hero-header, body section.hero-block.has-learn-cta.hero-background-mode-image .hero-content.content-center header.hero-header, body section.hero-block.has-learn-cta.hero-background-mode-image .hero-content.content-right header.hero-header, body section.hero-block.has-learn-cta.hero-background-mode-image .hero-content.content-left header.hero-header, body section.hero-block.has-learn-cta.hero-background-mode-video .hero-content.content-center header.hero-header, body section.hero-block.has-learn-cta.hero-background-mode-video .hero-content.content-right header.hero-header, body section.hero-block.has-learn-cta.hero-background-mode-video .hero-content.content-left header.hero-header, body section.hero-block.donate-widget-enable.hero-background-mode-image .hero-content.content-center header.hero-header, body section.hero-block.donate-widget-enable.hero-background-mode-image .hero-content.content-right header.hero-header, body section.hero-block.donate-widget-enable.hero-background-mode-image .hero-content.content-left header.hero-header, body section.hero-block.donate-widget-enable.hero-background-mode-video .hero-content.content-center header.hero-header, body section.hero-block.donate-widget-enable.hero-background-mode-video .hero-content.content-right header.hero-header, body section.hero-block.donate-widget-enable.hero-background-mode-video .hero-content.content-left header.hero-header {
          font-size: 44px;
          color: #FFFFFF;
          letter-spacing: -0.98px;
          text-align: left;
          line-height: 50px;
          position: relative;
          display: block;
          padding: 0 40px 0 10px; }
        body section.hero-block.has-cta.hero-background-mode-image .hero-content.content-center .hero-body-area, body section.hero-block.has-cta.hero-background-mode-image .hero-content.content-right .hero-body-area, body section.hero-block.has-cta.hero-background-mode-image .hero-content.content-left .hero-body-area, body section.hero-block.has-cta.hero-background-mode-video .hero-content.content-center .hero-body-area, body section.hero-block.has-cta.hero-background-mode-video .hero-content.content-right .hero-body-area, body section.hero-block.has-cta.hero-background-mode-video .hero-content.content-left .hero-body-area, body section.hero-block.has-learn-cta.hero-background-mode-image .hero-content.content-center .hero-body-area, body section.hero-block.has-learn-cta.hero-background-mode-image .hero-content.content-right .hero-body-area, body section.hero-block.has-learn-cta.hero-background-mode-image .hero-content.content-left .hero-body-area, body section.hero-block.has-learn-cta.hero-background-mode-video .hero-content.content-center .hero-body-area, body section.hero-block.has-learn-cta.hero-background-mode-video .hero-content.content-right .hero-body-area, body section.hero-block.has-learn-cta.hero-background-mode-video .hero-content.content-left .hero-body-area, body section.hero-block.donate-widget-enable.hero-background-mode-image .hero-content.content-center .hero-body-area, body section.hero-block.donate-widget-enable.hero-background-mode-image .hero-content.content-right .hero-body-area, body section.hero-block.donate-widget-enable.hero-background-mode-image .hero-content.content-left .hero-body-area, body section.hero-block.donate-widget-enable.hero-background-mode-video .hero-content.content-center .hero-body-area, body section.hero-block.donate-widget-enable.hero-background-mode-video .hero-content.content-right .hero-body-area, body section.hero-block.donate-widget-enable.hero-background-mode-video .hero-content.content-left .hero-body-area {
          display: block; }
          body section.hero-block.has-cta.hero-background-mode-image .hero-content.content-center .hero-body-area p, body section.hero-block.has-cta.hero-background-mode-image .hero-content.content-right .hero-body-area p, body section.hero-block.has-cta.hero-background-mode-image .hero-content.content-left .hero-body-area p, body section.hero-block.has-cta.hero-background-mode-video .hero-content.content-center .hero-body-area p, body section.hero-block.has-cta.hero-background-mode-video .hero-content.content-right .hero-body-area p, body section.hero-block.has-cta.hero-background-mode-video .hero-content.content-left .hero-body-area p, body section.hero-block.has-learn-cta.hero-background-mode-image .hero-content.content-center .hero-body-area p, body section.hero-block.has-learn-cta.hero-background-mode-image .hero-content.content-right .hero-body-area p, body section.hero-block.has-learn-cta.hero-background-mode-image .hero-content.content-left .hero-body-area p, body section.hero-block.has-learn-cta.hero-background-mode-video .hero-content.content-center .hero-body-area p, body section.hero-block.has-learn-cta.hero-background-mode-video .hero-content.content-right .hero-body-area p, body section.hero-block.has-learn-cta.hero-background-mode-video .hero-content.content-left .hero-body-area p, body section.hero-block.donate-widget-enable.hero-background-mode-image .hero-content.content-center .hero-body-area p, body section.hero-block.donate-widget-enable.hero-background-mode-image .hero-content.content-right .hero-body-area p, body section.hero-block.donate-widget-enable.hero-background-mode-image .hero-content.content-left .hero-body-area p, body section.hero-block.donate-widget-enable.hero-background-mode-video .hero-content.content-center .hero-body-area p, body section.hero-block.donate-widget-enable.hero-background-mode-video .hero-content.content-right .hero-body-area p, body section.hero-block.donate-widget-enable.hero-background-mode-video .hero-content.content-left .hero-body-area p {
            text-align: left;
            color: #393939; }
      body section.hero-block.has-cta.hero-background-mode-image .hero-content.content-right, body section.hero-block.has-cta.hero-background-mode-image .hero-content.content-left, body section.hero-block.has-cta.hero-background-mode-video .hero-content.content-right, body section.hero-block.has-cta.hero-background-mode-video .hero-content.content-left, body section.hero-block.has-learn-cta.hero-background-mode-image .hero-content.content-right, body section.hero-block.has-learn-cta.hero-background-mode-image .hero-content.content-left, body section.hero-block.has-learn-cta.hero-background-mode-video .hero-content.content-right, body section.hero-block.has-learn-cta.hero-background-mode-video .hero-content.content-left, body section.hero-block.donate-widget-enable.hero-background-mode-image .hero-content.content-right, body section.hero-block.donate-widget-enable.hero-background-mode-image .hero-content.content-left, body section.hero-block.donate-widget-enable.hero-background-mode-video .hero-content.content-right, body section.hero-block.donate-widget-enable.hero-background-mode-video .hero-content.content-left {
        margin: 0; }
      body section.hero-block.has-cta.hero-background-mode-image .hero-content .cta-container, body section.hero-block.has-cta.hero-background-mode-video .hero-content .cta-container, body section.hero-block.has-learn-cta.hero-background-mode-image .hero-content .cta-container, body section.hero-block.has-learn-cta.hero-background-mode-video .hero-content .cta-container, body section.hero-block.donate-widget-enable.hero-background-mode-image .hero-content .cta-container, body section.hero-block.donate-widget-enable.hero-background-mode-video .hero-content .cta-container {
        padding: 0;
        margin: 20px 0; }
        body section.hero-block.has-cta.hero-background-mode-image .hero-content .cta-container .hero-learn-cta a, body section.hero-block.has-cta.hero-background-mode-image .hero-content .cta-container .hero-cta a, body section.hero-block.has-cta.hero-background-mode-video .hero-content .cta-container .hero-learn-cta a, body section.hero-block.has-cta.hero-background-mode-video .hero-content .cta-container .hero-cta a, body section.hero-block.has-learn-cta.hero-background-mode-image .hero-content .cta-container .hero-learn-cta a, body section.hero-block.has-learn-cta.hero-background-mode-image .hero-content .cta-container .hero-cta a, body section.hero-block.has-learn-cta.hero-background-mode-video .hero-content .cta-container .hero-learn-cta a, body section.hero-block.has-learn-cta.hero-background-mode-video .hero-content .cta-container .hero-cta a, body section.hero-block.donate-widget-enable.hero-background-mode-image .hero-content .cta-container .hero-learn-cta a, body section.hero-block.donate-widget-enable.hero-background-mode-image .hero-content .cta-container .hero-cta a, body section.hero-block.donate-widget-enable.hero-background-mode-video .hero-content .cta-container .hero-learn-cta a, body section.hero-block.donate-widget-enable.hero-background-mode-video .hero-content .cta-container .hero-cta a {
          font-size: 18.9px;
          color: #FFFFFF;
          text-align: center;
          height: 56px; }
        body section.hero-block.has-cta.hero-background-mode-image .hero-content .cta-container .hero-learn-cta, body section.hero-block.has-cta.hero-background-mode-video .hero-content .cta-container .hero-learn-cta, body section.hero-block.has-learn-cta.hero-background-mode-image .hero-content .cta-container .hero-learn-cta, body section.hero-block.has-learn-cta.hero-background-mode-video .hero-content .cta-container .hero-learn-cta, body section.hero-block.donate-widget-enable.hero-background-mode-image .hero-content .cta-container .hero-learn-cta, body section.hero-block.donate-widget-enable.hero-background-mode-video .hero-content .cta-container .hero-learn-cta {
          margin-left: 0; }
        body section.hero-block.has-cta.hero-background-mode-image .hero-content .cta-container .hero-cta, body section.hero-block.has-cta.hero-background-mode-video .hero-content .cta-container .hero-cta, body section.hero-block.has-learn-cta.hero-background-mode-image .hero-content .cta-container .hero-cta, body section.hero-block.has-learn-cta.hero-background-mode-video .hero-content .cta-container .hero-cta, body section.hero-block.donate-widget-enable.hero-background-mode-image .hero-content .cta-container .hero-cta, body section.hero-block.donate-widget-enable.hero-background-mode-video .hero-content .cta-container .hero-cta {
          margin-right: 0; } }
  @media (min-width: 451px) and (max-width: 768px) {
    body section.hero-block.has-cta.hero-content-side- .hero-content, body section.hero-block.has-cta.hero-background-mode-color .hero-content, body section.hero-block.has-learn-cta.hero-content-side- .hero-content, body section.hero-block.has-learn-cta.hero-background-mode-color .hero-content, body section.hero-block.donate-widget-enable.hero-content-side- .hero-content, body section.hero-block.donate-widget-enable.hero-background-mode-color .hero-content {
      padding: 0 15px;
      -ms-grid-columns: 1.5fr 1fr;
      grid-template-columns: 1.5fr 1fr; }
      body section.hero-block.has-cta.hero-content-side- .hero-content::after, body section.hero-block.has-cta.hero-background-mode-color .hero-content::after, body section.hero-block.has-learn-cta.hero-content-side- .hero-content::after, body section.hero-block.has-learn-cta.hero-background-mode-color .hero-content::after, body section.hero-block.donate-widget-enable.hero-content-side- .hero-content::after, body section.hero-block.donate-widget-enable.hero-background-mode-color .hero-content::after {
        background-position: 0 101%;
        background-size: contain; }
    body section.hero-block.has-cta.hero-content-side-:after, body section.hero-block.has-cta.hero-background-mode-color:after, body section.hero-block.has-learn-cta.hero-content-side-:after, body section.hero-block.has-learn-cta.hero-background-mode-color:after, body section.hero-block.donate-widget-enable.hero-content-side-:after, body section.hero-block.donate-widget-enable.hero-background-mode-color:after {
      height: 115px;
      background-position: 0 101%;
      background-size: contain; }
    body section.hero-block.has-cta.hero-background-mode-image.hero-content-side-right.donate-widget-enable .hero-content, body section.hero-block.has-cta.hero-background-mode-video.hero-content-side-right.donate-widget-enable .hero-content, body section.hero-block.has-learn-cta.hero-background-mode-image.hero-content-side-right.donate-widget-enable .hero-content, body section.hero-block.has-learn-cta.hero-background-mode-video.hero-content-side-right.donate-widget-enable .hero-content, body section.hero-block.donate-widget-enable.hero-background-mode-image.hero-content-side-right.donate-widget-enable .hero-content, body section.hero-block.donate-widget-enable.hero-background-mode-video.hero-content-side-right.donate-widget-enable .hero-content {
      max-width: 100%; }
    body section.hero-block.has-cta.hero-background-mode-image.hero-content-side-right .hero-content, body section.hero-block.has-cta.hero-background-mode-video.hero-content-side-right .hero-content, body section.hero-block.has-learn-cta.hero-background-mode-image.hero-content-side-right .hero-content, body section.hero-block.has-learn-cta.hero-background-mode-video.hero-content-side-right .hero-content, body section.hero-block.donate-widget-enable.hero-background-mode-image.hero-content-side-right .hero-content, body section.hero-block.donate-widget-enable.hero-background-mode-video.hero-content-side-right .hero-content {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: auto;
      grid-template-columns: auto; }
      body section.hero-block.has-cta.hero-background-mode-image.hero-content-side-right .hero-content header.hero-header, body section.hero-block.has-cta.hero-background-mode-video.hero-content-side-right .hero-content header.hero-header, body section.hero-block.has-learn-cta.hero-background-mode-image.hero-content-side-right .hero-content header.hero-header, body section.hero-block.has-learn-cta.hero-background-mode-video.hero-content-side-right .hero-content header.hero-header, body section.hero-block.donate-widget-enable.hero-background-mode-image.hero-content-side-right .hero-content header.hero-header, body section.hero-block.donate-widget-enable.hero-background-mode-video.hero-content-side-right .hero-content header.hero-header {
        line-height: 48px;
        padding-left: 0px;
        text-align: center; }
      body section.hero-block.has-cta.hero-background-mode-image.hero-content-side-right .hero-content .hero-body-area, body section.hero-block.has-cta.hero-background-mode-video.hero-content-side-right .hero-content .hero-body-area, body section.hero-block.has-learn-cta.hero-background-mode-image.hero-content-side-right .hero-content .hero-body-area, body section.hero-block.has-learn-cta.hero-background-mode-video.hero-content-side-right .hero-content .hero-body-area, body section.hero-block.donate-widget-enable.hero-background-mode-image.hero-content-side-right .hero-content .hero-body-area, body section.hero-block.donate-widget-enable.hero-background-mode-video.hero-content-side-right .hero-content .hero-body-area {
        padding-left: 15px; }
    body section.hero-block.has-cta.hero-background-mode-image.hero-content-side-right:after, body section.hero-block.has-cta.hero-background-mode-video.hero-content-side-right:after, body section.hero-block.has-learn-cta.hero-background-mode-image.hero-content-side-right:after, body section.hero-block.has-learn-cta.hero-background-mode-video.hero-content-side-right:after, body section.hero-block.donate-widget-enable.hero-background-mode-image.hero-content-side-right:after, body section.hero-block.donate-widget-enable.hero-background-mode-video.hero-content-side-right:after {
      background-position: left bottom;
      background-size: contain;
      height: 115px; }
    body section.hero-block.has-cta.hero-background-mode-image.hero-content-side-left.donate-widget-enable .hero-content, body section.hero-block.has-cta.hero-background-mode-video.hero-content-side-left.donate-widget-enable .hero-content, body section.hero-block.has-learn-cta.hero-background-mode-image.hero-content-side-left.donate-widget-enable .hero-content, body section.hero-block.has-learn-cta.hero-background-mode-video.hero-content-side-left.donate-widget-enable .hero-content, body section.hero-block.donate-widget-enable.hero-background-mode-image.hero-content-side-left.donate-widget-enable .hero-content, body section.hero-block.donate-widget-enable.hero-background-mode-video.hero-content-side-left.donate-widget-enable .hero-content {
      max-width: 100%; }
    body section.hero-block.has-cta.hero-background-mode-image.hero-content-side-left .hero-content, body section.hero-block.has-cta.hero-background-mode-video.hero-content-side-left .hero-content, body section.hero-block.has-learn-cta.hero-background-mode-image.hero-content-side-left .hero-content, body section.hero-block.has-learn-cta.hero-background-mode-video.hero-content-side-left .hero-content, body section.hero-block.donate-widget-enable.hero-background-mode-image.hero-content-side-left .hero-content, body section.hero-block.donate-widget-enable.hero-background-mode-video.hero-content-side-left .hero-content {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: auto;
      grid-template-columns: auto; }
      body section.hero-block.has-cta.hero-background-mode-image.hero-content-side-left .hero-content header.hero-header, body section.hero-block.has-cta.hero-background-mode-video.hero-content-side-left .hero-content header.hero-header, body section.hero-block.has-learn-cta.hero-background-mode-image.hero-content-side-left .hero-content header.hero-header, body section.hero-block.has-learn-cta.hero-background-mode-video.hero-content-side-left .hero-content header.hero-header, body section.hero-block.donate-widget-enable.hero-background-mode-image.hero-content-side-left .hero-content header.hero-header, body section.hero-block.donate-widget-enable.hero-background-mode-video.hero-content-side-left .hero-content header.hero-header {
        line-height: 48px;
        padding-left: 0px;
        text-align: center; }
      body section.hero-block.has-cta.hero-background-mode-image.hero-content-side-left .hero-content .hero-body-area, body section.hero-block.has-cta.hero-background-mode-video.hero-content-side-left .hero-content .hero-body-area, body section.hero-block.has-learn-cta.hero-background-mode-image.hero-content-side-left .hero-content .hero-body-area, body section.hero-block.has-learn-cta.hero-background-mode-video.hero-content-side-left .hero-content .hero-body-area, body section.hero-block.donate-widget-enable.hero-background-mode-image.hero-content-side-left .hero-content .hero-body-area, body section.hero-block.donate-widget-enable.hero-background-mode-video.hero-content-side-left .hero-content .hero-body-area {
        padding-left: 15px; }
    body section.hero-block.has-cta.hero-background-mode-image.hero-content-side-left:after, body section.hero-block.has-cta.hero-background-mode-video.hero-content-side-left:after, body section.hero-block.has-learn-cta.hero-background-mode-image.hero-content-side-left:after, body section.hero-block.has-learn-cta.hero-background-mode-video.hero-content-side-left:after, body section.hero-block.donate-widget-enable.hero-background-mode-image.hero-content-side-left:after, body section.hero-block.donate-widget-enable.hero-background-mode-video.hero-content-side-left:after {
      background-position: 0 101%;
      background-size: contain;
      height: 115px; } }
  @media (max-width: 768px) {
    body section.hero-block.has-cta.hero-background-mode-image.hero-content-side-left .hero-background, body section.hero-block.has-cta.hero-background-mode-video.hero-content-side-left .hero-background, body section.hero-block.has-learn-cta.hero-background-mode-image.hero-content-side-left .hero-background, body section.hero-block.has-learn-cta.hero-background-mode-video.hero-content-side-left .hero-background, body section.hero-block.donate-widget-enable.hero-background-mode-image.hero-content-side-left .hero-background, body section.hero-block.donate-widget-enable.hero-background-mode-video.hero-content-side-left .hero-background {
      background-position-x: right; }
    body section.hero-block.has-cta.hero-background-mode-image.hero-content-side-right .hero-background, body section.hero-block.has-cta.hero-background-mode-video.hero-content-side-right .hero-background, body section.hero-block.has-learn-cta.hero-background-mode-image.hero-content-side-right .hero-background, body section.hero-block.has-learn-cta.hero-background-mode-video.hero-content-side-right .hero-background, body section.hero-block.donate-widget-enable.hero-background-mode-image.hero-content-side-right .hero-background, body section.hero-block.donate-widget-enable.hero-background-mode-video.hero-content-side-right .hero-background {
      background-position-x: left; }
    body section.hero-block.has-cta.hero-background-mode-image.has-cta .hero-background-image, body section.hero-block.has-cta.hero-background-mode-image.donate-widget-enable .hero-background-image, body section.hero-block.has-cta.hero-background-mode-video.has-cta .hero-background-image, body section.hero-block.has-cta.hero-background-mode-video.donate-widget-enable .hero-background-image, body section.hero-block.has-learn-cta.hero-background-mode-image.has-cta .hero-background-image, body section.hero-block.has-learn-cta.hero-background-mode-image.donate-widget-enable .hero-background-image, body section.hero-block.has-learn-cta.hero-background-mode-video.has-cta .hero-background-image, body section.hero-block.has-learn-cta.hero-background-mode-video.donate-widget-enable .hero-background-image, body section.hero-block.donate-widget-enable.hero-background-mode-image.has-cta .hero-background-image, body section.hero-block.donate-widget-enable.hero-background-mode-image.donate-widget-enable .hero-background-image, body section.hero-block.donate-widget-enable.hero-background-mode-video.has-cta .hero-background-image, body section.hero-block.donate-widget-enable.hero-background-mode-video.donate-widget-enable .hero-background-image {
      height: 100vw; } }
  @media (max-width: 768px) and (orientation: portrait) {
    body section.hero-block.has-cta.hero-background-mode-image.has-cta .hero-background-image, body section.hero-block.has-cta.hero-background-mode-image.donate-widget-enable .hero-background-image, body section.hero-block.has-cta.hero-background-mode-video.has-cta .hero-background-image, body section.hero-block.has-cta.hero-background-mode-video.donate-widget-enable .hero-background-image, body section.hero-block.has-learn-cta.hero-background-mode-image.has-cta .hero-background-image, body section.hero-block.has-learn-cta.hero-background-mode-image.donate-widget-enable .hero-background-image, body section.hero-block.has-learn-cta.hero-background-mode-video.has-cta .hero-background-image, body section.hero-block.has-learn-cta.hero-background-mode-video.donate-widget-enable .hero-background-image, body section.hero-block.donate-widget-enable.hero-background-mode-image.has-cta .hero-background-image, body section.hero-block.donate-widget-enable.hero-background-mode-image.donate-widget-enable .hero-background-image, body section.hero-block.donate-widget-enable.hero-background-mode-video.has-cta .hero-background-image, body section.hero-block.donate-widget-enable.hero-background-mode-video.donate-widget-enable .hero-background-image {
      max-height: 60vh; } }
  @media (max-width: 768px) {
    body section.hero-block.has-cta.hero-background-mode-image.has-cta .hero-content, body section.hero-block.has-cta.hero-background-mode-image.donate-widget-enable .hero-content, body section.hero-block.has-cta.hero-background-mode-video.has-cta .hero-content, body section.hero-block.has-cta.hero-background-mode-video.donate-widget-enable .hero-content, body section.hero-block.has-learn-cta.hero-background-mode-image.has-cta .hero-content, body section.hero-block.has-learn-cta.hero-background-mode-image.donate-widget-enable .hero-content, body section.hero-block.has-learn-cta.hero-background-mode-video.has-cta .hero-content, body section.hero-block.has-learn-cta.hero-background-mode-video.donate-widget-enable .hero-content, body section.hero-block.donate-widget-enable.hero-background-mode-image.has-cta .hero-content, body section.hero-block.donate-widget-enable.hero-background-mode-image.donate-widget-enable .hero-content, body section.hero-block.donate-widget-enable.hero-background-mode-video.has-cta .hero-content, body section.hero-block.donate-widget-enable.hero-background-mode-video.donate-widget-enable .hero-content {
      padding: 30px 5vw;
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(243, 241, 239, 0)), color-stop(37%, rgba(243, 241, 239, 0.14)), to(#F3F1EF));
      background-image: -webkit-linear-gradient(top, rgba(243, 241, 239, 0) 0%, rgba(243, 241, 239, 0.14) 37%, #F3F1EF 100%);
      background-image: linear-gradient(-180deg, rgba(243, 241, 239, 0) 0%, rgba(243, 241, 239, 0.14) 37%, #F3F1EF 100%); }
      body section.hero-block.has-cta.hero-background-mode-image.has-cta .hero-content .hero-header-page-title, body section.hero-block.has-cta.hero-background-mode-image.donate-widget-enable .hero-content .hero-header-page-title, body section.hero-block.has-cta.hero-background-mode-video.has-cta .hero-content .hero-header-page-title, body section.hero-block.has-cta.hero-background-mode-video.donate-widget-enable .hero-content .hero-header-page-title, body section.hero-block.has-learn-cta.hero-background-mode-image.has-cta .hero-content .hero-header-page-title, body section.hero-block.has-learn-cta.hero-background-mode-image.donate-widget-enable .hero-content .hero-header-page-title, body section.hero-block.has-learn-cta.hero-background-mode-video.has-cta .hero-content .hero-header-page-title, body section.hero-block.has-learn-cta.hero-background-mode-video.donate-widget-enable .hero-content .hero-header-page-title, body section.hero-block.donate-widget-enable.hero-background-mode-image.has-cta .hero-content .hero-header-page-title, body section.hero-block.donate-widget-enable.hero-background-mode-image.donate-widget-enable .hero-content .hero-header-page-title, body section.hero-block.donate-widget-enable.hero-background-mode-video.has-cta .hero-content .hero-header-page-title, body section.hero-block.donate-widget-enable.hero-background-mode-video.donate-widget-enable .hero-content .hero-header-page-title {
        color: inherit; }
      body section.hero-block.has-cta.hero-background-mode-image.has-cta .hero-content h1.hero-header, body section.hero-block.has-cta.hero-background-mode-image.donate-widget-enable .hero-content h1.hero-header, body section.hero-block.has-cta.hero-background-mode-video.has-cta .hero-content h1.hero-header, body section.hero-block.has-cta.hero-background-mode-video.donate-widget-enable .hero-content h1.hero-header, body section.hero-block.has-learn-cta.hero-background-mode-image.has-cta .hero-content h1.hero-header, body section.hero-block.has-learn-cta.hero-background-mode-image.donate-widget-enable .hero-content h1.hero-header, body section.hero-block.has-learn-cta.hero-background-mode-video.has-cta .hero-content h1.hero-header, body section.hero-block.has-learn-cta.hero-background-mode-video.donate-widget-enable .hero-content h1.hero-header, body section.hero-block.donate-widget-enable.hero-background-mode-image.has-cta .hero-content h1.hero-header, body section.hero-block.donate-widget-enable.hero-background-mode-image.donate-widget-enable .hero-content h1.hero-header, body section.hero-block.donate-widget-enable.hero-background-mode-video.has-cta .hero-content h1.hero-header, body section.hero-block.donate-widget-enable.hero-background-mode-video.donate-widget-enable .hero-content h1.hero-header {
        color: inherit;
        padding: 0; }
      body section.hero-block.has-cta.hero-background-mode-image.has-cta .hero-content .hero-body-area p, body section.hero-block.has-cta.hero-background-mode-image.donate-widget-enable .hero-content .hero-body-area p, body section.hero-block.has-cta.hero-background-mode-video.has-cta .hero-content .hero-body-area p, body section.hero-block.has-cta.hero-background-mode-video.donate-widget-enable .hero-content .hero-body-area p, body section.hero-block.has-learn-cta.hero-background-mode-image.has-cta .hero-content .hero-body-area p, body section.hero-block.has-learn-cta.hero-background-mode-image.donate-widget-enable .hero-content .hero-body-area p, body section.hero-block.has-learn-cta.hero-background-mode-video.has-cta .hero-content .hero-body-area p, body section.hero-block.has-learn-cta.hero-background-mode-video.donate-widget-enable .hero-content .hero-body-area p, body section.hero-block.donate-widget-enable.hero-background-mode-image.has-cta .hero-content .hero-body-area p, body section.hero-block.donate-widget-enable.hero-background-mode-image.donate-widget-enable .hero-content .hero-body-area p, body section.hero-block.donate-widget-enable.hero-background-mode-video.has-cta .hero-content .hero-body-area p, body section.hero-block.donate-widget-enable.hero-background-mode-video.donate-widget-enable .hero-content .hero-body-area p {
        text-align: center; }
      body section.hero-block.has-cta.hero-background-mode-image.has-cta .hero-content .cta-container, body section.hero-block.has-cta.hero-background-mode-image.donate-widget-enable .hero-content .cta-container, body section.hero-block.has-cta.hero-background-mode-video.has-cta .hero-content .cta-container, body section.hero-block.has-cta.hero-background-mode-video.donate-widget-enable .hero-content .cta-container, body section.hero-block.has-learn-cta.hero-background-mode-image.has-cta .hero-content .cta-container, body section.hero-block.has-learn-cta.hero-background-mode-image.donate-widget-enable .hero-content .cta-container, body section.hero-block.has-learn-cta.hero-background-mode-video.has-cta .hero-content .cta-container, body section.hero-block.has-learn-cta.hero-background-mode-video.donate-widget-enable .hero-content .cta-container, body section.hero-block.donate-widget-enable.hero-background-mode-image.has-cta .hero-content .cta-container, body section.hero-block.donate-widget-enable.hero-background-mode-image.donate-widget-enable .hero-content .cta-container, body section.hero-block.donate-widget-enable.hero-background-mode-video.has-cta .hero-content .cta-container, body section.hero-block.donate-widget-enable.hero-background-mode-video.donate-widget-enable .hero-content .cta-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; }
        body section.hero-block.has-cta.hero-background-mode-image.has-cta .hero-content .cta-container .hero-learn-cta, body section.hero-block.has-cta.hero-background-mode-image.has-cta .hero-content .cta-container .hero-cta, body section.hero-block.has-cta.hero-background-mode-image.donate-widget-enable .hero-content .cta-container .hero-learn-cta, body section.hero-block.has-cta.hero-background-mode-image.donate-widget-enable .hero-content .cta-container .hero-cta, body section.hero-block.has-cta.hero-background-mode-video.has-cta .hero-content .cta-container .hero-learn-cta, body section.hero-block.has-cta.hero-background-mode-video.has-cta .hero-content .cta-container .hero-cta, body section.hero-block.has-cta.hero-background-mode-video.donate-widget-enable .hero-content .cta-container .hero-learn-cta, body section.hero-block.has-cta.hero-background-mode-video.donate-widget-enable .hero-content .cta-container .hero-cta, body section.hero-block.has-learn-cta.hero-background-mode-image.has-cta .hero-content .cta-container .hero-learn-cta, body section.hero-block.has-learn-cta.hero-background-mode-image.has-cta .hero-content .cta-container .hero-cta, body section.hero-block.has-learn-cta.hero-background-mode-image.donate-widget-enable .hero-content .cta-container .hero-learn-cta, body section.hero-block.has-learn-cta.hero-background-mode-image.donate-widget-enable .hero-content .cta-container .hero-cta, body section.hero-block.has-learn-cta.hero-background-mode-video.has-cta .hero-content .cta-container .hero-learn-cta, body section.hero-block.has-learn-cta.hero-background-mode-video.has-cta .hero-content .cta-container .hero-cta, body section.hero-block.has-learn-cta.hero-background-mode-video.donate-widget-enable .hero-content .cta-container .hero-learn-cta, body section.hero-block.has-learn-cta.hero-background-mode-video.donate-widget-enable .hero-content .cta-container .hero-cta, body section.hero-block.donate-widget-enable.hero-background-mode-image.has-cta .hero-content .cta-container .hero-learn-cta, body section.hero-block.donate-widget-enable.hero-background-mode-image.has-cta .hero-content .cta-container .hero-cta, body section.hero-block.donate-widget-enable.hero-background-mode-image.donate-widget-enable .hero-content .cta-container .hero-learn-cta, body section.hero-block.donate-widget-enable.hero-background-mode-image.donate-widget-enable .hero-content .cta-container .hero-cta, body section.hero-block.donate-widget-enable.hero-background-mode-video.has-cta .hero-content .cta-container .hero-learn-cta, body section.hero-block.donate-widget-enable.hero-background-mode-video.has-cta .hero-content .cta-container .hero-cta, body section.hero-block.donate-widget-enable.hero-background-mode-video.donate-widget-enable .hero-content .cta-container .hero-learn-cta, body section.hero-block.donate-widget-enable.hero-background-mode-video.donate-widget-enable .hero-content .cta-container .hero-cta {
          width: 100%;
          max-width: 324px;
          margin: 0 auto; }
          body section.hero-block.has-cta.hero-background-mode-image.has-cta .hero-content .cta-container .hero-learn-cta > a, body section.hero-block.has-cta.hero-background-mode-image.has-cta .hero-content .cta-container .hero-cta > a, body section.hero-block.has-cta.hero-background-mode-image.donate-widget-enable .hero-content .cta-container .hero-learn-cta > a, body section.hero-block.has-cta.hero-background-mode-image.donate-widget-enable .hero-content .cta-container .hero-cta > a, body section.hero-block.has-cta.hero-background-mode-video.has-cta .hero-content .cta-container .hero-learn-cta > a, body section.hero-block.has-cta.hero-background-mode-video.has-cta .hero-content .cta-container .hero-cta > a, body section.hero-block.has-cta.hero-background-mode-video.donate-widget-enable .hero-content .cta-container .hero-learn-cta > a, body section.hero-block.has-cta.hero-background-mode-video.donate-widget-enable .hero-content .cta-container .hero-cta > a, body section.hero-block.has-learn-cta.hero-background-mode-image.has-cta .hero-content .cta-container .hero-learn-cta > a, body section.hero-block.has-learn-cta.hero-background-mode-image.has-cta .hero-content .cta-container .hero-cta > a, body section.hero-block.has-learn-cta.hero-background-mode-image.donate-widget-enable .hero-content .cta-container .hero-learn-cta > a, body section.hero-block.has-learn-cta.hero-background-mode-image.donate-widget-enable .hero-content .cta-container .hero-cta > a, body section.hero-block.has-learn-cta.hero-background-mode-video.has-cta .hero-content .cta-container .hero-learn-cta > a, body section.hero-block.has-learn-cta.hero-background-mode-video.has-cta .hero-content .cta-container .hero-cta > a, body section.hero-block.has-learn-cta.hero-background-mode-video.donate-widget-enable .hero-content .cta-container .hero-learn-cta > a, body section.hero-block.has-learn-cta.hero-background-mode-video.donate-widget-enable .hero-content .cta-container .hero-cta > a, body section.hero-block.donate-widget-enable.hero-background-mode-image.has-cta .hero-content .cta-container .hero-learn-cta > a, body section.hero-block.donate-widget-enable.hero-background-mode-image.has-cta .hero-content .cta-container .hero-cta > a, body section.hero-block.donate-widget-enable.hero-background-mode-image.donate-widget-enable .hero-content .cta-container .hero-learn-cta > a, body section.hero-block.donate-widget-enable.hero-background-mode-image.donate-widget-enable .hero-content .cta-container .hero-cta > a, body section.hero-block.donate-widget-enable.hero-background-mode-video.has-cta .hero-content .cta-container .hero-learn-cta > a, body section.hero-block.donate-widget-enable.hero-background-mode-video.has-cta .hero-content .cta-container .hero-cta > a, body section.hero-block.donate-widget-enable.hero-background-mode-video.donate-widget-enable .hero-content .cta-container .hero-learn-cta > a, body section.hero-block.donate-widget-enable.hero-background-mode-video.donate-widget-enable .hero-content .cta-container .hero-cta > a {
            min-width: inherit !important;
            border-color: #862633;
            color: #862633 !important; }
        body section.hero-block.has-cta.hero-background-mode-image.has-cta .hero-content .cta-container.hero-two-cta .hero-learn-cta, body section.hero-block.has-cta.hero-background-mode-image.has-cta .hero-content .cta-container.hero-two-cta .hero-cta, body section.hero-block.has-cta.hero-background-mode-image.donate-widget-enable .hero-content .cta-container.hero-two-cta .hero-learn-cta, body section.hero-block.has-cta.hero-background-mode-image.donate-widget-enable .hero-content .cta-container.hero-two-cta .hero-cta, body section.hero-block.has-cta.hero-background-mode-video.has-cta .hero-content .cta-container.hero-two-cta .hero-learn-cta, body section.hero-block.has-cta.hero-background-mode-video.has-cta .hero-content .cta-container.hero-two-cta .hero-cta, body section.hero-block.has-cta.hero-background-mode-video.donate-widget-enable .hero-content .cta-container.hero-two-cta .hero-learn-cta, body section.hero-block.has-cta.hero-background-mode-video.donate-widget-enable .hero-content .cta-container.hero-two-cta .hero-cta, body section.hero-block.has-learn-cta.hero-background-mode-image.has-cta .hero-content .cta-container.hero-two-cta .hero-learn-cta, body section.hero-block.has-learn-cta.hero-background-mode-image.has-cta .hero-content .cta-container.hero-two-cta .hero-cta, body section.hero-block.has-learn-cta.hero-background-mode-image.donate-widget-enable .hero-content .cta-container.hero-two-cta .hero-learn-cta, body section.hero-block.has-learn-cta.hero-background-mode-image.donate-widget-enable .hero-content .cta-container.hero-two-cta .hero-cta, body section.hero-block.has-learn-cta.hero-background-mode-video.has-cta .hero-content .cta-container.hero-two-cta .hero-learn-cta, body section.hero-block.has-learn-cta.hero-background-mode-video.has-cta .hero-content .cta-container.hero-two-cta .hero-cta, body section.hero-block.has-learn-cta.hero-background-mode-video.donate-widget-enable .hero-content .cta-container.hero-two-cta .hero-learn-cta, body section.hero-block.has-learn-cta.hero-background-mode-video.donate-widget-enable .hero-content .cta-container.hero-two-cta .hero-cta, body section.hero-block.donate-widget-enable.hero-background-mode-image.has-cta .hero-content .cta-container.hero-two-cta .hero-learn-cta, body section.hero-block.donate-widget-enable.hero-background-mode-image.has-cta .hero-content .cta-container.hero-two-cta .hero-cta, body section.hero-block.donate-widget-enable.hero-background-mode-image.donate-widget-enable .hero-content .cta-container.hero-two-cta .hero-learn-cta, body section.hero-block.donate-widget-enable.hero-background-mode-image.donate-widget-enable .hero-content .cta-container.hero-two-cta .hero-cta, body section.hero-block.donate-widget-enable.hero-background-mode-video.has-cta .hero-content .cta-container.hero-two-cta .hero-learn-cta, body section.hero-block.donate-widget-enable.hero-background-mode-video.has-cta .hero-content .cta-container.hero-two-cta .hero-cta, body section.hero-block.donate-widget-enable.hero-background-mode-video.donate-widget-enable .hero-content .cta-container.hero-two-cta .hero-learn-cta, body section.hero-block.donate-widget-enable.hero-background-mode-video.donate-widget-enable .hero-content .cta-container.hero-two-cta .hero-cta {
          margin: 0;
          width: 50%; }
        body section.hero-block.has-cta.hero-background-mode-image.has-cta .hero-content .cta-container .hero-learn-cta + .hero-cta, body section.hero-block.has-cta.hero-background-mode-image.donate-widget-enable .hero-content .cta-container .hero-learn-cta + .hero-cta, body section.hero-block.has-cta.hero-background-mode-video.has-cta .hero-content .cta-container .hero-learn-cta + .hero-cta, body section.hero-block.has-cta.hero-background-mode-video.donate-widget-enable .hero-content .cta-container .hero-learn-cta + .hero-cta, body section.hero-block.has-learn-cta.hero-background-mode-image.has-cta .hero-content .cta-container .hero-learn-cta + .hero-cta, body section.hero-block.has-learn-cta.hero-background-mode-image.donate-widget-enable .hero-content .cta-container .hero-learn-cta + .hero-cta, body section.hero-block.has-learn-cta.hero-background-mode-video.has-cta .hero-content .cta-container .hero-learn-cta + .hero-cta, body section.hero-block.has-learn-cta.hero-background-mode-video.donate-widget-enable .hero-content .cta-container .hero-learn-cta + .hero-cta, body section.hero-block.donate-widget-enable.hero-background-mode-image.has-cta .hero-content .cta-container .hero-learn-cta + .hero-cta, body section.hero-block.donate-widget-enable.hero-background-mode-image.donate-widget-enable .hero-content .cta-container .hero-learn-cta + .hero-cta, body section.hero-block.donate-widget-enable.hero-background-mode-video.has-cta .hero-content .cta-container .hero-learn-cta + .hero-cta, body section.hero-block.donate-widget-enable.hero-background-mode-video.donate-widget-enable .hero-content .cta-container .hero-learn-cta + .hero-cta {
          margin-left: 12px; }
    body section.hero-block.has-cta.hero-background-mode-image.donate-widget-enable header.hero-content, body section.hero-block.has-cta.hero-background-mode-video.donate-widget-enable header.hero-content, body section.hero-block.has-learn-cta.hero-background-mode-image.donate-widget-enable header.hero-content, body section.hero-block.has-learn-cta.hero-background-mode-video.donate-widget-enable header.hero-content, body section.hero-block.donate-widget-enable.hero-background-mode-image.donate-widget-enable header.hero-content, body section.hero-block.donate-widget-enable.hero-background-mode-video.donate-widget-enable header.hero-content {
      padding: 5vh 5vw; }
      body section.hero-block.has-cta.hero-background-mode-image.donate-widget-enable header.hero-content.content-left, body section.hero-block.has-cta.hero-background-mode-image.donate-widget-enable header.hero-content.content-right, body section.hero-block.has-cta.hero-background-mode-video.donate-widget-enable header.hero-content.content-left, body section.hero-block.has-cta.hero-background-mode-video.donate-widget-enable header.hero-content.content-right, body section.hero-block.has-learn-cta.hero-background-mode-image.donate-widget-enable header.hero-content.content-left, body section.hero-block.has-learn-cta.hero-background-mode-image.donate-widget-enable header.hero-content.content-right, body section.hero-block.has-learn-cta.hero-background-mode-video.donate-widget-enable header.hero-content.content-left, body section.hero-block.has-learn-cta.hero-background-mode-video.donate-widget-enable header.hero-content.content-right, body section.hero-block.donate-widget-enable.hero-background-mode-image.donate-widget-enable header.hero-content.content-left, body section.hero-block.donate-widget-enable.hero-background-mode-image.donate-widget-enable header.hero-content.content-right, body section.hero-block.donate-widget-enable.hero-background-mode-video.donate-widget-enable header.hero-content.content-left, body section.hero-block.donate-widget-enable.hero-background-mode-video.donate-widget-enable header.hero-content.content-right {
        background-image: none; }
        body section.hero-block.has-cta.hero-background-mode-image.donate-widget-enable header.hero-content.content-left .hero-donate-container .hero-header-page-title, body section.hero-block.has-cta.hero-background-mode-image.donate-widget-enable header.hero-content.content-right .hero-donate-container .hero-header-page-title, body section.hero-block.has-cta.hero-background-mode-video.donate-widget-enable header.hero-content.content-left .hero-donate-container .hero-header-page-title, body section.hero-block.has-cta.hero-background-mode-video.donate-widget-enable header.hero-content.content-right .hero-donate-container .hero-header-page-title, body section.hero-block.has-learn-cta.hero-background-mode-image.donate-widget-enable header.hero-content.content-left .hero-donate-container .hero-header-page-title, body section.hero-block.has-learn-cta.hero-background-mode-image.donate-widget-enable header.hero-content.content-right .hero-donate-container .hero-header-page-title, body section.hero-block.has-learn-cta.hero-background-mode-video.donate-widget-enable header.hero-content.content-left .hero-donate-container .hero-header-page-title, body section.hero-block.has-learn-cta.hero-background-mode-video.donate-widget-enable header.hero-content.content-right .hero-donate-container .hero-header-page-title, body section.hero-block.donate-widget-enable.hero-background-mode-image.donate-widget-enable header.hero-content.content-left .hero-donate-container .hero-header-page-title, body section.hero-block.donate-widget-enable.hero-background-mode-image.donate-widget-enable header.hero-content.content-right .hero-donate-container .hero-header-page-title, body section.hero-block.donate-widget-enable.hero-background-mode-video.donate-widget-enable header.hero-content.content-left .hero-donate-container .hero-header-page-title, body section.hero-block.donate-widget-enable.hero-background-mode-video.donate-widget-enable header.hero-content.content-right .hero-donate-container .hero-header-page-title {
          color: #393939; }
        body section.hero-block.has-cta.hero-background-mode-image.donate-widget-enable header.hero-content.content-left .hero-donate-container .hero-header, body section.hero-block.has-cta.hero-background-mode-image.donate-widget-enable header.hero-content.content-right .hero-donate-container .hero-header, body section.hero-block.has-cta.hero-background-mode-video.donate-widget-enable header.hero-content.content-left .hero-donate-container .hero-header, body section.hero-block.has-cta.hero-background-mode-video.donate-widget-enable header.hero-content.content-right .hero-donate-container .hero-header, body section.hero-block.has-learn-cta.hero-background-mode-image.donate-widget-enable header.hero-content.content-left .hero-donate-container .hero-header, body section.hero-block.has-learn-cta.hero-background-mode-image.donate-widget-enable header.hero-content.content-right .hero-donate-container .hero-header, body section.hero-block.has-learn-cta.hero-background-mode-video.donate-widget-enable header.hero-content.content-left .hero-donate-container .hero-header, body section.hero-block.has-learn-cta.hero-background-mode-video.donate-widget-enable header.hero-content.content-right .hero-donate-container .hero-header, body section.hero-block.donate-widget-enable.hero-background-mode-image.donate-widget-enable header.hero-content.content-left .hero-donate-container .hero-header, body section.hero-block.donate-widget-enable.hero-background-mode-image.donate-widget-enable header.hero-content.content-right .hero-donate-container .hero-header, body section.hero-block.donate-widget-enable.hero-background-mode-video.donate-widget-enable header.hero-content.content-left .hero-donate-container .hero-header, body section.hero-block.donate-widget-enable.hero-background-mode-video.donate-widget-enable header.hero-content.content-right .hero-donate-container .hero-header {
          color: #393939; }
        body section.hero-block.has-cta.hero-background-mode-image.donate-widget-enable header.hero-content.content-left .hero-donate-container .donate-widget-container, body section.hero-block.has-cta.hero-background-mode-image.donate-widget-enable header.hero-content.content-right .hero-donate-container .donate-widget-container, body section.hero-block.has-cta.hero-background-mode-video.donate-widget-enable header.hero-content.content-left .hero-donate-container .donate-widget-container, body section.hero-block.has-cta.hero-background-mode-video.donate-widget-enable header.hero-content.content-right .hero-donate-container .donate-widget-container, body section.hero-block.has-learn-cta.hero-background-mode-image.donate-widget-enable header.hero-content.content-left .hero-donate-container .donate-widget-container, body section.hero-block.has-learn-cta.hero-background-mode-image.donate-widget-enable header.hero-content.content-right .hero-donate-container .donate-widget-container, body section.hero-block.has-learn-cta.hero-background-mode-video.donate-widget-enable header.hero-content.content-left .hero-donate-container .donate-widget-container, body section.hero-block.has-learn-cta.hero-background-mode-video.donate-widget-enable header.hero-content.content-right .hero-donate-container .donate-widget-container, body section.hero-block.donate-widget-enable.hero-background-mode-image.donate-widget-enable header.hero-content.content-left .hero-donate-container .donate-widget-container, body section.hero-block.donate-widget-enable.hero-background-mode-image.donate-widget-enable header.hero-content.content-right .hero-donate-container .donate-widget-container, body section.hero-block.donate-widget-enable.hero-background-mode-video.donate-widget-enable header.hero-content.content-left .hero-donate-container .donate-widget-container, body section.hero-block.donate-widget-enable.hero-background-mode-video.donate-widget-enable header.hero-content.content-right .hero-donate-container .donate-widget-container {
          -webkit-box-shadow: 0 11px 26px 0 rgba(0, 0, 0, 0.17);
          box-shadow: 0 11px 26px 0 rgba(0, 0, 0, 0.17); }
          body section.hero-block.has-cta.hero-background-mode-image.donate-widget-enable header.hero-content.content-left .hero-donate-container .donate-widget-container .tab h4, body section.hero-block.has-cta.hero-background-mode-image.donate-widget-enable header.hero-content.content-right .hero-donate-container .donate-widget-container .tab h4, body section.hero-block.has-cta.hero-background-mode-video.donate-widget-enable header.hero-content.content-left .hero-donate-container .donate-widget-container .tab h4, body section.hero-block.has-cta.hero-background-mode-video.donate-widget-enable header.hero-content.content-right .hero-donate-container .donate-widget-container .tab h4, body section.hero-block.has-learn-cta.hero-background-mode-image.donate-widget-enable header.hero-content.content-left .hero-donate-container .donate-widget-container .tab h4, body section.hero-block.has-learn-cta.hero-background-mode-image.donate-widget-enable header.hero-content.content-right .hero-donate-container .donate-widget-container .tab h4, body section.hero-block.has-learn-cta.hero-background-mode-video.donate-widget-enable header.hero-content.content-left .hero-donate-container .donate-widget-container .tab h4, body section.hero-block.has-learn-cta.hero-background-mode-video.donate-widget-enable header.hero-content.content-right .hero-donate-container .donate-widget-container .tab h4, body section.hero-block.donate-widget-enable.hero-background-mode-image.donate-widget-enable header.hero-content.content-left .hero-donate-container .donate-widget-container .tab h4, body section.hero-block.donate-widget-enable.hero-background-mode-image.donate-widget-enable header.hero-content.content-right .hero-donate-container .donate-widget-container .tab h4, body section.hero-block.donate-widget-enable.hero-background-mode-video.donate-widget-enable header.hero-content.content-left .hero-donate-container .donate-widget-container .tab h4, body section.hero-block.donate-widget-enable.hero-background-mode-video.donate-widget-enable header.hero-content.content-right .hero-donate-container .donate-widget-container .tab h4 {
            font-size: 19px; }
          body section.hero-block.has-cta.hero-background-mode-image.donate-widget-enable header.hero-content.content-left .hero-donate-container .donate-widget-container .donate-widget-tab-content p, body section.hero-block.has-cta.hero-background-mode-image.donate-widget-enable header.hero-content.content-right .hero-donate-container .donate-widget-container .donate-widget-tab-content p, body section.hero-block.has-cta.hero-background-mode-video.donate-widget-enable header.hero-content.content-left .hero-donate-container .donate-widget-container .donate-widget-tab-content p, body section.hero-block.has-cta.hero-background-mode-video.donate-widget-enable header.hero-content.content-right .hero-donate-container .donate-widget-container .donate-widget-tab-content p, body section.hero-block.has-learn-cta.hero-background-mode-image.donate-widget-enable header.hero-content.content-left .hero-donate-container .donate-widget-container .donate-widget-tab-content p, body section.hero-block.has-learn-cta.hero-background-mode-image.donate-widget-enable header.hero-content.content-right .hero-donate-container .donate-widget-container .donate-widget-tab-content p, body section.hero-block.has-learn-cta.hero-background-mode-video.donate-widget-enable header.hero-content.content-left .hero-donate-container .donate-widget-container .donate-widget-tab-content p, body section.hero-block.has-learn-cta.hero-background-mode-video.donate-widget-enable header.hero-content.content-right .hero-donate-container .donate-widget-container .donate-widget-tab-content p, body section.hero-block.donate-widget-enable.hero-background-mode-image.donate-widget-enable header.hero-content.content-left .hero-donate-container .donate-widget-container .donate-widget-tab-content p, body section.hero-block.donate-widget-enable.hero-background-mode-image.donate-widget-enable header.hero-content.content-right .hero-donate-container .donate-widget-container .donate-widget-tab-content p, body section.hero-block.donate-widget-enable.hero-background-mode-video.donate-widget-enable header.hero-content.content-left .hero-donate-container .donate-widget-container .donate-widget-tab-content p, body section.hero-block.donate-widget-enable.hero-background-mode-video.donate-widget-enable header.hero-content.content-right .hero-donate-container .donate-widget-container .donate-widget-tab-content p {
            margin-bottom: 6px; }
          body section.hero-block.has-cta.hero-background-mode-image.donate-widget-enable header.hero-content.content-left .hero-donate-container .donate-widget-container .donate-widget-tab-content .donate-btn-widget, body section.hero-block.has-cta.hero-background-mode-image.donate-widget-enable header.hero-content.content-right .hero-donate-container .donate-widget-container .donate-widget-tab-content .donate-btn-widget, body section.hero-block.has-cta.hero-background-mode-video.donate-widget-enable header.hero-content.content-left .hero-donate-container .donate-widget-container .donate-widget-tab-content .donate-btn-widget, body section.hero-block.has-cta.hero-background-mode-video.donate-widget-enable header.hero-content.content-right .hero-donate-container .donate-widget-container .donate-widget-tab-content .donate-btn-widget, body section.hero-block.has-learn-cta.hero-background-mode-image.donate-widget-enable header.hero-content.content-left .hero-donate-container .donate-widget-container .donate-widget-tab-content .donate-btn-widget, body section.hero-block.has-learn-cta.hero-background-mode-image.donate-widget-enable header.hero-content.content-right .hero-donate-container .donate-widget-container .donate-widget-tab-content .donate-btn-widget, body section.hero-block.has-learn-cta.hero-background-mode-video.donate-widget-enable header.hero-content.content-left .hero-donate-container .donate-widget-container .donate-widget-tab-content .donate-btn-widget, body section.hero-block.has-learn-cta.hero-background-mode-video.donate-widget-enable header.hero-content.content-right .hero-donate-container .donate-widget-container .donate-widget-tab-content .donate-btn-widget, body section.hero-block.donate-widget-enable.hero-background-mode-image.donate-widget-enable header.hero-content.content-left .hero-donate-container .donate-widget-container .donate-widget-tab-content .donate-btn-widget, body section.hero-block.donate-widget-enable.hero-background-mode-image.donate-widget-enable header.hero-content.content-right .hero-donate-container .donate-widget-container .donate-widget-tab-content .donate-btn-widget, body section.hero-block.donate-widget-enable.hero-background-mode-video.donate-widget-enable header.hero-content.content-left .hero-donate-container .donate-widget-container .donate-widget-tab-content .donate-btn-widget, body section.hero-block.donate-widget-enable.hero-background-mode-video.donate-widget-enable header.hero-content.content-right .hero-donate-container .donate-widget-container .donate-widget-tab-content .donate-btn-widget {
            margin: 0; } }
    @media (max-width: 768px) and (max-width: 450px) {
      body section.hero-block.has-cta.hero-background-mode-image.donate-widget-enable header.hero-content.content-left .hero-donate-container .hero-header, body section.hero-block.has-cta.hero-background-mode-image.donate-widget-enable header.hero-content.content-right .hero-donate-container .hero-header, body section.hero-block.has-cta.hero-background-mode-video.donate-widget-enable header.hero-content.content-left .hero-donate-container .hero-header, body section.hero-block.has-cta.hero-background-mode-video.donate-widget-enable header.hero-content.content-right .hero-donate-container .hero-header, body section.hero-block.has-learn-cta.hero-background-mode-image.donate-widget-enable header.hero-content.content-left .hero-donate-container .hero-header, body section.hero-block.has-learn-cta.hero-background-mode-image.donate-widget-enable header.hero-content.content-right .hero-donate-container .hero-header, body section.hero-block.has-learn-cta.hero-background-mode-video.donate-widget-enable header.hero-content.content-left .hero-donate-container .hero-header, body section.hero-block.has-learn-cta.hero-background-mode-video.donate-widget-enable header.hero-content.content-right .hero-donate-container .hero-header, body section.hero-block.donate-widget-enable.hero-background-mode-image.donate-widget-enable header.hero-content.content-left .hero-donate-container .hero-header, body section.hero-block.donate-widget-enable.hero-background-mode-image.donate-widget-enable header.hero-content.content-right .hero-donate-container .hero-header, body section.hero-block.donate-widget-enable.hero-background-mode-video.donate-widget-enable header.hero-content.content-left .hero-donate-container .hero-header, body section.hero-block.donate-widget-enable.hero-background-mode-video.donate-widget-enable header.hero-content.content-right .hero-donate-container .hero-header {
        font-size: 10vw; }
      body section.hero-block.has-cta.hero-background-mode-image.donate-widget-enable header.hero-content.content-left .hero-donate-container .donate-widget-container .donate-widget-input input, body section.hero-block.has-cta.hero-background-mode-image.donate-widget-enable header.hero-content.content-right .hero-donate-container .donate-widget-container .donate-widget-input input, body section.hero-block.has-cta.hero-background-mode-video.donate-widget-enable header.hero-content.content-left .hero-donate-container .donate-widget-container .donate-widget-input input, body section.hero-block.has-cta.hero-background-mode-video.donate-widget-enable header.hero-content.content-right .hero-donate-container .donate-widget-container .donate-widget-input input, body section.hero-block.has-learn-cta.hero-background-mode-image.donate-widget-enable header.hero-content.content-left .hero-donate-container .donate-widget-container .donate-widget-input input, body section.hero-block.has-learn-cta.hero-background-mode-image.donate-widget-enable header.hero-content.content-right .hero-donate-container .donate-widget-container .donate-widget-input input, body section.hero-block.has-learn-cta.hero-background-mode-video.donate-widget-enable header.hero-content.content-left .hero-donate-container .donate-widget-container .donate-widget-input input, body section.hero-block.has-learn-cta.hero-background-mode-video.donate-widget-enable header.hero-content.content-right .hero-donate-container .donate-widget-container .donate-widget-input input, body section.hero-block.donate-widget-enable.hero-background-mode-image.donate-widget-enable header.hero-content.content-left .hero-donate-container .donate-widget-container .donate-widget-input input, body section.hero-block.donate-widget-enable.hero-background-mode-image.donate-widget-enable header.hero-content.content-right .hero-donate-container .donate-widget-container .donate-widget-input input, body section.hero-block.donate-widget-enable.hero-background-mode-video.donate-widget-enable header.hero-content.content-left .hero-donate-container .donate-widget-container .donate-widget-input input, body section.hero-block.donate-widget-enable.hero-background-mode-video.donate-widget-enable header.hero-content.content-right .hero-donate-container .donate-widget-container .donate-widget-input input {
        line-height: 62px; }
        body section.hero-block.has-cta.hero-background-mode-image.donate-widget-enable header.hero-content.content-left .hero-donate-container .donate-widget-container .donate-widget-input input::-webkit-input-placeholder, body section.hero-block.has-cta.hero-background-mode-image.donate-widget-enable header.hero-content.content-right .hero-donate-container .donate-widget-container .donate-widget-input input::-webkit-input-placeholder, body section.hero-block.has-cta.hero-background-mode-video.donate-widget-enable header.hero-content.content-left .hero-donate-container .donate-widget-container .donate-widget-input input::-webkit-input-placeholder, body section.hero-block.has-cta.hero-background-mode-video.donate-widget-enable header.hero-content.content-right .hero-donate-container .donate-widget-container .donate-widget-input input::-webkit-input-placeholder, body section.hero-block.has-learn-cta.hero-background-mode-image.donate-widget-enable header.hero-content.content-left .hero-donate-container .donate-widget-container .donate-widget-input input::-webkit-input-placeholder, body section.hero-block.has-learn-cta.hero-background-mode-image.donate-widget-enable header.hero-content.content-right .hero-donate-container .donate-widget-container .donate-widget-input input::-webkit-input-placeholder, body section.hero-block.has-learn-cta.hero-background-mode-video.donate-widget-enable header.hero-content.content-left .hero-donate-container .donate-widget-container .donate-widget-input input::-webkit-input-placeholder, body section.hero-block.has-learn-cta.hero-background-mode-video.donate-widget-enable header.hero-content.content-right .hero-donate-container .donate-widget-container .donate-widget-input input::-webkit-input-placeholder, body section.hero-block.donate-widget-enable.hero-background-mode-image.donate-widget-enable header.hero-content.content-left .hero-donate-container .donate-widget-container .donate-widget-input input::-webkit-input-placeholder, body section.hero-block.donate-widget-enable.hero-background-mode-image.donate-widget-enable header.hero-content.content-right .hero-donate-container .donate-widget-container .donate-widget-input input::-webkit-input-placeholder, body section.hero-block.donate-widget-enable.hero-background-mode-video.donate-widget-enable header.hero-content.content-left .hero-donate-container .donate-widget-container .donate-widget-input input::-webkit-input-placeholder, body section.hero-block.donate-widget-enable.hero-background-mode-video.donate-widget-enable header.hero-content.content-right .hero-donate-container .donate-widget-container .donate-widget-input input::-webkit-input-placeholder {
          font-size: 6vw; }
        body section.hero-block.has-cta.hero-background-mode-image.donate-widget-enable header.hero-content.content-left .hero-donate-container .donate-widget-container .donate-widget-input input::-moz-placeholder, body section.hero-block.has-cta.hero-background-mode-image.donate-widget-enable header.hero-content.content-right .hero-donate-container .donate-widget-container .donate-widget-input input::-moz-placeholder, body section.hero-block.has-cta.hero-background-mode-video.donate-widget-enable header.hero-content.content-left .hero-donate-container .donate-widget-container .donate-widget-input input::-moz-placeholder, body section.hero-block.has-cta.hero-background-mode-video.donate-widget-enable header.hero-content.content-right .hero-donate-container .donate-widget-container .donate-widget-input input::-moz-placeholder, body section.hero-block.has-learn-cta.hero-background-mode-image.donate-widget-enable header.hero-content.content-left .hero-donate-container .donate-widget-container .donate-widget-input input::-moz-placeholder, body section.hero-block.has-learn-cta.hero-background-mode-image.donate-widget-enable header.hero-content.content-right .hero-donate-container .donate-widget-container .donate-widget-input input::-moz-placeholder, body section.hero-block.has-learn-cta.hero-background-mode-video.donate-widget-enable header.hero-content.content-left .hero-donate-container .donate-widget-container .donate-widget-input input::-moz-placeholder, body section.hero-block.has-learn-cta.hero-background-mode-video.donate-widget-enable header.hero-content.content-right .hero-donate-container .donate-widget-container .donate-widget-input input::-moz-placeholder, body section.hero-block.donate-widget-enable.hero-background-mode-image.donate-widget-enable header.hero-content.content-left .hero-donate-container .donate-widget-container .donate-widget-input input::-moz-placeholder, body section.hero-block.donate-widget-enable.hero-background-mode-image.donate-widget-enable header.hero-content.content-right .hero-donate-container .donate-widget-container .donate-widget-input input::-moz-placeholder, body section.hero-block.donate-widget-enable.hero-background-mode-video.donate-widget-enable header.hero-content.content-left .hero-donate-container .donate-widget-container .donate-widget-input input::-moz-placeholder, body section.hero-block.donate-widget-enable.hero-background-mode-video.donate-widget-enable header.hero-content.content-right .hero-donate-container .donate-widget-container .donate-widget-input input::-moz-placeholder {
          font-size: 6vw; }
        body section.hero-block.has-cta.hero-background-mode-image.donate-widget-enable header.hero-content.content-left .hero-donate-container .donate-widget-container .donate-widget-input input:-ms-input-placeholder, body section.hero-block.has-cta.hero-background-mode-image.donate-widget-enable header.hero-content.content-right .hero-donate-container .donate-widget-container .donate-widget-input input:-ms-input-placeholder, body section.hero-block.has-cta.hero-background-mode-video.donate-widget-enable header.hero-content.content-left .hero-donate-container .donate-widget-container .donate-widget-input input:-ms-input-placeholder, body section.hero-block.has-cta.hero-background-mode-video.donate-widget-enable header.hero-content.content-right .hero-donate-container .donate-widget-container .donate-widget-input input:-ms-input-placeholder, body section.hero-block.has-learn-cta.hero-background-mode-image.donate-widget-enable header.hero-content.content-left .hero-donate-container .donate-widget-container .donate-widget-input input:-ms-input-placeholder, body section.hero-block.has-learn-cta.hero-background-mode-image.donate-widget-enable header.hero-content.content-right .hero-donate-container .donate-widget-container .donate-widget-input input:-ms-input-placeholder, body section.hero-block.has-learn-cta.hero-background-mode-video.donate-widget-enable header.hero-content.content-left .hero-donate-container .donate-widget-container .donate-widget-input input:-ms-input-placeholder, body section.hero-block.has-learn-cta.hero-background-mode-video.donate-widget-enable header.hero-content.content-right .hero-donate-container .donate-widget-container .donate-widget-input input:-ms-input-placeholder, body section.hero-block.donate-widget-enable.hero-background-mode-image.donate-widget-enable header.hero-content.content-left .hero-donate-container .donate-widget-container .donate-widget-input input:-ms-input-placeholder, body section.hero-block.donate-widget-enable.hero-background-mode-image.donate-widget-enable header.hero-content.content-right .hero-donate-container .donate-widget-container .donate-widget-input input:-ms-input-placeholder, body section.hero-block.donate-widget-enable.hero-background-mode-video.donate-widget-enable header.hero-content.content-left .hero-donate-container .donate-widget-container .donate-widget-input input:-ms-input-placeholder, body section.hero-block.donate-widget-enable.hero-background-mode-video.donate-widget-enable header.hero-content.content-right .hero-donate-container .donate-widget-container .donate-widget-input input:-ms-input-placeholder {
          font-size: 6vw; }
        body section.hero-block.has-cta.hero-background-mode-image.donate-widget-enable header.hero-content.content-left .hero-donate-container .donate-widget-container .donate-widget-input input::-ms-input-placeholder, body section.hero-block.has-cta.hero-background-mode-image.donate-widget-enable header.hero-content.content-right .hero-donate-container .donate-widget-container .donate-widget-input input::-ms-input-placeholder, body section.hero-block.has-cta.hero-background-mode-video.donate-widget-enable header.hero-content.content-left .hero-donate-container .donate-widget-container .donate-widget-input input::-ms-input-placeholder, body section.hero-block.has-cta.hero-background-mode-video.donate-widget-enable header.hero-content.content-right .hero-donate-container .donate-widget-container .donate-widget-input input::-ms-input-placeholder, body section.hero-block.has-learn-cta.hero-background-mode-image.donate-widget-enable header.hero-content.content-left .hero-donate-container .donate-widget-container .donate-widget-input input::-ms-input-placeholder, body section.hero-block.has-learn-cta.hero-background-mode-image.donate-widget-enable header.hero-content.content-right .hero-donate-container .donate-widget-container .donate-widget-input input::-ms-input-placeholder, body section.hero-block.has-learn-cta.hero-background-mode-video.donate-widget-enable header.hero-content.content-left .hero-donate-container .donate-widget-container .donate-widget-input input::-ms-input-placeholder, body section.hero-block.has-learn-cta.hero-background-mode-video.donate-widget-enable header.hero-content.content-right .hero-donate-container .donate-widget-container .donate-widget-input input::-ms-input-placeholder, body section.hero-block.donate-widget-enable.hero-background-mode-image.donate-widget-enable header.hero-content.content-left .hero-donate-container .donate-widget-container .donate-widget-input input::-ms-input-placeholder, body section.hero-block.donate-widget-enable.hero-background-mode-image.donate-widget-enable header.hero-content.content-right .hero-donate-container .donate-widget-container .donate-widget-input input::-ms-input-placeholder, body section.hero-block.donate-widget-enable.hero-background-mode-video.donate-widget-enable header.hero-content.content-left .hero-donate-container .donate-widget-container .donate-widget-input input::-ms-input-placeholder, body section.hero-block.donate-widget-enable.hero-background-mode-video.donate-widget-enable header.hero-content.content-right .hero-donate-container .donate-widget-container .donate-widget-input input::-ms-input-placeholder {
          font-size: 6vw; }
        body section.hero-block.has-cta.hero-background-mode-image.donate-widget-enable header.hero-content.content-left .hero-donate-container .donate-widget-container .donate-widget-input input::placeholder, body section.hero-block.has-cta.hero-background-mode-image.donate-widget-enable header.hero-content.content-right .hero-donate-container .donate-widget-container .donate-widget-input input::placeholder, body section.hero-block.has-cta.hero-background-mode-video.donate-widget-enable header.hero-content.content-left .hero-donate-container .donate-widget-container .donate-widget-input input::placeholder, body section.hero-block.has-cta.hero-background-mode-video.donate-widget-enable header.hero-content.content-right .hero-donate-container .donate-widget-container .donate-widget-input input::placeholder, body section.hero-block.has-learn-cta.hero-background-mode-image.donate-widget-enable header.hero-content.content-left .hero-donate-container .donate-widget-container .donate-widget-input input::placeholder, body section.hero-block.has-learn-cta.hero-background-mode-image.donate-widget-enable header.hero-content.content-right .hero-donate-container .donate-widget-container .donate-widget-input input::placeholder, body section.hero-block.has-learn-cta.hero-background-mode-video.donate-widget-enable header.hero-content.content-left .hero-donate-container .donate-widget-container .donate-widget-input input::placeholder, body section.hero-block.has-learn-cta.hero-background-mode-video.donate-widget-enable header.hero-content.content-right .hero-donate-container .donate-widget-container .donate-widget-input input::placeholder, body section.hero-block.donate-widget-enable.hero-background-mode-image.donate-widget-enable header.hero-content.content-left .hero-donate-container .donate-widget-container .donate-widget-input input::placeholder, body section.hero-block.donate-widget-enable.hero-background-mode-image.donate-widget-enable header.hero-content.content-right .hero-donate-container .donate-widget-container .donate-widget-input input::placeholder, body section.hero-block.donate-widget-enable.hero-background-mode-video.donate-widget-enable header.hero-content.content-left .hero-donate-container .donate-widget-container .donate-widget-input input::placeholder, body section.hero-block.donate-widget-enable.hero-background-mode-video.donate-widget-enable header.hero-content.content-right .hero-donate-container .donate-widget-container .donate-widget-input input::placeholder {
          font-size: 6vw; }
      body section.hero-block.has-cta.hero-background-mode-image.donate-widget-enable header.hero-content.content-left .hero-donate-container .donate-widget-container .donate-btn-widget, body section.hero-block.has-cta.hero-background-mode-image.donate-widget-enable header.hero-content.content-right .hero-donate-container .donate-widget-container .donate-btn-widget, body section.hero-block.has-cta.hero-background-mode-video.donate-widget-enable header.hero-content.content-left .hero-donate-container .donate-widget-container .donate-btn-widget, body section.hero-block.has-cta.hero-background-mode-video.donate-widget-enable header.hero-content.content-right .hero-donate-container .donate-widget-container .donate-btn-widget, body section.hero-block.has-learn-cta.hero-background-mode-image.donate-widget-enable header.hero-content.content-left .hero-donate-container .donate-widget-container .donate-btn-widget, body section.hero-block.has-learn-cta.hero-background-mode-image.donate-widget-enable header.hero-content.content-right .hero-donate-container .donate-widget-container .donate-btn-widget, body section.hero-block.has-learn-cta.hero-background-mode-video.donate-widget-enable header.hero-content.content-left .hero-donate-container .donate-widget-container .donate-btn-widget, body section.hero-block.has-learn-cta.hero-background-mode-video.donate-widget-enable header.hero-content.content-right .hero-donate-container .donate-widget-container .donate-btn-widget, body section.hero-block.donate-widget-enable.hero-background-mode-image.donate-widget-enable header.hero-content.content-left .hero-donate-container .donate-widget-container .donate-btn-widget, body section.hero-block.donate-widget-enable.hero-background-mode-image.donate-widget-enable header.hero-content.content-right .hero-donate-container .donate-widget-container .donate-btn-widget, body section.hero-block.donate-widget-enable.hero-background-mode-video.donate-widget-enable header.hero-content.content-left .hero-donate-container .donate-widget-container .donate-btn-widget, body section.hero-block.donate-widget-enable.hero-background-mode-video.donate-widget-enable header.hero-content.content-right .hero-donate-container .donate-widget-container .donate-btn-widget {
        width: auto;
        padding: 0 12px;
        font-size: 6vw; } }
  @media (min-width: 769px) and (max-width: 1199px) {
    body section.hero-block.has-cta.hero-background-mode-image.hero-content-side-left .hero-content .hero-header, body section.hero-block.has-cta.hero-background-mode-image.hero-content-side-right .hero-content .hero-header, body section.hero-block.has-cta.hero-background-mode-video.hero-content-side-left .hero-content .hero-header, body section.hero-block.has-cta.hero-background-mode-video.hero-content-side-right .hero-content .hero-header, body section.hero-block.has-learn-cta.hero-background-mode-image.hero-content-side-left .hero-content .hero-header, body section.hero-block.has-learn-cta.hero-background-mode-image.hero-content-side-right .hero-content .hero-header, body section.hero-block.has-learn-cta.hero-background-mode-video.hero-content-side-left .hero-content .hero-header, body section.hero-block.has-learn-cta.hero-background-mode-video.hero-content-side-right .hero-content .hero-header, body section.hero-block.donate-widget-enable.hero-background-mode-image.hero-content-side-left .hero-content .hero-header, body section.hero-block.donate-widget-enable.hero-background-mode-image.hero-content-side-right .hero-content .hero-header, body section.hero-block.donate-widget-enable.hero-background-mode-video.hero-content-side-left .hero-content .hero-header, body section.hero-block.donate-widget-enable.hero-background-mode-video.hero-content-side-right .hero-content .hero-header {
      font-size: 4.2vw;
      line-height: 1.1; }
    body section.hero-block.has-cta.hero-background-mode-image.hero-content-side-left .hero-content .hero-body-area p, body section.hero-block.has-cta.hero-background-mode-image.hero-content-side-right .hero-content .hero-body-area p, body section.hero-block.has-cta.hero-background-mode-video.hero-content-side-left .hero-content .hero-body-area p, body section.hero-block.has-cta.hero-background-mode-video.hero-content-side-right .hero-content .hero-body-area p, body section.hero-block.has-learn-cta.hero-background-mode-image.hero-content-side-left .hero-content .hero-body-area p, body section.hero-block.has-learn-cta.hero-background-mode-image.hero-content-side-right .hero-content .hero-body-area p, body section.hero-block.has-learn-cta.hero-background-mode-video.hero-content-side-left .hero-content .hero-body-area p, body section.hero-block.has-learn-cta.hero-background-mode-video.hero-content-side-right .hero-content .hero-body-area p, body section.hero-block.donate-widget-enable.hero-background-mode-image.hero-content-side-left .hero-content .hero-body-area p, body section.hero-block.donate-widget-enable.hero-background-mode-image.hero-content-side-right .hero-content .hero-body-area p, body section.hero-block.donate-widget-enable.hero-background-mode-video.hero-content-side-left .hero-content .hero-body-area p, body section.hero-block.donate-widget-enable.hero-background-mode-video.hero-content-side-right .hero-content .hero-body-area p {
      font-size: 2.5vw;
      line-height: 1.16; }
    body section.hero-block.has-cta.hero-background-mode-image.hero-content-side-left .hero-content .cta-container .hero-cta, body section.hero-block.has-cta.hero-background-mode-image.hero-content-side-left .hero-content .cta-container .hero-learn-cta, body section.hero-block.has-cta.hero-background-mode-image.hero-content-side-right .hero-content .cta-container .hero-cta, body section.hero-block.has-cta.hero-background-mode-image.hero-content-side-right .hero-content .cta-container .hero-learn-cta, body section.hero-block.has-cta.hero-background-mode-video.hero-content-side-left .hero-content .cta-container .hero-cta, body section.hero-block.has-cta.hero-background-mode-video.hero-content-side-left .hero-content .cta-container .hero-learn-cta, body section.hero-block.has-cta.hero-background-mode-video.hero-content-side-right .hero-content .cta-container .hero-cta, body section.hero-block.has-cta.hero-background-mode-video.hero-content-side-right .hero-content .cta-container .hero-learn-cta, body section.hero-block.has-learn-cta.hero-background-mode-image.hero-content-side-left .hero-content .cta-container .hero-cta, body section.hero-block.has-learn-cta.hero-background-mode-image.hero-content-side-left .hero-content .cta-container .hero-learn-cta, body section.hero-block.has-learn-cta.hero-background-mode-image.hero-content-side-right .hero-content .cta-container .hero-cta, body section.hero-block.has-learn-cta.hero-background-mode-image.hero-content-side-right .hero-content .cta-container .hero-learn-cta, body section.hero-block.has-learn-cta.hero-background-mode-video.hero-content-side-left .hero-content .cta-container .hero-cta, body section.hero-block.has-learn-cta.hero-background-mode-video.hero-content-side-left .hero-content .cta-container .hero-learn-cta, body section.hero-block.has-learn-cta.hero-background-mode-video.hero-content-side-right .hero-content .cta-container .hero-cta, body section.hero-block.has-learn-cta.hero-background-mode-video.hero-content-side-right .hero-content .cta-container .hero-learn-cta, body section.hero-block.donate-widget-enable.hero-background-mode-image.hero-content-side-left .hero-content .cta-container .hero-cta, body section.hero-block.donate-widget-enable.hero-background-mode-image.hero-content-side-left .hero-content .cta-container .hero-learn-cta, body section.hero-block.donate-widget-enable.hero-background-mode-image.hero-content-side-right .hero-content .cta-container .hero-cta, body section.hero-block.donate-widget-enable.hero-background-mode-image.hero-content-side-right .hero-content .cta-container .hero-learn-cta, body section.hero-block.donate-widget-enable.hero-background-mode-video.hero-content-side-left .hero-content .cta-container .hero-cta, body section.hero-block.donate-widget-enable.hero-background-mode-video.hero-content-side-left .hero-content .cta-container .hero-learn-cta, body section.hero-block.donate-widget-enable.hero-background-mode-video.hero-content-side-right .hero-content .cta-container .hero-cta, body section.hero-block.donate-widget-enable.hero-background-mode-video.hero-content-side-right .hero-content .cta-container .hero-learn-cta {
      margin: 25px 0.92vw 0; }
    body section.hero-block.has-cta.hero-background-mode-image.hero-content-side-left .hero-content .cta-container .hero-cta-learn-link,
    body section.hero-block.has-cta.hero-background-mode-image.hero-content-side-left .hero-content .cta-container .hero-cta-link, body section.hero-block.has-cta.hero-background-mode-image.hero-content-side-right .hero-content .cta-container .hero-cta-learn-link,
    body section.hero-block.has-cta.hero-background-mode-image.hero-content-side-right .hero-content .cta-container .hero-cta-link, body section.hero-block.has-cta.hero-background-mode-video.hero-content-side-left .hero-content .cta-container .hero-cta-learn-link,
    body section.hero-block.has-cta.hero-background-mode-video.hero-content-side-left .hero-content .cta-container .hero-cta-link, body section.hero-block.has-cta.hero-background-mode-video.hero-content-side-right .hero-content .cta-container .hero-cta-learn-link,
    body section.hero-block.has-cta.hero-background-mode-video.hero-content-side-right .hero-content .cta-container .hero-cta-link, body section.hero-block.has-learn-cta.hero-background-mode-image.hero-content-side-left .hero-content .cta-container .hero-cta-learn-link,
    body section.hero-block.has-learn-cta.hero-background-mode-image.hero-content-side-left .hero-content .cta-container .hero-cta-link, body section.hero-block.has-learn-cta.hero-background-mode-image.hero-content-side-right .hero-content .cta-container .hero-cta-learn-link,
    body section.hero-block.has-learn-cta.hero-background-mode-image.hero-content-side-right .hero-content .cta-container .hero-cta-link, body section.hero-block.has-learn-cta.hero-background-mode-video.hero-content-side-left .hero-content .cta-container .hero-cta-learn-link,
    body section.hero-block.has-learn-cta.hero-background-mode-video.hero-content-side-left .hero-content .cta-container .hero-cta-link, body section.hero-block.has-learn-cta.hero-background-mode-video.hero-content-side-right .hero-content .cta-container .hero-cta-learn-link,
    body section.hero-block.has-learn-cta.hero-background-mode-video.hero-content-side-right .hero-content .cta-container .hero-cta-link, body section.hero-block.donate-widget-enable.hero-background-mode-image.hero-content-side-left .hero-content .cta-container .hero-cta-learn-link,
    body section.hero-block.donate-widget-enable.hero-background-mode-image.hero-content-side-left .hero-content .cta-container .hero-cta-link, body section.hero-block.donate-widget-enable.hero-background-mode-image.hero-content-side-right .hero-content .cta-container .hero-cta-learn-link,
    body section.hero-block.donate-widget-enable.hero-background-mode-image.hero-content-side-right .hero-content .cta-container .hero-cta-link, body section.hero-block.donate-widget-enable.hero-background-mode-video.hero-content-side-left .hero-content .cta-container .hero-cta-learn-link,
    body section.hero-block.donate-widget-enable.hero-background-mode-video.hero-content-side-left .hero-content .cta-container .hero-cta-link, body section.hero-block.donate-widget-enable.hero-background-mode-video.hero-content-side-right .hero-content .cta-container .hero-cta-learn-link,
    body section.hero-block.donate-widget-enable.hero-background-mode-video.hero-content-side-right .hero-content .cta-container .hero-cta-link {
      min-width: 18.33vw;
      height: 5.75vw;
      font-size: 1.75vw; } }
  @media (min-width: 769px) and (max-width: 1024px) {
    body section.hero-block.has-cta.hero-background-color-blue .hero-content, body section.hero-block.has-cta.hero-content-side- .hero-content, body section.hero-block.has-cta.hero-background-mode-color .hero-content, body section.hero-block.has-learn-cta.hero-background-color-blue .hero-content, body section.hero-block.has-learn-cta.hero-content-side- .hero-content, body section.hero-block.has-learn-cta.hero-background-mode-color .hero-content, body section.hero-block.donate-widget-enable.hero-background-color-blue .hero-content, body section.hero-block.donate-widget-enable.hero-content-side- .hero-content, body section.hero-block.donate-widget-enable.hero-background-mode-color .hero-content {
      padding: 0 15px; }
    body section.hero-block.has-cta.hero-background-color-blue:after, body section.hero-block.has-cta.hero-content-side-:after, body section.hero-block.has-cta.hero-background-mode-color:after, body section.hero-block.has-learn-cta.hero-background-color-blue:after, body section.hero-block.has-learn-cta.hero-content-side-:after, body section.hero-block.has-learn-cta.hero-background-mode-color:after, body section.hero-block.donate-widget-enable.hero-background-color-blue:after, body section.hero-block.donate-widget-enable.hero-content-side-:after, body section.hero-block.donate-widget-enable.hero-background-mode-color:after {
      background-position: 0 101%;
      background-size: contain; }
    body section.hero-block.has-cta.hero-background-mode-image.hero-content-side-right .hero-content, body section.hero-block.has-cta.hero-background-mode-video.hero-content-side-right .hero-content, body section.hero-block.has-learn-cta.hero-background-mode-image.hero-content-side-right .hero-content, body section.hero-block.has-learn-cta.hero-background-mode-video.hero-content-side-right .hero-content, body section.hero-block.donate-widget-enable.hero-background-mode-image.hero-content-side-right .hero-content, body section.hero-block.donate-widget-enable.hero-background-mode-video.hero-content-side-right .hero-content {
      margin-left: auto; }
    body section.hero-block.has-cta.hero-background-mode-image.hero-content-side-right:after, body section.hero-block.has-cta.hero-background-mode-video.hero-content-side-right:after, body section.hero-block.has-learn-cta.hero-background-mode-image.hero-content-side-right:after, body section.hero-block.has-learn-cta.hero-background-mode-video.hero-content-side-right:after, body section.hero-block.donate-widget-enable.hero-background-mode-image.hero-content-side-right:after, body section.hero-block.donate-widget-enable.hero-background-mode-video.hero-content-side-right:after {
      background-position: 0 101%;
      background-size: contain; }
    body section.hero-block.has-cta.hero-background-mode-image.hero-content-side-left .hero-content, body section.hero-block.has-cta.hero-background-mode-video.hero-content-side-left .hero-content, body section.hero-block.has-learn-cta.hero-background-mode-image.hero-content-side-left .hero-content, body section.hero-block.has-learn-cta.hero-background-mode-video.hero-content-side-left .hero-content, body section.hero-block.donate-widget-enable.hero-background-mode-image.hero-content-side-left .hero-content, body section.hero-block.donate-widget-enable.hero-background-mode-video.hero-content-side-left .hero-content {
      margin-right: auto; }
    body section.hero-block.has-cta.hero-background-mode-image.hero-content-side-left:after, body section.hero-block.has-cta.hero-background-mode-video.hero-content-side-left:after, body section.hero-block.has-learn-cta.hero-background-mode-image.hero-content-side-left:after, body section.hero-block.has-learn-cta.hero-background-mode-video.hero-content-side-left:after, body section.hero-block.donate-widget-enable.hero-background-mode-image.hero-content-side-left:after, body section.hero-block.donate-widget-enable.hero-background-mode-video.hero-content-side-left:after {
      background-position: 0 101%;
      background-size: contain; }
    body section.hero-block.has-cta.hero-background-mode-image.donate-widget-enable.hero-content-side-left header.hero-content h1.hero-header, body section.hero-block.has-cta.hero-background-mode-video.donate-widget-enable.hero-content-side-left header.hero-content h1.hero-header, body section.hero-block.has-learn-cta.hero-background-mode-image.donate-widget-enable.hero-content-side-left header.hero-content h1.hero-header, body section.hero-block.has-learn-cta.hero-background-mode-video.donate-widget-enable.hero-content-side-left header.hero-content h1.hero-header, body section.hero-block.donate-widget-enable.hero-background-mode-image.donate-widget-enable.hero-content-side-left header.hero-content h1.hero-header, body section.hero-block.donate-widget-enable.hero-background-mode-video.donate-widget-enable.hero-content-side-left header.hero-content h1.hero-header {
      font-size: 3.3vw; }
    body section.hero-block.has-cta.hero-background-mode-image.donate-widget-enable.hero-content-side-left header.hero-content .donate-widget-container, body section.hero-block.has-cta.hero-background-mode-video.donate-widget-enable.hero-content-side-left header.hero-content .donate-widget-container, body section.hero-block.has-learn-cta.hero-background-mode-image.donate-widget-enable.hero-content-side-left header.hero-content .donate-widget-container, body section.hero-block.has-learn-cta.hero-background-mode-video.donate-widget-enable.hero-content-side-left header.hero-content .donate-widget-container, body section.hero-block.donate-widget-enable.hero-background-mode-image.donate-widget-enable.hero-content-side-left header.hero-content .donate-widget-container, body section.hero-block.donate-widget-enable.hero-background-mode-video.donate-widget-enable.hero-content-side-left header.hero-content .donate-widget-container {
      min-height: inherit; }
      body section.hero-block.has-cta.hero-background-mode-image.donate-widget-enable.hero-content-side-left header.hero-content .donate-widget-container .tab, body section.hero-block.has-cta.hero-background-mode-video.donate-widget-enable.hero-content-side-left header.hero-content .donate-widget-container .tab, body section.hero-block.has-learn-cta.hero-background-mode-image.donate-widget-enable.hero-content-side-left header.hero-content .donate-widget-container .tab, body section.hero-block.has-learn-cta.hero-background-mode-video.donate-widget-enable.hero-content-side-left header.hero-content .donate-widget-container .tab, body section.hero-block.donate-widget-enable.hero-background-mode-image.donate-widget-enable.hero-content-side-left header.hero-content .donate-widget-container .tab, body section.hero-block.donate-widget-enable.hero-background-mode-video.donate-widget-enable.hero-content-side-left header.hero-content .donate-widget-container .tab {
        min-height: 60px; }
        body section.hero-block.has-cta.hero-background-mode-image.donate-widget-enable.hero-content-side-left header.hero-content .donate-widget-container .tab h4, body section.hero-block.has-cta.hero-background-mode-video.donate-widget-enable.hero-content-side-left header.hero-content .donate-widget-container .tab h4, body section.hero-block.has-learn-cta.hero-background-mode-image.donate-widget-enable.hero-content-side-left header.hero-content .donate-widget-container .tab h4, body section.hero-block.has-learn-cta.hero-background-mode-video.donate-widget-enable.hero-content-side-left header.hero-content .donate-widget-container .tab h4, body section.hero-block.donate-widget-enable.hero-background-mode-image.donate-widget-enable.hero-content-side-left header.hero-content .donate-widget-container .tab h4, body section.hero-block.donate-widget-enable.hero-background-mode-video.donate-widget-enable.hero-content-side-left header.hero-content .donate-widget-container .tab h4 {
          font-size: 2vw; }
      body section.hero-block.has-cta.hero-background-mode-image.donate-widget-enable.hero-content-side-left header.hero-content .donate-widget-container > .donate-widget-tab-content > p, body section.hero-block.has-cta.hero-background-mode-video.donate-widget-enable.hero-content-side-left header.hero-content .donate-widget-container > .donate-widget-tab-content > p, body section.hero-block.has-learn-cta.hero-background-mode-image.donate-widget-enable.hero-content-side-left header.hero-content .donate-widget-container > .donate-widget-tab-content > p, body section.hero-block.has-learn-cta.hero-background-mode-video.donate-widget-enable.hero-content-side-left header.hero-content .donate-widget-container > .donate-widget-tab-content > p, body section.hero-block.donate-widget-enable.hero-background-mode-image.donate-widget-enable.hero-content-side-left header.hero-content .donate-widget-container > .donate-widget-tab-content > p, body section.hero-block.donate-widget-enable.hero-background-mode-video.donate-widget-enable.hero-content-side-left header.hero-content .donate-widget-container > .donate-widget-tab-content > p {
        font-size: 2.4vw; }
      body section.hero-block.has-cta.hero-background-mode-image.donate-widget-enable.hero-content-side-left header.hero-content .donate-widget-container .donate-widget-input input, body section.hero-block.has-cta.hero-background-mode-video.donate-widget-enable.hero-content-side-left header.hero-content .donate-widget-container .donate-widget-input input, body section.hero-block.has-learn-cta.hero-background-mode-image.donate-widget-enable.hero-content-side-left header.hero-content .donate-widget-container .donate-widget-input input, body section.hero-block.has-learn-cta.hero-background-mode-video.donate-widget-enable.hero-content-side-left header.hero-content .donate-widget-container .donate-widget-input input, body section.hero-block.donate-widget-enable.hero-background-mode-image.donate-widget-enable.hero-content-side-left header.hero-content .donate-widget-container .donate-widget-input input, body section.hero-block.donate-widget-enable.hero-background-mode-video.donate-widget-enable.hero-content-side-left header.hero-content .donate-widget-container .donate-widget-input input {
        line-height: 62px; }
        body section.hero-block.has-cta.hero-background-mode-image.donate-widget-enable.hero-content-side-left header.hero-content .donate-widget-container .donate-widget-input input::-webkit-input-placeholder, body section.hero-block.has-cta.hero-background-mode-video.donate-widget-enable.hero-content-side-left header.hero-content .donate-widget-container .donate-widget-input input::-webkit-input-placeholder, body section.hero-block.has-learn-cta.hero-background-mode-image.donate-widget-enable.hero-content-side-left header.hero-content .donate-widget-container .donate-widget-input input::-webkit-input-placeholder, body section.hero-block.has-learn-cta.hero-background-mode-video.donate-widget-enable.hero-content-side-left header.hero-content .donate-widget-container .donate-widget-input input::-webkit-input-placeholder, body section.hero-block.donate-widget-enable.hero-background-mode-image.donate-widget-enable.hero-content-side-left header.hero-content .donate-widget-container .donate-widget-input input::-webkit-input-placeholder, body section.hero-block.donate-widget-enable.hero-background-mode-video.donate-widget-enable.hero-content-side-left header.hero-content .donate-widget-container .donate-widget-input input::-webkit-input-placeholder {
          font-size: 2.5vw; }
        body section.hero-block.has-cta.hero-background-mode-image.donate-widget-enable.hero-content-side-left header.hero-content .donate-widget-container .donate-widget-input input::-moz-placeholder, body section.hero-block.has-cta.hero-background-mode-video.donate-widget-enable.hero-content-side-left header.hero-content .donate-widget-container .donate-widget-input input::-moz-placeholder, body section.hero-block.has-learn-cta.hero-background-mode-image.donate-widget-enable.hero-content-side-left header.hero-content .donate-widget-container .donate-widget-input input::-moz-placeholder, body section.hero-block.has-learn-cta.hero-background-mode-video.donate-widget-enable.hero-content-side-left header.hero-content .donate-widget-container .donate-widget-input input::-moz-placeholder, body section.hero-block.donate-widget-enable.hero-background-mode-image.donate-widget-enable.hero-content-side-left header.hero-content .donate-widget-container .donate-widget-input input::-moz-placeholder, body section.hero-block.donate-widget-enable.hero-background-mode-video.donate-widget-enable.hero-content-side-left header.hero-content .donate-widget-container .donate-widget-input input::-moz-placeholder {
          font-size: 2.5vw; }
        body section.hero-block.has-cta.hero-background-mode-image.donate-widget-enable.hero-content-side-left header.hero-content .donate-widget-container .donate-widget-input input:-ms-input-placeholder, body section.hero-block.has-cta.hero-background-mode-video.donate-widget-enable.hero-content-side-left header.hero-content .donate-widget-container .donate-widget-input input:-ms-input-placeholder, body section.hero-block.has-learn-cta.hero-background-mode-image.donate-widget-enable.hero-content-side-left header.hero-content .donate-widget-container .donate-widget-input input:-ms-input-placeholder, body section.hero-block.has-learn-cta.hero-background-mode-video.donate-widget-enable.hero-content-side-left header.hero-content .donate-widget-container .donate-widget-input input:-ms-input-placeholder, body section.hero-block.donate-widget-enable.hero-background-mode-image.donate-widget-enable.hero-content-side-left header.hero-content .donate-widget-container .donate-widget-input input:-ms-input-placeholder, body section.hero-block.donate-widget-enable.hero-background-mode-video.donate-widget-enable.hero-content-side-left header.hero-content .donate-widget-container .donate-widget-input input:-ms-input-placeholder {
          font-size: 2.5vw; }
        body section.hero-block.has-cta.hero-background-mode-image.donate-widget-enable.hero-content-side-left header.hero-content .donate-widget-container .donate-widget-input input::-ms-input-placeholder, body section.hero-block.has-cta.hero-background-mode-video.donate-widget-enable.hero-content-side-left header.hero-content .donate-widget-container .donate-widget-input input::-ms-input-placeholder, body section.hero-block.has-learn-cta.hero-background-mode-image.donate-widget-enable.hero-content-side-left header.hero-content .donate-widget-container .donate-widget-input input::-ms-input-placeholder, body section.hero-block.has-learn-cta.hero-background-mode-video.donate-widget-enable.hero-content-side-left header.hero-content .donate-widget-container .donate-widget-input input::-ms-input-placeholder, body section.hero-block.donate-widget-enable.hero-background-mode-image.donate-widget-enable.hero-content-side-left header.hero-content .donate-widget-container .donate-widget-input input::-ms-input-placeholder, body section.hero-block.donate-widget-enable.hero-background-mode-video.donate-widget-enable.hero-content-side-left header.hero-content .donate-widget-container .donate-widget-input input::-ms-input-placeholder {
          font-size: 2.5vw; }
        body section.hero-block.has-cta.hero-background-mode-image.donate-widget-enable.hero-content-side-left header.hero-content .donate-widget-container .donate-widget-input input::placeholder, body section.hero-block.has-cta.hero-background-mode-video.donate-widget-enable.hero-content-side-left header.hero-content .donate-widget-container .donate-widget-input input::placeholder, body section.hero-block.has-learn-cta.hero-background-mode-image.donate-widget-enable.hero-content-side-left header.hero-content .donate-widget-container .donate-widget-input input::placeholder, body section.hero-block.has-learn-cta.hero-background-mode-video.donate-widget-enable.hero-content-side-left header.hero-content .donate-widget-container .donate-widget-input input::placeholder, body section.hero-block.donate-widget-enable.hero-background-mode-image.donate-widget-enable.hero-content-side-left header.hero-content .donate-widget-container .donate-widget-input input::placeholder, body section.hero-block.donate-widget-enable.hero-background-mode-video.donate-widget-enable.hero-content-side-left header.hero-content .donate-widget-container .donate-widget-input input::placeholder {
          font-size: 2.5vw; } }

@media (max-width: 1024px) {
  body section.hero-block.hero-background-mode-image.hero-content-side-center .hero-content .hero-header, body section.hero-block.hero-background-mode-video.hero-content-side-center .hero-content .hero-header {
    padding-left: 8vw;
    padding-right: 8vw; } }

@media (max-width: 450px) {
  body section.hero-block.hero-background-mode-image.hero-content-side-center .hero-content, body section.hero-block.hero-background-mode-video.hero-content-side-center .hero-content {
    padding-bottom: calc(18vh); }
    body section.hero-block.hero-background-mode-image.hero-content-side-center .hero-content .hero-header, body section.hero-block.hero-background-mode-video.hero-content-side-center .hero-content .hero-header {
      padding: 0 5vw;
      line-height: 1.15; }
    body section.hero-block.hero-background-mode-image.hero-content-side-center .hero-content::after, body section.hero-block.hero-background-mode-video.hero-content-side-center .hero-content::after {
      margin-top: 0; } }

@media (min-width: 769px) {
  body section.hero-block.hero-content-side-left, body section.hero-block.hero-content-side-left > .hero-background, body section.hero-block.hero-content-side-right, body section.hero-block.hero-content-side-right > .hero-background {
    max-height: 75vw; } }

@media (max-aspect-ratio: 20 / 15) {
  body section.hero-block.hero-content-side-left::after, body section.hero-block.hero-content-side-right::after {
    display: none !important; } }

.donation-widget-body {
  margin-bottom: 1.4rem;
  font-size: 1.2rem;
  line-height: 1.5em;
  font-weight: 100; }

.donation-widget {
  margin-bottom: 2.4rem; }

.donation-widget .donation-widget-ask-amount a, .donation-widget .donation-widget-amount-other a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: 60px;
  background: #FFFFFF;
  border: 3px solid #862633;
  border-radius: 0px;
  font-size: 21px;
  font-weight: 700;
  color: #862633;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer; }
  .donation-widget .donation-widget-ask-amount a input, .donation-widget .donation-widget-amount-other a input {
    width: 75%;
    border: none;
    background: #fff;
    margin-left: 4px;
    padding-left: 5px;
    border-radius: 0px;
    color: #862633;
    line-height: 1.3; }
    .donation-widget .donation-widget-ask-amount a input::-webkit-input-placeholder, .donation-widget .donation-widget-amount-other a input::-webkit-input-placeholder {
      color: #862633; }
    .donation-widget .donation-widget-ask-amount a input::-moz-placeholder, .donation-widget .donation-widget-amount-other a input::-moz-placeholder {
      color: #862633; }
    .donation-widget .donation-widget-ask-amount a input:-ms-input-placeholder, .donation-widget .donation-widget-amount-other a input:-ms-input-placeholder {
      color: #862633; }
    .donation-widget .donation-widget-ask-amount a input::-ms-input-placeholder, .donation-widget .donation-widget-amount-other a input::-ms-input-placeholder {
      color: #862633; }
    .donation-widget .donation-widget-ask-amount a input::placeholder, .donation-widget .donation-widget-amount-other a input::placeholder {
      color: #862633; }
  .donation-widget .donation-widget-ask-amount a.on-atm, .donation-widget .donation-widget-amount-other a.on-atm {
    background: #862633;
    color: #fff; }
  .donation-widget .donation-widget-ask-amount a:hover, .donation-widget .donation-widget-amount-other a:hover {
    background: #862633;
    color: #fff;
    cursor: pointer;
    text-decoration: none; }

.donation-widget a.donate-btn-widget {
  background: #862633;
  border-radius: 0px;
  width: 200px;
  height: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase; }
  .donation-widget a.donate-btn-widget:hover {
    text-decoration: none;
    background: #862633; }

.donation-widget .amt-helped {
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 0px;
  line-height: 46px;
  margin-bottom: 10px; }
  .donation-widget .amt-helped span {
    color: #862633; }

.donation-widget-body, .donation-item-row {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.donation-widget-amount-other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }

.donation-widget {
  /*h2 {
        font-size: $donation-widget-header-font-size;
        font-weight: bold;
        color: $brand-color-gray;
        text-align: center;
        margin-top: 0;
        text-transform: none;
    }

    p {
        font-size: $donation-widget-body-font-size;
        line-height: 30px;
        font-weight: 100;
        margin-bottom: 20px;
        color: $brand-color-gray;
    }*/ }

.donation-item-row {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)) 200px;
  grid-column-gap: 20px;
  -ms-grid-columns: 120px 20px 120px 20px 120px 20px 120px 20px 120px 20px 120px 20px 120px; }
  .donation-item-row > * {
    display: block; }
  .donation-item-row > *:nth-child(1) {
    -ms-grid-column: 1; }
  .donation-item-row > *:nth-child(2) {
    -ms-grid-column: 3; }
  .donation-item-row > *:nth-child(3) {
    -ms-grid-column: 5; }
  .donation-item-row > *:nth-child(4) {
    -ms-grid-column: 7; }
  .donation-item-row > *:nth-child(5) {
    -ms-grid-column: 9; }
  .donation-item-row > *:nth-child(6) {
    -ms-grid-column: 11; }

.slider {
  position: relative;
  overflow: hidden; }
  .slider.align-full {
    height: auto;
    overflow-y: hidden; }
    .slider.align-full:after {
      content: ' ';
      padding-bottom: calc(0.48125 * 100%);
      width: 100%;
      height: 0;
      position: relative;
      display: block;
      pointer-events: none;
      z-index: -10; }
  .slider.align-center {
    max-width: none; }

@media (min-width: 768px) {
  .slider {
    padding-left: 2.5vw;
    padding-right: 2.5vw; }
    .slider.imagemode-background div.slider-stage {
      width: calc(5 * 100%);
      height: 100%;
      position: absolute;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      overflow-x: hidden;
      overflow-y: hidden;
      -webkit-transition: left 0.5s ease-in-out;
      transition: left 0.5s ease-in-out; }
    .slider.imagemode-background .slider-item {
      width: 100%;
      height: 100%;
      position: relative;
      color: #fff;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -ms-flex-item-align: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      overflow: hidden; }
    .slider.imagemode-background .slider-item-image {
      width: 100%;
      height: auto;
      overflow-y: hidden; }
      .slider.imagemode-background .slider-item-image > img {
        width: 100%;
        height: 100%;
        border-radius: 0 !important; }
    .slider.imagemode-background .slider-content {
      position: absolute;
      top: calc(50% - 100px);
      width: calc(100% - (5.25vw - 5.25vw));
      max-width: 850px;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      text-align: left; } }
    @media (min-width: 768px) and (max-width: 768px) {
      .slider.imagemode-background .slider-content {
        top: 50%; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .slider.imagemode-background .slider-content {
        max-width: 85%; }
        .slider.imagemode-background .slider-content .slider-item-header {
          font-size: 1.4rem;
          line-height: 1.6rem; }
        .slider.imagemode-background .slider-content .slider-item-body > * {
          font-size: 0.9rem;
          line-height: 1.25rem; }
        .slider.imagemode-background .slider-content .slider-cta-link {
          font-size: 1rem;
          line-height: 1.2rem; } }

@media (min-width: 768px) {
      .slider.imagemode-background .slider-content .slider-item-body {
        width: 50%;
        display: block; }
        .slider.imagemode-background .slider-content .slider-item-body > * {
          color: #fff;
          font-size: 1.2rem;
          line-height: 1.7rem;
          font-weight: 100; }
    .slider.imagemode-background .slider-item-header {
      width: 50%;
      font-size: 2.1rem;
      line-height: 2.25rem;
      font-weight: 700;
      margin-bottom: 1.25rem;
      color: #fff; }
    .slider.imagemode-background .slider-cta-link {
      font-size: 1.05rem;
      line-height: 1.25rem;
      margin-top: 2.25rem;
      display: inline-block; }
      .slider.imagemode-background .slider-cta-link.button {
        color: #62B1BD;
        background: #fff;
        height: 3rem;
        padding: calc((3rem - 1.7rem) / 2) 1em;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
    .slider.imagemode-above[data-slickmode="true"] {
      margin-top: 33px; }
      .slider.imagemode-above[data-slickmode="true"] .slider-stage {
        margin-left: auto;
        margin-right: auto; }
      .slider.imagemode-above[data-slickmode="true"].alignwide .slider-stage {
        max-width: calc(1170px - (5.25vw * 2)); }
      .slider.imagemode-above[data-slickmode="true"].alignfull .slider-stage {
        max-width: calc(100% - (5.25vw * 2)); }
      .slider.imagemode-above[data-slickmode="true"].aligncenter .slider-stage {
        max-width: calc(920px - (5.25vw * 2)); }
      .slider.imagemode-above[data-slickmode="true"] .slider-item-image {
        overflow: hidden;
        height: 0;
        width: calc(100% - 2.5vw);
        padding-bottom: calc(100% - 2.5vw);
        position: relative;
        margin: auto; }
      .slider.imagemode-above[data-slickmode="true"] .slider-item-image img {
        position: absolute;
        height: 100%;
        width: auto;
        max-width: none;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%; }
      .slider.imagemode-above[data-slickmode="true"] .slider-item {
        margin: auto; }
      .slider.imagemode-above[data-slickmode="true"] .slider-content .slider-item-header {
        margin-top: 7px;
        text-align: center;
        font-size: 0.95rem;
        line-height: 1.2rem;
        font-weight: 700; }
      .slider.imagemode-above[data-slickmode="true"] .slider-arrows .slider-control {
        display: block;
        color: #862633;
        cursor: pointer; } }

@media (min-width: 1600px) {
  .slider {
    padding-left: 32px;
    padding-right: 32px; }
    .slider.imagemode-above[data-slickmode="true"] .slider-item-image {
      width: calc(100% - 32px);
      padding-bottom: calc(100% - 32px); } }

@media (max-width: 767px) {
  .slider-last, .slider-first {
    display: none; }
  .slider-stage {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    /*display: flex;
        flex-direction: row;
        flex-wrap: wrap;*/
    width: 100%; }
  .slider-item {
    /*flex: 1 0 300px;
        margin: 0 10px 20px;*/ }
  .slider-item-image {
    position: relative;
    height: 0;
    width: calc(100% - 2.5vw);
    padding-bottom: calc(100% - 2.5vw);
    overflow: hidden; }
    .slider-item-image > img {
      position: absolute;
      height: 100% !important;
      width: 100%; }
  .slider-content {
    text-align: center;
    padding: 0.5rem; }
    .slider-content .slider-item-header {
      font-size: 0.95rem;
      line-height: 1.2rem;
      font-weight: 700;
      margin-bottom: 10px; }
    .slider-content .slider-item-body p {
      font-size: 0.75rem;
      line-height: 1.15rem; }
    .slider-content .cta-link {
      font-size: 0.75rem;
      line-height: 1.15rem;
      color: #862633; } }

.dotmode-thumbnails .slider-arrows {
  height: calc(100% - 200px); }

.dotmode-dots .slider-arrows {
  height: calc(100% - 23px); }

.slider-arrows {
  width: 100%;
  max-width: 1170px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  display: -ms-grid;
  display: grid;
  pointer-events: none;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-grid-columns: 5.25vw 1fr 5.25vw;
  grid-template-columns: [left] 5.25vw auto [right] 5.25vw; }
  @media (max-width: 768px) {
    .slider-arrows {
      display: none !important;
      height: 100%; } }

.slider-control {
  pointer-events: all; }

.slider-arrows .slider-control {
  /*position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;*/
  opacity: 0.75;
  color: #fff;
  font-size: 5.25vw;
  text-align: center;
  background-color: transparent;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-item-align: center; }
  @media (max-width: 767px) {
    .slider-arrows .slider-control {
      display: none; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .slider-arrows .slider-control {
      height: 400px; } }
  .slider-arrows .slider-control:hover {
    color: #fff;
    opacity: 1;
    text-decoration: none; }
  .slider-arrows .slider-control:focus {
    color: #fff;
    text-decoration: none; }
  .slider-arrows .slider-control.left {
    grid-column: left;
    -ms-grid-column: 1; }
    .slider-arrows .slider-control.left.shadow {
      background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .slider-arrows .slider-control span.fa {
    display: block;
    position: relative;
    height: 30px;
    width: 30px;
    border-top: 4px solid #862633;
    border-left: 4px solid #862633; }
    .slider-arrows .slider-control span.fa.fa-chevron-left {
      -webkit-transform: scaleX(0.75) rotate(-45deg);
      -ms-transform: scaleX(0.75) rotate(-45deg);
      transform: scaleX(0.75) rotate(-45deg); }
    .slider-arrows .slider-control span.fa.fa-chevron-right {
      margin-left: auto;
      margin-right: 2px;
      -webkit-transform: scaleX(0.75) rotate(135deg);
      -ms-transform: scaleX(0.75) rotate(135deg);
      transform: scaleX(0.75) rotate(135deg); }
    .slider-arrows .slider-control span.fa:before {
      content: ''; }
    .slider-arrows .slider-control span.fa:after {
      content: ''; }
  .slider-arrows .slider-control.right {
    left: auto;
    right: 0;
    grid-column: right;
    -ms-grid-column: 3; }
    .slider-arrows .slider-control.right.shadow {
      background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }

@media (max-width: 767px) {
  .slider-thumbnails {
    display: none; } }

.slider-thumbnails.slider-thumbnail-dotmode-thumbnails {
  display: -ms-grid;
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-columns: 1fr 12px 1fr 12px 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1170px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 200px; }

.slider-thumbnails.slider-thumbnail-dotmode-dots {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-columns: 1fr 0 1fr 0 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1170px;
  width: auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 23px; }
  .slider-thumbnails.slider-thumbnail-dotmode-dots a {
    padding: 6px; }

.slider-thumbnails > * {
  display: block; }
  .slider-thumbnails > *:nth-child(1) {
    -ms-grid-column: 1; }
  .slider-thumbnails > *:nth-child(2) {
    -ms-grid-column: 3; }
  .slider-thumbnails > *:nth-child(3) {
    -ms-grid-column: 5; }

.slider-thumbnails .slider-thumbnail-dotmode-thumbnails a, .slider-thumbnails .slider-thumbnail-dotmode-thumbnails .slider-thumbnail-image {
  height: 200px;
  overflow: hidden; }

.slider-thumbnails .slider-thumbnail-item {
  border: 2px solid #9B9B9B;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-item-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .slider-thumbnails .slider-thumbnail-item.slider-thumbnail-image {
    height: 100%;
    width: 100%; }
    .slider-thumbnails .slider-thumbnail-item.slider-thumbnail-image > img {
      width: 100%;
      height: auto;
      border-radius: 0;
      max-height: none; }
  .slider-thumbnails .slider-thumbnail-item.slider-thumbnail-dot {
    height: 11px;
    width: 11px;
    border-radius: 50%; }
    .slider-thumbnails .slider-thumbnail-item.slider-thumbnail-dot.selected {
      background-color: #862633;
      border-width: 1px; }
  .slider-thumbnails .slider-thumbnail-item.selected {
    border: 7px solid #862633; }

@media (max-width: 768px) {
  .slider-thumbnails {
    max-width: 60px;
    height: 40px;
    grid-gap: 10px; }
    .slider-thumbnails .slider-thumbnail-item {
      margin: auto;
      height: 10px;
      width: 10px;
      border-radius: 5px; }
      .slider-thumbnails .slider-thumbnail-item.selected {
        border-width: 2px; }
      .slider-thumbnails .slider-thumbnail-item img {
        display: none; } }

.slider-cta-link {
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 1em; }
  .slider-cta-link.button {
    border-radius: 3px; }

.slider-thumbnails.slider-thumbnail-dotmode-dots {
  bottom: 2.6vh; }

@media (max-width: 767px) {
  .slider-item .slider-item-image {
    border-radius: 0;
    overflow: hidden; }
    .slider-item .slider-item-image > img {
      border-radius: 0;
      max-width: none;
      max-height: none;
      width: auto;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      top: 50%;
      left: 50%; }
  .slider-item .slider-cta-link {
    text-transform: none; }
  .slick-dots li {
    display: inline-block;
    margin: 0;
    height: initial;
    width: initial; }
    .slick-dots li button {
      padding: 16px; }
      .slick-dots li button:before {
        content: '';
        display: block;
        height: 10px;
        width: 10px;
        margin-top: 8px;
        margin-left: 8px;
        background-color: transparent;
        border: 1px solid #862633;
        border-radius: 50%;
        opacity: 1; }
    .slick-dots li.slick-active button:before {
      background-color: #862633;
      opacity: 1; }
  .slick-dotted.slick-slider {
    margin-bottom: 60px; } }

/* autoprefixer grid: autoplace */
/************************************
   MIXINS
   Notes: Place to put functions and custom calculations
*************************************/
/**************************************
   Brand Colors *Alt defaults to primary
***************************************/
/**************************************
New Screen Media Queries
- 320-450px = Mobile Portrait
- 451-768 = Table Portrait (and Mobile Landscape)
- 769-1024 = Tablet Landscape
- 1025-1199 = Desktop Narrow
- 1200+ = Desktop Wide
***************************************/
/**************************************

   Keeping old screen size below for now
***************************************/
/**************************************
   Screen Sizes
***************************************/
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/***************************
    * Buttons

****************************/
/***************************
    * List/Grid Page links
****************************/
/********************
    * Offcanvas
********************/
/***  Defaults to right  ***/
/************************************
    EOF Offcanvas
*************************************/
/************************************
    Font includes
*************************************/
/************************************
   EOF Font includes
*************************************/
/************************************
    Gradients
*************************************/
/************************************
    EOF Gradients
*************************************/
/************************************
    Placement
*************************************/
/************************************
    EOF Placement
*************************************/
/************************************
    Navbar
*************************************/
/************************************
    EOF Navbar
*************************************/
/************************************
    Foundation
*************************************/
/************************************
    EOF Foundation
*************************************/
/************************************
    Visual Composer overrides ala Homebase
*************************************/
/************************************
    EOF Visual Composer overrides ala Homebase
*************************************/
/************************************
    Bootstrap invisibilty hidden for break points
*************************************/
/***********************************
    Cobalt Block Custom Mixins
************************************/
/* Child Variables */
/* Master */
.tout-reveal {
  height: 36.875vw;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -ms-flex-align: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  background-size: cover;
  background-position: center; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .tout-reveal {
      height: 50vh; } }
  @media (max-width: 767px) {
    .tout-reveal {
      height: 94vw; } }
  .tout-reveal:before {
    content: " ";
    width: 100.1%;
    height: 70%;
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 10, 10, 0)), color-stop(71%, rgba(0, 0, 0, 0.55)));
    background-image: -webkit-linear-gradient(top, rgba(33, 10, 10, 0) 0%, rgba(0, 0, 0, 0.55) 71%);
    background-image: linear-gradient(-180deg, rgba(33, 10, 10, 0) 0%, rgba(0, 0, 0, 0.55) 71%); }
  @media (min-width: 768px) {
    .tout-reveal.default:hover, .tout-reveal.default:active, .tout-reveal.tout-reveal-from-center:hover, .tout-reveal.tout-reveal-from-center:active {
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -ms-flex-direction: column;
      -ms-flex-align: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .tout-reveal.default:hover .tout-reveal-cover, .tout-reveal.default:active .tout-reveal-cover, .tout-reveal.tout-reveal-from-center:hover .tout-reveal-cover, .tout-reveal.tout-reveal-from-center:active .tout-reveal-cover {
        opacity: 1; }
      .tout-reveal.default:hover .tout-reveal-content, .tout-reveal.default:active .tout-reveal-content, .tout-reveal.tout-reveal-from-center:hover .tout-reveal-content, .tout-reveal.tout-reveal-from-center:active .tout-reveal-content {
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        height: 100%;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -ms-flex-direction: column;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .tout-reveal.default:hover .tout-reveal-content .tout-reveal-image, .tout-reveal.default:active .tout-reveal-content .tout-reveal-image, .tout-reveal.tout-reveal-from-center:hover .tout-reveal-content .tout-reveal-image, .tout-reveal.tout-reveal-from-center:active .tout-reveal-content .tout-reveal-image {
          height: auto;
          background-color: transparent !important; }
      .tout-reveal.default:hover .tout-body-area, .tout-reveal.default:active .tout-body-area, .tout-reveal.tout-reveal-from-center:hover .tout-body-area, .tout-reveal.tout-reveal-from-center:active .tout-body-area {
        height: auto;
        width: 100%;
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); }
      .tout-reveal.default:hover .tout-reveal-header, .tout-reveal.default:active .tout-reveal-header, .tout-reveal.tout-reveal-from-center:hover .tout-reveal-header, .tout-reveal.tout-reveal-from-center:active .tout-reveal-header {
        margin-top: -1.5vw; } }
  @media (max-width: 767px) {
    .tout-reveal.default, .tout-reveal.tout-reveal-from-center {
      height: auto;
      padding-top: 94vw;
      background-size: 100% auto;
      background-repeat: no-repeat;
      background-position: center -16vw;
      -webkit-transition: padding-top .33s ease-in-out, height .33s ease-in-out, background-position .33s ease-in-out;
      transition: padding-top .33s ease-in-out, height .33s ease-in-out, background-position .33s ease-in-out; }
      .tout-reveal.default .tout-reveal-cover, .tout-reveal.tout-reveal-from-center .tout-reveal-cover {
        opacity: 0;
        top: auto;
        position: relative;
        height: 0;
        padding-top: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-transition: padding-top .33s ease-in-out, height .33s ease-in-out, opacity .33s ease-in-out;
        transition: padding-top .33s ease-in-out, height .33s ease-in-out, opacity .33s ease-in-out; }
      .tout-reveal.default .tout-reveal-content, .tout-reveal.tout-reveal-from-center .tout-reveal-content {
        width: 100%;
        top: auto;
        bottom: 0;
        overflow-y: hidden;
        -webkit-transition: bottom .33s ease-in-out;
        transition: bottom .33s ease-in-out;
        -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%); }
        .tout-reveal.default .tout-reveal-content .tout-reveal-header h3, .tout-reveal.tout-reveal-from-center .tout-reveal-content .tout-reveal-header h3 {
          font-size: 8vw;
          line-height: 8.53333vw; }
        .tout-reveal.default .tout-reveal-content .tout-body-area, .tout-reveal.tout-reveal-from-center .tout-reveal-content .tout-body-area {
          width: 100%;
          height: 60vw;
          padding: 7.46667vw 8.53333vw;
          -webkit-box-ordinal-group: 6;
          -ms-flex-order: 5;
          order: 5;
          position: absolute;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          top: auto;
          bottom: -60vw;
          -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
          transform: translateY(0); }
          .tout-reveal.default .tout-reveal-content .tout-body-area > *, .tout-reveal.tout-reveal-from-center .tout-reveal-content .tout-body-area > * {
            margin: auto;
            font-size: 4.8vw;
            line-height: 7.2vw; }
        .tout-reveal.default .tout-reveal-content .tout-cta, .tout-reveal.tout-reveal-from-center .tout-reveal-content .tout-cta {
          display: none; }
        .tout-reveal.default .tout-reveal-content .tout-reveal-expander, .tout-reveal.tout-reveal-from-center .tout-reveal-content .tout-reveal-expander {
          -webkit-transform: rotate(0);
          -ms-transform: rotate(0);
          transform: rotate(0);
          -webkit-transition: -webkit-transform .33s ease-in-out;
          transition: -webkit-transform .33s ease-in-out;
          transition: transform .33s ease-in-out;
          transition: transform .33s ease-in-out, -webkit-transform .33s ease-in-out;
          -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
          order: 3; }
      .tout-reveal.default.expanded, .tout-reveal.tout-reveal-from-center.expanded {
        background-position: center -12vw; }
        .tout-reveal.default.expanded:after, .tout-reveal.tout-reveal-from-center.expanded:after {
          bottom: 0; }
        .tout-reveal.default.expanded .tout-reveal-cover, .tout-reveal.tout-reveal-from-center.expanded .tout-reveal-cover {
          opacity: 1;
          bottom: 0;
          height: 60vw;
          padding-top: 60vw; }
        .tout-reveal.default.expanded .tout-reveal-content, .tout-reveal.tout-reveal-from-center.expanded .tout-reveal-content {
          overflow-y: visible;
          bottom: 60vw; }
          .tout-reveal.default.expanded .tout-reveal-content .tout-body-area, .tout-reveal.tout-reveal-from-center.expanded .tout-reveal-content .tout-body-area {
            opacity: 1;
            overflow-y: visible; }
        .tout-reveal.default.expanded .tout-reveal-expander, .tout-reveal.tout-reveal-from-center.expanded .tout-reveal-expander {
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
        .tout-reveal.default.expanded .tout-reveal-cross, .tout-reveal.tout-reveal-from-center.expanded .tout-reveal-cross {
          -webkit-perspective: 1px;
          perspective: 1px; } }
  .tout-reveal.accordion {
    cursor: pointer; }

.default .tout-reveal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 50%;
  -webkit-transform: translate(-50%, 20%);
  -ms-transform: translate(-50%, 20%);
  transform: translate(-50%, 20%);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out; }
  .default .tout-reveal-content .tout-body-area {
    height: 0;
    opacity: 0;
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    -webkit-transition: opacity .25s ease-in-out, -webkit-transform .35s ease-in-out;
    transition: opacity .25s ease-in-out, -webkit-transform .35s ease-in-out;
    transition: opacity .25s ease-in-out, transform .35s ease-in-out;
    transition: opacity .25s ease-in-out, transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
    overflow-y: hidden; }
  .default .tout-reveal-content .tout-reveal-header {
    margin-top: 0;
    -webkit-transition: margin-top .35s ease-in-out;
    transition: margin-top .35s ease-in-out; }

@media (min-width: 451px) and (max-width: 1024px) {
  .default {
    min-height: 65vw; } }

@media (min-width: 768px) {
  .tout-reveal-from-center:hover .tout-reveal-cover, .tout-reveal-from-center:active .tout-reveal-cover {
    width: 100%;
    height: 100%;
    top: 0;
    border-radius: 0; } }

.tout-reveal-from-center .tout-reveal-cover {
  position: absolute;
  width: 7.375vw;
  height: 7.375vw;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .tout-reveal-from-center .tout-reveal-cover {
      width: 7.68229vw;
      height: 7.68229vw; } }
  @media (max-width: 767px) {
    .tout-reveal-from-center .tout-reveal-cover {
      width: 11.52344vw;
      height: 11.52344vw; } }

.tout-reveal-from-center .tout-reveal-image {
  width: 7.375vw;
  height: 7.375vw;
  min-height: 7.375vw;
  border-radius: 50%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-bottom: 0.3rem;
  -webkit-transition: height .25s ease-in-out;
  transition: height .25s ease-in-out; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .tout-reveal-from-center .tout-reveal-image {
      width: 7.68229vw;
      height: 7.68229vw;
      min-height: 7.68229vw; } }
  @media (max-width: 767px) {
    .tout-reveal-from-center .tout-reveal-image {
      width: 11.52344vw;
      height: 11.52344vw;
      min-height: 11.52344vw; } }

.tout-reveal-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  left: 0;
  -webkit-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out; }

.tout-reveal-image {
  width: 7.375vw;
  height: 7.375vw;
  max-width: 118px;
  max-height: 118px;
  border-radius: 50%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-bottom: 0.3rem;
  -webkit-transition: height .25s ease-in-out;
  transition: height .25s ease-in-out; }
  @media (max-width: 768px) {
    .tout-reveal-image {
      width: 74px;
      height: 74px;
      min-height: 74px;
      min-width: 74px; } }
  @media (min-width: 451px) and (max-width: 1024px) {
    .tout-reveal-image {
      width: 12vw;
      height: 12vw; } }
  .tout-reveal-image > a {
    width: 100%; }
  .tout-reveal-image .tout-image-element {
    margin: auto;
    width: 100%;
    height: 100%;
    padding: 19%; }

.tout-reveal-header h3 {
  text-align: center;
  color: #fff;
  margin-bottom: 0.95rem;
  font-size: 2.1875vw;
  line-height: 2.375vw; }
  @media (min-width: 1025px) and (max-width: 1200px) {
    .tout-reveal-header h3 {
      font-size: 2.1875vw;
      line-height: 2.375vw; } }
  @media (min-width: 769px) and (max-width: 1024px) {
    .tout-reveal-header h3 {
      font-size: 2.91667vw;
      line-height: 3.16667vw; } }
  @media (min-width: 451px) and (max-width: 768px) {
    .tout-reveal-header h3 {
      font-size: 3.64583vw;
      line-height: 3.95833vw; } }
  @media (min-width: 0) and (max-width: 450px) {
    .tout-reveal-header h3 {
      font-size: 5.18519vw;
      line-height: 5.62963vw; } }
  @media (min-width: 451px) and (max-width: 1024px) {
    .tout-reveal-header h3 {
      font-size: 3.5vw;
      line-height: 1.3; } }

.tout-reveal-content {
  padding: 0;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -ms-flex-item-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .tout-reveal-content {
      position: inherit; } }
  .tout-reveal-content .tout-reveal-header {
    padding: 0 3.875vw 0; }
    @media (max-width: 767px) {
      .tout-reveal-content .tout-reveal-header {
        padding: 0; } }
  .tout-reveal-content .tout-body-area {
    color: #fff;
    text-align: center;
    padding: 0 2.75vw 0; }
    .tout-reveal-content .tout-body-area p, .tout-reveal-content .tout-body-area span {
      text-align: inherit;
      color: inherit;
      font-size: 1.5vw;
      line-height: 1.6875vw; }
      @media (min-width: 1025px) and (max-width: 1200px) {
        .tout-reveal-content .tout-body-area p, .tout-reveal-content .tout-body-area span {
          font-size: 1.5vw;
          line-height: 1.6875vw; } }
      @media (min-width: 769px) and (max-width: 1024px) {
        .tout-reveal-content .tout-body-area p, .tout-reveal-content .tout-body-area span {
          font-size: 2vw;
          line-height: 2.25vw; } }
      @media (min-width: 451px) and (max-width: 768px) {
        .tout-reveal-content .tout-body-area p, .tout-reveal-content .tout-body-area span {
          font-size: 2.5vw;
          line-height: 2.8125vw; } }
      @media (min-width: 0) and (max-width: 450px) {
        .tout-reveal-content .tout-body-area p, .tout-reveal-content .tout-body-area span {
          font-size: 3.55556vw;
          line-height: 4vw; } }
      @media (min-width: 451px) and (max-width: 1024px) {
        .tout-reveal-content .tout-body-area p, .tout-reveal-content .tout-body-area span {
          font-size: 2.5vw;
          line-height: 1.3; } }

.tout-reveal-expander {
  width: 2.6875vw;
  height: 2.6875vw;
  min-width: 34px;
  min-height: 34px;
  max-width: 43px;
  max-height: 43px;
  border-width: 2px;
  display: -ms-grid;
  display: grid;
  grid-template: auto / auto;
  -ms-grid-column: auto;
  -ms-grid-rows: auto;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 4.5625vw;
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }
  @media (min-width: 451px) {
    .tout-reveal-expander {
      min-width: 43px;
      min-height: 43px; } }
  @media (max-width: 450px) {
    .tout-reveal-expander {
      width: 34px;
      height: 34px;
      margin-bottom: 30px; } }
  @media (min-width: 768px) {
    .tout-reveal-expander {
      display: none; }
      .tout-reveal-expander:after {
        content: none; } }
  .tout-reveal-expander:after {
    content: 'Close';
    text-transform: uppercase;
    display: block;
    font-size: 1.25vw;
    line-height: 1.5625vw;
    color: #fff;
    position: absolute;
    bottom: 1.875vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity .33s ease-in-out;
    transition: opacity .33s ease-in-out;
    opacity: 0; }
    @media (min-width: 1025px) and (max-width: 1200px) {
      .tout-reveal-expander:after {
        font-size: 1.25vw;
        line-height: 1.5625vw; } }
    @media (min-width: 769px) and (max-width: 1024px) {
      .tout-reveal-expander:after {
        font-size: 1.66667vw;
        line-height: 2.08333vw; } }
    @media (min-width: 451px) and (max-width: 768px) {
      .tout-reveal-expander:after {
        font-size: 2.08333vw;
        line-height: 2.60417vw; } }
    @media (min-width: 0) and (max-width: 450px) {
      .tout-reveal-expander:after {
        font-size: 2.96296vw;
        line-height: 3.7037vw; } }
    @media (max-width: 767px) {
      .tout-reveal-expander:after {
        content: none; } }

.tout-reveal-cross {
  border-width: inherit;
  border-color: inherit;
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
  margin: auto; }

.tout-reveal-cross-1, .tout-reveal-cross-2 {
  height: 1.75vw;
  width: 0;
  -webkit-transition: -webkit-transform .33s ease-in-out;
  transition: -webkit-transform .33s ease-in-out;
  transition: transform .33s ease-in-out;
  transition: transform .33s ease-in-out, -webkit-transform .33s ease-in-out;
  height: 22px;
  border-style: none solid none none; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .tout-reveal-cross-1, .tout-reveal-cross-2 {
      margin: 4px 14px; } }

.tout-reveal-cross-2 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.tout-reveal.accordion .tout-reveal-content {
  padding-top: 16.5vw; }
  @media (min-width: 451px) and (max-width: 768px) {
    .tout-reveal.accordion .tout-reveal-content {
      padding-top: 8.85417vw; } }

@media (min-width: 450px) {
  .tout-reveal.accordion .tout-reveal-expander {
    display: -ms-grid;
    display: grid; } }

/* Child Rules */
.tout-reveal.accordion {
  min-height: 50vw; }
  @media (min-width: 1025px) {
    .tout-reveal.accordion {
      height: 43.75vw; } }
  .tout-reveal.accordion:after {
    content: ' ';
    width: 100px;
    height: 100px;
    background-color: #000;
    position: absolute;
    display: block;
    bottom: 22px;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(2, 1) rotate(45deg);
    -ms-transform: translateX(-50%) scale(2, 1) rotate(45deg);
    transform: translateX(-50%) scale(2, 1) rotate(45deg);
    z-index: -1;
    -webkit-transition: bottom .33s ease-in-out;
    transition: bottom .33s ease-in-out; }
  .tout-reveal.accordion + * {
    /*height: 0;
                opacity: 0;
                overflow-y: hidden;

                */
    padding-top: 8vh;
    padding-bottom: 8vh;
    display: none; }
  .tout-reveal.accordion.expanded:after {
    bottom: 0; }
  .tout-reveal.accordion.expanded + * {
    height: auto;
    opacity: 1;
    overflow-y: visible; }
  .tout-reveal.accordion.expanded .tout-reveal-expander:after {
    opacity: 1; }
  .tout-reveal.accordion.expanded .tout-reveal-cross-1 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-perspective: 1px;
    perspective: 1px; }
  .tout-reveal.accordion.expanded .tout-reveal-cross-2 {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-perspective: 1px;
    perspective: 1px; }
  .tout-reveal.accordion .tout-reveal-header h3 {
    margin-bottom: 10px;
    font-size: 2.5vw;
    line-height: 3.125vw;
    font-weight: 700; }
    @media (min-width: 1025px) and (max-width: 1200px) {
      .tout-reveal.accordion .tout-reveal-header h3 {
        font-size: 2.5vw;
        line-height: 3.125vw; } }
    @media (min-width: 769px) and (max-width: 1024px) {
      .tout-reveal.accordion .tout-reveal-header h3 {
        font-size: 3.33333vw;
        line-height: 4.16667vw; } }
    @media (min-width: 451px) and (max-width: 768px) {
      .tout-reveal.accordion .tout-reveal-header h3 {
        font-size: 4.16667vw;
        line-height: 5.20833vw; } }
    @media (min-width: 0) and (max-width: 450px) {
      .tout-reveal.accordion .tout-reveal-header h3 {
        font-size: 5.92593vw;
        line-height: 7.40741vw; } }
  .tout-reveal.accordion .tout-reveal-image {
    margin-bottom: 0.2rem; }
  .tout-reveal.accordion .tout-reveal-content {
    margin: auto auto 0;
    z-index: 20; }
  .tout-reveal.accordion .tout-body-area {
    max-width: 1170px;
    margin-bottom: 30px; }
    .tout-reveal.accordion .tout-body-area p {
      display: none;
      font-size: 4vw;
      line-height: 1.3;
      font-weight: 300; }
  @media (min-width: 520px) {
    .tout-reveal.accordion .tout-body-area p {
      display: block; } }
  @media (min-width: 769px) {
    .tout-reveal.accordion .tout-reveal-header h3 {
      font-size: 40px; }
    .tout-reveal.accordion .tout-body-area p {
      font-size: 2.5vw; } }
  @media (min-width: 1025px) {
    .tout-reveal.accordion .tout-reveal-header h3 {
      font-size: 40px; }
    .tout-reveal.accordion .tout-body-area p {
      font-size: 24px; } }

.container-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .container-width > * {
    max-width: 1170px;
    width: 100%; }