@charset "UTF-8";
/*== Foundation dependencies ==*/
/*!
 * Font Awesome Pro 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
.alert:before,
.warning:before,
.accessibility:before,
.calendar:before,
.query:before,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-ul > li {
  position: relative;
}

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

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

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

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

.fa.fa-pull-left,
.fas.fa-pull-left,
.fa-pull-left.alert:before,
.fa-pull-left.warning:before,
.fa-pull-left.accessibility:before,
.fa-pull-left.calendar:before,
.fa-pull-left.query:before,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.fa-pull-right.alert:before,
.fa-pull-right.warning:before,
.fa-pull-right.accessibility:before,
.fa-pull-right.calendar:before,
.fa-pull-right.query:before,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.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(360deg);
  }
}

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

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

.fa-abacus:before {
  content: "\f640";
}

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

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

.fa-acorn:before {
  content: "\f6ae";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-alicorn:before {
  content: "\f6b0";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-analytics:before {
  content: "\f643";
}

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

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

.fa-angel:before {
  content: "\f779";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-arrow-alt-from-bottom:before {
  content: "\f346";
}

.fa-arrow-alt-from-left:before {
  content: "\f347";
}

.fa-arrow-alt-from-right:before {
  content: "\f348";
}

.fa-arrow-alt-from-top:before {
  content: "\f349";
}

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

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

.fa-arrow-alt-square-down:before {
  content: "\f350";
}

.fa-arrow-alt-square-left:before {
  content: "\f351";
}

.fa-arrow-alt-square-right:before {
  content: "\f352";
}

.fa-arrow-alt-square-up:before {
  content: "\f353";
}

.fa-arrow-alt-to-bottom:before {
  content: "\f34a";
}

.fa-arrow-alt-to-left:before {
  content: "\f34b";
}

.fa-arrow-alt-to-right:before {
  content: "\f34c";
}

.fa-arrow-alt-to-top:before {
  content: "\f34d";
}

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

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

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

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

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

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

.fa-arrow-from-bottom:before {
  content: "\f342";
}

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

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

.fa-arrow-from-top:before {
  content: "\f345";
}

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

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

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

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

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

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

.fa-arrow-to-bottom:before {
  content: "\f33d";
}

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

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

.fa-arrow-to-top:before {
  content: "\f341";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-axe:before {
  content: "\f6b2";
}

.fa-axe-battle:before {
  content: "\f6b3";
}

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

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

.fa-backpack:before {
  content: "\f5d4";
}

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

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

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

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

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

.fa-badge-dollar:before {
  content: "\f645";
}

.fa-badge-percent:before {
  content: "\f646";
}

.fa-badger-honey:before {
  content: "\f6b4";
}

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

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

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

.fa-ball-pile:before {
  content: "\f77e";
}

.fa-ballot:before {
  content: "\f732";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-basketball-hoop:before {
  content: "\f435";
}

.fa-bat:before {
  content: "\f6b5";
}

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

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

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

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

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

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

.fa-battery-slash:before {
  content: "\f377";
}

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

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

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

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

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

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

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

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

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

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

.fa-bells:before {
  content: "\f77f";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-blanket:before {
  content: "\f498";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-books:before {
  content: "\f5db";
}

.fa-books-medical:before {
  content: "\f7e8";
}

.fa-boot:before {
  content: "\f782";
}

.fa-booth-curtain:before {
  content: "\f734";
}

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

.fa-bow-arrow:before {
  content: "\f6b9";
}

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

.fa-bowling-pins:before {
  content: "\f437";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-boxing-glove:before {
  content: "\f438";
}

.fa-brackets:before {
  content: "\f7e9";
}

.fa-brackets-curly:before {
  content: "\f7ea";
}

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

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

.fa-bread-loaf:before {
  content: "\f7eb";
}

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

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

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

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

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

.fa-browser:before {
  content: "\f37e";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-burrito:before {
  content: "\f7ed";
}

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

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

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

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

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

.fa-cabinet-filing:before {
  content: "\f64b";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-campfire:before {
  content: "\f6ba";
}

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

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

.fa-candle-holder:before {
  content: "\f6bc";
}

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

.fa-candy-corn:before {
  content: "\f6bd";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-cauldron:before {
  content: "\f6bf";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-chart-network:before {
  content: "\f78a";
}

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

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

.fa-chart-scatter:before {
  content: "\f7ee";
}

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

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

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

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

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

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

.fa-cheeseburger:before {
  content: "\f7f1";
}

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

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

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

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

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

.fa-chess-clock-alt:before {
  content: "\f43e";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-chimney:before {
  content: "\f78b";
}

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

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

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

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

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

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

.fa-claw-marks:before {
  content: "\f6c2";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-cloud-hail-mixed:before {
  content: "\f73a";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clouds:before {
  content: "\f744";
}

.fa-clouds-moon:before {
  content: "\f745";
}

.fa-clouds-sun:before {
  content: "\f746";
}

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

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

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

.fa-club:before {
  content: "\f327";
}

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

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

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

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

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

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

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

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

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

.fa-coffin:before {
  content: "\f6c6";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-container-storage:before {
  content: "\f4b7";
}

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

.fa-conveyor-belt:before {
  content: "\f46e";
}

.fa-conveyor-belt-alt:before {
  content: "\f46f";
}

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

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

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

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

.fa-corn:before {
  content: "\f6c7";
}

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

.fa-cow:before {
  content: "\f6c8";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-cricket:before {
  content: "\f449";
}

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

.fa-croissant:before {
  content: "\f7f6";
}

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

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

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

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

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

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

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

.fa-crutches:before {
  content: "\f7f8";
}

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

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

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

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

.fa-curling:before {
  content: "\f44a";
}

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

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

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

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

.fa-dagger:before {
  content: "\f6cb";
}

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

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

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

.fa-debug:before {
  content: "\f7f9";
}

.fa-deer:before {
  content: "\f78e";
}

.fa-deer-rudolph:before {
  content: "\f78f";
}

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

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

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

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

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

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

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

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

.fa-dewpoint:before {
  content: "\f748";
}

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

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

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

.fa-diamond:before {
  content: "\f219";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-diploma:before {
  content: "\f5ea";
}

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

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

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

.fa-disease:before {
  content: "\f7fa";
}

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

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

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

.fa-do-not-enter:before {
  content: "\f5ec";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-draw-square:before {
  content: "\f5ef";
}

.fa-dreidel:before {
  content: "\f792";
}

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

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

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

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

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

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

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

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

.fa-duck:before {
  content: "\f6d8";
}

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

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

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

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

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

.fa-ear:before {
  content: "\f5f0";
}

.fa-ear-muffs:before {
  content: "\f795";
}

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

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

.fa-eclipse:before {
  content: "\f749";
}

.fa-eclipse-alt:before {
  content: "\f74a";
}

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

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

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

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

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

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

.fa-elephant:before {
  content: "\f6da";
}

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

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

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

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

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

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

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

.fa-empty-set:before {
  content: "\f656";
}

.fa-engine-warning:before {
  content: "\f5f2";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-field-hockey:before {
  content: "\f44c";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-files-medical:before {
  content: "\f7fd";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-fireplace:before {
  content: "\f79a";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-flame:before {
  content: "\f6df";
}

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

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

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

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

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

.fa-flower:before {
  content: "\f7ff";
}

.fa-flower-daffodil:before {
  content: "\f800";
}

.fa-flower-tulip:before {
  content: "\f801";
}

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

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

.fa-fog:before {
  content: "\f74e";
}

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

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

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

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

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

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

.fa-folders:before {
  content: "\f660";
}

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

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

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

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

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

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

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

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

.fa-football-helmet:before {
  content: "\f44f";
}

.fa-forklift:before {
  content: "\f47a";
}

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

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

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

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

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

.fa-fragile:before {
  content: "\f4bb";
}

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

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

.fa-french-fries:before {
  content: "\f803";
}

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

.fa-frosty-head:before {
  content: "\f79b";
}

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

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

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

.fa-function:before {
  content: "\f661";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-gingerbread-man:before {
  content: "\f79d";
}

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

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

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

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

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

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

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

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

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

.fa-glass-champagne:before {
  content: "\f79e";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-golf-club:before {
  content: "\f451";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-h1:before {
  content: "\f313";
}

.fa-h2:before {
  content: "\f314";
}

.fa-h3:before {
  content: "\f315";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-receiving:before {
  content: "\f47c";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-heart:before {
  content: "\f4c3";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-usd:before {
  content: "\f4c5";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-handshake-alt:before {
  content: "\f4c6";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-santa:before {
  content: "\f7a7";
}

.fa-hat-winter:before {
  content: "\f7a8";
}

.fa-hat-witch:before {
  content: "\f6e7";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-haykal:before {
  content: "\f666";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-head-side:before {
  content: "\f6e9";
}

.fa-head-side-brain:before {
  content: "\f808";
}

.fa-head-side-medical:before {
  content: "\f809";
}

.fa-head-vr:before {
  content: "\f6ea";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heart-circle:before {
  content: "\f4c7";
}

.fa-heart-rate:before {
  content: "\f5f8";
}

.fa-heart-square:before {
  content: "\f4c8";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-helmet-battle:before {
  content: "\f6eb";
}

.fa-hexagon:before {
  content: "\f312";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-mask:before {
  content: "\f6ee";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-hockey-sticks:before {
  content: "\f454";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-home-alt:before {
  content: "\f80a";
}

.fa-home-heart:before {
  content: "\f4c9";
}

.fa-home-lg:before {
  content: "\f80b";
}

.fa-home-lg-alt:before {
  content: "\f80c";
}

.fa-hood-cloak:before {
  content: "\f6ef";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hospital-user:before {
  content: "\f80d";
}

.fa-hospitals:before {
  content: "\f80e";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-house-flood:before {
  content: "\f74f";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-humidity:before {
  content: "\f750";
}

.fa-hurricane:before {
  content: "\f751";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-ice-skate:before {
  content: "\f7ac";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-inbox-in:before {
  content: "\f310";
}

.fa-inbox-out:before {
  content: "\f311";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-industry-alt:before {
  content: "\f3b3";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-info-square:before {
  content: "\f30f";
}

.fa-inhaler:before {
  content: "\f5f9";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-integral:before {
  content: "\f667";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-intersection:before {
  content: "\f668";
}

.fa-inventory:before {
  content: "\f480";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-island-tropical:before {
  content: "\f811";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-jack-o-lantern:before {
  content: "\f30e";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-key-skeleton:before {
  content: "\f6f3";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-keynote:before {
  content: "\f66c";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kidneys:before {
  content: "\f5fb";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kite:before {
  content: "\f6f4";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-knife-kitchen:before {
  content: "\f6f5";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-lambda:before {
  content: "\f66e";
}

.fa-lamp:before {
  content: "\f4ca";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-landmark-alt:before {
  content: "\f752";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-layer-minus:before {
  content: "\f5fe";
}

.fa-layer-plus:before {
  content: "\f5ff";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leaf-heart:before {
  content: "\f4cb";
}

.fa-leaf-maple:before {
  content: "\f6f6";
}

.fa-leaf-oak:before {
  content: "\f6f7";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-lightbulb-dollar:before {
  content: "\f670";
}

.fa-lightbulb-exclamation:before {
  content: "\f671";
}

.fa-lightbulb-on:before {
  content: "\f672";
}

.fa-lightbulb-slash:before {
  content: "\f673";
}

.fa-lights-holiday:before {
  content: "\f7b2";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lips:before {
  content: "\f600";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location:before {
  content: "\f601";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-location-circle:before {
  content: "\f602";
}

.fa-location-slash:before {
  content: "\f603";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-alt:before {
  content: "\f30d";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-lock-open-alt:before {
  content: "\f3c2";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-loveseat:before {
  content: "\f4cc";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luchador:before {
  content: "\f455";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-mace:before {
  content: "\f6f8";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailbox:before {
  content: "\f813";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-mandolin:before {
  content: "\f6f9";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-marker-alt-slash:before {
  content: "\f605";
}

.fa-map-marker-check:before {
  content: "\f606";
}

.fa-map-marker-edit:before {
  content: "\f607";
}

.fa-map-marker-exclamation:before {
  content: "\f608";
}

.fa-map-marker-minus:before {
  content: "\f609";
}

.fa-map-marker-plus:before {
  content: "\f60a";
}

.fa-map-marker-question:before {
  content: "\f60b";
}

.fa-map-marker-slash:before {
  content: "\f60c";
}

.fa-map-marker-smile:before {
  content: "\f60d";
}

.fa-map-marker-times:before {
  content: "\f60e";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-meat:before {
  content: "\f814";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaphone:before {
  content: "\f675";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-mind-share:before {
  content: "\f677";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-hexagon:before {
  content: "\f307";
}

.fa-minus-octagon:before {
  content: "\f308";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mistletoe:before {
  content: "\f7b4";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-mobile-android:before {
  content: "\f3ce";
}

.fa-mobile-android-alt:before {
  content: "\f3cf";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monitor-heart-rate:before {
  content: "\f611";
}

.fa-monkey:before {
  content: "\f6fb";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-moon-cloud:before {
  content: "\f754";
}

.fa-moon-stars:before {
  content: "\f755";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mountains:before {
  content: "\f6fd";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-mug-marshmallows:before {
  content: "\f7b7";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-narwhal:before {
  content: "\f6fe";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-nintendo-switch:before {
  content: "\f418";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-octagon:before {
  content: "\f306";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-oil-temp:before {
  content: "\f614";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-omega:before {
  content: "\f67a";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-ornament:before {
  content: "\f7b8";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-brush-alt:before {
  content: "\f5a9";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-pallet-alt:before {
  content: "\f483";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-parking-circle:before {
  content: "\f615";
}

.fa-parking-circle-slash:before {
  content: "\f616";
}

.fa-parking-slash:before {
  content: "\f617";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paw-alt:before {
  content: "\f701";
}

.fa-paw-claws:before {
  content: "\f702";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pegasus:before {
  content: "\f703";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-paintbrush:before {
  content: "\f618";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-pennant:before {
  content: "\f456";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-person-carry:before {
  content: "\f4cf";
}

.fa-person-dolly:before {
  content: "\f4d0";
}

.fa-person-dolly-empty:before {
  content: "\f4d1";
}

.fa-person-sign:before {
  content: "\f757";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-office:before {
  content: "\f67d";
}

.fa-phone-plus:before {
  content: "\f4d2";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-php:before {
  content: "\f457";
}

.fa-pi:before {
  content: "\f67e";
}

.fa-pie:before {
  content: "\f705";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pig:before {
  content: "\f706";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza:before {
  content: "\f817";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-alt:before {
  content: "\f3de";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-hexagon:before {
  content: "\f300";
}

.fa-plus-octagon:before {
  content: "\f301";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-podium:before {
  content: "\f680";
}

.fa-podium-star:before {
  content: "\f758";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poll-people:before {
  content: "\f759";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-popcorn:before {
  content: "\f819";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-presentation:before {
  content: "\f685";
}

.fa-print:before {
  content: "\f02f";
}

.fa-print-search:before {
  content: "\f81a";
}

.fa-print-slash:before {
  content: "\f686";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pumpkin:before {
  content: "\f707";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-question-square:before {
  content: "\f2fd";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-rabbit:before {
  content: "\f708";
}

.fa-rabbit-fast:before {
  content: "\f709";
}

.fa-racquet:before {
  content: "\f45a";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-raindrops:before {
  content: "\f75c";
}

.fa-ram:before {
  content: "\f70a";
}

.fa-ramp-loading:before {
  content: "\f4d4";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-rectangle-landscape:before {
  content: "\f2fa";
}

.fa-rectangle-portrait:before {
  content: "\f2fb";
}

.fa-rectangle-wide:before {
  content: "\f2fc";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-repeat:before {
  content: "\f363";
}

.fa-repeat-1:before {
  content: "\f365";
}

.fa-repeat-1-alt:before {
  content: "\f366";
}

.fa-repeat-alt:before {
  content: "\f364";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-retweet-alt:before {
  content: "\f361";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-rings-wedding:before {
  content: "\f81b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-route-highway:before {
  content: "\f61a";
}

.fa-route-interstate:before {
  content: "\f61b";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-triangle:before {
  content: "\f61c";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-rv:before {
  content: "\f7be";
}

.fa-sack:before {
  content: "\f81c";
}

.fa-sack-dollar:before {
  content: "\f81d";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salad:before {
  content: "\f81e";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sandwich:before {
  content: "\f81f";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-sausage:before {
  content: "\f820";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-scalpel:before {
  content: "\f61d";
}

.fa-scalpel-path:before {
  content: "\f61e";
}

.fa-scanner:before {
  content: "\f488";
}

.fa-scanner-keyboard:before {
  content: "\f489";
}

.fa-scanner-touchscreen:before {
  content: "\f48a";
}

.fa-scarecrow:before {
  content: "\f70d";
}

.fa-scarf:before {
  content: "\f7c1";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-scroll-old:before {
  content: "\f70f";
}

.fa-scrubber:before {
  content: "\f2f8";
}

.fa-scythe:before {
  content: "\f710";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-all:before {
  content: "\f367";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-sheep:before {
  content: "\f711";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield:before {
  content: "\f132";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-check:before {
  content: "\f2f7";
}

.fa-shield-cross:before {
  content: "\f712";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shipping-timed:before {
  content: "\f48c";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shish-kebab:before {
  content: "\f821";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shovel:before {
  content: "\f713";
}

.fa-shovel-snow:before {
  content: "\f7c3";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shredder:before {
  content: "\f68a";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-shuttlecock:before {
  content: "\f45b";
}

.fa-sickle:before {
  content: "\f822";
}

.fa-sigma:before {
  content: "\f68b";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signal-1:before {
  content: "\f68c";
}

.fa-signal-2:before {
  content: "\f68d";
}

.fa-signal-3:before {
  content: "\f68e";
}

.fa-signal-4:before {
  content: "\f68f";
}

.fa-signal-alt:before {
  content: "\f690";
}

.fa-signal-alt-1:before {
  content: "\f691";
}

.fa-signal-alt-2:before {
  content: "\f692";
}

.fa-signal-alt-3:before {
  content: "\f693";
}

.fa-signal-alt-slash:before {
  content: "\f694";
}

.fa-signal-slash:before {
  content: "\f695";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-skeleton:before {
  content: "\f620";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-ski-jump:before {
  content: "\f7c7";
}

.fa-ski-lift:before {
  content: "\f7c8";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sledding:before {
  content: "\f7cb";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-sliders-h-square:before {
  content: "\f3f0";
}

.fa-sliders-v:before {
  content: "\f3f1";
}

.fa-sliders-v-square:before {
  content: "\f3f2";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-plus:before {
  content: "\f5b9";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoke:before {
  content: "\f760";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snake:before {
  content: "\f716";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snow-blowing:before {
  content: "\f761";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowflakes:before {
  content: "\f7cf";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowmobile:before {
  content: "\f7d1";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-soup:before {
  content: "\f823";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-spade:before {
  content: "\f2f4";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spider-black-widow:before {
  content: "\f718";
}

.fa-spider-web:before {
  content: "\f719";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-spinner-third:before {
  content: "\f3f4";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root:before {
  content: "\f697";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-squirrel:before {
  content: "\f71a";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-staff:before {
  content: "\f71b";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-christmas:before {
  content: "\f7d4";
}

.fa-star-exclamation:before {
  content: "\f2f3";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-stars:before {
  content: "\f762";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steak:before {
  content: "\f824";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-steering-wheel:before {
  content: "\f622";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stocking:before {
  content: "\f7d5";
}

.fa-stomach:before {
  content: "\f623";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-stretcher:before {
  content: "\f825";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-sun-cloud:before {
  content: "\f763";
}

.fa-sun-dust:before {
  content: "\f764";
}

.fa-sun-haze:before {
  content: "\f765";
}

.fa-sunrise:before {
  content: "\f766";
}

.fa-sunset:before {
  content: "\f767";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-sword:before {
  content: "\f71c";
}

.fa-swords:before {
  content: "\f71d";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablet-android:before {
  content: "\f3fb";
}

.fa-tablet-android-alt:before {
  content: "\f3fc";
}

.fa-tablet-rugged:before {
  content: "\f48f";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer:before {
  content: "\f0e4";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tachometer-alt-average:before {
  content: "\f624";
}

.fa-tachometer-alt-fast:before {
  content: "\f625";
}

.fa-tachometer-alt-fastest:before {
  content: "\f626";
}

.fa-tachometer-alt-slow:before {
  content: "\f627";
}

.fa-tachometer-alt-slowest:before {
  content: "\f628";
}

.fa-tachometer-average:before {
  content: "\f629";
}

.fa-tachometer-fast:before {
  content: "\f62a";
}

.fa-tachometer-fastest:before {
  content: "\f62b";
}

.fa-tachometer-slow:before {
  content: "\f62c";
}

.fa-tachometer-slowest:before {
  content: "\f62d";
}

.fa-taco:before {
  content: "\f826";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tally:before {
  content: "\f69c";
}

.fa-tanakh:before {
  content: "\f827";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-tasks-alt:before {
  content: "\f828";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-frigid:before {
  content: "\f768";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-hot:before {
  content: "\f76a";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-tennis-ball:before {
  content: "\f45e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-theta:before {
  content: "\f69e";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-thunderstorm:before {
  content: "\f76c";
}

.fa-thunderstorm-moon:before {
  content: "\f76d";
}

.fa-thunderstorm-sun:before {
  content: "\f76e";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-tilde:before {
  content: "\f69f";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-times-hexagon:before {
  content: "\f2ee";
}

.fa-times-octagon:before {
  content: "\f2f0";
}

.fa-times-square:before {
  content: "\f2d3";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tire:before {
  content: "\f631";
}

.fa-tire-flat:before {
  content: "\f632";
}

.fa-tire-pressure-warning:before {
  content: "\f633";
}

.fa-tire-rugged:before {
  content: "\f634";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toilet-paper-alt:before {
  content: "\f71f";
}

.fa-tombstone:before {
  content: "\f720";
}

.fa-tombstone-alt:before {
  content: "\f721";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-toothbrush:before {
  content: "\f635";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tornado:before {
  content: "\f76f";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-cone:before {
  content: "\f636";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-traffic-light-go:before {
  content: "\f638";
}

.fa-traffic-light-slow:before {
  content: "\f639";
}

.fa-traffic-light-stop:before {
  content: "\f63a";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-treasure-chest:before {
  content: "\f723";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-tree-alt:before {
  content: "\f400";
}

.fa-tree-christmas:before {
  content: "\f7db";
}

.fa-tree-decorated:before {
  content: "\f7dc";
}

.fa-tree-large:before {
  content: "\f7dd";
}

.fa-tree-palm:before {
  content: "\f82b";
}

.fa-trees:before {
  content: "\f724";
}

.fa-trello:before {
  content: "\f181";
}

.fa-triangle:before {
  content: "\f2ec";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-trophy-alt:before {
  content: "\f2eb";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-container:before {
  content: "\f4dc";
}

.fa-truck-couch:before {
  content: "\f4dd";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-truck-plow:before {
  content: "\f7de";
}

.fa-truck-ramp:before {
  content: "\f4e0";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-turkey:before {
  content: "\f725";
}

.fa-turtle:before {
  content: "\f726";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-tv-retro:before {
  content: "\f401";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-unicorn:before {
  content: "\f727";
}

.fa-union:before {
  content: "\f6a2";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-usd-circle:before {
  content: "\f2e8";
}

.fa-usd-square:before {
  content: "\f2e9";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-chart:before {
  content: "\f6a3";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-crown:before {
  content: "\f6a4";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-hard-hat:before {
  content: "\f82c";
}

.fa-user-headset:before {
  content: "\f82d";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-md-chat:before {
  content: "\f82e";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-class:before {
  content: "\f63d";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-users-crown:before {
  content: "\f6a5";
}

.fa-users-medical:before {
  content: "\f830";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-fork:before {
  content: "\f2e3";
}

.fa-utensil-knife:before {
  content: "\f2e4";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-utensils-alt:before {
  content: "\f2e6";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-value-absolute:before {
  content: "\f6a6";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-plus:before {
  content: "\f4e1";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-volcano:before {
  content: "\f770";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume:before {
  content: "\f6a8";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-slash:before {
  content: "\f2e2";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-nay:before {
  content: "\f771";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walker:before {
  content: "\f831";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-wand:before {
  content: "\f72a";
}

.fa-wand-magic:before {
  content: "\f72b";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-warehouse-alt:before {
  content: "\f495";
}

.fa-watch:before {
  content: "\f2e1";
}

.fa-watch-fitness:before {
  content: "\f63e";
}

.fa-water:before {
  content: "\f773";
}

.fa-water-lower:before {
  content: "\f774";
}

.fa-water-rise:before {
  content: "\f775";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-webcam:before {
  content: "\f832";
}

.fa-webcam-slash:before {
  content: "\f833";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whale:before {
  content: "\f72c";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheat:before {
  content: "\f72d";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whistle:before {
  content: "\f460";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wifi-1:before {
  content: "\f6aa";
}

.fa-wifi-2:before {
  content: "\f6ab";
}

.fa-wifi-slash:before {
  content: "\f6ac";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-wind-warning:before {
  content: "\f776";
}

.fa-window:before {
  content: "\f40e";
}

.fa-window-alt:before {
  content: "\f40f";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-windsock:before {
  content: "\f777";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wreath:before {
  content: "\f7e2";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*=== COLOURS ===*/
/*
.grid-container .grid-container {
  padding-left: 0;
  padding-right: 0;
}
*/
.gre-mini-gallery .grid-container {
  overflow: hidden;
}

/*$breakpoints: (
  small: 0,
  medium: 640px,
  large: 1024px,
  xlarge: 1200px,
);
*/
@media print, screen and (min-width: 34.375em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0;
}

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
.gre-footer-section,
header,
nav,
section {
  display: block;
}

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block;
}

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px;
}

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
     * Add the correct display in IE.
     */
main {
  display: block;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit;
}

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic;
}

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000;
}

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%;
}

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block;
}

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none;
}

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible;
}

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible;
}

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto;
}

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block;
}

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item;
}

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block;
}

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block;
}

/**
     * Add the correct display in IE.
     */
template {
  display: none;
}

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=34.375em&large=53.75em&xlarge=65em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #2e2e2e;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

[data-whatinput='mouse'] button {
  outline: 0;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin: 0 auto;
}

@media print, screen and (min-width: 34.375em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin: 0 auto;
}

@media print, screen and (min-width: 34.375em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin: 0 auto;
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}

.cell.auto {
  flex: 1 1 0px;
}

.cell.shrink {
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}

.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 34.375em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto;
  }
}

@media print, screen and (min-width: 53.75em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto;
  }
}

@media screen and (min-width: 65em) {
  .grid-x > .xlarge-shrink, .grid-x > .xlarge-full, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12 {
    flex-basis: auto;
  }
}

@media screen and (min-width: 90em) {
  .grid-x > .xxlarge-shrink, .grid-x > .xxlarge-full, .grid-x > .xxlarge-1, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-12 {
    flex-basis: auto;
  }
}

.grid-x > .small-1 {
  width: 8.33333%;
}

.grid-x > .small-2 {
  width: 16.66667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.33333%;
}

.grid-x > .small-5 {
  width: 41.66667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.33333%;
}

.grid-x > .small-8 {
  width: 66.66667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.33333%;
}

.grid-x > .small-11 {
  width: 91.66667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 34.375em) {
  .grid-x > .medium-auto {
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .medium-shrink {
    flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.33333%;
  }
  .grid-x > .medium-2 {
    width: 16.66667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.33333%;
  }
  .grid-x > .medium-5 {
    width: 41.66667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.33333%;
  }
  .grid-x > .medium-8 {
    width: 66.66667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.33333%;
  }
  .grid-x > .medium-11 {
    width: 91.66667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 53.75em) {
  .grid-x > .large-auto {
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .large-shrink {
    flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.33333%;
  }
  .grid-x > .large-2 {
    width: 16.66667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.33333%;
  }
  .grid-x > .large-5 {
    width: 41.66667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.33333%;
  }
  .grid-x > .large-8 {
    width: 66.66667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.33333%;
  }
  .grid-x > .large-11 {
    width: 91.66667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 65em) {
  .grid-x > .xlarge-auto {
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .xlarge-shrink {
    flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .xlarge-1 {
    width: 8.33333%;
  }
  .grid-x > .xlarge-2 {
    width: 16.66667%;
  }
  .grid-x > .xlarge-3 {
    width: 25%;
  }
  .grid-x > .xlarge-4 {
    width: 33.33333%;
  }
  .grid-x > .xlarge-5 {
    width: 41.66667%;
  }
  .grid-x > .xlarge-6 {
    width: 50%;
  }
  .grid-x > .xlarge-7 {
    width: 58.33333%;
  }
  .grid-x > .xlarge-8 {
    width: 66.66667%;
  }
  .grid-x > .xlarge-9 {
    width: 75%;
  }
  .grid-x > .xlarge-10 {
    width: 83.33333%;
  }
  .grid-x > .xlarge-11 {
    width: 91.66667%;
  }
  .grid-x > .xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .grid-x > .xxlarge-auto {
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .xxlarge-shrink {
    flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .xxlarge-1 {
    width: 8.33333%;
  }
  .grid-x > .xxlarge-2 {
    width: 16.66667%;
  }
  .grid-x > .xxlarge-3 {
    width: 25%;
  }
  .grid-x > .xxlarge-4 {
    width: 33.33333%;
  }
  .grid-x > .xxlarge-5 {
    width: 41.66667%;
  }
  .grid-x > .xxlarge-6 {
    width: 50%;
  }
  .grid-x > .xxlarge-7 {
    width: 58.33333%;
  }
  .grid-x > .xxlarge-8 {
    width: 66.66667%;
  }
  .grid-x > .xxlarge-9 {
    width: 75%;
  }
  .grid-x > .xxlarge-10 {
    width: 83.33333%;
  }
  .grid-x > .xxlarge-11 {
    width: 91.66667%;
  }
  .grid-x > .xxlarge-12 {
    width: 100%;
  }
}

.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media print, screen and (min-width: 34.375em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

@media print, screen and (min-width: 34.375em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}

.grid-margin-x > .auto {
  width: auto;
}

.grid-margin-x > .shrink {
  width: auto;
}

.grid-margin-x > .small-1 {
  width: calc(8.33333% - 1.25rem);
}

.grid-margin-x > .small-2 {
  width: calc(16.66667% - 1.25rem);
}

.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}

.grid-margin-x > .small-4 {
  width: calc(33.33333% - 1.25rem);
}

.grid-margin-x > .small-5 {
  width: calc(41.66667% - 1.25rem);
}

.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}

.grid-margin-x > .small-7 {
  width: calc(58.33333% - 1.25rem);
}

.grid-margin-x > .small-8 {
  width: calc(66.66667% - 1.25rem);
}

.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}

.grid-margin-x > .small-10 {
  width: calc(83.33333% - 1.25rem);
}

.grid-margin-x > .small-11 {
  width: calc(91.66667% - 1.25rem);
}

.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 34.375em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 53.75em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 65em) {
  .grid-margin-x > .xlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xlarge-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .xlarge-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .xlarge-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .xlarge-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-12 {
    width: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 90em) {
  .grid-margin-x > .xxlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xxlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xxlarge-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-12 {
    width: calc(100% - 1.875rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 34.375em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 34.375em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 34.375em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.33333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.66667%;
}

.small-up-7 > .cell {
  width: 14.28571%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 34.375em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.33333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.66667%;
  }
  .medium-up-7 > .cell {
    width: 14.28571%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}

@media print, screen and (min-width: 53.75em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.33333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.66667%;
  }
  .large-up-7 > .cell {
    width: 14.28571%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}

@media screen and (min-width: 65em) {
  .xlarge-up-1 > .cell {
    width: 100%;
  }
  .xlarge-up-2 > .cell {
    width: 50%;
  }
  .xlarge-up-3 > .cell {
    width: 33.33333%;
  }
  .xlarge-up-4 > .cell {
    width: 25%;
  }
  .xlarge-up-5 > .cell {
    width: 20%;
  }
  .xlarge-up-6 > .cell {
    width: 16.66667%;
  }
  .xlarge-up-7 > .cell {
    width: 14.28571%;
  }
  .xlarge-up-8 > .cell {
    width: 12.5%;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-up-1 > .cell {
    width: 100%;
  }
  .xxlarge-up-2 > .cell {
    width: 50%;
  }
  .xxlarge-up-3 > .cell {
    width: 33.33333%;
  }
  .xxlarge-up-4 > .cell {
    width: 25%;
  }
  .xxlarge-up-5 > .cell {
    width: 20%;
  }
  .xxlarge-up-6 > .cell {
    width: 16.66667%;
  }
  .xxlarge-up-7 > .cell {
    width: 14.28571%;
  }
  .xxlarge-up-8 > .cell {
    width: 12.5%;
  }
}

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 34.375em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.25rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1.25rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.25rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1.25rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.25rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.25rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

@media print, screen and (min-width: 53.75em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

@media screen and (min-width: 65em) {
  .grid-margin-x.xlarge-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

@media screen and (min-width: 90em) {
  .grid-margin-x.xxlarge-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}

.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}

.small-margin-collapse > .small-1 {
  width: 8.33333%;
}

.small-margin-collapse > .small-2 {
  width: 16.66667%;
}

.small-margin-collapse > .small-3 {
  width: 25%;
}

.small-margin-collapse > .small-4 {
  width: 33.33333%;
}

.small-margin-collapse > .small-5 {
  width: 41.66667%;
}

.small-margin-collapse > .small-6 {
  width: 50%;
}

.small-margin-collapse > .small-7 {
  width: 58.33333%;
}

.small-margin-collapse > .small-8 {
  width: 66.66667%;
}

.small-margin-collapse > .small-9 {
  width: 75%;
}

.small-margin-collapse > .small-10 {
  width: 83.33333%;
}

.small-margin-collapse > .small-11 {
  width: 91.66667%;
}

.small-margin-collapse > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 34.375em) {
  .small-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 53.75em) {
  .small-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 65em) {
  .small-margin-collapse > .xlarge-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .xlarge-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xlarge-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .xlarge-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xlarge-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .xlarge-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xlarge-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .xlarge-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .small-margin-collapse > .xxlarge-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .xxlarge-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xxlarge-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .xxlarge-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xxlarge-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .xxlarge-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xxlarge-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .xxlarge-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}

.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 34.375em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 34.375em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 34.375em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 53.75em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 65em) {
  .medium-margin-collapse > .xlarge-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .xlarge-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xlarge-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .xlarge-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xlarge-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .xlarge-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xlarge-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .xlarge-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .medium-margin-collapse > .xxlarge-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .xxlarge-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xxlarge-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .xxlarge-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xxlarge-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .xxlarge-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xxlarge-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .xxlarge-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 34.375em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 53.75em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 53.75em) {
  .large-margin-collapse > .small-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 53.75em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 53.75em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 65em) {
  .large-margin-collapse > .xlarge-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .xlarge-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xlarge-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .xlarge-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xlarge-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .xlarge-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xlarge-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .xlarge-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .large-margin-collapse > .xxlarge-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .xxlarge-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xxlarge-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .xxlarge-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xxlarge-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .xxlarge-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xxlarge-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .xxlarge-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 53.75em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 65em) {
  .xlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 65em) {
  .xlarge-margin-collapse > .small-1 {
    width: 8.33333%;
  }
  .xlarge-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .xlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .xlarge-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .xlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .xlarge-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .xlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .xlarge-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .xlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media screen and (min-width: 65em) {
  .xlarge-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .xlarge-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .xlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .xlarge-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .xlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .xlarge-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .xlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .xlarge-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .xlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media screen and (min-width: 65em) {
  .xlarge-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .xlarge-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .xlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .xlarge-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .xlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .xlarge-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .xlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .xlarge-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .xlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 65em) {
  .xlarge-margin-collapse > .xlarge-1 {
    width: 8.33333%;
  }
  .xlarge-margin-collapse > .xlarge-2 {
    width: 16.66667%;
  }
  .xlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xlarge-4 {
    width: 33.33333%;
  }
  .xlarge-margin-collapse > .xlarge-5 {
    width: 41.66667%;
  }
  .xlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xlarge-7 {
    width: 58.33333%;
  }
  .xlarge-margin-collapse > .xlarge-8 {
    width: 66.66667%;
  }
  .xlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xlarge-10 {
    width: 83.33333%;
  }
  .xlarge-margin-collapse > .xlarge-11 {
    width: 91.66667%;
  }
  .xlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xlarge-margin-collapse > .xxlarge-1 {
    width: 8.33333%;
  }
  .xlarge-margin-collapse > .xxlarge-2 {
    width: 16.66667%;
  }
  .xlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xxlarge-4 {
    width: 33.33333%;
  }
  .xlarge-margin-collapse > .xxlarge-5 {
    width: 41.66667%;
  }
  .xlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xxlarge-7 {
    width: 58.33333%;
  }
  .xlarge-margin-collapse > .xxlarge-8 {
    width: 66.66667%;
  }
  .xlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xxlarge-10 {
    width: 83.33333%;
  }
  .xlarge-margin-collapse > .xxlarge-11 {
    width: 91.66667%;
  }
  .xlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 65em) {
  .xlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .small-1 {
    width: 8.33333%;
  }
  .xxlarge-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .xxlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .xxlarge-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .xxlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .xxlarge-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .xxlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .xxlarge-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .xxlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .xxlarge-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .xxlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .xxlarge-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .xxlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .xxlarge-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .xxlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .xxlarge-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .xxlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .xxlarge-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .xxlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .xxlarge-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .xxlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .xxlarge-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .xxlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .xxlarge-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .xxlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .xlarge-1 {
    width: 8.33333%;
  }
  .xxlarge-margin-collapse > .xlarge-2 {
    width: 16.66667%;
  }
  .xxlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xlarge-4 {
    width: 33.33333%;
  }
  .xxlarge-margin-collapse > .xlarge-5 {
    width: 41.66667%;
  }
  .xxlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xlarge-7 {
    width: 58.33333%;
  }
  .xxlarge-margin-collapse > .xlarge-8 {
    width: 66.66667%;
  }
  .xxlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xlarge-10 {
    width: 83.33333%;
  }
  .xxlarge-margin-collapse > .xlarge-11 {
    width: 91.66667%;
  }
  .xxlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .xxlarge-1 {
    width: 8.33333%;
  }
  .xxlarge-margin-collapse > .xxlarge-2 {
    width: 16.66667%;
  }
  .xxlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xxlarge-4 {
    width: 33.33333%;
  }
  .xxlarge-margin-collapse > .xxlarge-5 {
    width: 41.66667%;
  }
  .xxlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xxlarge-7 {
    width: 58.33333%;
  }
  .xxlarge-margin-collapse > .xxlarge-8 {
    width: 66.66667%;
  }
  .xxlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xxlarge-10 {
    width: 83.33333%;
  }
  .xxlarge-margin-collapse > .xxlarge-11 {
    width: 91.66667%;
  }
  .xxlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.625rem);
}

.small-offset-1 {
  margin-left: 8.33333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 0.625rem);
}

.small-offset-2 {
  margin-left: 16.66667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 0.625rem);
}

.small-offset-3 {
  margin-left: 25%;
}

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.625rem);
}

.small-offset-4 {
  margin-left: 33.33333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 0.625rem);
}

.small-offset-5 {
  margin-left: 41.66667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 0.625rem);
}

.small-offset-6 {
  margin-left: 50%;
}

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.625rem);
}

.small-offset-7 {
  margin-left: 58.33333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 0.625rem);
}

.small-offset-8 {
  margin-left: 66.66667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 0.625rem);
}

.small-offset-9 {
  margin-left: 75%;
}

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.625rem);
}

.small-offset-10 {
  margin-left: 83.33333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 0.625rem);
}

.small-offset-11 {
  margin-left: 91.66667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 0.625rem);
}

@media print, screen and (min-width: 34.375em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}

@media print, screen and (min-width: 53.75em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}

@media screen and (min-width: 65em) {
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .xlarge-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }
  .xlarge-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .xlarge-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }
  .xlarge-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .xlarge-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }
  .xlarge-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .xlarge-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }
  .xlarge-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xxlarge-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .xxlarge-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .xxlarge-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }
  .xxlarge-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .xxlarge-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }
  .xxlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xxlarge-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .xxlarge-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .xxlarge-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }
  .xxlarge-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .xxlarge-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }
  .xxlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xxlarge-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .xxlarge-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .xxlarge-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }
  .xxlarge-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .xxlarge-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }
  .xxlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xxlarge-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .xxlarge-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .xxlarge-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }
  .xxlarge-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .xxlarge-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}

.grid-y {
  display: flex;
  flex-flow: column nowrap;
}

.grid-y > .cell {
  width: auto;
}

.grid-y > .auto {
  height: auto;
}

.grid-y > .shrink {
  height: auto;
}

.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 34.375em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    flex-basis: auto;
  }
}

@media print, screen and (min-width: 53.75em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    flex-basis: auto;
  }
}

@media screen and (min-width: 65em) {
  .grid-y > .xlarge-shrink, .grid-y > .xlarge-full, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 {
    flex-basis: auto;
  }
}

@media screen and (min-width: 90em) {
  .grid-y > .xxlarge-shrink, .grid-y > .xxlarge-full, .grid-y > .xxlarge-1, .grid-y > .xxlarge-2, .grid-y > .xxlarge-3, .grid-y > .xxlarge-4, .grid-y > .xxlarge-5, .grid-y > .xxlarge-6, .grid-y > .xxlarge-7, .grid-y > .xxlarge-8, .grid-y > .xxlarge-9, .grid-y > .xxlarge-10, .grid-y > .xxlarge-11, .grid-y > .xxlarge-12 {
    flex-basis: auto;
  }
}

.grid-y > .small-1 {
  height: 8.33333%;
}

.grid-y > .small-2 {
  height: 16.66667%;
}

.grid-y > .small-3 {
  height: 25%;
}

.grid-y > .small-4 {
  height: 33.33333%;
}

.grid-y > .small-5 {
  height: 41.66667%;
}

.grid-y > .small-6 {
  height: 50%;
}

.grid-y > .small-7 {
  height: 58.33333%;
}

.grid-y > .small-8 {
  height: 66.66667%;
}

.grid-y > .small-9 {
  height: 75%;
}

.grid-y > .small-10 {
  height: 83.33333%;
}

.grid-y > .small-11 {
  height: 91.66667%;
}

.grid-y > .small-12 {
  height: 100%;
}

@media print, screen and (min-width: 34.375em) {
  .grid-y > .medium-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.33333%;
  }
  .grid-y > .medium-2 {
    height: 16.66667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.33333%;
  }
  .grid-y > .medium-5 {
    height: 41.66667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.33333%;
  }
  .grid-y > .medium-8 {
    height: 66.66667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.33333%;
  }
  .grid-y > .medium-11 {
    height: 91.66667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}

@media print, screen and (min-width: 53.75em) {
  .grid-y > .large-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.33333%;
  }
  .grid-y > .large-2 {
    height: 16.66667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.33333%;
  }
  .grid-y > .large-5 {
    height: 41.66667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.33333%;
  }
  .grid-y > .large-8 {
    height: 66.66667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.33333%;
  }
  .grid-y > .large-11 {
    height: 91.66667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

@media screen and (min-width: 65em) {
  .grid-y > .xlarge-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .xlarge-shrink {
    height: auto;
  }
  .grid-y > .xlarge-1 {
    height: 8.33333%;
  }
  .grid-y > .xlarge-2 {
    height: 16.66667%;
  }
  .grid-y > .xlarge-3 {
    height: 25%;
  }
  .grid-y > .xlarge-4 {
    height: 33.33333%;
  }
  .grid-y > .xlarge-5 {
    height: 41.66667%;
  }
  .grid-y > .xlarge-6 {
    height: 50%;
  }
  .grid-y > .xlarge-7 {
    height: 58.33333%;
  }
  .grid-y > .xlarge-8 {
    height: 66.66667%;
  }
  .grid-y > .xlarge-9 {
    height: 75%;
  }
  .grid-y > .xlarge-10 {
    height: 83.33333%;
  }
  .grid-y > .xlarge-11 {
    height: 91.66667%;
  }
  .grid-y > .xlarge-12 {
    height: 100%;
  }
}

@media screen and (min-width: 90em) {
  .grid-y > .xxlarge-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-y > .xxlarge-1 {
    height: 8.33333%;
  }
  .grid-y > .xxlarge-2 {
    height: 16.66667%;
  }
  .grid-y > .xxlarge-3 {
    height: 25%;
  }
  .grid-y > .xxlarge-4 {
    height: 33.33333%;
  }
  .grid-y > .xxlarge-5 {
    height: 41.66667%;
  }
  .grid-y > .xxlarge-6 {
    height: 50%;
  }
  .grid-y > .xxlarge-7 {
    height: 58.33333%;
  }
  .grid-y > .xxlarge-8 {
    height: 66.66667%;
  }
  .grid-y > .xxlarge-9 {
    height: 75%;
  }
  .grid-y > .xxlarge-10 {
    height: 83.33333%;
  }
  .grid-y > .xxlarge-11 {
    height: 91.66667%;
  }
  .grid-y > .xxlarge-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 34.375em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

@media print, screen and (min-width: 34.375em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 34.375em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 34.375em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}

.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.25rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.25rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.25rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.25rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.25rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.25rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.25rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.25rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 34.375em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 53.75em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 65em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 90em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}

.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 34.375em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}

@media print, screen and (min-width: 53.75em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}

@media screen and (min-width: 65em) {
  .xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .xlarge-grid-frame {
    width: 100%;
  }
  .xlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
  .xlarge-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .xlarge-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .xlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .xxlarge-grid-frame {
    width: 100%;
  }
  .xxlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
  .xxlarge-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .xxlarge-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .xxlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}

.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
}

@media print, screen and (min-width: 34.375em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}

@media print, screen and (min-width: 53.75em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}

@media screen and (min-width: 65em) {
  .grid-y.xlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}

@media screen and (min-width: 90em) {
  .grid-y.xxlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}

@media print, screen and (min-width: 34.375em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}

@media print, screen and (min-width: 53.75em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

@media screen and (min-width: 65em) {
  .cell .grid-y.xlarge-grid-frame {
    height: 100%;
  }
}

@media screen and (min-width: 90em) {
  .cell .grid-y.xxlarge-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 34.375em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 34.375em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}

.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.25rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.25rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.25rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.25rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.25rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.25rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.25rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.25rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 34.375em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 53.75em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 65em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 90em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}

@media print, screen and (min-width: 34.375em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 53.75em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media screen and (min-width: 65em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media screen and (min-width: 90em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 34.375em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 53.75em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

@media screen and (min-width: 65em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

@media screen and (min-width: 90em) {
  .grid-margin-y.xxlarge-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
.gre-staff-development-form h4,
h3,
.sq-form-section-title,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1,
h2,
.gre-staff-development-form h4, .h2,
h3,
.sq-form-section-title, .h3, .accordion-content h2, .accordion-content .gre-staff-development-form h4, .gre-staff-development-form .accordion-content h4,
h4, .h4, .accordion-content h3, .accordion-content .sq-form-section-title, .alert h2, .warning h2, .accessibility h2, .calendar h2, .query h2, .aside h2, .alert h3, .warning h3, .accessibility h3, .calendar h3, .query h3, .aside h3, .alert .sq-form-section-title, .warning .sq-form-section-title, .accessibility .sq-form-section-title, .calendar .sq-form-section-title, .query .sq-form-section-title, .aside .sq-form-section-title, .alert h4, .warning h4, .accessibility h4, .calendar h4, .query h4, .aside h4, .alert h5, .warning h5, .accessibility h5, .calendar h5, .query h5, .aside h5,
h5, .h5, .accordion-content h4,
h6, .h6, .accordion-content h5 {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}

h1 small, .h1 small,
h2 small, .gre-staff-development-form h4 small, .h2 small,
h3 small, .sq-form-section-title small, .h3 small, .accordion-content h2 small, .accordion-content .gre-staff-development-form h4 small, .gre-staff-development-form .accordion-content h4 small,
h4 small, .h4 small, .accordion-content h3 small, .accordion-content .sq-form-section-title small, .alert h2 small, .warning h2 small, .accessibility h2 small, .calendar h2 small, .query h2 small, .aside h2 small, .alert h3 small, .warning h3 small, .accessibility h3 small, .calendar h3 small, .query h3 small, .aside h3 small, .alert .sq-form-section-title small, .warning .sq-form-section-title small, .accessibility .sq-form-section-title small, .calendar .sq-form-section-title small, .query .sq-form-section-title small, .aside .sq-form-section-title small, .alert h4 small, .warning h4 small, .accessibility h4 small, .calendar h4 small, .query h4 small, .aside h4 small, .alert h5 small, .warning h5 small, .accessibility h5 small, .calendar h5 small, .query h5 small, .aside h5 small,
h5 small, .h5 small, .accordion-content h4 small,
h6 small, .h6 small, .accordion-content h5 small {
  line-height: 0;
  color: #909090;
}

h1, .h1 {
  font-size: 2.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .gre-staff-development-form h4, .h2 {
  font-size: 1.75rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .sq-form-section-title, .h3, .accordion-content h2, .accordion-content .gre-staff-development-form h4, .gre-staff-development-form .accordion-content h4 {
  font-size: 1.4375rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4, .accordion-content h3, .accordion-content .sq-form-section-title, .alert h2, .warning h2, .accessibility h2, .calendar h2, .query h2, .aside h2, .alert h3, .warning h3, .accessibility h3, .calendar h3, .query h3, .aside h3, .alert .sq-form-section-title, .warning .sq-form-section-title, .accessibility .sq-form-section-title, .calendar .sq-form-section-title, .query .sq-form-section-title, .aside .sq-form-section-title, .alert h4, .warning h4, .accessibility h4, .calendar h4, .query h4, .aside h4, .alert h5, .warning h5, .accessibility h5, .calendar h5, .query h5, .aside h5 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5, .accordion-content h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6, .accordion-content h5 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 53.75em) {
  h1, .h1 {
    font-size: 3rem;
  }
  h2, .gre-staff-development-form h4, .h2 {
    font-size: 2.5rem;
  }
  h3, .sq-form-section-title, .h3, .accordion-content h2, .accordion-content .gre-staff-development-form h4, .gre-staff-development-form .accordion-content h4 {
    font-size: 2.0625rem;
  }
  h4, .h4, .accordion-content h3, .accordion-content .sq-form-section-title, .alert h2, .warning h2, .accessibility h2, .calendar h2, .query h2, .aside h2, .alert h3, .warning h3, .accessibility h3, .calendar h3, .query h3, .aside h3, .alert .sq-form-section-title, .warning .sq-form-section-title, .accessibility .sq-form-section-title, .calendar .sq-form-section-title, .query .sq-form-section-title, .aside .sq-form-section-title, .alert h4, .warning h4, .accessibility h4, .calendar h4, .query h4, .aside h4, .alert h5, .warning h5, .accessibility h5, .calendar h5, .query h5, .aside h5 {
    font-size: 1.5625rem;
  }
  h5, .h5, .accordion-content h4 {
    font-size: 1.25rem;
  }
  h6, .h6, .accordion-content h5 {
    font-size: 1rem;
  }
}

a {
  line-height: inherit;
  color: #4e62c4;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:focus {
  color: #1d2c75;
  text-decoration: underline;
}

a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #ccc;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #909090;
}

blockquote, blockquote p {
  line-height: 1.6;
  color: #2e2e2e;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #2e2e2e;
}

cite:before {
  content: "— ";
}

abbr, abbr[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #ccc;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #000;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #2e2e2e;
}

.lead, lead, .gre-page-body .gre-page-lead {
  font-size: 1.5rem;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 34.375em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}

@media print, screen and (min-width: 53.75em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 65em) {
  .xlarge-text-left {
    text-align: left;
  }
  .xlarge-text-right {
    text-align: right;
  }
  .xlarge-text-center {
    text-align: center;
  }
  .xlarge-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-text-left {
    text-align: left;
  }
  .xxlarge-text-right {
    text-align: right;
  }
  .xxlarge-text-center {
    text-align: center;
  }
  .xxlarge-text-justify {
    text-align: justify;
  }
}

.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #2e2e2e;
    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,
  .gre-staff-development-form h4,
  h3,
  .sq-form-section-title {
    orphans: 3;
    widows: 3;
  }
  h2, .gre-staff-development-form h4,
  h3,
  .sq-form-section-title {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #909090;
  border-radius: 0;
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none;
}

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  outline: none;
  border: 1px solid #2e2e2e;
  background-color: #fff;
  box-shadow: 0 0 12px #606eb2;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input::placeholder,
textarea::placeholder {
  color: #909090;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type='submit'],
[type='button'] {
  appearance: none;
  border-radius: 0;
}

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;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}

[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer;
}

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem;
}

[type='file'] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #000;
}

label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #000;
}

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch;
}

.input-group > :first-child {
  border-radius: 0 0 0 0;
}

.input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #909090;
  background: #e6e6e6;
  color: #000;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  height: auto;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  height: auto;
  align-self: stretch;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #909090;
}

.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #909090;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  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%2846, 46, 46%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

select:focus {
  outline: none;
  border: 1px solid #2e2e2e;
  background-color: #fff;
  box-shadow: 0 0 12px #606eb2;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  border-color: #cd5c5c;
  background-color: #faefef;
}

.is-invalid-input:not(:focus)::placeholder {
  color: #cd5c5c;
}

.is-invalid-label {
  color: #cd5c5c;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cd5c5c;
}

.form-error.is-visible {
  display: block;
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0.9375rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #060360;
  color: #fff;
}

[data-whatinput='mouse'] .button {
  outline: 0;
}

.button:hover, .button:focus {
  background-color: #2e2e2e;
  color: #fff;
}

.button.tiny {
  font-size: 0.6rem;
}

.button.small {
  font-size: 0.75rem;
}

.button.large {
  font-size: 1.1rem;
}

.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.button.brand-darkest {
  background-color: #2e2e2e;
  color: #fff;
}

.button.brand-darkest:hover, .button.brand-darkest:focus {
  background-color: #252525;
  color: #fff;
}

.button.brand-lightest {
  background-color: #fff;
  color: #000;
}

.button.brand-lightest:hover, .button.brand-lightest:focus {
  background-color: #cccccc;
  color: #000;
}

.button.brand-link-text {
  background-color: #4e62c4;
  color: #fff;
}

.button.brand-link-text:hover, .button.brand-link-text:focus {
  background-color: #3749a4;
  color: #fff;
}

.button.brand-link-hover-text {
  background-color: #1d2c75;
  color: #fff;
}

.button.brand-link-hover-text:hover, .button.brand-link-hover-text:focus {
  background-color: #17235e;
  color: #fff;
}

.button.brand-border {
  background-color: #ccc;
  color: #000;
}

.button.brand-border:hover, .button.brand-border:focus {
  background-color: #a3a3a3;
  color: #000;
}

.button.primary {
  background-color: #060360;
  color: #fff;
}

.button.primary:hover, .button.primary:focus {
  background-color: #05024d;
  color: #fff;
}

.button.secondary {
  background-color: #606eb2;
  color: #fff;
}

.button.secondary:hover, .button.secondary:focus {
  background-color: #485594;
  color: #fff;
}

.button.success {
  background-color: #00c499;
  color: #000;
}

.button.success:hover, .button.success:focus {
  background-color: #009d7a;
  color: #000;
}

.button.warning {
  background-color: #f10f33;
  color: #000;
}

.button.warning:hover, .button.warning:focus {
  background-color: #c20b28;
  color: #000;
}

.button.alert {
  background-color: #cd5c5c;
  color: #000;
}

.button.alert:hover, .button.alert:focus {
  background-color: #b63838;
  color: #000;
}

.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
  background-color: #060360;
  color: #fff;
}

.button.disabled.brand-darkest, .button[disabled].brand-darkest {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.brand-darkest, .button.disabled.brand-darkest:hover, .button.disabled.brand-darkest:focus, .button[disabled].brand-darkest, .button[disabled].brand-darkest:hover, .button[disabled].brand-darkest:focus {
  background-color: #2e2e2e;
  color: #fff;
}

.button.disabled.brand-lightest, .button[disabled].brand-lightest {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.brand-lightest, .button.disabled.brand-lightest:hover, .button.disabled.brand-lightest:focus, .button[disabled].brand-lightest, .button[disabled].brand-lightest:hover, .button[disabled].brand-lightest:focus {
  background-color: #fff;
  color: #000;
}

.button.disabled.brand-link-text, .button[disabled].brand-link-text {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.brand-link-text, .button.disabled.brand-link-text:hover, .button.disabled.brand-link-text:focus, .button[disabled].brand-link-text, .button[disabled].brand-link-text:hover, .button[disabled].brand-link-text:focus {
  background-color: #4e62c4;
  color: #fff;
}

.button.disabled.brand-link-hover-text, .button[disabled].brand-link-hover-text {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.brand-link-hover-text, .button.disabled.brand-link-hover-text:hover, .button.disabled.brand-link-hover-text:focus, .button[disabled].brand-link-hover-text, .button[disabled].brand-link-hover-text:hover, .button[disabled].brand-link-hover-text:focus {
  background-color: #1d2c75;
  color: #fff;
}

.button.disabled.brand-border, .button[disabled].brand-border {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.brand-border, .button.disabled.brand-border:hover, .button.disabled.brand-border:focus, .button[disabled].brand-border, .button[disabled].brand-border:hover, .button[disabled].brand-border:focus {
  background-color: #ccc;
  color: #000;
}

.button.disabled.primary, .button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
  background-color: #060360;
  color: #fff;
}

.button.disabled.secondary, .button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #606eb2;
  color: #fff;
}

.button.disabled.success, .button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #00c499;
  color: #000;
}

.button.disabled.warning, .button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #f10f33;
  color: #000;
}

.button.disabled.alert, .button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cd5c5c;
  color: #000;
}

.button.hollow {
  border: 1px solid #060360;
  color: #060360;
}

.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}

.button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}

.button.hollow:hover, .button.hollow:focus {
  border-color: #030230;
  color: #030230;
}

.button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
  border: 1px solid #060360;
  color: #060360;
}

.button.hollow.brand-darkest {
  border: 1px solid #2e2e2e;
  color: #2e2e2e;
}

.button.hollow.brand-darkest:hover, .button.hollow.brand-darkest:focus {
  border-color: #171717;
  color: #171717;
}

.button.hollow.brand-darkest:hover.disabled, .button.hollow.brand-darkest:hover[disabled], .button.hollow.brand-darkest:focus.disabled, .button.hollow.brand-darkest:focus[disabled] {
  border: 1px solid #2e2e2e;
  color: #2e2e2e;
}

.button.hollow.brand-lightest {
  border: 1px solid #fff;
  color: #fff;
}

.button.hollow.brand-lightest:hover, .button.hollow.brand-lightest:focus {
  border-color: gray;
  color: gray;
}

.button.hollow.brand-lightest:hover.disabled, .button.hollow.brand-lightest:hover[disabled], .button.hollow.brand-lightest:focus.disabled, .button.hollow.brand-lightest:focus[disabled] {
  border: 1px solid #fff;
  color: #fff;
}

.button.hollow.brand-link-text {
  border: 1px solid #4e62c4;
  color: #4e62c4;
}

.button.hollow.brand-link-text:hover, .button.hollow.brand-link-text:focus {
  border-color: #222e67;
  color: #222e67;
}

.button.hollow.brand-link-text:hover.disabled, .button.hollow.brand-link-text:hover[disabled], .button.hollow.brand-link-text:focus.disabled, .button.hollow.brand-link-text:focus[disabled] {
  border: 1px solid #4e62c4;
  color: #4e62c4;
}

.button.hollow.brand-link-hover-text {
  border: 1px solid #1d2c75;
  color: #1d2c75;
}

.button.hollow.brand-link-hover-text:hover, .button.hollow.brand-link-hover-text:focus {
  border-color: #0f163b;
  color: #0f163b;
}

.button.hollow.brand-link-hover-text:hover.disabled, .button.hollow.brand-link-hover-text:hover[disabled], .button.hollow.brand-link-hover-text:focus.disabled, .button.hollow.brand-link-hover-text:focus[disabled] {
  border: 1px solid #1d2c75;
  color: #1d2c75;
}

.button.hollow.brand-border {
  border: 1px solid #ccc;
  color: #ccc;
}

.button.hollow.brand-border:hover, .button.hollow.brand-border:focus {
  border-color: #666666;
  color: #666666;
}

.button.hollow.brand-border:hover.disabled, .button.hollow.brand-border:hover[disabled], .button.hollow.brand-border:focus.disabled, .button.hollow.brand-border:focus[disabled] {
  border: 1px solid #ccc;
  color: #ccc;
}

.button.hollow.primary {
  border: 1px solid #060360;
  color: #060360;
}

.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #030230;
  color: #030230;
}

.button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
  border: 1px solid #060360;
  color: #060360;
}

.button.hollow.secondary {
  border: 1px solid #606eb2;
  color: #606eb2;
}

.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #2d355c;
  color: #2d355c;
}

.button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
  border: 1px solid #606eb2;
  color: #606eb2;
}

.button.hollow.success {
  border: 1px solid #00c499;
  color: #00c499;
}

.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #00624d;
  color: #00624d;
}

.button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
  border: 1px solid #00c499;
  color: #00c499;
}

.button.hollow.warning {
  border: 1px solid #f10f33;
  color: #f10f33;
}

.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #790719;
  color: #790719;
}

.button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
  border: 1px solid #f10f33;
  color: #f10f33;
}

.button.hollow.alert {
  border: 1px solid #cd5c5c;
  color: #cd5c5c;
}

.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #722323;
  color: #722323;
}

.button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
  border: 1px solid #cd5c5c;
  color: #cd5c5c;
}

.button.clear {
  border: 1px solid #060360;
  color: #060360;
}

.button.clear, .button.clear:hover, .button.clear:focus {
  background-color: transparent;
}

.button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  background-color: transparent;
}

.button.clear:hover, .button.clear:focus {
  border-color: #030230;
  color: #030230;
}

.button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border: 1px solid #060360;
  color: #060360;
}

.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border-color: transparent;
}

.button.clear.brand-darkest {
  border: 1px solid #2e2e2e;
  color: #2e2e2e;
}

.button.clear.brand-darkest:hover, .button.clear.brand-darkest:focus {
  border-color: #171717;
  color: #171717;
}

.button.clear.brand-darkest:hover.disabled, .button.clear.brand-darkest:hover[disabled], .button.clear.brand-darkest:focus.disabled, .button.clear.brand-darkest:focus[disabled] {
  border: 1px solid #2e2e2e;
  color: #2e2e2e;
}

.button.clear.brand-darkest, .button.clear.brand-darkest.disabled, .button.clear.brand-darkest[disabled], .button.clear.brand-darkest:hover, .button.clear.brand-darkest:hover.disabled, .button.clear.brand-darkest:hover[disabled], .button.clear.brand-darkest:focus, .button.clear.brand-darkest:focus.disabled, .button.clear.brand-darkest:focus[disabled] {
  border-color: transparent;
}

.button.clear.brand-lightest {
  border: 1px solid #fff;
  color: #fff;
}

.button.clear.brand-lightest:hover, .button.clear.brand-lightest:focus {
  border-color: gray;
  color: gray;
}

.button.clear.brand-lightest:hover.disabled, .button.clear.brand-lightest:hover[disabled], .button.clear.brand-lightest:focus.disabled, .button.clear.brand-lightest:focus[disabled] {
  border: 1px solid #fff;
  color: #fff;
}

.button.clear.brand-lightest, .button.clear.brand-lightest.disabled, .button.clear.brand-lightest[disabled], .button.clear.brand-lightest:hover, .button.clear.brand-lightest:hover.disabled, .button.clear.brand-lightest:hover[disabled], .button.clear.brand-lightest:focus, .button.clear.brand-lightest:focus.disabled, .button.clear.brand-lightest:focus[disabled] {
  border-color: transparent;
}

.button.clear.brand-link-text {
  border: 1px solid #4e62c4;
  color: #4e62c4;
}

.button.clear.brand-link-text:hover, .button.clear.brand-link-text:focus {
  border-color: #222e67;
  color: #222e67;
}

.button.clear.brand-link-text:hover.disabled, .button.clear.brand-link-text:hover[disabled], .button.clear.brand-link-text:focus.disabled, .button.clear.brand-link-text:focus[disabled] {
  border: 1px solid #4e62c4;
  color: #4e62c4;
}

.button.clear.brand-link-text, .button.clear.brand-link-text.disabled, .button.clear.brand-link-text[disabled], .button.clear.brand-link-text:hover, .button.clear.brand-link-text:hover.disabled, .button.clear.brand-link-text:hover[disabled], .button.clear.brand-link-text:focus, .button.clear.brand-link-text:focus.disabled, .button.clear.brand-link-text:focus[disabled] {
  border-color: transparent;
}

.button.clear.brand-link-hover-text {
  border: 1px solid #1d2c75;
  color: #1d2c75;
}

.button.clear.brand-link-hover-text:hover, .button.clear.brand-link-hover-text:focus {
  border-color: #0f163b;
  color: #0f163b;
}

.button.clear.brand-link-hover-text:hover.disabled, .button.clear.brand-link-hover-text:hover[disabled], .button.clear.brand-link-hover-text:focus.disabled, .button.clear.brand-link-hover-text:focus[disabled] {
  border: 1px solid #1d2c75;
  color: #1d2c75;
}

.button.clear.brand-link-hover-text, .button.clear.brand-link-hover-text.disabled, .button.clear.brand-link-hover-text[disabled], .button.clear.brand-link-hover-text:hover, .button.clear.brand-link-hover-text:hover.disabled, .button.clear.brand-link-hover-text:hover[disabled], .button.clear.brand-link-hover-text:focus, .button.clear.brand-link-hover-text:focus.disabled, .button.clear.brand-link-hover-text:focus[disabled] {
  border-color: transparent;
}

.button.clear.brand-border {
  border: 1px solid #ccc;
  color: #ccc;
}

.button.clear.brand-border:hover, .button.clear.brand-border:focus {
  border-color: #666666;
  color: #666666;
}

.button.clear.brand-border:hover.disabled, .button.clear.brand-border:hover[disabled], .button.clear.brand-border:focus.disabled, .button.clear.brand-border:focus[disabled] {
  border: 1px solid #ccc;
  color: #ccc;
}

.button.clear.brand-border, .button.clear.brand-border.disabled, .button.clear.brand-border[disabled], .button.clear.brand-border:hover, .button.clear.brand-border:hover.disabled, .button.clear.brand-border:hover[disabled], .button.clear.brand-border:focus, .button.clear.brand-border:focus.disabled, .button.clear.brand-border:focus[disabled] {
  border-color: transparent;
}

.button.clear.primary {
  border: 1px solid #060360;
  color: #060360;
}

.button.clear.primary:hover, .button.clear.primary:focus {
  border-color: #030230;
  color: #030230;
}

.button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border: 1px solid #060360;
  color: #060360;
}

.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border-color: transparent;
}

.button.clear.secondary {
  border: 1px solid #606eb2;
  color: #606eb2;
}

.button.clear.secondary:hover, .button.clear.secondary:focus {
  border-color: #2d355c;
  color: #2d355c;
}

.button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border: 1px solid #606eb2;
  color: #606eb2;
}

.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border-color: transparent;
}

.button.clear.success {
  border: 1px solid #00c499;
  color: #00c499;
}

.button.clear.success:hover, .button.clear.success:focus {
  border-color: #00624d;
  color: #00624d;
}

.button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border: 1px solid #00c499;
  color: #00c499;
}

.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border-color: transparent;
}

.button.clear.warning {
  border: 1px solid #f10f33;
  color: #f10f33;
}

.button.clear.warning:hover, .button.clear.warning:focus {
  border-color: #790719;
  color: #790719;
}

.button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border: 1px solid #f10f33;
  color: #f10f33;
}

.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border-color: transparent;
}

.button.clear.alert {
  border: 1px solid #cd5c5c;
  color: #cd5c5c;
}

.button.clear.alert:hover, .button.clear.alert:focus {
  border-color: #722323;
  color: #722323;
}

.button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border: 1px solid #cd5c5c;
  color: #cd5c5c;
}

.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border-color: transparent;
}

.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fff transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}

.button.dropdown.hollow::after {
  border-top-color: #060360;
}

.button.dropdown.hollow.brand-darkest::after {
  border-top-color: #2e2e2e;
}

.button.dropdown.hollow.brand-lightest::after {
  border-top-color: #fff;
}

.button.dropdown.hollow.brand-link-text::after {
  border-top-color: #4e62c4;
}

.button.dropdown.hollow.brand-link-hover-text::after {
  border-top-color: #1d2c75;
}

.button.dropdown.hollow.brand-border::after {
  border-top-color: #ccc;
}

.button.dropdown.hollow.primary::after {
  border-top-color: #060360;
}

.button.dropdown.hollow.secondary::after {
  border-top-color: #606eb2;
}

.button.dropdown.hollow.success::after {
  border-top-color: #00c499;
}

.button.dropdown.hollow.warning::after {
  border-top-color: #f10f33;
}

.button.dropdown.hollow.alert::after {
  border-top-color: #cd5c5c;
}

.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, a.button:focus {
  text-decoration: none;
}

.accordion {
  margin-left: 0;
  background: #fff;
  list-style-type: none;
}

.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #060360;
}

:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}

.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}

.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: '+';
}

.is-active > .accordion-title::before {
  content: '\2013';
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fff;
  color: #2e2e2e;
}

:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.accordion-menu li {
  width: 100%;
}

.accordion-menu a {
  padding: 0.7rem 0.9375rem;
}

.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 0.9375rem;
}

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 0.9375rem;
}

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 0.9375rem;
  margin-left: 0;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #060360 transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}

.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  left: auto;
  right: 1rem;
}

.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
}

.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #060360 transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded='true']::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%;
}

.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #060360;
  color: #fff;
}

.badge.brand-darkest {
  background: #2e2e2e;
  color: #fff;
}

.badge.brand-lightest {
  background: #fff;
  color: #000;
}

.badge.brand-link-text {
  background: #4e62c4;
  color: #fff;
}

.badge.brand-link-hover-text {
  background: #1d2c75;
  color: #fff;
}

.badge.brand-border {
  background: #ccc;
  color: #000;
}

.badge.primary {
  background: #060360;
  color: #fff;
}

.badge.secondary {
  background: #606eb2;
  color: #fff;
}

.badge.success {
  background: #00c499;
  color: #000;
}

.badge.warning {
  background: #f10f33;
  color: #000;
}

.badge.alert {
  background: #cd5c5c;
  color: #000;
}

.breadcrumbs {
  margin: 0 0 0.9375rem 0;
  list-style: none;
}

.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1;
}

.breadcrumbs::after {
  clear: both;
}

.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #000;
  cursor: default;
  text-transform: uppercase;
}

.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #909090;
}

.breadcrumbs a {
  color: #060360;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs .disabled {
  color: #909090;
  cursor: not-allowed;
}

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
}

.button-group::before, .button-group::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1;
}

.button-group::after {
  clear: both;
}

.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  flex: 0 0 auto;
}

.button-group .button:last-child {
  margin-right: 0;
}

.button-group.tiny .button {
  font-size: 0.6rem;
}

.button-group.small .button {
  font-size: 0.75rem;
}

.button-group.large .button {
  font-size: 1.1rem;
}

.button-group.expanded .button {
  flex: 1 1 0px;
}

.button-group.brand-darkest .button {
  background-color: #2e2e2e;
  color: #fff;
}

.button-group.brand-darkest .button:hover, .button-group.brand-darkest .button:focus {
  background-color: #252525;
  color: #fff;
}

.button-group.brand-lightest .button {
  background-color: #fff;
  color: #000;
}

.button-group.brand-lightest .button:hover, .button-group.brand-lightest .button:focus {
  background-color: #cccccc;
  color: #000;
}

.button-group.brand-link-text .button {
  background-color: #4e62c4;
  color: #fff;
}

.button-group.brand-link-text .button:hover, .button-group.brand-link-text .button:focus {
  background-color: #3749a4;
  color: #fff;
}

.button-group.brand-link-hover-text .button {
  background-color: #1d2c75;
  color: #fff;
}

.button-group.brand-link-hover-text .button:hover, .button-group.brand-link-hover-text .button:focus {
  background-color: #17235e;
  color: #fff;
}

.button-group.brand-border .button {
  background-color: #ccc;
  color: #000;
}

.button-group.brand-border .button:hover, .button-group.brand-border .button:focus {
  background-color: #a3a3a3;
  color: #000;
}

.button-group.primary .button {
  background-color: #060360;
  color: #fff;
}

.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #05024d;
  color: #fff;
}

.button-group.secondary .button {
  background-color: #606eb2;
  color: #fff;
}

.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #485594;
  color: #fff;
}

.button-group.success .button {
  background-color: #00c499;
  color: #000;
}

.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #009d7a;
  color: #000;
}

.button-group.warning .button {
  background-color: #f10f33;
  color: #000;
}

.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #c20b28;
  color: #000;
}

.button-group.alert .button {
  background-color: #cd5c5c;
  color: #000;
}

.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #b63838;
  color: #000;
}

.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  flex-wrap: wrap;
}

.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  flex: 0 0 100%;
}

.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 34.375em) {
  .button-group.stacked-for-small .button {
    flex: 1 1 0px;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 53.75em) {
  .button-group.stacked-for-medium .button {
    flex: 1 1 0px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 34.3125em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0;
  background-color: white;
  color: #2e2e2e;
}

.callout > :first-child {
  margin-top: 0;
}

.callout > :last-child {
  margin-bottom: 0;
}

.callout.brand-darkest {
  background-color: #e0e0e0;
  color: #2e2e2e;
}

.callout.brand-lightest {
  background-color: white;
  color: #2e2e2e;
}

.callout.brand-link-text {
  background-color: #e4e7f6;
  color: #2e2e2e;
}

.callout.brand-link-hover-text {
  background-color: #d3d9f4;
  color: #2e2e2e;
}

.callout.brand-border {
  background-color: #f7f7f7;
  color: #2e2e2e;
}

.callout.primary {
  background-color: #c5c3fd;
  color: #2e2e2e;
}

.callout.secondary {
  background-color: #e7e9f3;
  color: #2e2e2e;
}

.callout.success {
  background-color: #d0fff5;
  color: #2e2e2e;
}

.callout.warning {
  background-color: #fddbe0;
  color: #2e2e2e;
}

.callout.alert {
  background-color: #f8e7e7;
  color: #2e2e2e;
}

.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 0.9375rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  overflow: hidden;
  color: #2e2e2e;
}

.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  flex: 0 1 auto;
  display: flex;
  padding: 0.9375rem;
  background: #e6e6e6;
}

.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  flex: 1 0 auto;
  padding: 0.9375rem;
}

.card-section > :last-child {
  margin-bottom: 0;
}

.card-image {
  min-height: 1px;
}

.close-button {
  position: absolute;
  color: #2e2e2e;
  cursor: pointer;
}

[data-whatinput='mouse'] .close-button {
  outline: 0;
}

.close-button:hover, .close-button:focus {
  color: #000;
}

.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button, .close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

[data-whatinput='mouse'] .menu li {
  outline: 0;
}

.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 0.9375rem;
}

.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}

.menu input {
  display: inline-block;
}

.menu, .menu.horizontal {
  flex-wrap: wrap;
  flex-direction: row;
}

.menu.vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}

.menu.expanded li {
  flex: 1 1 0px;
}

.menu.simple {
  align-items: center;
}

.menu.simple li + li {
  margin-left: 1rem;
}

.menu.simple a {
  padding: 0;
}

@media print, screen and (min-width: 34.375em) {
  .menu.medium-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.medium-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.medium-expanded li {
    flex: 1 1 0px;
  }
  .menu.medium-simple li {
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 53.75em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.large-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.large-expanded li {
    flex: 1 1 0px;
  }
  .menu.large-simple li {
    flex: 1 1 0px;
  }
}

@media screen and (min-width: 65em) {
  .menu.xlarge-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.xlarge-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.xlarge-expanded li {
    flex: 1 1 0px;
  }
  .menu.xlarge-simple li {
    flex: 1 1 0px;
  }
}

@media screen and (min-width: 90em) {
  .menu.xxlarge-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.xxlarge-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.xxlarge-expanded li {
    flex: 1 1 0px;
  }
  .menu.xxlarge-simple li {
    flex: 1 1 0px;
  }
}

.menu.nested {
  margin-right: 0;
  margin-left: 0.9375rem;
}

.menu.icons a {
  display: flex;
}

.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: flex;
}

.menu.icon-left li a {
  flex-flow: row nowrap;
}

.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
  margin-right: 0.25rem;
}

.menu.icon-right li a {
  flex-flow: row nowrap;
}

.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
  margin-left: 0.25rem;
}

.menu.icon-top li a {
  flex-flow: column nowrap;
}

.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu.icon-bottom li a {
  flex-flow: column nowrap;
}

.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu .is-active > a {
  background: #060360;
  color: #fff;
}

.menu .active > a {
  background: #060360;
  color: #fff;
}

.menu.align-left {
  justify-content: flex-start;
}

.menu.align-right li {
  display: flex;
  justify-content: flex-end;
}

.menu.align-right li .submenu li {
  justify-content: flex-start;
}

.menu.align-right.vertical li {
  display: block;
  text-align: right;
}

.menu.align-right.vertical li .submenu li {
  text-align: right;
}

.menu.align-right .nested {
  margin-right: 0.9375rem;
  margin-left: 0;
}

.menu.align-center li {
  display: flex;
  justify-content: center;
}

.menu.align-center li .submenu li {
  justify-content: flex-start;
}

.menu .menu-text {
  padding: 0.7rem 0.9375rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  justify-content: center;
}

.menu-centered > .menu li {
  display: flex;
  justify-content: center;
}

.menu-centered > .menu li .submenu li {
  justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
  content: '';
}

.menu-icon:hover::after {
  background: #909090;
  box-shadow: 0 7px 0 #909090, 0 14px 0 #909090;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  box-shadow: 0 7px 0 #000, 0 14px 0 #000;
  content: '';
}

.menu-icon.dark:hover::after {
  background: #2e2e2e;
  box-shadow: 0 7px 0 #2e2e2e, 0 14px 0 #2e2e2e;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}

.is-drilldown li {
  display: block;
}

.is-drilldown.animate-height {
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 0.9375rem;
  background: #fff;
}

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fff;
  transition: transform 0.15s linear;
}

.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}

.drilldown .is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}

.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 0.9375rem;
}

.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}

.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}

.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}

.drilldown .is-drilldown-submenu-parent > a::after {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #060360;
}

.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  left: auto;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #4e62c4;
}

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  right: auto;
  left: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #4e62c4 transparent transparent;
}

.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #060360 transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  display: none;
  border: 1px solid #909090;
  border-radius: 0;
  background-color: #fff;
  font-size: 1rem;
}

.dropdown-pane.is-opening {
  display: block;
}

.dropdown-pane.is-open {
  visibility: visible;
  display: block;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #4e62c4 transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}

.dropdown.menu a {
  padding: 0.7rem 0.9375rem;
}

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0;
}

.dropdown.menu .is-active > a {
  background: #060360;
  color: #fff;
}

.no-js .dropdown.menu ul {
  display: none;
}

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
  top: 0;
}

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.dropdown.menu.vertical > li > a::after {
  right: 14px;
}

.dropdown.menu.vertical > li.opens-left > a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #4e62c4 transparent transparent;
}

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #4e62c4;
}

@media print, screen and (min-width: 34.375em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #4e62c4 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #4e62c4 transparent transparent;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #4e62c4;
  }
}

@media print, screen and (min-width: 53.75em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #4e62c4 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #4e62c4 transparent transparent;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #4e62c4;
  }
}

@media screen and (min-width: 65em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #4e62c4 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.xlarge-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #4e62c4 transparent transparent;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #4e62c4;
  }
}

@media screen and (min-width: 90em) {
  .dropdown.menu.xxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.xxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #4e62c4 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.xxlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.xxlarge-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #4e62c4 transparent transparent;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #4e62c4;
  }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}

.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}

.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}

.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #909090;
  background: #fff;
}

.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 0.9375rem;
}

.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #4e62c4 transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #4e62c4;
}

.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}

.is-dropdown-submenu > li {
  width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}

.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #060360;
  color: #fff;
}

.label.brand-darkest {
  background: #2e2e2e;
  color: #fff;
}

.label.brand-lightest {
  background: #fff;
  color: #000;
}

.label.brand-link-text {
  background: #4e62c4;
  color: #fff;
}

.label.brand-link-hover-text {
  background: #1d2c75;
  color: #fff;
}

.label.brand-border {
  background: #ccc;
  color: #000;
}

.label.primary {
  background: #060360;
  color: #fff;
}

.label.secondary {
  background: #606eb2;
  color: #fff;
}

.label.success {
  background: #00c499;
  color: #000;
}

.label.warning {
  background: #f10f33;
  color: #000;
}

.label.alert {
  background: #cd5c5c;
  color: #000;
}

.media-object {
  display: flex;
  margin-bottom: 0.9375rem;
  flex-wrap: nowrap;
}

.media-object img {
  max-width: none;
}

@media screen and (max-width: 34.3125em) {
  .media-object.stack-for-small {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 34.3125em) {
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 0.9375rem;
    flex-basis: 100%;
    max-width: 100%;
  }
  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section {
  flex: 0 1 auto;
}

.media-object-section:first-child {
  padding-right: 0.9375rem;
}

.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 0.9375rem;
}

.media-object-section > :last-child {
  margin-bottom: 0;
}

.media-object-section.main-section {
  flex: 1 1 0px;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(255, 255, 255, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}

.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}

.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
}

[data-whatinput='mouse'] .off-canvas {
  outline: 0;
}

.off-canvas.is-transition-push {
  z-index: 12;
}

.off-canvas.is-closed {
  visibility: hidden;
}

.off-canvas.is-transition-overlap {
  z-index: 13;
}

.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.off-canvas.is-open {
  transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
}

[data-whatinput='mouse'] .off-canvas-absolute {
  outline: 0;
}

.off-canvas-absolute.is-transition-push {
  z-index: 12;
}

.off-canvas-absolute.is-closed {
  visibility: hidden;
}

.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}

.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(-250px);
}

.off-canvas-content .off-canvas.position-left {
  transform: translateX(-250px);
}

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(250px);
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(0, 0, 0, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(250px);
}

.off-canvas-content .off-canvas.position-right {
  transform: translateX(250px);
}

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-250px);
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(0, 0, 0, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(-250px);
}

.off-canvas-content .off-canvas.position-top {
  transform: translateY(-250px);
}

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  transform: translateY(250px);
}

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(0, 0, 0, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(250px);
}

.off-canvas-content .off-canvas.position-bottom {
  transform: translateY(250px);
}

.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  transform: translateY(-250px);
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(0, 0, 0, 0.25);
}

.off-canvas-content {
  transform: none;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
}

.off-canvas-content.has-transition-push {
  transform: translate(0, 0);
}

.off-canvas-content .off-canvas.is-open {
  transform: translate(0, 0);
}

@media print, screen and (min-width: 34.375em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media print, screen and (min-width: 53.75em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media screen and (min-width: 65em) {
  .position-left.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-xlarge ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-xlarge ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-xlarge ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media screen and (min-width: 90em) {
  .position-left.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-xxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-xxlarge ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-xxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-xxlarge ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-xxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-xxlarge ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-xxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-xxlarge ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media print, screen and (min-width: 34.375em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}

@media print, screen and (min-width: 53.75em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}

@media screen and (min-width: 65em) {
  .off-canvas.in-canvas-for-xlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit;
  }
  .off-canvas.in-canvas-for-xlarge.position-left, .off-canvas.in-canvas-for-xlarge.position-right, .off-canvas.in-canvas-for-xlarge.position-top, .off-canvas.in-canvas-for-xlarge.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-xlarge .close-button {
    display: none;
  }
}

@media screen and (min-width: 90em) {
  .off-canvas.in-canvas-for-xxlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit;
  }
  .off-canvas.in-canvas-for-xxlarge.position-left, .off-canvas.in-canvas-for-xxlarge.position-right, .off-canvas.in-canvas-for-xxlarge.position-top, .off-canvas.in-canvas-for-xxlarge.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-xxlarge .close-button {
    display: none;
  }
}

.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
}

.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fff;
}

[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: transparent;
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}

[data-whatinput='mouse'] .orbit-bullets {
  outline: 0;
}

.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #909090;
}

.orbit-bullets button:hover {
  background-color: #2e2e2e;
}

.orbit-bullets button.is-active {
  background-color: #2e2e2e;
}

.pagination {
  margin-left: 0;
  margin-bottom: 0.9375rem;
}

.pagination::before, .pagination::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1;
}

.pagination::after {
  clear: both;
}

.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: none;
}

.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}

@media print, screen and (min-width: 34.375em) {
  .pagination li {
    display: inline-block;
  }
}

.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #000;
}

.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}

.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #060360;
  color: #fff;
  cursor: default;
}

.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #909090;
  cursor: not-allowed;
}

.pagination .disabled:hover {
  background: transparent;
}

.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: '\2026';
  color: #000;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab';
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb';
}

.progress {
  height: 1rem;
  margin-bottom: 0.9375rem;
  border-radius: 0;
  background-color: #909090;
}

.progress.brand-darkest .progress-meter {
  background-color: #2e2e2e;
}

.progress.brand-lightest .progress-meter {
  background-color: #fff;
}

.progress.brand-link-text .progress-meter {
  background-color: #4e62c4;
}

.progress.brand-link-hover-text .progress-meter {
  background-color: #1d2c75;
}

.progress.brand-border .progress-meter {
  background-color: #ccc;
}

.progress.primary .progress-meter {
  background-color: #060360;
}

.progress.secondary .progress-meter {
  background-color: #606eb2;
}

.progress.success .progress-meter {
  background-color: #00c499;
}

.progress.warning .progress-meter {
  background-color: #f10f33;
}

.progress.alert .progress-meter {
  background-color: #cd5c5c;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #060360;
}

.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: #fff;
  white-space: nowrap;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  user-select: none;
  touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #909090;
  transition: all 0.2s ease-in-out;
}

.slider-fill.is-dragging {
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #060360;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
}

[data-whatinput='mouse'] .slider-handle {
  outline: 0;
}

.slider-handle:hover {
  background-color: #050352;
}

.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: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 150;
  width: 100%;
}

.sticky.is-stuck.is-at-top {
  top: 0;
}

.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}

.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

body.is-reveal-open {
  overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  user-select: none;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(0, 0, 0, 0.45);
  overflow-y: scroll;
}

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 0.9375rem;
  border: 1px solid #909090;
  border-radius: 0;
  background-color: #fff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}

[data-whatinput='mouse'] .reveal {
  outline: 0;
}

@media print, screen and (min-width: 34.375em) {
  .reveal {
    min-height: 0;
  }
}

.reveal .column {
  min-width: 0;
}

.reveal > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 34.375em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}

.reveal.collapse {
  padding: 0;
}

@media print, screen and (min-width: 34.375em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}

@media print, screen and (min-width: 34.375em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}

@media print, screen and (min-width: 34.375em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}

.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}

@media screen and (max-width: 34.3125em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}

.reveal.without-overlay {
  position: fixed;
}

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 0.9375rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fff;
  user-select: none;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #909090;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}

input + .switch-paddle {
  margin: 0;
}

.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #fff;
  transition: all 0.25s ease-out;
  content: '';
}

input:checked ~ .switch-paddle {
  background: #060360;
}

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 {
  height: 1.5rem;
}

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}

.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}

.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}

.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}

.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}

.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}

.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 0.9375rem;
  border-radius: 0;
}

table thead,
table tbody,
table tfoot {
  border: 1px solid #f2f2f2;
  background-color: #fff;
}

table caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

table thead {
  background: #f9f9f9;
  color: #2e2e2e;
}

table tfoot {
  background: #f2f2f2;
  color: #2e2e2e;
}

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;
}

table tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f2f2f2;
}

table.unstriped tbody {
  background-color: #fff;
}

table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f2f2f2;
  background-color: #fff;
}

@media screen and (max-width: 53.6875em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #f4f4f4;
}

table.hover tfoot tr:hover {
  background-color: #ededed;
}

table.hover tbody tr:hover {
  background-color: #fafafa;
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ededed;
}

.table-scroll {
  overflow-x: auto;
}

.table-scroll table {
  width: auto;
}

.tabs {
  margin: 0;
  border: 1px solid #ccc;
  background: #e6e6e6;
  list-style-type: none;
}

.tabs::before, .tabs::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1;
}

.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}

.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #060360;
}

.tabs.primary > li > a {
  color: #fff;
}

.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #070474;
}

.tabs-title, .fb-tabs-title, .gre-accented .tabs .tabs-title {
  float: left;
}

.tabs-title > a, .fb-tabs-title > a, .gre-accented .tabs .tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.9em;
  line-height: 1;
  color: #060360;
}

.tabs-title > a:hover, .fb-tabs-title > a:hover, .gre-accented .tabs .tabs-title > a:hover {
  background: #fff;
  color: #050353;
}

.tabs-title > a:focus, .fb-tabs-title > a:focus, .gre-accented .tabs .tabs-title > a:focus, .tabs-title > a[aria-selected='true'], .fb-tabs-title > a[aria-selected='true'], .gre-accented .tabs .tabs-title > a[aria-selected='true'] {
  background: #fff;
  color: #060360;
}

.tabs-content {
  border: 1px solid #ccc;
  border-top: 0;
  background: #fff;
  color: #2e2e2e;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #ccc;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}

.tabs-panel.is-active {
  zoom: 1;
  *display: block;
  display: inline-block;
  width: 100%;
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0.9375rem;
  border: solid 4px #fff;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  line-height: 0;
}

a.thumbnail {
  transition: box-shadow 200ms ease-out;
}

a.thumbnail:hover, a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(6, 3, 96, 0.5);
}

a.thumbnail image {
  box-shadow: none;
}

.title-bar {
  padding: 0.5rem;
  background: #000;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px;
}

.title-bar-right {
  text-align: right;
}

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #909090;
  font-weight: bold;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #000;
  font-size: 80%;
  color: #fff;
}

.tooltip::before {
  position: absolute;
}

.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #000;
  bottom: 100%;
}

.tooltip.bottom.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}

.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #000 transparent transparent;
  top: 100%;
  bottom: auto;
}

.tooltip.top.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}

.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #000;
  left: 100%;
}

.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}

.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #000 transparent transparent;
  right: 100%;
  left: auto;
}

.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}

.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}

.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}

.tooltip.align-left::before {
  left: 10%;
  right: auto;
}

.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  flex-wrap: wrap;
}

.top-bar,
.top-bar ul {
  background-color: #e6e6e6;
}

.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}

.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}

.top-bar input.button {
  width: auto;
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}

@media print, screen and (min-width: 53.75em) {
  .top-bar {
    flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    flex: 0 1 auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 53.6875em) {
  .top-bar.stacked-for-medium {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 64.9375em) {
  .top-bar.stacked-for-large {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 89.9375em) {
  .top-bar.stacked-for-xlarge {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-xlarge .top-bar-left,
  .top-bar.stacked-for-xlarge .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar.stacked-for-xxlarge {
  flex-wrap: wrap;
}

.top-bar.stacked-for-xxlarge .top-bar-left,
.top-bar.stacked-for-xxlarge .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}

.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto;
}

.hide, .hide-for-js {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 34.3125em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 34.375em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 34.375em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 34.3125em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 34.375em) and (max-width: 53.6875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 34.3125em), screen and (min-width: 53.75em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 53.75em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 53.6875em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 53.75em) and (max-width: 64.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 53.6875em), screen and (min-width: 65em) {
  .show-for-large-only {
    display: none !important;
  }
}

@media screen and (min-width: 65em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

@media screen and (max-width: 64.9375em) {
  .show-for-xlarge {
    display: none !important;
  }
}

@media screen and (min-width: 65em) and (max-width: 89.9375em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 64.9375em), screen and (min-width: 90em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (min-width: 90em) {
  .hide-for-xxlarge {
    display: none !important;
  }
}

@media screen and (max-width: 89.9375em) {
  .show-for-xxlarge {
    display: none !important;
  }
}

@media screen and (min-width: 90em) {
  .hide-for-xxlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 89.9375em) {
  .show-for-xxlarge-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .no-nav div.gre-page-copy::before, .gre-listing::before, .gre-research-listing::before, .gre-search-results::before, .gre-article-listing::before, .gre-grid::before, html .gre-people-listing.gre-people-short::before, .gre-listing.gre-people-short::before, .gre-people-short.gre-research-listing::before, .gre-people-short.gre-search-results::before, .gre-people-short.gre-article-listing::before, html .gre-people-short::before, .gre-mini-gallery::before, #top-menu::before, #main-menu::before, .gre-section-main-footer .gre-footer-links::before, section.gre-jump-menu::before, .clearfix::after, .no-nav div.gre-page-copy::after, .gre-listing::after, .gre-research-listing::after, .gre-search-results::after, .gre-article-listing::after, .gre-grid::after, html .gre-people-listing.gre-people-short::after, .gre-listing.gre-people-short::after, .gre-people-short.gre-research-listing::after, .gre-people-short.gre-search-results::after, .gre-people-short.gre-article-listing::after, html .gre-people-short::after, .gre-mini-gallery::after, #top-menu::after, #main-menu::after, .gre-section-main-footer .gre-footer-links::after, section.gre-jump-menu::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1;
}

.clearfix::after, .no-nav div.gre-page-copy::after, .gre-listing::after, .gre-research-listing::after, .gre-search-results::after, .gre-article-listing::after, .gre-grid::after, html .gre-people-listing.gre-people-short::after, .gre-listing.gre-people-short::after, .gre-people-short.gre-research-listing::after, .gre-people-short.gre-search-results::after, .gre-people-short.gre-article-listing::after, html .gre-people-short::after, .gre-mini-gallery::after, #top-menu::after, #main-menu::after, .gre-section-main-footer .gre-footer-links::after, section.gre-jump-menu::after {
  clear: both;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 34.375em) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
}

@media print, screen and (min-width: 53.75em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}

@media screen and (min-width: 65em) {
  .xlarge-order-1 {
    order: 1;
  }
  .xlarge-order-2 {
    order: 2;
  }
  .xlarge-order-3 {
    order: 3;
  }
  .xlarge-order-4 {
    order: 4;
  }
  .xlarge-order-5 {
    order: 5;
  }
  .xlarge-order-6 {
    order: 6;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-order-1 {
    order: 1;
  }
  .xxlarge-order-2 {
    order: 2;
  }
  .xxlarge-order-3 {
    order: 3;
  }
  .xxlarge-order-4 {
    order: 4;
  }
  .xxlarge-order-5 {
    order: 5;
  }
  .xxlarge-order-6 {
    order: 6;
  }
}

.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 34.375em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}

@media print, screen and (min-width: 53.75em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}

@media screen and (min-width: 65em) {
  .xlarge-flex-container {
    display: flex;
  }
  .xlarge-flex-child-auto {
    flex: 1 1 auto;
  }
  .xlarge-flex-child-grow {
    flex: 1 0 auto;
  }
  .xlarge-flex-child-shrink {
    flex: 0 1 auto;
  }
  .xlarge-flex-dir-row {
    flex-direction: row;
  }
  .xlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .xlarge-flex-dir-column {
    flex-direction: column;
  }
  .xlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-flex-container {
    display: flex;
  }
  .xxlarge-flex-child-auto {
    flex: 1 1 auto;
  }
  .xxlarge-flex-child-grow {
    flex: 1 0 auto;
  }
  .xxlarge-flex-child-shrink {
    flex: 0 1 auto;
  }
  .xxlarge-flex-dir-row {
    flex-direction: row;
  }
  .xxlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .xxlarge-flex-dir-column {
    flex-direction: column;
  }
  .xxlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}

/*== Local dependencies ==*/
/*== Z INDEXES ==*/
.gre-grid-item h2, .gre-adbox h2, .gre-ad-box h2, .gre-journey-box h2, .gre-article-box h2, html .gre-people-listing.gre-people-short .gre-people-item h2, .gre-listing.gre-people-short .gre-people-item h2, .gre-people-short.gre-research-listing .gre-people-item h2, .gre-people-short.gre-search-results .gre-people-item h2, .gre-people-short.gre-article-listing .gre-people-item h2, .gre-list-item h2, .gre-grid-item .gre-inverse h2, .gre-adbox .gre-inverse h2, .gre-ad-box .gre-inverse h2, .gre-journey-box .gre-inverse h2, .gre-article-box .gre-inverse h2, .gre-journey-box.gre-text-only .gre-inverse h2, .gre-text-only.gre-article-box .gre-inverse h2, footer h2, .gre-footer-section h2, .gre-accented h2, div.gre-article-column-listing .gre-article-box h2, .gre-prog-header-box h2, .gre-grid-item .gre-staff-development-form h4, .gre-staff-development-form .gre-grid-item h4, .gre-adbox .gre-staff-development-form h4, .gre-staff-development-form .gre-adbox h4, .gre-ad-box .gre-staff-development-form h4, .gre-staff-development-form .gre-ad-box h4, .gre-journey-box .gre-staff-development-form h4, .gre-staff-development-form .gre-journey-box h4, .gre-article-box .gre-staff-development-form h4, .gre-staff-development-form .gre-article-box h4, html .gre-people-listing.gre-people-short .gre-people-item .gre-staff-development-form h4, .gre-staff-development-form html .gre-people-listing.gre-people-short .gre-people-item h4, .gre-listing.gre-people-short .gre-people-item .gre-staff-development-form h4, .gre-staff-development-form .gre-listing.gre-people-short .gre-people-item h4, .gre-people-short.gre-research-listing .gre-people-item .gre-staff-development-form h4, .gre-staff-development-form .gre-people-short.gre-research-listing .gre-people-item h4, .gre-people-short.gre-search-results .gre-people-item .gre-staff-development-form h4, .gre-staff-development-form .gre-people-short.gre-search-results .gre-people-item h4, .gre-people-short.gre-article-listing .gre-people-item .gre-staff-development-form h4, .gre-staff-development-form .gre-people-short.gre-article-listing .gre-people-item h4, .gre-list-item .gre-staff-development-form h4, .gre-staff-development-form .gre-list-item h4, .gre-journey-box.gre-text-only .gre-inverse .gre-staff-development-form h4, .gre-staff-development-form .gre-journey-box.gre-text-only .gre-inverse h4, .gre-text-only.gre-article-box .gre-inverse .gre-staff-development-form h4, .gre-staff-development-form .gre-text-only.gre-article-box .gre-inverse h4, footer .gre-staff-development-form h4, .gre-staff-development-form footer h4, .gre-footer-section .gre-staff-development-form h4, .gre-staff-development-form .gre-footer-section h4, .gre-accented .gre-staff-development-form h4, .gre-staff-development-form .gre-accented h4, .gre-prog-header-box .gre-staff-development-form h4, .gre-staff-development-form .gre-prog-header-box h4, .gre-grid-item h3, .gre-adbox h3, .gre-ad-box h3, .gre-journey-box h3, .gre-article-box h3, html .gre-people-listing.gre-people-short .gre-people-item h3, .gre-listing.gre-people-short .gre-people-item h3, .gre-people-short.gre-research-listing .gre-people-item h3, .gre-people-short.gre-search-results .gre-people-item h3, .gre-people-short.gre-article-listing .gre-people-item h3, .gre-list-item h3, .gre-grid-item .gre-inverse h3, .gre-adbox .gre-inverse h3, .gre-ad-box .gre-inverse h3, .gre-journey-box .gre-inverse h3, .gre-article-box .gre-inverse h3, .gre-journey-box.gre-text-only .gre-inverse h3, .gre-text-only.gre-article-box .gre-inverse h3, footer h3, .gre-footer-section h3, .gre-accented h3, div.gre-article-column-listing .gre-article-box h3, .gre-prog-header-box h3, .gre-grid-item .sq-form-section-title, .gre-adbox .sq-form-section-title, .gre-ad-box .sq-form-section-title, .gre-journey-box .sq-form-section-title, .gre-article-box .sq-form-section-title, html .gre-people-listing.gre-people-short .gre-people-item .sq-form-section-title, .gre-listing.gre-people-short .gre-people-item .sq-form-section-title, .gre-people-short.gre-research-listing .gre-people-item .sq-form-section-title, .gre-people-short.gre-search-results .gre-people-item .sq-form-section-title, .gre-people-short.gre-article-listing .gre-people-item .sq-form-section-title, .gre-list-item .sq-form-section-title, .gre-journey-box.gre-text-only .gre-inverse .sq-form-section-title, .gre-text-only.gre-article-box .gre-inverse .sq-form-section-title, footer .sq-form-section-title, .gre-footer-section .sq-form-section-title, .gre-accented .sq-form-section-title, div.gre-article-column-listing .gre-article-box .sq-form-section-title, .gre-prog-header-box .sq-form-section-title, .gre-grid-item h4, .gre-adbox h4, .gre-ad-box h4, .gre-journey-box h4, .gre-article-box h4, html .gre-people-listing.gre-people-short .gre-people-item h4, .gre-listing.gre-people-short .gre-people-item h4, .gre-people-short.gre-research-listing .gre-people-item h4, .gre-people-short.gre-search-results .gre-people-item h4, .gre-people-short.gre-article-listing .gre-people-item h4, .gre-list-item h4, .gre-grid-item .gre-inverse h4, .gre-adbox .gre-inverse h4, .gre-ad-box .gre-inverse h4, .gre-journey-box .gre-inverse h4, .gre-article-box .gre-inverse h4, .gre-journey-box.gre-text-only .gre-inverse h4, .gre-text-only.gre-article-box .gre-inverse h4, footer h4, .gre-footer-section h4, .gre-accented h4, div.gre-article-column-listing .gre-article-box h4, .gre-prog-header-box h4, .gre-grid-item h5, .gre-adbox h5, .gre-ad-box h5, .gre-journey-box h5, .gre-article-box h5, html .gre-people-listing.gre-people-short .gre-people-item h5, .gre-listing.gre-people-short .gre-people-item h5, .gre-people-short.gre-research-listing .gre-people-item h5, .gre-people-short.gre-search-results .gre-people-item h5, .gre-people-short.gre-article-listing .gre-people-item h5, .gre-list-item h5, .gre-grid-item .gre-inverse h5, .gre-adbox .gre-inverse h5, .gre-ad-box .gre-inverse h5, .gre-journey-box .gre-inverse h5, .gre-article-box .gre-inverse h5, .gre-journey-box.gre-text-only .gre-inverse h5, .gre-text-only.gre-article-box .gre-inverse h5, footer h5, .gre-footer-section h5, .gre-accented h5, div.gre-article-column-listing .gre-article-box h5, .gre-prog-header-box h5, .gre-grid-item a, .gre-adbox a, .gre-ad-box a, .gre-journey-box a, .gre-article-box a, html .gre-people-listing.gre-people-short .gre-people-item a, .gre-listing.gre-people-short .gre-people-item a, .gre-people-short.gre-research-listing .gre-people-item a, .gre-people-short.gre-search-results .gre-people-item a, .gre-people-short.gre-article-listing .gre-people-item a, .gre-list-item a, .gre-grid-item .gre-inverse a, .gre-adbox .gre-inverse a, .gre-ad-box .gre-inverse a, .gre-journey-box .gre-inverse a, .gre-article-box .gre-inverse a, .gre-journey-box.gre-text-only .gre-inverse a, .gre-text-only.gre-article-box .gre-inverse a, footer a, .gre-footer-section a, .gre-accented a, div.gre-article-column-listing .gre-article-box a, .gre-prog-header-box a {
  color: inherit;
}

.gre-accented .gre-listing a, .gre-accented .gre-research-listing a, .gre-accented .gre-search-results a, .gre-accented .gre-article-listing a, .gre-accented .gre-grid a, .gre-accented html .gre-people-listing.gre-people-short a, html .gre-accented .gre-people-listing.gre-people-short a, .gre-plain .gre-grid-item.gre-text-only:nth-of-type(n), .gre-plain .gre-text-only.gre-adbox:nth-of-type(n), .gre-plain .gre-text-only.gre-ad-box:nth-of-type(n), .gre-plain .gre-text-only.gre-journey-box:nth-of-type(n), .gre-plain .gre-text-only.gre-article-box:nth-of-type(n), .gre-plain html .gre-people-listing.gre-people-short .gre-text-only.gre-people-item:nth-of-type(n), html .gre-people-listing.gre-people-short .gre-plain .gre-text-only.gre-people-item:nth-of-type(n), .gre-plain .gre-listing.gre-people-short .gre-text-only.gre-people-item:nth-of-type(n), .gre-listing.gre-people-short .gre-plain .gre-text-only.gre-people-item:nth-of-type(n), .gre-plain .gre-people-short.gre-research-listing .gre-text-only.gre-people-item:nth-of-type(n), .gre-people-short.gre-research-listing .gre-plain .gre-text-only.gre-people-item:nth-of-type(n), .gre-plain .gre-people-short.gre-search-results .gre-text-only.gre-people-item:nth-of-type(n), .gre-people-short.gre-search-results .gre-plain .gre-text-only.gre-people-item:nth-of-type(n), .gre-plain .gre-people-short.gre-article-listing .gre-text-only.gre-people-item:nth-of-type(n), .gre-people-short.gre-article-listing .gre-plain .gre-text-only.gre-people-item:nth-of-type(n), .gre-accented .gre-plain .gre-grid-item.gre-text-only:nth-of-type(n), .gre-accented .gre-plain .gre-text-only.gre-adbox:nth-of-type(n), .gre-accented .gre-plain .gre-text-only.gre-ad-box:nth-of-type(n), .gre-accented .gre-plain .gre-text-only.gre-journey-box:nth-of-type(n), .gre-accented .gre-plain .gre-text-only.gre-article-box:nth-of-type(n) {
  color: inherit;
  background-color: inherit;
  border-color: inherit;
}

a[href]:after {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
}

.gre-video-holder .hide-for-js.gre-video-end-card, .hide-for-js.gre-end-card-text, .gre-video-holder .hide.gre-video-end-card, .hide.gre-end-card-text {
  display: block !important;
  opacity: 0;
}

.accordion-title:before, .gre-subject-item h4:before, .gre-list-item h4:before, .fb-courses-item h4:before, .gre-event-header div.gre-event-date:before, .gre-social-item .gre-item-thumbnail:after, .gre-subject-item h4:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
}

.badge-container.prog-badges a {
  list-style: none;
}

.badge-container.prog-badges a li {
  display: inline-block;
}

.prog-tags span:after {
  content: '; ';
}

.prog-tags span:last-child:after {
  content: '';
}

.gre-people-shout-image, .gre-quote-slider .gre-slide-content > .gre-quote-portrait img {
  max-width: 250px;
  max-height: 60vw;
  border-radius: 50%;
  border-width: 6px;
  border-style: solid;
  border-color: inherit;
  overflow: hidden;
}

img.landscape {
  max-width: none;
  height: 101% !important;
  width: auto !important;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-backface-visibility: hidden;
}

img.landscape.h-hardleft {
  left: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

img.landscape.h-left {
  left: 15%;
  -webkit-transform: translate(-15%, 0);
  -moz-transform: translate(-15%, 0);
  -ms-transform: translate(-15%, 0);
  transform: translate(-15%, 0);
}

img.landscape.h-right {
  left: 85%;
  -webkit-transform: translate(-85%, 0);
  -moz-transform: translate(-85%, 0);
  -ms-transform: translate(-85%, 0);
  transform: translate(-85%, 0);
}

img.landscape.h-hardright {
  left: 100%;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

img.portrait {
  max-width: none;
  height: auto !important;
  width: 101% !important;
  position: absolute;
  top: 50%;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

img.portrait.v-hardtop {
  top: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

img.portrait.v-top {
  top: 15%;
  -webkit-transform: translate(0, -15%);
  -moz-transform: translate(0, -15%);
  -ms-transform: translate(0, -15%);
  transform: translate(0, -15%);
}

img.portrait.v-bottom {
  top: 85%;
  -webkit-transform: translate(0, -85%);
  -moz-transform: translate(0, -85%);
  -ms-transform: translate(0, -85%);
  transform: translate(0, -85%);
}

img.portrait.v-hardbottom {
  top: 100%;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

header.v-hardtop.gre-interrupt-text, .v-hardtop.gre-profile-header {
  background-position-y: top;
}

header.v-top.gre-interrupt-text, .v-top.gre-profile-header {
  background-position-y: 15%;
}

header.v-hardbottom.gre-interrupt-text, .v-hardbottom.gre-profile-header {
  background-position-y: bottom;
}

header.v-bottom.gre-interrupt-text, .v-bottom.gre-profile-header {
  background-position-y: 85%;
}

header.h-hardleft.gre-interrupt-text, .h-hardleft.gre-profile-header {
  background-position-x: left;
}

header.h-left.gre-interrupt-text, .h-left.gre-profile-header {
  background-position-x: 15%;
}

header.h-hardright.gre-interrupt-text, .h-hardright.gre-profile-header {
  background-position-x: right;
}

header.h-right.gre-interrupt-text, .h-right.gre-profile-header {
  background-position-x: 85%;
}

.gre-cta a.button i.fa, .gre-cta a.button i.fab, .gre-cta a.button i.fad, .gre-cta a.button i.fal, .gre-cta a.button i.far, .gre-cta a.button i.fas, .gre-cta a.button i.alert:before, .gre-cta a.button i.warning:before, .gre-cta a.button i.accessibility:before, .gre-cta a.button i.calendar:before, .gre-cta a.button i.query:before, .gre-cta a.button:hover i.fa, .gre-cta a.button:hover i.fab, .gre-cta a.button:hover i.fad, .gre-cta a.button:hover i.fal, .gre-cta a.button:hover i.far, .gre-cta a.button:hover i.fas, .gre-cta a.button:hover i.alert:before, .gre-cta a.button:hover i.warning:before, .gre-cta a.button:hover i.accessibility:before, .gre-cta a.button:hover i.calendar:before, .gre-cta a.button:hover i.query:before, .gre-cta a.button:focus i.fa, .gre-cta a.button:focus i.fab, .gre-cta a.button:focus i.fad, .gre-cta a.button:focus i.fal, .gre-cta a.button:focus i.far, .gre-cta a.button:focus i.fas, .gre-cta a.button:focus i.alert:before, .gre-cta a.button:focus i.warning:before, .gre-cta a.button:focus i.accessibility:before, .gre-cta a.button:focus i.calendar:before, .gre-cta a.button:focus i.query:before, .gre-cta a.button:active i.fa, .gre-cta a.button:active i.fab, .gre-cta a.button:active i.fad, .gre-cta a.button:active i.fal, .gre-cta a.button:active i.far, .gre-cta a.button:active i.fas, .gre-cta a.button:active i.alert:before, .gre-cta a.button:active i.warning:before, .gre-cta a.button:active i.accessibility:before, .gre-cta a.button:active i.calendar:before, .gre-cta a.button:active i.query:before, .gre-grid-image img, a:hover .gre-grid-image img, a:focus .gre-grid-image img, a:active .gre-grid-image img, .gre-journey-box, .gre-article-box, .gre-journey-box .gre-journey-box-thumbnail img, .gre-article-box .gre-journey-box-thumbnail img, .gre-adbox .gre-adbox-bg, .gre-adbox .gre-grid-image, .gre-ad-box .gre-adbox-bg, .gre-ad-box .gre-grid-image, .gre-adbox .gre-ad-box-text, .gre-adbox .gre-grid-info, .gre-ad-box .gre-ad-box-text, .gre-ad-box .gre-grid-info, .badge-container a.badge-item:hover .badge-logo img, .badge-container a.badge-item:focus .badge-logo img, .badge-container a.badge-item:active .badge-logo img, .gre-video-holder .gre-video-end-card {
  transition: all 0.2s ease-out;
}

.gre-cta a.button i.hide-for-js.fa, .gre-cta a.button i.hide-for-js.fab, .gre-cta a.button i.hide-for-js.fad, .gre-cta a.button i.hide-for-js.fal, .gre-cta a.button i.hide-for-js.far, .gre-cta a.button i.hide-for-js.fas, .gre-cta a.button i.hide-for-js.alert:before, .gre-cta a.button i.hide-for-js.warning:before, .gre-cta a.button i.hide-for-js.accessibility:before, .gre-cta a.button i.hide-for-js.calendar:before, .gre-cta a.button i.hide-for-js.query:before, .gre-grid-image img.hide-for-js, a:hover .gre-grid-image img.hide-for-js, a:focus .gre-grid-image img.hide-for-js, a:active .gre-grid-image img.hide-for-js, .hide-for-js.gre-journey-box, .hide-for-js.gre-article-box, .gre-journey-box .gre-journey-box-thumbnail img.hide-for-js, .gre-article-box .gre-journey-box-thumbnail img.hide-for-js, .gre-adbox .hide-for-js.gre-adbox-bg, .gre-adbox .hide-for-js.gre-grid-image, .gre-ad-box .hide-for-js.gre-adbox-bg, .gre-ad-box .hide-for-js.gre-grid-image, .gre-adbox .hide-for-js.gre-ad-box-text, .gre-adbox .hide-for-js.gre-grid-info, .gre-ad-box .hide-for-js.gre-ad-box-text, .gre-ad-box .hide-for-js.gre-grid-info, .badge-container a.badge-item:hover .badge-logo img.hide-for-js, .badge-container a.badge-item:focus .badge-logo img.hide-for-js, .badge-container a.badge-item:active .badge-logo img.hide-for-js, .gre-video-holder .hide-for-js.gre-video-end-card, .gre-cta a.button i.hide.fa, .gre-cta a.button i.hide.fab, .gre-cta a.button i.hide.fad, .gre-cta a.button i.hide.fal, .gre-cta a.button i.hide.far, .gre-cta a.button i.hide.fas, .gre-cta a.button i.hide.alert:before, .gre-cta a.button i.hide.warning:before, .gre-cta a.button i.hide.accessibility:before, .gre-cta a.button i.hide.calendar:before, .gre-cta a.button i.hide.query:before, .gre-cta a.button:hover i.hide.fa, .gre-cta a.button:hover i.fa.hide-for-js, .gre-cta a.button:hover i.hide.fab, .gre-cta a.button:hover i.fab.hide-for-js, .gre-cta a.button:hover i.hide.fad, .gre-cta a.button:hover i.fad.hide-for-js, .gre-cta a.button:hover i.hide.fal, .gre-cta a.button:hover i.fal.hide-for-js, .gre-cta a.button:hover i.hide.far, .gre-cta a.button:hover i.far.hide-for-js, .gre-cta a.button:hover i.hide.fas, .gre-cta a.button:hover i.fas.hide-for-js, .gre-cta a.button:hover i.hide-for-js.alert:before, .gre-cta a.button:hover i.hide-for-js.warning:before, .gre-cta a.button:hover i.hide-for-js.accessibility:before, .gre-cta a.button:hover i.hide-for-js.calendar:before, .gre-cta a.button:hover i.hide-for-js.query:before, .gre-cta a.button:hover i.hide.alert:before, .gre-cta a.button:hover i.hide.warning:before, .gre-cta a.button:hover i.hide.accessibility:before, .gre-cta a.button:hover i.hide.calendar:before, .gre-cta a.button:hover i.hide.query:before, .gre-cta a.button:focus i.hide.fa, .gre-cta a.button:focus i.fa.hide-for-js, .gre-cta a.button:focus i.hide.fab, .gre-cta a.button:focus i.fab.hide-for-js, .gre-cta a.button:focus i.hide.fad, .gre-cta a.button:focus i.fad.hide-for-js, .gre-cta a.button:focus i.hide.fal, .gre-cta a.button:focus i.fal.hide-for-js, .gre-cta a.button:focus i.hide.far, .gre-cta a.button:focus i.far.hide-for-js, .gre-cta a.button:focus i.hide.fas, .gre-cta a.button:focus i.fas.hide-for-js, .gre-cta a.button:focus i.hide-for-js.alert:before, .gre-cta a.button:focus i.hide-for-js.warning:before, .gre-cta a.button:focus i.hide-for-js.accessibility:before, .gre-cta a.button:focus i.hide-for-js.calendar:before, .gre-cta a.button:focus i.hide-for-js.query:before, .gre-cta a.button:focus i.hide.alert:before, .gre-cta a.button:focus i.hide.warning:before, .gre-cta a.button:focus i.hide.accessibility:before, .gre-cta a.button:focus i.hide.calendar:before, .gre-cta a.button:focus i.hide.query:before, .gre-cta a.button:active i.hide.fa, .gre-cta a.button:active i.fa.hide-for-js, .gre-cta a.button:active i.hide.fab, .gre-cta a.button:active i.fab.hide-for-js, .gre-cta a.button:active i.hide.fad, .gre-cta a.button:active i.fad.hide-for-js, .gre-cta a.button:active i.hide.fal, .gre-cta a.button:active i.fal.hide-for-js, .gre-cta a.button:active i.hide.far, .gre-cta a.button:active i.far.hide-for-js, .gre-cta a.button:active i.hide.fas, .gre-cta a.button:active i.fas.hide-for-js, .gre-cta a.button:active i.hide-for-js.alert:before, .gre-cta a.button:active i.hide-for-js.warning:before, .gre-cta a.button:active i.hide-for-js.accessibility:before, .gre-cta a.button:active i.hide-for-js.calendar:before, .gre-cta a.button:active i.hide-for-js.query:before, .gre-cta a.button:active i.hide.alert:before, .gre-cta a.button:active i.hide.warning:before, .gre-cta a.button:active i.hide.accessibility:before, .gre-cta a.button:active i.hide.calendar:before, .gre-cta a.button:active i.hide.query:before, .gre-grid-image img.hide, a:hover .gre-grid-image img.hide, a:focus .gre-grid-image img.hide, a:active .gre-grid-image img.hide, .hide.gre-journey-box, .hide.gre-article-box, .gre-journey-box .gre-journey-box-thumbnail img.hide, .gre-article-box .gre-journey-box-thumbnail img.hide, .gre-adbox .hide.gre-adbox-bg, .gre-adbox .hide.gre-grid-image, .gre-ad-box .hide.gre-adbox-bg, .gre-ad-box .hide.gre-grid-image, .gre-adbox .hide.gre-ad-box-text, .gre-adbox .hide.gre-grid-info, .gre-ad-box .hide.gre-ad-box-text, .gre-ad-box .hide.gre-grid-info, .badge-container a.badge-item:hover .badge-logo img.hide, .badge-container a.badge-item:focus .badge-logo img.hide, .badge-container a.badge-item:active .badge-logo img.hide, .gre-video-holder .hide.gre-video-end-card {
  transition-timing-function: ease-in;
}

.gre-cta a.button i.fa:hover, .gre-cta a.button i.fab:hover, .gre-cta a.button i.fad:hover, .gre-cta a.button i.fal:hover, .gre-cta a.button i.far:hover, .gre-cta a.button i.fas:hover, .gre-cta a.button i.alert:hover:before, .gre-cta a.button i.warning:hover:before, .gre-cta a.button i.accessibility:hover:before, .gre-cta a.button i.calendar:hover:before, .gre-cta a.button i.query:hover:before, .gre-grid-image img:hover, a:hover .gre-grid-image img:hover, a:focus .gre-grid-image img:hover, a:active .gre-grid-image img:hover, .gre-journey-box:hover, .gre-article-box:hover, .gre-journey-box .gre-journey-box-thumbnail img:hover, .gre-article-box .gre-journey-box-thumbnail img:hover, .gre-adbox .gre-adbox-bg:hover, .gre-adbox .gre-grid-image:hover, .gre-ad-box .gre-adbox-bg:hover, .gre-ad-box .gre-grid-image:hover, .gre-adbox .gre-ad-box-text:hover, .gre-adbox .gre-grid-info:hover, .gre-ad-box .gre-ad-box-text:hover, .gre-ad-box .gre-grid-info:hover, .badge-container a.badge-item:hover .badge-logo img:hover, .badge-container a.badge-item:focus .badge-logo img:hover, .badge-container a.badge-item:active .badge-logo img:hover, .gre-video-holder .gre-video-end-card:hover, .gre-cta a.button i.fa:focus, .gre-cta a.button i.fab:focus, .gre-cta a.button i.fad:focus, .gre-cta a.button i.fal:focus, .gre-cta a.button i.far:focus, .gre-cta a.button i.fas:focus, .gre-cta a.button i.alert:focus:before, .gre-cta a.button i.warning:focus:before, .gre-cta a.button i.accessibility:focus:before, .gre-cta a.button i.calendar:focus:before, .gre-cta a.button i.query:focus:before, .gre-grid-image img:focus, a:hover .gre-grid-image img:focus, a:focus .gre-grid-image img:focus, a:active .gre-grid-image img:focus, .gre-journey-box:focus, .gre-article-box:focus, .gre-journey-box .gre-journey-box-thumbnail img:focus, .gre-article-box .gre-journey-box-thumbnail img:focus, .gre-adbox .gre-adbox-bg:focus, .gre-adbox .gre-grid-image:focus, .gre-ad-box .gre-adbox-bg:focus, .gre-ad-box .gre-grid-image:focus, .gre-adbox .gre-ad-box-text:focus, .gre-adbox .gre-grid-info:focus, .gre-ad-box .gre-ad-box-text:focus, .gre-ad-box .gre-grid-info:focus, .badge-container a.badge-item:hover .badge-logo img:focus, .badge-container a.badge-item:focus .badge-logo img:focus, .badge-container a.badge-item:active .badge-logo img:focus, .gre-video-holder .gre-video-end-card:focus, .gre-cta a.button i.fa:active, .gre-cta a.button i.fab:active, .gre-cta a.button i.fad:active, .gre-cta a.button i.fal:active, .gre-cta a.button i.far:active, .gre-cta a.button i.fas:active, .gre-cta a.button i.alert:active:before, .gre-cta a.button i.warning:active:before, .gre-cta a.button i.accessibility:active:before, .gre-cta a.button i.calendar:active:before, .gre-cta a.button i.query:active:before, .gre-grid-image img:active, a:hover .gre-grid-image img:active, a:focus .gre-grid-image img:active, a:active .gre-grid-image img:active, .gre-journey-box:active, .gre-article-box:active, .gre-journey-box .gre-journey-box-thumbnail img:active, .gre-article-box .gre-journey-box-thumbnail img:active, .gre-adbox .gre-adbox-bg:active, .gre-adbox .gre-grid-image:active, .gre-ad-box .gre-adbox-bg:active, .gre-ad-box .gre-grid-image:active, .gre-adbox .gre-ad-box-text:active, .gre-adbox .gre-grid-info:active, .gre-ad-box .gre-ad-box-text:active, .gre-ad-box .gre-grid-info:active, .badge-container a.badge-item:hover .badge-logo img:active, .badge-container a.badge-item:focus .badge-logo img:active, .badge-container a.badge-item:active .badge-logo img:active, .gre-video-holder .gre-video-end-card:active {
  transition: all 0.2s ease-in;
}

.gre-end-card-text {
  transition: all 0.5s ease-out;
}

.hide-for-js.gre-end-card-text, .hide.gre-end-card-text {
  transition-timing-function: ease-in;
}

.gre-end-card-text:hover, .gre-end-card-text:focus, .gre-end-card-text:active {
  transition: all 0.5s ease-in;
}

.gre-video-holder .gre-video-end-card {
  transition-delay: 0.3s;
}

.gre-video-holder .hide-for-js.gre-video-end-card, .gre-video-holder .hide.gre-video-end-card {
  transition-delay: 0;
}

/*--- Only IE ≤ 9 ---*/
/*--- Only IE10 ---*/
/*--- Only IE ≤ 11 ---*/
/*--- Only IE ≥ 11 ---*/
/*== VARIABLES ==*/
.gre-video-controls-basic a {
  background: #ccc;
  background: rgba(0, 0, 0, 0.2);
}

/*=== COLOURS ===*/
/*=== Brand colours are defined in _settings.scss ===*/
/*=== TYPOGRAPHY ===*/
/*== HOVER ACTIONS ==*/
button {
  cursor: pointer;
}

.gre-grid-item:hover, .gre-adbox:hover, .gre-ad-box:hover, .gre-journey-box:hover, .gre-article-box:hover, html .gre-people-listing.gre-people-short .gre-people-item:hover, .gre-listing.gre-people-short .gre-people-item:hover, .gre-people-short.gre-research-listing .gre-people-item:hover, .gre-people-short.gre-search-results .gre-people-item:hover, .gre-people-short.gre-article-listing .gre-people-item:hover, .gre-list-item:hover, html .gre-people-short.index-cards .gre-people-item:hover, .gre-ribbon-controls button:hover, .gre-social-buttons a:hover, .gre-social-main .button:hover, .gre-subsection-content.gre-section-navigation2 ul.gre-list-group li a:hover, .gre-video-controls-basic a:hover, .gre-prog-header-box:hover, .gre-grid-item:focus, .gre-adbox:focus, .gre-ad-box:focus, .gre-journey-box:focus, .gre-article-box:focus, html .gre-people-listing.gre-people-short .gre-people-item:focus, .gre-listing.gre-people-short .gre-people-item:focus, .gre-people-short.gre-research-listing .gre-people-item:focus, .gre-people-short.gre-search-results .gre-people-item:focus, .gre-people-short.gre-article-listing .gre-people-item:focus, .gre-list-item:focus, html .gre-people-short.index-cards .gre-people-item:focus, .gre-ribbon-controls button:focus, .gre-social-buttons a:focus, .gre-social-main .button:focus, .gre-subsection-content.gre-section-navigation2 ul.gre-list-group li a:focus, .gre-video-controls-basic a:focus, .gre-prog-header-box:focus, .gre-grid-item:active, .gre-adbox:active, .gre-ad-box:active, .gre-journey-box:active, .gre-article-box:active, html .gre-people-listing.gre-people-short .gre-people-item:active, .gre-listing.gre-people-short .gre-people-item:active, .gre-people-short.gre-research-listing .gre-people-item:active, .gre-people-short.gre-search-results .gre-people-item:active, .gre-people-short.gre-article-listing .gre-people-item:active, .gre-list-item:active, html .gre-people-short.index-cards .gre-people-item:active, .gre-ribbon-controls button:active, .gre-social-buttons a:active, .gre-social-main .button:active, .gre-subsection-content.gre-section-navigation2 ul.gre-list-group li a:active, .gre-video-controls-basic a:active, .gre-prog-header-box:active, .gre-cta a.button:hover i.fa, .gre-cta a.button:hover i.fab, .gre-cta a.button:hover i.fad, .gre-cta a.button:hover i.fal, .gre-cta a.button:hover i.far, .gre-cta a.button:hover i.fas, .gre-cta a.button:hover i.alert:before, .gre-cta a.button:hover i.warning:before, .gre-cta a.button:hover i.accessibility:before, .gre-cta a.button:hover i.calendar:before, .gre-cta a.button:hover i.query:before, .gre-cta a.button:focus i.fa, .gre-cta a.button:focus i.fab, .gre-cta a.button:focus i.fad, .gre-cta a.button:focus i.fal, .gre-cta a.button:focus i.far, .gre-cta a.button:focus i.fas, .gre-cta a.button:focus i.alert:before, .gre-cta a.button:focus i.warning:before, .gre-cta a.button:focus i.accessibility:before, .gre-cta a.button:focus i.calendar:before, .gre-cta a.button:focus i.query:before, .gre-cta a.button:active i.fa, .gre-cta a.button:active i.fab, .gre-cta a.button:active i.fad, .gre-cta a.button:active i.fal, .gre-cta a.button:active i.far, .gre-cta a.button:active i.fas, .gre-cta a.button:active i.alert:before, .gre-cta a.button:active i.warning:before, .gre-cta a.button:active i.accessibility:before, .gre-cta a.button:active i.calendar:before, .gre-cta a.button:active i.query:before {
  background: #2e2e2e !important;
  color: #fff !important;
  text-decoration: none;
}

.gre-grid-item:hover img, .gre-adbox:hover img, .gre-ad-box:hover img, .gre-journey-box:hover img, .gre-article-box:hover img, html .gre-people-listing.gre-people-short .gre-people-item:hover img, .gre-listing.gre-people-short .gre-people-item:hover img, .gre-people-short.gre-research-listing .gre-people-item:hover img, .gre-people-short.gre-search-results .gre-people-item:hover img, .gre-people-short.gre-article-listing .gre-people-item:hover img, .gre-list-item:hover img, html .gre-people-short.index-cards .gre-people-item:hover img, .gre-ribbon-controls button:hover img, .gre-social-buttons a:hover img, .gre-social-main .button:hover img, .gre-subsection-content.gre-section-navigation2 ul.gre-list-group li a:hover img, .gre-video-controls-basic a:hover img, .gre-prog-header-box:hover img, .gre-grid-item:focus img, .gre-adbox:focus img, .gre-ad-box:focus img, .gre-journey-box:focus img, .gre-article-box:focus img, html .gre-people-listing.gre-people-short .gre-people-item:focus img, .gre-listing.gre-people-short .gre-people-item:focus img, .gre-people-short.gre-research-listing .gre-people-item:focus img, .gre-people-short.gre-search-results .gre-people-item:focus img, .gre-people-short.gre-article-listing .gre-people-item:focus img, .gre-list-item:focus img, html .gre-people-short.index-cards .gre-people-item:focus img, .gre-ribbon-controls button:focus img, .gre-social-buttons a:focus img, .gre-social-main .button:focus img, .gre-subsection-content.gre-section-navigation2 ul.gre-list-group li a:focus img, .gre-video-controls-basic a:focus img, .gre-prog-header-box:focus img, .gre-grid-item:active img, .gre-adbox:active img, .gre-ad-box:active img, .gre-journey-box:active img, .gre-article-box:active img, html .gre-people-listing.gre-people-short .gre-people-item:active img, .gre-listing.gre-people-short .gre-people-item:active img, .gre-people-short.gre-research-listing .gre-people-item:active img, .gre-people-short.gre-search-results .gre-people-item:active img, .gre-people-short.gre-article-listing .gre-people-item:active img, .gre-list-item:active img, html .gre-people-short.index-cards .gre-people-item:active img, .gre-ribbon-controls button:active img, .gre-social-buttons a:active img, .gre-social-main .button:active img, .gre-subsection-content.gre-section-navigation2 ul.gre-list-group li a:active img, .gre-video-controls-basic a:active img, .gre-prog-header-box:active img, .gre-cta a.button:hover i.fa img, .gre-cta a.button:hover i.fab img, .gre-cta a.button:hover i.fad img, .gre-cta a.button:hover i.fal img, .gre-cta a.button:hover i.far img, .gre-cta a.button:hover i.fas img, .gre-cta a.button:hover i.alert:before img, .gre-cta a.button:hover i.warning:before img, .gre-cta a.button:hover i.accessibility:before img, .gre-cta a.button:hover i.calendar:before img, .gre-cta a.button:hover i.query:before img, .gre-cta a.button:focus i.fa img, .gre-cta a.button:focus i.fab img, .gre-cta a.button:focus i.fad img, .gre-cta a.button:focus i.fal img, .gre-cta a.button:focus i.far img, .gre-cta a.button:focus i.fas img, .gre-cta a.button:focus i.alert:before img, .gre-cta a.button:focus i.warning:before img, .gre-cta a.button:focus i.accessibility:before img, .gre-cta a.button:focus i.calendar:before img, .gre-cta a.button:focus i.query:before img, .gre-cta a.button:active i.fa img, .gre-cta a.button:active i.fab img, .gre-cta a.button:active i.fad img, .gre-cta a.button:active i.fal img, .gre-cta a.button:active i.far img, .gre-cta a.button:active i.fas img, .gre-cta a.button:active i.alert:before img, .gre-cta a.button:active i.warning:before img, .gre-cta a.button:active i.accessibility:before img, .gre-cta a.button:active i.calendar:before img, .gre-cta a.button:active i.query:before img {
  opacity: 0.5 !important;
}

footer .gre-section-main-footer .gre-social-main .button:hover, .gre-footer-section .gre-section-main-footer .gre-social-main .button:hover, footer .gre-section-main-footer .gre-social-main .button:focus, .gre-footer-section .gre-section-main-footer .gre-social-main .button:focus, footer .gre-section-main-footer .gre-social-main .button:active, .gre-footer-section .gre-section-main-footer .gre-social-main .button:active, .gre-grid-item .gre-inverse, .gre-adbox .gre-inverse, .gre-ad-box .gre-inverse, .gre-journey-box .gre-inverse, .gre-article-box .gre-inverse, html .gre-people-listing.gre-people-short .gre-people-item .gre-inverse, .gre-listing.gre-people-short .gre-people-item .gre-inverse, .gre-people-short.gre-research-listing .gre-people-item .gre-inverse, .gre-people-short.gre-search-results .gre-people-item .gre-inverse, .gre-people-short.gre-article-listing .gre-people-item .gre-inverse, .gre-journey-box.gre-text-only .gre-inverse, .gre-text-only.gre-article-box .gre-inverse {
  background: #fff !important;
  color: #2e2e2e !important;
}

footer .gre-section-main-footer .gre-social-main .button:hover img, .gre-footer-section .gre-section-main-footer .gre-social-main .button:hover img, footer .gre-section-main-footer .gre-social-main .button:focus img, .gre-footer-section .gre-section-main-footer .gre-social-main .button:focus img, footer .gre-section-main-footer .gre-social-main .button:active img, .gre-footer-section .gre-section-main-footer .gre-social-main .button:active img, .gre-grid-item .gre-inverse img, .gre-adbox .gre-inverse img, .gre-ad-box .gre-inverse img, .gre-journey-box .gre-inverse img, .gre-article-box .gre-inverse img, html .gre-people-listing.gre-people-short .gre-people-item .gre-inverse img, .gre-listing.gre-people-short .gre-people-item .gre-inverse img, .gre-people-short.gre-research-listing .gre-people-item .gre-inverse img, .gre-people-short.gre-search-results .gre-people-item .gre-inverse img, .gre-people-short.gre-article-listing .gre-people-item .gre-inverse img, .gre-journey-box.gre-text-only .gre-inverse img, .gre-text-only.gre-article-box .gre-inverse img {
  opacity: 1 !important;
}

.gre-grid-item:hover, .gre-adbox:hover, .gre-ad-box:hover, .gre-journey-box:hover, .gre-article-box:hover, html .gre-people-listing.gre-people-short .gre-people-item:hover, .gre-listing.gre-people-short .gre-people-item:hover, .gre-people-short.gre-research-listing .gre-people-item:hover, .gre-people-short.gre-search-results .gre-people-item:hover, .gre-people-short.gre-article-listing .gre-people-item:hover, .gre-list-item:hover, html .gre-people-short.index-cards .gre-people-item:hover, .gre-ribbon-controls button:hover, .gre-social-buttons a:hover, .gre-social-main .button:hover, .gre-subsection-content.gre-section-navigation2 ul.gre-list-group li a:hover, .gre-video-controls-basic a:hover, .gre-prog-header-box:hover, .gre-grid-item:focus, .gre-adbox:focus, .gre-ad-box:focus, .gre-journey-box:focus, .gre-article-box:focus, html .gre-people-listing.gre-people-short .gre-people-item:focus, .gre-listing.gre-people-short .gre-people-item:focus, .gre-people-short.gre-research-listing .gre-people-item:focus, .gre-people-short.gre-search-results .gre-people-item:focus, .gre-people-short.gre-article-listing .gre-people-item:focus, .gre-list-item:focus, html .gre-people-short.index-cards .gre-people-item:focus, .gre-ribbon-controls button:focus, .gre-social-buttons a:focus, .gre-social-main .button:focus, .gre-subsection-content.gre-section-navigation2 ul.gre-list-group li a:focus, .gre-video-controls-basic a:focus, .gre-prog-header-box:focus, .gre-grid-item:active, .gre-adbox:active, .gre-ad-box:active, .gre-journey-box:active, .gre-article-box:active, html .gre-people-listing.gre-people-short .gre-people-item:active, .gre-listing.gre-people-short .gre-people-item:active, .gre-people-short.gre-research-listing .gre-people-item:active, .gre-people-short.gre-search-results .gre-people-item:active, .gre-people-short.gre-article-listing .gre-people-item:active, .gre-list-item:active, html .gre-people-short.index-cards .gre-people-item:active, .gre-ribbon-controls button:active, .gre-social-buttons a:active, .gre-social-main .button:active, .gre-subsection-content.gre-section-navigation2 ul.gre-list-group li a:active, .gre-video-controls-basic a:active, .gre-prog-header-box:active {
  text-decoration: none;
}

@media print, screen and (min-width: 53.75em) {
  a:hover .gre-grid-image img, a:focus .gre-grid-image img, a:active .gre-grid-image img, .gre-adbox:hover .gre-adbox-bg, .gre-adbox:hover .gre-grid-image, .gre-adbox:focus .gre-adbox-bg, .gre-adbox:focus .gre-grid-image, .gre-adbox:active .gre-adbox-bg, .gre-adbox:active .gre-grid-image, .gre-ad-box:hover .gre-adbox-bg, .gre-ad-box:hover .gre-grid-image, .gre-ad-box:focus .gre-adbox-bg, .gre-ad-box:focus .gre-grid-image, .gre-ad-box:active .gre-adbox-bg, .gre-ad-box:active .gre-grid-image {
    -webkit-transform: rotate3d(0, 1, 1, -1deg) scale3d(1.05, 1.05, 1);
    transform: rotate3d(0, 1, 1, -1deg) scale3d(1.05, 1.05, 1);
    transition: all 0.2s ease-out;
  }
}

@media print, screen and (min-width: 53.75em) {
  a:hover .landscape.gre-grid-image img, a:focus .landscape.gre-grid-image img, a:active .landscape.gre-grid-image img, a:hover .gre-grid-image img.landscape, a:focus .gre-grid-image img.landscape, a:active .gre-grid-image img.landscape {
    -webkit-transform: rotate3d(0, 1, 1, -1deg) scale3d(1.05, 1.05, 1) translate(-50%, 0);
    transform: rotate3d(0, 1, 1, -1deg) scale3d(1.05, 1.05, 1) translate(-50%, 0);
    transition: all 0.2s ease-out;
  }
  a:hover .landscape.gre-grid-image img.h-hardleft, a:focus .landscape.gre-grid-image img.h-hardleft, a:active .landscape.gre-grid-image img.h-hardleft, a:hover .gre-grid-image img.h-hardleft.landscape, a:focus .gre-grid-image img.h-hardleft.landscape, a:active .gre-grid-image img.h-hardleft.landscape {
    -webkit-transform: rotate3d(0, 1, 1, -1deg) scale3d(1.05, 1.05, 1) translate(0, 0);
    transform: rotate3d(0, 1, 1, -1deg) scale3d(1.05, 1.05, 1) translate(0, 0);
  }
  a:hover .landscape.gre-grid-image img.h-left, a:focus .landscape.gre-grid-image img.h-left, a:active .landscape.gre-grid-image img.h-left, a:hover .gre-grid-image img.h-left.landscape, a:focus .gre-grid-image img.h-left.landscape, a:active .gre-grid-image img.h-left.landscape {
    -webkit-transform: rotate3d(0, 1, 1, -1deg) scale3d(1.05, 1.05, 1) translate(-15%, 0);
    transform: rotate3d(0, 1, 1, -1deg) scale3d(1.05, 1.05, 1) translate(-15%, 0);
  }
  a:hover .landscape.gre-grid-image img.h-right, a:focus .landscape.gre-grid-image img.h-right, a:active .landscape.gre-grid-image img.h-right, a:hover .gre-grid-image img.h-right.landscape, a:focus .gre-grid-image img.h-right.landscape, a:active .gre-grid-image img.h-right.landscape {
    -webkit-transform: rotate3d(0, 1, 1, -1deg) scale3d(1.05, 1.05, 1) translate(-85%, 0);
    transform: rotate3d(0, 1, 1, -1deg) scale3d(1.05, 1.05, 1) translate(-85%, 0);
  }
  a:hover .landscape.gre-grid-image img.h-hardright, a:focus .landscape.gre-grid-image img.h-hardright, a:active .landscape.gre-grid-image img.h-hardright, a:hover .gre-grid-image img.h-hardright.landscape, a:focus .gre-grid-image img.h-hardright.landscape, a:active .gre-grid-image img.h-hardright.landscape {
    -webkit-transform: rotate3d(0, 1, 1, -1deg) scale3d(1.05, 1.05, 1) translate(-100%, 0);
    transform: rotate3d(0, 1, 1, -1deg) scale3d(1.05, 1.05, 1) translate(-100%, 0);
  }
}

@media print, screen and (min-width: 53.75em) {
  a:hover .portrait.gre-grid-image img, a:focus .portrait.gre-grid-image img, a:active .portrait.gre-grid-image img, a:hover .gre-grid-image img.portrait, a:focus .gre-grid-image img.portrait, a:active .gre-grid-image img.portrait {
    -webkit-transform: rotate3d(0, 1, 1, -1deg) scale3d(1.05, 1.05, 1) translate(0, -50%);
    transform: rotate3d(0, 1, 1, -1deg) scale3d(1.05, 1.05, 1) translate(0, -50%);
    transition: all 0.2s ease-out;
  }
  a:hover .portrait.gre-grid-image img.v-hardtop, a:focus .portrait.gre-grid-image img.v-hardtop, a:active .portrait.gre-grid-image img.v-hardtop, a:hover .gre-grid-image img.v-hardtop.portrait, a:focus .gre-grid-image img.v-hardtop.portrait, a:active .gre-grid-image img.v-hardtop.portrait {
    -webkit-transform: rotate3d(0, 1, 1, -1deg) scale3d(1.05, 1.05, 1) translate(0, 0);
    transform: rotate3d(0, 1, 1, -1deg) scale3d(1.05, 1.05, 1) translate(0, 0);
  }
  a:hover .portrait.gre-grid-image img.v-top, a:focus .portrait.gre-grid-image img.v-top, a:active .portrait.gre-grid-image img.v-top, a:hover .gre-grid-image img.v-top.portrait, a:focus .gre-grid-image img.v-top.portrait, a:active .gre-grid-image img.v-top.portrait {
    -webkit-transform: rotate3d(0, 1, 1, -1deg) scale3d(1.05, 1.05, 1) translate(0, -15%);
    transform: rotate3d(0, 1, 1, -1deg) scale3d(1.05, 1.05, 1) translate(0, -15%);
  }
  a:hover .portrait.gre-grid-image img.v-bottom, a:focus .portrait.gre-grid-image img.v-bottom, a:active .portrait.gre-grid-image img.v-bottom, a:hover .gre-grid-image img.v-bottom.portrait, a:focus .gre-grid-image img.v-bottom.portrait, a:active .gre-grid-image img.v-bottom.portrait {
    -webkit-transform: rotate3d(0, 1, 1, -1deg) scale3d(1.05, 1.05, 1) translate(0, -85%);
    transform: rotate3d(0, 1, 1, -1deg) scale3d(1.05, 1.05, 1) translate(0, -85%);
  }
  a:hover .portrait.gre-grid-image img.v-hardbottom, a:focus .portrait.gre-grid-image img.v-hardbottom, a:active .portrait.gre-grid-image img.v-hardbottom, a:hover .gre-grid-image img.v-hardbottom.portrait, a:focus .gre-grid-image img.v-hardbottom.portrait, a:active .gre-grid-image img.v-hardbottom.portrait {
    -webkit-transform: rotate3d(0, 1, 1, -1deg) scale3d(1.05, 1.05, 1) translate(0, -100%);
    transform: rotate3d(0, 1, 1, -1deg) scale3d(1.05, 1.05, 1) translate(0, -100%);
  }
}

a:hover .gre-grid-image, a:focus .gre-grid-image, a:active .gre-grid-image {
  overflow: hidden;
}

.gre-open-days, .gre-subsection-content.boxed, .gre-subsection-content.gre-section-navigation, .gre-grid-item, .gre-adbox, .gre-ad-box, .gre-journey-box, .gre-article-box, html .gre-people-listing.gre-people-short .gre-people-item, .gre-listing.gre-people-short .gre-people-item, .gre-people-short.gre-research-listing .gre-people-item, .gre-people-short.gre-search-results .gre-people-item, .gre-people-short.gre-article-listing .gre-people-item, .gre-list-item, .gre-subsection-content.gre-section-navigation2 h3, .gre-subsection-content.gre-section-navigation2 .sq-form-section-title, .gre-subsection-content.gre-section-navigation2 ul.gre-list-group, .tabs, .tabs .tabs-title, .tabs .fb-tabs-title, .gre-accented .tabs .tabs-title {
  border: 1px solid #ccc;
}

.gre-accented a:hover, .gre-accented a:focus, .gre-accented a:active {
  border-bottom: 0.075em solid;
  line-height: 1.075;
}

/*=== ICONOGRAPHY ===*/
.gre-icon-list {
  list-style-type: none;
  margin-left: 0;
  margin-right: 1.5rem;
  margin-bottom: 2rem;
}

.gre-icon-list li {
  margin-left: 2.5rem;
  margin-right: 1rem;
  margin-bottom: 0.75rem;
}

.gre-icon-list li i:first-child {
  margin-left: -2rem;
  margin-right: 0.75rem;
}

p i.fa, h1 i.fa, h2 i.fa, h3 i.fa, .sq-form-section-title i.fa, h4 i.fa, h5 i.fa, li i.fa, p i.fab, h1 i.fab, h2 i.fab, h3 i.fab, .sq-form-section-title i.fab, h4 i.fab, h5 i.fab, li i.fab, p i.fad, h1 i.fad, h2 i.fad, h3 i.fad, .sq-form-section-title i.fad, h4 i.fad, h5 i.fad, li i.fad, p i.fal, h1 i.fal, h2 i.fal, h3 i.fal, .sq-form-section-title i.fal, h4 i.fal, h5 i.fal, li i.fal, p i.far, h1 i.far, h2 i.far, h3 i.far, .sq-form-section-title i.far, h4 i.far, h5 i.far, li i.far, p i.fas, h1 i.fas, h2 i.fas, h3 i.fas, .sq-form-section-title i.fas, h4 i.fas, h5 i.fas, li i.fas, p i.alert:before, h1 i.alert:before, h2 i.alert:before, h3 i.alert:before, .sq-form-section-title i.alert:before, h4 i.alert:before, h5 i.alert:before, li i.alert:before, p i.warning:before, h1 i.warning:before, h2 i.warning:before, h3 i.warning:before, .sq-form-section-title i.warning:before, h4 i.warning:before, h5 i.warning:before, li i.warning:before, p i.accessibility:before, h1 i.accessibility:before, h2 i.accessibility:before, h3 i.accessibility:before, .sq-form-section-title i.accessibility:before, h4 i.accessibility:before, h5 i.accessibility:before, li i.accessibility:before, p i.calendar:before, h1 i.calendar:before, h2 i.calendar:before, h3 i.calendar:before, .sq-form-section-title i.calendar:before, h4 i.calendar:before, h5 i.calendar:before, li i.calendar:before, p i.query:before, h1 i.query:before, h2 i.query:before, h3 i.query:before, .sq-form-section-title i.query:before, h4 i.query:before, h5 i.query:before, li i.query:before {
  margin-right: 0.25em;
}

p i.fa.first-child, h1 i.fa.first-child, h2 i.fa.first-child, h3 i.fa.first-child, .sq-form-section-title i.fa.first-child, h4 i.fa.first-child, h5 i.fa.first-child, li i.fa.first-child, p i.fab.first-child, h1 i.fab.first-child, h2 i.fab.first-child, h3 i.fab.first-child, .sq-form-section-title i.fab.first-child, h4 i.fab.first-child, h5 i.fab.first-child, li i.fab.first-child, p i.fad.first-child, h1 i.fad.first-child, h2 i.fad.first-child, h3 i.fad.first-child, .sq-form-section-title i.fad.first-child, h4 i.fad.first-child, h5 i.fad.first-child, li i.fad.first-child, p i.fal.first-child, h1 i.fal.first-child, h2 i.fal.first-child, h3 i.fal.first-child, .sq-form-section-title i.fal.first-child, h4 i.fal.first-child, h5 i.fal.first-child, li i.fal.first-child, p i.far.first-child, h1 i.far.first-child, h2 i.far.first-child, h3 i.far.first-child, .sq-form-section-title i.far.first-child, h4 i.far.first-child, h5 i.far.first-child, li i.far.first-child, p i.fas.first-child, h1 i.fas.first-child, h2 i.fas.first-child, h3 i.fas.first-child, .sq-form-section-title i.fas.first-child, h4 i.fas.first-child, h5 i.fas.first-child, li i.fas.first-child, p i.first-child.alert:before, h1 i.first-child.alert:before, h2 i.first-child.alert:before, h3 i.first-child.alert:before, .sq-form-section-title i.first-child.alert:before, h4 i.first-child.alert:before, h5 i.first-child.alert:before, li i.first-child.alert:before, p i.first-child.warning:before, h1 i.first-child.warning:before, h2 i.first-child.warning:before, h3 i.first-child.warning:before, .sq-form-section-title i.first-child.warning:before, h4 i.first-child.warning:before, h5 i.first-child.warning:before, li i.first-child.warning:before, p i.first-child.accessibility:before, h1 i.first-child.accessibility:before, h2 i.first-child.accessibility:before, h3 i.first-child.accessibility:before, .sq-form-section-title i.first-child.accessibility:before, h4 i.first-child.accessibility:before, h5 i.first-child.accessibility:before, li i.first-child.accessibility:before, p i.first-child.calendar:before, h1 i.first-child.calendar:before, h2 i.first-child.calendar:before, h3 i.first-child.calendar:before, .sq-form-section-title i.first-child.calendar:before, h4 i.first-child.calendar:before, h5 i.first-child.calendar:before, li i.first-child.calendar:before, p i.first-child.query:before, h1 i.first-child.query:before, h2 i.first-child.query:before, h3 i.first-child.query:before, .sq-form-section-title i.first-child.query:before, h4 i.first-child.query:before, h5 i.first-child.query:before, li i.first-child.query:before {
  margin-left: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*====== HEADERS ======*/
/*== Header underlines ==*/
@keyframes pinkBorder {
  0% {
    border-bottom-color: #ccc;
  }
  100% {
    border-bottom: 2px solid #060360;
  }
}

@media print, screen and (min-width: 53.75em) {
  h1 {
    animation: fadeIn;
    animation-delay: 0;
    animation-duration: 2s;
  }
}

/*== Header underlines END ==*/
/*== Header image END ==*/
.gre-page-header h1.gre-image-page-heading .gre-title-image {
  display: none;
}

@media print, screen and (min-width: 34.375em) {
  .gre-page-header h1.gre-image-page-heading {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    max-width: 80%;
  }
  .gre-page-header h1.gre-image-page-heading .gre-title-image {
    display: block;
    line-height: 3rem;
    flex: 0 0 auto;
    width: auto;
    margin-right: 0.9375rem;
  }
  .gre-page-header h1.gre-image-page-heading .gre-title-text {
    flex: 1 1 0px;
    width: auto;
    margin-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 53.75em) {
  .gre-page-header h1.gre-image-page-heading {
    max-width: 80%;
  }
}

/*== Header image END ==*/
h4, h5,
.h4,
.accordion-content h3,
.accordion-content .sq-form-section-title,
.alert h2,
.warning h2,
.accessibility h2,
.calendar h2,
.query h2,
.aside h2,
.alert h3,
.warning h3,
.accessibility h3,
.calendar h3,
.query h3,
.aside h3,
.alert .sq-form-section-title,
.warning .sq-form-section-title,
.accessibility .sq-form-section-title,
.calendar .sq-form-section-title,
.query .sq-form-section-title,
.aside .sq-form-section-title,
.alert h4,
.warning h4,
.accessibility h4,
.calendar h4,
.query h4,
.aside h4,
.alert h5,
.warning h5,
.accessibility h5,
.calendar h5,
.query h5,
.aside h5, .h5, .accordion-content h4 {
  font-weight: bold;
}

@media print, screen and (min-width: 53.75em) {
  h4, h5,
  .h4,
  .accordion-content h3,
  .accordion-content .sq-form-section-title,
  .alert h2,
  .warning h2,
  .accessibility h2,
  .calendar h2,
  .query h2,
  .aside h2,
  .alert h3,
  .warning h3,
  .accessibility h3,
  .calendar h3,
  .query h3,
  .aside h3,
  .alert .sq-form-section-title,
  .warning .sq-form-section-title,
  .accessibility .sq-form-section-title,
  .calendar .sq-form-section-title,
  .query .sq-form-section-title,
  .aside .sq-form-section-title,
  .alert h4,
  .warning h4,
  .accessibility h4,
  .calendar h4,
  .query h4,
  .aside h4,
  .alert h5,
  .warning h5,
  .accessibility h5,
  .calendar h5,
  .query h5,
  .aside h5, .h5, .accordion-content h4 {
    font-weight: normal;
  }
}

h6, .h6, .accordion-content h5 {
  font-weight: bold;
}

/*
.gre-color-scheme-2 {
  @keyframes pinkBorder {
    100% {
      border-bottom: 2px solid brand(2);
    }
  } 
}
*/
/*== SECTIONS ==*/
section {
  padding-top: 0.9375rem !important;
  padding-right: 0rem !important;
  padding-bottom: 0.46875rem !important;
  padding-left: 0rem !important;
  width: 100%;
  display: inline-block;
  position: relative;
}

section.lead-section {
  padding-top: 0.46875rem !important;
  padding-right: 0rem !important;
  padding-bottom: 0.46875rem !important;
  padding-left: 0rem !important;
}

section.gre-interrupt-video {
  padding-top: 0rem !important;
  padding-right: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important;
}

section.gre-section-sub-footer, section .gre-section-main-footer {
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-bottom: 0.9375rem !important;
  margin-left: 0rem !important;
}

@media print, screen and (min-width: 34.375em) {
  section {
    margin-top: 0.9375rem !important;
    margin-right: 0rem !important;
    margin-bottom: 0.9375rem !important;
    margin-left: 0rem !important;
  }
}

section.gre-accented {
  padding-top: 0.9375rem !important;
  padding-right: 0rem !important;
  padding-bottom: 1.875rem !important;
  padding-left: 0rem !important;
}

@media print, screen and (min-width: 34.375em) {
  section.gre-accented {
    margin-top: 0.9375rem !important;
    margin-right: 0rem !important;
    margin-bottom: 1.875rem !important;
    margin-left: 0rem !important;
  }
}

section.gre-interrupt {
  padding-top: 0.9375rem !important;
  padding-right: 0rem !important;
  padding-bottom: 1.875rem !important;
  padding-left: 0rem !important;
}

@media print, screen and (min-width: 34.375em) {
  section.gre-interrupt {
    padding-top: 0.9375rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0.9375rem !important;
    padding-left: 0rem !important;
  }
}

.gre-section-bordered .grid-container,
hr {
  animation: pinkBorder;
  animation-duration: 2s;
}

div.gre-main-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin: 0 auto;
}

@media print, screen and (min-width: 34.375em) {
  div.gre-main-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

div.gre-main-content {
  display: flex;
  flex-flow: row wrap;
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 34.375em) {
  div.gre-main-content {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

div.gre-page-copy {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 53.75em) {
  div.gre-page-copy {
    float: left;
    width: calc(66.66667% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

div.gre-subnav {
  display: flex;
  flex-flow: column wrap;
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 53.75em) {
  div.gre-subnav {
    float: right;
    width: calc(33.33333% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.gre-column {
  position: relative;
  display: block;
}

@media print, screen and (min-width: 53.75em) {
  .no-nav div.gre-page-copy {
    width: calc(91.66667% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

@media screen and (min-width: 65em) {
  .no-nav div.gre-page-copy {
    width: calc(83.33333% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

/*
.no-nav div.gre-page-copy {
  @include breakpoint(large) {
    @include xy-cell(12);

    & > div {
      @include xy-cell(10);
      @include xy-cell-offset(1);
      @include xy-grid;
      @include xy-gutters($negative: true);

      @include breakpoint(xlarge) {
        @include xy-cell(8);
      }

      &.gre-grid, &.breakout {
        //@extend %breakout;
      }
    }
  }

  @include breakpoint(xlarge) {
    & > div {
      @include xy-cell(8);
    }
  }
}
*/
/*== LAYOUT ==*/
.gre-scroll-overflow {
  overflow-x: auto;
}

table.gre-plain-table td, table.gre-plain-table th, .gre-plain-table table td, .gre-plain-table table th, table.gre-info-table, .gre-info-table table, .gre-fixed-footer .button.light, .gre-accented .button.light, .gre-prog-header-box {
  border-width: 1px;
  border-style: solid;
}

.gre-divider-top:before, .gre-divider-both:before {
  content: " ";
  display: block;
  border-top: 2px solid #ccc;
  margin: 0 auto 1.875rem auto;
  width: 25%;
  margin-left: auto;
  margin-right: auto;
}

.gre-divider-bottom:after, .gre-divider-both:after {
  content: " ";
  display: block;
  border-bottom: 2px solid #ccc;
  margin: 1.875rem auto 0 auto;
  width: 25%;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 53.75em) {
  .gre-two-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
  .gre-two-columns div, .gre-two-columns dl, .gre-two-columns a, .gre-two-columns li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
}

@media print, screen and (min-width: 53.75em) {
  .gre-two-columns.gre-break-columns div, .gre-two-columns.gre-break-columns dl, .gre-two-columns.gre-break-columns a, .gre-two-columns.gre-break-columns li {
    float: none !important;
    /* IE will ignore break-inside if there is a float say what */
    -webkit-column-break-inside: auto;
    page-break-inside: auto;
    break-inside: auto;
  }
}

@media print, screen and (min-width: 53.75em) {
  .gre-three-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
  .gre-three-columns div, .gre-three-columns dl, .gre-three-columns a, .gre-three-columns li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
}

@media print, screen and (min-width: 53.75em) {
  .gre-three-columns.gre-break-columns div, .gre-three-columns.gre-break-columns dl, .gre-three-columns.gre-break-columns a, .gre-three-columns.gre-break-columns li {
    float: none !important;
    /* IE will ignore break-inside if there is a float say what */
    -webkit-column-break-inside: auto;
    page-break-inside: auto;
    break-inside: auto;
  }
}

/* Flex adjustments */
.align-self-left {
  margin-left: 0;
  margin-right: auto !important;
}

.align-self-right {
  margin-right: 0;
  margin-left: auto !important;
}

div.gre-columns {
  display: flex;
  flex-flow: row wrap;
}

div.gre-columns > div {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 34.375em) {
  div.gre-columns > div {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}

@media screen and (min-width: 53.75em) and (max-width: 64.9375em) {
  div.gre-columns > div {
    width: calc(50% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
  div.gre-columns > div:nth-of-type(3n+1) {
    width: calc(100% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

@media screen and (min-width: 65em) {
  div.gre-columns > div {
    width: calc(33.33333% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.bottom-border, .gre-page-header {
  border-bottom: 2px solid #ccc;
}

/*== ELEMENTS ==*/
a[href^="mailto:"] {
  word-break: break-all;
  display: inline-block;
}

/*
.gre-search-box {
  select {
    width: auto;
    @include margin (0,0.5,0,0.5);
//    @include padding(0.5,0.5,0.5,0.5);

// Select arrow is added by foundation
      -webkit-appearance: none;
      -moz-appearance: none;
      -o-appearance: none;
      appearance: none;
    /*
      margin-left: $global-margin/2;
      margin-right: $global-margin/2;
      margin-bottom: 0;
    */
/*
  }

  .gre-search-box-selector {
    margin-bottom: $global-margin/2;        
  }
}

*/
/* Tables */
th, td {
  border: none;
}

th.col-header, table.gre-info-table thead th, .gre-info-table table thead th {
  text-align: center;
}

th {
  text-align: left;
}

th.col-header, table.gre-info-table thead th, .gre-info-table table thead th {
  background: #39478c !important;
  color: #fff !important;
}

.gre-accented th.col-header .has-tip, .gre-accented table.gre-info-table thead th .has-tip, table.gre-info-table thead .gre-accented th .has-tip, .gre-accented .gre-info-table table thead th .has-tip, .gre-info-table table thead .gre-accented th .has-tip {
  border-color: inherit;
}

.gre-accented.dark th.col-header, .gre-accented.dark table.gre-info-table thead th, table.gre-info-table thead .gre-accented.dark th, .gre-accented.dark .gre-info-table table thead th, .gre-info-table table thead .gre-accented.dark th {
  background: #606eb2 !important;
  color: #fff !important;
}

table.gre-plain-table tr:nth-child(n), .gre-plain-table table tr:nth-child(n) {
  background-color: white;
}

/* Search */
.gre-search-box .input-group {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  display: flex;
  flex-flow: row wrap;
  /*
    label.gre-search-keywords {
      @include xy-cell(full, true, 0.5rem, margin, top bottom left right);
    }
    label.gre-search-options {
      @include xy-cell(auto, true, 0.5rem, margin, top bottom left right);
    }
    @include breakpoint(large) { // stay at full
      label.gre-search-keywords {
        @include xy-cell(full, true, 0.5rem, margin, top bottom left right);
      }
    }
    @include breakpoint(xlarge) {
      label.gre-search-keywords {
        @include xy-cell(auto, true, 0.5rem, margin, top bottom left right);
      }
    }
  }
*/
  /*
  label.gre-search-keywords {
    @include xy-cell(full, true, 0.5rem, padding, top bottom left right);
  }
  label.gre-search-options {
    @include xy-cell(auto, true, 0.5rem, padding, top bottom left right);
    select {
      padding-right: 0 !important;
    }
  }
  button {
    @include xy-cell(shrink, true, 0.5rem, margin, top bottom left right);
    @include padding(0,0.5,0,0.5);
  }

  @include breakpoint(large) {
    label.gre-search-keywords {
      @include xy-cell(auto, true, 0.5rem, padding, top bottom left right);
    }
    label.gre-search-options {
      @include xy-cell(shrink, true, 0.5rem, padding, top bottom left right);
    }
    button {
      @include padding(0,1,0,1);
    }
  }

*/
  /*
  @include breakpoint(xlarge) {
    label.gre-search-keywords {
      @include xy-cell(9, true, 0.5rem, padding, top bottom left right);
    }
  }
  */
}

.gre-search-box .input-group input, .gre-search-box .input-group select, .gre-search-box .input-group button {
  margin: 0;
  height: 3rem;
}

.gre-search-box .input-group label.gre-search-keywords {
  flex: 1 1 0px;
  width: auto;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.gre-search-box .input-group label.gre-search-options {
  /* Placed in non-filter version just in case */
  flex: 0 0 auto;
  width: auto;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  order: 99;
}

.gre-search-box .input-group label.gre-search-options .selectboxit-container {
  border-bottom: none;
  margin-top: 0;
}

.gre-search-box .input-group label.gre-search-options .selectboxit-container .selectboxit-btn {
  border: 1px solid #909090;
  height: 3rem;
  padding: .25rem;
  background-color: #fff;
  color: #2e2e2e;
}

.gre-search-box .input-group label.gre-search-options .selectboxit-container .selectboxit-btn.selectboxit-focus, .gre-search-box .input-group label.gre-search-options .selectboxit-container .selectboxit-btn.selectboxit-hover {
  outline: none;
  border: 1px solid #2e2e2e;
  background-color: #fff;
  box-shadow: 0 0 12px #606eb2;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

.gre-search-box .input-group label.gre-search-options .selectboxit-container .selectboxit-list {
  background-color: #fff;
  border: 1px solid #909090;
}

.gre-search-box .input-group button {
  flex: 0 0 auto;
  width: auto;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  padding-top: 0rem !important;
  padding-right: 0.46875rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0.46875rem !important;
}

@media print, screen and (min-width: 53.75em) {
  .gre-search-box .input-group button {
    padding-top: 0rem !important;
    padding-right: 0.9375rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0.9375rem !important;
  }
}

.gre-search-box .input-group.with-filter label.gre-search-keywords {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 0.5rem);
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.gre-search-box .input-group.with-filter label.gre-search-options {
  flex: 1 1 0px;
  width: auto;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  order: 0;
}

@media screen and (min-width: 65em) {
  .gre-search-box .input-group.with-filter label.gre-search-keywords {
    flex: 1 1 0px;
    width: auto;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .gre-search-box .input-group.with-filter label.gre-search-options {
    flex: 0 0 auto;
    width: auto;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
}

.gre-search-box .input-group.with-filters label.gre-search-keywords {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 0.5rem);
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.gre-search-box .input-group.with-filters label.gre-search-options {
  flex: 1 1 0px;
  width: auto;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  order: 0;
}

@media screen and (min-width: 65em) {
  .gre-search-box .input-group.with-filters label.gre-search-keywords {
    flex: 1 1 0px;
    width: auto;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .gre-search-box .input-group.with-filters label.gre-search-options {
    flex: 0 0 auto;
    width: auto;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
}

@media print, screen and (min-width: 53.75em) {
  .gre-interrupt .gre-search-box .input-group.with-filter label.gre-search-keywords {
    flex: 1 1 0px;
    width: auto;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .gre-interrupt .gre-search-box .input-group.with-filter label.gre-search-options {
    flex: 0 0 auto;
    width: auto;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
}

.gre-search-box .input-group .grid-x {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.gre-search-box .input-group .grid-x .cell {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.gre-search-box .input-group .grid-x input, .gre-search-box .input-group .grid-x select, .gre-search-box .input-group .grid-x button {
  margin: 0 !important;
}

@media print, screen and (min-width: 34.375em) {
  .gre-min-cell-width {
    min-width: 20rem;
  }
}

.gre-no-bottom-margin {
  margin-bottom: 0;
}

input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #2e2e2e;
  opacity: 1;
  /* Firefox */
}

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #2e2e2e;
}

input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #2e2e2e;
}

h1 {
  font-family: "Oswald", sans-serif;
}

h2, .gre-staff-development-form h4, h4 {
  color: #060360;
}

h2 b, .gre-staff-development-form h4 b, h2 strong, .gre-staff-development-form h4 strong, h2 i, .gre-staff-development-form h4 i, h2 em, .gre-staff-development-form h4 em, h3 b, .sq-form-section-title b, h3 strong, .sq-form-section-title strong, h3 i, .sq-form-section-title i, h3 em, .sq-form-section-title em, h4 b, h4 strong, h4 i, h4 em, h5 b, h5 strong, h5 i, h5 em {
  font-weight: 400;
  font-style: normal;
}

header {
  margin-bottom: 0.9375rem;
}

header .grid-container {
  position: relative;
  padding-top: 0rem !important;
  padding-right: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important;
}

.gre-page-header {
  margin-top: 0.9375rem !important;
  margin-right: 0rem !important;
  margin-bottom: 0rem !important;
  margin-left: 0rem !important;
}

.gre-page-header h1 {
  border-bottom: 2px solid #060360;
  display: inline-block;
  margin: 0 0 -2px 0;
  padding-top: 0.9375rem !important;
  padding-right: 0rem !important;
  padding-bottom: 1.40625rem !important;
  padding-left: 0.9375rem !important;
  line-height: 1.2;
  max-width: 80%;
}

.gre-page-header h1.gre-long-title {
  /************************************/
  /*
  USE THIS WHEN RATIONALISING HEADER STYLES
  AT THE MOMENT IT IS A BIT DESTRUCTIVE...
        @each $size, $headers in $header-styles {
          @include breakpoint($size) {
              @each $header, $header-defs in $headers {
                $font-size-temp: 1rem;
                @if $header=="h1" and map-has-key($header-defs, font-size)  {

                  $font-size-temp: rem-calc(map-get($header-defs, font-size));
                  font-size: $font-size-temp*$long-title-factor;
                }
              }
            }
          }
*/
  /************************************/
}

.gre-page-header.gre-banner {
  border-bottom: none;
}

.gre-page-header.gre-banner h1 {
  border-bottom: none;
}

.gre-page-header.gre-banner .gre-accented {
  padding-top: 0rem !important;
  padding-right: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important;
}

@media screen and (min-width: 65em) {
  .gre-page-header.gre-banner .gre-banner-image {
    height: 480px;
    overflow: hidden;
  }
}

@media screen and (min-width: 65em) {
  .gre-page-header.gre-banner .gre-banner-image > img {
    margin-top: -55px;
  }
}

.gre-page-header img.gre-page-banner {
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-bottom: 0rem !important;
  margin-left: 0rem !important;
}

.gre-page-header div.gre-header-content {
  bottom: 1.875rem;
  margin-top: -2.8125rem !important;
  margin-right: 0rem !important;
  margin-bottom: 0.46875rem !important;
  margin-left: 0rem !important;
  padding-top: 0.9375rem !important;
  padding-right: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important;
  width: 100%;
}

@media screen and (min-width: 65em) {
  .gre-page-header div.gre-header-content {
    position: absolute;
    margin-top: 0rem !important;
    margin-right: 0rem !important;
    margin-bottom: 0rem !important;
    margin-left: 0rem !important;
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
  }
}

.gre-page-header div.gre-header-content h1 {
  background: #606eb2;
  color: #fff;
  padding-top: 0.9375rem !important;
  padding-right: 0.9375rem !important;
  padding-bottom: 0.9375rem !important;
  padding-left: 0.9375rem !important;
  margin-bottom: 0;
  max-width: 100%;
  width: 100%;
}

@media screen and (min-width: 65em) {
  .gre-page-header div.gre-header-content h1 {
    max-width: 66%;
    font-size: 4rem;
  }
  .gre-page-header div.gre-header-content h1.gre-long-title {
    font-size: 3rem;
  }
}

/* next two need merging / rationalizing */
header.gre-interrupt-text, .gre-profile-header {
  text-shadow: 0 0 1rem #212121;
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.75);
  background-position: center;
  background-color: #606eb2;
  display: inline-block;
  width: 100%;
  color: #fff;
  background-size: cover;
  padding-top: 3rem;
  padding-bottom: 2rem;
}

header.gre-interrupt-text h1, .gre-profile-header h1 {
  padding-top: 0rem !important;
  padding-right: 0.9375rem !important;
  padding-bottom: 1.40625rem !important;
  padding-left: 0.9375rem !important;
}

@media print, screen and (min-width: 53.75em) {
  header.gre-interrupt-text h1, .gre-profile-header h1 {
    font-size: 5rem;
    padding-top: 0.9375rem !important;
    padding-right: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
    padding-left: 0.9375rem !important;
  }
  header.gre-interrupt-text h1.gre-long-title, .gre-profile-header h1.gre-long-title {
    font-size: 4rem;
  }
}

header.gre-interrupt-text p, .gre-profile-header p {
  padding-left: 0.9375rem !important;
  padding-right: 0.9375rem !important;
}

@media print, screen and (min-width: 53.75em) {
  header.gre-interrupt-text p, .gre-profile-header p {
    font-size: 1.62rem;
  }
}

header.gre-interrupt-text.no-padding, .no-padding.gre-profile-header {
  padding-top: 0;
  padding-bottom: 0;
}

.gre-curated .grid-container h1 {
  padding-top: 0rem !important;
  padding-right: 0.9375rem !important;
  padding-bottom: 1.40625rem !important;
  padding-left: 0.9375rem !important;
}

@media print, screen and (min-width: 53.75em) {
  .gre-curated h1 {
    font-size: 5rem;
    padding-top: 0.9375rem !important;
    padding-right: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
    padding-left: 0.9375rem !important;
  }
  .gre-curated h1.gre-long-title {
    font-size: 4rem;
  }
}

.gre-curated .gre-page-header.gre-banner header .grid-container h1 {
  padding-top: 0.9375rem !important;
  padding-right: 0.9375rem !important;
  padding-bottom: 1.40625rem !important;
  padding-left: 0.9375rem !important;
}

@media screen and (min-width: 77.5em) {
  .gre-site-context {
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0.46875rem !important;
    padding-left: 0rem !important;
  }
  .gre-site-context {
    padding-top: 0.9375rem !important;
    padding-right: 0.9375rem !important;
    padding-bottom: 0.46875rem !important;
    padding-left: 0rem !important;
  }
}

.gre-site-context {
  font-family: "Oswald", sans-serif;
  font-size: 1.6em;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  padding-top: 0rem !important;
  padding-right: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0.9375rem !important;
  margin-top: 0.9375rem !important;
  margin-right: 0.9375rem !important;
  margin-bottom: 0.46875rem !important;
  margin-left: 0rem !important;
  color: #909090;
}

.gre-site-context a {
  color: inherit;
}

.gre-site-context.alt {
  color: #fff;
  position: absolute;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

/*
h1 span {
  display: inline-block;
  padding-top: $global-padding;
  padding-bottom: $global-padding;
}
*/
.button {
  background: #606eb2 !important;
  color: #fff !important;
  text-decoration: none !important;
}

.button:hover, .button:focus, .button:active {
  background: #2e2e2e !important;
  color: #fff !important;
  text-decoration: none !important;
}

.button.light {
  background: #e4e7f2 !important;
  color: #060360 !important;
}

.button.dark {
  background: #060360 !important;
  color: #fff !important;
}

.gre-fixed-footer .button.light i.fa, .gre-fixed-footer .button.light i.fab, .gre-fixed-footer .button.light i.fad, .gre-fixed-footer .button.light i.fal, .gre-fixed-footer .button.light i.far, .gre-fixed-footer .button.light i.fas, .gre-fixed-footer .button.light i.alert:before, .gre-fixed-footer .button.light i.warning:before, .gre-fixed-footer .button.light i.accessibility:before, .gre-fixed-footer .button.light i.calendar:before, .gre-fixed-footer .button.light i.query:before, .gre-accented .button.light i.fa, .gre-accented .button.light i.fab, .gre-accented .button.light i.fad, .gre-accented .button.light i.fal, .gre-accented .button.light i.far, .gre-accented .button.light i.fas, .gre-accented .button.light i.alert:before, .gre-accented .button.light i.warning:before, .gre-accented .button.light i.accessibility:before, .gre-accented .button.light i.calendar:before, .gre-accented .button.light i.query:before {
  height: calc(3rem - 2px);
  margin-left: calc(1px - 1rem);
}

.gre-accented.dark .button.dark {
  border-color: inherit;
}

.button.variant {
  background: #00c499 !important;
  color: #060360 !important;
}

.button.variant:hover, .button.variant:focus, .button.variant:active, .button.light:hover, .button.light:focus, .button.light:active, .button.dark:hover, .button.dark:focus, .button.dark:active {
  background: #2e2e2e !important;
  color: #fff !important;
}

.button.variant i:hover, .button.variant i:focus, .button.variant i:active, .button.light i:hover, .button.light i:focus, .button.light i:active, .button.dark i:hover, .button.dark i:focus, .button.dark i:active {
  background: inherit;
}

.button.active {
  background: #2e2e2e !important;
  color: #fff !important;
}

.button.active i {
  background: #2e2e2e !important;
  color: #fff !important;
}

.button.gre-icon-button {
  height: 4rem;
  font-size: 2em;
  line-height: 2;
  padding: 0;
}

/* CTA button icon shade */
.gre-cta a.button {
  height: 3rem;
  line-height: 3rem;
  padding-top: 0rem !important;
  padding-right: 0.9375rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0.9375rem !important;
  margin-top: 0.9375rem !important;
  margin-right: 0.9375rem !important;
  margin-bottom: 0rem !important;
  margin-left: 0rem !important;
  border: none;
}

.gre-cta a.button i.fa, .gre-cta a.button i.fab, .gre-cta a.button i.fad, .gre-cta a.button i.fal, .gre-cta a.button i.far, .gre-cta a.button i.fas, .gre-cta a.button i.alert:before, .gre-cta a.button i.warning:before, .gre-cta a.button i.accessibility:before, .gre-cta a.button i.calendar:before, .gre-cta a.button i.query:before {
  font-size: 1.2rem;
  vertical-align: top;
  height: 3rem;
  width: 3rem;
  margin: 0 1rem 0 -1rem;
  background: #39478c;
  line-height: 3rem;
}

.gre-cta a.button.long-title {
  font-size: 1rem;
}

.gre-cta a.button.light i.fa, .gre-cta a.button.light i.fab, .gre-cta a.button.light i.fad, .gre-cta a.button.light i.fal, .gre-cta a.button.light i.far, .gre-cta a.button.light i.fas, .gre-cta a.button.light i.alert:before, .gre-cta a.button.light i.warning:before, .gre-cta a.button.light i.accessibility:before, .gre-cta a.button.light i.calendar:before, .gre-cta a.button.light i.query:before {
  background: #acb7de;
}

.gre-cta a.button.variant i.fa, .gre-cta a.button.variant i.fab, .gre-cta a.button.variant i.fad, .gre-cta a.button.variant i.fal, .gre-cta a.button.variant i.far, .gre-cta a.button.variant i.fas, .gre-cta a.button.variant i.alert:before, .gre-cta a.button.variant i.warning:before, .gre-cta a.button.variant i.accessibility:before, .gre-cta a.button.variant i.calendar:before, .gre-cta a.button.variant i.query:before {
  background: #00785d;
  color: white;
}

.gre-cta a.button.dark i.fa, .gre-cta a.button.dark i.fab, .gre-cta a.button.dark i.fad, .gre-cta a.button.dark i.fal, .gre-cta a.button.dark i.far, .gre-cta a.button.dark i.fas, .gre-cta a.button.dark i.alert:before, .gre-cta a.button.dark i.warning:before, .gre-cta a.button.dark i.accessibility:before, .gre-cta a.button.dark i.calendar:before, .gre-cta a.button.dark i.query:before {
  background: #110ca4;
}

.gre-cta a.button.icon-only {
  padding-top: 0rem !important;
  padding-right: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0.9375rem !important;
}

.gre-cta a.button.icon-only i.fa, .gre-cta a.button.icon-only i.fab, .gre-cta a.button.icon-only i.fad, .gre-cta a.button.icon-only i.fal, .gre-cta a.button.icon-only i.far, .gre-cta a.button.icon-only i.fas, .gre-cta a.button.icon-only i.alert:before, .gre-cta a.button.icon-only i.warning:before, .gre-cta a.button.icon-only i.accessibility:before, .gre-cta a.button.icon-only i.calendar:before, .gre-cta a.button.icon-only i.query:before {
  margin-right: 0 !important;
}

.gre-accented.variant .gre-cta a.button i.fa, .gre-accented.variant .gre-cta a.button i.fab, .gre-accented.variant .gre-cta a.button i.fad, .gre-accented.variant .gre-cta a.button i.fal, .gre-accented.variant .gre-cta a.button i.far, .gre-accented.variant .gre-cta a.button i.fas, .gre-accented.variant .gre-cta a.button i.alert:before, .gre-accented.variant .gre-cta a.button i.warning:before, .gre-accented.variant .gre-cta a.button i.accessibility:before, .gre-accented.variant .gre-cta a.button i.calendar:before, .gre-accented.variant .gre-cta a.button i.query:before {
  background: #1e285a;
}

.gre-accented.variant .gre-cta a.button.light i.fa, .gre-accented.variant .gre-cta a.button.light i.fab, .gre-accented.variant .gre-cta a.button.light i.fad, .gre-accented.variant .gre-cta a.button.light i.fal, .gre-accented.variant .gre-cta a.button.light i.far, .gre-accented.variant .gre-cta a.button.light i.fas, .gre-accented.variant .gre-cta a.button.light i.alert:before, .gre-accented.variant .gre-cta a.button.light i.warning:before, .gre-accented.variant .gre-cta a.button.light i.accessibility:before, .gre-accented.variant .gre-cta a.button.light i.calendar:before, .gre-accented.variant .gre-cta a.button.light i.query:before {
  background: #acb7de;
}

.gre-accented.variant .gre-cta a.button.variant i.fa, .gre-accented.variant .gre-cta a.button.variant i.fab, .gre-accented.variant .gre-cta a.button.variant i.fad, .gre-accented.variant .gre-cta a.button.variant i.fal, .gre-accented.variant .gre-cta a.button.variant i.far, .gre-accented.variant .gre-cta a.button.variant i.fas, .gre-accented.variant .gre-cta a.button.variant i.alert:before, .gre-accented.variant .gre-cta a.button.variant i.warning:before, .gre-accented.variant .gre-cta a.button.variant i.accessibility:before, .gre-accented.variant .gre-cta a.button.variant i.calendar:before, .gre-accented.variant .gre-cta a.button.variant i.query:before {
  background: #00785d;
  color: #fff;
}

.gre-accented .gre-cta a.button.light {
  border-color: inherit;
}

.gre-accented.dark .gre-cta a.button.dark {
  border-color: #fff;
}

.lead, lead, .gre-page-body .gre-page-lead {
  margin-bottom: 0.9375rem;
}

@media print, screen and (min-width: 34.375em) {
  .lead-section .lead, .lead-section lead, .lead-section .gre-page-body .gre-page-lead, .gre-page-body .lead-section .gre-page-lead {
    font-size: 1.8em;
  }
}

.lead p, lead p, .gre-page-body .gre-page-lead p {
  margin-bottom: 0;
}

iframe {
  max-width: 100% !important;
}

.gre-page-body {
  margin-top: 0 !important;
}

/*
.gre-search-box {
  @include breakpoint(medium) {
    padding: $global-padding;
  }
}
*/
.gre-search-links {
  font-size: 0.875em;
}

.gre-search-links ul {
  display: inline;
  margin-left: 0;
}

.gre-search-links ul li {
  display: inline;
  list-style-type: none;
  border-left: 1px solid #ccc;
  padding: 0 1rem;
  margin: 0;
  white-space: nowrap;
}

.gre-search-links ul li:first-child {
  border-left: none;
}

.gre-search-box .ui-autocomplete-input {
  margin-bottom: 0;
  padding: 0 0.5rem;
}

.gre-wide .gre-search-box .ui-autocomplete-input {
  width: 85%;
}

ul.ui-autocomplete {
  z-index: 100;
}

.gre-open-days {
  font-size: 0.875em;
  padding: 0.46875em;
}

.gre-open-days h3, .gre-open-days .sq-form-section-title {
  font-size: 1.3125rem;
}

.gre-fa-icon {
  min-height: 4rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.gre-fa-icon .fa-calendar {
  position: relative;
}

.gre-fa-icon .day, .gre-fa-icon .month {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background: inherit !important;
  font-family: "Lato", Helvetica, Arial, sans-serif;
}

.gre-fa-icon .day {
  margin-top: 1.5rem;
  font-size: 1.5em;
  font-weight: 900;
}

.gre-fa-icon .month {
  margin-top: 3.1rem;
  font-size: 1rem;
  text-transform: uppercase;
}

.gre-fa-icon abbr {
  border-bottom: none;
}

hr {
  border-bottom: 2px solid #ccc;
}

.gre-accented.dark hr, .gre-accented.variant hr {
  border-color: inherit !important;
  border-weight: 1px !important;
}

.gre-subsection-content {
  margin-bottom: 0.9375rem;
}

.gre-subsection-content.boxed, .gre-subsection-content.gre-section-navigation {
  padding: 0.46875rem;
}

.gre-subsection-content h3, .gre-subsection-content .sq-form-section-title {
  font-size: 1.3125rem;
}

.gre-subsection-content.gre-section-navigation h3, .gre-subsection-content.gre-section-navigation .sq-form-section-title {
  padding-left: 0.7rem;
}

.gre-people-shout {
  text-align: center;
  border-color: #e4e7f2;
  color: inherit;
  width: 100%;
  display: inline-block;
}

.gre-accented .gre-people-shout {
  border-color: inherit;
}

.gre-people-shout h4 {
  text-decoration: underline;
}

.gre-people-shout:hover, .gre-people-shout:focus, .gre-people-shout:active {
  color: #1d2c75;
  border-color: #1d2c75;
}

.gre-people-shout:hover h4, .gre-people-shout:focus h4, .gre-people-shout:active h4 {
  text-decoration: none;
}

.gre-people-shout:hover .gre-people-shout-image, .gre-people-shout:focus .gre-people-shout-image, .gre-people-shout:active .gre-people-shout-image {
  opacity: 0.5 !important;
}

.gre-people-shout-image {
  height: 200px;
  width: 200px;
  margin: 0 auto;
}

.gre-open-days h4 {
  margin: 0;
}

.gre-open-day-date {
  font-size: 2rem;
  line-height: 2rem;
}

/*
.gre-open-day-date span {
  font-size: 0.75rem;
  line-height: 0.75rem;
  display: block;
  text-transform: uppercase;
}
*/
.gre-open-days-booking-links {
  font-size: 0.875rem;
  margin-bottom: 0.9375rem;
}

.gre-full-width {
  width: 100%;
}

.gre-live-chat .gre-live-chat-options {
  font-size: 0.875rem;
}

.gre-live-chat .gre-live-chat-options span {
  display: inline-block;
  width: 1.25rem;
  text-align: right;
}

.gre-section-bordered {
  border-bottom: 2px solid #ccc;
  margin-bottom: 0;
  padding-bottom: 0;
}

.gre-section-bordered .grid-container {
  border-bottom: 2px solid #060360;
  padding-bottom: 3.75rem;
  margin-bottom: -2px;
}

div.quote, .gre-article-body div.quote, blockquote {
  border-left: 0.75rem solid #00c499;
  padding-top: 1.40625rem !important;
  padding-right: 1.40625rem !important;
  padding-bottom: 0.23438rem !important;
  padding-left: 0.9375rem !important;
  margin-top: 4.21875rem !important;
  margin-right: 0rem !important;
  margin-bottom: 2.8125rem !important;
  margin-left: 0rem !important;
  position: relative;
  quotes: "\201C" "\201D" "\2018" "\2019";
  font-family: Georgia, serif;
  font-style: italic;
  /*
  blockquote {
      margin: 0;
      padding: 0;
      border-left: none;
    p:last-child {
        margin-bottom: 0;
    }
  }

*/
}

div.quote:first-child, blockquote:first-child {
  margin-top: 2.34375rem !important;
  margin-right: 0rem !important;
  margin-bottom: 2.8125rem !important;
  margin-left: 0rem !important;
}

div.quote:before, .gre-article-body div.quote:before, div.quote:after, .gre-article-body div.quote:after, blockquote:before, blockquote:after {
  position: absolute;
  color: #00c499;
  font-family: Times, serif;
  font-style: normal;
}

div.quote:before, .gre-article-body div.quote:before, blockquote:before {
  content: open-quote;
  font-size: 8rem;
  font-weight: 700;
  top: -5rem;
  left: 0.5rem;
}

div.quote:after, .gre-article-body div.quote:after, blockquote:after {
  content: close-quote;
  font-size: 4rem;
  font-weight: 700;
  top: -2rem;
  left: 5rem;
}

.gre-accented div.quote, .gre-accented blockquote {
  border-color: inherit;
  color: inherit;
}

.gre-accented div.quote p, .gre-accented blockquote p {
  color: inherit;
}

.gre-accented.variant div.quote, .gre-accented.variant blockquote {
  border-color: #00c499;
}

.gre-accented div.quote:before, .gre-accented div.quote:after, .gre-accented blockquote:before, .gre-accented blockquote:after {
  color: inherit;
}

.gre-accented.variant div.quote:before, .gre-accented.variant div.quote:after, .gre-accented.variant blockquote:before, .gre-accented.variant blockquote:after {
  color: #00c499;
}

div.quote .quote, div.quote p:first-child, blockquote .quote, blockquote p:first-child {
  font-size: 1.5rem;
  font-weight: 200;
}

div.quote .author, div.quote p:last-of-type strong:first-child, blockquote p:last-of-type div.quote strong:first-child, blockquote .author, blockquote div.quote p:last-of-type strong:first-child, div.quote p:last-of-type blockquote strong:first-child, blockquote p:last-of-type strong:first-child {
  font-weight: bold;
  font-size: 1rem;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-style: normal;
}

.gre-accented div.quote, .gre-accented blockquote {
  border-left: 0.75rem solid #060360;
}

.gre-accented div.quote:before, .gre-accented div.quote:after, .gre-accented blockquote:before, .gre-accented blockquote:after {
  color: #060360;
}

.gre-accented.dark div.quote, .gre-accented.dark blockquote {
  border-left: 0.75rem solid #fff;
}

.gre-accented.dark div.quote:before, .gre-accented.dark div.quote:after, .gre-accented.dark blockquote:before, .gre-accented.dark blockquote:after {
  color: #fff;
}

ul.gre-pipe-list {
  margin: 0 auto;
}

ul.gre-pipe-list li {
  display: inline-block;
  padding: 0 1.5rem;
  border-right: 1px solid white;
  line-height: 1;
}

ul.gre-pipe-list li:last-child {
  border-right: none;
}

code {
  word-break: break-all;
}

/*=  AB TEST =*/
html.gre .gre-ab2 {
  display: none !important;
}

html.gre.ab2 .gre-ab1 {
  display: none !important;
}

html.gre.ab2 .gre-ab2 {
  display: block !important;
}

html.gre.ab2 span.gre-ab2 {
  display: inline !important;
}

html.gre.ab2 table.gre-ab2 {
  display: table !important;
}

/*=  TEMP SPINNER =*/
.gre-temp-spinner {
  width: 100%;
  height: 9rem;
  min-height: 9rem;
  position: relative;
}

.gre-temp-spinner:after, .gre-fixed-spinner {
  width: 100%;
  height: 9rem;
  min-height: 9rem;
  background-image: url("https://www.gre.ac.uk/__data/assets/image/0005/1585247/logo-999.jpg");
  background-size: 9rem 9rem;
  background-position: center center;
  background-repeat: no-repeat;
}

.gre-temp-spinner:after {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  content: '';
  pointer-events: none;
  animation-name: rotate-and-fade;
  animation-duration: 3s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}

.gre-temp-spinner > div, .gre-temp-spinner > h2, .gre-staff-development-form .gre-temp-spinner > h4, .gre-temp-spinner > p {
  animation-name: gre-reveal-transparent;
  animation-duration: 3s;
  animation-iteration-count: 1;
  animation-timing-function: step-end;
}

.gre-fixed-spinner {
  animation-name: rotate-full;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.gre-fixed-spinner > div, .gre-fixed-spinner > h2, .gre-staff-development-form .gre-fixed-spinner > h4, .gre-fixed-spinner > p {
  display: none;
  opacity: 0;
}

@keyframes rotate-full {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate-and-fade {
  0% {
    transform: rotate(0deg);
    opacity: 1;
  }
  80% {
    transform: rotate(288deg);
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    opacity: 0;
  }
}

@keyframes gre-reveal-transparent {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*=== INTERRUPTS ==*/
/* Items that display across the full screen */
/*=== INTERRUPT CLIP PATH ===*/
/*=================================================*/
/*================= ORBIT (inc no JS) ==================*/
.orbit-slide figure iframe {
  width: 100%;
}

.orbit-slide figure figcaption {
  left: 0;
}

.gre-ribbon.orbit-bullets figcaption {
  display: none;
}

.no-js-orbit.gre-gallery .no-js-orbit-bullets button {
  padding: 0.5rem 0;
}

.no-js-orbit.gre-gallery .no-js-orbit-bullets button img {
  height: auto;
  width: 100%;
}

@media print, screen and (min-width: 34.375em) {
  .no-js-orbit.gre-gallery .no-js-orbit-bullets button {
    padding: 0.5rem;
    display: block;
    float: left;
  }
  .no-js-orbit.gre-gallery .no-js-orbit-bullets button img {
    height: 8.9rem;
    width: auto;
  }
  .no-js-orbit.gre-gallery .no-js-orbit-bullets button figcaption {
    display: none;
  }
  .no-js-orbit.gre-gallery .no-js-orbit-bullets button:hover {
    opacity: 0.5;
  }
  .no-js-orbit.gre-gallery .no-js-orbit-bullets button:focus {
    width: 100%;
    height: auto;
    padding: 1% 0;
    opacity: 1.0;
  }
  .no-js-orbit.gre-gallery .no-js-orbit-bullets button:focus img {
    width: 100%;
    height: auto;
  }
  .no-js-orbit.gre-gallery .no-js-orbit-bullets button:focus figure {
    position: relative;
  }
  .no-js-orbit.gre-gallery .no-js-orbit-bullets button:focus figcaption {
    display: inline-block;
    padding: 0.5rem 0;
    left: 0;
    bottom: 0;
  }
}

@media print, screen and (min-width: 53.75em) {
  .no-js-orbit.gre-gallery .no-js-orbit-bullets button img {
    height: 7.2rem;
  }
}

@media screen and (min-width: 65em) {
  .no-js-orbit.gre-gallery .no-js-orbit-bullets button img {
    height: 9rem;
  }
}

@media screen and (min-width: 90em) {
  .no-js-orbit.gre-gallery .no-js-orbit-bullets button img {
    height: 10.7rem;
  }
}

.no-js-orbit.gre-gallery .no-js-orbit-bullets button.gre-video {
  position: relative;
  /*
    @include breakpoint(large) {
      img {
        height: auto;
        width: 100%;
      }  
    }
    */
}

.no-js-orbit.gre-gallery .no-js-orbit-bullets button.gre-video:after {
  font-weight: 900;
  font-family: "Font Awesome 5 Pro";
  color: white;
  text-shadow: 1px 1px 3px black;
  font-size: 1.5rem;
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  content: "";
}

.no-js-orbit.gre-gallery .no-js-orbit-bullets button.gre-video:after {
  font-size: 1.75rem;
  right: 0;
  top: 40%;
  width: 100%;
}

@media print, screen and (min-width: 53.75em) {
  .no-js-orbit.gre-gallery .no-js-orbit-bullets button.gre-video:focus:after {
    font-size: 6rem;
    top: 2rem;
    right: 3rem;
    left: auto;
    width: auto;
  }
}

.gre-logo-ribbon {
  text-align: center;
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-bottom: 0rem !important;
  margin-left: 0rem !important;
  padding-top: 0.9375rem !important;
  padding-right: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important;
}

.gre-logo-ribbon img {
  height: 5rem;
  width: auto;
  padding-top: 0rem !important;
  padding-right: 0.9375rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important;
}

@media print, screen and (min-width: 53.75em) {
  .gre-logo-ribbon img {
    height: 6rem;
  }
}

.gre-logo-ribbon img:last-of-type {
  padding-top: 0rem !important;
  padding-right: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important;
}

/*==== GRE LISTINGS ====*/
/*== Includes non-flex CSS for ALL gre-grid-horizontal items ==*/
/* Point where gre-image moves to the left */
html .gre-column .gre-listing, html .gre-column .gre-research-listing, html .gre-column .gre-search-results, html .gre-column .gre-article-listing, html .gre-column .gre-grid, html .gre-column .gre-people-listing.gre-people-short, html .gre-column .gre-listing.gre-people-short, html .gre-column .gre-people-short.gre-research-listing, html .gre-column .gre-people-short.gre-search-results, html .gre-column .gre-people-short.gre-article-listing {
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-bottom: 0.9375rem !important;
  margin-left: 0rem !important;
}

.gre-accented .gre-listing a, .gre-accented .gre-research-listing a, .gre-accented .gre-search-results a, .gre-accented .gre-article-listing a, .gre-accented .gre-grid a, .gre-accented html .gre-people-listing.gre-people-short a, html .gre-accented .gre-people-listing.gre-people-short a, .gre-accented .gre-listing.gre-people-short a, .gre-accented .gre-people-short.gre-research-listing a, .gre-accented .gre-people-short.gre-search-results a, .gre-accented .gre-people-short.gre-article-listing a {
  text-decoration: none;
}

.gre-grid-item, .gre-adbox, .gre-ad-box, .gre-journey-box, .gre-article-box, html .gre-people-listing.gre-people-short .gre-people-item, .gre-listing.gre-people-short .gre-people-item, .gre-people-short.gre-research-listing .gre-people-item, .gre-people-short.gre-search-results .gre-people-item, .gre-people-short.gre-article-listing .gre-people-item, .gre-list-item {
  display: block;
  float: left;
  width: 100%;
  background: #fff;
  color: #2e2e2e;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.gre-grid-item .gre-tags, .gre-adbox .gre-tags, .gre-ad-box .gre-tags, .gre-journey-box .gre-tags, .gre-article-box .gre-tags, html .gre-people-listing.gre-people-short .gre-people-item .gre-tags, .gre-listing.gre-people-short .gre-people-item .gre-tags, .gre-people-short.gre-research-listing .gre-people-item .gre-tags, .gre-people-short.gre-search-results .gre-people-item .gre-tags, .gre-people-short.gre-article-listing .gre-people-item .gre-tags, .gre-list-item .gre-tags {
  list-style: none;
  margin-left: 0;
  font-size: 0.9rem;
  padding-top: 0.46875rem !important;
  padding-right: 0.46875rem !important;
  padding-bottom: 0.46875rem !important;
  padding-left: 0rem !important;
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-bottom: 0rem !important;
  margin-left: 0rem !important;
}

@media print, screen and (min-width: 34.375em) {
  .gre-grid-item .gre-tags li, .gre-adbox .gre-tags li, .gre-ad-box .gre-tags li, .gre-journey-box .gre-tags li, .gre-article-box .gre-tags li, html .gre-people-listing.gre-people-short .gre-people-item .gre-tags li, .gre-listing.gre-people-short .gre-people-item .gre-tags li, .gre-people-short.gre-research-listing .gre-people-item .gre-tags li, .gre-people-short.gre-search-results .gre-people-item .gre-tags li, .gre-people-short.gre-article-listing .gre-people-item .gre-tags li, .gre-list-item .gre-tags li {
    display: inline-block;
    padding-left: 1rem;
  }
  .gre-grid-item .gre-tags li:first-of-type, .gre-adbox .gre-tags li:first-of-type, .gre-ad-box .gre-tags li:first-of-type, .gre-journey-box .gre-tags li:first-of-type, .gre-article-box .gre-tags li:first-of-type, html .gre-people-listing.gre-people-short .gre-people-item .gre-tags li:first-of-type, .gre-listing.gre-people-short .gre-people-item .gre-tags li:first-of-type, .gre-people-short.gre-research-listing .gre-people-item .gre-tags li:first-of-type, .gre-people-short.gre-search-results .gre-people-item .gre-tags li:first-of-type, .gre-people-short.gre-article-listing .gre-people-item .gre-tags li:first-of-type, .gre-list-item .gre-tags li:first-of-type {
    padding-left: 0;
  }
}

.gre-column .gre-grid-item, .gre-column .gre-adbox, .gre-column .gre-ad-box, .gre-column .gre-journey-box, .gre-column .gre-article-box, .gre-column html .gre-people-listing.gre-people-short .gre-people-item, html .gre-people-listing.gre-people-short .gre-column .gre-people-item, .gre-column .gre-listing.gre-people-short .gre-people-item, .gre-listing.gre-people-short .gre-column .gre-people-item, .gre-column .gre-people-short.gre-research-listing .gre-people-item, .gre-people-short.gre-research-listing .gre-column .gre-people-item, .gre-column .gre-people-short.gre-search-results .gre-people-item, .gre-people-short.gre-search-results .gre-column .gre-people-item, .gre-column .gre-people-short.gre-article-listing .gre-people-item, .gre-people-short.gre-article-listing .gre-column .gre-people-item, .gre-column .gre-list-item {
  width: 100% !important;
  margin-top: 0.46875rem !important;
  margin-right: 0rem !important;
  margin-bottom: 0.46875rem !important;
  margin-left: 0rem !important;
}

.gre-accented .gre-grid-item, .gre-accented .gre-adbox, .gre-accented .gre-ad-box, .gre-accented .gre-journey-box, .gre-accented .gre-article-box, .gre-accented html .gre-people-listing.gre-people-short .gre-people-item, html .gre-people-listing.gre-people-short .gre-accented .gre-people-item, .gre-accented .gre-listing.gre-people-short .gre-people-item, .gre-listing.gre-people-short .gre-accented .gre-people-item, .gre-accented .gre-people-short.gre-research-listing .gre-people-item, .gre-people-short.gre-research-listing .gre-accented .gre-people-item, .gre-accented .gre-people-short.gre-search-results .gre-people-item, .gre-people-short.gre-search-results .gre-accented .gre-people-item, .gre-accented .gre-people-short.gre-article-listing .gre-people-item, .gre-people-short.gre-article-listing .gre-accented .gre-people-item, .gre-accented .gre-list-item {
  text-decoration: none;
  color: inherit;
  background-color: inherit;
}

/** GRE-LISTING COMMON AND NO-GRID FALLBACK **/
@media print, screen and (min-width: 53.75em) {
  .gre-listing.gre-split-horizontal, .gre-split-horizontal.gre-research-listing, .gre-split-horizontal.gre-search-results, .gre-split-horizontal.gre-article-listing {
    column-count: 2;
  }
  .gre-listing.gre-split-horizontal .gre-list-item, .gre-split-horizontal.gre-research-listing .gre-list-item, .gre-split-horizontal.gre-search-results .gre-list-item, .gre-split-horizontal.gre-article-listing .gre-list-item {
    float: none;
    /* These allow IE to top align columns */
    width: 100%;
    display: inline-block;
  }
}

.gre-list-item {
  width: 100%;
  padding: 0.9375rem;
  margin: 0.9375rem 0 0 0;
  /*
  @include padding(1,1,1,1);
  @include margin(0.5,0,0.5,0);
  */
}

.tabs-content .gre-list-item {
  border: none;
  border-bottom: 1px solid #ccc;
  margin: 0;
}

.tabs-content .gre-list-item:last-of-type {
  margin-bottom: 0 !important;
  border-bottom: none;
}

.gre-column .gre-list-item {
  padding: 0.46875rem 0;
  border: none;
  border-bottom: 1px solid #ccc;
}

.gre-list-info h4 i.fa.gre-type, .gre-list-info h4 i.fab.gre-type, .gre-list-info h4 i.fad.gre-type, .gre-list-info h4 i.fal.gre-type, .gre-list-info h4 i.far.gre-type, .gre-list-info h4 i.fas.gre-type, .gre-list-info h4 i.gre-type.alert:before, .gre-list-info h4 i.gre-type.warning:before, .gre-list-info h4 i.gre-type.accessibility:before, .gre-list-info h4 i.gre-type.calendar:before, .gre-list-info h4 i.gre-type.query:before {
  float: right;
}

.gre-list-image {
  overflow: hidden;
  text-align: center;
  padding-bottom: 0.9375rem;
  position: relative;
}

.gre-list-image img {
  max-height: 10rem;
}

@media print, screen and (min-width: 34.375em) {
  .gre-list-image {
    padding-bottom: 0;
    padding-right: 0.9375rem;
  }
  .gre-list-image img {
    max-height: 12rem;
  }
}

/** GRE-GRID COMMON AND NO-GRID FALLBACK **/
.gre-grid-item, .gre-adbox, .gre-ad-box, .gre-journey-box, .gre-article-box, html .gre-people-listing.gre-people-short .gre-people-item, .gre-listing.gre-people-short .gre-people-item, .gre-people-short.gre-research-listing .gre-people-item, .gre-people-short.gre-search-results .gre-people-item, .gre-people-short.gre-article-listing .gre-people-item {
  margin: 1rem 0;
}

.gre-column .gre-grid-item, .gre-column .gre-adbox, .gre-column .gre-ad-box, .gre-column .gre-journey-box, .gre-column .gre-article-box, .gre-column html .gre-people-listing.gre-people-short .gre-people-item, html .gre-people-listing.gre-people-short .gre-column .gre-people-item, .gre-column .gre-listing.gre-people-short .gre-people-item, .gre-listing.gre-people-short .gre-column .gre-people-item, .gre-column .gre-people-short.gre-research-listing .gre-people-item, .gre-people-short.gre-research-listing .gre-column .gre-people-item, .gre-column .gre-people-short.gre-search-results .gre-people-item, .gre-people-short.gre-search-results .gre-column .gre-people-item, .gre-column .gre-people-short.gre-article-listing .gre-people-item, .gre-people-short.gre-article-listing .gre-column .gre-people-item {
  margin: 1rem 0;
  min-height: auto;
}

.gre-grid-item .gre-article-date, .gre-adbox .gre-article-date, .gre-ad-box .gre-article-date, .gre-journey-box .gre-article-date, .gre-article-box .gre-article-date, html .gre-people-listing.gre-people-short .gre-people-item .gre-article-date, .gre-listing.gre-people-short .gre-people-item .gre-article-date, .gre-people-short.gre-research-listing .gre-people-item .gre-article-date, .gre-people-short.gre-search-results .gre-people-item .gre-article-date, .gre-people-short.gre-article-listing .gre-people-item .gre-article-date {
  font-size: 0.9em;
  padding-top: 0.25rem;
}

.gre-grid-item.gre-text-only, .gre-text-only.gre-adbox, .gre-text-only.gre-ad-box, .gre-text-only.gre-journey-box, .gre-text-only.gre-article-box, html .gre-people-listing.gre-people-short .gre-text-only.gre-people-item, .gre-listing.gre-people-short .gre-text-only.gre-people-item, .gre-people-short.gre-research-listing .gre-text-only.gre-people-item, .gre-people-short.gre-search-results .gre-text-only.gre-people-item, .gre-people-short.gre-article-listing .gre-text-only.gre-people-item {
  text-align: center;
  font-size: 1.2em;
  min-height: 18rem;
  background: #606eb2;
  color: #fff;
  padding-top: 1.40625rem !important;
  padding-right: 1.40625rem !important;
  padding-bottom: 1.40625rem !important;
  padding-left: 1.40625rem !important;
}

@media print, screen and (min-width: 34.375em) {
  .gre-grid-item.gre-text-only, .gre-text-only.gre-adbox, .gre-text-only.gre-ad-box, .gre-text-only.gre-journey-box, .gre-text-only.gre-article-box, html .gre-people-listing.gre-people-short .gre-text-only.gre-people-item, .gre-listing.gre-people-short .gre-text-only.gre-people-item, .gre-people-short.gre-research-listing .gre-text-only.gre-people-item, .gre-people-short.gre-search-results .gre-text-only.gre-people-item, .gre-people-short.gre-article-listing .gre-text-only.gre-people-item {
    min-height: 22rem;
  }
}

.gre-grid-item.gre-text-only:nth-of-type(8n+1), .gre-text-only.gre-adbox:nth-of-type(8n+1), .gre-text-only.gre-ad-box:nth-of-type(8n+1), .gre-text-only.gre-journey-box:nth-of-type(8n+1), .gre-text-only.gre-article-box:nth-of-type(8n+1), html .gre-people-listing.gre-people-short .gre-text-only.gre-people-item:nth-of-type(8n+1), .gre-listing.gre-people-short .gre-text-only.gre-people-item:nth-of-type(8n+1), .gre-people-short.gre-research-listing .gre-text-only.gre-people-item:nth-of-type(8n+1), .gre-people-short.gre-search-results .gre-text-only.gre-people-item:nth-of-type(8n+1), .gre-people-short.gre-article-listing .gre-text-only.gre-people-item:nth-of-type(8n+1) {
  background: #060360;
  color: #fff;
}

.gre-grid-item.gre-text-only:nth-of-type(8n+2), .gre-text-only.gre-adbox:nth-of-type(8n+2), .gre-text-only.gre-ad-box:nth-of-type(8n+2), .gre-text-only.gre-journey-box:nth-of-type(8n+2), .gre-text-only.gre-article-box:nth-of-type(8n+2), html .gre-people-listing.gre-people-short .gre-text-only.gre-people-item:nth-of-type(8n+2), .gre-listing.gre-people-short .gre-text-only.gre-people-item:nth-of-type(8n+2), .gre-people-short.gre-research-listing .gre-text-only.gre-people-item:nth-of-type(8n+2), .gre-people-short.gre-search-results .gre-text-only.gre-people-item:nth-of-type(8n+2), .gre-people-short.gre-article-listing .gre-text-only.gre-people-item:nth-of-type(8n+2) {
  background: #e4e7f2;
  color: #060360;
}

.gre-grid-item.gre-text-only:nth-of-type(8n+3), .gre-text-only.gre-adbox:nth-of-type(8n+3), .gre-text-only.gre-ad-box:nth-of-type(8n+3), .gre-text-only.gre-journey-box:nth-of-type(8n+3), .gre-text-only.gre-article-box:nth-of-type(8n+3), html .gre-people-listing.gre-people-short .gre-text-only.gre-people-item:nth-of-type(8n+3), .gre-listing.gre-people-short .gre-text-only.gre-people-item:nth-of-type(8n+3), .gre-people-short.gre-research-listing .gre-text-only.gre-people-item:nth-of-type(8n+3), .gre-people-short.gre-search-results .gre-text-only.gre-people-item:nth-of-type(8n+3), .gre-people-short.gre-article-listing .gre-text-only.gre-people-item:nth-of-type(8n+3) {
  background: #00c499;
  color: #060360;
}

.gre-grid-item.gre-text-only:nth-of-type(8n+4), .gre-text-only.gre-adbox:nth-of-type(8n+4), .gre-text-only.gre-ad-box:nth-of-type(8n+4), .gre-text-only.gre-journey-box:nth-of-type(8n+4), .gre-text-only.gre-article-box:nth-of-type(8n+4), html .gre-people-listing.gre-people-short .gre-text-only.gre-people-item:nth-of-type(8n+4), .gre-listing.gre-people-short .gre-text-only.gre-people-item:nth-of-type(8n+4), .gre-people-short.gre-research-listing .gre-text-only.gre-people-item:nth-of-type(8n+4), .gre-people-short.gre-search-results .gre-text-only.gre-people-item:nth-of-type(8n+4), .gre-people-short.gre-article-listing .gre-text-only.gre-people-item:nth-of-type(8n+4) {
  background: #606eb2;
  color: #fff;
}

.gre-grid-item.gre-text-only:nth-of-type(8n+5), .gre-text-only.gre-adbox:nth-of-type(8n+5), .gre-text-only.gre-ad-box:nth-of-type(8n+5), .gre-text-only.gre-journey-box:nth-of-type(8n+5), .gre-text-only.gre-article-box:nth-of-type(8n+5), html .gre-people-listing.gre-people-short .gre-text-only.gre-people-item:nth-of-type(8n+5), .gre-listing.gre-people-short .gre-text-only.gre-people-item:nth-of-type(8n+5), .gre-people-short.gre-research-listing .gre-text-only.gre-people-item:nth-of-type(8n+5), .gre-people-short.gre-search-results .gre-text-only.gre-people-item:nth-of-type(8n+5), .gre-people-short.gre-article-listing .gre-text-only.gre-people-item:nth-of-type(8n+5) {
  background: #2e2e2e;
  color: #00c499;
}

.gre-grid-item.gre-text-only:nth-of-type(8n+6), .gre-text-only.gre-adbox:nth-of-type(8n+6), .gre-text-only.gre-ad-box:nth-of-type(8n+6), .gre-text-only.gre-journey-box:nth-of-type(8n+6), .gre-text-only.gre-article-box:nth-of-type(8n+6), html .gre-people-listing.gre-people-short .gre-text-only.gre-people-item:nth-of-type(8n+6), .gre-listing.gre-people-short .gre-text-only.gre-people-item:nth-of-type(8n+6), .gre-people-short.gre-research-listing .gre-text-only.gre-people-item:nth-of-type(8n+6), .gre-people-short.gre-search-results .gre-text-only.gre-people-item:nth-of-type(8n+6), .gre-people-short.gre-article-listing .gre-text-only.gre-people-item:nth-of-type(8n+6) {
  background: #fff;
  color: #39478c;
}

.gre-grid-item.gre-text-only:nth-of-type(8n+7), .gre-text-only.gre-adbox:nth-of-type(8n+7), .gre-text-only.gre-ad-box:nth-of-type(8n+7), .gre-text-only.gre-journey-box:nth-of-type(8n+7), .gre-text-only.gre-article-box:nth-of-type(8n+7), html .gre-people-listing.gre-people-short .gre-text-only.gre-people-item:nth-of-type(8n+7), .gre-listing.gre-people-short .gre-text-only.gre-people-item:nth-of-type(8n+7), .gre-people-short.gre-research-listing .gre-text-only.gre-people-item:nth-of-type(8n+7), .gre-people-short.gre-search-results .gre-text-only.gre-people-item:nth-of-type(8n+7), .gre-people-short.gre-article-listing .gre-text-only.gre-people-item:nth-of-type(8n+7) {
  background: #060360;
  color: #00c499;
}

.gre-grid-item.gre-text-only:nth-of-type(8n+8), .gre-text-only.gre-adbox:nth-of-type(8n+8), .gre-text-only.gre-ad-box:nth-of-type(8n+8), .gre-text-only.gre-journey-box:nth-of-type(8n+8), .gre-text-only.gre-article-box:nth-of-type(8n+8), html .gre-people-listing.gre-people-short .gre-text-only.gre-people-item:nth-of-type(8n+8), .gre-listing.gre-people-short .gre-text-only.gre-people-item:nth-of-type(8n+8), .gre-people-short.gre-research-listing .gre-text-only.gre-people-item:nth-of-type(8n+8), .gre-people-short.gre-search-results .gre-text-only.gre-people-item:nth-of-type(8n+8), .gre-people-short.gre-article-listing .gre-text-only.gre-people-item:nth-of-type(8n+8) {
  background: #39478c;
  color: #fff;
}

.gre-accented .gre-grid-item.gre-text-only:nth-of-type(5n+1), .gre-accented .gre-text-only.gre-adbox:nth-of-type(5n+1), .gre-accented .gre-text-only.gre-ad-box:nth-of-type(5n+1), .gre-accented .gre-text-only.gre-journey-box:nth-of-type(5n+1), .gre-accented .gre-text-only.gre-article-box:nth-of-type(5n+1), .gre-accented html .gre-people-listing.gre-people-short .gre-text-only.gre-people-item:nth-of-type(5n+1), html .gre-people-listing.gre-people-short .gre-accented .gre-text-only.gre-people-item:nth-of-type(5n+1), .gre-accented .gre-listing.gre-people-short .gre-text-only.gre-people-item:nth-of-type(5n+1), .gre-listing.gre-people-short .gre-accented .gre-text-only.gre-people-item:nth-of-type(5n+1), .gre-accented .gre-people-short.gre-research-listing .gre-text-only.gre-people-item:nth-of-type(5n+1), .gre-people-short.gre-research-listing .gre-accented .gre-text-only.gre-people-item:nth-of-type(5n+1), .gre-accented .gre-people-short.gre-search-results .gre-text-only.gre-people-item:nth-of-type(5n+1), .gre-people-short.gre-search-results .gre-accented .gre-text-only.gre-people-item:nth-of-type(5n+1), .gre-accented .gre-people-short.gre-article-listing .gre-text-only.gre-people-item:nth-of-type(5n+1), .gre-people-short.gre-article-listing .gre-accented .gre-text-only.gre-people-item:nth-of-type(5n+1) {
  border-color: #39478c;
  border-style: solid;
  border-width: 1px;
  background: #fff;
  color: #39478c;
}

.gre-accented .gre-grid-item.gre-text-only:nth-of-type(5n+2), .gre-accented .gre-text-only.gre-adbox:nth-of-type(5n+2), .gre-accented .gre-text-only.gre-ad-box:nth-of-type(5n+2), .gre-accented .gre-text-only.gre-journey-box:nth-of-type(5n+2), .gre-accented .gre-text-only.gre-article-box:nth-of-type(5n+2), .gre-accented html .gre-people-listing.gre-people-short .gre-text-only.gre-people-item:nth-of-type(5n+2), html .gre-people-listing.gre-people-short .gre-accented .gre-text-only.gre-people-item:nth-of-type(5n+2), .gre-accented .gre-listing.gre-people-short .gre-text-only.gre-people-item:nth-of-type(5n+2), .gre-listing.gre-people-short .gre-accented .gre-text-only.gre-people-item:nth-of-type(5n+2), .gre-accented .gre-people-short.gre-research-listing .gre-text-only.gre-people-item:nth-of-type(5n+2), .gre-people-short.gre-research-listing .gre-accented .gre-text-only.gre-people-item:nth-of-type(5n+2), .gre-accented .gre-people-short.gre-search-results .gre-text-only.gre-people-item:nth-of-type(5n+2), .gre-people-short.gre-search-results .gre-accented .gre-text-only.gre-people-item:nth-of-type(5n+2), .gre-accented .gre-people-short.gre-article-listing .gre-text-only.gre-people-item:nth-of-type(5n+2), .gre-people-short.gre-article-listing .gre-accented .gre-text-only.gre-people-item:nth-of-type(5n+2) {
  background: #606eb2;
  color: #fff;
}

.gre-accented .gre-grid-item.gre-text-only:nth-of-type(5n+3), .gre-accented .gre-text-only.gre-adbox:nth-of-type(5n+3), .gre-accented .gre-text-only.gre-ad-box:nth-of-type(5n+3), .gre-accented .gre-text-only.gre-journey-box:nth-of-type(5n+3), .gre-accented .gre-text-only.gre-article-box:nth-of-type(5n+3), .gre-accented html .gre-people-listing.gre-people-short .gre-text-only.gre-people-item:nth-of-type(5n+3), html .gre-people-listing.gre-people-short .gre-accented .gre-text-only.gre-people-item:nth-of-type(5n+3), .gre-accented .gre-listing.gre-people-short .gre-text-only.gre-people-item:nth-of-type(5n+3), .gre-listing.gre-people-short .gre-accented .gre-text-only.gre-people-item:nth-of-type(5n+3), .gre-accented .gre-people-short.gre-research-listing .gre-text-only.gre-people-item:nth-of-type(5n+3), .gre-people-short.gre-research-listing .gre-accented .gre-text-only.gre-people-item:nth-of-type(5n+3), .gre-accented .gre-people-short.gre-search-results .gre-text-only.gre-people-item:nth-of-type(5n+3), .gre-people-short.gre-search-results .gre-accented .gre-text-only.gre-people-item:nth-of-type(5n+3), .gre-accented .gre-people-short.gre-article-listing .gre-text-only.gre-people-item:nth-of-type(5n+3), .gre-people-short.gre-article-listing .gre-accented .gre-text-only.gre-people-item:nth-of-type(5n+3) {
  background: #39478c;
  color: #fff;
}

.gre-accented .gre-grid-item.gre-text-only:nth-of-type(5n+4), .gre-accented .gre-text-only.gre-adbox:nth-of-type(5n+4), .gre-accented .gre-text-only.gre-ad-box:nth-of-type(5n+4), .gre-accented .gre-text-only.gre-journey-box:nth-of-type(5n+4), .gre-accented .gre-text-only.gre-article-box:nth-of-type(5n+4), .gre-accented html .gre-people-listing.gre-people-short .gre-text-only.gre-people-item:nth-of-type(5n+4), html .gre-people-listing.gre-people-short .gre-accented .gre-text-only.gre-people-item:nth-of-type(5n+4), .gre-accented .gre-listing.gre-people-short .gre-text-only.gre-people-item:nth-of-type(5n+4), .gre-listing.gre-people-short .gre-accented .gre-text-only.gre-people-item:nth-of-type(5n+4), .gre-accented .gre-people-short.gre-research-listing .gre-text-only.gre-people-item:nth-of-type(5n+4), .gre-people-short.gre-research-listing .gre-accented .gre-text-only.gre-people-item:nth-of-type(5n+4), .gre-accented .gre-people-short.gre-search-results .gre-text-only.gre-people-item:nth-of-type(5n+4), .gre-people-short.gre-search-results .gre-accented .gre-text-only.gre-people-item:nth-of-type(5n+4), .gre-accented .gre-people-short.gre-article-listing .gre-text-only.gre-people-item:nth-of-type(5n+4), .gre-people-short.gre-article-listing .gre-accented .gre-text-only.gre-people-item:nth-of-type(5n+4) {
  border-color: #39478c;
  border-style: solid;
  border-width: 1px;
  background: #fff;
  color: #39478c;
}

.gre-accented .gre-grid-item.gre-text-only:nth-of-type(5n+5), .gre-accented .gre-text-only.gre-adbox:nth-of-type(5n+5), .gre-accented .gre-text-only.gre-ad-box:nth-of-type(5n+5), .gre-accented .gre-text-only.gre-journey-box:nth-of-type(5n+5), .gre-accented .gre-text-only.gre-article-box:nth-of-type(5n+5), .gre-accented html .gre-people-listing.gre-people-short .gre-text-only.gre-people-item:nth-of-type(5n+5), html .gre-people-listing.gre-people-short .gre-accented .gre-text-only.gre-people-item:nth-of-type(5n+5), .gre-accented .gre-listing.gre-people-short .gre-text-only.gre-people-item:nth-of-type(5n+5), .gre-listing.gre-people-short .gre-accented .gre-text-only.gre-people-item:nth-of-type(5n+5), .gre-accented .gre-people-short.gre-research-listing .gre-text-only.gre-people-item:nth-of-type(5n+5), .gre-people-short.gre-research-listing .gre-accented .gre-text-only.gre-people-item:nth-of-type(5n+5), .gre-accented .gre-people-short.gre-search-results .gre-text-only.gre-people-item:nth-of-type(5n+5), .gre-people-short.gre-search-results .gre-accented .gre-text-only.gre-people-item:nth-of-type(5n+5), .gre-accented .gre-people-short.gre-article-listing .gre-text-only.gre-people-item:nth-of-type(5n+5), .gre-people-short.gre-article-listing .gre-accented .gre-text-only.gre-people-item:nth-of-type(5n+5) {
  border-color: #060360;
  border-style: solid;
  border-width: 1px;
  background: #e4e7f2;
  color: #060360;
}

.gre-accented.dark .gre-grid-item.gre-text-only:nth-of-type(5n+1), .gre-accented.dark .gre-text-only.gre-adbox:nth-of-type(5n+1), .gre-accented.dark .gre-text-only.gre-ad-box:nth-of-type(5n+1), .gre-accented.dark .gre-text-only.gre-journey-box:nth-of-type(5n+1), .gre-accented.dark .gre-text-only.gre-article-box:nth-of-type(5n+1), .gre-accented.dark html .gre-people-listing.gre-people-short .gre-text-only.gre-people-item:nth-of-type(5n+1), html .gre-people-listing.gre-people-short .gre-accented.dark .gre-text-only.gre-people-item:nth-of-type(5n+1), .gre-accented.dark .gre-listing.gre-people-short .gre-text-only.gre-people-item:nth-of-type(5n+1), .gre-listing.gre-people-short .gre-accented.dark .gre-text-only.gre-people-item:nth-of-type(5n+1), .gre-accented.dark .gre-people-short.gre-research-listing .gre-text-only.gre-people-item:nth-of-type(5n+1), .gre-people-short.gre-research-listing .gre-accented.dark .gre-text-only.gre-people-item:nth-of-type(5n+1), .gre-accented.dark .gre-people-short.gre-search-results .gre-text-only.gre-people-item:nth-of-type(5n+1), .gre-people-short.gre-search-results .gre-accented.dark .gre-text-only.gre-people-item:nth-of-type(5n+1), .gre-accented.dark .gre-people-short.gre-article-listing .gre-text-only.gre-people-item:nth-of-type(5n+1), .gre-people-short.gre-article-listing .gre-accented.dark .gre-text-only.gre-people-item:nth-of-type(5n+1) {
  border-color: #fff;
  border-style: solid;
  border-width: 1px;
  background: #060360;
  color: #fff;
}

.gre-accented.dark .gre-grid-item.gre-text-only:nth-of-type(5n+2), .gre-accented.dark .gre-text-only.gre-adbox:nth-of-type(5n+2), .gre-accented.dark .gre-text-only.gre-ad-box:nth-of-type(5n+2), .gre-accented.dark .gre-text-only.gre-journey-box:nth-of-type(5n+2), .gre-accented.dark .gre-text-only.gre-article-box:nth-of-type(5n+2), .gre-accented.dark html .gre-people-listing.gre-people-short .gre-text-only.gre-people-item:nth-of-type(5n+2), html .gre-people-listing.gre-people-short .gre-accented.dark .gre-text-only.gre-people-item:nth-of-type(5n+2), .gre-accented.dark .gre-listing.gre-people-short .gre-text-only.gre-people-item:nth-of-type(5n+2), .gre-listing.gre-people-short .gre-accented.dark .gre-text-only.gre-people-item:nth-of-type(5n+2), .gre-accented.dark .gre-people-short.gre-research-listing .gre-text-only.gre-people-item:nth-of-type(5n+2), .gre-people-short.gre-research-listing .gre-accented.dark .gre-text-only.gre-people-item:nth-of-type(5n+2), .gre-accented.dark .gre-people-short.gre-search-results .gre-text-only.gre-people-item:nth-of-type(5n+2), .gre-people-short.gre-search-results .gre-accented.dark .gre-text-only.gre-people-item:nth-of-type(5n+2), .gre-accented.dark .gre-people-short.gre-article-listing .gre-text-only.gre-people-item:nth-of-type(5n+2), .gre-people-short.gre-article-listing .gre-accented.dark .gre-text-only.gre-people-item:nth-of-type(5n+2) {
  background: #606eb2;
  color: #fff;
}

.gre-accented.dark .gre-grid-item.gre-text-only:nth-of-type(5n+3), .gre-accented.dark .gre-text-only.gre-adbox:nth-of-type(5n+3), .gre-accented.dark .gre-text-only.gre-ad-box:nth-of-type(5n+3), .gre-accented.dark .gre-text-only.gre-journey-box:nth-of-type(5n+3), .gre-accented.dark .gre-text-only.gre-article-box:nth-of-type(5n+3), .gre-accented.dark html .gre-people-listing.gre-people-short .gre-text-only.gre-people-item:nth-of-type(5n+3), html .gre-people-listing.gre-people-short .gre-accented.dark .gre-text-only.gre-people-item:nth-of-type(5n+3), .gre-accented.dark .gre-listing.gre-people-short .gre-text-only.gre-people-item:nth-of-type(5n+3), .gre-listing.gre-people-short .gre-accented.dark .gre-text-only.gre-people-item:nth-of-type(5n+3), .gre-accented.dark .gre-people-short.gre-research-listing .gre-text-only.gre-people-item:nth-of-type(5n+3), .gre-people-short.gre-research-listing .gre-accented.dark .gre-text-only.gre-people-item:nth-of-type(5n+3), .gre-accented.dark .gre-people-short.gre-search-results .gre-text-only.gre-people-item:nth-of-type(5n+3), .gre-people-short.gre-search-results .gre-accented.dark .gre-text-only.gre-people-item:nth-of-type(5n+3), .gre-accented.dark .gre-people-short.gre-article-listing .gre-text-only.gre-people-item:nth-of-type(5n+3), .gre-people-short.gre-article-listing .gre-accented.dark .gre-text-only.gre-people-item:nth-of-type(5n+3) {
  background: #39478c;
  color: #fff;
}

.gre-accented.dark .gre-grid-item.gre-text-only:nth-of-type(5n+4), .gre-accented.dark .gre-text-only.gre-adbox:nth-of-type(5n+4), .gre-accented.dark .gre-text-only.gre-ad-box:nth-of-type(5n+4), .gre-accented.dark .gre-text-only.gre-journey-box:nth-of-type(5n+4), .gre-accented.dark .gre-text-only.gre-article-box:nth-of-type(5n+4), .gre-accented.dark html .gre-people-listing.gre-people-short .gre-text-only.gre-people-item:nth-of-type(5n+4), html .gre-people-listing.gre-people-short .gre-accented.dark .gre-text-only.gre-people-item:nth-of-type(5n+4), .gre-accented.dark .gre-listing.gre-people-short .gre-text-only.gre-people-item:nth-of-type(5n+4), .gre-listing.gre-people-short .gre-accented.dark .gre-text-only.gre-people-item:nth-of-type(5n+4), .gre-accented.dark .gre-people-short.gre-research-listing .gre-text-only.gre-people-item:nth-of-type(5n+4), .gre-people-short.gre-research-listing .gre-accented.dark .gre-text-only.gre-people-item:nth-of-type(5n+4), .gre-accented.dark .gre-people-short.gre-search-results .gre-text-only.gre-people-item:nth-of-type(5n+4), .gre-people-short.gre-search-results .gre-accented.dark .gre-text-only.gre-people-item:nth-of-type(5n+4), .gre-accented.dark .gre-people-short.gre-article-listing .gre-text-only.gre-people-item:nth-of-type(5n+4), .gre-people-short.gre-article-listing .gre-accented.dark .gre-text-only.gre-people-item:nth-of-type(5n+4) {
  background: #fff;
  color: #39478c;
}

.gre-accented.dark .gre-grid-item.gre-text-only:nth-of-type(5n+5), .gre-accented.dark .gre-text-only.gre-adbox:nth-of-type(5n+5), .gre-accented.dark .gre-text-only.gre-ad-box:nth-of-type(5n+5), .gre-accented.dark .gre-text-only.gre-journey-box:nth-of-type(5n+5), .gre-accented.dark .gre-text-only.gre-article-box:nth-of-type(5n+5), .gre-accented.dark html .gre-people-listing.gre-people-short .gre-text-only.gre-people-item:nth-of-type(5n+5), html .gre-people-listing.gre-people-short .gre-accented.dark .gre-text-only.gre-people-item:nth-of-type(5n+5), .gre-accented.dark .gre-listing.gre-people-short .gre-text-only.gre-people-item:nth-of-type(5n+5), .gre-listing.gre-people-short .gre-accented.dark .gre-text-only.gre-people-item:nth-of-type(5n+5), .gre-accented.dark .gre-people-short.gre-research-listing .gre-text-only.gre-people-item:nth-of-type(5n+5), .gre-people-short.gre-research-listing .gre-accented.dark .gre-text-only.gre-people-item:nth-of-type(5n+5), .gre-accented.dark .gre-people-short.gre-search-results .gre-text-only.gre-people-item:nth-of-type(5n+5), .gre-people-short.gre-search-results .gre-accented.dark .gre-text-only.gre-people-item:nth-of-type(5n+5), .gre-accented.dark .gre-people-short.gre-article-listing .gre-text-only.gre-people-item:nth-of-type(5n+5), .gre-people-short.gre-article-listing .gre-accented.dark .gre-text-only.gre-people-item:nth-of-type(5n+5) {
  background: #fff;
  color: #39478c;
}

.gre-grid-item.gre-text-only h3, .gre-text-only.gre-adbox h3, .gre-text-only.gre-ad-box h3, .gre-text-only.gre-journey-box h3, .gre-text-only.gre-article-box h3, html .gre-people-listing.gre-people-short .gre-text-only.gre-people-item h3, .gre-listing.gre-people-short .gre-text-only.gre-people-item h3, .gre-people-short.gre-research-listing .gre-text-only.gre-people-item h3, .gre-people-short.gre-search-results .gre-text-only.gre-people-item h3, .gre-people-short.gre-article-listing .gre-text-only.gre-people-item h3, .gre-grid-item.gre-text-only .sq-form-section-title, .gre-text-only.gre-adbox .sq-form-section-title, .gre-text-only.gre-ad-box .sq-form-section-title, .gre-text-only.gre-journey-box .sq-form-section-title, .gre-text-only.gre-article-box .sq-form-section-title, html .gre-people-listing.gre-people-short .gre-text-only.gre-people-item .sq-form-section-title, .gre-listing.gre-people-short .gre-text-only.gre-people-item .sq-form-section-title, .gre-people-short.gre-research-listing .gre-text-only.gre-people-item .sq-form-section-title, .gre-people-short.gre-search-results .gre-text-only.gre-people-item .sq-form-section-title, .gre-people-short.gre-article-listing .gre-text-only.gre-people-item .sq-form-section-title, .gre-grid-item.gre-text-only h4, .gre-text-only.gre-adbox h4, .gre-text-only.gre-ad-box h4, .gre-text-only.gre-journey-box h4, .gre-text-only.gre-article-box h4, html .gre-people-listing.gre-people-short .gre-text-only.gre-people-item h4, .gre-listing.gre-people-short .gre-text-only.gre-people-item h4, .gre-people-short.gre-research-listing .gre-text-only.gre-people-item h4, .gre-people-short.gre-search-results .gre-text-only.gre-people-item h4, .gre-people-short.gre-article-listing .gre-text-only.gre-people-item h4 {
  margin-bottom: 0.75rem;
}

.gre-grid-item.gre-text-only .gre-grid-image, .gre-text-only.gre-adbox .gre-grid-image, .gre-text-only.gre-ad-box .gre-grid-image, .gre-text-only.gre-journey-box .gre-grid-image, .gre-text-only.gre-article-box .gre-grid-image, html .gre-people-listing.gre-people-short .gre-text-only.gre-people-item .gre-grid-image, .gre-listing.gre-people-short .gre-text-only.gre-people-item .gre-grid-image, .gre-people-short.gre-research-listing .gre-text-only.gre-people-item .gre-grid-image, .gre-people-short.gre-search-results .gre-text-only.gre-people-item .gre-grid-image, .gre-people-short.gre-article-listing .gre-text-only.gre-people-item .gre-grid-image {
  display: none;
}

.gre-grid-item.gre-text-only .gre-grid-info, .gre-text-only.gre-adbox .gre-grid-info, .gre-text-only.gre-ad-box .gre-grid-info, .gre-text-only.gre-journey-box .gre-grid-info, .gre-text-only.gre-article-box .gre-grid-info, html .gre-people-listing.gre-people-short .gre-text-only.gre-people-item .gre-grid-info, .gre-listing.gre-people-short .gre-text-only.gre-people-item .gre-grid-info, .gre-people-short.gre-research-listing .gre-text-only.gre-people-item .gre-grid-info, .gre-people-short.gre-search-results .gre-text-only.gre-people-item .gre-grid-info, .gre-people-short.gre-article-listing .gre-text-only.gre-people-item .gre-grid-info {
  color: inherit;
}

.gre-grid-item.gre-text-only .gre-article-date, .gre-text-only.gre-adbox .gre-article-date, .gre-text-only.gre-ad-box .gre-article-date, .gre-text-only.gre-journey-box .gre-article-date, .gre-text-only.gre-article-box .gre-article-date, html .gre-people-listing.gre-people-short .gre-text-only.gre-people-item .gre-article-date, .gre-listing.gre-people-short .gre-text-only.gre-people-item .gre-article-date, .gre-people-short.gre-research-listing .gre-text-only.gre-people-item .gre-article-date, .gre-people-short.gre-search-results .gre-text-only.gre-people-item .gre-article-date, .gre-people-short.gre-article-listing .gre-text-only.gre-people-item .gre-article-date {
  margin-bottom: 0.75rem;
  color: inherit;
}

@media print, screen and (min-width: 53.75em) {
  .gre-grid .gre-grid-item, html .gre-people-listing.gre-people-short .gre-grid-item, .gre-listing.gre-people-short .gre-grid-item, .gre-people-short.gre-research-listing .gre-grid-item, .gre-people-short.gre-search-results .gre-grid-item, .gre-people-short.gre-article-listing .gre-grid-item, .gre-grid .gre-adbox, html .gre-people-listing.gre-people-short .gre-adbox, .gre-listing.gre-people-short .gre-adbox, .gre-people-short.gre-research-listing .gre-adbox, .gre-people-short.gre-search-results .gre-adbox, .gre-people-short.gre-article-listing .gre-adbox, .gre-grid .gre-ad-box, html .gre-people-listing.gre-people-short .gre-ad-box, .gre-listing.gre-people-short .gre-ad-box, .gre-people-short.gre-research-listing .gre-ad-box, .gre-people-short.gre-search-results .gre-ad-box, .gre-people-short.gre-article-listing .gre-ad-box, .gre-grid .gre-journey-box, html .gre-people-listing.gre-people-short .gre-journey-box, .gre-listing.gre-people-short .gre-journey-box, .gre-people-short.gre-research-listing .gre-journey-box, .gre-people-short.gre-search-results .gre-journey-box, .gre-people-short.gre-article-listing .gre-journey-box, .gre-grid .gre-article-box, html .gre-people-listing.gre-people-short .gre-article-box, .gre-listing.gre-people-short .gre-article-box, .gre-people-short.gre-research-listing .gre-article-box, .gre-people-short.gre-search-results .gre-article-box, .gre-people-short.gre-article-listing .gre-article-box, html .gre-people-listing.gre-people-short .gre-people-item, .gre-listing.gre-people-short .gre-people-item, .gre-people-short.gre-research-listing .gre-people-item, .gre-people-short.gre-search-results .gre-people-item, .gre-people-short.gre-article-listing .gre-people-item {
    width: 48%;
    float: left;
    margin: 1%;
    min-height: 370px;
  }
}

@media print, screen and (min-width: 53.75em) {
  .gre-grid .gre-grid-item.gre-wide, html .gre-people-listing.gre-people-short .gre-grid-item.gre-wide, .gre-listing.gre-people-short .gre-grid-item.gre-wide, .gre-people-short.gre-research-listing .gre-grid-item.gre-wide, .gre-people-short.gre-search-results .gre-grid-item.gre-wide, .gre-people-short.gre-article-listing .gre-grid-item.gre-wide, .gre-grid .gre-wide.gre-adbox, html .gre-people-listing.gre-people-short .gre-wide.gre-adbox, .gre-listing.gre-people-short .gre-wide.gre-adbox, .gre-people-short.gre-research-listing .gre-wide.gre-adbox, .gre-people-short.gre-search-results .gre-wide.gre-adbox, .gre-people-short.gre-article-listing .gre-wide.gre-adbox, .gre-grid .gre-wide.gre-ad-box, html .gre-people-listing.gre-people-short .gre-wide.gre-ad-box, .gre-listing.gre-people-short .gre-wide.gre-ad-box, .gre-people-short.gre-research-listing .gre-wide.gre-ad-box, .gre-people-short.gre-search-results .gre-wide.gre-ad-box, .gre-people-short.gre-article-listing .gre-wide.gre-ad-box, .gre-grid .gre-wide.gre-journey-box, html .gre-people-listing.gre-people-short .gre-wide.gre-journey-box, .gre-listing.gre-people-short .gre-wide.gre-journey-box, .gre-people-short.gre-research-listing .gre-wide.gre-journey-box, .gre-people-short.gre-search-results .gre-wide.gre-journey-box, .gre-people-short.gre-article-listing .gre-wide.gre-journey-box, .gre-grid .gre-wide.gre-article-box, html .gre-people-listing.gre-people-short .gre-wide.gre-article-box, .gre-listing.gre-people-short .gre-wide.gre-article-box, .gre-people-short.gre-research-listing .gre-wide.gre-article-box, .gre-people-short.gre-search-results .gre-wide.gre-article-box, .gre-people-short.gre-article-listing .gre-wide.gre-article-box, html .gre-people-listing.gre-people-short .gre-wide.gre-people-item, .gre-listing.gre-people-short .gre-wide.gre-people-item, .gre-people-short.gre-research-listing .gre-wide.gre-people-item, .gre-people-short.gre-search-results .gre-wide.gre-people-item, .gre-people-short.gre-article-listing .gre-wide.gre-people-item, .gre-wide .gre-grid .gre-grid-item, .gre-wide html .gre-people-listing.gre-people-short .gre-grid-item, html .gre-wide .gre-people-listing.gre-people-short .gre-grid-item, .gre-wide .gre-listing.gre-people-short .gre-grid-item, .gre-wide .gre-people-short.gre-research-listing .gre-grid-item, .gre-wide .gre-people-short.gre-search-results .gre-grid-item, .gre-wide .gre-people-short.gre-article-listing .gre-grid-item, .gre-wide .gre-grid .gre-adbox, .gre-wide html .gre-people-listing.gre-people-short .gre-adbox, html .gre-wide .gre-people-listing.gre-people-short .gre-adbox, .gre-wide .gre-listing.gre-people-short .gre-adbox, .gre-wide .gre-people-short.gre-research-listing .gre-adbox, .gre-wide .gre-people-short.gre-search-results .gre-adbox, .gre-wide .gre-people-short.gre-article-listing .gre-adbox, .gre-wide .gre-grid .gre-ad-box, .gre-wide html .gre-people-listing.gre-people-short .gre-ad-box, html .gre-wide .gre-people-listing.gre-people-short .gre-ad-box, .gre-wide .gre-listing.gre-people-short .gre-ad-box, .gre-wide .gre-people-short.gre-research-listing .gre-ad-box, .gre-wide .gre-people-short.gre-search-results .gre-ad-box, .gre-wide .gre-people-short.gre-article-listing .gre-ad-box, .gre-wide .gre-grid .gre-journey-box, .gre-wide html .gre-people-listing.gre-people-short .gre-journey-box, html .gre-wide .gre-people-listing.gre-people-short .gre-journey-box, .gre-wide .gre-listing.gre-people-short .gre-journey-box, .gre-wide .gre-people-short.gre-research-listing .gre-journey-box, .gre-wide .gre-people-short.gre-search-results .gre-journey-box, .gre-wide .gre-people-short.gre-article-listing .gre-journey-box, .gre-wide .gre-grid .gre-article-box, .gre-wide html .gre-people-listing.gre-people-short .gre-article-box, html .gre-wide .gre-people-listing.gre-people-short .gre-article-box, .gre-wide .gre-listing.gre-people-short .gre-article-box, .gre-wide .gre-people-short.gre-research-listing .gre-article-box, .gre-wide .gre-people-short.gre-search-results .gre-article-box, .gre-wide .gre-people-short.gre-article-listing .gre-article-box, html .gre-people-listing.gre-people-short .gre-wide .gre-grid .gre-people-item, .gre-wide html .gre-people-listing.gre-people-short .gre-people-item, html .gre-wide .gre-people-listing.gre-people-short .gre-people-item, .gre-listing.gre-people-short .gre-wide .gre-grid .gre-people-item, .gre-wide .gre-listing.gre-people-short .gre-people-item, .gre-people-short.gre-research-listing .gre-wide .gre-grid .gre-people-item, .gre-wide .gre-people-short.gre-research-listing .gre-people-item, .gre-people-short.gre-search-results .gre-wide .gre-grid .gre-people-item, .gre-wide .gre-people-short.gre-search-results .gre-people-item, .gre-people-short.gre-article-listing .gre-wide .gre-grid .gre-people-item, .gre-wide .gre-people-short.gre-article-listing .gre-people-item {
    min-height: 420px;
  }
}

/**** SEARCH ****/
/* main search */
.gre-search-results-suggestions ul {
  margin-left: 0;
}

.gre-search-results-suggestions li {
  display: inline-block;
  list-style-type: none;
  margin-right: 0.9375rem;
}

.gre-search-results-suggestions li:hover, .gre-search-results-suggestions li:focus, .gre-search-results-suggestions li:active {
  background: #2e2e2e !important;
  color: #fff !important;
  text-decoration: none !important;
}

.gre-grid-image {
  overflow: hidden;
  position: relative;
}

.gre-grid-image:before {
  padding-top: 50%;
  content: " ";
  display: block;
}

.gre-grid-image img {
  width: 100%;
}

.gre-grid-image.gre-short-image {
  overflow: hidden;
  position: relative;
}

.gre-grid-image.gre-short-image:before {
  padding-top: 38%;
  content: " ";
  display: block;
}

a:hover .gre-grid-image img, a:focus .gre-grid-image img, a:active .gre-grid-image img {
  opacity: 0.5;
}

.video .gre-grid-image {
  position: relative;
}

.video .gre-grid-image:after {
  font-weight: 900;
  font-family: "Font Awesome 5 Pro";
  color: white;
  text-shadow: 1px 1px 3px black;
  font-size: 1.5rem;
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  content: "";
}

/*=== Flex only CSS ===*/
/*== GRE-GRID ==*/
@supports (display: flex) {
  html .gre-grid, html .gre-people-listing.gre-people-short, html .gre-listing.gre-people-short, html .gre-people-short.gre-research-listing, html .gre-people-short.gre-search-results, html .gre-people-short.gre-article-listing {
    display: flex;
    flex-flow: row wrap;
    margin-top: -0.625rem;
    margin-right: -0.625rem;
    margin-bottom: -0.625rem;
    margin-left: -0.625rem;
    justify-content: center;
  }
  @media print, screen and (min-width: 34.375em) {
    html .gre-grid, html .gre-people-listing.gre-people-short, html .gre-listing.gre-people-short, html .gre-people-short.gre-research-listing, html .gre-people-short.gre-search-results, html .gre-people-short.gre-article-listing {
      margin-top: -0.9375rem;
      margin-right: -0.9375rem;
      margin-bottom: -0.9375rem;
      margin-left: -0.9375rem;
    }
  }
  @media print, screen and (min-width: 53.75em) {
    html .no-flex-clear {
      clear: none;
    }
  }
}

@supports (display: flex) {
  .gre-grid-item, .gre-adbox, .gre-ad-box, .gre-journey-box, .gre-article-box, html .gre-people-listing.gre-people-short .gre-people-item, .gre-listing.gre-people-short .gre-people-item, .gre-people-short.gre-research-listing .gre-people-item, .gre-people-short.gre-search-results .gre-people-item, .gre-people-short.gre-article-listing .gre-people-item {
    height: auto !important;
  }
  .gre-grid .gre-grid-item, html .gre-people-listing.gre-people-short .gre-grid-item, .gre-listing.gre-people-short .gre-grid-item, .gre-people-short.gre-research-listing .gre-grid-item, .gre-people-short.gre-search-results .gre-grid-item, .gre-people-short.gre-article-listing .gre-grid-item, .gre-grid .gre-adbox, html .gre-people-listing.gre-people-short .gre-adbox, .gre-listing.gre-people-short .gre-adbox, .gre-people-short.gre-research-listing .gre-adbox, .gre-people-short.gre-search-results .gre-adbox, .gre-people-short.gre-article-listing .gre-adbox, .gre-grid .gre-ad-box, html .gre-people-listing.gre-people-short .gre-ad-box, .gre-listing.gre-people-short .gre-ad-box, .gre-people-short.gre-research-listing .gre-ad-box, .gre-people-short.gre-search-results .gre-ad-box, .gre-people-short.gre-article-listing .gre-ad-box, .gre-grid .gre-journey-box, html .gre-people-listing.gre-people-short .gre-journey-box, .gre-listing.gre-people-short .gre-journey-box, .gre-people-short.gre-research-listing .gre-journey-box, .gre-people-short.gre-search-results .gre-journey-box, .gre-people-short.gre-article-listing .gre-journey-box, .gre-grid .gre-article-box, html .gre-people-listing.gre-people-short .gre-article-box, .gre-listing.gre-people-short .gre-article-box, .gre-people-short.gre-research-listing .gre-article-box, .gre-people-short.gre-search-results .gre-article-box, .gre-people-short.gre-article-listing .gre-article-box, html .gre-people-listing.gre-people-short .gre-people-item, .gre-listing.gre-people-short .gre-people-item, .gre-people-short.gre-research-listing .gre-people-item, .gre-people-short.gre-search-results .gre-people-item, .gre-people-short.gre-article-listing .gre-people-item {
    flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-right: 0.9375rem;
    margin-bottom: 0.9375rem;
    margin-left: 0.9375rem;
  }
  @media print, screen and (min-width: 53.75em) {
    .gre-grid .gre-grid-item, html .gre-people-listing.gre-people-short .gre-grid-item, .gre-listing.gre-people-short .gre-grid-item, .gre-people-short.gre-research-listing .gre-grid-item, .gre-people-short.gre-search-results .gre-grid-item, .gre-people-short.gre-article-listing .gre-grid-item, .gre-grid .gre-adbox, html .gre-people-listing.gre-people-short .gre-adbox, .gre-listing.gre-people-short .gre-adbox, .gre-people-short.gre-research-listing .gre-adbox, .gre-people-short.gre-search-results .gre-adbox, .gre-people-short.gre-article-listing .gre-adbox, .gre-grid .gre-ad-box, html .gre-people-listing.gre-people-short .gre-ad-box, .gre-listing.gre-people-short .gre-ad-box, .gre-people-short.gre-research-listing .gre-ad-box, .gre-people-short.gre-search-results .gre-ad-box, .gre-people-short.gre-article-listing .gre-ad-box, .gre-grid .gre-journey-box, html .gre-people-listing.gre-people-short .gre-journey-box, .gre-listing.gre-people-short .gre-journey-box, .gre-people-short.gre-research-listing .gre-journey-box, .gre-people-short.gre-search-results .gre-journey-box, .gre-people-short.gre-article-listing .gre-journey-box, .gre-grid .gre-article-box, html .gre-people-listing.gre-people-short .gre-article-box, .gre-listing.gre-people-short .gre-article-box, .gre-people-short.gre-research-listing .gre-article-box, .gre-people-short.gre-search-results .gre-article-box, .gre-people-short.gre-article-listing .gre-article-box, html .gre-people-listing.gre-people-short .gre-people-item, .gre-listing.gre-people-short .gre-people-item, .gre-people-short.gre-research-listing .gre-people-item, .gre-people-short.gre-search-results .gre-people-item, .gre-people-short.gre-article-listing .gre-people-item {
      width: calc(50% - 1.875rem);
      margin-right: 0.9375rem;
      margin-left: 0.9375rem;
    }
  }
  .gre-grid .gre-grid-item .gre-grid-thumbnail, html .gre-people-listing.gre-people-short .gre-grid-item .gre-grid-thumbnail, .gre-listing.gre-people-short .gre-grid-item .gre-grid-thumbnail, .gre-people-short.gre-research-listing .gre-grid-item .gre-grid-thumbnail, .gre-people-short.gre-search-results .gre-grid-item .gre-grid-thumbnail, .gre-people-short.gre-article-listing .gre-grid-item .gre-grid-thumbnail, .gre-grid .gre-adbox .gre-grid-thumbnail, html .gre-people-listing.gre-people-short .gre-adbox .gre-grid-thumbnail, .gre-listing.gre-people-short .gre-adbox .gre-grid-thumbnail, .gre-people-short.gre-research-listing .gre-adbox .gre-grid-thumbnail, .gre-people-short.gre-search-results .gre-adbox .gre-grid-thumbnail, .gre-people-short.gre-article-listing .gre-adbox .gre-grid-thumbnail, .gre-grid .gre-ad-box .gre-grid-thumbnail, html .gre-people-listing.gre-people-short .gre-ad-box .gre-grid-thumbnail, .gre-listing.gre-people-short .gre-ad-box .gre-grid-thumbnail, .gre-people-short.gre-research-listing .gre-ad-box .gre-grid-thumbnail, .gre-people-short.gre-search-results .gre-ad-box .gre-grid-thumbnail, .gre-people-short.gre-article-listing .gre-ad-box .gre-grid-thumbnail, .gre-grid .gre-journey-box .gre-grid-thumbnail, html .gre-people-listing.gre-people-short .gre-journey-box .gre-grid-thumbnail, .gre-listing.gre-people-short .gre-journey-box .gre-grid-thumbnail, .gre-people-short.gre-research-listing .gre-journey-box .gre-grid-thumbnail, .gre-people-short.gre-search-results .gre-journey-box .gre-grid-thumbnail, .gre-people-short.gre-article-listing .gre-journey-box .gre-grid-thumbnail, .gre-grid .gre-article-box .gre-grid-thumbnail, html .gre-people-listing.gre-people-short .gre-article-box .gre-grid-thumbnail, .gre-listing.gre-people-short .gre-article-box .gre-grid-thumbnail, .gre-people-short.gre-research-listing .gre-article-box .gre-grid-thumbnail, .gre-people-short.gre-search-results .gre-article-box .gre-grid-thumbnail, .gre-people-short.gre-article-listing .gre-article-box .gre-grid-thumbnail, html .gre-people-listing.gre-people-short .gre-people-item .gre-grid-thumbnail, .gre-listing.gre-people-short .gre-people-item .gre-grid-thumbnail, .gre-people-short.gre-research-listing .gre-people-item .gre-grid-thumbnail, .gre-people-short.gre-search-results .gre-people-item .gre-grid-thumbnail, .gre-people-short.gre-article-listing .gre-people-item .gre-grid-thumbnail {
    width: calc(100% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
  .gre-grid .gre-grid-item .gre-grid-text, html .gre-people-listing.gre-people-short .gre-grid-item .gre-grid-text, .gre-listing.gre-people-short .gre-grid-item .gre-grid-text, .gre-people-short.gre-research-listing .gre-grid-item .gre-grid-text, .gre-people-short.gre-search-results .gre-grid-item .gre-grid-text, .gre-people-short.gre-article-listing .gre-grid-item .gre-grid-text, .gre-grid .gre-adbox .gre-grid-text, html .gre-people-listing.gre-people-short .gre-adbox .gre-grid-text, .gre-listing.gre-people-short .gre-adbox .gre-grid-text, .gre-people-short.gre-research-listing .gre-adbox .gre-grid-text, .gre-people-short.gre-search-results .gre-adbox .gre-grid-text, .gre-people-short.gre-article-listing .gre-adbox .gre-grid-text, .gre-grid .gre-ad-box .gre-grid-text, html .gre-people-listing.gre-people-short .gre-ad-box .gre-grid-text, .gre-listing.gre-people-short .gre-ad-box .gre-grid-text, .gre-people-short.gre-research-listing .gre-ad-box .gre-grid-text, .gre-people-short.gre-search-results .gre-ad-box .gre-grid-text, .gre-people-short.gre-article-listing .gre-ad-box .gre-grid-text, .gre-grid .gre-journey-box .gre-grid-text, html .gre-people-listing.gre-people-short .gre-journey-box .gre-grid-text, .gre-listing.gre-people-short .gre-journey-box .gre-grid-text, .gre-people-short.gre-research-listing .gre-journey-box .gre-grid-text, .gre-people-short.gre-search-results .gre-journey-box .gre-grid-text, .gre-people-short.gre-article-listing .gre-journey-box .gre-grid-text, .gre-grid .gre-article-box .gre-grid-text, html .gre-people-listing.gre-people-short .gre-article-box .gre-grid-text, .gre-listing.gre-people-short .gre-article-box .gre-grid-text, .gre-people-short.gre-research-listing .gre-article-box .gre-grid-text, .gre-people-short.gre-search-results .gre-article-box .gre-grid-text, .gre-people-short.gre-article-listing .gre-article-box .gre-grid-text, html .gre-people-listing.gre-people-short .gre-people-item .gre-grid-text, .gre-listing.gre-people-short .gre-people-item .gre-grid-text, .gre-people-short.gre-research-listing .gre-people-item .gre-grid-text, .gre-people-short.gre-search-results .gre-people-item .gre-grid-text, .gre-people-short.gre-article-listing .gre-people-item .gre-grid-text {
    width: calc(100% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
  .gre-subnav .gre-grid-item, .gre-subnav .gre-adbox, .gre-subnav .gre-ad-box, .gre-subnav .gre-journey-box, .gre-subnav .gre-article-box, .gre-subnav html .gre-people-listing.gre-people-short .gre-people-item, html .gre-people-listing.gre-people-short .gre-subnav .gre-people-item, .gre-subnav .gre-listing.gre-people-short .gre-people-item, .gre-listing.gre-people-short .gre-subnav .gre-people-item, .gre-subnav .gre-people-short.gre-research-listing .gre-people-item, .gre-people-short.gre-research-listing .gre-subnav .gre-people-item, .gre-subnav .gre-people-short.gre-search-results .gre-people-item, .gre-people-short.gre-search-results .gre-subnav .gre-people-item, .gre-subnav .gre-people-short.gre-article-listing .gre-people-item, .gre-people-short.gre-article-listing .gre-subnav .gre-people-item, .gre-column .gre-grid-item, .gre-column .gre-adbox, .gre-column .gre-ad-box, .gre-column .gre-journey-box, .gre-column .gre-article-box, .gre-column html .gre-people-listing.gre-people-short .gre-people-item, html .gre-people-listing.gre-people-short .gre-column .gre-people-item, .gre-column .gre-listing.gre-people-short .gre-people-item, .gre-listing.gre-people-short .gre-column .gre-people-item, .gre-column .gre-people-short.gre-research-listing .gre-people-item, .gre-people-short.gre-research-listing .gre-column .gre-people-item, .gre-column .gre-people-short.gre-search-results .gre-people-item, .gre-people-short.gre-search-results .gre-column .gre-people-item, .gre-column .gre-people-short.gre-article-listing .gre-people-item, .gre-people-short.gre-article-listing .gre-column .gre-people-item {
    width: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-right: 0.9375rem;
    margin-bottom: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

html .gre-listing .gre-grid-item, html .gre-research-listing .gre-grid-item, html .gre-search-results .gre-grid-item, html .gre-article-listing .gre-grid-item, html .gre-listing .gre-adbox, html .gre-research-listing .gre-adbox, html .gre-search-results .gre-adbox, html .gre-article-listing .gre-adbox, html .gre-listing .gre-ad-box, html .gre-research-listing .gre-ad-box, html .gre-search-results .gre-ad-box, html .gre-article-listing .gre-ad-box, html .gre-listing .gre-journey-box, html .gre-research-listing .gre-journey-box, html .gre-search-results .gre-journey-box, html .gre-article-listing .gre-journey-box, html .gre-listing .gre-article-box, html .gre-research-listing .gre-article-box, html .gre-search-results .gre-article-box, html .gre-article-listing .gre-article-box, html .gre-listing .gre-people-listing.gre-people-short .gre-people-item, html .gre-people-listing.gre-people-short .gre-listing .gre-people-item, html .gre-research-listing .gre-people-listing.gre-people-short .gre-people-item, html .gre-people-listing.gre-people-short .gre-research-listing .gre-people-item, html .gre-search-results .gre-people-listing.gre-people-short .gre-people-item, html .gre-people-listing.gre-people-short .gre-search-results .gre-people-item, html .gre-article-listing .gre-people-listing.gre-people-short .gre-people-item, html .gre-people-listing.gre-people-short .gre-article-listing .gre-people-item, html .gre-listing.gre-people-short .gre-people-item, .gre-listing.gre-people-short html .gre-research-listing .gre-people-item, .gre-listing.gre-people-short html .gre-search-results .gre-people-item, .gre-listing.gre-people-short html .gre-article-listing .gre-people-item, .gre-people-short.gre-research-listing html .gre-listing .gre-people-item, html .gre-people-short.gre-research-listing .gre-people-item, .gre-people-short.gre-research-listing html .gre-search-results .gre-people-item, .gre-people-short.gre-research-listing html .gre-article-listing .gre-people-item, .gre-people-short.gre-search-results html .gre-listing .gre-people-item, .gre-people-short.gre-search-results html .gre-research-listing .gre-people-item, html .gre-people-short.gre-search-results .gre-people-item, .gre-people-short.gre-search-results html .gre-article-listing .gre-people-item, .gre-people-short.gre-article-listing html .gre-listing .gre-people-item, .gre-people-short.gre-article-listing html .gre-research-listing .gre-people-item, .gre-people-short.gre-article-listing html .gre-search-results .gre-people-item, html .gre-people-short.gre-article-listing .gre-people-item {
  display: flex;
  flex-flow: column nowrap;
}

/*=== Use full width where available ===*/
@media screen and (min-width: 65em) {
  .no-nav .gre-page-copy .gre-grid .gre-grid-item, .no-nav .gre-page-copy html .gre-people-listing.gre-people-short .gre-grid-item, html .no-nav .gre-page-copy .gre-people-listing.gre-people-short .gre-grid-item, .no-nav .gre-page-copy .gre-listing.gre-people-short .gre-grid-item, .no-nav .gre-page-copy .gre-people-short.gre-research-listing .gre-grid-item, .no-nav .gre-page-copy .gre-people-short.gre-search-results .gre-grid-item, .no-nav .gre-page-copy .gre-people-short.gre-article-listing .gre-grid-item, .no-nav .gre-page-copy .gre-grid .gre-adbox, .no-nav .gre-page-copy html .gre-people-listing.gre-people-short .gre-adbox, html .no-nav .gre-page-copy .gre-people-listing.gre-people-short .gre-adbox, .no-nav .gre-page-copy .gre-listing.gre-people-short .gre-adbox, .no-nav .gre-page-copy .gre-people-short.gre-research-listing .gre-adbox, .no-nav .gre-page-copy .gre-people-short.gre-search-results .gre-adbox, .no-nav .gre-page-copy .gre-people-short.gre-article-listing .gre-adbox, .no-nav .gre-page-copy .gre-grid .gre-ad-box, .no-nav .gre-page-copy html .gre-people-listing.gre-people-short .gre-ad-box, html .no-nav .gre-page-copy .gre-people-listing.gre-people-short .gre-ad-box, .no-nav .gre-page-copy .gre-listing.gre-people-short .gre-ad-box, .no-nav .gre-page-copy .gre-people-short.gre-research-listing .gre-ad-box, .no-nav .gre-page-copy .gre-people-short.gre-search-results .gre-ad-box, .no-nav .gre-page-copy .gre-people-short.gre-article-listing .gre-ad-box, .no-nav .gre-page-copy .gre-grid .gre-journey-box, .no-nav .gre-page-copy html .gre-people-listing.gre-people-short .gre-journey-box, html .no-nav .gre-page-copy .gre-people-listing.gre-people-short .gre-journey-box, .no-nav .gre-page-copy .gre-listing.gre-people-short .gre-journey-box, .no-nav .gre-page-copy .gre-people-short.gre-research-listing .gre-journey-box, .no-nav .gre-page-copy .gre-people-short.gre-search-results .gre-journey-box, .no-nav .gre-page-copy .gre-people-short.gre-article-listing .gre-journey-box, .no-nav .gre-page-copy .gre-grid .gre-article-box, .no-nav .gre-page-copy html .gre-people-listing.gre-people-short .gre-article-box, html .no-nav .gre-page-copy .gre-people-listing.gre-people-short .gre-article-box, .no-nav .gre-page-copy .gre-listing.gre-people-short .gre-article-box, .no-nav .gre-page-copy .gre-people-short.gre-research-listing .gre-article-box, .no-nav .gre-page-copy .gre-people-short.gre-search-results .gre-article-box, .no-nav .gre-page-copy .gre-people-short.gre-article-listing .gre-article-box, html .gre-people-listing.gre-people-short .no-nav .gre-page-copy .gre-grid .gre-people-item, .no-nav .gre-page-copy html .gre-people-listing.gre-people-short .gre-people-item, html .no-nav .gre-page-copy .gre-people-listing.gre-people-short .gre-people-item, .gre-listing.gre-people-short .no-nav .gre-page-copy .gre-grid .gre-people-item, .no-nav .gre-page-copy .gre-listing.gre-people-short .gre-people-item, .gre-people-short.gre-research-listing .no-nav .gre-page-copy .gre-grid .gre-people-item, .no-nav .gre-page-copy .gre-people-short.gre-research-listing .gre-people-item, .gre-people-short.gre-search-results .no-nav .gre-page-copy .gre-grid .gre-people-item, .no-nav .gre-page-copy .gre-people-short.gre-search-results .gre-people-item, .gre-people-short.gre-article-listing .no-nav .gre-page-copy .gre-grid .gre-people-item, .no-nav .gre-page-copy .gre-people-short.gre-article-listing .gre-people-item, body.gre-curated .gre-grid .gre-grid-item, body.gre-curated html .gre-people-listing.gre-people-short .gre-grid-item, html body.gre-curated .gre-people-listing.gre-people-short .gre-grid-item, body.gre-curated .gre-listing.gre-people-short .gre-grid-item, body.gre-curated .gre-people-short.gre-research-listing .gre-grid-item, body.gre-curated .gre-people-short.gre-search-results .gre-grid-item, body.gre-curated .gre-people-short.gre-article-listing .gre-grid-item, body.gre-curated .gre-grid .gre-adbox, body.gre-curated html .gre-people-listing.gre-people-short .gre-adbox, html body.gre-curated .gre-people-listing.gre-people-short .gre-adbox, body.gre-curated .gre-listing.gre-people-short .gre-adbox, body.gre-curated .gre-people-short.gre-research-listing .gre-adbox, body.gre-curated .gre-people-short.gre-search-results .gre-adbox, body.gre-curated .gre-people-short.gre-article-listing .gre-adbox, body.gre-curated .gre-grid .gre-ad-box, body.gre-curated html .gre-people-listing.gre-people-short .gre-ad-box, html body.gre-curated .gre-people-listing.gre-people-short .gre-ad-box, body.gre-curated .gre-listing.gre-people-short .gre-ad-box, body.gre-curated .gre-people-short.gre-research-listing .gre-ad-box, body.gre-curated .gre-people-short.gre-search-results .gre-ad-box, body.gre-curated .gre-people-short.gre-article-listing .gre-ad-box, body.gre-curated .gre-grid .gre-journey-box, body.gre-curated html .gre-people-listing.gre-people-short .gre-journey-box, html body.gre-curated .gre-people-listing.gre-people-short .gre-journey-box, body.gre-curated .gre-listing.gre-people-short .gre-journey-box, body.gre-curated .gre-people-short.gre-research-listing .gre-journey-box, body.gre-curated .gre-people-short.gre-search-results .gre-journey-box, body.gre-curated .gre-people-short.gre-article-listing .gre-journey-box, body.gre-curated .gre-grid .gre-article-box, body.gre-curated html .gre-people-listing.gre-people-short .gre-article-box, html body.gre-curated .gre-people-listing.gre-people-short .gre-article-box, body.gre-curated .gre-listing.gre-people-short .gre-article-box, body.gre-curated .gre-people-short.gre-research-listing .gre-article-box, body.gre-curated .gre-people-short.gre-search-results .gre-article-box, body.gre-curated .gre-people-short.gre-article-listing .gre-article-box, html .gre-people-listing.gre-people-short body.gre-curated .gre-grid .gre-people-item, body.gre-curated html .gre-people-listing.gre-people-short .gre-people-item, html body.gre-curated .gre-people-listing.gre-people-short .gre-people-item, .gre-listing.gre-people-short body.gre-curated .gre-grid .gre-people-item, body.gre-curated .gre-listing.gre-people-short .gre-people-item, .gre-people-short.gre-research-listing body.gre-curated .gre-grid .gre-people-item, body.gre-curated .gre-people-short.gre-research-listing .gre-people-item, .gre-people-short.gre-search-results body.gre-curated .gre-grid .gre-people-item, body.gre-curated .gre-people-short.gre-search-results .gre-people-item, .gre-people-short.gre-article-listing body.gre-curated .gre-grid .gre-people-item, body.gre-curated .gre-people-short.gre-article-listing .gre-people-item {
    width: 31%;
  }
  @supports (display: flex) {
    .no-nav .gre-page-copy .gre-grid .gre-grid-item, .no-nav .gre-page-copy html .gre-people-listing.gre-people-short .gre-grid-item, html .no-nav .gre-page-copy .gre-people-listing.gre-people-short .gre-grid-item, .no-nav .gre-page-copy .gre-listing.gre-people-short .gre-grid-item, .no-nav .gre-page-copy .gre-people-short.gre-research-listing .gre-grid-item, .no-nav .gre-page-copy .gre-people-short.gre-search-results .gre-grid-item, .no-nav .gre-page-copy .gre-people-short.gre-article-listing .gre-grid-item, .no-nav .gre-page-copy .gre-grid .gre-adbox, .no-nav .gre-page-copy html .gre-people-listing.gre-people-short .gre-adbox, html .no-nav .gre-page-copy .gre-people-listing.gre-people-short .gre-adbox, .no-nav .gre-page-copy .gre-listing.gre-people-short .gre-adbox, .no-nav .gre-page-copy .gre-people-short.gre-research-listing .gre-adbox, .no-nav .gre-page-copy .gre-people-short.gre-search-results .gre-adbox, .no-nav .gre-page-copy .gre-people-short.gre-article-listing .gre-adbox, .no-nav .gre-page-copy .gre-grid .gre-ad-box, .no-nav .gre-page-copy html .gre-people-listing.gre-people-short .gre-ad-box, html .no-nav .gre-page-copy .gre-people-listing.gre-people-short .gre-ad-box, .no-nav .gre-page-copy .gre-listing.gre-people-short .gre-ad-box, .no-nav .gre-page-copy .gre-people-short.gre-research-listing .gre-ad-box, .no-nav .gre-page-copy .gre-people-short.gre-search-results .gre-ad-box, .no-nav .gre-page-copy .gre-people-short.gre-article-listing .gre-ad-box, .no-nav .gre-page-copy .gre-grid .gre-journey-box, .no-nav .gre-page-copy html .gre-people-listing.gre-people-short .gre-journey-box, html .no-nav .gre-page-copy .gre-people-listing.gre-people-short .gre-journey-box, .no-nav .gre-page-copy .gre-listing.gre-people-short .gre-journey-box, .no-nav .gre-page-copy .gre-people-short.gre-research-listing .gre-journey-box, .no-nav .gre-page-copy .gre-people-short.gre-search-results .gre-journey-box, .no-nav .gre-page-copy .gre-people-short.gre-article-listing .gre-journey-box, .no-nav .gre-page-copy .gre-grid .gre-article-box, .no-nav .gre-page-copy html .gre-people-listing.gre-people-short .gre-article-box, html .no-nav .gre-page-copy .gre-people-listing.gre-people-short .gre-article-box, .no-nav .gre-page-copy .gre-listing.gre-people-short .gre-article-box, .no-nav .gre-page-copy .gre-people-short.gre-research-listing .gre-article-box, .no-nav .gre-page-copy .gre-people-short.gre-search-results .gre-article-box, .no-nav .gre-page-copy .gre-people-short.gre-article-listing .gre-article-box, html .gre-people-listing.gre-people-short .no-nav .gre-page-copy .gre-grid .gre-people-item, .no-nav .gre-page-copy html .gre-people-listing.gre-people-short .gre-people-item, html .no-nav .gre-page-copy .gre-people-listing.gre-people-short .gre-people-item, .gre-listing.gre-people-short .no-nav .gre-page-copy .gre-grid .gre-people-item, .no-nav .gre-page-copy .gre-listing.gre-people-short .gre-people-item, .gre-people-short.gre-research-listing .no-nav .gre-page-copy .gre-grid .gre-people-item, .no-nav .gre-page-copy .gre-people-short.gre-research-listing .gre-people-item, .gre-people-short.gre-search-results .no-nav .gre-page-copy .gre-grid .gre-people-item, .no-nav .gre-page-copy .gre-people-short.gre-search-results .gre-people-item, .gre-people-short.gre-article-listing .no-nav .gre-page-copy .gre-grid .gre-people-item, .no-nav .gre-page-copy .gre-people-short.gre-article-listing .gre-people-item, body.gre-curated .gre-grid .gre-grid-item, body.gre-curated html .gre-people-listing.gre-people-short .gre-grid-item, html body.gre-curated .gre-people-listing.gre-people-short .gre-grid-item, body.gre-curated .gre-listing.gre-people-short .gre-grid-item, body.gre-curated .gre-people-short.gre-research-listing .gre-grid-item, body.gre-curated .gre-people-short.gre-search-results .gre-grid-item, body.gre-curated .gre-people-short.gre-article-listing .gre-grid-item, body.gre-curated .gre-grid .gre-adbox, body.gre-curated html .gre-people-listing.gre-people-short .gre-adbox, html body.gre-curated .gre-people-listing.gre-people-short .gre-adbox, body.gre-curated .gre-listing.gre-people-short .gre-adbox, body.gre-curated .gre-people-short.gre-research-listing .gre-adbox, body.gre-curated .gre-people-short.gre-search-results .gre-adbox, body.gre-curated .gre-people-short.gre-article-listing .gre-adbox, body.gre-curated .gre-grid .gre-ad-box, body.gre-curated html .gre-people-listing.gre-people-short .gre-ad-box, html body.gre-curated .gre-people-listing.gre-people-short .gre-ad-box, body.gre-curated .gre-listing.gre-people-short .gre-ad-box, body.gre-curated .gre-people-short.gre-research-listing .gre-ad-box, body.gre-curated .gre-people-short.gre-search-results .gre-ad-box, body.gre-curated .gre-people-short.gre-article-listing .gre-ad-box, body.gre-curated .gre-grid .gre-journey-box, body.gre-curated html .gre-people-listing.gre-people-short .gre-journey-box, html body.gre-curated .gre-people-listing.gre-people-short .gre-journey-box, body.gre-curated .gre-listing.gre-people-short .gre-journey-box, body.gre-curated .gre-people-short.gre-research-listing .gre-journey-box, body.gre-curated .gre-people-short.gre-search-results .gre-journey-box, body.gre-curated .gre-people-short.gre-article-listing .gre-journey-box, body.gre-curated .gre-grid .gre-article-box, body.gre-curated html .gre-people-listing.gre-people-short .gre-article-box, html body.gre-curated .gre-people-listing.gre-people-short .gre-article-box, body.gre-curated .gre-listing.gre-people-short .gre-article-box, body.gre-curated .gre-people-short.gre-research-listing .gre-article-box, body.gre-curated .gre-people-short.gre-search-results .gre-article-box, body.gre-curated .gre-people-short.gre-article-listing .gre-article-box, html .gre-people-listing.gre-people-short body.gre-curated .gre-grid .gre-people-item, body.gre-curated html .gre-people-listing.gre-people-short .gre-people-item, html body.gre-curated .gre-people-listing.gre-people-short .gre-people-item, .gre-listing.gre-people-short body.gre-curated .gre-grid .gre-people-item, body.gre-curated .gre-listing.gre-people-short .gre-people-item, .gre-people-short.gre-research-listing body.gre-curated .gre-grid .gre-people-item, body.gre-curated .gre-people-short.gre-research-listing .gre-people-item, .gre-people-short.gre-search-results body.gre-curated .gre-grid .gre-people-item, body.gre-curated .gre-people-short.gre-search-results .gre-people-item, .gre-people-short.gre-article-listing body.gre-curated .gre-grid .gre-people-item, body.gre-curated .gre-people-short.gre-article-listing .gre-people-item {
      width: calc(33.33333% - 1.875rem);
      margin-right: 0.9375rem;
      margin-left: 0.9375rem;
    }
  }
}

@media screen and (min-width: 65em) {
  .no-nav .gre-page-copy .gre-wide.gre-grid .gre-grid-item, .no-nav .gre-page-copy html .gre-wide.gre-people-listing.gre-people-short .gre-grid-item, html .no-nav .gre-page-copy .gre-wide.gre-people-listing.gre-people-short .gre-grid-item, .no-nav .gre-page-copy .gre-wide.gre-listing.gre-people-short .gre-grid-item, .no-nav .gre-page-copy .gre-wide.gre-people-short.gre-research-listing .gre-grid-item, .no-nav .gre-page-copy .gre-wide.gre-people-short.gre-search-results .gre-grid-item, .no-nav .gre-page-copy .gre-wide.gre-people-short.gre-article-listing .gre-grid-item, .no-nav .gre-page-copy .gre-wide.gre-grid .gre-adbox, .no-nav .gre-page-copy html .gre-wide.gre-people-listing.gre-people-short .gre-adbox, html .no-nav .gre-page-copy .gre-wide.gre-people-listing.gre-people-short .gre-adbox, .no-nav .gre-page-copy .gre-wide.gre-listing.gre-people-short .gre-adbox, .no-nav .gre-page-copy .gre-wide.gre-people-short.gre-research-listing .gre-adbox, .no-nav .gre-page-copy .gre-wide.gre-people-short.gre-search-results .gre-adbox, .no-nav .gre-page-copy .gre-wide.gre-people-short.gre-article-listing .gre-adbox, .no-nav .gre-page-copy .gre-wide.gre-grid .gre-ad-box, .no-nav .gre-page-copy html .gre-wide.gre-people-listing.gre-people-short .gre-ad-box, html .no-nav .gre-page-copy .gre-wide.gre-people-listing.gre-people-short .gre-ad-box, .no-nav .gre-page-copy .gre-wide.gre-listing.gre-people-short .gre-ad-box, .no-nav .gre-page-copy .gre-wide.gre-people-short.gre-research-listing .gre-ad-box, .no-nav .gre-page-copy .gre-wide.gre-people-short.gre-search-results .gre-ad-box, .no-nav .gre-page-copy .gre-wide.gre-people-short.gre-article-listing .gre-ad-box, .no-nav .gre-page-copy .gre-wide.gre-grid .gre-journey-box, .no-nav .gre-page-copy html .gre-wide.gre-people-listing.gre-people-short .gre-journey-box, html .no-nav .gre-page-copy .gre-wide.gre-people-listing.gre-people-short .gre-journey-box, .no-nav .gre-page-copy .gre-wide.gre-listing.gre-people-short .gre-journey-box, .no-nav .gre-page-copy .gre-wide.gre-people-short.gre-research-listing .gre-journey-box, .no-nav .gre-page-copy .gre-wide.gre-people-short.gre-search-results .gre-journey-box, .no-nav .gre-page-copy .gre-wide.gre-people-short.gre-article-listing .gre-journey-box, .no-nav .gre-page-copy .gre-wide.gre-grid .gre-article-box, .no-nav .gre-page-copy html .gre-wide.gre-people-listing.gre-people-short .gre-article-box, html .no-nav .gre-page-copy .gre-wide.gre-people-listing.gre-people-short .gre-article-box, .no-nav .gre-page-copy .gre-wide.gre-listing.gre-people-short .gre-article-box, .no-nav .gre-page-copy .gre-wide.gre-people-short.gre-research-listing .gre-article-box, .no-nav .gre-page-copy .gre-wide.gre-people-short.gre-search-results .gre-article-box, .no-nav .gre-page-copy .gre-wide.gre-people-short.gre-article-listing .gre-article-box, .no-nav .gre-page-copy .gre-wide.gre-grid html .gre-people-listing.gre-people-short .gre-people-item, html .gre-people-listing.gre-people-short .no-nav .gre-page-copy .gre-wide.gre-grid .gre-people-item, .no-nav .gre-page-copy html .gre-wide.gre-people-listing.gre-people-short .gre-people-item, html .no-nav .gre-page-copy .gre-wide.gre-people-listing.gre-people-short .gre-people-item, .no-nav .gre-page-copy .gre-wide.gre-grid .gre-listing.gre-people-short .gre-people-item, .gre-listing.gre-people-short .no-nav .gre-page-copy .gre-wide.gre-grid .gre-people-item, .no-nav .gre-page-copy .gre-wide.gre-listing.gre-people-short .gre-people-item, .no-nav .gre-page-copy .gre-wide.gre-grid .gre-people-short.gre-research-listing .gre-people-item, .gre-people-short.gre-research-listing .no-nav .gre-page-copy .gre-wide.gre-grid .gre-people-item, .no-nav .gre-page-copy .gre-wide.gre-people-short.gre-research-listing .gre-people-item, .no-nav .gre-page-copy .gre-wide.gre-grid .gre-people-short.gre-search-results .gre-people-item, .gre-people-short.gre-search-results .no-nav .gre-page-copy .gre-wide.gre-grid .gre-people-item, .no-nav .gre-page-copy .gre-wide.gre-people-short.gre-search-results .gre-people-item, .no-nav .gre-page-copy .gre-wide.gre-grid .gre-people-short.gre-article-listing .gre-people-item, .gre-people-short.gre-article-listing .no-nav .gre-page-copy .gre-wide.gre-grid .gre-people-item, .no-nav .gre-page-copy .gre-wide.gre-people-short.gre-article-listing .gre-people-item, body.gre-curated .gre-wide.gre-grid .gre-grid-item, body.gre-curated html .gre-wide.gre-people-listing.gre-people-short .gre-grid-item, html body.gre-curated .gre-wide.gre-people-listing.gre-people-short .gre-grid-item, body.gre-curated .gre-wide.gre-listing.gre-people-short .gre-grid-item, body.gre-curated .gre-wide.gre-people-short.gre-research-listing .gre-grid-item, body.gre-curated .gre-wide.gre-people-short.gre-search-results .gre-grid-item, body.gre-curated .gre-wide.gre-people-short.gre-article-listing .gre-grid-item, body.gre-curated .gre-wide.gre-grid .gre-adbox, body.gre-curated html .gre-wide.gre-people-listing.gre-people-short .gre-adbox, html body.gre-curated .gre-wide.gre-people-listing.gre-people-short .gre-adbox, body.gre-curated .gre-wide.gre-listing.gre-people-short .gre-adbox, body.gre-curated .gre-wide.gre-people-short.gre-research-listing .gre-adbox, body.gre-curated .gre-wide.gre-people-short.gre-search-results .gre-adbox, body.gre-curated .gre-wide.gre-people-short.gre-article-listing .gre-adbox, body.gre-curated .gre-wide.gre-grid .gre-ad-box, body.gre-curated html .gre-wide.gre-people-listing.gre-people-short .gre-ad-box, html body.gre-curated .gre-wide.gre-people-listing.gre-people-short .gre-ad-box, body.gre-curated .gre-wide.gre-listing.gre-people-short .gre-ad-box, body.gre-curated .gre-wide.gre-people-short.gre-research-listing .gre-ad-box, body.gre-curated .gre-wide.gre-people-short.gre-search-results .gre-ad-box, body.gre-curated .gre-wide.gre-people-short.gre-article-listing .gre-ad-box, body.gre-curated .gre-wide.gre-grid .gre-journey-box, body.gre-curated html .gre-wide.gre-people-listing.gre-people-short .gre-journey-box, html body.gre-curated .gre-wide.gre-people-listing.gre-people-short .gre-journey-box, body.gre-curated .gre-wide.gre-listing.gre-people-short .gre-journey-box, body.gre-curated .gre-wide.gre-people-short.gre-research-listing .gre-journey-box, body.gre-curated .gre-wide.gre-people-short.gre-search-results .gre-journey-box, body.gre-curated .gre-wide.gre-people-short.gre-article-listing .gre-journey-box, body.gre-curated .gre-wide.gre-grid .gre-article-box, body.gre-curated html .gre-wide.gre-people-listing.gre-people-short .gre-article-box, html body.gre-curated .gre-wide.gre-people-listing.gre-people-short .gre-article-box, body.gre-curated .gre-wide.gre-listing.gre-people-short .gre-article-box, body.gre-curated .gre-wide.gre-people-short.gre-research-listing .gre-article-box, body.gre-curated .gre-wide.gre-people-short.gre-search-results .gre-article-box, body.gre-curated .gre-wide.gre-people-short.gre-article-listing .gre-article-box, body.gre-curated .gre-wide.gre-grid html .gre-people-listing.gre-people-short .gre-people-item, html .gre-people-listing.gre-people-short body.gre-curated .gre-wide.gre-grid .gre-people-item, body.gre-curated html .gre-wide.gre-people-listing.gre-people-short .gre-people-item, html body.gre-curated .gre-wide.gre-people-listing.gre-people-short .gre-people-item, body.gre-curated .gre-wide.gre-grid .gre-listing.gre-people-short .gre-people-item, .gre-listing.gre-people-short body.gre-curated .gre-wide.gre-grid .gre-people-item, body.gre-curated .gre-wide.gre-listing.gre-people-short .gre-people-item, body.gre-curated .gre-wide.gre-grid .gre-people-short.gre-research-listing .gre-people-item, .gre-people-short.gre-research-listing body.gre-curated .gre-wide.gre-grid .gre-people-item, body.gre-curated .gre-wide.gre-people-short.gre-research-listing .gre-people-item, body.gre-curated .gre-wide.gre-grid .gre-people-short.gre-search-results .gre-people-item, .gre-people-short.gre-search-results body.gre-curated .gre-wide.gre-grid .gre-people-item, body.gre-curated .gre-wide.gre-people-short.gre-search-results .gre-people-item, body.gre-curated .gre-wide.gre-grid .gre-people-short.gre-article-listing .gre-people-item, .gre-people-short.gre-article-listing body.gre-curated .gre-wide.gre-grid .gre-people-item, body.gre-curated .gre-wide.gre-people-short.gre-article-listing .gre-people-item, .no-nav .gre-page-copy .gre-wide .gre-grid .gre-grid-item, .no-nav .gre-page-copy .gre-wide html .gre-people-listing.gre-people-short .gre-grid-item, html .no-nav .gre-page-copy .gre-wide .gre-people-listing.gre-people-short .gre-grid-item, .no-nav .gre-page-copy .gre-wide .gre-listing.gre-people-short .gre-grid-item, .no-nav .gre-page-copy .gre-wide .gre-people-short.gre-research-listing .gre-grid-item, .no-nav .gre-page-copy .gre-wide .gre-people-short.gre-search-results .gre-grid-item, .no-nav .gre-page-copy .gre-wide .gre-people-short.gre-article-listing .gre-grid-item, .no-nav .gre-page-copy .gre-wide .gre-grid .gre-adbox, .no-nav .gre-page-copy .gre-wide html .gre-people-listing.gre-people-short .gre-adbox, html .no-nav .gre-page-copy .gre-wide .gre-people-listing.gre-people-short .gre-adbox, .no-nav .gre-page-copy .gre-wide .gre-listing.gre-people-short .gre-adbox, .no-nav .gre-page-copy .gre-wide .gre-people-short.gre-research-listing .gre-adbox, .no-nav .gre-page-copy .gre-wide .gre-people-short.gre-search-results .gre-adbox, .no-nav .gre-page-copy .gre-wide .gre-people-short.gre-article-listing .gre-adbox, .no-nav .gre-page-copy .gre-wide .gre-grid .gre-ad-box, .no-nav .gre-page-copy .gre-wide html .gre-people-listing.gre-people-short .gre-ad-box, html .no-nav .gre-page-copy .gre-wide .gre-people-listing.gre-people-short .gre-ad-box, .no-nav .gre-page-copy .gre-wide .gre-listing.gre-people-short .gre-ad-box, .no-nav .gre-page-copy .gre-wide .gre-people-short.gre-research-listing .gre-ad-box, .no-nav .gre-page-copy .gre-wide .gre-people-short.gre-search-results .gre-ad-box, .no-nav .gre-page-copy .gre-wide .gre-people-short.gre-article-listing .gre-ad-box, .no-nav .gre-page-copy .gre-wide .gre-grid .gre-journey-box, .no-nav .gre-page-copy .gre-wide html .gre-people-listing.gre-people-short .gre-journey-box, html .no-nav .gre-page-copy .gre-wide .gre-people-listing.gre-people-short .gre-journey-box, .no-nav .gre-page-copy .gre-wide .gre-listing.gre-people-short .gre-journey-box, .no-nav .gre-page-copy .gre-wide .gre-people-short.gre-research-listing .gre-journey-box, .no-nav .gre-page-copy .gre-wide .gre-people-short.gre-search-results .gre-journey-box, .no-nav .gre-page-copy .gre-wide .gre-people-short.gre-article-listing .gre-journey-box, .no-nav .gre-page-copy .gre-wide .gre-grid .gre-article-box, .no-nav .gre-page-copy .gre-wide html .gre-people-listing.gre-people-short .gre-article-box, html .no-nav .gre-page-copy .gre-wide .gre-people-listing.gre-people-short .gre-article-box, .no-nav .gre-page-copy .gre-wide .gre-listing.gre-people-short .gre-article-box, .no-nav .gre-page-copy .gre-wide .gre-people-short.gre-research-listing .gre-article-box, .no-nav .gre-page-copy .gre-wide .gre-people-short.gre-search-results .gre-article-box, .no-nav .gre-page-copy .gre-wide .gre-people-short.gre-article-listing .gre-article-box, html .gre-people-listing.gre-people-short .no-nav .gre-page-copy .gre-wide .gre-grid .gre-people-item, .no-nav .gre-page-copy .gre-wide html .gre-people-listing.gre-people-short .gre-people-item, html .no-nav .gre-page-copy .gre-wide .gre-people-listing.gre-people-short .gre-people-item, .gre-listing.gre-people-short .no-nav .gre-page-copy .gre-wide .gre-grid .gre-people-item, .no-nav .gre-page-copy .gre-wide .gre-listing.gre-people-short .gre-people-item, .gre-people-short.gre-research-listing .no-nav .gre-page-copy .gre-wide .gre-grid .gre-people-item, .no-nav .gre-page-copy .gre-wide .gre-people-short.gre-research-listing .gre-people-item, .gre-people-short.gre-search-results .no-nav .gre-page-copy .gre-wide .gre-grid .gre-people-item, .no-nav .gre-page-copy .gre-wide .gre-people-short.gre-search-results .gre-people-item, .gre-people-short.gre-article-listing .no-nav .gre-page-copy .gre-wide .gre-grid .gre-people-item, .no-nav .gre-page-copy .gre-wide .gre-people-short.gre-article-listing .gre-people-item, body.gre-curated .gre-wide .gre-grid .gre-grid-item, body.gre-curated .gre-wide html .gre-people-listing.gre-people-short .gre-grid-item, html body.gre-curated .gre-wide .gre-people-listing.gre-people-short .gre-grid-item, body.gre-curated .gre-wide .gre-listing.gre-people-short .gre-grid-item, body.gre-curated .gre-wide .gre-people-short.gre-research-listing .gre-grid-item, body.gre-curated .gre-wide .gre-people-short.gre-search-results .gre-grid-item, body.gre-curated .gre-wide .gre-people-short.gre-article-listing .gre-grid-item, body.gre-curated .gre-wide .gre-grid .gre-adbox, body.gre-curated .gre-wide html .gre-people-listing.gre-people-short .gre-adbox, html body.gre-curated .gre-wide .gre-people-listing.gre-people-short .gre-adbox, body.gre-curated .gre-wide .gre-listing.gre-people-short .gre-adbox, body.gre-curated .gre-wide .gre-people-short.gre-research-listing .gre-adbox, body.gre-curated .gre-wide .gre-people-short.gre-search-results .gre-adbox, body.gre-curated .gre-wide .gre-people-short.gre-article-listing .gre-adbox, body.gre-curated .gre-wide .gre-grid .gre-ad-box, body.gre-curated .gre-wide html .gre-people-listing.gre-people-short .gre-ad-box, html body.gre-curated .gre-wide .gre-people-listing.gre-people-short .gre-ad-box, body.gre-curated .gre-wide .gre-listing.gre-people-short .gre-ad-box, body.gre-curated .gre-wide .gre-people-short.gre-research-listing .gre-ad-box, body.gre-curated .gre-wide .gre-people-short.gre-search-results .gre-ad-box, body.gre-curated .gre-wide .gre-people-short.gre-article-listing .gre-ad-box, body.gre-curated .gre-wide .gre-grid .gre-journey-box, body.gre-curated .gre-wide html .gre-people-listing.gre-people-short .gre-journey-box, html body.gre-curated .gre-wide .gre-people-listing.gre-people-short .gre-journey-box, body.gre-curated .gre-wide .gre-listing.gre-people-short .gre-journey-box, body.gre-curated .gre-wide .gre-people-short.gre-research-listing .gre-journey-box, body.gre-curated .gre-wide .gre-people-short.gre-search-results .gre-journey-box, body.gre-curated .gre-wide .gre-people-short.gre-article-listing .gre-journey-box, body.gre-curated .gre-wide .gre-grid .gre-article-box, body.gre-curated .gre-wide html .gre-people-listing.gre-people-short .gre-article-box, html body.gre-curated .gre-wide .gre-people-listing.gre-people-short .gre-article-box, body.gre-curated .gre-wide .gre-listing.gre-people-short .gre-article-box, body.gre-curated .gre-wide .gre-people-short.gre-research-listing .gre-article-box, body.gre-curated .gre-wide .gre-people-short.gre-search-results .gre-article-box, body.gre-curated .gre-wide .gre-people-short.gre-article-listing .gre-article-box, html .gre-people-listing.gre-people-short body.gre-curated .gre-wide .gre-grid .gre-people-item, body.gre-curated .gre-wide html .gre-people-listing.gre-people-short .gre-people-item, html body.gre-curated .gre-wide .gre-people-listing.gre-people-short .gre-people-item, .gre-listing.gre-people-short body.gre-curated .gre-wide .gre-grid .gre-people-item, body.gre-curated .gre-wide .gre-listing.gre-people-short .gre-people-item, .gre-people-short.gre-research-listing body.gre-curated .gre-wide .gre-grid .gre-people-item, body.gre-curated .gre-wide .gre-people-short.gre-research-listing .gre-people-item, .gre-people-short.gre-search-results body.gre-curated .gre-wide .gre-grid .gre-people-item, body.gre-curated .gre-wide .gre-people-short.gre-search-results .gre-people-item, .gre-people-short.gre-article-listing body.gre-curated .gre-wide .gre-grid .gre-people-item, body.gre-curated .gre-wide .gre-people-short.gre-article-listing .gre-people-item {
    width: 48%;
    height: 420px;
  }
  @supports (display: flex) {
    .no-nav .gre-page-copy .gre-wide.gre-grid .gre-grid-item, .no-nav .gre-page-copy html .gre-wide.gre-people-listing.gre-people-short .gre-grid-item, html .no-nav .gre-page-copy .gre-wide.gre-people-listing.gre-people-short .gre-grid-item, .no-nav .gre-page-copy .gre-wide.gre-listing.gre-people-short .gre-grid-item, .no-nav .gre-page-copy .gre-wide.gre-people-short.gre-research-listing .gre-grid-item, .no-nav .gre-page-copy .gre-wide.gre-people-short.gre-search-results .gre-grid-item, .no-nav .gre-page-copy .gre-wide.gre-people-short.gre-article-listing .gre-grid-item, .no-nav .gre-page-copy .gre-wide.gre-grid .gre-adbox, .no-nav .gre-page-copy html .gre-wide.gre-people-listing.gre-people-short .gre-adbox, html .no-nav .gre-page-copy .gre-wide.gre-people-listing.gre-people-short .gre-adbox, .no-nav .gre-page-copy .gre-wide.gre-listing.gre-people-short .gre-adbox, .no-nav .gre-page-copy .gre-wide.gre-people-short.gre-research-listing .gre-adbox, .no-nav .gre-page-copy .gre-wide.gre-people-short.gre-search-results .gre-adbox, .no-nav .gre-page-copy .gre-wide.gre-people-short.gre-article-listing .gre-adbox, .no-nav .gre-page-copy .gre-wide.gre-grid .gre-ad-box, .no-nav .gre-page-copy html .gre-wide.gre-people-listing.gre-people-short .gre-ad-box, html .no-nav .gre-page-copy .gre-wide.gre-people-listing.gre-people-short .gre-ad-box, .no-nav .gre-page-copy .gre-wide.gre-listing.gre-people-short .gre-ad-box, .no-nav .gre-page-copy .gre-wide.gre-people-short.gre-research-listing .gre-ad-box, .no-nav .gre-page-copy .gre-wide.gre-people-short.gre-search-results .gre-ad-box, .no-nav .gre-page-copy .gre-wide.gre-people-short.gre-article-listing .gre-ad-box, .no-nav .gre-page-copy .gre-wide.gre-grid .gre-journey-box, .no-nav .gre-page-copy html .gre-wide.gre-people-listing.gre-people-short .gre-journey-box, html .no-nav .gre-page-copy .gre-wide.gre-people-listing.gre-people-short .gre-journey-box, .no-nav .gre-page-copy .gre-wide.gre-listing.gre-people-short .gre-journey-box, .no-nav .gre-page-copy .gre-wide.gre-people-short.gre-research-listing .gre-journey-box, .no-nav .gre-page-copy .gre-wide.gre-people-short.gre-search-results .gre-journey-box, .no-nav .gre-page-copy .gre-wide.gre-people-short.gre-article-listing .gre-journey-box, .no-nav .gre-page-copy .gre-wide.gre-grid .gre-article-box, .no-nav .gre-page-copy html .gre-wide.gre-people-listing.gre-people-short .gre-article-box, html .no-nav .gre-page-copy .gre-wide.gre-people-listing.gre-people-short .gre-article-box, .no-nav .gre-page-copy .gre-wide.gre-listing.gre-people-short .gre-article-box, .no-nav .gre-page-copy .gre-wide.gre-people-short.gre-research-listing .gre-article-box, .no-nav .gre-page-copy .gre-wide.gre-people-short.gre-search-results .gre-article-box, .no-nav .gre-page-copy .gre-wide.gre-people-short.gre-article-listing .gre-article-box, .no-nav .gre-page-copy .gre-wide.gre-grid html .gre-people-listing.gre-people-short .gre-people-item, html .gre-people-listing.gre-people-short .no-nav .gre-page-copy .gre-wide.gre-grid .gre-people-item, .no-nav .gre-page-copy html .gre-wide.gre-people-listing.gre-people-short .gre-people-item, html .no-nav .gre-page-copy .gre-wide.gre-people-listing.gre-people-short .gre-people-item, .no-nav .gre-page-copy .gre-wide.gre-grid .gre-listing.gre-people-short .gre-people-item, .gre-listing.gre-people-short .no-nav .gre-page-copy .gre-wide.gre-grid .gre-people-item, .no-nav .gre-page-copy .gre-wide.gre-listing.gre-people-short .gre-people-item, .no-nav .gre-page-copy .gre-wide.gre-grid .gre-people-short.gre-research-listing .gre-people-item, .gre-people-short.gre-research-listing .no-nav .gre-page-copy .gre-wide.gre-grid .gre-people-item, .no-nav .gre-page-copy .gre-wide.gre-people-short.gre-research-listing .gre-people-item, .no-nav .gre-page-copy .gre-wide.gre-grid .gre-people-short.gre-search-results .gre-people-item, .gre-people-short.gre-search-results .no-nav .gre-page-copy .gre-wide.gre-grid .gre-people-item, .no-nav .gre-page-copy .gre-wide.gre-people-short.gre-search-results .gre-people-item, .no-nav .gre-page-copy .gre-wide.gre-grid .gre-people-short.gre-article-listing .gre-people-item, .gre-people-short.gre-article-listing .no-nav .gre-page-copy .gre-wide.gre-grid .gre-people-item, .no-nav .gre-page-copy .gre-wide.gre-people-short.gre-article-listing .gre-people-item, body.gre-curated .gre-wide.gre-grid .gre-grid-item, body.gre-curated html .gre-wide.gre-people-listing.gre-people-short .gre-grid-item, html body.gre-curated .gre-wide.gre-people-listing.gre-people-short .gre-grid-item, body.gre-curated .gre-wide.gre-listing.gre-people-short .gre-grid-item, body.gre-curated .gre-wide.gre-people-short.gre-research-listing .gre-grid-item, body.gre-curated .gre-wide.gre-people-short.gre-search-results .gre-grid-item, body.gre-curated .gre-wide.gre-people-short.gre-article-listing .gre-grid-item, body.gre-curated .gre-wide.gre-grid .gre-adbox, body.gre-curated html .gre-wide.gre-people-listing.gre-people-short .gre-adbox, html body.gre-curated .gre-wide.gre-people-listing.gre-people-short .gre-adbox, body.gre-curated .gre-wide.gre-listing.gre-people-short .gre-adbox, body.gre-curated .gre-wide.gre-people-short.gre-research-listing .gre-adbox, body.gre-curated .gre-wide.gre-people-short.gre-search-results .gre-adbox, body.gre-curated .gre-wide.gre-people-short.gre-article-listing .gre-adbox, body.gre-curated .gre-wide.gre-grid .gre-ad-box, body.gre-curated html .gre-wide.gre-people-listing.gre-people-short .gre-ad-box, html body.gre-curated .gre-wide.gre-people-listing.gre-people-short .gre-ad-box, body.gre-curated .gre-wide.gre-listing.gre-people-short .gre-ad-box, body.gre-curated .gre-wide.gre-people-short.gre-research-listing .gre-ad-box, body.gre-curated .gre-wide.gre-people-short.gre-search-results .gre-ad-box, body.gre-curated .gre-wide.gre-people-short.gre-article-listing .gre-ad-box, body.gre-curated .gre-wide.gre-grid .gre-journey-box, body.gre-curated html .gre-wide.gre-people-listing.gre-people-short .gre-journey-box, html body.gre-curated .gre-wide.gre-people-listing.gre-people-short .gre-journey-box, body.gre-curated .gre-wide.gre-listing.gre-people-short .gre-journey-box, body.gre-curated .gre-wide.gre-people-short.gre-research-listing .gre-journey-box, body.gre-curated .gre-wide.gre-people-short.gre-search-results .gre-journey-box, body.gre-curated .gre-wide.gre-people-short.gre-article-listing .gre-journey-box, body.gre-curated .gre-wide.gre-grid .gre-article-box, body.gre-curated html .gre-wide.gre-people-listing.gre-people-short .gre-article-box, html body.gre-curated .gre-wide.gre-people-listing.gre-people-short .gre-article-box, body.gre-curated .gre-wide.gre-listing.gre-people-short .gre-article-box, body.gre-curated .gre-wide.gre-people-short.gre-research-listing .gre-article-box, body.gre-curated .gre-wide.gre-people-short.gre-search-results .gre-article-box, body.gre-curated .gre-wide.gre-people-short.gre-article-listing .gre-article-box, body.gre-curated .gre-wide.gre-grid html .gre-people-listing.gre-people-short .gre-people-item, html .gre-people-listing.gre-people-short body.gre-curated .gre-wide.gre-grid .gre-people-item, body.gre-curated html .gre-wide.gre-people-listing.gre-people-short .gre-people-item, html body.gre-curated .gre-wide.gre-people-listing.gre-people-short .gre-people-item, body.gre-curated .gre-wide.gre-grid .gre-listing.gre-people-short .gre-people-item, .gre-listing.gre-people-short body.gre-curated .gre-wide.gre-grid .gre-people-item, body.gre-curated .gre-wide.gre-listing.gre-people-short .gre-people-item, body.gre-curated .gre-wide.gre-grid .gre-people-short.gre-research-listing .gre-people-item, .gre-people-short.gre-research-listing body.gre-curated .gre-wide.gre-grid .gre-people-item, body.gre-curated .gre-wide.gre-people-short.gre-research-listing .gre-people-item, body.gre-curated .gre-wide.gre-grid .gre-people-short.gre-search-results .gre-people-item, .gre-people-short.gre-search-results body.gre-curated .gre-wide.gre-grid .gre-people-item, body.gre-curated .gre-wide.gre-people-short.gre-search-results .gre-people-item, body.gre-curated .gre-wide.gre-grid .gre-people-short.gre-article-listing .gre-people-item, .gre-people-short.gre-article-listing body.gre-curated .gre-wide.gre-grid .gre-people-item, body.gre-curated .gre-wide.gre-people-short.gre-article-listing .gre-people-item, .no-nav .gre-page-copy .gre-wide .gre-grid .gre-grid-item, .no-nav .gre-page-copy .gre-wide html .gre-people-listing.gre-people-short .gre-grid-item, html .no-nav .gre-page-copy .gre-wide .gre-people-listing.gre-people-short .gre-grid-item, .no-nav .gre-page-copy .gre-wide .gre-listing.gre-people-short .gre-grid-item, .no-nav .gre-page-copy .gre-wide .gre-people-short.gre-research-listing .gre-grid-item, .no-nav .gre-page-copy .gre-wide .gre-people-short.gre-search-results .gre-grid-item, .no-nav .gre-page-copy .gre-wide .gre-people-short.gre-article-listing .gre-grid-item, .no-nav .gre-page-copy .gre-wide .gre-grid .gre-adbox, .no-nav .gre-page-copy .gre-wide html .gre-people-listing.gre-people-short .gre-adbox, html .no-nav .gre-page-copy .gre-wide .gre-people-listing.gre-people-short .gre-adbox, .no-nav .gre-page-copy .gre-wide .gre-listing.gre-people-short .gre-adbox, .no-nav .gre-page-copy .gre-wide .gre-people-short.gre-research-listing .gre-adbox, .no-nav .gre-page-copy .gre-wide .gre-people-short.gre-search-results .gre-adbox, .no-nav .gre-page-copy .gre-wide .gre-people-short.gre-article-listing .gre-adbox, .no-nav .gre-page-copy .gre-wide .gre-grid .gre-ad-box, .no-nav .gre-page-copy .gre-wide html .gre-people-listing.gre-people-short .gre-ad-box, html .no-nav .gre-page-copy .gre-wide .gre-people-listing.gre-people-short .gre-ad-box, .no-nav .gre-page-copy .gre-wide .gre-listing.gre-people-short .gre-ad-box, .no-nav .gre-page-copy .gre-wide .gre-people-short.gre-research-listing .gre-ad-box, .no-nav .gre-page-copy .gre-wide .gre-people-short.gre-search-results .gre-ad-box, .no-nav .gre-page-copy .gre-wide .gre-people-short.gre-article-listing .gre-ad-box, .no-nav .gre-page-copy .gre-wide .gre-grid .gre-journey-box, .no-nav .gre-page-copy .gre-wide html .gre-people-listing.gre-people-short .gre-journey-box, html .no-nav .gre-page-copy .gre-wide .gre-people-listing.gre-people-short .gre-journey-box, .no-nav .gre-page-copy .gre-wide .gre-listing.gre-people-short .gre-journey-box, .no-nav .gre-page-copy .gre-wide .gre-people-short.gre-research-listing .gre-journey-box, .no-nav .gre-page-copy .gre-wide .gre-people-short.gre-search-results .gre-journey-box, .no-nav .gre-page-copy .gre-wide .gre-people-short.gre-article-listing .gre-journey-box, .no-nav .gre-page-copy .gre-wide .gre-grid .gre-article-box, .no-nav .gre-page-copy .gre-wide html .gre-people-listing.gre-people-short .gre-article-box, html .no-nav .gre-page-copy .gre-wide .gre-people-listing.gre-people-short .gre-article-box, .no-nav .gre-page-copy .gre-wide .gre-listing.gre-people-short .gre-article-box, .no-nav .gre-page-copy .gre-wide .gre-people-short.gre-research-listing .gre-article-box, .no-nav .gre-page-copy .gre-wide .gre-people-short.gre-search-results .gre-article-box, .no-nav .gre-page-copy .gre-wide .gre-people-short.gre-article-listing .gre-article-box, html .gre-people-listing.gre-people-short .no-nav .gre-page-copy .gre-wide .gre-grid .gre-people-item, .no-nav .gre-page-copy .gre-wide html .gre-people-listing.gre-people-short .gre-people-item, html .no-nav .gre-page-copy .gre-wide .gre-people-listing.gre-people-short .gre-people-item, .gre-listing.gre-people-short .no-nav .gre-page-copy .gre-wide .gre-grid .gre-people-item, .no-nav .gre-page-copy .gre-wide .gre-listing.gre-people-short .gre-people-item, .gre-people-short.gre-research-listing .no-nav .gre-page-copy .gre-wide .gre-grid .gre-people-item, .no-nav .gre-page-copy .gre-wide .gre-people-short.gre-research-listing .gre-people-item, .gre-people-short.gre-search-results .no-nav .gre-page-copy .gre-wide .gre-grid .gre-people-item, .no-nav .gre-page-copy .gre-wide .gre-people-short.gre-search-results .gre-people-item, .gre-people-short.gre-article-listing .no-nav .gre-page-copy .gre-wide .gre-grid .gre-people-item, .no-nav .gre-page-copy .gre-wide .gre-people-short.gre-article-listing .gre-people-item, body.gre-curated .gre-wide .gre-grid .gre-grid-item, body.gre-curated .gre-wide html .gre-people-listing.gre-people-short .gre-grid-item, html body.gre-curated .gre-wide .gre-people-listing.gre-people-short .gre-grid-item, body.gre-curated .gre-wide .gre-listing.gre-people-short .gre-grid-item, body.gre-curated .gre-wide .gre-people-short.gre-research-listing .gre-grid-item, body.gre-curated .gre-wide .gre-people-short.gre-search-results .gre-grid-item, body.gre-curated .gre-wide .gre-people-short.gre-article-listing .gre-grid-item, body.gre-curated .gre-wide .gre-grid .gre-adbox, body.gre-curated .gre-wide html .gre-people-listing.gre-people-short .gre-adbox, html body.gre-curated .gre-wide .gre-people-listing.gre-people-short .gre-adbox, body.gre-curated .gre-wide .gre-listing.gre-people-short .gre-adbox, body.gre-curated .gre-wide .gre-people-short.gre-research-listing .gre-adbox, body.gre-curated .gre-wide .gre-people-short.gre-search-results .gre-adbox, body.gre-curated .gre-wide .gre-people-short.gre-article-listing .gre-adbox, body.gre-curated .gre-wide .gre-grid .gre-ad-box, body.gre-curated .gre-wide html .gre-people-listing.gre-people-short .gre-ad-box, html body.gre-curated .gre-wide .gre-people-listing.gre-people-short .gre-ad-box, body.gre-curated .gre-wide .gre-listing.gre-people-short .gre-ad-box, body.gre-curated .gre-wide .gre-people-short.gre-research-listing .gre-ad-box, body.gre-curated .gre-wide .gre-people-short.gre-search-results .gre-ad-box, body.gre-curated .gre-wide .gre-people-short.gre-article-listing .gre-ad-box, body.gre-curated .gre-wide .gre-grid .gre-journey-box, body.gre-curated .gre-wide html .gre-people-listing.gre-people-short .gre-journey-box, html body.gre-curated .gre-wide .gre-people-listing.gre-people-short .gre-journey-box, body.gre-curated .gre-wide .gre-listing.gre-people-short .gre-journey-box, body.gre-curated .gre-wide .gre-people-short.gre-research-listing .gre-journey-box, body.gre-curated .gre-wide .gre-people-short.gre-search-results .gre-journey-box, body.gre-curated .gre-wide .gre-people-short.gre-article-listing .gre-journey-box, body.gre-curated .gre-wide .gre-grid .gre-article-box, body.gre-curated .gre-wide html .gre-people-listing.gre-people-short .gre-article-box, html body.gre-curated .gre-wide .gre-people-listing.gre-people-short .gre-article-box, body.gre-curated .gre-wide .gre-listing.gre-people-short .gre-article-box, body.gre-curated .gre-wide .gre-people-short.gre-research-listing .gre-article-box, body.gre-curated .gre-wide .gre-people-short.gre-search-results .gre-article-box, body.gre-curated .gre-wide .gre-people-short.gre-article-listing .gre-article-box, html .gre-people-listing.gre-people-short body.gre-curated .gre-wide .gre-grid .gre-people-item, body.gre-curated .gre-wide html .gre-people-listing.gre-people-short .gre-people-item, html body.gre-curated .gre-wide .gre-people-listing.gre-people-short .gre-people-item, .gre-listing.gre-people-short body.gre-curated .gre-wide .gre-grid .gre-people-item, body.gre-curated .gre-wide .gre-listing.gre-people-short .gre-people-item, .gre-people-short.gre-research-listing body.gre-curated .gre-wide .gre-grid .gre-people-item, body.gre-curated .gre-wide .gre-people-short.gre-research-listing .gre-people-item, .gre-people-short.gre-search-results body.gre-curated .gre-wide .gre-grid .gre-people-item, body.gre-curated .gre-wide .gre-people-short.gre-search-results .gre-people-item, .gre-people-short.gre-article-listing body.gre-curated .gre-wide .gre-grid .gre-people-item, body.gre-curated .gre-wide .gre-people-short.gre-article-listing .gre-people-item {
      width: calc(50% - 1.875rem);
      margin-right: 0.9375rem;
      margin-left: 0.9375rem;
    }
  }
}

/*== GRE-LISTING "2 column" ==*/
@supports (display: flex) {
  html .gre-listing.gre-split-horizontal, html .gre-split-horizontal.gre-research-listing, html .gre-split-horizontal.gre-search-results, html .gre-split-horizontal.gre-article-listing {
    display: flex;
    flex-flow: row wrap;
    margin-top: -0.625rem;
    margin-right: -0.625rem;
    margin-bottom: -0.625rem;
    margin-left: -0.625rem;
    justify-content: center;
  }
  @media print, screen and (min-width: 53.75em) {
    html .gre-listing.gre-split-horizontal, html .gre-split-horizontal.gre-research-listing, html .gre-split-horizontal.gre-search-results, html .gre-split-horizontal.gre-article-listing {
      column-count: 1;
    }
  }
  @media print, screen and (min-width: 34.375em) {
    html .gre-listing.gre-split-horizontal, html .gre-split-horizontal.gre-research-listing, html .gre-split-horizontal.gre-search-results, html .gre-split-horizontal.gre-article-listing {
      margin-top: -0.9375rem;
      margin-right: -0.9375rem;
      margin-bottom: -0.9375rem;
      margin-left: -0.9375rem;
    }
  }
}

@supports (display: flex) {
  .gre-listing.gre-split-horizontal .gre-list-item, .gre-split-horizontal.gre-research-listing .gre-list-item, .gre-split-horizontal.gre-search-results .gre-list-item, .gre-split-horizontal.gre-article-listing .gre-list-item {
    flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-right: 0.9375rem;
    margin-bottom: 0.9375rem;
    margin-left: 0.9375rem;
  }
  @media print, screen and (min-width: 53.75em) {
    .gre-listing.gre-split-horizontal .gre-list-item, .gre-split-horizontal.gre-research-listing .gre-list-item, .gre-split-horizontal.gre-search-results .gre-list-item, .gre-split-horizontal.gre-article-listing .gre-list-item {
      width: calc(50% - 1.875rem);
      margin-right: 0.9375rem;
      margin-left: 0.9375rem;
    }
  }
}

/*== Extensions - can these be eliminated? ==*/
/*== Specific styles ==*/
.gre-journey-hook {
  display: none;
}

.gre-item-small .gre-journey-hook {
  display: block;
}

.gre-item-small p, .gre-item-small .gre-journey-title {
  display: none;
}

/* Needs some work
.gre-country-item {
  @extend .gre-grid-item;
  @include padding(0.5,0.5,0.5,0.5);
  @include margin(0,0,0,0);
  .gre-flag {
    @include padding(0,0.5,0,0);
  }
}
*/
.gre-adbox, .gre-ad-box {
  height: auto;
  background: #606eb2;
  color: #fff;
}

.gre-adbox:nth-of-type(8n+1), .gre-ad-box:nth-of-type(8n+1) {
  background: #060360;
  color: #fff;
}

.gre-adbox:nth-of-type(8n+2), .gre-ad-box:nth-of-type(8n+2) {
  background: #e4e7f2;
  color: #060360;
}

.gre-adbox:nth-of-type(8n+3), .gre-ad-box:nth-of-type(8n+3) {
  background: #00c499;
  color: #060360;
}

.gre-adbox:nth-of-type(8n+4), .gre-ad-box:nth-of-type(8n+4) {
  background: #606eb2;
  color: #fff;
}

.gre-adbox:nth-of-type(8n+5), .gre-ad-box:nth-of-type(8n+5) {
  background: #2e2e2e;
  color: #00c499;
}

.gre-adbox:nth-of-type(8n+6), .gre-ad-box:nth-of-type(8n+6) {
  background: #fff;
  color: #39478c;
}

.gre-adbox:nth-of-type(8n+7), .gre-ad-box:nth-of-type(8n+7) {
  background: #060360;
  color: #00c499;
}

.gre-adbox:nth-of-type(8n+8), .gre-ad-box:nth-of-type(8n+8) {
  background: #39478c;
  color: #fff;
}

.gre-accented .gre-adbox:nth-of-type(5n+1), .gre-accented .gre-ad-box:nth-of-type(5n+1) {
  border-color: #39478c;
  border-style: solid;
  border-width: 1px;
  background: #fff;
  color: #39478c;
}

.gre-accented .gre-adbox:nth-of-type(5n+2), .gre-accented .gre-ad-box:nth-of-type(5n+2) {
  background: #606eb2;
  color: #fff;
}

.gre-accented .gre-adbox:nth-of-type(5n+3), .gre-accented .gre-ad-box:nth-of-type(5n+3) {
  background: #39478c;
  color: #fff;
}

.gre-accented .gre-adbox:nth-of-type(5n+4), .gre-accented .gre-ad-box:nth-of-type(5n+4) {
  border-color: #39478c;
  border-style: solid;
  border-width: 1px;
  background: #fff;
  color: #39478c;
}

.gre-accented .gre-adbox:nth-of-type(5n+5), .gre-accented .gre-ad-box:nth-of-type(5n+5) {
  border-color: #060360;
  border-style: solid;
  border-width: 1px;
  background: #e4e7f2;
  color: #060360;
}

.gre-accented.dark .gre-adbox:nth-of-type(5n+1), .gre-accented.dark .gre-ad-box:nth-of-type(5n+1) {
  border-color: #fff;
  border-style: solid;
  border-width: 1px;
  background: #060360;
  color: #fff;
}

.gre-accented.dark .gre-adbox:nth-of-type(5n+2), .gre-accented.dark .gre-ad-box:nth-of-type(5n+2) {
  background: #606eb2;
  color: #fff;
}

.gre-accented.dark .gre-adbox:nth-of-type(5n+3), .gre-accented.dark .gre-ad-box:nth-of-type(5n+3) {
  background: #39478c;
  color: #fff;
}

.gre-accented.dark .gre-adbox:nth-of-type(5n+4), .gre-accented.dark .gre-ad-box:nth-of-type(5n+4) {
  background: #fff;
  color: #39478c;
}

.gre-accented.dark .gre-adbox:nth-of-type(5n+5), .gre-accented.dark .gre-ad-box:nth-of-type(5n+5) {
  background: #fff;
  color: #39478c;
}

@media screen and (min-width: 65em) {
  .gre-adbox, .gre-ad-box {
    height: auto;
  }
}

.gre-journey-box, .gre-article-box {
  color: black;
  overflow: hidden;
}

.gre-event-item .gre-event-date {
  color: #060360;
  padding-top: 0rem !important;
  padding-right: 0.9375rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important;
}

.gre-event-item:hover .gre-event-date, .gre-event-item:focus .gre-event-date, .gre-event-item:active .gre-event-date {
  color: inherit;
}

.gre-search-results-container .gre-event-item .gre-event-date {
  color: inherit;
}

.gre-compact .gre-event-item .gre-event-date {
  padding-top: 0.9375rem !important;
  padding-right: 0.46875rem !important;
  padding-bottom: 0.9375rem !important;
  padding-left: 0.9375rem !important;
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-bottom: 0rem !important;
  margin-left: 0rem !important;
}

.gre-compact .gre-event-item .gre-list-info p {
  display: none;
}

.gre-accented .gre-event-item .gre-event-date {
  color: inherit;
}

.gre-people-item h4.gre-people-job {
  font-size: 1.2rem;
}

/* Can delete subject-test when this is live */
html .gre-people-short .gre-people-item {
  text-decoration: none;
  border: none !important;
  background: inherit;
  color: inherit;
  min-height: 7rem !important;
}

@media screen and (min-width: 65em) {
  html .gre-people-short .gre-people-item {
    height: auto;
    min-height: 7rem !important;
  }
}

html .gre-people-short .gre-people-item:hover span.gre-people-name, html .gre-people-short .gre-people-item:focus span.gre-people-name, html .gre-people-short .gre-people-item:active span.gre-people-name {
  text-decoration: none;
}

html .gre-people-short .gre-people-item:hover .gre-grid-image, html .gre-people-short .gre-people-item:hover .gre-people-image, html .gre-people-short .gre-people-item:focus .gre-grid-image, html .gre-people-short .gre-people-item:focus .gre-people-image, html .gre-people-short .gre-people-item:active .gre-grid-image, html .gre-people-short .gre-people-item:active .gre-people-image {
  opacity: 0.5;
}

html .gre-people-short span.gre-people-name {
  text-decoration: underline;
}

html .gre-people-short .gre-grid-image, html .gre-people-short .gre-people-image {
  flex: 0 0 auto;
  width: auto;
  margin-top: 0.46875rem;
  margin-bottom: 0.46875rem;
  margin-left: 0.46875rem;
  margin-right: 0.46875rem;
  float: left;
  overflow: hidden;
  height: 6rem;
  width: 6rem;
}

html .gre-people-short .gre-grid-image div, html .gre-people-short .gre-people-image div {
  background-image: none;
}

html .gre-people-short .gre-grid-image img, html .gre-people-short .gre-people-image img {
  height: auto;
  margin-top: -5%;
  width: 100%;
}

html .gre-people-short .gre-grid-info, html .gre-people-short .gre-people-info {
  font-size: 0.85rem;
  padding-left: 0.46875rem;
  flex: 1 1 0px;
  width: auto;
  margin-top: 0.46875rem;
  margin-bottom: 0.46875rem;
  margin-left: 0.46875rem;
  margin-right: 0.46875rem;
}

html .gre-people-short .gre-grid-info h3, html .gre-people-short .gre-grid-info .sq-form-section-title, html .gre-people-short .gre-grid-info h4, html .gre-people-short .gre-people-info h3, html .gre-people-short .gre-people-info .sq-form-section-title, html .gre-people-short .gre-people-info h4 {
  font-size: inherit;
  line-height: 1.2;
}

html .gre-people-short .gre-grid-info p, html .gre-people-short .gre-people-info p {
  margin-bottom: 0.4rem;
  line-height: 1.4;
}

html .gre-people-short .gre-grid-info span.gre-people-name, html .gre-people-short .gre-people-info span.gre-people-name {
  font-size: 0.9rem;
  font-weight: bold;
}

html .gre-people-short .gre-grid-info .gre-people-quals, html .gre-people-short .gre-people-info .gre-people-quals {
  margin-top: 0.25rem;
  display: block;
}

html .gre-people-short .gre-grid-info .gre-people-quals.long, html .gre-people-short .gre-people-info .gre-people-quals.long {
  font-size: 0.8rem;
}

html .gre-people-short .gre-grid-info .gre-people-job, html .gre-people-short .gre-people-info .gre-people-job {
  margin-top: 0.5rem;
  display: block;
}

html .gre-people-short .gre-grid-info .gre-people-job.long, html .gre-people-short .gre-people-info .gre-people-job.long {
  font-size: 0.8rem;
}

@media screen and (min-width: 65em) {
  .no-nav .gre-page-copy html .gre-people-short.gre-wide .gre-people-item, body.gre-curated html .gre-people-short.gre-wide .gre-people-item, .no-nav .gre-page-copy .gre-wide html .gre-people-short .gre-people-item, body.gre-curated .gre-wide html .gre-people-short .gre-people-item {
    height: auto;
    min-height: auto;
  }
}

html .gre-people-short.index-cards .gre-people-item {
  background: #fff !important;
  border: 1px solid #ccc !important;
  align-items: start;
  padding: 0.3rem;
}

@supports (display: flex) {
  html .gre-people-listing.gre-people-short .gre-people-item, .gre-listing.gre-people-short .gre-people-item, .gre-people-short.gre-research-listing .gre-people-item, .gre-people-short.gre-search-results .gre-people-item, .gre-people-short.gre-article-listing .gre-people-item {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
  }
  html .gre-people-listing.gre-people-short .gre-grid-info, html .gre-people-listing.gre-people-short .gre-people-info, .gre-listing.gre-people-short .gre-grid-info, .gre-people-short.gre-research-listing .gre-grid-info, .gre-people-short.gre-search-results .gre-grid-info, .gre-people-short.gre-article-listing .gre-grid-info, .gre-listing.gre-people-short .gre-people-info, .gre-people-short.gre-research-listing .gre-people-info, .gre-people-short.gre-search-results .gre-people-info, .gre-people-short.gre-article-listing .gre-people-info {
    padding-left: 0;
  }
  html .gre-people-listing.gre-people-short .gre-grid-image img, html .gre-people-listing.gre-people-short .gre-people-image img, .gre-listing.gre-people-short .gre-grid-image img, .gre-people-short.gre-research-listing .gre-grid-image img, .gre-people-short.gre-search-results .gre-grid-image img, .gre-people-short.gre-article-listing .gre-grid-image img, .gre-listing.gre-people-short .gre-people-image img, .gre-people-short.gre-research-listing .gre-people-image img, .gre-people-short.gre-search-results .gre-people-image img, .gre-people-short.gre-article-listing .gre-people-image img {
    width: 6rem;
  }
}

/***************************/
.gre-subject-item.gre-list-item h4:after {
  font-size: 2.25rem;
  float: right;
  padding: 0 0 0.75rem 2rem;
}

.gre-subject-item.gre-journey-box h4:after, .gre-subject-item.gre-article-box h4:after {
  display: block;
  font-size: 2.25rem;
  margin: 0.25rem 0 -0.5rem;
}

.gre-social-item .gre-url {
  color: #999;
}

.gre-social-item .gre-list-info {
  font-size: 81%;
  margin-bottom: 0.5em;
  padding-left: 4.9375rem;
}

.gre-social-item .gre-list-info h4 {
  font-size: 1.25rem;
}

.gre-social-item .gre-item-thumbnail {
  position: relative;
  height: 4rem;
  width: 4rem;
  margin-top: 0rem !important;
  margin-right: 0.9375rem !important;
  margin-bottom: 0.9375rem !important;
  margin-left: 0rem !important;
  float: left;
}

.gre-social-item .gre-item-thumbnail .gre-thumb-wrapper {
  position: relative;
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  margin-bottom: 0.375rem;
  margin-right: 0.375rem;
}

.gre-social-item .gre-item-thumbnail:after {
  font-weight: 900;
  content: "\f0ac";
  font-size: 1.125rem;
  line-height: 1.5;
  height: 1.5rem;
  width: 1.5rem;
  text-align: center;
  border-radius: 0.1rem;
  position: absolute;
  top: 2.875rem;
  right: 0;
}

.gre-social-item .gre-item-thumbnail.default {
  margin-bottom: 0.375rem;
  margin-right: 0.375rem;
  border-radius: 50%;
  overflow: hidden;
}

.gre-social-item .gre-item-thumbnail.default:after {
  height: 4rem;
  width: 4rem;
  font-size: 2rem;
  line-height: 2;
  text-align: center;
  position: relative;
  top: auto;
  bottom: auto;
  right: auto;
  padding: 0;
}

.gre-social-item.blog .gre-item-thumbnail:after {
  background: #2e2e2e;
  color: #00c499;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  content: 'b';
}

.gre-social-item.facebook .gre-item-thumbnail:after, .gre-social-item.linkedin .gre-item-thumbnail:after, .gre-social-item.twitter .gre-item-thumbnail:after {
  font-family: "Font Awesome 5 Brands";
}

.gre-social-item.facebook .gre-item-thumbnail:after {
  background: #060360;
  color: #fff;
  content: "\f39e";
}

.gre-social-item.linkedin .gre-item-thumbnail:after {
  background: #e4e7f2;
  color: #060360;
  content: "\f0e1";
}

.gre-social-item.twitter .gre-item-thumbnail:after {
  background: #39478c;
  color: #fff;
  content: "\f099";
}

.gre-accented .gre-social-item .gre-url {
  color: inherit;
}

.gre-accented .gre-social-item .gre-item-thumbnail.default {
  border-color: #fff;
  border-style: solid;
  border-width: 1px;
  background: #606eb2;
  color: #fff;
}

.gre-accented .gre-social-item.blog .gre-item-thumbnail.default {
  border-color: #00c499;
  border-style: solid;
  border-width: 1px;
  background: #2e2e2e;
  color: #00c499;
}

.gre-accented .gre-social-item.facebook .gre-item-thumbnail.default {
  content: "\f09a";
  border-color: #060360;
  border-style: solid;
  border-width: 1px;
  background: #e4e7f2;
  color: #060360;
}

.gre-accented .gre-social-item.linkedin .gre-item-thumbnail.default {
  content: "\f08c";
  border-color: #fff;
  border-style: solid;
  border-width: 1px;
  background: #060360;
  color: #fff;
}

.gre-accented .gre-social-item.twitter .gre-item-thumbnail.default {
  border-color: #fff;
  border-style: solid;
  border-width: 1px;
  background: #39478c;
  color: #fff;
}

.gre-social-item:hover .gre-item-thumbnail img, .gre-social-item:focus .gre-item-thumbnail img, .gre-social-item:active .gre-item-thumbnail img {
  opacity: 0.5 !important;
}

.gre-social-item:hover .gre-item-thumbnail:after, .gre-social-item:focus .gre-item-thumbnail:after, .gre-social-item:active .gre-item-thumbnail:after {
  background: #fff;
  color: #2e2e2e;
}

.gre-social-item:hover .gre-item-thumbnail.default, .gre-social-item:focus .gre-item-thumbnail.default, .gre-social-item:active .gre-item-thumbnail.default {
  border-color: #2e2e2e;
  border-style: solid;
  border-width: 1px;
  background: #fff;
  color: #2e2e2e;
}

/*
@supports (display: flex) {
  .gre-social-item {
    @include xy-grid;
    .gre-item-thumbnail {
      @include xy-cell(shrink);
    }
    .gre-list-info {
      @include xy-cell(auto);
    }
    // Put the home channel last
    &.gre-social-1655736 {
      order: 100000;
    }
  }
}
*/
a:hover, a:active {
  /* I don't think this is used
  .gre-inverse {
    @extend %hover-colors-inverse;
  }
*/
}

.gre-journey-box.gre-compact, .gre-compact.gre-article-box, .gre-compact .gre-journey-box, .gre-compact .gre-article-box {
  height: auto;
  min-height: auto;
}

.gre-journey-box.gre-compact .gre-grid-image, .gre-compact.gre-article-box .gre-grid-image, .gre-compact .gre-journey-box .gre-grid-image, .gre-compact .gre-article-box .gre-grid-image {
  display: none;
}

@media print, screen and (min-width: 53.75em) {
  .gre-journey-box.gre-compact, .gre-compact.gre-article-box, .gre-compact .gre-journey-box, .gre-compact .gre-article-box {
    height: auto;
  }
}

.gre-journey-box.gre-text-only, .gre-text-only.gre-article-box {
  text-align: center;
  font-size: 1.2em;
  min-height: 18rem;
  background: #606eb2;
  color: #fff;
  background: #606eb2;
  color: #fff;
  padding-top: 1.40625rem !important;
  padding-right: 1.40625rem !important;
  padding-bottom: 1.40625rem !important;
  padding-left: 1.40625rem !important;
}

.gre-journey-box.gre-text-only.gre-item-small, .gre-text-only.gre-item-small.gre-article-box {
  min-height: 14rem;
}

@media print, screen and (min-width: 34.375em) {
  .gre-journey-box.gre-text-only, .gre-text-only.gre-article-box {
    min-height: 22rem;
    /*
      &.gre-item-large {
        min-height: 22rem;
      }*/
  }
}

.gre-journey-box.gre-text-only h3, .gre-text-only.gre-article-box h3, .gre-journey-box.gre-text-only .sq-form-section-title, .gre-text-only.gre-article-box .sq-form-section-title, .gre-journey-box.gre-text-only h4, .gre-text-only.gre-article-box h4 {
  margin-bottom: 0.75rem;
}

.gre-journey-box.gre-text-only .gre-grid-image, .gre-text-only.gre-article-box .gre-grid-image {
  display: none;
}

.gre-journey-box.gre-text-only .gre-grid-info, .gre-text-only.gre-article-box .gre-grid-info {
  color: inherit;
}

.gre-journey-box.gre-text-only .gre-article-date, .gre-text-only.gre-article-box .gre-article-date {
  margin-bottom: 0.75rem;
  color: inherit;
}

.gre-journey-box.gre-text-only:nth-of-type(8n+1), .gre-text-only.gre-article-box:nth-of-type(8n+1) {
  background: #060360;
  color: #fff;
}

.gre-journey-box.gre-text-only:nth-of-type(8n+2), .gre-text-only.gre-article-box:nth-of-type(8n+2) {
  background: #e4e7f2;
  color: #060360;
}

.gre-journey-box.gre-text-only:nth-of-type(8n+3), .gre-text-only.gre-article-box:nth-of-type(8n+3) {
  background: #00c499;
  color: #060360;
}

.gre-journey-box.gre-text-only:nth-of-type(8n+4), .gre-text-only.gre-article-box:nth-of-type(8n+4) {
  background: #606eb2;
  color: #fff;
}

.gre-journey-box.gre-text-only:nth-of-type(8n+5), .gre-text-only.gre-article-box:nth-of-type(8n+5) {
  background: #2e2e2e;
  color: #00c499;
}

.gre-journey-box.gre-text-only:nth-of-type(8n+6), .gre-text-only.gre-article-box:nth-of-type(8n+6) {
  background: #fff;
  color: #39478c;
}

.gre-journey-box.gre-text-only:nth-of-type(8n+7), .gre-text-only.gre-article-box:nth-of-type(8n+7) {
  background: #060360;
  color: #00c499;
}

.gre-journey-box.gre-text-only:nth-of-type(8n+8), .gre-text-only.gre-article-box:nth-of-type(8n+8) {
  background: #39478c;
  color: #fff;
}

.gre-accented .gre-journey-box.gre-text-only:nth-of-type(5n+1), .gre-accented .gre-text-only.gre-article-box:nth-of-type(5n+1) {
  border-color: #39478c;
  border-style: solid;
  border-width: 1px;
  background: #fff;
  color: #39478c;
}

.gre-accented .gre-journey-box.gre-text-only:nth-of-type(5n+2), .gre-accented .gre-text-only.gre-article-box:nth-of-type(5n+2) {
  background: #606eb2;
  color: #fff;
}

.gre-accented .gre-journey-box.gre-text-only:nth-of-type(5n+3), .gre-accented .gre-text-only.gre-article-box:nth-of-type(5n+3) {
  background: #39478c;
  color: #fff;
}

.gre-accented .gre-journey-box.gre-text-only:nth-of-type(5n+4), .gre-accented .gre-text-only.gre-article-box:nth-of-type(5n+4) {
  border-color: #39478c;
  border-style: solid;
  border-width: 1px;
  background: #fff;
  color: #39478c;
}

.gre-accented .gre-journey-box.gre-text-only:nth-of-type(5n+5), .gre-accented .gre-text-only.gre-article-box:nth-of-type(5n+5) {
  border-color: #060360;
  border-style: solid;
  border-width: 1px;
  background: #e4e7f2;
  color: #060360;
}

.gre-accented.dark .gre-journey-box.gre-text-only:nth-of-type(5n+1), .gre-accented.dark .gre-text-only.gre-article-box:nth-of-type(5n+1) {
  border-color: #fff;
  border-style: solid;
  border-width: 1px;
  background: #060360;
  color: #fff;
}

.gre-accented.dark .gre-journey-box.gre-text-only:nth-of-type(5n+2), .gre-accented.dark .gre-text-only.gre-article-box:nth-of-type(5n+2) {
  background: #606eb2;
  color: #fff;
}

.gre-accented.dark .gre-journey-box.gre-text-only:nth-of-type(5n+3), .gre-accented.dark .gre-text-only.gre-article-box:nth-of-type(5n+3) {
  background: #39478c;
  color: #fff;
}

.gre-accented.dark .gre-journey-box.gre-text-only:nth-of-type(5n+4), .gre-accented.dark .gre-text-only.gre-article-box:nth-of-type(5n+4) {
  background: #fff;
  color: #39478c;
}

.gre-accented.dark .gre-journey-box.gre-text-only:nth-of-type(5n+5), .gre-accented.dark .gre-text-only.gre-article-box:nth-of-type(5n+5) {
  background: #fff;
  color: #39478c;
}

.gre-column .gre-journey-box, .gre-column .gre-article-box {
  height: auto;
}

@media print, screen and (min-width: 53.75em) {
  .gre-column .gre-journey-box, .gre-column .gre-article-box {
    height: auto;
  }
}

.gre-journey-box-text, .gre-grid-info {
  padding: 0.46875rem 0.46875rem 0.70313rem 0.70313rem;
  position: relative;
  /*
  h2, h3, h4 {
    &:first-child, &.gre-journey-hook {
      font-size: 133%;
      &.long-title {
        font-size: 125%;
      }
    }
  }
  h2 {
    font-size: 122%;
  } 
  h3, h4 {
    font-size: 120%;
  }
*/
}

.gre-journey-box-text h2, .gre-journey-box-text .gre-staff-development-form h4, .gre-staff-development-form .gre-journey-box-text h4, .gre-journey-box-text h3, .gre-journey-box-text .sq-form-section-title, .gre-journey-box-text h4, .gre-grid-info h2, .gre-grid-info .gre-staff-development-form h4, .gre-staff-development-form .gre-grid-info h4, .gre-grid-info h3, .gre-grid-info .sq-form-section-title, .gre-grid-info h4 {
  font-size: 131%;
}

.gre-journey-box-text h2.gre-long-title, .gre-journey-box-text .gre-staff-development-form h4.gre-long-title, .gre-staff-development-form .gre-journey-box-text h4.gre-long-title, .gre-journey-box-text h3.gre-long-title, .gre-journey-box-text .gre-long-title.sq-form-section-title, .gre-journey-box-text h4.gre-long-title, .gre-grid-info h2.gre-long-title, .gre-grid-info .gre-staff-development-form h4.gre-long-title, .gre-staff-development-form .gre-grid-info h4.gre-long-title, .gre-grid-info h3.gre-long-title, .gre-grid-info .gre-long-title.sq-form-section-title, .gre-grid-info h4.gre-long-title {
  font-size: 125%;
}

.gre-adbox, .gre-ad-box {
  position: relative;
  overflow: hidden;
  display: block;
  background: #060360;
  color: #fff;
  min-height: 11rem !important;
}

.gre-adbox h2, .gre-adbox .gre-staff-development-form h4, .gre-staff-development-form .gre-adbox h4, .gre-adbox h3, .gre-adbox .sq-form-section-title, .gre-adbox h4, .gre-adbox .h2, .gre-adbox .h3, .gre-adbox .accordion-content h2, .accordion-content .gre-adbox h2, .gre-adbox .accordion-content .gre-staff-development-form h4, .accordion-content .gre-staff-development-form .gre-adbox h4, .gre-adbox .gre-staff-development-form .accordion-content h4, .gre-staff-development-form .accordion-content .gre-adbox h4, .gre-adbox .h4, .gre-adbox .accordion-content h3, .accordion-content .gre-adbox h3, .gre-adbox .accordion-content .sq-form-section-title, .accordion-content .gre-adbox .sq-form-section-title, .gre-adbox .alert h2, .alert .gre-adbox h2, .gre-adbox .warning h2, .warning .gre-adbox h2, .gre-adbox .accessibility h2, .accessibility .gre-adbox h2, .gre-adbox .calendar h2, .calendar .gre-adbox h2, .gre-adbox .query h2, .query .gre-adbox h2, .gre-adbox .aside h2, .aside .gre-adbox h2, .gre-adbox .alert h3, .alert .gre-adbox h3, .gre-adbox .warning h3, .warning .gre-adbox h3, .gre-adbox .accessibility h3, .accessibility .gre-adbox h3, .gre-adbox .calendar h3, .calendar .gre-adbox h3, .gre-adbox .query h3, .query .gre-adbox h3, .gre-adbox .aside h3, .aside .gre-adbox h3, .gre-adbox .alert .sq-form-section-title, .alert .gre-adbox .sq-form-section-title, .gre-adbox .warning .sq-form-section-title, .warning .gre-adbox .sq-form-section-title, .gre-adbox .accessibility .sq-form-section-title, .accessibility .gre-adbox .sq-form-section-title, .gre-adbox .calendar .sq-form-section-title, .calendar .gre-adbox .sq-form-section-title, .gre-adbox .query .sq-form-section-title, .query .gre-adbox .sq-form-section-title, .gre-adbox .aside .sq-form-section-title, .aside .gre-adbox .sq-form-section-title, .gre-adbox .alert h4, .alert .gre-adbox h4, .gre-adbox .warning h4, .warning .gre-adbox h4, .gre-adbox .accessibility h4, .accessibility .gre-adbox h4, .gre-adbox .calendar h4, .calendar .gre-adbox h4, .gre-adbox .query h4, .query .gre-adbox h4, .gre-adbox .aside h4, .aside .gre-adbox h4, .gre-adbox .alert h5, .alert .gre-adbox h5, .gre-adbox .warning h5, .warning .gre-adbox h5, .gre-adbox .accessibility h5, .accessibility .gre-adbox h5, .gre-adbox .calendar h5, .calendar .gre-adbox h5, .gre-adbox .query h5, .query .gre-adbox h5, .gre-adbox .aside h5, .aside .gre-adbox h5, .gre-adbox a, .gre-adbox p, .gre-ad-box h2, .gre-ad-box .gre-staff-development-form h4, .gre-staff-development-form .gre-ad-box h4, .gre-ad-box h3, .gre-ad-box .sq-form-section-title, .gre-ad-box h4, .gre-ad-box .h2, .gre-ad-box .h3, .gre-ad-box .accordion-content h2, .accordion-content .gre-ad-box h2, .gre-ad-box .accordion-content .gre-staff-development-form h4, .accordion-content .gre-staff-development-form .gre-ad-box h4, .gre-ad-box .gre-staff-development-form .accordion-content h4, .gre-staff-development-form .accordion-content .gre-ad-box h4, .gre-ad-box .h4, .gre-ad-box .accordion-content h3, .accordion-content .gre-ad-box h3, .gre-ad-box .accordion-content .sq-form-section-title, .accordion-content .gre-ad-box .sq-form-section-title, .gre-ad-box .alert h2, .alert .gre-ad-box h2, .gre-ad-box .warning h2, .warning .gre-ad-box h2, .gre-ad-box .accessibility h2, .accessibility .gre-ad-box h2, .gre-ad-box .calendar h2, .calendar .gre-ad-box h2, .gre-ad-box .query h2, .query .gre-ad-box h2, .gre-ad-box .aside h2, .aside .gre-ad-box h2, .gre-ad-box .alert h3, .alert .gre-ad-box h3, .gre-ad-box .warning h3, .warning .gre-ad-box h3, .gre-ad-box .accessibility h3, .accessibility .gre-ad-box h3, .gre-ad-box .calendar h3, .calendar .gre-ad-box h3, .gre-ad-box .query h3, .query .gre-ad-box h3, .gre-ad-box .aside h3, .aside .gre-ad-box h3, .gre-ad-box .alert .sq-form-section-title, .alert .gre-ad-box .sq-form-section-title, .gre-ad-box .warning .sq-form-section-title, .warning .gre-ad-box .sq-form-section-title, .gre-ad-box .accessibility .sq-form-section-title, .accessibility .gre-ad-box .sq-form-section-title, .gre-ad-box .calendar .sq-form-section-title, .calendar .gre-ad-box .sq-form-section-title, .gre-ad-box .query .sq-form-section-title, .query .gre-ad-box .sq-form-section-title, .gre-ad-box .aside .sq-form-section-title, .aside .gre-ad-box .sq-form-section-title, .gre-ad-box .alert h4, .alert .gre-ad-box h4, .gre-ad-box .warning h4, .warning .gre-ad-box h4, .gre-ad-box .accessibility h4, .accessibility .gre-ad-box h4, .gre-ad-box .calendar h4, .calendar .gre-ad-box h4, .gre-ad-box .query h4, .query .gre-ad-box h4, .gre-ad-box .aside h4, .aside .gre-ad-box h4, .gre-ad-box .alert h5, .alert .gre-ad-box h5, .gre-ad-box .warning h5, .warning .gre-ad-box h5, .gre-ad-box .accessibility h5, .accessibility .gre-ad-box h5, .gre-ad-box .calendar h5, .calendar .gre-ad-box h5, .gre-ad-box .query h5, .query .gre-ad-box h5, .gre-ad-box .aside h5, .aside .gre-ad-box h5, .gre-ad-box a, .gre-ad-box p {
  color: inherit;
  line-height: inherit;
}

.gre-adbox h2, .gre-adbox .gre-staff-development-form h4, .gre-staff-development-form .gre-adbox h4, .gre-adbox h3, .gre-adbox .sq-form-section-title, .gre-adbox .h2, .gre-adbox .h3, .gre-adbox .accordion-content h2, .accordion-content .gre-adbox h2, .gre-adbox .accordion-content .gre-staff-development-form h4, .accordion-content .gre-staff-development-form .gre-adbox h4, .gre-adbox .gre-staff-development-form .accordion-content h4, .gre-staff-development-form .accordion-content .gre-adbox h4, .gre-ad-box h2, .gre-ad-box .gre-staff-development-form h4, .gre-staff-development-form .gre-ad-box h4, .gre-ad-box h3, .gre-ad-box .sq-form-section-title, .gre-ad-box .h2, .gre-ad-box .h3, .gre-ad-box .accordion-content h2, .accordion-content .gre-ad-box h2, .gre-ad-box .accordion-content .gre-staff-development-form h4, .accordion-content .gre-staff-development-form .gre-ad-box h4, .gre-ad-box .gre-staff-development-form .accordion-content h4, .gre-staff-development-form .accordion-content .gre-ad-box h4 {
  font-size: 1.16rem;
  margin: 0 0 .2rem 0;
}

@media print, screen and (min-width: 34.375em) {
  .gre-adbox h2, .gre-adbox .gre-staff-development-form h4, .gre-staff-development-form .gre-adbox h4, .gre-adbox h3, .gre-adbox .sq-form-section-title, .gre-adbox .h2, .gre-adbox .h3, .gre-adbox .accordion-content h2, .accordion-content .gre-adbox h2, .gre-adbox .accordion-content .gre-staff-development-form h4, .accordion-content .gre-staff-development-form .gre-adbox h4, .gre-adbox .gre-staff-development-form .accordion-content h4, .gre-staff-development-form .accordion-content .gre-adbox h4, .gre-ad-box h2, .gre-ad-box .gre-staff-development-form h4, .gre-staff-development-form .gre-ad-box h4, .gre-ad-box h3, .gre-ad-box .sq-form-section-title, .gre-ad-box .h2, .gre-ad-box .h3, .gre-ad-box .accordion-content h2, .accordion-content .gre-ad-box h2, .gre-ad-box .accordion-content .gre-staff-development-form h4, .accordion-content .gre-staff-development-form .gre-ad-box h4, .gre-ad-box .gre-staff-development-form .accordion-content h4, .gre-staff-development-form .accordion-content .gre-ad-box h4 {
    font-size: 1.5rem;
  }
}

@media print, screen and (min-width: 53.75em) {
  .gre-adbox h2, .gre-adbox .gre-staff-development-form h4, .gre-staff-development-form .gre-adbox h4, .gre-adbox h3, .gre-adbox .sq-form-section-title, .gre-adbox .h2, .gre-adbox .h3, .gre-adbox .accordion-content h2, .accordion-content .gre-adbox h2, .gre-adbox .accordion-content .gre-staff-development-form h4, .accordion-content .gre-staff-development-form .gre-adbox h4, .gre-adbox .gre-staff-development-form .accordion-content h4, .gre-staff-development-form .accordion-content .gre-adbox h4, .gre-ad-box h2, .gre-ad-box .gre-staff-development-form h4, .gre-staff-development-form .gre-ad-box h4, .gre-ad-box h3, .gre-ad-box .sq-form-section-title, .gre-ad-box .h2, .gre-ad-box .h3, .gre-ad-box .accordion-content h2, .accordion-content .gre-ad-box h2, .gre-ad-box .accordion-content .gre-staff-development-form h4, .accordion-content .gre-staff-development-form .gre-ad-box h4, .gre-ad-box .gre-staff-development-form .accordion-content h4, .gre-staff-development-form .accordion-content .gre-ad-box h4 {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 90em) {
  .gre-adbox h2, .gre-adbox .gre-staff-development-form h4, .gre-staff-development-form .gre-adbox h4, .gre-adbox h3, .gre-adbox .sq-form-section-title, .gre-adbox .h2, .gre-adbox .h3, .gre-adbox .accordion-content h2, .accordion-content .gre-adbox h2, .gre-adbox .accordion-content .gre-staff-development-form h4, .accordion-content .gre-staff-development-form .gre-adbox h4, .gre-adbox .gre-staff-development-form .accordion-content h4, .gre-staff-development-form .accordion-content .gre-adbox h4, .gre-ad-box h2, .gre-ad-box .gre-staff-development-form h4, .gre-staff-development-form .gre-ad-box h4, .gre-ad-box h3, .gre-ad-box .sq-form-section-title, .gre-ad-box .h2, .gre-ad-box .h3, .gre-ad-box .accordion-content h2, .accordion-content .gre-ad-box h2, .gre-ad-box .accordion-content .gre-staff-development-form h4, .accordion-content .gre-staff-development-form .gre-ad-box h4, .gre-ad-box .gre-staff-development-form .accordion-content h4, .gre-staff-development-form .accordion-content .gre-ad-box h4 {
    font-size: 1.62rem;
  }
}

.gre-adbox h4, .gre-adbox .h4, .gre-adbox .accordion-content h3, .accordion-content .gre-adbox h3, .gre-adbox .accordion-content .sq-form-section-title, .accordion-content .gre-adbox .sq-form-section-title, .gre-adbox .alert h2, .alert .gre-adbox h2, .gre-adbox .warning h2, .warning .gre-adbox h2, .gre-adbox .accessibility h2, .accessibility .gre-adbox h2, .gre-adbox .calendar h2, .calendar .gre-adbox h2, .gre-adbox .query h2, .query .gre-adbox h2, .gre-adbox .aside h2, .aside .gre-adbox h2, .gre-adbox .alert h3, .alert .gre-adbox h3, .gre-adbox .warning h3, .warning .gre-adbox h3, .gre-adbox .accessibility h3, .accessibility .gre-adbox h3, .gre-adbox .calendar h3, .calendar .gre-adbox h3, .gre-adbox .query h3, .query .gre-adbox h3, .gre-adbox .aside h3, .aside .gre-adbox h3, .gre-adbox .alert .sq-form-section-title, .alert .gre-adbox .sq-form-section-title, .gre-adbox .warning .sq-form-section-title, .warning .gre-adbox .sq-form-section-title, .gre-adbox .accessibility .sq-form-section-title, .accessibility .gre-adbox .sq-form-section-title, .gre-adbox .calendar .sq-form-section-title, .calendar .gre-adbox .sq-form-section-title, .gre-adbox .query .sq-form-section-title, .query .gre-adbox .sq-form-section-title, .gre-adbox .aside .sq-form-section-title, .aside .gre-adbox .sq-form-section-title, .gre-adbox .alert h4, .alert .gre-adbox h4, .gre-adbox .warning h4, .warning .gre-adbox h4, .gre-adbox .accessibility h4, .accessibility .gre-adbox h4, .gre-adbox .calendar h4, .calendar .gre-adbox h4, .gre-adbox .query h4, .query .gre-adbox h4, .gre-adbox .aside h4, .aside .gre-adbox h4, .gre-adbox .alert h5, .alert .gre-adbox h5, .gre-adbox .warning h5, .warning .gre-adbox h5, .gre-adbox .accessibility h5, .accessibility .gre-adbox h5, .gre-adbox .calendar h5, .calendar .gre-adbox h5, .gre-adbox .query h5, .query .gre-adbox h5, .gre-adbox .aside h5, .aside .gre-adbox h5, .gre-ad-box h4, .gre-ad-box .h4, .gre-ad-box .accordion-content h3, .accordion-content .gre-ad-box h3, .gre-ad-box .accordion-content .sq-form-section-title, .accordion-content .gre-ad-box .sq-form-section-title, .gre-ad-box .alert h2, .alert .gre-ad-box h2, .gre-ad-box .warning h2, .warning .gre-ad-box h2, .gre-ad-box .accessibility h2, .accessibility .gre-ad-box h2, .gre-ad-box .calendar h2, .calendar .gre-ad-box h2, .gre-ad-box .query h2, .query .gre-ad-box h2, .gre-ad-box .aside h2, .aside .gre-ad-box h2, .gre-ad-box .alert h3, .alert .gre-ad-box h3, .gre-ad-box .warning h3, .warning .gre-ad-box h3, .gre-ad-box .accessibility h3, .accessibility .gre-ad-box h3, .gre-ad-box .calendar h3, .calendar .gre-ad-box h3, .gre-ad-box .query h3, .query .gre-ad-box h3, .gre-ad-box .aside h3, .aside .gre-ad-box h3, .gre-ad-box .alert .sq-form-section-title, .alert .gre-ad-box .sq-form-section-title, .gre-ad-box .warning .sq-form-section-title, .warning .gre-ad-box .sq-form-section-title, .gre-ad-box .accessibility .sq-form-section-title, .accessibility .gre-ad-box .sq-form-section-title, .gre-ad-box .calendar .sq-form-section-title, .calendar .gre-ad-box .sq-form-section-title, .gre-ad-box .query .sq-form-section-title, .query .gre-ad-box .sq-form-section-title, .gre-ad-box .aside .sq-form-section-title, .aside .gre-ad-box .sq-form-section-title, .gre-ad-box .alert h4, .alert .gre-ad-box h4, .gre-ad-box .warning h4, .warning .gre-ad-box h4, .gre-ad-box .accessibility h4, .accessibility .gre-ad-box h4, .gre-ad-box .calendar h4, .calendar .gre-ad-box h4, .gre-ad-box .query h4, .query .gre-ad-box h4, .gre-ad-box .aside h4, .aside .gre-ad-box h4, .gre-ad-box .alert h5, .alert .gre-ad-box h5, .gre-ad-box .warning h5, .warning .gre-ad-box h5, .gre-ad-box .accessibility h5, .accessibility .gre-ad-box h5, .gre-ad-box .calendar h5, .calendar .gre-ad-box h5, .gre-ad-box .query h5, .query .gre-ad-box h5, .gre-ad-box .aside h5, .aside .gre-ad-box h5 {
  font-size: 1.08rem;
  font-weight: bold;
  margin: 0 0 .2rem 0;
}

.gre-adbox.light, .gre-ad-box.light {
  background: #e4e7f2;
  color: #060360;
}

.gre-adbox.variant, .gre-ad-box.variant {
  background: #00c499;
  color: #060360;
}

@media screen and (min-width: 53.75em) and (max-width: 64.9375em) {
  .gre-adbox .gre-adbox-bg, .gre-adbox .gre-grid-image, .gre-ad-box .gre-adbox-bg, .gre-ad-box .gre-grid-image {
    min-height: auto !important;
  }
  .gre-adbox .gre-adbox-bg img, .gre-adbox .gre-grid-image img, .gre-ad-box .gre-adbox-bg img, .gre-ad-box .gre-grid-image img {
    visibility: visible !important;
  }
}

.gre-adbox .gre-adbox-bg, .gre-adbox .gre-grid-image, .gre-ad-box .gre-adbox-bg, .gre-ad-box .gre-grid-image {
  background-image: none !important;
}

.gre-adbox .gre-ad-box-text, .gre-adbox .gre-grid-info, .gre-ad-box .gre-ad-box-text, .gre-ad-box .gre-grid-info {
  position: absolute;
  padding: 2.5% 4%;
  bottom: 7%;
  left: 10%;
  z-index: 4;
  font-size: 16px;
  line-height: 1.2;
  width: 90%;
  color: inherit;
  background: inherit;
}

@media screen and (min-width: 34.375em) and (max-width: 53.6875em) {
  .gre-adbox .gre-ad-box-text, .gre-adbox .gre-grid-info, .gre-ad-box .gre-ad-box-text, .gre-ad-box .gre-grid-info {
    bottom: 0;
    width: 100%;
    left: 0;
    position: relative;
  }
}

@media screen and (min-width: 53.75em) and (max-width: 64.9375em) {
  .gre-adbox .gre-ad-box-text, .gre-adbox .gre-grid-info, .gre-ad-box .gre-ad-box-text, .gre-ad-box .gre-grid-info {
    bottom: 0;
    width: 100%;
    left: 0;
    position: relative;
  }
}

.gre-adbox .gre-fa-date-icon, .gre-ad-box .gre-fa-date-icon {
  display: none;
}

.gre-adbox:hover .gre-adbox-bg, .gre-adbox:hover .gre-grid-image, .gre-adbox:focus .gre-adbox-bg, .gre-adbox:focus .gre-grid-image, .gre-adbox:active .gre-adbox-bg, .gre-adbox:active .gre-grid-image, .gre-ad-box:hover .gre-adbox-bg, .gre-ad-box:hover .gre-grid-image, .gre-ad-box:focus .gre-adbox-bg, .gre-ad-box:focus .gre-grid-image, .gre-ad-box:active .gre-adbox-bg, .gre-ad-box:active .gre-grid-image {
  opacity: 0.5;
}

.gre-adbox.tall .gre-grid-image, .gre-ad-box.tall .gre-grid-image {
  overflow: hidden;
  position: relative;
}

.gre-adbox.tall .gre-grid-image:before, .gre-ad-box.tall .gre-grid-image:before {
  padding-top: 80.9%;
  content: " ";
  display: block;
}

.module {
  display: inline-block;
  width: 100%;
  /* NEW 26-09-19 NA */
}

.module.accordion {
  display: block;
}

/*== ACCORDION ==*/
/*= Non-JS =*/
.gre-accordion-tabheader, .gre-accordion-tabpanel {
  border: 1px solid #ccc;
}

.gre-accordion-tabheader {
  border-bottom: none;
  padding-top: 0rem !important;
  padding-right: 0.9375rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0.9375rem !important;
  display: block;
}

.gre-accordion-tabheader h3, .gre-accordion-tabheader .sq-form-section-title {
  font-size: 2.5rem;
  padding-top: 1.875rem !important;
  padding-right: 0rem !important;
  padding-bottom: 0.9375rem !important;
  padding-left: 0rem !important;
}

.gre-accordion-tabpanel {
  border-top: none;
  margin: -1px 0 0 0;
  padding-top: 0rem !important;
  padding-right: 0.9375rem !important;
  padding-bottom: 1.875rem !important;
  padding-left: 0.9375rem !important;
}

/*= With JS =*/
.accordion-title {
  padding-right: 3rem;
}

.accordion-title:hover, .accordion-title:focus, .accordion-title:active {
  text-decoration: none;
}

.accordion-title:before {
  content: "\f359";
  margin-top: -0.75rem;
  font-size: 1.75rem;
}

.accordion-title h3, .accordion-title .sq-form-section-title {
  font-size: 1.75rem;
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-bottom: 0rem !important;
  margin-left: 0rem !important;
  color: inherit;
}

.accordion.long-titles .accordion-title h3, .accordion.long-titles .accordion-title .sq-form-section-title {
  font-size: 1.33rem;
}

.accordion-item.is-active > .accordion-title {
  background: #2e2e2e;
  color: #fff;
}

.accordion-item.is-active > .accordion-title:before {
  content: "\f358";
}

/*== CURATED MODULES ==*/
/*=  Feature =*/
.no-nav .gre-page-copy .gre-feature-box, body.gre-curated .gre-feature-box {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin: 0 auto;
}

@media print, screen and (min-width: 34.375em) {
  .no-nav .gre-page-copy .gre-feature-box, body.gre-curated .gre-feature-box {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.gre-feature-box > div {
  display: flex;
  flex-flow: row wrap;
  margin-right: 0.625rem;
  margin-left: 0.625rem;
}

@media print, screen and (min-width: 34.375em) {
  .gre-feature-box > div {
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.gre-feature-box > div .gre-feature-text {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 53.75em) {
  .no-nav .gre-page-copy .gre-feature-box > div .gre-feature-text, body.gre-curated .gre-feature-box > div .gre-feature-text {
    flex: 1 1 0px;
    width: auto;
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.gre-feature-box > div .gre-feature-media {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

@media print, screen and (min-width: 53.75em) {
  .no-nav .gre-page-copy .gre-feature-box > div .gre-feature-media, body.gre-curated .gre-feature-box > div .gre-feature-media {
    width: calc(66.66667% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
    order: 2;
  }
}

.gre-accented .gre-feature-box {
  padding-top: 0.9375rem;
}

.gre-feature-box.gre-ribbon-gallery > div .gre-feature-media {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

@media print, screen and (min-width: 53.75em) {
  .no-nav .gre-page-copy .gre-feature-box.gre-ribbon-gallery > div .gre-feature-media, body.gre-curated .gre-feature-box.gre-ribbon-gallery > div .gre-feature-media {
    order: 0;
  }
}

@media screen and (min-width: 65em) {
  .no-nav .gre-page-copy .gre-feature-box.gre-ribbon-gallery > div .gre-feature-media, body.gre-curated .gre-feature-box.gre-ribbon-gallery > div .gre-feature-media {
    width: calc(75% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

grid-container .gre-feature-box {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.gre-feature-image {
  overflow: hidden;
  position: relative;
}

.gre-feature-image:before {
  padding-top: 50%;
  content: " ";
  display: block;
}

.gre-feature-media.video .gre-feature-image {
  overflow: hidden;
  position: relative;
}

.gre-feature-media.video .gre-feature-image:before {
  padding-top: 0;
  content: " ";
  display: block;
}

.gre-cta {
  padding-bottom: 1.40625rem;
  width: 100%;
}

.gre-feature-text {
  padding-bottom: 1.875rem;
}

.gre-feature-text h2, .gre-feature-text .gre-staff-development-form h4, .gre-staff-development-form .gre-feature-text h4 {
  font-family: "Oswald", sans-serif;
  font-size: 2.4rem;
  line-height: 1.1;
  text-align: center;
  padding-bottom: 1rem;
  color: inherit;
}

.gre-feature-text h2.gre-long-title, .gre-feature-text .gre-staff-development-form h4.gre-long-title, .gre-staff-development-form .gre-feature-text h4.gre-long-title {
  font-size: 2rem;
}

.gre-feature-text hr {
  width: 33%;
  margin-bottom: 1.5rem;
}

.gre-feature-text .gre-cta {
  text-align: center;
}

.gre-feature-text .gre-cta a.button {
  height: 2.5rem;
  line-height: 2.5rem;
  padding-top: 0rem !important;
  padding-right: 0.9375rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0.9375rem !important;
  margin-top: 0.9375rem !important;
  margin-right: 0.9375rem !important;
  margin-bottom: 0rem !important;
  margin-left: 0rem !important;
  border: none;
}

.gre-feature-text .gre-cta a.button i.fa, .gre-feature-text .gre-cta a.button i.fab, .gre-feature-text .gre-cta a.button i.fad, .gre-feature-text .gre-cta a.button i.fal, .gre-feature-text .gre-cta a.button i.far, .gre-feature-text .gre-cta a.button i.fas, .gre-feature-text .gre-cta a.button i.alert:before, .gre-feature-text .gre-cta a.button i.warning:before, .gre-feature-text .gre-cta a.button i.accessibility:before, .gre-feature-text .gre-cta a.button i.calendar:before, .gre-feature-text .gre-cta a.button i.query:before {
  font-size: 1em;
  height: 2.5rem;
  width: 2.5rem;
  line-height: 2.5rem;
}

@media print, screen and (min-width: 53.75em) {
  .gre-feature-text {
    padding-bottom: 0.9375rem;
  }
}

@media screen and (min-width: 65em) {
  .gre-feature-text h2, .gre-feature-text .gre-staff-development-form h4, .gre-staff-development-form .gre-feature-text h4 {
    font-size: 3rem;
  }
  .gre-feature-text h2.gre-long-title, .gre-feature-text .gre-staff-development-form h4.gre-long-title, .gre-staff-development-form .gre-feature-text h4.gre-long-title {
    font-size: 2.4rem;
  }
}

div.gre-feature-media {
  align-self: center;
  padding-top: 0rem !important;
  padding-right: 0rem !important;
  padding-bottom: 1.40625rem !important;
  padding-left: 0rem !important;
}

@media print, screen and (min-width: 53.75em) {
  .no-nav .gre-page-copy div.gre-feature-media, body.gre-curated div.gre-feature-media {
    padding-top: 0rem !important;
    padding-right: 1.40625rem !important;
    padding-bottom: 1.40625rem !important;
    padding-left: 0rem !important;
  }
}

div.gre-feature-media.video {
  overflow: hidden;
  /*
    .gre-feature-title {
      transition: all 2.5s ease-in;
    }
    @include hover-state {
      .gre-feature-title {
        left: -2500px;
      }
    }
    // Keep title hidden once it has been hidden
    &.selected {
      .gre-feature-title {
        left: -2500px;  
      }     
    }
*/
}

div.gre-feature-media.video iframe {
  height: 56.25vw;
  margin-bottom: -6px;
}

@media print, screen and (min-width: 53.75em) {
  div.gre-feature-media.video iframe {
    height: 20rem;
  }
}

@media screen and (min-width: 65em) {
  div.gre-feature-media.video iframe {
    height: 23rem;
  }
}

/*=  Mini gallery =*/
.gre-mini-gallery {
  margin-left: -0.75%;
  display: inline-block;
  width: 100%;
  position: relative;
}

.gre-mini-gallery:after {
  font-family: "Font Awesome 5 Pro";
  color: white;
  text-shadow: 1px 1px 3px black;
  font-size: 1.5rem;
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  content: "";
}

.gre-mini-gallery .orbit-wrapper {
  position: relative;
}

.gre-mini-gallery .orbit-container {
  margin: 0 0 0 1.5%;
}

.gre-mini-gallery .orbit-previous, .gre-mini-gallery .orbit-next {
  width: 40%;
  height: 100%;
  top: 0;
  transform: none;
  outline: none;
}

.gre-mini-gallery .orbit-previous i.fas, .gre-mini-gallery .orbit-previous i.alert:before, .gre-mini-gallery .orbit-previous i.warning:before, .gre-mini-gallery .orbit-previous i.accessibility:before, .gre-mini-gallery .orbit-previous i.calendar:before, .gre-mini-gallery .orbit-previous i.query:before, .gre-mini-gallery .orbit-next i.fas, .gre-mini-gallery .orbit-next i.alert:before, .gre-mini-gallery .orbit-next i.warning:before, .gre-mini-gallery .orbit-next i.accessibility:before, .gre-mini-gallery .orbit-next i.calendar:before, .gre-mini-gallery .orbit-next i.query:before {
  font-size: 2rem;
  opacity: 0.7;
}

@media print, screen and (min-width: 34.375em) {
  .gre-mini-gallery .orbit-previous i.fas, .gre-mini-gallery .orbit-previous i.alert:before, .gre-mini-gallery .orbit-previous i.warning:before, .gre-mini-gallery .orbit-previous i.accessibility:before, .gre-mini-gallery .orbit-previous i.calendar:before, .gre-mini-gallery .orbit-previous i.query:before, .gre-mini-gallery .orbit-next i.fas, .gre-mini-gallery .orbit-next i.alert:before, .gre-mini-gallery .orbit-next i.warning:before, .gre-mini-gallery .orbit-next i.accessibility:before, .gre-mini-gallery .orbit-next i.calendar:before, .gre-mini-gallery .orbit-next i.query:before {
    font-size: 3rem;
  }
}

.gre-mini-gallery .orbit-previous:hover i.fas, .gre-mini-gallery .orbit-previous:hover i.alert:before, .gre-mini-gallery .orbit-previous:hover i.warning:before, .gre-mini-gallery .orbit-previous:hover i.accessibility:before, .gre-mini-gallery .orbit-previous:hover i.calendar:before, .gre-mini-gallery .orbit-previous:hover i.query:before, .gre-mini-gallery .orbit-previous:focus i.fas, .gre-mini-gallery .orbit-previous:focus i.alert:before, .gre-mini-gallery .orbit-previous:focus i.warning:before, .gre-mini-gallery .orbit-previous:focus i.accessibility:before, .gre-mini-gallery .orbit-previous:focus i.calendar:before, .gre-mini-gallery .orbit-previous:focus i.query:before, .gre-mini-gallery .orbit-previous:active i.fas, .gre-mini-gallery .orbit-previous:active i.alert:before, .gre-mini-gallery .orbit-previous:active i.warning:before, .gre-mini-gallery .orbit-previous:active i.accessibility:before, .gre-mini-gallery .orbit-previous:active i.calendar:before, .gre-mini-gallery .orbit-previous:active i.query:before, .gre-mini-gallery .orbit-next:hover i.fas, .gre-mini-gallery .orbit-next:hover i.alert:before, .gre-mini-gallery .orbit-next:hover i.warning:before, .gre-mini-gallery .orbit-next:hover i.accessibility:before, .gre-mini-gallery .orbit-next:hover i.calendar:before, .gre-mini-gallery .orbit-next:hover i.query:before, .gre-mini-gallery .orbit-next:focus i.fas, .gre-mini-gallery .orbit-next:focus i.alert:before, .gre-mini-gallery .orbit-next:focus i.warning:before, .gre-mini-gallery .orbit-next:focus i.accessibility:before, .gre-mini-gallery .orbit-next:focus i.calendar:before, .gre-mini-gallery .orbit-next:focus i.query:before, .gre-mini-gallery .orbit-next:active i.fas, .gre-mini-gallery .orbit-next:active i.alert:before, .gre-mini-gallery .orbit-next:active i.warning:before, .gre-mini-gallery .orbit-next:active i.accessibility:before, .gre-mini-gallery .orbit-next:active i.calendar:before, .gre-mini-gallery .orbit-next:active i.query:before {
  opacity: 1;
}

.gre-mini-gallery .orbit-previous {
  margin-left: 1.5%;
  text-align: left;
}

.gre-mini-gallery .orbit-previous:hover, .gre-mini-gallery .orbit-previous:focus, .gre-mini-gallery .orbit-previous:active {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, transparent 40%, transparent 100%);
}

.gre-mini-gallery .orbit-next {
  text-align: right;
}

.gre-mini-gallery .orbit-next:hover, .gre-mini-gallery .orbit-next:focus, .gre-mini-gallery .orbit-next:active {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.6) 0%, transparent 40%, transparent 100%);
}

.gre-mini-gallery .orbit-bullets {
  margin: 0;
}

.gre-mini-gallery .orbit-bullets button {
  width: 48.5%;
  height: auto;
  margin: 1.5%;
  margin-right: 0;
  border-radius: 0;
  background-color: transparent;
  float: left;
}

.gre-mini-gallery .orbit-bullets button.is-active {
  display: none;
}

.gre-mini-gallery .orbit-caption {
  position: relative;
}

/* Full gallery */
.gre-gallery .gre-video-item {
  height: 49vw;
}

.gre-gallery .gre-video-item figure, .gre-gallery .gre-video-item iframe {
  height: inherit;
  width: inherit;
}

@media print, screen and (min-width: 53.75em) {
  .no-nav .gre-page-copy .gre-gallery .gre-video-item, body.gre-curated .gre-gallery .gre-video-item {
    height: 33vw;
  }
}

@media screen and (min-width: 65em) {
  .no-nav .gre-page-copy .gre-gallery .gre-video-item, body.gre-curated .gre-gallery .gre-video-item {
    height: 28.5vw;
  }
}

.gre-gallery .orbit-previous, .gre-gallery .orbit-next {
  padding: 1.5rem 1rem;
  font-size: 2rem;
  margin-top: -3.5rem;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
}

@media print, screen and (min-width: 34.375em) {
  .gre-gallery .orbit-previous, .gre-gallery .orbit-next {
    padding: 4rem 1rem;
    font-size: 2.25rem;
    transform: translateY(-60%);
  }
}

.gre-gallery .orbit-bullets button {
  background-color: transparent;
  border: 3px solid #060360;
}

.gre-gallery .orbit-bullets button.is-active {
  background-color: #060360;
  background-color: #2e2e2e;
}

.gre-gallery .orbit-bullets.gre-ribbon {
  height: 7rem;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  margin: 0.5rem 0;
}

.gre-gallery .orbit-bullets.gre-ribbon button {
  border: none;
  border-radius: 0;
  height: auto;
  width: auto;
  background: #2e2e2e;
}

.gre-gallery .orbit-bullets.gre-ribbon button.is-active img {
  opacity: 0.5;
}

.gre-gallery .orbit-bullets.gre-ribbon button.is-active.gre-video img {
  opacity: 0.33;
}

.gre-gallery .orbit-bullets.gre-ribbon button.gre-video {
  position: relative;
}

.gre-gallery .orbit-bullets.gre-ribbon button.gre-video:after {
  font-weight: 900;
  font-family: "Font Awesome 5 Pro";
  color: white;
  text-shadow: 1px 1px 3px black;
  font-size: 1.5rem;
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  content: "";
}

.gre-gallery .orbit-bullets.gre-ribbon button.gre-video img {
  opacity: 0.75;
}

.gre-gallery .orbit-bullets.gre-ribbon button.gre-video:after {
  font-size: 1.75rem;
  right: 0;
  top: 1.75rem;
  width: 100%;
}

.gre-gallery .orbit-bullets.gre-ribbon button img {
  height: 5rem;
  width: auto;
}

.gre-gallery .orbit-caption {
  position: relative;
}

.gre-gallery .orbit-caption.long-title {
  font-size: 0.85rem;
}

@media print, screen and (min-width: 34.375em) {
  .gre-gallery .orbit-caption {
    position: absolute;
  }
}

.gre-ribbon-controls {
  position: relative;
  height: 2.5rem;
}

.gre-ribbon-controls button {
  background: #060360;
  color: white;
  padding: 0.5rem 2.4rem;
}

.gre-ribbon-controls button.gre-ribbon-left {
  position: absolute;
  left: 0;
}

.gre-ribbon-controls button.gre-ribbon-right {
  position: absolute;
  right: 0;
}

.gre-accented.dark .gre-ribbon-controls {
  border-style: solid;
  border-width: 1px;
  border-color: inherit;
}

/* Narrow mobile's in landscape mode */
@media screen and (max-width: ) and (min-aspect-ratio: 4 / 3) {
  .gre-gallery .gre-gallery .orbit-previous, .gre-gallery .gre-gallery .orbit-next, .gre-mini-gallery .gre-gallery .orbit-previous, .gre-mini-gallery .gre-gallery .orbit-next {
    margin-top: -50vh;
  }
  .gre-gallery .orbit-figure, .gre-mini-gallery .orbit-figure {
    margin: 0;
    text-align: center;
    background: black;
  }
  .gre-gallery .gre-gallery .gre-video-item, .gre-mini-gallery .gre-gallery .gre-video-item {
    height: 100vh;
    width: auto;
  }
  .gre-gallery .orbit-image, .gre-mini-gallery .orbit-image {
    max-height: 100vh;
    width: auto;
  }
}

.badge-container {
  /* Only if the item is a link */
}

.badge-container .badge-item {
  padding-top: 0.9375rem !important;
  padding-right: 0.9375rem !important;
  padding-bottom: 0.9375rem !important;
  padding-left: 0.9375rem !important;
  text-align: center;
}

.badge-container .badge-item h3, .badge-container .badge-item .sq-form-section-title, .badge-container .badge-item h4 {
  font-size: 1.25em;
  text-align: center;
}

.badge-container .badge-item.gre-text-only {
  border: 1px solid #606eb2;
}

.badge-container .badge-item .badge-logo {
  padding-bottom: 0.9375rem;
}

.badge-container .badge-item .badge-logo.tall img {
  max-height: 12rem;
}

.badge-container .badge-item .badge-stat {
  font-size: 4em;
  display: block;
  margin-top: 0.46875rem !important;
  margin-right: 0rem !important;
  margin-bottom: 0.46875rem !important;
  margin-left: 0rem !important;
  line-height: 1;
}

.badge-container .badge-item.gre-logo-badge {
  border-style: none;
  text-align: center;
  padding-top: 0rem !important;
  padding-right: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important;
}

.badge-container .badge-item.gre-logo-badge .badge-content {
  padding-top: 0.9375rem !important;
  padding-right: 0.9375rem !important;
  padding-bottom: 0.9375rem !important;
  padding-left: 0.9375rem !important;
}

.badge-container .badge-item.gre-icon-badge {
  text-align: center;
  font-size: 1.1em;
}

.badge-container .badge-item.gre-icon-badge .badge-icon {
  color: #060360;
  font-size: 4em;
  display: block;
  margin-top: 0.46875rem !important;
  margin-right: 0rem !important;
  margin-bottom: 0.9375rem !important;
  margin-left: 0rem !important;
  line-height: 1;
}

.badge-container a.badge-item:hover .badge-logo img, .badge-container a.badge-item:focus .badge-logo img, .badge-container a.badge-item:active .badge-logo img {
  background: #909090;
  opacity: 0.5;
}

.gre-badge-borders .badge-container .badge-item, .badge-container.gre-badge-borders .badge-item {
  border: 4px double #606eb2;
}

.small-items .badge-container, .badge-container.small-items {
  /* Full width dimensions are defined later */
  text-align: center;
}

.small-items .badge-container .badge-item, .badge-container.small-items .badge-item {
  width: 98%;
  font-size: 0.8em;
  margin: 1%;
  vertical-align: top;
}

.small-items .badge-container .badge-item h3, .small-items .badge-container .badge-item .sq-form-section-title, .badge-container.small-items .badge-item h3, .badge-container.small-items .badge-item .sq-form-section-title {
  font-weight: bold;
}

@media print, screen and (min-width: 34.375em) {
  .small-items .badge-container .badge-item, .badge-container.small-items .badge-item {
    width: 48%;
    display: inline-block;
    min-height: 13rem;
  }
}

@media screen and (min-width: 65em) {
  .small-items .badge-container .badge-item, .badge-container.small-items .badge-item {
    width: 25%;
  }
}

.small-items .badge-container .badge-item .badge-logo, .badge-container.small-items .badge-item .badge-logo {
  padding-bottom: 0.70313rem;
}

.small-items .badge-container .badge-item .badge-logo.tall img, .badge-container.small-items .badge-item .badge-logo.tall img {
  max-height: 8rem;
}

.small-items .badge-container .badge-item.gre-icon-badge .badge-icon, .badge-container.small-items .badge-item.gre-icon-badge .badge-icon {
  color: #060360;
  font-size: 2.75em;
}

.small-items .gre-accented.dark .badge-container .badge-item, .gre-accented.dark .badge-container.small-items .badge-item, .gre-badge-borders .gre-accented.dark .badge-container .badge-item, .gre-accented.dark .badge-container.gre-badge-borders .badge-item {
  border-color: inherit;
}

.small-items .gre-accented.dark .badge-container .badge-item.gre-icon-badge .badge-icon, .gre-accented.dark .badge-container.small-items .badge-item.gre-icon-badge .badge-icon, .gre-badge-borders .gre-accented.dark .badge-container .badge-item.gre-icon-badge .badge-icon, .gre-accented.dark .badge-container.gre-badge-borders .badge-item.gre-icon-badge .badge-icon {
  color: inherit;
}

@media print, screen and (min-width: 53.75em) {
  .small-items .gre-accented.dark .badge-container, .gre-accented.dark .badge-container.small-items, .gre-badge-borders .gre-accented.dark .badge-container, .gre-accented.dark .badge-container.gre-badge-borders {
    padding: 0 1%;
  }
}

.small-items .gre-accented.variant .badge-container .badge-item, .gre-accented.variant .badge-container.small-items .badge-item, .gre-badge-borders .gre-accented.variant .badge-container .badge-item, .gre-accented.variant .badge-container.gre-badge-borders .badge-item {
  border-color: inherit;
}

.small-items .gre-accented.variant .badge-container .badge-item.gre-icon-badge .badge-icon, .gre-accented.variant .badge-container.small-items .badge-item.gre-icon-badge .badge-icon, .gre-badge-borders .gre-accented.variant .badge-container .badge-item.gre-icon-badge .badge-icon, .gre-accented.variant .badge-container.gre-badge-borders .badge-item.gre-icon-badge .badge-icon {
  color: inherit;
}

.small-items .no-nav .gre-page-copy .badge-container, .no-nav .gre-page-copy .badge-container.small-items, .small-items body.gre-curated .badge-container, body.gre-curated .badge-container.small-items {
  /* IE Edge thinks it can do flex but still screws the box model */
  /*
      .badge-item {
      @include breakpoint(large) {
        @include xy-cell(3);
      }
      @include breakpoint(xxlarge) {
        @include xy-cell(2);
      }
      }
      */
}

.small-items .no-nav .gre-page-copy .badge-container .badge-item, .no-nav .gre-page-copy .badge-container.small-items .badge-item, .small-items body.gre-curated .badge-container .badge-item, body.gre-curated .badge-container.small-items .badge-item {
  padding: 0 1%;
}

@media print, screen and (min-width: 53.75em) {
  .small-items .no-nav .gre-page-copy .badge-container .badge-item, .no-nav .gre-page-copy .badge-container.small-items .badge-item, .small-items body.gre-curated .badge-container .badge-item, body.gre-curated .badge-container.small-items .badge-item {
    padding: 0 2.5%;
    width: 31%;
    min-height: 12rem;
  }
}

@media screen and (min-width: 65em) {
  .small-items .no-nav .gre-page-copy .badge-container .badge-item, .no-nav .gre-page-copy .badge-container.small-items .badge-item, .small-items body.gre-curated .badge-container .badge-item, body.gre-curated .badge-container.small-items .badge-item {
    width: 18%;
    min-height: 13rem;
  }
}

.gre-badge-borders.small-items .small-items .no-nav .gre-page-copy .badge-container .badge-item, .small-items .no-nav .gre-page-copy .badge-container.gre-badge-borders.small-items .badge-item, .gre-badge-borders.small-items .no-nav .gre-page-copy .badge-container.small-items .badge-item, .no-nav .gre-page-copy .badge-container.small-items.gre-badge-borders.small-items .badge-item, .gre-badge-borders.small-items .small-items body.gre-curated .badge-container .badge-item, .small-items body.gre-curated .badge-container.gre-badge-borders.small-items .badge-item, .gre-badge-borders.small-items body.gre-curated .badge-container.small-items .badge-item, body.gre-curated .badge-container.small-items.gre-badge-borders.small-items .badge-item {
  margin-right: 0.4rem;
}

.badge-container.gre-footer-badges {
  text-align: center;
}

.badge-container.gre-footer-badges .badge-item {
  float: none;
  display: inline-block;
  min-height: 0;
}

/*=== Flex only CSS ===*/
@supports (display: flex) {
  .badge-container {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: center;
  }
  .badge-container .badge-item {
    flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: calc(100% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
    float: none;
    min-height: 0;
  }
  @media print, screen and (min-width: 34.375em) {
    .badge-container .badge-item {
      width: calc(50% - 1.875rem);
      margin-right: 0.9375rem;
      margin-left: 0.9375rem;
      min-height: 0;
    }
  }
  @media screen and (min-width: 65em) {
    .badge-container .badge-item {
      width: calc(33.33333% - 1.875rem);
      margin-right: 0.9375rem;
      margin-left: 0.9375rem;
      min-height: 0;
    }
  }
  .badge-container .badge-item.gre-icon-badge, .badge-container .badge-item.gre-number-badge {
    align-self: stretch;
  }
  .gre-narrow .badge-container {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  @media print, screen and (min-width: 34.375em) {
    .gre-narrow .badge-container {
      margin-top: 0.9375rem;
      margin-bottom: 0.9375rem;
    }
  }
  @media print, screen and (min-width: 53.75em) {
    .gre-narrow .badge-container .badge-item {
      width: calc(100% - 1.875rem);
      margin-right: 0.9375rem;
      margin-left: 0.9375rem;
      margin-top: 0.625rem;
      margin-bottom: 0.625rem;
    }
  }
  @media print, screen and (min-width: 53.75em) and (min-width: 34.375em) {
    .gre-narrow .badge-container .badge-item {
      margin-top: 0.9375rem;
      margin-bottom: 0.9375rem;
    }
  }
  .small-items .badge-container, .badge-container.small-items {
    /* Full width dimensions are defined later */
  }
  .small-items .badge-container .badge-item, .badge-container.small-items .badge-item {
    min-height: auto;
  }
  .small-items .badge-container > .badge-item, .badge-container.small-items > .badge-item {
    width: calc(100% - 1rem);
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  @media print, screen and (min-width: 34.375em) {
    .small-items .badge-container > .badge-item, .badge-container.small-items > .badge-item {
      width: calc(33.33333% - 1rem);
      margin-top: 0.5rem;
      margin-bottom: 0.5rem;
      margin-left: 0.5rem;
      margin-right: 0.5rem;
    }
  }
  @media screen and (min-width: 65em) {
    .badge-container.gre-longlist-even .badge-item {
      width: calc(25% - 1.875rem);
      margin-right: 0.9375rem;
      margin-left: 0.9375rem;
    }
  }
  .small-items .no-nav .gre-page-copy .badge-container, .no-nav .gre-page-copy .badge-container.small-items, .small-items body.gre-curated .badge-container, body.gre-curated .badge-container.small-items {
    /*
        .badge-item {
        @include breakpoint(large) {
          @include xy-cell(3);
        }
        @include breakpoint(xxlarge) {
          @include xy-cell(2);
        }
        }
        */
  }
  @media print, screen and (min-width: 53.75em) {
    .small-items .no-nav .gre-page-copy .badge-container > .badge-item, .no-nav .gre-page-copy .badge-container.small-items > .badge-item, .small-items body.gre-curated .badge-container > .badge-item, body.gre-curated .badge-container.small-items > .badge-item {
      width: calc(25% - 1rem);
      margin-top: 0.5rem;
      margin-bottom: 0.5rem;
      margin-left: 0.5rem;
      margin-right: 0.5rem;
    }
    .small-items .no-nav .gre-page-copy .badge-container .badge-item, .no-nav .gre-page-copy .badge-container.small-items .badge-item, .small-items body.gre-curated .badge-container .badge-item, body.gre-curated .badge-container.small-items .badge-item {
      min-height: auto;
    }
  }
  @media screen and (min-width: 65em) {
    .small-items .no-nav .gre-page-copy .badge-container > .badge-item, .no-nav .gre-page-copy .badge-container.small-items > .badge-item, .small-items body.gre-curated .badge-container > .badge-item, body.gre-curated .badge-container.small-items > .badge-item {
      width: calc(20% - 1rem);
      margin-bottom: 0.5rem;
      margin-right: 0.5rem;
    }
    .small-items .no-nav .gre-page-copy .badge-container .badge-item, .no-nav .gre-page-copy .badge-container.small-items .badge-item, .small-items body.gre-curated .badge-container .badge-item, body.gre-curated .badge-container.small-items .badge-item {
      min-height: auto;
    }
  }
  .gre-footer-badges {
    justify-content: space-evenly;
  }
}

@supports (-ms-ime-align: auto) { {
    /* Microsoft EdgeV13&14 CSS styles go here */
    /* Edge thinks it supports space-evenly even though it doesn't */
    /* So stoopid */
  }
  .badge-container.gre-footer-badges {
    justify-content: space-around;
  }
}

/*== Sections ==*/
.gre-quote-slider {
  background: #fff;
}

.gre-quote-slider .orbit-controls button {
  color: #fff;
  font-size: 2.5rem;
}

@media print, screen and (min-width: 34.375em) {
  .gre-quote-slider .orbit-controls button {
    font-size: 4rem;
  }
}

.gre-quote-slider .orbit-controls button .gre-shadow.fa-angle-left:after, .gre-quote-slider .orbit-controls button .gre-shadow.fa-angle-right:after {
  position: absolute;
  color: rgba(0, 0, 0, 0.2);
  filter: blur(0.4rem);
  top: 50%;
  left: 1.3rem;
  font-size: 110%;
  z-index: -1;
  transform: translateY(-50%);
}

.gre-quote-slider .orbit-controls button .gre-shadow.fa-angle-left:after {
  content: "\f104";
}

.gre-quote-slider .orbit-controls button .gre-shadow.fa-angle-right:after {
  content: "\f105";
}

.gre-quote-slider .orbit-container .orbit-slide {
  padding-top: 1.40625rem !important;
  padding-right: 0rem !important;
  padding-bottom: 1.40625rem !important;
  padding-left: 0rem !important;
  margin: 0;
}

@media print, screen and (min-width: 53.75em) {
  .gre-quote-slider .orbit-container .orbit-slide {
    padding-top: 1.40625rem !important;
    padding-right: 4.6875rem !important;
    padding-bottom: 1.40625rem !important;
    padding-left: 4.6875rem !important;
  }
}

.gre-quote-slider .orbit-container .orbit-slide:nth-child(1) {
  border-color: #110ca4;
  border-style: solid;
  border-width: 1px;
  background: #060360;
  color: #fff;
}

.gre-quote-slider .orbit-container .orbit-slide:nth-child(2) {
  border-color: #acb7de;
  border-style: solid;
  border-width: 1px;
  background: #e4e7f2;
  color: #060360;
}

.gre-quote-slider .orbit-container .orbit-slide:nth-child(3) {
  border-color: #00785d;
  border-style: solid;
  border-width: 1px;
  background: #00c499;
  color: #060360;
}

.gre-quote-slider .orbit-container .orbit-slide:nth-child(4) {
  border-color: #39478c;
  border-style: solid;
  border-width: 1px;
  background: #606eb2;
  color: #fff;
}

.gre-quote-slider .orbit-container .orbit-slide > * {
  border-color: inherit;
}

.gre-quote-slider .gre-slide-content {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
}

@media print, screen and (min-width: 34.375em) {
  .gre-quote-slider .gre-slide-content {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 34.375em) {
  .gre-quote-slider .gre-slide-content {
    align-items: center;
    padding-top: 0rem !important;
    padding-right: 1.875rem !important;
    padding-bottom: 0rem !important;
    padding-left: 1.875rem !important;
  }
}

@media print, screen and (min-width: 53.75em) {
  .gre-quote-slider .gre-slide-content {
    height: 333px;
  }
}

.gre-quote-slider .gre-slide-content > blockquote {
  flex: 1 1 0px;
  width: auto;
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

.gre-quote-slider .gre-slide-content > .gre-quote-portrait {
  border-color: inherit;
  text-align: center;
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 53.75em) {
  .gre-quote-slider .gre-slide-content > .gre-quote-portrait {
    width: calc(33.33333% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.gre-quote-slider .gre-slide-content > * {
  padding-top: 0rem !important;
  padding-right: 1.875rem !important;
  padding-bottom: 0rem !important;
  padding-left: 1.875rem !important;
}

.gre-quote-slider blockquote {
  border: 0;
  padding: 0;
  color: inherit;
  margin-top: 0.46875rem !important;
  margin-right: 0rem !important;
  margin-bottom: 0.46875rem !important;
  margin-left: 0rem !important;
  /*
		font-size: 1.5rem;
		@include breakpoint(medium) {
			font-size: 1.75rem;
		}
		*/
}

.gre-quote-slider blockquote:before, .gre-quote-slider blockquote:after {
  content: none;
}

.gre-quote-slider blockquote p {
  color: inherit;
  font-size: inherit;
}

.gre-quote-slider blockquote p.quote {
  line-height: 1.5;
  font-size: 1.6rem;
}

@media print, screen and (min-width: 34.375em) {
  .gre-quote-slider blockquote p.quote {
    font-size: 2.25rem;
  }
}

@media print, screen and (min-width: 53.75em) {
  .gre-quote-slider blockquote p.quote {
    font-size: 3.25vw;
  }
}

@media screen and (min-width: 65em) {
  .gre-quote-slider blockquote p.quote {
    font-size: 3vw;
  }
}

@media screen and (min-width: 90em) {
  .gre-quote-slider blockquote p.quote {
    font-size: 2.25rem;
  }
}

.gre-quote-slider blockquote p.quote.long-text {
  font-size: 1.5rem;
}

@media print, screen and (min-width: 34.375em) {
  .gre-quote-slider blockquote p.quote.long-text {
    font-size: 2rem;
  }
}

@media print, screen and (min-width: 53.75em) {
  .gre-quote-slider blockquote p.quote.long-text {
    font-size: 2.75vw;
  }
}

@media screen and (min-width: 65em) {
  .gre-quote-slider blockquote p.quote.long-text {
    font-size: 2.5vw;
  }
}

@media screen and (min-width: 90em) {
  .gre-quote-slider blockquote p.quote.long-text {
    font-size: 2rem;
  }
}

.gre-quote-slider blockquote p.author {
  font-size: 1.2rem;
}

@media print, screen and (min-width: 34.375em) {
  .gre-quote-slider blockquote p.author {
    font-size: 2rem;
  }
}

@media print, screen and (min-width: 53.75em) {
  .gre-quote-slider blockquote p.author {
    margin-bottom: 0;
    font-size: 2.25vw;
  }
}

@media screen and (min-width: 65em) {
  .gre-quote-slider blockquote p.author {
    font-size: 1.75vw;
  }
}

@media screen and (min-width: 90em) {
  .gre-quote-slider blockquote p.author {
    font-size: 1.75rem;
  }
}

/*==  NAVIGATION ITEMS ==*/
#top-menu .align-right.menu li:hover > a, .top-bar ul li:hover > a, #top-menu .align-right.menu li:focus > a, .top-bar ul li:focus > a, #top-menu .align-right.menu li:active > a, .top-bar ul li:active > a {
  background: #060360;
  color: #fff;
}

#top-menu .align-right.menu li:hover > a, #top-menu .top-bar ul li:hover > a, .top-bar ul #top-menu li:hover > a, #top-menu .align-right.menu li:focus > a, #top-menu .top-bar ul li:focus > a, .top-bar ul #top-menu li:focus > a, #top-menu .align-right.menu li:active > a, #top-menu .top-bar ul li:active > a, .top-bar ul #top-menu li:active > a {
  background: #fff;
  color: #060360;
}

#top-menu .align-right.menu li {
  display: inline-block;
}

#main-menu {
  background: #fff;
  border-bottom: 1px solid #000;
  display: block;
}

.gre-main-menu {
  display: flex;
  flex-flow: row wrap;
  padding-top: 0.23438rem !important;
  padding-right: 0rem !important;
  padding-bottom: 0.23438rem !important;
  padding-left: 0rem !important;
  align-items: center;
}

.gre-main-menu .vertical.large-horizontal.menu > li {
  display: inline-block;
}

.gre-main-menu .gre-global-home {
  display: inline-block;
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
}

@media print, screen and (min-width: 53.75em) {
  .gre-main-menu .gre-global-home {
    flex: 0 0 auto;
    width: auto;
    margin-right: 0.9375rem;
  }
}

.gre-main-menu .top-bar {
  width: calc(100% - 1.875rem);
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 53.75em) {
  .gre-main-menu .top-bar {
    float: right;
    flex: 1 1 0px;
    width: auto;
    margin-left: 0.9375rem;
  }
}

@media screen and (min-width: 65em) {
  .gre-main-menu .gre-small-logo {
    display: none !important;
  }
}

@media screen and (max-width: 64.9375em) {
  .gre-main-menu .gre-large-logo {
    display: none !important;
  }
}

.gre-main-menu .gre-large-logo img {
  width: 250px;
}

.gre-main-menu ul.dropdown-pane {
  background: #fff;
  width: 100%;
  display: none;
  z-index: 1501;
}

.gre-main-menu ul.dropdown-pane li a {
  display: inline-block;
}

@media print, screen and (min-width: 53.75em) {
  .gre-main-menu ul.dropdown-pane {
    width: 25rem;
    display: block;
  }
}

.gre-top-nav.sticky {
  z-index: 1500;
}

/*=== CUSTOM FOOTER ===*/
section.gre-custom-footer {
  margin-top: 1.875rem !important;
  margin-right: 0rem !important;
  margin-bottom: -1.875rem !important;
  margin-left: 0rem !important;
  padding-top: 1.40625rem !important;
  padding-right: 0rem !important;
  padding-bottom: 1.40625rem !important;
  padding-left: 0rem !important;
}

section.gre-custom-footer .gre-social-buttons a {
  font-size: 2rem;
  line-height: 3.4rem;
  width: 3.5rem;
  height: 3.5rem;
  display: inline-block;
  text-align: center;
  border-style: solid;
  border-width: 2px;
}

.gre-section-sub-footer {
  background: #e4e7f2;
  border-top: 1px solid #ccc;
  color: #000;
}

.gre-section-sub-footer a {
  color: #000;
}

/*=== FOOTER ===*/
.gre-social-buttons a {
  margin-top: 0rem !important;
  margin-right: 0.9375rem !important;
  margin-bottom: 0rem !important;
  margin-left: 0rem !important;
}

.gre-footer-section {
  float: left;
  margin-top: 0.46875rem !important;
  margin-right: 0.46875rem !important;
  margin-bottom: 1.875rem !important;
  margin-left: 0.46875rem !important;
  /*	a {
		color: $white;
		@include hover-state {
			color: $white;
			text-decoration: underline;
		}
	}*/
}

.gre-footer-section h4 {
  margin-top: 0.46875rem !important;
  margin-right: 0.46875rem !important;
  margin-bottom: 0.70313rem !important;
  margin-left: 0.46875rem !important;
}

.gre-footer-section ul {
  line-height: 1.1;
}

.gre-footer-section ul li {
  margin-bottom: .5rem;
}

footer, .gre-footer-section {
  margin-top: 3.75rem;
  padding-bottom: 140px;
  margin-bottom: 0.9375rem;
  background: #2e2e2e;
  background: #2e2e2e;
  color: #fff;
}

footer a, .gre-footer-section a {
  color: #fff;
}

footer a:hover, .gre-footer-section a:hover, footer a:focus, .gre-footer-section a:focus, footer a:active, .gre-footer-section a:active {
  color: #fff;
  text-decoration: underline;
}

footer .gre-section-main-footer, .gre-footer-section .gre-section-main-footer {
  padding-right: 0.9375rem !important;
  padding-left: 0.9375rem !important;
}

footer .gre-section-main-footer .gre-social-main, .gre-footer-section .gre-section-main-footer .gre-social-main {
  border-top: solid 2px #fff;
}

footer .gre-section-main-footer .gre-legal, .gre-footer-section .gre-section-main-footer .gre-legal {
  font-size: 80%;
  text-align: center;
  clear: both;
}

.gre-section-main-footer .gre-footer-links {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin: 0 auto;
}

@media print, screen and (min-width: 34.375em) {
  .gre-section-main-footer .gre-footer-links {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.gre-section-main-footer .gre-footer-links > div {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
}

.gre-section-main-footer .gre-footer-links > div > div {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 34.375em) {
  .gre-section-main-footer .gre-footer-links > div > div {
    width: calc(50% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.gre-section-website-info .gre-pipe-list {
  margin: 0;
  text-align: center;
}

.gre-fixed-footer {
  height: 140px;
  background: #e4e7f2;
  border-top: 1px solid #ccc;
  width: 100%;
  padding: 0;
  margin: 0;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  color: #000;
  /* this is provided by "variant" class
	.gre-live-chat button {
		@include brand-combo(3);
		@extend %standard-hover;
	}
*/
  /* For text not buttons */
}

.gre-fixed-footer .gre-footer-phone a,
.gre-fixed-footer .gre-footer-email a {
  font-size: 2rem;
  color: #060360;
}

@media (max-aspect-ratio: 12 / 5) {
  .gre-fixed-footer {
    position: fixed;
    display: none;
    bottom: 0;
    z-index: 1499;
  }
}

.gre-footer-button.has-tip {
  border-bottom: none;
  font-weight: inherit;
  display: block;
}

.gre-footer-button h4 {
  font-size: 1.3rem;
}

/* For mobiles on landscape mode */
@media screen and (max-height: 500px) {
  .gre-fixed-footer {
    position: relative;
    display: block;
  }
  #livechat-compact-container {
    display: none !important;
  }
}

/*=== SOCIAL MEDIA BUTTONS ===*/
.gre-social-main {
  text-align: center;
  justify-content: center;
}

.gre-social-main .gre-social-button {
  display: inline-block;
}

.gre-social-main .button {
  width: 91px;
  height: 89px;
  border-radius: 50%;
  background-color: transparent !important;
  margin-bottom: 0;
  margin-top: 0.9375rem !important;
  margin-right: 0.46875rem !important;
  margin-bottom: 0.9375rem !important;
  margin-left: 0.46875rem !important;
}

.gre-social-main .button i.fa, .gre-social-main .button i.fab, .gre-social-main .button i.fad, .gre-social-main .button i.fal, .gre-social-main .button i.far, .gre-social-main .button i.fas, .gre-social-main .button i.alert:before, .gre-social-main .button i.warning:before, .gre-social-main .button i.accessibility:before, .gre-social-main .button i.calendar:before, .gre-social-main .button i.query:before {
  font-size: 2.5rem;
  line-height: 1.5;
  background: transparent !important;
}

@supports (display: flex) {
  @media screen and (min-width: 65em) {
    .gre-section-main-footer .gre-footer-links > div > div {
      width: calc(41.66667% - 1.875rem);
      margin-right: 0.9375rem;
      margin-left: 0.9375rem;
    }
  }
  .gre-social-main {
    display: flex;
    flex-flow: row wrap;
  }
  .gre-social-main .gre-social-button {
    flex: 0 0 auto;
    width: auto;
  }
}

#top-menu {
  background: #000;
  font-size: 0.75rem;
  display: block;
}

#top-menu .title-bar {
  width: calc(50% - 1.875rem);
  margin-right: 0.9375rem;
  padding-top: 0rem !important;
  padding-right: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important;
}

@media print, screen and (min-width: 53.75em) {
  #top-menu .title-bar {
    display: none !important;
  }
}

@media print, screen and (min-width: 34.375em) {
  #top-menu .title-bar {
    width: calc(25% - 1.875rem);
    margin-right: 0.9375rem;
  }
}

#top-menu .title-bar button {
  color: white;
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
}

#top-menu .title-bar button:hover .title-bar-title, #top-menu .title-bar button:focus .title-bar-title, #top-menu .title-bar button:active .title-bar-title {
  color: #909090;
}

#top-menu .title-bar button:hover .menu-icon, #top-menu .title-bar button:focus .menu-icon, #top-menu .title-bar button:active .menu-icon {
  color: inherit;
}

#top-menu .title-bar button:hover .menu-icon:after, #top-menu .title-bar button:focus .menu-icon:after, #top-menu .title-bar button:active .menu-icon:after {
  color: inherit;
  background: #909090;
  box-shadow: 0 7px 0 #909090, 0 14px 0 #909090;
}

#top-menu .gre-top-links {
  width: calc(75% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 53.75em) {
  #top-menu .gre-top-links {
    width: calc(25% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

#top-menu .accordion {
  background: transparent;
  float: right;
}

#top-menu a {
  color: white;
}

#top-menu .gre-highlight {
  background: #606eb2;
}

/*
@supports(display: flex) {
	#top-menu {	
		@include xy-grid-container();
		& > div {
			@include xy-grid();
		}
	}
}
*/
nav#main-menu .grid-container, navigation#main-menu .grid-container {
  overflow: visible;
}

.top-bar,
.top-bar ul {
  background: transparent;
  font-size: 0.875rem;
}

@media print, screen and (min-width: 53.75em) {
  .top-bar ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media print, screen and (min-width: 53.75em) {
  .top-bar ul .is-dropdown-submenu-parent {
    display: inline-block !important;
  }
}

.top-bar ul .is-dropdown-submenu {
  z-index: 1501;
}

.top-bar ul .is-dropdown-submenu-item {
  display: inline-block !important;
  text-align: left !important;
  float: left;
}

.gre-subsection-content.gre-section-navigation h3, .gre-subsection-content.gre-section-navigation .sq-form-section-title {
  padding-left: 0.7rem;
}

/*==== SUBNAV (RIGHT NAVIGATION) ====*/
.no-nav .gre-subnav {
  display: none;
}

.gre-section-journeys {
  padding-bottom: 1.8rem;
}

.gre-accented {
  background: #e4e7f2;
  color: #000;
  padding-bottom: 0.9375rem;
  padding-top: 0.46875rem !important;
  padding-right: 0.46875rem !important;
  padding-bottom: 0.46875rem !important;
  padding-left: 0.46875rem !important;
}

.gre-accented a {
  text-decoration: underline;
  font-weight: normal !important;
}

footer .gre-accented, .gre-footer-section .gre-accented {
  margin-top: -0.9375rem !important;
  margin-right: 0rem !important;
  margin-bottom: 0.9375rem !important;
  margin-left: 0rem !important;
}

@media print, screen and (min-width: 53.75em) {
  .gre-accented {
    padding-top: 0.9375rem !important;
    padding-right: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
    padding-left: 0.9375rem !important;
  }
}

.gre-accented .gre-journey-box, .gre-accented .gre-article-box {
  text-decoration: none;
}

.gre-accented .gre-journey-box:hover, .gre-accented .gre-article-box:hover, .gre-accented .gre-journey-box:focus, .gre-accented .gre-article-box:focus, .gre-accented .gre-journey-box:active, .gre-accented .gre-article-box:active {
  text-decoration: none;
  font-weight: normal !important;
}

.gre-accented.variant .gre-journey-box, .gre-accented.variant .gre-article-box, .gre-accented.dark .gre-journey-box, .gre-accented.dark .gre-article-box {
  border-style: solid;
  border-width: 1px;
  color: inherit;
  background-color: inherit;
}

.gre-accented.variant {
  background: #39478c;
  color: #fff;
}

.gre-accented.dark {
  background: #060360;
  color: #fff;
}

.gre-accented.outlined {
  border-style: solid;
  border-width: 1px;
  background: #fff;
  color: #2e2e2e;
}

/*== ARTICLE LIST ==*/
/* This only applies to the home page listing */
.gre-article-list {
  /*
	@include margin(0,0,1,0);
	.gre-article-box {
		border-bottom: $hr-border;
	}
	// This should be gre-grid-image
	.gre-article-thumbnail {
		// probably don't need any of this, apart from the margin
		@extend %standard-transition;
	    background-size: cover; 
	    margin-bottom: 0.5rem;
	    img {
	    	@extend %standard-transition;
	    }
	}

	/* This should be (is?) gre-grid-info */
  /*
	.gre-article-text {
		font-size: $small-font-size;
		h2, h3, h4 {
			font-weight: normal;
		}
		// @include xy-grid();
		@include breakpoint(medium) {
			h4 {
		//		@include xy-cell(9,true,1,margin,right);
			}
			h5 {
		//		@include xy-cell(2,true,1,margin,left);
				//@include xy-cell-offset(1);
			}
		}
		p {
			// Needed in IE10 (idk)
			width: 100%;
		}
	}

	a {
		@include hover-state {
			text-decoration: none;
			background-color: brand(4);
			.gre-article-text {
			}
			.gre-article-thumbnail, .gre-grid-image {
				overflow: hidden;
				@extend %hover-colors;
				img {
				    @extend %standard-hover;
				    @extend %action-rotate;
				}
			}
			h3, h4 {
				text-decoration: underline;
			}
			.gre-rank span {
				@extend %hover-colors;
			}
		}
	}

*/
}

/*== Featured article column ==*/
/*
.gre-rank {
    margin-left: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    text-align: right;
    span {
	    position: absolute;
	    right: 0;
	    top: -1.5rem;
	    font-size: $small-font-size;
	    color: white;
		background: brand(2);
	    border-radius: 50%;
	    padding: 0;
	    height: 3rem;
	    width: 3rem;
	    text-align: center;
	    border: 0.5rem solid white;
	    line-height: 2rem;

	    left: 0;
	    margin: 0 auto;
	    @extend %standard-transition;

	    @include breakpoint(medium) {
			left: auto;
			margin: 0 0.5rem;
	    //	top: -1.75rem;
		}
		i {
			margin-right: 1px !important;
			&.fa-universal-access {
				margin-top: 4px !important;
				margin-right: 1px !important;
			    font-size: 1.5rem;
			    line-height: 1;
			}
		}
	}
}
*/
div.gre-article-column-listing .gre-grid-image {
  display: none;
}

div.gre-article-column-listing .gre-article-box {
  display: block;
  border-bottom: 1px solid #ccc;
  background: #fff;
  color: #2e2e2e;
}

div.gre-article-column-listing .gre-article-box h4 {
  font-size: 1.2rem;
}

@media print, screen and (min-width: 34.375em) {
  div.gre-article-column-listing .gre-article-box h4 {
    font-size: 1.25rem;
    padding-top: 0rem !important;
    padding-right: 2.34375rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
  }
}

div.gre-article-column-listing .gre-article-box .gre-grid-info {
  position: relative;
  padding-top: 1.64063rem !important;
  padding-right: 0.46875rem !important;
  padding-bottom: 0.9375rem !important;
  padding-left: 0.46875rem !important;
}

@media print, screen and (min-width: 34.375em) {
  div.gre-article-column-listing .gre-article-box .gre-grid-info {
    padding-top: 0.46875rem !important;
    padding-right: 0.46875rem !important;
    padding-bottom: 0.46875rem !important;
    padding-left: 0.46875rem !important;
  }
}

div.gre-article-column-listing .gre-article-box:hover, div.gre-article-column-listing .gre-article-box:focus, div.gre-article-column-listing .gre-article-box:active {
  background: #e4e7f2;
  text-decoration: none;
}

div.gre-article-column-listing .gre-article-box:hover h4, div.gre-article-column-listing .gre-article-box:focus h4, div.gre-article-column-listing .gre-article-box:active h4 {
  text-decoration: underline;
}

div.gre-article-column-listing .gre-article-box:first-child .gre-grid-image, div.gre-article-column-listing .gre-article-box.gre-feature .gre-grid-image {
  display: block;
}

div.gre-article-column-listing .gre-article-box:first-child .gre-grid-image img, div.gre-article-column-listing .gre-article-box.gre-feature .gre-grid-image img {
  width: 100%;
}

div.gre-article-column-listing .gre-article-box:first-child .gre-grid-info, div.gre-article-column-listing .gre-article-box.gre-feature .gre-grid-info {
  padding-top: 1.64063rem !important;
  padding-right: 0.46875rem !important;
  padding-bottom: 0.9375rem !important;
  padding-left: 0.46875rem !important;
}

@media print, screen and (min-width: 34.375em) {
  div.gre-article-column-listing .gre-article-box:first-child .gre-grid-info, div.gre-article-column-listing .gre-article-box.gre-feature .gre-grid-info {
    padding-top: 0.46875rem !important;
    padding-right: 0.46875rem !important;
    padding-bottom: 0.46875rem !important;
    padding-left: 0.46875rem !important;
  }
}

div.gre-article-column-listing .gre-article-box:first-child .gre-grid-info h4, div.gre-article-column-listing .gre-article-box.gre-feature .gre-grid-info h4 {
  font-size: 1.33rem;
}

@media print, screen and (min-width: 34.375em) {
  div.gre-article-column-listing .gre-article-box:first-child .gre-grid-info h4, div.gre-article-column-listing .gre-article-box.gre-feature .gre-grid-info h4 {
    font-size: 1.4rem;
    padding-top: 0rem !important;
    padding-right: 2.34375rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
  }
}

div.gre-article-column-listing .gre-article-box:first-child .gre-grid-info h5.gre-rank, div.gre-article-column-listing .gre-article-box.gre-feature .gre-grid-info h5.gre-rank {
  margin: 0 !important;
  position: absolute;
  top: -2.25rem;
  right: 0;
  width: 100%;
  text-align: right;
}

div.gre-article-column-listing .gre-article-box:first-child .gre-grid-info h5.gre-rank span, div.gre-article-column-listing .gre-article-box.gre-feature .gre-grid-info h5.gre-rank span {
  width: auto;
  padding: 0.25rem 0.5rem;
  line-height: 2rem;
  overflow: visible;
  border-radius: 0;
  position: relative;
  margin: 0;
  top: 0;
  right: 0;
  border: none;
}

div.gre-article-column-listing .gre-article-box:first-child .gre-grid-info h5.gre-rank span i, div.gre-article-column-listing .gre-article-box.gre-feature .gre-grid-info h5.gre-rank span i {
  margin: 0 !important;
}

div.gre-article-column-listing .gre-article-box:nth-child(n+4) {
  display: none;
}

/*======= FLEX ORDERING =======*/
@media print, screen and (min-width: 34.375em) {
  .medium-first {
    order: 1;
  }
  .medium-last {
    order: 150;
  }
}

@media print, screen and (min-width: 53.75em) {
  .large-first {
    order: 1;
  }
  .large-last {
    order: 150;
  }
}

@media screen and (min-width: 65em) {
  .xlarge-first {
    order: 1;
  }
  .xlarge-last {
    order: 150;
  }
}

/*======= OLD NAV STYLE =======*/
.gre-subsection-content.gre-section-navigation2 h3, .gre-subsection-content.gre-section-navigation2 .sq-form-section-title {
  /* padding-left: 0.7rem; */
  margin: 0 0 -1px 0;
  padding-top: 0.46875rem !important;
  padding-right: 0.9375rem !important;
  padding-bottom: 0.46875rem !important;
  padding-left: 0.9375rem !important;
  background: #e4e7f2;
}

.gre-subsection-content.gre-section-navigation2 ul.gre-list-group {
  margin-left: 0;
}

.gre-subsection-content.gre-section-navigation2 ul.gre-list-group ul {
  margin: 0 0 -1px;
  border-top: 1px solid #ccc;
}

.gre-subsection-content.gre-section-navigation2 ul.gre-list-group li {
  list-style-type: none;
  border: none;
  border-bottom: 1px #ccc solid;
}

.gre-subsection-content.gre-section-navigation2 ul.gre-list-group li a {
  position: relative;
  border-left-width: 0.75em;
  border-left-style: solid;
  border-left-color: #e4e7f2;
  border-right-color: #e4e7f2;
  border-bottom: none;
  margin: 1px 0 0;
  display: block;
  padding-top: 0.46875rem !important;
  padding-right: 0.9375rem !important;
  padding-bottom: 0.46875rem !important;
  padding-left: 0.9375rem !important;
  color: #2e2e2e;
  background: #fff;
}

.gre-subsection-content.gre-section-navigation2 ul.gre-list-group li a:hover, .gre-subsection-content.gre-section-navigation2 ul.gre-list-group li a:focus, .gre-subsection-content.gre-section-navigation2 ul.gre-list-group li a:active {
  border-left-color: #fff !important;
  border-right-color: #fff !important;
}

.gre-subsection-content.gre-section-navigation2 ul.gre-list-group li.gre-active > a {
  border-left-color: #060360;
  border-right-color: #060360;
}

.gre-subsection-content.gre-section-navigation2 ul.gre-list-group ul ul li a:before {
  border-right-width: 0.75em;
  border-right-style: solid;
}

.gre-subsection-content.gre-section-navigation2 ul.gre-list-group li ul li a {
  text-align: right;
  border-right-width: 0.75em;
  border-right-style: solid;
  border-top: 15px;
  border-collapse: collapse;
  padding-top: 0.46875rem !important;
  padding-right: 0.9375rem !important;
  padding-bottom: 0.46875rem !important;
  padding-left: 1.40625rem !important;
}

.gre-subsection-content.gre-section-navigation2 ul.gre-list-group li ul li a:before {
  content: "";
  width: 2em;
  height: 100%;
  border-left-width: 0.75em;
  border-left-style: solid;
  border-left-color: inherit;
  border-right-color: inherit;
  position: absolute;
  left: 7.5px;
  bottom: 0;
  padding: 0;
}

/*== TABBING ADJUSTMENTS ==*/
.tabs {
  background: #e6e6e6;
  padding: 0 1px 0 1px;
}

.tabs .tabs-title, .tabs .fb-tabs-title, .gre-accented .tabs .tabs-title {
  margin: -1px;
  background: #e6e6e6;
}

.tabs .tabs-title > a, .tabs .fb-tabs-title > a, .gre-accented .tabs .tabs-title > a {
  padding: 0.75rem;
}

@media print, screen and (min-width: 53.75em) {
  .tabs .tabs-title > a, .tabs .fb-tabs-title > a, .gre-accented .tabs .tabs-title > a {
    padding: 1.25rem 1.5rem;
    font-size: 1em;
  }
}

.tabs .tabs-title.is-active, .tabs .is-active.fb-tabs-title {
  background: #fff;
  border-bottom-color: #fff;
}

.tabs .tabs-title:first-child, .tabs .fb-tabs-title:first-child {
  margin-left: -2px;
}

.tabs-content {
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-bottom: 0.9375rem !important;
  margin-left: 0rem !important;
}

.tabs-content .pagination {
  clear: both;
  padding-top: 1.40625rem;
}

/* Country ATOZ */
#directory div {
  position: relative;
}

.atoz ul#tabbing-nav {
  list-style: none;
  text-align: center;
}

.atoz ul#tabbing-nav li {
  display: inline-block;
  font-size: 1.5rem;
}

.atoz ul#tabbing-nav li span {
  padding: 0.5rem 1rem;
}

/*== ANCHOR LISTS ==*/
.gre-anchor {
  position: absolute;
  top: -10rem;
}

section.gre-sticky-top {
  pointer-events: none;
}

section.gre-sticky-top a {
  pointer-events: all;
}

section.gre-sticky-top .gre-cta {
  padding-bottom: 0.46875rem;
}

section.gre-jump-menu {
  border-top: 1px solid #e4e7f2;
  border-bottom: 1px solid #e4e7f2;
  justify-content: center;
  z-index: 1495;
  background: #fff;
  color: #2e2e2e;
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-bottom: 0rem !important;
  margin-left: 0rem !important;
  padding-top: 0.46875rem !important;
  padding-right: 0rem !important;
  padding-bottom: 0.375rem !important;
  padding-left: 0rem !important;
}

section.gre-jump-menu > div {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin: 0 auto;
}

@media print, screen and (min-width: 34.375em) {
  section.gre-jump-menu > div {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

section.gre-jump-menu ul {
  list-style: none;
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-bottom: 0rem !important;
  margin-left: 0rem !important;
  padding-top: 0rem !important;
  padding-right: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important;
  display: flex;
  flex-flow: row wrap;
}

section.gre-jump-menu ul li {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
  flex: 0 0 auto;
  width: auto;
  margin-right: 0.625rem;
  margin-left: 0.625rem;
}

section.gre-jump-menu ul li a span {
  padding-top: 0.70313rem !important;
  padding-right: 0.70313rem !important;
  padding-bottom: 0.70313rem !important;
  padding-left: 0.70313rem !important;
  display: block;
  text-align: center;
  padding-top: 0.70313rem !important;
  padding-right: 1.40625rem !important;
  padding-bottom: 0.70313rem !important;
  padding-left: 0rem !important;
  text-align: left;
}

section.gre-jump-menu ul li a span i.fa, section.gre-jump-menu ul li a span i.fab, section.gre-jump-menu ul li a span i.fad, section.gre-jump-menu ul li a span i.fal, section.gre-jump-menu ul li a span i.far, section.gre-jump-menu ul li a span i.fas, section.gre-jump-menu ul li a span i.alert:before, section.gre-jump-menu ul li a span i.warning:before, section.gre-jump-menu ul li a span i.accessibility:before, section.gre-jump-menu ul li a span i.calendar:before, section.gre-jump-menu ul li a span i.query:before {
  display: none;
}

@media print, screen and (min-width: 53.75em) {
  section.gre-jump-menu ul li a span {
    padding-top: 0.70313rem !important;
    padding-right: 2.8125rem !important;
    padding-bottom: 0.70313rem !important;
    padding-left: 0rem !important;
  }
}

@media screen and (min-width: 65em) {
  section.gre-jump-menu ul li a span {
    padding-top: 0.70313rem !important;
    padding-right: 2.34375rem !important;
    padding-bottom: 0.70313rem !important;
    padding-left: 0rem !important;
  }
}

.gre-sticky-buttons, .gre-prog-buttons {
  z-index: 1496;
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-bottom: 0.9375rem !important;
  margin-left: 0rem !important;
  padding-top: 0.46875rem !important;
  padding-right: 0rem !important;
  padding-bottom: 0.46875rem !important;
  padding-left: 0rem !important;
  background: transparent;
}

/*======= EMBED ================*/
.responsive-embed {
  z-index: 50;
}

/*======= INLINE VIDEO ================*/
div.gre-inline-video {
  padding-top: 0.9375rem !important;
  padding-right: 0rem !important;
  padding-bottom: 1.40625rem !important;
  padding-left: 0rem !important;
  margin: 0 !important;
  text-align: center;
}

/*======= VIDEO BANNER ================*/
.gre-interrupt-video {
  overflow: hidden;
  position: relative;
  background: url("../../test/uog-content/img/bg-GR-stu5-01.jpg");
  background-size: cover;
}

.gre-interrupt-video > .grid-container {
  padding-top: 0rem !important;
  padding-right: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important;
}

.gre-interrupt-video a:hover, .gre-interrupt-video a:focus, .gre-interrupt-video a:active {
  text-decoration: none;
}

.gre-video-controls-basic {
  position: absolute;
  top: 1.8rem;
  margin-left: 0.5rem;
}

.gre-video-controls-basic a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-bottom: 12px;
  color: #fff;
  padding-top: 14px;
  line-height: 18px;
  font-size: 18px;
  text-align: center;
  /* darken controls on background */
}

@media print, screen and (min-width: 53.75em) {
  .gre-video-controls-basic {
    margin-left: 1rem;
  }
}

@media screen and (min-width: 90em) {
  .gre-video-controls-basic {
    margin-left: -70px;
  }
}

.gre-video-holder {
  position: relative;
}

.gre-video-holder .gre-video-end-card {
  position: absolute;
  top: 0;
  width: 100%;
}

.gre-video-holder .gre-social-main {
  position: absolute;
  bottom: 0.5rem;
  width: 100%;
}

@media screen and (min-width: 65em) {
  .gre-video-holder .gre-social-main {
    bottom: 3rem;
  }
}

.gre-video-holder .gre-social-main .button {
  /*font-size: 3rem;*/
  height: auto;
  margin-bottom: 0;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}

.gre-end-card-text {
  position: absolute;
  top: 10%;
  width: 80%;
  margin: 0 10%;
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
  font-size: 1.5rem;
  line-height: 1.2;
  /*
	&.gre-reveal {
		display: block !important;
    	height: 0;
    	opacity: 0;
    	& h2, & h3, & h4, & p, & img {

	 	}
 	}
 	*/
}

.gre-end-card-text h2, .gre-end-card-text .gre-staff-development-form h4, .gre-staff-development-form .gre-end-card-text h4, .gre-end-card-text .h2 {
  font-family: "Oswald", sans-serif;
  font-size: 4rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.2;
}

.gre-end-card-text h3, .gre-end-card-text .sq-form-section-title, .gre-end-card-text .h3, .gre-end-card-text .accordion-content h2, .accordion-content .gre-end-card-text h2, .gre-end-card-text .accordion-content .gre-staff-development-form h4, .accordion-content .gre-staff-development-form .gre-end-card-text h4, .gre-end-card-text .gre-staff-development-form .accordion-content h4, .gre-staff-development-form .accordion-content .gre-end-card-text h4 {
  font-size: 3rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.2;
}

.gre-end-card-text .button {
  -webkit-box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.5);
  text-shadow: none;
  margin-top: 0.46875rem !important;
  margin-right: 0rem !important;
  margin-bottom: 0.46875rem !important;
  margin-left: 0rem !important;
  font-size: 1rem;
}

.gre-end-card-text .button:active {
  -webkit-box-shadow: inset 1px 1px 6px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 1px 6px 0 rgba(0, 0, 0, 0.5);
}

@media print, screen and (min-width: 53.75em) {
  .gre-end-card-text {
    top: 10%;
    width: 70%;
    margin: 0 15%;
    font-size: 2rem;
  }
  .gre-end-card-text h2, .gre-end-card-text .gre-staff-development-form h4, .gre-staff-development-form .gre-end-card-text h4, .gre-end-card-text .h2 {
    font-size: 5rem;
  }
  .gre-end-card-text h3, .gre-end-card-text .sq-form-section-title, .gre-end-card-text .h3, .gre-end-card-text .accordion-content h2, .accordion-content .gre-end-card-text h2, .gre-end-card-text .accordion-content .gre-staff-development-form h4, .accordion-content .gre-staff-development-form .gre-end-card-text h4, .gre-end-card-text .gre-staff-development-form .accordion-content h4, .gre-staff-development-form .accordion-content .gre-end-card-text h4 {
    font-size: 3.5rem;
  }
  .gre-end-card-text .button {
    margin-top: 0.9375rem !important;
    margin-right: 0rem !important;
    margin-bottom: 0.9375rem !important;
    margin-left: 0rem !important;
  }
}

@media screen and (min-width: 65em) {
  .gre-end-card-text {
    top: 15%;
    width: 70%;
    margin: 0 15%;
    font-size: 2.5rem;
  }
  .gre-end-card-text .button {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 90em) {
  .gre-end-card-text {
    top: 20%;
    font-size: 2.75rem;
  }
  .gre-end-card-text h2, .gre-end-card-text .gre-staff-development-form h4, .gre-staff-development-form .gre-end-card-text h4, .gre-end-card-text .h2 {
    font-size: 6rem;
  }
  .gre-end-card-text h3, .gre-end-card-text .sq-form-section-title, .gre-end-card-text .h3, .gre-end-card-text .accordion-content h2, .accordion-content .gre-end-card-text h2, .gre-end-card-text .accordion-content .gre-staff-development-form h4, .accordion-content .gre-staff-development-form .gre-end-card-text h4, .gre-end-card-text .gre-staff-development-form .accordion-content h4, .gre-staff-development-form .accordion-content .gre-end-card-text h4 {
    font-size: 4rem;
  }
  .gre-end-card-text .button {
    margin-top: 1.40625rem !important;
    margin-right: 0rem !important;
    margin-bottom: 1.40625rem !important;
    margin-left: 0rem !important;
  }
}

.short .gre-end-card-text {
  top: 10%;
  font-size: 1.4rem;
}

@media print, screen and (min-width: 53.75em) {
  .short .gre-end-card-text {
    top: 5%;
    width: 70%;
    margin: 0 15%;
    font-size: 2em;
  }
  .short .gre-end-card-text .button {
    margin-top: 0.46875rem !important;
    margin-right: 0rem !important;
    margin-bottom: 0.46875rem !important;
    margin-left: 0rem !important;
  }
}

@media screen and (min-width: 65em) {
  .short .gre-end-card-text {
    top: 10%;
    margin: 0 15%;
    font-size: 2.25rem;
  }
  .short .gre-end-card-text .button {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 90em) {
  .short .gre-end-card-text {
    top: 15%;
    font-size: 2.5rem;
  }
  .short .gre-end-card-text h2, .short .gre-end-card-text .gre-staff-development-form h4, .gre-staff-development-form .short .gre-end-card-text h4, .short .gre-end-card-text .h2 {
    font-size: 5.5rem;
  }
  .short .gre-end-card-text h3, .short .gre-end-card-text .sq-form-section-title, .short .gre-end-card-text .h3, .short .gre-end-card-text .accordion-content h2, .accordion-content .short .gre-end-card-text h2, .short .gre-end-card-text .accordion-content .gre-staff-development-form h4, .accordion-content .gre-staff-development-form .short .gre-end-card-text h4, .short .gre-end-card-text .gre-staff-development-form .accordion-content h4, .gre-staff-development-form .accordion-content .short .gre-end-card-text h4 {
    font-size: 3.5rem;
  }
  .short .gre-end-card-text .button {
    margin-top: 0.9375rem !important;
    margin-right: 0rem !important;
    margin-bottom: 0.9375rem !important;
    margin-left: 0rem !important;
  }
}

.short .gre-social-main {
  display: none;
}

.short .gre-social-main .button i.fa, .short .gre-social-main .button i.fab, .short .gre-social-main .button i.fad, .short .gre-social-main .button i.fal, .short .gre-social-main .button i.far, .short .gre-social-main .button i.fas, .short .gre-social-main .button i.alert:before, .short .gre-social-main .button i.warning:before, .short .gre-social-main .button i.accessibility:before, .short .gre-social-main .button i.calendar:before, .short .gre-social-main .button i.query:before {
  font-size: 2rem;
}

@media print, screen and (min-width: 53.75em) {
  .short .gre-social-main {
    display: flex;
    bottom: 1.5rem;
  }
  .short .gre-social-main .button i.fa, .short .gre-social-main .button i.fab, .short .gre-social-main .button i.fad, .short .gre-social-main .button i.fal, .short .gre-social-main .button i.far, .short .gre-social-main .button i.fas, .short .gre-social-main .button i.alert:before, .short .gre-social-main .button i.warning:before, .short .gre-social-main .button i.accessibility:before, .short .gre-social-main .button i.calendar:before, .short .gre-social-main .button i.query:before {
    font-size: 2.5rem;
  }
}

.gre-form form li, .gre-contact-form form li {
  list-style: none;
}

.gre-search-box .gre-search-terms {
  width: 80%;
  height: 2.5rem;
}

.gre-search-box .gre-search-button {
  height: 2.5rem;
}

.gre-inline-select {
  margin-top: -0.5rem;
}

.sq-form-question .sq-form-question-title, .sq-form-question .sq-form-question-note {
  font-size: 1rem;
}

.sq-form-question .sq-form-question-title {
  font-weight: bold;
  color: inherit;
}

.gre-accented .sq-form-question .sq-form-question-title {
  font-weight: normal;
}

/*======= ALERTS AND ASIDES ================*/
.alert, .warning, .accessibility, .calendar, .query, .aside {
  border-right-width: 10px;
  border-right-style: solid;
  border-right-color: #606eb2;
  border-left-width: 10px;
  border-left-style: solid;
  border-left-color: #606eb2;
  border-top: 1px solid #ccc !important;
  border-bottom: 1px solid #ccc !important;
  background-color: #fff;
  color: #2e2e2e;
  border-radius: 0;
  font-size: .95rem;
  position: relative;
  display: inline-block;
  padding: 15px;
  min-height: 70px;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
  width: 100%;
  clear: left;
}

@media print, screen and (min-width: 34.375em) {
  .alert, .warning, .accessibility, .calendar, .query, .aside {
    padding: 15px 22.5px;
  }
}

.alert:before, .warning:before, .accessibility:before, .calendar:before, .query:before {
  content: "\f05a";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  /* Why doesn't this extend from .fas?*/
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  /**/
  display: inline-block;
  margin: 0 0 1rem 0;
  font-size: 60px;
  color: #909090;
  text-align: center;
}

.alert p:first-child, .warning p:first-child, .accessibility p:first-child, .calendar p:first-child, .query p:first-child {
  margin-top: 0;
}

@media print, screen and (min-width: 34.375em) {
  .alert, .warning, .accessibility, .calendar, .query {
    padding: 15px 22.5px 22.5px 90px !important;
  }
  .alert:before, .warning:before, .accessibility:before, .calendar:before, .query:before {
    position: absolute;
    left: -15px;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 30px 15px 0;
  }
}

@media print, screen and (min-width: 34.375em) {
  .alert:before {
    background: #fff;
    border-radius: 50%;
    border: 6px solid #fff;
  }
}

.warning {
  border-left-color: #f10f33 !important;
  border-right-color: #f10f33 !important;
}

@media print, screen and (min-width: 34.375em) {
  .warning:before {
    z-index: 1;
  }
  .warning:after {
    content: " ";
    display: block;
    height: 0;
    width: 0;
    border-bottom: 88.8px solid #fff;
    border-left: 52.85714px solid transparent;
    border-right: 52.85714px solid transparent;
    position: absolute;
    left: -15px;
    top: 45%;
    transform: translateY(-50%);
    margin-left: -19.98px;
    margin-top: -6px;
  }
}

.warning:before {
  content: "\f071";
  border: none;
  background: transparent;
}

@media print, screen and (min-width: 34.375em) {
  .accessibility:before {
    background: #fff;
    border-radius: 50%;
    border: 6px solid #fff;
  }
}

.accessibility:before {
  content: "\f29a";
}

@media print, screen and (min-width: 34.375em) {
  .calendar:before {
    background: #fff;
    border: 6px solid #fff;
  }
}

.calendar:before {
  content: "\f073";
  font-weight: 400;
}

@media print, screen and (min-width: 34.375em) {
  .query:before {
    background: #fff;
    border-radius: 50%;
    border: 6px solid #fff;
  }
  .query:before {
    content: "\f059";
  }
}

/*
.no-nav {
	@include breakpoint(large) {
		.aside, .alert, .warning, .accessibility, .calendar {
			@extend %breakout;
		}
	}
}
*/
/*=== Comparison tables ===*/
.gre-comparison-container {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  justify-content: center;
  margin-bottom: 1.875rem;
}

.gre-comparison-box {
  flex: 0 0 auto;
  width: auto;
  margin-bottom right: 0.9375rem;
}

.gre-comparison-box dl, .gre-comparison-box table {
  border: 2px solid #ccc;
}

table.gre-comparison-table {
  width: auto;
  /* Don't add border to any siblings of the price row (i.e. first price row only) */
}

table.gre-comparison-table th, table.gre-comparison-table td {
  padding: 0.46875rem;
}

table.gre-comparison-table th.top-header, table.gre-comparison-table th.col-header, table.gre-comparison-table table.gre-info-table thead th, table.gre-info-table thead table.gre-comparison-table th, .gre-info-table table.gre-comparison-table thead th, table.gre-comparison-table td.top-header, table.gre-comparison-table td.col-header {
  background: #060360;
  color: #fff;
}

table.gre-comparison-table tr.prices td, table.gre-comparison-table tr.prices th {
  border-top: 2px #00c499 solid;
  text-align: right;
}

table.gre-comparison-table tr.prices ~ tr.prices td, table.gre-comparison-table tr.prices ~ tr.prices th {
  border-top: initial;
}

table.gre-comparison-table i.fa.fa-check {
  color: green;
  padding-left: 40%;
}

dl.gre-comparison-table {
  /*
  width: 90%;
  float: left;
  */
  background: white;
  margin: 15px;
  padding: 5%;
}

dl.gre-comparison-table dt {
  font-size: 125%;
  padding: 0 0 0.75em 0;
}

dl.gre-comparison-table dd {
  padding-top: 0.23438rem !important;
  padding-right: 2.34375rem !important;
  padding-bottom: 0.23438rem !important;
  padding-left: 0rem !important;
  position: relative;
  /* Don't add border to any siblings of the price row (i.e. first price row only) */
}

dl.gre-comparison-table dd i.fa-check {
  position: absolute;
  right: 0;
  color: green;
  line-height: 1.5;
}

dl.gre-comparison-table dd.text {
  padding: 0 0 15px;
  font-style: italic;
}

dl.gre-comparison-table dd.feature {
  max-width: 20rem;
}

dl.gre-comparison-table dd.price {
  margin-top: 1rem;
  padding-top: 0.5rem;
  border-top: 1px #e4e7f2 solid;
}

dl.gre-comparison-table dd.price ~ .price {
  border-top: initial;
  margin-top: 0;
  padding-top: 0;
}

@media print {
  dl.gre-comparison-table {
    width: 29%;
    float: left;
    margin-right: 1%;
  }
}

/*== Specific pages ==*/
.gre-prog-header .gre-cta {
  margin-top: 2rem;
}

.gre-prog-header-box {
  background: #e4e7f2;
  color: #060360;
  display: block;
  text-align: center;
  padding-top: 0.9375rem !important;
  padding-right: 0.9375rem !important;
  padding-bottom: 0.9375rem !important;
  padding-left: 0.9375rem !important;
}

.gre-prog-header-box h3, .gre-prog-header-box .sq-form-section-title {
  font-size: 1.2rem;
}

.gre-prog-header-box p {
  margin-top: 0.46875rem !important;
  margin-right: 0.46875rem !important;
  margin-bottom: 0.46875rem !important;
  margin-left: 0.46875rem !important;
}

.gre-prog-header-box .gre-prog-ucas-points {
  font-size: 1rem;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.gre-prog-header-box .gre-prog-ucas-points h4 {
  font-size: 0.9rem;
  margin-top: 0.23438rem !important;
  margin-right: 0.23438rem !important;
  margin-bottom: 0.23438rem !important;
  margin-left: 0.23438rem !important;
  text-transform: uppercase;
}

.gre-prog-header-box .gre-prog-ucas-points span.points {
  font-size: 2.5rem;
}

.prog-tags li, .prog-tags span {
  white-space: nowrap;
}

.gre-prog-overview {
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-bottom: 0.9375rem !important;
  margin-left: 0rem !important;
}

.gre-prog-overview-text {
  font-size: 1.125em;
}

.prog-info {
  /* Hide excessive programme bullets */
}

.prog-info blockquote {
  margin-top: 3.28125rem !important;
  margin-right: 0rem !important;
  margin-bottom: 1.40625rem !important;
  margin-left: 0rem !important;
}

.prog-info .gre-quote-portrait {
  display: none;
}

.prog-info .gre-prog-usp .gre-icon-list li:nth-child(n+6) {
  display: none;
}

.prog-key-facts > div {
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-bottom: 1.40625rem !important;
  margin-left: 0rem !important;
}

.kis-widget.vertical {
  height: auto;
  width: auto;
}

.kis-widget.vertical .widget-lead {
  padding-bottom: 5rem;
  padding-bottom: calc(6rem - (33vw/8));
}

.kis-widget.vertical .widget-lead .title {
  font-size: 12vw;
  line-height: 1;
}

.kis-widget.vertical .widget-lead .intro {
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.kis-widget.vertical .widget-lead .course {
  font-size: 0.9rem;
  line-height: 1.2;
}

.kis-widget.vertical .widget-cta-block .cta-lead {
  font-size: 0.9rem;
}

.kis-widget.vertical .widget-cta-block .logo {
  width: 33%;
  height: auto;
  margin-bottom: 1.62rem;
}

@media print, screen and (min-width: 34.375em) {
  .kis-widget.vertical {
    flex-direction: row;
    width: 100%;
  }
  .kis-widget.vertical .widget-lead {
    flex: 7 1 0;
    width: 70%;
    padding-bottom: 1rem;
  }
  .kis-widget.vertical .widget-lead .stat {
    display: flex;
    align-items: flex-end;
  }
  .kis-widget.vertical .widget-lead .title {
    font-size: 2.62rem;
    line-height: 2rem;
    display: inline;
    margin-right: 0.6rem;
  }
  .kis-widget.vertical .widget-lead .intro {
    display: inline;
    margin-bottom: 0;
  }
  .kis-widget.vertical .widget-cta-block {
    flex: 3 1 0;
    width: 30%;
  }
  .kis-widget.vertical .widget-cta-block .logo {
    width: 50%;
    margin-bottom: 1rem;
  }
}

@media print, screen and (min-width: 53.75em) {
  .kis-widget.vertical .widget-lead .title {
    font-size: 2.83rem;
    line-height: 2.2rem;
  }
}

section.gre-prog-careers, section.gre-prog-fees {
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-bottom: 0.9375rem !important;
  margin-left: 0rem !important;
}

.gre-unistats {
  text-align: center;
}

@media print, screen and (min-width: 53.75em) {
  .gre-unistats {
    text-align: unset;
  }
}

.badge-container.prog-badges {
  display: flex;
  flex-flow: row wrap;
}

.badge-container.prog-badges a {
  justify-content: center;
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

.badge-container.prog-badges a p {
  text-align: center;
  padding-top: 0.23438rem !important;
  padding-right: 0rem !important;
  padding-bottom: 0.23438rem !important;
  padding-left: 0rem !important;
  font-size: 0.9rem;
}

.badge-container.prog-badges a a:hover img {
  opacity: 0.6;
}

@media print, screen and (min-width: 34.375em) {
  .badge-container.prog-badges a {
    width: calc(50% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 53.75em) {
  .badge-container.prog-badges a {
    width: calc(33.33333% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 53.75em) {
  .badge-container.prog-badges a {
    justify-content: flex-start;
  }
}

/*=== SUBJECT ICONS ===*/
/* Icons that we are using in the lighter (.far) set (ar can be removed) */
/* FIRST SECTION CAN BE REMOVED WHEN ALL FEEDS COME FROM FB2 */
.gre-list-item.disc-agri h4:before {
  content: "\f6c7";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-list-item.disc-allhea h4:before {
  content: "\f21e";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-list-item.disc-anthro h4:before {
  content: "\f0c0";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-list-item.disc-arch h4:before {
  content: "\f64f";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-list-item.disc-art h4:before {
  content: "\f53f";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-list-item.disc-bio h4:before {
  content: "\f471";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-list-item.disc-bus h4:before {
  content: "\f0b1";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-list-item.disc-chem h4:before {
  content: "\f0c3";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-list-item.disc-comp h4:before {
  content: "\f109";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-list-item.disc-envi h4:before {
  content: "\f7a2";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-list-item.disc-eco h4:before {
  content: "\f080";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-list-item.disc-edu h4:before {
  content: "\f5ea";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-list-item.disc-eng h4:before {
  content: "\f085";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-list-item.disc-engl h4:before {
  content: "\f02d";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-list-item.disc-geo h4:before {
  content: "\f0ac";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-list-item.disc-hist h4:before {
  content: "\f5a6";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-list-item.disc-law h4:before {
  content: "\f24e";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-list-item.disc-maritime h4:before {
  content: "\f13d";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-list-item.disc-math h4:before {
  content: "\f080";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-list-item.disc-lang h4:before {
  content: "\f4a6";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-list-item.disc-psychol h4:before {
  content: "\f808";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-list-item.disc-sociology h4:before {
  content: "\f0c0";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-list-item.disc-socwork h4:before {
  content: "\f4be";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-list-item.disc-sport h4:before {
  content: "\f45f";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-list-item.subj-acco h4:before, .fb-courses-item.subj-acco h4:before {
  content: "\f201";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-acco h4:after {
  content: "\f201";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-acco h4:before {
  display: none;
}

.gre-list-item.subj-any h4:before, .fb-courses-item.subj-any h4:before {
  content: "\f19d";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-any h4:after {
  content: "\f19d";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-any h4:before {
  display: none;
}

.gre-list-item.subj-arch h4:before, .fb-courses-item.subj-arch h4:before {
  content: "\f1ad";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-arch h4:after {
  content: "\f1ad";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-arch h4:before {
  display: none;
}

.gre-list-item.subj-agriculture h4:before, .fb-courses-item.subj-agriculture h4:before {
  content: "\f72d";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-agriculture h4:after {
  content: "\f72d";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-agriculture h4:before {
  display: none;
}

.gre-list-item.subj-animal h4:before, .fb-courses-item.subj-animal h4:before {
  content: "\f1b0";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-animal h4:after {
  content: "\f1b0";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-animal h4:before {
  display: none;
}

.gre-list-item.subj-biol h4:before, .fb-courses-item.subj-biol h4:before {
  content: "\f471";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-biol h4:after {
  content: "\f471";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-biol h4:before {
  display: none;
}

.gre-list-item.subj-busi h4:before, .fb-courses-item.subj-busi h4:before {
  content: "\f0b1";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-busi h4:after {
  content: "\f0b1";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-busi h4:before {
  display: none;
}

.gre-list-item.subj-chem h4:before, .fb-courses-item.subj-chem h4:before {
  content: "\f0c3";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-chem h4:after {
  content: "\f0c3";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-chem h4:before {
  display: none;
}

.gre-list-item.subj-ceng h4:before, .fb-courses-item.subj-ceng h4:before {
  content: "\f493";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-ceng h4:after {
  content: "\f493";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-ceng h4:before {
  display: none;
}

.gre-list-item.subj-cive h4:before, .fb-courses-item.subj-cive h4:before {
  content: "\f82c";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-cive h4:after {
  content: "\f82c";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-cive h4:before {
  display: none;
}

.gre-list-item.subj-coen h4:before, .fb-courses-item.subj-coen h4:before {
  content: "\f2db";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-coen h4:after {
  content: "\f2db";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-coen h4:before {
  display: none;
}

.gre-list-item.subj-csci h4:before, .fb-courses-item.subj-csci h4:before {
  content: "\f109";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-csci h4:after {
  content: "\f109";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-csci h4:before {
  display: none;
}

.gre-list-item.subj-cons h4:before, .fb-courses-item.subj-cons h4:before {
  content: "\f807";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-cons h4:after {
  content: "\f807";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-cons h4:before {
  display: none;
}

.gre-list-item.subj-crea h4:before, .fb-courses-item.subj-crea h4:before {
  content: "\f1de";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-crea h4:after {
  content: "\f1de";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-crea h4:before {
  display: none;
}

.gre-list-item.subj-crim h4:before, .fb-courses-item.subj-crim h4:before {
  content: "\f24e";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-crim h4:after {
  content: "\f24e";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-crim h4:before {
  display: none;
}

.gre-list-item.subj-digi h4:before, .fb-courses-item.subj-digi h4:before {
  content: "\f03d";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-digi h4:after {
  content: "\f03d";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-digi h4:before {
  display: none;
}

.gre-list-item.subj-dram h4:before, .fb-courses-item.subj-dram h4:before {
  content: "\f630";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-dram h4:after {
  content: "\f630";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-dram h4:before {
  display: none;
}

.gre-list-item.subj-earl h4:before, .fb-courses-item.subj-earl h4:before {
  content: "\f1ae";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-earl h4:after {
  content: "\f1ae";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-earl h4:before {
  display: none;
}

.gre-list-item.subj-econ h4:before, .fb-courses-item.subj-econ h4:before {
  content: "\f080";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-econ h4:after {
  content: "\f080";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-econ h4:before {
  display: none;
}

.gre-list-item.subj-educ h4:before, .fb-courses-item.subj-educ h4:before {
  content: "\f5ea";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-educ h4:after {
  content: "\f5ea";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-educ h4:before {
  display: none;
}

.gre-list-item.subj-elec h4:before, .fb-courses-item.subj-elec h4:before {
  content: "\f0e7";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-elec h4:after {
  content: "\f0e7";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-elec h4:before {
  display: none;
}

.gre-list-item.subj-engi h4:before, .fb-courses-item.subj-engi h4:before {
  content: "\f085";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-engi h4:after {
  content: "\f085";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-engi h4:before {
  display: none;
}

.gre-list-item.subj-emgt h4:before, .fb-courses-item.subj-emgt h4:before {
  content: "\f509";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-emgt h4:after {
  content: "\f509";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-emgt h4:before {
  display: none;
}

.gre-list-item.subj-etec h4:before, .fb-courses-item.subj-etec h4:before {
  content: "\f566";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-etec h4:after {
  content: "\f566";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-etec h4:before {
  display: none;
}

.gre-list-item.subj-engl h4:before, .fb-courses-item.subj-engl h4:before {
  content: "\f02d";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-engl h4:after {
  content: "\f02d";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-engl h4:before {
  display: none;
}

.gre-list-item.subj-envir h4:before, .fb-courses-item.subj-envir h4:before {
  content: "\f06c";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-envir h4:after {
  content: "\f06c";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-envir h4:before {
  display: none;
}

.gre-list-item.subj-equine h4:before, .fb-courses-item.subj-equine h4:before {
  content: "\f441";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-equine h4:after {
  content: "\f441";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-equine h4:before {
  display: none;
}

.gre-list-item.subj-fish h4:before, .fb-courses-item.subj-fish h4:before {
  content: "\f578";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-fish h4:after {
  content: "\f578";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-fish h4:before {
  display: none;
}

.gre-list-item.subj-fors h4:before, .fb-courses-item.subj-fors h4:before {
  content: "\f577";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-fors h4:after {
  content: "\f577";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-fors h4:before {
  display: none;
}

.gre-list-item.subj-garden h4:before, .fb-courses-item.subj-garden h4:before {
  content: "\f1bb";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-garden h4:after {
  content: "\f1bb";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-garden h4:before {
  display: none;
}

.gre-list-item.subj-geog h4:before, .fb-courses-item.subj-geog h4:before {
  content: "\f0ac";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-geog h4:after {
  content: "\f0ac";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-geog h4:before {
  display: none;
}

.gre-list-item.subj-heal h4:before, .fb-courses-item.subj-heal h4:before {
  content: "\f4be";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-heal h4:after {
  content: "\f4be";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-heal h4:before {
  display: none;
}

.gre-list-item.subj-hist h4:before, .fb-courses-item.subj-hist h4:before {
  content: "\f5a6";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-hist h4:after {
  content: "\f5a6";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-hist h4:before {
  display: none;
}

.gre-list-item.subj-hnut h4:before, .fb-courses-item.subj-hnut h4:before {
  content: "\f2e7";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-hnut h4:after {
  content: "\f2e7";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-hnut h4:before {
  display: none;
}

.gre-list-item.subj-hres h4:before, .fb-courses-item.subj-hres h4:before {
  content: "\f508";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-hres h4:after {
  content: "\f508";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-hres h4:before {
  display: none;
}

.gre-list-item.subj-inde h4:before, .fb-courses-item.subj-inde h4:before {
  content: "\f275";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-inde h4:after {
  content: "\f275";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-inde h4:before {
  display: none;
}

.gre-list-item.subj-inte h4:before, .fb-courses-item.subj-inte h4:before {
  content: "\f2b5";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-inte h4:after {
  content: "\f2b5";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-inte h4:before {
  display: none;
}

.gre-list-item.subj-llww h4:before, .fb-courses-item.subj-llww h4:before {
  content: "\f24e";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-llww h4:after {
  content: "\f24e";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-llww h4:before {
  display: none;
}

.gre-list-item.subj-mark h4:before, .fb-courses-item.subj-mark h4:before {
  content: "\f07a";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-mark h4:after {
  content: "\f07a";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-mark h4:before {
  display: none;
}

.gre-list-item.subj-math h4:before, .fb-courses-item.subj-math h4:before {
  content: "\f661";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-math h4:after {
  content: "\f661";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-math h4:before {
  display: none;
}

.gre-list-item.subj-mech h4:before, .fb-courses-item.subj-mech h4:before {
  content: "\f0ad";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-mech h4:after {
  content: "\f0ad";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-mech h4:before {
  display: none;
}

.gre-list-item.subj-medi h4:before, .fb-courses-item.subj-medi h4:before {
  content: "\f519";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-medi h4:after {
  content: "\f519";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-medi h4:before {
  display: none;
}

.gre-list-item.subj-midw h4:before, .fb-courses-item.subj-midw h4:before {
  content: "\f77c";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-midw h4:after {
  content: "\f77c";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-midw h4:before {
  display: none;
}

.gre-list-item.subj-nsci h4:before, .fb-courses-item.subj-nsci h4:before {
  content: "\f493";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-nsci h4:after {
  content: "\f493";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-nsci h4:before {
  display: none;
}

.gre-list-item.subj-nurs h4:before, .fb-courses-item.subj-nurs h4:before {
  content: "\f21e";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-nurs h4:after {
  content: "\f21e";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-nurs h4:before {
  display: none;
}

.gre-list-item.subj-para h4:before, .fb-courses-item.subj-para h4:before {
  content: "\f0f9";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-para h4:after {
  content: "\f0f9";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-para h4:before {
  display: none;
}

.gre-list-item.subj-phar h4:before, .fb-courses-item.subj-phar h4:before {
  content: "\f484";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-phar h4:after {
  content: "\f484";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-phar h4:before {
  display: none;
}

.gre-list-item.subj-phys h4:before, .fb-courses-item.subj-phys h4:before {
  content: "\f458";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-phys h4:after {
  content: "\f458";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-phys h4:before {
  display: none;
}

.gre-list-item.subj-psyc h4:before, .fb-courses-item.subj-psyc h4:before {
  content: "\f808";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-psyc h4:after {
  content: "\f808";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-psyc h4:before {
  display: none;
}

.gre-list-item.subj-publ h4:before, .fb-courses-item.subj-publ h4:before {
  content: "\f469";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-publ h4:after {
  content: "\f469";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-publ h4:before {
  display: none;
}

.gre-list-item.subj-scie h4:before, .fb-courses-item.subj-scie h4:before {
  content: "\f610";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-scie h4:after {
  content: "\f610";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-scie h4:before {
  display: none;
}

.gre-list-item.subj-swor h4:before, .fb-courses-item.subj-swor h4:before {
  content: "\f4c4";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-swor h4:after {
  content: "\f4c4";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-swor h4:before {
  display: none;
}

.gre-list-item.subj-soci h4:before, .fb-courses-item.subj-soci h4:before {
  content: "\f0c0";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-soci h4:after {
  content: "\f0c0";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-soci h4:before {
  display: none;
}

.gre-list-item.subj-teac h4:before, .fb-courses-item.subj-teac h4:before {
  content: "\f51c";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-teac h4:after {
  content: "\f51c";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-teac h4:before {
  display: none;
}

.gre-list-item.subj-tour h4:before, .fb-courses-item.subj-tour h4:before {
  content: "\f5ca";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-tour h4:after {
  content: "\f5ca";
  font-weight: 900;
  margin-right: 0.75rem;
}

.gre-subject-item.subj-tour h4:before {
  display: none;
}

.gre-list-item.subj-agriculture h4:before, .fb-courses-item.subj-agriculture h4:before {
  font-weight: 400;
}

.gre-subject-item.subj-agriculture h4:after {
  font-weight: 400;
}

.gre-list-item.subj-ar h4:before, .fb-courses-item.subj-ar h4:before {
  font-weight: 400;
}

.gre-subject-item.subj-ar h4:after {
  font-weight: 400;
}

.gre-list-item.subj-cons h4:before, .fb-courses-item.subj-cons h4:before {
  font-weight: 400;
}

.gre-subject-item.subj-cons h4:after {
  font-weight: 400;
}

.gre-list-item.subj-crea h4:before, .fb-courses-item.subj-crea h4:before {
  font-weight: 400;
}

.gre-subject-item.subj-crea h4:after {
  font-weight: 400;
}

.gre-list-item.subj-educ h4:before, .fb-courses-item.subj-educ h4:before {
  font-weight: 400;
}

.gre-subject-item.subj-educ h4:after {
  font-weight: 400;
}

.gre-list-item.subj-mark h4:before, .fb-courses-item.subj-mark h4:before {
  font-weight: 400;
}

.gre-subject-item.subj-mark h4:after {
  font-weight: 400;
}

.gre-list-item.subj-mark h4:before, .fb-courses-item.subj-mark h4:before {
  transform: scaleX(-1);
}

.gre-subject-item.subj-mark h4:after {
  transform: scaleX(-1);
}

/*
table.image_table tbody {
  border: none;
  tr {
    background: transparent; 
  }
}
.image_table tbody td {
  padding: 0;
}
*/
.gre-article-body h3 > img, .gre-article-body .sq-form-section-title > img, .gre-article-body p > img, .gre-article-body > div > img,
.gre-article-body img.right-img, .gre-article-body .lf-image-right, .gre-article-body .gre-inline-image {
  display: block;
  margin: 0 auto 2rem auto;
  text-align: center;
}

@media screen and (min-width: 39.375em) {
  .gre-article-body h3 > img, .gre-article-body .sq-form-section-title > img, .gre-article-body p > img, .gre-article-body > div > img,
  .gre-article-body img.right-img, .gre-article-body .lf-image-right, .gre-article-body .gre-inline-image {
    max-width: 600px;
  }
  .gre-article-body h3 > img.gre-tall-image, .gre-article-body .sq-form-section-title > img.gre-tall-image, .gre-article-body p > img.gre-tall-image, .gre-article-body > div > img.gre-tall-image,
  .gre-article-body img.gre-tall-image.right-img, .gre-article-body .gre-tall-image.lf-image-right, .gre-article-body .gre-tall-image.gre-inline-image {
    max-width: 396px;
  }
}

@media print, screen and (min-width: 53.75em) {
  .gre-article-body h3 > img, .gre-article-body .sq-form-section-title > img, .gre-article-body p > img, .gre-article-body > div > img,
  .gre-article-body img.right-img, .gre-article-body .lf-image-right, .gre-article-body .gre-inline-image {
    float: right;
    clear: right;
    margin-top: 0.46875rem;
    margin-right: -25%;
    margin-bottom: 1.40625rem;
    margin-left: 1.40625rem;
    max-width: 62.5%;
  }
  .gre-article-body h3 > img.gre-tall-image, .gre-article-body .sq-form-section-title > img.gre-tall-image, .gre-article-body p > img.gre-tall-image, .gre-article-body > div > img.gre-tall-image,
  .gre-article-body img.gre-tall-image.right-img, .gre-article-body .gre-tall-image.lf-image-right, .gre-article-body .gre-tall-image.gre-inline-image {
    max-width: 41.25%;
  }
}

@media screen and (min-width: 65em) {
  .gre-article-body h3 > img, .gre-article-body .sq-form-section-title > img, .gre-article-body p > img, .gre-article-body > div > img,
  .gre-article-body img.right-img, .gre-article-body .lf-image-right, .gre-article-body .gre-inline-image {
    margin-right: -25%;
    max-width: 62.5%;
  }
}

@media screen and (min-width: 90em) {
  .gre-article-body h3 > img, .gre-article-body .sq-form-section-title > img, .gre-article-body p > img, .gre-article-body > div > img,
  .gre-article-body img.right-img, .gre-article-body .lf-image-right, .gre-article-body .gre-inline-image {
    margin-right: -51.51515%;
    max-width: 75.75758%;
  }
  .gre-article-body h3 > img.gre-tall-image, .gre-article-body .sq-form-section-title > img.gre-tall-image, .gre-article-body p > img.gre-tall-image, .gre-article-body > div > img.gre-tall-image,
  .gre-article-body img.gre-tall-image.right-img, .gre-article-body .gre-tall-image.lf-image-right, .gre-article-body .gre-tall-image.gre-inline-image {
    max-width: 50%;
  }
}

.gre-full .gre-article-body h3 > img, .gre-article-body .gre-full h3 > img, .gre-full .gre-article-body .sq-form-section-title > img, .gre-article-body .gre-full .sq-form-section-title > img, .gre-full .gre-article-body p > img, .gre-article-body .gre-full p > img, .gre-full .gre-article-body > div > img, .gre-full
.gre-article-body img.right-img,
.gre-article-body .gre-full img.right-img, .gre-full .gre-article-body .lf-image-right, .gre-article-body .gre-full .lf-image-right, .gre-full .gre-article-body .gre-inline-image, .gre-article-body .gre-full .gre-inline-image, .lf-image-full .gre-article-body h3 > img, .gre-article-body .lf-image-full h3 > img, .lf-image-full .gre-article-body .sq-form-section-title > img, .gre-article-body .lf-image-full .sq-form-section-title > img, .lf-image-full .gre-article-body p > img, .gre-article-body .lf-image-full p > img, .lf-image-full .gre-article-body > div > img, .lf-image-full
.gre-article-body img.right-img,
.gre-article-body .lf-image-full img.right-img, .lf-image-full .gre-article-body .lf-image-right, .gre-article-body .lf-image-full .lf-image-right, .lf-image-full .gre-article-body .gre-inline-image, .gre-article-body .lf-image-full .gre-inline-image, div.quote .gre-article-body h3 > img, .gre-article-body div.quote h3 > img, div.quote .gre-article-body .sq-form-section-title > img, .gre-article-body div.quote .sq-form-section-title > img, div.quote .gre-article-body p > img, .gre-article-body div.quote p > img, div.quote .gre-article-body > div > img, div.quote
.gre-article-body img.right-img, .gre-article-body div.quote img.right-img, div.quote .gre-article-body .lf-image-right, .gre-article-body div.quote .lf-image-right, div.quote .gre-article-body .gre-inline-image, .gre-article-body div.quote .gre-inline-image {
  float: none;
  margin-right: auto;
  margin-left: auto;
}

@media print, screen and (min-width: 53.75em) {
  .gre-full, .lf-image-full,
  .lf-image-right > p > img {
    margin-top: 0.46875rem !important;
    margin-right: 0rem !important;
    margin-bottom: 0.9375rem !important;
    margin-left: 0rem !important;
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
    display: block;
    float: none;
    max-width: 100%;
    width: auto;
  }
}

@media print, screen and (min-width: 53.75em) {
  div.quote, .gre-article-body div.quote {
    margin-top: 3.75rem !important;
    margin-right: 0rem !important;
    margin-bottom: 1.875rem !important;
    margin-left: 0rem !important;
    padding-top: 1.40625rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0.23438rem !important;
    padding-left: 0.9375rem !important;
    display: block;
    float: none;
    max-width: 100%;
    width: auto;
  }
}

@media print, screen and (min-width: 53.75em) {
  div:first-child.quote {
    margin-top: 1.40625rem !important;
    margin-right: 0rem !important;
    margin-bottom: 1.875rem !important;
    margin-left: 0rem !important;
  }
}

@media print, screen and (min-width: 53.75em) {
  .gre-full, .lf-image-full,
  .lf-image-right > p > img {
    text-align: center;
  }
}

figcaption, .lf-image-caption {
  padding-top: 0.70313rem !important;
  padding-right: 1.875rem !important;
  padding-bottom: 0.9375rem !important;
  padding-left: 1.875rem !important;
  display: block;
  font-size: 0.9rem;
  font-style: italic;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}

figcaption p:last-of-type, .lf-image-caption p:last-of-type {
  margin-bottom: 0;
}

.gre-article-date {
  font-size: 1.2rem;
  padding-top: 1rem;
}

.gre-article-body::before, .gre-article-body::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1;
}

.gre-article-body::after {
  clear: both;
}

@media print, screen and (min-width: 53.75em) {
  .gre-article-body {
    padding-top: 0 !important;
  }
}

@media screen and (min-width: 90em) {
  .gre-article-body {
    font-size: 1.4rem;
  }
}

@media print, screen and (min-width: 34.375em) {
  .gre-article-body {
    font-size: 1.2rem;
  }
}

@media print, screen and (min-width: 53.75em) {
  .gre-article-body > .grid-container > div {
    padding-right: 20%;
  }
  .gre-article-body > .grid-container > div div.quote, .gre-article-body > .grid-container > div.gre-full, .gre-article-body > .grid-container > div.lf-image-full {
    padding-right: 0;
  }
}

@media screen and (min-width: 90em) {
  .gre-article-body > .grid-container > div {
    padding-right: 34%;
  }
  .gre-article-body > .grid-container > div div.quote, .gre-article-body > .grid-container > div.gre-full, .gre-article-body > .grid-container > div.lf-image-full {
    padding-right: 0;
  }
}

.gre-taglist {
  text-transform: uppercase;
  color: #2e2e2e;
}

.gre-taglist p {
  margin: 0;
}

/******** Social media / TLDR ***********/
@media screen and (max-width: 93.999em) {
  .gre-side-actions {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    max-width: 75rem;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    align-items: start;
  }
}

@media screen and (max-width: 93.999em) and (min-width: 34.375em) {
  .gre-side-actions {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (max-width: 93.999em) {
  .gre-side-actions .gre-share-buttons {
    flex: 1 1 0px;
    width: auto;
    margin-right: 0.625rem;
    margin-left: 0.625rem;
  }
  .gre-side-actions .gre-tldr {
    flex: 0 0 auto;
    width: auto;
    margin-right: 0.625rem;
    margin-left: 0.625rem;
  }
}

.gre-share-buttons {
  padding-top: 0.75rem;
}

.gre-share-buttons .button {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  line-height: 2.9rem;
  padding: 0;
  border-radius: 50%;
  font-size: 1.5rem;
  margin-right: 0.23438rem;
  /*
    &.gre-twitter {
        background: #1DA8E2;
    }
    &.gre-facebook {
        background: #39579A;
    }
    &.gre-linkedin {
        background: #39579A;
    }
*/
}

@media (min-width: 94em) and (min-height: 30rem) {
  .gre-share-buttons {
    position: fixed;
    right: 0;
    top: 8.5rem;
    width: 4.5rem;
    padding: 1rem;
    text-align: center;
    z-index: 1500;
    background: #fff;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
  .gre-share-buttons .button:last-of-type {
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 34.375em) {
  div.gre-event-details {
    font-size: 1.1rem;
  }
  div.gre-event-details .gre-event-date {
    font-size: 1.62rem;
  }
}

.gre-event-header div.gre-icon {
  order: -1;
  margin-left: 0.9375rem;
}

.gre-event-header div.gre-event-date:before {
  font-size: 2.2rem;
  content: "\f073";
  margin-right: 1rem;
  margin-left: 2px;
}

.gre-event-header div.gre-event-date span.gre-day, .gre-event-header div.gre-event-date span.gre-month {
  font-size: 1.75rem;
  text-transform: uppercase;
}

@media print, screen and (min-width: 53.75em) {
  .gre-event-header div.gre-icon {
    order: 2;
  }
  .gre-event-header div.gre-event-date {
    padding-left: 1.5rem;
    position: relative;
    margin-top: 1.5rem;
    margin-right: 0;
    margin-left: 0;
  }
  .gre-event-header div.gre-event-date:before {
    font-size: 6rem;
    opacity: 1;
    line-height: 1;
    text-align: center;
    content: "\f133";
  }
  .gre-event-header div.gre-event-date span.gre-day, .gre-event-header div.gre-event-date span.gre-month {
    width: 5.3rem;
    line-height: 1;
    position: absolute;
    left: 1.6rem;
    text-align: center;
  }
  .gre-event-header div.gre-event-date span.gre-day {
    top: 2rem;
    font-size: 2rem;
  }
  .gre-event-header div.gre-event-date span.gre-month {
    top: 3.9rem;
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 65em) {
  .gre-event-header div.gre-event-date {
    padding-left: 2.5rem;
  }
  .gre-event-header div.gre-event-date:before {
    font-size: 8rem;
  }
  .gre-event-header div.gre-event-date span.gre-day, .gre-event-header div.gre-event-date span.gre-month {
    width: 7rem;
    left: 2.6rem;
  }
  .gre-event-header div.gre-event-date span.gre-day {
    top: 2.7rem;
    font-size: 2.5rem;
  }
  .gre-event-header div.gre-event-date span.gre-month {
    width: 7rem;
    top: 5.2rem;
    font-size: 1.5rem;
  }
}

.gre-event-single span.gre-date {
  margin-right: 0.9375rem;
}

/*=== IE FIXES ===*/
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .gre-icon .gre-event-date i {
    padding-top: 0.4rem\0;
  }
}

/*====== PEOPLE ======*/
.gre-profile-header {
  line-height: 1.2;
  padding-top: 0;
  padding-bottom: 0;
}

.gre-profile-header h1 {
  font-size: 3.24rem;
}

.gre-profile-header h1 span.subtitle {
  font-size: 1.62rem;
  display: block;
}

@media print, screen and (min-width: 53.75em) {
  .gre-profile-header h1 {
    font-size: 3.24rem;
  }
  .gre-profile-header h1 span.subtitle {
    font-size: 1.62rem;
    display: block;
  }
}

@media screen and (min-width: 65em) {
  .gre-profile-header h1 {
    font-size: 4.85rem;
  }
  .gre-profile-header h1 span.subtitle {
    font-size: 3.24rem;
    display: block;
  }
}

.gre-profile-image {
  display: block;
  text-align: center;
}

#person-key-details {
  padding-top: 0.9375rem !important;
  padding-right: 0.9375rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0.9375rem !important;
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-bottom: 0.9375rem !important;
  margin-left: 0rem !important;
}

#person-key-details > div {
  margin: 0.9375rem;
}

@media print, screen and (min-width: 53.75em) {
  #person-key-details {
    padding-top: 0rem !important;
    padding-right: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
    padding-left: 0rem !important;
    order: 2;
    margin-bottom: 0.9375rem;
  }
}

@media screen and (min-width: 65em) {
  #person-key-details {
    order: 2;
  }
}

#person-key-details .fact.interests a::after {
  content: ';';
}

#person-key-details .fact.interests a:last-of-type::after {
  content: '';
}

#person-main-body .fact i.fa, #person-main-body .fact i.fab, #person-main-body .fact i.fad, #person-main-body .fact i.fal, #person-main-body .fact i.far, #person-main-body .fact i.fas, #person-main-body .fact i.alert:before, #person-main-body .fact i.warning:before, #person-main-body .fact i.accessibility:before, #person-main-body .fact i.calendar:before, #person-main-body .fact i.query:before {
  font-size: 1.32rem;
}

#person-main-body .fact a {
  margin-right: -0.1rem;
}

@media print, screen and (min-width: 53.75em) {
  #person-bio {
    font-size: 1.2rem;
  }
}

/* May not use small profile image */
.person-image-sm {
  text-align: center;
  margin-bottom: 0.9375rem;
}

.person-image-sm img {
  border: 1px solid #999;
}

/* Just for fun */
div.gre-fancy-text p:first-of-type::first-letter {
  font-size: 162%;
  font-weight: 900;
  display: block;
  line-height: 1;
}

div.gre-fancy-text p:first-of-type::first-line {
  font-size: 131%;
}

@media print, screen and (min-width: 53.75em) {
  div.gre-fancy-text p:first-of-type::first-line {
    font-size: 131%;
  }
}

.proto-longform header.gre-interrupt-text, .proto-longform .gre-profile-header {
  padding-bottom: 0;
}

.proto-longform header.gre-interrupt-text .gre-interrupt-text-header, .proto-longform .gre-profile-header .gre-interrupt-text-header {
  background: #060360;
  background: rgba(6, 3, 96, 0.9);
  padding: 0.75rem;
  text-shadow: none;
  padding-bottom: 5rem;
}

.proto-longform header.gre-interrupt-text .gre-interrupt-text-header h1, .proto-longform .gre-profile-header .gre-interrupt-text-header h1 {
  line-height: 1.25;
}

.proto-longform .gre-accented .gre-longread-image.captioned p {
  color: #000;
}

.proto-longform .gre-accented.dark .gre-longread-image.captioned p, .proto-longform .gre-accented.variant .gre-longread-image.captioned p {
  color: #fff;
}

.proto-longform {
  /*
 	@include breakpoint(medium down) {
		img.portrait, img.landscape {
		    max-width: 100%;
		    height: auto !important;
		    width: 100% !important;
		    position: relative;
		    top: 0;
		    left: 0;
		    bottom: 0;
		    right: 0;
		    -webkit-backface-visibility: hidden;
		    -webkit-transform: translate(0);
		    -moz-transform: translate(0);
		    -ms-transform: translate(0);
		    transform: translate(0);
		}

 	}
*/
}

.proto-longform .gre-site-context {
  display: none;
}

.proto-longform .gre-page-header div.gre-header-content {
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-bottom: 0.9375rem !important;
  margin-left: 0rem !important;
  padding-top: 0.9375rem !important;
  padding-right: 0.9375rem !important;
  padding-bottom: 0.9375rem !important;
  padding-left: 0.9375rem !important;
  background: #060360;
  color: #fff;
}

.proto-longform .gre-page-header div.gre-header-content h1 {
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-bottom: 0.9375rem !important;
  margin-left: 0rem !important;
  padding-top: 0rem !important;
  padding-right: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important;
  background: none;
}

.proto-longform .gre-page-header > img {
  width: 100%;
}

@media print, screen and (min-width: 53.75em) {
  .proto-longform .gre-page-header {
    height: 50vw;
    overflow: hidden;
    position: relative;
  }
  .proto-longform .gre-page-header > img {
    height: 50vw;
    width: auto;
  }
  .proto-longform .gre-page-header div.gre-header-content {
    background: rgba(6, 3, 96, 0.9);
    position: absolute;
    color: white;
    width: 45%;
    margin-top: 0rem !important;
    margin-right: 0rem !important;
    margin-bottom: 0rem !important;
    margin-left: 0.9375rem !important;
    padding-top: 1.40625rem !important;
    padding-right: 1.40625rem !important;
    padding-bottom: 4.6875rem !important;
    padding-left: 1.40625rem !important;
    bottom: 0;
    font-size: 1.25rem;
  }
  .proto-longform .gre-page-header div.gre-header-content h1 {
    max-width: 85%;
    background: none;
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
    font-size: 3.5rem;
  }
  .proto-longform .gre-page-header div.gre-header-content h1.gre-long-title {
    font-size: 2.75rem;
  }
  .proto-longform .gre-page-header div.gre-header-content.with-byline {
    padding-top: 1.40625rem !important;
    padding-right: 1.40625rem !important;
    padding-bottom: 2.8125rem !important;
    padding-left: 1.40625rem !important;
  }
}

@media screen and (min-width: 65em) {
  .proto-longform .gre-page-header div.gre-header-content {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 75em) {
  .proto-longform .gre-page-header div.gre-header-content {
    width: 40%;
    margin-left: calc((100% - 74rem)/2) !important;
  }
  .proto-longform .gre-page-header div.gre-header-content h1 {
    font-size: 4.25rem;
  }
  .proto-longform .gre-page-header div.gre-header-content h1.gre-long-title {
    font-size: 3rem;
  }
}

@media screen and (min-width: 90em) {
  .proto-longform .gre-page-header {
    width: 90em;
    height: 40em;
    margin: 0 auto !important;
  }
  .proto-longform .gre-page-header > img {
    position: absolute;
    width: 101%;
    max-width: 101%;
    height: auto;
    top: 50%;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .proto-longform .gre-page-header div.gre-header-content h1 {
    max-width: 80%;
    font-size: 5rem;
  }
  .proto-longform .gre-page-header div.gre-header-content h1.gre-long-title {
    font-size: 4.25rem;
  }
}

@media screen and (min-width: 120em) {
  .proto-longform .gre-page-header {
    width: 120em;
    height: 37em;
  }
  .proto-longform .gre-page-header div.gre-header-content {
    font-size: 1.75rem;
    margin-left: 7% !important;
  }
}

div#search-facets-breadcrumb .facets-applied {
  display: inline;
}

div#search-facets-breadcrumb .facets-applied li {
  display: inline;
  margin: 0.25rem;
}

/** PRINT STYLES **/
a[href]:after {
  font-style: italic;
  line-height: 1.2 !important;
  text-transform: lowercase;
}

h2 a[href]:after, .gre-staff-development-form h4 a[href]:after, h3 a[href]:after, .sq-form-section-title a[href]:after, h4 a[href]:after {
  font-size: 80%;
}

a[href^="mailto"]:after, a[href^="tel"]:after, a[href^="tel"]:after {
  content: '';
}

@media print {
  .gre-cookie-confirmation, .gre-small-logo, #top-menu, #responsive-menu, .gre-sticky-top,
  div.gre-subnav,
  .hide-for-large, .hide-for-xlarge, .hide-for-xxlarge,
  .gre-footer-links, .gre-social-main,
  .orbit-controls {
    display: none !important;
  }
  html h1 {
    animation: none;
  }
  .grid-container {
    max-width: 100%;
  }
  .gre-sticky-nav-container, .gre-fixed-footer {
    position: relative !important;
  }
  .gre-overlay .gre-overlay-portrait {
    position: absolute !important;
  }
  .gre-main-menu .gre-large-logo a[href]:after {
    content: "www.gre.ac.uk";
    vertical-align: bottom;
    width: 100%;
    font-family: Oswald, sans-serif;
    font-size: 1.1rem;
    font-weight: 100;
    color: #00c499;
    padding-left: 53px;
    margin-top: -2px;
    text-decoration: none !important;
    display: inline-block !important;
  }
  .gre-main-menu .gre-large-logo img {
    width: 190px;
  }
  footer, .gre-footer-section {
    margin-top: 0.9375rem;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  main > section {
    display: block;
  }
  .gre-site-context {
    color: #606eb2;
  }
  header.gre-interrupt-text, .gre-profile-header {
    padding: 0.9375rem 0;
  }
  header.gre-interrupt-text h1, .gre-profile-header h1 {
    font-size: 3.236rem;
  }
  header.gre-interrupt-text p, .gre-profile-header p {
    font-size: 1rem;
  }
  .gre-interrupt-video iframe {
    display: none !important;
  }
  .gre-video-holder .responsive-embed {
    display: none;
  }
  .gre-video-cta {
    text-decoration: none !important;
    display: inline-block !important;
    position: relative !important;
    display: block;
    left: 0 !important;
    bottom: 0 !important;
    width: 100%;
  }
  .gre-page-header div.gre-header-content {
    margin-top: 0 !important;
  }
  .gre-page-header div.gre-header-content h1 {
    font-size: 3.24rem;
  }
  .gre-page-header.gre-banner img {
    display: none;
  }
  .gre-page-header.gre-with-img div.gre-header-content h1 {
    padding-top: 0rem !important;
    padding-right: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
    padding-left: 0.9375rem !important;
    font-size: 2.62rem;
  }
  .gre-page-header.gre-with-img.gre-banner img {
    display: block;
    width: 50%;
    float: right;
    padding-top: 1.875rem !important;
    padding-right: 0rem !important;
    padding-bottom: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .gre-page-header.gre-with-img.gre-banner .gre-site-context {
    clear: both;
  }
  .gre-page-header.gre-with-img.gre-banner .gre-header-content {
    width: 48%;
    float: left;
    padding-right: 1%;
  }
  section.lead-section {
    clear: left;
  }
  section.gre-article-body {
    clear: both;
    float: left;
  }
  #chat-widget-container {
    display: none;
  }
  section.gre-accented {
    text-decoration: none !important;
    display: inline-block !important;
  }
  .gre-feature-image a {
    text-decoration: none !important;
  }
  .gre-feature-image a[href]:after {
    content: '';
  }
  .gre-cta {
    padding-top: 1.875rem;
    float: left;
  }
  .gre-cta a.button {
    background: #fff !important;
    color: #2e2e2e !important;
    display: inline-block;
    margin-top: 0rem !important;
    margin-right: 0rem !important;
    margin-bottom: 0.46875rem !important;
    margin-left: 0rem !important;
    font-weight: bold;
    text-align: left;
    line-height: 1.25 !important;
    height: auto;
  }
  .gre-cta a.button i {
    line-height: 1.25 !important;
    height: auto;
  }
  a.gre-journey-box, a.gre-article-box {
    text-decoration: none;
  }
  .gre-ad-box .gre-grid-info {
    position: relative;
    bottom: auto;
    left: auto;
  }
  .gre-ad-box .gre-grid-info p, .gre-ad-box .gre-grid-info h2, .gre-ad-box .gre-grid-info .gre-staff-development-form h4, .gre-staff-development-form .gre-ad-box .gre-grid-info h4, .gre-ad-box .gre-grid-info h2, .gre-ad-box .gre-grid-info .gre-staff-development-form h4, .gre-staff-development-form .gre-ad-box .gre-grid-info h4, .gre-ad-box .gre-grid-info h4 {
    text-decoration: none;
  }
  .gre-grid .gre-journey-box, html .gre-people-listing.gre-people-short .gre-journey-box, .gre-listing.gre-people-short .gre-journey-box, .gre-people-short.gre-research-listing .gre-journey-box, .gre-people-short.gre-search-results .gre-journey-box, .gre-people-short.gre-article-listing .gre-journey-box, .gre-grid .gre-article-box, html .gre-people-listing.gre-people-short .gre-article-box, .gre-listing.gre-people-short .gre-article-box, .gre-people-short.gre-research-listing .gre-article-box, .gre-people-short.gre-search-results .gre-article-box, .gre-people-short.gre-article-listing .gre-article-box, .gre-grid .gre-ad-box, html .gre-people-listing.gre-people-short .gre-ad-box, .gre-listing.gre-people-short .gre-ad-box, .gre-people-short.gre-research-listing .gre-ad-box, .gre-people-short.gre-search-results .gre-ad-box, .gre-people-short.gre-article-listing .gre-ad-box, .gre-grid .gre-adbox, html .gre-people-listing.gre-people-short .gre-adbox, .gre-listing.gre-people-short .gre-adbox, .gre-people-short.gre-research-listing .gre-adbox, .gre-people-short.gre-search-results .gre-adbox, .gre-people-short.gre-article-listing .gre-adbox {
    width: 31%;
  }
  @supports (display: flex) {
    .gre-grid .gre-journey-box, html .gre-people-listing.gre-people-short .gre-journey-box, .gre-listing.gre-people-short .gre-journey-box, .gre-people-short.gre-research-listing .gre-journey-box, .gre-people-short.gre-search-results .gre-journey-box, .gre-people-short.gre-article-listing .gre-journey-box, .gre-grid .gre-article-box, html .gre-people-listing.gre-people-short .gre-article-box, .gre-listing.gre-people-short .gre-article-box, .gre-people-short.gre-research-listing .gre-article-box, .gre-people-short.gre-search-results .gre-article-box, .gre-people-short.gre-article-listing .gre-article-box, .gre-grid .gre-ad-box, html .gre-people-listing.gre-people-short .gre-ad-box, .gre-listing.gre-people-short .gre-ad-box, .gre-people-short.gre-research-listing .gre-ad-box, .gre-people-short.gre-search-results .gre-ad-box, .gre-people-short.gre-article-listing .gre-ad-box, .gre-grid .gre-adbox, html .gre-people-listing.gre-people-short .gre-adbox, .gre-listing.gre-people-short .gre-adbox, .gre-people-short.gre-research-listing .gre-adbox, .gre-people-short.gre-search-results .gre-adbox, .gre-people-short.gre-article-listing .gre-adbox {
      width: calc(33.33333% - 1.875rem);
      margin-right: 0.9375rem;
      margin-left: 0.9375rem;
    }
  }
  .gre-wide.gre-grid .gre-journey-box, html .gre-wide.gre-people-listing.gre-people-short .gre-journey-box, .gre-wide.gre-listing.gre-people-short .gre-journey-box, .gre-wide.gre-people-short.gre-research-listing .gre-journey-box, .gre-wide.gre-people-short.gre-search-results .gre-journey-box, .gre-wide.gre-people-short.gre-article-listing .gre-journey-box, .gre-wide.gre-grid .gre-article-box, html .gre-wide.gre-people-listing.gre-people-short .gre-article-box, .gre-wide.gre-listing.gre-people-short .gre-article-box, .gre-wide.gre-people-short.gre-research-listing .gre-article-box, .gre-wide.gre-people-short.gre-search-results .gre-article-box, .gre-wide.gre-people-short.gre-article-listing .gre-article-box, .gre-wide.gre-grid .gre-ad-box, html .gre-wide.gre-people-listing.gre-people-short .gre-ad-box, .gre-wide.gre-listing.gre-people-short .gre-ad-box, .gre-wide.gre-people-short.gre-research-listing .gre-ad-box, .gre-wide.gre-people-short.gre-search-results .gre-ad-box, .gre-wide.gre-people-short.gre-article-listing .gre-ad-box, .gre-wide.gre-grid .gre-adbox, html .gre-wide.gre-people-listing.gre-people-short .gre-adbox, .gre-wide.gre-listing.gre-people-short .gre-adbox, .gre-wide.gre-people-short.gre-research-listing .gre-adbox, .gre-wide.gre-people-short.gre-search-results .gre-adbox, .gre-wide.gre-people-short.gre-article-listing .gre-adbox, .gre-wide .gre-grid .gre-journey-box, .gre-wide html .gre-people-listing.gre-people-short .gre-journey-box, html .gre-wide .gre-people-listing.gre-people-short .gre-journey-box, .gre-wide .gre-listing.gre-people-short .gre-journey-box, .gre-wide .gre-people-short.gre-research-listing .gre-journey-box, .gre-wide .gre-people-short.gre-search-results .gre-journey-box, .gre-wide .gre-people-short.gre-article-listing .gre-journey-box, .gre-wide .gre-grid .gre-article-box, .gre-wide html .gre-people-listing.gre-people-short .gre-article-box, html .gre-wide .gre-people-listing.gre-people-short .gre-article-box, .gre-wide .gre-listing.gre-people-short .gre-article-box, .gre-wide .gre-people-short.gre-research-listing .gre-article-box, .gre-wide .gre-people-short.gre-search-results .gre-article-box, .gre-wide .gre-people-short.gre-article-listing .gre-article-box, .gre-wide .gre-grid .gre-ad-box, .gre-wide html .gre-people-listing.gre-people-short .gre-ad-box, html .gre-wide .gre-people-listing.gre-people-short .gre-ad-box, .gre-wide .gre-listing.gre-people-short .gre-ad-box, .gre-wide .gre-people-short.gre-research-listing .gre-ad-box, .gre-wide .gre-people-short.gre-search-results .gre-ad-box, .gre-wide .gre-people-short.gre-article-listing .gre-ad-box, .gre-wide .gre-grid .gre-adbox, .gre-wide html .gre-people-listing.gre-people-short .gre-adbox, html .gre-wide .gre-people-listing.gre-people-short .gre-adbox, .gre-wide .gre-listing.gre-people-short .gre-adbox, .gre-wide .gre-people-short.gre-research-listing .gre-adbox, .gre-wide .gre-people-short.gre-search-results .gre-adbox, .gre-wide .gre-people-short.gre-article-listing .gre-adbox,
  .large-8 .gre-grid .gre-journey-box,
  .large-8 html .gre-people-listing.gre-people-short .gre-journey-box, html
  .large-8 .gre-people-listing.gre-people-short .gre-journey-box,
  .large-8 .gre-listing.gre-people-short .gre-journey-box,
  .large-8 .gre-people-short.gre-research-listing .gre-journey-box,
  .large-8 .gre-people-short.gre-search-results .gre-journey-box,
  .large-8 .gre-people-short.gre-article-listing .gre-journey-box,
  .large-8 .gre-grid .gre-article-box,
  .large-8 html .gre-people-listing.gre-people-short .gre-article-box, html
  .large-8 .gre-people-listing.gre-people-short .gre-article-box,
  .large-8 .gre-listing.gre-people-short .gre-article-box,
  .large-8 .gre-people-short.gre-research-listing .gre-article-box,
  .large-8 .gre-people-short.gre-search-results .gre-article-box,
  .large-8 .gre-people-short.gre-article-listing .gre-article-box,
  .large-8 .gre-grid .gre-ad-box,
  .large-8 html .gre-people-listing.gre-people-short .gre-ad-box, html
  .large-8 .gre-people-listing.gre-people-short .gre-ad-box,
  .large-8 .gre-listing.gre-people-short .gre-ad-box,
  .large-8 .gre-people-short.gre-research-listing .gre-ad-box,
  .large-8 .gre-people-short.gre-search-results .gre-ad-box,
  .large-8 .gre-people-short.gre-article-listing .gre-ad-box,
  .large-8 .gre-grid .gre-adbox,
  .large-8 html .gre-people-listing.gre-people-short .gre-adbox, html
  .large-8 .gre-people-listing.gre-people-short .gre-adbox,
  .large-8 .gre-listing.gre-people-short .gre-adbox,
  .large-8 .gre-people-short.gre-research-listing .gre-adbox,
  .large-8 .gre-people-short.gre-search-results .gre-adbox,
  .large-8 .gre-people-short.gre-article-listing .gre-adbox, .xlarge-8 .gre-grid .gre-journey-box, .xlarge-8 html .gre-people-listing.gre-people-short .gre-journey-box, html .xlarge-8 .gre-people-listing.gre-people-short .gre-journey-box, .xlarge-8 .gre-listing.gre-people-short .gre-journey-box, .xlarge-8 .gre-people-short.gre-research-listing .gre-journey-box, .xlarge-8 .gre-people-short.gre-search-results .gre-journey-box, .xlarge-8 .gre-people-short.gre-article-listing .gre-journey-box, .xlarge-8 .gre-grid .gre-article-box, .xlarge-8 html .gre-people-listing.gre-people-short .gre-article-box, html .xlarge-8 .gre-people-listing.gre-people-short .gre-article-box, .xlarge-8 .gre-listing.gre-people-short .gre-article-box, .xlarge-8 .gre-people-short.gre-research-listing .gre-article-box, .xlarge-8 .gre-people-short.gre-search-results .gre-article-box, .xlarge-8 .gre-people-short.gre-article-listing .gre-article-box, .xlarge-8 .gre-grid .gre-ad-box, .xlarge-8 html .gre-people-listing.gre-people-short .gre-ad-box, html .xlarge-8 .gre-people-listing.gre-people-short .gre-ad-box, .xlarge-8 .gre-listing.gre-people-short .gre-ad-box, .xlarge-8 .gre-people-short.gre-research-listing .gre-ad-box, .xlarge-8 .gre-people-short.gre-search-results .gre-ad-box, .xlarge-8 .gre-people-short.gre-article-listing .gre-ad-box, .xlarge-8 .gre-grid .gre-adbox, .xlarge-8 html .gre-people-listing.gre-people-short .gre-adbox, html .xlarge-8 .gre-people-listing.gre-people-short .gre-adbox, .xlarge-8 .gre-listing.gre-people-short .gre-adbox, .xlarge-8 .gre-people-short.gre-research-listing .gre-adbox, .xlarge-8 .gre-people-short.gre-search-results .gre-adbox, .xlarge-8 .gre-people-short.gre-article-listing .gre-adbox, .xxlarge-8 .gre-grid .gre-journey-box, .xxlarge-8 html .gre-people-listing.gre-people-short .gre-journey-box, html .xxlarge-8 .gre-people-listing.gre-people-short .gre-journey-box, .xxlarge-8 .gre-listing.gre-people-short .gre-journey-box, .xxlarge-8 .gre-people-short.gre-research-listing .gre-journey-box, .xxlarge-8 .gre-people-short.gre-search-results .gre-journey-box, .xxlarge-8 .gre-people-short.gre-article-listing .gre-journey-box, .xxlarge-8 .gre-grid .gre-article-box, .xxlarge-8 html .gre-people-listing.gre-people-short .gre-article-box, html .xxlarge-8 .gre-people-listing.gre-people-short .gre-article-box, .xxlarge-8 .gre-listing.gre-people-short .gre-article-box, .xxlarge-8 .gre-people-short.gre-research-listing .gre-article-box, .xxlarge-8 .gre-people-short.gre-search-results .gre-article-box, .xxlarge-8 .gre-people-short.gre-article-listing .gre-article-box, .xxlarge-8 .gre-grid .gre-ad-box, .xxlarge-8 html .gre-people-listing.gre-people-short .gre-ad-box, html .xxlarge-8 .gre-people-listing.gre-people-short .gre-ad-box, .xxlarge-8 .gre-listing.gre-people-short .gre-ad-box, .xxlarge-8 .gre-people-short.gre-research-listing .gre-ad-box, .xxlarge-8 .gre-people-short.gre-search-results .gre-ad-box, .xxlarge-8 .gre-people-short.gre-article-listing .gre-ad-box, .xxlarge-8 .gre-grid .gre-adbox, .xxlarge-8 html .gre-people-listing.gre-people-short .gre-adbox, html .xxlarge-8 .gre-people-listing.gre-people-short .gre-adbox, .xxlarge-8 .gre-listing.gre-people-short .gre-adbox, .xxlarge-8 .gre-people-short.gre-research-listing .gre-adbox, .xxlarge-8 .gre-people-short.gre-search-results .gre-adbox, .xxlarge-8 .gre-people-short.gre-article-listing .gre-adbox {
    width: 48%;
  }
  @supports (display: flex) {
    .gre-wide.gre-grid .gre-journey-box, html .gre-wide.gre-people-listing.gre-people-short .gre-journey-box, .gre-wide.gre-listing.gre-people-short .gre-journey-box, .gre-wide.gre-people-short.gre-research-listing .gre-journey-box, .gre-wide.gre-people-short.gre-search-results .gre-journey-box, .gre-wide.gre-people-short.gre-article-listing .gre-journey-box, .gre-wide.gre-grid .gre-article-box, html .gre-wide.gre-people-listing.gre-people-short .gre-article-box, .gre-wide.gre-listing.gre-people-short .gre-article-box, .gre-wide.gre-people-short.gre-research-listing .gre-article-box, .gre-wide.gre-people-short.gre-search-results .gre-article-box, .gre-wide.gre-people-short.gre-article-listing .gre-article-box, .gre-wide.gre-grid .gre-ad-box, html .gre-wide.gre-people-listing.gre-people-short .gre-ad-box, .gre-wide.gre-listing.gre-people-short .gre-ad-box, .gre-wide.gre-people-short.gre-research-listing .gre-ad-box, .gre-wide.gre-people-short.gre-search-results .gre-ad-box, .gre-wide.gre-people-short.gre-article-listing .gre-ad-box, .gre-wide.gre-grid .gre-adbox, html .gre-wide.gre-people-listing.gre-people-short .gre-adbox, .gre-wide.gre-listing.gre-people-short .gre-adbox, .gre-wide.gre-people-short.gre-research-listing .gre-adbox, .gre-wide.gre-people-short.gre-search-results .gre-adbox, .gre-wide.gre-people-short.gre-article-listing .gre-adbox, .gre-wide .gre-grid .gre-journey-box, .gre-wide html .gre-people-listing.gre-people-short .gre-journey-box, html .gre-wide .gre-people-listing.gre-people-short .gre-journey-box, .gre-wide .gre-listing.gre-people-short .gre-journey-box, .gre-wide .gre-people-short.gre-research-listing .gre-journey-box, .gre-wide .gre-people-short.gre-search-results .gre-journey-box, .gre-wide .gre-people-short.gre-article-listing .gre-journey-box, .gre-wide .gre-grid .gre-article-box, .gre-wide html .gre-people-listing.gre-people-short .gre-article-box, html .gre-wide .gre-people-listing.gre-people-short .gre-article-box, .gre-wide .gre-listing.gre-people-short .gre-article-box, .gre-wide .gre-people-short.gre-research-listing .gre-article-box, .gre-wide .gre-people-short.gre-search-results .gre-article-box, .gre-wide .gre-people-short.gre-article-listing .gre-article-box, .gre-wide .gre-grid .gre-ad-box, .gre-wide html .gre-people-listing.gre-people-short .gre-ad-box, html .gre-wide .gre-people-listing.gre-people-short .gre-ad-box, .gre-wide .gre-listing.gre-people-short .gre-ad-box, .gre-wide .gre-people-short.gre-research-listing .gre-ad-box, .gre-wide .gre-people-short.gre-search-results .gre-ad-box, .gre-wide .gre-people-short.gre-article-listing .gre-ad-box, .gre-wide .gre-grid .gre-adbox, .gre-wide html .gre-people-listing.gre-people-short .gre-adbox, html .gre-wide .gre-people-listing.gre-people-short .gre-adbox, .gre-wide .gre-listing.gre-people-short .gre-adbox, .gre-wide .gre-people-short.gre-research-listing .gre-adbox, .gre-wide .gre-people-short.gre-search-results .gre-adbox, .gre-wide .gre-people-short.gre-article-listing .gre-adbox,
    .large-8 .gre-grid .gre-journey-box,
    .large-8 html .gre-people-listing.gre-people-short .gre-journey-box, html
    .large-8 .gre-people-listing.gre-people-short .gre-journey-box,
    .large-8 .gre-listing.gre-people-short .gre-journey-box,
    .large-8 .gre-people-short.gre-research-listing .gre-journey-box,
    .large-8 .gre-people-short.gre-search-results .gre-journey-box,
    .large-8 .gre-people-short.gre-article-listing .gre-journey-box,
    .large-8 .gre-grid .gre-article-box,
    .large-8 html .gre-people-listing.gre-people-short .gre-article-box, html
    .large-8 .gre-people-listing.gre-people-short .gre-article-box,
    .large-8 .gre-listing.gre-people-short .gre-article-box,
    .large-8 .gre-people-short.gre-research-listing .gre-article-box,
    .large-8 .gre-people-short.gre-search-results .gre-article-box,
    .large-8 .gre-people-short.gre-article-listing .gre-article-box,
    .large-8 .gre-grid .gre-ad-box,
    .large-8 html .gre-people-listing.gre-people-short .gre-ad-box, html
    .large-8 .gre-people-listing.gre-people-short .gre-ad-box,
    .large-8 .gre-listing.gre-people-short .gre-ad-box,
    .large-8 .gre-people-short.gre-research-listing .gre-ad-box,
    .large-8 .gre-people-short.gre-search-results .gre-ad-box,
    .large-8 .gre-people-short.gre-article-listing .gre-ad-box,
    .large-8 .gre-grid .gre-adbox,
    .large-8 html .gre-people-listing.gre-people-short .gre-adbox, html
    .large-8 .gre-people-listing.gre-people-short .gre-adbox,
    .large-8 .gre-listing.gre-people-short .gre-adbox,
    .large-8 .gre-people-short.gre-research-listing .gre-adbox,
    .large-8 .gre-people-short.gre-search-results .gre-adbox,
    .large-8 .gre-people-short.gre-article-listing .gre-adbox, .xlarge-8 .gre-grid .gre-journey-box, .xlarge-8 html .gre-people-listing.gre-people-short .gre-journey-box, html .xlarge-8 .gre-people-listing.gre-people-short .gre-journey-box, .xlarge-8 .gre-listing.gre-people-short .gre-journey-box, .xlarge-8 .gre-people-short.gre-research-listing .gre-journey-box, .xlarge-8 .gre-people-short.gre-search-results .gre-journey-box, .xlarge-8 .gre-people-short.gre-article-listing .gre-journey-box, .xlarge-8 .gre-grid .gre-article-box, .xlarge-8 html .gre-people-listing.gre-people-short .gre-article-box, html .xlarge-8 .gre-people-listing.gre-people-short .gre-article-box, .xlarge-8 .gre-listing.gre-people-short .gre-article-box, .xlarge-8 .gre-people-short.gre-research-listing .gre-article-box, .xlarge-8 .gre-people-short.gre-search-results .gre-article-box, .xlarge-8 .gre-people-short.gre-article-listing .gre-article-box, .xlarge-8 .gre-grid .gre-ad-box, .xlarge-8 html .gre-people-listing.gre-people-short .gre-ad-box, html .xlarge-8 .gre-people-listing.gre-people-short .gre-ad-box, .xlarge-8 .gre-listing.gre-people-short .gre-ad-box, .xlarge-8 .gre-people-short.gre-research-listing .gre-ad-box, .xlarge-8 .gre-people-short.gre-search-results .gre-ad-box, .xlarge-8 .gre-people-short.gre-article-listing .gre-ad-box, .xlarge-8 .gre-grid .gre-adbox, .xlarge-8 html .gre-people-listing.gre-people-short .gre-adbox, html .xlarge-8 .gre-people-listing.gre-people-short .gre-adbox, .xlarge-8 .gre-listing.gre-people-short .gre-adbox, .xlarge-8 .gre-people-short.gre-research-listing .gre-adbox, .xlarge-8 .gre-people-short.gre-search-results .gre-adbox, .xlarge-8 .gre-people-short.gre-article-listing .gre-adbox, .xxlarge-8 .gre-grid .gre-journey-box, .xxlarge-8 html .gre-people-listing.gre-people-short .gre-journey-box, html .xxlarge-8 .gre-people-listing.gre-people-short .gre-journey-box, .xxlarge-8 .gre-listing.gre-people-short .gre-journey-box, .xxlarge-8 .gre-people-short.gre-research-listing .gre-journey-box, .xxlarge-8 .gre-people-short.gre-search-results .gre-journey-box, .xxlarge-8 .gre-people-short.gre-article-listing .gre-journey-box, .xxlarge-8 .gre-grid .gre-article-box, .xxlarge-8 html .gre-people-listing.gre-people-short .gre-article-box, html .xxlarge-8 .gre-people-listing.gre-people-short .gre-article-box, .xxlarge-8 .gre-listing.gre-people-short .gre-article-box, .xxlarge-8 .gre-people-short.gre-research-listing .gre-article-box, .xxlarge-8 .gre-people-short.gre-search-results .gre-article-box, .xxlarge-8 .gre-people-short.gre-article-listing .gre-article-box, .xxlarge-8 .gre-grid .gre-ad-box, .xxlarge-8 html .gre-people-listing.gre-people-short .gre-ad-box, html .xxlarge-8 .gre-people-listing.gre-people-short .gre-ad-box, .xxlarge-8 .gre-listing.gre-people-short .gre-ad-box, .xxlarge-8 .gre-people-short.gre-research-listing .gre-ad-box, .xxlarge-8 .gre-people-short.gre-search-results .gre-ad-box, .xxlarge-8 .gre-people-short.gre-article-listing .gre-ad-box, .xxlarge-8 .gre-grid .gre-adbox, .xxlarge-8 html .gre-people-listing.gre-people-short .gre-adbox, html .xxlarge-8 .gre-people-listing.gre-people-short .gre-adbox, .xxlarge-8 .gre-listing.gre-people-short .gre-adbox, .xxlarge-8 .gre-people-short.gre-research-listing .gre-adbox, .xxlarge-8 .gre-people-short.gre-search-results .gre-adbox, .xxlarge-8 .gre-people-short.gre-article-listing .gre-adbox {
      width: calc(50% - 1.875rem);
      margin-right: 0.9375rem;
      margin-left: 0.9375rem;
    }
  }
  .gre-column.gre-grid .gre-journey-box, html .gre-column.gre-people-listing.gre-people-short .gre-journey-box, .gre-column.gre-listing.gre-people-short .gre-journey-box, .gre-column.gre-people-short.gre-research-listing .gre-journey-box, .gre-column.gre-people-short.gre-search-results .gre-journey-box, .gre-column.gre-people-short.gre-article-listing .gre-journey-box, .gre-column.gre-grid .gre-article-box, html .gre-column.gre-people-listing.gre-people-short .gre-article-box, .gre-column.gre-listing.gre-people-short .gre-article-box, .gre-column.gre-people-short.gre-research-listing .gre-article-box, .gre-column.gre-people-short.gre-search-results .gre-article-box, .gre-column.gre-people-short.gre-article-listing .gre-article-box, .gre-column.gre-grid .gre-ad-box, html .gre-column.gre-people-listing.gre-people-short .gre-ad-box, .gre-column.gre-listing.gre-people-short .gre-ad-box, .gre-column.gre-people-short.gre-research-listing .gre-ad-box, .gre-column.gre-people-short.gre-search-results .gre-ad-box, .gre-column.gre-people-short.gre-article-listing .gre-ad-box, .gre-column.gre-grid .gre-adbox, html .gre-column.gre-people-listing.gre-people-short .gre-adbox, .gre-column.gre-listing.gre-people-short .gre-adbox, .gre-column.gre-people-short.gre-research-listing .gre-adbox, .gre-column.gre-people-short.gre-search-results .gre-adbox, .gre-column.gre-people-short.gre-article-listing .gre-adbox, .gre-column .gre-grid .gre-journey-box, .gre-column html .gre-people-listing.gre-people-short .gre-journey-box, html .gre-column .gre-people-listing.gre-people-short .gre-journey-box, .gre-column .gre-listing.gre-people-short .gre-journey-box, .gre-column .gre-people-short.gre-research-listing .gre-journey-box, .gre-column .gre-people-short.gre-search-results .gre-journey-box, .gre-column .gre-people-short.gre-article-listing .gre-journey-box, .gre-column .gre-grid .gre-article-box, .gre-column html .gre-people-listing.gre-people-short .gre-article-box, html .gre-column .gre-people-listing.gre-people-short .gre-article-box, .gre-column .gre-listing.gre-people-short .gre-article-box, .gre-column .gre-people-short.gre-research-listing .gre-article-box, .gre-column .gre-people-short.gre-search-results .gre-article-box, .gre-column .gre-people-short.gre-article-listing .gre-article-box, .gre-column .gre-grid .gre-ad-box, .gre-column html .gre-people-listing.gre-people-short .gre-ad-box, html .gre-column .gre-people-listing.gre-people-short .gre-ad-box, .gre-column .gre-listing.gre-people-short .gre-ad-box, .gre-column .gre-people-short.gre-research-listing .gre-ad-box, .gre-column .gre-people-short.gre-search-results .gre-ad-box, .gre-column .gre-people-short.gre-article-listing .gre-ad-box, .gre-column .gre-grid .gre-adbox, .gre-column html .gre-people-listing.gre-people-short .gre-adbox, html .gre-column .gre-people-listing.gre-people-short .gre-adbox, .gre-column .gre-listing.gre-people-short .gre-adbox, .gre-column .gre-people-short.gre-research-listing .gre-adbox, .gre-column .gre-people-short.gre-search-results .gre-adbox, .gre-column .gre-people-short.gre-article-listing .gre-adbox,
  .large-4 .gre-grid .gre-journey-box,
  .large-4 html .gre-people-listing.gre-people-short .gre-journey-box, html
  .large-4 .gre-people-listing.gre-people-short .gre-journey-box,
  .large-4 .gre-listing.gre-people-short .gre-journey-box,
  .large-4 .gre-people-short.gre-research-listing .gre-journey-box,
  .large-4 .gre-people-short.gre-search-results .gre-journey-box,
  .large-4 .gre-people-short.gre-article-listing .gre-journey-box,
  .large-4 .gre-grid .gre-article-box,
  .large-4 html .gre-people-listing.gre-people-short .gre-article-box, html
  .large-4 .gre-people-listing.gre-people-short .gre-article-box,
  .large-4 .gre-listing.gre-people-short .gre-article-box,
  .large-4 .gre-people-short.gre-research-listing .gre-article-box,
  .large-4 .gre-people-short.gre-search-results .gre-article-box,
  .large-4 .gre-people-short.gre-article-listing .gre-article-box,
  .large-4 .gre-grid .gre-ad-box,
  .large-4 html .gre-people-listing.gre-people-short .gre-ad-box, html
  .large-4 .gre-people-listing.gre-people-short .gre-ad-box,
  .large-4 .gre-listing.gre-people-short .gre-ad-box,
  .large-4 .gre-people-short.gre-research-listing .gre-ad-box,
  .large-4 .gre-people-short.gre-search-results .gre-ad-box,
  .large-4 .gre-people-short.gre-article-listing .gre-ad-box,
  .large-4 .gre-grid .gre-adbox,
  .large-4 html .gre-people-listing.gre-people-short .gre-adbox, html
  .large-4 .gre-people-listing.gre-people-short .gre-adbox,
  .large-4 .gre-listing.gre-people-short .gre-adbox,
  .large-4 .gre-people-short.gre-research-listing .gre-adbox,
  .large-4 .gre-people-short.gre-search-results .gre-adbox,
  .large-4 .gre-people-short.gre-article-listing .gre-adbox, .xlarge-4 .gre-grid .gre-journey-box, .xlarge-4 html .gre-people-listing.gre-people-short .gre-journey-box, html .xlarge-4 .gre-people-listing.gre-people-short .gre-journey-box, .xlarge-4 .gre-listing.gre-people-short .gre-journey-box, .xlarge-4 .gre-people-short.gre-research-listing .gre-journey-box, .xlarge-4 .gre-people-short.gre-search-results .gre-journey-box, .xlarge-4 .gre-people-short.gre-article-listing .gre-journey-box, .xlarge-4 .gre-grid .gre-article-box, .xlarge-4 html .gre-people-listing.gre-people-short .gre-article-box, html .xlarge-4 .gre-people-listing.gre-people-short .gre-article-box, .xlarge-4 .gre-listing.gre-people-short .gre-article-box, .xlarge-4 .gre-people-short.gre-research-listing .gre-article-box, .xlarge-4 .gre-people-short.gre-search-results .gre-article-box, .xlarge-4 .gre-people-short.gre-article-listing .gre-article-box, .xlarge-4 .gre-grid .gre-ad-box, .xlarge-4 html .gre-people-listing.gre-people-short .gre-ad-box, html .xlarge-4 .gre-people-listing.gre-people-short .gre-ad-box, .xlarge-4 .gre-listing.gre-people-short .gre-ad-box, .xlarge-4 .gre-people-short.gre-research-listing .gre-ad-box, .xlarge-4 .gre-people-short.gre-search-results .gre-ad-box, .xlarge-4 .gre-people-short.gre-article-listing .gre-ad-box, .xlarge-4 .gre-grid .gre-adbox, .xlarge-4 html .gre-people-listing.gre-people-short .gre-adbox, html .xlarge-4 .gre-people-listing.gre-people-short .gre-adbox, .xlarge-4 .gre-listing.gre-people-short .gre-adbox, .xlarge-4 .gre-people-short.gre-research-listing .gre-adbox, .xlarge-4 .gre-people-short.gre-search-results .gre-adbox, .xlarge-4 .gre-people-short.gre-article-listing .gre-adbox, .xxlarge-4 .gre-grid .gre-journey-box, .xxlarge-4 html .gre-people-listing.gre-people-short .gre-journey-box, html .xxlarge-4 .gre-people-listing.gre-people-short .gre-journey-box, .xxlarge-4 .gre-listing.gre-people-short .gre-journey-box, .xxlarge-4 .gre-people-short.gre-research-listing .gre-journey-box, .xxlarge-4 .gre-people-short.gre-search-results .gre-journey-box, .xxlarge-4 .gre-people-short.gre-article-listing .gre-journey-box, .xxlarge-4 .gre-grid .gre-article-box, .xxlarge-4 html .gre-people-listing.gre-people-short .gre-article-box, html .xxlarge-4 .gre-people-listing.gre-people-short .gre-article-box, .xxlarge-4 .gre-listing.gre-people-short .gre-article-box, .xxlarge-4 .gre-people-short.gre-research-listing .gre-article-box, .xxlarge-4 .gre-people-short.gre-search-results .gre-article-box, .xxlarge-4 .gre-people-short.gre-article-listing .gre-article-box, .xxlarge-4 .gre-grid .gre-ad-box, .xxlarge-4 html .gre-people-listing.gre-people-short .gre-ad-box, html .xxlarge-4 .gre-people-listing.gre-people-short .gre-ad-box, .xxlarge-4 .gre-listing.gre-people-short .gre-ad-box, .xxlarge-4 .gre-people-short.gre-research-listing .gre-ad-box, .xxlarge-4 .gre-people-short.gre-search-results .gre-ad-box, .xxlarge-4 .gre-people-short.gre-article-listing .gre-ad-box, .xxlarge-4 .gre-grid .gre-adbox, .xxlarge-4 html .gre-people-listing.gre-people-short .gre-adbox, html .xxlarge-4 .gre-people-listing.gre-people-short .gre-adbox, .xxlarge-4 .gre-listing.gre-people-short .gre-adbox, .xxlarge-4 .gre-people-short.gre-research-listing .gre-adbox, .xxlarge-4 .gre-people-short.gre-search-results .gre-adbox, .xxlarge-4 .gre-people-short.gre-article-listing .gre-adbox {
    width: 98%;
  }
  @supports (display: flex) {
    .gre-column.gre-grid .gre-journey-box, html .gre-column.gre-people-listing.gre-people-short .gre-journey-box, .gre-column.gre-listing.gre-people-short .gre-journey-box, .gre-column.gre-people-short.gre-research-listing .gre-journey-box, .gre-column.gre-people-short.gre-search-results .gre-journey-box, .gre-column.gre-people-short.gre-article-listing .gre-journey-box, .gre-column.gre-grid .gre-article-box, html .gre-column.gre-people-listing.gre-people-short .gre-article-box, .gre-column.gre-listing.gre-people-short .gre-article-box, .gre-column.gre-people-short.gre-research-listing .gre-article-box, .gre-column.gre-people-short.gre-search-results .gre-article-box, .gre-column.gre-people-short.gre-article-listing .gre-article-box, .gre-column.gre-grid .gre-ad-box, html .gre-column.gre-people-listing.gre-people-short .gre-ad-box, .gre-column.gre-listing.gre-people-short .gre-ad-box, .gre-column.gre-people-short.gre-research-listing .gre-ad-box, .gre-column.gre-people-short.gre-search-results .gre-ad-box, .gre-column.gre-people-short.gre-article-listing .gre-ad-box, .gre-column.gre-grid .gre-adbox, html .gre-column.gre-people-listing.gre-people-short .gre-adbox, .gre-column.gre-listing.gre-people-short .gre-adbox, .gre-column.gre-people-short.gre-research-listing .gre-adbox, .gre-column.gre-people-short.gre-search-results .gre-adbox, .gre-column.gre-people-short.gre-article-listing .gre-adbox, .gre-column .gre-grid .gre-journey-box, .gre-column html .gre-people-listing.gre-people-short .gre-journey-box, html .gre-column .gre-people-listing.gre-people-short .gre-journey-box, .gre-column .gre-listing.gre-people-short .gre-journey-box, .gre-column .gre-people-short.gre-research-listing .gre-journey-box, .gre-column .gre-people-short.gre-search-results .gre-journey-box, .gre-column .gre-people-short.gre-article-listing .gre-journey-box, .gre-column .gre-grid .gre-article-box, .gre-column html .gre-people-listing.gre-people-short .gre-article-box, html .gre-column .gre-people-listing.gre-people-short .gre-article-box, .gre-column .gre-listing.gre-people-short .gre-article-box, .gre-column .gre-people-short.gre-research-listing .gre-article-box, .gre-column .gre-people-short.gre-search-results .gre-article-box, .gre-column .gre-people-short.gre-article-listing .gre-article-box, .gre-column .gre-grid .gre-ad-box, .gre-column html .gre-people-listing.gre-people-short .gre-ad-box, html .gre-column .gre-people-listing.gre-people-short .gre-ad-box, .gre-column .gre-listing.gre-people-short .gre-ad-box, .gre-column .gre-people-short.gre-research-listing .gre-ad-box, .gre-column .gre-people-short.gre-search-results .gre-ad-box, .gre-column .gre-people-short.gre-article-listing .gre-ad-box, .gre-column .gre-grid .gre-adbox, .gre-column html .gre-people-listing.gre-people-short .gre-adbox, html .gre-column .gre-people-listing.gre-people-short .gre-adbox, .gre-column .gre-listing.gre-people-short .gre-adbox, .gre-column .gre-people-short.gre-research-listing .gre-adbox, .gre-column .gre-people-short.gre-search-results .gre-adbox, .gre-column .gre-people-short.gre-article-listing .gre-adbox,
    .large-4 .gre-grid .gre-journey-box,
    .large-4 html .gre-people-listing.gre-people-short .gre-journey-box, html
    .large-4 .gre-people-listing.gre-people-short .gre-journey-box,
    .large-4 .gre-listing.gre-people-short .gre-journey-box,
    .large-4 .gre-people-short.gre-research-listing .gre-journey-box,
    .large-4 .gre-people-short.gre-search-results .gre-journey-box,
    .large-4 .gre-people-short.gre-article-listing .gre-journey-box,
    .large-4 .gre-grid .gre-article-box,
    .large-4 html .gre-people-listing.gre-people-short .gre-article-box, html
    .large-4 .gre-people-listing.gre-people-short .gre-article-box,
    .large-4 .gre-listing.gre-people-short .gre-article-box,
    .large-4 .gre-people-short.gre-research-listing .gre-article-box,
    .large-4 .gre-people-short.gre-search-results .gre-article-box,
    .large-4 .gre-people-short.gre-article-listing .gre-article-box,
    .large-4 .gre-grid .gre-ad-box,
    .large-4 html .gre-people-listing.gre-people-short .gre-ad-box, html
    .large-4 .gre-people-listing.gre-people-short .gre-ad-box,
    .large-4 .gre-listing.gre-people-short .gre-ad-box,
    .large-4 .gre-people-short.gre-research-listing .gre-ad-box,
    .large-4 .gre-people-short.gre-search-results .gre-ad-box,
    .large-4 .gre-people-short.gre-article-listing .gre-ad-box,
    .large-4 .gre-grid .gre-adbox,
    .large-4 html .gre-people-listing.gre-people-short .gre-adbox, html
    .large-4 .gre-people-listing.gre-people-short .gre-adbox,
    .large-4 .gre-listing.gre-people-short .gre-adbox,
    .large-4 .gre-people-short.gre-research-listing .gre-adbox,
    .large-4 .gre-people-short.gre-search-results .gre-adbox,
    .large-4 .gre-people-short.gre-article-listing .gre-adbox, .xlarge-4 .gre-grid .gre-journey-box, .xlarge-4 html .gre-people-listing.gre-people-short .gre-journey-box, html .xlarge-4 .gre-people-listing.gre-people-short .gre-journey-box, .xlarge-4 .gre-listing.gre-people-short .gre-journey-box, .xlarge-4 .gre-people-short.gre-research-listing .gre-journey-box, .xlarge-4 .gre-people-short.gre-search-results .gre-journey-box, .xlarge-4 .gre-people-short.gre-article-listing .gre-journey-box, .xlarge-4 .gre-grid .gre-article-box, .xlarge-4 html .gre-people-listing.gre-people-short .gre-article-box, html .xlarge-4 .gre-people-listing.gre-people-short .gre-article-box, .xlarge-4 .gre-listing.gre-people-short .gre-article-box, .xlarge-4 .gre-people-short.gre-research-listing .gre-article-box, .xlarge-4 .gre-people-short.gre-search-results .gre-article-box, .xlarge-4 .gre-people-short.gre-article-listing .gre-article-box, .xlarge-4 .gre-grid .gre-ad-box, .xlarge-4 html .gre-people-listing.gre-people-short .gre-ad-box, html .xlarge-4 .gre-people-listing.gre-people-short .gre-ad-box, .xlarge-4 .gre-listing.gre-people-short .gre-ad-box, .xlarge-4 .gre-people-short.gre-research-listing .gre-ad-box, .xlarge-4 .gre-people-short.gre-search-results .gre-ad-box, .xlarge-4 .gre-people-short.gre-article-listing .gre-ad-box, .xlarge-4 .gre-grid .gre-adbox, .xlarge-4 html .gre-people-listing.gre-people-short .gre-adbox, html .xlarge-4 .gre-people-listing.gre-people-short .gre-adbox, .xlarge-4 .gre-listing.gre-people-short .gre-adbox, .xlarge-4 .gre-people-short.gre-research-listing .gre-adbox, .xlarge-4 .gre-people-short.gre-search-results .gre-adbox, .xlarge-4 .gre-people-short.gre-article-listing .gre-adbox, .xxlarge-4 .gre-grid .gre-journey-box, .xxlarge-4 html .gre-people-listing.gre-people-short .gre-journey-box, html .xxlarge-4 .gre-people-listing.gre-people-short .gre-journey-box, .xxlarge-4 .gre-listing.gre-people-short .gre-journey-box, .xxlarge-4 .gre-people-short.gre-research-listing .gre-journey-box, .xxlarge-4 .gre-people-short.gre-search-results .gre-journey-box, .xxlarge-4 .gre-people-short.gre-article-listing .gre-journey-box, .xxlarge-4 .gre-grid .gre-article-box, .xxlarge-4 html .gre-people-listing.gre-people-short .gre-article-box, html .xxlarge-4 .gre-people-listing.gre-people-short .gre-article-box, .xxlarge-4 .gre-listing.gre-people-short .gre-article-box, .xxlarge-4 .gre-people-short.gre-research-listing .gre-article-box, .xxlarge-4 .gre-people-short.gre-search-results .gre-article-box, .xxlarge-4 .gre-people-short.gre-article-listing .gre-article-box, .xxlarge-4 .gre-grid .gre-ad-box, .xxlarge-4 html .gre-people-listing.gre-people-short .gre-ad-box, html .xxlarge-4 .gre-people-listing.gre-people-short .gre-ad-box, .xxlarge-4 .gre-listing.gre-people-short .gre-ad-box, .xxlarge-4 .gre-people-short.gre-research-listing .gre-ad-box, .xxlarge-4 .gre-people-short.gre-search-results .gre-ad-box, .xxlarge-4 .gre-people-short.gre-article-listing .gre-ad-box, .xxlarge-4 .gre-grid .gre-adbox, .xxlarge-4 html .gre-people-listing.gre-people-short .gre-adbox, html .xxlarge-4 .gre-people-listing.gre-people-short .gre-adbox, .xxlarge-4 .gre-listing.gre-people-short .gre-adbox, .xxlarge-4 .gre-people-short.gre-research-listing .gre-adbox, .xxlarge-4 .gre-people-short.gre-search-results .gre-adbox, .xxlarge-4 .gre-people-short.gre-article-listing .gre-adbox {
      width: calc(100% - 1.875rem);
      margin-right: 0.9375rem;
      margin-left: 0.9375rem;
    }
  }
  .gre-quote-slider .gre-slide-content {
    height: auto;
    font-size: 1.62rem;
  }
  .gre-quote-slider .gre-slide-content blockquote p.quote.long-text {
    font-size: 1.12rem;
  }
  table.table tr, table.table th, table.table td {
    background: #fff !important;
    color: #2e2e2e !important;
  }
  table.table {
    border: 2px solid #ccc;
  }
  table.table thead th {
    background: #fff !important;
    color: #2e2e2e !important;
    border-bottom: 2px solid #ccc;
  }
  table.gre-plain-table, table.gre-plain-table.table {
    border: 1px solid #2e2e2e;
  }
  .gre-reveal-breakpoint {
    display: none;
  }
  /* ============ ARTICLE PAGES ============ */
  div.gre-side-actions {
    display: none;
  }
  .gre-article-body h3 > img, .gre-article-body .sq-form-section-title > img, p > img, > div > img, img.right-img, .lf-image-right, .gre-inline-image {
    width: 33%;
  }
  /* ============ COURSE PAGES ============ */
  .prog-info blockquote {
    margin-top: 4.4rem !important;
  }
  .prog-info blockquote:before {
    top: -6.6rem;
  }
  .prog-info blockquote:after {
    top: -3.3rem;
  }
  .prog-key-facts > div {
    border: #777 1px solid;
    height: fit-content;
  }
  .prog-info a, .gre-events-opendays a {
    text-decoration: none !important;
  }
  .prog-info a[href]:after, .gre-events-opendays a[href]:after {
    content: '';
  }
  .gre-prog-facts {
    border: 1px solid #999;
    padding-top: 1.40625rem !important;
    padding-right: 1.40625rem !important;
    padding-bottom: 1.40625rem !important;
    padding-left: 1.40625rem !important;
  }
  .gre-prog-usp {
    padding-top: 1.17188rem !important;
    padding-right: 1.17188rem !important;
    padding-bottom: 1.17188rem !important;
    padding-left: 1.17188rem !important;
  }
  .prog-course-outline {
    width: 66% !important;
    margin-left: 0 !important;
    margin-right: 1% !important;
  }
  .prog-course-team {
    width: 32% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-top: 2.8125rem !important;
    padding-right: 1.40625rem !important;
    padding-bottom: 2.8125rem !important;
    padding-left: 1.40625rem !important;
    height: fit-content;
  }
  #prog-course-outlines ul.tabs {
    display: none;
  }
  #prog-course-outlines .tabs-content {
    border: none;
  }
  #prog-course-outlines a {
    text-decoration: none !important;
  }
  #prog-course-outlines a[href]:after {
    content: '';
  }
  .gre-events-opendays h2:after, .gre-events-opendays .gre-staff-development-form h4:after, .gre-staff-development-form .gre-events-opendays h4:after {
    content: " (www.gre.ac.uk/open)";
    font-style: italic;
    font-size: 62%;
  }
  .gre-events-opendays h2:empty:after, .gre-events-opendays .gre-staff-development-form h4:empty:after, .gre-staff-development-form .gre-events-opendays h4:empty:after {
    content: "";
  }
  .gre-events-opendays a.button {
    display: none;
  }
  select.gre-amchart {
    font-size: 1.4rem !important;
    width: 100%;
    height: auto !important;
    border: none;
  }
  .amcharts-legend-div {
    float: left;
  }
  .prog-ucas-list-item h4 {
    text-decoration: none;
  }
  section.prog-similar {
    page-break-before: always;
    break-before: page;
  }
  .alert, pre, blockquote, .gre-pie {
    page-break-inside: avoid;
  }
  /* ======== FEES PAGES ======== */
  .gre-fees-listing a {
    text-decoration: none !important;
  }
  .gre-fees-listing a[href]:after {
    content: '';
  }
}

/* IE is a sod for the mini-galleries */
html[lang=\en] .gre-gallery-object {
  width: 100% !important;
  float: left;
}

@media print and (-ms-high-contrast: none) {
  *::-ms-backdrop, .gre-gallery-object {
    width: 100% !important;
    float: left;
  }
}

html[lang=\en] .gre-mini-gallery {
  width: 400px !important;
}

@media print and (-ms-high-contrast: none) {
  *::-ms-backdrop, .gre-mini-gallery {
    width: 400px !important;
  }
}

html[lang=\en] .gre-mini-gallery .orbit-figure .orbit-image {
  width: 400px;
}

@media print and (-ms-high-contrast: none) {
  *::-ms-backdrop, .gre-mini-gallery .orbit-figure .orbit-image {
    width: 400px;
  }
}

html[lang=\en] .gre-mini-gallery .orbit-bullets img {
  width: 200px;
}

@media print and (-ms-high-contrast: none) {
  *::-ms-backdrop, .gre-mini-gallery .orbit-bullets img {
    width: 200px;
  }
}

/*== Development ==*/
/*== Foundation fixes ==*/
.cell {
  float: left;
}

select {
  -webkit-appearance: none;
}
