@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.2.4
 * 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; }

@media screen and (min-width: 40em) {
  .valign-middle, .home .general-info-holder {
    display: table; }
    .valign-middle > .columns, .home .general-info-holder > .columns {
      display: table-cell;
    }
    .valign-middle > .columns, .home .general-info-holder > .columns, .valign-middle > [class*="column"] + [class*="column"]:last-child, .home .general-info-holder > [class*="column"] + [class*="column"]:last-child {
      float: none; } }

/*!
 *  Font Awesome 4.5.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.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face{
    font-family:"isidora-regular";
    src: url("../fonts/Isidora-Regular.otf");
    font-weight:normal;
    font-weight: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 {
  animation: fa-spin 2s infinite linear; }

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-pied-piper: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-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-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: ""; }
.searchwp-highlight {
    background-color:#CAF9AF;
    font-weight:bold;
    padding-left:8px;
    padding-right:8px;
} 
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
   * Remove default margin.
   */
body {
  margin: 0; }

/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */
[hidden],
template {
  display: none; }

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
abbr[title] {
  border-bottom: 1px dotted; }

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
b,
strong {
  font-weight: bold; }

/**
   * Address styling not present in Safari and Chrome.
   */
dfn {
  font-style: italic; }

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
   * Address styling not present in IE 8/9.
   */
mark {
  background: #ff0;
  color: #000; }

/**
   * Address inconsistent and variable font size in all browsers.
   */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
img {
  border: 0; }

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
  margin: 1em 40px; }

/**
   * Address differences between Firefox and other browsers.
   */
hr {
  box-sizing: content-box;
  height: 0; }

/**
   * Contain overflow in all browsers.
   */
pre {
  overflow: auto; }

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
     ========================================================================== */
/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
button {
  overflow: visible; }

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
button,
select {
  text-transform: none; }

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
   * Re-set default cursor for disabled elements.
   */
button[disabled],
html input[disabled] {
  cursor: not-allowed; }

/**
   * Remove inner padding and border in Firefox 4+.
   */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
input {
  line-height: normal; }

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
textarea {
  overflow: auto; }

/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
optgroup {
  font-weight: bold; }

/* Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

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

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

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

body {
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

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

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

.row, .home .general-info-holder, .top-carousel-slide-holder-inner {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .home .general-info-holder::before, .top-carousel-slide-holder-inner::before, .row::after, .home .general-info-holder::after, .top-carousel-slide-holder-inner::after {
    content: ' ';
    display: table; }
  .row::after, .home .general-info-holder::after, .top-carousel-slide-holder-inner::after {
    clear: both; }
  .row.collapse > .column, .home .collapse.general-info-holder > .column, .collapse.top-carousel-slide-holder-inner > .column, .row.collapse > .columns, .home .collapse.general-info-holder > .columns, .collapse.top-carousel-slide-holder-inner > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row, .home .general-info-holder .row, .top-carousel-slide-holder-inner .row, .row .home .general-info-holder, .home .row .general-info-holder, .home .general-info-holder .general-info-holder, .top-carousel-slide-holder-inner .home .general-info-holder, .home .top-carousel-slide-holder-inner .general-info-holder, .row .top-carousel-slide-holder-inner, .home .general-info-holder .top-carousel-slide-holder-inner, .top-carousel-slide-holder-inner .top-carousel-slide-holder-inner {
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
    @media screen and (min-width: 40em) {
      .row .row, .home .general-info-holder .row, .top-carousel-slide-holder-inner .row, .row .home .general-info-holder, .home .row .general-info-holder, .home .general-info-holder .general-info-holder, .top-carousel-slide-holder-inner .home .general-info-holder, .home .top-carousel-slide-holder-inner .general-info-holder, .row .top-carousel-slide-holder-inner, .home .general-info-holder .top-carousel-slide-holder-inner, .top-carousel-slide-holder-inner .top-carousel-slide-holder-inner {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem; } }
    .row .row.collapse, .home .general-info-holder .row.collapse, .top-carousel-slide-holder-inner .row.collapse, .row .home .collapse.general-info-holder, .home .row .collapse.general-info-holder, .home .general-info-holder .collapse.general-info-holder, .top-carousel-slide-holder-inner .home .collapse.general-info-holder, .home .top-carousel-slide-holder-inner .collapse.general-info-holder, .row .collapse.top-carousel-slide-holder-inner, .home .general-info-holder .collapse.top-carousel-slide-holder-inner, .top-carousel-slide-holder-inner .collapse.top-carousel-slide-holder-inner {
      margin-left: 0;
      margin-right: 0; }
  .row.expanded, .home .general-info-holder, .top-carousel-slide-holder-inner {
    max-width: none; }
    .row.expanded .row, .home .general-info-holder .row, .top-carousel-slide-holder-inner .row, .row.expanded .home .general-info-holder, .home .row.expanded .general-info-holder, .home .general-info-holder .general-info-holder, .top-carousel-slide-holder-inner .home .general-info-holder, .home .top-carousel-slide-holder-inner .general-info-holder, .row.expanded .top-carousel-slide-holder-inner, .home .general-info-holder .top-carousel-slide-holder-inner, .top-carousel-slide-holder-inner .top-carousel-slide-holder-inner {
      margin-left: auto;
      margin-right: auto; }

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media screen and (min-width: 40em) {
    .column, .columns {
      padding-left: 0.9375rem;
      padding-right: 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, .home .columns.general-info-holder, .columns.top-carousel-slide-holder-inner, .home .column.general-info-holder, .column.top-carousel-slide-holder-inner {
  float: none; }

.row .column.row.row, .home .general-info-holder .column.row.row, .top-carousel-slide-holder-inner .column.row.row, .row .row.row.columns, .home .general-info-holder .row.row.columns, .top-carousel-slide-holder-inner .row.row.columns, .row .home .columns.general-info-holder, .home .row .columns.general-info-holder, .home .general-info-holder .columns.general-info-holder, .top-carousel-slide-holder-inner .home .columns.general-info-holder, .home .top-carousel-slide-holder-inner .columns.general-info-holder, .row .columns.top-carousel-slide-holder-inner, .home .general-info-holder .columns.top-carousel-slide-holder-inner, .top-carousel-slide-holder-inner .columns.top-carousel-slide-holder-inner, .row .home .column.general-info-holder, .home .row .column.general-info-holder, .home .general-info-holder .column.general-info-holder, .top-carousel-slide-holder-inner .home .column.general-info-holder, .home .top-carousel-slide-holder-inner .column.general-info-holder, .row .column.top-carousel-slide-holder-inner, .home .general-info-holder .column.top-carousel-slide-holder-inner, .top-carousel-slide-holder-inner .column.top-carousel-slide-holder-inner {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 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 {
  width: 100%;
  float: left; }
  .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 {
  width: 50%;
  float: left; }
  .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 {
  width: 33.33333%;
  float: left; }
  .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 {
  width: 25%;
  float: left; }
  .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 {
  width: 20%;
  float: left; }
  .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 {
  width: 16.66667%;
  float: left; }
  .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 {
  width: 14.28571%;
  float: left; }
  .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 {
  width: 12.5%;
  float: left; }
  .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-left: 0;
  padding-right: 0; }

.small-collapse .row, .small-collapse .home .general-info-holder, .home .small-collapse .general-info-holder, .small-collapse .top-carousel-slide-holder-inner {
  margin-left: 0;
  margin-right: 0; }

.expanded.row .small-collapse.row, .home .general-info-holder .small-collapse.row, .top-carousel-slide-holder-inner .small-collapse.row, .expanded.row .home .small-collapse.general-info-holder, .home .expanded.row .small-collapse.general-info-holder, .home .general-info-holder .small-collapse.general-info-holder, .top-carousel-slide-holder-inner .home .small-collapse.general-info-holder, .home .top-carousel-slide-holder-inner .small-collapse.general-info-holder, .expanded.row .small-collapse.top-carousel-slide-holder-inner, .home .general-info-holder .small-collapse.top-carousel-slide-holder-inner, .top-carousel-slide-holder-inner .small-collapse.top-carousel-slide-holder-inner {
  margin-left: 0;
  margin-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.small-centered {
  margin-left: auto;
  margin-right: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left; }

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
    .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 {
    width: 50%;
    float: left; }
    .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 {
    width: 33.33333%;
    float: left; }
    .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 {
    width: 25%;
    float: left; }
    .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 {
    width: 20%;
    float: left; }
    .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 {
    width: 16.66667%;
    float: left; }
    .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 {
    width: 14.28571%;
    float: left; }
    .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 {
    width: 12.5%;
    float: left; }
    .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-left: 0;
    padding-right: 0; }
  .medium-collapse .row, .medium-collapse .home .general-info-holder, .home .medium-collapse .general-info-holder, .medium-collapse .top-carousel-slide-holder-inner {
    margin-left: 0;
    margin-right: 0; }
  .expanded.row .medium-collapse.row, .home .general-info-holder .medium-collapse.row, .top-carousel-slide-holder-inner .medium-collapse.row, .expanded.row .home .medium-collapse.general-info-holder, .home .expanded.row .medium-collapse.general-info-holder, .home .general-info-holder .medium-collapse.general-info-holder, .top-carousel-slide-holder-inner .home .medium-collapse.general-info-holder, .home .top-carousel-slide-holder-inner .medium-collapse.general-info-holder, .expanded.row .medium-collapse.top-carousel-slide-holder-inner, .home .general-info-holder .medium-collapse.top-carousel-slide-holder-inner, .top-carousel-slide-holder-inner .medium-collapse.top-carousel-slide-holder-inner {
    margin-left: 0;
    margin-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .medium-centered {
    margin-left: auto;
    margin-right: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media 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, .subsections-topics-container .sections-subsection-content-row-container {
    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 {
    width: 100%;
    float: left; }
    .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 {
    width: 50%;
    float: left; }
    .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 {
    width: 33.33333%;
    float: left; }
    .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 {
    width: 25%;
    float: left; }
    .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 {
    width: 20%;
    float: left; }
    .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 {
    width: 16.66667%;
    float: left; }
    .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 {
    width: 14.28571%;
    float: left; }
    .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 {
    width: 12.5%;
    float: left; }
    .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-left: 0;
    padding-right: 0; }
  .large-collapse .row, .large-collapse .home .general-info-holder, .home .large-collapse .general-info-holder, .large-collapse .top-carousel-slide-holder-inner {
    margin-left: 0;
    margin-right: 0; }
  .expanded.row .large-collapse.row, .home .general-info-holder .large-collapse.row, .top-carousel-slide-holder-inner .large-collapse.row, .expanded.row .home .large-collapse.general-info-holder, .home .expanded.row .large-collapse.general-info-holder, .home .general-info-holder .large-collapse.general-info-holder, .top-carousel-slide-holder-inner .home .large-collapse.general-info-holder, .home .top-carousel-slide-holder-inner .large-collapse.general-info-holder, .expanded.row .large-collapse.top-carousel-slide-holder-inner, .home .general-info-holder .large-collapse.top-carousel-slide-holder-inner, .top-carousel-slide-holder-inner .large-collapse.top-carousel-slide-holder-inner {
    margin-left: 0;
    margin-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .large-centered {
    margin-left: auto;
    margin-right: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } 
}
@media screen and (min-width: 90em){
     .xxlarge-1 {
    width: 8.33333%; }
  .xxlarge-push-1 {
    position: relative;
    left: 8.33333%; }
  .xxlarge-pull-1 {
    position: relative;
    left: -8.33333%; }
  .xxlarge-offset-0 {
    margin-left: 0%; }
  .xxlarge-2 {
    width: 16.66667%; }
  .xxlarge-push-2 {
    position: relative;
    left: 16.66667%; }
  .xxlarge-pull-2 {
    position: relative;
    left: -16.66667%; }
  .xxlarge-offset-1 {
    margin-left: 8.33333%; }
  .xxlarge-3 {
    width: 25%; }
  .xxlarge-push-3 {
    position: relative;
    left: 25%; }
  .xxlarge-pull-3 {
    position: relative;
    left: -25%; }
  .xxlarge-offset-2 {
    margin-left: 16.66667%; }
  .xxlarge-4, .subsections-topics-container .sections-subsection-content-row-container {
    width: 33.33333%; }
  .xxlarge-push-4 {
    position: relative;
    left: 33.33333%; }
  .xxlarge-pull-4 {
    position: relative;
    left: -33.33333%; }
  .xxlarge-offset-3 {
    margin-left: 25%; }
  .xxlarge-5 {
    width: 41.66667%; }
  .xxlarge-push-5 {
    position: relative;
    left: 41.66667%; }
  .xxlarge-pull-5 {
    position: relative;
    left: -41.66667%; }
  .xxlarge-offset-4 {
    margin-left: 33.33333%; }
  .xxlarge-6 {
    width: 50%; }
  .xxlarge-push-6 {
    position: relative;
    left: 50%; }
  .xxlarge-pull-6 {
    position: relative;
    left: -50%; }
  .xxlarge-offset-5 {
    margin-left: 41.66667%; }
  .xxlarge-7 {
    width: 58.33333%; }
  .xxlarge-push-7 {
    position: relative;
    left: 58.33333%; }
  .xxlarge-pull-7 {
    position: relative;
    left: -58.33333%; }
  .xxlarge-offset-6 {
    margin-left: 50%; }
  .xxlarge-8 {
    width: 66.66667%; }
  .xxlarge-push-8 {
    position: relative;
    left: 66.66667%; }
  .xxlarge-pull-8 {
    position: relative;
    left: -66.66667%; }
  .xxlarge-offset-7 {
    margin-left: 58.33333%; }
  .xxlarge-9 {
    width: 75%; }
  .xxlarge-push-9 {
    position: relative;
    left: 75%; }
  .xxlarge-pull-9 {
    position: relative;
    left: -75%; }
  .xxlarge-offset-8 {
    margin-left: 66.66667%; }
  .xxlarge-10 {
    width: 83.33333%; }
  .xxlarge-push-10 {
    position: relative;
    left: 83.33333%; }
  .xxlarge-pull-10 {
    position: relative;
    left: -83.33333%; }
  .xxlarge-offset-9 {
    margin-left: 75%; }
  .xxlarge-11 {
    width: 91.66667%; }
  .xxlarge-push-11 {
    position: relative;
    left: 91.66667%; }
  .xxlarge-pull-11 {
    position: relative;
    left: -91.66667%; }
  .xxlarge-offset-10 {
    margin-left: 83.33333%; }
  .xxlarge-12 {
    width: 100%; }
  .xxlarge-offset-11 {
    margin-left: 91.66667%; }
  .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
    width: 100%;
    float: left; }
    .xxlarge-up-1 > .column:nth-of-type(1n), .xxlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-1 > .column:nth-of-type(1n+1), .xxlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xxlarge-up-1 > .column:last-child, .xxlarge-up-1 > .columns:last-child {
      float: left; }
  .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
    width: 50%;
    float: left; }
    .xxlarge-up-2 > .column:nth-of-type(1n), .xxlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-2 > .column:nth-of-type(2n+1), .xxlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xxlarge-up-2 > .column:last-child, .xxlarge-up-2 > .columns:last-child {
      float: left; }
  .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .xxlarge-up-3 > .column:nth-of-type(1n), .xxlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-3 > .column:nth-of-type(3n+1), .xxlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xxlarge-up-3 > .column:last-child, .xxlarge-up-3 > .columns:last-child {
      float: left; }
  .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
    width: 25%;
    float: left; }
    .xxlarge-up-4 > .column:nth-of-type(1n), .xxlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-4 > .column:nth-of-type(4n+1), .xxlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xxlarge-up-4 > .column:last-child, .xxlarge-up-4 > .columns:last-child {
      float: left; }
  .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
    width: 20%;
    float: left; }
    .xxlarge-up-5 > .column:nth-of-type(1n), .xxlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-5 > .column:nth-of-type(5n+1), .xxlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xxlarge-up-5 > .column:last-child, .xxlarge-up-5 > .columns:last-child {
      float: left; }
  .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .xxlarge-up-6 > .column:nth-of-type(1n), .xxlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-6 > .column:nth-of-type(6n+1), .xxlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xxlarge-up-6 > .column:last-child, .xxlarge-up-6 > .columns:last-child {
      float: left; }
  .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .xxlarge-up-7 > .column:nth-of-type(1n), .xxlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-7 > .column:nth-of-type(7n+1), .xxlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xxlarge-up-7 > .column:last-child, .xxlarge-up-7 > .columns:last-child {
      float: left; }
  .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .xxlarge-up-8 > .column:nth-of-type(1n), .xxlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-8 > .column:nth-of-type(8n+1), .xxlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xxlarge-up-8 > .column:last-child, .xxlarge-up-8 > .columns:last-child {
      float: left; }
  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xxlarge-collapse .row, .xxlarge-collapse .home .general-info-holder, .home .xxlarge-collapse .general-info-holder, .xxlarge-collapse .top-carousel-slide-holder-inner {
    margin-left: 0;
    margin-right: 0; }
  .expanded.row .xxlarge-collapse.row, .home .general-info-holder .xxlarge-collapse.row, .top-carousel-slide-holder-inner .xxlarge-collapse.row, .expanded.row .home .xxlarge-collapse.general-info-holder, .home .expanded.row .xxlarge-collapse.general-info-holder, .home .general-info-holder .xxlarge-collapse.general-info-holder, .top-carousel-slide-holder-inner .home .xxlarge-collapse.general-info-holder, .home .top-carousel-slide-holder-inner .xxlarge-collapse.general-info-holder, .expanded.row .xxlarge-collapse.top-carousel-slide-holder-inner, .home .general-info-holder .xxlarge-collapse.top-carousel-slide-holder-inner, .top-carousel-slide-holder-inner .xxlarge-collapse.top-carousel-slide-holder-inner {
    margin-left: 0;
    margin-right: 0; }
  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .xxlarge-centered {
    margin-left: auto;
    margin-right: auto; }
    .xxlarge-centered, .xxlarge-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .xxlarge-uncentered,
  .xxlarge-push-0,
  .xxlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } 
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility; }

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #cacaca;
    line-height: 0; }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.1875rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

@media screen and (min-width: 40em) {
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 1.9375rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }
/* */
a {
  color: #069ACE;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #10567e; }
  a img {
    border: 0; }

hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both; }

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

li {
  font-size: inherit; }

ul {
  list-style-type: disc;
  margin-left: 1.25rem; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: '\2014 \0020'; }

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

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

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

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

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

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

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

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

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

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media 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;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  /*a[href]:after {
    content: " (" attr(href) ")"; }*/
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.button, #wp-submit {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #136492;
  color: #fff; }
  [data-whatinput='mouse'] .button, [data-whatinput='mouse'] #wp-submit {
    outline: 0; }
  .button:hover, #wp-submit:hover, .button:focus, #wp-submit:focus {
    background-color: #10557c;
    color: #fff; }
  .button.tiny, .tiny#wp-submit {
    font-size: 0.6rem; }
  .button.small, .small#wp-submit {
    font-size: 0.75rem; }
  .button.large, .large#wp-submit {
    font-size: 1.25rem; }
  .button.expanded, .expanded#wp-submit, .home #wp-submit.general-info-holder, #wp-submit.top-carousel-slide-holder-inner, .home .button.general-info-holder, .button.top-carousel-slide-holder-inner {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary, .primary#wp-submit {
    background-color: #136492;
    color: #fff; }
    .button.primary:hover, .primary#wp-submit:hover, .button.primary:focus, .primary#wp-submit:focus {
      background-color: #0f5075;
      color: #fff; }
  .button.secondary, .secondary#wp-submit {
    background-color: #777;
    color: #fff; }
    .button.secondary:hover, .secondary#wp-submit:hover, .button.secondary:focus, .secondary#wp-submit:focus {
      background-color: #5f5f5f;
      color: #fff; }
  .button.success, .success#wp-submit {
    background-color: #3adb76;
    color: #fff; }
    .button.success:hover, .success#wp-submit:hover, .button.success:focus, .success#wp-submit:focus {
      background-color: #22bb5b;
      color: #fff; }
  .button.warning, .warning#wp-submit {
    background-color: #ffae00;
    color: #fff; }
    .button.warning:hover, .warning#wp-submit:hover, .button.warning:focus, .warning#wp-submit:focus {
      background-color: #cc8b00;
      color: #fff; }
  .button.alert, .alert#wp-submit {
    background-color: #ec5840;
    color: #fff; }
    .button.alert:hover, .alert#wp-submit:hover, .button.alert:focus, .alert#wp-submit:focus {
      background-color: #da3116;
      color: #fff; }
  .button.hollow, .hollow#wp-submit {
    border: 1px solid #136492;
    color: #136492; }
    .button.hollow, .hollow#wp-submit, .button.hollow:hover, .hollow#wp-submit:hover, .button.hollow:focus, .hollow#wp-submit:focus {
      background-color: transparent; }
    .button.hollow:hover, .hollow#wp-submit:hover, .button.hollow:focus, .hollow#wp-submit:focus {
      border-color: #0a3249;
      color: #0a3249; }
    .button.hollow.primary, .hollow.primary#wp-submit {
      border: 1px solid #136492;
      color: #136492; }
      .button.hollow.primary:hover, .hollow.primary#wp-submit:hover, .button.hollow.primary:focus, .hollow.primary#wp-submit:focus {
        border-color: #0a3249;
        color: #0a3249; }
    .button.hollow.secondary, .hollow.secondary#wp-submit {
      border: 1px solid #777;
      color: #777; }
      .button.hollow.secondary:hover, .hollow.secondary#wp-submit:hover, .button.hollow.secondary:focus, .hollow.secondary#wp-submit:focus {
        border-color: #3c3c3c;
        color: #3c3c3c; }
    .button.hollow.success, .hollow.success#wp-submit {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .hollow.success#wp-submit:hover, .button.hollow.success:focus, .hollow.success#wp-submit:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning, .hollow.warning#wp-submit {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .hollow.warning#wp-submit:hover, .button.hollow.warning:focus, .hollow.warning#wp-submit:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert, .hollow.alert#wp-submit {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .hollow.alert#wp-submit:hover, .button.hollow.alert:focus, .hollow.alert#wp-submit:focus {
        border-color: #881f0e;
        color: #881f0e; }
  .button.disabled, .disabled#wp-submit, .button[disabled], [disabled]#wp-submit {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled:hover, .disabled#wp-submit:hover, .button.disabled:focus, .disabled#wp-submit:focus, .button[disabled]:hover, [disabled]#wp-submit:hover, .button[disabled]:focus, [disabled]#wp-submit:focus {
      background-color: #136492;
      color: #fff; }
    .button.disabled.primary, .disabled.primary#wp-submit, .button[disabled].primary, [disabled].primary#wp-submit {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary:hover, .disabled.primary#wp-submit:hover, .button.disabled.primary:focus, .disabled.primary#wp-submit:focus, .button[disabled].primary:hover, [disabled].primary#wp-submit:hover, .button[disabled].primary:focus, [disabled].primary#wp-submit:focus {
        background-color: #136492;
        color: #fff; }
    .button.disabled.secondary, .disabled.secondary#wp-submit, .button[disabled].secondary, [disabled].secondary#wp-submit {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary:hover, .disabled.secondary#wp-submit:hover, .button.disabled.secondary:focus, .disabled.secondary#wp-submit:focus, .button[disabled].secondary:hover, [disabled].secondary#wp-submit:hover, .button[disabled].secondary:focus, [disabled].secondary#wp-submit:focus {
        background-color: #777;
        color: #fff; }
    .button.disabled.success, .disabled.success#wp-submit, .button[disabled].success, [disabled].success#wp-submit {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success:hover, .disabled.success#wp-submit:hover, .button.disabled.success:focus, .disabled.success#wp-submit:focus, .button[disabled].success:hover, [disabled].success#wp-submit:hover, .button[disabled].success:focus, [disabled].success#wp-submit:focus {
        background-color: #3adb76;
        color: #fff; }
    .button.disabled.warning, .disabled.warning#wp-submit, .button[disabled].warning, [disabled].warning#wp-submit {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning:hover, .disabled.warning#wp-submit:hover, .button.disabled.warning:focus, .disabled.warning#wp-submit:focus, .button[disabled].warning:hover, [disabled].warning#wp-submit:hover, .button[disabled].warning:focus, [disabled].warning#wp-submit:focus {
        background-color: #ffae00;
        color: #fff; }
    .button.disabled.alert, .disabled.alert#wp-submit, .button[disabled].alert, [disabled].alert#wp-submit {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert:hover, .disabled.alert#wp-submit:hover, .button.disabled.alert:focus, .disabled.alert#wp-submit:focus, .button[disabled].alert:hover, [disabled].alert#wp-submit:hover, .button[disabled].alert:focus, [disabled].alert#wp-submit:focus {
        background-color: #ec5840;
        color: #fff; }
  .button.dropdown::after, .dropdown#wp-submit::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fefefe transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block; }
  .button.arrow-only::after, .arrow-only#wp-submit::after {
    margin-left: 0;
    float: none;
    top: -0.1em; }

[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;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-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 {
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    outline: none;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #8a8a8a; }

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #8a8a8a; }
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cacaca; }

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

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: default; }

[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

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

.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 {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #cacaca;
  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;
  height: 100%;
  width: 1%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button {
    margin: 0; }

.input-group .input-group-button {
  display: table-cell; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

legend {
  margin-bottom: 0.5rem;
  max-width: 100%; }

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  .fieldset legend {
    background: #fefefe;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fefefe;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  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%2851, 51, 51%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right -1rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.5rem; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:disabled {
    background-color: #e6e6e6;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840; }

.is-invalid-label {
  color: #ec5840; }

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

input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
  margin-top: 0.45rem;
  margin-bottom: 0.45rem;
  border: 0;
  line-height: 1; }
  input[type="range"]:focus {
    outline: 0; }
  input[type="range"][disabled] {
    opacity: 0.25; }
  input[type="range"]::-webkit-slider-runnable-track {
    height: 0.5rem;
    background: #e6e6e6; }
  input[type="range"]::-webkit-slider-handle {
    -webkit-appearance: none;
    background: #136492;
    width: 1.4rem;
    height: 1.4rem;
    margin-top: -0.45rem; }
  input[type="range"]::-moz-range-track {
    -moz-appearance: none;
    height: 0.5rem;
    background: #e6e6e6; }
  input[type="range"]::-moz-range-thumb {
    -moz-appearance: none;
    background: #136492;
    width: 1.4rem;
    height: 1.4rem;
    margin-top: -0.45rem; }
  input[type="range"]::-ms-track {
    height: 0.5rem;
    background: #e6e6e6;
    color: transparent;
    border: 0;
    overflow: visible;
    border-top: 0.45rem solid #fefefe;
    border-bottom: 0.45rem solid #fefefe; }
  input[type="range"]::-ms-thumb {
    background: #136492;
    width: 1.4rem;
    height: 1.4rem;
    border: 0; }
  input[type="range"]::-ms-fill-lower {
    background: #cacaca; }
  input[type="range"]::-ms-fill-upper {
    background: #e6e6e6; }
  output {
    line-height: 1.4rem;
    vertical-align: middle;
    margin-left: 0.5em; }

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

.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 {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #136492;
  position: relative;
  border: 1px solid #e6e6e6;
  border-bottom: 0; }
  :last-child:not(.is-active) > .accordion-title {
    border-radius: 0 0 0 0;
    border-bottom: 1px solid #e6e6e6; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.5rem; }
  .is-active > .accordion-title::before {
    content: '–'; }

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

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

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

.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #136492;
  color: #fefefe; }
  .badge.secondary {
    background: #777;
    color: #fefefe; }
  .badge.success {
    background: #3adb76;
    color: #fefefe; }
  .badge.warning {
    background: #ffae00;
    color: #fefefe; }
  .badge.alert {
    background: #ec5840;
    color: #fefefe; }

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

.button-group {
  margin-bottom: 1rem;
  font-size: 0; }
  .button-group::before, .button-group::after {
    content: ' ';
    display: table; }
  .button-group::after {
    clear: both; }
  .button-group .button, .button-group #wp-submit {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem; }
    .button-group .button:last-child, .button-group #wp-submit:last-child {
      margin-right: 0; }
  .button-group.tiny .button, .button-group.tiny #wp-submit {
    font-size: 0.6rem; }
  .button-group.small .button, .button-group.small #wp-submit {
    font-size: 0.75rem; }
  .button-group.large .button, .button-group.large #wp-submit {
    font-size: 1.25rem; }
  .button-group.expanded, .home .button-group.general-info-holder, .button-group.top-carousel-slide-holder-inner {
    margin-right: -1px; }
    .button-group.expanded::before, .home .button-group.general-info-holder::before, .button-group.top-carousel-slide-holder-inner::before, .button-group.expanded::after, .home .button-group.general-info-holder::after, .button-group.top-carousel-slide-holder-inner::after {
      display: none; }
    .button-group.expanded .button:first-child:nth-last-child(2), .home .button-group.general-info-holder .button:first-child:nth-last-child(2), .button-group.top-carousel-slide-holder-inner .button:first-child:nth-last-child(2), .button-group.expanded #wp-submit:first-child:nth-last-child(2), .home .button-group.general-info-holder #wp-submit:first-child:nth-last-child(2), .button-group.top-carousel-slide-holder-inner #wp-submit:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .home .button-group.general-info-holder .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.top-carousel-slide-holder-inner .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.expanded #wp-submit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .home .button-group.general-info-holder #wp-submit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.top-carousel-slide-holder-inner #wp-submit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ #wp-submit, .home .button-group.general-info-holder .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ #wp-submit, .button-group.top-carousel-slide-holder-inner .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ #wp-submit, .button-group.expanded #wp-submit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ #wp-submit, .home .button-group.general-info-holder #wp-submit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ #wp-submit, .button-group.top-carousel-slide-holder-inner #wp-submit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ #wp-submit {
      display: inline-block;
      width: calc(50% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(2):last-child, .home .button-group.general-info-holder .button:first-child:nth-last-child(2):last-child, .button-group.top-carousel-slide-holder-inner .button:first-child:nth-last-child(2):last-child, .button-group.expanded #wp-submit:first-child:nth-last-child(2):last-child, .home .button-group.general-info-holder #wp-submit:first-child:nth-last-child(2):last-child, .button-group.top-carousel-slide-holder-inner #wp-submit: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, .home .button-group.general-info-holder .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.top-carousel-slide-holder-inner .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.expanded #wp-submit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .home .button-group.general-info-holder #wp-submit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.top-carousel-slide-holder-inner #wp-submit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ #wp-submit:last-child, .home .button-group.general-info-holder .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ #wp-submit:last-child, .button-group.top-carousel-slide-holder-inner .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ #wp-submit:last-child, .button-group.expanded #wp-submit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ #wp-submit:last-child, .home .button-group.general-info-holder #wp-submit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ #wp-submit:last-child, .button-group.top-carousel-slide-holder-inner #wp-submit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ #wp-submit:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(3), .home .button-group.general-info-holder .button:first-child:nth-last-child(3), .button-group.top-carousel-slide-holder-inner .button:first-child:nth-last-child(3), .button-group.expanded #wp-submit:first-child:nth-last-child(3), .home .button-group.general-info-holder #wp-submit:first-child:nth-last-child(3), .button-group.top-carousel-slide-holder-inner #wp-submit:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .home .button-group.general-info-holder .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.top-carousel-slide-holder-inner .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.expanded #wp-submit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .home .button-group.general-info-holder #wp-submit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.top-carousel-slide-holder-inner #wp-submit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ #wp-submit, .home .button-group.general-info-holder .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ #wp-submit, .button-group.top-carousel-slide-holder-inner .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ #wp-submit, .button-group.expanded #wp-submit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ #wp-submit, .home .button-group.general-info-holder #wp-submit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ #wp-submit, .button-group.top-carousel-slide-holder-inner #wp-submit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ #wp-submit {
      display: inline-block;
      width: calc(33.33333% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(3):last-child, .home .button-group.general-info-holder .button:first-child:nth-last-child(3):last-child, .button-group.top-carousel-slide-holder-inner .button:first-child:nth-last-child(3):last-child, .button-group.expanded #wp-submit:first-child:nth-last-child(3):last-child, .home .button-group.general-info-holder #wp-submit:first-child:nth-last-child(3):last-child, .button-group.top-carousel-slide-holder-inner #wp-submit: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, .home .button-group.general-info-holder .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.top-carousel-slide-holder-inner .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.expanded #wp-submit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .home .button-group.general-info-holder #wp-submit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.top-carousel-slide-holder-inner #wp-submit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ #wp-submit:last-child, .home .button-group.general-info-holder .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ #wp-submit:last-child, .button-group.top-carousel-slide-holder-inner .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ #wp-submit:last-child, .button-group.expanded #wp-submit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ #wp-submit:last-child, .home .button-group.general-info-holder #wp-submit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ #wp-submit:last-child, .button-group.top-carousel-slide-holder-inner #wp-submit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ #wp-submit:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(4), .home .button-group.general-info-holder .button:first-child:nth-last-child(4), .button-group.top-carousel-slide-holder-inner .button:first-child:nth-last-child(4), .button-group.expanded #wp-submit:first-child:nth-last-child(4), .home .button-group.general-info-holder #wp-submit:first-child:nth-last-child(4), .button-group.top-carousel-slide-holder-inner #wp-submit:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .home .button-group.general-info-holder .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.top-carousel-slide-holder-inner .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.expanded #wp-submit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .home .button-group.general-info-holder #wp-submit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.top-carousel-slide-holder-inner #wp-submit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ #wp-submit, .home .button-group.general-info-holder .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ #wp-submit, .button-group.top-carousel-slide-holder-inner .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ #wp-submit, .button-group.expanded #wp-submit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ #wp-submit, .home .button-group.general-info-holder #wp-submit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ #wp-submit, .button-group.top-carousel-slide-holder-inner #wp-submit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ #wp-submit {
      display: inline-block;
      width: calc(25% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(4):last-child, .home .button-group.general-info-holder .button:first-child:nth-last-child(4):last-child, .button-group.top-carousel-slide-holder-inner .button:first-child:nth-last-child(4):last-child, .button-group.expanded #wp-submit:first-child:nth-last-child(4):last-child, .home .button-group.general-info-holder #wp-submit:first-child:nth-last-child(4):last-child, .button-group.top-carousel-slide-holder-inner #wp-submit: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, .home .button-group.general-info-holder .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.top-carousel-slide-holder-inner .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.expanded #wp-submit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .home .button-group.general-info-holder #wp-submit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.top-carousel-slide-holder-inner #wp-submit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ #wp-submit:last-child, .home .button-group.general-info-holder .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ #wp-submit:last-child, .button-group.top-carousel-slide-holder-inner .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ #wp-submit:last-child, .button-group.expanded #wp-submit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ #wp-submit:last-child, .home .button-group.general-info-holder #wp-submit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ #wp-submit:last-child, .button-group.top-carousel-slide-holder-inner #wp-submit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ #wp-submit:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(5), .home .button-group.general-info-holder .button:first-child:nth-last-child(5), .button-group.top-carousel-slide-holder-inner .button:first-child:nth-last-child(5), .button-group.expanded #wp-submit:first-child:nth-last-child(5), .home .button-group.general-info-holder #wp-submit:first-child:nth-last-child(5), .button-group.top-carousel-slide-holder-inner #wp-submit:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .home .button-group.general-info-holder .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.top-carousel-slide-holder-inner .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.expanded #wp-submit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .home .button-group.general-info-holder #wp-submit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.top-carousel-slide-holder-inner #wp-submit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ #wp-submit, .home .button-group.general-info-holder .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ #wp-submit, .button-group.top-carousel-slide-holder-inner .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ #wp-submit, .button-group.expanded #wp-submit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ #wp-submit, .home .button-group.general-info-holder #wp-submit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ #wp-submit, .button-group.top-carousel-slide-holder-inner #wp-submit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ #wp-submit {
      display: inline-block;
      width: calc(20% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(5):last-child, .home .button-group.general-info-holder .button:first-child:nth-last-child(5):last-child, .button-group.top-carousel-slide-holder-inner .button:first-child:nth-last-child(5):last-child, .button-group.expanded #wp-submit:first-child:nth-last-child(5):last-child, .home .button-group.general-info-holder #wp-submit:first-child:nth-last-child(5):last-child, .button-group.top-carousel-slide-holder-inner #wp-submit: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, .home .button-group.general-info-holder .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.top-carousel-slide-holder-inner .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.expanded #wp-submit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .home .button-group.general-info-holder #wp-submit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.top-carousel-slide-holder-inner #wp-submit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ #wp-submit:last-child, .home .button-group.general-info-holder .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ #wp-submit:last-child, .button-group.top-carousel-slide-holder-inner .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ #wp-submit:last-child, .button-group.expanded #wp-submit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ #wp-submit:last-child, .home .button-group.general-info-holder #wp-submit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ #wp-submit:last-child, .button-group.top-carousel-slide-holder-inner #wp-submit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ #wp-submit:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(6), .home .button-group.general-info-holder .button:first-child:nth-last-child(6), .button-group.top-carousel-slide-holder-inner .button:first-child:nth-last-child(6), .button-group.expanded #wp-submit:first-child:nth-last-child(6), .home .button-group.general-info-holder #wp-submit:first-child:nth-last-child(6), .button-group.top-carousel-slide-holder-inner #wp-submit:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .home .button-group.general-info-holder .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.top-carousel-slide-holder-inner .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.expanded #wp-submit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .home .button-group.general-info-holder #wp-submit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.top-carousel-slide-holder-inner #wp-submit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ #wp-submit, .home .button-group.general-info-holder .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ #wp-submit, .button-group.top-carousel-slide-holder-inner .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ #wp-submit, .button-group.expanded #wp-submit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ #wp-submit, .home .button-group.general-info-holder #wp-submit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ #wp-submit, .button-group.top-carousel-slide-holder-inner #wp-submit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ #wp-submit {
      display: inline-block;
      width: calc(16.66667% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(6):last-child, .home .button-group.general-info-holder .button:first-child:nth-last-child(6):last-child, .button-group.top-carousel-slide-holder-inner .button:first-child:nth-last-child(6):last-child, .button-group.expanded #wp-submit:first-child:nth-last-child(6):last-child, .home .button-group.general-info-holder #wp-submit:first-child:nth-last-child(6):last-child, .button-group.top-carousel-slide-holder-inner #wp-submit: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, .home .button-group.general-info-holder .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.top-carousel-slide-holder-inner .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.expanded #wp-submit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .home .button-group.general-info-holder #wp-submit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.top-carousel-slide-holder-inner #wp-submit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ #wp-submit:last-child, .home .button-group.general-info-holder .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ #wp-submit:last-child, .button-group.top-carousel-slide-holder-inner .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ #wp-submit:last-child, .button-group.expanded #wp-submit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ #wp-submit:last-child, .home .button-group.general-info-holder #wp-submit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ #wp-submit:last-child, .button-group.top-carousel-slide-holder-inner #wp-submit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ #wp-submit:last-child {
        margin-right: -6px; }
  .button-group.primary .button, .button-group.primary #wp-submit {
    background-color: #136492;
    color: #fff; }
    .button-group.primary .button:hover, .button-group.primary #wp-submit:hover, .button-group.primary .button:focus, .button-group.primary #wp-submit:focus {
      background-color: #0f5075;
      color: #fff; }
  .button-group.secondary .button, .button-group.secondary #wp-submit {
    background-color: #777;
    color: #fff; }
    .button-group.secondary .button:hover, .button-group.secondary #wp-submit:hover, .button-group.secondary .button:focus, .button-group.secondary #wp-submit:focus {
      background-color: #5f5f5f;
      color: #fff; }
  .button-group.success .button, .button-group.success #wp-submit {
    background-color: #3adb76;
    color: #fff; }
    .button-group.success .button:hover, .button-group.success #wp-submit:hover, .button-group.success .button:focus, .button-group.success #wp-submit:focus {
      background-color: #22bb5b;
      color: #fff; }
  .button-group.warning .button, .button-group.warning #wp-submit {
    background-color: #ffae00;
    color: #fff; }
    .button-group.warning .button:hover, .button-group.warning #wp-submit:hover, .button-group.warning .button:focus, .button-group.warning #wp-submit:focus {
      background-color: #cc8b00;
      color: #fff; }
  .button-group.alert .button, .button-group.alert #wp-submit {
    background-color: #ec5840;
    color: #fff; }
    .button-group.alert .button:hover, .button-group.alert #wp-submit:hover, .button-group.alert .button:focus, .button-group.alert #wp-submit:focus {
      background-color: #da3116;
      color: #fff; }
  .button-group.stacked .button, .button-group.stacked #wp-submit, .button-group.stacked-for-small .button, .button-group.stacked-for-small #wp-submit, .button-group.stacked-for-medium .button, .button-group.stacked-for-medium #wp-submit {
    width: 100%; }
    .button-group.stacked .button:last-child, .button-group.stacked #wp-submit:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-small #wp-submit:last-child, .button-group.stacked-for-medium .button:last-child, .button-group.stacked-for-medium #wp-submit:last-child {
      margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .button-group.stacked-for-small .button, .button-group.stacked-for-small #wp-submit {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button, .button-group.stacked-for-medium #wp-submit {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded, .home .button-group.stacked-for-small.general-info-holder, .button-group.stacked-for-small.top-carousel-slide-holder-inner {
      display: block; }
      .button-group.stacked-for-small.expanded .button, .home .button-group.stacked-for-small.general-info-holder .button, .button-group.stacked-for-small.top-carousel-slide-holder-inner .button, .button-group.stacked-for-small.expanded #wp-submit, .home .button-group.stacked-for-small.general-info-holder #wp-submit, .button-group.stacked-for-small.top-carousel-slide-holder-inner #wp-submit {
        display: block;
        margin-right: 0; } }

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  position: relative;
  color: #0a0a0a;
  background-color: white; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #d1ebf9; }
  .callout.secondary {
    background-color: #ebebeb; }
  .callout.success {
    background-color: #e1faea; }
  .callout.warning {
    background-color: #fff3d9; }
  .callout.alert {
    background-color: #fce6e2; }
  .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; }

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

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block !important; }

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

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

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

.dropdown-pane {
  background-color: #fefefe;
  border: 1px solid #cacaca;
  border-radius: 0;
  display: block;
  font-size: 16rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10; }
  .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 {
  left: auto;
  right: 0;
  top: 100%; }

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

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

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

[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 {
  left: auto;
  right: 100%; }

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

.dropdown.menu.vertical > li > a::after {
  right: 14px;
  margin-top: -3px; }

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

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

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

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

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

.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: -2px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

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

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .flex-video.widescreen {
    padding-bottom: 56.25%; }
  .flex-video.vimeo {
    padding-top: 0; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #136492;
  color: #fefefe; }
  .label.secondary {
    background: #777;
    color: #fefefe; }
  .label.success {
    background: #3adb76;
    color: #fefefe; }
  .label.warning {
    background: #ffae00;
    color: #fefefe; }
  .label.alert {
    background: #ec5840;
    color: #fefefe; }

.media-object {
  margin-bottom: 1rem;
  display: block; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 39.9375em) {
    .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; }

.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 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 {
    display: table-cell; }
  .menu.vertical > li {
    display: block; }
  @media screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-vertical > li {
      display: block; } }
  @media screen and (min-width: 64em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-vertical > li {
      display: block; } }
  .menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem; }
  .menu.simple a {
    padding: 0; }
  .menu.align-right::before, .menu.align-right::after {
    content: ' ';
    display: table; }
  .menu.align-right::after {
    clear: both; }
  .menu.align-right > li {
    float: right; }
  .menu.expanded, .home .menu.general-info-holder, .menu.top-carousel-slide-holder-inner {
    width: 100%;
    display: table;
    table-layout: fixed; }
    .menu.expanded > li:first-child:last-child, .home .menu.general-info-holder > li:first-child:last-child, .menu.top-carousel-slide-holder-inner > li:first-child:last-child {
      width: 100%; }
  .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.nested {
    margin-left: 1rem; }
  .menu .active > a {
    color: #fefefe;
    background: #121212; }

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

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

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

html,
body {
  height: 100%; }

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-overflow-scrolling: auto; }

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  min-height: 100%;
  transition: transform 0.5s ease; }
  .off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
    content: ' ';
    display: table; }
  .off-canvas-wrapper-inner::after {
    clear: both; }

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #fefefe;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  padding-bottom: 0.1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.5); }

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 254, 254, 0.25);
  cursor: pointer;
  transition: background 0.5s ease; }

.off-canvas {
  position: absolute;
  background: #e6e6e6;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  -ms-transform: translateX(0);
      transform: translateX(0); }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.position-left {
    left: -250px;
    top: 0;
    width: 250px; }
    .is-open-left {
      -ms-transform: translateX(250px);
          transform: translateX(250px); }
  .off-canvas.position-right {
    right: -250px;
    top: 0;
    width: 250px; }
    .is-open-right {
      -ms-transform: translateX(-250px);
          transform: translateX(-250px); }

@media screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; } }

.orbit {
  position: relative; }

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

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

.orbit-figure {
  margin: 0; }

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

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

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe; }
  [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;
    background-color: #cacaca;
    border-radius: 50%; }
    .orbit-bullets button:hover {
      background-color: #8a8a8a; }
    .orbit-bullets button.is-active {
      background-color: #8a8a8a; }

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

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

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

.progress {
  background-color: #cacaca;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0; }
  .progress.primary .progress-meter {
    background-color: #136492; }
  .progress.secondary .progress-meter {
    background-color: #777; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #ec5840; }

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

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

progress {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  width: 100%;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background: #cacaca;
  border: 0; }
  progress::-webkit-progress-bar {
    background: #cacaca;
    border-radius: 0; }
  progress::-webkit-progress-value {
    background: #136492;
    border-radius: 0; }
  progress::-moz-progress-bar {
    background: #136492;
    border-radius: 0; }
  progress.primary {
    color: #136492; }
    progress.primary::-webkit-progress-value {
      background: #136492; }
    progress.primary::-moz-progress-bar {
      background: #136492; }
  progress.secondary {
    color: #777; }
    progress.secondary::-webkit-progress-value {
      background: #777; }
    progress.secondary::-moz-progress-bar {
      background: #777; }
  progress.success {
    color: #3adb76; }
    progress.success::-webkit-progress-value {
      background: #3adb76; }
    progress.success::-moz-progress-bar {
      background: #3adb76; }
  progress.warning {
    color: #ffae00; }
    progress.warning::-webkit-progress-value {
      background: #ffae00; }
    progress.warning::-moz-progress-bar {
      background: #ffae00; }
  progress.alert {
    color: #ec5840; }
    progress.alert::-webkit-progress-value {
      background: #ec5840; }
    progress.alert::-moz-progress-bar {
      background: #ec5840; }
  progress::-ms-fill {
    border-radius: 0;
    border: 0; }

meter {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  width: 100%;
  height: 1rem;
  margin-bottom: 1rem;
  background: #cacaca;
  border: 0; }
  meter::-webkit-meter-bar {
    background: #cacaca;
    border: 0; }
  meter::-webkit-meter-optimum-value {
    background: #3adb76; }
  meter::-webkit-meter-suboptimum-value {
    background: #ffae00; }
  meter::-webkit-meter-even-less-good-value {
    background: #ec5840; }
  meter::-moz-meter-bar {
    background: #136492; }
  meter:-moz-meter-optimum::-moz-meter-bar {
    background: #3adb76; }
  meter:-moz-meter-sub-optimum::-moz-meter-bar {
    background: #ffae00; }
  meter:-moz-meter-sub-sub-optimum::-moz-meter-bar {
    background: #ec5840; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  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: #cacaca;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #136492;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  border-radius: 0; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #10557c; }
  .slider-handle.is-dragging {
    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;
  -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;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); }

.sticky-container {
  position: relative; }

.sticky {
  position: absolute;
  z-index: 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: absolute;
  left: auto;
  right: 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;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

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

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

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

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

.switch-paddle {
  background: #cacaca;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  transition: all 0.25s ease-out;
  border-radius: 0;
  color: inherit;
  font-weight: inherit; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    background: #fefefe;
    content: '';
    display: block;
    position: absolute;
    height: 1.5rem;
    left: 0.25rem;
    top: 0.25rem;
    width: 1.5rem;
    transition: all 0.25s ease-out;
    transform: translate3d(0, 0, 0);
    border-radius: 0; }
  input:checked ~ .switch-paddle {
    background: #136492; }
    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%;
  -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 {
    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 {
    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 {
    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 #f1f1f1;
    background-color: #fefefe; }
  table caption {
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem; }
  table thead {
    background: #f8f8f8;
    color: #0a0a0a; }
  table tfoot {
    background: #f1f1f1;
    color: #0a0a0a; }
  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: bold;
    text-align: left; }
  table tbody tr:nth-child(even) {
    background-color: #f1f1f1; }
  table tbody th,
  table tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }

@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: #f3f3f3; }

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

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

table.hover tbody tr:nth-of-type(even):hover {
  background-color: #ececec; }

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

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

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

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

.tabs.primary {
  background: #136492; }
  .tabs.primary > li > a {
    color: #fefefe; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #156ea1; }

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

.tabs-content {
  background: #fefefe;
  transition: all 0.5s ease;
  border: 1px solid #e6e6e6;
  border-top: 0; }

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

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.thumbnail {
  border: solid 4px #fefefe;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out;
  border-radius: 0;
  margin-bottom: 1rem; }
  .thumbnail:hover, .thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(19, 100, 146, 0.5); }

.title-bar {
  background: #0a0a0a;
  color: #fefefe;
  padding: 0.5rem; }
  .title-bar::before, .title-bar::after {
    content: ' ';
    display: table; }
  .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 {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block; }

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

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

.top-bar {
  padding: 0; }
  .top-bar::before, .top-bar::after {
    content: ' ';
    display: table; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #121212; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button, .top-bar input#wp-submit {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: 100%; }
  @media screen and (min-width: 40em) {
    .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 {
  float: left;
  margin-right: 1rem; }

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

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

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

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

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

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

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

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

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

@media 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;
  height: auto;
  width: 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-left: auto;
  margin-right: auto; }

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

.clearfix::after {
  clear: both; }

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

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

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(-100%);
      transform: translateY(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  -ms-transform: translateY(0);
      transform: translateY(0); }

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  -ms-transform: translateX(0);
      transform: translateX(0); }

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(100%);
      transform: translateY(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  -ms-transform: translateY(0);
      transform: translateY(0); }

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(100%);
      transform: translateX(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  -ms-transform: translateX(0);
      transform: translateX(0); }

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(0);
      transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  -ms-transform: translateY(100%);
      transform: translateY(100%); }

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(0);
      transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  -ms-transform: translateX(100%);
      transform: translateX(100%); }

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(0);
      transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  -ms-transform: translateY(-100%);
      transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(0);
      transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  -ms-transform: translateX(-100%);
      transform: translateX(-100%); }

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  -ms-transform-origin: top;
      transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  -ms-transform-origin: right;
      transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  -ms-transform-origin: bottom;
      transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  -ms-transform-origin: left;
      transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: top;
      transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: right;
      transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: bottom;
      transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: left;
      transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(0.5);
      transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  -ms-transform: scale(1);
      transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1.5);
      transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  -ms-transform: scale(1);
      transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1);
      transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  -ms-transform: scale(1.5);
      transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1);
      transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  -ms-transform: scale(0.5);
      transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(-0.75turn);
      transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  -ms-transform: rotate(0);
      transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0);
      transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  -ms-transform: rotate(0.75turn);
      transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0.75turn);
      transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  -ms-transform: rotate(0);
      transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0);
      transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  -ms-transform: rotate(-0.75turn);
      transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }

.spin-cw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }

.spin-ccw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1turn); } }

.wiggle {
  animation-name: wiggle-7deg; }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms; }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

/*
  My custom styles:
  Add your scss files below to structure your project styles
*/
body {
  font-family: "HelveticaNeueW01-45Ligh";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

table thead {
  font-family: "Benton Sans Cond Book";
  font-size: 1.25em;
  color: #fff;
  background-color: #136492; }
  @media screen and (min-width: 64em) {
    table thead {
      font-size: 1.5em; } }

table tbody tr,
table tbody tr:nth-child(even) {
  background-color: #F6F6F6;
  border-bottom: 10px solid #fff; }

table thead tr td {
  padding: 30px 10px;
  border-bottom: 20px solid #fff;
  font-weight: normal; }

table tbody tr td {
  vertical-align: top;
  padding-top: 30px;
  padding-bottom: 30px; }

@media screen and (min-width: 40em) {
  .mobile-only {
    display: none; } }

.tablet-only {
  display: none; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .tablet-only {
      display: inherit; } }

.desktop-only {
  display: none; }
  @media screen and (min-width: 64em) {
    .desktop-only {
      display: inherit; } }

.tablet-up {
  display: none; }
  @media screen and (min-width: 40em) {
    .tablet-up {
      display: inherit; } }

input[type='text']:focus, input[type='search']:focus, input[type='password']:focus, input[type='tel']:focus, input[type='email']:focus, textarea, textarea:focus, #user_login {
  font-family: "HelveticaNeueW01-55Roma";
  border-color: #d8ebf4;
  background-color: #d8ebf4;
  box-shadow: none;
  color: #028BBA; }

::-webkit-input-placeholder {
  color: #13294B;
  opacity: .3; }

:-moz-placeholder {
  /* Firefox 15- */
  color: #13294B;
  opacity: .3; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #13294B;
  opacity: .3; }

:-ms-input-placeholder {
  opacity: .3; }

select:focus {
  box-shadow: none; }

select {
  font-family: "HelveticaNeueW01-55Roma";
  text-transform: capitalize;
  color: #028BBA;
  background-image: url("/wp-content/themes/FoundationPress/assets/images/oma-static-images/dropdown-arrow.svg");
  background-size: 15px;
  border: none;
  font-size: 0.875em;
  background-color: #d8ebf4; }

select.high-contrast {
  color: #13294B; }

textarea.high-contrast {
  color: #13294B; }

.papers-form input.high-contrast, .papers-form select.high-contrast {
  color: #13294B; }

.papers-form input[type="checkbox"],
.papers-form input[type="radio"] {
  position: absolute;
  width: 13px;
  height: 13px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  opacity: 0; }

.papers-form .custom-checkbox + label:before {
  display: inline-block;
  content: " ";
  position: relative;
  left: -9px;
  width: 13px;
  height: 13px;
  margin-right: 4px;
  background: url("../images/oma-static-images/custom-checkbox.svg") no-repeat;
  background-color: #d8ebf4;
  border-radius: 3px; }
  @media screen and (min-width: 40em) {
    .papers-form .custom-checkbox + label:before {
      margin-right: 7px;
      left: 0; } }

.papers-form .custom-checkbox:focus + label:before {
  outline: -webkit-focus-ring-color auto 5px; }

.papers-form input[type="checkbox"] + label:before {
  background-position: 0 -88px; }

.papers-form input[type="checkbox"]:checked + label:before {
  background-position: 0; }

.breadcrumb-holder {
  display: none;
  font-size: 0.75em;
  color: #7D9BC1; }
  @media screen and (min-width: 40em) {
    .breadcrumb-holder {
      display: inherit;
      margin: 20px 27px; } }
  @media screen and (min-width: 64em) {
    .breadcrumb-holder {
      margin: 27px;
      font-size: 0.875em; } }

.breadcrumb-holder.high-contrast {
  color: #13294B; }
  .breadcrumb-holder.high-contrast .breadcrumb-link {
    color: #13294B; }

.breadcrumb-link {
  color: #7D9BC1; }

.page-hero-mobile {
  background-color: #136492;
  height: 248px;
  color: #fff;
  background-size: cover;
  padding: 60px 37px; }
  @media screen and (min-width: 40em) {
    .page-hero-mobile {
      display: none; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .page-hero-mobile {
      height: 261px; } }
  @media screen and (min-width: 64em) {
    .page-hero-mobile {
      height: 288px; } }

.page-hero-tablet-desktop {
  background-color: #136492;
  display: none; }
  @media screen and (min-width: 40em) {
    .page-hero-tablet-desktop {
      display: block;
      height: 261px;
      color: #fff;
      margin: 0 20px;
      padding: 78px 42px;
      background-size: cover; } }
  @media screen and (min-width: 64em) {
    .page-hero-tablet-desktop {
      height: 288px;
      padding: 95px 87px; } }

.page-hero-title {
  font-family: "Benton Sans Cond Book";
  font-size: 1.625em;
  margin-bottom: 10px; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .page-hero-title {
      font-size: 1.8125em; } }
  @media screen and (min-width: 64em) {
    .page-hero-title {
      font-size: 2.1875em; } }

.page-hero-subtitle {
  font-family: "HelveticaNeueW01-Thin";
  font-size: 0.8125em; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .page-hero-subtitle {
      font-size: 0.9375em; } }
  @media screen and (min-width: 64em) {
    .page-hero-subtitle {
      font-size: 1em; } }

.need-help-col {
  background-color: #A6DCF4; }

.need-help-col-title {
  font-family: "Benton Sans Cond Book";
  color: #1F2538;
  font-size: 1.625em;
  padding-right: 60px; }
  @media screen and (min-width: 40em) {
    .need-help-col-title {
      height: 70px;
      font-size: 1.8125em;
      padding-right: 0; } }
  @media screen and (min-width: 64em) {
    .need-help-col-title {
      height: inherit;
      font-size: 2.1875em; } }

.need-help-col-hr {
  border-color: white; }

.need-help-col-description {
  font-size: 0.8125em;
  color: #1F2538;
  margin-bottom: 0; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .need-help-col-description {
      font-size: 0.875em;
      height: 60px;
      margin-bottom: 50px; } }
  @media screen and (min-width: 64em) {
    .need-help-col-description {
      font-size: inherit; } }

.need-help-col-description-email {
  color: #028BBA;
  font-family: "HelveticaNeueW01-75Bold"; }

.need-help-col-top-icon {
  width: 55px;
  height: 55px;
  margin-bottom: 16px; }
  @media screen and (min-width: 64em) {
    .need-help-col-top-icon {
      width: 98px;
      height: 98px; } }

.need-help-col-bottom-icon {
  height: 20px;
  width: 20px; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .need-help-col-bottom-icon {
      height: 36px;
      width: 36px; } }
  @media screen and (min-width: 64em) {
    .need-help-col-bottom-icon {
      height: 28px;
      width: 28px; } }

.single-subsection-holder .need-help-col {
  display: none;
  position: relative;
  top: -30px; }
  @media screen and (min-width: 40em) {
    .single-subsection-holder .need-help-col {
      display: block;
      width: 50%;
      float: left; }
      .single-subsection-holder .need-help-col:last-child:not(:first-child) {
        float: right; } }
  @media screen and (min-width: 64em) {
    .single-subsection-holder .need-help-col {
      width: 33.33333%;
      float: left; }
      .single-subsection-holder .need-help-col:last-child:not(:first-child) {
        float: right; } }

.single-subsection-holder .need-help-col-top-icon {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 78px;
  height: 78px; }

.single-subsection-holder .need-help-col-hr {
  display: none; }

.single-subsection-holder .need-help-col-description-email {
  color: #FFFFFF;
  font-family: "HelveticaNeueW01-75Bold"; }

.single-topic-holder .need-help-col {
  display: none; }

.section-subsection-related-events {
  width: 100%;
  margin-top: 40px; }

.recent-related-events-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  top: -60px; }
  @media screen and (min-width: 40em) {
    .recent-related-events-container {
      margin: 30px 0px;
      top: -40px;
      -ms-flex-direction: row;
          flex-direction: row; } }

.recent-event {
  width: 275px;
  height: 275px;
  border-radius: 50%;
  background-color: #069ACE;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  float: left; }

.recent-event-header {
  font-family: "Benton Sans Cond Book";
  color: #FFFFFF;
  font-size: 1.5em;
  margin-bottom: 0; }

.recent-event-hr {
  border-color: #FFFFFF;
  margin: 12px 0;
  width: 200px; }

.recent-event-title {
  font-family: "Benton Sans Medium";
  color: #FFFFFF;
  font-weight: bold;
  width: 60%; }

.recent-event-description {
  width: 60%;
  color: #FFFFFF;
  font-size: 13px;
  margin-bottom: 0; }
  .recent-event-description a {
    font-weight: bold;
    color: white; }

.related-events {
  float: left;
  width: 60%;
  margin: auto;
  margin-top: 30px; }
  @media screen and (min-width: 40em) {
    .related-events {
      float: none;
      margin: 0;
      width: 400px;
      margin-left: 40px; } }
  .related-events p {
    margin-bottom: 0; }
  .related-events hr {
    margin: 10px 0px; }

.related-events-header {
  font-family: "Benton Sans Cond Book";
  color: #1F2538;
  font-size: 1.5em; }

.related-events-hr {
  border-color: #BEDC92; }

.related-event-title a {
  color: #1F2538;
  font-family: "Benton Sans Medium";
  font-size: 16px; }

.related-event-date {
  font-size: 14px; }

.sign-in-holder {
  font-family: "HelveticaNeueW01-55Roma";
  -ms-flex-align: stretch;
      align-items: stretch;
  display: none;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  padding: 20px 40px;
  background-color: #62BDE5;
  color: #13294B; }
  @media screen and (min-width: 40em) {
    .sign-in-holder {
      display: -ms-flexbox;
      display: flex; } }
  @media screen and (min-width: 64em) {
    .sign-in-holder {
      -ms-flex-align: center;
          align-items: center;
      padding: 20px 80px; } }

.sign-in-alert {
  background-color: #E25065;
  color: white;
  text-align: center;
  padding: 10px; }

#loginform {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 75%; }
  @media screen and (min-width: 64em) {
    #loginform {
      width: 80%;
      -ms-flex-align: center;
          align-items: center; } }
  #loginform p {
    margin-bottom: 0; }
  #loginform .button, #loginform #wp-submit, #loginform .sign-in-button, #loginform #wp-submit {
    margin: 0px 0px 0px 10px;
    background-color: #028BBA;
    border-color: #028BBA;
    color: white; }
    #loginform .button:hover, #loginform #wp-submit:hover, #loginform .sign-in-button:hover, #loginform #wp-submit:hover {
      background-color: #016588; }
    #loginform .button:focus, #loginform #wp-submit:focus, #loginform .sign-in-button:focus, #loginform #wp-submit:focus {
      background-color: #016588; }
    @media screen and (min-width: 64em) {
      #loginform .button, #loginform #wp-submit, #loginform .sign-in-button, #loginform #wp-submit {
        white-space: nowrap; } }

.sign-in-title {
  font-family: "Benton Sans Medium"; }

.sign-in-group, .login-username, .login-password, .login-remember {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%; }
  @media screen and (min-width: 64em) {
    .sign-in-group, .login-username, .login-password, .login-remember {
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center;
      width: auto; } }

.sign-in-group:last-child, .login-username:last-child, .login-password:last-child, .login-remember:last-child {
  width: 20%; }
  @media screen and (min-width: 64em) {
    .sign-in-group:last-child, .login-username:last-child, .login-password:last-child, .login-remember:last-child {
      width: auto; } }

.sign-in-group label, .login-username label, .login-password label, .login-remember label {
  display: block;
  font-size: .9em;
  white-space: nowrap;
  line-height: 1.3; }

.sign-in-group span, .login-username span, .login-password span, .login-remember span {
  display: block; }

.sign-in-group span:last-child, .login-username span:last-child, .login-password span:last-child, .login-remember span:last-child {
  font-size: .8em; }

label.sign-in-group-label-description {
  position: relative;
  display: block;
  font-size: .8em; }
  @media screen and (min-width: 64em) {
    label.sign-in-group-label-description {
      white-space: nowrap; } }

.sign-in-holder input, .sign-in-holder select {
  font-family: "HelveticaNeueW01-55Roma";
  height: auto;
  width: 95%;
  font-size: .9em;
  font-weight: normal;
  color: #028BBA;
  background-color: #d8ebf4;
  border-color: #d8ebf4;
  box-shadow: none;
  margin: 10px 0px 0px 0px; }
  .sign-in-holder input::-webkit-input-placeholder, .sign-in-holder select::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #028BBA; }
  .sign-in-holder input:-moz-placeholder, .sign-in-holder select:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #028BBA; }
  .sign-in-holder input::-moz-placeholder, .sign-in-holder select::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #028BBA; }
  .sign-in-holder input:-ms-input-placeholder, .sign-in-holder select:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #028BBA; }
  @media screen and (min-width: 64em) {
    .sign-in-holder input, .sign-in-holder select {
      margin: 0px 10px; } }

/* input[type="checkbox"] {
  position: absolute;
  left: -999em; }

input[type="checkbox"] + span {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  background-color: #d8ebf4;
  cursor: pointer; }

input[type="checkbox"]:focus + span {
  outline: -webkit-focus-ring-color auto 5px; }

input[type="checkbox"]:checked + span:after {
  position: relative;
  bottom: 3px;
  left: 1px;
  content: '\2713';
  font-size: 16px;
  color: #13294B; }
 */
.account-bar-holder {
  display: none; }
  @media screen and (min-width: 40em) {
    .account-bar-holder {
      display: block;
      background-color: #d8ebf4;
      padding: 20px 4%;
      margin-bottom: 0px;
      color: #1F2538; } }

.account-bar-main-row-holder {
  display: inline-block;
  vertical-align: -webkit-baseline-middle;
  width: 80%; }
  @media screen and (min-width: 64em) {
    .account-bar-main-row-holder {
      width: 90%; } }

.account-bar-main-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }

.account-bar-main-row-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: baseline;
      align-items: baseline; }
  @media screen and (min-width: 64em) {
    .account-bar-main-row-left {
      -ms-flex-direction: row;
          flex-direction: row; } }

.account-bar-main-row-right {
  width: 200px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }
  @media screen and (min-width: 64em) {
    .account-bar-main-row-right {
      -ms-flex-pack: distribute;
          justify-content: space-around; } }

.account-bar-title {
  display: inline-block;
  float: right;
  border: none; }
  .account-bar-title:hover {
    background-color: #d8ebf4; }
  .account-bar-title:focus {
    background-color: #d8ebf4; }
  .account-bar-title:active {
    background-color: #d8ebf4; }
  .account-bar-title:before {
    content: 'Expand';
    background: url("/wp-content/themes/FoundationPress/assets/images/oma-static-images/caret-down.svg") 100% no-repeat;
    width: 70px;
    padding: 5px;
    font-size: 14px;
    text-align: left;
    background-color: #C3D6E0;
    top: 1rem;
    margin-top: 0rem; }
    @media screen and (min-width: 64em) {
      .account-bar-title:before {
        top: .5rem; } }

.is-active > .accordion-title.account-bar-title::before {
  content: 'Close';
  background: url("/wp-content/themes/FoundationPress/assets/images/oma-static-images/caret-up.svg") 100% no-repeat;
  background-color: #C3D6E0;
  font-size: 14px; }

.account-bar-welcome {
  font-family: "Benton Sans Cond Light";
  text-transform: uppercase;
  font-size: 1.3em; }

.account-bar-welcome-info {
  font-family: "Benton Sans Cond Book";
  font-size: 1em; }
  .account-bar-welcome-info a {
    font-family: "Benton Sans Medium";
    color: #13294B;
    font-size: .9em;
    text-decoration: underline; }
  @media screen and (min-width: 64em) {
    .account-bar-welcome-info {
      margin-left: 20px; } }

.account-bar-welcome-user-name {
  font-family: "Benton Sans Medium";
  font-size: 1.3em; }

.account-bar-welcome-see-account {
  font-family: "Benton Sans Medium";
  color: #13294B;
  font-size: .9em;
  text-decoration: underline; }

.account-bar-welcome-alert {
  font-family: "Benton Sans Medium";
  padding: 5px;
  font-size: .9em;
  line-height: 1;
  background-color: #E25065;
  color: white; }

.account-bar-content {
  background-color: #d8ebf4;
  border: none;
  padding: 0;
  padding-top: 40px; }

:last-child:not(.is-active) > .account-bar-title {
  border-bottom: none; }

.account-bar-welcome-pinned-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  color: #13294B; }

.account-bar-welcome-pinned {
  width: 30%; }

.account-bar-welcome-pinned-link {
  display: -ms-flexbox;
  display: flex; }

.account-bar-welcome-pinned-title {
  font-family: "Benton Sans Cond Book";
  display: inline-block;
  font-size: 1.3em;
  margin-bottom: 10px; }

.account-bar-welcome-pinned-title-icon {
  width: 24px;
  height: 24px;
  margin: 5px 0px 5px 10px; }

.account-bar-pin-img {
  width: 13px;
  height: 13px; }

.account-bar-welcome-pinned-article, .account-bar-welcome-pinned-page {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }

.account-bar-welcome-pinned-article:last-child .account-bar-welcome-pinned-article-title {
  border-bottom: none; }

.account-bar-welcome-event:last-child {
  border-bottom: 0px; }

.account-bar-welcome-pinned-article-title, .account-bar-welcome-pinned-page-title {
  font-family: "HelveticaNeueW01-55Roma";
  width: 90%;
  padding: 10px 0px;
  font-size: .8em;
  border-bottom: 1px solid #1F2538; }

.mobile-papers-results-content-title.high-contrast {
  color: #13294B; }

.account-bar-welcome-event {
  font-family: "HelveticaNeueW01-55Roma";
  width: 100%;
  padding: 10px 0px;
  font-size: .8em;
  border-bottom: 1px solid #1F2538; }

.account-bar-welcome-event-title {
  font-family: "HelveticaNeueW01-75Bold"; }

.pin_it {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative; }

.papers-results-table-pin-content div[data-is_small_pin_selected='true']:after, .papers-results-table-pin-content div[data-is_small_pin_selected='false']:after, .mobile-papers-results-content-pin div[data-is_small_pin_selected='true']:after, .mobile-papers-results-content-pin div[data-is_small_pin_selected='false']:after {
  display: none; }

.small-pin, div[data-is_small_pin_selected='true'], div[data-is_small_pin_selected='false'] {
  cursor: pointer;
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat; }
  .small-pin:after, div[data-is_small_pin_selected='true']:after, div[data-is_small_pin_selected='false']:after {
    position: absolute;
    top: -5px;
    display: inline-block;
    white-space: nowrap;
    margin-left: 20px; }

.is_locked {
  display: none; }

div[data-is_small_pin_selected='true'] {
  background: url("/wp-content/themes/FoundationPress/assets/images/oma-static-images/small-pin-selected.svg") no-repeat; }
  div[data-is_small_pin_selected='true']:after {
    content: 'Unpin this event'; }

div[data-is_small_pin_selected='false'] {
  background: url("/wp-content/themes/FoundationPress/assets/images/oma-static-images/small-pin-unselected.svg") no-repeat; }
  div[data-is_small_pin_selected='false']:after {
    content: 'Pin this event'; }

.big-pin, div[data-is_big_pin_selected='true'], div[data-is_big_pin_selected='false'] {
  cursor: pointer;
  width: 30px;
  height: 30px;
  background-size: 100%;
  float: right;
  background-repeat: no-repeat; }

div[data-is_big_pin_selected='true'] {
  background-image: url("/wp-content/themes/FoundationPress/assets/images/oma-static-images/big-pin-selected.png"); }

div[data-is_big_pin_selected='false'] {
  background-image: url("/wp-content/themes/FoundationPress/assets/images/oma-static-images/big-pin-unselected.png"); }

.login-modal {
  width: 90%;
  margin: auto;
  padding: 0px;
  border: none;
  background-color: transparent; }
  @media screen and (max-width: 39.9375em) {
    .login-modal {
      padding-top: 47px; } }
  @media screen and (min-width: 40em) {
    .login-modal {
      width: 550px; } }
  .login-modal .columns {
    padding: 0px; }

.login-modal-banner {
  font-family: "HelveticaNeueW01-75Bold";
  width: 100%;
  padding: 10px;
  text-align: center;
  background-color: #1F2538;
  color: #FFFFFF; }

.login-modal-button-holder {
  width: 100%;
  height: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-pack: end;
      justify-content: flex-end; }

.login-modal-close-button {
  position: relative;
  right: 0px;
  top: 0px;
  float: right;
  font-size: 1em;
  padding: 5px 10px;
  background-color: #136492;
  color: #FFFFFF; }

.login-modal-body {
  padding: 20px;
  background-color: #FFFFFF; }

.login-modal-lock-mobile {
  width: 50px;
  margin-bottom: 1rem; }
  @media screen and (min-width: 40em) {
    .login-modal-lock-mobile {
      display: none; } }
  .login-modal-lock-mobile img {
    max-width: 100%; }

.login-modal-status {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: calc(100% - 70px);
  text-align: center;
  color: #1F2538; }
  @media screen and (min-width: 40em) {
    .login-modal-status {
      font-family: "Benton Sans Medium";
      display: block;
      width: 100%; } }

.login-modal-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.login-modal-lock-tablet-desktop {
  display: none;
  width: 15%; }
  @media screen and (min-width: 40em) {
    .login-modal-lock-tablet-desktop {
      display: block; } }
  .login-modal-lock-tablet-desktop img {
    max-width: 100%; }

.login-modal-form {
  width: 100%; }
  @media screen and (min-width: 40em) {
    .login-modal-form {
      width: 85%; } }
  .login-modal-form input {
    font-family: "HelveticaNeueW01-55Roma";
    height: auto;
    width: 100%;
    font-size: .9em;
    font-weight: normal;
    color: #028BBA;
    background-color: #d8ebf4;
    border-color: #d8ebf4;
    box-shadow: none; }
    .login-modal-form input::-webkit-input-placeholder {
      /* WebKit, Blink, Edge */
      color: #028BBA; }
    .login-modal-form input:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #028BBA; }
    .login-modal-form input::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #028BBA; }
    .login-modal-form input:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #028BBA; }

.login-modal-checkbox {
  margin-bottom: 1rem; }

.login-modal-links {
  font-family: "HelveticaNeueW01-75Bold";
  width: 100%;
  text-align: center;
  font-size: .85em; }
  .login-modal-links a {
    font-family: "HelveticaNeueW01-45Ligh";
    color: #028BBA; }

.login-modal-links.high-contrast a {
  color: #13294B; }

.login-modal-hr {
  margin: 0px 0px 10px 0px; }

:last-child > .accordion-content:last-child {
  border-bottom: none; }

:not(.is-active) > .accordion-title {
  border-bottom: none; }

:last-child:not(.is-active) > .accordion-title {
  border: none; }

.oma-accordion-title:before, .oma-accordion-title-icon:before, .my-account-activity-title:before, .member-benefits-accordion-title:before, .news-releases-archive-title:before, .e-marketplace-accordion-title:before, .accordion-title-e-marketplace-result:before {
  content: '';
  background: url("/wp-content/themes/FoundationPress/assets/images/oma-static-images/activity-arrow-down.svg") 100% no-repeat;
  width: 30px;
  height: 30px; }
  @media print {
    .oma-accordion-title:before, .oma-accordion-title-icon:before, .my-account-activity-title:before, .member-benefits-accordion-title:before, .news-releases-archive-title:before, .e-marketplace-accordion-title:before, .accordion-title-e-marketplace-result:before {
      display: none; } }

.oma-accordion-title-before, .is-active > .accordion-title.news-releases-archive-title::before, .is-active > .accordion-title.my-account-activity-title::before, .is-active > .accordion-title.member-benefits-accordion-title::before, .is-active > .accordion-title.e-marketplace-accordion-title::before, .is-active > .accordion-title.accordion-title-e-marketplace-result::before {
  content: '';
  width: 30px;
  height: 30px;
  background: url("/wp-content/themes/FoundationPress/assets/images/oma-static-images/activity-arrow-up.svg") 100% no-repeat; }

.oma-accordion-title-icon, .my-account-activity-title, .member-benefits-accordion-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  width: 100%;
  background-color: #F6F6F6;
  border: none;
  border-bottom: 1px solid #BEDC92;
  padding: 1.25rem 0rem; }
  .oma-accordion-title-icon:hover, .my-account-activity-title:hover, .member-benefits-accordion-title:hover {
    background-color: #F6F6F6; }
  .oma-accordion-title-icon:focus, .my-account-activity-title:focus, .member-benefits-accordion-title:focus {
    background-color: #F6F6F6; }
  @media print {
    .oma-accordion-title-icon, .my-account-activity-title, .member-benefits-accordion-title {
      text-decoration: none; } }

.oma-accordion-content, .oma-accordion-content-icon, .my-account-activity-content, .member-benefits-accordion-content, .e-marketplace-accordion-content {
  border: none; }

.oma-accordion-content-icon, .my-account-activity-content, .member-benefits-accordion-content {
  background-color: #F6F6F6;
  padding: 20px 0px; }

.header-wrapper {
  background-color: #EFEFEF;
  padding: 15px 4.7%;
  width: 100%;
  z-index: 3;
  padding: 0px; }

.header-bottom {
  display: none;
  border-top: 1px solid #FFFFFF;
  position: relative; }
  @media screen and (min-width: 40em) {
    .header-bottom {
      display: block; } }

.header-main-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  width: 100%;
  margin: 0;
  left: 0;
  list-style-type: none;
  color: #13294B;
  font-family: "Benton Sans Cond Book";
  font-weight: 300; }
  @media screen and (min-width: 64em) {
    .header-main-menu {
      position: relative;
      display: inline-block;
      width: auto;
      float: right; } }
  .header-main-menu li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-positive: 1;
        flex-grow: 1;
    position: relative; }
    @media screen and (min-width: 64em) {
      .header-main-menu li {
        display: inline-block; } }
  .header-main-menu li a {
    padding: 0 10px;
    color: #13294B;
    font-size: 0.9375em;
    padding-top: 0;
    padding-bottom: 0; }
    @media screen and (min-width: 64em) {
      .header-main-menu li a {
        white-space: nowrap; } }
  .header-main-menu li:not(:last-child) {
    border-right: 1px solid #13294B; }

.header-bottom-logo {
  display: none; }
  @media screen and (min-width: 64em) {
    .header-bottom-logo {
      height: 32px;
      display: inline-block; } }

.header-bottom-logo-main-nav {
  padding: 15px 0px; }
  @media screen and (min-width: 64em) {
    .header-bottom-logo-main-nav {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      height: 62px;
      margin-bottom: 0px; } }

.has_lock {
  background-image: url("/wp-content/themes/FoundationPress/assets/images/oma-static-images/icon-lock.svg");
  background-repeat: no-repeat;
  background-position: right 70%;
  padding-right: 15px !important;
  margin-right: 15px; }
  @media screen and (min-width: 64em) {
    .has_lock {
      margin-right: 0px; } }

.li-active:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 110%;
  border-style: solid;
  border-width: 0 15px 15px;
  border-color: #3A4658 transparent;
  display: block;
  width: 0;
  z-index: 1; }
  @media screen and (min-width: 64em) {
    .li-active:after {
      top: 145%; } }

.header-mega-menu {
  padding: 20px 40px;
  margin: 0;
  position: absolute;
  margin: 0;
  z-index: 15;
  width: 100%;
  background-color: #3A4658;
  list-style-type: none; }
  @media screen and (min-width: 64em) {
    .header-mega-menu {
      padding: 20px 100px; } }

.header-mega-menu-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start; }
  .header-mega-menu-section a {
    color: #FFFFFF; }

@media screen and (min-width: 40em) {
  .header-mega-menu-sub {
    width: 33%; } }

@media screen and (min-width: 64em) {
  .header-mega-menu-sub {
    width: 25%; } }

.header-mega-menu-sub-title {
  font-family: "Benton Sans Medium";
  color: #FFFFFF;
  font-size: .9em; }

.header-mega-menu-sub-list {
  margin: 0;
  list-style-type: none; }

.header-mega-menu-sub-link {
  display: block;
  color: #FFFFFF;
  font-size: .8em;
  line-height: 2.2; }
  .header-mega-menu-sub-link:hover {
    color: #FFFFFF;
    text-decoration: underline; }

.redundant-div {
  display: none;
  visibility: hidden; }

.has-lock {
  margin-left: 5px; }

.mobile-sub-menu-img {
  margin-right: 20px;
  width: 12px; }
  @media screen and (min-width: 40em) {
    .mobile-sub-menu-img {
      display: none; } }
  .mobile-sub-menu-img.expand {
    height: 12px; }
  .mobile-sub-menu-img.collapse {
    height: 4px; }

.slideout-menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  min-height: 100%;
  background: #3A4658;
  z-index: 5; }
  @media screen and (min-width: 40em) {
    .slideout-menu {
      visibility: hidden;
      display: none; } }

.slideout-menu .slideout-menu-toggle {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  vertical-align: top; }
  .slideout-menu .slideout-menu-toggle:hover {
    cursor: pointer; }

.slideout-menu-overflow {
  height: 100vh;
  overflow: scroll; }
  .slideout-menu-overflow:after {
    content: '';
    display: block;
    height: 50px; }

.slideout-menu-subsection {
  background-color: #1F2538;
  width: 100%; }
  @media screen and (min-width: 40em) {
    .slideout-menu-subsection {
      display: none; } }
  .slideout-menu-subsection a {
    font-size: .9em; }

.slideout-menu-subsection-title {
  width: 100%; }
  .slideout-menu-subsection-title:hover span {
    display: block;
    width: 100%;
    background-color: #313b59; }

.slideout-menu-topics {
  padding: 0px 20px 0px 40px;
  width: 100%; }
  .slideout-menu-topics .slideout-menu-topics-item {
    border-bottom: 1px solid #3A4658;
    padding-left: 0px; }
    .slideout-menu-topics .slideout-menu-topics-item:last-child {
      margin-bottom: 10px; }
    .slideout-menu-topics .slideout-menu-topics-item .slideout-menu-topics-link {
      font-size: .8em;
      padding: 5px 0px; }

.slideout-menu ul {
  list-style: none;
  margin-left: 0; }

.slideout-menu ul li {
  border-top: 1px solid #1F2538; }

.slideout-menu ul li a {
  font-family: "Benton Sans Cond Book";
  position: relative;
  display: inline-block;
  padding: 10px 0px 10px 20px;
  color: #FFFFFF;
  text-decoration: none; }
  .slideout-menu ul li a:hover {
    text-decoration: underline; }

.slideout-menu .menuitem:hover {
  background: #4e5e77; }

.header-mega-menu-sub-title:hover {
  text-decoration: underline; }

.slideout-menu ul li a i {
  position: absolute;
  top: 15px;
  left: 10px;
  opacity: .5; }

.expand-subsection-menu {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }

#wpadminbar {
  z-index: 2 !important; }

.header-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 10px 4%; }

.header-top-logo-link[href]:after {
  content: ""; }
.header-top-logo-link img{
    height:28px;
    width:91px;
}
@media screen and (min-width: 64em){
    .header-top-logo-link img{
        height: 37px;    
        width:120px;
    }
}
.header-top-navigation-items-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  float: right;
  color: #13294B; }
  @media print {
    .header-top-navigation-items-holder {
      display: none; } }

.header-top-navigation-items {
  font-size: 0.75em;
  margin-right: 20px;
  font-family: "HelveticaNeueW01-55Roma"; }
  @media screen and (min-width: 64em) {
    .header-top-navigation-items {
      margin-right: 10px; } }

.header-top-navigation-items-select {
  color: #028BBA;
  background-position: 100% 60%;
  background-color: #FFFFFF;
  font-size: 12px;
  border-color: transparent;
  box-shadow: none;
  padding: 0;
  padding-left: 10px;
  margin-bottom: 0px; }
  @media screen and (min-width: 64em) {
    .header-top-navigation-items-select {
      width: 120px;
      height: 20px; } }

.header-top-navigation-items-select.high-contrast {
  color: #13294B; }

.header-top-navigation-items-input {
  color: #028BBA;
  display: inherit;
  font-size: 12px;
  margin-right: 10px;
  margin-bottom: 0px;
  padding: 5px;
  background-color: #FFFFFF;
  border-color: transparent;
  box-shadow: none; }
  @media screen and (min-width: 64em) {
    .header-top-navigation-items-input {
      width: 120px;
      height: 20px; } }

.increase-font {
  display: none; }
  @media screen and (min-width: 64em) {
    .increase-font {
      display: block; } }

.search-box {
  display: none; }
  @media screen and (min-width: 64em) {
    .search-box {
      display: block; } }

.search-dropdown {
  display: none; }
  @media screen and (min-width: 64em) {
    .search-dropdown {
      display: block; } }

.theme-switcher-lg {
  display: none; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .theme-switcher-lg {
      display: block; } }

.nav-link {
  color: #1F2538;
  display: none; }
  @media screen and (min-width: 40em) {
    .nav-link {
      display: block; } }

.sign-in {
  display: none; }
  @media screen and (min-width: 40em) {
    .sign-in {
      display: block; } }

.theme-switcher-sm {
  display: none; }
  @media screen and (min-width: 64em) {
    .theme-switcher-sm {
      display: block; } }

.search-icon {
  display: none; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .search-icon {
      display: block; } }

.sign-in img {
  width: 21px; }
  @media screen and (min-width: 64em) {
    .sign-in img {
      width: auto; } }

@media screen and (min-width: 64em) {
  .search-icon {
    display: none; } }

@media screen and (min-width: 64em) {
  .theme-switcher-lg {
    display: none; } }

.header-top-navigation-items-headshot {
  margin-right: 9px; }

.header-mobile-navigation-items-mobile:nth-child(odd) {
  margin: 0 12px; }

@media screen and (min-width: 40em) {
  .header-mobile-navigation-items-mobile {
    display: none; } }

.login-button {
  width: 100%;
  margin-bottom: 0px;
  background-color: #028BBA;
  border-color: #028BBA;
  padding: 8px 10px; }
  @media screen and (min-width: 40em) {
    .login-button {
      width: auto; } }

.mobile-tablet-search-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  padding: 1rem 20px 0px 20px; }
  @media screen and (min-width: 40em) {
    .mobile-tablet-search-form {
      -ms-flex-direction: row;
          flex-direction: row; } }
  @media screen and (min-width: 64em) {
    .mobile-tablet-search-form {
      display: none; } }
  .mobile-tablet-search-form input, .mobile-tablet-search-form select {
    font-family: "HelveticaNeueW01-55Roma";
    color: #028BBA;
    margin-right: 10px;
    background-color: #FFFFFF;
    border: none; }

/*.single, .page {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
.news-events-main-row, .my-account-main-row{
  min-height:100%;
}

.papers-results-info {
  flex: 1;
  min-height:20%;
}*/
#footer-container {
  position: relative; }
  @media print {
    #footer-container {
      display: none; } }

.footer-top-section {
  position: relative;
  height: 212px;
  color: #1F2538;
  background-color: #d8ebf4;
  padding: 39px 77px 40px 17%; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .footer-top-section {
      height: 200px;
      padding: 20px 5% 20px 60%; } }
  @media screen and (min-width: 64em) {
    .footer-top-section {
      height: 169px;
      padding: 20px 5% 20px 55%; } }

.footer-top-section-help-icon {
  position: absolute;
  top: -26px;
  left: 17%;
  width: 55px;
  height: 55px; }
  @media screen and (min-width: 40em) {
    .footer-top-section-help-icon {
      left: 46.5%;
      width: inherit;
      height: inherit; } }

.footer-top-section-help-title {
  font-family: "Benton Sans Cond Book";
  font-size: 1.625em;
  margin-bottom: 12px; }
  @media screen and (min-width: 40em) {
    .footer-top-section-help-title {
      font-size: 1.8125em; } }

.footer-top-section-help-text {
  font-size: 0.9125em; }

.footer-top-section-green-arrow {
  position: relative;
  left: 7%;
  text-align: right; }
  @media screen and (min-width: 40em) {
    .footer-top-section-green-arrow {
      display: none; } }

.footer-top-section-green-arrow-icon {
  width: 20px;
  height: 20px; }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .subsections-holder .footer-top-section-help-icon {
    left: 30%; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .subsections-holder .footer-top-section {
    padding: 20px 5% 20px 45%; } }

.footer-bottom-section {
  min-height: 271px;
  background-color: #13294B;
  padding: 26px 48px 0 48px;
  color: #fff; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .footer-bottom-section {
      min-height: 163px;
      padding: 25px 37px; } }
  @media screen and (min-width: 64em) {
    .footer-bottom-section {
      min-height: 153px;
      padding: 50px 60px 25px 60px;
      margin: 0;
      max-width: none; } }
  .footer-bottom-section .menu a {
    color: white;
    white-space: nowrap; }

.footer-bottom-section-oma-logo-tablet-desktop {
  display: none; }
  @media screen and (min-width: 40em) {
    .footer-bottom-section-oma-logo-tablet-desktop {
      display: inherit;
      padding: 0; } }

.footer-bottom-section-links-mobile {
  font-size: 0.8125em; }
  .footer-bottom-section-links-mobile li {
    text-align: center;
    width: 82px; }
  @media screen and (min-width: 40em) {
    .footer-bottom-section-links-mobile {
      display: none; } }

.footer-bottom-section-links-tablet {
  display: none; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .footer-bottom-section-links-tablet {
      display: inherit;
      font-size: 0.875em; }
      .footer-bottom-section-links-tablet .menu {
        display: inline-block; }
        .footer-bottom-section-links-tablet .menu:first-child {
          margin-right: 40px; } }

.footer-bottom-section-links-desktop {
  display: none; }
  @media screen and (min-width: 64em) {
    .footer-bottom-section-links-desktop {
      display: inline-block;
      padding-top: 25px; }
      .footer-bottom-section-links-desktop li {
        margin-bottom: 12px; } }

.footer-bottom-section-oma-logo-mobile-only {
  text-align: center;
  margin-top: 38px;
  margin-bottom: 19px; }
  @media screen and (min-width: 40em) {
    .footer-bottom-section-oma-logo-mobile-only {
      display: none; } }

.footer-bottom-section-trademark {
  font-family: "HelveticaNeueW82-Light";
  font-size: 0.5em;
  text-align: center; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .footer-bottom-section-trademark {
      text-align: right;
      margin-top: 10px;
      font-size: 0.74em; } }
  @media screen and (min-width: 64em) {
    .footer-bottom-section-trademark {
      display: none; } }

.footer-bottom-section-trademark-desktop {
  display: none; }
  @media screen and (min-width: 64em) {
    .footer-bottom-section-trademark-desktop {
      font-family: "HelveticaNeueW82-Light";
      display: inherit;
      font-size: 0.5em;
      text-align: right; } }

.footer-bottom-section-trademark-br {
  display: none; }
  @media screen and (min-width: 40em) {
    .footer-bottom-section-trademark-br {
      display: inherit; } }

.footer-bottom-section-social-icons {
  text-align: center;
  margin-bottom: 20px;
  padding: 0; }
  @media screen and (min-width: 40em) {
    .footer-bottom-section-social-icons {
      display: inline-block;
      margin-bottom: 0;
      text-align: right; } }
  @media screen and (min-width: 64em) {
    .footer-bottom-section-social-icons {
      padding-top: 12px; } }

.footer-bottom-section-social-icons-list li {
  padding: 10px; }
  .footer-bottom-section-social-icons-list li a {
    padding: 0px; }

.footer-bottom-section-social-icons-list img {
  width: 22px;
  height: 22px; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .footer-bottom-section-social-icons-list img {
      width: 32px;
      height: 32px; } }

.subsections-side-nav, .news-events-side-nav, .my-account-side-nav, .member-benefits-side-nav {
  padding-left: 0;
  padding-right: 0;
  display: none; }
  @media screen and (min-width: 40em) {
    .subsections-side-nav, .news-events-side-nav, .my-account-side-nav, .member-benefits-side-nav {
      display: inline-block;
      background-color: #62BDE5; } }

.sidebar-nav {
  padding-top: 25px; }

.sidebar-nav-current-section-title {
  font-family: "Benton Sans Cond Book";
  font-size: 1.102em;
  color: #FFFFFF;
  margin-bottom: 15px;
  padding-left: 20px;
  padding-right: 8px; }
  .sidebar-nav-current-section-title a {
    color: #FFFFFF; }

a .sidebar-nav-current-section-title.high-contrast {
  color: #13294B; }

.sidebar-nav-tree ul {
  list-style-type: none;
  margin: 0; }

.sidebar-nav-subsection, .sidebar-nav-news-events, .sidebar-nav-my-account {
  font-family: "Benton Sans Cond Book";
  font-size: 0.86em;
  margin-bottom: 15px;
  padding-left: 20px;
  padding-right: 12px; }
  .sidebar-nav-subsection.active, .sidebar-nav-news-events.active, .sidebar-nav-my-account.active {
    background-color: #069ACE;
    padding-top: 5px;
    padding-bottom: 12px; }
    .sidebar-nav-subsection.active > a, .sidebar-nav-news-events.active > a, .sidebar-nav-my-account.active > a {
      font-weight: bold; }
  .sidebar-nav-subsection a, .sidebar-nav-news-events a, .sidebar-nav-my-account a {
    color: #13294B; }

.sidebar-nav-subsection-topic {
  font-family: "Benton Sans Cond Book";
  font-size: inherit;
  margin-top: 6px; }
  .sidebar-nav-subsection-topic a {
    color: #fff; }
  .sidebar-nav-subsection-topic.active > a {
    font-weight: bold; }

.home .general-info-holder {
  padding: 22px;
  background-color: #EFEFEF;
  width: 100%; }
  .home .general-info-holder .general-info-item {
    padding: 0 25px;
    margin-top: 20px; }
    @media screen and (min-width: 40em) {
      .home .general-info-holder .general-info-item {
        min-height: 180px;
        margin-top: 0px; }
        .home .general-info-holder .general-info-item:nth-child(2) {
          border-left: 1px solid #BBBBBB;
          border-right: 1px solid #BBBBBB; } }
    .home .general-info-holder .general-info-item:last-child .general-info-inner {
      border-bottom: none; }
    .home .general-info-holder .general-info-item .general-info-inner {
      border-bottom: 1px solid #BBBBBB; }
      @media screen and (min-width: 40em) {
        .home .general-info-holder .general-info-item .general-info-inner {
          border-bottom: none; } }
    .home .general-info-holder .general-info-item .general-info-title {
      font-size: 23px;
      font-weight: bold;
      margin-bottom: 20px; }

.whats-new {
  width: 100%; }

.home .how-do-i .how-do-i-button-holder {
  padding-left: 5px; }

.home .whats-new ul {
  list-style-type: none;
  margin: 0; }
  .home .whats-new ul li {
    font-size: inherit;
    line-height: 25px;
    margin-bottom: 10px; }
.home .whats-new ul li a {
    font-weight: bold;
 }
.home .breaking-news {
  margin-top: 60px; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .home .breaking-news {
      padding: 10px 40px; } }

.home .breaking-news-banner {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 25px;
  overflow: auto;
  color: white;
  background-color: #136492;
  margin-bottom: 25px; }
  @media screen and (min-width: 40em) {
    .home .breaking-news-banner {
      padding: 93px 48px; } }
  .home .breaking-news-banner img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

.home .breaking-news-tag {
  padding: 10px 40px;
  background-color: #13294B;
  color: white;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 25px; }
  @media screen and (min-width: 40em) {
    .home .breaking-news-tag {
      position: absolute;
      top: 1px;
      left: 0px; } }

.home .breaking-news-title {
  font-size: 1.9rem;
  line-height: 120%;
  margin-bottom: 25px; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .home .breaking-news-title {
      width: 50%; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .home .breaking-news-excerpt-holder {
    width: 50%; } }

.home .breaking-news-date {
  font-size: .9em;
  margin-bottom: 15px; }

.home .breaking-news-description {
  line-height: 120%;
  font-size: 1.1em; }

.home .breaking-news-read-more {
  font-size: .9em;
  margin-top: 15px; }
  .home .breaking-news-read-more a {
    color: white;
    text-transform: capitalize; }

.home .breaking-news-extra-item {
  position: relative;
  color: #1F2538;
  margin-bottom: 20px; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .home .breaking-news-extra-item {
      padding: 0px 40px; } }
  @media screen and (min-width: 64em) {
    .home .breaking-news-extra-item:first-child {
      padding-left: 0px; }
    .home .breaking-news-extra-item:last-child {
      padding-right: 0px; } }
  .home .breaking-news-extra-item-inner {
    background-color: #F6F6F6;
    padding: 25px; }
    @media screen and (min-width: 40em) {
      .home .breaking-news-extra-item-inner {
        min-height: 250px; } }
  .home .breaking-news-extra-item .breaking-news-extra-item-title {
    font-size: 1.5rem;
    margin-bottom: 10px; }

.breaking-news-extra-item-green-arrow {
  text-align: right; }
  @media screen and (min-width: 40em) {
    .breaking-news-extra-item-green-arrow {
      position: absolute;
      bottom: 10px;
      right: 7%;
      margin-bottom: 0; } }
  @media screen and (min-width: 64em) {
    .breaking-news-extra-item-green-arrow {
      bottom: 24px; } }

.breaking-news-extra-item-icon-green {
  height: 20px;
  width: 20px; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .breaking-news-extra-item-icon-green {
      height: 36px;
      width: 36px; } }
  @media screen and (min-width: 64em) {
    .breaking-news-extra-item-icon-green {
      height: 28px;
      width: 28px; } }

.top-carousel {
  color: white;
  background-color: #2C7197; }
  .top-carousel .top-carousel-item-bullet-holder.orbit-bullets button {
    width: 17px;
    height: 17px;
    margin: 0;
    background-color: transparent; }
    @media screen and (min-width: 40em) {
      .top-carousel .top-carousel-item-bullet-holder.orbit-bullets button {
        width: 70px;
        height: 70px; }
        .top-carousel .top-carousel-item-bullet-holder.orbit-bullets button img {
          width: 50px; } }
    @media screen and (min-width: 64em) {
      .top-carousel .top-carousel-item-bullet-holder.orbit-bullets button {
        width: 95px;
        height: 95px; }
        .top-carousel .top-carousel-item-bullet-holder.orbit-bullets button img {
          width: 75px; } }
    @media screen and (max-width: 39.9375em) {
      .top-carousel .top-carousel-item-bullet-holder.orbit-bullets button.index-1 {
        background-color: #E85465; } }
    @media screen and (max-width: 39.9375em) {
      .top-carousel .top-carousel-item-bullet-holder.orbit-bullets button.index-2 {
        background-color: #66BEE3; } }
    @media screen and (max-width: 39.9375em) {
      .top-carousel .top-carousel-item-bullet-holder.orbit-bullets button.index-3 {
        background-color: #BFDB95; } }
    @media screen and (max-width: 39.9375em) {
      .top-carousel .top-carousel-item-bullet-holder.orbit-bullets button.index-4 {
        background-color: #F6C670; } }
    @media screen and (min-width: 40em) {
      .top-carousel .top-carousel-item-bullet-holder.orbit-bullets button:first-child {
        width: 45px;
        height: 45px; }
        .top-carousel .top-carousel-item-bullet-holder.orbit-bullets button:first-child img {
          width: 25px; } }
    @media screen and (min-width: 64em) {
      .top-carousel .top-carousel-item-bullet-holder.orbit-bullets button:first-child {
        width: 70px;
        height: 70px; }
        .top-carousel .top-carousel-item-bullet-holder.orbit-bullets button:first-child img {
          width: 50px;
          margin: auto; } }
  .top-carousel .bottom-orbit-nav.orbit-bullets {
    position: absolute;
    bottom: 10px;
    width: 100px;
    left: 50%; }
    .top-carousel .bottom-orbit-nav.orbit-bullets .orbit-bullets-inner {
      position: relative;
      left: -50%; }
      @media screen and (min-width: 64em) {
        .top-carousel .bottom-orbit-nav.orbit-bullets .orbit-bullets-inner {
          left: 0; } }
      @media screen and (min-width: 75em) {
        .top-carousel .bottom-orbit-nav.orbit-bullets .orbit-bullets-inner {
          left: -50%; } }
    .top-carousel .bottom-orbit-nav.orbit-bullets button {
      width: 0.625rem;
      height: 0.625rem; }
      .top-carousel .bottom-orbit-nav.orbit-bullets button.is-active {
        background-color: white; }

.orbit-previous, .orbit-next {
  display: none; }
  @media screen and (min-width: 40em) {
    .orbit-previous, .orbit-next {
      display: block; } }

.top-carousel-arrow {
  position: relative;
  top: 5px;
  width: 80%; }

.top-carousel {
  height: 467px; }
  .top-carousel ul.orbit-container {
    height: 100% !important; }
  .top-carousel button.orbit-previous, .top-carousel button.orbit-next {
    display: none;
    transition: 0.25s;
    padding: 12px; }
    .top-carousel button.orbit-previous:hover, .top-carousel button.orbit-next:hover {
      background-color: #13294b; }
  .top-carousel .top-carousel-slide {
    height: 100%;
    max-height: none; }
    .top-carousel .top-carousel-slide .top-carousel-item-left-side {
      background: rgba(19, 41, 75, 0.85);
      padding: 20px 30px;
      height: 100%;
      position: relative;
      font-weight: 300;
      font-size: 29px;
      line-height: 36px;
      font-family: "HelveticaNeueW01-45Ligh"; }
      @media screen and (min-width: 75em) {
        .top-carousel .top-carousel-slide .top-carousel-item-left-side {
          width: 33.333%; } }
      .top-carousel .top-carousel-slide .top-carousel-item-left-side img {
        display: block;
        margin-bottom: 20px;
        width: 60px; }
      .top-carousel .top-carousel-slide .top-carousel-item-left-side a.button, .top-carousel .top-carousel-slide .top-carousel-item-left-side a#wp-submit {
        margin: 30px 0 0 0;
        font-size: 14px;
        font-weight: normal; }
        .top-carousel .top-carousel-slide .top-carousel-item-left-side a.button:hover, .top-carousel .top-carousel-slide .top-carousel-item-left-side a#wp-submit:hover {
          background-color: #00446d; }
  .top-carousel .bottom-orbit-nav .orbit-bullets-inner button {
    background-color: white; }
    .top-carousel .bottom-orbit-nav .orbit-bullets-inner button.is-active {
      background-color: #bbb; }
    .top-carousel .bottom-orbit-nav .orbit-bullets-inner button:hover {
      background-color: #7b7b7b; }

@media all and (min-width: 40em) {
  .top-carousel .top-carousel-slide .top-carousel-item-left-side {
    padding: 50px 30px;
    -ms-flex-pack: justify;
        justify-content: space-between; } }

@media all and (min-width: 64em) {
  .top-carousel .top-carousel-slide-holder {
    padding: 0 87px 0 48px; }
  .top-carousel button.orbit-previous, .top-carousel button.orbit-next {
    display: block; } }

.top-carousel-slide-holder {
  height: 100%;
  background-size: cover;
  background-position: center; }

.orbit-previous, .orbit-next {
  z-index: 1; }

.top-carousel-slide-holder-inner {
  width: 100%;
  height: 100%; }

.top-carousel-slide-description {
  font-size: 17px;
  font-weight: normal;
  line-height: 24px;
  padding-top: 10px;
  height: 100%; }

.top-carousel-slide-title {
  font-family: "Benton Sans Cond Light";
  /* display: none; */
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 600; }
  @media screen and (min-width: 40em) {
    .top-carousel-slide-title {
      display: block; } }

.top-carousel-item-right-side .top-carousel-slide-description {
  display: none; }
  @media screen and (min-width: 64em) {
    .top-carousel-item-right-side .top-carousel-slide-description {
      display: block; } }

.top-carousel-featured-title {
  font-family: "Benton Sans Cond Book";
  display: block;
  font-size: 1.7em;
  line-height: 120%;
  margin-top: 10px; }

.top-carousel-slide-read-more {
  font-family: "HelveticaNeueW01-75Bold";
  color: #FFFFFF; }
  .top-carousel-slide-read-more:hover {
    color: #FFFFFF;
    opacity: .6; }

.top-carousel-featured-tag {
  background-color: #13294B;
  padding: 5px 10px;
  clear: both;
  font-size: .8em; }

.top-carousel-featured-description {
  font-size: .9em;
  line-height: 120%;
  margin-top: 10px; }

button[disabled], html input[disabled] {
  cursor: default; }

.top-carousel-item-bullet-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .top-carousel-item-bullet-holder:first-child:after {
    display: block;
    content: '';
    height: 3px;
    width: 95%;
    z-index: 1;
    position: absolute;
    top: 70%;
    left: 20px;
    background-color: rgba(255, 255, 255, 0.3); }
    @media screen and (min-width: 40em) {
      .top-carousel-item-bullet-holder:first-child:after {
        top: 60%; } }

.top-carousel-item-bullets {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 20px;
  position: relative; }

.top-carousel-item-bullet-holder.bullet-titles {
  -ms-flex-align: start;
      align-items: flex-start; }

.orbit-bullets button {
  border-radius: 100%; }

.top-carousel-item-bullet-image-holder {
  display: none;
  border-radius: 100%;
  z-index: 2; }
  .top-carousel-item-bullet-image-holder.index-0 {
    display: block; }
  @media screen and (min-width: 40em) {
    .top-carousel-item-bullet-image-holder {
      display: block; } }

.top-carousel-item-bullet-image {
  width: 17px;
  height: 17px; }
  @media screen and (min-width: 40em) {
    .top-carousel-item-bullet-image {
      width: auto;
      height: auto; } }

.top-carousel-item-bullet-image-holder.active:not(.index-0) img {
  box-shadow: 0 0 0 1px white, 0 0 0 15px rgba(255, 255, 255, 0.8);
  border-radius: 100%; }
  @media screen and (max-width: 39.9375em) {
    .top-carousel-item-bullet-image-holder.active:not(.index-0) img {
      box-shadow: 0 0 0 1px white, 0 0 0 5px rgba(255, 255, 255, 0.8); } }

.top-carousel-item-bullet-image-holder.active img {
  box-shadow: 0 0 0 1px white, 0 0 0 5px rgba(255, 255, 255, 0.8);
  border-radius: 100%; }

.top-carousel-item-bullet-image-holder:not(.index-0) img {
  box-shadow: 0 0 0 8px rgba(19, 41, 75, 0.5);
  border-radius: 100%; }

.top-carousel-item-bullet-div-holder.active:not(.index-0) div {
  box-shadow: 0 0 0 1px white, 0 0 0 15px rgba(255, 255, 255, 0.8);
  border-radius: 100%;
  width: 17px;
  height: 17px; }
  @media screen and (max-width: 39.9375em) {
    .top-carousel-item-bullet-div-holder.active:not(.index-0) div {
      box-shadow: 0 0 0 1px white, 0 0 0 5px rgba(255, 255, 255, 0.8); } }

.top-carousel-item-bullet-div-holder {
  z-index: 2; }
  .top-carousel-item-bullet-div-holder.index-0 {
    display: none; }
  @media screen and (min-width: 40em) {
    .top-carousel-item-bullet-div-holder {
      display: none; } }
  .top-carousel-item-bullet-div-holder .top-carousel-item-bullet-div {
    width: 15px;
    height: 15px;
    border-radius: 100%; }

.top-carousel-item-bullet-title-holder {
  display: none;
  text-align: center; }
  @media screen and (min-width: 40em) {
    .top-carousel-item-bullet-title-holder:first-child {
      width: 45px; } }
  @media screen and (min-width: 64em) {
    .top-carousel-item-bullet-title-holder:first-child {
      width: 70px; } }
  @media screen and (min-width: 40em) {
    .top-carousel-item-bullet-title-holder {
      display: block;
      text-transform: capitalize;
      width: 70px; } }
  @media screen and (min-width: 64em) {
    .top-carousel-item-bullet-title-holder {
      width: 95px; } }

.top-carousel-item-bullet-title {
  font-family: "Benton Sans Medium";
  display: block; }

.top-carousel-item-bullet-desc {
  font-size: .9em;
  line-height: 120%; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .top-carousel-item-bullet-desc {
      margin-left: -20px;
      margin-right: -20px; } }

.bottom-carousel-information-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background-color: #EFEFEF;
  margin-bottom: 50px;
  position: relative; }

.bottom-carousel-information {
  margin: auto;
  width: 100%;
  padding: 10px 60px; }
  @media screen and (min-width: 64em) {
    .bottom-carousel-information {
      padding: 20px 0px;
      width: auto; } }

.bottom-carousel-information-title {
  font-family: "Benton Sans Cond Book";
  font-weight: bold;
  font-size: 2em; }

.bottom-carousel-information-user-type {
  font-family: "Benton Sans Medium";
  color: #BBBBBB;
  margin: 10px 25px;
  padding-bottom: 10px;
  font-size: .9em; }
  @media screen and (min-width: 40em) {
    .bottom-carousel-information-user-type {
      font-size: 1.2em; } }

.bottom-carousel-information-user-type.high-contrast {
  color: #1F2538; }

.bottom-carousel-information-user-type.is-active.high-contrast {
  color: #1F2538; }

.bottom-carousel-information-user-type.is-active {
  color: #028BBA;
  border-bottom: 1px solid #028BBA;
  position: relative; }
  .bottom-carousel-information-user-type.is-active:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: -0px;
    border-style: solid;
    border-width: 20px 25px 0;
    border-color: #EFEFEF transparent;
    display: block;
    width: 0;
    z-index: 1; }
    @media screen and (min-width: 40em) {
      .bottom-carousel-information-user-type.is-active:after {
        bottom: -45px;
        left: -15px;
        border-style: solid;
        border-width: 30px 35px 0; } }

.bottom-carousel-item-bullet-holder.orbit-bullets {
  margin: 0px;
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .bottom-carousel-item-bullet-holder.orbit-bullets button {
    width: auto;
    height: auto;
    background-color: transparent;
    border-radius: 0px; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .bottom-carousel-item-bullet-holder.orbit-bullets button {
        margin: 10px 25px 10px 0px; } }
    @media screen and (min-width: 64em) {
      .bottom-carousel-item-bullet-holder.orbit-bullets button {
        margin: 10px 25px; } }
  @media screen and (min-width: 64em) {
    .bottom-carousel-item-bullet-holder.orbit-bullets {
      display: inline-block; } }

.bottom-orbit-container {
  margin: auto; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .bottom-orbit-container {
      width: 85%; } }
  @media screen and (min-width: 64em) {
    .bottom-orbit-container {
      width: 90%; } }

.bottom-carousel-holder {
  margin: 40px 0px; }

.bottom-carousel-slide-holder {
  display: -ms-flexbox;
  display: flex; }

.bottom-carousel-right-arrow, .bottom-carousel-left-arrow {
  position: relative;
  width: 30px;
  height: 30px; }

.bottom-carousel-slide-top-row {
  width: 100%;
  margin: auto; }
  @media screen and (min-width: 40em) {
    .bottom-carousel-slide-top-row {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: stretch;
          align-items: stretch;
      height: 320px; } }
  @media screen and (min-width: 64em) {
    .bottom-carousel-slide-top-row {
      height: 300px; } }

.bottom-carousel-slide-top-row-first-block {
  display: inline-block;
  float: left;
  width: 100%;
  padding: 20px;
  background-color: #069ACE;
  color: #FFFFFF; }
  @media screen and (min-width: 40em) {
    .bottom-carousel-slide-top-row-first-block {
      padding: 50px;
      width: 60%; } }
  @media screen and (min-width: 64em) {
    .bottom-carousel-slide-top-row-first-block {
      width: 70%; } }

.bottom-carousel-slide-top-row-first-block-title {
  font-family: "Benton Sans Cond Book";
  font-size: 2.3em;
  line-height: 130%;
  word-spacing: 600px;
  margin-bottom: 20px; }

.bottom-carousel-slide-top-row-first-block-title.high-contrast {
  color: #13294B; }

.bottom-carousel-slide-top-row-first-block-description {
  font-family: "Benton Sans Cond Book";
  font-size: 1.2em;
  line-height: 150%;
  height: 85px;
  overflow: hidden; }
  @media screen and (min-width: 64em) {
    .bottom-carousel-slide-top-row-first-block-description {
      width: 80%; } }

.bottom-carousel-slide-top-row-first-block-description.high-contrast {
  color: #13294B; }

.bottom-carousel-slide-top-row-second-block {
  float: left;
  display: inline-block;
  width: 100%;
  padding: 20px;
  background-color: #136492;
  color: #FFFFFF; }
  @media screen and (min-width: 40em) {
    .bottom-carousel-slide-top-row-second-block {
      padding: 50px;
      width: 40%; } }
  @media screen and (min-width: 64em) {
    .bottom-carousel-slide-top-row-second-block {
      width: 30%; } }

.bottom-carousel-slide-top-row-second-block-icon {
  width: 60px;
  height: 60px; }
  @media screen and (min-width: 64em) {
    .bottom-carousel-slide-top-row-second-block-icon {
      width: 40px;
      height: 40px; } }

.bottom-carousel-slide-top-row-second-block-title {
  font-family: "Benton Sans Cond Book";
  font-size: 1.2em;
  padding: 5px 0px; }

.bottom-carousel-slide-top-row-second-block-description {
  font-size: .9em;
  height: 25px;
  overflow: hidden; }
  @media screen and (min-width: 40em) {
    .bottom-carousel-slide-top-row-second-block-description {
      height: 95px; } }
  @media screen and (min-width: 64em) {
    .bottom-carousel-slide-top-row-second-block-description {
      width: 60%; } }

.bottom-carousel-slide-top-row-second-block-read-more {
  font-family: "HelveticaNeueW01-75Bold";
  color: white;
  font-size: .9em; }

.bottom-carousel-slide-bottom-row {
  width: 100%;
  margin: auto;
  background-color: #EFEFEF;
  padding: 30px;
  height: 400px; }
  @media screen and (min-width: 64em) {
    .bottom-carousel-slide-bottom-row {
      height: 270px; } }

.bottom-carousel-slide-bottom-row-bucket {
  float: left;
  color: #1F2538;
  margin: 10px 0px; }
  @media screen and (min-width: 64em) {
    .bottom-carousel-slide-bottom-row-bucket {
      width: 33.33%;
      padding-right: 10px; } }

.bottom-carousel-slide-bottom-row-title {
  font-family: "Benton Sans Cond Book";
  font-size: 1.5em;
  color: #1F2538; }

.bottom-carousel-slide-bottom-row-description {
  font-family: "Benton Sans Cond Book";
  display: inline-block;
  font-size: 1em;
  color: #1F2538; }
  @media screen and (min-width: 64em) {
    .bottom-carousel-slide-bottom-row-description {
      display: block;
      width: 80%; } }

.bottom-carousel-slide-bottom-row-read-more {
  font-family: "Benton Sans Cond Book"; }

.bottom-orbit-previous:hover, .bottom-orbit-next:hover {
  background-color: transparent; }

.bottom-orbit-previous:focus, .bottom-orbit-next:focus {
  background-color: transparent; }

.event-calendar-filter-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  margin: 40px 0px 20px 0px; }
  @media screen and (min-width: 64em) {
    .event-calendar-filter-row {
      -ms-flex-align: center;
          align-items: center; } }
  @media print {
    .event-calendar-filter-row {
      display: none; } }

.grid-list-view-holder {
  display: none;
  width: 60px;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media screen and (min-width: 64em) {
    .grid-list-view-holder {
      display: -ms-flexbox;
      display: flex; } }

.grid-list-view {
  font-family: "Benton Sans Cond Book";
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  font-size: .8em;
  color: #BBBBBB; }
  .grid-list-view .grid-view-icon {
    background-image: url("/wp-content/themes/FoundationPress/assets/images/oma-static-images/icon-grid.png");
    width: 17px;
    height: 17px; }
  .grid-list-view .list-view-icon {
    background-image: url("/wp-content/themes/FoundationPress/assets/images/oma-static-images/icon-list.png");
    width: 17px;
    height: 17px; }

.grid-list-view.active {
  color: #13294B;
  cursor: default; }
  .grid-list-view.active .grid-view-icon {
    background-image: url("/wp-content/themes/FoundationPress/assets/images/oma-static-images/icon-grid-active.png"); }
  .grid-list-view.active .list-view-icon {
    background-image: url("/wp-content/themes/FoundationPress/assets/images/oma-static-images/icon-list-active.png"); }

.event-calendar-filter-row-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  width: 65%; }

.event-calendar-filter-row-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  width: 35%;
  -ms-flex-align: end;
      align-items: flex-end; }
  @media screen and (min-width: 64em) {
    .event-calendar-filter-row-right {
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center; } }

.event-calendar-filter-month {
  width: 50%;
  margin: 0px 10px 0px 0px; }
  @media screen and (min-width: 64em) {
    .event-calendar-filter-month {
      width: 300px;
      margin: 0px 10px 0 0; } }

.event-calendar-filter-year {
  width: 45%;
  margin-bottom: 0; }
  @media screen and (min-width: 64em) {
    .event-calendar-filter-year {
      width: 150px; } }

.event-calendar-filter-filter {
  width: 100%;
  margin: 40px 0px 0px 0px; }
  @media screen and (min-width: 64em) {
    .event-calendar-filter-filter {
      margin: 0;
      width: 150px; } }

.event-calendar-filter-button {
  margin: 0px 0px 0px 10px;
  padding: 0.5rem 1rem; }

.event-calendar-filter-row-print {
  cursor: pointer; }

.event-calendar-filter-row-print-span {
  font-family: "HelveticaNeueW01-75Bold";
  color: #028BBA; }

.event-calendar-filter-row-print-icon {
  width: 30px;
  height: 30px; }
  @media screen and (min-width: 64em) {
    .event-calendar-filter-row-print-icon {
      margin-right: 10px; } }

@media screen and (max-width: 39.9375em) {
  #grid-view {
    display: none; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #grid-view {
    display: none; } }

.event-calendar {
  margin-bottom: 60px; }

.event-calendar-heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  @media print {
    .event-calendar-heading {
      display: none; } }

.event-calendar-heading-h1 {
  font-family: "Benton Sans Cond Book";
  font-size: 4.0625em;
  margin-bottom: 0px; }

.event-calendar-heading-icon {
  width: 60px;
  height: 60px;
  margin-right: 20px; }

.event-calendar-description {
  margin: 20px 0px; }
  @media print {
    .event-calendar-description {
      display: none; } }

.event-calendar-month-heading {
  font-family: "Benton Sans Cond Book";
  font-size: 2.1875em;
  text-align: center;
  padding: 20px;
  width: 100%;
  background-color: #136492;
  color: #FFFFFF; }
  @media print {
    .event-calendar-month-heading {
      background-color: #EFEFEF !important; } }

.event-calendar-day-holder {
  display: -ms-flexbox;
  display: flex; }

.event-calendar-day-heading {
  font-family: "HelveticaNeueW01-55Roma";
  display: none;
  text-align: left;
  width: calc(100% / 7);
  background-color: #136492;
  color: white;
  padding: 10px; }
  @media screen and (min-width: 64em) {
    .event-calendar-day-heading {
      display: inline-block; } }
  @media print {
    .event-calendar-day-heading {
      display: inline-block;
      background-color: #EFEFEF !important; } }

.event-calendar-week-row {
  display: -ms-flexbox;
  display: flex; }

.event-calendar-week-row .event-calendar-day:first-child {
  border-left: 0px; }

.event-calendar-week-row .event-calendar-day:last-child {
  border-right: 0px; }

@media screen and (max-width: 39.9375em) {
  #list-view {
    display: block !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #list-view {
    display: block !important; } }

.event-list-event {
  padding: 20px;
  background-color: #F6F6F6;
  margin: 20px 0px; }
  @media screen and (min-width: 64em) {
    .event-list-event {
      padding: 20px 25%; } }
  @media print {
    .event-list-event {
      margin: 0px 0px 10px 0px;
      padding: 0px;
      border-bottom: 1px solid silver; } }

.event-list-title {
  font-family: "Benton Sans Medium";
  margin: 0;
  font-size: 1.4em;
  line-height: 120%; }

.event-list-title-members {
  font-family: "Benton Sans Medium";
  margin: 0;
  font-size: 1.4em;
  line-height: 120%;
  color: #136492; }
  .event-list-title-members:after {
    content: '';
    position: relative;
    display: inline-block;
    background-image: url("/wp-content/themes/FoundationPress/assets/images/oma-static-images/icon-lock.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 25px;
    height: 20px; }

.event-list-title-registered {
  font-family: "Benton Sans Medium";
  margin: 0;
  font-size: 1.4em;
  line-height: 120%;
  color: #96B552; }
  .event-list-title-registered:after {
    content: '';
    position: relative;
    top: 3px;
    display: inline-block;
    background-image: url("/wp-content/themes/FoundationPress/assets/images/oma-static-images/registered-check.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px; }

.event-list-date {
  font-family: "Benton Sans Cond Book";
  margin: 0;
  font-size: 1.2em; }

.event-list-register-button {
  font-family: "HelveticaNeueW01-55Roma";
  width: 100%;
  padding: 15px;
  background-color: #96B552;
  margin-bottom: 0px; }
  .event-list-register-button:hover {
    background-color: #5d7130; }
  .event-list-register-button:focus {
    background-color: #5d7130; }
  @media print {
    .event-list-register-button {
      display: none; } }

.event-list-sign-in-button {
  font-family: "HelveticaNeueW01-55Roma";
  width: 100%;
  padding: 15px;
  background-color: #028BBA;
  margin-bottom: 0px; }
  .event-list-sign-in-button:hover {
    background-color: #014055; }
  .event-list-sign-in-button:focus {
    background-color: #014055; }
  @media print {
    .event-list-sign-in-button {
      display: none; } }

.event-list-description {
  font-size: 1em;
  margin: 20px 0px; }

@media print {
  .event-calendar-event-title[href]:after {
    content: none; } }

.event-calendar-day {
  font-family: "HelveticaNeueW01-55Roma";
  display: inline-block;
  float: left;
  width: calc(100% / 7);
  height: 160px;
  border: 1px solid #FFFFFF;
  padding: 10px;
  background-color: #F6F6F6;
  color: #1F2538; }
  @media print {
    .event-calendar-day {
      height: auto;
      border: 1px solid #F6F6F6; } }

.event-calendar-event-hr {
  border-bottom: 1px solid #BBBBBB;
  margin: 0px 0px 5px 0px; }
  @media print {
    .event-calendar-event-hr {
      border-color: #F6F6F6; } }

.event-calendar-event-title {
  font-size: .9em;
  color: #1F2538; }
  @media print {
    .event-calendar-event-title {
      font-size: .8em;
      line-height: 1;
      margin-bottom: 5px;
      text-decoration: none; } }

.truncate {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  @media print {
    .truncate {
      white-space: initial;
      overflow: auto;
      text-overflow: initial;
      line-height: 1;
      padding: 5px 0px; } }

.truncate-registered {
  width: 80%;
  display: inline-block;
  color: #96B552; }
  .truncate-registered .event-calendar-event-title {
    color: #96B552; }
  @media print {
    .truncate-registered {
      padding: 0px; } }

.registered-event-check {
  width: 14px;
  margin-top: -8px; }
  @media print {
    .registered-event-check {
      margin-top: 0px;
      padding: 5px 0px; } }

.event-calendar-more-holder {
  position: relative; }
  .event-calendar-more-holder:hover .event-calendar-more-events {
    display: block; }

.event-calendar-more {
  position: relative;
  z-index: 1;
  float: left;
  text-align: right;
  width: 100%;
  height: 0px;
  color: #028BBA;
  text-align: right;
  font-size: .9em;
  cursor: pointer; }
  .event-calendar-more:hover + .event-calendar-more-events {
    display: block; }
  @media print {
    .event-calendar-more {
      display: none; } }

.event-calendar-more.high-contrast {
  color: #13294B; }

.event-calendar-more-events {
  background-color: #028BBA;
  display: none;
  position: relative;
  z-index: 2;
  top: 35px;
  padding: 20px 10px;
  margin: 0px -10px; }
  .event-calendar-more-events:hover {
    display: block; }
  @media screen {
    .event-calendar-more-events:before {
      content: "";
      position: absolute;
      top: -8px;
      right: 5px;
      border-style: solid;
      border-width: 0 8px 8px;
      border-color: #028BBA transparent;
      display: block;
      width: 0;
      z-index: 1; } }
  @media print {
    .event-calendar-more-events {
      display: block;
      top: 0px;
      position: initial;
      padding: 0px 10px; } }
  .event-calendar-more-events .event-calendar-event-title, .event-calendar-more-events .truncate {
    color: #FFFFFF; }
  .event-calendar-more-events .event-calendar-event-hr {
    border-bottom: 1px solid #FFFFFF; }
    @media print {
      .event-calendar-more-events .event-calendar-event-hr {
        border-bottom: 1px solid #F6F6F6; } }

.event-tag-holder {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1rem; }
  .event-tag-holder .event-tags {
    font-family: "Benton Sans Cond Book";
    background-color: #13294B;
    border-radius: 0;
    color: #fff;
    padding: 8px 12px;
    font-size: .8em;
    margin: 0px 10px 10px 0px;
    text-transform: capitalize; }

.news-events-main-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1; }

.news-events-topics-container {
  margin-top: 30px;
  padding-left: 0px;
  padding-right: 0px; }
  @media screen and (min-width: 40em) {
    .news-events-topics-container {
      display: inline-block;
      margin-top: 0; } }
  @media print {
    .news-events-topics-container {
      margin-top: 0px; } }

@media screen and (min-width: 40em) {
  .news-events-holder .footer .footer-top-section {
    display: none; } }

.news-events-topics-holder.row, .home .news-events-topics-holder.general-info-holder, .news-events-topics-holder.top-carousel-slide-holder-inner {
  max-width: 100%;
  padding: 20px; }
  @media screen and (min-width: 40em) {
    .news-events-topics-holder.row, .home .news-events-topics-holder.general-info-holder, .news-events-topics-holder.top-carousel-slide-holder-inner {
      margin-top: 20px;
      margin-left: 20px;
      margin-right: 20px; } }

.event-details {
  width: 60%; }

.event-details-register-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 20px 0px; }
  @media screen and (min-width: 64em) {
    .event-details-register-holder {
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: end;
          align-items: flex-end; } }

.event-details-bottom-details {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  background-color: #F6F6F6;
  padding: 20px; }
  @media screen and (min-width: 40em) {
    .event-details-bottom-details {
      padding: 60px; } }

.registration-sponsor-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media screen and (min-width: 64em) {
    .registration-sponsor-holder {
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center; } }

.event-title-heading {
  font-family: "Benton Sans Cond Book";
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0px;
  font-size: 2.1875em;
  color: #1F2538; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .event-title-heading {
      width: 80%;
      line-height: 100%; } }

.event-title-icon {
  display: inline-block;
  height: 40px;
  width: 40px;
  margin-right: 20px;
  vertical-align: middle; }

.event-details-label {
  font-family: "HelveticaNeueW01-75Bold";
  display: inline-block; }
  @media screen and (min-width: 40em) {
    .event-details-label {
      width: 100px; } }

.pin-register-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  -ms-flex-align: center;
      align-items: center; }
  @media screen and (min-width: 40em) {
    .pin-register-holder {
      -ms-flex-direction: row;
          flex-direction: row; } }
  @media screen and (min-width: 64em) {
    .pin-register-holder {
      width: 40%;
      -ms-flex-pack: end;
          justify-content: flex-end; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .pin-register-holder img {
      margin-right: 10px; } }

.event-pin-text {
  color: #028BBA; }

.event-register-now-button {
  display: block;
  width: 100%;
  background-color: #96B552;
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 0px; }
  .event-register-now-button:hover {
    background-color: #5d7130; }
  .event-register-now-button:focus {
    background-color: #5d7130; }
  @media screen and (min-width: 40em) {
    .event-register-now-button {
      width: auto; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .event-register-now-button {
      margin-left: auto; } }

.event-description-holder {
  padding: 40px;
  background-color: #136492;
  color: #FFFFFF; }

.event-description-title {
  font-family: "Benton Sans Cond Book";
  font-size: 1.7em; }

.please-note-heading, .venue-heading, .contact-heading {
  font-family: "Benton Sans Cond Book";
  display: block;
  font-size: 1.5em;
  margin: 20px 0px 10px 0px; }

.please-note-list {
  list-style: none;
  padding: 0;
  margin: 0; }

.please-note-list-item {
  padding-left: 1em;
  text-indent: -.7em;
  line-height: 150%; }

.please-note-list-item:before {
  content: "• ";
  color: #62BDE5; }

.please-note-holder {
  padding-bottom: 40px;
  border-bottom: 1px solid #BEDC92; }

.location-contact-holder {
  padding: 40px 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media screen and (min-width: 64em) {
    .location-contact-holder {
      -ms-flex-direction: row;
          flex-direction: row; } }

.location-contact-list {
  width: 100%;
  float: none;
  display: block;
  list-style-type: none;
  margin: 10px 0px; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .location-contact-list {
      width: 50%;
      float: left;
      display: inline-block; } }

.organizer-full-name {
  font-family: "HelveticaNeueW01-75Bold"; }

.get-directions-button, .e-marketplace-get-directions-button {
  width: 100%;
  float: right;
  padding-left: 50px;
  padding-right: 50px; }
  @media screen and (min-width: 40em) {
    .get-directions-button, .e-marketplace-get-directions-button {
      width: auto; } }

.event-map {
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  background-color: #F6F6F6;
  background-size: 100%;
  background-position: center; }
  @media screen and (min-width: 64em) {
    .event-map {
      width: 400px;
      height: 300px; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .location-contact-map-holder {
    padding: 40px 0px; } }

@media screen and (min-width: 64em) {
  .location-contact-map-holder {
    padding: 40px; } }

.event-details-register-now-title {
  font-family: "Benton Sans Cond Book";
  font-size: 2.1875em; }

.event-details-register-now-form {
  margin-bottom: 20px; }
  @media screen and (min-width: 64em) {
    .event-details-register-now-form {
      width: 50%; } }

.event-details-register-now-form input, .event-details-register-now-form select {
  font-family: "HelveticaNeueW01-55Roma";
  font-size: 1em;
  font-weight: normal;
  color: #028BBA;
  background-color: #d8ebf4;
  border-color: #d8ebf4;
  box-shadow: none;
  margin-top: 10px;
  padding-left: 17px; }
  .event-details-register-now-form input::-webkit-input-placeholder, .event-details-register-now-form select::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #028BBA; }
  .event-details-register-now-form input:-moz-placeholder, .event-details-register-now-form select:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #028BBA; }
  .event-details-register-now-form input::-moz-placeholder, .event-details-register-now-form select::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #028BBA; }
  .event-details-register-now-form input:-ms-input-placeholder, .event-details-register-now-form select:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #028BBA; }

.event-details-register-now-form input.high-contrast, .event-details-register-now-form select.high-contrast {
  color: #13294B; }

.event-details-register-now-form label {
  font-family: "Benton Sans Medium";
  font-size: 1em; }

.event-details-register-now-form .event-register-now-button {
  font-family: "HelveticaNeueW01-55Roma";
  width: 100%;
  padding: 0.85em 1em;
  margin-top: 20px; }
  @media screen and (min-width: 40em) {
    .event-details-register-now-form .event-register-now-button {
      width: 50%;
      float: right; } }
  .event-details-register-now-form .event-register-now-button:focus {
    background-color: #96B552; }

.event-register-now-button.high-contrast {
  color: #1F2538; }

.event-details-register-feedback {
  text-align: center;
  color: #FFFFFF;
  font-family: "HelveticaNeueW01-75Bold"; }
  .event-details-register-feedback .error_messages {
    background-color: #E25065; }
    .event-details-register-feedback .error_messages span {
      display: block;
      padding: 10px; }
  .event-details-register-feedback .success_message {
    background-color: #96B552; }
    .event-details-register-feedback .success_message span {
      display: block;
      padding: 10px; }

.event-details-sponsor-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center; }
  @media screen and (min-width: 64em) {
    .event-details-sponsor-holder {
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: baseline;
          align-items: baseline; } }

.event-details-sponsor-info-rect-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center; }

.event-details-sponsor-logo-rect {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  width: 300px;
  background-color: white;
  border: 3px solid #7D9BC1;
  position: relative;
  top: -50px; }
  .event-details-sponsor-logo-rect img {
    max-height: 60px;
    max-width: 200px; }

.event-details-sponsor-logo-circle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 100px;
  width: 100px;
  position: relative;
  top: 100px;
  right: 140px;
  border-radius: 50%;
  border: 3px solid #7D9BC1;
  background-color: #FFFFFF; }
  .event-details-sponsor-logo-circle img {
    width: 60px; }
  @media screen and (min-width: 64em) {
    .event-details-sponsor-logo-circle {
      top: 100px;
      left: 40px; } }

.event-details-sponsor-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #028BBA;
  height: 300px;
  width: 300px;
  border-radius: 50%;
  text-align: center;
  margin: auto; }
  @media screen and (min-width: 64em) {
    .event-details-sponsor-info {
      margin: 0; } }

.event-details-sponsor-title {
  font-family: "Benton Sans Cond Book";
  color: white;
  font-size: 1.5em;
  margin: 0px; }

.event-details-sponsor-name {
  font-family: "Benton Sans Medium";
  color: #FFFFFF;
  font-size: 1.2em;
  margin: 10px 0px; }
  @media screen and (min-width: 40em) {
    .event-details-sponsor-name {
      margin: 20px 0px; } }

.event-details-sponsor-email, .event-details-sponsor-website {
  font-family: "HelveticaNeueW01-75Bold";
  margin: 0px; }
  .event-details-sponsor-email a, .event-details-sponsor-website a {
    color: #1F2538; }

.event-details-sponsor-phone {
  color: white;
  margin: 0px; }

.event-details-related-holder {
  margin: 40px 0px; }
  .event-details-related-holder p {
    margin: 0px; }

.event-details-related-heading {
  font-family: "Benton Sans Cond Book";
  font-size: 1.5em; }

.event-details-related-heading-hr {
  border-bottom: 1px solid #BEDC92;
  margin: .8rem auto 1.2rem auto; }

.event-details-related-title {
  font-family: "Benton Sans Medium";
  font-size: 1.1em;
  color: #028BBA; }

.event-details-related-title.high-contrast {
  color: #13294B; }

.event-details-related-date {
  font-size: .9em; }

@media screen and (min-width: 40em) {
  .event-details-related-event {
    width: 49%; } }

.event-details-related-event-hr {
  border-bottom: 1px solid #BBBBBB;
  margin: 1rem auto; }

@media screen and (min-width: 40em) {
  .event-details-related-event-holder {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: end;
        align-items: flex-end; } }

.news-releases-header {
  background-color: #136492;
  padding: 40px;
  color: #FFFFFF; }
  @media screen and (min-width: 40em) {
    .news-releases-header {
      padding: 40px 60px;
      margin: 0px 40px; } }

.news-releases-tile-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px; }

.news-releases-tile-holder:after {
  content: ""; }
  @media screen and (min-width: 40em) {
    .news-releases-tile-holder:after {
      width: 49%; } }
  @media screen and (min-width: 64em) {
    .news-releases-tile-holder:after {
      width: 32%; } }

.news-releases-tile {
  padding: 10px 20px;
  margin-bottom: 20px;
  border: 1px solid #EFEFEF;
  color: #1F2538; }
  @media screen and (min-width: 40em) {
    .news-releases-tile {
      width: 49%; } }
  @media screen and (min-width: 64em) {
    .news-releases-tile {
      width: 32%; } }

.news-releases-tile-title {
  font-family: "Benton Sans Cond Book";
  font-size: 1.45em;
  line-height: 120%;
  padding: 20px 0px;
  border-top: 1px solid #BEDC92; }

.news-releases-tile-description {
  font-size: .9em;
  padding: 10px 0px; }

.news-releases-tile-link, .news-releases-featured-link {
  color: #028BBA; }

.news-releases-featured {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-bottom: 20px;
  margin-left: -20px;
  margin-right: -20px;
  background-color: #F6F6F6; }
  @media screen and (min-width: 40em) {
    .news-releases-featured {
      margin-left: 0px;
      margin-right: 0px; } }
  @media screen and (min-width: 64em) {
    .news-releases-featured {
      -ms-flex-direction: row;
          flex-direction: row;
      padding: 0px 20px 20px 0px; } }

.news-releases-featured-breaking {
  width: 100%;
  padding: 20px;
  background-color: #13294B;
  padding-top: 20px;
  color: #FFFFFF;
  margin-right: 20px; }
  @media screen and (min-width: 64em) {
    .news-releases-featured-breaking {
      width: auto; } }

.news-releases-featured-body {
  width: 100%;
  padding: 20px; }
  @media screen and (min-width: 64em) {
    .news-releases-featured-body {
      padding: 0px; } }

.news-releases-featured-head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: baseline;
      align-items: baseline;
  display: inline-block; }
  @media screen and (min-width: 64em) {
    .news-releases-featured-head {
      -ms-flex-direction: row;
          flex-direction: row; } }

.news-releases-featured-title {
  display: inline-block;
  font-family: "Benton Sans Cond Book";
  font-size: 2em;
  vertical-align: bottom; }
  @media screen and (min-width: 64em) {
    .news-releases-featured-title {
      padding-top: 20px; } }

.news-releases-featured-description {
  margin-bottom: 10px; }

.news-releases-h2 {
  font-family: "Benton Sans Cond Book";
  font-size: 2rem;
  margin-bottom: 20px; }

.news-releases-archive-holder {
  width: 100%; }
  .news-releases-archive-holder .accordion-item {
    margin-bottom: 20px;
    padding: 20px 40px;
    background-color: #F6F6F6; }
    .news-releases-archive-holder .accordion-item:last-child {
      margin-bottom: 0px; }

.news-releases-archive-h3 {
  font-family: "Benton Sans Cond Book";
  display: inline-block;
  width: 60%;
  color: #1F2538;
  margin: 0;
  font-size: 1.8rem; }
  @media screen and (min-width: 64em) {
    .news-releases-archive-h3 {
      width: auto; } }

.news-releases-archive-content {
  background-color: #F6F6F6;
  border: none;
  padding: 20px 0px; }

.news-releases-archive-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  background-color: #F6F6F6;
  border: none;
  border-bottom: 1px solid #BEDC92;
  padding: 1.25rem 0rem; }
  .news-releases-archive-title:hover {
    background-color: #F6F6F6; }
  .news-releases-archive-title:focus {
    background-color: #F6F6F6; }

.news-releases-archive-article {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 10px 0px;
  color: #1F2538;
  border-bottom: 1px solid #BBBBBB; }
  @media screen and (min-width: 64em) {
    .news-releases-archive-article {
      -ms-flex-direction: row;
          flex-direction: row; } }
  .news-releases-archive-article:last-child {
    border-bottom: none; }
  .news-releases-archive-article a {
    color: #028BBA;
    max-width:85%
}

.sections-header {
  height: 247px;
  background-color: #028BBA;
  padding-top: 46px;
  padding-left: 37px;
  background-size: cover; }
  @media screen and (min-width: 40em) {
    .sections-header {
      height: 261px;
      padding-top: 63px;
      padding-left: 68px; } }
  @media screen and (min-width: 64em) {
    .sections-header {
      height: 288px;
      padding-top: 100px;
      padding-left: 73px; } }

.sections-header-text {
  font-family: "Benton Sans Cond Book";
  font-size: 2.1875em;
  font-weight: 300;
  color: #fff;
  max-width: 220px; }
  @media screen and (min-width: 40em) {
    .sections-header-text {
      font-size: 3.25em;
      max-width: inherit; } }
  @media screen and (min-width: 64em) {
    .sections-header-text {
      font-size: 4.0625em; } }

.sections-content-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  top: -78px;
  padding: 0 22px; }
  @media screen and (min-width: 40em) {
    .sections-content-row {
      top: -40px;
      padding: 0 39px; } }
  .sections-content-row > div {
    margin-bottom: 14px; }

.sections-content-row-how-do-i {
  width: 100%;
  background-color: #62BDE5;
  padding: 16px 12px 20px 12px; }
  @media screen and (min-width: 40em) {
    .sections-content-row-how-do-i {
      height: 58px;
      padding: 9px; } }

.sections-content-row-how-do-i-text {
  font-family: "Benton Sans Medium";
  font-weight: 700;
  color: #1F2538;
  margin-bottom: 17px;
  padding: 0; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .sections-content-row-how-do-i-text {
      font-size: 1.25em;
      margin: 6px 0 0 6%; } }
  @media screen and (min-width: 64em) {
    .sections-content-row-how-do-i-text {
      font-size: 1.25em;
      margin-top: 6px;
      width: 13.9%; } }

.sections-content-row-how-do-i-dropdown {
  padding: 0; }
  .sections-content-row-how-do-i-dropdown select {
    font-family: "HelveticaNeueW01-55Roma";
    color: #028BBA;
    font-size: 0.875em;
    background-color: #d8ebf4; }
  .sections-content-row-how-do-i-dropdown select.high-contrast {
    color: #13294B; }

.sections-content-row-how-do-i-button {
  font-family: "HelveticaNeueW01-45Ligh";
  height: 41px;
  width: 83px;
  padding: 0;
  margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .sections-content-row-how-do-i-button {
      margin-left: 15px; } }

.sections-subsection-content-row-container {
  position: relative;
  background-color: #F6F6F6;
  padding: 16px 24px 0 24px; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .sections-subsection-content-row-container {
      padding-top: 35px; }
      .sections-subsection-content-row-container:nth-child(even) {
        border-right: 18px solid white; }
      .columns .sections-subsection-content-row-container:last-child {
        float: left;
        border-right: none; } }
  @media screen and (min-width: 64em) {
    .sections-subsection-content-row-container {
      min-height: 369px;
      padding: 43px 70px 29px 54px; }
      .sections-subsection-content-row-container:nth-child(even) {
        border-right: 22px solid white; } }

.sections-subsection-content-row-icon {
  width: 55px;
  height: 55px;
  margin-bottom: 16px; }
  @media screen and (min-width: 64em) {
    .sections-subsection-content-row-icon {
      width: 98px;
      height: 98px; } }

.sections-subsection-content-row-title {
  font-family: "Benton Sans Cond Book";
  color: #1F2538;
  font-size: 1.625em;
  padding-right: 60px; }
  @media screen and (min-width: 40em) {
    .sections-subsection-content-row-title {
      height: 70px;
      font-size: 1.8125em;
      padding-right: 0; } }
  @media screen and (min-width: 64em) {
    .sections-subsection-content-row-title {
      height: inherit;
      font-size: 2.1875em; } }

.sections-subsection-content-row-description {
  font-size: 0.8125em;
  color: #1F2538;
  margin-bottom: 0; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .sections-subsection-content-row-description {
      font-size: 0.875em;
      height: 60px;
      margin-bottom: 100px; } }
  @media screen and (min-width: 64em) {
    .sections-subsection-content-row-description {
      font-size: inherit; } }

.sections-subsection-content-row-description-email {
  color: #028BBA;
  font-family: "HelveticaNeueW01-75Bold"; }

.sections-subsection-content-row-description-email.high-contrast {
  color: #13294B; }

.sections-subsection-content-row-hr {
  border-color: #BEDC92; }

.sections-subsection-content-row-icon-green {
  height: 20px;
  width: 20px; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .sections-subsection-content-row-icon-green {
      height: 36px;
      width: 36px; } }
  @media screen and (min-width: 64em) {
    .sections-subsection-content-row-icon-green {
      height: 28px;
      width: 28px; } }

.sections-subsection-content-row-green-arrow {
  text-align: right; }
  @media screen and (min-width: 40em) {
    .sections-subsection-content-row-green-arrow {
      position: absolute;
      bottom: 10px;
      right: 7%;
      margin-bottom: 0; } }
  @media screen and (min-width: 64em) {
    .sections-subsection-content-row-green-arrow {
      bottom: 24px; } }

.subsection-grid-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.subsections-main-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1; }

@media screen and (min-width: 40em) {
  .subsections-holder .footer .footer-top-section {
    display: none; } }

.subsections-footer-top-tablet-desktop {
  display: none; }
  @media screen and (min-width: 40em) {
    .subsections-footer-top-tablet-desktop {
      display: inherit; } }

.subsections-topics-container {
  margin-top: 30px;
  padding: 0px; }
  @media screen and (min-width: 40em) {
    .subsections-topics-container {
      display: inline-block;
      margin-top: 0;
      padding: 0; } }
  .subsections-topics-container .sections-subsection-content-row-container {
    display: none; }
    @media screen and (min-width: 64em) {
      .subsections-topics-container .sections-subsection-content-row-container {
        display: inherit;
        position: relative;
        height: inherit;
        min-height: 234px;
        padding: 43px 21px; }
        .subsections-topics-container .sections-subsection-content-row-container .sections-subsection-content-row-title {
          font-size: 1.75em; }
        .subsections-topics-container .sections-subsection-content-row-container .sections-subsection-content-row-description {
          font-size: 0.875em; }
        .subsections-topics-container .sections-subsection-content-row-container .sections-subsection-content-row-icon {
          height: 75px;
          width: 75px;
          position: absolute;
          top: -12px;
          right: -4%; }
        .subsections-topics-container .sections-subsection-content-row-container .sections-subsection-content-row-description-email {
          font-family: "HelveticaNeueW01-75Bold";
          color: #fff; }
        .subsections-topics-container .sections-subsection-content-row-container .sections-subsection-content-row-hr {
          display: none; }
        .subsections-topics-container .sections-subsection-content-row-container .sections-subsection-content-row-green-arrow {
          display: none; } }

.subsections-topics-holder.row, .home .subsections-topics-holder.general-info-holder, .subsections-topics-holder.top-carousel-slide-holder-inner {
  display: block;
  padding: 20px; }
  @media screen and (min-width: 40em) {
    .subsections-topics-holder.row, .home .subsections-topics-holder.general-info-holder, .subsections-topics-holder.top-carousel-slide-holder-inner {
      margin-top: 30px;
      margin-left: 20px;
      margin-right: 20px; } }
  @media screen and (min-width: 64em) {
    .subsections-topics-holder.row, .home .subsections-topics-holder.general-info-holder, .subsections-topics-holder.top-carousel-slide-holder-inner {
      margin-bottom: 50px; } }

.subsections-topics-content {
  margin-bottom: 30px; }
  .subsections-topics-content:nth-last-child(2) {
    margin-bottom: 80px; }
  @media screen and (min-width: 40em) {
    .subsections-topics-content {
      min-height: 230px; }
      .subsections-topics-content:nth-last-child(2) {
        margin-bottom: 30px; } }
  @media screen and (min-width: 64em) {
    .subsections-topics-content {
      min-height: 200px; } }

.subsections-topics-content-image {
  background-size: 100%;
  width: 36px;
  height: 36px;
  vertical-align: top; }
  @media screen and (min-width: 40em) {
    .subsections-topics-content-image {
      width: 46px;
      height: 46px; } }

.subsections-topics-content-image-title-holder {
  display: -ms-flexbox;
  display: flex; }

.subsections-topics-content-title {
  font-family: "Benton Sans Cond Light";
  -ms-flex: 1;
      flex: 1;
  display: inline-block;
  font-weight: 300;
  font-size: 1.4375em;
  color: #1F2538;
  margin-left: 10px;
  margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .subsections-topics-content-title {
      font-family: "Benton Sans Cond Book";
      font-size: 1.5em; } }

.subsections-topics-content-hr {
  border-color: #BEDC92; }

.subsections-topics-content-description {
  color: #1F2538;
  font-size: 0.8125em; }
  @media screen and (min-width: 40em) {
    .subsections-topics-content-description {
      font-size: 1em; } }

.subsections-topics-content-readmore {
  font-family: "HelveticaNeueW01-75Bold";
  color: #028BBA;
  white-space: nowrap; }
  @media screen and (min-width: 40em) {
    .subsections-topics-content-readmore {
      font-size: 1em; } }

.subsections-topics-content-readmore.high-contrast {
  color: #13294B; }

.topic-content h1, .topic-content h2, .topic-content h3, .topic-content h4, .topic-content h5, .topic-content h6 {
  font-family: "HelveticaNeueW01-75Bold";
  font-weight: bold; }

.topic-content ul, .topic-content ol {
  margin-left: 2.25rem; }

.topic-pages {
  width: 100%; }

.papers-header {
  font-family: "Benton Sans Cond Book";
  font-size: 2.1875em;
  font-weight: 300;
  color: #fff;
  height: 249px;
  padding: 48px 75px 55px 23px;
  background-color: #136492;
  background-size: cover; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .papers-header {
      height: 262px;
      padding: 72px 1px 55px 43px;
      font-size: 3.25em;
      background-color: #136492; } }
  @media screen and (min-width: 64em) {
    .papers-header {
      height: 288px;
      padding: 91px 75px 55px 65px;
      font-size: 4.0625em;
      background-color: #136492; } }

.papers-options-holder {
  position: relative;
  top: -80px;
  padding-left: 22px;
  padding-right: 22px; }
  .papers-options-holder .columns {
    padding-left: 0.725rem;
    padding-right: 0.725rem; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .papers-options-holder {
      padding-left: 39px;
      padding-right: 39px; } }
  @media screen and (min-width: 64em) {
    .papers-options-holder {
      top: -35px;
      margin-bottom: 20px;
      padding-left: 64px;
      padding-right: 64px; } }

.papers-form input, .papers-form select {
  font-family: "HelveticaNeueW01-55Roma";
  font-size: 0.875em;
  font-weight: normal;
  color: #028BBA;
  background-color: #d8ebf4;
  border-color: #d8ebf4;
  box-shadow: none;
  margin-top: 10px;
  padding-left: 17px; }
  .papers-form input::-webkit-input-placeholder, .papers-form select::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #028BBA; }
  .papers-form input:-moz-placeholder, .papers-form select:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #028BBA; }
  .papers-form input::-moz-placeholder, .papers-form select::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #028BBA; }
  .papers-form input:-ms-input-placeholder, .papers-form select:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #028BBA; }
  @media screen and (min-width: 40em) {
    .papers-form input, .papers-form select {
      margin-top: 0; } }

.papers-form-top {
  padding-top: 15px;
  background-color: #62BDE5;
  margin-bottom: 25px; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .papers-form-top {
      margin-bottom: 35px; } }
  @media screen and (min-width: 64em) {
    .papers-form-top {
      margin-bottom: 0; } }

.papers-form-search-label-div {
  font-size: 1.25em; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .papers-form-search-label-div {
      text-align: right;
      margin-top: 2px; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .papers-form-topic-label-div {
    margin-top: 6px;
    text-align: right; } }

.papers-form-label {
  font-family: "Benton Sans Medium";
  color: #13294B;
  text-align: left;
  font-size: 1.2rem; }
  @media screen and (min-width: 40em) {
    .papers-form-label {
      text-align: right; } }

.papers-form-label-option {
  font-family: "HelveticaNeueW01-75Bold";
  color: #1F2538;
  font-size: 0.8125em;
  white-space: nowrap; }
  @media screen and (min-width: 64em) {
    .papers-form-label-option {
      font-size: 1em; } }
  .papers-form-label-option.wrap {
    white-space: normal; }

.papers-form-search-button-component {
  width: 100%; }

.show-pins-component {
  font-family: "HelveticaNeueW01-75Bold"; }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .papers-form-sort-by-label-div.columns {
    padding-left: 0;
    padding-right: 0;
    margin-top: 7px; } }

@media screen and (min-width: 64em) {
  .papers-form-sort-by-label-div.columns {
    margin-top: 5px;
    text-align: right; } }

@media screen and (min-width: 64em) {
  .papers-form-sort-by-select-div select,
  .papers-form-show-select-div select,
  .papers-form-show-pins-tablet select,
  .papers-form-results-holder select {
    margin-bottom: 0px; } }

@media screen and (min-width: 40em) {
  .papers-form-sort-by-select-div.columns,
  .papers-form-show-select-div.columns,
  .papers-form-show-pins-tablet.columns,
  .papers-form-results-holder.columns {
    padding: 0; } }

.papers-form-show-label-div {
  margin-top: 7px; }
  @media screen and (min-width: 64em) {
    .papers-form-show-label-div {
      text-align: right;
      margin-top: 5px; } }

.papers-form-top-fieldset {
  text-align: center;
  margin-bottom: 12px; }
  @media screen and (min-width: 40em) {
    .papers-form-top-fieldset {
      text-align: left; } }
  @media screen and (min-width: 64em) {
    .papers-form-top-fieldset {
      padding-top: 5px; } }

@media screen and (min-width: 64em) {
  .papers-form-search-button-div.columns:not(:first-child) {
    float: left; } }

.pin-component-desktop-mobile-only {
  margin-bottom: 10px; }
  @media screen and (min-width: 40em) {
    .pin-component-desktop-mobile-only {
      margin-bottom: 0px; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .pin-component-desktop-mobile-only {
      display: none; } }

.pin-component-tablet-only {
  display: none; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .pin-component-tablet-only {
      display: block; } }

@media screen and (min-width: 64em) {
  .papers-form-bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 40px;
    margin-top: 60px;
    max-width: 100%; } }

.papers-form-results-text-mobile-tablet {
  font-size: 0.8125em;
  text-align: center; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .papers-form-results-text-mobile-tablet {
      text-align: right;
      padding-top: 4px; } }
  @media screen and (min-width: 64em) {
    .papers-form-results-text-mobile-tablet {
      display: none; } }

.papers-form-results-text-desktop.columns {
  font-family: "HelveticaNeueW01-75Bold";
  color: #7D9BC1;
  text-align: left;
  padding: 0;
  padding-top: 1px;
  margin-top: 7px; }

.papers-form-results-text-desktop.columns.high-contrast {
  color: #13294B; }

.papers-results-holder {
  clear: both;
  padding-left: 39px;
  padding-right: 39px; }

.papers-results-info {
  position: relative;
  top: -50px;
  padding-left: 22px;
  padding-right: 22px; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .papers-results-info {
      padding-left: 39px;
      padding-right: 39px; } }
  @media screen and (min-width: 64em) {
    .papers-results-info {
      padding-left: 64px;
      padding-right: 64px; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .papers-results-table-header {
    height: 91px; } }

@media screen and (min-width: 64em) {
  .papers-results-table-header {
    height: 100px; } }

.mobile-papers-results-content-holder {
  position: relative;
  background-color: #F6F6F6;
  padding: 33px 45px; }
  .mobile-papers-results-content-holder:not(:last-child) {
    margin-bottom: 20px; }

.mobile-papers-results-content-pin {
  position: absolute;
  left: 17px; }

.mobile-papers-results-content-type {
  font-size: 0.6875em;
  color: #13294B;
  text-decoration: underline;
  text-transform: uppercase;
  margin-bottom: 8px; }

.mobile-papers-results-content-title {
  color: #028BBA;
  margin-bottom: 16px; }
  @media screen and (min-width: 40em) {
    .mobile-papers-results-content-title {
      font-size: 1em;
      margin-bottom: none; } }

.papers-results-content-description-text {
  font-size: 0.8125em;
  color: #1F2538;
  margin-bottom: 12px; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .papers-results-content-description-text {
      font-size: 0.875em; } }
  @media screen and (min-width: 64em) {
    .papers-results-content-description-text {
      font-size: 1em; } }

.papers-results-content-description-link {
  font-family: "HelveticaNeueW01-75Bold";
  font-size: 1em;
  color: #028BBA; }

.papers-results-content-description-link.high-contrast {
  color: #13294B; }

.papers-results-table-pin-head {
  padding-left: 20px; }

.papers-results-table-pin-content {
  text-align: center; }

.papers-results-table-description-content {
  max-width: 300px; }

.papers-results-table-type-content {
  font-size: 0.75em;
  color: #13294B;
  text-transform: uppercase;
  padding-top: 32px; }
  @media screen and (min-width: 64em) {
    .papers-results-table-type-content {
      font-size: 0.875em; } }

.papers-results-table-title-content {
  width: 300px;
  font-size: 0.875em;
  color: #028BBA; }
  @media screen and (min-width: 64em) {
    .papers-results-table-title-content {
      font-size: 1em; } }
  .papers-results-table-title-content .has-lock:after {
    position: absolute;
    content: '';
    height: 30px;
    width: 15px;
    margin-left: 5px;
    background-image: url("/wp-content/themes/FoundationPress/assets/images/oma-static-images/icon-lock.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%; }

.papers-results-table-title-content.high-contrast {
  color: #13294B; }

.papers-results-table-date-content {
  font-size: 0.75em; }
  @media screen and (min-width: 64em) {
    .papers-results-table-date-content {
      font-size: 0.875em; } }

@media screen and (min-width: 64em) {
  .papers-results-table-authors-head {
    display: table-cell; } }

@media screen and (min-width: 64em) {
  .papers-results-table-authors-content {
    display: table-cell;
    color: #13294B;
    font-size: 0.875em; } }
@media print {
  a[href]:after {
    content: none !important;
  }
}
.papers-results-show-more-row {
  background-color: transparent;
  border: 1px solid white; }
  .papers-results-show-more-row td {
    padding: 0px; }

.papers-results-show-more-button {
  width: 100%;
  background-color: #A6DCF4;
  color: #028BBA; }
  .papers-results-show-more-button:hover, .papers-results-show-more-button:focus {
    background-color: #d3eefa;
    color: #028BBA; }

.pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  top: -25px;
  list-style-type: none; }
  .pagination li {
    display: block; }
  .pagination .current a {
    color: white; }
    .pagination .current a:hover {
      background-color: transparent; }

.search-results-container {
  padding: 40px; }
  @media screen and (min-width: 64em) {
    .search-results-container {
      padding: 40px 20px; } }

.search-results-item.has-lock .search-results-h4:after {
  position: absolute;
  content: '';
  height: 40px;
  width: 30px;
  background-image: url("/wp-content/themes/FoundationPress/assets/images/oma-static-images/icon-lock.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%; }

.search-results-item-excerpt {
  /* max-height: (3 + 1) * 1.2 * 1em;
  position: relative;
  overflow:hidden; */
  color: #1F2538;
  /* display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; */
  /* @supports (-webkit-line-clamp: 2) {
    &:before, &:after {
      content: none;
    }
  } */ }
  .search-results-item-excerpt:after {
    background: #fff;
    /* content: attr(data-text); */
    left: 0;
    /* height: (3 - 1) * 1.2 * 1em;
    overflow: hidden; 
    position: absolute;
    top: 0;
    width: 100%; */ }

.search-results-type-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start; }
  @media screen and (min-width: 40em) {
    .search-results-type-title {
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center; } }

.search-results-header {
  background-color: #136492;
  width: 100%;
  padding: 20px 40px; }

.search-results-h1 {
  font-family: "Benton Sans Cond Book";
  color: #FFFFFF; }
  @media screen and (max-width: 39.9375em) {
    .search-results-h1 {
      font-size: 2em; } }
  @media screen and (min-width: 64em) {
    .search-results-h1 {
      padding: 20px; } }

.search-results-h4 {
  font-family: "Benton Sans Cond Book";
  width: 100%;
  font-size: 1.5em;
  margin-bottom: 0px; }
  .search-results-h4 a {
    color: #136492; }
  .search-results-h4 .member-benefits-details-logo {
    width: auto;
    height: 50px; }
    @media screen and (min-width: 40em) {
      .search-results-h4 .member-benefits-details-logo {
        display: inline-block;
        margin-left: 10px; } }

.search-results-hr {
  border-bottom: 1px solid #F6F6F6;
  margin: 30px 0px; }
  .search-results-hr:last-of-type {
    border-bottom: 1px solid transparent; }

.search-results-arrow {
  width: 30px;
  height: 30px;
  margin-top: 10px;
  float: right; }

.search-results-date {
  margin-top: 20px;
  font-size: .9em; }

.search-results-link {
  display: block;
  margin-bottom: 20px;
  font-size: .9em;
  color: #96B552; }
  .search-results-link.high-contrast {
    color: #136492; }

.search-result-type {
  display: inline-block;
  padding: 5px 20px;
  margin-right: 20px;
  margin-bottom: 10px;
  font-size: .8em;
  text-transform: uppercase;
  color: white;
  white-space: nowrap; }
  @media screen and (min-width: 40em) {
    .search-result-type {
      margin-bottom: 0px;
      padding: 10px 20px; } }
  .search-result-type.topic {
    background-color: #028BBA; }
    .search-result-type.topic.high-contrast {
      background-color: #F6F6F6;
      color: #136492; }
  .search-result-type.news {
    background-color: #8246AF; }
    .search-result-type.news.high-contrast {
      background-color: #F6F6F6;
      color: #8246AF; }
  .search-result-type.event {
    background-color: #136492; }
    .search-result-type.event.high-contrast {
      background-color: #F6F6F6;
      color: #136492; }
  .search-result-type.discount {
    background-color: #136492; }
    .search-result-type.discount.high-contrast {
      background-color: #F6F6F6;
      color: #1F2538; }
  .search-result-type.subsection {
    background-color: #96B552; }
    .search-result-type.subsection.high-contrast {
      background-color: #F6F6F6;
      color: #96B552; }
  .search-result-type.section {
    background-color: #E25065; }
    .search-result-type.section.high-contrast {
      background-color: #F6F6F6;
      color: #E25065; }
  .search-result-type.document {
    background-color: #3A4658; }
    .search-result-type.document.high-contrast {
      background-color: #F6F6F6;
      color: #3A4658; }

.my-account-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #028BBA;
  width: 100%;
  padding: 20px 0px 80px 0px;
  background-size: cover;
  background-position: 70%;
  color: #FFFFFF; }
  .my-account-header .breadcrumb-holder {
    color: #FFFFFF;
    padding-left: 27px;
    margin: 0;
    -ms-flex-item-align: start;
        align-self: flex-start; }
    .my-account-header .breadcrumb-holder .breadcrumb-link {
      color: #FFFFFF; }
  .my-account-header .breadcrumb-holder {
    display: none; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .my-account-header .breadcrumb-holder {
        width: 100%;
        margin-bottom: 40px; } }
    @media screen and (min-width: 40em) {
      .my-account-header .breadcrumb-holder {
        display: block; } }
  @media print {
    .my-account-header {
      padding-bottom: 20px; } }

.my-account-header-profile-pic {
  height: 75px;
  width: 75px;
  border-radius: 50%;
  margin: 0px 40px; }
  @media screen and (min-width: 40em) {
    .my-account-header-profile-pic {
      height: 150px;
      width: 150px; } }
  @media screen and (min-width: 64em) {
    .my-account-header-profile-pic {
      margin-left: 0px; } }

.my-account-header-welcome {
  font-family: "Benton Sans Cond Book";
  margin: 0;
  font-size: 1.5em; }

.my-account-header-name {
  font-family: "Benton Sans Cond Book";
  margin-bottom: 15px; }

.membership-fees-alert {
  width: 100%;
  background-color: #E25065;
  color: white;
  padding: 5px 20px;
  font-size: .8em; }

.membership-fees-alert-head {
  font-family: "HelveticaNeueW01-75Bold"; }

.my-account-main-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1; }

.my-account-topics-container {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px; }
  @media screen and (min-width: 40em) {
    .my-account-topics-container {
      display: inline-block; } }

.my-account-body {
  padding-top: 0px; }
  @media screen and (min-width: 40em) {
    .my-account-body {
      padding: 20px 80px 80px 20px; } }

.my-account-body-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0px 20px 40px; }

.last-updated {
  -ms-flex-positive: 1;
      flex-grow: 1;
  text-align: left; }
  @media screen and (min-width: 40em) {
    .last-updated {
      text-align: right; } }
  @media screen and (min-width: 64em) {
    .last-updated {
      -ms-flex-positive: 0;
          flex-grow: 0; } }

.my-account-details {
  width: 100%; }

.my-account-h1 {
  font-family: "Benton Sans Cond Book";
  color: #1F2538;
  font-size: 2em;
  -ms-flex-positive: 1;
      flex-grow: 1; }

.my-account-mobile-nav {
  display: none;
  padding: 20px 20px 0px 20px; }
  @media screen and (min-width: 40em) {
    .my-account-mobile-nav {
      padding: 20px; } }
  @media screen and (max-width: 39.9375em) {
    .my-account-mobile-nav {
      display: block; } }

.my-account-activity-holder {
  padding: 20px 40px;
  background-color: #F6F6F6; }

.my-account-activity-h3 {
  font-family: "Benton Sans Cond Book";
  display: inline-block;
  width: 60%;
  color: #1F2538;
  margin: 0; }
  @media screen and (min-width: 64em) {
    .my-account-activity-h3 {
      width: auto; } }
  @media print {
    .my-account-activity-h3 {
      font-size: 2em; } }

.my-account-pinned-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.my-account-pinned-column {
  width: 100%; }
  @media screen and (min-width: 64em) {
    .my-account-pinned-column {
      width: 48%; } }
  .my-account-pinned-column:last-child {
    margin-top: 20px; }
    @media screen and (min-width: 64em) {
      .my-account-pinned-column:last-child {
        margin-top: 0px; } }

.my-account-pinned-page {
  font-family: "HelveticaNeueW01-65Medi";
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  width: 100%;
  border-bottom: 1px solid #BBBBBB;
  padding: 10px 0px; }
  @media screen and (min-width: 64em) {
    .my-account-pinned-page {
      width: 48%; } }
  .my-account-pinned-page:last-child {
    border-bottom: none; }
  @media screen and (min-width: 64em) {
    .my-account-pinned-page:nth-last-child(2) {
      border-bottom: none; } }
  .my-account-pinned-page .mobile-papers-results-content-title {
    font-family: "HelveticaNeueW01-65Medi";
    color: #1F2538;
    font-size: 14px;
    margin-bottom: 0px; }

.my-account-pinned-icon {
  width: 40px;
  height: 40px;
  margin-right: 20px; }

.my-account-event-check {
  width: 14px; }

.my-account-pinned-title {
  font-family: "HelveticaNeueW01-65Medi";
  color: #1F2538;
  font-size: 14px; }

.my-account-pinned-date {
  font-family: "HelveticaNeueW82-Light";
  display: block;
  color: #1F2538;
  font-size: 14px; }

.my-account-pin {
  margin: 5px 10px 0px 0px; }

.my-account-event-subhead {
  font-family: "Benton Sans Medium";
  padding-bottom: 20px;
  font-size: 1.3em;
  color: #1F2538; }

.my-account-events {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch;
  border-bottom: 1px solid #BBBBBB;
  padding: 10px 0px; }
  .my-account-events:last-child {
    border-bottom: none; }
  @media screen and (min-width: 40em) {
    .my-account-events {
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center; } }
  .my-account-events .event-register-now-button {
    padding: 10px 20px;
    white-space: nowrap; }
    @media print {
      .my-account-events .event-register-now-button {
        text-align: left; } }
  .my-account-events .event-register-now-button.high-contrast {
    color: #1F2538; }

.my-account-event-registered {
  font-family: "HelveticaNeueW01-75Bold";
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  color: #96B552;
  font-size: 14px; }
  @media print {
    .my-account-event-registered {
      -ms-flex-align: start;
          align-items: flex-start; } }

.my-account-event-registered.high-contrast {
  color: #1F2538; }

.my-account-events-pin-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  padding-bottom: 10px; }
  @media screen and (min-width: 40em) {
    .my-account-events-pin-title {
      padding-bottom: 0px; } }

.my-account-print {
  display: none;
  cursor: pointer; }
  @media print {
    .my-account-print {
      display: none; } }
  @media screen and (min-width: 40em) {
    .my-account-print {
      display: block; } }

.my-account-print-span {
  font-family: "HelveticaNeueW01-75Bold";
  color: #028BBA; }

.my-account-print-icon {
  width: 30px;
  height: 30px; }
  @media screen and (min-width: 64em) {
    .my-account-print-icon {
      margin-right: 10px; } }

.my-account-manage-pins {
  font-family: "Benton Sans Medium";
  float: right;
  color: #13294B;
  font-size: .9em;
  text-decoration: underline; }

.my-account-pin-manager-holder {
  background-color: #F6F6F6;
  padding: 40px; }
  .my-account-pin-manager-holder .pin_it {
    width: 20%; }

.my-account-pin-manager-event, .my-account-pin-manager-page, .my-account-pin-manager-document {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 10px 0px;
  border-bottom: 1px solid #BBBBBB;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media screen and (min-width: 64em) {
    .my-account-pin-manager-event, .my-account-pin-manager-page, .my-account-pin-manager-document {
      -ms-flex-direction: row;
          flex-direction: row; } }
  .my-account-pin-manager-event:last-child, .my-account-pin-manager-page:last-child, .my-account-pin-manager-document:last-child {
    border-bottom: none; }
  .my-account-pin-manager-event .my-account-pinned-title, .my-account-pin-manager-page .my-account-pinned-title, .my-account-pin-manager-document .my-account-pinned-title, .my-account-pin-manager-event .mobile-papers-results-content-title, .my-account-pin-manager-page .mobile-papers-results-content-title, .my-account-pin-manager-document .mobile-papers-results-content-title {
    font-family: "HelveticaNeueW01-65Medi";
    color: #1F2538;
    width: 100%;
    font-size: 1em;
    margin-bottom: 0px;
    margin-top: 10px; }
    @media screen and (min-width: 64em) {
      .my-account-pin-manager-event .my-account-pinned-title, .my-account-pin-manager-page .my-account-pinned-title, .my-account-pin-manager-document .my-account-pinned-title, .my-account-pin-manager-event .mobile-papers-results-content-title, .my-account-pin-manager-page .mobile-papers-results-content-title, .my-account-pin-manager-document .mobile-papers-results-content-title {
        margin-top: 0px;
        width: 70%; } }

.my-account-pin-manager-page {
  margin-bottom: 10px; }
  @media screen and (min-width: 64em) {
    .my-account-pin-manager-page {
      margin-bottom: 0px; } }
  .my-account-pin-manager-page div[data-is_small_pin_selected='true']:after {
    content: 'Unpin this page'; }
  .my-account-pin-manager-page div[data-is_small_pin_selected='false']:after {
    content: 'Pin this page'; }

.my-account-pin-manager-document div[data-is_small_pin_selected='true']:after {
  content: 'Unpin this document'; }

.my-account-pin-manager-document div[data-is_small_pin_selected='false']:after {
  content: 'Pin this document'; }

.member-benefits-accordion-item {
  padding: 20px 40px;
  margin-bottom: 20px;
  background-color: #F6F6F6; }

.member-benefits-accordion-icon {
  width: 40px;
  height: 40px;
  margin-right: 20px; }
.member-benefits-featured-titles{
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #BEDC92;
    font-family: "Benton Sans Cond Book";
    display: inline-block;
    color: #1F2538;
    margin: 0;
    padding:0.5rem 0rem;
}
.member-benefits-featured-events{
    margin-bottom:1em; 
    padding-left:0; 
    min-height:320px;
}

.member-benefits-featured-events-inner{
    background-color:#f6f6f6; 
    padding-left:1em; 
    height:100%; 
}
.member-benefits-featured-events-inner ul{
    min-height:10em;
}
.member-benefits-feature-logo{
    height: auto;
}
.member-benefits-feature-logo img{
    height: 44px;
}
.member-benefits-feature-events-logo{
    height: auto;
    padding-top: 1em;
}
.member-benefits-feature-events-logo img{
    height:44px;
}
.member-benefits-featured-ad{
    margin-bottom:1em; 
    height:320px; 
    padding:0; 
    background-size:contain; 
    background-repeat:no-repeat; 
    background-color:#f6f6f6;
}
.member-benefits-details {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media screen and (min-width: 40em) {
    .member-benefits-details {
      -ms-flex-direction: row;
          flex-direction: row; } }

.member-benefits-details-logo {
  width: 20%;
  height: 100px;
  margin-bottom: 20px; }
  @media screen and (min-width: 40em) {
    .member-benefits-details-logo {
      margin-bottom: 0px; } }
  .member-benefits-details-logo img {
    max-width: 100%;
    max-height: 100%; }

.member-benefits-details-info {
  width: 100%;
  color: #1F2538; }
  @media screen and (min-width: 40em) {
    .member-benefits-details-info {
      width: 78%; } }

.member-benefits-details-title {
  font-family: "Benton Sans Cond Book";
  font-size: 1.5em;
  margin-bottom: 20px; }

.member-benefits-details-how {
  font-family: "Benton Sans Medium";
  font-size: 1.2em;
  margin: 20px 0px; }

.member-benefits-details-button {
  font-family: "HelveticaNeueW01-45Ligh";
  display: block;
  float: right;
  width: 100%;
  margin-top: 20px; 
}
@media screen and (min-width: 40em) {
    .member-benefits-details-button {
      width: auto;
      margin-top: 0px; } 
}

.member-benefits-code {
  clear: both;
  padding: 10px;
  margin-top: 10px;
  background-color: #028BBA;
  color: #FFFFFF; }

.member-benefits-featured {
  padding: 20px;
  margin-bottom: 20px;
  background-color: #028BBA; }

.member-benefits-featured.high-contrast {
  background-color: #13294B; }

.member-benefits-featured-title {
  font-family: "Benton Sans Cond Book";
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 1.5em;
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF; }

.member-benefits-featured-logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 200px;
  width: 200px;
  background-color: #FFFFFF;
  border-radius: 50%;
  border: 2px solid #7D9BC1; }

.member-benefits-featured-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .member-benefits-featured-body {
      height: 100%; } }
  @media screen and (min-width: 40em) {
    .member-benefits-featured-body {
      height: auto;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: end;
          align-items: flex-end; } }

.member-benefits-featured-text-button {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex: 1;
      flex: 1;
  width: 100%;
  margin-left: 0px;
  color: #FFFFFF;
  display: block; }
  @media screen and (min-width: 40em) {
    .member-benefits-featured-text-button {
      display: inline-block;
      margin-left: 20px; } }

.member-benefits-featured-text {
  display: inline-block;
  margin-bottom: 40px;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto; }

.member-benefits-featured-text.high-contrast {
  font-family: "HelveticaNeueW01-75Bold"; }

.member-benefits-featured-button {
  width: 100%;
  float: right; }
  @media screen and (min-width: 40em) {
    .member-benefits-featured-button {
      width: auto; } }

.member-benefits-header {
  background-color: #136492;
  margin: 0px 20px;
  padding: 40px; }

.member-benefits-tag {
  padding: 10px 20px;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #13294B; }

.member-benefits-h2 {
  font-family: "Benton Sans Cond Book";
  color: #FFFFFF;
  margin-top: 20px; }

.member-benefits-header-text {
  color: #FFFFFF; }

.member-benefits-help-box {
  width: 100%;
  padding: 40px 20px;
  margin-top: 100px;
  background-color: #F6F6F6; }
  @media screen and (min-width: 64em) {
    .member-benefits-help-box {
      padding: 40px 80px; } }

.member-benefits-help-icon {
  width: 100px;
  height: 100px;
  position: relative;
  float: right;
  top: -80px; }

.member-benefits-help-title {
  font-family: "Benton Sans Cond Book";
  width: 100%;
  font-size: 2.5em;
  line-height: 120%; }
  @media screen and (min-width: 40em) {
    .member-benefits-help-title {
      width: 60%; } }

.member-benefits-help-button {
  width: 100%;
  background-color: #96B552; }
  .member-benefits-help-button:hover {
    background-color: #7a9440; }
  .member-benefits-help-button:focus {
    background-color: #7a9440; }
  @media screen and (min-width: 40em) {
    .member-benefits-help-button {
      width: auto; } }

.member-benefits-help-button.high-contrast {
  color: #1F2538; }

.member-benefits-help-label {
  font-family: "Benton Sans Medium";
  margin-bottom: 10px;
  font-size: 1.3em; }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .member-benefits-holder .footer-top-section-help-icon {
    left: 30%; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .member-benefits-holder .footer-top-section {
    padding: 20px 5% 20px 45%; } }

.member-benefits-holder {
  /*  position: relative
*/ }

.member-benefits-feature-info {
    width: 100%;
    color: $mirage;
    background:rgba(255,255,255,0.8);
    height:320px; 
    max-height:320px; 
    padding:1em;
}
@media screen and (min-width: 40em) {
    .member-benefits-feature-info {
        width: 78%;
    }
}
@media screen and (min-width: 63em){
    .member-benefits-feature-info {
        width:50%;
    }
}
.member-benefits-featured-events{
    margin-bottom:1em; 
    padding-left:0; 
    height:320px;
}
.member-benefits-featured-events-inner{
    background-color:#f6f6f6; 
    padding-left:1em; 
    height:100%; 
}
.member-benefits-feature-events-logo{
    height: auto;
    padding-top: 1em;
}
.member-benefits-feature-events-logo img{
    height:44px;
}
.member-benefits-featured-ad{
    margin-bottom:1em; 
    height:320px; 
    padding:0; 
    background-size:contain; 
    background-repeat:no-repeat; 
}
.member-benefits-featured-ad a.button{
    top:18em; left:2em; position:relative;
}


@media screen and (min-width: 40em) {
  .member-benefits-holder .footer .footer-top-section {
    display: none; } }

.member-benefits-main-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1; }

.member-benefits-topics-container {
  margin-top: 30px;
  padding: 0px; }
  @media screen and (min-width: 40em) {
    .member-benefits-topics-container {
      display: inline-block;
      margin-top: 0;
      padding: 0; } }

.member-benefits-body {
  margin: 20px; }
  @media screen and (min-width: 64em) {
    .member-benefits-body {
      margin: 20px 80px; } }

.e-marketplace-application-banner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  background-color: #62BDE5;
  margin: -50px -20px 40px -20px;
  padding: 20px;
  color: #FFFFFF; }
  @media screen and (min-width: 40em) {
    .e-marketplace-application-banner {
      margin: -20px -20px 40px -20px; } }
  @media screen and (min-width: 64em) {
    .e-marketplace-application-banner {
      width: 95%;
      margin: -80px auto 40px auto; } }

.application-form-button {
  white-space: normal;
  margin-bottom: 0px;
  margin-top: 20px;
  padding-left: 30px;
  line-height: 130%;
  background-repeat: no-repeat;
  background-position: 10px 60%; }
  @media screen and (min-width: 64em) {
    .application-form-button {
      white-space: nowrap; } }
  .application-form-button span {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .application-form-button span:before {
      content: '';
      position: absolute;
      background-image: url("/wp-content/themes/FoundationPress/assets/images/oma-static-images/download-button-arrow.svg");
      height: 20px;
      width: 20px;
      left: -20px; }

.e-marketplace-application-banner-desc {
  font-size: .9em;
  width: 100%;
  margin: 0;
  text-align: center; }
  .e-marketplace-application-banner-desc.high-contrast {
    color: #13294B; }

.e-marketplace-body {
  width: 100%; }

.e-marketplace-search-form {
  width: 100%; }

.e-marketplace-search-heading {
  font-family: "Benton Sans Cond Book";
  font-size: 1.3em;
  margin-bottom: 20px; }

.e-marketplace-search-heading-step {
  font-family: "Benton Sans Medium";
  font-size: 1.4em; }

.e-marketplace-accordion-item {
  margin: 10px 0px; }

.e-marketplace-accordion-title {
  font-family: "Benton Sans Medium";
  font-size: 1.2em;
  border: none;
  background-color: #F6F6F6;
  color: #1F2538;
  padding: 20px; }
  .e-marketplace-accordion-title:hover {
    color: #1F2538;
    background-color: #F6F6F6; }
  .e-marketplace-accordion-title:focus {
    color: #1F2538;
    background-color: #F6F6F6; }

.e-marketplace-accordion-content {
  background-color: #F6F6F6; }

.e-marketplace-search-tags-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.e-marketplace-search-tags-holder:after {
  content: "";
  -ms-flex: auto;
      flex: auto; }

.e-marketplace-search-tag {
  margin-bottom: 10px;
  width: 100%;
  position: relative; }
  @media screen and (min-width: 40em) {
    .e-marketplace-search-tag {
      margin-right: calc(10% / 4);
      margin-left: calc(10% / 4);
      width: 45%;
      display: -ms-flexbox;
      display: flex; } }
  @media screen and (min-width: 64em) {
    .e-marketplace-search-tag {
      width: 30%;
      margin-right: calc(10% / 6);
      margin-left: calc(10% / 6); } }
  .e-marketplace-search-tag.focus {
    outline: -webkit-focus-ring-color auto 5px; }

.e-marketplace-search-tag-label {
  width: 100%;
  padding: 20px 20px 20px 50px;
  border: 1px solid #A6DCF4;
  border-radius: 10px;
  margin: 0px 0px 20px 0px; }

[type='checkbox'] + .e-marketplace-search-tag-label {
  margin: 0px; }

.e-marketplace-search-tag-label-checked {
  background-color: #FFFFFF;
  border: 1px solid #BEDC92; }
  .e-marketplace-search-tag-label-checked span:before {
    content: '';
    display: inline-block;
    height: 30px;
    width: 30px;
    position: absolute;
    background-image: url("/wp-content/themes/FoundationPress/assets/images/oma-static-images/e-marketplace-search-check.svg");
    background-size: 30px;
    background-repeat: no-repeat;
    left: 15px; }

.e-marketplace-search-button {
  background-color: #96B552; }
  .e-marketplace-search-button:hover {
    background-color: #7a9440; }
  .e-marketplace-search-button:focus {
    background-color: #7a9440; }

.accordion-item-e-marketplace-result {
  border: 1px solid #BBBBBB;
  padding: 10px;
  margin-bottom: 20px; }

.accordion-title-e-marketplace-result {
  font-family: "Benton Sans Medium";
  border: none;
  color: #1F2538;
  font-size: 1.2em;
  border-bottom: 1px solid #BEDC92; }
  .accordion-title-e-marketplace-result:hover {
    color: #1F2538;
    background-color: #FFFFFF; }
  .accordion-title-e-marketplace-result:focus {
    color: #1F2538;
    background-color: #FFFFFF; }

.accordion-content-e-marketplace-result {
  border: none;
  color: #1F2538;
  display: block; }

.e-marketplace-result-map-holder {
  width: 100%; }
  @media screen and (min-width: 40em) {
    .e-marketplace-result-map-holder {
      width: 50%; } }
  @media screen and (min-width: 64em) {
    .e-marketplace-result-map-holder {
      width: 400px; } }

.e-marketplace-result-map {
  margin-top: 20px;
  height: 300px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat; }
  @media screen and (min-width: 40em) {
    .e-marketplace-result-map {
      max-width: 100%;
      margin-top: 0px; } }

.e-marketplace-get-directions-button {
  margin-top: 10px;
  margin-bottom: 0px; }

.e-marketplace-result-information {
  width: 100%; }
  @media screen and (min-width: 40em) {
    .e-marketplace-result-information {
      width: 45%; } }

.e-marketplace-results-phone {
  font-family: "HelveticaNeueW01-75Bold"; }

.e-marketplace-result-information-description {
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 20px; }
  @media screen and (min-width: 40em) {
    .e-marketplace-result-information-description {
      -ms-flex-direction: row;
          flex-direction: row;
      display: -ms-flexbox;
      display: flex; } }
  .e-marketplace-result-information-description span {
    width: 80%; }

.e-marketplace-result-information-logo img{
    display: block; }
@media screen and (min-width: 40em) {
    .e-marketplace-result-information-logo {
        max-width: 20%;
        margin-right: 20px; 
        object-fit: scale-down;
        object-position: top;
    } }

.e-marketplace-result-information-contact {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 20px 0px;
  border-bottom: 1px solid #F6F6F6; }
  @media screen and (min-width: 40em) {
    .e-marketplace-result-information-contact {
      -ms-flex-direction: row;
          flex-direction: row; } }

.e-marketplace-result-h6 {
  font-family: "HelveticaNeueW01-75Bold";
  margin: 20px 0px;
  width: 100%; }

.e-marketplace-product-service-holder {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.e-marketplace-product-service {
  font-family: "Benton Sans Cond Book";
  background-color: #F6F6F6;
  border-radius: 5px;
  padding: 8px 12px;
  font-size: .8em;
  margin: 0px 10px 10px 0px; }

.search-result-type.event {
    background-color: #028BBA;
}

.accordion {border:0px;}

.e-marketplace-accordion-item {
    border:1px solid #e6e6e6;
}

@media screen and (min-width: 40em) {
    .subsections-topics-holder.row, .home .subsections-topics-holder.general-info-holder, .subsections-topics-holder.top-carousel-slide-holder-inner {

        margin-left: auto !important;
        margin-right: auto !important;
    }
}

.member-benefits-details-title{ margin-bottom:10px;}
.member-benefits-details-info p{ margin:0;}
.member-benefits-details-button{ margin-bottom:0; margin-top:12px}

.event-description-holder a {
	color:#FFFFFF !important;}
	
.event-description-holder a:hover {
	color:#eee !important;}
	
.my-account-mobile-nav {
	background:#62BDE5;
	padding-bottom:1px !important;
	}
	
.my-account-mobile-nav li {
	list-style:none;
	}

	
.my-account-mobile-nav a{
	color:#13294B;
	}

.event-single .large-2, .event-single .large-10{ padding:0;}
.event-single .large-10 .row{ margin:0 20px; padding:0 20px; max-width:100%;}
.event-detail-container{ padding:0 0 85px; background-color:#ffffff; font-size:16px; font-family: 'Open Sans', sans-serif; font-weight:300; line-height:24px;}
.event-featured-image img {}
.event-featured-meta{ text-align:right; padding:10px 0;}
.event-featured-meta a{ display:inline-block; position:relative; width:auto; left:-150px;}
.event-featured-meta div[data-is_small_pin_selected='true']:after, div[data-is_small_pin_selected='false']:after{top:-1px; margin-left:10px;}

.event-meta h1{font-family: 'Open Sans Condensed', sans-serif; font-weight:700; color:#000000; margin:0 0 12px; font-size:45px;}
.event-meta h3{font-family: 'Open Sans', sans-serif; font-weight:700; margin:0; font-size:26px;}
.event-description{ float:left; width:70%;}
.event-sidebar{ float:right; width:26%;}
.event-detail-container h2{font-family: 'Open Sans Condensed', sans-serif; font-weight:300; border-bottom:1px solid #bedc92; font-size:30px; line-height:50px; margin:15px 0 12px;}
a.button.register {  background-color: #96b552;  border: 0 none;  font-size: 16px;  line-height: 20px;  padding: 10px 40px;}
.event-meta-box{ margin:0 0 35px;}
.event-meta-box p{ margin:0 0 10px;}
.event-meta-box p strong{ font-weight:700; color:#000000;}
.event-meta-box em.ticket_price {display:block; font-style:normal; padding:10px 0; font-weight:700;}
.event-meta-box ul{ margin:0; list-style:none;}
.event-meta-box ul li{padding:0 0 0 10px; margin:0 0 5px; position:relative;}
.event-meta-box ul li:last-child {  margin: 0 0 25px;}
.event-meta-box ul li:before{ width:4px; height:4px; position:absolute; display:block; background-color:#000000; left:0; top:12px; content:""; border-radius:50%;}
.event-meta-box dl {  overflow: hidden;}
.event-meta-box dt {  clear: both;  float: left;  width: 25%; font-weight:300; margin:0 0 5px;}
.event-meta-box dd {  float: right;  width: 75%; margin:0 0 5px;}

.event-sidebar .event-meta-box dt {  width: 70%;}
.event-sidebar .event-meta-box dd {  width: 30%;}
.event-sponsors{ text-align:center; margin:30px 0 0;}
.event-sponsors a{ display:block; padding:25px 0; border:1px solid #efefef; border-bottom:0;}
.event-sponsors a:last-child{border-bottom:1px solid #efefef;}

@media only screen and (max-width: 1550px) {
.event-description{width:66%;}
.event-sidebar{ width:30%;}
.event-meta-box dt{ width:40%;}
.event-meta-box dd{ width:60%;}
}
@media only screen and (max-width: 1550px) {
.event-description{width:60%;}
.event-sidebar{ width:36%;}
}
@media only screen and (max-width: 1150px) {
.event-description{width:100%; float:none;}
.event-sidebar{ width:100%; float:none;}
.event-meta h1{ font-size:40px; margin:0 0 10px;}
.event-meta h3{ font-size:22px;}
}
@media only screen and (max-width: 790px) {
.event-detail-container{ font-size:15px;}
.event-meta h1{ font-size:35px; margin:0 0 10px;}
.event-meta h3{ font-size:20px;}
.event-detail-container h2{ font-size:25px; line-height:45px;}
}
.header-alerts {
    position: relative;
    padding: 12px 46px 10px;
    background: #028bba;
    line-height: 1.44;
    text-align: center;
	color: #fff;
}
.header-alerts.show.urgent {
    position: relative;
    padding: 12px 46px 10px;
    background: #F1C400;
    line-height: 1.44;
    text-align: center;
	color: #000;
}
.header-alerts.show.hidden {
	display: none;
}
.header-alerts.noshow {
	display: none;
}
.header-alerts a {
	color:#fff;
	text-decoration: underline;
}
.header-alerts-btn-close {
    overflow: hidden;
    position: absolute;
    top: 5px;
    right: 10px;
    width: 36px;
    height: 36px;
    padding: 10px;
    font-size: 0;
    cursor: pointer;
}
.header-alerts-btn-close:after {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url('/wp-content/themes/FoundationPress/assets/images/svgs/svg-close-white.svg');
    background-repeat: no-repeat;
    content: '';
}

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