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

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

.zoom, .fade-zoom {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }
  .is-animating .zoom, .is-animating .fade-zoom {
    -webkit-animation-play-state: running;
            animation-play-state: running; }

/*! 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=46.25em&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: #ffffff;
  font-family: "Montserrat", "Helvetica Neue", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #333333;
  -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: 46.25em) {
      .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: 46.25em) {
    .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: 46.25em) {
  .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: 46.25em) {
    .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.8;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: 800;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 800;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    line-height: 0;
    color: #959595; }

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: 46.25em) {
  h1 {
    font-size: 1.875rem; }
  h2 {
    font-size: 1.75rem; }
  h3 {
    font-size: 1.25rem; }
  h4 {
    font-size: 1.125rem; }
  h5 {
    font-size: 1rem; }
  h6 {
    font-size: 0.875rem; } }

a {
  line-height: inherit;
  color: #2C4C6B;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #162046; }
  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 #959595;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.8; }

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

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #959595; }
  blockquote, blockquote p {
    line-height: 1.8;
    color: #555555; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #555555; }
  cite:before {
    content: "— "; }

abbr {
  border-bottom: 1px dotted #0a0a0a;
  color: #333333;
  cursor: help; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #959595;
  background-color: #cccccc;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #cccccc;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #555555; }

.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: 46.25em) {
  .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 #555555;
    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 #959595;
  border-radius: 0;
  background-color: #ffffff;
  -webkit-box-shadow: inset 0 1px 2px rgba(25, 38, 82, 0.1);
          box-shadow: inset 0 1px 2px rgba(25, 38, 82, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #0a0a0a;
  -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 #2b418d;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 2px #192652;
            box-shadow: 0 0 2px #192652;
    -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: #959595; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #959595; }

input::placeholder,
textarea::placeholder {
  color: #959595; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #cccccc;
  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: 1rem;
  font-weight: 600;
  line-height: 1.8;
  color: #333333; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 1rem;
  font-style: italic;
  color: #555555; }

.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 #959595;
  background: #cccccc;
  color: #0a0a0a;
  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 #959595; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem;
    background: #ffffff; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #959595;
  border-radius: 0;
  background-color: #ffffff;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #0a0a0a;
  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%2843, 65, 141%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 #2b418d;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 2px #192652;
            box-shadow: 0 0 2px #192652;
    -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: #cccccc;
    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: #faedeb; }
  .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: #333333; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 800;
  color: #cc4b37; }
  .form-error.is-visible {
    display: block; }

.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: #2C4C6B;
  color: #ffffff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #151f45;
    color: #ffffff; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #2C4C6B;
    color: #ffffff; }
    .button.primary:hover, .button.primary:focus {
      background-color: #141e41;
      color: #ffffff; }
  .button.primary-tint {
    background-color: #3751b0;
    color: #ffffff; }
    .button.primary-tint:hover, .button.primary-tint:focus {
      background-color: #2c418d;
      color: #ffffff; }
  .button.primary-highlight {
    background-color: #4a516c;
    color: #ffffff; }
    .button.primary-highlight:hover, .button.primary-highlight:focus {
      background-color: #3b4156;
      color: #ffffff; }
  .button.secondary {
    background-color: #CA4948;
    color: #ffffff; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #9a1c18;
      color: #ffffff; }
  .button.secondary-highlight {
    background-color: #cf534f;
    color: #0a0a0a; }
    .button.secondary-highlight:hover, .button.secondary-highlight:focus {
      background-color: #b43531;
      color: #0a0a0a; }
  .button.success {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button.warning {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button.alert {
    background-color: #cc4b37;
    color: #ffffff; }
    .button.alert:hover, .button.alert:focus {
      background-color: #a53b2a;
      color: #ffffff; }
  .button.hollow {
    border: 1px solid #2C4C6B;
    color: #2C4C6B; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0d1329;
      color: #0d1329; }
    .button.hollow.primary {
      border: 1px solid #2C4C6B;
      color: #2C4C6B; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0d1329;
        color: #0d1329; }
    .button.hollow.primary-tint {
      border: 1px solid #3751b0;
      color: #3751b0; }
      .button.hollow.primary-tint:hover, .button.hollow.primary-tint:focus {
        border-color: #1c2958;
        color: #1c2958; }
    .button.hollow.primary-highlight {
      border: 1px solid #4a516c;
      color: #4a516c; }
      .button.hollow.primary-highlight:hover, .button.hollow.primary-highlight:focus {
        border-color: #252936;
        color: #252936; }
    .button.hollow.secondary {
      border: 1px solid #CA4948;
      color: #CA4948; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #61120f;
        color: #61120f; }
    .button.hollow.secondary-highlight {
      border: 1px solid #cf534f;
      color: #cf534f; }
      .button.hollow.secondary-highlight:hover, .button.hollow.secondary-highlight:focus {
        border-color: #70211f;
        color: #70211f; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #67251a;
        color: #67251a; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #2C4C6B;
      color: #ffffff; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #2C4C6B;
        color: #ffffff; }
    .button.disabled.primary-tint, .button[disabled].primary-tint {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary-tint, .button.disabled.primary-tint:hover, .button.disabled.primary-tint:focus, .button[disabled].primary-tint, .button[disabled].primary-tint:hover, .button[disabled].primary-tint:focus {
        background-color: #3751b0;
        color: #ffffff; }
    .button.disabled.primary-highlight, .button[disabled].primary-highlight {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary-highlight, .button.disabled.primary-highlight:hover, .button.disabled.primary-highlight:focus, .button[disabled].primary-highlight, .button[disabled].primary-highlight:hover, .button[disabled].primary-highlight:focus {
        background-color: #4a516c;
        color: #ffffff; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #CA4948;
        color: #ffffff; }
    .button.disabled.secondary-highlight, .button[disabled].secondary-highlight {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary-highlight, .button.disabled.secondary-highlight:hover, .button.disabled.secondary-highlight:focus, .button[disabled].secondary-highlight, .button[disabled].secondary-highlight:hover, .button[disabled].secondary-highlight:focus {
        background-color: #cf534f;
        color: #0a0a0a; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #0a0a0a; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #0a0a0a; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cc4b37;
        color: #ffffff; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #ffffff transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.dropdown.hollow::after {
    border-top-color: #2C4C6B; }
  .button.dropdown.hollow.primary::after {
    border-top-color: #2C4C6B; }
  .button.dropdown.hollow.primary-tint::after {
    border-top-color: #3751b0; }
  .button.dropdown.hollow.primary-highlight::after {
    border-top-color: #4a516c; }
  .button.dropdown.hollow.secondary::after {
    border-top-color: #CA4948; }
  .button.dropdown.hollow.secondary-highlight::after {
    border-top-color: #cf534f; }
  .button.dropdown.hollow.success::after {
    border-top-color: #3adb76; }
  .button.dropdown.hollow.warning::after {
    border-top-color: #ffae00; }
  .button.dropdown.hollow.alert::after {
    border-top-color: #cc4b37; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

.accordion {
  margin-left: 0;
  background: #ffffff;
  list-style-type: none; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #cccccc;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #2C4C6B; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #cccccc;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #cccccc; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'; }
  .is-active > .accordion-title::before {
    content: '\2013'; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #cccccc;
  border-bottom: 0;
  background-color: #ffffff;
  color: #333333; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #cccccc; }

.is-accordion-submenu-parent > a {
  position: relative; }
  .is-accordion-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #ffffff transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem; }

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%; }

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #2C4C6B;
  color: #ffffff; }
  .badge.primary {
    background: #2C4C6B;
    color: #ffffff; }
  .badge.primary-tint {
    background: #3751b0;
    color: #ffffff; }
  .badge.primary-highlight {
    background: #4a516c;
    color: #ffffff; }
  .badge.secondary {
    background: #CA4948;
    color: #ffffff; }
  .badge.secondary-highlight {
    background: #cf534f;
    color: #0a0a0a; }
  .badge.success {
    background: #3adb76;
    color: #0a0a0a; }
  .badge.warning {
    background: #ffae00;
    color: #0a0a0a; }
  .badge.alert {
    background: #cc4b37;
    color: #ffffff; }

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' '; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    font-size: 0.6875rem;
    color: #0a0a0a;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      position: relative;
      top: 1px;
      margin: 0 0.75rem;
      opacity: 1;
      content: "/";
      color: #959595; }
  .breadcrumbs a {
    color: #2C4C6B; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #959595;
    cursor: not-allowed; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' '; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded {
    margin-right: -1px; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button:first-child:last-child {
      width: 100%; }
    .button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
      display: inline-block;
      width: calc(50% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
      display: inline-block;
      width: calc(33.33333% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
      display: inline-block;
      width: calc(25% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
      display: inline-block;
      width: calc(20% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
      display: inline-block;
      width: calc(16.66667% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
        margin-right: -6px; }
  .button-group.primary .button {
    background-color: #2C4C6B;
    color: #ffffff; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #141e41;
      color: #ffffff; }
  .button-group.primary-tint .button {
    background-color: #3751b0;
    color: #ffffff; }
    .button-group.primary-tint .button:hover, .button-group.primary-tint .button:focus {
      background-color: #2c418d;
      color: #ffffff; }
  .button-group.primary-highlight .button {
    background-color: #4a516c;
    color: #ffffff; }
    .button-group.primary-highlight .button:hover, .button-group.primary-highlight .button:focus {
      background-color: #3b4156;
      color: #ffffff; }
  .button-group.secondary .button {
    background-color: #CA4948;
    color: #ffffff; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #9a1c18;
      color: #ffffff; }
  .button-group.secondary-highlight .button {
    background-color: #cf534f;
    color: #0a0a0a; }
    .button-group.secondary-highlight .button:hover, .button-group.secondary-highlight .button:focus {
      background-color: #b43531;
      color: #0a0a0a; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button-group.alert .button {
    background-color: #cc4b37;
    color: #ffffff; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #a53b2a;
      color: #ffffff; }
  .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
    width: 100%; }
    .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
      margin-bottom: 0; }
  @media print, screen and (min-width: 46.25em) {
    .button-group.stacked-for-small .button {
      width: auto;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (max-width: 46.1875em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #333333; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #d1d8f1;
    color: #333333; }
  .callout.primary-tint {
    background-color: #dfe4f5;
    color: #333333; }
  .callout.primary-highlight {
    background-color: #e2e4eb;
    color: #333333; }
  .callout.secondary {
    background-color: #f9dbda;
    color: #333333; }
  .callout.secondary-highlight {
    background-color: #f8e5e5;
    color: #333333; }
  .callout.success {
    background-color: #e1faea;
    color: #333333; }
  .callout.warning {
    background-color: #fff3d9;
    color: #333333; }
  .callout.alert {
    background-color: #f7e4e1;
    color: #333333; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.card {
  margin-bottom: 1rem;
  border: 1px solid #cccccc;
  border-radius: 0;
  background: #f2f2f2;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: hidden;
  color: #333333; }
  .card > :last-child {
    margin-bottom: 0; }

.card-divider {
  padding: 1rem;
  background: #cccccc; }
  .card-divider > :last-child {
    margin-bottom: 0; }

.card-section {
  padding: 1rem; }
  .card-section > :last-child {
    margin-bottom: 0; }

.close-button {
  position: absolute;
  color: #555555;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    vertical-align: middle; }
    .menu > li > a img + span,
    .menu > li > a i + span,
    .menu > li > a svg + span {
      vertical-align: middle; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu > li, .menu.horizontal > li {
    display: table-cell; }
  .menu.expanded {
    display: table;
    width: 100%;
    table-layout: fixed; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.vertical > li {
    display: block; }
  @media print, screen and (min-width: 46.25em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.medium-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.medium-vertical > li {
      display: block; } }
  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.large-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.large-vertical > li {
      display: block; } }
  .menu.simple li {
    display: inline-block;
    vertical-align: top;
    line-height: 1; }
  .menu.simple a {
    padding: 0; }
  .menu.simple li {
    margin-left: 0;
    margin-right: 1rem; }
  .menu.simple.align-right li {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.align-right::before, .menu.align-right::after {
    display: table;
    content: ' '; }
  .menu.align-right::after {
    clear: both; }
  .menu.align-right > li {
    float: right; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i,
    .menu.icon-top > li > a svg {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.icon-top.vertical a > span {
    margin: auto; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    background: #CA4948;
    color: #ffffff; }
  .menu.menu-bordered li {
    border: 1px solid #cccccc; }
    .menu.menu-bordered li:not(:first-child) {
      border-top: 0; }
  .menu.menu-hover li:hover {
    background-color: #cccccc; }

.menu-text {
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit; }

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    display: inline-block;
    vertical-align: top; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #ffffff;
    -webkit-box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;
            box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;
    content: ''; }
  .menu-icon:hover::after {
    background: #959595;
    -webkit-box-shadow: 0 7px 0 #959595, 0 14px 0 #959595;
            box-shadow: 0 7px 0 #959595, 0 14px 0 #959595; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
            box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #555555;
    -webkit-box-shadow: 0 7px 0 #555555, 0 14px 0 #555555;
            box-shadow: 0 7px 0 #555555, 0 14px 0 #555555; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block; }
  .is-drilldown.animate-height {
    -webkit-transition: height 0.5s;
    transition: height 0.5s; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #ffffff;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%); }

.drilldown-submenu-cover-previous {
  min-height: 100%; }

.is-drilldown-submenu-parent > a {
  position: relative; }
  .is-drilldown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #2C4C6B;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #2C4C6B transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: block;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #959595;
  border-radius: 0;
  background-color: #ffffff;
  font-size: 1rem; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #ffffff transparent transparent;
  right: 5px;
  margin-top: -3px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #ffffff transparent transparent; }

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #ffffff; }

@media print, screen and (min-width: 46.25em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #ffffff transparent transparent;
    right: 5px;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #ffffff transparent transparent; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #ffffff; } }

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #ffffff transparent transparent;
    right: 5px;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #ffffff transparent transparent; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #ffffff; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -6px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #959595;
  background: #ffffff; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #ffffff transparent transparent; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #ffffff; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.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: #2C4C6B;
  color: #ffffff; }
  .label.primary {
    background: #2C4C6B;
    color: #ffffff; }
  .label.primary-tint {
    background: #3751b0;
    color: #ffffff; }
  .label.primary-highlight {
    background: #4a516c;
    color: #ffffff; }
  .label.secondary {
    background: #CA4948;
    color: #ffffff; }
  .label.secondary-highlight {
    background: #cf534f;
    color: #ffffff; }
  .label.success {
    background: #3adb76;
    color: #333333; }
  .label.warning {
    background: #ffae00;
    color: #333333; }
  .label.alert {
    background: #cc4b37;
    color: #ffffff; }

.media-object {
  display: block;
  margin-bottom: 1rem; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 46.1875em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      display: block; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

.is-off-canvas-open {
  overflow: hidden; }

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(255, 255, 255, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible; }
  .js-off-canvas-overlay.is-closable {
    cursor: pointer; }
  .js-off-canvas-overlay.is-overlay-absolute {
    position: absolute; }
  .js-off-canvas-overlay.is-overlay-fixed {
    position: fixed; }

.off-canvas-wrapper {
  position: relative;
  overflow: hidden; }

.off-canvas {
  position: fixed;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #192652; }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.is-transition-overlap {
    z-index: 10; }
    .off-canvas.is-transition-overlap.is-open {
      -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
              box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas.is-open {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #192652; }
  [data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0; }
  .off-canvas-absolute.is-transition-overlap {
    z-index: 10; }
    .off-canvas-absolute.is-transition-overlap.is-open {
      -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
              box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas-absolute.is-open {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  -webkit-transform: translateX(-250px);
      -ms-transform: translateX(-250px);
          transform: translateX(-250px);
  overflow-y: auto; }
  .position-left.is-open ~ .off-canvas-content {
    -webkit-transform: translateX(250px);
        -ms-transform: translateX(250px);
            transform: translateX(250px); }
  .position-left.is-transition-push::after {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
            box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-left.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

.position-right {
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  -webkit-transform: translateX(250px);
      -ms-transform: translateX(250px);
          transform: translateX(250px);
  overflow-y: auto; }
  .position-right.is-open ~ .off-canvas-content {
    -webkit-transform: translateX(-250px);
        -ms-transform: translateX(-250px);
            transform: translateX(-250px); }
  .position-right.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
            box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-right.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -webkit-transform: translateY(-250px);
      -ms-transform: translateY(-250px);
          transform: translateY(-250px);
  overflow-x: auto; }
  .position-top.is-open ~ .off-canvas-content {
    -webkit-transform: translateY(250px);
        -ms-transform: translateY(250px);
            transform: translateY(250px); }
  .position-top.is-transition-push::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
            box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-top.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -webkit-transform: translateY(250px);
      -ms-transform: translateY(250px);
          transform: translateY(250px);
  overflow-x: auto; }
  .position-bottom.is-open ~ .off-canvas-content {
    -webkit-transform: translateY(-250px);
        -ms-transform: translateY(-250px);
            transform: translateY(-250px); }
  .position-bottom.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
            box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

.off-canvas-content {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

@media print, screen and (min-width: 46.25em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 250px; } }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden; }

.orbit-slide {
  width: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #ffffff; }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #ffffff; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: #959595; }
    .orbit-bullets button:hover {
      background-color: #555555; }
    .orbit-bullets button.is-active {
      background-color: #555555; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' '; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.0625rem;
    border-radius: 0;
    font-size: 0.875rem;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media print, screen and (min-width: 46.25em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0;
    color: #0a0a0a; }
    .pagination a:hover,
    .pagination button:hover {
      background: #cccccc; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #2C4C6B;
    color: #ffffff;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #959595;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #0a0a0a; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab'; }

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb'; }

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #959595; }
  .progress.primary .progress-meter {
    background-color: #2C4C6B; }
  .progress.primary-tint .progress-meter {
    background-color: #3751b0; }
  .progress.primary-highlight .progress-meter {
    background-color: #4a516c; }
  .progress.secondary .progress-meter {
    background-color: #CA4948; }
  .progress.secondary-highlight .progress-meter {
    background-color: #cf534f; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #cc4b37; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #2C4C6B; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ffffff;
  white-space: nowrap; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #cccccc;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #959595;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    -webkit-transition: all 0s linear;
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #2C4C6B;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #151f45; }
  .slider-handle.is-dragging {
    -webkit-transition: all 0s linear;
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }

.sticky-container {
  position: relative; }

.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll; }

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #959595;
  border-radius: 0;
  background-color: #ffffff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 46.25em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 46.25em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  @media print, screen and (min-width: 46.25em) {
    .reveal .reveal {
      right: auto;
      left: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 46.25em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 46.25em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 46.25em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 46.1875em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #ffffff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0; }

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #959595;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    border-radius: 0;
    background: #ffffff;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    content: ''; }
  input:checked ~ .switch-paddle {
    background: #2C4C6B; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny {
  height: 1.5rem; }
  .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem; }
  .switch.tiny .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem; }

.switch.small {
  height: 1.75rem; }
  .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem; }
  .switch.small .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked ~ .switch-paddle::after {
    left: 2rem; }

.switch.large {
  height: 2.5rem; }
  .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem; }
  .switch.large .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  table thead,
  table tbody,
  table tfoot {
    border: 1px solid #f2f2f2;
    background-color: #ffffff; }
  table caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: 800; }
  table thead {
    background: #f9f9f9;
    color: #333333; }
  table tfoot {
    background: #f2f2f2;
    color: #333333; }
  table thead tr,
  table tfoot tr {
    background: transparent; }
  table thead th,
  table thead td,
  table tfoot th,
  table tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: 800;
    text-align: left; }
  table tbody th,
  table tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  table tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f2f2f2; }
  table.unstriped tbody {
    background-color: #ffffff; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f2f2f2;
      background-color: #ffffff; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f4f4f4; }

table.hover tfoot tr:hover {
  background-color: #ededed; }

table.hover tbody tr:hover {
  background-color: #fafafa; }

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ededed; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.tabs {
  margin: 0;
  border: 1px solid #cccccc;
  background: #ffffff;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' '; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #2C4C6B; }
  .tabs.primary > li > a {
    color: #ffffff; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #1e2c60; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #2C4C6B; }
    .tabs-title > a:hover {
      background: #ffffff;
      color: #162046; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #cccccc;
      color: #2C4C6B; }

.tabs-content {
  border: 1px solid #cccccc;
  border-top: 0;
  background: #ffffff;
  color: #333333;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.tabs-content.vertical {
  border: 1px solid #cccccc;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel[aria-hidden="false"] {
    display: block; }

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #ffffff;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
          box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0; }

a.thumbnail {
  -webkit-transition: -webkit-box-shadow 200ms ease-out;
  transition: -webkit-box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out; }
  a.thumbnail:hover, a.thumbnail:focus {
    -webkit-box-shadow: 0 0 6px 1px rgba(25, 37, 81, 0.5);
            box-shadow: 0 0 6px 1px rgba(25, 37, 81, 0.5); }
  a.thumbnail image {
    -webkit-box-shadow: none;
            box-shadow: none; }

.title-bar {
  padding: 0.5rem;
  background: #192652;
  color: #ffffff; }
  .title-bar::before, .title-bar::after {
    display: table;
    content: ' '; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold; }

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #555555;
  font-weight: 800;
  cursor: help; }

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #ffffff; }
  .tooltip::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #0a0a0a;
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #0a0a0a transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #0a0a0a;
    top: 50%;
    bottom: auto;
    left: 100%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #0a0a0a transparent transparent;
    top: 50%;
    right: 100%;
    bottom: auto;
    left: auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.top-bar {
  padding: 0; }
  .top-bar::before, .top-bar::after {
    display: table;
    content: ' '; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #192652; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: 100%; }
  @media print, screen and (min-width: 46.25em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
      width: auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
      width: 100%; } }

.top-bar-title {
  display: inline-block;
  float: left;
  padding: 0.5rem 1rem 0.5rem 0; }
  .top-bar-title .menu-icon {
    bottom: 2px; }

.top-bar-left {
  float: left; }

.top-bar-right {
  float: right; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 46.1875em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 46.25em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 46.25em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 46.1875em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 46.25em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 46.1875em), 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
*/
h1.entry-title {
  color: #2C4C6B;
  font-size: 42px;
  line-height: 50px;
  max-width: 825px; }

.sidebar h6 {
  color: #2C4C6B; }

.entry-content h2, .resource-search-clear h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 22px;
  line-height: 26px; }

.entry-content h2, .resource-search-clear h2, .entry-content h6, .resource-search-clear h6 {
  color: #CA4948;
  text-transform: uppercase; }

.entry-content h3, .resource-search-clear h3 {
  text-transform: uppercase; }

.entry-content h3, .resource-search-clear h3, .entry-content h4, .resource-search-clear h4, .entry-content h5, .resource-search-clear h5, .entry-content h6, .resource-search-clear h6 {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.entry-content p, .resource-search-clear p, .entry-content li, .resource-search-clear li {
  line-height: 1.5rem; }
  .entry-content p a:not(.button), .resource-search-clear p a:not(.button), .entry-content li a:not(.button), .resource-search-clear li a:not(.button) {
    color: #3751b0;
    padding: 1px 0; }
    .entry-content p a:not(.button):hover, .resource-search-clear p a:not(.button):hover, .entry-content p a:not(.button):focus, .resource-search-clear p a:not(.button):focus, .entry-content li a:not(.button):hover, .resource-search-clear li a:not(.button):hover, .entry-content li a:not(.button):focus, .resource-search-clear li a:not(.button):focus {
      border-bottom: 1px solid #3751b0; }

.entry-content ul, .resource-search-clear ul, .entry-content ol, .resource-search-clear ol {
  margin-left: 2rem; }

.entry-content li, .resource-search-clear li {
  margin-bottom: 1rem; }

.entry-content > img, .resource-search-clear > img {
  margin-bottom: 2rem; }

.chapter-heading {
  font-size: 12px;
  font-weight: 700;
  color: #959595;
  text-transform: uppercase;
  margin-bottom: .5rem;
  margin-top: 2rem; }
  .chapter-heading h2 {
    font-size: 1.6rem;
    margin-top: 0; }
    .chapter-heading h2 a {
      color: #3751b0; }
    .chapter-heading h2 a:hover {
      color: #3751b0;
      border-bottom: 3px solid #3751b0; }
  .chapter-heading p {
    letter-spacing: 1px;
    margin-bottom: 0; }

.su-spoiler.su-spoiler-style-default {
  background: #efefef;
  padding: 0.75rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }
  .su-spoiler.su-spoiler-style-default > .su-spoiler-title {
    font-size: 1rem; }
    .su-spoiler.su-spoiler-style-default > .su-spoiler-title > .su-spoiler-icon {
      left: -20px;
      font-size: 40px;
      top: 50%;
      margin-top: -10px; }
  .su-spoiler.su-spoiler-style-default > .su-spoiler-content {
    padding: 1em 27px; }

.main-content.page ol, .main-content.page ul {
  margin-left: 3.25rem; }
  .main-content.page ol li, .main-content.page ul li {
    padding-left: 0.3rem;
    padding-bottom: 0.5rem; }

ul.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  ul.pagination .current {
    padding: 0; }
    ul.pagination .current a {
      color: #ffffff; }

figure.aligncenter {
  text-align: center; }

.chapter-pullquote {
  position: relative;
  border-left: 4px solid #e6e6e6;
  padding-left: 20px;
  margin: 1rem 0; }
  .chapter-pullquote p {
    margin: 0; }

.chapter-pullquote-content {
  font-family: "Petit Formal Script", "Brush Script MT", cursive;
  font-size: 22px;
  line-height: 32px;
  color: #2C4C6B; }

.chapter-pullquote-citation {
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
  color: #333333;
  font-weight: 500; }
  .chapter-pullquote-citation:before {
    display: inline;
    content: '- '; }

@media screen and (max-width: 46.1875em) {
  .desktop-menu, .top-bar-title, .top-bar-left, .top-bar-right {
    display: none !important; } }

@media print, screen and (min-width: 46.25em) {
  #mobile-menu, .title-bar {
    display: none !important; } }

.position-left.is-open ~ .off-canvas-content {
  height: 100vh;
  overflow: hidden; }

.off-canvas {
  background: #2C4C6B; }
  .off-canvas #menu-social-and-donate-nav {
    text-align: center; }
  .off-canvas > ul.menu {
    padding: 1rem; }
    .off-canvas > ul.menu .nav-social-btn {
      display: inline-block; }
    .off-canvas > ul.menu .nav-donate-btn a {
      margin-bottom: 1em;
      background: #CA4948; }
      .off-canvas > ul.menu .nav-donate-btn a:hover {
        background: #cf534f;
        color: #ffffff; }
    .off-canvas > ul.menu a {
      color: #ffffff;
      font-weight: 600;
      font-size: 1.125rem;
      opacity: .75; }
  .off-canvas .menu .active > a {
    background-color: #253879; }

.title-bar-title a {
  font-size: 1rem;
  color: #B9B9B9;
  text-transform: uppercase; }
  .title-bar-title a img {
    height: 1rem;
    margin-left: .5rem; }

.top-bar {
  background: #2C4C6B; }
  .top-bar .top-bar-title {
    margin: 0;
    padding: 0;
    height: 55px; }
    .top-bar .top-bar-title a {
      color: #b9b9b9;
      font-weight: bold;
      text-transform: uppercase;
      display: table-cell;
      vertical-align: middle;
      height: 40px;
      padding-left: 1rem;
      padding-right: .4rem; }
      @media print, screen and (min-width: 46.25em) {
        .top-bar .top-bar-title a {
          height: 55px;
          padding-left: 0.6em;
          padding-right: 0.6em; } }
      @media print, screen and (min-width: 64em) {
        .top-bar .top-bar-title a {
          padding-bottom: 0.3em;
          padding-left: 1em;
          padding-right: 1em; } }
      .top-bar .top-bar-title a:hover {
        background: #4a516c; }
      .top-bar .top-bar-title a img {
        height: 1rem; }
  .top-bar .menu .home a {
    font-size: 1rem;
    color: #B9B9B9; }
  .top-bar .menu a {
    height: 55px;
    color: #e6e6e6;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: bold;
    font-size: 0.8rem;
    line-height: 1.4rem; }
  .top-bar ul {
    background: #2C4C6B; }
  .top-bar .current-menu-item > a,
  .top-bar .menu .active > a,
  .top-bar .menu a:hover:not(.button) {
    background: #4a516c;
    color: #ffffff; }
  .top-bar .menu > li:not(.menu-text) > a {
    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-pack: distribute;
        justify-content: space-around;
    padding: 1rem;
    line-height: 1; }
    @media screen and (min-width: 46.25em) and (max-width: 63.9375em) {
      .top-bar .menu > li:not(.menu-text) > a {
        padding: 0 0.65rem; } }
    @media print, screen and (min-width: 64em) {
      .top-bar .menu > li:not(.menu-text) > a {
        font-size: 1rem; } }
  .top-bar .top-bar-left a:hover {
    color: #ffffff; }
  @media screen and (max-width: 63.9375em) {
    .top-bar .top-bar-right .menu > li:not(.menu-text) > a {
      padding: 1rem .5rem; } }
  .top-bar .top-bar-right li > a img,
  .top-bar .top-bar-right li > a i,
  .top-bar .top-bar-right li > a svg {
    margin-right: 0;
    width: 13px;
    text-align: center; }
  .top-bar .top-bar-right .menu-item-donate a {
    background: #CA4948; }
    .top-bar .top-bar-right .menu-item-donate a:hover {
      background: #cf534f;
      color: #ffffff; }
  .top-bar .dropdown.menu .submenu {
    border: 0; }
  .top-bar .dropdown.menu .has-submenu.is-down-arrow a {
    padding-right: 1rem; }
  .top-bar .dropdown.menu .has-submenu.is-down-arrow > a::after {
    border: 0; }
  .top-bar .dropdown.menu:first-child > li.is-dropdown-submenu-parent > a::after {
    display: none; }
  .top-bar .dropdown.menu.vertical > li.opens-right > a:after,
  .top-bar .dropdown.menu.vertical > li.opens-left > a:after {
    margin-top: -6px; }

.is-dropdown-submenu {
  z-index: 11; }
  @media print, screen and (min-width: 64em) {
    .is-dropdown-submenu {
      min-width: 230px; } }

.announcement-bar {
  background: #CA4948;
  border-bottom: 1px solid white;
  color: white; }
  .announcement-bar a {
    color: inherit; }
  .announcement-bar p {
    margin: 0;
    font-size: 18px;
    line-height: 1.44444; }
    .announcement-bar p.announcement-heading {
      font-size: 15px; }
  .announcement-bar .announcement-dismiss {
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    padding: 10px;
    cursor: pointer; }

.announcement-bar-content {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto; }
  .announcement-bar-content::before, .announcement-bar-content::after {
    display: table;
    content: ' '; }
  .announcement-bar-content::after {
    clear: both; }

.announcement-bar-inner {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px; }
  @media print, screen and (min-width: 46.25em) {
    .announcement-bar-inner {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .announcement-bar-inner:last-child:not(:first-child) {
    float: right; }

.post-navigation:before,
.post-navigation:after {
  content: "";
  display: table; }

.post-navigation:after {
  clear: both; }

.nav-previous {
  float: left; }

.nav-next {
  float: right; }

#footer-form-container {
  background-color: #b5b9bc;
  padding-top: 1.875rem;
  padding-bottom: 1.25rem;
  color: #192652; }
  #footer-form-container h3 {
    text-transform: uppercase;
    font-weight: 800; }
  #footer-form-container p {
    line-height: 1.5; }
  #footer-form-container form {
    margin-top: 2rem; }
  #footer-form-container .button {
    text-transform: uppercase;
    font-weight: 800;
    font-family: "Montserrat", "Helvetica Neue", sans-serif; }

#footer-container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  background-color: #6f7173; }
  #footer-container #footer {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    padding: 2.5rem 0;
    color: #efefef;
    font-size: 0.8rem;
    line-height: 1.4rem; }
    #footer-container #footer::before, #footer-container #footer::after {
      display: table;
      content: ' '; }
    #footer-container #footer::after {
      clear: both; }
    #footer-container #footer h2, #footer-container #footer h3, #footer-container #footer h6 {
      color: #efefef;
      font-weight: 900;
      letter-spacing: 0.2rem;
      padding: 0.3rem 0; }
    #footer-container #footer h6 {
      text-transform: uppercase; }
    #footer-container #footer p a {
      border-color: #efefef; }
    #footer-container #footer .footer-logo {
      padding-bottom: 1rem; }
      #footer-container #footer .footer-logo img {
        opacity: 0.8; }
    #footer-container #footer .column, #footer-container #footer .columns, #footer-container #footer .columns {
      padding: 1rem 2rem; }
    #footer-container #footer a {
      color: #efefef;
      font-weight: 600; }
      #footer-container #footer a:hover {
        color: #ffffff; }
    #footer-container #footer ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }

#page-sidebar-left .sidebar > article, #single-post .sidebar > article {
  padding-right: 2rem; }

#page-sidebar-left h6, #single-post h6 {
  font-weight: 700;
  margin-top: 0.5rem; }

#page .sidebar > article {
  padding-left: 2rem; }

/* Medium screen and below */
@media screen and (max-width: 40em) {
  #page .sidebar > article {
    padding-left: 0; } }

.sidebar {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 46.25em) {
    .sidebar {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .sidebar:last-child:not(:first-child) {
    float: right; }
  @media print, screen and (min-width: 46.25em) {
    .sidebar {
      position: relative;
      right: 0;
      width: 33.33333%;
      margin-top: 1rem; } }
  .sidebar h6 {
    font-size: 1rem; }
  .sidebar .menu > li {
    display: block;
    font-size: .9rem; }
    .sidebar .menu > li:hover {
      background-color: #2C4C6B; }
      .sidebar .menu > li:hover a {
        color: #ffffff; }
    .sidebar .menu > li.current-menu-item {
      background-color: #2C4C6B; }
      .sidebar .menu > li.current-menu-item a {
        color: #ffffff; }
  .sidebar h6 {
    font-weight: bold;
    margin-bottom: 1rem; }
  .sidebar .menu {
    margin-bottom: 1rem; }
    .sidebar .menu li {
      font-weight: bold;
      font-size: 15px; }
  .sidebar article + article {
    margin-top: 3em; }

.sidebar-sticky {
  position: fixed;
  top: 0;
  max-width: 400px; }

body#tinymce {
  height: auto;
  max-width: 75rem;
  padding: 1.25rem !important; }

.button {
  font-weight: 700;
  font-family: "Montserrat", "Helvetica Neue", sans-serif; }

.button.secondary.load-more {
  background-color: #b5b9bc; }
  .button.secondary.load-more:hover, .button.secondary.load-more:active {
    background-color: #CA4948; }

.button.primary:hover {
  background-color: #3751b0; }

.button.all-caps {
  text-transform: uppercase; }

.button.download {
  text-transform: uppercase;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
  .button.download i.fa {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    margin-right: 5px; }
    .button.download i.fa.fa-external-link {
      margin-left: 5px;
      margin-right: 0;
      font-size: 1em; }
  .button.download .button-label {
    display: inline-block;
    vertical-align: middle; }

.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: 46.25em) {
    .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: 46.25em) {
      .flex-card-example .card {
        width: 32%; } }
    .flex-card-example .card .card-content {
      padding: 1rem; }

.card {
  margin-bottom: 1.25rem; }
  @media print, screen and (min-width: 46.25em) {
    .card {
      margin-bottom: 1.875rem; } }

#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: 46.25em) {
    #featured-hero {
      height: 12.5rem; } }
  @media screen and (min-width: 75em) {
    #featured-hero {
      height: 25rem; } }

select {
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-image: url("../images/icons/chevron-down.svg");
  -webkit-background-size: 1rem 1rem;
          background-size: 1rem; }

span.required {
  color: #c1241f;
  font-weight: normal; }

.help-text {
  margin-top: -0.65rem;
  font-weight: normal; }

fieldset {
  margin-top: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem; }

legend {
  width: 100%;
  font-weight: 800;
  margin-bottom: .7rem; }

.badge {
  line-height: 1.5; }

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked,
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px; }

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label,
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  position: relative;
  display: block;
  padding-left: 2rem;
  margin-left: 0;
  cursor: pointer;
  line-height: 1.4rem;
  font-weight: normal;
  margin-bottom: .7rem; }

[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before,
[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #cccccc;
  background: #f8f8f8; }

[type="checkbox"]:not(:checked).is-invalid-input + label:before,
[type="checkbox"]:checked.is-invalid-input + label:before,
[type="radio"]:not(:checked).is-invalid-input + label:before,
[type="radio"]:checked.is-invalid-input + label:before {
  border-color: #cc4b37;
  background-color: #faedeb; }

[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before {
  border-radius: 50%; }

[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after,
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
  content: '';
  position: absolute;
  width: .5rem;
  height: .5rem;
  bottom: .5rem;
  left: .5rem;
  background-color: #314aa0; }

[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
  border-radius: 50%; }

[type="checkbox"]:not(:checked) + label:after,
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0); }

[type="checkbox"]:checked + label:after,
[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(2);
      -ms-transform: scale(2);
          transform: scale(2); }

[type="checkbox"]:checked:hover + label:before,
[type="checkbox"]:not(:checked):hover + label:before,
[type="checkbox"]:hover + label:before,
[type="radio"]:checked:hover + label:before,
[type="radio"]:not(:checked):hover + label:before,
[type="radio"]:hover + label:before {
  border: 1px solid #192652; }

#email-signup-footer .processing, #email-signup-footer .success {
  margin-top: -2rem; }

#email-signup-homepage p {
  color: #2C4C6B; }

#group-registration .at_least_one_required.card {
  border: 2px solid #cccccc; }
  #group-registration .at_least_one_required.card .card-divider {
    background: #fafafa; }

#group-registration input[data-validator='at_least_one_required'].is-invalid-input {
  border: 2px solid #cccccc;
  background-color: #fafafa; }

#group-registration input[data-validator='at_least_one_required'].is-invalid-input + span.form-error {
  color: #555555; }

#group-registration .has-tip {
  border-bottom: 0; }

#group-registration .card-divider .badge {
  vertical-align: middle; }

form .success:not(.badge) i {
  margin-bottom: .8rem; }

.zoom {
  -webkit-animation-name: custom-1;
          animation-name: custom-1;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }

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

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

.fade-zoom {
  -webkit-animation-name: custom-2;
          animation-name: custom-2;
  -webkit-animation-duration: 200ms;
          animation-duration: 200ms;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s; }

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

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

.main-content.page ul.gform_fields {
  margin: 0;
  list-style: none; }
  .main-content.page ul.gform_fields .gfield_error input {
    background-color: #f5ddda;
    border: 2px solid #cc4b37;
    color: #333; }

.dotted {
  border-style: dashed;
  margin: 2rem 0; }

[data-whatinput="mouse"] a:focus, button:focus [data-whatinput="touch"] a:focus, button:focus {
  outline: none; }

#can-event_campaign-area-local-indivisible-group-meetings h4, #can-event_campaign-area-local-indivisible-actions h4 {
  text-transform: uppercase;
  color: #c11d1d; }

#can-event_campaign-area-local-indivisible-group-meetings h2.entry-title, #can-event_campaign-area-local-indivisible-group-meetings h2.js-entry-title, #can-event_campaign-area-local-indivisible-actions h2.entry-title, #can-event_campaign-area-local-indivisible-actions h2.js-entry-title {
  display: none; }

#can-event_campaign-area-local-indivisible-group-meetings .last_line, #can-event_campaign-area-local-indivisible-actions .last_line {
  margin-bottom: 20px; }
  #can-event_campaign-area-local-indivisible-group-meetings .last_line h4, #can-event_campaign-area-local-indivisible-actions .last_line h4 {
    color: #0a0a0a;
    text-transform: none;
    font-weight: bold; }
  #can-event_campaign-area-local-indivisible-group-meetings .last_line .first_line, #can-event_campaign-area-local-indivisible-actions .last_line .first_line {
    font-size: 1.3rem;
    display: block;
    padding-bottom: 20px; }
  #can-event_campaign-area-local-indivisible-group-meetings .last_line .graytext, #can-event_campaign-area-local-indivisible-actions .last_line .graytext {
    color: #959595;
    text-transform: uppercase;
    font-size: .9rem;
    display: block; }

#can-event_campaign-area-local-indivisible-group-meetings .can_event_info .graytext, #can-event_campaign-area-local-indivisible-actions .can_event_info .graytext {
  color: #959595;
  text-transform: uppercase;
  font-size: .9rem;
  display: block; }

#can-event_campaign-area-local-indivisible-group-meetings .can_event_info h4, #can-event_campaign-area-local-indivisible-actions .can_event_info h4 {
  color: #0a0a0a;
  text-transform: none;
  font-size: 1.3rem;
  padding-bottom: 20px;
  font-weight: bold; }

#can-event_campaign-area-local-indivisible-group-meetings .nomb[type=submit], #can-event_campaign-area-local-indivisible-group-meetings input[type=submit], #can-event_campaign-area-local-indivisible-actions .nomb[type=submit], #can-event_campaign-area-local-indivisible-actions input[type=submit] {
  font-family: "Montserrat", "Helvetica Neue", sans-serif;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: .85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color .25s ease-out,color .25s ease-out;
  transition: background-color .25s ease-out,color .25s ease-out;
  font-size: .9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #2C4C6B;
  color: #fefefe; }

#can-event_campaign-area-local-indivisible-group-meetings h4.widget_title, #can-event_campaign-area-local-indivisible-actions h4.widget_title {
  margin-top: .5rem; }

#can-event_campaign-area-local-indivisible-group-meetings #action_info, #can-event_campaign-area-local-indivisible-actions #action_info {
  display: none; }

#can-event_campaign-area-local-indivisible-group-meetings #logo_wrap, #can-event_campaign-area-local-indivisible-actions #logo_wrap {
  display: none; }

#can-event_campaign-area-local-indivisible-group-meetings #event_desc, #can-event_campaign-area-local-indivisible-actions #event_desc {
  display: none; }

#can-event_campaign-area-local-indivisible-group-meetings #can_sidebar, #can-event_campaign-area-local-indivisible-actions #can_sidebar {
  width: 40%;
  float: left;
  border: 1px solid #cccccc;
  border-radius: 0;
  background: #f2f2f2;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a;
  padding: 1rem; }
  #can-event_campaign-area-local-indivisible-group-meetings #can_sidebar ul, #can-event_campaign-area-local-indivisible-actions #can_sidebar ul {
    margin-left: 0; }
  #can-event_campaign-area-local-indivisible-group-meetings #can_sidebar #new_rsvp, #can-event_campaign-area-local-indivisible-actions #can_sidebar #new_rsvp {
    text-align: center; }
    #can-event_campaign-area-local-indivisible-group-meetings #can_sidebar #new_rsvp input[type=submit], #can-event_campaign-area-local-indivisible-actions #can_sidebar #new_rsvp input[type=submit] {
      margin-top: 1.2rem;
      margin-bottom: 2rem; }

#can-event_campaign-area-local-indivisible-group-meetings #can_embed_form #action_welcome_message #action_welcome_message_inner > div, #can-event_campaign-area-local-indivisible-actions #can_embed_form #action_welcome_message #action_welcome_message_inner > div {
  max-width: none;
  font-size: 1rem; }

#can-event_campaign-area-local-indivisible-group-meetings #can_embed_form form li, #can-event_campaign-area-local-indivisible-actions #can_embed_form form li {
  width: 100%;
  font-size: 0.8rem;
  line-height: 1.2rem;
  padding-left: 0;
  padding-bottom: 0;
  list-style: none outside none;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  #can-event_campaign-area-local-indivisible-group-meetings #can_embed_form form li label, #can-event_campaign-area-local-indivisible-actions #can_embed_form form li label {
    font-size: 0.8rem;
    line-height: 1.2rem; }

#can-event_campaign-area-local-indivisible-group-meetings #can_embed_form #d_sharing, #can-event_campaign-area-local-indivisible-actions #can_embed_form #d_sharing {
  color: #555555;
  border-top: 1px solid #959595;
  padding-top: 15px; }
  #can-event_campaign-area-local-indivisible-group-meetings #can_embed_form #d_sharing ul, #can-event_campaign-area-local-indivisible-actions #can_embed_form #d_sharing ul {
    margin-left: 0px;
    width: auto; }

#can-event_campaign-area-local-indivisible-group-meetings #can_embed_form.can_768 #can_main_col, #can-event_campaign-area-local-indivisible-actions #can_embed_form.can_768 #can_main_col {
  width: 56%;
  float: right; }

#can-event_campaign-area-local-indivisible-group-meetings #can_embed_form #search_location_list, #can-event_campaign-area-local-indivisible-group-meetings #can_embed_form #host_your_own_list, #can-event_campaign-area-local-indivisible-actions #can_embed_form #search_location_list, #can-event_campaign-area-local-indivisible-actions #can_embed_form #host_your_own_list {
  max-height: 280px;
  overflow-y: scroll;
  padding: 15px 0;
  margin: 15px 0;
  font-size: 14px; }

#can-event_campaign-area-local-indivisible-group-meetings .country_wrap > *, #can-event_campaign-area-local-indivisible-actions .country_wrap > * {
  display: none; }

#can-event_campaign-area-local-indivisible-group-meetings #can_embed_form .event_map_wrap, #can-event_campaign-area-local-indivisible-group-meetings #can_embed_form #event_map_wrap, #can-event_campaign-area-local-indivisible-actions #can_embed_form .event_map_wrap, #can-event_campaign-area-local-indivisible-actions #can_embed_form #event_map_wrap {
  height: 400px; }

#can-event_campaign-area-local-indivisible-group-meetings #can_embed_form .event_map_wrap #map_canvas, #can-event_campaign-area-local-indivisible-group-meetings #can_embed_form #event_map_wrap #map_canvas, #can-event_campaign-area-local-indivisible-actions #can_embed_form .event_map_wrap #map_canvas, #can-event_campaign-area-local-indivisible-actions #can_embed_form #event_map_wrap #map_canvas {
  height: 400px; }

#can-event_campaign-area-local-indivisible-group-meetings #can_embed_form #search_location_list ul, #can-event_campaign-area-local-indivisible-group-meetings #can_embed_form #host_your_own ul, #can-event_campaign-area-local-indivisible-actions #can_embed_form #search_location_list ul, #can-event_campaign-area-local-indivisible-actions #can_embed_form #host_your_own ul {
  margin: -15px 0;
  padding: 0; }

#can-event_campaign-area-local-indivisible-group-meetings #can_embed_form #search_location_list ul li, #can-event_campaign-area-local-indivisible-group-meetings #can_embed_form #host_your_own ul li, #can-event_campaign-area-local-indivisible-actions #can_embed_form #search_location_list ul li, #can-event_campaign-area-local-indivisible-actions #can_embed_form #host_your_own ul li {
  padding: 15px;
  margin: 0;
  border-bottom: 1px solid #cccccc;
  list-style: none; }

#can-event_campaign-area-local-indivisible-group-meetings #can_embed_form #search_location_list ul li strong, #can-event_campaign-area-local-indivisible-actions #can_embed_form #search_location_list ul li strong {
  text-transform: uppercase; }

#can-event_campaign-area-local-indivisible-group-meetings #can_embed_form #search_location_list ul li strong, #can-event_campaign-area-local-indivisible-group-meetings #can_embed_form #search_location_list ul li span, #can-event_campaign-area-local-indivisible-group-meetings #can_embed_form #host_your_own ul li strong, #can-event_campaign-area-local-indivisible-group-meetings #can_embed_form #host_your_own ul li span, #can-event_campaign-area-local-indivisible-actions #can_embed_form #search_location_list ul li strong, #can-event_campaign-area-local-indivisible-actions #can_embed_form #search_location_list ul li span, #can-event_campaign-area-local-indivisible-actions #can_embed_form #host_your_own ul li strong, #can-event_campaign-area-local-indivisible-actions #can_embed_form #host_your_own ul li span {
  display: block; }

#can-event_campaign-area-local-indivisible-group-meetings .choose_location_button, #can-event_campaign-area-local-indivisible-group-meetings .js-choose_location_button, #can-event_campaign-area-local-indivisible-actions .choose_location_button, #can-event_campaign-area-local-indivisible-actions .js-choose_location_button {
  margin-top: .6rem;
  margin-bottom: .6rem; }

#can-event_campaign-area-local-indivisible-group-meetings #can_embed_form .error_input, #can-event_campaign-area-local-indivisible-group-meetings #can_embed_form input[type="text"].error_input, #can-event_campaign-area-local-indivisible-group-meetings #can_embed_form input[type="password"].error_input, #can-event_campaign-area-local-indivisible-group-meetings #can_embed_form input[type="url"].error_input, #can-event_campaign-area-local-indivisible-group-meetings #can_embed_form input[type="email"].error_input, #can-event_campaign-area-local-indivisible-group-meetings #can_embed_form input[type="tel"].error_input, #can-event_campaign-area-local-indivisible-group-meetings #can_embed_form input[type="number"].error_input, #can-event_campaign-area-local-indivisible-group-meetings #can_embed_form textarea.error_input, #can-event_campaign-area-local-indivisible-group-meetings #can_embed_form .error_input_cc, #can-event_campaign-area-local-indivisible-group-meetings #can_embed_form input[type="text"].error_input_cc, #can-event_campaign-area-local-indivisible-group-meetings #can_embed_form input[type="password"].error_input_cc, #can-event_campaign-area-local-indivisible-group-meetings #can_embed_form input[type="url"].error_input_cc, #can-event_campaign-area-local-indivisible-group-meetings #can_embed_form input[type="email"].error_input_cc, #can-event_campaign-area-local-indivisible-group-meetings #can_embed_form input[type="tel"].error_input_cc, #can-event_campaign-area-local-indivisible-group-meetings #can_embed_form input[type="number"].error_input_cc, #can-event_campaign-area-local-indivisible-group-meetings #can_embed_form textarea.error_input_cc, #can-event_campaign-area-local-indivisible-group-meetings #donate_auto_modal input[type="password"].error_input, #can-event_campaign-area-local-indivisible-group-meetings #donate_auto_modal input[type="text"].error_input, #can-event_campaign-area-local-indivisible-actions #can_embed_form .error_input, #can-event_campaign-area-local-indivisible-actions #can_embed_form input[type="text"].error_input, #can-event_campaign-area-local-indivisible-actions #can_embed_form input[type="password"].error_input, #can-event_campaign-area-local-indivisible-actions #can_embed_form input[type="url"].error_input, #can-event_campaign-area-local-indivisible-actions #can_embed_form input[type="email"].error_input, #can-event_campaign-area-local-indivisible-actions #can_embed_form input[type="tel"].error_input, #can-event_campaign-area-local-indivisible-actions #can_embed_form input[type="number"].error_input, #can-event_campaign-area-local-indivisible-actions #can_embed_form textarea.error_input, #can-event_campaign-area-local-indivisible-actions #can_embed_form .error_input_cc, #can-event_campaign-area-local-indivisible-actions #can_embed_form input[type="text"].error_input_cc, #can-event_campaign-area-local-indivisible-actions #can_embed_form input[type="password"].error_input_cc, #can-event_campaign-area-local-indivisible-actions #can_embed_form input[type="url"].error_input_cc, #can-event_campaign-area-local-indivisible-actions #can_embed_form input[type="email"].error_input_cc, #can-event_campaign-area-local-indivisible-actions #can_embed_form input[type="tel"].error_input_cc, #can-event_campaign-area-local-indivisible-actions #can_embed_form input[type="number"].error_input_cc, #can-event_campaign-area-local-indivisible-actions #can_embed_form textarea.error_input_cc, #can-event_campaign-area-local-indivisible-actions #donate_auto_modal input[type="password"].error_input, #can-event_campaign-area-local-indivisible-actions #donate_auto_modal input[type="text"].error_input {
  background-color: #f5ddda;
  border: 2px solid #cc4b37;
  color: #333; }

#can-event_campaign-area-local-indivisible-group-meetings #can_embed_form #error_message, #can-event_campaign-area-local-indivisible-actions #can_embed_form #error_message {
  display: none;
  color: #cc4b37;
  text-transform: uppercase; }

#can-event_campaign-area-local-indivisible-group-meetings #can_embed_form .ajax-loading, #can-event_campaign-area-local-indivisible-actions #can_embed_form .ajax-loading {
  display: none;
  position: relative;
  top: 4px;
  float: right;
  margin-top: -44px;
  margin-right: 10px;
  height: 16px;
  width: 22px; }

#can-event_campaign-area-local-indivisible-group-meetings #can_embed_form .ajax-loading, #can-event_campaign-area-local-indivisible-actions #can_embed_form .ajax-loading {
  -webkit-animation: spin 1s infinite linear;
          animation: spin 1s infinite linear; }

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

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

#can-event_campaign-area-local-indivisible-group-meetings #host_your_own, #can-event_campaign-area-local-indivisible-actions #host_your_own {
  display: none; }

#can-event_campaign-area-local-indivisible-group-meetings #can_embed_form textarea, #can-event_campaign-area-local-indivisible-actions #can_embed_form textarea {
  height: 400px; }

#can-event_campaign-area-local-indivisible-group-meetings #can_embed_form textarea.embed_textarea, #can-event_campaign-area-local-indivisible-actions #can_embed_form textarea.embed_textarea {
  height: 200px; }

#can-event_campaign-area-local-indivisible-group-meetings #can_embed_form .discussion-board, #can-event_campaign-area-local-indivisible-actions #can_embed_form .discussion-board {
  display: none; }

#can-event_campaign-area-local-indivisible-group-meetings #host_your_own, #can-event_campaign-area-local-indivisible-actions #host_your_own {
  text-align: center; }

#can-event_campaign-area-local-indivisible-group-meetings #can_embed_form #can_thank_you, #can-event_campaign-area-local-indivisible-actions #can_embed_form #can_thank_you {
  padding: 2rem 10rem;
  margin: 2rem 10rem;
  border: 1px solid #cccccc;
  background: #f2f2f2;
  color: #0a0a0a; }
  #can-event_campaign-area-local-indivisible-group-meetings #can_embed_form #can_thank_you h1, #can-event_campaign-area-local-indivisible-actions #can_embed_form #can_thank_you h1 {
    margin-bottom: 2rem; }
  #can-event_campaign-area-local-indivisible-group-meetings #can_embed_form #can_thank_you h2, #can-event_campaign-area-local-indivisible-actions #can_embed_form #can_thank_you h2 {
    margin-top: 1rem; }
  #can-event_campaign-area-local-indivisible-group-meetings #can_embed_form #can_thank_you h4, #can-event_campaign-area-local-indivisible-actions #can_embed_form #can_thank_you h4 {
    text-transform: none;
    color: #555555; }

#can_embed_form .block {
  display: block; }

#can_embed_form .nomb {
  margin-bottom: 0 !important; }

#can_embed_form_inner * {
  margin: 0;
  padding: 0;
  border: 0;
  background: none transparent;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-shadow: none;
  text-align: left;
  text-decoration: none;
  z-index: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  text-indent: 0;
  border-radius: 0;
  opacity: 1;
  float: none;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto; }

#can_embed_form,
#donate_auto_modal {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  outline: none;
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

#can_embed_form div,
#donate_auto_modal div {
  clear: none; }

#can_embed_form .can_relative {
  position: relative; }

#can_embed_form .can_block {
  display: block; }

#can_embed_form input,
#can_embed_form textarea,
#can_embed_form select,
#donate_auto_modal input,
.can_embed_select2 {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  outline: none; }

#can_embed_form img {
  border: 0;
  max-width: 100%;
  height: auto; }

#can_embed_form img.main_action_image {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  margin: 0 auto 20px; }

.event_campaign #can_embed_form img.main_action_image {
  margin-top: 15px; }

#can_embed_form strong {
  font-weight: 900; }

#can_embed_form .mt20 {
  margin-top: 0; }

#can_embed_form .bullet {
  margin: 0 5px; }

#can_embed_form .clear,
#donate_auto_modal .clear {
  clear: both;
  height: auto;
  overflow: auto; }

#can_embed_form p,
#donate_auto_modal p {
  margin-bottom: 15px; }

#can_embed_form h2.line {
  padding-bottom: 15px; }

#can_embed_form h3 {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 3px solid #DCDCDC;
  margin-top: 0;
  font-size: 23px;
  text-transform: none; }

#can_embed_form .last_line,
#can_embed_form h3.last_line,
#can_embed_form h4.last_line {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 3px solid #DCDCDC; }

#can_embed_form div.last_line:last-child {
  margin-bottom: 0;
  padding-bottom: 0; }

#can_embed_form h3.first_line,
#can_embed_form h4.first_line {
  margin-bottom: 0;
  padding-bottom: 10px;
  border-bottom: none; }

#can_embed_form h3.line {
  padding-bottom: 10px;
  border-bottom: 3px solid #DCDCDC;
  margin-top: 40px;
  margin-bottom: 20px; }

#can_embed_form:not(.can_float) h4.mt15 {
  margin-top: 15px; }

#can_embed_form h4.mb5 {
  margin-bottom: 5px; }

#can_embed_form h5 {
  margin: 0;
  font-size: 12px; }

#can_embed_form #logo_wrap {
  display: none; }

#can_embed_form #logo_wrap a,
#can_embed_form #logo_wrap a img {
  display: block;
  margin: auto; }

#can_embed_form small,
#donate_auto_modal small {
  font-size: 12px; }

#can_embed_form .graytext {
  color: #BFBFBF; }

#can_embed_form .no_mb {
  margin-bottom: 0 !important; }

.can_embed .kiosk-success {
  border: #50c24e 1px solid;
  background-color: lightgreen;
  font-size: 12px;
  text-align: center;
  padding: 2px;
  margin-bottom: 10px; }

#can_embed_form .alert_message {
  background-color: #f9f9d5;
  border: 1px solid #e6cf46;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  text-align: center;
  margin-bottom: 20px; }

#can_embed_form div:not(.action_sidebar) > .alert_message {
  margin: 40px 0; }

#captcha_wrap {
  text-align: center;
  margin-bottom: -1px;
  position: relative; }

#captcha_wrap img {
  max-width: 100%;
  height: auto;
  margin: auto;
  text-align: center; }

#can_embed_form #captcha_wrap .recaptcha_selection_wrap {
  max-width: 302px;
  height: 0;
  padding-top: 120%;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-left: 4%;
  padding-right: 4%; }

#can_embed_form #captcha_wrap .recaptcha_image {
  max-width: 302px;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  height: 0;
  padding-top: 120%; }

#can_embed_form #captcha_wrap .recaptcha_checkbox {
  width: 30.25%;
  height: 0%;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 9999999999px;
  background-repeat: no-repeat;
  padding-top: 32.25%;
  position: absolute;
  top: 20.25%; }

#can_embed_form #captcha_wrap .recaptcha_checkbox-row2 {
  top: 46%; }

#can_embed_form #captcha_wrap .recaptcha_checkbox-row3 {
  top: 71.75%; }

#can_embed_form #captcha_wrap .recaptcha_checkbox-column2 {
  left: 35%; }

#can_embed_form #captcha_wrap .recaptcha_checkbox-column3 {
  left: 66%; }

#can_embed_form #captcha_wrap .recaptcha_checkbox:hover {
  background-color: rgba(1, 137, 200, 0.35); }

#can_embed_form #captcha_wrap .recaptcha_checkbox_selected {
  background-color: rgba(1, 137, 200, 0.35); }

#can_embed_form #captcha_wrap .recaptcha_checkbox_selected:before {
  content: "X";
  font-family: "Helvetica", Arial, sans-serif !important;
  font-size: 35px;
  font-weight: normal;
  width: 30px;
  text-align: center;
  color: #0189c8;
  bottom: 5%;
  position: absolute;
  right: 5%;
  background-color: white;
  padding: 3px 3px 2px 3px;
  border-radius: 25%;
  height: 31px; }

#can_embed_form label,
#donate_auto_modal label {
  line-height: 20px;
  font-size: 12px;
  width: 100%;
  margin-bottom: 2px; }

#can_embed_form .control-label {
  clear: both; }

#can_embed_form .check_radio_field,
#donate_auto_modal .check_radio_field {
  margin-bottom: 20px;
  display: block; }

#can_embed_form .check_radio_field.donate_amount_wrap {
  margin: 0; }

#can_embed_form .check_radio_field label,
#donate_auto_modal .check_radio_field label {
  display: inline-block;
  width: auto;
  font-size: 14px;
  line-height: 20px;
  height: auto;
  padding: 8px 0 0 25px;
  position: relative;
  float: none;
  margin: 0 20px 0 0; }

#can_embed_form .check_radio_field.donate_amount_wrap label {
  display: block;
  width: 18%;
  font-size: 14px;
  line-height: 34px;
  padding: 1%;
  position: relative;
  float: left;
  margin: 0 2.5% 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

#can_embed_form .check_radio_field.donate_amount_wrap label:last-child {
  margin-right: 0; }

#can_embed_form .check_radio_field label input {
  position: absolute;
  left: 0;
  top: 9px; }

#can_embed_form .check_radio_field label input {
  position: absolute;
  left: 0;
  top: 8px; }

#can_embed_form .check_radio_field label input[type="text"] {
  position: relative; }

#can_embed_form .check_radio_field label input.other_input,
#can_embed_form #tip_jar .tip_label.tip_label_other input {
  top: 0;
  margin: 0; }

#can_embed_form #d_sharing {
  display: block;
  line-height: 15px;
  font-size: 11px;
  color: #909090;
  border-top: 1px dotted #D6D6D6;
  padding: 20px 0 0;
  margin: 0 0 10px; }

#can_embed_form #d_sharing input,
#can_embed_form #d_sharing label {
  display: inline-block;
  height: auto;
  line-height: 19px;
  width: auto;
  float: none; }

#can_embed_form #d_sharing label {
  position: relative;
  padding-left: 20px; }

#can_embed_form #d_sharing input {
  position: absolute;
  left: 0;
  top: 0; }

#can_embed_form #can_sidebar #d_sharing input {
  top: 0; }

#can_embed_form #d_sharing ul {
  margin-bottom: -10px;
  padding: 0; }

#can_embed_form #d_sharing ul li {
  margin-bottom: 10px; }

#can_embed_form #action_welcome_message {
  padding-bottom: 20px; }

#can_embed_form #action_welcome_message #action_welcome_message_inner {
  line-height: 25px; }

#can_embed_form #action_welcome_message #action_welcome_message_inner .welcome_wrap,
#can_embed_form #action_welcome_message #action_welcome_message_inner .welcome_avatar {
  float: left; }

#can_embed_form #action_welcome_message #action_welcome_message_inner > div {
  max-width: 240px; }

#can_embed_form #action_welcome_message #action_welcome_message_inner #log-out {
  display: inline-block; }

#can_embed_form #action_welcome_message .welcome_avatar {
  height: 44px;
  width: 44px;
  padding: 2px;
  float: left;
  margin-right: 10px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1); }

#can_embed_form .ajax-loading {
  display: none;
  position: relative;
  top: 4px;
  float: right;
  margin-top: -44px;
  margin-right: 10px;
  height: 16px;
  width: 22px; }

#can_embed_form .ajax-loading {
  -webkit-animation: spin 1s infinite linear;
          animation: spin 1s infinite linear; }

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

#can_embed_form #referral_code_select_wrap {
  margin-bottom: 20px; }

#can_embed_form #can_thank_you #can_alt_title {
  margin-top: 20px;
  font-size: 18px; }

#can_embed_form .can_thank_you-block {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px; }

#can_embed_form.can_768 .can_thank_you-block {
  float: left;
  width: 31%;
  margin-bottom: 40px;
  margin-right: 3.5%; }

#can_embed_form.can_768 .can_thank_you-block:last-child {
  margin-right: 0; }

#can_embed_form.can_768 .can_thank_you-block.two_margin-block {
  margin-left: 5%;
  margin-right: 5%; }

#can_embed_form .can_thank_you-block .share_button {
  width: 31%;
  margin-right: 3.5%;
  display: block;
  float: left;
  color: #FFFFFF;
  text-align: center;
  line-height: 40px;
  text-decoration: none; }

#can_embed_form .can_thank_you-block .share_button.share-facebook {
  background-color: #335795; }

#can_embed_form .can_thank_you-block .share_button.share-facebook:hover {
  background-color: #4F74BF; }

#can_embed_form .can_thank_you-block .share_button.share-twitter {
  background-color: #00ACED; }

#can_embed_form .can_thank_you-block .share_button.share-twitter:hover {
  background-color: #39C7FF; }

#can_embed_form .can_thank_you-block .share_button.share-google {
  background-color: #DD4B39;
  margin-right: 0; }

#can_embed_form .can_thank_you-block .share_button.share-google:hover {
  background-color: #F2503E; }

#can_embed_form .tooltip {
  display: none; }

#can_embed_form #embed_toggle-open,
#can_embed_form #embed_toggle-close {
  width: auto;
  display: block;
  font-size: 12px;
  padding: 5px;
  background-color: #E1E1E1;
  background-color: rgba(0, 0, 0, 0.1);
  line-height: 20px;
  padding: 2px 5px;
  cursor: pointer;
  float: left;
  margin-top: -10px; }

#can_embed_form #embed_toggle-close {
  display: none; }

#can_embed_form #embed_options {
  margin-top: 15px;
  display: none; }

#can_embed_form .embed-style-wrap {
  position: relative; }

#can_embed_form .host_custom_html {
  margin-top: 15px;
  clear: right; }

#can_embed_form #host_your_own {
  max-height: inherit;
  margin-top: 15px; }

#can_embed_form.can_float #host_your_own {
  margin-top: 0; }

#can_embed_form #can_sidebar #host_your_own .host_your_own_title {
  margin-top: 30px; }

#can_embed_form #search_location_list ul,
#can_embed_form #host_your_own ul {
  margin: -15px 0;
  padding: 0; }

#can_embed_form #search_location_list ul li,
#can_embed_form #host_your_own ul li {
  padding: 10px 15px;
  margin: 0;
  border-bottom: 1px dotted #C6C6C6;
  list-style: none; }

#can_embed_form #search_location_list ul li:last-child {
  border-bottom: none; }

#can_embed_form #search_location_list ul li strong,
#can_embed_form #search_location_list ul li span,
#can_embed_form #host_your_own ul li strong,
#can_embed_form #host_your_own ul li span {
  display: block; }

#can_embed_form #can_zip_search #form-zip_code {
  float: left;
  width: 60%; }

#can_embed_form #can_zip_search #form-zip_code-submit {
  float: right;
  width: 38%; }

#can_embed_form #campaign_zip_search,
#can_embed_form #campaign_zip_search_submit,
#can_embed_form.can_float.can_768 #campaign_zip_search,
#can_embed_form.can_float.can_768 #campaign_zip_search_submit {
  width: 100%; }

#can_embed_form.can_float #campaign_zip_search {
  float: left;
  width: 48%; }

#can_embed_form.can_float #campaign_zip_search_submit {
  float: right;
  width: 48%; }

#can_embed_form #action_info {
  border-top: 1px dotted #D6D6D6;
  margin: 20px 0 0;
  line-height: 25px;
  font-size: 13px;
  font-weight: 100;
  padding: 10px 24px; }

#can_embed_form #can_main_col #action_info .action_owner_box {
  float: left;
  margin-right: 40px; }

#can_embed_form #can_main_col #action_info .action_owner_box:last-child {
  margin-right: 0; }

#can_embed_form #action_info .action_owner_box .action_info_right {
  float: left; }

#can_embed_form #can_sidebar #action_info {
  padding: 0 20px;
  margin: 0 -20px 5px;
  border-top: 1px solid rgba(0, 0, 0, 0.05); }

#can_embed_form #can_sidebar #action_info .action_owner_box {
  margin-bottom: 20px; }

#can_embed_form #can_sidebar #action_info .action_owner_box:last-child {
  margin-bottom: 0; }

#can_embed_form #can_sidebar #action_info .action_owner {
  margin-right: 0; }

#can_embed_form #action_info .action_owner {
  margin-right: -40px; }

#can_embed_form #can_main_col #action_info .action_owner {
  margin: 0; }

#can_embed_form #action_info .action_owner .action_author_avatar {
  float: left;
  width: 44px;
  height: auto;
  padding: 2px;
  border: 1px solid #D3D3D3;
  margin: 5px 10px 0 0; }

#can_embed_form #can_main_col #action_info .action_owner_wrap {
  margin-bottom: 20px; }

#can_embed_form #can_main_col #action_info .action_owner .action_info_user,
#can_embed_form #can_main_col #action_info .action_owner .action_info_location {
  width: auto;
  float: none;
  display: block;
  margin: 0; }

#can_embed_form #can_sidebar #action_info .action_info_user {
  margin: 0;
  float: none; }

#can_embed_form #action_info .action_info_user {
  float: left;
  margin-right: 40px; }

#can_embed_form #action_info .action_info_user,
#can_embed_form #action_info .action_info_user a {
  color: #6F6F6F; }

#can_embed_form #action_info .action_info_user a:hover {
  color: #0096DB !important; }

#can_embed_form.can_768 #can_main_col #action_info {
  margin: 20px 0 0;
  padding: 10px 0; }

#can_embed_form .action_status_running_total {
  text-align: center;
  color: #CD3A18;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px; }

#can_embed_form .action_status_tracker {
  margin-bottom: 40px;
  margin: 20px 0 20px;
  padding: 0 20px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

#can_embed_form.can_768 .action_status_tracker {
  margin-top: 0; }

#can_embed_form .action_status_tracker .action_status_status_bar {
  background-color: #CDCDCD;
  -webkit-box-shadow: 0 0 17px 2px rgba(0, 0, 0, 0.1) inset, 0 0 1px 0 rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 0 17px 2px rgba(0, 0, 0, 0.1) inset, 0 0 1px 0 rgba(0, 0, 0, 0.2) inset;
  height: 20px;
  overflow: hidden;
  border-radius: 3px;
  margin-bottom: 10px; }

#can_embed_form .action_status_tracker .action_status_status_bar > span {
  display: block;
  height: 70px;
  position: relative;
  top: -50px; }

#can_embed_form .action_status_tracker .action_status_status_bar span.action_status_status_bar-grow {
  display: block;
  position: relative;
  z-index: 1;
  height: 100%;
  width: 0%;
  background-color: #0096DB;
  background-image: -webkit-gradient(linear, left center, right center, from(#007cc1), to(#0096db));
  background-image: -webkit-linear-gradient(left, #007cc1, #0096db);
  background-image: -webkit-gradient(linear, left top, right top, from(#007cc1), to(#0096db));
  background-image: linear-gradient(left, #007cc1, #0096db);
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5) inset, 0 0 3px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5) inset, 0 0 3px 1px rgba(0, 0, 0, 0.2); }

#can_embed_form .action_status_tracker .action_status_status_bar span.action_status_status_bar-grow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  z-index: 2;
  background-color: transparent;
  background-image: -webkit-repeating-linear-gradient(135deg, transparent, transparent 20px, rgba(255, 255, 255, 0.1) 20px, rgba(255, 255, 255, 0.1) 35px);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 20px, rgba(255, 255, 255, 0.1) 20px, rgba(255, 255, 255, 0.1) 35px); }

#can_embed_form .action_status_tracker .action_status_goal {
  text-align: center;
  color: #888888;
  font-size: 12px;
  line-height: 21px; }

#can_embed_form #d_sharing {
  text-align: center;
  padding: 10px 0 0 0;
  margin: 0; }

#can_embed_form #d_sharing.d_sharing_center > ul > li {
  text-align: center; }

#can_embed_form #d_sharing #edit_d_sharing_opts,
#can_embed_form #d_sharing #edit_d_sharing_opts-close {
  cursor: pointer;
  color: #7D7D7D;
  text-decoration: none;
  display: inline-block;
  background-color: #EDEDED;
  padding: 2px 6px;
  margin-top: 10px;
  border-radius: 2px; }

#can_embed_form #donate_form #d_sharing #edit_d_sharing_opts,
#can_embed_form #donate_form #d_sharing #edit_d_sharing_opts-close {
  background-color: #DADADA; }

#can_embed_form #d_sharing #d_sharing_opts {
  border-top: 1px dotted #D6D6D6;
  display: none;
  margin: 0;
  padding: 20px 0 0 0;
  text-align: left; }

#can_embed_form #d_sharing #edit_d_sharing_opts-close {
  display: none; }

#can_embed_form select {
  height: 34px;
  padding: 7px;
  width: 100%;
  line-height: 34px;
  border: 1px solid #CFCFCF;
  background-color: #FFFFFF;
  -webkit-transition: border-color .3s linear, background-color .3s linear;
  transition: border-color .3s linear, background-color .3s linear;
  border-radius: 3px;
  -webkit-transition: inherit;
  transition: inherit; }

#can_embed_form select.can_select,
#can_embed_form span.can_select {
  line-height: 34px;
  border: 1px solid #CFCFCF;
  color: #373737;
  background: url("https://actionnetwork.org/images/dropdownarrow.png") right 12px no-repeat #FFFFFF;
  -webkit-background-size: 23px 9px;
          background-size: 23px 9px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  padding: 0 30px 0 10px;
  zoom: 1;
  white-space: nowrap;
  display: block;
  margin-bottom: 15px;
  width: 100% !important;
  max-width: 100% !important; }

#can_embed_form span.can_select {
  width: 100%;
  height: 34px; }

#can_embed_form .can_select span {
  overflow: hidden; }

#can_embed_form .can_select span.can_selectInner {
  width: 100% !important; }

#can_embed_form select.can_select {
  opacity: 0;
  position: absolute;
  z-index: 999999;
  top: 0;
  left: 0; }

#can_embed_form .error_input-select_wrap > .can_select,
#can_embed_form .error_input-select_wrap > .select2-container .select2-choice {
  background-color: #f4b4b4;
  border: 1px solid #A31010;
  color: #333; }

.select2-drop-mask {
  display: none !important; }

#buorg {
  display: none; }

#can_embed_form #outdated_browser,
.can_embed_outdated_browser#outdated_browser #can_embed_form #no_js_browser {
  padding: 40px;
  background-color: #CD3A18;
  margin-bottom: 40px;
  border-radius: 5px; }

#can_embed_form #outdated_browser_message,
.can_embed_outdated_browser #outdated_browser_message {
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FEFEFE;
  padding: 40px 40px 0;
  border-radius: 5px; }

#can_embed_form #no_js_browser #outdated_browser_message {
  padding: 40px 40px 20px; }

#can_embed_form .outdated-title,
.can_embed_outdated_browser .outdated-title {
  padding: 0 0 10px;
  margin: 20px 0 10px; }

#can_embed_form .browser_box,
.can_embed_outdated_browser .browser_box {
  display: block;
  float: left;
  width: 33.33%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  margin: 0 0 15px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  text-align: center; }

#can_embed_form .browser_box:hover,
.can_embed_outdated_browser .browser_box:hover {
  background-color: #F7F7F7; }

#can_embed_form .browser_box strong,
.can_embed_outdated_browser .browser_box strong {
  display: block;
  margin-bottom: 10px; }

#can_embed_form a.outdated_link,
.can_embed_outdated_browser a.outdated_link {
  background-color: #25B096;
  color: #FFFFFF;
  border-bottom: 3px solid #118771;
  display: inline-block;
  padding: 0 10px;
  position: relative;
  top: 0;
  border-radius: 3px;
  -webkit-transition: background-color .1s linear;
  transition: background-color .1s linear;
  text-decoration: none; }

#can_embed_form a.outdated_link:hover,
.can_embed_outdated_browser a.outdated_link:hover {
  background-color: #0096DB;
  border-color: #0276AB; }

.ie_6 #can_embed_form #outdated_browser,
.ie_7 #can_embed_form #outdated_browser,
.ie_8 #can_embed_form #outdated_browser,
.ie_6 .can_embed_outdated_browser #outdated_browser,
.ie_7 .can_embed_outdated_browser #outdated_browser,
.ie_8 .can_embed_outdated_browser #outdated_browser {
  display: block; }

.ie_7 #can_embed_form .donate_amount .placeholder_fix_wrap .placeholder,
.ie_8 #can_embed_form .donate_amount .placeholder_fix_wrap .placeholder,
.ie_9 #can_embed_form .donate_amount .placeholder_fix_wrap .placeholder,
.ie_7 #can_embed_form .tip_label .placeholder_fix_wrap .placeholder,
.ie_8 #can_embed_form .tip_label .placeholder_fix_wrap .placeholder,
.ie_9 #can_embed_form .tip_label .placeholder_fix_wrap .placeholder {
  margin-top: -35px;
  margin-left: 3px; }

.ie_7 #can_embed_form .tip_label.tip_label_other .placeholder_fix_wrap .placeholder,
.ie_8 #can_embed_form .tip_label.tip_label_other .placeholder_fix_wrap .placeholder,
.ie_9 #can_embed_form .tip_label.tip_label_other .placeholder_fix_wrap .placeholder,
.ie_7 #can_embed_form .donate_amount.other_label .placeholder_fix_wrap .placeholder,
.ie_8 #can_embed_form .donate_amount.other_label .placeholder_fix_wrap .placeholder,
.ie_9 #can_embed_form .donate_amount.other_label .placeholder_fix_wrap .placeholder {
  margin-top: -4px;
  margin-left: -4px;
  font-size: 12px; }

.ie_7 #can_embed_form .donation_info_split .placeholder_fix_wrap .placeholder,
.ie_8 #can_embed_form .donation_info_split .placeholder_fix_wrap .placeholder,
.ie_9 #can_embed_form .donation_info_split .placeholder_fix_wrap .placeholder {
  margin-top: -5px;
  margin-left: 3px; }

#can_embed_form .placeholder_fix_wrap {
  position: relative; }

#can_embed_form .placeholder_fix_wrap .placeholder {
  position: absolute;
  top: 3px;
  left: 10px;
  color: #A9A9A9; }

#can_embed_form .centertext,
#donate_auto_modal .centertext {
  text-align: center; }

#can_embed_form .select2-container,
.can_embed_select2 .select2-container {
  margin: 0 0 15px;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle; }

#can_embed_form .select2-container,
#can_embed_form .select2-drop,
#can_embed_form .select2-search,
#can_embed_form .select2-search input,
.can_embed_select2 .select2-container,
.can_embed_select2.select2-drop,
.can_embed_select2 .select2-search,
.can_embed_select2 .select2-search input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

#can_embed_form .select2-container .select2-choice,
.can_embed_select2 .select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(top, #fff 0%, #eee 50%); }

#can_embed_form .select2-container.select2-allowclear .select2-choice .select2-chosen,
.can_embed_select2 .select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px; }

#can_embed_form .select2-container .select2-choice > .select2-chosen,
.can_embed_select2 .select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

#can_embed_form .select2-container .select2-choice abbr,
.can_embed_select2 .select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 9px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url("https://actionnetwork.org/images/select2.png") right top no-repeat;
  cursor: pointer;
  outline: 0; }

#can_embed_form .select2-container.select2-allowclear .select2-choice abbr,
.can_embed_select2 .select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block; }

#can_embed_form .select2-container .select2-choice abbr:hover,
.can_embed_select2 .select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer; }

.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  background-color: #fff;
  filter: alpha(opacity=0); }

#can_embed_form .select2-drop,
.can_embed_select2.select2-drop {
  max-width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

#can_embed_form .select2-drop-auto-width,
.can_embed_select2.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto; }

#can_embed_form .select2-drop-auto-width .select2-search,
.can_embed_select2.select2-drop-auto-width .select2-search {
  padding-top: 4px; }

#can_embed_form .select2-drop.select2-drop-above,
.can_embed_select2.select2-drop.select2-drop-above {
  margin-top: 1px;
  padding-top: 1px;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); }

#can_embed_form .select2-container .select2-choice .select2-arrow,
.can_embed_select2 .select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  background: #ccc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
  background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), color-stop(60%, #eee));
  background-image: -webkit-linear-gradient(top, #ccc 0%, #eee 60%);
  background-image: linear-gradient(top, #ccc 0%, #eee 60%); }

#can_embed_form .select2-container .select2-choice .select2-arrow b,
.can_embed_select2 .select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("https://actionnetwork.org/images/select2.png") no-repeat 0 1px; }

#can_embed_form .select2-search,
.can_embed_select2 .select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap; }

#can_embed_form .select2-search input,
.can_embed_select2 .select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff url("https://actionnetwork.org/images/select2.png") no-repeat 100% -22px;
  background: url("https://actionnetwork.org/images/select2.png") no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url("https://actionnetwork.org/images/select2.png") no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("https://actionnetwork.org/images/select2.png") no-repeat 100% -22px, -webkit-gradient(linear, left top, left bottom, color-stop(85%, #fff), color-stop(99%, #eee));
  background: url("https://actionnetwork.org/images/select2.png") no-repeat 100% -22px, -webkit-linear-gradient(top, #fff 85%, #eee 99%);
  background: url("https://actionnetwork.org/images/select2.png") no-repeat 100% -22px, linear-gradient(top, #fff 85%, #eee 99%); }

#can_embed_form .select2-drop.select2-drop-above .select2-search input,
.can_embed_select2.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px; }

#can_embed_form .select2-search input.select2-active,
.can_embed_select2 .select2-search input.select2-active {
  background: #fff url("https://actionnetwork.org/images/select2-spinner.gif") no-repeat 100%;
  background: url("https://actionnetwork.org/images/select2-spinner.gif") no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url("https://actionnetwork.org/images/select2-spinner.gif") no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("https://actionnetwork.org/images/select2-spinner.gif") no-repeat 100%, -webkit-gradient(linear, left top, left bottom, color-stop(85%, #fff), color-stop(99%, #eee));
  background: url("https://actionnetwork.org/images/select2-spinner.gif") no-repeat 100%, -webkit-linear-gradient(top, #fff 85%, #eee 99%);
  background: url("https://actionnetwork.org/images/select2-spinner.gif") no-repeat 100%, linear-gradient(top, #fff 85%, #eee 99%); }

#can_embed_form .select2-container-active .select2-choice,
#can_embed_form .select2-container-active .select2-choices,
.can_embed_select2 .select2-container-active .select2-choice,
.can_embed_select2 .select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

#can_embed_form .select2-dropdown-open .select2-choice .select2-arrow,
.can_embed_select2.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  -webkit-filter: none;
          filter: none; }

#can_embed_form .select2-dropdown-open .select2-choice .select2-arrow b,
.can_embed_select2.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px; }

#can_embed_form .select2-results,
.can_embed_select2 .select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: transparent; }

#can_embed_form .select2-results ul.select2-result-sub,
.can_embed_select2 .select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0; }

#can_embed_form .select2-results ul.select2-result-sub > li .select2-result-label,
.can_embed_select2 .select2-results ul.select2-result-sub > li .select2-result-label {
  padding-left: 20px; }

#can_embed_form .select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label,
.can_embed_select2 .select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 40px; }

#can_embed_form .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label,
.can_embed_select2 .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 60px; }

#can_embed_form .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label,
.can_embed_select2 .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 80px; }

#can_embed_form .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label,
.can_embed_select2 .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 100px; }

#can_embed_form .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label,
.can_embed_select2 .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 110px; }

#can_embed_form .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label,
.can_embed_select2 .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 120px; }

#can_embed_form .select2-results li,
.can_embed_select2 .select2-results li {
  list-style: none;
  display: list-item;
  background-image: none; }

#can_embed_form .select2-results li.select2-result-with-children > .select2-result-label,
.can_embed_select2 .select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold; }

#can_embed_form .select2-results .select2-result-label,
.can_embed_select2 .select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

#can_embed_form .select2-results .select2-highlighted,
.can_embed_select2 .select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff; }

#can_embed_form .select2-results li em,
.can_embed_select2 .select2-results li em {
  background: #feffde;
  font-style: normal; }

#can_embed_form .select2-results .select2-highlighted em,
.can_embed_select2 .select2-results .select2-highlighted em {
  background: transparent; }

#can_embed_form .select2-results .select2-highlighted ul,
.can_embed_select2 .select2-results .select2-highlighted ul {
  background: #fff;
  color: #000; }

#can_embed_form .select2-results .select2-no-results,
#can_embed_form .select2-results .select2-searching,
#can_embed_form .select2-results .select2-selection-limit,
.can_embed_select2 .select2-results .select2-no-results,
.can_embed_select2 .select2-results .select2-searching,
.can_embed_select2 .select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item; }

#can_embed_form .select2-results .select2-disabled.select2-highlighted,
.can_embed_select2 .select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default; }

#can_embed_form .select2-results .select2-disabled,
.can_embed_select2 .select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default; }

#can_embed_form .select2-results .select2-selected,
.can_embed_select2 .select2-results .select2-selected {
  display: none; }

#can_embed_form .select2-more-results.select2-active,
.can_embed_select2 .select2-more-results.select2-active {
  background: #f4f4f4 url("https://actionnetwork.org/images/select2-spinner.gif") no-repeat 100%; }

#can_embed_form .select2-more-results,
.can_embed_select2 .select2-more-results {
  background: #f4f4f4;
  display: list-item; }

#can_embed_form .select2-container.select2-container-disabled .select2-choice,
.can_embed_select2 .select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default; }

#can_embed_form .select2-container.select2-container-disabled .select2-choice .select2-arrow,
.can_embed_select2 .select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0; }

#can_embed_form .select2-container.select2-container-disabled .select2-choice abbr,
.can_embed_select2 .select2-container.select2-container-disabled .select2-choice abbr {
  display: none; }

#can_embed_form .select2-container-multi .select2-choices,
.can_embed_select2 .select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: linear-gradient(top, #eee 1%, #fff 15%); }

#can_embed_form .select2-locked,
.can_embed_select2 .select2-locked {
  padding: 3px 5px 3px 5px !important; }

#can_embed_form .select2-container-multi .select2-choices,
.can_embed_select2 .select2-container-multi .select2-choices {
  min-height: 26px; }

#can_embed_form .select2-container-multi.select2-container-active .select2-choices,
.can_embed_select2 .select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

#can_embed_form .select2-container-multi .select2-choices li,
.can_embed_select2 .select2-container-multi .select2-choices li {
  float: left;
  list-style: none; }

#can_embed_form .select2-container-multi .select2-choices .select2-search-field,
.can_embed_select2 .select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

#can_embed_form .select2-container-multi .select2-choices .select2-search-field input,
.can_embed_select2 .select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent !important; }

#can_embed_form .select2-container-multi .select2-choices .select2-search-field input.select2-active,
.can_embed_select2 .select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url("https://actionnetwork.org/images/select2-spinner.gif") no-repeat 100% !important; }

#can_embed_form .select2-default,
.can_embed_select2 .select2-default {
  color: #999 !important; }

#can_embed_form .select2-container-multi .select2-choices .select2-search-choice,
.can_embed_select2 .select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%); }

#can_embed_form .select2-container-multi .select2-choices .select2-search-choice .select2-chosen,
.can_embed_select2 .select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default; }

#can_embed_form .select2-container-multi .select2-choices .select2-search-choice-focus,
.can_embed_select2 .select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4; }

#can_embed_form .select2-search-choice-close,
.can_embed_select2 .select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url("https://actionnetwork.org/images/select2.png") right top no-repeat; }

#can_embed_form .select2-container-multi .select2-search-choice-close,
.can_embed_select2 .select2-container-multi .select2-search-choice-close {
  left: 3px; }

#can_embed_form .select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover,
.can_embed_select2 .select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px; }

#can_embed_form .select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close,
.can_embed_select2 .select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px; }

#can_embed_form .select2-container-multi.select2-container-disabled .select2-choices,
.can_embed_select2 .select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default; }

#can_embed_form .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice,
.can_embed_select2 .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4; }

#can_embed_form .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close,
.can_embed_select2 .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none; }

#can_embed_form .select2-result-selectable .select2-match,
#can_embed_form .select2-result-unselectable .select2-match,
.can_embed_select2 .select2-result-selectable .select2-match,
.can_embed_select2 .select2-result-unselectable .select2-match {
  text-decoration: underline; }

#can_embed_form .select2-offscreen,
#can_embed_form .select2-offscreen:focus,
.can_embed_select2 .select2-offscreen,
.can_embed_select2 .select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important; }

#can_embed_form .select2-display-none,
.can_embed_select2 .select2-display-none {
  display: none; }

#can_embed_form .select2-measure-scrollbar,
.can_embed_select2 .select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  #can_embed_form .select2-search input,
  #can_embed_form .select2-search-choice-close,
  #can_embed_form .select2-container .select2-choice abbr,
  #can_embed_form .select2-container .select2-choice .select2-arrow b,
  .can_embed_select2 .select2-search input,
  .can_embed_select2 .select2-search-choice-close,
  .can_embed_select2 .select2-container .select2-choice abbr,
  .can_embed_select2 .select2-container .select2-choice .select2-arrow b {
    background-image: url("https://actionnetwork.org/images/select2x2.png") !important;
    background-repeat: no-repeat !important;
    -webkit-background-size: 60px 40px !important;
            background-size: 60px 40px !important; }
  #can_embed_form .select2-search input,
  .can_embed_select2 .select2-search input {
    background-position: 100% -21px !important; } }

#can_embed_form .select2-container,
.can_embed_select2 .select2-container {
  width: 100%;
  text-align: left;
  max-width: 100%; }

#can_embed_form .select2-container .select2-choice,
.can_embed_select2 .select2-container .select2-choice {
  background-image: none;
  border-color: #CFCFCF;
  height: 31px;
  line-height: 31px;
  border-radius: 3px; }

#can_embed_form .select2-container .select2-choice .select2-arrow,
.can_embed_select2 .select2-container .select2-choice .select2-arrow {
  background: transparent;
  border: none; }

#can_embed_form .select2-container .select2-choice .select2-arrow b,
.can_embed_select2 .select2-container .select2-choice .select2-arrow b {
  background-position: 0 3px; }

#can_embed_form .select2-container.monster .select2-choice,
.can_embed_select2 .select2-container.monster .select2-choice {
  height: 48px;
  line-height: 48px; }

#can_embed_form .select2-container.monster .select2-choice .select2-arrow b,
.can_embed_select2 .select2-container.monster .select2-choice .select2-arrow b {
  background-position: 0 12px; }

#can_embed_form .select2-drop,
.can_embed_select2.select2-drop {
  border: 1px solid;
  border-radius: 0 0 4px 4px; }

#can_embed_form .select2-drop-active,
.can_embed_select2.select2-drop-active {
  border-color: #CFCFCF;
  padding-top: 5px;
  margin-top: -2px; }

#can_embed_form .select2-search input,
.can_embed_select2 .select2-search input {
  max-width: 100%;
  background-color: #FFF; }

#can_embed_form .select2-container-active .select2-choice,
#can_embed_form .select2-container-active .select2-choices,
.can_embed_select2 .select2-container-active .select2-choice,
.can_embed_select2 .select2-container-active .select2-choices {
  -webkit-box-shadow: none;
          box-shadow: none; }

#can_embed_form .select2-results .select2-no-results,
#can_embed_form .select2-results .select2-searching,
#can_embed_form .select2-results .select2-selection-limit,
.can_embed_select2 .select2-results .select2-no-results,
.can_embed_select2 .select2-results .select2-searching,
.can_embed_select2 .select2-results .select2-selection-limit {
  padding: 3px 5px; }

#can_embed_form .select2-container-multi .select2-choices,
.can_embed_select2 .select2-container-multi .select2-choices {
  border: 1px solid #CFCFCF;
  background-image: none;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%; }

#can_embed_form .select2-container-multi .select2-choices .select2-search-field,
#can_embed_form .select2-container-multi .select2-choices .select2-search-field input,
.can_embed_select2 .select2-container-multi .select2-choices .select2-search-field,
.can_embed_select2 .select2-container-multi .select2-choices .select2-search-field input {
  width: 100%;
  max-width: 100%; }

#can_embed_form .select2-container-multi .select2-choices .select2-search-choice,
.can_embed_select2 .select2-container-multi .select2-choices .select2-search-choice {
  width: auto;
  margin: 5px;
  line-height: 1em; }

#can_embed_form .select2-search-choice-close,
.can_embed_select2 .select2-search-choice-close {
  top: 5px; }

#can_embed_form .select2-results .select2-result-label,
.can_embed_select2 .select2-results .select2-result-label {
  display: inline-block; }

#can_embed_form .select2-results ul.select2-result-sub > li .select2-result-label,
.can_embed_select2 .select2-results ul.select2-result-sub > li .select2-result-label {
  padding-left: 7px; }

#can_embed_form .select2-results ul.select2-result-sub > li li .select2-result-label,
.can_embed_select2 .select2-results ul.select2-result-sub > li li .select2-result-label {
  padding-left: 3px; }

#can_embed_form .select2-results li.dropspacer,
.can_embed_select2 .select2-results li.dropspacer {
  padding-left: 210px; }

#can_embed_form .select2-results li.dropspacer:not(.spacer-) .select2-result-label,
.can_embed_select2 .select2-results li.dropspacer:not(.spacer-) .select2-result-label {
  padding-left: 9px;
  position: relative; }

#can_embed_form .select2-results li.dropspacer:not(.spacer-) .select2-result-label:before,
.can_embed_select2 .select2-results li.dropspacer:not(.spacer-) .select2-result-label:before {
  content: "-";
  font-size: .3em;
  position: absolute;
  left: 0;
  top: 4px; }

#can_embed_form .select2-results li.dropspacer.spacer-,
.can_embed_select2 .select2-results li.dropspacer.spacer- {
  padding-left: 0; }

#can_embed_form .select2-results li.dropspacer.spacer-1,
.can_embed_select2 .select2-results li.dropspacer.spacer-1 {
  padding-left: 10px; }

#can_embed_form .select2-results li.dropspacer.spacer-2,
.can_embed_select2 .select2-results li.dropspacer.spacer-2 {
  padding-left: 20px; }

#can_embed_form .select2-results li.dropspacer.spacer-3,
.can_embed_select2 .select2-results li.dropspacer.spacer-3 {
  padding-left: 30px; }

#can_embed_form .select2-results li.dropspacer.spacer-4,
.can_embed_select2 .select2-results li.dropspacer.spacer-4 {
  padding-left: 40px; }

#can_embed_form .select2-results li.dropspacer.spacer-5,
.can_embed_select2 .select2-results li.dropspacer.spacer-5 {
  padding-left: 50px; }

#can_embed_form .select2-results li.dropspacer.spacer-6,
.can_embed_select2 .select2-results li.dropspacer.spacer-6 {
  padding-left: 60px; }

#can_embed_form .select2-results li.dropspacer.spacer-7,
.can_embed_select2 .select2-results li.dropspacer.spacer-7 {
  padding-left: 70px; }

#can_embed_form .select2-results li.dropspacer.spacer-8,
.can_embed_select2 .select2-results li.dropspacer.spacer-8 {
  padding-left: 80px; }

#can_embed_form .select2-results li.dropspacer.spacer-9,
.can_embed_select2 .select2-results li.dropspacer.spacer-9 {
  padding-left: 90px; }

#can_embed_form .select2-results li.dropspacer.spacer-10,
.can_embed_select2 .select2-results li.dropspacer.spacer-10 {
  padding-left: 100px; }

#can_embed_form .select2-results li.dropspacer.spacer-11,
.can_embed_select2 .select2-results li.dropspacer.spacer-11 {
  padding-left: 110px; }

#can_embed_form .select2-results li.dropspacer.spacer-12,
.can_embed_select2 .select2-results li.dropspacer.spacer-12 {
  padding-left: 120px; }

#can_embed_form .select2-results li.dropspacer.spacer-13,
.can_embed_select2 .select2-results li.dropspacer.spacer-13 {
  padding-left: 130px; }

#can_embed_form .select2-results li.dropspacer.spacer-14,
.can_embed_select2 .select2-results li.dropspacer.spacer-14 {
  padding-left: 150px; }

#can_embed_form .select2-results li.dropspacer.spacer-15,
.can_embed_select2 .select2-results li.dropspacer.spacer-15 {
  padding-left: 150px; }

#can_embed_form .select2-results li.dropspacer.spacer-16,
.can_embed_select2 .select2-results li.dropspacer.spacer-16 {
  padding-left: 160px; }

#can_embed_form .select2-results li.dropspacer.spacer-17,
.can_embed_select2 .select2-results li.dropspacer.spacer-17 {
  padding-left: 170px; }

#can_embed_form .select2-results li.dropspacer.spacer-18,
.can_embed_select2 .select2-results li.dropspacer.spacer-18 {
  padding-left: 180px; }

#can_embed_form .select2-results li.dropspacer.spacer-19,
.can_embed_select2 .select2-results li.dropspacer.spacer-19 {
  padding-left: 190px; }

#can_embed_form .select2-results li.dropspacer.spacer-20,
.can_embed_select2 .select2-results li.dropspacer.spacer-20 {
  padding-left: 200px; }

#can_embed_form .select2-dropdown-open .select2-choice,
.can_embed_select2.select2-dropdown-open .select2-choice {
  background-color: #FFF;
  -webkit-box-shadow: none;
          box-shadow: none; }

#can_embed_form .select_wrap,
.can_embed_select2 .select_wrap {
  position: relative;
  height: 33px; }

#can_embed_form .select2-container.can_select,
.can_embed_select2 .select2-container.can_select {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0; }

iframe.twitter-tweet, twitterwidget {
  margin-left: auto;
  margin-right: auto; }

ul.tabs, ul.accordion {
  margin: 0; }
  ul.tabs li, ul.accordion li {
    padding: 0; }

.tabs-content.vertical {
  border: 0px solid #cccccc; }

.divider {
  margin-bottom: 1rem;
  margin-top: 1rem;
  padding-top: 2rem; }
  .divider hr {
    border-bottom: 1px solid #cccccc; }
  .divider a {
    text-transform: uppercase;
    font-size: 0.75rem;
    color: #cccccc;
    font-weight: bold;
    line-height: 1; }
    .divider a:hover {
      color: #959595; }

.pullquote {
  width: 35%;
  padding: 0.5em 1em;
  color: #555555;
  font-weight: bold; }
  .pullquote.float-left {
    margin: 0.5em 2em 1em 0;
    padding-left: 0;
    border-right: 5px solid #ebebeb; }
  .pullquote.float-right {
    margin: 0.5em 0 1em 2em;
    padding-right: 0;
    border-left: 5px solid #ebebeb; }
  .pullquote.full-width {
    padding: 10px 0 10px 30px;
    margin: 0 0 1rem -10px;
    width: 100%; }
    .pullquote.full-width.primary {
      border-left: 5px solid #2C4C6B; }
    .pullquote.full-width.primary-tint {
      border-left: 5px solid #3751b0; }
    .pullquote.full-width.primary-highlight {
      border-left: 5px solid #4a516c; }
    .pullquote.full-width.secondary {
      border-left: 5px solid #CA4948; }
    .pullquote.full-width.secondary-highlight {
      border-left: 5px solid #cf534f; }
    .pullquote.full-width.success {
      border-left: 5px solid #3adb76; }
    .pullquote.full-width.warning {
      border-left: 5px solid #ffae00; }
    .pullquote.full-width.alert {
      border-left: 5px solid #cc4b37; }
    .pullquote.full-width p {
      font-style: italic; }

.highlight {
  display: inline;
  padding: 1px 0px; }
  .highlight.primary {
    background: #2C4C6B;
    color: #ffffff; }
  .highlight.primary-tint {
    background: #3751b0;
    color: #ffffff; }
  .highlight.primary-highlight {
    background: #4a516c;
    color: #ffffff; }
  .highlight.secondary {
    background: #CA4948;
    color: #ffffff; }
  .highlight.secondary-highlight {
    background: #cf534f;
    color: #0a0a0a; }
  .highlight.success {
    background: #3adb76;
    color: #0a0a0a; }
  .highlight.warning {
    background: #ffae00;
    color: #0a0a0a; }
  .highlight.alert {
    background: #cc4b37;
    color: #ffffff; }

.orbit {
  padding: 0 1rem; }
  .orbit .orbit-container .orbit-slide {
    padding: 1rem 0;
    color: #ffffff;
    min-height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    .orbit .orbit-container .orbit-slide.is-active, .orbit .orbit-container .orbit-slide.slide-out-left, .orbit .orbit-container .orbit-slide.slide-out-right {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; }
    .orbit .orbit-container .orbit-slide:nth-child(3n+1) {
      background-color: #707173; }
      .orbit .orbit-container .orbit-slide:nth-child(3n+1) .button.hollow.white:hover, .orbit .orbit-container .orbit-slide:nth-child(3n+1) .button.hollow.white:focus {
        color: #707173; }
    .orbit .orbit-container .orbit-slide:nth-child(3n+2) {
      background-color: #192652; }
      .orbit .orbit-container .orbit-slide:nth-child(3n+2) .button.hollow.white:hover, .orbit .orbit-container .orbit-slide:nth-child(3n+2) .button.hollow.white:focus {
        color: #192652; }
    .orbit .orbit-container .orbit-slide:nth-child(3n+3) {
      background-color: #c1241f; }
      .orbit .orbit-container .orbit-slide:nth-child(3n+3) .button.hollow.white:hover, .orbit .orbit-container .orbit-slide:nth-child(3n+3) .button.hollow.white:focus {
        color: #c1241f; }
    .orbit .orbit-container .orbit-slide h2 {
      color: #ffffff;
      text-transform: none;
      font-weight: 700;
      margin-bottom: .5rem; }
    .orbit .orbit-container .orbit-slide p {
      font-weight: 400;
      padding-top: 1rem;
      margin-bottom: .5rem; }
    .orbit .orbit-container .orbit-slide .button.hollow.white {
      font-weight: 700;
      border: 2px solid #ffffff;
      margin-top: .6rem;
      color: #ffffff; }
      .orbit .orbit-container .orbit-slide .button.hollow.white:hover, .orbit .orbit-container .orbit-slide .button.hollow.white:focus {
        background-color: #ffffff; }

.social-feed {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  margin-left: -5px;
  margin-right: -5px; }

.social-post-instagram .social-post-content {
  position: relative;
  width: 25%;
  float: left;
  padding: 5px; }
  @media print, screen and (min-width: 46.25em) {
    .social-post-instagram .social-post-content {
      width: 12.5%; } }
  @media print, screen and (min-width: 64em) {
    .social-post-instagram .social-post-content {
      width: 25%; } }

.social-post-instagram a {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 50% 50%;
  opacity: 0.85; }
  .social-post-instagram a:hover {
    opacity: 1; }

.social-post-instagram img {
  width: 100%; }

.social-post-twitter {
  position: relative;
  display: block;
  clear: both;
  padding-left: 65px;
  padding-bottom: 20px;
  margin-top: 5px;
  margin-bottom: 20px; }
  .social-post-twitter .social-post-twitter {
    margin-bottom: 0;
    border: 1px solid rgba(149, 149, 149, 0.25);
    padding: 10px; }
    .social-post-twitter .social-post-twitter .tweet-avatar {
      display: none; }
  .social-post-twitter p {
    line-height: 1.3;
    margin-bottom: 0; }
  .social-post-twitter .tweet-avatar {
    position: absolute;
    top: 0;
    left: 5px;
    width: 50px; }
  .social-post-twitter .tweet-header {
    font-weight: 800; }
  .social-post-twitter:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #959595;
    opacity: 0.25; }
  .social-post-twitter:last-child:after {
    display: none; }

.social-feed-twitter a {
  border-bottom: none; }

.social-feed-twitter .tweet-content {
  padding: 0.5em 0;
  line-height: 1.2em; }

.ajax-container {
  overflow: hidden; }
  .ajax-container .ajax-navigation {
    display: none;
    text-align: center;
    padding-top: 20px; }
    .ajax-container .ajax-navigation button {
      cursor: pointer;
      font-family: "Montserrat", "Helvetica Neue", sans-serif;
      font-weight: bold;
      font-size: 1rem;
      text-transform: uppercase; }
      .ajax-container .ajax-navigation button:hover, .ajax-container .ajax-navigation button:active, .ajax-container .ajax-navigation button:focus {
        background-color: #555555;
        color: #ffffff; }
      .ajax-container .ajax-navigation button.loading {
        opacity: 0;
        -webkit-transition: opacity 250ms ease-in;
        transition: opacity 250ms ease-in; }
  .ajax-container.ajax-ready .link-navigation {
    display: none; }
  .ajax-container.ajax-ready .ajax-navigation {
    display: block; }
  .ajax-container.ajax-ready [data-scroll-in] {
    opacity: 0;
    -webkit-transition: opacity 500ms ease-in;
    transition: opacity 500ms ease-in; }
    .ajax-container.ajax-ready [data-scroll-in][data-scroll-in="in"] {
      opacity: 1; }
  .ajax-container:not(.ajax-ready) [data-scroll-in] {
    -webkit-animation: FadeIn 500ms ease-in;
            animation: FadeIn 500ms ease-in; }

@-webkit-keyframes FadeIn {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes FadeIn {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.social-sidebar {
  padding-left: 2rem; }

.social-share-links {
  margin-bottom: 40px; }

/* Medium screen and below */
@media screen and (max-width: 40em) {
  .social-sidebar {
    display: none; } }

/* Medium screen and above */
@media screen and (min-width: 40em) {
  .social-mobile {
    display: none; } }

.social-share-links {
  position: relative;
  cursor: default; }
  .social-share-links .social-share-title {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.75em;
    font-size: 14px;
    line-height: 19px;
    font-weight: bold;
    color: #CA4948; }
  .social-share-links a {
    position: relative;
    top: 50%;
    display: inline-block;
    margin: 0 2px;
    vertical-align: middle;
    line-height: 0; }
    .social-share-links a svg {
      width: 35px;
      height: 35px; }
    .social-share-links a:first-child {
      margin-left: 0; }
    .social-share-links a:last-child {
      margin-right: 0; }
    .social-share-links a:hover svg .cls-1, .social-share-links a:focus svg .cls-1 {
      fill: #0a3d8a; }
    .social-share-links a:hover svg .cls-2, .social-share-links a:focus svg .cls-2 {
      fill: #0089bf; }
    .social-share-links a:hover svg .cls-3, .social-share-links a:focus svg .cls-3 {
      fill: #9a1c18; }
  .social-share-links .fa {
    font-size: 24px; }
  .social-share-links .fa-facebook-square {
    color: #3b5998; }
  .social-share-links .fa-twitter-square {
    color: #1da1f2; }
  .social-share-links .fa-envelope-square {
    color: #555555; }

.entry-content .advocacy-tactics > .row > .column, .resource-search-clear .advocacy-tactics > .row > .column, .entry-content .advocacy-tactics > .row > .columns, .resource-search-clear .advocacy-tactics > .row > .columns {
  float: left;
  width: 50%; }
  .entry-content .advocacy-tactics > .row > .column:nth-of-type(1n), .resource-search-clear .advocacy-tactics > .row > .column:nth-of-type(1n), .entry-content .advocacy-tactics > .row > .columns:nth-of-type(1n), .resource-search-clear .advocacy-tactics > .row > .columns:nth-of-type(1n) {
    clear: none; }
  .entry-content .advocacy-tactics > .row > .column:nth-of-type(2n+1), .resource-search-clear .advocacy-tactics > .row > .column:nth-of-type(2n+1), .entry-content .advocacy-tactics > .row > .columns:nth-of-type(2n+1), .resource-search-clear .advocacy-tactics > .row > .columns:nth-of-type(2n+1) {
    clear: both; }
  .entry-content .advocacy-tactics > .row > .column:last-child, .resource-search-clear .advocacy-tactics > .row > .column:last-child, .entry-content .advocacy-tactics > .row > .columns:last-child, .resource-search-clear .advocacy-tactics > .row > .columns:last-child {
    float: left; }

@media print, screen and (min-width: 64em) {
  .entry-content .advocacy-tactics > .row > .column, .resource-search-clear .advocacy-tactics > .row > .column, .entry-content .advocacy-tactics > .row > .columns, .resource-search-clear .advocacy-tactics > .row > .columns {
    float: left;
    width: 25%; }
    .entry-content .advocacy-tactics > .row > .column:nth-of-type(1n), .resource-search-clear .advocacy-tactics > .row > .column:nth-of-type(1n), .entry-content .advocacy-tactics > .row > .columns:nth-of-type(1n), .resource-search-clear .advocacy-tactics > .row > .columns:nth-of-type(1n) {
      clear: none; }
    .entry-content .advocacy-tactics > .row > .column:nth-of-type(4n+1), .resource-search-clear .advocacy-tactics > .row > .column:nth-of-type(4n+1), .entry-content .advocacy-tactics > .row > .columns:nth-of-type(4n+1), .resource-search-clear .advocacy-tactics > .row > .columns:nth-of-type(4n+1) {
      clear: both; }
    .entry-content .advocacy-tactics > .row > .column:last-child, .resource-search-clear .advocacy-tactics > .row > .column:last-child, .entry-content .advocacy-tactics > .row > .columns:last-child, .resource-search-clear .advocacy-tactics > .row > .columns:last-child {
      float: left; } }

@media print, screen and (min-width: 46.25em) {
  .advocacy-tactics h2 {
    font-weight: 300;
    margin-bottom: 1.5rem; }
  .advocacy-tactics h4 {
    font-size: 1.125rem;
    line-height: 1.6;
    color: #777;
    margin-bottom: 2rem; } }

.advocacy-tactics .thumbnail {
  -webkit-box-shadow: none;
  box-shadow: none; }
  .advocacy-tactics .thumbnail img {
    padding: 1rem 2rem; }
  .advocacy-tactics .thumbnail:hover, .advocacy-tactics .thumbnail:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
    .advocacy-tactics .thumbnail:hover h5, .advocacy-tactics .thumbnail:focus h5 {
      text-decoration: underline; }

.advocacy-tactics h5 {
  margin-top: 0;
  font-weight: 800;
  line-height: 1.2; }

.advocacy-tactics a {
  font-size: 1rem;
  font-weight: 800; }

.advocacy-tactics p {
  color: #333333;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.3;
  margin: 0.5rem 2rem; }
  @media print, screen and (min-width: 46.25em) {
    .advocacy-tactics p {
      margin: 0 0 1.1rem 0; } }

#front-hero {
  padding: 0;
  margin: 0;
  height: auto;
  position: relative;
  text-align: center; }
  #front-hero .hero-image {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto; }
    #front-hero .hero-image::before, #front-hero .hero-image::after {
      display: table;
      content: ' '; }
    #front-hero .hero-image::after {
      clear: both; }
  @media print, screen and (min-width: 46.25em) {
    #front-hero {
      background: url("../images/indivisible-abe.jpg") bottom center;
      -webkit-background-size: cover;
              background-size: cover;
      background-position: center;
      margin: 0 0 3.125rem;
      padding: 2.1875rem 0;
      text-align: left; } }
  @media print, screen and (min-width: 64em) {
    #front-hero {
      padding: 4.375rem 0; } }
  @media print, screen and (min-width: 46.25em) {
    #front-hero .tagline {
      width: 83.33333%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }
  @media print, screen and (min-width: 46.25em) and (min-width: 46.25em) {
    #front-hero .tagline {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 46.25em) {
      #front-hero .tagline:last-child:not(:first-child) {
        float: right; } }
  @media print, screen and (min-width: 64em) {
    #front-hero .tagline {
      width: 66.66667%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 46.25em) {
    #front-hero .tagline {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) {
      #front-hero .tagline:last-child:not(:first-child) {
        float: right; } }
  #front-hero .tagline .button {
    margin-bottom: 0; }
  #front-hero h1 {
    text-transform: none;
    font-weight: 800;
    color: #192652;
    font-size: 2rem;
    line-height: 1.1;
    margin: 1.25rem 3rem .3rem 3rem; }
    @media print, screen and (min-width: 46.25em) {
      #front-hero h1 {
        font-size: 3.8rem;
        line-height: 1.1;
        margin: 0 0 1.88rem 0; } }
  #front-hero h3 {
    color: #333333;
    font-weight: 500;
    text-transform: none;
    font-size: 1.2rem;
    margin: .5rem 2rem 1rem 2rem; }
    @media print, screen and (min-width: 46.25em) {
      #front-hero h3 {
        font-size: 1.35rem;
        line-height: 1.45;
        margin: 0 0 2.1rem 0; } }
  #front-hero .download {
    margin-top: 1.25rem; }

.section-divider hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

.intro {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  text-align: center; }
  .intro::before, .intro::after {
    display: table;
    content: ' '; }
  .intro::after {
    clear: both; }
  .intro .advocacy-tactics {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 46.25em) {
      .intro .advocacy-tactics {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .intro .advocacy-tactics:last-child:not(:first-child) {
      float: right; }
    .intro .advocacy-tactics > .row > .column, .intro .advocacy-tactics > .row > .columns {
      float: left;
      width: 50%; }
      .intro .advocacy-tactics > .row > .column:nth-of-type(1n), .intro .advocacy-tactics > .row > .columns:nth-of-type(1n) {
        clear: none; }
      .intro .advocacy-tactics > .row > .column:nth-of-type(2n+1), .intro .advocacy-tactics > .row > .columns:nth-of-type(2n+1) {
        clear: both; }
      .intro .advocacy-tactics > .row > .column:last-child, .intro .advocacy-tactics > .row > .columns:last-child {
        float: left; }
    @media print, screen and (min-width: 46.25em) {
      .intro .advocacy-tactics {
        width: 83.33333%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        margin-left: 8.33333%; } }
  @media print, screen and (min-width: 46.25em) and (min-width: 46.25em) {
    .intro .advocacy-tactics {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 46.25em) {
        .intro .advocacy-tactics:last-child:not(:first-child) {
          float: right; }
        .intro .advocacy-tactics > .row > .column, .intro .advocacy-tactics > .row > .columns {
          float: left;
          width: 25%; }
          .intro .advocacy-tactics > .row > .column:nth-of-type(1n), .intro .advocacy-tactics > .row > .columns:nth-of-type(1n) {
            clear: none; }
          .intro .advocacy-tactics > .row > .column:nth-of-type(4n+1), .intro .advocacy-tactics > .row > .columns:nth-of-type(4n+1) {
            clear: both; }
          .intro .advocacy-tactics > .row > .column:last-child, .intro .advocacy-tactics > .row > .columns:last-child {
            float: left; } }

.calls-to-action {
  margin-top: 1rem; }
  .calls-to-action h2 {
    color: #192652;
    text-transform: uppercase;
    margin-bottom: .8rem;
    margin-top: 1.7rem;
    line-height: 1.1; }
  .calls-to-action .groups, .calls-to-action .sign-up {
    padding-top: 0.5rem;
    padding-bottom: 0.8rem; }
    @media print, screen and (min-width: 46.25em) {
      .calls-to-action .groups, .calls-to-action .sign-up {
        margin-bottom: 60px; } }
    .calls-to-action .groups.card, .calls-to-action .sign-up.card {
      border-width: 0px;
      background-color: #e6e6e6; }
  .calls-to-action .groups {
    text-align: center;
    background-image: url("../images/usa.jpg");
    background-position: center;
    -webkit-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat; }
    @media screen and (max-width: 63.9375em) {
      .calls-to-action .groups {
        margin-bottom: 30px; } }
    .calls-to-action .groups h4 {
      color: #192652;
      font-size: 1.5rem;
      line-height: 1.4;
      font-weight: 500;
      margin-top: .7rem; }
      .calls-to-action .groups h4 .highlighted-text {
        background-color: #192652;
        color: #ffffff;
        font-weight: 800;
        font-size: 3rem;
        padding: .1rem .7rem;
        display: inline-block;
        margin-top: .3rem;
        margin-bottom: .3rem; }
    .calls-to-action .groups p {
      margin-bottom: 1.3rem; }
  .calls-to-action .sign-up {
    background-color: #e6e6e6; }
    .calls-to-action .sign-up p {
      line-height: 1.5;
      margin-bottom: 1.4rem; }
    .calls-to-action .sign-up form {
      text-align: left; }

.resources-and-press h2, .indivisiblog h2 {
  color: #192652;
  text-transform: uppercase;
  margin-bottom: 1.5rem; }

.resources-and-press h5, .indivisiblog h5 {
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1.2;
  margin-bottom: .1rem; }

.resources-and-press ul, .indivisiblog ul {
  list-style-type: none;
  margin-left: 0; }
  .resources-and-press ul li div, .indivisiblog ul li div {
    margin-bottom: 1.8rem; }
  .resources-and-press ul li .meta, .indivisiblog ul li .meta {
    font-size: .75rem;
    color: #555555; }
    .resources-and-press ul li .meta .publication, .indivisiblog ul li .meta .publication, .resources-and-press ul li .meta .resource-type, .indivisiblog ul li .meta .resource-type {
      font-weight: 800;
      color: #c1241f; }
    .resources-and-press ul li .meta i, .indivisiblog ul li .meta i {
      color: #959595; }
  .resources-and-press ul li:hover, .indivisiblog ul li:hover {
    cursor: pointer; }
    .resources-and-press ul li:hover h5, .indivisiblog ul li:hover h5 {
      text-decoration: underline; }
    .resources-and-press ul li:hover i, .indivisiblog ul li:hover i {
      color: #555555; }

.resources-and-press .button, .indivisiblog .button {
  margin-bottom: 60px; }
  @media screen and (max-width: 63.9375em) {
    .resources-and-press .button, .indivisiblog .button {
      margin-bottom: 35px; } }

#kitchen-sink {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 3rem; }
  #kitchen-sink::before, #kitchen-sink::after {
    display: table;
    content: ' '; }
  #kitchen-sink::after {
    clear: both; }
  #kitchen-sink header {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 46.25em) {
      #kitchen-sink header {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    #kitchen-sink header:last-child:not(:first-child) {
      float: right; }
    #kitchen-sink header .lead {
      font-size: 125%;
      line-height: 1.6; }
  #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: 46.25em) {
      #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: 46.25em) {
    #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 #kitchen-sink-nav {
    display: none; }
    @media print, screen and (min-width: 64em) {
      #kitchen-sink #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: 46.25em) {
    #kitchen-sink #kitchen-sink-nav {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 64em) {
        #kitchen-sink #kitchen-sink-nav:last-child:not(:first-child) {
          float: right; }
        #kitchen-sink #kitchen-sink-nav .docs-sub-menu {
          font-size: 0.85rem;
          margin-top: 1rem; }
        #kitchen-sink #kitchen-sink-nav .docs-menu-title {
          text-transform: uppercase;
          font-size: 0.75rem;
          color: #999;
          font-weight: bold;
          line-height: 1;
          padding-left: 0.9rem;
          margin-bottom: 0.5rem;
          border-top: 1px solid #e9e9e9;
          margin-top: 1rem;
          padding-top: 1.5rem; }
        #kitchen-sink #kitchen-sink-nav .docs-toc {
          width: 100%;
          padding-left: 4rem;
          padding-right: 1rem; }
        #kitchen-sink #kitchen-sink-nav .docs-toc .active {
          background: #2199e8;
          color: white; }
        #kitchen-sink #kitchen-sink-nav .docs-toc .docs-sub-menu:first-child .docs-menu-title {
          margin-top: 0;
          border-top: 0;
          padding-top: 0; } }
  #kitchen-sink .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; }
    #kitchen-sink .row.display .columns:nth-child(2), #kitchen-sink .row.display .columns.small-centered, #kitchen-sink .row.display .columns.large-centered {
      background: #e1e1e1; }

#page {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 1rem; }
  #page::before, #page::after {
    display: table;
    content: ' '; }
  #page::after {
    clear: both; }
  @media print, screen and (min-width: 46.25em) {
    #page {
      margin-top: 2rem; } }
  #page .main-content {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 46.25em) {
      #page .main-content {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    #page .main-content:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 46.25em) {
      #page .main-content {
        width: 66.66667%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
  @media print, screen and (min-width: 46.25em) and (min-width: 46.25em) {
    #page .main-content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 46.25em) {
        #page .main-content:last-child:not(:first-child) {
          float: right; } }
  #page header {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 46.25em) {
      #page header {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    #page header hr {
      border-color: #A7A9AC; }

.container {
  padding-bottom: 10px; }

#page-sidebar-left, #single-post {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 1rem; }
  #page-sidebar-left::before, #single-post::before, #page-sidebar-left::after, #single-post::after {
    display: table;
    content: ' '; }
  #page-sidebar-left::after, #single-post::after {
    clear: both; }
  @media print, screen and (min-width: 46.25em) {
    #page-sidebar-left, #single-post {
      margin-top: 2rem; } }
  #page-sidebar-left .main-content, #single-post .main-content {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 46.25em) {
      #page-sidebar-left .main-content, #single-post .main-content {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    #page-sidebar-left .main-content:last-child:not(:first-child), #single-post .main-content:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 46.25em) {
      #page-sidebar-left .main-content, #single-post .main-content {
        width: 66.66667%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        position: relative;
        left: 33.33333%;
        padding-right: 1rem;
        padding-left: 1rem; } }
  @media print, screen and (min-width: 46.25em) and (min-width: 46.25em) {
    #page-sidebar-left .main-content, #single-post .main-content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 46.25em) {
        #page-sidebar-left .main-content:last-child:not(:first-child), #single-post .main-content:last-child:not(:first-child) {
          float: right; } }
  #page-sidebar-left .sidebar, #single-post .sidebar {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 46.25em) {
      #page-sidebar-left .sidebar, #single-post .sidebar {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    #page-sidebar-left .sidebar:last-child:not(:first-child), #single-post .sidebar:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 46.25em) {
      #page-sidebar-left .sidebar, #single-post .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: 46.25em) and (min-width: 46.25em) {
    #page-sidebar-left .sidebar, #single-post .sidebar {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 46.25em) {
        #page-sidebar-left .sidebar:last-child:not(:first-child), #single-post .sidebar:last-child:not(:first-child) {
          float: right; } }
  #page-sidebar-left .wp-caption > figcaption, #single-post .wp-caption > figcaption {
    text-align: center;
    margin: 1em 0;
    color: #2C4C6B;
    font-weight: 900;
    font-size: 1rem; }
  #page-sidebar-left .entry-content hr, #single-post .entry-content hr, #page-sidebar-left .resource-search-clear hr, #single-post .resource-search-clear hr {
    border-bottom: 2px solid #cccccc; }
  #page-sidebar-left .entry-content .table-scroll:last-child table, #single-post .entry-content .table-scroll:last-child table, #page-sidebar-left .resource-search-clear .table-scroll:last-child table, #single-post .resource-search-clear .table-scroll:last-child table {
    width: 100%;
    font-weight: 900;
    letter-spacing: 0.5px; }
    #page-sidebar-left .entry-content .table-scroll:last-child table td, #single-post .entry-content .table-scroll:last-child table td, #page-sidebar-left .resource-search-clear .table-scroll:last-child table td, #single-post .resource-search-clear .table-scroll:last-child table td {
      padding: 0; }
    #page-sidebar-left .entry-content .table-scroll:last-child table a, #single-post .entry-content .table-scroll:last-child table a, #page-sidebar-left .resource-search-clear .table-scroll:last-child table a, #single-post .resource-search-clear .table-scroll:last-child table a {
      position: relative;
      display: inline-block;
      margin: 0 1em;
      padding-bottom: 0.2em;
      color: #3751b0;
      border-bottom: 2px solid transparent; }
      #page-sidebar-left .entry-content .table-scroll:last-child table a:hover, #single-post .entry-content .table-scroll:last-child table a:hover, #page-sidebar-left .resource-search-clear .table-scroll:last-child table a:hover, #single-post .resource-search-clear .table-scroll:last-child table a:hover {
        border-bottom-color: #3751b0; }
    #page-sidebar-left .entry-content .table-scroll:last-child table td:first-child a:before, #single-post .entry-content .table-scroll:last-child table td:first-child a:before, #page-sidebar-left .resource-search-clear .table-scroll:last-child table td:first-child a:before, #single-post .resource-search-clear .table-scroll:last-child table td:first-child a:before {
      content: 'BACK';
      display: block;
      font-size: 0.8rem;
      color: #959595;
      text-align: right; }
    #page-sidebar-left .entry-content .table-scroll:last-child table td:first-child a:after, #single-post .entry-content .table-scroll:last-child table td:first-child a:after, #page-sidebar-left .resource-search-clear .table-scroll:last-child table td:first-child a:after, #single-post .resource-search-clear .table-scroll:last-child table td:first-child a:after {
      font: normal normal normal 14px/1 FontAwesome;
      content: "\f053";
      display: block;
      position: absolute;
      left: -1.3em;
      bottom: 0.6em; }
    #page-sidebar-left .entry-content .table-scroll:last-child table td:last-child, #single-post .entry-content .table-scroll:last-child table td:last-child, #page-sidebar-left .resource-search-clear .table-scroll:last-child table td:last-child, #single-post .resource-search-clear .table-scroll:last-child table td:last-child {
      text-align: right; }
      #page-sidebar-left .entry-content .table-scroll:last-child table td:last-child a:before, #single-post .entry-content .table-scroll:last-child table td:last-child a:before, #page-sidebar-left .resource-search-clear .table-scroll:last-child table td:last-child a:before, #single-post .resource-search-clear .table-scroll:last-child table td:last-child a:before {
        content: 'NEXT';
        display: block;
        font-size: 0.8rem;
        color: #959595;
        text-align: left; }
      #page-sidebar-left .entry-content .table-scroll:last-child table td:last-child a:after, #single-post .entry-content .table-scroll:last-child table td:last-child a:after, #page-sidebar-left .resource-search-clear .table-scroll:last-child table td:last-child a:after, #single-post .resource-search-clear .table-scroll:last-child table td:last-child a:after {
        font: normal normal normal 14px/1 FontAwesome;
        content: "\f054";
        display: block;
        position: absolute;
        right: -1.3em;
        bottom: 0.6em; }

#page-full-width,
#page-full-width-centered {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 1rem; }
  #page-full-width::before, #page-full-width::after,
  #page-full-width-centered::before,
  #page-full-width-centered::after {
    display: table;
    content: ' '; }
  #page-full-width::after,
  #page-full-width-centered::after {
    clear: both; }
  #page-full-width .main-content,
  #page-full-width-centered .main-content {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 46.25em) {
      #page-full-width .main-content,
      #page-full-width-centered .main-content {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    #page-full-width .main-content:last-child:not(:first-child),
    #page-full-width-centered .main-content:last-child:not(:first-child) {
      float: right; }
  @media print, screen and (min-width: 46.25em) {
    #page-full-width,
    #page-full-width-centered {
      margin-top: 2rem; } }

@media print, screen and (min-width: 46.25em) {
  #page-full-width-centered .main-content {
    width: 83.33333%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-left: 8.33333%; } }
  @media print, screen and (min-width: 46.25em) and (min-width: 46.25em) {
    #page-full-width-centered .main-content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

@media print, screen and (min-width: 46.25em) {
    #page-full-width-centered .main-content:last-child:not(:first-child) {
      float: right; } }

#indivisible-map {
  width: 100% !important; }

.post-type-archive-press_clip, .tax-press {
  background-color: #e6e6e6; }

.press-clip .card {
  background-color: #ffffff;
  border-color: #ffffff; }
  .press-clip .card:hover {
    cursor: pointer; }
    .press-clip .card:hover h3 {
      text-decoration: underline; }
    .press-clip .card:hover i {
      color: #555555; }

.press-clip header.publication p {
  font-size: .75rem;
  font-weight: 700;
  color: #CA4948; }

.press-clip header.publication i {
  color: #959595; }

.press-clip footer.publication p {
  font-size: .75rem; }

.press-clip h3 {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 1.1rem;
  line-height: 1.3rem; }

.menu.filters {
  font-size: .85rem;
  font-weight: bold;
  margin: 0.5rem 1rem 0.5rem 1rem; }
  .menu.filters a:hover {
    background: #c1241f;
    color: #ffffff; }

.resource-archive-page {
  background: #e6e6e6; }

.resource-filters {
  padding-left: 0;
  padding-top: 0;
  font-size: 15px; }

.resource-cards-container {
  background-color: white;
  text-align: center; }
  .resource-cards-container .columns {
    position: relative;
    z-index: 2;
    padding: 0;
    background-color: transparent;
    margin-bottom: -1px; }
    .resource-cards-container .columns:before {
      content: '';
      position: absolute;
      z-index: -5;
      bottom: 0;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 170px;
      height: 1px;
      background: #BCBEC0; }
    .resource-cards-container .columns:hover, .resource-cards-container .columns:active {
      background-color: #2C4C6B;
      -webkit-transition: background-color 0.6s;
      transition: background-color 0.6s; }
      .resource-cards-container .columns:hover h4, .resource-cards-container .columns:hover p, .resource-cards-container .columns:hover .resource-category, .resource-cards-container .columns:hover .blog-category, .resource-cards-container .columns:active h4, .resource-cards-container .columns:active p, .resource-cards-container .columns:active .resource-category, .resource-cards-container .columns:active .blog-category {
        color: white;
        -webkit-transition: color 0.5s;
        transition: color 0.5s; }
      .resource-cards-container .columns:hover:before, .resource-cards-container .columns:active:before {
        display: none; }
  .resource-cards-container .button {
    margin: 3rem 0; }

.resource-card {
  max-width: 60rem;
  margin: 20px auto 5px;
  border: 0;
  padding: 20px;
  background: none; }
  .resource-card h4 {
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    margin: 15px 0;
    color: #2C4C6B; }
    @media (max-width: 40em) {
      .resource-card h4 {
        font-size: 18px;
        line-height: 23px; } }
  .resource-card p {
    font-size: 15px;
    line-height: 20px;
    color: #808285;
    margin-bottom: 15px; }
    @media (max-width: 40em) {
      .resource-card p {
        font-size: 12px;
        line-height: 16px;
        font-weight: bold; } }
  .resource-card small {
    color: #555555; }
  .resource-card .pipe {
    margin: 0 3px; }

.resource-category, .blog-category {
  font-weight: bold;
  color: #CA4948; }
  .resource-category + .resource-category:before, .blog-category + .resource-category:before, .resource-category + .blog-category:before, .blog-category + .blog-category:before {
    content: ' | ';
    color: #BCBEC0;
    font-weight: normal;
    white-space: pre; }

.resource-search {
  position: relative;
  margin: 1.5rem 0;
  overflow: hidden; }
  .resource-search input {
    float: left;
    width: 100%;
    padding: 0 20px;
    padding-right: 60px;
    margin: 0;
    margin-right: -50px;
    height: 50px;
    line-height: 50px; }
    .resource-search input, .resource-search input:focus {
      background-color: #BEC1CA;
      border: none; }
    .resource-search input::-webkit-input-placeholder {
      color: #333E65;
      opacity: 0.75; }
    .resource-search input:-ms-input-placeholder {
      color: #333E65;
      opacity: 0.75; }
    .resource-search input::placeholder {
      color: #333E65;
      opacity: 0.75; }
  .resource-search button {
    float: left;
    width: 50px;
    height: 50px;
    line-height: 39px;
    font-size: 24px;
    color: #4A526C;
    cursor: pointer; }
    .resource-search button i {
      margin-right: 9px; }
  .resource-search:hover button, .resource-search:focus button {
    color: #2C4C6B; }

.resource-search-clear p {
  margin-top: 0.25rem; }
  .resource-search-clear p a:not(.button) {
    color: #CA4948;
    border-bottom-color: #ed8e8b; }
    .resource-search-clear p a:not(.button):hover, .resource-search-clear p a:not(.button):focus {
      border-bottom-color: #CA4948; }

.resource-link {
  font-size: 12px; }
  .resource-link .resource-link-icon .fa {
    font-size: 30px;
    vertical-align: middle;
    margin-right: 5px; }
  .resource-link > a {
    display: block; }
    .resource-link > a:hover .resource-link-title, .resource-link > a:focus .resource-link-title {
      text-decoration: underline; }
  .resource-link .resource-link-icon,
  .resource-link .resource-link-title-wrapper {
    display: inline-block;
    vertical-align: middle; }
  .resource-link .resource-link-title-wrapper > span {
    display: block;
    line-height: 1;
    margin: 5px 0; }
  .resource-link .resource-link-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 19px; }
  .resource-link .resource-format,
  .resource-link .resource-category,
  .resource-link .blog-category {
    color: #CA4948;
    font-weight: 500; }
    .resource-link .resource-format .fa,
    .resource-link .resource-category .fa,
    .resource-link .blog-category .fa {
      position: relative;
      bottom: -1px; }
  .resource-link hr {
    margin: 16px 0;
    border-color: #BCBEC0; }

.filters-select {
  margin: 1rem 0; }

.featured-card {
  position: relative;
  height: 430px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover; }
  .featured-card .featured-card-content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 60px 70px; }
    .featured-card .featured-card-content h4 {
      font-size: 30px;
      line-height: 36px;
      font-weight: bold;
      margin-bottom: 15px 0;
      color: #ffffff; }
    .featured-card .featured-card-content p {
      max-width: 50rem;
      opacity: 0;
      color: #ffffff;
      line-height: 23px;
      -webkit-transition: all 1s;
      transition: all 1s; }
  .featured-card:hover p {
    opacity: 1;
    -webkit-transition: all 1.5s;
    transition: all 1.5s; }
  .featured-card::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(black), to(transparent));
    background: -webkit-linear-gradient(top, black, transparent);
    background: linear-gradient(top, black, transparent);
    -webkit-background-size: 100% 100%;
            background-size: 100%;
    -webkit-transition: all 1s;
    transition: all 1s; }
  .featured-card:hover::before {
    height: 100%;
    -webkit-transition: all 1.5s;
    transition: all 1.5s; }
  .featured-card::after {
    content: 'FEATURED';
    position: absolute;
    left: 0;
    top: 50%;
    height: 40px;
    padding: 0 20px;
    -webkit-transform: rotate(90deg) translate(-50%, -50%);
        -ms-transform: rotate(90deg) translate(-50%, -50%);
            transform: rotate(90deg) translate(-50%, -50%);
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
    background-color: #2C4C6B;
    color: #ffffff;
    font-size: 14px;
    line-height: 40px; }

/* Medium screen and below */
@media screen and (max-width: 40em) {
  .featured-card::after {
    top: 80%; }
  .featured-card .featured-card-content {
    padding: 30px 25px; }
    .featured-card .featured-card-content h4 {
      font-size: 24px;
      line-height: 30px; }
    .featured-card .featured-card-content p {
      line-height: 21px;
      opacity: 1; }
  .featured-card::before {
    height: 100%; } }

.featured-footer .featured-desktop {
  height: 33.333333vw; }

.featured-footer .featured-mobile {
  display: none; }

.featured-footer .featured-wrapper {
  position: relative;
  left: 0;
  float: left;
  width: 33.333333%;
  height: 33.333333vw; }
  .featured-footer .featured-wrapper .featured-card {
    width: 100%;
    height: 100%; }
    .featured-footer .featured-wrapper .featured-card .featured-card-content {
      padding: 60px 50px;
      overflow: hidden; }
    .featured-footer .featured-wrapper .featured-card h4 {
      font-size: 24px;
      line-height: 30px; }
    .featured-footer .featured-wrapper .featured-card p {
      font-size: 16px;
      font-weight: bold; }
    .featured-footer .featured-wrapper .featured-card::after {
      content: none; }

.featured-footer h2 {
  color: #CA4948;
  text-align: center;
  margin: 2rem 0;
  font-size: 22px;
  line-height: 26px; }

/* Medium screen and below */
@media screen and (max-width: 40em) {
  .featured-footer {
    /* jssor slider bullet navigator skin 05 css */
    /*
    .jssorb05 div           (normal)
    .jssorb05 div:hover     (normal mouseover)
    .jssorb05 .av           (active)
    .jssorb05 .av:hover     (active mouseover)
    .jssorb05 .dn           (mousedown)
    */ }
    .featured-footer .featured-desktop {
      display: none; }
    .featured-footer .featured-mobile {
      display: block; }
    .featured-footer #jssor_1 {
      position: relative;
      margin: 0 auto;
      top: 0px;
      left: 0px;
      width: 100vw;
      height: 100vw;
      overflow: hidden;
      visibility: hidden; }
      .featured-footer #jssor_1 .feature-slides {
        cursor: default;
        position: relative;
        top: 0px;
        left: 0px;
        width: 100vw;
        height: 100vw;
        overflow: hidden; }
    .featured-footer .jssorb05 {
      position: absolute; }
    .featured-footer .jssorb05 div, .featured-footer .jssorb05 div:hover, .featured-footer .jssorb05 .av {
      position: absolute;
      /* size of bullet elment */
      width: 18px;
      height: 18px;
      border: solid 2px #fff;
      border-radius: 9px;
      cursor: pointer; }
    .featured-footer .jssorb05 div:hover, .featured-footer .jssorb05 .av:hover {
      background-color: white; }
    .featured-footer .jssorb05 .av {
      background-color: white; }
    .featured-footer .featured-wrapper {
      float: none;
      display: inline-block;
      width: 100%;
      height: 100vw;
      overflow-x: hidden; }
      .featured-footer .featured-wrapper .featured-card {
        width: 100%;
        height: 100%; }
        .featured-footer .featured-wrapper .featured-card::after {
          content: none; }
      .featured-footer .featured-wrapper h2 {
        color: #CA4948;
        text-align: center;
        margin: 2rem 0; } }

.menu-toggle {
  display: none; }

/* Medium screen and below */
@media screen and (max-width: 40em) {
  .featured-footer .featured-wrapper .featured-card {
    height: 100%; }
    .featured-footer .featured-wrapper .featured-card .featured-card-content {
      padding: 30px; }
    .featured-footer .featured-wrapper .featured-card::after {
      top: 80%; }
  .menu.filters {
    display: inline-block;
    margin: 0;
    max-width: calc(100% - 100px);
    max-height: 500px;
    -webkit-transition: max-height 1s;
    transition: max-height 1s;
    -webkit-transition-timing-function: ease;
    /* Safari and Chrome */
    transition-timing-function: ease;
    overflow: hidden; }
    .menu.filters > li {
      display: block; }
    .menu.filters a {
      font-size: 16px;
      padding: 9px 1rem; }
      .menu.filters a:hover {
        background: none;
        color: #2C4C6B; }
    .menu.filters .active > a {
      background: none;
      color: #2C4C6B; }
    .menu.filters.collapsed {
      -webkit-transition: max-height 0.5s;
      transition: max-height 0.5s;
      -webkit-transition-timing-function: ease;
      /* Safari and Chrome */
      transition-timing-function: ease;
      max-height: 34px; }
      .menu.filters.collapsed a {
        pointer-events: none; }
      .menu.filters.collapsed li.active {
        display: block;
        cursor: pointer; }
      .menu.filters.collapsed li.hidden {
        display: none; }
  .menu-toggle {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 34px;
    height: 34px;
    margin: 0 0 2rem 0.625rem;
    border-radius: 17px;
    background: #CA4948;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    cursor: pointer; }
    .menu-toggle i {
      position: absolute;
      left: 50%;
      top: 50%;
      margin-top: -2px;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      color: white; }
    .menu-toggle.collapsed {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg);
      -webkit-transition: -webkit-transform 0.5s;
      transition: -webkit-transform 0.5s;
      transition: transform 0.5s;
      transition: transform 0.5s, -webkit-transform 0.5s; }
  .resource-search {
    position: relative;
    margin: 1rem 0;
    overflow: hidden; } }

.call-to-action {
  padding-left: 2rem;
  margin-top: 3rem; }
  .call-to-action .button {
    width: 100%;
    font-size: 18px;
    line-height: 53.7px; }

/* Medium screen and below */
@media screen and (max-width: 40em) {
  .call-to-action {
    padding-left: 0; } }

header .resource-category, header .blog-category {
  display: inline-block;
  margin-bottom: 5px; }

.entry-content, .resource-search-clear {
  margin-top: 1rem; }
  .entry-content h2:first-of-type, .resource-search-clear h2:first-of-type {
    margin-top: 0; }

.back-button {
  position: absolute;
  left: 23px;
  margin-top: 5px; }
  .back-button:hover span {
    color: #2C4C6B; }
  .back-button:hover svg {
    fill: #2C4C6B; }
  .back-button span {
    display: block;
    font-size: 12px;
    color: #9AA0B3; }
  .back-button svg {
    width: 32px;
    fill: #9AA0B3; }

/* Below large */
@media screen and (max-width: 82em) {
  .back-button {
    display: none; } }

main.content {
  position: relative; }

.resource-toolkit-container {
  background-color: #E9EBEB; }
  .resource-toolkit-container #toolkit {
    max-width: 75rem;
    margin: 0 auto;
    font-size: 0; }
    .resource-toolkit-container #toolkit h6 {
      margin-bottom: 0;
      padding: 40px 0 20px 1rem;
      font-size: 14px;
      font-weight: bold;
      color: #CA4948;
      text-transform: uppercase; }
    .resource-toolkit-container #toolkit li {
      display: inline-block;
      max-width: calc(100%/7);
      margin-right: -1px; }
      .resource-toolkit-container #toolkit li.current-menu-item {
        background-color: #CA4948; }
        .resource-toolkit-container #toolkit li.current-menu-item a {
          color: white;
          border-right: none; }
      .resource-toolkit-container #toolkit li:hover {
        background-color: #CA4948; }
        .resource-toolkit-container #toolkit li:hover a {
          color: white;
          border-right: none; }
      .resource-toolkit-container #toolkit li:last-of-type a {
        border-right: none; }
      .resource-toolkit-container #toolkit li a {
        display: block;
        height: 50px;
        margin: 20px 0;
        padding: 0 22px;
        border-right: solid 0.5px #2C4C6B;
        font-size: 12px;
        line-height: 16px;
        font-weight: bold;
        overflow: hidden; }

/* Medium screen and below */
@media screen and (max-width: 40em) {
  .resource-toolkit-container #toolkit h6 {
    padding: 1rem 0 1rem 1rem;
    font-size: 16px;
    font-weight: bold;
    color: #CA4948;
    text-transform: uppercase; }
  .resource-toolkit-container #toolkit ul.menu {
    display: inline-block;
    margin: 0 0 2rem;
    max-height: 500px;
    max-width: calc(100% - 100px);
    -webkit-transition: max-height 1s;
    transition: max-height 1s;
    -webkit-transition-timing-function: ease;
    /* Safari and Chrome */
    transition-timing-function: ease;
    overflow: hidden; }
    .resource-toolkit-container #toolkit ul.menu li {
      display: block;
      max-width: 100%;
      height: 34px;
      margin: 0; }
      .resource-toolkit-container #toolkit ul.menu li.current-menu-item, .resource-toolkit-container #toolkit ul.menu li:hover {
        background-color: transparent; }
        .resource-toolkit-container #toolkit ul.menu li.current-menu-item a, .resource-toolkit-container #toolkit ul.menu li:hover a {
          color: #2C4C6B; }
    .resource-toolkit-container #toolkit ul.menu a {
      position: relative;
      height: 34px;
      font-size: 14px;
      margin: 0;
      padding: 0 1rem;
      border: none;
      font-size: 14px;
      line-height: 34px; }
      .resource-toolkit-container #toolkit ul.menu a:hover {
        background: none;
        color: #2C4C6B; }
    .resource-toolkit-container #toolkit ul.menu.collapsed {
      -webkit-transition: max-height 0.5s;
      transition: max-height 0.5s;
      -webkit-transition-timing-function: ease;
      /* Safari and Chrome */
      transition-timing-function: ease;
      max-height: 34px; }
      .resource-toolkit-container #toolkit ul.menu.collapsed a {
        pointer-events: none; }
      .resource-toolkit-container #toolkit ul.menu.collapsed li.current-menu-item {
        display: block;
        cursor: pointer; }
      .resource-toolkit-container #toolkit ul.menu.collapsed li.hidden {
        display: none; }
  .resource-toolkit-container #toolkit .menu-toggle {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 34px;
    height: 34px;
    margin-left: 1rem;
    border-radius: 17px;
    background: #CA4948;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    cursor: pointer; }
    .resource-toolkit-container #toolkit .menu-toggle i {
      position: absolute;
      left: 50%;
      top: 50%;
      font-size: 16px;
      margin-top: -2px;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      color: white; }
    .resource-toolkit-container #toolkit .menu-toggle.collapsed {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg);
      -webkit-transition: -webkit-transform 0.5s;
      transition: -webkit-transform 0.5s;
      transition: transform 0.5s;
      transition: transform 0.5s, -webkit-transform 0.5s; } }

hr.resource-hr {
  margin: 2.25rem auto 1.25rem; }

.blog-post-card {
  margin: 20px auto 5px;
  border: 0;
  background: none;
  padding: 0; }
  .blog-post-card .blog-post-thumbnail {
    margin-bottom: 20px; }

.blog-post-thumbnail {
  width: 100%;
  height: 0;
  padding-top: 66.66667%;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 50% 50%; }

.blog-author-name {
  color: #CA4948;
  font-weight: bold;
  line-height: 1; }

.blog-post-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  margin-bottom: 20px; }
  .blog-post-author .avatar {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    border-radius: 100%; }
  .blog-post-author .blog-author-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .blog-post-author .blog-author-name {
    color: #CA4948;
    font-weight: bold;
    margin: 0;
    line-height: 1.33333; }
  .blog-post-author .blog-author-credential {
    color: #555;
    font-weight: normal;
    margin: 0;
    line-height: 1.33333; }

.blog-category {
  color: #555;
  font-weight: normal; }

@media print, screen and (min-width: 46.25em) {
  .blog-featured-container .blog-author-name,
  .blog-featured-container .blog-author-credential {
    font-size: 15px;
    line-height: 20px; }
  .blog-featured-container h4 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 25px; }
  .blog-featured-container small {
    font-size: 15px;
    line-height: 20px; } }

.blog-post-author-bio {
  background: #efefef;
  padding: 20px;
  margin-top: 2rem; }
  .blog-post-author-bio .avatar {
    width: 80px;
    height: 80px; }
  .blog-post-author-bio .blog-author-credential {
    margin-bottom: 5px; }
  @media print, screen and (min-width: 46.25em) {
    .blog-post-author-bio:first-child {
      margin-top: -7px; } }

.blog-author-social i {
  font-size: 20px;
  opacity: 0.75; }

.blog-author-social a {
  margin-left: 2px; }
  .blog-author-social a:first-child {
    margin-left: 0; }

.blog-author-social a:hover i,
.blog-author-social a:focus i {
  opacity: 1; }

.blog-author-social .fa-facebook-square {
  color: #3b5998; }

.blog-author-social .fa-twitter-square {
  color: #1da1f2; }

.blog-author-social .fa-envelope-square,
.blog-author-social .fa-laptop {
  color: #555555; }

.indivisiblog {
  margin-top: 3rem; }
  .indivisiblog h2 {
    margin-top: 3rem; }
  .indivisiblog > .row > .columns {
    position: relative; }
    .indivisiblog > .row > .columns:before {
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      background: #555555; }
  .page-template-front .indivisiblog {
    margin-top: 0;
    margin-bottom: 60px; }
    @media screen and (max-width: 63.9375em) {
      .page-template-front .indivisiblog {
        margin-bottom: 30px; } }
    .page-template-front .indivisiblog h2 {
      margin-top: 0; }
    .page-template-front .indivisiblog > .row > .columns:before {
      display: none; }
    .page-template-front .indivisiblog > .row > .columns:after {
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      background: #555555; }

.blog-archive h1.entry-title {
  text-transform: none; }
  .blog-archive h1.entry-title.email-updates {
    margin-bottom: 1.5rem; }

#single-post .main-content > header {
  margin-bottom: 2rem; }

#single-post .blog-post-meta {
  display: block; }

#single-post .sidebar > .widget_text,
#single-post .sidebar > .widget_recent_entries {
  padding-right: 0; }

#single-post .widget_recent_entries {
  display: none; }
  @media print, screen and (min-width: 46.25em) {
    #single-post .widget_recent_entries {
      display: block; } }
  #single-post .widget_recent_entries ul {
    list-style: none;
    margin: 0; }
    #single-post .widget_recent_entries ul li {
      line-height: 1.25;
      font-weight: bold;
      margin-bottom: 1rem; }
      #single-post .widget_recent_entries ul li .blog-author-name {
        font-weight: normal;
        color: #555;
        font-size: 15px; }
      #single-post .widget_recent_entries ul li a {
        display: block; }
        #single-post .widget_recent_entries ul li a:hover, #single-post .widget_recent_entries ul li a:focus {
          text-decoration: underline; }
          #single-post .widget_recent_entries ul li a:hover .blog-author-name, #single-post .widget_recent_entries ul li a:focus .blog-author-name {
            display: inline-block;
            text-decoration: none; }

/*# sourceMappingURL=foundation.css.map */
