@charset "UTF-8";
/*
  Foundation for Sites components:
  Import the building blocks you need for your project.
  Reducing the number of imported components will optimize page speed.
  ---------------------------------------------------------------------
  The Foundation framework is built by Zurb
  Licensed under MIT Open Source
*/
/* This stylesheet generated by Transfonter (https://transfonter.org) on July 26, 2017 8:23 AM */
@import url("https://fonts.googleapis.com/css?family=Oswald:300,400,500,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700");
.vertical-align {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (max-width: 639px) {
    .vertical-align {
      -ms-flex-pack: initial;
      -webkit-box-align: initial;
          -ms-flex-align: initial;
              align-items: initial; } }
  .vertical-align * {
    max-width: 100%; }
  .vertical-align.text-right {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
    @media only screen and (max-width: 639px) {
      .vertical-align.text-right {
        -webkit-box-align: start !important;
            -ms-flex-align: start !important;
                align-items: flex-start !important; } }
  .vertical-align.text-left {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }

.generic-animation {
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all; }

.fullWidth {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: initial !important;
  text-align: center; }

.columns.nopadding {
  padding: 0 !important; }

@media screen and (max-width: 39.9375em) {
  img.alignleft,
  img.alignright {
    float: none;
    margin: 1.5625rem auto; } }

.body-fixed {
  position: fixed; }

/**
 * Lists
 */
ul {
  margin-left: 1.875rem !important; }

ol {
  margin-left: 0 !important;
  counter-reset: item; }
  ol li {
    list-style-type: none; }
  ol li:before {
    content: counter(item) ". ";
    counter-increment: item; }

/**
 * Reveal Plugin
 */
.reveal {
  max-width: 100% !important; }
  .reveal .close {
    background: url("../images/modal/close.svg") no-repeat 0 0 transparent;
    position: absolute;
    right: 0.9375rem;
    top: 0.9375rem;
    font-size: 1.25rem;
    text-indent: -99999em;
    width: 1.25rem;
    height: 1.25rem; }
  .reveal .image {
    position: relative; }
  .reveal .prev, .reveal .next {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    font-size: 1.25rem;
    text-indent: -99999em;
    width: 3.75rem;
    height: 3.75rem; }
  .reveal .next {
    background: url("../images/modal/next.svg") no-repeat 0 0 transparent;
    right: 1.875rem; }
  .reveal .prev {
    background: url("../images/modal/prev.svg") no-repeat 0 0 transparent;
    left: 1.875rem; }
  .reveal .content {
    text-align: center;
    padding: 20px 0 0 0; }

.slick-dots .slick-dots, .flexible-content .featured-testimonial-slider .slick-dots, .slick-dots .flexible-content .featured-testimonial-slider, .flexible-content .slick-dots .featured-testimonial-slider, .flexible-content .featured-testimonial-slider .featured-testimonial-slider {
  text-align: center;
  margin: 3.75rem 0 0 0; }
  @media only screen and (max-width: 639px) {
    .slick-dots .slick-dots, .flexible-content .featured-testimonial-slider .slick-dots, .slick-dots .flexible-content .featured-testimonial-slider, .flexible-content .slick-dots .featured-testimonial-slider, .flexible-content .featured-testimonial-slider .featured-testimonial-slider {
      margin-left: 0 !important;
      margin-top: 1.5625rem; } }
  .slick-dots .slick-dots li, .flexible-content .featured-testimonial-slider .slick-dots li, .slick-dots .flexible-content .featured-testimonial-slider li, .flexible-content .slick-dots .featured-testimonial-slider li, .flexible-content .featured-testimonial-slider .featured-testimonial-slider li {
    display: inline-block;
    vertical-align: middle;
    width: 0.25rem;
    height: 0.625rem;
    background: #f7f7f7;
    text-indent: -9999px;
    margin: 0 0.3125rem;
    border-radius: 0.1875rem;
    cursor: pointer; }
    .slick-dots .slick-dots li.slick-active, .flexible-content .featured-testimonial-slider .slick-dots li.slick-active, .slick-dots .flexible-content .featured-testimonial-slider li.slick-active, .flexible-content .slick-dots .featured-testimonial-slider li.slick-active, .flexible-content .featured-testimonial-slider .featured-testimonial-slider li.slick-active {
      height: 1.25rem;
      background: #6153a3; }

/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
#wpadminbar {
  position: fixed !important; }

body.admin-bar.f-topbar-fixed .sticky.fixed {
  margin-top: 2rem; }

.wp-caption > figcaption {
  max-width: 100%;
  font-size: 0.8rem;
  color: #999;
  padding: 0.25rem 0; }

p.wp-caption-text {
  font-size: 90%;
  color: #666;
  padding: 0.625rem 0; }

.alignleft {
  float: left;
  padding-right: 1rem;
  margin: 0; }

.alignright {
  float: right;
  padding-left: 1rem;
  margin: 0; }

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

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

body {
  overflow-x: hidden;
  background-color: #7465ab; }
  body.mobile-nav-visible {
    overflow: hidden; }

.full-width {
  width: 100%;
  max-width: none !important;
  margin-left: auto;
  margin-right: auto;
  max-width: initial; }

.container {
  overflow: hidden;
  max-width: 81.25rem;
  background: white;
  margin: 0 auto; }

.sharing {
  padding: 1.5625rem 0; }
  .sharing h4 {
    font-size: 1rem;
    color: #9b9b9b; }
  .sharing ul.share-buttons {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-left: 0 !important; }
    .sharing ul.share-buttons li {
      display: inline-block;
      vertical-align: middle;
      padding: 0; }
      .sharing ul.share-buttons li:before {
        display: none; }
      .sharing ul.share-buttons li a {
        color: #6153a3; }
      .sharing ul.share-buttons li .twitter {
        margin-right: 1.25rem;
        font-size: 1.375rem; }
      .sharing ul.share-buttons li .facebook {
        font-size: 1.125rem;
        position: relative;
        top: 0.0625rem;
        margin-right: 1.25rem; }
      .sharing ul.share-buttons li .linkedin {
        position: relative;
        top: -0.3125rem;
        font-size: 1.25rem; }

@media only screen and (max-width: 639px) {
  .row {
    padding: 0 0.3125rem; } }

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

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

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

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

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

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

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

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

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

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

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

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

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

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

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

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

.pull-left {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

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

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

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

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

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

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

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

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

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

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

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

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

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

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

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

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

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

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%; }

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

body {
  margin: 0;
  padding: 0;
  background: #7465ab;
  font-family: "Oswald", "Arial", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #393939;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' '; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  .row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

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

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

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

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

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

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.33333%; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.66667%; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.28571%; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-collapse .row {
  margin-right: 0;
  margin-left: 0; }

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

.small-centered {
  margin-right: auto;
  margin-left: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0; }

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .large-centered {
    margin-right: auto;
    margin-left: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

.column-block {
  margin-bottom: 1.25rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    line-height: 0;
    color: #cacaca; }

h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 1.9375rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1468a0; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: "— "; }

abbr {
  border-bottom: 1px dotted #393939;
  color: #393939;
  cursor: help; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #393939; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #393939; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  -webkit-box-shadow: inset 0 1px 2px rgba(57, 57, 57, 0.1);
          box-shadow: inset 0 1px 2px rgba(57, 57, 57, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #393939;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    -webkit-box-shadow: 0 0 5px #cacaca;
            box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cacaca; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cacaca; }

input::placeholder,
textarea::placeholder {
  color: #cacaca; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0; }

input[type='search'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #393939; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #393939; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #393939;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

.input-group .input-group-button {
  display: table-cell; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem;
    background: #7465ab; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #393939;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  -webkit-background-origin: content-box;
          background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  -webkit-background-size: 9px 6px;
          background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    -webkit-box-shadow: 0 0 5px #cacaca;
            box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea; }
  .is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }

.is-invalid-label {
  color: #cc4b37; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37; }
  .form-error.is-visible {
    display: block; }

.button, form.give-form .give-donation-levels-wrap button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .button, [data-whatinput='mouse'] form.give-form .give-donation-levels-wrap button, form.give-form .give-donation-levels-wrap [data-whatinput='mouse'] button {
    outline: 0; }
  .button:hover, form.give-form .give-donation-levels-wrap button:hover, .button:focus, form.give-form .give-donation-levels-wrap button:focus {
    background-color: #14679e;
    color: #fefefe; }
  .button.tiny, form.give-form .give-donation-levels-wrap button.tiny {
    font-size: 0.6rem; }
  .button.small, form.give-form .give-donation-levels-wrap button.small {
    font-size: 0.75rem; }
  .button.large, form.give-form .give-donation-levels-wrap button.large {
    font-size: 1.25rem; }
  .button.expanded, form.give-form .give-donation-levels-wrap button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary, form.give-form .give-donation-levels-wrap button.primary {
    background-color: #1779ba;
    color: #fefefe; }
    .button.primary:hover, form.give-form .give-donation-levels-wrap button.primary:hover, .button.primary:focus, form.give-form .give-donation-levels-wrap button.primary:focus {
      background-color: #126195;
      color: #fefefe; }
  .button.secondary, form.give-form .give-donation-levels-wrap button.secondary {
    background-color: #767676;
    color: #fefefe; }
    .button.secondary:hover, form.give-form .give-donation-levels-wrap button.secondary:hover, .button.secondary:focus, form.give-form .give-donation-levels-wrap button.secondary:focus {
      background-color: #5e5e5e;
      color: #fefefe; }
  .button.success, form.give-form .give-donation-levels-wrap button.success {
    background-color: #3adb76;
    color: #393939; }
    .button.success:hover, form.give-form .give-donation-levels-wrap button.success:hover, .button.success:focus, form.give-form .give-donation-levels-wrap button.success:focus {
      background-color: #22bb5b;
      color: #393939; }
  .button.warning, form.give-form .give-donation-levels-wrap button.warning {
    background-color: #ffae00;
    color: #393939; }
    .button.warning:hover, form.give-form .give-donation-levels-wrap button.warning:hover, .button.warning:focus, form.give-form .give-donation-levels-wrap button.warning:focus {
      background-color: #cc8b00;
      color: #393939; }
  .button.alert, form.give-form .give-donation-levels-wrap button.alert {
    background-color: #cc4b37;
    color: #fefefe; }
    .button.alert:hover, form.give-form .give-donation-levels-wrap button.alert:hover, .button.alert:focus, form.give-form .give-donation-levels-wrap button.alert:focus {
      background-color: #a53b2a;
      color: #fefefe; }
  .button.hollow, form.give-form .give-donation-levels-wrap button.hollow {
    border: 1px solid #1779ba;
    color: #1779ba; }
    .button.hollow, form.give-form .give-donation-levels-wrap button.hollow, .button.hollow:hover, form.give-form .give-donation-levels-wrap button.hollow:hover, .button.hollow:focus, form.give-form .give-donation-levels-wrap button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, form.give-form .give-donation-levels-wrap button.hollow:hover, .button.hollow:focus, form.give-form .give-donation-levels-wrap button.hollow:focus {
      border-color: #0c3d5d;
      color: #0c3d5d; }
    .button.hollow.primary, form.give-form .give-donation-levels-wrap button.hollow.primary {
      border: 1px solid #1779ba;
      color: #1779ba; }
      .button.hollow.primary:hover, form.give-form .give-donation-levels-wrap button.hollow.primary:hover, .button.hollow.primary:focus, form.give-form .give-donation-levels-wrap button.hollow.primary:focus {
        border-color: #0c3d5d;
        color: #0c3d5d; }
    .button.hollow.secondary, form.give-form .give-donation-levels-wrap button.hollow.secondary {
      border: 1px solid #767676;
      color: #767676; }
      .button.hollow.secondary:hover, form.give-form .give-donation-levels-wrap button.hollow.secondary:hover, .button.hollow.secondary:focus, form.give-form .give-donation-levels-wrap button.hollow.secondary:focus {
        border-color: #3b3b3b;
        color: #3b3b3b; }
    .button.hollow.success, form.give-form .give-donation-levels-wrap button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, form.give-form .give-donation-levels-wrap button.hollow.success:hover, .button.hollow.success:focus, form.give-form .give-donation-levels-wrap button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning, form.give-form .give-donation-levels-wrap button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, form.give-form .give-donation-levels-wrap button.hollow.warning:hover, .button.hollow.warning:focus, form.give-form .give-donation-levels-wrap button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert, form.give-form .give-donation-levels-wrap button.hollow.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.hollow.alert:hover, form.give-form .give-donation-levels-wrap button.hollow.alert:hover, .button.hollow.alert:focus, form.give-form .give-donation-levels-wrap button.hollow.alert:focus {
        border-color: #67251a;
        color: #67251a; }
  .button.disabled, form.give-form .give-donation-levels-wrap button.disabled, .button[disabled], form.give-form .give-donation-levels-wrap button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, form.give-form .give-donation-levels-wrap button.disabled, .button.disabled:hover, form.give-form .give-donation-levels-wrap button.disabled:hover, .button.disabled:focus, form.give-form .give-donation-levels-wrap button.disabled:focus, .button[disabled], form.give-form .give-donation-levels-wrap button[disabled], .button[disabled]:hover, form.give-form .give-donation-levels-wrap button[disabled]:hover, .button[disabled]:focus, form.give-form .give-donation-levels-wrap button[disabled]:focus {
      background-color: #1779ba;
      color: #fefefe; }
    .button.disabled.primary, form.give-form .give-donation-levels-wrap button.disabled.primary, .button[disabled].primary, form.give-form .give-donation-levels-wrap button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, form.give-form .give-donation-levels-wrap button.disabled.primary, .button.disabled.primary:hover, form.give-form .give-donation-levels-wrap button.disabled.primary:hover, .button.disabled.primary:focus, form.give-form .give-donation-levels-wrap button.disabled.primary:focus, .button[disabled].primary, form.give-form .give-donation-levels-wrap button[disabled].primary, .button[disabled].primary:hover, form.give-form .give-donation-levels-wrap button[disabled].primary:hover, .button[disabled].primary:focus, form.give-form .give-donation-levels-wrap button[disabled].primary:focus {
        background-color: #1779ba;
        color: #fefefe; }
    .button.disabled.secondary, form.give-form .give-donation-levels-wrap button.disabled.secondary, .button[disabled].secondary, form.give-form .give-donation-levels-wrap button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, form.give-form .give-donation-levels-wrap button.disabled.secondary, .button.disabled.secondary:hover, form.give-form .give-donation-levels-wrap button.disabled.secondary:hover, .button.disabled.secondary:focus, form.give-form .give-donation-levels-wrap button.disabled.secondary:focus, .button[disabled].secondary, form.give-form .give-donation-levels-wrap button[disabled].secondary, .button[disabled].secondary:hover, form.give-form .give-donation-levels-wrap button[disabled].secondary:hover, .button[disabled].secondary:focus, form.give-form .give-donation-levels-wrap button[disabled].secondary:focus {
        background-color: #767676;
        color: #fefefe; }
    .button.disabled.success, form.give-form .give-donation-levels-wrap button.disabled.success, .button[disabled].success, form.give-form .give-donation-levels-wrap button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, form.give-form .give-donation-levels-wrap button.disabled.success, .button.disabled.success:hover, form.give-form .give-donation-levels-wrap button.disabled.success:hover, .button.disabled.success:focus, form.give-form .give-donation-levels-wrap button.disabled.success:focus, .button[disabled].success, form.give-form .give-donation-levels-wrap button[disabled].success, .button[disabled].success:hover, form.give-form .give-donation-levels-wrap button[disabled].success:hover, .button[disabled].success:focus, form.give-form .give-donation-levels-wrap button[disabled].success:focus {
        background-color: #3adb76;
        color: #393939; }
    .button.disabled.warning, form.give-form .give-donation-levels-wrap button.disabled.warning, .button[disabled].warning, form.give-form .give-donation-levels-wrap button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, form.give-form .give-donation-levels-wrap button.disabled.warning, .button.disabled.warning:hover, form.give-form .give-donation-levels-wrap button.disabled.warning:hover, .button.disabled.warning:focus, form.give-form .give-donation-levels-wrap button.disabled.warning:focus, .button[disabled].warning, form.give-form .give-donation-levels-wrap button[disabled].warning, .button[disabled].warning:hover, form.give-form .give-donation-levels-wrap button[disabled].warning:hover, .button[disabled].warning:focus, form.give-form .give-donation-levels-wrap button[disabled].warning:focus {
        background-color: #ffae00;
        color: #393939; }
    .button.disabled.alert, form.give-form .give-donation-levels-wrap button.disabled.alert, .button[disabled].alert, form.give-form .give-donation-levels-wrap button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, form.give-form .give-donation-levels-wrap button.disabled.alert, .button.disabled.alert:hover, form.give-form .give-donation-levels-wrap button.disabled.alert:hover, .button.disabled.alert:focus, form.give-form .give-donation-levels-wrap button.disabled.alert:focus, .button[disabled].alert, form.give-form .give-donation-levels-wrap button[disabled].alert, .button[disabled].alert:hover, form.give-form .give-donation-levels-wrap button[disabled].alert:hover, .button[disabled].alert:focus, form.give-form .give-donation-levels-wrap button[disabled].alert:focus {
        background-color: #cc4b37;
        color: #fefefe; }
  .button.dropdown::after, form.give-form .give-donation-levels-wrap button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.dropdown.hollow::after, form.give-form .give-donation-levels-wrap button.dropdown.hollow::after {
    border-top-color: #1779ba; }
  .button.dropdown.hollow.primary::after, form.give-form .give-donation-levels-wrap button.dropdown.hollow.primary::after {
    border-top-color: #1779ba; }
  .button.dropdown.hollow.secondary::after, form.give-form .give-donation-levels-wrap button.dropdown.hollow.secondary::after {
    border-top-color: #767676; }
  .button.dropdown.hollow.success::after, form.give-form .give-donation-levels-wrap button.dropdown.hollow.success::after {
    border-top-color: #3adb76; }
  .button.dropdown.hollow.warning::after, form.give-form .give-donation-levels-wrap button.dropdown.hollow.warning::after {
    border-top-color: #ffae00; }
  .button.dropdown.hollow.alert::after, form.give-form .give-donation-levels-wrap button.dropdown.hollow.alert::after {
    border-top-color: #cc4b37; }
  .button.arrow-only::after, form.give-form .give-donation-levels-wrap button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden; }
  .responsive-embed iframe,
  .responsive-embed object,
  .responsive-embed embed,
  .responsive-embed video,
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .responsive-embed.widescreen,
  .flex-video.widescreen {
    padding-bottom: 56.25%; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1779ba;
  color: #fefefe; }
  .label.primary {
    background: #1779ba;
    color: #fefefe; }
  .label.secondary {
    background: #767676;
    color: #fefefe; }
  .label.success {
    background: #3adb76;
    color: #393939; }
  .label.warning {
    background: #ffae00;
    color: #393939; }
  .label.alert {
    background: #cc4b37;
    color: #fefefe; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

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

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

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

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

.clearfix::after {
  clear: both; }

.slide-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.slide-in-left.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.slide-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.slide-in-right.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.slide-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%); }

.slide-out-right.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%); }

.slide-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%); }

.slide-out-left.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%); }

.fade-in.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(-0.75turn);
      -ms-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
      -ms-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0.75turn);
      -ms-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
      -ms-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  -webkit-transition-duration: 750ms !important;
          transition-duration: 750ms !important; }

.fast {
  -webkit-transition-duration: 250ms !important;
          transition-duration: 250ms !important; }

.linear {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important; }

.ease {
  -webkit-transition-timing-function: ease !important;
          transition-timing-function: ease !important; }

.ease-in {
  -webkit-transition-timing-function: ease-in !important;
          transition-timing-function: ease-in !important; }

.ease-out {
  -webkit-transition-timing-function: ease-out !important;
          transition-timing-function: ease-out !important; }

.ease-in-out {
  -webkit-transition-timing-function: ease-in-out !important;
          transition-timing-function: ease-in-out !important; }

.bounce-in {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  -webkit-transition-delay: 300ms !important;
          transition-delay: 300ms !important; }

.long-delay {
  -webkit-transition-delay: 700ms !important;
          transition-delay: 700ms !important; }

.shake {
  -webkit-animation-name: shake-7;
          animation-name: shake-7; }

@-webkit-keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%); } }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%); } }

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn; }

@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

.spin-ccw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }

.wiggle {
  -webkit-animation-name: wiggle-7deg;
          animation-name: wiggle-7deg; }

@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms; }

.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

.slow {
  -webkit-animation-duration: 750ms !important;
          animation-duration: 750ms !important; }

.fast {
  -webkit-animation-duration: 250ms !important;
          animation-duration: 250ms !important; }

.linear {
  -webkit-animation-timing-function: linear !important;
          animation-timing-function: linear !important; }

.ease {
  -webkit-animation-timing-function: ease !important;
          animation-timing-function: ease !important; }

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
          animation-timing-function: ease-in !important; }

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
          animation-timing-function: ease-out !important; }

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
          animation-timing-function: ease-in-out !important; }

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  -webkit-animation-delay: 300ms !important;
          animation-delay: 300ms !important; }

.long-delay {
  -webkit-animation-delay: 700ms !important;
          animation-delay: 700ms !important; }

/*
  My custom styles:
  Add your scss files below to structure your project styles
*/
nav.mobile {
  position: fixed;
  width: 60%;
  top: 0;
  right: -60%;
  background: white;
  height: 100vh;
  max-height: 100vh;
  overflow: auto;
  z-index: 999999999999999;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all; }
  @media (min-width: 1200px) {
    nav.mobile {
      display: none !important; } }
  nav.mobile ul {
    list-style: none;
    margin: 0 !important;
    padding: 0; }
    nav.mobile ul li {
      display: block;
      text-align: left;
      border-bottom: 0.0625rem solid #e9e9e9; }
      nav.mobile ul li.expanded {
        background: #f1f1f1; }
        nav.mobile ul li.expanded > a {
          border-bottom: 0.0625rem solid #e9e9e9; }
      nav.mobile ul li:first-child {
        border-top: 0.0625rem solid #e9e9e9; }
      nav.mobile ul li a {
        display: block;
        padding: 0.9375rem 1.5rem;
        font-size: 0.75rem;
        color: #9b9b9b;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 0.03125rem; }
      nav.mobile ul li.menu-item-has-children a {
        position: relative; }
        nav.mobile ul li.menu-item-has-children a:after {
          content: '';
          position: absolute;
          right: 1.5rem;
          top: 50%;
          margin-top: -0.375rem;
          vertical-align: middle;
          width: 0.4375rem;
          height: 0.4375rem;
          border-top: 0.125rem solid #6153a3;
          border-right: 0.125rem solid #6153a3;
          -webkit-transform: rotate(135deg);
              -ms-transform: rotate(135deg);
                  transform: rotate(135deg);
          margin-left: 0.4375rem; }
      nav.mobile ul li.menu-item-has-children ul.sub-menu {
        display: none;
        background: #f5f5f5;
        padding: 0.625rem 0; }
        nav.mobile ul li.menu-item-has-children ul.sub-menu li {
          border-bottom: 0;
          border-top: 0; }
          nav.mobile ul li.menu-item-has-children ul.sub-menu li a {
            text-transform: none;
            font-weight: normal;
            letter-spacing: 0;
            font-size: 0.875rem;
            padding: 0.625rem 1.5rem; }
            nav.mobile ul li.menu-item-has-children ul.sub-menu li a:after {
              display: none; }
  nav.mobile .buttons {
    text-align: center;
    padding-top: 0.625rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    nav.mobile .buttons .button, nav.mobile .buttons form.give-form .give-donation-levels-wrap button, form.give-form .give-donation-levels-wrap nav.mobile .buttons button {
      margin-bottom: 0;
      width: 66.6666666666%; }
      @media only screen and (min-width: 640px) {
        nav.mobile .buttons .button, nav.mobile .buttons form.give-form .give-donation-levels-wrap button, form.give-form .give-donation-levels-wrap nav.mobile .buttons button {
          width: 80%; } }
      nav.mobile .buttons .button.back, nav.mobile .buttons form.give-form .give-donation-levels-wrap button.back, form.give-form .give-donation-levels-wrap nav.mobile .buttons button.back {
        margin-right: 0.625rem;
        text-indent: -9999px;
        position: relative;
        width: calc(33.333333333% - 10px); }
        @media only screen and (min-width: 640px) {
          nav.mobile .buttons .button.back, nav.mobile .buttons form.give-form .give-donation-levels-wrap button.back, form.give-form .give-donation-levels-wrap nav.mobile .buttons button.back {
            width: calc(20% - 10px); } }
        nav.mobile .buttons .button.back:before, nav.mobile .buttons form.give-form .give-donation-levels-wrap button.back:before, form.give-form .give-donation-levels-wrap nav.mobile .buttons button.back:before {
          content: '';
          position: absolute;
          left: 50%;
          top: 50%;
          margin-top: -0.375rem;
          margin-left: -0.1875rem;
          vertical-align: middle;
          width: 0.75rem;
          height: 0.75rem;
          border-top: 0.125rem solid #6153a3;
          border-right: 0.125rem solid #6153a3;
          -webkit-transform: rotate(-135deg);
              -ms-transform: rotate(-135deg);
                  transform: rotate(-135deg); }
  nav.mobile .phone {
    color: #6153a3;
    padding: 1.5625rem 0;
    font-weight: bold;
    text-align: center; }
    nav.mobile .phone i {
      color: #6153a3;
      font-size: 1.5rem;
      display: inline-block;
      vertical-align: middle; }
  nav.mobile .give-form-wrap {
    margin-bottom: 0;
    text-align: center;
    margin-top: 1.25rem; }
    nav.mobile .give-form-wrap .give-form {
      margin-bottom: 0; }
    nav.mobile .give-form-wrap button {
      font-size: 0.75rem;
      padding: 1.25rem 1.875rem;
      border: 0.0625rem solid #6153a3;
      text-transform: uppercase;
      background-color: #6153a3;
      color: white;
      font-weight: bold;
      letter-spacing: 0.0625rem;
      outline: 0;
      border-radius: 0.625rem; }

.main-wrap {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 1rem; }
  .main-wrap::before, .main-wrap::after {
    display: table;
    content: ' '; }
  .main-wrap::after {
    clear: both; }
  @media print, screen and (min-width: 40em) {
    .main-wrap {
      margin-top: 3rem; } }

.main-content {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .main-content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .main-content:last-child:not(:first-child) {
    float: right; }
  @media print, screen and (min-width: 40em) {
    .main-content {
      width: 66.66667%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .main-content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 40em) {
      .main-content:last-child:not(:first-child) {
        float: right; } }
  @media print, screen and (min-width: 40em) {
    .full-width.main-wrap .main-content {
      width: 100%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .full-width.main-wrap .main-content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 40em) {
      .full-width.main-wrap .main-content:last-child:not(:first-child) {
        float: right; } }
  @media print, screen and (min-width: 40em) {
    .sidebar-left.main-wrap .main-content {
      width: 66.66667%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      position: relative;
      left: 33.33333%; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .sidebar-left.main-wrap .main-content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 40em) {
      .sidebar-left.main-wrap .main-content:last-child:not(:first-child) {
        float: right; } }

.sidebar {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .sidebar {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .sidebar:last-child:not(:first-child) {
    float: right; }
  @media print, screen and (min-width: 40em) {
    .sidebar {
      width: 33.33333%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      margin-top: 1rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .sidebar {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 40em) {
      .sidebar:last-child:not(:first-child) {
        float: right; } }
  @media print, screen and (min-width: 40em) {
    .sidebar-left.main-wrap .sidebar {
      width: 33.33333%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      position: relative;
      left: -66.66667%;
      margin-top: 1rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .sidebar-left.main-wrap .sidebar {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 40em) {
      .sidebar-left.main-wrap .sidebar:last-child:not(:first-child) {
        float: right; } }

.twitter-timeline {
  padding: 3.125rem 0; }

.footer-cta {
  background: #6153a3;
  padding: 3.125rem 0; }
  @media only screen and (max-width: 1023px) {
    .footer-cta {
      padding: 3.125rem 0;
      text-align: center; }
      .footer-cta .text-right {
        text-align: center; } }
  .footer-cta h5, .footer-cta h6 {
    color: white;
    font-size: 1.5rem;
    line-height: 1.5rem; }
  .footer-cta h5 {
    font-weight: bold; }
    @media only screen and (max-width: 1023px) {
      .footer-cta h5 {
        margin-bottom: 1.25rem; } }
  .footer-cta .phone, .footer-cta .button-container {
    display: inline-block;
    vertical-align: middle; }
    .footer-cta .phone a.button, .footer-cta .button-container a.button {
      margin-bottom: 0; }
    @media only screen and (max-width: 1023px) {
      .footer-cta .phone, .footer-cta .button-container {
        display: block; } }
  .footer-cta .phone {
    font-size: 1.625rem;
    font-weight: bold;
    color: white;
    padding-right: 3.125rem; }
    @media only screen and (max-width: 1023px) {
      .footer-cta .phone {
        padding: 0.625rem 0 1.25rem 0; } }
    .footer-cta .phone i {
      font-size: 2rem;
      vertical-align: middle;
      display: inline-block; }

footer .top {
  padding: 3.75rem 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#181224+0,5e4892+50,181224+100 */
  background: #181224;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #181224 0%, #5e4892 50%, #181224 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#181224), color-stop(50%, #5e4892), to(#181224));
  background: linear-gradient(to right, #181224 0%, #5e4892 50%, #181224 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#181224', endColorstr='#181224',GradientType=1 );
  /* IE6-9 */ }
  @media only screen and (max-width: 639px) {
    footer .top {
      padding: 1.875rem 0; }
      footer .top .column, footer .top .columns, footer .top .columns {
        padding-top: 1.875rem; }
        footer .top .column:first-child, footer .top .columns:first-child, footer .top .columns:first-child {
          padding-top: 0; } }

footer .bottom {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#181224+0,5e4892+50,181224+100 */
  background: #181224;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #181224 0%, #5e4892 50%, #181224 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#181224), color-stop(50%, #5e4892), to(#181224));
  background: linear-gradient(to right, #181224 0%, #5e4892 50%, #181224 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#181224', endColorstr='#181224',GradientType=1 );
  /* IE6-9 */
  padding: 2.1875rem 0;
  color: #8f8f8f; }
  footer .bottom .accreditations {
    padding-bottom: 2.1875rem; }
    footer .bottom .accreditations img.accreditation {
      max-height: 1.875rem;
      width: auto;
      margin: 0 0.625rem; }
  footer .bottom .copyright {
    font-size: 0.8125rem;
    color: #fff; }
    footer .bottom .copyright p {
      display: inline-block;
      margin: 0; }

footer .textwidget {
  color: #fff; }
  footer .textwidget p {
    color: #fff;
    font-size: 1.125rem; }
  footer .textwidget a {
    color: #6153a3; }
  footer .textwidget a.social {
    display: inline-block;
    color: #626262;
    font-size: 1.5rem;
    margin-right: 2.5rem; }
    footer .textwidget a.social:last-child {
      margin-right: 0; }
  footer .textwidget strong {
    color: white; }

footer .widget_nav_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 0 !important; }
  footer .widget_nav_menu ul li a {
    color: #757575;
    font-size: 0.875rem; }

footer .social li {
  display: inline-block;
  padding: 0 0.625rem; }
  footer .social li a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 2rem; }

footer .social-inner {
  position: relative;
  top: 100%;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%); }
  @media (max-width: 640px) {
    footer .social-inner {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      text-align: center; } }
  @media (max-width: 640px) {
    footer .social-inner ul {
      margin-left: 0px !important; } }

header {
  padding: 1.875rem 0;
  position: relative;
  z-index: 999; }
  header .nav-icon {
    display: none;
    width: 1.875rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0.9375rem; }
    header .nav-icon .top, header .nav-icon .middle, header .nav-icon .bottom {
      width: 100%;
      height: 0.1875rem;
      background: black;
      display: block; }
    header .nav-icon .top, header .nav-icon .middle {
      margin-bottom: 0.3125rem; }
  @media (max-width: 1200px) {
    header {
      padding: 2.1875rem 0; }
      header .nav-icon {
        display: block; } }
  header .logo img,
  header .logo-dark img {
    width: 100%;
    max-width: 6.25rem;
    height: auto; }
  header .logo-dark {
    display: none; }
  @media (max-width: 1200px) {
    header nav {
      display: none; } }
  header nav .cta, header nav .phone, header nav .menu-main-menu-container, header nav .menu-main-menu-2-container, header nav .give-form-wrap {
    display: inline-block;
    vertical-align: middle; }
  header nav .cta {
    margin-left: 0.625rem;
    margin-right: 0.625rem; }
  header nav .give-form-wrap {
    margin-bottom: 0; }
    header nav .give-form-wrap .give-form {
      margin-bottom: 0; }
    header nav .give-form-wrap button {
      padding: 0;
      margin: 0;
      background: transparent;
      border: 0;
      color: #6153a3;
      font-family: "Oswald", "Arial", sans-serif;
      font-size: 0.9375rem;
      text-transform: uppercase;
      letter-spacing: 0;
      font-weight: 500; }
  header nav .cta a {
    margin-bottom: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
  header nav .phone {
    color: #6153a3;
    padding: 0 1.875rem;
    font-weight: bold; }
    header nav .phone i {
      color: #6153a3;
      font-size: 1.5rem;
      display: inline-block;
      vertical-align: middle; }
  header nav ul {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0 !important; }
    header nav ul li {
      display: inline-block;
      padding: 0.625rem; }
      header nav ul li a {
        color: #9b9b9b;
        font-size: 0.9375rem;
        text-transform: uppercase;
        letter-spacing: 0;
        font-weight: 500;
        -webkit-transition: 0.3s ease-in-out all;
        transition: 0.3s ease-in-out all; }
        header nav ul li a:hover, header nav ul li a:focus, header nav ul li a:active {
          color: #6153a3; }
      header nav ul li:last-child {
        margin-right: 0; }
      header nav ul li.current-menu-item a {
        color: #6153a3;
        border-bottom: 0.0625rem solid white;
        padding-bottom: 0.3125rem; }
      header nav ul li.menu-item-has-children {
        position: relative; }
        header nav ul li.menu-item-has-children > a:after {
          content: '';
          display: inline-block;
          vertical-align: middle;
          width: 0.375rem;
          height: 0.375rem;
          border-top: 0.125rem solid #6153a3;
          border-right: 0.125rem solid #6153a3;
          -webkit-transform: rotate(135deg);
              -ms-transform: rotate(135deg);
                  transform: rotate(135deg);
          margin-left: 0.4375rem;
          position: relative;
          top: -0.1875rem; }
        header nav ul li.menu-item-has-children ul.sub-menu {
          position: absolute;
          top: 100%;
          left: 0;
          margin-left: 0 !important;
          display: none;
          background: white;
          padding: 1.25rem;
          min-width: 14.375rem;
          z-index: 99; }
          header nav ul li.menu-item-has-children ul.sub-menu li {
            display: block;
            padding: 0;
            text-align: left; }
            header nav ul li.menu-item-has-children ul.sub-menu li a {
              display: block;
              border: 0;
              color: #9b9b9b;
              text-transform: none;
              font-size: 0.875rem;
              font-weight: normal;
              letter-spacing: 0; }
            header nav ul li.menu-item-has-children ul.sub-menu li.current-menu-item a {
              padding-bottom: 0;
              color: #6153a3; }
        header nav ul li.menu-item-has-children:hover {
          background: white; }
          header nav ul li.menu-item-has-children:hover > a {
            color: #9b9b9b; }
          header nav ul li.menu-item-has-children:hover ul.sub-menu {
            display: block; }
  header nav .menu-main-menu-2-container ul li a {
    color: #6153a3; }
  header.scroll-hidden {
    position: fixed;
    top: 0;
    left: 0;
    background: white;
    padding: 1.25rem 0;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    width: 100%;
    z-index: 999999; }
    @media (min-width: 1300px) {
      header.scroll-hidden {
        width: 1300px;
        left: 50%;
        margin-left: -650px; } }
    header.scroll-hidden.allow-animate {
      -webkit-transition: 0.3s ease-in-out all;
      transition: 0.3s ease-in-out all; }
    header.scroll-hidden nav .phone {
      color: #6153a3; }
    header.scroll-hidden nav ul li.current-menu-item a {
      color: #6153a3; }
    header.scroll-hidden nav ul li a:hover, header.scroll-hidden nav ul li a:focus, header.scroll-hidden nav ul li a:active {
      color: #6153a3; }
    header.scroll-hidden .logo {
      display: none; }
    header.scroll-hidden .logo-dark {
      display: block; }
    header.scroll-hidden .nav-icon .top, header.scroll-hidden .nav-icon .middle, header.scroll-hidden .nav-icon .bottom {
      background: black; }
  header.scroll-show {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  header.sticky {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999999; }
    header.sticky nav .phone {
      color: white; }
    header.sticky nav ul li a:hover, header.sticky nav ul li a:focus, header.sticky nav ul li a:active {
      color: white; }
    header.sticky nav ul li.current-menu-item a {
      color: white; }

body#tinymce {
  background: white !important;
  height: auto;
  max-width: 75rem;
  padding: 1.25rem !important; }

.flexible-content {
  padding: 0 0 0 0; }
  .flexible-content .block {
    padding: 2.1875rem 0; }
    @media only screen and (max-width: 1023px) {
      .flexible-content .block {
        padding: 1.5625rem 0; } }
  .flexible-content .one-col-wysiwyg {
    padding: 3.75rem 0; }
    @media only screen and (max-width: 639px) {
      .flexible-content .one-col-wysiwyg {
        padding: 1.875rem 0; } }
    .flexible-content .one-col-wysiwyg img {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0; }
    @media \0screen {
      .flexible-content .one-col-wysiwyg img {
        width: auto; } }
    .flexible-content .one-col-wysiwyg + .one-col-wysiwyg,
    .flexible-content .one-col-wysiwyg + .two-col-wysiwyg-surround {
      padding-top: 0; }
      .flexible-content .one-col-wysiwyg + .one-col-wysiwyg .two-col-wysiwyg,
      .flexible-content .one-col-wysiwyg + .two-col-wysiwyg-surround .two-col-wysiwyg {
        padding-top: 0; }
  .flexible-content .two-col-wysiwyg {
    padding: 3.75rem 0; }
    @media only screen and (max-width: 639px) {
      .flexible-content .two-col-wysiwyg {
        padding: 2.5rem 0; } }
    .flexible-content .two-col-wysiwyg.increased-padding {
      padding: 10rem 0; }
    @media only screen and (max-width: 639px) {
      .flexible-content .two-col-wysiwyg.rich-text .columns {
        height: auto !important;
        margin-top: 1.5625rem; } }
    @media only screen and (max-width: 1023px) {
      .flexible-content .two-col-wysiwyg .columns {
        padding-bottom: 2.1875rem; } }
    .flexible-content .two-col-wysiwyg img {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0; }
  .flexible-content .two-col-wysiwyg-surround {
    padding: 0 !important; }
    .flexible-content .two-col-wysiwyg-surround + .one-col-wysiwyg,
    .flexible-content .two-col-wysiwyg-surround + .two-col-wysiwyg-surround {
      padding-top: 0; }
      .flexible-content .two-col-wysiwyg-surround + .one-col-wysiwyg .two-col-wysiwyg,
      .flexible-content .two-col-wysiwyg-surround + .two-col-wysiwyg-surround .two-col-wysiwyg {
        padding-top: 0; }
  .flexible-content .three-col-wysiwyg {
    padding: 3.75rem 0; }
    @media only screen and (max-width: 639px) {
      .flexible-content .three-col-wysiwyg {
        padding: 2.5rem 0; } }
    .flexible-content .three-col-wysiwyg img {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0; }
    @media \0screen {
      .flexible-content .three-col-wysiwyg img {
        width: auto; } }
    @media only screen and (max-width: 1023px) {
      .flexible-content .three-col-wysiwyg .columns {
        padding-bottom: 2.1875rem; } }
  .flexible-content .four-col-wysiwyg {
    padding: 3.75rem 0; }
    @media only screen and (max-width: 639px) {
      .flexible-content .four-col-wysiwyg {
        padding: 2.5rem 0; } }
    .flexible-content .four-col-wysiwyg img {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0; }
    @media \0screen {
      .flexible-content .four-col-wysiwyg img {
        width: auto; } }
    @media only screen and (max-width: 1023px) {
      .flexible-content .four-col-wysiwyg .columns {
        padding-bottom: 2.1875rem; } }
  .flexible-content .two-col-image-text {
    padding: 0.9375rem 0;
    position: relative; }
    .flexible-content .two-col-image-text:last-child {
      padding-bottom: 3.75rem; }
    @media only screen and (max-width: 1023px) {
      .flexible-content .two-col-image-text {
        padding: 0 0 1.5625rem 0; } }
    .flexible-content .two-col-image-text.collapse {
      padding: 0; }
      .flexible-content .two-col-image-text.collapse img {
        width: 100%;
        height: auto; }
    .flexible-content .two-col-image-text .columns {
      position: relative;
      z-index: 2; }
      @media only screen and (max-width: 639px) {
        .flexible-content .two-col-image-text .columns {
          height: auto !important; }
          .flexible-content .two-col-image-text .columns.rich-text {
            padding-top: 1.5625rem !important;
            padding-bottom: 1.5625rem !important; } }
    .flexible-content .two-col-image-text .image-right {
      float: right; }
    .flexible-content .two-col-image-text .icon {
      font-size: 4.6875rem;
      margin-bottom: 1.25rem;
      display: block; }
      .flexible-content .two-col-image-text .icon .g2-icon {
        margin: 0;
        color: #6153a3; }
    .flexible-content .two-col-image-text .grey-background {
      position: absolute;
      left: 0;
      top: -5.625rem;
      width: 100%;
      height: calc(100% + 180px);
      z-index: 1; }
      @media only screen and (max-width: 1023px) {
        .flexible-content .two-col-image-text .grey-background {
          top: 0;
          height: 100%; } }
    .flexible-content .two-col-image-text .rich-text.image-left {
      padding: 0 15% 0 5%; }
      @media only screen and (max-width: 1023px) {
        .flexible-content .two-col-image-text .rich-text.image-left {
          padding: 0 10% 0 0%; } }
      @media only screen and (max-width: 639px) {
        .flexible-content .two-col-image-text .rich-text.image-left {
          padding: 0 0.9375rem; } }
    .flexible-content .two-col-image-text .rich-text.image-right {
      padding: 0 5% 0 15%; }
      @media only screen and (max-width: 1023px) {
        .flexible-content .two-col-image-text .rich-text.image-right {
          padding: 0 0% 0 10%; } }
      @media only screen and (max-width: 639px) {
        .flexible-content .two-col-image-text .rich-text.image-right {
          padding: 0 0.9375rem; } }
    .flexible-content .two-col-image-text.collapse .grey-background {
      display: none; }
    .flexible-content .two-col-image-text.collapse.grey-background .columns {
      background: #626262; }
      @media only screen and (max-width: 1023px) {
        .flexible-content .two-col-image-text.collapse.grey-background .columns {
          background: transparent; } }
    @media only screen and (max-width: 1023px) {
      .flexible-content .two-col-image-text.collapse .rich-text {
        padding: 3.125rem 1.5625rem !important;
        -webkit-box-pack: initial;
        -ms-flex-pack: initial;
        -webkit-box-align: initial;
        -ms-flex-align: initial;
        align-items: initial; } }
  .flexible-content .imagetext-grid {
    margin: 1.5625rem auto;
    overflow: hidden; }
    .flexible-content .imagetext-grid h5 {
      margin-bottom: 1.25rem; }
    .flexible-content .imagetext-grid .image {
      text-align: right; }
      @media screen and (max-width: 39.9375em) {
        .flexible-content .imagetext-grid .image {
          text-align: center;
          height: auto !important;
          padding-bottom: 1.5625rem; } }
      .flexible-content .imagetext-grid .image.right {
        float: right;
        text-align: left; }
      .flexible-content .imagetext-grid .image.border img {
        border: 0.0625rem solid black; }
      .flexible-content .imagetext-grid .image .caption {
        display: inline-block;
        margin-top: 0.9375rem;
        font-size: 0.875rem; }
    .flexible-content .imagetext-grid .content {
      display: table; }
      @media screen and (max-width: 39.9375em) {
        .flexible-content .imagetext-grid .content {
          height: auto !important; } }
      .flexible-content .imagetext-grid .content h2, .flexible-content .imagetext-grid .content h3, .flexible-content .imagetext-grid .content h4, .flexible-content .imagetext-grid .content h5 {
        margin-bottom: 1.25rem; }
      .flexible-content .imagetext-grid .content h4 + h5 {
        margin-top: -1.25rem; }
      .flexible-content .imagetext-grid .content > div {
        display: table-cell;
        vertical-align: middle; }
      .flexible-content .imagetext-grid .content a.button {
        margin-top: 0.625rem; }
  .flexible-content .hr-block hr {
    margin: 0 auto;
    border-bottom: 1px solid #f7f7f7; }
  .flexible-content .hr-block .decorative {
    height: 1.5625rem;
    width: auto; }
  .flexible-content .who-we-work-with {
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center center;
    padding: 3.4375rem 2.5rem;
    overflow: hidden;
    background: white; }
    @media only screen and (max-width: 1023px) {
      .flexible-content .who-we-work-with {
        background: transparent;
        padding: 4.375rem 1.25rem; } }
    .flexible-content .who-we-work-with h2 {
      font-size: 1.75rem;
      color: #6153a3;
      font-weight: bold;
      margin-top: 0;
      margin-bottom: 3.4375rem;
      text-transform: uppercase; }
      @media only screen and (max-width: 639px) {
        .flexible-content .who-we-work-with h2 {
          font-size: 1.75rem; } }
    .flexible-content .who-we-work-with h3 {
      color: #6153a3;
      font-weight: bold;
      font-size: 2.25rem;
      text-transform: uppercase;
      margin-top: 1.875rem; }
    .flexible-content .who-we-work-with .slides .slick-next, .flexible-content .who-we-work-with .slides .slick-prev {
      width: 1.625rem;
      height: 1.625rem;
      border-top: 0.125rem solid #9b9b9b;
      border-right: 0.125rem solid #9b9b9b;
      text-indent: -9999px;
      cursor: pointer; }
      .flexible-content .who-we-work-with .slides .slick-next.slick-disabled, .flexible-content .who-we-work-with .slides .slick-prev.slick-disabled {
        opacity: 0.5; }
    .flexible-content .who-we-work-with .slides .slick-next {
      position: absolute;
      right: -3.125rem;
      top: 50%;
      margin-top: -0.8125rem;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
      @media only screen and (max-width: 1023px) {
        .flexible-content .who-we-work-with .slides .slick-next {
          right: 0; } }
    .flexible-content .who-we-work-with .slides .slick-prev {
      position: absolute;
      left: -3.125rem;
      top: 50%;
      margin-top: -0.8125rem;
      -webkit-transform: rotate(-135deg);
          -ms-transform: rotate(-135deg);
              transform: rotate(-135deg); }
      @media only screen and (max-width: 1023px) {
        .flexible-content .who-we-work-with .slides .slick-prev {
          left: 0; } }
    .flexible-content .who-we-work-with .column .helper, .flexible-content .who-we-work-with .columns .helper {
      display: inline-block;
      height: 100%;
      vertical-align: middle; }
    .flexible-content .who-we-work-with .column .slide, .flexible-content .who-we-work-with .columns .slide {
      position: relative; }
    .flexible-content .who-we-work-with .column img, .flexible-content .who-we-work-with .columns img {
      display: inline-block !important;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      max-width: 80%;
      height: auto; }
    .flexible-content .who-we-work-with .button, .flexible-content .who-we-work-with form.give-form .give-donation-levels-wrap button, form.give-form .give-donation-levels-wrap .flexible-content .who-we-work-with button {
      display: inline-block;
      margin-top: 3.4375rem; }
  .flexible-content .grey-bottom {
    background-color: #f7f7f7;
    padding: 4.6875rem 0; }
    .flexible-content .grey-bottom h3 {
      color: #6153a3;
      font-weight: bold;
      font-size: 1.75rem;
      text-transform: uppercase;
      margin-top: 1.875rem;
      margin: 0; }
  .flexible-content .all-testimonials .featured-testimonial-block {
    padding-top: 0; }
    .flexible-content .all-testimonials .featured-testimonial-block .inner {
      border-bottom: 0.0625rem solid #dedede;
      padding: 3.125rem 0; }
    .flexible-content .all-testimonials .featured-testimonial-block:first-child .inner {
      border-top: 0.0625rem solid #dedede; }
  .flexible-content .featured-testimonial-block {
    padding: 3.75rem 0;
    background-image: url(../images/ellipse_background.jpg);
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center center; }
    @media only screen and (max-width: 639px) {
      .flexible-content .featured-testimonial-block {
        padding: 2.5rem 0; } }
    .flexible-content .featured-testimonial-block h2 {
      font-size: 2.125rem;
      margin-bottom: 2.1875rem;
      color: #c2c1c1; }
      @media only screen and (max-width: 639px) {
        .flexible-content .featured-testimonial-block h2 {
          font-size: 1.5rem;
          margin-bottom: 1.25rem; } }
    .flexible-content .featured-testimonial-block .copy {
      font-family: "Georgia", serif;
      font-style: italic;
      font-size: 1.5rem; }
      .flexible-content .featured-testimonial-block .copy p {
        line-height: 1.875rem; }
    .flexible-content .featured-testimonial-block .author {
      color: #9b9b9b;
      font-size: 0.875rem;
      margin-top: 2.1875rem; }
    .flexible-content .featured-testimonial-block .image {
      border-radius: 50%;
      overflow: hidden; }
      .flexible-content .featured-testimonial-block .image img {
        display: block;
        width: 100%;
        height: auto; }
      @media only screen and (max-width: 639px) {
        .flexible-content .featured-testimonial-block .image {
          max-width: 6.25rem;
          margin: 0 auto; } }
    @media only screen and (max-width: 639px) {
      .flexible-content .featured-testimonial-block .columns {
        height: auto !important;
        padding-top: 0.625rem;
        padding-bottom: 0.625rem; } }
    .flexible-content .featured-testimonial-block .button-bottom {
      display: block;
      overflow: hidden;
      padding-top: 4.6875rem; }
    .flexible-content .featured-testimonial-block .testimonial p:last-child {
      margin-bottom: 0; }
    .flexible-content .featured-testimonial-block .testimonial h3 {
      font-size: 1.125rem;
      text-transform: uppercase;
      font-weight: 600;
      margin-bottom: 0; }
    .flexible-content .featured-testimonial-block .testimonial h4 {
      font-size: 1.125rem;
      margin-bottom: 0.625rem; }
    .flexible-content .featured-testimonial-block .testimonial p {
      font-size: 1rem; }
  .flexible-content .featured-testimonial-slider {
    padding: 5.625rem 0;
    position: relative; }
    .flexible-content .featured-testimonial-slider .slick-arrow {
      width: 1rem;
      height: 2.8125rem;
      position: absolute;
      top: 50%;
      margin-top: -1.4375rem;
      left: 3.125rem;
      text-indent: -9999px;
      background-image: url(../images/slider-left-arrow-1x.png);
      z-index: 20; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .flexible-content .featured-testimonial-slider .slick-arrow {
          background-image: url(../images/slider-left-arrow.png);
          -webkit-background-size: 16px 45px;
                  background-size: 16px 45px; } }
      @media only screen and (max-width: 639px) {
        .flexible-content .featured-testimonial-slider .slick-arrow {
          display: none !important; } }
      .flexible-content .featured-testimonial-slider .slick-arrow.slick-next {
        left: auto;
        right: 3.125rem;
        background-image: url(../images/slider-right-arrow-1x.png); }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
          .flexible-content .featured-testimonial-slider .slick-arrow.slick-next {
            background-image: url(../images/slider-right-arrow.png);
            -webkit-background-size: 16px 45px;
                    background-size: 16px 45px; } }
    @media only screen and (max-width: 1023px) {
      .flexible-content .featured-testimonial-slider {
        padding: 3.75rem 0; } }
    .flexible-content .featured-testimonial-slider.grey-background {
      background: #f7f7f7; }
    .flexible-content .featured-testimonial-slider.grey-keyline {
      overflow: hidden; }
      .flexible-content .featured-testimonial-slider.grey-keyline:before {
        content: '';
        position: absolute;
        left: 50%;
        top: 0;
        margin-left: -37.5rem;
        height: 0.0625rem;
        width: 75rem;
        background: #f7f7f7; }
    .flexible-content .featured-testimonial-slider .slide {
      outline: 0; }
    .flexible-content .featured-testimonial-slider .testimonial .image {
      border-radius: 50%;
      overflow: hidden;
      display: inline-block;
      margin-bottom: 1.25rem; }
      .flexible-content .featured-testimonial-slider .testimonial .image img {
        display: block;
        width: 4.375rem;
        height: 4.375rem;
        min-width: 4.375rem; }
    .flexible-content .featured-testimonial-slider .testimonial h4 {
      font-size: 1.5rem; }
    .flexible-content .featured-testimonial-slider .testimonial h5 {
      font-size: 0.875rem;
      text-transform: uppercase;
      font-weight: bold; }
    .flexible-content .featured-testimonial-slider .testimonial h6 {
      font-size: 0.875rem;
      font-style: italic;
      font-family: "Georgia", serif; }
    @media only screen and (max-width: 1023px) {
      .flexible-content .featured-testimonial-slider .testimonial {
        padding: 0 1.5625rem; } }
    @media only screen and (max-width: 639px) {
      .flexible-content .featured-testimonial-slider .testimonial h4 {
        font-size: 1.125rem; } }
  .flexible-content .button-block .buttons {
    padding: 1.875rem 0; }
    @media only screen and (max-width: 639px) {
      .flexible-content .button-block .buttons {
        padding: 0.9375rem 0; } }
  @media only screen and (max-width: 1023px) {
    .flexible-content .button-block .button, .flexible-content .button-block form.give-form .give-donation-levels-wrap button, form.give-form .give-donation-levels-wrap .flexible-content .button-block button {
      margin-bottom: 0.625rem;
      vertical-align: top; }
      .flexible-content .button-block .button:last-child, .flexible-content .button-block form.give-form .give-donation-levels-wrap button:last-child, form.give-form .give-donation-levels-wrap .flexible-content .button-block button:last-child {
        margin-bottom: 0; } }
  .flexible-content .office-addresses #map {
    width: 100%;
    height: 25rem; }
  .flexible-content .office-addresses .address-links {
    margin: 2.5rem 0 0.9375rem 0; }
  .flexible-content .office-addresses .map-div {
    margin-bottom: 2.5rem; }
  .flexible-content .office-addresses .infomsg {
    display: none; }
  .flexible-content .office-addresses .links {
    margin-left: 0 !important; }
    .flexible-content .office-addresses .links li {
      display: inline-block; }
      @media only screen and (max-width: 639px) {
        .flexible-content .office-addresses .links li {
          width: 100%;
          margin-bottom: 0.9375rem; } }
      .flexible-content .office-addresses .links li a {
        text-transform: uppercase;
        font-size: 0.8125rem;
        line-height: 1.25rem;
        margin-right: 0.9375rem;
        padding-bottom: 0.3125rem;
        border-bottom: 2px solid #fefefe;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
        font-weight: bold;
        color: #9b9b9b;
        letter-spacing: 0.03125rem; }
        .flexible-content .office-addresses .links li a:hover, .flexible-content .office-addresses .links li a.active {
          color: #6153a3;
          border-bottom: 2px solid #6153a3; }
      .flexible-content .office-addresses .links li:last-child a {
        margin-right: 0; }
  .flexible-content .office-addresses .office {
    padding: 1.5625rem;
    background-color: #f7f7f7;
    color: #9b9b9b;
    font-size: 0.875rem;
    margin-bottom: 1.875rem; }
    .flexible-content .office-addresses .office h3 {
      font-weight: normal;
      color: #383838;
      font-size: 1.125rem;
      margin-bottom: 0.625rem; }
    .flexible-content .office-addresses .office a {
      color: #6153a3; }
    .flexible-content .office-addresses .office.active {
      background-color: #6153a3;
      color: white; }
      .flexible-content .office-addresses .office.active h3 {
        color: white; }
  .flexible-content .career-listing .career {
    border-bottom: 0.0625rem solid #f7f7f7; }
    .flexible-content .career-listing .career:first-child {
      border-top: 0.0625rem solid #f7f7f7; }
    .flexible-content .career-listing .career .title {
      padding: 2.1875rem 0;
      position: relative; }
      .flexible-content .career-listing .career .title .expand, .flexible-content .career-listing .career .title .contract {
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -1rem;
        cursor: pointer;
        width: 1.75rem;
        height: 1.75rem;
        font-size: 1rem;
        color: #e9e9e9; }
      .flexible-content .career-listing .career .title .contract {
        display: none;
        color: #6153a3; }
    .flexible-content .career-listing .career .description {
      padding-bottom: 2.1875rem; }
    .flexible-content .career-listing .career h2 {
      font-size: 1.125rem; }
    .flexible-content .career-listing .career h3 {
      font-size: 1rem;
      color: #9b9b9b; }
  .flexible-content .team {
    margin-bottom: -1.875rem; }
    .flexible-content .team .member {
      margin-bottom: 1.875rem; }
      @media only screen and (max-width: 639px) {
        .flexible-content .team .member {
          height: auto !important; } }
      .flexible-content .team .member .image {
        margin-bottom: 1.875rem;
        text-align: center;
        position: relative; }
        .flexible-content .team .member .image img {
          display: block; }
        .flexible-content .team .member .image .corner {
          position: absolute;
          right: 0;
          bottom: 0; }
      .flexible-content .team .member h3 {
        text-align: center;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 1rem;
        margin-bottom: 0; }
      .flexible-content .team .member h4 {
        text-align: center;
        font-size: 1rem;
        font-family: "Georgia", serif;
        font-style: italic;
        margin-bottom: 1.25rem; }
      .flexible-content .team .member p {
        font-size: 0.9375rem; }
      .flexible-content .team .member .social {
        text-align: center;
        margin-bottom: 1.25rem; }
        .flexible-content .team .member .social a {
          display: inline-block;
          margin: 0 0.3125rem; }
          .flexible-content .team .member .social a .twitter, .flexible-content .team .member .social a .linkedin {
            font-size: 0.8125rem; }
          .flexible-content .team .member .social a .linkedin {
            font-size: 0.875rem; }
  .flexible-content .icon-content-grid {
    padding: 4.6875rem 0; }
    @media only screen and (max-width: 1023px) {
      .flexible-content .icon-content-grid {
        padding: 3.125rem 0; } }
    @media only screen and (max-width: 639px) {
      .flexible-content .icon-content-grid {
        padding: 1.875rem 0; } }
    .flexible-content .icon-content-grid .column, .flexible-content .icon-content-grid .columns, .flexible-content .icon-content-grid .columns {
      text-align: center;
      margin-bottom: 4.0625rem;
      -webkit-transition: 0.3s ease-in-out all;
      transition: 0.3s ease-in-out all; }
      @media only screen and (max-width: 639px) {
        .flexible-content .icon-content-grid .column, .flexible-content .icon-content-grid .columns, .flexible-content .icon-content-grid .columns {
          height: auto !important; } }
      .flexible-content .icon-content-grid .column.title, .flexible-content .icon-content-grid .title.columns, .flexible-content .icon-content-grid .columns.title {
        margin-bottom: 0; }
      .flexible-content .icon-content-grid .column *, .flexible-content .icon-content-grid .columns *, .flexible-content .icon-content-grid .columns * {
        -webkit-transition: 0.3s ease-in-out all;
        transition: 0.3s ease-in-out all; }
      .flexible-content .icon-content-grid .column.title h2, .flexible-content .icon-content-grid .title.columns h2, .flexible-content .icon-content-grid .columns.title h2 {
        margin-bottom: 4.375rem !important; }
        @media only screen and (max-width: 1023px) {
          .flexible-content .icon-content-grid .column.title h2, .flexible-content .icon-content-grid .title.columns h2, .flexible-content .icon-content-grid .columns.title h2 {
            margin-bottom: 1.875rem !important; } }
        @media only screen and (max-width: 639px) {
          .flexible-content .icon-content-grid .column.title h2, .flexible-content .icon-content-grid .title.columns h2, .flexible-content .icon-content-grid .columns.title h2 {
            margin-bottom: 0 !important; } }
      .flexible-content .icon-content-grid .column.large-6, .flexible-content .icon-content-grid .large-6.columns, .flexible-content .icon-content-grid .columns.large-6 {
        padding: 0 7.5%; }
      .flexible-content .icon-content-grid .column .icon, .flexible-content .icon-content-grid .columns .icon, .flexible-content .icon-content-grid .columns .icon {
        font-size: 4.6875rem;
        color: #6153a3;
        margin-bottom: 2.1875rem;
        display: block; }
        .flexible-content .icon-content-grid .column .icon i, .flexible-content .icon-content-grid .columns .icon i, .flexible-content .icon-content-grid .columns .icon i {
          margin: 0;
          width: auto; }
      .flexible-content .icon-content-grid .column h2, .flexible-content .icon-content-grid .columns h2, .flexible-content .icon-content-grid .columns h2 {
        font-size: 1.375rem;
        text-transform: uppercase;
        margin-bottom: 1.25rem; }
      .flexible-content .icon-content-grid .column h3, .flexible-content .icon-content-grid .columns h3, .flexible-content .icon-content-grid .columns h3 {
        font-weight: bold;
        font-size: 0.8125rem;
        text-transform: uppercase; }
      .flexible-content .icon-content-grid .column a.arrow-link, .flexible-content .icon-content-grid .columns a.arrow-link, .flexible-content .icon-content-grid .columns a.arrow-link {
        margin-top: 0.3125rem; }
    .flexible-content .icon-content-grid a.column:hover .inner, .flexible-content .icon-content-grid a.columns:hover .inner, .flexible-content .icon-content-grid a.columns:hover .inner {
      background: #6153a3; }
      .flexible-content .icon-content-grid a.column:hover .inner .icon, .flexible-content .icon-content-grid a.columns:hover .inner .icon, .flexible-content .icon-content-grid a.columns:hover .inner .icon {
        color: #fbb391; }
      .flexible-content .icon-content-grid a.column:hover .inner h2, .flexible-content .icon-content-grid a.columns:hover .inner h2, .flexible-content .icon-content-grid a.columns:hover .inner h2 {
        color: white; }
      .flexible-content .icon-content-grid a.column:hover .inner h3, .flexible-content .icon-content-grid a.columns:hover .inner h3, .flexible-content .icon-content-grid a.columns:hover .inner h3 {
        color: #ac4e20; }
      .flexible-content .icon-content-grid a.column:hover .inner p, .flexible-content .icon-content-grid a.columns:hover .inner p, .flexible-content .icon-content-grid a.columns:hover .inner p {
        color: white; }
    .flexible-content .icon-content-grid.grey-background {
      background: #f7f7f7;
      padding-top: 2.5rem;
      margin-top: 3.75rem;
      padding-bottom: 4.375rem;
      padding-top: 6.25rem; }
      @media only screen and (max-width: 1023px) {
        .flexible-content .icon-content-grid.grey-background {
          padding: 3.125rem 0; } }
      @media only screen and (max-width: 639px) {
        .flexible-content .icon-content-grid.grey-background {
          padding: 1.875rem 0; } }
      .flexible-content .icon-content-grid.grey-background .column, .flexible-content .icon-content-grid.grey-background .columns {
        margin-bottom: 1.875rem; }
      .flexible-content .icon-content-grid.grey-background .inner {
        background: white;
        padding: 3.75rem 2.5rem; }
      .flexible-content .icon-content-grid.grey-background i {
        margin: 0; }
  .flexible-content .page-link-grid {
    padding: 5.3125rem 0; }
    .flexible-content .page-link-grid.grey-background {
      background: #f7f7f7; }
    @media only screen and (max-width: 1023px) {
      .flexible-content .page-link-grid {
        padding: 3.75rem 0; } }
    @media only screen and (max-width: 639px) {
      .flexible-content .page-link-grid {
        padding: 1.875rem 0; } }
    .flexible-content .page-link-grid h2.block-title {
      margin-bottom: 2.5rem;
      color: #c2c1c1;
      font-size: 2rem; }
    .flexible-content .page-link-grid .columns {
      margin: 0.9375rem 0; }
      .flexible-content .page-link-grid .columns:last-child {
        float: left; }
      @media only screen and (max-width: 639px) {
        .flexible-content .page-link-grid .columns {
          height: auto !important;
          margin-bottom: 1.25rem; } }
    .flexible-content .page-link-grid .image {
      display: block;
      margin-bottom: 1.875rem;
      position: relative; }
      .flexible-content .page-link-grid .image span.title {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 0.625rem 1.875rem;
        background: rgba(96, 83, 163, 0.6); }
        .flexible-content .page-link-grid .image span.title h3 {
          text-transform: uppercase;
          font-weight: bold;
          color: white;
          font-size: 1.125rem;
          margin: 0; }
      .flexible-content .page-link-grid .image.no-image span.title {
        position: static;
        display: block; }
      @media only screen and (max-width: 639px) {
        .flexible-content .page-link-grid .image {
          margin-bottom: 2.5rem; } }
    .flexible-content .page-link-grid .content {
      padding: 0 1.875rem 2.1875rem 1.875rem;
      position: relative; }
      .flexible-content .page-link-grid .content h3 {
        font-size: 1.125rem;
        color: #9b9b9b;
        position: relative;
        margin-bottom: 1.875rem; }
        .flexible-content .page-link-grid .content h3:after {
          content: '';
          position: absolute;
          bottom: -0.75rem;
          left: 50%;
          width: 2.875rem;
          height: 0.125rem;
          margin-left: -1.4375rem;
          background: #e9e9e9; }
      .flexible-content .page-link-grid .content h2 {
        font-size: 1.5rem;
        position: relative;
        margin-bottom: 1.875rem; }
        .flexible-content .page-link-grid .content h2:after {
          content: '';
          position: absolute;
          bottom: -0.75rem;
          left: 50%;
          width: 2.875rem;
          height: 0.125rem;
          margin-left: -1.4375rem;
          background: #e9e9e9; }
      .flexible-content .page-link-grid .content p {
        font-size: 1rem;
        margin-bottom: 1.875rem;
        font-family: "Roboto Condensed", sans-serif;
        font-weight: bold; }
      .flexible-content .page-link-grid .content .excerpt p {
        font-size: 0.875rem;
        color: #9b9b9b; }
    .flexible-content .page-link-grid .button, .flexible-content .page-link-grid form.give-form .give-donation-levels-wrap button, form.give-form .give-donation-levels-wrap .flexible-content .page-link-grid button {
      margin-bottom: 0;
      position: absolute;
      bottom: 1.875rem;
      left: 1.875rem; }
    .flexible-content .page-link-grid .inner {
      position: relative;
      padding-bottom: 2.5rem; }
    .flexible-content .page-link-grid .inner.grey-background {
      background: #e9e9f3; }
      .flexible-content .page-link-grid .inner.grey-background .content {
        padding-bottom: 1.875rem; }
    .flexible-content .page-link-grid .inner.white-background {
      background: #e9e9f3; }
      .flexible-content .page-link-grid .inner.white-background .content {
        padding-bottom: 1.875rem; }
  .flexible-content .call-to-action-bar {
    background: #6153a3;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center;
    padding: 6.25rem 0; }
    @media only screen and (max-width: 639px) {
      .flexible-content .call-to-action-bar {
        padding: 3.75rem 1.875rem;
        text-align: center; } }
    .flexible-content .call-to-action-bar h2 {
      font-size: 2.125rem;
      color: white;
      margin-bottom: 0.625rem; }
      .flexible-content .call-to-action-bar h2.increase-margin {
        margin-bottom: 1.875rem; }
    .flexible-content .call-to-action-bar p {
      color: #c2c1c1;
      margin-bottom: 1.25rem; }
  .flexible-content .accreditations {
    padding: 3.75rem 0; }
    @media only screen and (max-width: 639px) {
      .flexible-content .accreditations {
        padding: 1.875rem 0; } }
    .flexible-content .accreditations .column, .flexible-content .accreditations .columns, .flexible-content .accreditations .columns {
      margin-bottom: 1.875rem; }
      .flexible-content .accreditations .column .inner, .flexible-content .accreditations .columns .inner, .flexible-content .accreditations .columns .inner {
        padding: 5.625rem 3.125rem 4.6875rem 3.125rem;
        background-color: #f7f7f7; }
        .flexible-content .accreditations .column .inner h2, .flexible-content .accreditations .columns .inner h2, .flexible-content .accreditations .columns .inner h2 {
          font-size: 1.5rem; }
        .flexible-content .accreditations .column .inner p, .flexible-content .accreditations .columns .inner p, .flexible-content .accreditations .columns .inner p {
          color: #9b9b9b;
          font-size: 1.125rem;
          margin-bottom: 0; }
        .flexible-content .accreditations .column .inner img, .flexible-content .accreditations .columns .inner img, .flexible-content .accreditations .columns .inner img {
          margin-bottom: 1.25rem; }
  .flexible-content .gallery-block {
    background-color: #3f3f3f;
    padding: 4.375rem 0; }
    .flexible-content .gallery-block .slick-next, .flexible-content .gallery-block .slick-prev {
      border: 0.0625rem solid #6153a3;
      width: 3.75rem;
      height: 3.75rem;
      text-indent: -9999px;
      position: relative;
      cursor: pointer;
      z-index: 9999; }
      @media only screen and (max-width: 1023px) {
        .flexible-content .gallery-block .slick-next, .flexible-content .gallery-block .slick-prev {
          border: 0; } }
      .flexible-content .gallery-block .slick-next:before, .flexible-content .gallery-block .slick-prev:before {
        content: '';
        width: 0.75rem;
        height: 0.75rem;
        position: absolute;
        left: 50%;
        margin-left: -0.375rem;
        top: 50%;
        margin-top: -0.375rem;
        border-top: 0.0625rem solid #6153a3;
        border-right: 0.0625rem solid #6153a3; }
        @media only screen and (max-width: 1023px) {
          .flexible-content .gallery-block .slick-next:before, .flexible-content .gallery-block .slick-prev:before {
            width: 1.25rem;
            height: 1.25rem;
            border-width: 0.125rem;
            margin-top: -0.625rem; } }
    .flexible-content .gallery-block .slick-prev {
      position: absolute;
      left: 5%;
      top: 50%;
      margin-top: -1.875rem; }
      @media only screen and (max-width: 1023px) {
        .flexible-content .gallery-block .slick-prev {
          left: 0.3125rem; } }
      @media (max-width: 430px) {
        .flexible-content .gallery-block .slick-prev {
          left: -0.3125rem; } }
      .flexible-content .gallery-block .slick-prev:before {
        -webkit-transform: rotate(-135deg);
            -ms-transform: rotate(-135deg);
                transform: rotate(-135deg);
        margin-left: -0.1875rem; }
        @media only screen and (max-width: 1023px) {
          .flexible-content .gallery-block .slick-prev:before {
            margin-left: -0.3125rem; } }
    .flexible-content .gallery-block .slick-next {
      position: absolute;
      right: 5%;
      top: 50%;
      margin-top: -1.875rem; }
      @media only screen and (max-width: 1023px) {
        .flexible-content .gallery-block .slick-next {
          right: 0.3125rem; } }
      @media (max-width: 430px) {
        .flexible-content .gallery-block .slick-next {
          right: -0.3125rem; } }
      .flexible-content .gallery-block .slick-next:before {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        margin-left: -0.5625rem; }
        @media only screen and (max-width: 1023px) {
          .flexible-content .gallery-block .slick-next:before {
            margin-left: -0.875rem; } }
    .flexible-content .gallery-block .slide {
      position: relative; }
    .flexible-content .gallery-block img {
      display: inline-block;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
  .flexible-content form .wpforms-field {
    border-bottom: 0.0625rem solid #dedede;
    padding: 0.3125rem 0;
    position: relative; }
    .flexible-content form .wpforms-field input, .flexible-content form .wpforms-field textarea {
      border: 0;
      -webkit-box-shadow: none;
              box-shadow: none;
      padding-left: 0;
      padding-right: 0;
      background-image: url(../images/grey-tick.png);
      background-repeat: no-repeat;
      background-position: right center;
      -webkit-background-size: 28px 28px;
              background-size: 28px 28px;
      margin-bottom: 0;
      padding-top: 2.5rem;
      padding-bottom: 0.625rem;
      height: auto; }
      .flexible-content form .wpforms-field input.wpforms-valid, .flexible-content form .wpforms-field textarea.wpforms-valid {
        background-image: url(../images/brand-tick.png); }
      .flexible-content form .wpforms-field input.wpforms-error, .flexible-content form .wpforms-field textarea.wpforms-error {
        background-image: url(../images/cross.png); }
    .flexible-content form .wpforms-field textarea {
      min-height: 11.25rem; }
    .flexible-content form .wpforms-field label {
      color: #9b9b9b;
      font-size: 1rem;
      position: absolute;
      top: 0.3125rem;
      left: 0; }
    .flexible-content form .wpforms-field:first-child {
      border-top: 0.0625rem solid #dedede; }
  .flexible-content form .wpforms-submit-container {
    padding-top: 2.5rem;
    text-align: center; }
  .flexible-content form label.wpforms-error {
    display: none !important; }
  .flexible-content form #wpform-field-hp {
    display: none; }
  .flexible-content .key-facts {
    padding: 2.5rem 0; }
    @media only screen and (max-width: 639px) {
      .flexible-content .key-facts .column, .flexible-content .key-facts .columns {
        height: auto !important; } }
    .flexible-content .key-facts.grey-background {
      background: #f7f7f7;
      padding: 3.75rem 0; }
      .flexible-content .key-facts.grey-background .post .body {
        background: white; }
    .flexible-content .key-facts .row {
      padding: 0 12.5rem; }
      @media only screen and (max-width: 1023px) {
        .flexible-content .key-facts .row {
          padding: 0 6.25rem; } }
      @media only screen and (max-width: 639px) {
        .flexible-content .key-facts .row {
          padding: 0 3.125rem; } }
      .flexible-content .key-facts .row h2 {
        font-size: 2rem;
        color: #c2c1c1;
        margin-bottom: 2.5rem; }
      .flexible-content .key-facts .row ul {
        list-style-type: none;
        margin-left: 0 !important;
        margin: 0; }
        .flexible-content .key-facts .row ul li {
          color: #393939;
          padding: 0.625rem 0;
          position: relative; }
          .flexible-content .key-facts .row ul li:before {
            content: '\2022';
            color: #6153a3;
            display: inline-block;
            margin-left: -0.875rem;
            padding-right: 0.3125rem; }
          .flexible-content .key-facts .row ul li i {
            font-size: 1.5rem;
            color: #6153a3;
            vertical-align: middle;
            position: absolute;
            left: 0;
            top: 0.625rem; }
    .flexible-content .key-facts.three-cols .row {
      padding: 0; }
      .flexible-content .key-facts.three-cols .row .column, .flexible-content .key-facts.three-cols .row .columns, .flexible-content .key-facts.three-cols .row .columns:last-child {
        float: left; }
  @media only screen and (max-width: 639px) {
    .flexible-content .two-image-block .column, .flexible-content .two-image-block .columns, .flexible-content .two-image-block .columns {
      margin-bottom: 1.25rem; }
      .flexible-content .two-image-block .column:last-child, .flexible-content .two-image-block .columns:last-child, .flexible-content .two-image-block .columns:last-child {
        margin-bottom: 0; } }
  .flexible-content .two-col-image-cta .columns {
    height: 21.875rem;
    background-position: center;
    -webkit-background-size: cover;
            background-size: cover; }
    .flexible-content .two-col-image-cta .columns h2 {
      font-weight: bold;
      font-size: 1.5rem;
      text-transform: uppercase;
      color: white;
      margin-bottom: 1.25rem; }
    .flexible-content .two-col-image-cta .columns .inner {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      padding: 0 50% 0 3.125rem; }

.rich-text blockquote {
  font-size: 1.25rem; }
  .rich-text blockquote p {
    font-size: 1.25rem;
    font-family: "Roboto Condensed", sans-serif; }
  .rich-text blockquote strong {
    margin-top: 1.25rem;
    display: block; }

.rich-text p {
  color: #000000;
  font-size: 1rem;
  line-height: 1.6875rem;
  margin-bottom: 1.25rem;
  font-family: "Roboto Condensed", sans-serif; }
  .rich-text p.larger-paragraph-text {
    font-size: 1.125rem;
    line-height: 1.75rem; }
  .rich-text p:last-child {
    margin-bottom: 0; }
  .rich-text p a {
    color: #6153a3;
    margin-top: 0.625rem; }

.rich-text ul {
  list-style-type: none;
  margin-left: 0 !important; }
  .rich-text ul li {
    color: #9b9b9b;
    padding-left: 1.25rem;
    margin-bottom: 0.5rem; }
    .rich-text ul li:before {
      content: '\2022';
      color: #6153a3;
      display: inline-block;
      margin-left: -0.875rem;
      padding-right: 0.3125rem; }

.rich-text h1 {
  font-size: 2rem;
  margin: 0 0 1.125rem 0;
  color: #383838;
  text-transform: uppercase;
  font-weight: 300; }

.rich-text h2 {
  font-size: 2rem;
  margin: 0 0 1.125rem 0;
  color: #6153a3;
  font-weight: bold; }
  .rich-text h2.larger {
    font-size: 2.375rem;
    font-weight: 200; }

.rich-text h3 {
  font-size: 1.3125rem;
  margin-bottom: 1.25rem; }
  .rich-text h3.larger {
    font-size: 2rem; }

.rich-text h4 {
  font-size: 1.125rem;
  margin-bottom: 1.25rem; }
  .rich-text h4.larger {
    font-size: 1.625rem; }

.rich-text h5 {
  margin-bottom: 1.25rem; }

.rich-text *:last-child {
  margin-bottom: 0; }

.rich-text img:last-child {
  margin-bottom: 0 !important; }

.flexible-content.page-case-studies .page-link-grid, .flexible-content.page-news .page-link-grid, .flexible-content.page-media .page-link-grid {
  padding-top: 0; }

.flexible-content.page-services .page-link-grid {
  padding-top: 0; }

.flexible-content.page-careers .career-listings {
  padding-top: 0; }

.flexible-content.page-contact-us .one-col-wysiwyg h2 {
  margin-top: 0;
  font-size: 1.75rem;
  color: #c2c1c1; }

article.resources {
  padding: 4.375rem 0; }
  @media only screen and (max-width: 639px) {
    article.resources {
      padding: 1.875rem 0; } }
  article.resources .post .content {
    margin-bottom: 2.5rem; }
  article.resources .post .image {
    margin-bottom: 2.5rem; }
  article.resources .post p {
    color: #393939;
    margin-bottom: 1.375rem;
    font-size: 1.25rem;
    line-height: 1.9375rem; }
  article.resources .post .meta, article.resources .post .meta strong {
    color: #9b9b9b;
    font-family: "Georgia", serif;
    font-style: italic; }
  article.resources .post .meta {
    margin-bottom: 2.5rem; }
  article.resources .video .content {
    margin-bottom: 2.5rem; }
  article.resources .video .wp-video {
    width: 100% !important;
    height: auto;
    margin-bottom: 1.25rem; }
  article.resources .latest h2 {
    color: #c2c1c1;
    text-align: center;
    font-size: 1.75rem;
    margin-bottom: 1.5625rem; }
  article.resources .latest a {
    display: block;
    border: 0.0625rem solid #ececec;
    padding: 3.75rem 2.5rem;
    text-align: center;
    -webkit-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all;
    margin-bottom: 1.25rem; }
    article.resources .latest a h3 {
      font-size: 1.5rem;
      color: #393939;
      -webkit-transition: 0.3s ease-in-out all;
      transition: 0.3s ease-in-out all; }
    article.resources .latest a .meta {
      color: #9b9b9b;
      -webkit-transition: 0.3s ease-in-out all;
      transition: 0.3s ease-in-out all; }
    article.resources .latest a:hover {
      border-color: #6153a3;
      background-color: #6153a3; }
      article.resources .latest a:hover h3 {
        color: white; }
      article.resources .latest a:hover .meta {
        color: white; }
  article.resources .case-study .newsletter h3.section-title {
    margin-bottom: 0; }
  article.resources .case-study .newsletter .form-block .form-row:first-child {
    border-top: 0; }
  article.resources .case-study .newsletter .mc4wp-success {
    text-align: left; }
  article.resources .case-study a {
    color: #6153a3; }

.related {
  padding-bottom: 3.125rem; }

form.give-form h2, form.give-form legend {
  text-transform: uppercase;
  color: #6153a3;
  font-weight: 500;
  font-size: 2rem; }

form.give-form legend {
  font-size: 1.375rem; }

form.give-form .give-donation-levels-wrap {
  margin-left: 0 !important; }

form.give-form label, form.give-form p {
  font-family: "Open Sans", sans-serif;
  color: #9b9b9b;
  font-size: 0.875rem;
  line-height: 1.6875rem;
  font-weight: bold; }

form.give-form label,
form.give-form .give-donation-total-label {
  text-transform: uppercase; }

form.give-form .give-donation-total-label {
  font-size: 1rem !important; }

form.give-form .give-donation-levels-wrap button {
  font-family: "Oswald", "Arial", sans-serif;
  margin-bottom: 0.625rem; }

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

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

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

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

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

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

.button, form.give-form .give-donation-levels-wrap button {
  font-size: 0.75rem;
  padding: 0.75rem 1.875rem;
  border: 0.0625rem solid #6153a3;
  text-transform: uppercase;
  background-color: #6153a3;
  color: white;
  font-weight: bold;
  letter-spacing: 0.0625rem;
  outline: 0;
  border-radius: 0.625rem; }
  @media only screen and (max-width: 1023px) {
    .button, form.give-form .give-donation-levels-wrap button {
      padding: 1.125rem 1.25rem; } }
  .button:hover, form.give-form .give-donation-levels-wrap button:hover, .button:focus, form.give-form .give-donation-levels-wrap button:focus, .button:active, form.give-form .give-donation-levels-wrap button:active {
    background-color: #4d4281;
    border-color: #4d4281; }
  .button.border, form.give-form .give-donation-levels-wrap button.border {
    background-color: transparent;
    border: 0.0625rem solid white; }
  .button.brand-border, form.give-form .give-donation-levels-wrap button.brand-border {
    background-color: transparent;
    color: #6153a3;
    border: 0.0625rem solid #6153a3; }
    .button.brand-border:hover, form.give-form .give-donation-levels-wrap button.brand-border:hover, .button.brand-border:focus, form.give-form .give-donation-levels-wrap button.brand-border:focus, .button.brand-border:active, form.give-form .give-donation-levels-wrap button.brand-border:active {
      color: #4d4281;
      border-color: #4d4281; }
  .button.white, form.give-form .give-donation-levels-wrap button.white {
    background-color: white;
    border: 0.0625rem solid white;
    color: #6153a3; }
    .button.white:hover, form.give-form .give-donation-levels-wrap button.white:hover, .button.white:focus, form.give-form .give-donation-levels-wrap button.white:focus, .button.white:active, form.give-form .give-donation-levels-wrap button.white:active {
      background: rgba(255, 255, 255, 0.7); }

.flex-card-example {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media print, screen and (min-width: 40em) {
    .flex-card-example {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .flex-card-example .card {
    width: 100%; }
    .flex-card-example .card img {
      width: 100%; }
    @media print, screen and (min-width: 40em) {
      .flex-card-example .card {
        width: 32%; } }
    .flex-card-example .card .card-content {
      padding: 1rem; }

.featured-hero {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 6.25rem; }
  @media print, screen and (min-width: 40em) {
    .featured-hero {
      height: 12.5rem; } }
  @media screen and (min-width: 75em) {
    .featured-hero {
      height: 25rem; } }

.dotted, .section-divider hr {
  border-style: dashed;
  margin: 2rem 0; }

[data-whatinput="mouse"] a:focus, button:focus [data-whatinput="touch"] a:focus, button:focus {
  outline: none; }

section.banner {
  height: calc(100vh - 40px);
  min-height: 37.5rem; }
  section.banner h1 {
    font-size: 2rem; }
  section.banner.capped-height {
    max-height: 31.25rem;
    min-height: 0; }
    @media only screen and (max-width: 639px) {
      section.banner.capped-height {
        max-height: 18.75rem; } }
  section.banner .slick-list, section.banner .slick-track {
    height: 100%; }
  @media (max-width: 940px) {
    section.banner .slick-next, section.banner .slick-prev {
      display: none !important; } }
  section.banner .slick-prev {
    width: 1.875rem;
    height: 1.875rem;
    border-top: 0.25rem solid #afa2cf;
    border-left: 0.25rem solid #afa2cf;
    text-indent: -99999px;
    position: absolute;
    top: 50%;
    left: 3.125rem;
    z-index: 9999999;
    -webkit-transform: rotate(-45deg) translateY(-50%);
        -ms-transform: rotate(-45deg) translateY(-50%);
            transform: rotate(-45deg) translateY(-50%);
    cursor: pointer; }
  section.banner .slick-next {
    width: 1.875rem;
    height: 1.875rem;
    border-top: 0.25rem solid #afa2cf;
    border-right: 0.25rem solid #afa2cf;
    text-indent: -99999px;
    position: absolute;
    top: 50%;
    right: 3.125rem;
    z-index: 9999999;
    -webkit-transform: rotate(45deg) translateY(-50%);
        -ms-transform: rotate(45deg) translateY(-50%);
            transform: rotate(45deg) translateY(-50%);
    cursor: pointer; }
  section.banner .slide {
    height: 100%;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center center;
    background-color: #505152;
    position: relative; }
    section.banner .slide .content {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      padding-top: 0; }
      section.banner .slide .content.light-content h1, section.banner .slide .content.light-content h2, section.banner .slide .content.light-content h3, section.banner .slide .content.light-content h4, section.banner .slide .content.light-content h5, section.banner .slide .content.light-content h6 {
        color: white;
        margin-bottom: 0.3125rem; }
      section.banner .slide .content.light-content p {
        color: white;
        margin-bottom: 1.25rem;
        font-size: 1.25rem; }
  section.banner ul.slick-dots, section.banner .flexible-content ul.featured-testimonial-slider, .flexible-content section.banner ul.featured-testimonial-slider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0 !important;
    padding: 0.3125rem 0;
    list-style: none;
    background: rgba(96, 83, 163, 0.6); }
    section.banner ul.slick-dots li, section.banner .flexible-content ul.featured-testimonial-slider li, .flexible-content section.banner ul.featured-testimonial-slider li {
      display: inline-block;
      color: white;
      width: 0.9375rem;
      height: 0.9375rem;
      background: #bdbdcc;
      border-radius: 50%;
      margin: 0 0.3125rem;
      cursor: pointer; }
      section.banner ul.slick-dots li.slick-active, section.banner .flexible-content ul.featured-testimonial-slider li.slick-active, .flexible-content section.banner ul.featured-testimonial-slider li.slick-active {
        background: white; }
      section.banner ul.slick-dots li button, section.banner .flexible-content ul.featured-testimonial-slider li button, .flexible-content section.banner ul.featured-testimonial-slider li button {
        display: none; }

.pagination {
  font-size: 0;
  padding-top: 6.25rem; }
  .pagination a, .pagination span {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    color: #6153a3;
    font-size: 1rem;
    height: 3.125rem;
    padding: 0 1.25rem;
    line-height: 3.125rem;
    border: 0.0625rem solid #6153a3;
    border-left: 0; }
    .pagination a:first-child, .pagination span:first-child {
      border-left: 0.0625rem solid #6153a3; }
    .pagination a.current, .pagination span.current {
      background-color: #6153a3;
      color: white; }
  .pagination .next, .pagination .prev {
    font-size: 0.75rem;
    font-weight: bold;
    letter-spacing: 0.0625rem;
    text-align: center;
    min-width: 6.875rem; }

.front-hero {
  background: url("../images/demo/hero-bg-foundation-6-small.svg") bottom center;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: bottom;
  padding: 4.0625rem 0;
  margin: 0 0 2rem;
  height: auto;
  position: relative;
  text-align: left; }
  .front-hero .marketing {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    max-width: 55rem; }
    .front-hero .marketing::before, .front-hero .marketing::after {
      display: table;
      content: ' '; }
    .front-hero .marketing::after {
      clear: both; }
  @media print, screen and (min-width: 40em) {
    .front-hero {
      background: url("../images/demo/hero-bg-foundation-6-large.svg") bottom center;
      -webkit-background-size: cover;
              background-size: cover;
      background-position: center;
      height: 42.8125rem;
      margin: 0 0 4.5rem; } }
  .front-hero .watch {
    width: 58.33333%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    position: relative;
    left: -41.66667%; }
    @media print, screen and (min-width: 40em) {
      .front-hero .watch {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .front-hero .watch:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 40em) {
      .front-hero .watch {
        width: 100%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        position: relative;
        left: 0%; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .front-hero .watch {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 40em) {
        .front-hero .watch:last-child:not(:first-child) {
          float: right; } }
    .front-hero .watch section {
      display: inline; }
    .front-hero .watch a {
      color: #B4C9D1;
      cursor: pointer;
      font-weight: 400;
      margin-right: 1.25rem; }
    .front-hero .watch a:hover {
      color: #fff; }
    .front-hero .watch .stargazers :before {
      content: "\f09b";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      color: #B4C9D1;
      margin-right: 0.5rem; }
    .front-hero .watch .twitter :before {
      content: "\f099";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      color: #B4C9D1;
      margin-right: 0.5rem; }
  .front-hero .tagline {
    width: 66.66667%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      .front-hero .tagline {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .front-hero .tagline:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 40em) {
      .front-hero .tagline {
        width: 41.66667%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        padding-top: 6rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .front-hero .tagline {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 40em) {
        .front-hero .tagline:last-child:not(:first-child) {
          float: right; } }
  .front-hero h1 {
    color: #fff;
    font-weight: 500;
    font-size: 2.2rem; }
    @media print, screen and (min-width: 40em) {
      .front-hero h1 {
        font-size: 2.875rem; } }
  .front-hero h4 {
    color: #fefefe;
    font-weight: 300;
    font-size: 1.3125rem; }
  .front-hero .download {
    margin-top: 1.25rem; }

.intro {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto; }
  .intro::before, .intro::after {
    display: table;
    content: ' '; }
  .intro::after {
    clear: both; }
  .intro .fp-intro {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      .intro .fp-intro {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .intro .fp-intro:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 40em) {
      .intro .fp-intro {
        width: 83.33333%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        margin-left: 8.33333%; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .intro .fp-intro {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 40em) {
        .intro .fp-intro:last-child:not(:first-child) {
          float: right; }
        .intro .fp-intro h2 {
          font-weight: 300;
          margin-bottom: 1.5rem; }
        .intro .fp-intro h4 {
          font-size: 1.125rem;
          line-height: 1.6;
          color: #777;
          margin-bottom: 2rem; } }

.section-divider {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto; }
  .section-divider::before, .section-divider::after {
    display: table;
    content: ' '; }
  .section-divider::after {
    clear: both; }
  .section-divider hr {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media print, screen and (min-width: 40em) {
      .section-divider hr {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .section-divider hr:last-child:not(:first-child) {
      float: right; }

.benefits {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  text-align: center; }
  .benefits::before, .benefits::after {
    display: table;
    content: ' '; }
  .benefits::after {
    clear: both; }
  .benefits header {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      .benefits header {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .benefits header:last-child:not(:first-child) {
      float: right; }
    .benefits header h2 {
      font-weight: 300; }
    .benefits header h4 {
      font-size: 1.125rem;
      line-height: 1.6;
      color: #777; }
  .benefits .semantic,
  .benefits .responsive,
  .benefits .customizable,
  .benefits .professional {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      .benefits .semantic,
      .benefits .responsive,
      .benefits .customizable,
      .benefits .professional {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .benefits .semantic:last-child:not(:first-child),
    .benefits .responsive:last-child:not(:first-child),
    .benefits .customizable:last-child:not(:first-child),
    .benefits .professional:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 40em) {
      .benefits .semantic,
      .benefits .responsive,
      .benefits .customizable,
      .benefits .professional {
        width: 25%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .benefits .semantic,
    .benefits .responsive,
    .benefits .customizable,
    .benefits .professional {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 40em) {
        .benefits .semantic:last-child:not(:first-child),
        .benefits .responsive:last-child:not(:first-child),
        .benefits .customizable:last-child:not(:first-child),
        .benefits .professional:last-child:not(:first-child) {
          float: right; } }
    .benefits .semantic img,
    .benefits .responsive img,
    .benefits .customizable img,
    .benefits .professional img {
      padding: 1.25rem;
      margin: 1rem auto 0 auto; }
    .benefits .semantic h3,
    .benefits .responsive h3,
    .benefits .customizable h3,
    .benefits .professional h3 {
      color: #0a0a0a;
      font-weight: 300;
      font-size: 1.75rem; }
    .benefits .semantic p,
    .benefits .responsive p,
    .benefits .customizable p,
    .benefits .professional p {
      font-size: 0.9375rem; }
  .benefits .why-foundation {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-top: 4rem; }
    .benefits .why-foundation::before, .benefits .why-foundation::after {
      display: table;
      content: ' '; }
    .benefits .why-foundation::after {
      clear: both; }
    @media print, screen and (min-width: 40em) {
      .benefits .why-foundation {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .benefits .why-foundation:last-child:not(:first-child) {
      float: right; }

.kitchen-sink-header {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .kitchen-sink-header {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .kitchen-sink-header:last-child:not(:first-child) {
    float: right; }

.kitchen-sink-components {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  .kitchen-sink-components hr {
    margin: 3rem 0; }
  @media print, screen and (min-width: 40em) {
    .kitchen-sink-components {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .kitchen-sink-components:last-child:not(:first-child) {
    float: right; }
  @media print, screen and (min-width: 64em) {
    .kitchen-sink-components {
      width: 75%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    .kitchen-sink-components {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) {
      .kitchen-sink-components:last-child:not(:first-child) {
        float: right; } }

.kitchen-sink-nav {
  display: none; }
  @media print, screen and (min-width: 64em) {
    .kitchen-sink-nav {
      width: 25%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      display: block;
      float: right; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    .kitchen-sink-nav {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) {
      .kitchen-sink-nav:last-child:not(:first-child) {
        float: right; }
      .kitchen-sink-nav .docs-sub-menu {
        font-size: 0.85rem;
        margin-top: 1rem; }
      .kitchen-sink-nav .docs-menu-title {
        text-transform: uppercase;
        font-size: 0.75rem;
        color: #8a8a8a;
        font-weight: bold;
        line-height: 1;
        padding-left: 0.9rem;
        margin-bottom: 0.5rem;
        border-top: 1px solid #cacaca;
        margin-top: 1rem;
        padding-top: 1.5rem; }
      .kitchen-sink-nav .docs-toc {
        width: 100%;
        padding-left: 4rem;
        padding-right: 1rem; }
      .kitchen-sink-nav .docs-toc .active {
        background: #2199e8;
        color: white; }
      .kitchen-sink-nav .docs-toc .docs-sub-menu:first-child .docs-menu-title {
        margin-top: 0;
        border-top: 0;
        padding-top: 0; } }

.row.display {
  background: #eee;
  font-size: 11px;
  margin-bottom: 10px;
  line-height: 2rem;
  border: solid 1px #c6c6c6;
  margin-left: 0 !important;
  margin-right: 0 !important; }
  .row.display .columns:nth-child(2), .row.display .columns.small-centered, .row.display .columns.large-centered {
    background: #e1e1e1; }

/*# sourceMappingURL=foundation.css.map */
