@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.2.0
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*!
 *  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("../webfonts//fontawesome-webfont.eot?v=4.5.0");
  src: url("../webfonts//fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../webfonts//fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../webfonts//fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../webfonts//fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../webfonts//fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pull-left {
  float: left; }

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

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

.fa-spin {
  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);
  transform: rotate(90deg); }

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

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

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

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  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-snapchat-ghost: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: ""; }

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

/**
   * 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=48em&large=67.5em&xlarge=75em&xxlarge=90em"; }

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

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

body {
  padding: 0;
  margin: 0;
  font-family: "BrandonText-Regular";
  font-weight: normal;
  line-height: 1.5;
  color: #666666;
  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; }

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

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

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    margin-left: -1.25rem;
    margin-right: -1.25rem; }
    @media screen and (min-width: 48em) {
      .row .row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem; } }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-left: auto;
      margin-right: auto; }

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 1.25rem;
  padding-right: 1.25rem; }
  @media screen and (min-width: 48em) {
    .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, .page-content.interior-content .admission-blocks .column:last-child:last-child, .page-content.interior-content .admission-blocks .columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }
  .row .column.row.row, .row .row.row.columns {
    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 {
  margin-left: 0;
  margin-right: 0; }

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

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto; }

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

@media screen and (min-width: 48em) {
  .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 {
    margin-left: 0;
    margin-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 67.5em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    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 {
    margin-left: 0;
    margin-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .large-centered, .node-type-landing-page .small-img-section .full-width-copy, .node-type-degree-program .small-img-section .full-width-copy, .node-type-school .small-img-section .full-width-copy {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .large-uncentered,
  .large-push-0,
  .large-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: "BrandonText-Regular";
  font-weight: normal;
  font-style: normal;
  color: #0c223f;
  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: #4d4d4d;
    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: 48em) {
  h1 {
    font-size: 2.375rem; }
  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: #0857ac;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #074b94; }
  a img {
    border: 0; }

hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #4d4d4d;
  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 #4d4d4d; }
  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: #666666;
  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 #4d4d4d;
  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, .node-type-landing-page .small-img-section .full-width-copy, .node-type-degree-program .small-img-section .full-width-copy, .node-type-school .small-img-section .full-width-copy {
  text-align: center; }

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

@media screen and (min-width: 48em) {
  .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: 67.5em) {
  .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, .impact-image--cta a, .page-search .search-form #edit-submit, .news-item .news-item--content div a {
  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: 1rem 2.25rem;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #0c223f;
  color: #fefefe; }
  [data-whatinput='mouse'] .button, [data-whatinput='mouse'] .impact-image--cta a, .impact-image--cta [data-whatinput='mouse'] a, [data-whatinput='mouse'] .page-search .search-form #edit-submit, .page-search .search-form [data-whatinput='mouse'] #edit-submit, [data-whatinput='mouse'] .news-item .news-item--content div a, .news-item .news-item--content div [data-whatinput='mouse'] a {
    outline: 0; }
  .button:hover, .impact-image--cta a:hover, .page-search .search-form #edit-submit:hover, .news-item .news-item--content div a:hover, .button:focus, .impact-image--cta a:focus, .page-search .search-form #edit-submit:focus, .news-item .news-item--content div a:focus {
    background-color: #0a1d36;
    color: #fefefe; }
  .button.tiny, .impact-image--cta a.tiny, .page-search .search-form .tiny#edit-submit, .news-item .news-item--content div a.tiny {
    font-size: 0.6rem; }
  .button.small, .impact-image--cta a.small, .page-search .search-form .small#edit-submit, .news-item .news-item--content div a.small {
    font-size: 0.75rem; }
  .button.large, .impact-image--cta a.large, .page-search .search-form .large#edit-submit, .news-item .news-item--content div a.large {
    font-size: 1.25rem; }
  .button.expanded, .impact-image--cta a.expanded, .page-search .search-form .expanded#edit-submit, .news-item .news-item--content div a.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary, .impact-image--cta a.primary, .page-search .search-form .primary#edit-submit, .news-item .news-item--content div a.primary {
    background-color: #0c223f;
    color: #fefefe; }
    .button.primary:hover, .impact-image--cta a.primary:hover, .page-search .search-form .primary#edit-submit:hover, .news-item .news-item--content div a.primary:hover, .button.primary:focus, .impact-image--cta a.primary:focus, .page-search .search-form .primary#edit-submit:focus, .news-item .news-item--content div a.primary:focus {
      background-color: #0a1b32;
      color: #fefefe; }
  .button.secondary, .impact-image--cta a.secondary, .page-search .search-form .secondary#edit-submit, .news-item .news-item--content div a.secondary {
    background-color: #ffd100;
    color: #fefefe; }
    .button.secondary:hover, .impact-image--cta a.secondary:hover, .page-search .search-form .secondary#edit-submit:hover, .news-item .news-item--content div a.secondary:hover, .button.secondary:focus, .impact-image--cta a.secondary:focus, .page-search .search-form .secondary#edit-submit:focus, .news-item .news-item--content div a.secondary:focus {
      background-color: #cca700;
      color: #fefefe; }
  .button.success, .impact-image--cta a.success, .page-search .search-form .success#edit-submit, .news-item .news-item--content div a.success {
    background-color: #3adb76;
    color: #fefefe; }
    .button.success:hover, .impact-image--cta a.success:hover, .page-search .search-form .success#edit-submit:hover, .news-item .news-item--content div a.success:hover, .button.success:focus, .impact-image--cta a.success:focus, .page-search .search-form .success#edit-submit:focus, .news-item .news-item--content div a.success:focus {
      background-color: #22bb5b;
      color: #fefefe; }
  .button.warning, .impact-image--cta a.warning, .page-search .search-form .warning#edit-submit, .news-item .news-item--content div a.warning {
    background-color: #ffae00;
    color: #fefefe; }
    .button.warning:hover, .impact-image--cta a.warning:hover, .page-search .search-form .warning#edit-submit:hover, .news-item .news-item--content div a.warning:hover, .button.warning:focus, .impact-image--cta a.warning:focus, .page-search .search-form .warning#edit-submit:focus, .news-item .news-item--content div a.warning:focus {
      background-color: #cc8b00;
      color: #fefefe; }
  .button.alert, .impact-image--cta a.alert, .page-search .search-form .alert#edit-submit, .news-item .news-item--content div a.alert {
    background-color: #ec5840;
    color: #fefefe; }
    .button.alert:hover, .impact-image--cta a.alert:hover, .page-search .search-form .alert#edit-submit:hover, .news-item .news-item--content div a.alert:hover, .button.alert:focus, .impact-image--cta a.alert:focus, .page-search .search-form .alert#edit-submit:focus, .news-item .news-item--content div a.alert:focus {
      background-color: #da3116;
      color: #fefefe; }
  .button.hollow, .impact-image--cta a.hollow, .page-search .search-form .hollow#edit-submit, .news-item .news-item--content div a.hollow {
    border: 1px solid #0c223f;
    color: #0c223f; }
    .button.hollow, .impact-image--cta a.hollow, .page-search .search-form .hollow#edit-submit, .news-item .news-item--content div a.hollow, .button.hollow:hover, .impact-image--cta a.hollow:hover, .page-search .search-form .hollow#edit-submit:hover, .news-item .news-item--content div a.hollow:hover, .button.hollow:focus, .impact-image--cta a.hollow:focus, .page-search .search-form .hollow#edit-submit:focus, .news-item .news-item--content div a.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .impact-image--cta a.hollow:hover, .page-search .search-form .hollow#edit-submit:hover, .news-item .news-item--content div a.hollow:hover, .button.hollow:focus, .impact-image--cta a.hollow:focus, .page-search .search-form .hollow#edit-submit:focus, .news-item .news-item--content div a.hollow:focus {
      border-color: #061120;
      color: #061120; }
    .button.hollow.primary, .impact-image--cta a.hollow.primary, .page-search .search-form .hollow.primary#edit-submit, .news-item .news-item--content div a.hollow.primary {
      border: 1px solid #0c223f;
      color: #0c223f; }
      .button.hollow.primary:hover, .impact-image--cta a.hollow.primary:hover, .page-search .search-form .hollow.primary#edit-submit:hover, .news-item .news-item--content div a.hollow.primary:hover, .button.hollow.primary:focus, .impact-image--cta a.hollow.primary:focus, .page-search .search-form .hollow.primary#edit-submit:focus, .news-item .news-item--content div a.hollow.primary:focus {
        border-color: #061120;
        color: #061120; }
    .button.hollow.secondary, .impact-image--cta a.hollow.secondary, .page-search .search-form .hollow.secondary#edit-submit, .news-item .news-item--content div a.hollow.secondary {
      border: 1px solid #ffd100;
      color: #ffd100; }
      .button.hollow.secondary:hover, .impact-image--cta a.hollow.secondary:hover, .page-search .search-form .hollow.secondary#edit-submit:hover, .news-item .news-item--content div a.hollow.secondary:hover, .button.hollow.secondary:focus, .impact-image--cta a.hollow.secondary:focus, .page-search .search-form .hollow.secondary#edit-submit:focus, .news-item .news-item--content div a.hollow.secondary:focus {
        border-color: #806900;
        color: #806900; }
    .button.hollow.success, .impact-image--cta a.hollow.success, .page-search .search-form .hollow.success#edit-submit, .news-item .news-item--content div a.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .impact-image--cta a.hollow.success:hover, .page-search .search-form .hollow.success#edit-submit:hover, .news-item .news-item--content div a.hollow.success:hover, .button.hollow.success:focus, .impact-image--cta a.hollow.success:focus, .page-search .search-form .hollow.success#edit-submit:focus, .news-item .news-item--content div a.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning, .impact-image--cta a.hollow.warning, .page-search .search-form .hollow.warning#edit-submit, .news-item .news-item--content div a.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .impact-image--cta a.hollow.warning:hover, .page-search .search-form .hollow.warning#edit-submit:hover, .news-item .news-item--content div a.hollow.warning:hover, .button.hollow.warning:focus, .impact-image--cta a.hollow.warning:focus, .page-search .search-form .hollow.warning#edit-submit:focus, .news-item .news-item--content div a.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert, .impact-image--cta a.hollow.alert, .page-search .search-form .hollow.alert#edit-submit, .news-item .news-item--content div a.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .impact-image--cta a.hollow.alert:hover, .page-search .search-form .hollow.alert#edit-submit:hover, .news-item .news-item--content div a.hollow.alert:hover, .button.hollow.alert:focus, .impact-image--cta a.hollow.alert:focus, .page-search .search-form .hollow.alert#edit-submit:focus, .news-item .news-item--content div a.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
  .button.disabled, .impact-image--cta a.disabled, .page-search .search-form .disabled#edit-submit, .news-item .news-item--content div a.disabled, .button[disabled], .impact-image--cta a[disabled], .page-search .search-form [disabled]#edit-submit, .news-item .news-item--content div a[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
    pointer-events: none; }
  .button.dropdown::after, .impact-image--cta a.dropdown::after, .page-search .search-form .dropdown#edit-submit::after, .news-item .news-item--content div a.dropdown::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: 2.25rem;
    display: inline-block; }
  .button.arrow-only::after, .impact-image--cta a.arrow-only::after, .page-search .search-form .arrow-only#edit-submit::after, .news-item .news-item--content div a.arrow-only::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 #4d4d4d;
  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 #4d4d4d;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999999; }

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

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

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

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: #0a0a0a; }

.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;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #4d4d4d;
  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 #4d4d4d;
  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 #4d4d4d;
  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%28138, 138, 138%29"></polygon></svg>');
  background-size: 9px 6px;
  background-position: right center;
  background-origin: content-box;
  background-repeat: no-repeat; }
  @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; }

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

.accordion {
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  border-radius: 0;
  margin-left: 0; }

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #0c223f;
  position: relative;
  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-bottom: 1px solid #e6e6e6;
  background-color: #fefefe; }

.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: #0c223f 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 {
  transform-origin: 50% 50%;
  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: #0c223f;
  color: #fefefe; }
  .badge.secondary {
    background: #ffd100;
    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;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .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: #4d4d4d;
      content: "/";
      margin: 0 0.75rem;
      position: relative;
      top: 1px;
      opacity: 1; }
  .breadcrumbs a {
    color: #0c223f; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #4d4d4d; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0; }
  .button-group::before, .button-group::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .button-group::after {
    clear: both; }
  .button-group .button, .button-group .impact-image--cta a, .impact-image--cta .button-group a, .button-group .page-search .search-form #edit-submit, .page-search .search-form .button-group #edit-submit, .button-group .news-item .news-item--content div a, .news-item .news-item--content div .button-group a {
    margin: 0;
    font-size: 0.9rem;
    float: left; }
    .button-group .button:not(:last-child), .button-group .impact-image--cta a:not(:last-child), .impact-image--cta .button-group a:not(:last-child), .button-group .page-search .search-form #edit-submit:not(:last-child), .page-search .search-form .button-group #edit-submit:not(:last-child), .button-group .news-item .news-item--content div a:not(:last-child), .news-item .news-item--content div .button-group a:not(:last-child) {
      border-right: 1px solid #fefefe; }
  .button-group.tiny .button, .button-group.tiny .impact-image--cta a, .impact-image--cta .button-group.tiny a, .button-group.tiny .page-search .search-form #edit-submit, .page-search .search-form .button-group.tiny #edit-submit, .button-group.tiny .news-item .news-item--content div a, .news-item .news-item--content div .button-group.tiny a {
    font-size: 0.6rem; }
  .button-group.small .button, .button-group.small .impact-image--cta a, .impact-image--cta .button-group.small a, .button-group.small .page-search .search-form #edit-submit, .page-search .search-form .button-group.small #edit-submit, .button-group.small .news-item .news-item--content div a, .news-item .news-item--content div .button-group.small a {
    font-size: 0.75rem; }
  .button-group.large .button, .button-group.large .impact-image--cta a, .impact-image--cta .button-group.large a, .button-group.large .page-search .search-form #edit-submit, .page-search .search-form .button-group.large #edit-submit, .button-group.large .news-item .news-item--content div a, .news-item .news-item--content div .button-group.large a {
    font-size: 1.25rem; }
  .button-group.expanded {
    margin-right: -1px; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .impact-image--cta a:first-child:nth-last-child(2), .impact-image--cta .button-group.expanded a:first-child:nth-last-child(2), .button-group.expanded .page-search .search-form #edit-submit:first-child:nth-last-child(2), .page-search .search-form .button-group.expanded #edit-submit:first-child:nth-last-child(2), .button-group.expanded .news-item .news-item--content div a:first-child:nth-last-child(2), .news-item .news-item--content div .button-group.expanded a:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.expanded .impact-image--cta a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .impact-image--cta .button-group.expanded a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.expanded .page-search .search-form #edit-submit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .page-search .search-form .button-group.expanded #edit-submit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.expanded .news-item .news-item--content div a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .news-item .news-item--content div .button-group.expanded a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.expanded .impact-image--cta .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a, .impact-image--cta .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a, .button-group.expanded .impact-image--cta a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a, .impact-image--cta .button-group.expanded a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a, .button-group.expanded .page-search .search-form .impact-image--cta #edit-submit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a, .impact-image--cta .button-group.expanded .page-search .search-form #edit-submit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a, .page-search .search-form .button-group.expanded .impact-image--cta #edit-submit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a, .impact-image--cta .page-search .search-form .button-group.expanded #edit-submit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a, .button-group.expanded .news-item .news-item--content div .impact-image--cta a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a, .button-group.expanded .page-search .search-form .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ #edit-submit, .page-search .search-form .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ #edit-submit, .button-group.expanded .impact-image--cta .page-search .search-form a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ #edit-submit, .page-search .search-form .button-group.expanded .impact-image--cta a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ #edit-submit, .impact-image--cta .button-group.expanded .page-search .search-form a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ #edit-submit, .page-search .search-form .impact-image--cta .button-group.expanded a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ #edit-submit, .button-group.expanded .page-search .search-form #edit-submit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ #edit-submit, .page-search .search-form .button-group.expanded #edit-submit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ #edit-submit, .button-group.expanded .news-item .news-item--content div .page-search .search-form a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ #edit-submit, .page-search .search-form .button-group.expanded .news-item .news-item--content div a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ #edit-submit, .news-item .news-item--content div .button-group.expanded .page-search .search-form a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ #edit-submit, .page-search .search-form .news-item .news-item--content div .button-group.expanded a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ #edit-submit, .button-group.expanded .news-item .news-item--content div .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a, .news-item .news-item--content div .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a, .news-item .news-item--content div .button-group.expanded .impact-image--cta a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a, .button-group.expanded .page-search .search-form .news-item .news-item--content div #edit-submit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a, .news-item .news-item--content div .button-group.expanded .page-search .search-form #edit-submit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a, .page-search .search-form .button-group.expanded .news-item .news-item--content div #edit-submit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a, .news-item .news-item--content div .page-search .search-form .button-group.expanded #edit-submit:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a, .button-group.expanded .news-item .news-item--content div a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a, .news-item .news-item--content div .button-group.expanded a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a {
      display: inline-block;
      width: calc(50% - 1px);
      margin-right: 1px; }
    .button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .impact-image--cta a:first-child:nth-last-child(3), .impact-image--cta .button-group.expanded a:first-child:nth-last-child(3), .button-group.expanded .page-search .search-form #edit-submit:first-child:nth-last-child(3), .page-search .search-form .button-group.expanded #edit-submit:first-child:nth-last-child(3), .button-group.expanded .news-item .news-item--content div a:first-child:nth-last-child(3), .news-item .news-item--content div .button-group.expanded a:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.expanded .impact-image--cta a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .impact-image--cta .button-group.expanded a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.expanded .page-search .search-form #edit-submit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .page-search .search-form .button-group.expanded #edit-submit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.expanded .news-item .news-item--content div a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .news-item .news-item--content div .button-group.expanded a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.expanded .impact-image--cta .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a, .impact-image--cta .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a, .button-group.expanded .impact-image--cta a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a, .impact-image--cta .button-group.expanded a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a, .button-group.expanded .page-search .search-form .impact-image--cta #edit-submit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a, .impact-image--cta .button-group.expanded .page-search .search-form #edit-submit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a, .page-search .search-form .button-group.expanded .impact-image--cta #edit-submit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a, .impact-image--cta .page-search .search-form .button-group.expanded #edit-submit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a, .button-group.expanded .news-item .news-item--content div .impact-image--cta a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a, .button-group.expanded .page-search .search-form .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ #edit-submit, .page-search .search-form .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ #edit-submit, .button-group.expanded .impact-image--cta .page-search .search-form a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ #edit-submit, .page-search .search-form .button-group.expanded .impact-image--cta a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ #edit-submit, .impact-image--cta .button-group.expanded .page-search .search-form a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ #edit-submit, .page-search .search-form .impact-image--cta .button-group.expanded a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ #edit-submit, .button-group.expanded .page-search .search-form #edit-submit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ #edit-submit, .page-search .search-form .button-group.expanded #edit-submit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ #edit-submit, .button-group.expanded .news-item .news-item--content div .page-search .search-form a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ #edit-submit, .page-search .search-form .button-group.expanded .news-item .news-item--content div a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ #edit-submit, .news-item .news-item--content div .button-group.expanded .page-search .search-form a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ #edit-submit, .page-search .search-form .news-item .news-item--content div .button-group.expanded a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ #edit-submit, .button-group.expanded .news-item .news-item--content div .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a, .news-item .news-item--content div .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a, .news-item .news-item--content div .button-group.expanded .impact-image--cta a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a, .button-group.expanded .page-search .search-form .news-item .news-item--content div #edit-submit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a, .news-item .news-item--content div .button-group.expanded .page-search .search-form #edit-submit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a, .page-search .search-form .button-group.expanded .news-item .news-item--content div #edit-submit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a, .news-item .news-item--content div .page-search .search-form .button-group.expanded #edit-submit:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a, .button-group.expanded .news-item .news-item--content div a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a, .news-item .news-item--content div .button-group.expanded a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a {
      display: inline-block;
      width: calc(33.33333% - 1px);
      margin-right: 1px; }
    .button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .impact-image--cta a:first-child:nth-last-child(4), .impact-image--cta .button-group.expanded a:first-child:nth-last-child(4), .button-group.expanded .page-search .search-form #edit-submit:first-child:nth-last-child(4), .page-search .search-form .button-group.expanded #edit-submit:first-child:nth-last-child(4), .button-group.expanded .news-item .news-item--content div a:first-child:nth-last-child(4), .news-item .news-item--content div .button-group.expanded a:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.expanded .impact-image--cta a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .impact-image--cta .button-group.expanded a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.expanded .page-search .search-form #edit-submit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .page-search .search-form .button-group.expanded #edit-submit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.expanded .news-item .news-item--content div a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .news-item .news-item--content div .button-group.expanded a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.expanded .impact-image--cta .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a, .impact-image--cta .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a, .button-group.expanded .impact-image--cta a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a, .impact-image--cta .button-group.expanded a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a, .button-group.expanded .page-search .search-form .impact-image--cta #edit-submit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a, .impact-image--cta .button-group.expanded .page-search .search-form #edit-submit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a, .page-search .search-form .button-group.expanded .impact-image--cta #edit-submit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a, .impact-image--cta .page-search .search-form .button-group.expanded #edit-submit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a, .button-group.expanded .news-item .news-item--content div .impact-image--cta a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a, .button-group.expanded .page-search .search-form .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ #edit-submit, .page-search .search-form .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ #edit-submit, .button-group.expanded .impact-image--cta .page-search .search-form a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ #edit-submit, .page-search .search-form .button-group.expanded .impact-image--cta a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ #edit-submit, .impact-image--cta .button-group.expanded .page-search .search-form a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ #edit-submit, .page-search .search-form .impact-image--cta .button-group.expanded a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ #edit-submit, .button-group.expanded .page-search .search-form #edit-submit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ #edit-submit, .page-search .search-form .button-group.expanded #edit-submit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ #edit-submit, .button-group.expanded .news-item .news-item--content div .page-search .search-form a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ #edit-submit, .page-search .search-form .button-group.expanded .news-item .news-item--content div a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ #edit-submit, .news-item .news-item--content div .button-group.expanded .page-search .search-form a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ #edit-submit, .page-search .search-form .news-item .news-item--content div .button-group.expanded a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ #edit-submit, .button-group.expanded .news-item .news-item--content div .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a, .news-item .news-item--content div .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a, .news-item .news-item--content div .button-group.expanded .impact-image--cta a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a, .button-group.expanded .page-search .search-form .news-item .news-item--content div #edit-submit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a, .news-item .news-item--content div .button-group.expanded .page-search .search-form #edit-submit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a, .page-search .search-form .button-group.expanded .news-item .news-item--content div #edit-submit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a, .news-item .news-item--content div .page-search .search-form .button-group.expanded #edit-submit:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a, .button-group.expanded .news-item .news-item--content div a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a, .news-item .news-item--content div .button-group.expanded a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a {
      display: inline-block;
      width: calc(25% - 1px);
      margin-right: 1px; }
    .button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .impact-image--cta a:first-child:nth-last-child(5), .impact-image--cta .button-group.expanded a:first-child:nth-last-child(5), .button-group.expanded .page-search .search-form #edit-submit:first-child:nth-last-child(5), .page-search .search-form .button-group.expanded #edit-submit:first-child:nth-last-child(5), .button-group.expanded .news-item .news-item--content div a:first-child:nth-last-child(5), .news-item .news-item--content div .button-group.expanded a:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.expanded .impact-image--cta a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .impact-image--cta .button-group.expanded a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.expanded .page-search .search-form #edit-submit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .page-search .search-form .button-group.expanded #edit-submit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.expanded .news-item .news-item--content div a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .news-item .news-item--content div .button-group.expanded a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.expanded .impact-image--cta .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a, .impact-image--cta .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a, .button-group.expanded .impact-image--cta a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a, .impact-image--cta .button-group.expanded a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a, .button-group.expanded .page-search .search-form .impact-image--cta #edit-submit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a, .impact-image--cta .button-group.expanded .page-search .search-form #edit-submit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a, .page-search .search-form .button-group.expanded .impact-image--cta #edit-submit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a, .impact-image--cta .page-search .search-form .button-group.expanded #edit-submit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a, .button-group.expanded .news-item .news-item--content div .impact-image--cta a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a, .button-group.expanded .page-search .search-form .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ #edit-submit, .page-search .search-form .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ #edit-submit, .button-group.expanded .impact-image--cta .page-search .search-form a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ #edit-submit, .page-search .search-form .button-group.expanded .impact-image--cta a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ #edit-submit, .impact-image--cta .button-group.expanded .page-search .search-form a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ #edit-submit, .page-search .search-form .impact-image--cta .button-group.expanded a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ #edit-submit, .button-group.expanded .page-search .search-form #edit-submit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ #edit-submit, .page-search .search-form .button-group.expanded #edit-submit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ #edit-submit, .button-group.expanded .news-item .news-item--content div .page-search .search-form a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ #edit-submit, .page-search .search-form .button-group.expanded .news-item .news-item--content div a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ #edit-submit, .news-item .news-item--content div .button-group.expanded .page-search .search-form a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ #edit-submit, .page-search .search-form .news-item .news-item--content div .button-group.expanded a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ #edit-submit, .button-group.expanded .news-item .news-item--content div .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a, .news-item .news-item--content div .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a, .news-item .news-item--content div .button-group.expanded .impact-image--cta a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a, .button-group.expanded .page-search .search-form .news-item .news-item--content div #edit-submit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a, .news-item .news-item--content div .button-group.expanded .page-search .search-form #edit-submit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a, .page-search .search-form .button-group.expanded .news-item .news-item--content div #edit-submit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a, .news-item .news-item--content div .page-search .search-form .button-group.expanded #edit-submit:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a, .button-group.expanded .news-item .news-item--content div a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a, .news-item .news-item--content div .button-group.expanded a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a {
      display: inline-block;
      width: calc(20% - 1px);
      margin-right: 1px; }
    .button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .impact-image--cta a:first-child:nth-last-child(6), .impact-image--cta .button-group.expanded a:first-child:nth-last-child(6), .button-group.expanded .page-search .search-form #edit-submit:first-child:nth-last-child(6), .page-search .search-form .button-group.expanded #edit-submit:first-child:nth-last-child(6), .button-group.expanded .news-item .news-item--content div a:first-child:nth-last-child(6), .news-item .news-item--content div .button-group.expanded a:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.expanded .impact-image--cta a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .impact-image--cta .button-group.expanded a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.expanded .page-search .search-form #edit-submit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .page-search .search-form .button-group.expanded #edit-submit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.expanded .news-item .news-item--content div a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .news-item .news-item--content div .button-group.expanded a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.expanded .impact-image--cta .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a, .impact-image--cta .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a, .button-group.expanded .impact-image--cta a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a, .impact-image--cta .button-group.expanded a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a, .button-group.expanded .page-search .search-form .impact-image--cta #edit-submit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a, .impact-image--cta .button-group.expanded .page-search .search-form #edit-submit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a, .page-search .search-form .button-group.expanded .impact-image--cta #edit-submit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a, .impact-image--cta .page-search .search-form .button-group.expanded #edit-submit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a, .button-group.expanded .news-item .news-item--content div .impact-image--cta a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a, .button-group.expanded .page-search .search-form .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ #edit-submit, .page-search .search-form .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ #edit-submit, .button-group.expanded .impact-image--cta .page-search .search-form a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ #edit-submit, .page-search .search-form .button-group.expanded .impact-image--cta a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ #edit-submit, .impact-image--cta .button-group.expanded .page-search .search-form a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ #edit-submit, .page-search .search-form .impact-image--cta .button-group.expanded a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ #edit-submit, .button-group.expanded .page-search .search-form #edit-submit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ #edit-submit, .page-search .search-form .button-group.expanded #edit-submit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ #edit-submit, .button-group.expanded .news-item .news-item--content div .page-search .search-form a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ #edit-submit, .page-search .search-form .button-group.expanded .news-item .news-item--content div a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ #edit-submit, .news-item .news-item--content div .button-group.expanded .page-search .search-form a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ #edit-submit, .page-search .search-form .news-item .news-item--content div .button-group.expanded a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ #edit-submit, .button-group.expanded .news-item .news-item--content div .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a, .news-item .news-item--content div .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a, .news-item .news-item--content div .button-group.expanded .impact-image--cta a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a, .button-group.expanded .page-search .search-form .news-item .news-item--content div #edit-submit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a, .news-item .news-item--content div .button-group.expanded .page-search .search-form #edit-submit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a, .page-search .search-form .button-group.expanded .news-item .news-item--content div #edit-submit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a, .news-item .news-item--content div .page-search .search-form .button-group.expanded #edit-submit:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a, .button-group.expanded .news-item .news-item--content div a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a, .news-item .news-item--content div .button-group.expanded a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a {
      display: inline-block;
      width: calc(16.66667% - 1px);
      margin-right: 1px; }
  .button-group.primary .button, .button-group.primary .impact-image--cta a, .impact-image--cta .button-group.primary a, .button-group.primary .page-search .search-form #edit-submit, .page-search .search-form .button-group.primary #edit-submit, .button-group.primary .news-item .news-item--content div a, .news-item .news-item--content div .button-group.primary a {
    background-color: #0c223f;
    color: #fefefe; }
    .button-group.primary .button:hover, .button-group.primary .impact-image--cta a:hover, .impact-image--cta .button-group.primary a:hover, .button-group.primary .page-search .search-form #edit-submit:hover, .page-search .search-form .button-group.primary #edit-submit:hover, .button-group.primary .news-item .news-item--content div a:hover, .news-item .news-item--content div .button-group.primary a:hover, .button-group.primary .button:focus, .button-group.primary .impact-image--cta a:focus, .impact-image--cta .button-group.primary a:focus, .button-group.primary .page-search .search-form #edit-submit:focus, .page-search .search-form .button-group.primary #edit-submit:focus, .button-group.primary .news-item .news-item--content div a:focus, .news-item .news-item--content div .button-group.primary a:focus {
      background-color: #0a1b32;
      color: #fefefe; }
  .button-group.secondary .button, .button-group.secondary .impact-image--cta a, .impact-image--cta .button-group.secondary a, .button-group.secondary .page-search .search-form #edit-submit, .page-search .search-form .button-group.secondary #edit-submit, .button-group.secondary .news-item .news-item--content div a, .news-item .news-item--content div .button-group.secondary a {
    background-color: #ffd100;
    color: #fefefe; }
    .button-group.secondary .button:hover, .button-group.secondary .impact-image--cta a:hover, .impact-image--cta .button-group.secondary a:hover, .button-group.secondary .page-search .search-form #edit-submit:hover, .page-search .search-form .button-group.secondary #edit-submit:hover, .button-group.secondary .news-item .news-item--content div a:hover, .news-item .news-item--content div .button-group.secondary a:hover, .button-group.secondary .button:focus, .button-group.secondary .impact-image--cta a:focus, .impact-image--cta .button-group.secondary a:focus, .button-group.secondary .page-search .search-form #edit-submit:focus, .page-search .search-form .button-group.secondary #edit-submit:focus, .button-group.secondary .news-item .news-item--content div a:focus, .news-item .news-item--content div .button-group.secondary a:focus {
      background-color: #cca700;
      color: #fefefe; }
  .button-group.success .button, .button-group.success .impact-image--cta a, .impact-image--cta .button-group.success a, .button-group.success .page-search .search-form #edit-submit, .page-search .search-form .button-group.success #edit-submit, .button-group.success .news-item .news-item--content div a, .news-item .news-item--content div .button-group.success a {
    background-color: #3adb76;
    color: #fefefe; }
    .button-group.success .button:hover, .button-group.success .impact-image--cta a:hover, .impact-image--cta .button-group.success a:hover, .button-group.success .page-search .search-form #edit-submit:hover, .page-search .search-form .button-group.success #edit-submit:hover, .button-group.success .news-item .news-item--content div a:hover, .news-item .news-item--content div .button-group.success a:hover, .button-group.success .button:focus, .button-group.success .impact-image--cta a:focus, .impact-image--cta .button-group.success a:focus, .button-group.success .page-search .search-form #edit-submit:focus, .page-search .search-form .button-group.success #edit-submit:focus, .button-group.success .news-item .news-item--content div a:focus, .news-item .news-item--content div .button-group.success a:focus {
      background-color: #22bb5b;
      color: #fefefe; }
  .button-group.warning .button, .button-group.warning .impact-image--cta a, .impact-image--cta .button-group.warning a, .button-group.warning .page-search .search-form #edit-submit, .page-search .search-form .button-group.warning #edit-submit, .button-group.warning .news-item .news-item--content div a, .news-item .news-item--content div .button-group.warning a {
    background-color: #ffae00;
    color: #fefefe; }
    .button-group.warning .button:hover, .button-group.warning .impact-image--cta a:hover, .impact-image--cta .button-group.warning a:hover, .button-group.warning .page-search .search-form #edit-submit:hover, .page-search .search-form .button-group.warning #edit-submit:hover, .button-group.warning .news-item .news-item--content div a:hover, .news-item .news-item--content div .button-group.warning a:hover, .button-group.warning .button:focus, .button-group.warning .impact-image--cta a:focus, .impact-image--cta .button-group.warning a:focus, .button-group.warning .page-search .search-form #edit-submit:focus, .page-search .search-form .button-group.warning #edit-submit:focus, .button-group.warning .news-item .news-item--content div a:focus, .news-item .news-item--content div .button-group.warning a:focus {
      background-color: #cc8b00;
      color: #fefefe; }
  .button-group.alert .button, .button-group.alert .impact-image--cta a, .impact-image--cta .button-group.alert a, .button-group.alert .page-search .search-form #edit-submit, .page-search .search-form .button-group.alert #edit-submit, .button-group.alert .news-item .news-item--content div a, .news-item .news-item--content div .button-group.alert a {
    background-color: #ec5840;
    color: #fefefe; }
    .button-group.alert .button:hover, .button-group.alert .impact-image--cta a:hover, .impact-image--cta .button-group.alert a:hover, .button-group.alert .page-search .search-form #edit-submit:hover, .page-search .search-form .button-group.alert #edit-submit:hover, .button-group.alert .news-item .news-item--content div a:hover, .news-item .news-item--content div .button-group.alert a:hover, .button-group.alert .button:focus, .button-group.alert .impact-image--cta a:focus, .impact-image--cta .button-group.alert a:focus, .button-group.alert .page-search .search-form #edit-submit:focus, .page-search .search-form .button-group.alert #edit-submit:focus, .button-group.alert .news-item .news-item--content div a:focus, .news-item .news-item--content div .button-group.alert a:focus {
      background-color: #da3116;
      color: #fefefe; }
  .button-group.stacked .button, .button-group.stacked .impact-image--cta a, .impact-image--cta .button-group.stacked a, .button-group.stacked .page-search .search-form #edit-submit, .page-search .search-form .button-group.stacked #edit-submit, .button-group.stacked .news-item .news-item--content div a, .news-item .news-item--content div .button-group.stacked a, .button-group.stacked-for-small .button, .button-group.stacked-for-small .impact-image--cta a, .impact-image--cta .button-group.stacked-for-small a, .button-group.stacked-for-small .page-search .search-form #edit-submit, .page-search .search-form .button-group.stacked-for-small #edit-submit, .button-group.stacked-for-small .news-item .news-item--content div a, .news-item .news-item--content div .button-group.stacked-for-small a, .button-group.stacked-for-medium .button, .button-group.stacked-for-medium .impact-image--cta a, .impact-image--cta .button-group.stacked-for-medium a, .button-group.stacked-for-medium .page-search .search-form #edit-submit, .page-search .search-form .button-group.stacked-for-medium #edit-submit, .button-group.stacked-for-medium .news-item .news-item--content div a, .news-item .news-item--content div .button-group.stacked-for-medium a {
    width: 100%; }
    .button-group.stacked .button:not(:last-child), .button-group.stacked .impact-image--cta a:not(:last-child), .impact-image--cta .button-group.stacked a:not(:last-child), .button-group.stacked .page-search .search-form #edit-submit:not(:last-child), .page-search .search-form .button-group.stacked #edit-submit:not(:last-child), .button-group.stacked .news-item .news-item--content div a:not(:last-child), .news-item .news-item--content div .button-group.stacked a:not(:last-child), .button-group.stacked-for-small .button:not(:last-child), .button-group.stacked-for-small .impact-image--cta a:not(:last-child), .impact-image--cta .button-group.stacked-for-small a:not(:last-child), .button-group.stacked-for-small .page-search .search-form #edit-submit:not(:last-child), .page-search .search-form .button-group.stacked-for-small #edit-submit:not(:last-child), .button-group.stacked-for-small .news-item .news-item--content div a:not(:last-child), .news-item .news-item--content div .button-group.stacked-for-small a:not(:last-child), .button-group.stacked-for-medium .button:not(:last-child), .button-group.stacked-for-medium .impact-image--cta a:not(:last-child), .impact-image--cta .button-group.stacked-for-medium a:not(:last-child), .button-group.stacked-for-medium .page-search .search-form #edit-submit:not(:last-child), .page-search .search-form .button-group.stacked-for-medium #edit-submit:not(:last-child), .button-group.stacked-for-medium .news-item .news-item--content div a:not(:last-child), .news-item .news-item--content div .button-group.stacked-for-medium a:not(:last-child) {
      margin-right: 0; }
  @media screen and (min-width: 48em) {
    .button-group.stacked-for-small .button, .button-group.stacked-for-small .impact-image--cta a, .impact-image--cta .button-group.stacked-for-small a, .button-group.stacked-for-small .page-search .search-form #edit-submit, .page-search .search-form .button-group.stacked-for-small #edit-submit, .button-group.stacked-for-small .news-item .news-item--content div a, .news-item .news-item--content div .button-group.stacked-for-small a {
      width: auto; }
      .button-group.stacked-for-small .button:not(:last-child), .button-group.stacked-for-small .impact-image--cta a:not(:last-child), .impact-image--cta .button-group.stacked-for-small a:not(:last-child), .button-group.stacked-for-small .page-search .search-form #edit-submit:not(:last-child), .page-search .search-form .button-group.stacked-for-small #edit-submit:not(:last-child), .button-group.stacked-for-small .news-item .news-item--content div a:not(:last-child), .news-item .news-item--content div .button-group.stacked-for-small a:not(:last-child) {
        margin-right: 1px; } }
  @media screen and (min-width: 67.5em) {
    .button-group.stacked-for-medium .button, .button-group.stacked-for-medium .impact-image--cta a, .impact-image--cta .button-group.stacked-for-medium a, .button-group.stacked-for-medium .page-search .search-form #edit-submit, .page-search .search-form .button-group.stacked-for-medium #edit-submit, .button-group.stacked-for-medium .news-item .news-item--content div a, .news-item .news-item--content div .button-group.stacked-for-medium a {
      width: auto; }
      .button-group.stacked-for-medium .button:not(:last-child), .button-group.stacked-for-medium .impact-image--cta a:not(:last-child), .impact-image--cta .button-group.stacked-for-medium a:not(:last-child), .button-group.stacked-for-medium .page-search .search-form #edit-submit:not(:last-child), .page-search .search-form .button-group.stacked-for-medium #edit-submit:not(:last-child), .button-group.stacked-for-medium .news-item .news-item--content div a:not(:last-child), .news-item .news-item--content div .button-group.stacked-for-medium a:not(:last-child) {
        margin-right: 1px; } }
  @media screen and (max-width: 47.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-small.expanded .impact-image--cta a, .impact-image--cta .button-group.stacked-for-small.expanded a, .button-group.stacked-for-small.expanded .page-search .search-form #edit-submit, .page-search .search-form .button-group.stacked-for-small.expanded #edit-submit, .button-group.stacked-for-small.expanded .news-item .news-item--content div a, .news-item .news-item--content div .button-group.stacked-for-small.expanded a {
        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: #666666;
  background-color: white; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #c8dbf5; }
  .callout.secondary {
    background-color: #fff8d9; }
  .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; }

.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 {
    vertical-align: middle; }
  .menu > li > a i + span,
  .menu > li > a img + span {
    vertical-align: middle; }
  .menu > li > a img,
  .menu > li > a i {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu > li {
    display: table-cell; }
  .menu.vertical > li {
    display: block; }
  @media screen and (min-width: 48em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-vertical > li {
      display: block; } }
  @media screen and (min-width: 67.5em) {
    .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;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .menu.align-right::after {
    clear: both; }
  .menu.align-right > li {
    float: right; }
  .menu.expanded {
    width: 100%;
    display: table;
    table-layout: fixed; }
    .menu.expanded > 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 {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    color: #fefefe;
    background: #0c223f; }

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

.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: #4d4d4d;
    box-shadow: 0 7px 0 #4d4d4d, 0 14px 0 #4d4d4d; }

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

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

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    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 #0c223f;
    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 #0c223f 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: none;
  border-radius: 0;
  display: block;
  font-size: 1rem;
  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: #0857ac 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 #0857ac 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 #0857ac;
  border-left-style: solid;
  border-right-width: 0; }

@media screen and (min-width: 48em) {
  .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: #0857ac 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 #0857ac 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 #0857ac;
    border-left-style: solid;
    border-right-width: 0; } }

@media screen and (min-width: 67.5em) {
  .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: #0857ac 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 #0857ac 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 #0857ac;
    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%; }
  .is-dropdown-submenu-parent.opens-left .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }

.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #fefefe;
  border: 1px solid #4d4d4d; }
  .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 #0857ac 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 #0857ac;
    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:not(.js-dropdown-nohover) > .is-dropdown-submenu-parent:hover > .is-dropdown-submenu, .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: #0c223f;
  color: #fefefe; }
  .label.secondary {
    background: #ffd100;
    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: 47.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.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

html,
body {
  height: 100%; }

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

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  transition: transform 0.5s ease; }
  .off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .off-canvas-wrapper-inner::after {
    clear: both; }

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #fefefe;
  transition: transform 0.5s ease;
  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;
  transform: translateX(0); }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.position-left {
    left: -250px;
    top: 0;
    width: 250px; }
    .is-open-left {
      transform: translateX(250px); }
  .off-canvas.position-right {
    right: -250px;
    top: 0;
    width: 250px; }
    .is-open-right {
      transform: translateX(-250px); }

@media screen and (min-width: 48em) {
  .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: 67.5em) {
  .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%;
  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: #4d4d4d;
    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;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .pagination::after {
    clear: both; }
  .pagination li {
    font-size: 0.875rem;
    margin-right: 0.0625rem;
    border-radius: 0; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media screen and (min-width: 48em) {
      .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: #0c223f;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #4d4d4d;
    cursor: default; }
    .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: #4d4d4d;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0; }
  .progress.primary .progress-meter {
    background-color: #0c223f; }
  .progress.secondary .progress-meter {
    background-color: #ffd100; }
  .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: #0c223f; }

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

.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: #4d4d4d;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #0c223f;
  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: #0a1d36; }
  .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;
  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;
    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; }

.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 #4d4d4d;
  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: 48em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns,
  .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 48em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  @media screen and (min-width: 48em) {
    .reveal .reveal {
      left: auto;
      right: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media screen and (min-width: 48em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media screen and (min-width: 48em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media screen and (min-width: 48em) {
    .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; }
  @media screen and (max-width: 47.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      max-width: none;
      margin-left: 0;
      border: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.switch {
  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; }

.switch-paddle {
  background: #4d4d4d;
  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: #0c223f; }
    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%;
  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 .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 .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 .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: 0;
    background-color: #fefefe; }
  table caption {
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem; }
  table thead,
  table tfoot {
    background: #ffd100;
    color: #0c223f; }
    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 th,
  table tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }

@media screen and (max-width: 67.4375em) {
  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 tr:hover {
  background-color: #f9f9f9; }

.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;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .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: #0c223f; }
  .tabs.primary > li > a {
    color: #fefefe; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #0f2c51; }

.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(12, 34, 63, 0.5); }

.title-bar {
  background: #0a0a0a;
  color: #fefefe;
  padding: 0.5rem; }
  .title-bar::before, .title-bar::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.5rem; }

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

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

.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%;
    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%;
    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%;
    transform: translateY(-50%); }

.top-bar {
  padding: 0.5rem; }
  .top-bar::before, .top-bar::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #e6e6e6; }
  .top-bar input {
    width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button, .top-bar .page-search .search-form input#edit-submit, .page-search .search-form .top-bar input#edit-submit {
    width: auto; }

@media screen and (max-width: 47.9375em) {
  .stacked-for-small .top-bar-left,
  .stacked-for-small .top-bar-right {
    width: 100%; } }

@media screen and (max-width: 67.4375em) {
  .stacked-for-medium .top-bar-left,
  .stacked-for-medium .top-bar-right {
    width: 100%; } }

@media screen and (max-width: 74.9375em) {
  .stacked-for-large .top-bar-left,
  .stacked-for-large .top-bar-right {
    width: 100%; } }

.top-bar-left,
.top-bar-right {
  width: 100%; }

@media screen and (min-width: 48em) {
  .top-bar-left,
  .top-bar-right {
    width: auto; } }

.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: 47.9375em) {
  .hide-for-small-only {
    display: none !important; } }

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

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

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

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

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

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

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

@media screen and (min-width: 67.5em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 67.4375em), 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, .impact-image--cta::before, .page-content.interior-content .support-bar::before, .clearfix::after, .impact-image--cta::after, .page-content.interior-content .support-bar::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-order: 1;
      order: 1; }

.clearfix::after, .impact-image--cta::after, .page-content.interior-content .support-bar::after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slide-out-left.mui-leave.mui-leave-active {
  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);
  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);
  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);
  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);
  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);
  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);
  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);
  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);
  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);
  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);
  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);
  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);
  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;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.spin-out-ccw.mui-leave.mui-leave-active {
  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; }

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
These "retina group" variables are mappings for the naming and pairing of normal and retina sprites.

The list formatted variables are intended for mixins like `retina-sprite` and `retina-sprites`.
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
/*
The `retina-sprite` mixin sets up rules and a media query for a sprite/retina sprite.
  It should be used with a "retina group" variable.

The media query is from CSS Tricks: https://css-tricks.com/snippets/css/retina-display-media-query/

$icon-home-group: ('icon-home', $icon-home, $icon-home-2x, );

.icon-home {
  @include retina-sprite($icon-home-group);
}
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
/*
The `retina-sprites` mixin generates a CSS rule and media query for retina groups
  This yields the same output as CSS retina template but can be overridden in SCSS

@include retina-sprites($retina-groups);
*/
.mrs_eaves {
  font-family: "Mrs-Eaves"; }

.brandon_light {
  font-family: "BrandonText-Light"; }

.brandon_bold {
  font-family: "BrandonText-Bold"; }

.brandon_heavy {
  font-family: "BrandonText-Black"; }

.mobile-menu .sub-utility-mobile > .sub-utility + .sub-utility {
  display: none; }

.sub-utility.menu .active > a {
  border: 1px solid #fefefe; }

.header-wrap {
  background-color: rgba(12, 34, 63, 0.75);
  position: relative;
  max-height: 142px; }
  .page.interior .header-wrap {
    background-color: #0c223f; }
    .page.interior .header-wrap .header--utility-links.dropdown.menu > li > a:hover, .page.interior .header-wrap .header--utility-links.dropdown.menu > li > a.active-trail {
      background: #30435c; }

.sticky-container {
  height: auto !important; }

body header.sticky {
  z-index: 1;
  position: relative; }

body header.fixed {
  position: fixed;
  display: none; }

header {
  z-index: 999 !important;
  top: 0px; }
  @media screen and (max-width: 67.4375em) {
    header {
      border-top: 10px solid #ffd100; } }
  header .utility-nav {
    background: #ffd100;
    height: 32px;
    overflow: hidden; }
    header .utility-nav ul.menu {
      display: inline-block;
      float: right; }
      header .utility-nav ul.menu li a {
        color: #0c223f;
        font-size: 0.8125rem;
        padding: 0.6rem .9rem;
        transition: all 300ms ease; }
        header .utility-nav ul.menu li a:hover {
          background: #ffe366; }
  header.is-stuck {
    border-top: 10px solid #ffd100;
    background-color: #0c223f;
    z-index: 9999; }
    @media screen and (max-width: 67.4375em) {
      header.is-stuck .menu-toggle, header.is-stuck .header--search-icon {
        margin-top: 10px; } }
    header.is-stuck .utility-nav, header.is-stuck .sub-utility {
      height: 0px;
      margin: 0px; }
    header.is-stuck .header--logo {
      width: 65px; }
  header .header--logo {
    display: block;
    margin: 12px 0;
    width: 151px; }
    @media screen and (max-width: 67.4375em) {
      header .header--logo {
        width: 90px;
        margin: 7px 0; } }
    @media screen and (max-width: 47.9375em) {
      header .header--logo {
        width: 65px; } }
  header .sub-row {
    text-align: right; }
  header .sub-utility {
    margin-top: 28px;
    padding-right: 15px;
    display: inline-block;
    height: 38px;
    overflow: hidden; }
    header .sub-utility li {
      padding: 0 0 0 2px; }
      header .sub-utility li a {
        font-size: 0.8125rem;
        color: #fff;
        background: rgba(116, 130, 147, 0.65);
        padding: 6px 15px;
        transition: all 300ms ease-in-out; }
        header .sub-utility li a:hover {
          background: #0d4684; }
  header .nav-row {
    position: relative; }
  header .header--utility-links.dropdown.menu {
    display: block;
    float: left; }
    header .header--utility-links.dropdown.menu li a {
      font-size: 1rem;
      color: #fff;
      display: block; }
    header .header--utility-links.dropdown.menu li ul.is-dropdown-submenu {
      background: #0c223f;
      padding: 0px;
      border: none;
      opacity: 0;
      margin: 0px;
      visibility: hidden;
      min-width: 230px;
      display: block;
      z-index: 10;
      transition: all 300ms ease; }
      header .header--utility-links.dropdown.menu li ul.is-dropdown-submenu li {
        margin: 0px;
        padding: 10px 15px;
        border-bottom: 1px solid #556579; }
        header .header--utility-links.dropdown.menu li ul.is-dropdown-submenu li:hover {
          background: #ffd100; }
          header .header--utility-links.dropdown.menu li ul.is-dropdown-submenu li:hover a {
            color: #0c223f; }
      header .header--utility-links.dropdown.menu li ul.is-dropdown-submenu.js-dropdown-active {
        visibility: visible;
        opacity: 1; }
    header .header--utility-links.dropdown.menu > li {
      transition: all 300ms ease-in-out; }
      header .header--utility-links.dropdown.menu > li:hover {
        background: #0c223f; }
      header .header--utility-links.dropdown.menu > li > a {
        text-transform: uppercase;
        font-size: 0.9375rem;
        padding: 0.7rem 1rem; }
        header .header--utility-links.dropdown.menu > li > a:after {
          display: none; }
        @media screen and (max-width: 75em) {
          header .header--utility-links.dropdown.menu > li > a {
            font-size: 0.875rem; } }
  header .menu-toggle {
    padding: 5.5px 5px 5.5px 35px;
    border-radius: 4px;
    background-color: #fff;
    color: #000;
    background-image: url("../img/menu-icon.png");
    background-size: 19px;
    background-position: 8px center;
    background-repeat: no-repeat;
    cursor: pointer;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    float: right;
    margin: 16px 15px 0 0;
    min-width: 89px; }
    @media screen and (max-width: 47.9375em) {
      header .menu-toggle {
        margin-top: 10px; } }
  header .header--search-icon {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    cursor: pointer;
    background: #fff url("../img/search-glass.png") center no-repeat;
    background-size: 14px;
    display: block;
    float: right;
    margin: 16px 15px 0 0; }
    @media screen and (min-width: 67.5em) {
      header .header--search-icon {
        margin-top: 6px;
        width: 25px;
        height: 25px; } }
    @media screen and (max-width: 47.9375em) {
      header .header--search-icon {
        margin-top: 10px; } }
    header .header--search-icon.active {
      background-image: url("../img/close.png");
      background-size: 12px; }

.mobile-menu {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  padding: 0 20px;
  height: 85vh;
  overflow-y: scroll !important;
  z-index: 11;
  transition: all 300ms ease-in-out; }
  .mobile-menu.is-active {
    opacity: 1;
    visibility: visible; }
  @media screen and (max-width: 47.9375em) {
    .mobile-menu {
      height: 89vh; } }
  .mobile-menu .accordion {
    border-color: #86919f;
    margin: 0px; }
    .mobile-menu .accordion .has-ul:before {
      color: #ffd100;
      content: '\f055';
      font-family: FontAwesome !important;
      font-family: sans-serif;
      font-size: 1.25rem;
      text-align: center;
      position: absolute;
      right: 15px; }
    .mobile-menu .accordion .menu-item-active:before {
      content: '\f056'; }
    .mobile-menu .accordion > li > a {
      background: #0c223f;
      color: #fff;
      text-transform: uppercase;
      font-size: 0.9375rem;
      border-color: #86919f;
      display: block;
      padding: 1.25rem 1rem;
      line-height: 1;
      position: relative;
      border-bottom: 1px solid #e6e6e6; }
    .mobile-menu .accordion > li.is-active a.accordion-title:before {
      content: '\f056'; }
    .mobile-menu .accordion > li .accordion-content {
      background-color: #2a3d56;
      margin: 0px; }
      .mobile-menu .accordion > li .accordion-content li {
        list-style: none;
        padding: 5px 0; }
        .mobile-menu .accordion > li .accordion-content li a {
          color: #c7cace;
          font-size: 0.9375rem; }
  .mobile-menu .sub-utility-mobile {
    background: #0c223f;
    text-align: center; }
    .mobile-menu .sub-utility-mobile .sub-utility {
      display: block;
      margin: 0 auto;
      padding: 15px 0;
      height: auto;
      text-align: center; }
      .mobile-menu .sub-utility-mobile .sub-utility li {
        display: inline-block;
        margin: 0px;
        padding: 0px; }
        @media screen and (max-width: 47.9375em) {
          .mobile-menu .sub-utility-mobile .sub-utility li a {
            font-size: 12px;
            padding: 6px 10px; } }
  .mobile-menu .mobile-util {
    background: #ffd100; }
    .mobile-menu .mobile-util .util-left, .mobile-menu .mobile-util .util-right {
      width: 50% !important;
      padding: 0px; }
      .mobile-menu .mobile-util .util-left li, .mobile-menu .mobile-util .util-right li {
        background: #ffd100;
        border-bottom: 1px solid #fff;
        display: block;
        margin: 0px; }
        .mobile-menu .mobile-util .util-left li a, .mobile-menu .mobile-util .util-right li a {
          color: #0c223f;
          display: block; }
          @media screen and (max-width: 28.125em) {
            .mobile-menu .mobile-util .util-left li a, .mobile-menu .mobile-util .util-right li a {
              font-size: 13px;
              font-weight: bold; } }
    .mobile-menu .mobile-util .util-left {
      border-right: 1px solid #fff; }

.header--search {
  position: relative; }
  .header--search .header--search-form {
    display: none;
    right: 15px;
    top: auto;
    width: auto;
    background-color: #ffd100;
    position: absolute;
    z-index: 4;
    padding: 10px; }
    @media screen and (max-width: 67.4375em) {
      .header--search .header--search-form {
        width: 100%;
        right: 0px; } }
    .header--search .header--search-form input {
      height: 30px;
      font-size: 14px;
      border-radius: 4px;
      margin: 0px;
      outline: none;
      width: 320px;
      box-shadow: none !important;
      border: none !important; }
      @media screen and (max-width: 67.4375em) {
        .header--search .header--search-form input {
          width: 100%; } }
    .header--search .header--search-form .header--search-button {
      position: absolute;
      height: 31px;
      top: 9px;
      width: 35px;
      right: 10px;
      border: none;
      border-radius: 0px 3px 3px 0px;
      text-transform: uppercase;
      outline: none;
      color: #fff;
      font-size: 0.8125rem;
      letter-spacing: 1px;
      background-color: #999999;
      line-height: 1;
      padding: 0; }
      .header--search .header--search-form .header--search-button:hover {
        background-color: #000; }

.footer {
  background-color: #ffd100; }

.footer-bottom {
  padding: 20px 0; }

.footer--social-block {
  background-color: #ffdf4d; }

.footer--search-form {
  display: inline-block;
  position: relative;
  margin-bottom: 5px; }
  @media screen and (min-width: 48em) {
    .footer--search-form {
      float: left; } }
  .footer--search-form input[type="text"] {
    margin: 11px 0 8px;
    border-radius: 3px;
    height: 35px;
    width: 210px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    outline: none;
    border: none;
    text-indent: 10px;
    font-family: BrandonText-Regular; }
  .footer--search-form input::-webkit-input-placeholder {
    color: #000;
    text-indent: 10px;
    font-family: BrandonText-Regular; }
  .footer--search-form input::-moz-placeholder {
    color: #000;
    text-indent: 10px;
    font-family: BrandonText-Regular; }
  .footer--search-form input:-moz-placeholder {
    /* Older versions of Firefox */
    color: #000;
    text-indent: 10px;
    font-family: BrandonText-Regular; }
  .footer--search-form input:-ms-input-placeholder {
    color: #000;
    text-indent: 10px;
    font-family: BrandonText-Regular; }

.footer--search-button {
  position: absolute;
  height: 35px;
  top: 11px;
  width: 35px;
  right: -7px;
  border: none;
  border-radius: 0px 3px 3px 0px;
  text-transform: uppercase;
  font-family: BrandonText-Bold;
  outline: none;
  color: #fff;
  font-size: 0.8125rem;
  letter-spacing: 1px;
  background-color: #003c71;
  line-height: 1;
  padding: 0; }

.footer--search-button:hover {
  background-color: #000; }

.social-icon-block {
  display: block;
  padding: 0;
  margin: 0; }
  @media screen and (min-width: 48em) {
    .social-icon-block {
      display: inline-block;
      vertical-align: top; } }
  .social-icon-block .social-icon {
    list-style-type: none;
    display: inline-block;
    margin: 0 12px 8px 0; }
    @media screen and (max-width: 47.9375em) {
      .social-icon-block .social-icon {
        margin: 0 0 8px 0; } }
    .social-icon-block .social-icon a:hover .fa-stack {
      color: #0d4684; }
    .social-icon-block .social-icon .fa-stack {
      color: #003c71; }
    @media screen and (min-width: 48em) {
      .social-icon-block .social-icon {
        margin-top: 8px; } }
  .social-icon-block .social-icon:last-child {
    margin-right: 0; }

.soc-media--button {
  width: 150px;
  background-color: #003c71;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 15px;
  border: none;
  margin-bottom: 15px;
  line-height: 1.5;
  background-image: url("../img/button-chevron.png");
  background-repeat: no-repeat;
  background-size: 9px;
  background-position: 130px, 50%;
  text-align: left;
  display: inline-block;
  text-decoration: none; }
  @media screen and (min-width: 48em) {
    .soc-media--button {
      display: inline-block;
      vertical-align: top;
      margin-right: 20px;
      margin-top: 8px;
      margin-bottom: 8px; } }

@media screen and (min-width: 48em) {
  #boxes-box-footer__social_buttons_block {
    float: right; } }

.footer-links {
  margin-bottom: 0px; }
  .footer-links li {
    list-style-type: none;
    margin-bottom: 10px; }
    @media screen and (min-width: 48em) {
      .footer-links li {
        margin-bottom: 5px; } }
    .footer-links li a {
      text-decoration: none;
      font-size: 1.0625rem;
      color: #0857ac;
      font-weight: bold; }
      @media screen and (min-width: 67.5em) {
        .footer-links li a {
          font-size: 1.125rem; } }

.footer--info-block {
  text-align: center; }
  .footer--info-block address {
    font-style: normal; }
    .footer--info-block address + address {
      margin-top: .5rem; }
  @media screen and (min-width: 48em) {
    .footer--info-block {
      float: right;
      text-align: left;
      padding-right: 15px; } }

#boxes-box-footer_logo {
  display: inline-block; }
  #boxes-box-footer_logo img {
    margin: 25px 0; }
    @media screen and (min-width: 48em) {
      #boxes-box-footer_logo img {
        width: 160px;
        margin: 0; } }

#boxes-box-footer_contact p {
  margin-bottom: 0px;
  font-size: 0.875rem;
  color: #0a2240;
  font-weight: bold; }
  #boxes-box-footer_contact p a {
    text-decoration: none;
    color: #0857ac; }

@media screen and (min-width: 48em) {
  #boxes-box-footer_contact {
    display: inline-block;
    vertical-align: top;
    margin-left: 25px; } }

.give-button {
  width: 160px;
  background-color: #fff;
  border: none;
  display: block;
  font-size: 0.875rem;
  font-family: BrandonText-Regular;
  height: 40px;
  padding: 12px 10px 15px 50px;
  line-height: 1;
  margin-bottom: 15px;
  margin-top: 15px;
  background-image: url("../img/give-logo.png");
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: 10px, 50%;
  color: #000;
  text-decoration: none;
  margin: 15px auto; }

.give-button:hover {
  background-color: rgba(255, 255, 255, 0.3); }

.column:last-child:not(:first-child), .columns:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: left; }

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

.featured-media {
  margin-bottom: 30px; }

.no-sidebars.node-type-audience-landing-page .main {
  max-width: 900px;
  padding: 0 20px;
  margin: 0 auto; }

.node-advanced-page .top {
  position: relative; }

.expandable-section h2 {
  text-align: center;
  margin-bottom: -50px; }
  @media screen and (max-width: 768px) {
    .expandable-section h2 {
      margin-bottom: 0; } }

.two-columns {
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 640px) {
    .two-columns {
      display: block; } }

.two-columns .item {
  width: 49%; }
  .two-columns .item:first-child {
    margin-right: 1%; }
  .two-columns .item:last-child {
    margin-left: 1%; }
  @media screen and (max-width: 640px) {
    .two-columns .item {
      width: 100%; }
      .two-columns .item:first-child {
        margin-right: 0; }
      .two-columns .item:last-child {
        margin-left: 0; } }

.interior {
  /*
	padding-top: $large-header-height + 30px;
	@include breakpoint(medium down){
	    padding-top: $medium-header-height;
	}
	@include breakpoint(small down){
	    padding-top: $small-header-height;
	}
*/ }
  .interior .obj-left {
    float: left;
    margin-right: 40px;
    max-width: 360px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0px; }
  .interior .obj-right {
    float: right;
    margin-left: 40px;
    max-width: 360px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 0px; }
  @media screen and (max-width: 640px) {
    .interior .obj-left,
    .interior .obj-right {
      width: 100%;
      float: none;
      max-width: none;
      margin-left: 0;
      margin-right: 0; } }
  .interior .opacity-strip-photo-boxes .column:last-child:not(:first-child), .interior .opacity-strip-photo-boxes .columns:last-child:not(:first-child) {
    float: left; }
    @media screen and (max-width: 47.9375em) {
      .interior .opacity-strip-photo-boxes .column:last-child:not(:first-child), .interior .opacity-strip-photo-boxes .columns:last-child:not(:first-child) {
        float: none; } }
  @media screen and (max-width: 47.9375em) {
    .interior .opacity-strip-photo-boxes .column, .interior .opacity-strip-photo-boxes .columns {
      float: none;
      max-width: 360px;
      margin: 0 auto 30px; }
      .interior .opacity-strip-photo-boxes .column.end, .interior .opacity-strip-photo-boxes .end.columns, .interior .opacity-strip-photo-boxes .page-content.interior-content .admission-blocks .column:last-child, .page-content.interior-content .admission-blocks .interior .opacity-strip-photo-boxes .column:last-child, .interior .opacity-strip-photo-boxes .page-content.interior-content .admission-blocks .columns:last-child, .page-content.interior-content .admission-blocks .interior .opacity-strip-photo-boxes .columns:last-child {
        float: none; } }
  @media screen and (min-width: 48em) {
    .interior .opacity-strip-photo-boxes .column, .interior .opacity-strip-photo-boxes .columns {
      margin-bottom: 30px; } }
  .interior .opacity-strip-photo-boxes .column a, .interior .opacity-strip-photo-boxes .columns a {
    position: relative;
    display: block;
    background: #0c223f; }
    .interior .opacity-strip-photo-boxes .column a:hover span:after, .interior .opacity-strip-photo-boxes .columns a:hover span:after {
      right: 15px; }
    .interior .opacity-strip-photo-boxes .column a img, .interior .opacity-strip-photo-boxes .columns a img {
      width: 100%; }
  .interior .opacity-strip-photo-boxes .column p, .interior .opacity-strip-photo-boxes .columns p {
    background-color: rgba(12, 34, 63, 0.75);
    display: table;
    position: absolute;
    bottom: 0px;
    min-height: 60px;
    margin-bottom: 0px;
    width: 100%; }
  .interior .opacity-strip-photo-boxes .column span, .interior .opacity-strip-photo-boxes .columns span {
    font-size: 1.125rem;
    line-height: 1;
    color: #fff;
    padding: 12px 35px 12px 10px;
    display: table-cell;
    vertical-align: middle;
    width: 100%; }
    .interior .opacity-strip-photo-boxes .column span:after, .interior .opacity-strip-photo-boxes .columns span:after {
      content: '\f105';
      font-family: FontAwesome;
      font-size: 30px;
      color: #dcc070;
      position: absolute;
      right: 10px;
      top: 50%;
      margin-top: -15px;
      transition: all 300ms ease-in-out; }
  .interior .sidebar {
    margin: 40px 0 0 0; }
    @media screen and (max-width: 48.0625em) {
      .interior .sidebar {
        margin: 20px 0 0;
        width: 100%; } }
    .interior .sidebar .more-in-this-section {
      position: relative;
      padding: 10px;
      cursor: pointer;
      color: #0c223f;
      margin-bottom: 20px;
      margin-top: 0;
      border: 1px solid;
      padding: 10px 15px;
      display: none;
      font-size: 1rem; }
      @media screen and (max-width: 48.0625em) {
        .interior .sidebar .more-in-this-section {
          display: block; } }
      .interior .sidebar .more-in-this-section:after {
        content: "\f078";
        font-family: "FontAwesome";
        position: absolute;
        right: 20px;
        transition: all 300ms ease; }
      .interior .sidebar .more-in-this-section.more-in-this-section--active:after {
        transform: rotate(-180deg); }
    .interior .sidebar .sticky {
      width: 100%;
      padding-right: 15px; }
      @media screen and (max-width: 48.0625em) {
        .interior .sidebar .sticky {
          position: static; } }
    .interior .sidebar .menu {
      margin-bottom: 40px; }
      @media screen and (max-width: 48.0625em) {
        .interior .sidebar .menu {
          display: none;
          margin-bottom: 0px; } }
      .interior .sidebar .menu li {
        margin: 0px;
        display: block;
        padding: 0px; }
        .interior .sidebar .menu li ul {
          margin: 0px; }
        .interior .sidebar .menu li a {
          border: none;
          border-bottom: 1px solid #cccccc;
          background: #fff;
          color: #0c223f;
          margin: 0px;
          padding: 20px;
          text-transform: inherit;
          font-size: 15px;
          text-align: left;
          transition: all 300ms ease-in; }
          .interior .sidebar .menu li a:hover {
            background: #cce4ed; }
          .interior .sidebar .menu li a.active, .interior .sidebar .menu li a:active {
            background: #ffed99; }
        .interior .sidebar .menu li ul > li a {
          padding-left: 40px; }
        .interior .sidebar .menu li ul > li ul > li a {
          padding-left: 60px; }

.no-sidebars .interior-content .node-advanced-page p,
.no-sidebars .interior-content .node-campaign-landing-page p {
  max-width: 100%; }

.no-sidebars .breadcrumbs {
  display: none; }

@media screen and (max-width: 48.0625em) {
  .page-content {
    width: 100%;
    float: none; } }

.page-content.interior-content {
  margin-top: 40px; }
  .page-content.interior-content p, .page-content.interior-content ul {
    max-width: 660px; }
  .page-content.interior-content .full-width-copy h3, .page-content.interior-content .full-width-copy h4, .page-content.interior-content .full-width-copy p, .page-content.interior-content .full-width-copy ul {
    max-width: 100%; }
  .page-content.interior-content.full-width {
    margin-top: 0px; }
  .page-content.interior-content .padding-top {
    padding-top: 30px; }
  @media screen and (max-width: 47.9375em) {
    .page-content.interior-content {
      margin-top: 10px; } }
  .page-content.interior-content ul {
    margin-left: 20px; }
    .page-content.interior-content ul li {
      list-style: disc; }
  .page-content.interior-content .breadcrumbs {
    margin-left: 0;
    max-width: 100%; }
    .page-content.interior-content .breadcrumbs li {
      font-size: 0.875rem;
      text-transform: none;
      list-style: none; }
      .page-content.interior-content .breadcrumbs li:not(:last-child):after {
        color: #333333;
        content: ">"; }
      .page-content.interior-content .breadcrumbs li.disabled {
        color: #000000; }
        .page-content.interior-content .breadcrumbs li.disabled:after {
          display: none; }
      .page-content.interior-content .breadcrumbs li a {
        color: #0857ac; }
  .page-content.interior-content ul.pagination {
    margin: 10px 0 40px 0; }
    .page-content.interior-content ul.pagination li {
      background: none;
      margin: 0 5px;
      display: inline-block; }
      .page-content.interior-content ul.pagination li.pagination__first a, .page-content.interior-content ul.pagination li.pagination__next a {
        background: none; }
      .page-content.interior-content ul.pagination li a {
        color: #0857ac;
        background: #ccd8e3; }
      .page-content.interior-content ul.pagination li.current {
        background: none;
        padding: 0px; }
        .page-content.interior-content ul.pagination li.current a {
          background: #003c71;
          color: #fff; }
  .page-content.interior-content table {
    border-collapse: separate;
    border: 1px solid #cccccc;
    margin-bottom: 60px;
    padding: 3px; }
    @media (max-width: 640px) {
      .page-content.interior-content table {
        padding: 0;
        border: none; } }
    .page-content.interior-content table thead tr td + td {
      border-color: #fff; }
    .page-content.interior-content table thead tr th {
      text-transform: uppercase;
      padding: 9px 16px;
      border-bottom: 0;
      font-size: 0.9375rem; }
      .page-content.interior-content table thead tr th a {
        color: #0c223f; }
      .page-content.interior-content table thead tr th + th {
        border-left: 1px solid #fff; }
    .page-content.interior-content table tbody tr td + td {
      border-color: #fff; }
    .page-content.interior-content table tbody tr:nth-child(even) {
      background: #ebebeb; }
    .page-content.interior-content table tbody tr td {
      padding: 6px 20px; }
      @media (max-width: 640px) {
        .page-content.interior-content table tbody tr td {
          padding: 0;
          display: -ms-flexbox;
          display: flex; } }
      @media screen and (min-width: 48em) {
        .page-content.interior-content table tbody tr td + td {
          border-left: 1px solid #fff; } }
      @media (max-width: 640px) {
        .page-content.interior-content table tbody tr td + td {
          border-top: 1px solid #8f8f8f; } }
    .page-content.interior-content table tbody tr + tr {
      border-top: 1px solid #ccc; }
    @media screen and (min-width: 48em) {
      .page-content.interior-content table.stack thead tr, .page-content.interior-content table.stack tbody tr {
        display: table-row; }
      .page-content.interior-content table.stack thead th, .page-content.interior-content table.stack thead td, .page-content.interior-content table.stack tbody th, .page-content.interior-content table.stack tbody td {
        display: table-cell; } }
  .page-content.interior-content .accordion {
    margin: 20px 0 20px 0;
    border: none;
    max-width: 100%; }
    .page-content.interior-content .accordion .left-column {
      display: inline-block;
      vertical-align: top;
      width: calc(50% - 10px);
      margin-right: 10px; }
      @media screen and (max-width: 640px) {
        .page-content.interior-content .accordion .left-column {
          width: 100%;
          margin-right: 0; } }
      .page-content.interior-content .accordion .left-column li a.accordion-title {
        font-size: 1.125rem;
        text-align: left; }
    .page-content.interior-content .accordion .right-column {
      display: inline-block;
      vertical-align: top;
      width: calc(50% - 10px);
      margin-left: 10px; }
      @media screen and (max-width: 640px) {
        .page-content.interior-content .accordion .right-column {
          width: 100%;
          margin-left: 0; } }
      .page-content.interior-content .accordion .right-column li a.accordion-title {
        font-size: 1.125rem;
        text-align: left; }
    .page-content.interior-content .accordion li {
      list-style: none;
      margin-bottom: 40px; }
      .page-content.interior-content .accordion li a.accordion-title {
        padding: 0.75rem 2.5rem 0.75rem 1rem;
        background: #ffd100;
        color: #0c223f;
        font-size: 1.5rem;
        border: none;
        font-family: "BrandonText-Medium";
        text-align: center; }
        .page-content.interior-content .accordion li a.accordion-title:hover {
          background: #ffe366; }
        .page-content.interior-content .accordion li a.accordion-title:before {
          color: #fff;
          content: '\f055';
          font-family: FontAwesome !important;
          font-family: sans-serif;
          font-size: 1.25rem;
          text-align: center;
          margin-top: -10px; }
      .page-content.interior-content .accordion li.is-active a.accordion-title:before {
        content: '\f056'; }
      .page-content.interior-content .accordion li .accordion-content {
        background-color: #fff6cc;
        border: none;
        margin: 0px;
        padding: 20px 40px; }
        .page-content.interior-content .accordion li .accordion-content p {
          max-width: 100%; }
        .page-content.interior-content .accordion li .accordion-content li {
          list-style: none;
          padding: 5px 0; }
          .page-content.interior-content .accordion li .accordion-content li a {
            color: #0c223f;
            font-size: 0.9375rem; }
    @media screen and (min-width: 48em) {
      .page-content.interior-content .accordion {
        margin-top: 70px;
        margin-bottom: 70px; } }
  .page-content.interior-content .button, .page-content.interior-content .impact-image--cta a, .impact-image--cta .page-content.interior-content a, .page-content.interior-content .page-search .search-form #edit-submit, .page-search .search-form .page-content.interior-content #edit-submit, .page-content.interior-content .news-item .news-item--content div a, .news-item .news-item--content div .page-content.interior-content a {
    margin-bottom: 20px; }
  .page-content.interior-content .canisius-events--block .row {
    margin-left: auto;
    margin-right: auto; }
  .page-content.interior-content .featured-story--block h3 {
    max-width: 100%;
    color: #0c223f; }
  .page-content.interior-content .news-events .featured-story-lg {
    display: block; }
  .page-content.interior-content .news-events .canisius-events--block {
    background: #f1e6c6 url(../img/pattern-bg.jpg);
    padding-bottom: 60px; }
    .page-content.interior-content .news-events .canisius-events--block .canisius-events--calendar-container {
      background: #fff; }
    .page-content.interior-content .news-events .canisius-events--block .icon-separator:after {
      display: none; }
  .page-content.interior-content .icon-separator:after {
    top: 50%;
    left: 15px;
    width: calc(100% - 30px); }
  .page-content.interior-content .slider-cta {
    min-height: 202px;
    margin-bottom: 63px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgxJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjQzIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg0JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjM1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4zNSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+), url(../img/slider-interior-cta-bg.jpg) no-repeat;
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.43) 81%, rgba(0, 0, 0, 0.35) 84%, rgba(0, 0, 0, 0.35) 100%), url(../img/slider-interior-cta-bg.jpg) no-repeat;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-size: cover; }
    .page-content.interior-content .slider-cta .hero--text {
      margin: 30px 0 20px;
      font-size: 2.25rem; }
      @media screen and (max-width: 67.4375em) {
        .page-content.interior-content .slider-cta .hero--text {
          font-size: 1.5rem; } }
    @media screen and (max-width: 47.9375em) {
      .page-content.interior-content .slider-cta a {
        width: 130px; } }

h1, .h1-title {
  color: #0c223f;
  font-size: 2.375rem;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 1.625rem; }
  @media screen and (min-width: 48em) {
    h1, .h1-title {
      font-size: 2rem; } }
  @media screen and (min-width: 67.5em) {
    h1, .h1-title {
      font-size: 2.375rem; } }

h2, .h2-title {
  color: #0c223f;
  font-size: 1.875rem;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 20px; }
  h2.bright, .h2-title.bright {
    color: #083e7c; }
  @media screen and (max-width: 47.9375em) {
    h2, .h2-title {
      font-size: 1.375rem; } }

h3, .h3-title {
  color: #4d4d4d;
  font-size: 1.5rem;
  margin-top: 25px; }
  @media screen and (max-width: 47.9375em) {
    h3, .h3-title {
      font-size: 1.625rem; } }

h4, .h4-title {
  color: #4d4d4d;
  font-size: 1.25rem;
  font-family: "BrandonText-Medium";
  margin-top: 25px; }

h5, .h5-title {
  color: #4d4d4d;
  font-size: 1.125rem;
  font-family: "BrandonText-Medium";
  margin-top: 25px; }

h6, .h6-title {
  color: #4d4d4d;
  font-size: 1rem;
  font-family: "BrandonText-Medium";
  margin-top: 25px; }

p.lead {
  font-size: 1.125rem;
  line-height: 1.6;
  margin: 30px 0; }
  p.lead.dark {
    color: #0c223f; }
  p.lead.medium {
    font-family: "BrandonText-Medium"; }

blockquote {
  font-size: 1.5rem;
  color: #999;
  line-height: 2;
  font-family: 'BrandonText-Light'; }

.gold-title {
  color: #dcc070;
  font-size: 2.75rem;
  text-transform: inherit; }

.bold-title {
  font-family: 'BrandonText-Medium';
  font-size: 1.25rem; }

.title-sm {
  font-size: 1.125rem;
  margin-bottom: 1.5em; }

.blue {
  color: #083e7c; }

.callout-boxes {
  margin: 20px 0 40px 0; }
  .undergrad .callout-boxes {
    margin-bottom: 70px; }
  .callout-boxes .bottom-box {
    color: #333; }
    @media screen and (max-width: 67.4375em) {
      .callout-boxes .bottom-box {
        margin-bottom: 20px; } }
    .callout-boxes .bottom-box > div {
      background: #e7e7e7;
      padding: 15px; }
    .callout-boxes .bottom-box p {
      font-size: 0.875rem; }
    .callout-boxes .bottom-box h4, .callout-boxes .bottom-box h3, .callout-boxes .bottom-box h2, .callout-boxes .bottom-box h1 {
      background: #ffd100;
      margin: 0px;
      padding: 8px 15px;
      font-family: "BrandonText-Medium";
      color: #0c223f;
      display: block;
      width: 100%;
      font-size: 1.25rem;
      max-width: 100%; }
    .callout-boxes .bottom-box h5 {
      margin: 0;
      font-size: 0.9375rem;
      font-family: "BrandonText-Medium";
      color: #333; }

blockquote {
  font-size: 1.5rem;
  line-height: 1.6;
  color: #999999;
  margin: 40px 0 60px 100px;
  padding: 0 0 0 40px;
  border-left: 3px solid #ffd100; }
  @media screen and (max-width: 47.9375em) {
    blockquote {
      margin: 10px 0 30px 10px;
      padding: 0 0 0 10px;
      font-size: 1.125rem; } }
  @media screen and (min-width: 67.5em) {
    blockquote {
      margin-top: 70px;
      margin-bottom: 70px; } }

.sharethis {
  display: block;
  max-width: 280px;
  border: 1px solid #ccc;
  padding: 10px;
  height: 56px;
  margin: 20px 0 30px; }
  .sharethis:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%; }
  .sharethis span {
    vertical-align: middle; }
  .sharethis > span:first-child {
    padding: 0 10px; }

select {
  margin-bottom: 10px;
  min-width: 200px;
  border-color: #cccccc;
  color: #000;
  font-family: Arial;
  font-size: 0.875rem; }
  @media screen and (min-width: 48em) {
    select {
      margin-bottom: 0; } }

/**
 * @file
 * Generic theme-independent base styles.
 */
/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
/* Suggestion list */
#autocomplete {
  border: 1px solid;
  overflow: hidden;
  position: absolute;
  z-index: 100; }

#autocomplete ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

#autocomplete li {
  background: #fff;
  color: #000;
  cursor: default;
  white-space: pre;
  zoom: 1;
  /* IE7 */ }

/* Animated throbber */
html.js input.form-autocomplete {
  background-image: url(../../misc/throbber.gif);
  background-position: 100% 2px;
  /* LTR */
  background-repeat: no-repeat; }

html.js input.throbbing {
  background-position: 100% -18px;
  /* LTR */ }

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
html.js fieldset.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  height: 1em; }

html.js fieldset.collapsed .fieldset-wrapper {
  display: none; }

fieldset.collapsible {
  position: relative; }

fieldset.collapsible .fieldset-legend {
  display: block; }

/**
 * Resizable textareas.
 *
 * @see textarea.js
 */
.form-textarea-wrapper textarea {
  display: block;
  margin: 0;
  width: 100%;
  box-sizing: border-box; }

.resizable-textarea .grippie {
  background: #eee url(../../misc/grippie.png) no-repeat center 2px;
  border: 1px solid #ddd;
  border-top-width: 0;
  cursor: s-resize;
  height: 9px;
  overflow: hidden; }

/**
 * TableDrag behavior.
 *
 * @see tabledrag.js
 */
body.drag {
  cursor: move; }

.draggable a.tabledrag-handle {
  cursor: move;
  float: left;
  /* LTR */
  height: 1.7em;
  margin-left: -1em;
  /* LTR */
  overflow: hidden;
  text-decoration: none; }

a.tabledrag-handle:hover {
  text-decoration: none; }

a.tabledrag-handle .handle {
  background: url(../../misc/draggable.png) no-repeat 6px 9px;
  height: 13px;
  margin: -0.4em 0.5em;
  /* LTR */
  padding: 0.42em 0.5em;
  /* LTR */
  width: 13px; }

a.tabledrag-handle-hover .handle {
  background-position: 6px -11px; }

div.indentation {
  float: left;
  /* LTR */
  height: 1.7em;
  margin: -0.4em 0.2em -0.4em -0.4em;
  /* LTR */
  padding: 0.42em 0 0.42em 0.6em;
  /* LTR */
  width: 20px; }

div.tree-child {
  background: url(../../misc/tree.png) no-repeat 11px center;
  /* LTR */ }

div.tree-child-last {
  background: url(../../misc/tree-bottom.png) no-repeat 11px center;
  /* LTR */ }

div.tree-child-horizontal {
  background: url(../../misc/tree.png) no-repeat -11px center; }

.tabledrag-toggle-weight-wrapper {
  text-align: right;
  /* LTR */ }

/**
 * TableHeader behavior.
 *
 * @see tableheader.js
 */
table.sticky-header {
  background-color: #fff;
  margin-top: 0; }

/**
 * Progress behavior.
 *
 * @see progress.js
 */
/* Bar */
.progress .bar {
  background-color: #fff;
  border: 1px solid; }

.progress .filled {
  background-color: #000;
  height: 1.5em;
  width: 5px; }

.progress .percentage {
  float: right;
  /* LTR */ }

/* Throbber */
.ajax-progress {
  display: inline-block; }

.ajax-progress .throbber {
  background: transparent url(../../misc/throbber.gif) no-repeat 0px -18px;
  float: left;
  /* LTR */
  height: 15px;
  margin: 2px;
  width: 15px; }

.ajax-progress .message {
  padding-left: 20px; }

tr .ajax-progress .throbber {
  margin: 0 2px; }

.ajax-progress-bar {
  width: 16em; }

/**
 * Inline items.
 */
.container-inline div,
.container-inline label {
  display: inline; }

/* Fieldset contents always need to be rendered as block. */
.container-inline .fieldset-wrapper {
  display: block; }

/**
 * Prevent text wrapping.
 */
.nowrap {
  white-space: nowrap; }

/**
 * For anything you want to hide on page load when JS is enabled, so
 * that you can use the JS to control visibility and avoid flicker.
 */
html.js .js-hide {
  display: none; }

/**
 * Hide elements from all users.
 *
 * Used for elements which should not be immediately displayed to any user. An
 * example would be a collapsible fieldset that will be expanded with a click
 * from a user. The effect of this class can be toggled with the jQuery show()
 * and hide() functions.
 */
.element-hidden {
  display: none; }

/**
 * Hide elements visually, but keep them available for screen-readers.
 *
 * Used for information required for screen-reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user.
 * "!important" is used to prevent unintentional overrides.
 */
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px; }

/**
 * The .element-focusable class extends the .element-invisible class to allow
 * the element to be focusable when navigated to via the keyboard.
 */
.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto; }

/**
 * Markup free clearing.
 *
 * @see http://perishablepress.com/press/2009/12/06/new-clearfix-hack
 */
.clearfix:after, .impact-image--cta:after, .page-content.interior-content .support-bar:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/* IE6 */
* html .clearfix, * html .impact-image--cta, * html .page-content.interior-content .support-bar, .page-content.interior-content * html .support-bar {
  height: 1%; }

/* IE7 */
*:first-child + html .clearfix, *:first-child + html .impact-image--cta, *:first-child + html .page-content.interior-content .support-bar, .page-content.interior-content *:first-child + html .support-bar {
  min-height: 1%; }

/**
 * @file
 * Basic styling for common markup.
 */
/**
 * HTML elements.
 */
fieldset {
  margin-bottom: 1em;
  padding: 0.5em; }

form {
  margin: 0;
  padding: 0; }

hr {
  border: 1px solid gray;
  height: 1px; }

img {
  border: 0; }

table {
  border-collapse: collapse; }

th {
  border-bottom: 3px solid #ccc;
  padding-right: 1em;
  /* LTR */
  text-align: left;
  /* LTR */ }

tbody {
  border-top: 1px solid #ccc; }

tr.even,
tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em; }

/**
 * Markup generated by theme_tablesort_indicator().
 */
th.active img {
  display: inline; }

td.active {
  background-color: #ddd; }

/**
 * Markup generated by theme_item_list().
 */
.item-list .title {
  font-weight: bold; }

.item-list ul {
  margin: 0 0 0.75em 0;
  padding: 0; }

.item-list ul li {
  margin: 0 0 0.25em 1.5em;
  /* LTR */
  padding: 0; }

/**
 * Markup generated by Form API.
 */
.form-item,
.form-actions {
  margin-top: 1em;
  margin-bottom: 1em; }

tr.odd .form-item,
tr.even .form-item {
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap; }

.form-item .description {
  font-size: 0.85em; }

label {
  display: block;
  font-weight: bold; }

label.option {
  display: inline;
  font-weight: normal; }

.form-checkboxes .form-item,
.form-radios .form-item {
  margin-top: 0.4em;
  margin-bottom: 0.4em; }

.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2.4em; }

input.form-checkbox,
input.form-radio {
  vertical-align: middle; }

.marker,
.form-required {
  color: #f00; }

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 2px solid red; }

/**
 * Inline items.
 */
.container-inline .form-actions,
.container-inline.form-actions {
  margin-top: 0;
  margin-bottom: 0; }

/**
 * Markup generated by theme_more_link().
 */
.more-link {
  text-align: right;
  /* LTR */ }

/**
 * Markup generated by theme_more_help_link().
 */
.more-help-link {
  text-align: right;
  /* LTR */ }

.more-help-link a {
  background: url(../../misc/help.png) 0 50% no-repeat;
  /* LTR */
  padding: 1px 0 1px 20px;
  /* LTR */ }

/**
 * Markup generated by theme_pager().
 */
.item-list .pager {
  clear: both;
  text-align: center; }

.item-list .pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: 0.5em; }

.pager-current {
  font-weight: bold; }

/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
/* Suggestion list */
#autocomplete li.selected {
  background: #0072b9;
  color: #fff; }

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
html.js fieldset.collapsible .fieldset-legend {
  background: url(../../misc/menu-expanded.png) 5px 65% no-repeat;
  /* LTR */
  padding-left: 15px;
  /* LTR */ }

html.js fieldset.collapsed .fieldset-legend {
  background-image: url(../../misc/menu-collapsed.png);
  /* LTR */
  background-position: 5px 50%;
  /* LTR */ }

.fieldset-legend span.summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em; }

/**
 * TableDrag behavior.
 *
 * @see tabledrag.js
 */
tr.drag {
  background-color: #fffff0; }

tr.drag-previous {
  background-color: #ffd; }

.tabledrag-toggle-weight {
  font-size: 0.9em; }

body div.tabledrag-changed-warning {
  margin-bottom: 0.5em; }

/**
 * TableSelect behavior.
 *
 * @see tableselect.js
*/
tr.selected td {
  background: #ffc; }

td.checkbox,
th.checkbox {
  text-align: center; }

/**
 * Progress bar.
 *
 * @see progress.js
 */
.progress {
  font-weight: bold; }

.progress .bar {
  background: #ccc;
  border-color: #666;
  margin: 0 0.2em;
  border-radius: 3px; }

.progress .filled {
  background: #0072b9 url(../../misc/progress.gif); }

/**
 * @file
 * Styles for system messages.
 */
div.messages {
  background-position: 8px 8px;
  /* LTR */
  background-repeat: no-repeat;
  border: 1px solid;
  margin: 6px 0;
  padding: 10px 10px 10px 50px;
  /* LTR */ }

div.status {
  background-image: url(../../misc/message-24-ok.png);
  border-color: #be7; }

div.status,
.ok {
  color: #234600; }

div.status,
table tr.ok {
  background-color: #f8fff0; }

div.warning {
  background-image: url(../../misc/message-24-warning.png);
  border-color: #ed5; }

div.warning,
.warning {
  color: #840; }

div.warning,
table tr.warning {
  background-color: #fffce5; }

div.error {
  background-image: url(../../misc/message-24-error.png);
  border-color: #ed541d; }

div.error,
.error {
  color: #8c2e0b; }

div.error,
table tr.error {
  background-color: #fef5f1; }

div.error p.error {
  color: #333; }

div.messages ul {
  margin: 0 0 0 1em;
  /* LTR */
  padding: 0; }

div.messages ul li {
  list-style-image: none; }

/**
 * @file
 * Styles for menus and navigation markup.
 */
/**
 * Markup generated by theme_menu_tree().
 */
ul.menu {
  border: none;
  list-style: none;
  text-align: left;
  /* LTR */ }

ul.menu li {
  margin: 0 0 0 0.5em;
  /* LTR */ }

ul li.expanded {
  list-style-image: url(../../misc/menu-expanded.png);
  list-style-type: circle; }

ul li.collapsed {
  list-style-image: url(../../misc/menu-collapsed.png);
  /* LTR */
  list-style-type: disc; }

ul li.leaf {
  list-style-image: url(../../misc/menu-leaf.png);
  list-style-type: square; }

li.expanded,
li.collapsed,
li.leaf {
  padding: 0.2em 0.5em 0 0;
  /* LTR */
  margin: 0; }

li a.active {
  color: #000; }

td.menu-disabled {
  background: #ccc; }

/**
 * Markup generated by theme_links().
 */
ul.inline,
ul.links.inline {
  display: inline;
  padding-left: 0; }

ul.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 0.5em; }

/**
 * Markup generated by theme_breadcrumb().
 */
.breadcrumb {
  padding-bottom: 0.5em; }

/**
 * Markup generated by theme_menu_local_tasks().
 */
ul.primary {
  border-bottom: 1px solid #bbb;
  border-collapse: collapse;
  height: auto;
  line-height: normal;
  list-style: none;
  margin: 5px;
  padding: 0 0 0 1em;
  /* LTR */
  white-space: nowrap; }

ul.primary li {
  display: inline; }

ul.primary li a {
  background-color: #ddd;
  border-color: #bbb;
  border-style: solid solid none solid;
  border-width: 1px;
  height: auto;
  margin-right: 0.5em;
  /* LTR */
  padding: 0 1em;
  text-decoration: none; }

ul.primary li.active a {
  background-color: #fff;
  border: 1px solid #bbb;
  border-bottom: 1px solid #fff; }

ul.primary li a:hover {
  background-color: #eee;
  border-color: #ccc;
  border-bottom-color: #eee; }

ul.secondary {
  border-bottom: 1px solid #bbb;
  padding: 0.5em 1em;
  margin: 5px; }

ul.secondary li {
  border-right: 1px solid #ccc;
  /* LTR */
  display: inline;
  padding: 0 1em; }

ul.secondary a {
  padding: 0;
  text-decoration: none; }

ul.secondary a.active {
  border-bottom: 4px solid #999; }

/**
 * Update styles
 */
#update-results {
  margin-top: 3em;
  padding: 0.25em;
  border: 1px solid #ccc;
  background: #eee;
  font-size: smaller; }

#update-results h2 {
  margin-top: 0.25em; }

#update-results h4 {
  margin-bottom: 0.25em; }

#update-results li.none {
  color: #888;
  font-style: italic; }

#update-results li.failure strong {
  color: #b63300; }

/**
 * Authorize.php styles
 */
.connection-settings-update-filetransfer-default-wrapper {
  float: left; }

#edit-submit-connection {
  clear: both; }

.filetransfer {
  display: none;
  clear: both; }

#edit-connection-settings-change-connection-type {
  margin: 2.6em 0.5em 0em 1em; }

/**
 * Installation task list
 */
ol.task-list li.active {
  font-weight: bold; }

/**
 * Installation clean URLs
 */
#clean-url.install {
  display: none; }

.admin-menu .fixed {
  top: emCalc(29px); }

#status-messages.reveal-modal .alert-box {
  margin-bottom: 0; }

.reveal-modal {
  z-index: 999; }

.item-list .pager {
  clear: none; }

.item-list .pager li {
  padding: 0; }

.hidden {
  display: none; }

.field-collection-container {
  border-bottom: none;
  margin-bottom: 0; }
  .field-collection-container .field-items .field-item {
    margin-bottom: 0; }

.field-collection-view {
  margin: 0;
  padding: 0;
  border-bottom: none; }

.main-content.full-width, .l-main.full-width {
  padding: 0; }

body.open-menu {
  overflow: hidden; }

ul {
  margin-left: 0px; }
  ul li {
    list-style: none; }

.fade-in {
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms ease-in; }
  .fade-in.active {
    opacity: 1;
    visibility: visible; }

.mrseaves-60px {
  font-family: mrs-eaves-roman-all-small-ca, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 65px;
  margin-bottom: 0; }

.mrseaves-48px {
  font-family: mrs-eaves-roman-all-small-ca, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 53px;
  margin-bottom: 0; }

.mrseavesot-60px {
  font-family: mrs-eaves, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 0; }

.mrseavesot-48px {
  font-family: mrs-eaves, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 0; }

.button, .impact-image--cta a, .page-search .search-form #edit-submit, .news-item .news-item--content div a {
  font-family: "BrandonText-Medium";
  font-size: 0.875rem;
  font-weight: normal;
  font-style: normal;
  border: 1px solid #8a8a8a;
  background-color: #fff;
  line-height: 1;
  color: #083e7c;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  margin: 10px 0;
  display: inline-block; }

.form-submit a:hover {
  color: #fff; }

.form-submit:hover, .button:hover, .impact-image--cta a:hover, .page-search .search-form #edit-submit:hover, .news-item .news-item--content div a:hover {
  background-color: #0d4684;
  border-color: #0d4684;
  color: #fff; }
  .form-submit:hover a, .button:hover a, .impact-image--cta a:hover a, .page-search .search-form #edit-submit:hover a, .news-item .news-item--content div a:hover a {
    color: #fff !important; }

.button.hollow, .impact-image--cta a.hollow, .page-search .search-form .hollow#edit-submit, .news-item .news-item--content div a.hollow {
  border-color: #fff;
  color: #fff;
  padding: 1rem 2.5rem;
  background: none; }
  .button.hollow:hover, .impact-image--cta a.hollow:hover, .page-search .search-form .hollow#edit-submit:hover, .news-item .news-item--content div a.hollow:hover {
    background: #fff;
    border-color: #fff;
    color: #0c223f; }
  .button.hollow.upper, .impact-image--cta a.hollow.upper, .page-search .search-form .hollow.upper#edit-submit, .news-item .news-item--content div a.hollow.upper {
    text-transform: uppercase; }
  .button.hollow.dark, .impact-image--cta a.hollow.dark, .page-search .search-form .hollow.dark#edit-submit, .news-item .news-item--content div a.hollow.dark {
    border-color: #b7b7b7;
    color: #083e7c; }
    .button.hollow.dark:hover, .impact-image--cta a.hollow.dark:hover, .page-search .search-form .hollow.dark#edit-submit:hover, .news-item .news-item--content div a.hollow.dark:hover {
      background: #0d4684;
      border-color: #0d4684;
      color: #fff; }

.button.secondary, .impact-image--cta a.secondary, .page-search .search-form .secondary#edit-submit, .news-item .news-item--content div a.secondary {
  font-size: 0.8125rem;
  color: #0857ac;
  text-align: center;
  text-transform: inherit;
  background: #fff;
  border-color: #b7b7b7; }
  .button.secondary.uppercase, .impact-image--cta a.secondary.uppercase, .page-search .search-form .secondary.uppercase#edit-submit, .news-item .news-item--content div a.secondary.uppercase {
    text-transform: uppercase;
    padding: 0.85em 1.5em; }
  .button.secondary:hover, .impact-image--cta a.secondary:hover, .page-search .search-form .secondary#edit-submit:hover, .news-item .news-item--content div a.secondary:hover {
    background: #0857ac;
    color: #fff; }

.thumbnail {
  border: none;
  box-shadow: none; }
  .thumbnail:hover {
    box-shadow: none; }
  .thumbnail.right {
    float: right;
    margin: 0 0 20px 20px; }
    @media screen and (max-width: 47.9375em) {
      .thumbnail.right {
        max-width: 50%; } }

.featured-media figure {
  max-width: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0; }

figure {
  max-width: 250px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0px; }
  figure.img-right-caption {
    float: right;
    margin-left: 40px; }
    @media screen and (max-width: 47.9375em) {
      figure.img-right-caption {
        float: none;
        margin: 0 0 20px 0;
        max-width: 100%; } }
  figure.img-left-caption {
    float: left;
    margin-right: 40px; }
    @media screen and (max-width: 47.9375em) {
      figure.img-left-caption {
        float: none;
        margin: 0 0 20px 0;
        max-width: 100%; } }
  figure.large-img {
    max-width: 100%;
    margin-bottom: 20px;
    margin-right: 0px; }
  figure.medium-img {
    max-width: 460px; }
    @media screen and (max-width: 75em) {
      figure.medium-img {
        max-width: 50%; } }
    @media screen and (max-width: 62.5em) {
      figure.medium-img {
        max-width: 460px;
        float: none;
        margin: 0 auto 20px;
        text-align: center; } }
    @media screen and (max-width: 47.9375em) {
      figure.medium-img {
        float: none;
        margin: 0 0 20px 0;
        max-width: 100%; } }
  @media screen and (max-width: 47.9375em) {
    figure {
      float: none;
      margin: 0 0 20px 0;
      max-width: 100%; } }
  figure figcaption {
    margin-top: 10px;
    font-size: 0.9375rem;
    font-style: italic; }

.tablet-down {
  display: none; }
  @media (max-width: 1080px) {
    .tablet-down {
      display: block; } }

.padded-row {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  padding: 0 20px; }

.padded-row:before,
.padded-row:after {
  content: " ";
  display: table; }

.padded-row:after {
  clear: both; }

.padded-row .row {
  margin: 0 -20px; }

@media screen and (max-width: 630px) {
  .padded-row {
    padding-left: 12px;
    padding-right: 12px; }
  .padded-row .row {
    margin: 0 -12px; } }

.emphasis-text:before {
  content: '{';
  margin-right: 15px; }

.emphasis-text:after {
  content: '}';
  margin-left: 15px; }

.hero-panel-emphasis-text:before {
  margin-right: 15px; }
  @media screen and (min-width: 48em) {
    .hero-panel-emphasis-text:before {
      margin-right: 25px; } }

.hero-panel-emphasis-text:after {
  margin-left: 15px; }
  @media screen and (min-width: 48em) {
    .hero-panel-emphasis-text:after {
      margin-left: 25px; } }

.emphasis-text:after, .emphasis-text:before {
  font-family: BrandonText-Regular;
  font-size: 0.875rem;
  position: relative;
  top: -2.5px; }
  @media only screen and (min-width: 640px) and (max-width: 1024px) {
    .emphasis-text:after, .emphasis-text:before {
      font-size: 1.375rem;
      top: -2px; } }
  @media only screen and (min-width: 1024px) {
    .emphasis-text:after, .emphasis-text:before {
      font-size: 1.625rem;
      top: -3px; } }

.hero-panel-emphasis-text:after, .hero-panel-emphasis-text:before {
  top: -1.5px; }
  @media only screen and (min-width: 640px) and (max-width: 1024px) {
    .hero-panel-emphasis-text:after, .hero-panel-emphasis-text:before {
      font-size: 1.375rem;
      top: 1px; } }
  @media only screen and (min-width: 1024px) {
    .hero-panel-emphasis-text:after, .hero-panel-emphasis-text:before {
      font-size: 1.625rem; } }

.section-header {
  text-align: center;
  font-size: 1.375rem;
  font-family: "BrandonText-Regular";
  color: #0c223f;
  letter-spacing: 1px;
  text-transform: uppercase;
  vertical-align: top; }
  @media screen and (min-width: 67.5em) {
    .section-header {
      font-size: 1.875rem; } }

hr {
  border: 0;
  height: 1px;
  margin: 1.875rem 0 3.125rem;
  background-color: #ccd4dc; }

.icon-separator--no-heading {
  margin-bottom: 50px; }

.icon-separator {
  text-align: center;
  position: relative;
  margin-top: 45px; }
  .icon-separator:after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #ccd4dc;
    position: absolute;
    top: 50%;
    left: 0; }

.fa-stack {
  color: #003c71;
  z-index: 1; }
  .fa-stack .fa-stack-1x {
    font-size: 1.375rem; }

@media screen and (max-width: 67.4375em) {
  .button, .impact-image--cta a, .page-search .search-form #edit-submit, .news-item .news-item--content div a {
    padding: 0.75rem 2.25rem !important; } }

body.open-overlay {
  overflow: hidden; }

#footer {
  margin-top: 0 !important; }

#footer-top {
  display: none !important; }

.more-news, .tag-buttons {
  display: inline-block;
  padding: 0;
  margin-left: 0 !important; }
  .more-news li, .tag-buttons li {
    display: inline-block;
    list-style: none;
    margin: 0 10px 10px 0; }
    .more-news li a, .tag-buttons li a {
      display: block;
      padding: 4px 16px;
      background: #ffed99;
      color: #000;
      font-size: 0.75rem;
      line-height: 1;
      text-transform: uppercase; }
      .more-news li a:hover, .tag-buttons li a:hover {
        background: #ffe366; }

.placeholder {
  color: #999999; }

.fancybox-overlay {
  z-index: 999998 !important; }

.fancybox-opened {
  z-index: 999999 !important; }

.fancybox-skin {
  background: transparent; }

.iframe-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; }
  .iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*! Tablesaw - v2.0.2 - 2015-10-27 (Modified)
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2015 Filament Group; Licensed MIT */
table.tablesaw {
  empty-cells: show;
  max-width: 100%;
  width: 100%; }

.tablesaw {
  border-collapse: collapse;
  width: 100%; }

.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
  display: none; }

/* Mobile first styles: Begin with the stacked presentation at narrow widths */
@media (max-width: 39.9375em) {
  table.tablesaw-stack {
    border-width: 0; }
    table.tablesaw-stack tbody, table.tablesaw-stack thead {
      border-width: 0; }
    table.tablesaw-stack tbody tr {
      display: block;
      margin-bottom: 20px;
      border: solid 1px #ccc; }
      table.tablesaw-stack tbody tr::before, table.tablesaw-stack tbody tr::after {
        content: ' ';
        display: table;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
        -ms-flex-order: 1;
            order: 1; }
      table.tablesaw-stack tbody tr::after {
        clear: both; }
    table.tablesaw-stack tbody td {
      border-width: 0; }
  /* Table rows have a gray bottom stroke by default */
  .tablesaw-stack tbody tr {
    border-bottom: 1px solid #dfdfdf; }
  /* Show the table cells as a block level element */
  .tablesaw-stack td,
  .tablesaw-stack th {
    text-align: left;
    display: block; }
  .tablesaw-stack tr {
    clear: both;
    display: table-row; }
  /* Make the label elements a percentage width */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: block;
    padding: 5px;
    width: 40%;
    display: inline-block;
    background: #ffd200; }
  /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */
  .tablesaw-stack th .tablesaw-cell-label-top,
  .tablesaw-stack td .tablesaw-cell-label-top {
    display: block;
    padding: .4em 0;
    margin: .4em 0; }
  .tablesaw-cell-label {
    display: block; }
  /* Avoid double strokes when stacked */
  .tablesaw-stack tbody th.group {
    margin-top: -1px; }
  /* Avoid double strokes when stacked */
  .tablesaw-stack th.group b.tablesaw-cell-label {
    display: none !important; } }

@media (max-width: 39.9375em) {
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: none; }
  .tablesaw-stack tbody td,
  .tablesaw-stack tbody th {
    clear: left;
    float: left;
    width: 100%; }
  .tablesaw-cell-label {
    vertical-align: top; }
  .tablesaw-cell-content {
    max-width: 55%;
    display: inline-block;
    font-size: 14px;
    padding: 5px; }
  .tablesaw-stack td:empty,
  .tablesaw-stack th:empty {
    display: none; } }

@media (max-width: 767px) {
  .page-content.interior-content.programs-page table.tablesaw-stack tbody tr {
    padding: 0; } }

/* Media query to show as a standard table at 560px (35em x 16px) or wider */
@media (min-width: 641px) {
  .tablesaw-stack tr {
    display: table-row; }
  /* Show the table header rows */
  .tablesaw-stack td,
  .tablesaw-stack th,
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: table-cell;
    margin: 0; }
  /* Hide the labels in each cell */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: none !important; } }

table[align="left"] {
  float: none; }
  @media (min-width: 768px) {
    table[align="left"] {
      margin-right: 35px;
      float: left; } }

table[align="right"] {
  float: none; }
  @media (min-width: 768px) {
    table[align="right"] {
      margin-left: 35px;
      float: right; } }

.announcement-block {
  background-color: #FFD000;
  padding: 30px;
  min-height: 200px; }
  .announcement-block .announcement--title {
    font-family: BrandonText-Medium;
    margin-top: 0px;
    font-size: 1.75rem;
    margin-bottom: 15px; }
  .announcement-block .announcement--text {
    font-family: BrandonText-Regular;
    font-size: 1rem;
    line-height: 1.25;
    margin-bottom: 25px; }
  .announcement-block a.announcement--link {
    text-decoration: none;
    font-size: 0.9375rem;
    margin-bottom: 15px;
    font-family: BrandonText-Regular;
    color: #0d4684; }
    @media screen and (min-width: 67.5em) {
      .announcement-block a.announcement--link {
        font-size: 1rem; } }

.page-content.interior-content .node-advanced-page h2.slider-title {
  text-align: center; }

.page-content.interior-content .node-advanced-page .flexslider {
  padding-bottom: 50px; }

.page-content.interior-content .node-advanced-page .flexslider ul.slides {
  margin-left: 0;
  max-width: none; }
  @media screen and (max-width: 640px) {
    .page-content.interior-content .node-advanced-page .flexslider ul.slides {
      display: -ms-flexbox;
      display: flex; } }

.page-content.interior-content .node-advanced-page .flexslider ul li {
  list-style: none; }
  @media screen and (max-width: 640px) {
    .page-content.interior-content .node-advanced-page .flexslider ul li {
      background: #0c2240; } }

.page-content.interior-content .node-advanced-page .flexslider .field-collection-item-field-adv-slider {
  position: relative; }

.page-content.interior-content .node-advanced-page .flexslider .slider-image {
  margin: 0 auto; }

.page-content.interior-content .node-advanced-page .flexslider .slider-content {
  position: absolute;
  background: rgba(12, 34, 63, 0.75);
  bottom: 0;
  width: 100%;
  max-width: 1152px;
  padding: 40px; }
  @media screen and (max-width: 640px) {
    .page-content.interior-content .node-advanced-page .flexslider .slider-content {
      background: #0c2240;
      position: static;
      padding: 20px 40px; } }

.page-content.interior-content .node-advanced-page .flexslider .slider-caption {
  font-family: "BrandonText-Regular";
  font-size: 1.5rem;
  color: #fff; }
  @media screen and (max-width: 640px) {
    .page-content.interior-content .node-advanced-page .flexslider .slider-caption {
      font-size: 0.95rem; } }

.page-content.interior-content .node-advanced-page .flexslider .slider-content .button, .page-content.interior-content .node-advanced-page .flexslider .slider-content .impact-image--cta a, .impact-image--cta .page-content.interior-content .node-advanced-page .flexslider .slider-content a, .page-content.interior-content .node-advanced-page .flexslider .slider-content .page-search .search-form #edit-submit, .page-search .search-form .page-content.interior-content .node-advanced-page .flexslider .slider-content #edit-submit, .page-content.interior-content .node-advanced-page .flexslider .slider-content .news-item .news-item--content div a, .news-item .news-item--content div .page-content.interior-content .node-advanced-page .flexslider .slider-content a {
  position: absolute;
  right: 40px;
  bottom: 15px; }
  @media screen and (max-width: 640px) {
    .page-content.interior-content .node-advanced-page .flexslider .slider-content .button, .page-content.interior-content .node-advanced-page .flexslider .slider-content .impact-image--cta a, .impact-image--cta .page-content.interior-content .node-advanced-page .flexslider .slider-content a, .page-content.interior-content .node-advanced-page .flexslider .slider-content .page-search .search-form #edit-submit, .page-search .search-form .page-content.interior-content .node-advanced-page .flexslider .slider-content #edit-submit, .page-content.interior-content .node-advanced-page .flexslider .slider-content .news-item .news-item--content div a, .news-item .news-item--content div .page-content.interior-content .node-advanced-page .flexslider .slider-content a {
      position: static;
      margin-bottom: 0; } }

.page-content.interior-content .node-advanced-page .flex-control-nav {
  bottom: 0; }

.page-content.interior-content .node-advanced-page .flexslider .flex-direction-nav a {
  display: block;
  height: 64px; }
  .page-content.interior-content .node-advanced-page .flexslider .flex-direction-nav a:before {
    color: #fff; }

.page-content.interior-content .node-advanced-page .flexslider .flex-direction-nav .flex-prev,
.page-content.interior-content .node-advanced-page .flexslider .flex-direction-nav .flex-next {
  opacity: 1; }

.page-content.interior-content .node-advanced-page .flexslider .flex-direction-nav .flex-prev {
  left: 10px; }

.page-content.interior-content .node-advanced-page .flexslider .flex-direction-nav .flex-next {
  right: 10px; }

@media screen and (max-width: 640px) {
  .page-content.interior-content .node-advanced-page .flex-direction-nav {
    display: none; } }

.no-background-attachment .hero-panel {
  background-attachment: scroll; }

.video-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  top: 0; }
  @media screen and (min-width: 67.5em) {
    .video-container {
      padding-bottom: 100px; } }

.video-container video {
  position: fixed;
  z-index: -1;
  display: none;
  top: 1px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 0;
  overflow: hidden; }
  @media screen and (min-width: 48em) {
    .video-container video {
      display: block;
      height: 120vh;
      overflow: visible; } }

.video-container .image-feature {
  position: fixed;
  z-index: -1;
  display: block;
  top: 1px;
  min-width: 100%;
  overflow: visible;
  -o-object-fit: cover;
  object-fit: cover;
  height: 120vh; }

.video-container .video-feature--mobile-img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }
  @media screen and (min-width: 48em) {
    .video-container .video-feature--mobile-img {
      display: none; } }

.hero-image-text-container {
  overflow: hidden; }
  @media screen and (max-width: 47.9375em) {
    .hero-image-text-container {
      height: 250px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; } }

.hero--text {
  margin-top: 95px;
  font-size: 3rem;
  font-family: BrandonText-Medium;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: -74px;
  z-index: 10;
  text-align: center;
  line-height: 1;
  height: 115px; }
  @media screen and (min-width: 48em) {
    .hero--text {
      margin-top: 205px;
      font-size: 6.9375rem;
      margin-bottom: -20px; } }
  @media screen and (min-width: 67.5em) {
    .hero--text {
      margin-top: 325px;
      font-size: 12.5rem;
      margin-bottom: 55px; } }

.hero--colored-text {
  color: #FFD000; }

.hero--subtext {
  font-family: BrandonText-Regular;
  font-size: 0.875rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
  padding: 10px;
  background-color: #0c223f;
  background-color: rgba(12, 34, 63, 0.749);
  margin-bottom: 18px; }
  @media screen and (min-width: 48em) {
    .hero--subtext {
      font-size: 1rem;
      letter-spacing: 1.5px;
      padding: 15px;
      margin-bottom: 25px; } }
  @media screen and (min-width: 67.5em) {
    .hero--subtext {
      font-size: 1.25rem;
      letter-spacing: 1.5px;
      padding: 20px;
      margin-bottom: 38px; } }

.hero--text,
.hero--subtext {
  position: relative;
  opacity: 0;
  transition: opacity 0.75s ease-in; }

.hero--text:after {
  content: '';
  font-family: verdana; }

.animate {
  opacity: .85;
  filter: alpha(opacity=85); }

.hero-text-bottom {
  margin-top: -30px; }
  @media screen and (min-width: 48em) {
    .hero-text-bottom {
      margin-bottom: 50px;
      margin-top: -50px; } }
  @media screen and (min-width: 67.5em) {
    .hero-text-bottom {
      margin-top: -80px;
      margin-bottom: 165px; } }

.header-cta-box {
  width: 520px;
  background-color: rgba(27, 53, 88, 0.8);
  padding: 30px;
  margin-left: 12%; }
  .header-cta-box h2 {
    font-family: BrandonText-Bold;
    font-size: 2.75rem;
    color: #ffd100;
    text-transform: uppercase;
    margin-top: 0; }
    @media screen and (max-width: 67.4375em) {
      .header-cta-box h2 {
        font-size: 2rem; } }
  .header-cta-box h4 {
    font-family: BrandonText-Bold;
    font-size: 1.625rem;
    color: #fff;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px; }
    @media screen and (max-width: 67.4375em) {
      .header-cta-box h4 {
        font-size: 1.125rem; } }
  .header-cta-box p {
    font-family: BrandonText-Regular;
    font-size: 1.125rem;
    color: #fff; }
    @media screen and (max-width: 67.4375em) {
      .header-cta-box p {
        font-size: 0.875rem; } }
  .header-cta-box a {
    font-family: BrandonText-Regular;
    font-size: 18px;
    color: #ffd100;
    text-transform: uppercase; }
    @media screen and (max-width: 67.4375em) {
      .header-cta-box a {
        font-size: 0.875rem; } }
  .header-cta-box i.fa {
    margin-left: 10px;
    color: #ffd100; }
  @media screen and (max-width: 67.4375em) {
    .header-cta-box {
      width: 100%;
      margin-left: 0;
      position: relative;
      bottom: 0; } }

.announcement-block + .main-content .hero-panel {
  margin: 0; }

.hero-panel.remove-mt {
  margin-top: 51px; }
  @media screen and (min-width: 48em) {
    .hero-panel.remove-mt {
      margin-top: 71px; } }
  @media screen and (min-width: 67.5em) {
    .hero-panel.remove-mt {
      margin-top: 116px; } }

.social-media--block {
  background-color: #e5ebf1;
  padding-bottom: 15px;
  position: relative; }
  .social-media--block .icon-separator:after {
    background: #b7c8d7; }
  .social-media--block .section-header {
    margin-top: 15px;
    margin-bottom: 40px; }
  .social-media--block .social-button--block {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center; }
    .social-media--block .social-button--block .social-icon-block {
      display: inline-block;
      vertical-align: middle; }
    .social-media--block .social-button--block .button-block--caption {
      font-size: 0.875rem;
      font-family: 'BrandonText-Regular';
      color: #fff;
      text-transform: uppercase;
      display: inline-block;
      vertical-align: middle;
      margin-right: 30px; }
      @media screen and (max-width: 47.9375em) {
        .social-media--block .social-button--block .button-block--caption {
          display: block;
          margin-bottom: 15px; } }
  .social-media--block .see-more-link {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    font-size: 0.875rem;
    line-height: 2.5rem;
    text-transform: uppercase;
    color: #0c223f;
    background: #ccd4dc url(../img/pattern-bg2.png) repeat-x; }
  .social-media--block .tintup {
    max-height: 770px;
    overflow: hidden !important; }

#social-block-modal {
  padding-top: 40px; }
  #social-block-modal .close-button {
    font-size: 0.875rem;
    text-transform: uppercase;
    z-index: 10;
    color: #fff;
    top: 2rem; }

.reveal-overlay {
  background-color: rgba(10, 10, 10, 0.65); }

@media screen and (min-width: 48em) {
  .social-icon.show-on-mobile {
    display: none; } }

.node-news-and-events .icon-separator .canisius-events--block {
  margin-top: 0px; }

.featured-story--block {
  padding-bottom: 30px; }
  .featured-story--block .featured-top {
    margin-bottom: 8px;
    position: relative; }
    @media screen and (min-width: 48em) {
      .featured-story--block .featured-top {
        margin-bottom: 60px; } }
  .featured-story--block .section-header {
    font-size: 1.375rem;
    color: #0c223f;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: .5em 0 1em; }
    @media screen and (min-width: 48em) {
      .featured-story--block .section-header {
        font-size: 1.625rem; } }
    @media screen and (min-width: 67.5em) {
      .featured-story--block .section-header {
        font-size: 1.875rem; } }

.front .featured-story--block {
  background: #fff;
  z-index: 100; }

.featured-top .featured-story--image {
  position: relative; }

.featured-top .tablet-down {
  margin-bottom: 20px; }

.featured-story {
  background-color: #fff; }
  @media screen and (min-width: 48em) {
    .featured-story {
      margin-bottom: 30px; } }
  .featured-story .featured-story--image {
    position: relative; }

.featured-story--related .featured-story--image {
  overflow: hidden;
  position: relative; }
  .featured-story--related .featured-story--image img {
    width: 100%; }
  .featured-story--related .featured-story--image:after {
    content: '';
    position: absolute;
    bottom: 0;
    top: auto;
    width: 100%;
    height: 25px;
    display: block;
    background: url(../img/angle-knockout-down.png); }
    @media screen and (max-width: 67.4375em) {
      .featured-story--related .featured-story--image:after {
        display: none; } }

.featured-top .featured-story--image:after {
  right: 14px; }

.featured-story--image:after {
  content: '';
  width: 30px;
  height: 420px;
  display: block;
  background: url(../img/angle-knockout-right-vert.png) no-repeat;
  position: absolute;
  top: 0;
  right: 0px; }
  @media screen and (max-width: 67.4375em) {
    .featured-story--image:after {
      display: none; } }

.featured-story--image .background-image {
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 420px; }
  @media screen and (max-width: 67.4375em) {
    .featured-story--image .background-image {
      margin-bottom: 20px;
      height: auto !important;
      max-height: none; } }

@media screen and (min-width: 48em) {
  .featured-story--image {
    max-width: 100%;
    padding-bottom: 0; } }

.featured-story--image img {
  width: 100%; }

@media screen and (min-width: 48em) {
  .featured-story-lg {
    display: block;
    width: 100%; } }

@media screen and (min-width: 67.5em) {
  .featured-story-lg {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px; } }

.featured-story-lg .featured-story--content-header {
  font-family: "BrandonText-Medium";
  font-size: 1.625rem; }
  @media screen and (min-width: 67.5em) {
    .featured-story-lg .featured-story--content-header {
      font-size: 1.875rem;
      margin-bottom: 10px; } }

.featured-story-lg .featured-story--content {
  padding-top: 0;
  padding-bottom: 60px; }
  @media screen and (max-width: 67.4375em) {
    .featured-story-lg .featured-story--content {
      height: auto !important; } }
  @media screen and (max-width: 47.9375em) {
    .featured-story-lg .featured-story--content {
      padding-top: 15px;
      padding-bottom: 0; } }

.featured-story-lg .featured-story--content-text {
  max-height: 80px;
  text-overflow: ellipsis;
  overflow: hidden; }
  @media screen and (min-width: 48em) {
    .featured-story-lg .featured-story--content-text {
      max-height: 80px;
      text-overflow: ellipsis;
      overflow: hidden; } }
  @media screen and (min-width: 67.5em) {
    .featured-story-lg .featured-story--content-text {
      max-height: 100%;
      font-size: 1.125rem; } }

.featured-story--content-header {
  font-size: 1.375rem;
  margin-top: 0px; }
  .featured-story--content-header a {
    text-decoration: none;
    color: #083e7c; }
  @media screen and (min-width: 48em) {
    .featured-story--content-header {
      margin-top: 24px; } }
  @media screen and (min-width: 67.5em) {
    .featured-story--content-header {
      margin-top: 15px;
      margin-bottom: 10px; } }

.featured-story--content-date {
  color: #8a8a8a;
  font-family: BrandonText-Medium;
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase; }
  .featured-story--content-date span {
    display: block; }
  @media screen and (min-width: 67.5em) {
    .featured-story--content-date {
      font-size: 0.875rem; } }

.featured-story--content-text {
  font-size: 0.9375rem;
  font-family: BrandonText-Regular;
  color: #666666;
  line-height: 1.4; }

.read-more {
  font-size: 0.9375rem;
  font-family: BrandonText-Regular;
  text-decoration: none;
  color: #0d4684; }

.featured-story--image.view-mode-small_feature:after {
  background: url(../img/angle-knockout-down.png) no-repeat;
  top: auto;
  bottom: 0px;
  right: 0;
  width: 100%;
  height: 25px; }

.slider-cta {
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 188px;
  border-top: 3px solid #fff; }
  @media screen and (min-width: 48em) {
    .slider-cta {
      min-height: 180px; } }
  @media screen and (min-width: 67.5em) {
    .slider-cta {
      min-height: 300px; } }
  .slider-cta .section-header {
    color: #fff; }
    @media (min-width: 740px) {
      .slider-cta .section-header {
        margin-top: 0;
        padding-top: 25px; } }
  .slider-cta .heading-slider {
    min-height: 155px; }
    @media (min-width: 740px) {
      .slider-cta .heading-slider {
        min-height: 225px;
        background-color: #0c223f;
        background-color: rgba(12, 34, 63, 0.749); } }
    @media (min-width: 1200px) {
      .slider-cta .heading-slider {
        min-height: 250px; } }
  .slider-cta .hero--text {
    font-size: 1.5rem;
    margin-top: 30px;
    margin-bottom: 25px;
    padding: 0 40px;
    height: auto;
    opacity: 1; }
    @media screen and (min-width: 48em) {
      .slider-cta .hero--text {
        font-size: 2.25rem;
        margin-bottom: 35px; } }
    @media screen and (min-width: 67.5em) {
      .slider-cta .hero--text {
        font-size: 3.25rem;
        margin-top: 70px;
        margin-bottom: 45px; } }
  .slider-cta .cta-links--block {
    display: block;
    text-align: center; }
    .slider-cta .cta-links--block p {
      width: auto;
      max-width: none;
      margin: 0;
      padding: 0 10px;
      display: inline-block; }
  .slider-cta a:first-child {
    margin-top: 15px; }
  .slider-cta .cta-links--container {
    text-align: center; }
  .slider-cta a {
    display: inline-block;
    text-align: center;
    font-size: 0.8125rem;
    font-family: BrandonText-Medium;
    text-transform: uppercase;
    padding: 15px;
    border: 2px solid #fff;
    width: 160px;
    margin-left: 15px;
    margin-bottom: 15px;
    background: transparent;
    line-height: 1;
    color: #fff;
    text-decoration: none; }
    @media screen and (max-width: 28.125em) {
      .slider-cta a {
        width: 140px; }
        .slider-cta a:last-child {
          margin-left: 0; } }
    @media screen and (min-width: 67.5em) {
      .slider-cta a {
        display: inline-block;
        margin-left: 40px;
        font-size: 0.9375rem; } }
  .slider-cta a:first-child {
    margin-left: 0px; }
  .slider-cta a:hover {
    color: #000;
    background-color: #FFD000; }

.interior .slider-cta {
  min-height: 202px;
  margin-bottom: 63px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgxJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjQzIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg0JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjM1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4zNSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+), url(../img/slider-interior-cta-bg.jpg) no-repeat;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.43) 81%, rgba(0, 0, 0, 0.35) 84%, rgba(0, 0, 0, 0.35) 100%), url(../img/slider-interior-cta-bg.jpg) no-repeat;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-size: cover; }
  .interior .slider-cta .hero--text {
    margin: 30px 0 20px;
    font-size: 2.25rem;
    font-size: 1.5rem; }

.impact-slider {
  display: block;
  overflow: hidden; }

.impact-image--info {
  display: block;
  background: #0c233f;
  z-index: 1;
  padding: 20px 10px 20px;
  background: transparent;
  position: absolute;
  max-width: 530px; }
  @media screen and (min-width: 67.5em) {
    .impact-image--info {
      max-width: 620px;
      padding-top: 40px; } }
  @media screen and (max-width: 47.9375em) {
    .impact-image--info {
      position: static;
      max-width: 100%; } }

.impact-image-block {
  width: 100%;
  overflow: hidden;
  position: relative; }
  @media screen and (min-width: 48em) {
    .impact-image-block {
      max-height: 320px; } }
  @media screen and (min-width: 67.5em) {
    .impact-image-block {
      max-height: 530px; } }

.impact-image-container.slick-slide {
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.43) 81%, rgba(0, 0, 0, 0.35) 84%, rgba(0, 0, 0, 0.35) 100%);
  position: relative;
  overflow: hidden;
  float: left; }
  @media screen and (min-width: 48em) {
    .impact-image-container.slick-slide {
      max-height: 320px; } }
  @media screen and (min-width: 67.5em) {
    .impact-image-container.slick-slide {
      max-height: 530px; } }
  .impact-image-container.slick-slide > img {
    width: 100%;
    position: relative;
    z-index: -1; }
  .impact-image-container.slick-slide .impact-image-info-wrapper {
    background-color: #0c233f;
    padding-bottom: 20px; }
    @media screen and (min-width: 48em) {
      .impact-image-container.slick-slide .impact-image-info-wrapper {
        background-color: transparent;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; } }

.impact-image--info--title {
  font-size: 3.5rem;
  margin-bottom: 20px;
  max-width: 610px;
  font-family: "BrandonText-Thin";
  font-weight: 600;
  color: #fff;
  line-height: 1.07;
  margin-top: 0; }
  @media screen and (max-width: 67.4375em) {
    .impact-image--info--title {
      font-size: 1.875rem;
      margin-bottom: 10px;
      margin-top: 0; } }

.impact-image--info--caption {
  font-family: 'BrandonText-Regular';
  color: #fff;
  margin-bottom: 1rem;
  line-height: normal;
  font-size: 1.5rem; }
  @media screen and (max-width: 67.4375em) {
    .impact-image--info--caption {
      font-size: 1rem;
      margin-bottom: 15px;
      margin-top: 0; } }

.impact-image--info--text {
  font-family: 'BrandonText-Regular';
  line-height: 1.25;
  color: #fff;
  font-size: 0.875rem;
  margin-bottom: 15px; }
  @media screen and (min-width: 48em) {
    .impact-image--info--text {
      font-size: 0.875rem;
      margin-bottom: 10px;
      max-width: 330px;
      margin-top: 0; } }
  @media screen and (min-width: 67.5em) {
    .impact-image--info--text {
      font-size: 1.125rem;
      margin-bottom: 25px;
      max-width: 425px; } }

.impact-image--info--subtext {
  color: #dcc070;
  font-size: 0.75rem;
  margin-bottom: 15px; }
  .impact-image--info--subtext strong {
    display: block; }
  @media screen and (min-width: 48em) {
    .impact-image--info--subtext {
      font-size: 0.75rem;
      margin-bottom: 15px;
      margin-top: 0; } }
  @media screen and (min-width: 67.5em) {
    .impact-image--info--subtext {
      font-size: 16px;
      margin-bottom: 25px; } }

.impact-image--cta a {
  margin-right: 15px;
  color: #fff;
  background: none;
  display: inline-block; }
  .impact-image--cta a:hover {
    background: #fff;
    color: #0c223f;
    border-color: #fff; }
  @media screen and (max-width: 47.9375em) {
    .impact-image--cta a {
      float: left;
      clear: left; } }

.impact-image--cta a:last-child {
  margin-left: 0;
  margin-right: 0; }

.slick-list:focus {
  outline: none; }

.slider-button-block {
  background-color: #ccd4dc;
  width: 100%;
  display: block;
  position: relative;
  z-index: 3; }
  @media screen and (min-width: 48em) {
    .slider-button-block {
      min-height: 105px;
      border-top: 3px solid #fff; } }
  @media screen and (min-width: 48em) {
    .slider-button-block .slick-track {
      transform: translate3d(0px, 0px, 0px) !important; } }

.slider-button.slick-slide {
  border-left: 2px solid #fff;
  height: 100%;
  display: inline-block;
  width: 250px;
  min-height: 115px;
  position: relative;
  vertical-align: middle;
  float: none; }
  .slider-button.slick-slide:first-child {
    border-left: 0; }
  @media screen and (min-width: 48em) {
    .slider-button.slick-slide {
      display: table-cell;
      padding: 10px;
      vertical-align: top; } }
  @media (min-width: 1200px) {
    .slider-button.slick-slide {
      padding: 33px 0 33px 15px; } }
  @media screen and (max-width: 47.9375em) {
    .slider-button.slick-slide {
      background-color: #ffd100;
      border-color: #ffd100; }
      .slider-button.slick-slide:before {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      .slider-button.slick-slide:after {
        border-color: rgba(136, 183, 213, 0);
        border-top-color: #ffd100;
        border-width: 15px;
        margin-left: -15px; }
      .slider-button.slick-slide:before {
        border-color: rgba(194, 225, 245, 0);
        border-top-color: #ffd100;
        border-width: 17px;
        margin-left: -17px; } }

.slider-button:focus {
  outline: none; }

.slider-button:last-child {
  border-right: none; }

.slider-button:hover {
  cursor: pointer; }

.slider-button--stat .text {
  font-family: 'BrandonText-Bold';
  color: #0c223f;
  vertical-align: top;
  float: none;
  display: block;
  font-size: 2.5rem;
  line-height: 3rem;
  max-width: 120px; }
  @media screen and (min-width: 67.5em) {
    .slider-button--stat .text {
      float: left;
      vertical-align: top;
      font-size: 3.75rem; } }

.slider-button--fact {
  font-family: 'BrandonText-Regular';
  color: #0c223f;
  line-height: 1.25;
  font-size: 0.9375rem;
  float: left;
  line-height: 1.25;
  vertical-align: top; }
  @media screen and (min-width: 48em) {
    .slider-button--fact {
      font-size: 0.9375rem;
      margin-left: 0; } }
  @media screen and (min-width: 67.5em) {
    .slider-button--fact {
      font-size: 0.9375rem;
      float: left;
      margin-left: 15px;
      max-width: 160px;
      line-height: 1.25;
      vertical-align: top; } }

@media screen and (min-width: 48em) {
  .stat-lg + .slider-button--fact {
    margin-left: 0; } }

@media (min-width: 1200px) {
  .stat-lg + .slider-button--fact {
    margin-left: 18px;
    max-width: 125px;
    margin-right: 10px; } }

.slider-button.slide-active {
  background-color: #ffd100;
  border-color: #ffd100; }

.slider-button.slide-active:after,
.slider-button.slide-active:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.slider-button.slide-active:after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #ffd100;
  border-width: 15px;
  margin-left: -15px; }

.slider-button.slide-active:before {
  border-color: rgba(194, 225, 245, 0);
  border-top-color: #ffd100;
  border-width: 17px;
  margin-left: -17px; }

.slider-button.stacked {
  padding: 33px 15px; }
  .slider-button.stacked .slider-button--stat,
  .slider-button.stacked .slider-button--fact {
    max-width: none; }
  .slider-button.stacked .slider-button--stat {
    margin-bottom: 5px; }
  .slider-button.stacked .slider-button--stat .text {
    font-size: 2.25rem;
    line-height: 2rem;
    max-width: none;
    float: none; }
  .slider-button.stacked .slider-button--fact {
    margin: 0; }

.impact-slider.rem_1_5 .slider-button.stacked .slider-button--stat .text {
  font-size: 1.5rem;
  line-height: 1.75rem; }

.impact-slider.rem_2_25 .slider-button.stacked .slider-button--stat .text {
  font-size: 2.25rem;
  line-height: 2rem; }

.slider-button.stacked.icon .slider-button--stat .icon {
  width: 60px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle; }

.slider-button.stacked.icon .slider-button--stat .text {
  width: calc(100% - 75px);
  display: inline-block;
  vertical-align: middle; }

.slick-dots {
  position: absolute;
  display: none; }
  .slick-dots li {
    list-style-type: none; }
  @media screen and (min-width: 48em) {
    .slick-dots {
      display: block;
      top: 85px;
      right: 35px; } }
  @media (min-width: 1200px) {
    .slick-dots {
      display: block;
      right: 70px;
      top: 25%; } }

.slick-dots li button {
  box-shadow: none;
  border: none;
  background-color: transparent;
  border-radius: 50%;
  font-size: 0;
  padding: 0;
  border: 2px solid #fff;
  margin-bottom: 20px; }
  @media screen and (min-width: 48em) {
    .slick-dots li button {
      height: 15px;
      width: 15px; } }
  @media (min-width: 1200px) {
    .slick-dots li button {
      height: 20px;
      width: 20px; } }

@media screen and (max-width: 47.9375em) {
  .slider-controls .slick-slide {
    padding: 15px 45px; }
    .slider-controls .slick-slide.slick-active {
      background-color: #FFD000; } }

@media screen and (max-width: 47.9375em) {
  .slider-controls .slick-prev {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0px;
    width: 35px;
    z-index: 3;
    background-color: #ccd4dc;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../img/arrow-left-white.png"); }
    .slider-controls .slick-prev.slick-disabled {
      background-color: #fff;
      background-image: none;
      z-index: -2; } }

@media screen and (max-width: 47.9375em) {
  .slider-controls .slick-next {
    height: 100%;
    top: 0;
    right: 0;
    width: 35px;
    background-color: #ccd4dc;
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    background-image: url("../img/arrow-right-white.png"); }
    .slider-controls .slick-next.slick-disabled {
      background-color: #fff;
      background-image: none;
      z-index: -2; } }

li.slick-active button {
  background: #FFD000;
  border: 2px solid #FFD000; }

li.slick-active button:focus {
  outline: none; }

.canisius-events--block--full-width {
  background: #f1e6c6 url(../img/pattern-bg.jpg);
  padding-bottom: 60px;
  margin-top: 35px; }
  .canisius-events--block--full-width .column, .canisius-events--block--full-width .columns, .canisius-events--block--full-width .column:last-child, .canisius-events--block--full-width .columns:last-child {
    max-width: 600px;
    margin: 0 auto;
    float: none; }
    .canisius-events--block--full-width .column .button, .canisius-events--block--full-width .columns .button, .canisius-events--block--full-width .column .impact-image--cta a, .impact-image--cta .canisius-events--block--full-width .column a, .canisius-events--block--full-width .columns .impact-image--cta a, .impact-image--cta .canisius-events--block--full-width .columns a, .canisius-events--block--full-width .column .page-search .search-form #edit-submit, .page-search .search-form .canisius-events--block--full-width .column #edit-submit, .canisius-events--block--full-width .columns .page-search .search-form #edit-submit, .page-search .search-form .canisius-events--block--full-width .columns #edit-submit, .canisius-events--block--full-width .column .news-item .news-item--content div a, .news-item .news-item--content div .canisius-events--block--full-width .column a, .canisius-events--block--full-width .columns .news-item .news-item--content div a, .news-item .news-item--content div .canisius-events--block--full-width .columns a, .canisius-events--block--full-width .column:last-child .button, .canisius-events--block--full-width .columns:last-child .button, .canisius-events--block--full-width .column:last-child .impact-image--cta a, .impact-image--cta .canisius-events--block--full-width .column:last-child a, .canisius-events--block--full-width .columns:last-child .impact-image--cta a, .impact-image--cta .canisius-events--block--full-width .columns:last-child a, .canisius-events--block--full-width .column:last-child .page-search .search-form #edit-submit, .page-search .search-form .canisius-events--block--full-width .column:last-child #edit-submit, .canisius-events--block--full-width .columns:last-child .page-search .search-form #edit-submit, .page-search .search-form .canisius-events--block--full-width .columns:last-child #edit-submit, .canisius-events--block--full-width .column:last-child .news-item .news-item--content div a, .news-item .news-item--content div .canisius-events--block--full-width .column:last-child a, .canisius-events--block--full-width .columns:last-child .news-item .news-item--content div a, .news-item .news-item--content div .canisius-events--block--full-width .columns:last-child a {
      margin-left: 20px; }
  .canisius-events--block--full-width .icon-separator {
    margin-top: -30px; }
    .canisius-events--block--full-width .icon-separator:after {
      background: 0; }
  .canisius-events--block--full-width .section-header {
    margin-top: 15px; }
  .canisius-events--block--full-width .canisius-events--calendar-container {
    background: #fff;
    color: #000;
    font-family: 'BrandonText-Regular';
    font-size: 1.5rem;
    text-align: center;
    margin: 50px 0; }

.event-small {
  padding: 0 1.25rem; }
  @media screen and (max-width: 67.4375em) {
    .event-small {
      margin-bottom: 20px; } }
  .event-small .content {
    border: 1px solid #ccc; }
  .event-small .date {
    border-right: 1px solid #ccc;
    display: table;
    min-height: 120px; }
    @media screen and (max-width: 47.9375em) {
      .event-small .date {
        border: none; } }
  .event-small .event-info {
    min-height: 120px;
    text-align: left; }
  .event-small .oho-date-block {
    width: auto;
    background: none;
    display: table-cell;
    vertical-align: middle; }
  .event-small h3 {
    margin: 10px 0 10px 0;
    font-size: 20px;
    font-family: "BrandonText-Medium"; }
  .event-small p {
    font-size: 14px;
    margin-bottom: 5px; }

/*
----------------
ALERT
----------------
*/
.alert-message-block {
  background: #fff6cc;
  margin-bottom: 3px solid #fff;
  padding: 45px 0 25px; }
  .alert-message-block .padded-row {
    position: relative;
    background: #fff6cc;
    z-index: 1; }
    @media (min-width: 641px) {
      .alert-message-block .padded-row {
        padding-left: 0; } }

.alert-decor-col {
  width: 262px;
  margin-left: -20px;
  margin-bottom: 20px; }
  @media (min-width: 641px) {
    .alert-decor-col {
      float: left;
      margin-left: 0; } }

@media (min-width: 641px) {
  .alert-content-col {
    width: calc(100% - 262px);
    float: left;
    padding-left: 40px; } }

.alert-decor-background-extender {
  position: absolute;
  height: 56px;
  top: 45px;
  left: 0;
  width: 40%;
  background: #ffd100;
  display: none; }
  @media (min-width: 641px) {
    .alert-decor-background-extender {
      display: block; } }

.alert-decor {
  background: #ffd100;
  font-size: 20px;
  font-weight: 600;
  text-align: right;
  padding: 15px;
  position: relative;
  margin: 0 20px 0 0; }
  .alert-decor:after {
    content: "";
    background-image: url("/sites/all/themes/canisius/assets/img/alert-triangle.png");
    background-size: cover;
    height: 56px;
    width: 20px;
    right: -20px;
    top: 0;
    display: block;
    position: absolute; }
  .alert-decor span {
    margin-left: 20px; }

.alert-content h2, .alert-content h1, .alert-content p {
  color: #0c223f; }

.alert-content h2 {
  margin-top: 0;
  margin-bottom: 10px; }

.page-search .search-form #edit-submit {
  vertical-align: bottom; }

.page-search .search-form #edit-basic > div {
  display: inline-block;
  vertical-align: bottom;
  margin-top: 0;
  margin-bottom: 10px; }

.page-search .search-form input {
  border: 1px solid #8a8a8a;
  height: 47px; }

.logged-in .button-group {
  clear: both; }

.has-slate-form .program-intro,
.form-right .body {
  min-height: 450px; }
  @media screen and (max-width: 640px) {
    .has-slate-form .program-intro,
    .form-right .body {
      min-height: 0; } }

.form-embed {
  background: #f2cf31;
  padding: 30px;
  padding-bottom: 10px;
  position: relative;
  right: 0;
  top: 0;
  z-index: 1000; }
  @media screen and (max-width: 640px) {
    .form-embed {
      position: static;
      margin-bottom: 80px; } }
  .form-embed .form-embed--form {
    max-height: 150px;
    overflow: hidden; }
    .form-embed .form-embed--form.open {
      max-height: none;
      overflow: visible; }
      .form-embed .form-embed--form.open #form_question_2064a890-e0be-4933-afbd-4979a4b42572 {
        margin-top: -.5em; }
  .form-embed a.toggle-form {
    display: block;
    color: #0c223f;
    font-weight: thin;
    margin-top: 20px;
    text-align: center; }
    .form-embed a.toggle-form i.fa {
      margin-left: 10px;
      font-size: 86px;
      /* Safari and Chrome */
      /* Firefox */
      /* IE 9 */
      /* Opera */
      transform: scale(2, 1);
      /* W3C */ }
  .form-embed h3 {
    margin-top: 0; }
  .form-embed .left {
    display: inline-block;
    vertical-align: top;
    width: calc(39% - 10px);
    margin-right: 10px; }
  .form-embed .slate-form {
    display: inline-block;
    vertical-align: top;
    width: calc(60% - 10px);
    margin-left: 10px; }
  .form-embed div.form_page input[type="text"],
  .form-embed div.form_page input[type="email"] {
    margin: 0; }
  .form-embed div.form_label {
    font-weight: bold;
    color: #15223b; }
  .form-embed label {
    color: #15223b; }
  .form-embed select {
    width: auto;
    min-width: 0;
    border-color: #000; }
    @media screen and (max-width: 640px) {
      .form-embed select {
        margin-left: 0 !important; } }
  .form-embed #form_question_2064a890-e0be-4933-afbd-4979a4b42572 {
    margin-top: 40px; }
  .form-embed .action button {
    font-family: "BrandonText-Medium";
    font-size: 0.875rem;
    font-weight: normal;
    font-style: normal;
    border: 1px solid #8a8a8a;
    background-color: #fff;
    line-height: 1;
    color: #083e7c;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    margin: 10px 0;
    display: inline-block;
    padding: 1rem 2.25rem;
    vertical-align: middle;
    transition: background-color 0.25s ease-out, color 0.25s ease-out; }
    .form-embed .action button:hover {
      color: #fff;
      background-color: #0d4684;
      border-color: #0d4684; }

.form-embed #register_date,
.form-embed #register_location,
.form-embed #event_description {
  display: none; }

.form-right .body {
  width: 66.66667%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  display: inline-block;
  vertical-align: top; }
  @media screen and (max-width: 640px) {
    .form-right .body {
      width: 100%;
      display: block; } }

.form-right .form-embed {
  width: 33%;
  display: inline-block;
  vertical-align: top; }
  @media screen and (max-width: 640px) {
    .form-right .form-embed {
      width: 100%;
      display: block; } }

.node-advanced-page:not(.form-right) .form-embed {
  position: static;
  width: 50%;
  margin: 0 auto; }
  @media screen and (max-width: 640px) {
    .node-advanced-page:not(.form-right) .form-embed {
      width: 100%; } }

/* =============================================================================
    GALLERY
   ========================================================================== */
.de-gallery {
  float: left;
  width: 100%;
  padding-top: .5em;
  border-bottom: 1px solid #e3e5e5;
  padding-bottom: .5em;
  margin-bottom: 1em; }

.page-content.interior-content .de-gallery ul {
  margin-left: 0; }

.page-content.interior-content .de-gallery p, .page-content.interior-content .de-gallery ul {
  max-width: none; }

.page-content.interior-content .de-gallery ul li {
  list-style: none; }

.flexslider {
  box-shadow: none;
  margin: 0;
  height: auto;
  position: relative; }

.de-gallery-wrapper.field .field-label {
  margin-bottom: 0;
  margin-top: 1em; }

.de-gallery ul.slides {
  text-align: center; }

.de-gallery ul.slides > li {
  display: inline-block;
  width: 19.2%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 20px; }
  @media screen and (min-width: 67.5em) {
    .de-gallery ul.slides > li {
      margin-right: 1%; } }

.de-gallery ul.slides > li:nth-child(5n+5) {
  margin-right: 0; }

.de-gallery .colorbox-thumb {
  margin: 0; }

ul.flex-direction-nav {
  position: absolute;
  width: 100%;
  top: 46%;
  margin-left: 0 !important;
  margin: 0 auto;
  display: none; }
  @media screen and (min-width: 67.5em) {
    ul.flex-direction-nav {
      display: block; } }

ul.flex-direction-nav li {
  list-style: none;
  list-style-image: none;
  display: inline; }

ul.flex-direction-nav li a {
  height: 56px;
  width: 60px;
  background-position: center;
  margin: -5px 0 0; }

ul.flex-direction-nav li a.flex-next {
  background: url("../../misc/next.svg"); }

ul.flex-direction-nav li a.flex-prev {
  background: url("../../misc/prev.svg");
  float: left;
  text-align: left;
  text-indent: -9999px; }

.flex-control-thumbs {
  margin: 0 0 0; }

.flex-control-nav {
  bottom: 0; }

.de-responsive-gallery #colorbox, .de-responsive-gallery #cboxWrapper {
  overflow: visible !important; }

.de-responsive-gallery #cboxBottomLeft,
.de-responsive-gallery #cboxBottomRight,
.de-responsive-gallery #cboxBottomCenter,
.de-responsive-gallery #cboxTopRight,
.de-responsive-gallery #cboxTopLeft,
.de-responsive-gallery #cboxMiddleLeft,
.de-responsive-gallery #cboxMiddleRight,
.de-responsive-gallery #cboxTopCenter {
  background: none; }

.de-responsive-gallery #cboxLoadedContent {
  margin-bottom: 28px; }

.de-responsive-gallery #cboxContent {
  background: transparent;
  overflow: visible; }

.de-responsive-gallery #cboxNext:hover,
.de-responsive-gallery #cboxNext {
  background: url("../../misc/next.svg");
  width: 20px;
  height: 60px;
  background-position: center;
  text-indent: -9999px;
  position: absolute;
  float: right;
  bottom: 0;
  left: auto;
  top: 47%;
  right: -4%; }

.de-responsive-gallery #cboxPrevious:hover,
.de-responsive-gallery #cboxPrevious {
  background: url("../../misc/prev.svg");
  width: 20px;
  height: 60px;
  background-position: center;
  text-indent: -9999px;
  position: absolute;
  float: left;
  bottom: 0;
  right: auto;
  top: 47%;
  left: -4%; }

.de-responsive-gallery #cboxClose:hover,
.de-responsive-gallery #cboxClose {
  background: url("../../misc/close.svg");
  width: 14px;
  height: 20px;
  background-position: center;
  text-indent: -9999px;
  bottom: 0; }

.de-responsive-gallery #cboxCurrent {
  position: absolute;
  bottom: 0px;
  left: 0;
  color: #fff; }

.de-responsive-gallery #cboxTitle {
  padding: 0 0 .5em 0;
  position: relative;
  bottom: 18px;
  width: 65%;
  color: #fff;
  font-weight: 400;
  margin: 0 auto;
  float: none !important; }

.de-responsive-gallery #cboxTitle {
  text-align: center !important; }

/* =============================================================================
   Responsive
   ========================================================================== */
@media (max-width: 800px) {
  .node ol.flex-control-nav {
    position: relative;
    overflow: visible; }
  .flexslider .slides > li {
    margin-right: 0; } }

.hero-cover {
  position: relative;
  background: #fff;
  z-index: 2; }

@media (min-width: 1080px) {
  hero {
    max-height: 621px;
    overflow: hidden; } }

.interior section.interior-hero-panel .hero__img {
  position: relative;
  z-index: -1; }

.interior section.interior-hero-panel .hero__img__parallax {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center; }

.no-background-attachment .interior section.interior-hero-panel .hero__img__parallax {
  background-attachment: scroll; }

.interior section.interior-hero-panel {
  position: relative; }
  .interior section.interior-hero-panel img {
    width: 100%;
    margin-top: -1px; }
  .interior section.interior-hero-panel .opacity-strip-bg {
    position: absolute;
    bottom: 0px;
    background-color: rgba(12, 34, 63, 0.75);
    padding: 40px 0;
    width: 100%;
    text-align: center;
    z-index: 2; }
    @media screen and (max-width: 67.4375em) {
      .interior section.interior-hero-panel .opacity-strip-bg {
        padding: 20px 0px;
        position: static;
        background-color: #0c223f; } }
  .interior section.interior-hero-panel h2 {
    font-size: 3.75rem;
    color: #fff;
    text-transform: none;
    margin: 0px;
    padding: 0 20px; }
    @media screen and (max-width: 47.9375em) {
      .interior section.interior-hero-panel h2 {
        font-size: 1.25rem; } }
    .interior section.interior-hero-panel h2 span {
      display: block;
      color: #dcc070;
      font-size: 1.125rem;
      letter-spacing: 4px;
      text-transform: uppercase; }
      @media screen and (max-width: 47.9375em) {
        .interior section.interior-hero-panel h2 span {
          font-size: 1rem; } }

.interior .page-content .story-feature {
  margin-bottom: 60px; }
  .interior .page-content .story-feature h2 {
    max-width: 100%;
    margin-bottom: 50px; }
  .interior .page-content .story-feature.closed h3:after {
    transform: rotate(180deg); }
  .interior .page-content .story-feature .opacity {
    position: relative; }
    .interior .page-content .story-feature .opacity img {
      width: 100%; }
  .interior .page-content .story-feature .row.solid {
    margin: 0px;
    background: #0c223f;
    display: none;
    transition: all 500ms ease-in-out; }
  .interior .page-content .story-feature .button, .interior .page-content .story-feature .impact-image--cta a, .impact-image--cta .interior .page-content .story-feature a, .interior .page-content .story-feature .page-search .search-form #edit-submit, .page-search .search-form .interior .page-content .story-feature #edit-submit, .interior .page-content .story-feature .news-item .news-item--content div a, .news-item .news-item--content div .interior .page-content .story-feature a {
    margin-bottom: 40px; }
  .interior .page-content .story-feature .row .column, .interior .page-content .story-feature .row .columns {
    padding: 0 40px 0px; }
    @media screen and (max-width: 32.5em) {
      .interior .page-content .story-feature .row .column, .interior .page-content .story-feature .row .columns {
        padding: 0 15px 0px; } }
  .interior .page-content .story-feature p {
    color: #fff; }
  .interior .page-content .story-feature h3 {
    font-family: "BrandonText-Thin";
    font-weight: 600;
    color: #fff;
    font-size: 48px;
    position: absolute;
    bottom: 0px;
    background: rgba(12, 34, 63, 0.75);
    width: 100%;
    margin: 0;
    padding: 0 40px;
    max-width: 100%;
    cursor: pointer; }
    @media screen and (max-width: 67.4375em) {
      .interior .page-content .story-feature h3 {
        font-size: 2.5rem; } }
    @media screen and (max-width: 32.5em) {
      .interior .page-content .story-feature h3 {
        font-size: 1.375rem;
        font-family: "BrandonText-Bold";
        padding: 15px; } }
    .interior .page-content .story-feature h3:after {
      content: "";
      display: block;
      width: 36px;
      height: 36px;
      background-image: url(../img/down-arrow.png);
      background-repeat: no-repeat;
      position: absolute;
      right: 20px;
      top: 50%;
      margin-top: -18px;
      transform: rotate(0deg);
      transition: all 500ms ease-in-out; }
  .interior .page-content .story-feature h4 {
    color: #fff;
    margin-top: 20px;
    font-size: 1.5rem; }
  .interior .page-content .story-feature .gold {
    color: #dcc070;
    line-height: 1.2;
    font-family: "BrandonText-Medium"; }
    .interior .page-content .story-feature .gold span {
      display: block;
      font-family: "BrandonText-Regular"; }

.view-program--key .h4-title {
  margin-top: 0; }

.online, .fast-track {
  cursor: pointer; }

.flickr-slideshow {
  margin-bottom: 50px; }

.programs-page #page-title {
  margin-bottom: 5px; }

.programs-page .h4-title {
  margin-top: 0px; }

.popup {
  border: 1px solid #ccc;
  padding: 15px;
  background: #fff;
  position: absolute;
  max-width: 190px;
  margin-top: 5px;
  display: none; }
  .popup a {
    clear: both;
    font-size: 14px; }

#boxes-box-programs_description p {
  max-width: 850px;
  font-size: 18px; }

.programs-page .view-program .view-content > .view-program--key > div span {
  color: #000;
  font-size: 14px;
  margin-bottom: 10px; }

.page-content.interior-content .programs ul {
  margin-bottom: 0; }

.programs {
  padding: 72px 0 0; }
  .programs .row {
    position: relative; }
  .programs .lead {
    margin: 0 0 80px 0; }
  @media screen and (min-width: 48em) {
    .programs .h1-title {
      font-size: 2.375rem; } }
  .programs .program-bg {
    background-size: cover;
    height: 550px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    margin-top: 15px; }
    @media screen and (max-width: 47.9375em) {
      .programs .program-bg {
        height: auto; } }
    .programs .program-bg .content {
      width: 360px;
      position: absolute;
      top: 0;
      bottom: 0;
      background-color: rgba(12, 34, 63, 0.75);
      padding: 50px 15px 0; }
      @media screen and (min-width: 67.5em) {
        .programs .program-bg .content {
          padding-left: 40px;
          padding-right: 40px; } }
      @media screen and (max-width: 47.9375em) {
        .programs .program-bg .content {
          width: 100%;
          position: static;
          padding: 20px; } }
      .programs .program-bg .content h2 {
        margin-top: 0px;
        margin-bottom: 10px; }
      .programs .program-bg .content p {
        color: #ccd4dc;
        font-size: 20px;
        font-weight: 500; }

.button.hollow.button--program-feature, .impact-image--cta a.hollow.button--program-feature, .page-search .search-form .hollow.button--program-feature#edit-submit, .news-item .news-item--content div a.hollow.button--program-feature {
  background: none; }
  .button.hollow.button--program-feature a, .impact-image--cta a.hollow.button--program-feature a, .page-search .search-form .hollow.button--program-feature#edit-submit a, .news-item .news-item--content div a.hollow.button--program-feature a {
    color: #fff; }
  .button.hollow.button--program-feature:hover, .impact-image--cta a.hollow.button--program-feature:hover, .page-search .search-form .hollow.button--program-feature#edit-submit:hover, .news-item .news-item--content div a.hollow.button--program-feature:hover {
    background: #fff; }
    .button.hollow.button--program-feature:hover a, .impact-image--cta a.hollow.button--program-feature:hover a, .page-search .search-form .hollow.button--program-feature#edit-submit:hover a, .news-item .news-item--content div a.hollow.button--program-feature:hover a {
      color: #0c223f; }

.program__description a {
  color: #fff;
  font-weight: 600;
  font-size: 18px; }
  .program__description a:hover {
    text-decoration: underline; }
  .program__description a.button, .program__description .impact-image--cta a, .impact-image--cta .program__description a, .program__description .page-search .search-form a#edit-submit, .page-search .search-form .program__description a#edit-submit, .program__description .news-item .news-item--content div a, .news-item .news-item--content div .program__description a {
    color: #083e7c; }
    .program__description a.button:hover, .program__description .impact-image--cta a:hover, .impact-image--cta .program__description a:hover, .program__description .page-search .search-form a#edit-submit:hover, .page-search .search-form .program__description a#edit-submit:hover, .program__description .news-item .news-item--content div a:hover, .news-item .news-item--content div .program__description a:hover {
      color: #fff; }

.no-background-attachment .schools {
  background-attachment: scroll; }

.schools {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  height: 650px;
  padding: 34px 0 60px;
  margin-top: 15px;
  position: relative;
  height: auto; }
  .schools .school-icon {
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -30px;
    color: #003c71; }
    .schools .school-icon .fa-stack-1x {
      font-size: 20px; }
  .schools .large-centered p, .schools .node-type-landing-page .small-img-section .full-width-copy p, .node-type-landing-page .small-img-section .schools .full-width-copy p, .schools .node-type-degree-program .small-img-section .full-width-copy p, .node-type-degree-program .small-img-section .schools .full-width-copy p, .schools .node-type-school .small-img-section .full-width-copy p, .node-type-school .small-img-section .schools .full-width-copy p {
    margin: 30px 0 60px;
    font-size: 1.125rem;
    line-height: 1.6;
    color: #0c223f; }
  .schools.full-width {
    background-image: none; }
    .schools.full-width h2 {
      font-size: 1.375rem; }
      @media screen and (min-width: 48em) {
        .schools.full-width h2 {
          font-size: 1.875rem; } }
    .schools.full-width p {
      max-width: 860px; }

.schools h2 {
  margin-top: 58px; }

.small-img-section h2 {
  margin-bottom: 10px; }

.small-img-button-container {
  text-align: center; }
  @media (min-width: 768px) {
    .small-img-button-container {
      text-align: left; } }

.research .button, .research .impact-image--cta a, .impact-image--cta .research a, .research .page-search .search-form #edit-submit, .page-search .search-form .research #edit-submit, .research .news-item .news-item--content div a, .news-item .news-item--content div .research a {
  margin-top: 40px;
  display: inline-block; }

.research .opacity-strip-photo-boxes {
  margin-bottom: -30px; }
  @media screen and (max-width: 67.4375em) {
    .research .opacity-strip-photo-boxes {
      max-width: 800px; }
      .research .opacity-strip-photo-boxes .column, .research .opacity-strip-photo-boxes .columns {
        margin-bottom: 30px; } }

.research.full-width p {
  max-width: 860px; }

.research.full-width h2 {
  font-size: 1.375rem; }
  @media screen and (min-width: 48em) {
    .research.full-width h2 {
      font-size: 1.875rem; } }

/*
-----
GRID
-----
*/
@media (min-width: 768px) {
  .small-img-feature-col {
    width: 33.33333%;
    float: left;
    padding-left: 1.25rem;
    padding-right: 1.25rem; } }
  @media screen and (min-width: 768px) and (min-width: 48em) {
    .small-img-feature-col {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }

@media (min-width: 768px) {
    .small-img-feature-col:last-child:not(:first-child) {
      float: right; } }

@media (min-width: 500px) {
  .no-sidebars .small-img-feature-col {
    width: 50%;
    float: left;
    padding-left: 1.25rem;
    padding-right: 1.25rem; } }
  @media screen and (min-width: 500px) and (min-width: 48em) {
    .no-sidebars .small-img-feature-col {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }

@media (min-width: 500px) {
    .no-sidebars .small-img-feature-col:last-child:not(:first-child) {
      float: right; } }

@media (min-width: 1080px) {
  .no-sidebars .small-img-feature-col {
    width: 25%;
    float: left;
    padding-left: 1.25rem;
    padding-right: 1.25rem; } }
  @media screen and (min-width: 1080px) and (min-width: 48em) {
    .no-sidebars .small-img-feature-col {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }

@media (min-width: 1080px) {
    .no-sidebars .small-img-feature-col:last-child:not(:first-child) {
      float: right; } }

/*
-----
TEXT TREATMENT
-----
*/
.node-type-landing-page .small-img-section .full-width-copy, .node-type-degree-program .small-img-section .full-width-copy, .node-type-school .small-img-section .full-width-copy {
  margin: 0 auto;
  float: none; }

/*
-----
ICONS
-----
*/
.node-type-advanced-page .icon-row {
  display: none; }

.node-type-landing-page .icon-separator__icon:before {
  content: "\f1e5"; }

.icon-separator__icon:before {
  content: "\f19c"; }

.interior .page-content .story-feature-full-width .story-feature__parallax-img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  z-index: -1; }
  .interior .page-content .story-feature-full-width .story-feature__parallax-img:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.15;
    background: #000; }

.interior .page-content .story-feature-full-width .story-feature__parallax-placeholder {
  visibility: hidden; }

.no-background-attachment .interior .page-content .story-feature-full-width .story-feature__parallax-img {
  visibility: hidden; }

.no-background-attachment .interior .page-content .story-feature-full-width .story-feature__parallax-placeholder {
  visibility: visible; }

.interior .page-content .story-feature-full-width {
  position: relative;
  margin-top: 80px; }
  @media screen and (max-width: 47.9375em) {
    .interior .page-content .story-feature-full-width {
      padding: 20px 0;
      min-height: auto;
      background-position: center; } }
  .interior .page-content .story-feature-full-width .fa-stack {
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -30px; }
  .interior .page-content .story-feature-full-width .content {
    bottom: 40px;
    left: 60px;
    position: absolute; }
    @media screen and (max-width: 67.4375em) {
      .interior .page-content .story-feature-full-width .content {
        position: static;
        transform: none;
        -webkit-transform: none;
        background: #0c223f;
        padding: 20px; } }
  .interior .page-content .story-feature-full-width img {
    width: 100%; }
  .interior .page-content .story-feature-full-width p {
    color: #fff;
    font-size: 1.125rem; }
  .interior .page-content .story-feature-full-width h1, .interior .page-content .story-feature-full-width .h1 {
    font-family: "BrandonText-Thin";
    font-weight: 600;
    text-transform: none;
    color: #fff;
    font-size: 60px;
    max-width: 660px; }
    .interior .page-content .story-feature-full-width h1, .interior .page-content .story-feature-full-width .h1 {
      font-weight: 600; }
    @media screen and (max-width: 67.4375em) {
      .interior .page-content .story-feature-full-width h1, .interior .page-content .story-feature-full-width .h1 {
        font-size: 2.5rem; } }
    @media screen and (max-width: 32.5em) {
      .interior .page-content .story-feature-full-width h1, .interior .page-content .story-feature-full-width .h1 {
        font-size: 1.5rem;
        font-family: "BrandonText-Bold"; } }
  .interior .page-content .story-feature-full-width h4 {
    color: #fff;
    font-size: 1.5rem; }
    @media screen and (max-width: 32.5em) {
      .interior .page-content .story-feature-full-width h4 {
        font-size: 1.125rem; } }
  .interior .page-content .story-feature-full-width .gold {
    color: #dcc070;
    line-height: 1.2;
    font-family: "BrandonText-Medium"; }
    .interior .page-content .story-feature-full-width .gold span {
      display: block;
      font-family: "BrandonText-Regular"; }

.interior .page-content .view-display-id-story_header_block .story-feature-full-width {
  padding-top: 0px; }

.page-content.interior-content .view-biography-listing {
  margin-bottom: 20px; }

.page-content.interior-content .node-biography {
  margin-bottom: 20px; }

.page-content.interior-content .faculty-bio.node-biography h3 {
  font-family: "BrandonText-Medium"; }
  .page-content.interior-content .faculty-bio.node-biography h3 a {
    color: #0857ac; }

.page-content.interior-content .faculty-bio.node-biography p.read-more {
  display: none;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 20px;
  width: 100%; }

.page-content.interior-content .faculty-bio.node-biography a.img-link {
  display: table;
  position: relative; }
  .page-content.interior-content .faculty-bio.node-biography a.img-link:hover p.read-more {
    display: block; }

.page-content.interior-content .faculty-bio .img {
  margin-bottom: 20px; }

.page-content.interior-content .faculty-bio .lead {
  margin: 0 0 20px; }
  .page-content.interior-content .faculty-bio .lead span {
    display: block; }

.page-content.interior-content .faculty-bio .office {
  margin: 0px; }
  .page-content.interior-content .faculty-bio .office span {
    font-family: "BrandonText-Medium"; }

.page-content.interior-content .faculty-bio .tags {
  margin: 0 0 15px 0; }
  .page-content.interior-content .faculty-bio .tags li {
    display: inline-block;
    list-style: none;
    margin: 0 10px 10px 0; }
    .page-content.interior-content .faculty-bio .tags li a {
      font-size: 0.8125rem;
      text-transform: uppercase;
      border: none;
      background: #ffed99;
      padding: 3px 10px; }

.page-content.interior-content .faculty-bio .role-title {
  font-family: "BrandonText-Medium";
  margin-bottom: 15px; }

.page-content.interior-content .faculty-bio .bio-links {
  display: block; }

.page-content.interior-content .faculty-bio .bio-social-icons {
  margin: 15px 0; }
  .page-content.interior-content .faculty-bio .bio-social-icons li {
    list-style: none !important;
    display: inline-block; }
    .page-content.interior-content .faculty-bio .bio-social-icons li .fa-stack {
      color: #003c71;
      font-size: 1.125rem; }
      .page-content.interior-content .faculty-bio .bio-social-icons li .fa-stack .fa-stack-1x {
        font-size: 1rem; }

.page-content.interior-content .faculty-bio .bio-contact a {
  display: block; }

.page-content.interior-content .faculty-bio .bio-contact strong {
  font-family: "BrandonText-Bold";
  font-weight: normal; }

.page-content.interior-content .faculty-bio.page-copy {
  padding: 30px 0; }
  .page-content.interior-content .faculty-bio.page-copy h2 {
    margin-top: 30px;
    margin-bottom: 5px; }

.view-biography-listing .view-content .row > article:nth-child(3n+1) {
  clear: left; }

.page-content.interior-content .opening-content {
  padding: 60px 0; }

.page-content.interior-content .admissions .story-feature-full-width .fa-stack {
  display: block;
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -30px;
  color: #003c71; }

@media screen and (max-width: 67.4375em) {
  .page-content.interior-content .admission-blocks {
    max-width: 780px; } }

@media screen and (max-width: 47.9375em) {
  .page-content.interior-content .admission-blocks {
    text-align: center; } }

.page-content.interior-content .admission-blocks .column, .page-content.interior-content .admission-blocks .columns {
  margin-bottom: 30px; }
  .page-content.interior-content .admission-blocks .column span, .page-content.interior-content .admission-blocks .columns span {
    font-size: 1.5rem;
    margin: 15px 0;
    display: block; }
  .page-content.interior-content .admission-blocks .column p, .page-content.interior-content .admission-blocks .columns p {
    color: #666666;
    line-height: 1.5rem;
    margin-bottom: 0; }

.interior .programs-page.page-content .story-feature-full-width {
  margin-top: 50px; }

@media only screen and (min-width: 1081px) {
  .grid-items-container > div:nth-child(3n+1) {
    clear: left; } }

@media only screen and (max-width: 1080px) {
  .grid-items-container > div:nth-child(odd) {
    clear: left; } }

.program-detail h1 {
  margin-bottom: 1rem; }

.program-detail h3 {
  margin-top: 0.75rem; }

.program-detail .h4-title span {
  font-size: 0.875rem;
  background: #f3f1ef;
  padding: 5px 10px;
  margin-left: 10px; }
  .program-detail .h4-title span:before {
    content: "\f109";
    font-family: FontAwesome;
    color: #f26c4f;
    margin-right: 10px; }

.program-detail .program-details--outcomes-block .button:hover, .program-detail .program-details--outcomes-block .impact-image--cta a:hover, .impact-image--cta .program-detail .program-details--outcomes-block a:hover, .program-detail .program-details--outcomes-block .page-search .search-form #edit-submit:hover, .page-search .search-form .program-detail .program-details--outcomes-block #edit-submit:hover, .program-detail .program-details--outcomes-block .news-item .news-item--content div a:hover, .news-item .news-item--content div .program-detail .program-details--outcomes-block a:hover, .program-detail .program-details--outcomes-block .button:hover a, .program-detail .program-details--outcomes-block .impact-image--cta a:hover a, .impact-image--cta .program-detail .program-details--outcomes-block a:hover a, .program-detail .program-details--outcomes-block .page-search .search-form #edit-submit:hover a, .page-search .search-form .program-detail .program-details--outcomes-block #edit-submit:hover a, .program-detail .program-details--outcomes-block .news-item .news-item--content div a:hover a, .news-item .news-item--content div .program-detail .program-details--outcomes-block a:hover a {
  color: #fff; }

.program-detail .stat-boxes {
  margin-bottom: 30px; }
  .program-detail .stat-boxes > div {
    width: 100%; }
    @media (min-width: 500px) {
      .program-detail .stat-boxes > div {
        display: -ms-flexbox;
        display: flex; } }
  .program-detail .stat-boxes .stat {
    min-height: 160px;
    position: relative;
    background: #ffd100;
    width: 100%;
    display: table;
    margin-bottom: 20px; }
    .program-detail .stat-boxes .stat + .stat {
      margin-top: 20px; }
    @media (min-width: 500px) {
      .program-detail .stat-boxes .stat {
        float: left;
        width: 50%;
        display: block;
        margin-bottom: 0; }
        .program-detail .stat-boxes .stat + .stat {
          margin-top: 0;
          margin-left: 20px; } }
    .program-detail .stat-boxes .stat > div {
      width: 100%;
      margin: 28px 0 0; }
      @media screen and (max-width: 47.9375em) {
        .program-detail .stat-boxes .stat > div {
          margin: 28px 0 0; } }
      .program-detail .stat-boxes .stat > div span, .program-detail .stat-boxes .stat > div p {
        display: block;
        text-align: center;
        color: #0c223f; }
      .program-detail .stat-boxes .stat > div span {
        font-size: 3.25rem;
        line-height: 1.875em;
        top: 10px;
        font-size: 2.875rem;
        line-height: 1; }
      .program-detail .stat-boxes .stat > div p {
        padding: 0 10px;
        font-size: 0.75rem;
        text-transform: uppercase;
        width: 100%;
        margin-top: 20px; }
        @media screen and (max-width: 67.4375em) {
          .program-detail .stat-boxes .stat > div p {
            padding: 0 10px; } }

.program-detail .research-opportunities--block {
  margin-bottom: 50px; }
  .program-detail .research-opportunities--block h3 {
    margin-top: 1rem; }
    @media screen and (min-width: 48em) {
      .program-detail .research-opportunities--block h3 {
        font-size: 1.875rem;
        margin-top: 0; } }
  .program-detail .research-opportunities--block .lead {
    margin-top: 0; }

.program-detail .our-faculty--block h3 {
  margin-top: 1rem; }
  @media screen and (min-width: 48em) {
    .program-detail .our-faculty--block h3 {
      font-size: 1.875rem;
      margin-top: 0; } }

.program-detail .our-faculty--block .lead {
  margin-top: 0; }

.program-detail .similar-programs--block {
  margin-bottom: 50px; }
  .program-detail .similar-programs--block h2 {
    margin-top: 0; }

.related-programs {
  margin-bottom: 50px; }
  .related-programs .button, .related-programs .impact-image--cta a, .impact-image--cta .related-programs a, .related-programs .page-search .search-form #edit-submit, .page-search .search-form .related-programs #edit-submit, .related-programs .news-item .news-item--content div a, .news-item .news-item--content div .related-programs a {
    display: inline-block;
    margin-top: 20px; }
  .related-programs a {
    display: block; }

.give .story-feature {
  margin-top: -40px; }

.lead--audience {
  margin-top: 40px; }

.featured-img {
  max-width: 860px;
  width: 100%; }

.page-content.interior-content .support-bar {
  background: #0d4684;
  display: block;
  width: 100%;
  padding: 5px 0;
  border-top: 1px solid #fff; }
  @media screen and (max-width: 67.4375em) {
    .page-content.interior-content .support-bar {
      text-align: center; } }
  .page-content.interior-content .support-bar h4 {
    color: #fff;
    font-size: 1.375rem;
    padding: 0 15px;
    display: inline-block;
    margin: 15px 0; }
  .page-content.interior-content .support-bar .button, .page-content.interior-content .support-bar .impact-image--cta a, .impact-image--cta .page-content.interior-content .support-bar a, .page-content.interior-content .support-bar .page-search .search-form #edit-submit, .page-search .search-form .page-content.interior-content .support-bar #edit-submit, .page-content.interior-content .support-bar .news-item .news-item--content div a, .news-item .news-item--content div .page-content.interior-content .support-bar a {
    margin: 5px 10px 5px 0;
    float: right; }
    .page-content.interior-content .support-bar .button a, .page-content.interior-content .support-bar .impact-image--cta a a, .impact-image--cta .page-content.interior-content .support-bar a a, .page-content.interior-content .support-bar .page-search .search-form #edit-submit a, .page-search .search-form .page-content.interior-content .support-bar #edit-submit a, .page-content.interior-content .support-bar .news-item .news-item--content div a a, .news-item .news-item--content div .page-content.interior-content .support-bar a a {
      color: #000;
      border: 0; }
      @media screen and (max-width: 67.4375em) {
        .page-content.interior-content .support-bar .button a, .page-content.interior-content .support-bar .impact-image--cta a a, .impact-image--cta .page-content.interior-content .support-bar a a, .page-content.interior-content .support-bar .page-search .search-form #edit-submit a, .page-search .search-form .page-content.interior-content .support-bar #edit-submit a, .page-content.interior-content .support-bar .news-item .news-item--content div a a, .news-item .news-item--content div .page-content.interior-content .support-bar a a {
          display: block;
          float: none;
          max-width: 200px;
          margin: 5px auto; } }
    .page-content.interior-content .support-bar .button:hover, .page-content.interior-content .support-bar .impact-image--cta a:hover, .impact-image--cta .page-content.interior-content .support-bar a:hover, .page-content.interior-content .support-bar .page-search .search-form #edit-submit:hover, .page-search .search-form .page-content.interior-content .support-bar #edit-submit:hover, .page-content.interior-content .support-bar .news-item .news-item--content div a:hover, .news-item .news-item--content div .page-content.interior-content .support-bar a:hover {
      background: #ffd200; }

.page-content.interior-content .flex-video-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 0px; }
  .page-content.interior-content .flex-video-wrapper .flex-video {
    margin: 0px; }

.page-content.interior-content .support-boxes {
  padding: 30px 0; }
  .page-content.interior-content .support-boxes .support-box {
    margin-bottom: 40px; }
    .page-content.interior-content .support-boxes .support-box .top {
      text-align: center;
      background: url(../img/yellow-rotated-box.png) no-repeat center;
      background-size: contain;
      min-height: 260px;
      padding-top: 60px;
      z-index: 2;
      position: relative;
      max-width: 260px;
      margin: 0 auto; }
      .page-content.interior-content .support-boxes .support-box .top .icon {
        background: #0e2240;
        margin-bottom: 15px;
        display: inline-block;
        border-radius: 80px;
        padding: 10px; }
        .page-content.interior-content .support-boxes .support-box .top .icon img {
          width: 30px; }
      .page-content.interior-content .support-boxes .support-box .top h4 {
        text-transform: uppercase;
        font-size: 0.875rem;
        font-family: "BrandonText-Medium";
        padding: 0 60px; }
    .page-content.interior-content .support-boxes .support-box .bottom {
      background: #fff6cc;
      margin: -139px auto 0;
      padding-top: 150px;
      max-width: 260px;
      padding: 150px 20px 20px;
      min-height: 380px;
      color: #333; }
    .page-content.interior-content .support-boxes .support-box:nth-child(4) {
      margin-left: 16.5%; }
    @media screen and (max-width: 67.4375em) {
      .page-content.interior-content .support-boxes .support-box:last-child, .page-content.interior-content .support-boxes .support-box:nth-child(4) {
        margin-left: auto;
        margin-right: auto; }
      .page-content.interior-content .support-boxes .support-box:last-child {
        float: none;
        clear: both; } }

.audience-body {
  margin-top: 30px; }

.more-stories {
  margin: 40px 0; }
  @media screen and (max-width: 47.9375em) {
    .more-stories .story {
      max-width: 380px;
      margin: 0 auto 30px;
      float: none !important; } }
  .more-stories .story h3 {
    font-size: 1.5rem;
    color: #083e7c;
    margin-top: 5px; }
  .more-stories .story p {
    color: #666666; }
  @media screen and (max-width: 47.9375em) {
    .more-stories .button.secondary.uppercase, .more-stories .impact-image--cta a.secondary.uppercase, .impact-image--cta .more-stories a.secondary.uppercase, .more-stories .page-search .search-form .secondary.uppercase#edit-submit, .page-search .search-form .more-stories .secondary.uppercase#edit-submit, .more-stories .news-item .news-item--content div a.secondary.uppercase, .news-item .news-item--content div .more-stories a.secondary.uppercase {
      margin: 20px auto 0;
      display: block;
      max-width: 200px; } }

.story-detail {
  margin-top: 30px; }

.no-sidebars .programs-page .node-advanced-page p.lead {
  max-width: 100%; }

.programs-page {
  padding: 0 20px; }
  .programs-page h1 {
    font-size: 1.625rem; }
    @media screen and (min-width: 48em) {
      .programs-page h1 {
        font-size: 2rem; } }
    @media screen and (min-width: 67.5em) {
      .programs-page h1 {
        font-size: 2.375rem; } }
  .programs-page p.lead {
    max-width: 860px; }
  .programs-page .view-program h4 {
    display: inline-block;
    max-width: none;
    vertical-align: top;
    margin-top: 4px;
    margin-right: 10px;
    font-size: 1.125rem;
    font-family: "BrandonText-Medium"; }
    @media screen and (min-width: 48em) {
      .programs-page .view-program h4 {
        margin-right: 20px; } }
  .programs-page .view-program hr {
    margin: 1.25rem 0; }
  .programs-page .view-program .filter-toggle {
    display: inline-block;
    margin-top: 6px;
    font-size: 1rem;
    font-family: FontAwesome;
    color: #083e7c; }
    .programs-page .view-program .filter-toggle:before {
      content: '\f055'; }
    .programs-page .view-program .filter-toggle.expanded:before {
      content: '\f056'; }
  .programs-page .view-program .views-exposed-form {
    display: none; }
    @media screen and (min-width: 48em) {
      .programs-page .view-program .views-exposed-form {
        display: inline-block; } }
  .programs-page .view-program .views-exposed-widget {
    display: inline-block; }
    .programs-page .view-program .views-exposed-widget label {
      display: none; }
    .programs-page .view-program .views-exposed-widget .views-widget .form-item {
      margin: 0; }
  .programs-page .view-program #jump-panel {
    display: none; }
    @media screen and (min-width: 48em) {
      .programs-page .view-program #jump-panel {
        display: block; } }
    .programs-page .view-program #jump-panel span {
      font-size: 1.5rem;
      line-height: 1.8; }
      @media screen and (min-width: 48em) {
        .programs-page .view-program #jump-panel span {
          font-size: 1.125rem;
          line-height: normal; } }
  .programs-page .view-program .view-content > div > div {
    display: inline-block; }
    .programs-page .view-program .view-content > div > div span {
      display: inline-block;
      margin: 4px 5px 0 5px;
      font-size: 1.125rem;
      font-family: "BrandonText-Bold";
      color: #ccc; }
  .programs-page .view-program .view-program--key {
    float: right;
    margin-bottom: 1.25rem;
    padding: 5px 12px;
    border: 1px solid #cccccc;
    font-size: 0.75rem;
    line-height: 1.375rem; }
    .programs-page .view-program .view-program--key .h4-title {
      display: block;
      text-transform: uppercase;
      font-family: "BrandonText-Medium";
      font-size: 0.75rem; }
      @media screen and (min-width: 48em) {
        .programs-page .view-program .view-program--key .h4-title {
          display: inline-block;
          margin-right: 20px;
          line-height: 1.375rem; } }
    .programs-page .view-program .view-program--key .icon {
      color: #083e7c;
      display: block; }
      .programs-page .view-program .view-program--key .icon:before {
        font-family: FontAwesome;
        color: #f26c4f;
        margin-right: 10px; }
      @media screen and (min-width: 48em) {
        .programs-page .view-program .view-program--key .icon {
          display: inline-block; }
          .programs-page .view-program .view-program--key .icon + .icon {
            margin-left: 30px; } }
    .programs-page .view-program .view-program--key .online:before {
      content: "\f109"; }
    .programs-page .view-program .view-program--key .fast-track:before {
      content: "\f064"; }
  .programs-page .program-grid {
    padding: 0 !important; }
    .programs-page .program-grid thead th + th {
      border-left-color: #ccc !important; }
    .programs-page .program-grid tbody tr:nth-of-type(even) {
      background-color: transparent !important; }
    @media (min-width: 767px) {
      .programs-page .program-grid tbody tr + tr td {
        border-top: 1px solid #ccc;
        border-top-color: #ccc !important; } }
    .programs-page .program-grid tbody tr.child-program td {
      border-top: 0;
      padding-top: 4px; }
      .programs-page .program-grid tbody tr.child-program td:first-child {
        padding-left: 2.5rem; }
    .programs-page .program-grid tbody td {
      color: #333;
      font-size: 0.9375rem; }
      .programs-page .program-grid tbody td span > div {
        display: inline-block;
        border: 1px solid #ccc;
        margin: 10px 0 0 0; }
        @media screen and (max-width: 47.9375em) {
          .programs-page .program-grid tbody td span > div {
            display: inline-block; }
            .programs-page .program-grid tbody td span > div + div {
              margin-top: 12px; } }
        .programs-page .program-grid tbody td span > div > span {
          display: inline-block;
          color: #f26c4f;
          margin-right: 6px;
          font-size: 0; }
          .programs-page .program-grid tbody td span > div > span.pg-icon-online:after {
            position: relative;
            display: inline-block;
            content: '\f109';
            font-family: FontAwesome;
            font-size: 0.875rem; }
          .programs-page .program-grid tbody td span > div > span.pg-icon-fast-track:after {
            position: relative;
            display: inline-block;
            content: '\f064';
            font-family: FontAwesome;
            font-size: 0.875rem; }
      .programs-page .program-grid tbody td + td {
        border-left-color: #ccc !important; }
      .programs-page .program-grid tbody td a {
        padding: 0 20px;
        line-height: 2;
        font-family: "BrandonText-Bold";
        font-size: 0.75rem;
        text-transform: uppercase; }
    .programs-page .program-grid.stack thead {
      display: table-header-group; }
  .programs-page .schools p, .programs-page .research p {
    margin-bottom: 3rem; }
  .programs-page .schools {
    padding-bottom: 0;
    padding-top: 0; }
    @media screen and (min-width: 48em) {
      .programs-page .schools {
        padding-bottom: 60px; } }
    @media screen and (min-width: 67.5em) {
      .programs-page .schools {
        padding-bottom: 0;
        margin-bottom: 30px; } }

.page-content.interior-content table.program-grid thead tr th a {
  color: #0857ac; }
  .page-content.interior-content table.program-grid thead tr th a:hover {
    text-decoration: underline; }

.node-type-landing-page.section-academics .programs {
  margin-bottom: 60px; }

.node-type-landing-page.section-academics .interior .page-content .story-feature-full-width {
  margin-top: 60px; }

@media (max-width: 767px) {
  .programs-page .program-grid tbody td + td {
    display: inline-block; } }

@media (max-width: 767px) {
  .page-content.interior-content.programs-page table tbody tr {
    padding: 12px 20px; } }

@media (max-width: 767px) {
  .page-content.interior-content.programs-page table tbody tr.child-program {
    padding-left: 0;
    padding-right: 0; } }

@media (max-width: 767px) {
  .page-content.interior-content.programs-page table tbody tr.child-program td:nth-child(2) {
    padding-left: 2.5rem; } }

@media (max-width: 767px) {
  .page-content.interior-content.programs-page table tbody td > div {
    display: inline-block; } }

.school-landing > h2 {
  margin: 30px 0 5px; }

.news-item hr {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #ccd8e3; }

.news-item h4 {
  margin: 0px;
  font-size: 1.5rem; }

.news-item .news-item--content-date {
  color: #999;
  font-family: "BrandonText-Medium";
  text-transform: uppercase;
  font-size: 0.875rem; }

.news-item .story-name {
  font-size: 1.125rem;
  color: #666666;
  font-family: "BrandonText-Medium";
  margin-bottom: 5px; }

.news-item .story-quote {
  font-size: 0.875rem;
  color: #898989;
  font-family: "BrandonText-Medium";
  text-transform: uppercase; }

@media screen and (min-width: 48em) {
  .pagination {
    margin-top: 10px; } }

.page-content .view-filters.news-filter {
  background: #dbe4eb;
  padding: 20px 20px 0;
  margin-bottom: 40px; }
  @media screen and (max-width: 67.4375em) {
    .page-content .view-filters.news-filter {
      padding: 10px 10px 0; } }
  .page-content .view-filters.news-filter select {
    font-family: "BrandonText-Medium";
    margin: 0px;
    min-width: 100%; }
  .page-content .view-filters.news-filter input {
    border-color: #999999; }
    .page-content .view-filters.news-filter input[type='text'] {
      font-size: 1rem; }
      @media screen and (max-width: 67.4375em) {
        .page-content .view-filters.news-filter input[type='text'] {
          font-size: 0.875rem; } }
  .page-content .view-filters.news-filter .form-item {
    margin: 0 0 20px 0; }
  .page-content .view-filters.news-filter .views-widget-filter-field_story_topics_tid,
  .page-content .view-filters.news-filter .views-widget-filter-field_news_topics_tid {
    min-width: 120px; }
    @media screen and (max-width: 32.5em) {
      .page-content .view-filters.news-filter .views-widget-filter-field_story_topics_tid,
      .page-content .view-filters.news-filter .views-widget-filter-field_news_topics_tid {
        min-width: 0; } }
  .page-content .view-filters.news-filter .views-widget-filter-field_news_schools_tid,
  .page-content .view-filters.news-filter .views-widget-filter-field_news_audience_tid,
  .page-content .view-filters.news-filter .views-widget-filter-field_news_topics_tid,
  .page-content .view-filters.news-filter .views-widget-filter-field_news_programs_tid,
  .page-content .view-filters.news-filter .views-widget-filter-field_story_schools_tid,
  .page-content .view-filters.news-filter .views-widget-filter-field_story_audience_tid,
  .page-content .view-filters.news-filter .views-widget-filter-field_story_topics_tid,
  .page-content .view-filters.news-filter .views-widget-filter-field_story_programs_tid {
    max-width: 200px;
    float: left;
    margin-right: 20px; }
    @media screen and (max-width: 67.4375em) {
      .page-content .view-filters.news-filter .views-widget-filter-field_news_schools_tid,
      .page-content .view-filters.news-filter .views-widget-filter-field_news_audience_tid,
      .page-content .view-filters.news-filter .views-widget-filter-field_news_topics_tid,
      .page-content .view-filters.news-filter .views-widget-filter-field_news_programs_tid,
      .page-content .view-filters.news-filter .views-widget-filter-field_story_schools_tid,
      .page-content .view-filters.news-filter .views-widget-filter-field_story_audience_tid,
      .page-content .view-filters.news-filter .views-widget-filter-field_story_topics_tid,
      .page-content .view-filters.news-filter .views-widget-filter-field_story_programs_tid {
        max-width: 150px;
        margin-right: 10px; } }
    @media screen and (max-width: 32.5em) {
      .page-content .view-filters.news-filter .views-widget-filter-field_news_schools_tid,
      .page-content .view-filters.news-filter .views-widget-filter-field_news_audience_tid,
      .page-content .view-filters.news-filter .views-widget-filter-field_news_topics_tid,
      .page-content .view-filters.news-filter .views-widget-filter-field_news_programs_tid,
      .page-content .view-filters.news-filter .views-widget-filter-field_story_schools_tid,
      .page-content .view-filters.news-filter .views-widget-filter-field_story_audience_tid,
      .page-content .view-filters.news-filter .views-widget-filter-field_story_topics_tid,
      .page-content .view-filters.news-filter .views-widget-filter-field_story_programs_tid {
        max-width: 100%;
        width: 100%;
        margin-right: 0px; } }
    .page-content .view-filters.news-filter .views-widget-filter-field_news_schools_tid#edit-topic-wrapper,
    .page-content .view-filters.news-filter .views-widget-filter-field_news_audience_tid#edit-topic-wrapper,
    .page-content .view-filters.news-filter .views-widget-filter-field_news_topics_tid#edit-topic-wrapper,
    .page-content .view-filters.news-filter .views-widget-filter-field_news_programs_tid#edit-topic-wrapper,
    .page-content .view-filters.news-filter .views-widget-filter-field_story_schools_tid#edit-topic-wrapper,
    .page-content .view-filters.news-filter .views-widget-filter-field_story_audience_tid#edit-topic-wrapper,
    .page-content .view-filters.news-filter .views-widget-filter-field_story_topics_tid#edit-topic-wrapper,
    .page-content .view-filters.news-filter .views-widget-filter-field_story_programs_tid#edit-topic-wrapper {
      margin-right: 0px; }
  .page-content .view-filters.news-filter .views-widget-filter-field_news_programs_tid,
  .page-content .view-filters.news-filter .views-widget-filter-field_story_programs_tid {
    clear: left; }
  .page-content .view-filters.news-filter .views-widget-filter-field_news_programs_tid {
    clear: left; }
  .page-content .view-filters.news-filter .views-submit-button {
    float: left; }
    .page-content .view-filters.news-filter .views-submit-button button {
      background: #003c71;
      color: #fff;
      text-transform: uppercase; }
  .page-content .view-filters.news-filter .views-reset-button, .page-content .view-filters.news-filter .views-submit-button {
    float: left;
    margin-bottom: 20px; }
    .page-content .view-filters.news-filter .views-reset-button button, .page-content .view-filters.news-filter .views-submit-button button {
      background: #fff;
      color: #003c71;
      text-transform: uppercase;
      padding: 0 15px;
      height: 38px;
      font-family: "BrandonText-Medium";
      font-size: 0.75rem;
      transition: all 300ms ease; }
  .page-content .view-filters.news-filter .views-submit-button {
    margin-right: 20px; }
    @media screen and (max-width: 67.4375em) {
      .page-content .view-filters.news-filter .views-submit-button {
        margin-right: 10px; } }
    .page-content .view-filters.news-filter .views-submit-button button {
      background: #003c71;
      color: #fff; }
      .page-content .view-filters.news-filter .views-submit-button button:hover {
        background: #3277B3;
        color: #fff; }
    @media screen and (max-width: 28.125em) {
      .page-content .view-filters.news-filter .views-submit-button {
        float: none;
        margin-right: 0; }
        .page-content .view-filters.news-filter .views-submit-button button {
          display: block;
          width: 100%; } }
  .page-content .view-filters.news-filter .views-reset-button button {
    background: #fff;
    border: 1px solid #999999;
    color: #003c71; }
    .page-content .view-filters.news-filter .views-reset-button button .fa {
      margin-right: 10px; }
    .page-content .view-filters.news-filter .views-reset-button button:hover {
      background: #003c71;
      border-color: #003c71;
      color: #fff; }
  @media screen and (max-width: 28.125em) {
    .page-content .view-filters.news-filter .views-reset-button {
      float: none;
      margin-right: 0; }
      .page-content .view-filters.news-filter .views-reset-button button {
        display: block;
        width: 100%; } }

.page-content .news-detail .date {
  display: block; }

.page-content .news-detail .news-author {
  text-transform: uppercase;
  font-family: "BrandonText-Medium";
  font-size: 0.875rem; }
  .page-content .news-detail .news-author .date {
    display: block; }

.page-content .news-detail .sharethis span {
  font-size: 0.875rem;
  font-family: "BrandonText-Medium"; }

.page-content .news-detail .featured-story--block {
  margin-top: -20px; }

.story-detail-page .story-feature-full-width {
  margin-top: 0 !important; }

.story-detail-page .research {
  margin-top: -35px; }

.page-content.interior-content.story-detail-page .breadcrumbs {
  padding-left: 20px;
  padding-top: 20px;
  max-width: 900px;
  margin: 0 auto; }

.news-events .featured-story--block {
  margin-top: -30px; }

.stylized-subtitle,
.stylized-title {
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  color: #fff; }
  .stylized-subtitle.stylized-title,
  .stylized-title.stylized-title {
    font-weight: 900;
    margin-bottom: 0;
    font-size: 52px; }
    .stylized-subtitle.stylized-title + hr,
    .stylized-title.stylized-title + hr {
      display: none; }
  .stylized-subtitle.stylized-subtitle,
  .stylized-title.stylized-subtitle {
    font-weight: 400;
    font-size: 28px; }

.paragraphs-items-field-component-section .entity-paragraphs-item {
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center; }
  .paragraphs-items-field-component-section .entity-paragraphs-item .content {
    padding-top: 120px; }
    .paragraphs-items-field-component-section .entity-paragraphs-item .content .content {
      padding: 120px 0; }
    @media screen and (min-width: 67.5em) {
      .paragraphs-items-field-component-section .entity-paragraphs-item .content .paragraphs-items-field-section-title,
      .paragraphs-items-field-component-section .entity-paragraphs-item .content .paragraphs-items-field-section-subtitle {
        max-width: 860px;
        margin: 0 auto; } }
    .paragraphs-items-field-component-section .entity-paragraphs-item .content .paragraphs-items-field-section-title.paragraphs-items-field-section-title,
    .paragraphs-items-field-component-section .entity-paragraphs-item .content .paragraphs-items-field-section-subtitle.paragraphs-items-field-section-title {
      margin-bottom: 40px; }
    .paragraphs-items-field-component-section .entity-paragraphs-item .content .icon {
      width: 20px;
      height: 30px;
      display: block;
      text-align: center;
      margin: 0 auto 40px auto;
      position: relative;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
      .paragraphs-items-field-component-section .entity-paragraphs-item .content .icon::before, .paragraphs-items-field-component-section .entity-paragraphs-item .content .icon::after {
        width: 100px;
        height: 1px;
        content: '';
        background: #ffd100;
        position: absolute;
        top: 15px; }
      .paragraphs-items-field-component-section .entity-paragraphs-item .content .icon::before {
        right: 40px; }
      .paragraphs-items-field-component-section .entity-paragraphs-item .content .icon::after {
        left: 40px; }
    .paragraphs-items-field-component-section .entity-paragraphs-item .content .video-link {
      border: 1px solid transparent;
      border-radius: 30px;
      padding: 15px 30px;
      text-transform: uppercase;
      color: #0c2340;
      background: #ffd200;
      font-family: "BrandonText-Black";
      font-size: 14px;
      font-style: normal;
      font-stretch: normal;
      font-weight: 500;
      text-align: center;
      margin: 20px auto 0 auto;
      max-width: 150px;
      display: block;
      transition: opacity ease-out;
      outline: none; }
      .paragraphs-items-field-component-section .entity-paragraphs-item .content .video-link:hover {
        opacity: 0.8; }
    .paragraphs-items-field-component-section .entity-paragraphs-item .content .view-more-link {
      outline: none;
      border: 1px solid transparent;
      border-radius: 30px;
      padding: 15px 30px;
      background: #0c2340;
      text-transform: uppercase;
      color: #fff;
      font-family: "BrandonText-Regular";
      font-size: 14px;
      font-style: normal;
      font-stretch: normal;
      font-weight: 600;
      max-width: 275px;
      width: 100%;
      margin: 50px auto 0 auto;
      text-align: center;
      display: block;
      transition: background-color 0.25s ease-out, color 0.25s ease-out; }
      .paragraphs-items-field-component-section .entity-paragraphs-item .content .view-more-link:hover {
        background: #ffd200; }
    .paragraphs-items-field-component-section .entity-paragraphs-item .content .intro-text-title {
      color: #0C2340;
      font-size: 28px; }
    .paragraphs-items-field-component-section .entity-paragraphs-item .content .content {
      padding: 120px 0 0; }
  .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid {
    display: -ms-grid;
    display: grid;
    margin-top: 50px;
    margin-bottom: 80px;
    grid-gap: 50px;
    -ms-grid-columns: auto auto auto auto;
    grid-template-columns: auto auto auto auto;
    list-style: none; }
    .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li {
      width: 260px;
      height: 260px;
      display: inline-block;
      margin: 0 auto; }
      .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li {
        margin: 25px; }
        @supports (grid-gap: 50px) {
          .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li {
            margin: 0; } }
      .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1; }
      .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2; }
      .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 3; }
      .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(4) {
        -ms-grid-row: 1;
        -ms-grid-column: 4; }
      .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(5) {
        -ms-grid-row: 2;
        -ms-grid-column: 1; }
      .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(6) {
        -ms-grid-row: 2;
        -ms-grid-column: 2; }
      .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(7) {
        -ms-grid-row: 2;
        -ms-grid-column: 3; }
      .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(8) {
        -ms-grid-row: 2;
        -ms-grid-column: 4; }
      .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(9) {
        -ms-grid-row: 3;
        -ms-grid-column: 1; }
      .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(10) {
        -ms-grid-row: 3;
        -ms-grid-column: 2; }
      .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(11) {
        -ms-grid-row: 3;
        -ms-grid-column: 3; }
      .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(12) {
        -ms-grid-row: 3;
        -ms-grid-column: 4; }
      .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(13) {
        -ms-grid-row: 4;
        -ms-grid-column: 1; }
      .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(14) {
        -ms-grid-row: 4;
        -ms-grid-column: 2; }
      .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(15) {
        -ms-grid-row: 4;
        -ms-grid-column: 3; }
      .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(16) {
        -ms-grid-row: 4;
        -ms-grid-column: 4; }
      .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(17) {
        -ms-grid-row: 5;
        -ms-grid-column: 1; }
      .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(18) {
        -ms-grid-row: 5;
        -ms-grid-column: 2; }
      .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(19) {
        -ms-grid-row: 5;
        -ms-grid-column: 3; }
      .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(20) {
        -ms-grid-row: 5;
        -ms-grid-column: 4; }
      .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(21) {
        -ms-grid-row: 6;
        -ms-grid-column: 1; }
      .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(22) {
        -ms-grid-row: 6;
        -ms-grid-column: 2; }
      .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(23) {
        -ms-grid-row: 6;
        -ms-grid-column: 3; }
      .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(24) {
        -ms-grid-row: 6;
        -ms-grid-column: 4; }
      .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(25) {
        -ms-grid-row: 7;
        -ms-grid-column: 1; }
      .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(26) {
        -ms-grid-row: 7;
        -ms-grid-column: 2; }
      .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(27) {
        -ms-grid-row: 7;
        -ms-grid-column: 3; }
      .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(28) {
        -ms-grid-row: 7;
        -ms-grid-column: 4; }
      .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(29) {
        -ms-grid-row: 8;
        -ms-grid-column: 1; }
      .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(30) {
        -ms-grid-row: 8;
        -ms-grid-column: 2; }
      .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li .ch-item {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        position: relative;
        cursor: default;
        transition: all 0.4s ease-in-out; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li .ch-item:hover {
          box-shadow: inset 0 0 0 130px rgba(12, 34, 63, 0.8); }
          .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li .ch-item:hover .ch-info {
            opacity: 1;
            transform: scale(1); }
        .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li .ch-item .ch-info {
          position: absolute;
          width: 100%;
          height: 100%;
          border-radius: 50%;
          overflow: hidden;
          opacity: 0;
          transition: all 0.4s ease-in-out;
          transform: scale(0);
          backface-visibility: hidden; }
          .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li .ch-item .ch-info span.title-grid {
            color: #fff;
            position: relative;
            margin: 0 30px;
            padding: 65px 0 0 0;
            height: 150px;
            font-family: "Mrs-Eaves";
            font-size: 24px;
            font-style: normal;
            font-stretch: normal;
            font-weight: 400;
            text-align: center;
            display: block;
            border-bottom: 1px solid #fff; }
          .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li .ch-item .ch-info .trigger-link {
            margin: 20px auto 30px auto;
            height: 40px;
            width: 40px;
            background: url(../img/grid_plus.svg) no-repeat center center;
            display: block; }
    @media screen and (max-width: 85.375em) {
      .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid {
        -ms-grid-columns: auto auto auto;
        grid-template-columns: auto auto auto; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li {
          margin: 25px; }
          @supports (grid-gap: 50px) {
            .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li {
              margin: 0; } }
        .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(1) {
          -ms-grid-row: 1;
          -ms-grid-column: 1; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(2) {
          -ms-grid-row: 1;
          -ms-grid-column: 2; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(3) {
          -ms-grid-row: 1;
          -ms-grid-column: 3; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(4) {
          -ms-grid-row: 2;
          -ms-grid-column: 1; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(5) {
          -ms-grid-row: 2;
          -ms-grid-column: 2; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(6) {
          -ms-grid-row: 2;
          -ms-grid-column: 3; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(7) {
          -ms-grid-row: 3;
          -ms-grid-column: 1; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(8) {
          -ms-grid-row: 3;
          -ms-grid-column: 2; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(9) {
          -ms-grid-row: 3;
          -ms-grid-column: 3; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(10) {
          -ms-grid-row: 4;
          -ms-grid-column: 1; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(11) {
          -ms-grid-row: 4;
          -ms-grid-column: 2; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(12) {
          -ms-grid-row: 4;
          -ms-grid-column: 3; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(13) {
          -ms-grid-row: 5;
          -ms-grid-column: 1; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(14) {
          -ms-grid-row: 5;
          -ms-grid-column: 2; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(15) {
          -ms-grid-row: 5;
          -ms-grid-column: 3; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(16) {
          -ms-grid-row: 6;
          -ms-grid-column: 1; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(17) {
          -ms-grid-row: 6;
          -ms-grid-column: 2; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(18) {
          -ms-grid-row: 6;
          -ms-grid-column: 3; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(19) {
          -ms-grid-row: 7;
          -ms-grid-column: 1; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(20) {
          -ms-grid-row: 7;
          -ms-grid-column: 2; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(21) {
          -ms-grid-row: 7;
          -ms-grid-column: 3; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(22) {
          -ms-grid-row: 8;
          -ms-grid-column: 1; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(23) {
          -ms-grid-row: 8;
          -ms-grid-column: 2; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(24) {
          -ms-grid-row: 8;
          -ms-grid-column: 3; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(25) {
          -ms-grid-row: 9;
          -ms-grid-column: 1; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(26) {
          -ms-grid-row: 9;
          -ms-grid-column: 2; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(27) {
          -ms-grid-row: 9;
          -ms-grid-column: 3; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(28) {
          -ms-grid-row: 10;
          -ms-grid-column: 1; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(29) {
          -ms-grid-row: 10;
          -ms-grid-column: 2; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(30) {
          -ms-grid-row: 10;
          -ms-grid-column: 3; } }
    @media screen and (max-width: 62em) {
      .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid {
        -ms-grid-columns: auto auto;
        grid-template-columns: auto auto; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li {
          margin: 25px; }
          @supports (grid-gap: 50px) {
            .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li {
              margin: 0; } }
        .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(1) {
          -ms-grid-row: 1;
          -ms-grid-column: 1; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(2) {
          -ms-grid-row: 1;
          -ms-grid-column: 2; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(3) {
          -ms-grid-row: 2;
          -ms-grid-column: 1; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(4) {
          -ms-grid-row: 2;
          -ms-grid-column: 2; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(5) {
          -ms-grid-row: 3;
          -ms-grid-column: 1; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(6) {
          -ms-grid-row: 3;
          -ms-grid-column: 2; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(7) {
          -ms-grid-row: 4;
          -ms-grid-column: 1; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(8) {
          -ms-grid-row: 4;
          -ms-grid-column: 2; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(9) {
          -ms-grid-row: 5;
          -ms-grid-column: 1; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(10) {
          -ms-grid-row: 5;
          -ms-grid-column: 2; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(11) {
          -ms-grid-row: 6;
          -ms-grid-column: 1; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(12) {
          -ms-grid-row: 6;
          -ms-grid-column: 2; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(13) {
          -ms-grid-row: 7;
          -ms-grid-column: 1; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(14) {
          -ms-grid-row: 7;
          -ms-grid-column: 2; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(15) {
          -ms-grid-row: 8;
          -ms-grid-column: 1; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(16) {
          -ms-grid-row: 8;
          -ms-grid-column: 2; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(17) {
          -ms-grid-row: 9;
          -ms-grid-column: 1; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(18) {
          -ms-grid-row: 9;
          -ms-grid-column: 2; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(19) {
          -ms-grid-row: 10;
          -ms-grid-column: 1; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(20) {
          -ms-grid-row: 10;
          -ms-grid-column: 2; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(21) {
          -ms-grid-row: 11;
          -ms-grid-column: 1; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(22) {
          -ms-grid-row: 11;
          -ms-grid-column: 2; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(23) {
          -ms-grid-row: 12;
          -ms-grid-column: 1; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(24) {
          -ms-grid-row: 12;
          -ms-grid-column: 2; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(25) {
          -ms-grid-row: 13;
          -ms-grid-column: 1; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(26) {
          -ms-grid-row: 13;
          -ms-grid-column: 2; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(27) {
          -ms-grid-row: 14;
          -ms-grid-column: 1; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(28) {
          -ms-grid-row: 14;
          -ms-grid-column: 2; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(29) {
          -ms-grid-row: 15;
          -ms-grid-column: 1; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(30) {
          -ms-grid-row: 15;
          -ms-grid-column: 2; } }
    @media screen and (max-width: 48em) {
      .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        grid-gap: 50px;
        display: block; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li {
          margin: 0 auto 30px auto !important; }
          .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li {
            margin: 25px; }
            @supports (grid-gap: 50px) {
              .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li {
                margin: 0; } }
          .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(1) {
            -ms-grid-row: 1;
            -ms-grid-column: 1; }
          .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(2) {
            -ms-grid-row: 2;
            -ms-grid-column: 1; }
          .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(3) {
            -ms-grid-row: 3;
            -ms-grid-column: 1; }
          .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(4) {
            -ms-grid-row: 4;
            -ms-grid-column: 1; }
          .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(5) {
            -ms-grid-row: 5;
            -ms-grid-column: 1; }
          .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(6) {
            -ms-grid-row: 6;
            -ms-grid-column: 1; }
          .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(7) {
            -ms-grid-row: 7;
            -ms-grid-column: 1; }
          .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(8) {
            -ms-grid-row: 8;
            -ms-grid-column: 1; }
          .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(9) {
            -ms-grid-row: 9;
            -ms-grid-column: 1; }
          .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(10) {
            -ms-grid-row: 10;
            -ms-grid-column: 1; }
          .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(11) {
            -ms-grid-row: 11;
            -ms-grid-column: 1; }
          .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(12) {
            -ms-grid-row: 12;
            -ms-grid-column: 1; }
          .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(13) {
            -ms-grid-row: 13;
            -ms-grid-column: 1; }
          .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(14) {
            -ms-grid-row: 14;
            -ms-grid-column: 1; }
          .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(15) {
            -ms-grid-row: 15;
            -ms-grid-column: 1; }
          .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(16) {
            -ms-grid-row: 16;
            -ms-grid-column: 1; }
          .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(17) {
            -ms-grid-row: 17;
            -ms-grid-column: 1; }
          .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(18) {
            -ms-grid-row: 18;
            -ms-grid-column: 1; }
          .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(19) {
            -ms-grid-row: 19;
            -ms-grid-column: 1; }
          .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(20) {
            -ms-grid-row: 20;
            -ms-grid-column: 1; }
          .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(21) {
            -ms-grid-row: 21;
            -ms-grid-column: 1; }
          .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(22) {
            -ms-grid-row: 22;
            -ms-grid-column: 1; }
          .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(23) {
            -ms-grid-row: 23;
            -ms-grid-column: 1; }
          .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(24) {
            -ms-grid-row: 24;
            -ms-grid-column: 1; }
          .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(25) {
            -ms-grid-row: 25;
            -ms-grid-column: 1; }
          .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(26) {
            -ms-grid-row: 26;
            -ms-grid-column: 1; }
          .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(27) {
            -ms-grid-row: 27;
            -ms-grid-column: 1; }
          .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(28) {
            -ms-grid-row: 28;
            -ms-grid-column: 1; }
          .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(29) {
            -ms-grid-row: 29;
            -ms-grid-column: 1; }
          .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li:nth-child(30) {
            -ms-grid-row: 30;
            -ms-grid-column: 1; } }
    @media screen and (max-width: 48em) and (-ms-high-contrast: active), screen and (max-width: 48em) and (-ms-high-contrast: none) {
      .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li {
        margin: 25px; } }
    @media screen and (max-width: 48em) {
          .paragraphs-items-field-component-section .entity-paragraphs-item .ch-grid li .trigger-link {
            position: absolute;
            top: 0;
            width: 100% !important;
            margin: 0 !important;
            background-position-y: 185px !important;
            height: 100% !important; } }
  .paragraphs-items-field-component-section .entity-paragraphs-item .pride-grid {
    display: -ms-grid;
    display: grid;
    margin-top: 50px;
    grid-gap: 50px;
    -ms-grid-columns: auto auto auto auto;
    grid-template-columns: auto auto auto auto;
    list-style: none; }
    .paragraphs-items-field-component-section .entity-paragraphs-item .pride-grid li {
      width: 260px;
      height: 260px;
      padding: 30px 15px;
      background: #0c2340;
      display: inline-block; }
      .paragraphs-items-field-component-section .entity-paragraphs-item .pride-grid li {
        margin: 25px; }
        @supports (grid-gap: 50px) {
          .paragraphs-items-field-component-section .entity-paragraphs-item .pride-grid li {
            margin: 0; } }
      .paragraphs-items-field-component-section .entity-paragraphs-item .pride-grid li:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1; }
      .paragraphs-items-field-component-section .entity-paragraphs-item .pride-grid li:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2; }
      .paragraphs-items-field-component-section .entity-paragraphs-item .pride-grid li:nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 3; }
      .paragraphs-items-field-component-section .entity-paragraphs-item .pride-grid li:nth-child(4) {
        -ms-grid-row: 1;
        -ms-grid-column: 4; }
      .paragraphs-items-field-component-section .entity-paragraphs-item .pride-grid li:nth-child(5) {
        -ms-grid-row: 2;
        -ms-grid-column: 1; }
      .paragraphs-items-field-component-section .entity-paragraphs-item .pride-grid li:nth-child(6) {
        -ms-grid-row: 2;
        -ms-grid-column: 2; }
      .paragraphs-items-field-component-section .entity-paragraphs-item .pride-grid li:nth-child(7) {
        -ms-grid-row: 2;
        -ms-grid-column: 3; }
      .paragraphs-items-field-component-section .entity-paragraphs-item .pride-grid li:nth-child(8) {
        -ms-grid-row: 2;
        -ms-grid-column: 4; }
      .paragraphs-items-field-component-section .entity-paragraphs-item .pride-grid li:nth-child(9) {
        -ms-grid-row: 3;
        -ms-grid-column: 1; }
      .paragraphs-items-field-component-section .entity-paragraphs-item .pride-grid li:nth-child(10) {
        -ms-grid-row: 3;
        -ms-grid-column: 2; }
      .paragraphs-items-field-component-section .entity-paragraphs-item .pride-grid li:nth-child(11) {
        -ms-grid-row: 3;
        -ms-grid-column: 3; }
      .paragraphs-items-field-component-section .entity-paragraphs-item .pride-grid li:nth-child(12) {
        -ms-grid-row: 3;
        -ms-grid-column: 4; }
      .paragraphs-items-field-component-section .entity-paragraphs-item .pride-grid li:nth-child(13) {
        -ms-grid-row: 4;
        -ms-grid-column: 1; }
      .paragraphs-items-field-component-section .entity-paragraphs-item .pride-grid li:nth-child(14) {
        -ms-grid-row: 4;
        -ms-grid-column: 2; }
      .paragraphs-items-field-component-section .entity-paragraphs-item .pride-grid li:nth-child(15) {
        -ms-grid-row: 4;
        -ms-grid-column: 3; }
      .paragraphs-items-field-component-section .entity-paragraphs-item .pride-grid li .title-grid {
        color: #fff;
        font-size: 44px;
        border-bottom: 1px solid #fff;
        height: 90px;
        text-overflow: ellipsis;
        padding-bottom: 30px;
        display: block;
        background-position: top center;
        background-repeat: no-repeat; }
      .paragraphs-items-field-component-section .entity-paragraphs-item .pride-grid li .pride-description {
        font-size: 18px;
        color: #fff;
        padding-top: 25px;
        line-height: 1.2;
        margin-bottom: 0; }
    @media screen and (max-width: 85.375em) {
      .paragraphs-items-field-component-section .entity-paragraphs-item .pride-grid {
        -ms-grid-columns: auto auto auto auto;
        grid-template-columns: auto auto auto auto;
        grid-gap: 25px; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .pride-grid li {
          width: 100%; }
          .paragraphs-items-field-component-section .entity-paragraphs-item .pride-grid li {
            margin: 12.5px; }
            @supports (grid-gap: 25px) {
              .paragraphs-items-field-component-section .entity-paragraphs-item .pride-grid li {
                margin: 0; } }
          .paragraphs-items-field-component-section .entity-paragraphs-item .pride-grid li:nth-child(1) {
            -ms-grid-row: 1;
            -ms-grid-column: 1; }
          .paragraphs-items-field-component-section .entity-paragraphs-item .pride-grid li:nth-child(2) {
            -ms-grid-row: 1;
            -ms-grid-column: 2; }
          .paragraphs-items-field-component-section .entity-paragraphs-item .pride-grid li:nth-child(3) {
            -ms-grid-row: 1;
            -ms-grid-column: 3; }
          .paragraphs-items-field-component-section .entity-paragraphs-item .pride-grid li:nth-child(4) {
            -ms-grid-row: 1;
            -ms-grid-column: 4; }
          .paragraphs-items-field-component-section .entity-paragraphs-item .pride-grid li:nth-child(5) {
            -ms-grid-row: 2;
            -ms-grid-column: 1; }
          .paragraphs-items-field-component-section .entity-paragraphs-item .pride-grid li:nth-child(6) {
            -ms-grid-row: 2;
            -ms-grid-column: 2; }
          .paragraphs-items-field-component-section .entity-paragraphs-item .pride-grid li:nth-child(7) {
            -ms-grid-row: 2;
            -ms-grid-column: 3; }
          .paragraphs-items-field-component-section .entity-paragraphs-item .pride-grid li:nth-child(8) {
            -ms-grid-row: 2;
            -ms-grid-column: 4; }
          .paragraphs-items-field-component-section .entity-paragraphs-item .pride-grid li:nth-child(9) {
            -ms-grid-row: 3;
            -ms-grid-column: 1; }
          .paragraphs-items-field-component-section .entity-paragraphs-item .pride-grid li:nth-child(10) {
            -ms-grid-row: 3;
            -ms-grid-column: 2; }
          .paragraphs-items-field-component-section .entity-paragraphs-item .pride-grid li:nth-child(11) {
            -ms-grid-row: 3;
            -ms-grid-column: 3; }
          .paragraphs-items-field-component-section .entity-paragraphs-item .pride-grid li:nth-child(12) {
            -ms-grid-row: 3;
            -ms-grid-column: 4; }
          .paragraphs-items-field-component-section .entity-paragraphs-item .pride-grid li:nth-child(13) {
            -ms-grid-row: 4;
            -ms-grid-column: 1; }
          .paragraphs-items-field-component-section .entity-paragraphs-item .pride-grid li:nth-child(14) {
            -ms-grid-row: 4;
            -ms-grid-column: 2; }
          .paragraphs-items-field-component-section .entity-paragraphs-item .pride-grid li:nth-child(15) {
            -ms-grid-row: 4;
            -ms-grid-column: 3; } }
    @media screen and (max-width: 62em) {
      .paragraphs-items-field-component-section .entity-paragraphs-item .pride-grid {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        grid-gap: 50px;
        display: block; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .pride-grid li {
          width: 100%;
          display: block;
          max-width: 400px;
          margin: 0 auto 30px auto !important; }
          .paragraphs-items-field-component-section .entity-paragraphs-item .pride-grid li {
            margin: 25px; }
            @supports (grid-gap: 50px) {
              .paragraphs-items-field-component-section .entity-paragraphs-item .pride-grid li {
                margin: 0; } }
          .paragraphs-items-field-component-section .entity-paragraphs-item .pride-grid li:nth-child(1) {
            -ms-grid-row: 1;
            -ms-grid-column: 1; }
          .paragraphs-items-field-component-section .entity-paragraphs-item .pride-grid li:nth-child(2) {
            -ms-grid-row: 2;
            -ms-grid-column: 1; }
          .paragraphs-items-field-component-section .entity-paragraphs-item .pride-grid li:nth-child(3) {
            -ms-grid-row: 3;
            -ms-grid-column: 1; }
          .paragraphs-items-field-component-section .entity-paragraphs-item .pride-grid li:nth-child(4) {
            -ms-grid-row: 4;
            -ms-grid-column: 1; }
          .paragraphs-items-field-component-section .entity-paragraphs-item .pride-grid li:nth-child(5) {
            -ms-grid-row: 5;
            -ms-grid-column: 1; }
          .paragraphs-items-field-component-section .entity-paragraphs-item .pride-grid li:nth-child(6) {
            -ms-grid-row: 6;
            -ms-grid-column: 1; }
          .paragraphs-items-field-component-section .entity-paragraphs-item .pride-grid li:nth-child(7) {
            -ms-grid-row: 7;
            -ms-grid-column: 1; }
          .paragraphs-items-field-component-section .entity-paragraphs-item .pride-grid li:nth-child(8) {
            -ms-grid-row: 8;
            -ms-grid-column: 1; }
          .paragraphs-items-field-component-section .entity-paragraphs-item .pride-grid li:nth-child(9) {
            -ms-grid-row: 9;
            -ms-grid-column: 1; }
          .paragraphs-items-field-component-section .entity-paragraphs-item .pride-grid li:nth-child(10) {
            -ms-grid-row: 10;
            -ms-grid-column: 1; }
          .paragraphs-items-field-component-section .entity-paragraphs-item .pride-grid li:nth-child(11) {
            -ms-grid-row: 11;
            -ms-grid-column: 1; }
          .paragraphs-items-field-component-section .entity-paragraphs-item .pride-grid li:nth-child(12) {
            -ms-grid-row: 12;
            -ms-grid-column: 1; }
          .paragraphs-items-field-component-section .entity-paragraphs-item .pride-grid li:nth-child(13) {
            -ms-grid-row: 13;
            -ms-grid-column: 1; }
          .paragraphs-items-field-component-section .entity-paragraphs-item .pride-grid li:nth-child(14) {
            -ms-grid-row: 14;
            -ms-grid-column: 1; }
          .paragraphs-items-field-component-section .entity-paragraphs-item .pride-grid li:nth-child(15) {
            -ms-grid-row: 15;
            -ms-grid-column: 1; } }

@media screen and (max-width: 1366px) and (min-width: 992px) and (-ms-high-contrast: active), screen and (max-width: 1366px) and (min-width: 992px) and (-ms-high-contrast: none) {
  .paragraphs-items-field-component-section .entity-paragraphs-item .pride-grid li {
    width: 90%; } }
  .paragraphs-items-field-component-section .entity-paragraphs-item .faq-grid {
    margin-top: 50px;
    float: left;
    width: 50%; }
    .paragraphs-items-field-component-section .entity-paragraphs-item .faq-grid li {
      width: 100%;
      max-width: 560px;
      margin-bottom: 40px;
      background: #0c2340;
      border: 1px solid transparent;
      border-radius: 40px;
      page-break-inside: avoid;
      break-inside: avoid;
      transition: all .3s ease-in-out; }
      .paragraphs-items-field-component-section .entity-paragraphs-item .faq-grid li .accordion-title {
        padding: 15px 30px;
        font-size: 18px;
        text-align: left;
        color: #fff;
        border: none;
        line-height: normal; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .faq-grid li .accordion-title:before {
          display: none; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .faq-grid li .accordion-title:hover, .paragraphs-items-field-component-section .entity-paragraphs-item .faq-grid li .accordion-title:focus {
          background: none; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .faq-grid li .accordion-title .faq-icon {
          background: url("../img/white_close.png") center center no-repeat;
          display: block;
          float: right;
          width: 26px;
          height: 26px;
          margin-top: -2px; }
      .paragraphs-items-field-component-section .entity-paragraphs-item .faq-grid li .accordion-content {
        background: none;
        border: none;
        padding: 15px 30px;
        color: #fff;
        text-align: left; }
      .paragraphs-items-field-component-section .entity-paragraphs-item .faq-grid li.is-active {
        border-radius: 0; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .faq-grid li.is-active .faq-icon {
          background: url("../img/white_open.png") center center no-repeat; }
    @media screen and (max-width: 62em) {
      .paragraphs-items-field-component-section .entity-paragraphs-item .faq-grid {
        width: 100%;
        margin-bottom: 0; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .faq-grid:last-child {
          margin-top: 0; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .faq-grid li {
          max-width: 100%;
          margin: 0 auto 40px auto; } }
  .paragraphs-items-field-component-section .entity-paragraphs-item .cta-grid {
    display: grid;
    display: -ms-grid;
    grid-gap: 40px;
    max-width: 860px;
    margin: 50px auto 0 auto;
    grid-template-columns: auto auto auto;
    -ms-grid-columns: auto auto auto;
    list-style: none; }
    .paragraphs-items-field-component-section .entity-paragraphs-item .cta-grid li {
      width: 100%;
      height: 250px;
      min-width: 260px;
      background: #ffd200;
      display: inline-block; }
      @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
        .paragraphs-items-field-component-section .entity-paragraphs-item .cta-grid li {
          width: auto; } }
      @supports (-ms-ime-align: auto) {
        .paragraphs-items-field-component-section .entity-paragraphs-item .cta-grid li {
          width: auto;
          margin: 20px !important; } }
      .paragraphs-items-field-component-section .entity-paragraphs-item .cta-grid li {
        margin: 20px; }
        @supports (grid-gap: 40px) {
          .paragraphs-items-field-component-section .entity-paragraphs-item .cta-grid li {
            margin: 0; } }
      .paragraphs-items-field-component-section .entity-paragraphs-item .cta-grid li:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1; }
      .paragraphs-items-field-component-section .entity-paragraphs-item .cta-grid li:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2; }
      .paragraphs-items-field-component-section .entity-paragraphs-item .cta-grid li:nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 3; }
      .paragraphs-items-field-component-section .entity-paragraphs-item .cta-grid li:nth-child(4) {
        -ms-grid-row: 2;
        -ms-grid-column: 1; }
      .paragraphs-items-field-component-section .entity-paragraphs-item .cta-grid li:nth-child(5) {
        -ms-grid-row: 2;
        -ms-grid-column: 2; }
      .paragraphs-items-field-component-section .entity-paragraphs-item .cta-grid li:nth-child(6) {
        -ms-grid-row: 2;
        -ms-grid-column: 3; }
      @media screen and (max-width: 62em) {
        .paragraphs-items-field-component-section .entity-paragraphs-item .cta-grid li {
          margin: 0 auto 30px auto; } }
      .paragraphs-items-field-component-section .entity-paragraphs-item .cta-grid li .title-grid {
        text-overflow: ellipsis;
        display: block;
        height: 170px;
        margin: 0 auto;
        background-position: center center;
        background-repeat: no-repeat; }
      .paragraphs-items-field-component-section .entity-paragraphs-item .cta-grid li .cta-link {
        color: #003c71;
        font-size: 26px;
        height: 80px;
        line-height: 80px;
        background: #fff;
        display: block;
        font-style: normal;
        font-stretch: normal;
        text-align: center; }
    @media screen and (max-width: 62em) {
      .paragraphs-items-field-component-section .entity-paragraphs-item .cta-grid {
        grid-template-columns: auto;
        -ms-grid-columns: auto; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .cta-grid li {
          width: 100%; }
          .paragraphs-items-field-component-section .entity-paragraphs-item .cta-grid li {
            margin: 15px; }
            @supports (grid-gap: 30px) {
              .paragraphs-items-field-component-section .entity-paragraphs-item .cta-grid li {
                margin: 0; } }
          .paragraphs-items-field-component-section .entity-paragraphs-item .cta-grid li:nth-child(1) {
            -ms-grid-row: 1;
            -ms-grid-column: 1; }
          .paragraphs-items-field-component-section .entity-paragraphs-item .cta-grid li:nth-child(2) {
            -ms-grid-row: 2;
            -ms-grid-column: 1; }
          .paragraphs-items-field-component-section .entity-paragraphs-item .cta-grid li:nth-child(3) {
            -ms-grid-row: 3;
            -ms-grid-column: 1; }
          .paragraphs-items-field-component-section .entity-paragraphs-item .cta-grid li:nth-child(4) {
            -ms-grid-row: 4;
            -ms-grid-column: 1; }
          .paragraphs-items-field-component-section .entity-paragraphs-item .cta-grid li:nth-child(5) {
            -ms-grid-row: 5;
            -ms-grid-column: 1; }
          .paragraphs-items-field-component-section .entity-paragraphs-item .cta-grid li:nth-child(6) {
            -ms-grid-row: 6;
            -ms-grid-column: 1; } }
    @media screen and (max-width: 62em) and (-ms-high-contrast: active), screen and (max-width: 62em) and (-ms-high-contrast: none) {
      .paragraphs-items-field-component-section .entity-paragraphs-item .cta-grid li {
        margin: 30px auto !important; } }
    @media screen and (max-width: 62em) {
          @supports (-ms-ime-align: auto) {
            .paragraphs-items-field-component-section .entity-paragraphs-item .cta-grid li {
              margin: 30px auto !important; } } }
  @media screen and (max-width: 62em) and (-ms-high-contrast: active), screen and (max-width: 62em) and (-ms-high-contrast: none) {
    .paragraphs-items-field-component-section .entity-paragraphs-item .cta-grid {
      display: block; } }
    @media screen and (max-width: 62em) {
        @supports (-ms-ime-align: auto) {
          .paragraphs-items-field-component-section .entity-paragraphs-item .cta-grid {
            display: block; } } }
  .paragraphs-items-field-component-section .entity-paragraphs-item .small-image-grid {
    margin-top: 50px;
    text-align: center; }
    .paragraphs-items-field-component-section .entity-paragraphs-item .small-image-grid li {
      width: 160px;
      margin: 0 40px 40px 0;
      height: 192px;
      display: inline-grid;
      background: #ffffff;
      text-align: left;
      box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
      transition: all .3s ease-in-out; }
      @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
        .paragraphs-items-field-component-section .entity-paragraphs-item .small-image-grid li {
          display: inline-block; } }
      @supports (-ms-ime-align: auto) {
        .paragraphs-items-field-component-section .entity-paragraphs-item .small-image-grid li {
          display: inline-block; } }
      .paragraphs-items-field-component-section .entity-paragraphs-item .small-image-grid li:hover {
        background: #ffd200; }
      @media screen and (min-width: 67.5em) {
        .paragraphs-items-field-component-section .entity-paragraphs-item .small-image-grid li:nth-child(6n) {
          margin-right: 0; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .small-image-grid li:last-child {
          margin-right: 0; } }
      @media screen and (max-width: 62em) {
        .paragraphs-items-field-component-section .entity-paragraphs-item .small-image-grid li {
          margin: 0 40px 40px 0; } }
      @media screen and (max-width: 30em) {
        .paragraphs-items-field-component-section .entity-paragraphs-item .small-image-grid li {
          margin: 0 auto 40px auto;
          display: block; } }
      .paragraphs-items-field-component-section .entity-paragraphs-item .small-image-grid li .small-image-link {
        color: #003c71;
        display: block;
        padding: 15px;
        min-height: 92px;
        overflow: hidden;
        font-size: 18px;
        text-overflow: ellipsis; }
  .paragraphs-items-field-component-section .entity-paragraphs-item .medium-image-grid {
    margin-top: 50px;
    text-align: center; }
    .paragraphs-items-field-component-section .entity-paragraphs-item .medium-image-grid li {
      width: 260px;
      height: 290px;
      margin: 0 40px 40px 0;
      display: inline-grid;
      background: #ffffff;
      text-align: left;
      position: relative;
      box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
      transition: all .3s ease-in-out; }
      @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
        .paragraphs-items-field-component-section .entity-paragraphs-item .medium-image-grid li {
          display: inline-block; } }
      @supports (-ms-ime-align: auto) {
        .paragraphs-items-field-component-section .entity-paragraphs-item .medium-image-grid li {
          display: inline-block; } }
      @media screen and (min-width: 67.5em) {
        .paragraphs-items-field-component-section .entity-paragraphs-item .medium-image-grid li:nth-child(4n) {
          margin-right: 0; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .medium-image-grid li:last-child {
          margin-right: 0; } }
      @media screen and (max-width: 62em) {
        .paragraphs-items-field-component-section .entity-paragraphs-item .medium-image-grid li {
          margin: 0 40px 40px 0; } }
      @media screen and (max-width: 30em) {
        .paragraphs-items-field-component-section .entity-paragraphs-item .medium-image-grid li {
          margin: 0 auto 40px auto;
          display: block; } }
      .paragraphs-items-field-component-section .entity-paragraphs-item .medium-image-grid li .medium-image-link {
        color: #003c71;
        display: block;
        padding: 15px;
        font-size: 22px;
        z-index: 10;
        min-height: 130px;
        line-height: 1.2;
        overflow: hidden;
        text-overflow: ellipsis; }
      .paragraphs-items-field-component-section .entity-paragraphs-item .medium-image-grid li .overlay-text {
        position: absolute;
        bottom: 0;
        margin: 0;
        left: 0;
        right: 0;
        overflow: hidden;
        width: 100%;
        height: 0;
        transition: .5s ease;
        background: #ffd200;
        z-index: 999; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .medium-image-grid li .overlay-text .grid-description {
          font-size: 16px;
          text-align: left; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .medium-image-grid li .overlay-text .medium-image-link {
          text-align: left;
          border-bottom: 1px solid #0c2340;
          padding: 0 0 10px 0;
          margin-bottom: 10px; }
      .paragraphs-items-field-component-section .entity-paragraphs-item .medium-image-grid li:hover .overlay-text {
        height: 100%;
        padding: 20px; }
  .paragraphs-items-field-component-section .entity-paragraphs-item.paragraphs-item-quote, .paragraphs-items-field-component-section .entity-paragraphs-item .paragraphs-item-form-section {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; }
    @media screen and (min-width: 67.5em) {
      .paragraphs-items-field-component-section .entity-paragraphs-item.paragraphs-item-quote, .paragraphs-items-field-component-section .entity-paragraphs-item .paragraphs-item-form-section {
        min-height: 600px; } }
    .paragraphs-items-field-component-section .entity-paragraphs-item.paragraphs-item-quote::before, .paragraphs-items-field-component-section .entity-paragraphs-item .paragraphs-item-form-section::before {
      content: '';
      background: rgba(12, 35, 64, 0.8);
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 41.67%;
      height: 100%; }
    .paragraphs-items-field-component-section .entity-paragraphs-item.paragraphs-item-quote .content, .paragraphs-items-field-component-section .entity-paragraphs-item .paragraphs-item-form-section .content {
      padding: 0;
      height: 100%;
      min-height: 600px; }
      .paragraphs-items-field-component-section .entity-paragraphs-item.paragraphs-item-quote .content .info-wrapper, .paragraphs-items-field-component-section .entity-paragraphs-item .paragraphs-item-form-section .content .info-wrapper {
        text-align: left;
        padding: 160px 0px;
        color: #fff;
        position: relative;
        max-width: 370px; }
        .paragraphs-items-field-component-section .entity-paragraphs-item.paragraphs-item-quote .content .info-wrapper .title-grid, .paragraphs-items-field-component-section .entity-paragraphs-item .paragraphs-item-form-section .content .info-wrapper .title-grid {
          display: block;
          font-size: 36px;
          line-height: normal; }
          .paragraphs-items-field-component-section .entity-paragraphs-item.paragraphs-item-quote .content .info-wrapper .title-grid:after, .paragraphs-items-field-component-section .entity-paragraphs-item .paragraphs-item-form-section .content .info-wrapper .title-grid:after {
            width: 100%;
            max-width: 260px;
            height: 1px;
            background: #fff;
            content: '';
            margin: 30px 0;
            display: block; }
        .paragraphs-items-field-component-section .entity-paragraphs-item.paragraphs-item-quote .content .info-wrapper .pride-description, .paragraphs-items-field-component-section .entity-paragraphs-item .paragraphs-item-form-section .content .info-wrapper .pride-description {
          font-size: 16px; }
        .paragraphs-items-field-component-section .entity-paragraphs-item.paragraphs-item-quote .content .info-wrapper .quote-link, .paragraphs-items-field-component-section .entity-paragraphs-item .paragraphs-item-form-section .content .info-wrapper .quote-link {
          margin-top: 40px;
          border: 1px solid transparent;
          border-radius: 30px;
          padding: 15px 30px;
          background: #fff;
          text-transform: uppercase;
          color: #003c71;
          display: block;
          font-size: 14px;
          float: left;
          transition: background-color 0.25s ease-out, color 0.25s ease-out; }
          .paragraphs-items-field-component-section .entity-paragraphs-item.paragraphs-item-quote .content .info-wrapper .quote-link:hover, .paragraphs-items-field-component-section .entity-paragraphs-item .paragraphs-item-form-section .content .info-wrapper .quote-link:hover {
            color: #fff;
            background: #ffd200; }
    @media screen and (max-width: 62em) {
      .paragraphs-items-field-component-section .entity-paragraphs-item.paragraphs-item-quote::before, .paragraphs-items-field-component-section .entity-paragraphs-item .paragraphs-item-form-section::before {
        width: 100%; }
      .paragraphs-items-field-component-section .entity-paragraphs-item.paragraphs-item-quote .content .info-wrapper, .paragraphs-items-field-component-section .entity-paragraphs-item .paragraphs-item-form-section .content .info-wrapper {
        max-width: 100%;
        text-align: center; }
        .paragraphs-items-field-component-section .entity-paragraphs-item.paragraphs-item-quote .content .info-wrapper .title-grid::after, .paragraphs-items-field-component-section .entity-paragraphs-item .paragraphs-item-form-section .content .info-wrapper .title-grid::after {
          margin-left: auto;
          margin-right: auto; }
        .paragraphs-items-field-component-section .entity-paragraphs-item.paragraphs-item-quote .content .info-wrapper .quote-link, .paragraphs-items-field-component-section .entity-paragraphs-item .paragraphs-item-form-section .content .info-wrapper .quote-link {
          max-width: 200px;
          margin: 40px auto 0;
          float: none; } }
  .paragraphs-items-field-component-section .entity-paragraphs-item .paragraphs-item-form-section::before {
    content: none;
    background: transparent; }
  .paragraphs-items-field-component-section .entity-paragraphs-item .paragraphs-item-form-section .content .info-wrapper {
    text-align: center;
    margin: 0 auto;
    padding: 60px 8%;
    color: #fff;
    position: relative;
    min-width: 50%;
    max-width: 370px;
    background: rgba(12, 35, 64, 0.8); }
    .paragraphs-items-field-component-section .entity-paragraphs-item .paragraphs-item-form-section .content .info-wrapper .title-grid:after {
      margin: 30px auto; }
  .paragraphs-items-field-component-section .entity-paragraphs-item .paragraphs-item-form-section form {
    color: #ffffff;
    font-family: "BrandonText-Medium"; }
    .paragraphs-items-field-component-section .entity-paragraphs-item .paragraphs-item-form-section form .form_label {
      color: #ffffff;
      font-family: "BrandonText-Medium";
      font-size: 14px;
      font-style: normal;
      font-stretch: normal;
      font-weight: 700;
      text-align: left;
      padding-top: 3px;
      padding-bottom: 3px; }
    .paragraphs-items-field-component-section .entity-paragraphs-item .paragraphs-item-form-section form .form_page {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      /* .form_address {
         .form_responses {
           display: flex;
           flex-wrap: wrap;
         input[name="form_013fe994-af81-4c61-b5df-2dba852b3ed8_city"],

         {

         }

         }
       }*/ }
      .paragraphs-items-field-component-section .entity-paragraphs-item .paragraphs-item-form-section form .form_page .form_question {
        padding: 0;
        margin: 0;
        margin-bottom: 10px;
        float: left;
        width: 100%; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .paragraphs-item-form-section form .form_page .form_question[data-export="sys:first"], .paragraphs-items-field-component-section .entity-paragraphs-item .paragraphs-item-form-section form .form_page .form_question[data-export="sys:middle"], .paragraphs-items-field-component-section .entity-paragraphs-item .paragraphs-item-form-section form .form_page .form_question#form_question_8c3c5043-4b12-48e7-a4a9-55824344ca4c, .paragraphs-items-field-component-section .entity-paragraphs-item .paragraphs-item-form-section form .form_page .form_question#form_question_560d53fc-8f29-44dd-a750-79aa42ecab7e, .paragraphs-items-field-component-section .entity-paragraphs-item .paragraphs-item-form-section form .form_page .form_question[data-export="sys:last"], .paragraphs-items-field-component-section .entity-paragraphs-item .paragraphs-item-form-section form .form_page .form_question[data-export="sys:field:preferred_method"], .paragraphs-items-field-component-section .entity-paragraphs-item .paragraphs-item-form-section form .form_page .form_question[data-export="sys:field:preferred_time"] {
          width: 45%;
          float: none;
          -ms-flex-positive: 1;
              flex-grow: 1;
          padding: 0px 2px; }
          .paragraphs-items-field-component-section .entity-paragraphs-item .paragraphs-item-form-section form .form_page .form_question[data-export="sys:first"] select, .paragraphs-items-field-component-section .entity-paragraphs-item .paragraphs-item-form-section form .form_page .form_question[data-export="sys:middle"] select, .paragraphs-items-field-component-section .entity-paragraphs-item .paragraphs-item-form-section form .form_page .form_question#form_question_8c3c5043-4b12-48e7-a4a9-55824344ca4c select, .paragraphs-items-field-component-section .entity-paragraphs-item .paragraphs-item-form-section form .form_page .form_question#form_question_560d53fc-8f29-44dd-a750-79aa42ecab7e select, .paragraphs-items-field-component-section .entity-paragraphs-item .paragraphs-item-form-section form .form_page .form_question[data-export="sys:last"] select, .paragraphs-items-field-component-section .entity-paragraphs-item .paragraphs-item-form-section form .form_page .form_question[data-export="sys:field:preferred_method"] select, .paragraphs-items-field-component-section .entity-paragraphs-item .paragraphs-item-form-section form .form_page .form_question[data-export="sys:field:preferred_time"] select {
            min-width: 70px; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .paragraphs-item-form-section form .form_page .form_question input {
          height: 36px; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .paragraphs-item-form-section form .form_page .form_question[data-export="sys:birthdate"] .form_responses {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          .paragraphs-items-field-component-section .entity-paragraphs-item .paragraphs-item-form-section form .form_page .form_question[data-export="sys:birthdate"] .form_responses select {
            width: 30%;
            -ms-flex-positive: 1;
                flex-grow: 1;
            min-width: 70px; }
      .paragraphs-items-field-component-section .entity-paragraphs-item .paragraphs-item-form-section form .form_page .form_radio .form_responses {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .paragraphs-item-form-section form .form_page .form_radio .form_responses .form_response {
          -ms-flex-positive: 1;
              flex-grow: 1;
          width: 45%;
          margin-bottom: .5em; }
          .paragraphs-items-field-component-section .entity-paragraphs-item .paragraphs-item-form-section form .form_page .form_radio .form_responses .form_response input {
            margin: 0px; }
          .paragraphs-items-field-component-section .entity-paragraphs-item .paragraphs-item-form-section form .form_page .form_radio .form_responses .form_response label {
            color: #fff; }
      .paragraphs-items-field-component-section .entity-paragraphs-item .paragraphs-item-form-section form .form_page .form_birthdate {
        width: 100% !important; }
    .paragraphs-items-field-component-section .entity-paragraphs-item .paragraphs-item-form-section form .action {
      margin-top: 30px; }
      .paragraphs-items-field-component-section .entity-paragraphs-item .paragraphs-item-form-section form .action button {
        outline: none;
        border: 1px solid transparent;
        border-radius: 30px;
        padding: 15px 30px;
        background: #fff;
        text-transform: uppercase;
        color: #003c71;
        font-family: "BrandonText-Regular";
        font-size: 14px;
        font-style: normal;
        font-stretch: normal;
        font-weight: 600;
        text-align: center;
        transition: background-color 0.25s ease-out, color 0.25s ease-out; }
        .paragraphs-items-field-component-section .entity-paragraphs-item .paragraphs-item-form-section form .action button:hover {
          color: #fff;
          background: #ffd200; }
  .paragraphs-items-field-component-section .entity-paragraphs-item.single-pride-wrapper .content {
    max-width: 960px;
    padding: 100px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center; }
    .paragraphs-items-field-component-section .entity-paragraphs-item.single-pride-wrapper .content .left-wrap {
      -ms-flex: 1;
          flex: 1;
      max-width: 360px;
      min-height: 360px;
      margin-right: 40px;
      background: #fff; }
      .paragraphs-items-field-component-section .entity-paragraphs-item.single-pride-wrapper .content .left-wrap .single-pride-item .title-icon {
        padding-bottom: 20px;
        min-height: 150px;
        display: block;
        position: relative;
        background-repeat: no-repeat;
        background-position: center center; }
        .paragraphs-items-field-component-section .entity-paragraphs-item.single-pride-wrapper .content .left-wrap .single-pride-item .title-icon:after {
          content: '';
          height: 1px;
          background: #ffd200;
          max-width: 160px;
          position: absolute;
          margin-left: auto;
          margin-right: auto;
          left: 0;
          right: 0;
          bottom: 0; }
          @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
            .paragraphs-items-field-component-section .entity-paragraphs-item.single-pride-wrapper .content .left-wrap .single-pride-item .title-icon:after {
              left: 50%;
              transform: translateX(-50%); } }
      .paragraphs-items-field-component-section .entity-paragraphs-item.single-pride-wrapper .content .left-wrap .single-pride-item .description-wrap {
        padding: 30px 30px 40px;
        font-size: 26px;
        color: #0f2240; }
    .paragraphs-items-field-component-section .entity-paragraphs-item.single-pride-wrapper .content .right-wrap {
      -ms-flex: 1;
          flex: 1; }
      .paragraphs-items-field-component-section .entity-paragraphs-item.single-pride-wrapper .content .right-wrap .paragraphs-items-field-section-title {
        margin-bottom: 0; }
        .paragraphs-items-field-component-section .entity-paragraphs-item.single-pride-wrapper .content .right-wrap .paragraphs-items-field-section-title .title-field {
          font-size: 32px;
          color: #fff;
          text-align: left;
          font-weight: normal;
          text-transform: none; }
          .paragraphs-items-field-component-section .entity-paragraphs-item.single-pride-wrapper .content .right-wrap .paragraphs-items-field-section-title .title-field:after {
            max-width: 260px;
            height: 1px;
            background: #ffd100;
            content: '';
            margin: 20px 0;
            display: block; }
      .paragraphs-items-field-component-section .entity-paragraphs-item.single-pride-wrapper .content .right-wrap .subtitle-field {
        font-size: 18px;
        color: #fff;
        text-align: left; }
      .paragraphs-items-field-component-section .entity-paragraphs-item.single-pride-wrapper .content .right-wrap .view-more-link {
        float: left;
        background: #ffd200; }
        .paragraphs-items-field-component-section .entity-paragraphs-item.single-pride-wrapper .content .right-wrap .view-more-link:hover {
          background: #0f2240; }
    @media screen and (max-width: 62em) {
      .paragraphs-items-field-component-section .entity-paragraphs-item.single-pride-wrapper .content {
        -ms-flex-direction: column;
            flex-direction: column; }
        .paragraphs-items-field-component-section .entity-paragraphs-item.single-pride-wrapper .content .left-wrap {
          max-width: 100%;
          margin: 0;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; }
          .paragraphs-items-field-component-section .entity-paragraphs-item.single-pride-wrapper .content .left-wrap .description-wrap .title-grid,
          .paragraphs-items-field-component-section .entity-paragraphs-item.single-pride-wrapper .content .left-wrap .description-wrap .pride-description {
            width: 100%;
            float: left; }
        .paragraphs-items-field-component-section .entity-paragraphs-item.single-pride-wrapper .content .right-wrap {
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
          max-width: 100%;
          margin-top: 20px; }
          .paragraphs-items-field-component-section .entity-paragraphs-item.single-pride-wrapper .content .right-wrap .title-field,
          .paragraphs-items-field-component-section .entity-paragraphs-item.single-pride-wrapper .content .right-wrap .subtitle-field {
            text-align: center !important; }
            .paragraphs-items-field-component-section .entity-paragraphs-item.single-pride-wrapper .content .right-wrap .title-field:after,
            .paragraphs-items-field-component-section .entity-paragraphs-item.single-pride-wrapper .content .right-wrap .subtitle-field:after {
              margin: 20px auto !important; }
          .paragraphs-items-field-component-section .entity-paragraphs-item.single-pride-wrapper .content .right-wrap .view-more-link {
            float: none; } }
  .paragraphs-items-field-component-section .entity-paragraphs-item.yellow {
    background-color: #ffd100; }
    .paragraphs-items-field-component-section .entity-paragraphs-item.yellow .stylized-subtitle,
    .paragraphs-items-field-component-section .entity-paragraphs-item.yellow .stylized-title {
      color: #0c2340; }
    .paragraphs-items-field-component-section .entity-paragraphs-item.yellow .icon::before, .paragraphs-items-field-component-section .entity-paragraphs-item.yellow .icon::after {
      background: #0c2340; }
    .paragraphs-items-field-component-section .entity-paragraphs-item.yellow .small-image-grid li:hover {
      background: #0C2340; }
      .paragraphs-items-field-component-section .entity-paragraphs-item.yellow .small-image-grid li:hover .small-image-link {
        color: #fff; }
  .paragraphs-items-field-component-section .entity-paragraphs-item.blue {
    background-color: #0C2340; }
    .paragraphs-items-field-component-section .entity-paragraphs-item.blue .pride-grid .pride-grid-item {
      background: #fff; }
      .paragraphs-items-field-component-section .entity-paragraphs-item.blue .pride-grid .pride-grid-item .title-grid,
      .paragraphs-items-field-component-section .entity-paragraphs-item.blue .pride-grid .pride-grid-item .pride-description {
        color: #0c2340;
        border-color: #ffd200; }
    .paragraphs-items-field-component-section .entity-paragraphs-item.blue .faq-grid li {
      background: #fff; }
      .paragraphs-items-field-component-section .entity-paragraphs-item.blue .faq-grid li .accordion-title {
        color: #0c2340; }
        .paragraphs-items-field-component-section .entity-paragraphs-item.blue .faq-grid li .accordion-title .faq-icon {
          background: url("../img/blue_close.png") center center no-repeat; }
      .paragraphs-items-field-component-section .entity-paragraphs-item.blue .faq-grid li .accordion-content {
        color: #0C2340; }
      .paragraphs-items-field-component-section .entity-paragraphs-item.blue .faq-grid li.is-active .faq-icon {
        background: url("../img/open_blue.png") center center no-repeat; }
    .paragraphs-items-field-component-section .entity-paragraphs-item.blue .view-more-link {
      background-color: #ffd200;
      color: #0c2340; }
      .paragraphs-items-field-component-section .entity-paragraphs-item.blue .view-more-link:hover {
        background-color: #fff; }
    .paragraphs-items-field-component-section .entity-paragraphs-item.blue .intro-text-title {
      color: #fff; }
  .paragraphs-items-field-component-section .entity-paragraphs-item.transparent {
    background-color: transparent; }
  .paragraphs-items-field-component-section .entity-paragraphs-item.white {
    background-color: white; }
    .paragraphs-items-field-component-section .entity-paragraphs-item.white .stylized-subtitle,
    .paragraphs-items-field-component-section .entity-paragraphs-item.white .stylized-title {
      color: #0c2340; }
    .paragraphs-items-field-component-section .entity-paragraphs-item.white .medium-image-grid li {
      background: #0c2340; }
      .paragraphs-items-field-component-section .entity-paragraphs-item.white .medium-image-grid li .overlay-text {
        background: #0C2340; }
      .paragraphs-items-field-component-section .entity-paragraphs-item.white .medium-image-grid li .grid-description,
      .paragraphs-items-field-component-section .entity-paragraphs-item.white .medium-image-grid li .medium-image-link {
        color: #fff;
        border-color: #fff; }
    .paragraphs-items-field-component-section .entity-paragraphs-item.white.single-pride-wrapper .left-wrap {
      background: #0C2340; }
      .paragraphs-items-field-component-section .entity-paragraphs-item.white.single-pride-wrapper .left-wrap .description-wrap {
        color: #fff !important; }
    .paragraphs-items-field-component-section .entity-paragraphs-item.white.single-pride-wrapper .right-wrap .title-field {
      color: #0f2240 !important; }
      .paragraphs-items-field-component-section .entity-paragraphs-item.white.single-pride-wrapper .right-wrap .title-field:after {
        background: #ffd200; }
    .paragraphs-items-field-component-section .entity-paragraphs-item.white.single-pride-wrapper .right-wrap .subtitle-field {
      color: #0f2240; }
    .paragraphs-items-field-component-section .entity-paragraphs-item.white.single-pride-wrapper .right-wrap .view-more-link {
      background: #0f2240; }
      .paragraphs-items-field-component-section .entity-paragraphs-item.white.single-pride-wrapper .right-wrap .view-more-link:hover {
        background: #ffd200; }

.page-campaign-landing .campaign-header {
  min-height: 80px;
  width: 100%; }
  .page-campaign-landing .campaign-header .title-bar {
    min-height: 80px;
    max-height: 80px;
    background: #0c223f;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 0; }
    @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
      .page-campaign-landing .campaign-header .title-bar {
        display: block;
        padding: 15px; } }
    .page-campaign-landing .campaign-header .title-bar .row {
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 1;
          flex: 1;
      -ms-flex-pack: start;
          justify-content: flex-start;
      -ms-flex-align: center;
          align-items: center; }
      .page-campaign-landing .campaign-header .title-bar .row .title-bar-left,
      .page-campaign-landing .campaign-header .title-bar .row .title-bar-right {
        -ms-flex: 1 1 0px;
        flex: 1 1 0px; }
        .page-campaign-landing .campaign-header .title-bar .row .title-bar-left.title-bar-right .menu,
        .page-campaign-landing .campaign-header .title-bar .row .title-bar-right.title-bar-right .menu {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -ms-flex-direction: row;
              flex-direction: row;
          -ms-flex-pack: end;
              justify-content: flex-end;
          background: transparent; }
          .page-campaign-landing .campaign-header .title-bar .row .title-bar-left.title-bar-right .menu li,
          .page-campaign-landing .campaign-header .title-bar .row .title-bar-right.title-bar-right .menu li {
            margin-left: 0; }
            .page-campaign-landing .campaign-header .title-bar .row .title-bar-left.title-bar-right .menu li + li,
            .page-campaign-landing .campaign-header .title-bar .row .title-bar-right.title-bar-right .menu li + li {
              margin-left: 20px; }
            .page-campaign-landing .campaign-header .title-bar .row .title-bar-left.title-bar-right .menu li a,
            .page-campaign-landing .campaign-header .title-bar .row .title-bar-right.title-bar-right .menu li a {
              border: 1px solid transparent;
              border-radius: 30px;
              padding: 15px 30px;
              background: #fff;
              text-transform: uppercase;
              color: #003c71;
              font-family: "BrandonText-Regular";
              font-size: 14px;
              font-style: normal;
              font-stretch: normal;
              font-weight: 600;
              text-align: center;
              transition: background-color 0.25s ease-out, color 0.25s ease-out; }
              .page-campaign-landing .campaign-header .title-bar .row .title-bar-left.title-bar-right .menu li a:hover,
              .page-campaign-landing .campaign-header .title-bar .row .title-bar-right.title-bar-right .menu li a:hover {
                color: #fff;
                background: #ffd200; }
      .page-campaign-landing .campaign-header .title-bar .row .icon-menu {
        display: none;
        color: #fff;
        font-size: 25px; }
      @media screen and (max-width: 62em) {
        .page-campaign-landing .campaign-header .title-bar .row .icon-menu {
          float: right;
          display: block; }
        .page-campaign-landing .campaign-header .title-bar .row li {
          display: none; } }
    @media screen and (max-width: 62em) {
      .page-campaign-landing .campaign-header .title-bar.responsive {
        max-height: -webkit-fit-content;
        max-height: -moz-fit-content;
        max-height: fit-content;
        display: block;
        padding: 15px 0;
        position: relative; }
        .page-campaign-landing .campaign-header .title-bar.responsive .row {
          display: block; }
          .page-campaign-landing .campaign-header .title-bar.responsive .row .title-bar-left {
            height: auto; }
          .page-campaign-landing .campaign-header .title-bar.responsive .row .title-bar-right {
            display: block;
            clear: both;
            width: 100%;
            margin-top: 20px;
            text-align: center; }
            .page-campaign-landing .campaign-header .title-bar.responsive .row .title-bar-right .menu {
              display: block;
              position: relative;
              width: 100%;
              float: left; }
              .page-campaign-landing .campaign-header .title-bar.responsive .row .title-bar-right .menu li {
                width: 100%;
                margin-bottom: 20px;
                display: block; }
        .page-campaign-landing .campaign-header .title-bar.responsive .icon-menu {
          position: absolute;
          right: 15px;
          top: 22px; } }
  .page-campaign-landing .campaign-header.sticky-start {
    top: 0;
    position: fixed;
    z-index: 9999; }

.page-campaign-landing .hero-area {
  min-height: 100vh;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  /* Turn off parallax scrolling for all tablets and phones. Increase/decrease the pixels if needed */ }
  @media only screen and (max-device-width: 1366px) {
    .page-campaign-landing .hero-area {
      background-attachment: scroll; } }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .page-campaign-landing .hero-area {
      padding-top: 80px; } }
  .page-campaign-landing .hero-area .content-area {
    padding-top: 80px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-height: 100%;
    min-height: 100vh;
    -ms-flex-align: center;
        align-items: center; }
    .page-campaign-landing .hero-area .content-area.with-form {
      -ms-flex-direction: row;
          flex-direction: row; }
      .page-campaign-landing .hero-area .content-area.with-form p {
        text-align: left; }
    .page-campaign-landing .hero-area .content-area.without-form {
      -ms-flex-pack: center;
          justify-content: center;
      text-align: center;
      width: 100%; }
      .page-campaign-landing .hero-area .content-area.without-form .title-field,
      .page-campaign-landing .hero-area .content-area.without-form .subtitle-field {
        margin: 0 auto; }
    .page-campaign-landing .hero-area .content-area .hero-text-wrapper {
      -ms-flex: 1;
          flex: 1; }
      @media screen and (min-width: 67.5em) {
        .page-campaign-landing .hero-area .content-area .hero-text-wrapper {
          min-width: 650px; } }
      @media screen and (max-width: 62em) {
        .page-campaign-landing .hero-area .content-area .hero-text-wrapper {
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
          width: 100%; } }
      .page-campaign-landing .hero-area .content-area .hero-text-wrapper p {
        text-shadow: 0px 2px 10px #000000; }
        @media screen and (min-width: 67.5em) {
          .page-campaign-landing .hero-area .content-area .hero-text-wrapper p {
            max-width: 650px; } }
        .page-campaign-landing .hero-area .content-area .hero-text-wrapper p.title-field {
          font-size: 62px; }
        .page-campaign-landing .hero-area .content-area .hero-text-wrapper p.subtitle-field {
          font-size: 36px; }
        .page-campaign-landing .hero-area .content-area .hero-text-wrapper p + hr {
          border-radius: 0;
          width: 100%;
          max-width: 260px;
          height: 1px;
          background: #ffffff;
          margin: 30px 0;
          clear: both;
          display: inline-block; }
    .page-campaign-landing .hero-area .content-area .hero-form-wrapper {
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
      padding: 40px;
      background: rgba(12, 34, 63, 0.8); }
      @media screen and (min-width: 67.5em) {
        .page-campaign-landing .hero-area .content-area .hero-form-wrapper {
          max-width: 450px; } }
      @media screen and (max-width: 62em) {
        .page-campaign-landing .hero-area .content-area .hero-form-wrapper {
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
          width: 100%; } }
      .page-campaign-landing .hero-area .content-area .hero-form-wrapper #form_38c071f7-c7eb-46b9-9319-88ab22963fb0 {
        color: #fff;
        font-size: 20px;
        font-family: "BrandonText-Medium";
        font-weight: 700; }
      .page-campaign-landing .hero-area .content-area .hero-form-wrapper form {
        color: #ffffff;
        font-family: "BrandonText-Medium"; }
        .page-campaign-landing .hero-area .content-area .hero-form-wrapper form .form_label {
          color: #ffffff;
          font-family: "BrandonText-Medium";
          font-size: 14px;
          font-style: normal;
          font-stretch: normal;
          font-weight: 700;
          text-align: left;
          padding-top: 3px;
          padding-bottom: 3px; }
        .page-campaign-landing .hero-area .content-area .hero-form-wrapper form .form_page {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          /* .form_address {
         .form_responses {
           display: flex;
           flex-wrap: wrap;
         input[name="form_013fe994-af81-4c61-b5df-2dba852b3ed8_city"],

         {

         }

         }
       }*/ }
          .page-campaign-landing .hero-area .content-area .hero-form-wrapper form .form_page .form_question {
            padding: 0;
            margin: 0;
            margin-bottom: 10px;
            float: left;
            width: 100%; }
            .page-campaign-landing .hero-area .content-area .hero-form-wrapper form .form_page .form_question[data-export="sys:first"], .page-campaign-landing .hero-area .content-area .hero-form-wrapper form .form_page .form_question[data-export="sys:middle"], .page-campaign-landing .hero-area .content-area .hero-form-wrapper form .form_page .form_question#form_question_8c3c5043-4b12-48e7-a4a9-55824344ca4c, .page-campaign-landing .hero-area .content-area .hero-form-wrapper form .form_page .form_question#form_question_560d53fc-8f29-44dd-a750-79aa42ecab7e, .page-campaign-landing .hero-area .content-area .hero-form-wrapper form .form_page .form_question[data-export="sys:last"], .page-campaign-landing .hero-area .content-area .hero-form-wrapper form .form_page .form_question[data-export="sys:field:preferred_method"], .page-campaign-landing .hero-area .content-area .hero-form-wrapper form .form_page .form_question[data-export="sys:field:preferred_time"] {
              width: 45%;
              float: none;
              -ms-flex-positive: 1;
                  flex-grow: 1;
              padding: 0px 2px; }
              .page-campaign-landing .hero-area .content-area .hero-form-wrapper form .form_page .form_question[data-export="sys:first"] select, .page-campaign-landing .hero-area .content-area .hero-form-wrapper form .form_page .form_question[data-export="sys:middle"] select, .page-campaign-landing .hero-area .content-area .hero-form-wrapper form .form_page .form_question#form_question_8c3c5043-4b12-48e7-a4a9-55824344ca4c select, .page-campaign-landing .hero-area .content-area .hero-form-wrapper form .form_page .form_question#form_question_560d53fc-8f29-44dd-a750-79aa42ecab7e select, .page-campaign-landing .hero-area .content-area .hero-form-wrapper form .form_page .form_question[data-export="sys:last"] select, .page-campaign-landing .hero-area .content-area .hero-form-wrapper form .form_page .form_question[data-export="sys:field:preferred_method"] select, .page-campaign-landing .hero-area .content-area .hero-form-wrapper form .form_page .form_question[data-export="sys:field:preferred_time"] select {
                min-width: 70px; }
            .page-campaign-landing .hero-area .content-area .hero-form-wrapper form .form_page .form_question input {
              height: 36px; }
            .page-campaign-landing .hero-area .content-area .hero-form-wrapper form .form_page .form_question[data-export="sys:birthdate"] .form_responses {
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; }
              .page-campaign-landing .hero-area .content-area .hero-form-wrapper form .form_page .form_question[data-export="sys:birthdate"] .form_responses select {
                width: 30%;
                -ms-flex-positive: 1;
                    flex-grow: 1;
                min-width: 70px; }
          .page-campaign-landing .hero-area .content-area .hero-form-wrapper form .form_page .form_radio .form_responses {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
            .page-campaign-landing .hero-area .content-area .hero-form-wrapper form .form_page .form_radio .form_responses .form_response {
              -ms-flex-positive: 1;
                  flex-grow: 1;
              width: 45%;
              margin-bottom: .5em; }
              .page-campaign-landing .hero-area .content-area .hero-form-wrapper form .form_page .form_radio .form_responses .form_response input {
                margin: 0px; }
              .page-campaign-landing .hero-area .content-area .hero-form-wrapper form .form_page .form_radio .form_responses .form_response label {
                color: #fff; }
          .page-campaign-landing .hero-area .content-area .hero-form-wrapper form .form_page .form_birthdate {
            width: 100% !important; }
        .page-campaign-landing .hero-area .content-area .hero-form-wrapper form .action {
          margin-top: 30px; }
          .page-campaign-landing .hero-area .content-area .hero-form-wrapper form .action button {
            outline: none;
            border: 1px solid transparent;
            border-radius: 30px;
            padding: 15px 30px;
            background: #fff;
            text-transform: uppercase;
            color: #003c71;
            font-family: "BrandonText-Regular";
            font-size: 14px;
            font-style: normal;
            font-stretch: normal;
            font-weight: 600;
            text-align: center;
            transition: background-color 0.25s ease-out, color 0.25s ease-out; }
            .page-campaign-landing .hero-area .content-area .hero-form-wrapper form .action button:hover {
              color: #fff;
              background: #ffd200; }
    @media screen and (max-width: 62em) {
      .page-campaign-landing .hero-area .content-area {
        -ms-flex-direction: column !important;
            flex-direction: column !important;
        padding: 160px 0 50px 0; }
        .page-campaign-landing .hero-area .content-area .stylized-title {
          text-align: center !important;
          font-size: 42px !important; }
        .page-campaign-landing .hero-area .content-area .stylized-subtitle {
          text-align: center !important;
          font-size: 28px !important; }
        .page-campaign-landing .hero-area .content-area hr {
          margin: 30px auto 30px auto !important;
          display: block !important; } }

.page-campaign-landing .campaign-footer {
  background: #ffd200;
  min-height: 380px; }
  .page-campaign-landing .campaign-footer .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    padding: 60px 0; }
    .page-campaign-landing .campaign-footer .row .footer-address {
      margin: 40px 0 30px 0;
      color: #0c2340;
      font-family: "BrandonText-Light";
      font-size: 16px;
      font-style: normal;
      font-stretch: normal;
      font-weight: 400;
      text-align: center; }
    .page-campaign-landing .campaign-footer .row .social-icon-block .social-icon .fa-stack {
      font-size: 30px; }
      .page-campaign-landing .campaign-footer .row .social-icon-block .social-icon .fa-stack .fa-circle {
        color: #fff; }
      .page-campaign-landing .campaign-footer .row .social-icon-block .social-icon .fa-stack .fa-inverse {
        color: #0C2340;
        font-size: 30px; }
      @media screen and (max-width: 30em) {
        .page-campaign-landing .campaign-footer .row .social-icon-block .social-icon .fa-stack {
          font-size: 24px; } }

@media screen and (max-width: 81.25em) {
  .page-campaign-landing .row {
    margin-left: 15px;
    margin-right: 15px; } }

.node-type-campaign-landing-page #colorbox {
  outline: none;
  z-index: 9999;
  max-width: 100% !important; }
  .node-type-campaign-landing-page #colorbox *:not(.cboxPhoto) {
    outline: none;
   // max-width: 100% !important; }
  .node-type-campaign-landing-page #colorbox #cboxContent #cboxLoadedContent {
    max-height: 540px !important; }
    @media screen and (max-width: 62em) {
      .node-type-campaign-landing-page #colorbox #cboxContent #cboxLoadedContent .video-modal {
        width: 100%; } }
  .node-type-campaign-landing-page #colorbox #cboxContent #cboxTitle {
    background: #fff;
    min-height: 87px;
    padding: 20px;
    width: 100%;
    color: #0f2240;
    font-family: 'BrandonText-Regular';
    font-size: 18px;
    font-style: normal;
    font-stretch: normal;
    font-weight: 400;
    text-align: left;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .node-type-campaign-landing-page #colorbox #cboxContent #cboxTitle > .description {
      display: inline-block; }
    .node-type-campaign-landing-page #colorbox #cboxContent #cboxTitle > .field-name-field-learn-more-link {
      float: right; }
      .node-type-campaign-landing-page #colorbox #cboxContent #cboxTitle > .field-name-field-learn-more-link a {
        border-radius: 30px;
        padding: 15px 20px;
        text-transform: uppercase;
        color: #0f2240;
        background: #ffd200;
        font-family: 'BrandonText-Regular';
        font-size: 14px;
        font-style: normal;
        font-stretch: normal;
        font-weight: 500;
        text-align: center;
        transition: opacity ease-out;
        float: right; }
    @media screen and (max-width: 62em) {
      .node-type-campaign-landing-page #colorbox #cboxContent #cboxTitle {
        width: 80%; } }
  .node-type-campaign-landing-page #colorbox #cboxContent .close-wrap {
    width: 100%;
    height: 87px;
    background-color: #fff; }
  .node-type-campaign-landing-page #colorbox #cboxContent #cboxClose {
    position: absolute;
    border-radius: 4px;
    padding: 9px 8px 6px;
    text-transform: uppercase;
    color: #0f2240;
    background: #ffd200;
    font-family: 'BrandonText-Regular';
    font-size: 0;
    font-style: normal;
    font-stretch: normal;
    font-weight: 500;
    text-align: center;
    transition: opacity ease-out;
    transform: translateY(-100%);
    top: 0;
    right: 0; }
    .node-type-campaign-landing-page #colorbox #cboxContent #cboxClose:before {
      content: 'X';
      font-size: 16px; }
  .node-type-campaign-landing-page #colorbox #cboxContent .hidden {
    display: none !important; }
  @media screen and (max-width: 47.9375em) {
    .node-type-campaign-landing-page #colorbox #cboxContent #cboxLoadedContent {
      max-height: 400px !important; }
      .node-type-campaign-landing-page #colorbox #cboxContent #cboxLoadedContent .video-modal {
        width: 100%;
        max-height: 400px; }
    .node-type-campaign-landing-page #colorbox #cboxContent #cboxTitle {
      display: block;
      width: 100%;
      height: auto;
      min-height: auto; }
    .node-type-campaign-landing-page #colorbox #cboxContent .close-wrap {
      height: auto;
      min-height: 200px;
      height: auto; }
      .node-type-campaign-landing-page #colorbox #cboxContent .close-wrap button {
        width: 50%;
        margin: 20px 25% 0 25% !important;
        display: block;
        float: left !important;
        margin-bottom: 0; } }

@media screen and (max-width: 33.75em) {
  .campaign-default-header .menu-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row; }
    .campaign-default-header .menu-row .column.medium-2, .campaign-default-header .menu-row .medium-2.columns {
      -ms-flex: 0 1 auto;
          flex: 0 1 auto; }
    .campaign-default-header .menu-row .column.medium-10, .campaign-default-header .menu-row .medium-10.columns {
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto; }
      .campaign-default-header .menu-row .column.medium-10 .sub-row, .campaign-default-header .menu-row .medium-10.columns .sub-row {
        display: none; }
      .campaign-default-header .menu-row .column.medium-10 .nav-row, .campaign-default-header .menu-row .medium-10.columns .nav-row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
        -ms-flex-align: center;
            align-items: center;
        float: right;
        margin: 0; }
        .campaign-default-header .menu-row .column.medium-10 .nav-row .header--search-icon, .campaign-default-header .menu-row .medium-10.columns .nav-row .header--search-icon {
          margin: 0 0 0 10px; }
        .campaign-default-header .menu-row .column.medium-10 .nav-row .menu-toggle, .campaign-default-header .menu-row .medium-10.columns .nav-row .menu-toggle {
          margin: 0; } }

/*# sourceMappingURL=../maps/app.css.map */
